[AArch64][14/14] Reuse target_option_current_node when passing pragma string to targe...
[official-gcc.git] / gcc / ChangeLog
bloba76cf0380b5707c559311e88b1de4ec4b9c4e0b5
1 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3         * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
4         Exit early and use target_option_current_node if processing current
5         pragma.
7 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9         * doc/extend.texi (AArch64 Function Attributes): New node.
10         (AArch64 Pragmas): Likewise.
12 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14         * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
15         Initialize simd builtins if TARGET_SIMD.
16         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
17         Make sure that the builtins are initialized only once no matter how
18         many times the function is called.
19         (aarch64_init_builtins): Unconditionally initialize crc builtins.
20         (aarch64_relayout_simd_param): New function.
21         (aarch64_simd_expand_args): Use above during argument expansion.
22         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse): Initialize
23         simd builtins if TARGET_SIMD.
24         * config/aarch64/aarch64-protos.h (aarch64_init_simd_builtins): New
25         prototype.
26         (aarch64_relayout_simd_types): Likewise.
28 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30         * config.gcc (aarch64*-*-*): Specify c_target_objs and cxx_target_objs.
31         * config/aarch64/aarch64.h (REGISTER_TARGET_PRAGMAS): Define.
32         (TARGET_CPU_CPP_BUILTINS): Redefine to call aarch64_cpu_cpp_builtins.
33         * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
34         static keyword.
35         (aarch64_reset_previous_fndecl): New function.
36         (aarch64_handle_attr_isa_flags): Handle "+nothing" in the beginning of
37         the string.
38         * config/aarch64/aarch64-c.c: New file.
39         * config/aarch64/arm_acle.h: Add pragma +crc+nofp at the top.
40         Push and pop options at beginning and end.  Remove ifdef
41         __ARM_FEATURE_CRC32.
42         * config/aarch64/arm_neon.h: Remove #ifdef check on __ARM_NEON.
43         Add pragma +nothing+simd and +nothing+crypto where appropriate.
44         * config/aarch64/t-aarch64 (aarch64-c.o): New rule.
45         * config/aarch64/aarch64-protos.h (aarch64_cpu_cpp_builtins):
46         Define prototype.
47         (aarch64_register_pragmas): Likewise.
48         (aarch64_reset_previous_fndecl): Likewise.
49         (aarch64_process_target_attr): Likewise.
50         (aarch64_override_options_internal): Likewise.
52 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
54         * config/aarch64/aarch64.c (aarch64_tribools_ok_for_inlining_p):
55         New function.
56         (aarch64_can_inline_p): Likewise.
57         (TARGET_CAN_INLINE_P): Define.
59 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
61         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
62         Remove static.  Handle OPT_mgeneral_regs_only,
63         OPT_mfix_cortex_a53_835769, OPT_mstrict_align,
64         OPT_momit_leaf_frame_pointer.
65         * config/aarch64/aarch64.c: Include opts.h and diagnostic.h
66         (aarch64_attr_opt_type): New enum.
67         (aarch64_attribute_info): New struct.
68         (aarch64_handle_attr_arch): New function.
69         (aarch64_handle_attr_cpu): Likewise.
70         (aarch64_handle_attr_tune): Likewise.
71         (aarch64_handle_attr_isa_flags): Likewise.
72         (aarch64_attributes): New table.
73         (aarch64_process_one_target_attr): New function.
74         (num_occurences_in_str): Likewise.
75         (aarch64_process_target_attr): Likewise.
76         (aarch64_option_valid_attribute_p): Likewise.
77         (TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
78         * config/aarch64/aarch64-protos.h: Include input.h
79         (aarch64_handle_option): Declare prototype.
81 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
83         * config/aarch64/aarch64.h (SWITCHABLE_TARGET): Define.
84         * config/aarch64/aarch64.c: Include target-globals.h
85         (aarch64_previous_fndecl): New variable.
86         (aarch64_set_current_function): New function.
87         (TARGET_SET_CURRENT_FUNCTION): Define.
89 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
91         * config/aarch64/aarch64.opt (explicit_tune_core): New TargetVariable.
92         (explicit_arch): Likewise.
93         (x_aarch64_isa_flags): Likewise.
94         (mgeneral-regs-only): Mark as Save.
95         (mfix-cortex-a53-835769): Likewise.
96         (mcmodel=): Likewise.
97         (mstrict-align): Likewise.
98         (momit-leaf-frame-pointer): Likewise.
99         (mtls-dialect): Likewise.
100         (master=): Likewise.
101         * config/aarch64/aarch64.h (ASM_DECLARE_FUNCTION_NAME): Define.
102         (aarch64_isa_flags): Remove extern declaration.
103         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Return a bool
104         to indicate success or failure.
105         (aarch64_validate_march): Likewise.
106         (aarch64_validate_mtune): Likewise.
107         (aarch64_isa_flags): Delete.
108         (aarch64_override_options_internal): Access opts->x_aarch64_isa_flags
109         instead of aarch64_isa_flags.
110         (aarch64_get_tune_cpu): New function.
111         (aarch64_get_arch): Likewise.
112         (aarch64_override_options): Use above and set up explicit_tune_core
113         and explicit_arch.
114         (aarch64_print_extension): Move earlier in file.  Add isa_flags
115         argument and use that instead of the global aarch64_isa_flags.
116         (aarch64_option_save): New function.
117         (aarch64_option_restore): Likewise.
118         (aarch64_option_print): Likewise.
119         (aarch64_declare_function_name): Likewise.
120         (aarch64_start_file): Delete.
121         (TARGET_ASM_FILE_START): Do not define.
122         (TARGET_OPTION_RESTORE, TARGET_OPTION_PRINT): Define.
123         * config/aarch64/aarch64-protos.h (aarch64_declare_function_name):
124         Declare prototype.
126 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
128         * config/aarch64/aarch64.opt (momit-leaf-frame-pointer): Initialize
129         flag_omit_leaf_frame_pointer to 2.
131 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
133         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_835769_DEFAULT): Always
134         define to 0 or 1.
135         (TARGET_FIX_ERR_A53_835769): New macro.
136         * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
137         handling of opts->x_aarch64_fix_a53_err835769.
138         (aarch64_madd_needs_nop): Check for TARGET_FIX_ERR_A53_835769 rather
139         than aarch64_fix_a53_err835769.
140         * config/aarch64/aarch64-elf-raw.h: Update for above changes.
141         * config/aarch64/aarch64-linux.h: Likewise.
143 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
145         * config/i386/i386.c (ix86_expand_int_movcc): Check result of
146         ix86_expand_int_movcc as boolean.
148 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
150         * config/aarch64/aarch64.opt (aarch64_arch_string): Delete.
151         (aarch64_cpu_string): Likewise.
152         (aarch64_tune_string): Likewise.
153         * config/aarch64/aarch64.c (aarch64_parse_opt_result): New enum.
154         (aarch64_parse_extension): Return aarch64_parse_opt_result.
155         Add extra argument to put result into.
156         (aarch64_parse_arch): Likewise.  Do not set selected_cpu.
157         (aarch64_parse_cpu): Add arguments to put results into. Return
158         aarch64_parse_opt_result.
159         (aarch64_parse_tune): Likewise.
160         (aarch64_override_options_after_change_1): New function.
161         (aarch64_override_options_internal): New function.
162         (aarch64_validate_mcpu): Likewise.
163         (aarch64_validate_march): Likewise.
164         (aarch64_validate_mtune): Likewise.
165         (aarch64_override_options): Update to reflect above changes.
166         Move some logic into aarch64_override_options_internal.
167         Initialize target_option_default_node and target_option_current_node.
168         (aarch64_override_options_after_change): Move logic into
169         aarch64_override_options_after_change_1 and call it with global_options.
170         (initialize_aarch64_code_model): Take a gcc_options pointer and use the
171         flag values from that.
173 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
175         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
176         __ARM_ARCH_8A directly rather than with cpp_define_formatted.
177         * config/aarch64/aarch64.c (struct processor): Add arch field.
178         (all_architectures): Handle above, move above all_cores.
179         (all_cores): Handle above.
180         (aarch64_parse_arch): Handle above changes.
181         * config/aarch64/aarch64-arches.def (armv8-a): Extend according to
182         above.  Update comments.
183         (armv8.1-a): Likewise.
184         * config/aarch64/aarch64-cores.def: Update according to above.
185         * config/aarch64/aarch64-opts.h (aarch64_arch): New enum.
186         * config/aarch64/driver-aarch64.c (struct aarch64_arch): Rename to
187         aarch64_arch_driver_info.
189 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
191         * config/aarch64/aarch64.c (struct processor): Add ident field.
192         Rename core sched_core.
193         (all_cores): Handle above changes.
194         (all_architectures): Likewise.
195         (aarch64_parse_arch): Likewise.
196         (aarch64_override_options): Likewise.
198 2015-08-04  Richard Biener  <rguenther@suse.de>
200         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
201         dispatching to fold_binary for GIMPLE_BINARY_RHS and for
202         comparisons embedded in [VEC_]COND_EXPRs.
204 2015-08-03  Abe Skolnik  <a.skolnik@samsung.com>
206         * tree-if-conv.c: Fix various typos in comments.
207         * tree-vect-stmts.c: Likewise.
209 2015-08-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
211         PR tree-optimization/67043
212         * loop-invariant.c (move_invariant_reg): Recompute luids in loop
213         preheader after hoisting invariant in it.
214         (find_defs): Force recomputation of all luids.
216 2015-08-03  Peter Bergner  <bergner@vnet.ibm.com>
218         * config/rs6000/htm.md (tabort.): Restrict the source operand to
219         using a base register.
221 2015-08-03  David Malcolm  <dmalcolm@redhat.com>
223         * main.c (main): Pass in NULL for toplev's external_timer.
224         * timevar.c: Include coretypes.h.
225         (class timer::named_items): New.
226         (timer::named_items::named_items): New.
227         (timer::named_items::~named_items): New.
228         (timer::named_items::push): New.
229         (timer::named_items::pop): New.
230         (timer::named_items::print): New.
231         (timer::timer): Initialize field "m_jit_client_items".
232         (timer::~timer): New.
233         (timer::push): Move bulk of implementation to...
234         (timer::push_internal): ...here.  New function.
235         (timer::pop): Move bulk of implementation to...
236         (timer::pop_internal): ...here.  New function.
237         (timer::push_client_item): New.
238         (timer::pop_client_item): New.
239         (timer::print_row): New function, taken from timer::print.
240         (timer::print): Print "GCC items" header if we also have client
241         items.  Move row-printing to timer::print_row.  Print any client
242         items.
243         (timer::get_topmost_item_name): New method.
244         * timevar.def (TV_JIT_ACQUIRING_MUTEX): New.
245         (TV_JIT_CLIENT_CODE): New.
246         * timevar.h (timer::push_client_item): New declaration.
247         (timer::pop_client_item): New declaration.
248         (timer::get_topmost_item_name): New method.
249         (timer::push_internal): New declaration.
250         (timer::pop_internal): New declaration.
251         (timer::print_row): New declaration.
252         (timer::named_items): New declaration.
253         (timer::m_jit_client_items): New field.
254         (timer): Add friend class named_items.
255         (auto_timevar::auto_timevar): Add timer param.
256         (auto_timevar::~auto_timevar): Use field "m_timer".
257         (auto_timevar::m_timer): New field.
258         * toplev.c (initialize_rtl): Add g_timer as param when
259         constructing auto_timevar instance.
260         (toplev::toplev): Add "external_timer" param, and use it to
261         initialize the "g_timer" global if non-NULL.
262         (toplev::~toplev): If this created "g_timer", delete it.
263         * toplev.h (toplev::toplev): Replace "use_TV_TOTAL" bool param
264         with "external_timer" timer *.
266 2015-08-03  Alexander Basov <coohpt@gmail.com>
268         PR middle-end/64744
269         PR middle-end/48470
270         PR middle-end/43404
271         * cfgexpand.c (expand_one_var): Add check if stack is going to
272         be used in naked function.
273         * expr.c (expand_expr_addr_expr_1): Remove excess checking
274         whether expression should not reside in MEM.
275         * function.c (use_register_for_decl): Do not use registers for
276         non-register things (volatile, float, BLKMode) in naked functions.
278 2015-08-03  John David Anglin  <danglin@gcc.gnu.org>
280         PR target/67060
281         * config/pa/pa.md (call_reg_64bit): Remove reg:DI 1 clobber.
282         Adjust splits to match new pattern.
284 2015-08-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
286         * config/rs6000/vector.md (VEC_L): Add KFmode and TFmode.
287         (VEC_M): Likewise.
288         (VEC_N): Likewise.
289         (mov<mode>, VEC_M iterator): Add support for IEEE 128-bit floating
290         point in VSX registers.
292         * config/rs6000/constraints.md (wb constraint): Document unused
293         w<x> constraint.
294         (we constraint): Likewise.
295         (wo constraint): Likewise.
296         (wp constraint): New constraint for IEEE 128-bit floating point in
297         VSX registers.
298         (wq constraint): Likewise.
300         * config/rs6000/predicates.md (easy_fp_constant): Add support for
301         IEEE 128-bit floating point in VSX registers.
302         (easy_scalar_constant): Likewise.
304         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add new
305         constraints (wp, wq) for IEEE 128-bit floating point in VSX
306         registers.
307         (rs6000_init_hard_regno_mode_ok): Likewise.
309         * config/rs6000/vsx.md (VSX_LE_128): Add support for IEEE 128-bit
310         floating point in VSX registers.
311         (VSX_L): Likewise.
312         (VSX_M): Likewise.
313         (VSX_M2): Likewise.
314         (VSm): Likewise.
315         (VSs): Likewise.
316         (VSr): Likewise.
317         (VSa): Likewise.
318         (VSv): Likewise.
319         (vsx_le_permute_<mode>): Add support to properly swap bytes for
320         IEEE 128-bit floating point in VSX registers on little endian.
321         (vsx_le_undo_permute_<mode>): Likewise.
322         (vsx_le_perm_load_<mode>): Likewise.
323         (vsx_le_perm_store_<mode>): Likewise.
324         (splitters for IEEE 128-bit fp moves): Likewise.
326         * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wp and
327         wq constraints.
329         * config/rs6000/altivec.md (VM): Add support for IEEE 128-bit
330         floating point in VSX registers.
331         (VM2): Likewise.
333         * doc/md.text (Machine Constraints): Document wp and wq
334         constraints on PowerPC.
336 2015-08-03  Jeff Law  <law@redhat.com>
338         PR middle-end/66314
339         PR gcov-profile/66899
340         * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
341         iterate over the jump threading paths when an element in the
342         jump threading paths array is eliminated.
344 2015-08-03  Segher Boessenkool  <segher@kernel.crashing.org>
346         * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
348 2015-08-03  Patrick Palka  <ppalka@gcc.gnu.org>
350         * tree-ssa-uninit.c (find_uninit_use): Declare and pass to
351         is_use_properly_guarded the variable def_preds.  Free its
352         contents before returning.
353         (prune_uninit_phi_opnds_in_unrealizable_paths): Same.
354         (is_use_properly_guarded): Replace local variable def_preds with
355         a parameter.  Adjust accordingly.  Only update *def_preds if it's
356         the empty vector.
358 2015-08-03  Richard Biener  <rguenther@suse.de>
360         * genmatch.c (simplify::for_subst_vec): New member.
361         (binary_ok): New helper for for lowering.
362         (lower_for): Delay substituting operators into result expressions
363         if we can merge the results eventually again.
364         (capture_info::walk_result): Adjust for user_id appearing as
365         result expression operator.
366         (expr::gen_transform): Likewise.
367         (dt_simplify::gen_1): Likewise.
368         (dt_simplify::gen): Pass not substituted operators to tail
369         functions or initialize local variable with it.
370         (decision_tree::gen): Adjust function signature.
371         * match.pd: Fix tests against global code and add default
372         cases to switch stmts.
374 2015-08-03  Richard Biener  <rguenther@suse.de>
376         * genmatch.c (dt_simplify::gen): Create captures array
377         with an initializer.
379 2015-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
381         * configure.ac: Set aliasing_flags to -fno-strict-aliasing if
382         the host compiler is affected by placement new aliasing bug.
383         * configure: Regenerate.
384         * Makefile.in (ALIASING_FLAGS): New variable.
385         (ALL_CXXFLAGS): Add $(ALIASING_FLAGS).
387 2015-08-03  Szabolcs Nagy  <szabolcs.nagy@arm.com>
389         PR target/66731
390         * config/arm/vfp.md (negmuldf3_vfp): Add new pattern.
391         (negmulsf3_vfp): Likewise.
392         (muldf3negdf_vfp): Disable for -frounding-math.
393         (mulsf3negsf_vfp): Likewise.
394         * config/arm/arm.c (arm_new_rtx_costs): Fix NEG cost for VNMUL,
395         fix MULT cost with -frounding-math.
397 2015-08-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
399         * ifcvt.c (noce_try_store_flag_constants): Make logic of the case
400         when diff == STORE_FLAG_VALUE or diff == -STORE_FLAG_VALUE more
401         explicit.  Prefer to add the flag whenever possible.
402         (noce_process_if_block): Try noce_try_store_flag_constants before
403         noce_try_cmove.
405 2015-08-03  Richard Biener  <rguenther@suse.de>
407         * genmatch.c (struct sinfo, struct sinfo_hashmap_traits, sinfo_map_t):
408         New hash-map to record equivalent transforms.
409         (dt_node::analyze): Populate the equivalent transforms hash-map.
410         (dt_simplify::info): Add reference to hash-map entry.
411         (dt_simplify::gen): If we have split out a function for the
412         transform, generate a call to it.
413         (sinfo_hashmap_traits::hash): New function.
414         (compare_op): New helper function for ...
415         (sinfo_hashmap_traits::equal_keys): ... this new function.
416         (decision_tree::gen): Split out common equivalent transforms
417         into functions.
419 2015-08-03  Richard Biener  <rguenther@suse.de>
421         * gimple-fold.c (fold_gimple_assign): Remove folding of
422         the comparison in COND_EXPRs.
424 2015-08-03  Richard Biener  <rguenther@suse.de>
426         * gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs
427         on the rhs of assignments first simplify the embedded
428         GENERIC condition.
430 2015-08-03  Richard Biener  <rguenther@suse.de>
432         PR tree-optimization/66917
433         * tree-vectorizer.h (struct dataref_aux): Add base_element_aligned
434         field.
435         (DR_VECT_AUX): New macro.
436         (set_dr_misalignment): Adjust.
437         (dr_misalignment): Likewise.
438         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
439         Compute whether the base is at least element aligned.
440         * tree-vect-stmts.c (ensure_base_align): Adjust.
441         (vectorizable_store): If the base is not element aligned
442         preserve alignment of the original access if misalignment is unknown.
443         (vectorizable_load): Likewise.
445 2015-08-02  Martin Sebor  <msebor@redhat.com>
447         * c-family/c.opt (-Wframe-address): New warning option.
448         * doc/invoke.texi (Wframe-address): Document it.
449         * doc/extend.texi (__builtin_frame_address, __builtin_return_address):
450         Clarify possible effects of calling the functions with non-zero
451         arguments and mention -Wframe-address.
452         * builtins.c (expand_builtin_frame_address): Handle -Wframe-address.
454 2015-08-01  Michael Collison  <michael.collison@linaro.org
455             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
457         * gcc/config/arm/arm.md (*arm_smin_cmp): New pattern.
458         (*arm_umin_cmp): Likewise.
460 2015-08-01  Caroline Tice  <cmtice@google.com>
462         PR 66521
463         * vtable-verify.c (vtbl_mangled_name_types, vtbl_mangled_name_ids): New
464         global variables.
465         (vtbl_find_mangled_name):  New function.
466         (vtbl_register_mangled_name):  New function.
467         (vtbl_map_get_node):  If DECL_ASSEMBLER_NAME is "<anon>", look up
468         mangled name in mangled name vectors.
469         (find_or_create_vtbl_map_node):  Ditto.
470         (var_is_used_for_virtual_call_p):  Add recursion_depth parameter;
471         update recursion_depth on function entry; pass it to every recursive
472         call; automatically exit if depth > 25 (give up looking at that point).
473         (verify_bb_vtables):  Initialize recursion_depth and pass it to
474         var_is_used_for_virtual_call_p.
475         * vtable-verify.h (vtbl_mangbled_name_types, vtbl_mangled_name_ids): New
476         global variable decls.
477         (vtbl_register_mangled_name): New extern function decl.
479 2015-08-01  Tom de Vries  <tom@codesourcery.com>
481         * tree.c (operation_can_overflow, operation_no_trapping_overflow): New
482         function.
483         * tree.h (operation_can_overflow, operation_no_trapping_overflow):
484         Declare.
485         * tree-vect-loop.c (vect_is_simple_reduction_1): Use
486         operation_no_trapping_overflow.  Allow non-overflow operations.
487         * graphite-sese-to-poly.c (is_reduction_operation_p): Allow non-overflow
488         operations.
490 2015-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
492         PR target/67049
493         * config/sh/sh.md (GOTaddr2picreg): Fix typo.
495 2015-07-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
497         * config/arm/arm.md (*if_neg_move): Convert to insn_and_split.
498         Enable for TARGET_32BIT.
499         (*if_move_neg): Likewise.
501 2015-07-31  Nick Clifton  <nickc@redhat.com>
503         * config/m32r/m32r.c (m32r_attribute_identifier): New function.
504         Returns true for __model__.
505         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
507 2015-07-31  Alan Modra  <amodra@gmail.com>
509         PR target/66870
510         * config/rs6000/rs6000.c (machine_function): Add split_stack_argp_used.
511         (rs6000_emit_prologue): Set it.
512         (rs6000_set_up_by_prologue): Specify r12 when split_stack_argp_used.
514 2015-07-31  Richard Biener  <rguenther@suse.de>
516         * fold-const.c (fold_binary_loc): Remove X ^ C1 == C2
517         -> X == (C1 ^ C2) which is already implemented in match.pd.
518         Remove redundant dispatching to fold_relational_const.
519         Move unordered self and NaN compares ...
520         * match.pd: ... as patterns here.  Remove some stray captures
521         and add a comment.
523 2015-07-31  Petr Murzin  <petr.murzin@intel.com>
525         * config/i386/i386.c
526         (bdesc_special_args): Convert mask type from signed to unsigned for
527         masked builtins.
528         (ix86_expand_args_builtin): Do not handle UINT_FTYPE_V2DF,
529         UINT64_FTYPE_V2DF, UINT64_FTYPE_V4SF, V16QI_FTYPE_V8DI,
530         V16HI_FTYPE_V16SI, V16SI_FTYPE_V16SI, V16SF_FTYPE_FLOAT,
531         V8HI_FTYPE_V8DI, V8UHI_FTYPE_V8UHI, V8SI_FTYPE_V8DI, V8SF_FTYPE_V8DF,
532         V8DI_FTYPE_INT64, V8DI_FTYPE_V4DI, V8DI_FTYPE_V8DI, V8DF_FTYPE_DOUBLE,
533         V8DF_FTYPE_V8SI, V16SI_FTYPE_V16SI_V16SI, V16SF_FTYPE_V16SF_V16SI,
534         V8DI_FTYPE_V8DI_V8DI, V8DF_FTYPE_V8DF_V8DI, V4SI_FTYPE_V4SF_V4SF,
535         V4SF_FTYPE_V4SF_UINT64, V2UDI_FTYPE_V4USI_V4USI, V2DI_FTYPE_V2DF_V2DF,
536         V2DF_FTYPE_V2DF_UINT64, V4UDI_FTYPE_V8USI_V8USI, QI_FTYPE_V8DI_V8DI,
537         HI_FTYPE_V16SI_V16SI, HI_FTYPE_HI_INT, V16SF_FTYPE_V16SF_V16SF_V16SF,
538         V16SF_FTYPE_V16SF_V16SI_V16SF, V16SF_FTYPE_V16SI_V16SF_HI,
539         V16SF_FTYPE_V16SI_V16SF_V16SF, V16SI_FTYPE_V16SF_V16SI_HI,
540         V8DI_FTYPE_V8SF_V8DI_QI, V8SF_FTYPE_V8DI_V8SF_QI, V8DI_FTYPE_PV4DI,
541         V8DF_FTYPE_V8DI_V8DF_QI, V16SI_FTYPE_V16SI_V16SI_V16SI,
542         V2DI_FTYPE_V2DI_V2DI_V2DI, V8DI_FTYPE_V8DF_V8DI_QI, V8DF_FTYPE_PV4DF,
543         V8SI_FTYPE_V8SI_V8SI_V8SI, V8DF_FTYPE_V8DF_V8DF_V8DF, UINT_FTYPE_V4SF,
544         V8DF_FTYPE_V8DF_V8DI_V8DF, V8DF_FTYPE_V8DI_V8DF_V8DF,
545         V8DF_FTYPE_V8SF_V8DF_QI, V8DI_FTYPE_V8DI_V8DI_V8DI, V16SF_FTYPE_PV4SF,
546         V8SF_FTYPE_V8DF_V8SF_QI, V8SI_FTYPE_V8DF_V8SI_QI, V16SI_FTYPE_PV4SI,
547         V2DF_FTYPE_V2DF_V4SF_V2DF_QI, V4SF_FTYPE_V4SF_V2DF_V4SF_QI,
548         V8DI_FTYPE_V8DI_SI_V8DI_V8DI, QI_FTYPE_V8DF_V8DF_INT_QI,
549         HI_FTYPE_V16SF_V16SF_INT_HI, V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI,
550         VOID_FTYPE_PDOUBLE_V2DF_QI, VOID_FTYPE_PFLOAT_V4SF_QI,
551         V2DF_FTYPE_PCDOUBLE_V2DF_QI, V4SF_FTYPE_PCFLOAT_V4SF_QI.
552         * config/i386/i386-builtin-types.def
553         (V16QI_FTYPE_V16SI): Remove.
554         (V8DF_FTYPE_V8SI): Ditto.
555         (V8HI_FTYPE_V8DI): Ditto.
556         (V8SI_FTYPE_V8DI): Ditto.
557         (V8SF_FTYPE_V8DF): Ditto.
558         (V8SF_FTYPE_V8DF_V8SF_QI): Ditto.
559         (V16HI_FTYPE_V16SI): Ditto.
560         (V16SF_FTYPE_V16HI): Ditto.
561         (V16SF_FTYPE_V16HI_V16SF_HI): Ditto.
562         (V16SF_FTYPE_V16SI): Ditto.
563         (V4DI_FTYPE_V4DI): Ditto.
564         (V16SI_FTYPE_V16SF): Ditto.
565         (V16SF_FTYPE_FLOAT): Ditto.
566         (V8DF_FTYPE_DOUBLE): Ditto.
567         (V8DI_FTYPE_INT64): Ditto.
568         (V8DI_FTYPE_V4DI): Ditto.
569         (V16QI_FTYPE_V8DI): Ditto.
570         (UINT_FTYPE_V4SF): Ditto.
571         (UINT64_FTYPE_V4SF): Ditto.
572         (UINT_FTYPE_V2DF): Ditto.
573         (UINT64_FTYPE_V2DF): Ditto.
574         (V16SI_FTYPE_V16SI): Ditto.
575         (V8DI_FTYPE_V8DI): Ditto.
576         (V16SI_FTYPE_PV4SI): Ditto.
577         (V16SF_FTYPE_PV4SF): Ditto.
578         (V8DI_FTYPE_PV2DI): Ditto.
579         (V8DF_FTYPE_PV2DF): Ditto.
580         (V4DI_FTYPE_PV2DI): Ditto.
581         (V4DF_FTYPE_PV2DF): Ditto.
582         (V16SI_FTYPE_PV2SI): Ditto.
583         (V16SF_FTYPE_PV2SF): Ditto.
584         (V8DI_FTYPE_PV4DI): Ditto.
585         (V8DF_FTYPE_PV4DF): Ditto.
586         (V8SF_FTYPE_FLOAT): Ditto.
587         (V4SF_FTYPE_FLOAT): Ditto.
588         (V4DF_FTYPE_DOUBLE): Ditto.
589         (V8SF_FTYPE_PV4SF): Ditto.
590         (V8SI_FTYPE_PV4SI): Ditto.
591         (V4SI_FTYPE_PV2SI): Ditto.
592         (V8SF_FTYPE_PV2SF): Ditto.
593         (V8SI_FTYPE_PV2SI): Ditto.
594         (V16SF_FTYPE_PV8SF): Ditto.
595         (V16SI_FTYPE_PV8SI): Ditto.
596         (V8DI_FTYPE_V8SF): Ditto.
597         (V4DI_FTYPE_V4SF): Ditto.
598         (V2DI_FTYPE_V4SF): Ditto.
599         (V64QI_FTYPE_QI): Ditto.
600         (V32HI_FTYPE_HI): Ditto.
601         (V8UHI_FTYPE_V8UHI): Ditto.
602         (V16UHI_FTYPE_V16UHI): Ditto.
603         (V32UHI_FTYPE_V32UHI): Ditto.
604         (V2UDI_FTYPE_V2UDI): Ditto.
605         (V4UDI_FTYPE_V4UDI): Ditto.
606         (V8UDI_FTYPE_V8UDI): Ditto.
607         (V4USI_FTYPE_V4USI): Ditto.
608         (V8USI_FTYPE_V8USI): Ditto.
609         (V16USI_FTYPE_V16USI): Ditto.
610         (V2DF_FTYPE_V2DF_UINT64): Ditto.
611         (V2DI_FTYPE_V2DF_V2DF): Ditto.
612         (V2UDI_FTYPE_V4USI_V4USI): Ditto.
613         (V8DF_FTYPE_V8DF_V8DI): Ditto.
614         (V4SF_FTYPE_V4SF_UINT64): Ditto.
615         (V4SI_FTYPE_V4SF_V4SF): Ditto.
616         (V16SF_FTYPE_V16SF_V16SI): Ditto.
617         (V64QI_FTYPE_V32HI_V32HI): Ditto.
618         (V32HI_FTYPE_V16SI_V16SI): Ditto.
619         (V8DF_FTYPE_V8DF_V8DF_V8DI_INT_QI): Ditto.
620         (V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI): Ditto.
621         (V32HI_FTYPE_V64QI_V64QI): Ditto.
622         (V32HI_FTYPE_V32HI_V32HI): Ditto.
623         (V16HI_FTYPE_V16HI_V16HI_INT_V16HI_HI): Ditto.
624         (V16SI_FTYPE_V16SI_V4SI): Ditto.
625         (V16SI_FTYPE_V16SI_V16SI): Ditto.
626         (V16SI_FTYPE_V32HI_V32HI): Ditto.
627         (V16SI_FTYPE_V16SI_SI): Ditto.
628         (V8DI_FTYPE_V8DI_V8DI): Ditto.
629         (V4UDI_FTYPE_V8USI_V8USI): Ditto.
630         (V8DI_FTYPE_V16SI_V16SI): Ditto.
631         (V8DI_FTYPE_V8DI_V2DI): Ditto.
632         (QI_FTYPE_QI): Ditto.
633         (SI_FTYPE_SI): Ditto.
634         (DI_FTYPE_DI): Ditto.
635         (QI_FTYPE_QI_QI): Ditto.
636         (QI_FTYPE_QI_INT): Ditto.
637         (HI_FTYPE_HI_INT): Ditto.
638         (SI_FTYPE_SI_INT): Ditto.
639         (DI_FTYPE_DI_INT): Ditto.
640         (HI_FTYPE_V16QI_V16QI): Ditto.
641         (SI_FTYPE_V32QI_V32QI): Ditto.
642         (DI_FTYPE_V64QI_V64QI): Ditto.
643         (QI_FTYPE_V8HI_V8HI): Ditto.
644         (HI_FTYPE_V16HI_V16HI): Ditto.
645         (SI_FTYPE_V32HI_V32HI): Ditto.
646         (QI_FTYPE_V4SI_V4SI): Ditto.
647         (QI_FTYPE_V8SI_V8SI): Ditto.
648         (QI_FTYPE_V2DI_V2DI): Ditto.
649         (QI_FTYPE_V4DI_V4DI): Ditto.
650         (QI_FTYPE_V8DI_V8DI): Ditto.
651         (HI_FTYPE_V16SI_V16SI): Ditto.
652         (HI_FTYPE_V16SI_V16SI_INT_HI): Ditto.
653         (QI_FTYPE_V8DF_V8DF_INT_QI): Ditto.
654         (HI_FTYPE_V16SF_V16SF_INT_HI): Ditto.
655         (V32HI_FTYPE_V32HI_V32HI_V32HI): Ditto.
656         (V4SF_FTYPE_V4SF_V2DF_V4SF_QI): Ditto.
657         (V8DF_FTYPE_V8DF_V8DF_V8DF): Ditto.
658         (V16SF_FTYPE_V16SF_V16SF_V16SF): Ditto.
659         (V8DF_FTYPE_V8SF_V8DF_QI): Ditto.
660         (V8DI_FTYPE_V8DF_V8DI_QI): Ditto.
661         (V8DF_FTYPE_V8DI_V8DF_V8DF): Ditto.
662         (V2DF_FTYPE_V2DF_V4SF_V2DF_QI): Ditto.
663         (V16SF_FTYPE_V16SI_V16SF_HI): Ditto.
664         (V16SF_FTYPE_V16SI_V16SF_V16SF): Ditto.
665         (V8SI_FTYPE_V8DF_V8SI_QI): Ditto.
666         (V8DI_FTYPE_PCCHAR_V8DI_QI): Ditto.
667         (V8SF_FTYPE_PCFLOAT_V8SF_QI): Ditto.
668         (V4SF_FTYPE_PCFLOAT_V4SF_QI): Ditto.
669         (V4DF_FTYPE_PCDOUBLE_V4DF_QI): Ditto.
670         (V2DF_FTYPE_PCDOUBLE_V2DF_QI): Ditto.
671         (V8SI_FTYPE_PCCHAR_V8SI_QI): Ditto.
672         (V4SI_FTYPE_PCCHAR_V4SI_QI): Ditto.
673         (V4DI_FTYPE_PCCHAR_V4DI_QI): Ditto.
674         (V2DI_FTYPE_PCCHAR_V2DI_QI): Ditto.
675         (V16SF_FTYPE_PCV8SF_V16SF_HI): Ditto.
676         (V16SI_FTYPE_PCV8SI_V16SI_HI): Ditto.
677         (V8DF_FTYPE_PCV2DF_V8DF_QI): Ditto.
678         (V8SF_FTYPE_PCV4SF_V8SF_QI): Ditto.
679         (V8DI_FTYPE_PCV2DI_V8DI_QI): Ditto.
680         (V8SI_FTYPE_PCV4SI_V8SI_QI): Ditto.
681         (V4DF_FTYPE_PCV2DF_V4DF_QI): Ditto.
682         (V4DI_FTYPE_PCV2DI_V4DI_QI): Ditto.
683         (VOID_FTYPE_PDOUBLE_V2DF_QI): Ditto.
684         (VOID_FTYPE_PFLOAT_V4SF_QI): Ditto.
685         (V16SI_FTYPE_V16SF_V16SI_HI): Ditto.
686         (V8DI_FTYPE_V8SF_V8DI_QI): Ditto.
687         (V8SF_FTYPE_V8DI_V8SF_QI): Ditto.
688         (V8DF_FTYPE_V8DI_V8DF_QI): Ditto.
689         (V2DF_FTYPE_V2DF_V2DF_V2DI): Ditto.
690         (V4SF_FTYPE_V4SF_V4SF_V4SI): Ditto.
691         (V2UDI_FTYPE_V2UDI_V2UDI_V2UDI): Ditto.
692         (V4USI_FTYPE_V4USI_V4USI_V4USI): Ditto.
693         (V8UHI_FTYPE_V8UHI_V8UHI_V8UHI): Ditto.
694         (V16UQI_FTYPE_V16UQI_V16UQI_V16UQI): Ditto.
695         (V4DF_FTYPE_V4DF_V4DF_V4DI): Ditto.
696         (V8SF_FTYPE_V8SF_V8SF_V8SI): Ditto.
697         (V8DI_FTYPE_V8DI_V8DI_V8DI): Ditto.
698         (V16SI_FTYPE_V16SI_V16SI_V16SI): Ditto.
699         (V2DF_FTYPE_V2DF_V2DI_V2DF): Ditto.
700         (V4DF_FTYPE_V4DF_V4DI_V4DF): Ditto.
701         (V8DF_FTYPE_V8DF_V8DI_V8DF): Ditto.
702         (V4SF_FTYPE_V4SF_V4SI_V4SF): Ditto.
703         (V8SF_FTYPE_V8SF_V8SI_V8SF): Ditto.
704         (V16SF_FTYPE_V16SF_V16SI_V16SF): Ditto.
705         (V8DI_FTYPE_V8DI_SI_V8DI_V8DI): Ditto.
706         (PVOID_FTYPE_PVOID_PVOID_ULONG): Ditto.
707         (V4SF_FTYPE_V2DF_V4SF_QI): Convert mask type from signed to unsigned.
708         (V4SF_FTYPE_V4DF_V4SF_QI): Ditto.
709         (V4SF_FTYPE_V8HI_V4SF_QI): Ditto.
710         (V8SF_FTYPE_V8HI_V8SF_QI): Ditto.
711         (V16SI_FTYPE_V16SI_V16SI_HI): Ditto.
712         (V8DI_FTYPE_V8DI_V8DI_QI): Ditto.
713         (V2DF_FTYPE_V4DF_INT_V2DF_QI): Ditto.
714         (V2DF_FTYPE_V8DF_INT_V2DF_QI): Ditto.
715         (V2DI_FTYPE_V2DI_INT_V2DI_QI): Ditto.
716         (V4DF_FTYPE_V8DF_INT_V4DF_QI): Ditto.
717         (V4SF_FTYPE_V8SF_INT_V4SF_QI): Ditto.
718         (V4SI_FTYPE_V2DF_V4SI_QI): Ditto.
719         (V4SI_FTYPE_V4SI_INT_V4SI_QI): Ditto.
720         (V4SI_FTYPE_V8HI_V8HI_V4SI_QI): Ditto.
721         (V4SI_FTYPE_V8SI_INT_V4SI_QI): Ditto.
722         (V8HI_FTYPE_V16QI_V16QI_V8HI_QI): Ditto.
723         (V8HI_FTYPE_V8SF_INT_V8HI_QI): Ditto.
724         (V8HI_FTYPE_V4SF_INT_V8HI_QI): Ditto.
725         (V8SF_FTYPE_V16SF_INT_V8SF_QI): Ditto.
726         (V4SF_FTYPE_V16SF_INT_V4SF_QI): Ditto.
727         (V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI): Ditto.
728         (V8DF_FTYPE_V8DF_V4DF_INT_V8DF_QI): Ditto.
729         (V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI): Ditto.
730         (V8DF_FTYPE_V8DF_INT_V8DF_QI): Ditto.
731         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI): Ditto.
732         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT_QI): Ditto.
733         (V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI): Ditto.
734         (V16SF_FTYPE_V16SF_INT_V16SF_HI): Ditto.
735         (V16SI_FTYPE_V16SI_V4SI_INT_V16SI_HI): Ditto.
736         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI): Ditto.
737         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT_QI): Ditto.
738         (V16SF_FTYPE_V16SF_V4SF_INT_V16SF_HI): Ditto.
739         (V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI): Ditto.
740         (V16HI_FTYPE_V32QI_V32QI_V16HI_HI): Ditto.
741         (V32HI_FTYPE_V64QI_V64QI_V32HI_SI): Ditto.
742         (V16HI_FTYPE_V16SF_INT_V16HI_HI): Ditto.
743         (V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI): Ditto.
744         (V4SI_FTYPE_V16SI_INT_V4SI_QI): Ditto.
745         (V16SI_FTYPE_V16SI_V16SI_INT_V16SI_HI): Ditto.
746         (V8SI_FTYPE_V16HI_V16HI_V8SI_QI): Ditto.
747         (V16SI_FTYPE_V32HI_V32HI_V16SI_HI): Ditto.
748         (V8SI_FTYPE_V8SI_INT_V8SI_QI): Ditto.
749         (V8SI_FTYPE_V16SI_INT_V8SI_QI): Ditto.
750         (V16SI_FTYPE_V16SI_V4SI_V16SI_HI): Ditto.
751         (V16SI_FTYPE_V16SI_INT_V16SI_HI): Ditto.
752         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_QI): Ditto.
753         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
754         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
755         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
756         (V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI): Ditto.
757         (V8DI_FTYPE_V8DI_V4DI_INT_V8DI_QI): Ditto.
758         (V4DI_FTYPE_V8DI_INT_V4DI_QI): Ditto.
759         (V8DI_FTYPE_V8DI_V2DI_V8DI_QI): Ditto.
760         (V8DI_FTYPE_V8DI_INT_V8DI_QI): Ditto.
761         (V4DI_FTYPE_V4DI_INT_V4DI_QI): Ditto.
762         (V2DI_FTYPE_V4DI_INT_V2DI_QI): Ditto.
763         (V2DI_FTYPE_V8DI_INT_V2DI_QI): Ditto.
764         (HI_FTYPE_HI): Ditto.
765         (HI_FTYPE_V16QI): Ditto.
766         (SI_FTYPE_V32QI): Ditto.
767         (DI_FTYPE_V64QI): Ditto.
768         (QI_FTYPE_V8HI): Ditto.
769         (HI_FTYPE_V16HI): Ditto.
770         (SI_FTYPE_V32HI): Ditto.
771         (QI_FTYPE_V4SI): Ditto.
772         (QI_FTYPE_V8SI): Ditto.
773         (HI_FTYPE_V16SI): Ditto.
774         (QI_FTYPE_V2DI): Ditto.
775         (QI_FTYPE_V4DI): Ditto.
776         (QI_FTYPE_V8DI): Ditto.
777         (V16QI_FTYPE_HI): Ditto.
778         (V32QI_FTYPE_SI): Ditto.
779         (V64QI_FTYPE_DI): Ditto.
780         (V8HI_FTYPE_QI): Ditto.
781         (V16HI_FTYPE_HI): Ditto.
782         (V32HI_FTYPE_SI): Ditto.
783         (V4SI_FTYPE_QI): Ditto.
784         (V4SI_FTYPE_HI): Ditto.
785         (V8SI_FTYPE_QI): Ditto.
786         (V8SI_FTYPE_HI): Ditto.
787         (V2DI_FTYPE_QI): Ditto.
788         (V4DI_FTYPE_QI): Ditto.
789         (HI_FTYPE_HI_HI): Ditto.
790         (SI_FTYPE_SI_SI): Ditto.
791         (DI_FTYPE_DI_DI): Ditto.
792         (HI_FTYPE_V16QI_V16QI_HI): Ditto.
793         (HI_FTYPE_V16QI_V16QI_INT_HI): Ditto.
794         (SI_FTYPE_V32QI_V32QI_SI): Ditto.
795         (SI_FTYPE_V32QI_V32QI_INT_SI): Ditto.
796         (DI_FTYPE_V64QI_V64QI_DI): Ditto.
797         (DI_FTYPE_V64QI_V64QI_INT_DI): Ditto.
798         (QI_FTYPE_V8HI_V8HI_QI): Ditto.
799         (QI_FTYPE_V8HI_V8HI_INT_QI): Ditto.
800         (HI_FTYPE_V16HI_V16HI_HI): Ditto.
801         (HI_FTYPE_V16HI_V16HI_INT_HI): Ditto.
802         (SI_FTYPE_V32HI_V32HI_SI): Ditto.
803         (SI_FTYPE_V32HI_V32HI_INT_SI): Ditto.
804         (QI_FTYPE_V4SI_V4SI_QI): Ditto.
805         (QI_FTYPE_V4SI_V4SI_INT_QI): Ditto.
806         (QI_FTYPE_V8SI_V8SI_QI): Ditto.
807         (QI_FTYPE_V8SI_V8SI_INT_QI): Ditto.
808         (QI_FTYPE_V2DI_V2DI_QI): Ditto.
809         (QI_FTYPE_V2DI_V2DI_INT_QI): Ditto.
810         (QI_FTYPE_V4DI_V4DI_QI): Ditto.
811         (QI_FTYPE_V4DI_V4DI_INT_QI): Ditto.
812         (QI_FTYPE_V8DI_V8DI_QI): Ditto.
813         (HI_FTYPE_V16SI_V16SI_HI): Ditto.
814         (QI_FTYPE_V8DI_V8DI_INT): Ditto.
815         (QI_FTYPE_V8DI_V8DI_INT_QI): Ditto.
816         (HI_FTYPE_V16SI_V16SI_INT): Ditto.
817         (HI_FTYPE_V16SI_V16SI_INT _HI): Ditto.
818         (QI_FTYPE_V8DF_V8DF_INT): Ditto.
819         (QI_FTYPE_V8DF_V8DF_INT_QI_INT): Ditto.
820         (HI_FTYPE_V16SF_V16SF_INT): Ditto.
821         (HI_FTYPE_V16SF_V16SF_INT_HI_INT): Ditto.
822         (QI_FTYPE_V2DF_V2DF_INT): Ditto.
823         (QI_FTYPE_V2DF_V2DF_INT_QI): Ditto.
824         (QI_FTYPE_V2DF_V2DF_INT_QI_INT): Ditto.
825         (QI_FTYPE_V4SF_V4SF_INT): Ditto.
826         (QI_FTYPE_V4SF_V4SF_INT_QI): Ditto.
827         (QI_FTYPE_V4SF_V4SF_INT_QI_INT): Ditto.
828         (V16SI_FTYPE_HI): Ditto.
829         (V8DI_FTYPE_QI): Ditto.
830         (V2DF_FTYPE_V2DI_V2DF_V2DF_QI): Ditto.
831         (V2DF_FTYPE_V2DF_V2DI_V2DF_QI): Ditto.
832         (V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI): Ditto.
833         (V4SF_FTYPE_V4SI_V4SF_V4SF_QI): Ditto.
834         (V4SF_FTYPE_V4SF_V4SI_V4SF_QI): Ditto.
835         (V4SF_FTYPE_V4SF_V4SF_V4SF_QI): Ditto.
836         (V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI): Ditto.
837         (V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI): Ditto.
838         (V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI): Ditto.
839         (V2DF_FTYPE_V2DF_V2DF_QI): Ditto.
840         (V2DF_FTYPE_V4SF_V2DF_QI): Ditto.
841         (V2DF_FTYPE_V4SI_V2DF_QI): Ditto.
842         (V4DF_FTYPE_V4DF_V4DF_QI): Ditto.
843         (V4DF_FTYPE_V4SF_V4DF_QI): Ditto.
844         (V4DF_FTYPE_V4SI_V4DF_QI): Ditto.
845         (V8DF_FTYPE_V8DF_V8DF_QI): Ditto.
846         (V8DF_FTYPE_V8SI_V8DF_QI): Ditto.
847         (V2DI_FTYPE_V4SI_V2DI_QI): Ditto.
848         (V2DI_FTYPE_V8HI_V2DI_QI): Ditto.
849         (V4DI_FTYPE_V4DF_V4DI_QI): Ditto.
850         (V2DI_FTYPE_V2DF_V2DI_QI): Ditto.
851         (V2DI_FTYPE_V2DI_V2DI_V2DI_QI): Ditto.
852         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI): Ditto.
853         (V4DI_FTYPE_V4DI_V4DI_V4DI_QI): Ditto.
854         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI): Ditto.
855         (V8DI_FTYPE_V8SI_V8DI_QI): Ditto.
856         (V8DI_FTYPE_V8HI_V8DI_QI): Ditto.
857         (V8DI_FTYPE_V16QI_V8DI_QI): Ditto.
858         (V2DI_FTYPE_V16QI_V2DI_QI): Ditto.
859         (V4DI_FTYPE_V16QI_V4DI_QI): Ditto.
860         (V4DI_FTYPE_V4DI_V4DI_QI): Ditto.
861         (V4DI_FTYPE_V4SI_V4DI_QI): Ditto.
862         (V4DI_FTYPE_V8HI_V4DI_QI): Ditto.
863         (V8DI_FTYPE_V8DI_V8DI_V8DI_QI): Ditto.
864         (V8DF_FTYPE_V8DI_V8DF_V8DF_QI): Ditto.
865         (V8DF_FTYPE_V8DF_V8DI_V8DF_QI): Ditto.
866         (V4DF_FTYPE_V4DI_V4DF_V4DF_QI): Ditto.
867         (V4DF_FTYPE_V4DF_V4DI_V4DF_QI): Ditto.
868         (V4DF_FTYPE_V4DF_V4DF_V4DF_QI): Ditto.
869         (V8DF_FTYPE_V8DF_V8DF_V8DF_QI): Ditto.
870         (V16QI_FTYPE_V16QI_V16QI_V16QI_HI): Ditto.
871         (V16HI_FTYPE_V16HI_V16HI_V16HI_HI): Ditto.
872         (V16SI_FTYPE_V16SI_V16SI_V16SI_HI): Ditto.
873         (V2DF_FTYPE_V2DF_V2DF_V2DF_QI): Ditto.
874         (V32HI_FTYPE_V32HI_V32HI_V32HI_SI): Ditto.
875         (V64QI_FTYPE_V64QI_V64QI_V64QI_DI): Ditto.
876         (V32QI_FTYPE_V32QI_V32QI_V32QI_SI): Ditto.
877         (V8HI_FTYPE_V8HI_V8HI_V8HI_QI): Ditto.
878         (V4SF_FTYPE_V4SF_V4SF_QI): Ditto.
879         (V4SF_FTYPE_V4SI_V4SF_QI): Ditto.
880         (V8SF_FTYPE_V8SF_V8SF_QI): Ditto.
881         (V8SF_FTYPE_V8SI_V8SF_QI): Ditto.
882         (V16SF_FTYPE_V16SF_V16SF_HI): Ditto.
883         (V4SI_FTYPE_V16QI_V4SI_QI): Ditto.
884         (V4SI_FTYPE_V8HI_V4SI_QI): Ditto.
885         (V8SI_FTYPE_V8SI_V8SI_QI): Ditto.
886         (V8SI_FTYPE_V8HI_V8SI_QI): Ditto.
887         (V8SI_FTYPE_V16QI_V8SI_QI): Ditto.
888         (V4SI_FTYPE_V4SI_V4SI_V4SI_QI): Ditto.
889         (V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI): Ditto.
890         (V8SF_FTYPE_V8SF_V8SF_V8SF_QI): Ditto.
891         (V8SF_FTYPE_V8SI_V8SF_V8SF_QI): Ditto.
892         (V8SF_FTYPE_V8SF_V8SI_V8SF_QI): Ditto.
893         (V8SI_FTYPE_V8SI_V8SI_V8SI_QI): Ditto.
894         (V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI): Ditto.
895         (V16SF_FTYPE_V16SF_V16SF_V16SF_HI): Ditto.
896         (V16SF_FTYPE_V16SI_V16SF_V16SF_HI): Ditto.
897         (V16SF_FTYPE_V16SF_V16SI_V16SF_HI): Ditto.
898         (V16SF_FTYPE_V8SF_V16SF_HI): Ditto.
899         (V16SF_FTYPE_V4SF_V16SF_HI): Ditto.
900         (V8DF_FTYPE_V4DF_V8DF_QI): Ditto.
901         (V8DF_FTYPE_V2DF_V8DF_QI): Ditto.
902         (V16SI_FTYPE_V8SI_V16SI_HI): Ditto.
903         (V16SI_FTYPE_V4SI_V16SI_HI): Ditto.
904         (V16SI_FTYPE_SI_V16SI_HI): Ditto.
905         (V16SI_FTYPE_V16HI_V16SI_HI): Ditto.
906         (V16SI_FTYPE_V16QI_V16SI_HI): Ditto.
907         (V8DI_FTYPE_V4DI_V8DI_QI): Ditto.
908         (V4SI_FTYPE_V4DF_V4SI_QI): Ditto.
909         (V8DI_FTYPE_V2DI_V8DI_QI): Ditto.
910         (V8DI_FTYPE_DI_V8DI_QI): Ditto.
911         (V16QI_FTYPE_V16SI_V16QI_HI): Ditto.
912         (V16QI_FTYPE_V8DI_V16QI_QI): Ditto.
913         (V32HI_FTYPE_V32HI_V32HI_SI): Ditto.
914         (V32HI_FTYPE_V32QI_V32HI_SI): Ditto.
915         (V16HI_FTYPE_V16HI_V16HI_HI): Ditto.
916         (V16HI_FTYPE_V16QI_V16HI_HI): Ditto.
917         (V8HI_FTYPE_V16QI_V8HI_QI): Ditto.
918         (V8SF_FTYPE_V4SF_V8SF_QI): Ditto.
919         (V4DF_FTYPE_V2DF_V4DF_QI): Ditto.
920         (V8SI_FTYPE_V4SI_V8SI_QI): Ditto.
921         (V8SI_FTYPE_SI_V8SI_QI): Ditto.
922         (V4SI_FTYPE_V4SI_V4SI_QI): Ditto.
923         (V4SI_FTYPE_SI_V4SI_QI): Ditto.
924         (V4DI_FTYPE_V2DI_V4DI_QI): Ditto.
925         (V4DI_FTYPE_DI_V4DI_QI): Ditto.
926         (V2DI_FTYPE_V2DI_V2DI_QI): Ditto.
927         (V2DI_FTYPE_DI_V2DI_QI): Ditto.
928         (V64QI_FTYPE_V64QI_V64QI_DI): Ditto.
929         (V64QI_FTYPE_V16QI_V64QI_DI): Ditto.
930         (V64QI_FTYPE_QI_V64QI_DI): Ditto.
931         (V32QI_FTYPE_V32QI_V32QI_SI): Ditto.
932         (V32QI_FTYPE_V16QI_V32QI_SI): Ditto.
933         (V32QI_FTYPE_QI_V32QI_SI): Ditto.
934         (V16QI_FTYPE_V16QI_V16QI_HI): Ditto.
935         (V16QI_FTYPE_QI_V16QI_HI): Ditto.
936         (V32HI_FTYPE_V8HI_V32HI_SI): Ditto.
937         (V32HI_FTYPE_HI_V32HI_SI): Ditto.
938         (V16HI_FTYPE_V8HI_V16HI_HI): Ditto.
939         (V16HI_FTYPE_HI_V16HI_HI): Ditto.
940         (V8HI_FTYPE_V8HI_V8HI_QI): Ditto.
941         (V8HI_FTYPE_HI_V8HI_QI): Ditto.
942         (V64QI_FTYPE_PCV64QI_V64QI_DI): Ditto.
943         (V32HI_FTYPE_PCV32HI_V32HI_SI): Ditto.
944         (V32QI_FTYPE_PCV32QI_V32QI_SI): Ditto.
945         (V16SF_FTYPE_PCV16SF_V16SF_HI): Ditto.
946         (V8DF_FTYPE_PCV8DF_V8DF_QI): Ditto.
947         (V16SI_FTYPE_PCV16SI_V16SI_HI): Ditto.
948         (V16HI_FTYPE_PCV16HI_V16HI_HI): Ditto.
949         (V16QI_FTYPE_PCV16QI_V16QI_HI): Ditto.
950         (V8SF_FTYPE_PCV8SF_V8SF_QI): Ditto.
951         (V8DI_FTYPE_PCV8DI_V8DI_QI): Ditto.
952         (V8SI_FTYPE_PCV8SI_V8SI_QI): Ditto.
953         (V8HI_FTYPE_PCV8HI_V8HI_QI): Ditto.
954         (V4DF_FTYPE_PCV4DF_V4DF_QI): Ditto.
955         (V4SF_FTYPE_PCV4SF_V4SF_QI): Ditto.
956         (V4DI_FTYPE_PCV4DI_V4DI_QI): Ditto.
957         (V4SI_FTYPE_PCV4SI_V4SI_QI): Ditto.
958         (V2DF_FTYPE_PCV2DF_V2DF_QI): Ditto.
959         (V2DI_FTYPE_PCV2DI_V2DI_QI): Ditto.
960         (V16HI_FTYPE_V16SI_V16HI_HI): Ditto.
961         (V8SI_FTYPE_V8DI_V8SI_QI): Ditto.
962         (V8HI_FTYPE_V8DI_V8HI_QI): Ditto.
963         (V16QI_FTYPE_V8HI_V16QI_QI): Ditto.
964         (V16QI_FTYPE_V16HI_V16QI_HI): Ditto.
965         (V16QI_FTYPE_V4SI_V16QI_QI): Ditto.
966         (V16QI_FTYPE_V8SI_V16QI_QI): Ditto.
967         (V8HI_FTYPE_V4SI_V8HI_QI): Ditto.
968         (V8HI_FTYPE_V8SI_V8HI_QI): Ditto.
969         (V16QI_FTYPE_V2DI_V16QI_QI): Ditto.
970         (V16QI_FTYPE_V4DI_V16QI_QI): Ditto.
971         (V8HI_FTYPE_V2DI_V8HI_QI): Ditto.
972         (V8HI_FTYPE_V4DI_V8HI_QI): Ditto.
973         (V4SI_FTYPE_V2DI_V4SI_QI): Ditto.
974         (V4SI_FTYPE_V4DI_V4SI_QI): Ditto.
975         (V32QI_FTYPE_V32HI_V32QI_SI): Ditto.
976         (V2DF_FTYPE_V2DF_INT_V2DF_QI): Ditto.
977         (V4DF_FTYPE_V4DF_INT_V4DF_QI): Ditto.
978         (V4SF_FTYPE_V4SF_INT_V4SF_QI): Ditto.
979         (V8SF_FTYPE_V8SF_INT_V8SF_QI): Ditto.
980         (V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI): Ditto.
981         (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_QI): Ditto.
982         (V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI): Ditto.
983         (V4SF_FTYPE_V4SF_V4SF_INT_V4SF_QI): Ditto.
984         (VOID_FTYPE_PV8DF_V8DF_QI): Ditto.
985         (VOID_FTYPE_PV8SI_V8DI_QI): Ditto.
986         (VOID_FTYPE_PV8HI_V8DI_QI): Ditto.
987         (VOID_FTYPE_PV8HI_V4DI_QI): Ditto.
988         (VOID_FTYPE_PV8HI_V2DI_QI): Ditto.
989         (VOID_FTYPE_PV4SI_V4DI_QI): Ditto.
990         (VOID_FTYPE_PV4SI_V2DI_QI): Ditto.
991         (VOID_FTYPE_PV8HI_V8SI_QI): Ditto.
992         (VOID_FTYPE_PV8HI_V4SI_QI): Ditto.
993         (VOID_FTYPE_PV4DF_V4DF_QI): Ditto.
994         (VOID_FTYPE_PV2DF_V2DF_QI): Ditto.
995         (VOID_FTYPE_PV16SF_V16SF_HI): Ditto.
996         (VOID_FTYPE_PV8SF_V8SF_QI): Ditto.
997         (VOID_FTYPE_PV4SF_V4SF_QI): Ditto.
998         (VOID_FTYPE_PV8DI_V8DI_QI): Ditto.
999         (VOID_FTYPE_PV4DI_V4DI_QI): Ditto.
1000         (VOID_FTYPE_PV2DI_V2DI_QI): Ditto.
1001         (VOID_FTYPE_PV16SI_V16SI_HI): Ditto.
1002         (VOID_FTYPE_PV16HI_V16SI_HI): Ditto.
1003         (VOID_FTYPE_PV16QI_V16SI_HI): Ditto.
1004         (VOID_FTYPE_PV16QI_V8SI_QI): Ditto.
1005         (VOID_FTYPE_PV16QI_V4SI_QI): Ditto.
1006         (VOID_FTYPE_PV16QI_V8DI_QI): Ditto.
1007         (VOID_FTYPE_PV16QI_V4DI_QI): Ditto.
1008         (VOID_FTYPE_PV16QI_V2DI_QI): Ditto.
1009         (VOID_FTYPE_PV8SI_V8SI_QI): Ditto.
1010         (VOID_FTYPE_PV4SI_V4SI_QI): Ditto.
1011         (VOID_FTYPE_PV32HI_V32HI_SI): Ditto.
1012         (VOID_FTYPE_PV16HI_V16HI_HI): Ditto.
1013         (VOID_FTYPE_PV8HI_V8HI_QI): Ditto.
1014         (VOID_FTYPE_PV64QI_V64QI_DI): Ditto.
1015         (VOID_FTYPE_PV32QI_V32QI_SI): Ditto.
1016         (VOID_FTYPE_PV16QI_V16QI_HI): Ditto.
1017         (V8DI_FTYPE_V8DI_V8DI_V8DI_INT_QI): Ditto.
1018         (V8SI_FTYPE_V8SF_V8SI_QI): Ditto.
1019         (V4SI_FTYPE_V4SF_V4SI_QI): Ditto.
1020         (V4DI_FTYPE_V4SF_V4DI_QI): Ditto.
1021         (V2DI_FTYPE_V4SF_V2DI_QI): Ditto.
1022         (V4SF_FTYPE_V4DI_V4SF_QI): Ditto.
1023         (V4SF_FTYPE_V2DI_V4SF_QI): Ditto.
1024         (V4DF_FTYPE_V4DI_V4DF_QI): Ditto.
1025         (V2DF_FTYPE_V2DI_V2DF_QI): Ditto.
1026         (V32HI_FTYPE_V32HI_INT_V32HI_SI): Ditto.
1027         (V32HI_FTYPE_V32HI_V8HI_V32HI_SI): Ditto.
1028         (V16HI_FTYPE_V16HI_INT_V16HI_HI): Ditto.
1029         (V16HI_FTYPE_V16HI_V8HI_V16HI_HI): Ditto.
1030         (V8HI_FTYPE_V8HI_INT_V8HI_QI): Ditto.
1031         (V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI): Ditto.
1032         (V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI): Ditto.
1033         (V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI): Ditto.
1034         (V64QI_FTYPE_V32HI_V32HI_V64QI_DI): Ditto.
1035         (V32QI_FTYPE_V16HI_V16HI_V32QI_SI): Ditto.
1036         (V16QI_FTYPE_V8HI_V8HI_V16QI_HI): Ditto.
1037         (V32HI_FTYPE_V16SI_V16SI_V32HI_SI): Ditto.
1038         (V16HI_FTYPE_V8SI_V8SI_V16HI_HI): Ditto.
1039         (V8HI_FTYPE_V4SI_V4SI_V8HI_QI): Ditto.
1040         (V8DI_FTYPE_V16SI_V16SI_V8DI_QI): Ditto.
1041         (V4DI_FTYPE_V8SI_V8SI_V4DI_QI): Ditto.
1042         (V2DI_FTYPE_V4SI_V4SI_V2DI_QI): Ditto.
1043         (V16SI_FTYPE_V16SI_V16SI_V16SI_INT_HI): Ditto.
1044         (V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI): Ditto.
1045         (V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI): Ditto.
1046         (V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI): Ditto.
1047         (V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI): Ditto.
1048         (V8SI_FTYPE_V8SI_V4SI_V8SI_QI): Ditto.
1049         (V4DI_FTYPE_V4DI_V2DI_V4DI_QI): Ditto.
1050         (QI_FTYPE_V4DF_V4DF_INT_QI): Ditto.
1051         (QI_FTYPE_V8SF_V8SF_INT_QI): Ditto.
1052         (QI_FTYPE_V8DF_INT_QI): Ditto.
1053         (QI_FTYPE_V4DF_INT_QI): Ditto.
1054         (QI_FTYPE_V2DF_INT_QI): Ditto.
1055         (HI_FTYPE_V16SF_INT_HI): Ditto.
1056         (QI_FTYPE_V8SF_INT_QI): Ditto.
1057         (QI_FTYPE_V4SF_INT_QI): Ditto.
1058         (V8DF_FTYPE_V8DF_V8DF_V8DF_QI_INT): Ditto.
1060 2015-07-31  Richard Biener  <rguenther@suse.de>
1062         * gimple-fold.c (fold_gimple_assign): Remove folding of
1063         GIMPLE_BINARY_RHS.
1065 2015-07-31  Tom de Vries  <tom@codesourcery.com>
1067         PR tree-optimization/66846
1068         * omp-low.c (expand_omp_taskreg) [ENABLE_CHECKING]: Call
1069         verify_loop_structure for child_cfun if !LOOPS_NEED_FIXUP.
1070         (expand_omp_target) [ENABLE_CHECKING]: Same.
1071         (execute_expand_omp) [ENABLE_CHECKING]: Call verify_loop_structure for
1072         cfun if !LOOPS_NEED_FIXUP.
1073         (expand_omp_for_static_nochunk): Handle simple latch bb.  Handle case
1074         that omp_for already has its own loop struct.
1075         * tree-parloops.c (create_phi_for_local_result)
1076         (create_call_for_reduction): Handle simple latch bb.
1077         (create_parallel_loop): Add simple latch bb to preserve
1078         LOOPS_HAVE_SIMPLE_LATCHES.  Record new exit.  Handle simple latch bb.
1079         (gen_parallel_loop): Remove call to cancel_loop_tree.
1080         (parallelize_loops): Skip loops that are inner loops of parallelized
1081         loops.
1082         (pass_parallelize_loops::execute) [ENABLE_CHECKING]: Call
1083         verify_loop_structure.
1085 2015-07-30  Anatoly Sokolov  <aesok@post.ru>
1087         * config/v850/v850.h (LIBCALL_VALUE): Remove macros.
1088         * config/v850/v850.md (RV_REGNUM): New constants.
1089         * config/v850/v850.c (v850_libcall_value): New functions.
1090         (v850_function_value_regno_p, v850_function_value): Use RV_REGNUM.
1091         (TARGET_LIBCALL_VALUE): Define.
1093 2015-07-30  Anatoly Sokolov  <aesok@post.ru>
1095         * rtl.h (lowpart_subreg): Move in file.
1096         * loop-iv.c (lowpart_subreg): Move to...
1097         * simplify-rtx.c (lowpart_subreg): ...here.
1098           (simplify_binary_operation_1): Use lowpart_subreg instead of
1099           simplify_gen_subreg.
1100         * expr.c (expand_expr_real_2): Ditto.
1101         * emit-rtl.c (gen_lowpart_common): Ditto.
1102         * combine.c (gen_lowpart_for_combine): Ditto.
1103         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr,
1104           expand_debug_source_expr): Ditto.
1106 2015-07-30  Richard Sandiford  <richard.sandiford@arm.com>
1108         * builtins.c (HAVE_atomic_clear, gen_atomic_clear): Delete.
1109         (expand_builtin_atomic_clear): Remove support for atomic_clear
1110         pattern.
1112 2015-07-30  Richard Biener  <rguenther@suse.de>
1114         * gimple-fold.c (fold_gimple_assign): Only fold !tcc_comparison
1115         binaries.  Move X == 0, X == 1, X != 0, and X != 1 canonicalization ...
1116         (fold_stmt_1): ... here and work on GIMPLE directly.  Remove
1117         redundant operand canonicalization.
1119 2015-07-30  David Sherwood  <david.sherwood@arm.com>
1121         * config/aarch64/aarch64-simd.md (aarch64_ext<mode>): Replace call to
1122         GET_MODE_SIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_SIZE (m).
1123         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Likewise.
1124         * config/arm/arm.c (neon_valid_immediate): Likewise.
1125         * config/i386/i386.c (classify_argument, ix86_expand_int_vcond)
1126         (expand_vec_perm_blend, expand_vec_perm_pshufb): Likewise.
1127         (expand_vec_perm_pshufb2, expand_vec_perm_vpshufb2_vpermq): Likewise.
1128         (expand_vec_perm_vpshufb2_vpermq): Likewise.
1129         (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise.
1130         (expand_vec_perm_vpshufb4_vpermq2): Likewise.
1131         * config/i386/sse.md
1132         (<extract_type>_vinsert<shuffletype><extract_suf>_mask): Likewise.
1133         (*ssse3_palignr<mode>_perm): Likewise.
1134         * config/rs6000/rs6000.c (rs6000_complex_function_value): Likewise.
1135         * config/spu/spu.c (arith_immediate_p): Likewise.
1136         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
1137         (simplify_binary_operation_1, simplify_ternary_operation): Likewise.
1139 2015-07-30  Richard Biener  <rguenther@suse.de>
1141         * genmatch.c (decision_tree::gen_gimple): Merge with ...
1142         (decision_tree::gen_generic): ... this into ...
1143         (decision_tree::gen): ... this.
1144         (main): Adjust callers.
1146 2015-07-30  Richard Biener  <rguenther@suse.de>
1148         * genmatch.c (verbose): New global.
1149         (warning_at): Add overload with source_location.
1150         (capture_info::capture_info): Add bool whether generating gimple
1151         or generic.  Add gimple member.
1152         (capture_info::cinfo): Add capture member.
1153         (capture_info::walk_match): Record capture.  Warn on
1154         non-captured leafs.
1155         (capture_info::walk_c_expr): Add more fragments captures cannot
1156         escape through.  Warn on escaped captures.
1157         (dt_simplify::gen_1): Warn on operands we force to have no
1158         side-effects.
1159         (main): Initialize verbose.
1160         * match.pd: Add integer_nonzerop and HONOR_NANS predicates.
1162 2015-07-30  Richard Biener  <rguenther@suse.de>
1164         PR middle-end/67053
1165         * match.pd: Allow both operands to independently have conversion
1166         when simplifying compares of addresses.
1168 2015-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
1170         PR target/66217
1171         PR target/67045
1172         * config/rs6000/rs6000.md (and<mode>3): Put a CONST_INT_P check
1173         around those cases that need one.
1175 2015-07-29  Aditya Kumar  <hiraditya@msn.com>
1177         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
1179 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
1181         * config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
1182         New.  Copied from config/i386/gnu-user.h.
1183         (ASM_COMMENT_START): Likewise.
1184         (DBX_REGISTER_NUMBER): Likewise.
1186 2015-07-29  Richard Biener  <rguenther@suse.de>
1188         * gimple-fold.c (fold_gimple_cond): Remove.
1189         (fold_stmt_1): Do not call it.
1191 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1193         * config/aarch64/aarch64-builtins.c (aarch64_fp16_type_node): New.
1194         (aarch64_init_builtins): Make aarch64_fp16_type_node, use for __fp16.
1196         * config/aarch64/aarch64-modes.def: Add HFmode.
1198         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
1199         __ARM_FP16_FORMAT_IEEE and __ARM_FP16_ARGS. Set bit 1 of __ARM_FP.
1201         * config/aarch64/aarch64.c (aarch64_init_libfuncs,
1202         aarch64_promoted_type): New.
1204         (aarch64_float_const_representable_p): Disable HFmode.
1205         (aarch64_mangle_type): Mangle half-precision floats to "Dh".
1206         (TARGET_PROMOTED_TYPE): Define to aarch64_promoted_type.
1207         (TARGET_INIT_LIBFUNCS): Define to aarch64_init_libfuncs.
1209         * config/aarch64/aarch64.md (mov<mode>): Include HFmode using GPF_F16.
1210         (movhf_aarch64, extendhfsf2, extendhfdf2, truncsfhf2, truncdfhf2): New.
1212         * config/aarch64/iterators.md (GPF_F16): New.
1214 2015-07-29  Richard Biener  <rguenther@suse.de>
1216         * match.pd: Merge address comparison patterns and make them
1217         handle some more cases.
1219 2015-07-29  Richard Biener  <rguenther@suse.de>
1221         * genmatch.c (c_expr::gen_transform): Error on unknown captures.
1222         (parser::parse_capture): Add bool argument on whether to reject
1223         unknown captures.
1224         (parser::parse_expr): Adjust.
1225         (parser::parse_op): Likewise.
1226         (parser::parse_pattern): Likewise.
1228 2015-07-29  Richard Biener  <rguenther@suse.de>
1230         * gimple-fold.c (has_use_on_stmt): New function.
1231         (replace_stmt_with_simplification): Use it to allow
1232         abnormals originally referenced in the stmt.
1233         (fold_stmt_1): Canonicalize operand order.
1235 2015-07-28  David Sherwood  <david.sherwood@arm.com>
1237         * config/arm/arm.c (neon_element_bits, neon_valid_immediate): Call
1238         GET_MODE_INNER unconditionally.
1239         * config/spu/spu.c (arith_immediate_p): Likewise.
1240         * config/i386/i386.c (ix86_build_signbit_mask): Likewise.
1241         * expmed.c (synth_mult): Remove check for VOIDmode result from
1242         GET_MODE_INNER.
1243         (expand_mult_const): Likewise.
1244         * fold-const.c (fold_binary_loc): Replace call to element_precision
1245         with call to GET_MODE_PRECISION.
1246         * genmodes.c (emit_mode_inner_inline): Replace void_mode->name with
1247         m->name.
1248         (emit_mode_inner): Likewise.
1249         * lto-streamer-out.c (lto_write_mode_table): Update GET_MODE_INNER
1250         result check.
1251         * machmode.h (GET_MODE_UNIT_SIZE): Simplify.
1252         (GET_MODE_UNIT_PRECISION): Likewise.
1253         * rtlanal.c (subreg_get_info): Call GET_MODE_INNER unconditionally.
1254         * simplify-rtx.c (simplify_immed_subreg): Likewise.
1255         * stor-layout.c (bitwise_type_for_mode): Update assert.
1256         (element_precision): Remove.
1258 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
1260         * target-insns.def (reload_load_address): New targetm instruction
1261         pattern.
1262         * reload1.c (gen_reload): Use it instead of HAVE_*/gen_* interface.
1264 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
1266         * target-insns.def (atomic_test_and_set): New targetm instruction
1267         pattern.
1268         * optabs.c (maybe_emit_atomic_test_and_set): Use it instead of
1269         HAVE_*/gen_* interface.
1271 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
1273         * target-insns.def (can_extend, ptr_extend): New targetm instruction
1274         patterns.
1275         * optabs.c (can_extend_p): Use them instead of HAVE_*/gen_* interface.
1276         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1277         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
1278         * rtlanal.c (nonzero_bits1): Likewise.
1279         (num_sign_bit_copies1): Likewise.
1281 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
1283         * target-insns.def (eh_return): New targetm instruction pattern.
1284         * except.c (expand_eh_return): Use it instead of HAVE_*/gen_*
1285         interface.
1286         * function.c (thread_prologue_and_epilogue_insns): Remove
1287         preprocessor condition.
1289 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
1291         * target-insns.def (indirect_jump): New targetm instruction pattern.
1292         * optabs.c (emit_indirect_jump): Use it instead of HAVE_*/gen_*
1293         interface.
1295 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
1297         * config/fr30/fr30.md (indirect_jump): Use pmode_register_operand
1298         instead of nonimmediate_operand.  Remove C condiition.
1300 2015-07-28  Richard Biener  <rguenther@suse.de>
1302         * match.pd: Add more simplification of address comparisons.
1304 2015-07-28  Richard Biener  <rguenther@suse.de>
1306         * match.pd: Re-order two cases in comparison with max/min
1307         value simplification to make it apply for bools.
1309 2015-07-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1311         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p):
1312         Handle simple SIGN_EXTEND or ZERO_EXTEND.
1313         (aarch64_rtx_costs): Properly strip extend or extract before
1314         passing down to rtx costs again.
1316 2015-07-28  Nick Clifton  <nickc@redhat.com>
1318         * config/rl78/rl78.c (rl78_addsi3_internal): New function.
1319         Optimizes the case where -mes0 is active and a constant symbolic
1320         address is used.
1321         * config/rl78/rl78-protos.h: Prototype the new function.
1322         * config/rl78/rl78.md (addsi3_internal_real): Call new function.
1324 2015-07-28  Tom de Vries  <tom@codesourcery.com>
1326         * tree-parloops.c (reduc_stmt_res): New function.
1327         (initialize_reductions, add_field_for_reduction)
1328         (create_phi_for_local_result, create_loads_for_reductions)
1329         (create_stores_for_reduction, build_new_reduction): Handle case that
1330         reduc_stmt is a phi.
1331         (gather_scalar_reductions): Allow double_reduc reductions.
1333 2015-07-28  Richard Biener  <rguenther@suse.de>
1335         * fold-const.c (fold_comparison): Remove equality folding
1336         of decl addresses ...
1337         * match.pd: ... here and merge with existing pattern.
1339 2015-07-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1341         PR tree-optimization/66828
1342         * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
1343         from int64_t to uint64_t.
1345 2015-07-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1347         * opts-common.c (read_cmdline_option): List DriverOnly enum values
1348         as valid only in the error message of the driver, not in the
1349         messages of the language compilers.
1351 2015-07-27  Tom de Vries  <tom@codesourcery.com>
1353         * tree-parloops.c (gather_scalar_reductions): Simplify function
1354         structure.
1356 2015-07-27  Marek Polacek  <polacek@redhat.com>
1358         * ipa-devirt.c (types_same_for_odr): Fix typo.
1360 2015-07-27  Jason Merrill  <jason@redhat.com>
1362         PR debug/66468
1363         * dwarf2out.c (gen_inlined_subroutine_die): Check
1364         cgraph_function_possibly_inlined_p.
1366 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
1368         * gcc/config/aarch64/aarch64.md (aarch64_lshr_sisd_or_int_<mode>3):
1369         Place integer variant first.
1370         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
1372 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
1374         PR/63870
1375         * config/arm/arm-builtins.c (enum arm_builtins):
1376         Add ARM_BUILTIN_NEON_BASE and ARM_BUILTIN_NEON_LANE_CHECK.
1377         (ARM_BUILTIN_NEON_BASE): Rename macro to....
1378         (ARM_BUILTIN_NEON_PATTERN_START): ...this.
1379         (arm_init_neon_builtins): Register __builtin_arm_lane_check.
1380         (arm_expand_neon_builtin): Handle ARM_BUILTIN_NEON_LANE_CHECK.
1382 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
1384         PR/63870
1385         * config/arm/arm-builtins.c (enum arm_type_qualifiers):
1386         Add qualifier_lane_index.
1387         (arm_binop_imm_qualifiers, BINOP_IMM_QUALIFIERS): New.
1388         (arm_getlane_qualifiers): Use qualifier_lane_index.
1389         (arm_lanemac_qualifiers): Rename to...
1390         (arm_mac_n_qualifiers): ...this.
1391         (LANEMAC_QUALIFIERS): Rename to...
1392         (MAC_N_QUALIFIERS): ...this.
1393         (arm_mac_lane_qualifiers, MAC_LANE_QUALIFIERS): New.
1394         (arm_setlane_qualifiers): Use qualifier_lane_index.
1395         (arm_ternop_imm_qualifiers, TERNOP_IMM_QUALIFIERS): New.
1396         (enum builtin_arg): Add NEON_ARG_LANE_INDEX.
1397         (arm_expand_neon_args): Handle NEON_ARG_LANE_INDEX.
1398         (arm_expand_neon_builtin): Handle qualifier_lane_index.
1400         * config/arm/arm-protos.h (neon_lane_bounds): Add const_tree parameter.
1401         * config/arm/arm.c (bounds_check): Likewise, improve error message.
1402         (neon_lane_bounds, neon_const_bounds): Add arguments to bounds_check.
1403         * config/arm/arm_neon_builtins.def (vshrs_n, vshru_n, vrshrs_n,
1404         vrshru_n, vshrn_n, vrshrn_n, vqshrns_n, vqshrnu_n, vqrshrns_n,
1405         vqrshrnu_n, vqshrun_n, vqrshrun_n, vshl_n, vqshl_s_n, vqshl_u_n,
1406         vqshlu_n, vshlls_n, vshllu_n): Change qualifiers to BINOP_IMM.
1407         (vsras_n, vsrau_n, vrsras_n, vrsrau_n, vsri_n, vsli_n): Change
1408         qualifiers to TERNOP_IMM.
1409         (vdup_lane): Change qualifiers to GETLANE.
1410         (vmla_lane, vmlals_lane, vmlalu_lane, vqdmlal_lane, vmls_lane,
1411         vmlsls_lane, vmlslu_lane, vqdmlsl_lane): Change qualifiers to MAC_LANE.
1412         (vmla_n, vmlals_n, vmlalu_n, vqdmlal_n, vmls_n, vmlsls_n, vmlslu_n,
1413         vqdmlsl_n): Change qualifiers to MAC_N.
1415         * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_laneu<mode>,
1416         neon_vget_lanedi, neon_vget_lanev2di, neon_vset_lane<mode>,
1417         neon_vset_lanedi, neon_vdup_lane<mode>, neon_vdup_lanedi,
1418         neon_vdup_lanev2di, neon_vmul_lane<mode>, neon_vmul_lane<mode>,
1419         neon_vmull<sup>_lane<mode>, neon_vqdmull_lane<mode>,
1420         neon_vq<r>dmulh_lane<mode>, neon_vq<r>dmulh_lane<mode>,
1421         neon_vmla_lane<mode>, neon_vmla_lane<mode>, neon_vmlal<sup>_lane<mode>,
1422         neon_vqdmlal_lane<mode>, neon_vmls_lane<mode>, neon_vmls_lane<mode>,
1423         neon_vmlsl<sup>_lane<mode>, neon_vqdmlsl_lane<mode>):
1424         Remove call to neon_lane_bounds.
1426 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
1428         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
1429         Place integer variant first.
1431 2015-07-27  Matthew Wahab  <matthew.wahab@arm.com>
1433         * config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
1434         and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
1435         * config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
1436         for armv6kz targets.
1437         * config/arm/arm-cores.def: Replace 6ZK with 6KZ.
1438         * config/arm/arm-protos.h (FL_ARCH6KZ): New.
1439         (FL_FOR_ARCH6ZK): Remove.
1440         (FL_FOR_ARCH6KZ): New.
1441         (arm_arch6zk): New declaration.
1442         * config/arm/arm-tables.opt: Regenerate.
1443         * config/arm/arm.c (arm_arch6kz): New.
1444         (arm_option_override): Set arm_arch6kz.
1445         * config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
1446         * config/arm/driver-arm.c: Add comment to "armv6zk" entry.
1447         * doc/invoke.texi: Replace "armv6zk" with "armv6kz".
1449 2015-07-27  Marek Polacek  <polacek@redhat.com>
1451         PR c++/66555
1452         PR c/54979
1453         * doc/invoke.texi: Document -Wtautological-compare.
1455 2015-07-27  Richard Biener  <rguenther@suse.de>
1457         * genmatch.c (decision_tree::gen_gimple): Split out large
1458         subtrees into separate functions.
1459         (decision_tree::gen_generic): Likewise.
1461 2015-07-26  Uros Bizjak  <ubizjak@gmail.com>
1463         * config/alpha/alpha.c: Use SUBREG_P predicate.
1464         * config/alpha/predicates.md: Ditto.
1466 2015-07-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1468         * config.host (s390*-*-*): Include driver-native.c only when
1469         building with s390* as host *and* target.
1471 2015-07-25  Oleg Endo  <olegendo@gcc.gnu.org>
1473         PR target/66930
1474         * config/sh/sh.c (sh_split_movrt_negc_to_movt_xor): Add missing
1475         T bit register modified_between_p check.
1477 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
1479         * config/i386/i386.c: Use SUBREG_P predicate.
1480         * config/i386/i386.md: Ditto.
1481         * config/i386/sse.md: Ditto.
1482         * config/i386/predicates.md: Ditto.
1484 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
1486         PR target/67004
1487         * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
1488         predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.
1490 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
1492         * Makefile.in: Remove use of TREEBROWSER.
1493         * config.in: Regenerated.
1494         * configure: Regenerated.
1495         * configure.ac: Remove definition of TREEBROWSER.
1496         * tree-browser.c: Removed.
1497         * tree-browser.def: Removed.
1499 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
1501         * graphite-scop-detection.c: Include gimple-pretty-print.h.
1502         (stmt_simple_for_scop_p): Print when a stmt is not handled in
1503         Graphite.
1504         (scopdet_basic_block_info): Print when a loop or bb cannot be
1505         represented in Graphite.
1507 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
1509         PR target/66648
1510         * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
1511         execution guard when min_size is less than size_needed.
1513 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
1515         * doc/install.texi: Document supported versions of ISL.
1517 2015-07-25  Jeff Law  <law@redhat.com>
1519         Revert:
1520         PR lto/66752
1521         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
1522         unable to find X NE 0 in the tables, return X as the simplified
1523         condition.
1524         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
1525         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
1526         to VISISTED_BBS.  */
1527         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
1528         after removing the control flow statement and unnecessary edges.
1530 2015-07-25  David Edelsohn  <dje.gcc@gmail.com>
1532         Revert:
1533         2015-07-23  Alexandre Oliva <aoliva@redhat.com>
1535         PR rtl-optimization/64164
1536         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
1537         * tree-ssa-copyrename.c: Removed.
1538         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
1539         -ftree-coalesce-vars.
1540         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
1541         * common.opt (ftree-copyrename): Ignore.
1542         (ftree-coalesce-inlined-vars): Likewise.
1543         * doc/invoke.texi: Remove the ignored options above.
1544         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
1545         * tree-ssa-coalesce.h: ... here.
1546         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
1547         headers required by it.
1548         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
1549         across variables when flag_tree_coalesce_vars.  Check register
1550         use and promoted modes to allow coalescing.  Moved to
1551         tree-ssa-coalesce.c.
1552         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
1553         with its member functions to tree-ssa-coalesce.c.
1554         (var_map_base_init): Likewise.  Renamed to
1555         compute_samebase_partition_bases.
1556         (partition_view_normal): Drop want_bases parameter.
1557         (partition_view_bitmap): Likewise.
1558         * tree-ssa-live.h: Adjust declarations.
1559         * tree-ssa-coalesce.c: Include explow.h.
1560         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
1561         default defs at the entry point.
1562         (dump_part_var_map): New.
1563         (compute_optimized_partition_bases): New, called by...
1564         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
1565         of compute_samebase_partition_bases.  Adjust.
1566         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
1567         * cfgexpand.c (leader_merge): New.
1568         (get_rtl_for_parm_ssa_default_def): New.
1569         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
1570         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
1571         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
1572         redundant MEM attr setting.
1573         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
1574         from...
1575         (expand_one_stack_var): ... this.  New wrapper to check and
1576         skip already expanded SSA partitions.
1577         (record_alignment_for_reg_var): New, factored out of...
1578         (expand_one_var): ... this.
1579         (expand_one_ssa_partition): New.
1580         (adjust_one_expanded_partition_var): New.
1581         (expand_one_register_var): Check and skip already expanded SSA
1582         partitions.
1583         (expand_used_vars): Don't create DECLs for anonymous SSA
1584         names.  Expand all SSA partitions, then adjust all SSA names.
1585         (pass::execute): Replace the loops that set
1586         SA.partition_to_pseudo from partition leaders and cleared
1587         DECL_RTL for multi-location variables, and that which used to
1588         rename vars and set attrs, with one that clears DECL_RTL and
1589         checks that PARMs and RESULTs default_defs match DECL_RTL.
1590         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
1591         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
1592         * explow.c (promote_ssa_mode): New.
1593         * explow.h (promote_ssa_mode): Declare.
1594         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
1595         * function.c: Include cfgexpand.h.
1596         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
1597         (use_register_for_parm_decl): Wrapper for the above to
1598         special-case the result_ptr.
1599         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
1600         (split_complex_args): Take assign_parm_data_all argument.
1601         Pass it to rtl_for_parm.  Set up rtl and context for split
1602         args.
1603         (assign_parms_augmented_arg_list): Adjust.
1604         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
1605         multiple locations.  Recognize split complex args.
1606         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
1607         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
1608         (assign_parm_setup_block): Prefer SSA-assigned location.
1609         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
1610         if stack_parm is NULL.
1611         (assign_parm_setup_stack): Prefer SSA-assigned location.
1612         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
1613         rtl before testing for pointer bounds.  Special-case result_ptr.
1614         (expand_function_start): Maybe reset DECL_RTL of result.
1615         Prefer SSA-assigned location for result and static chain.
1616         Factor out DECL_RESULT and SET_DECL_RTL.
1617         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
1618         anonymous SSA names.  Use promote_ssa_mode.
1619         (get_temp_reg): Likewise.
1620         (remove_ssa_form): Adjust.
1621         * stor-layout.c (layout_decl): Don't set mem attributes of
1622         non-MEMs.
1623         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
1624         and get its reg_usage for reg invalidation.
1625         (compute_bb_dataflow): Pass it insn.
1626         (emit_notes_in_bb): Likewise.
1628 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
1630         * config/i386/i386.c (ix86_va_start): Remove
1631         unneeded !TARGET_64BIT check.
1632         (ix86_gimplify_va_arg): Ditto.
1634 2015-07-24  Tom de Vries  <tom@codesourcery.com>
1636         * graphite-sese-to-poly.c (build_poly_scop): Always call
1637         rewrite_commutative_reductions_out_of_ssa.
1639 2015-07-24  Tom de Vries  <tom@codesourcery.com>
1641         * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
1642         flag_associative_math to FLOAT_TYPE_P.  Honour
1643         TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
1645 2015-07-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1647         PR c++/64079
1648         * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
1649         and "%qD" in warning_at instead of "%q+D" in warning.
1651 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
1653         * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
1654         (ix86_function_abi): Cleanup.
1656 2015-07-24  Michael Darling  <darlingm@gmail.com>
1658         PR other/66259
1659         * acinclude.m4: Reflects renaming of configure.in to configure.ac
1660         * configure: Likewise
1661         * configure.ac: Likewise
1662         * doc/install.texi: Likewise
1663         * doc/tm.texi: Likewise
1664         * doc/tm.texi.in: Likewise
1666 2015-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1668         * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
1669         manually swapping values.
1670         * cse.c (fold_rtx): Likewise.
1671         * lra-eliminations.c (form_sum): Likewise.
1673 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
1675         PR target/64003
1676         * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
1677         * config/i386/i386.md (maybe_prefix_bnd): New attribute.
1678         (*jcc_1, *jcc_2, jump, simple_return_internal)
1679         (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
1680         Set length_nobnd attribute instead of length attribute.
1681         (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
1682         (length_nobnd): Remove attribute.
1683         (length): Remove length_nobnd processing.
1685 2015-07-24  Nathan Sidwell  <nathan@codesourcery.com>
1687         * gimplify.c (omp_default_clause): New function.  Reorganize flow
1688         for clarity. Broken out of ...
1689         (omp_notice_variable): ... here.
1691 2015-07-24  Gary Funck  <gary@intrepid.com>
1693         PR middle-end/66984
1694         * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
1695         fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
1697 2015-07-24  Tom de Vries  <tom@codesourcery.com>
1699         * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
1700         exit-first loop transform.
1702 2015-07-24  Cesar Philippidis  <cesar@codesourcery.com>
1704         PR 66714
1705         * tree-cfg.c (struct replace_decls_d): New struct.
1706         (replace_block_vars_by_duplicates_1): New function.
1707         (replace_block_vars_by_duplicates): Use it to replace the decls
1708         in the value exprs by duplicates.
1710 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1712         * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
1713         -shared, -symbolic, -rdynamic.
1715 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1717         PR target/65711
1718         * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
1719         -dynamic-linker within %{!static %{!shared, and -rdynamic within
1720         %{!static.
1722 2015-07-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
1724         PR ipa/66566
1725         * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
1726         edge summary is available.
1728 2015-07-24  Richard Biener  <rguenther@suse.de>
1730         * genmatch.c (struct dt_node): Add statistic fields.
1731         (dt_node::analyze): New method.
1732         (decision_tree::gen_gimple): Call analyze on the root node
1733         and print statistics to stderr.
1734         (decision_tree::gen_generic): Likewise.
1736 2015-07-24  Richard Biener  <rguenther@suse.de>
1738         * fold-const.c (fold_binary_loc): Move simplifying of comparisons
1739         against the highest or lowest possible integer ...
1740         * match.pd: ... as patterns here.
1742 2015-07-24  Richard Biener  <rguenther@suse.de>
1744         * genmatch.c (struct capture_info): Add same_as field.
1745         (capture_info::capture_info): Initialize same_as.
1746         (capture_info::walk_match): Compute same_as.
1747         (capture_info::walk_result): Compute stuff for the leader.
1748         (capture_info::walk_c_expr): Likewise.
1749         (dt_simplify::gen_1): Only look at leaders when deciding
1750         to force no side-effects or emit side-effects of omitted operands.
1752 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1754         * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
1755         reg note to the GPR -> FPR save instructions.
1757 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1759         * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
1760         cheaper.
1761         (s390_expand_insv): Don't generate risbg pattern for constant zero
1762         sources.
1763         * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
1764         ("*insv<mode>_z10_appendbitsleft"): New pattern definitions.  New
1765         splitters.
1767 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1769         * config/s390/s390.c (s390_reorg): Clean up handling of processors
1770         with
1771         -mtune=
1772         (s390_issue_rate): Likewise.
1773         (s390_sched_reorder): Likewise.
1774         (s390_sched_variable_issue): Likewise.
1775         (s390_loop_unroll_adjust): Likewise.
1776         (s390_option_override):  Likewise.
1778 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1780         * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
1781         processor capabilities with -march=native.
1782         * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
1783         (DRIVER_SELF_SPECS): Likewise.  Join specs for 31 and 64 bit.
1784         (S390_TARGET_BITS_STRING): Macro to simplify specs.
1786 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1788         * config/s390/s390.c (s390_issue_rate): Handle
1789         PROCESSOR_2094_Z9_EC.
1790         (s390_option_override): Likewise.
1791         (s390_adjust_priority): Likewise.
1793 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1795         * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
1796         when cross compiling.
1798 2015-07-24  Richard Biener  <rguenther@suse.de>
1800         * fold-const.c (maybe_canonicalize_comparison_1): Move
1801         A code CST canonicalization ...
1802         * match.pd: ... to a pattern here.
1804 2015-07-24  Jiong Wang  <jiong.wang@arm.com>
1806         Revert:
1807         2015-07-22  Jiong Wang  <jiong.wang@arm.com>
1808         PR target/63521
1809         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
1810         (HONOR_REG_ALLOC_ORDER): Define.
1812 2015-07-24  Richard Biener  <rguenther@suse.de>
1814         * genmatch.c (add_operator): Allow SSA_NAME as predicate.
1815         * fold-const.c (fold_comparison): Move parameter does not
1816         alias &local simplification ...
1817         * match.pd: ... as a pattern here.
1819 2015-07-24  Richard Biener  <rguenther@suse.de>
1821         * gimple-fold.c (replace_stmt_with_simplification): Special-case
1822         valueizing call operands.
1823         * gimple-match-head.c (maybe_push_res_to_seq): Take
1824         number of call arguments from ops array.
1825         (do_valueize): New function.
1826         (gimple_simplify): Return true if valueization changed
1827         any operand even if the result didn't simplify further.
1829 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
1831         PR middle-end/25530
1832         * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
1834 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
1836         PR middle-end/25529
1837         * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
1839 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
1841         * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
1842         instruction.
1844 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
1846         * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
1847         clean up.
1849 2015-07-23  Uros Bizjak  <ubizjak@gmail.com>
1851         * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
1852         from ix86_build_builtin_va_list_abi.  Handle only 64bit non-MS_ABI
1853         targets here.
1854         (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
1855         ms_va_list_type_node initialization.
1857 2015-07-23  Jeff Law  <law@redhat.com>
1859         PR lto/66752
1860         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
1861         unable to find X NE 0 in the tables, return X as the simplified
1862         condition.
1863         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
1864         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
1865         to VISISTED_BBS.  */
1866         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
1867         after removing the control flow statement and unnecessary edges.
1869 2015-07-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1871         * tree-pass.h (get_current_pass_name): Removed.
1873 2015-07-23  Alexandre Oliva <aoliva@redhat.com>
1875         PR rtl-optimization/64164
1876         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
1877         * tree-ssa-copyrename.c: Removed.
1878         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
1879         -ftree-coalesce-vars.
1880         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
1881         * common.opt (ftree-copyrename): Ignore.
1882         (ftree-coalesce-inlined-vars): Likewise.
1883         * doc/invoke.texi: Remove the ignored options above.
1884         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
1885         * tree-ssa-coalesce.h: ... here.
1886         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
1887         headers required by it.
1888         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
1889         across variables when flag_tree_coalesce_vars.  Check register
1890         use and promoted modes to allow coalescing.  Moved to
1891         tree-ssa-coalesce.c.
1892         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
1893         with its member functions to tree-ssa-coalesce.c.
1894         (var_map_base_init): Likewise.  Renamed to
1895         compute_samebase_partition_bases.
1896         (partition_view_normal): Drop want_bases parameter.
1897         (partition_view_bitmap): Likewise.
1898         * tree-ssa-live.h: Adjust declarations.
1899         * tree-ssa-coalesce.c: Include explow.h.
1900         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
1901         default defs at the entry point.
1902         (dump_part_var_map): New.
1903         (compute_optimized_partition_bases): New, called by...
1904         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
1905         of compute_samebase_partition_bases.  Adjust.
1906         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
1907         * cfgexpand.c (leader_merge): New.
1908         (get_rtl_for_parm_ssa_default_def): New.
1909         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
1910         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
1911         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
1912         redundant MEM attr setting.
1913         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
1914         from...
1915         (expand_one_stack_var): ... this.  New wrapper to check and
1916         skip already expanded SSA partitions.
1917         (record_alignment_for_reg_var): New, factored out of...
1918         (expand_one_var): ... this.
1919         (expand_one_ssa_partition): New.
1920         (adjust_one_expanded_partition_var): New.
1921         (expand_one_register_var): Check and skip already expanded SSA
1922         partitions.
1923         (expand_used_vars): Don't create DECLs for anonymous SSA
1924         names.  Expand all SSA partitions, then adjust all SSA names.
1925         (pass::execute): Replace the loops that set
1926         SA.partition_to_pseudo from partition leaders and cleared
1927         DECL_RTL for multi-location variables, and that which used to
1928         rename vars and set attrs, with one that clears DECL_RTL and
1929         checks that PARMs and RESULTs default_defs match DECL_RTL.
1930         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
1931         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
1932         * explow.c (promote_ssa_mode): New.
1933         * explow.h (promote_ssa_mode): Declare.
1934         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
1935         * function.c: Include cfgexpand.h.
1936         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
1937         (use_register_for_parm_decl): Wrapper for the above to
1938         special-case the result_ptr.
1939         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
1940         (split_complex_args): Take assign_parm_data_all argument.
1941         Pass it to rtl_for_parm.  Set up rtl and context for split
1942         args.
1943         (assign_parms_augmented_arg_list): Adjust.
1944         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
1945         multiple locations.  Recognize split complex args.
1946         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
1947         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
1948         (assign_parm_setup_block): Prefer SSA-assigned location.
1949         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
1950         if stack_parm is NULL.
1951         (assign_parm_setup_stack): Prefer SSA-assigned location.
1952         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
1953         rtl before testing for pointer bounds.  Special-case result_ptr.
1954         (expand_function_start): Maybe reset DECL_RTL of result.
1955         Prefer SSA-assigned location for result and static chain.
1956         Factor out DECL_RESULT and SET_DECL_RTL.
1957         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
1958         anonymous SSA names.  Use promote_ssa_mode.
1959         (get_temp_reg): Likewise.
1960         (remove_ssa_form): Adjust.
1961         * stor-layout.c (layout_decl): Don't set mem attributes of
1962         non-MEMs.
1963         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
1964         and get its reg_usage for reg invalidation.
1965         (compute_bb_dataflow): Pass it insn.
1966         (emit_notes_in_bb): Likewise.
1968 2015-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
1970         PR target/66217
1971         * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
1972         prototype.
1973         * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
1974         (rs6000_emit_2insn_and): Handle dot forms.
1975         * config/rs6000/rs6000.md (and<mode>3): Adjust.
1976         (*and<mode>3_2insn): Remove TODO.  Adjust.  Add "type" attr.
1977         (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
1979 2015-07-23  Richard Biener  <rguenther@suse.de>
1981         * generic-match-head.c: Include cgraph.h.
1982         * gimple-match-head.c: Likewise.
1983         * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
1984         SSA names.
1985         * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
1986         * match.pd: ...to a pattern here.  Add &A ==/!= 0 simplification
1987         pattern.
1989 2015-07-23  Richard Biener  <rguenther@suse.de>
1991         * gimple-fold.c (fold_gimple_cond): Do not require folding
1992         results to pass valid_gimple_rhs_p.
1993         * tree-cfg.h (fold_cond_expr_cond): Remove.
1994         * tree-cfg.c (fold_cond_expr_cond): Likewise.
1995         (make_edges): Do not call it.
1996         * tree-inline.c (tree_function_versioning): Likewise.
1998 2015-07-23  Tom de Vries  <tom@codesourcery.com>
2000         * tree-parloops.c (gather_scalar_reductions): Add arg to call to
2001         vect_force_simple_reduction.
2002         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
2003         (vect_is_simple_reduction_1): Add and handle
2004         need_wrapping_integral_overflow parameter.
2005         (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
2006         need_wrapping_integral_overflow parameter.
2007         (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
2008         * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
2009         decl.
2011 2015-07-23  Yuri Rumyantsev  <ysrumyan@gmail.com>
2013         PR tree-optimization/66926,66951
2014         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
2015         INNER_LOOP and fix up condition for renaming virtual operands.
2017 2015-07-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2019         * combine.c (try_combine): Use std::swap instead of manually
2020         swapping.
2022 2015-07-23  Prachi Godbole  <prachi.godbole@imgtec.com>
2024         * config/mips/i6400.md: New file.
2025         * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
2026         (mips64r6): Likewise.
2027         (i6400): Define.
2028         * config/mips/mips-tables.opt: Regenerate.
2029         * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
2030         (mips_issue_rate): Add support for i6400.
2031         (mips_multipass_dfa_lookahead): Likewise.
2032         * config/mips/mips.h (TUNE_I6400): Define.
2033         * config/mips/mips.md: Include i6400.md.
2034         (processor): Add i6400.
2035         * doc/invoke.texi (-march=@var{arch}): Add i6400.
2037 2015-07-23  Richard Biener  <rguenther@suse.de>
2039         PR middle-end/66916
2040         * match.pd: Guard widen and sign-change comparison simplification
2041         with single_use.
2043 2015-07-23  Richard Biener  <rguenther@suse.de>
2045         PR tree-optimization/66945
2046         * tree-ssa-propagate.c (substitute_and_fold_dom_walker
2047         ::before_dom_children): Force the propagators idea of
2048         non-executable edges to materialize, not what the folder
2049         chooses.
2051 2015-07-23  Richard Biener  <rguenther@suse.de>
2053         * gimple.h (gimple_cond_make_false): Use 0 != 0.
2054         (gimple_cond_make_true): Use 1 != 0.
2056 2015-07-22  DJ Delorie  <dj@redhat.com>
2058         * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
2059         slashes.
2061         * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
2062         (ashrhi3): Likewise.
2063         (lshrhi3): Likewise.
2064         (movhi): Take advantage of zero-extend to load small constants.
2065         (movpsi): Likewise.
2066         (and<mode>3): Likewise.
2067         (zero_extendqihi2): Likewise.
2068         (zero_extendqisi2): New.
2069         * config/msp430/constraints.md (N,O): New.
2070         * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
2072 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
2074         PR target/66954
2075         * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
2076         to enum feature_priority and feature_list.
2077         (fold_builtin_cpu): Add F_AES to enum processor_features
2078         and isa_names_table.
2080 2015-07-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
2082         PR driver/66737
2083         * config/i386/linux-common.h (MPX_SPEC): Use linker option
2084         for 64bit target only.
2086 2015-07-22  Bernd Schmidt  <bernds@codesourcery.com>
2088         * config/nvptx/nvptx.c: Expand some comments.
2090 2015-07-22  James Greenhalgh  <james.greenhalgh@arm.com>
2092         * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
2093         (cortex_a53_advsimd): ...This.
2095 2015-07-22  Richard Biener  <rguenther@suse.de>
2097         * genmatch.c (expr::gen_transform): Clarify error message
2098         and display location.
2100 2015-07-22  Richard Biener  <rguenther@suse.de>
2102         * genmatch.c (struct operand): Add location member.
2103         (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
2104         constructors.
2105         (struct simplify): Remove match_location and result_location
2106         members.
2107         (elsehwere): Adjust.
2109 2015-07-22  Prachi Godbole  <prachi.godbole@imgtec.com>
2111         * config/mips/m5100.md: New file.
2112         * config/mips/mips-cpus.def (m5100, m5101): Define.
2113         * config/mips/mips-tables.opt: Regenerate.
2114         * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
2115         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
2116         -march=m5101 to -mips32r5.
2117         (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
2118         (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
2119         !-msoft-float.
2120         * config/mips/mips.md: Include m5100.md.
2121         (processor): Add m5100.
2122         * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
2124 2015-07-22  Robert Suchanek  <robert.suchanek@imgtec.com>
2126         * config/mips/mips-cpus.def (interaptiv): Define.
2127         * config/mips/mips-tables.opt: Regenerate.
2128         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
2129         -mips32r2.
2130         (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
2131         * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
2133 2015-07-22  Jiong Wang  <jiong.wang@arm.com>
2135         PR target/63521
2136         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
2137         (HONOR_REG_ALLOC_ORDER): Define.
2139 2015-07-22  Richard Biener  <rguenther@suse.de>
2141         PR tree-optimization/66952
2142         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
2143         blocks we end up executing unconditionally reset all SSA
2144         info such as range and alignment.
2145         * tree-ssanames.h (reset_flow_sensitive_info): Declare.
2146         * tree-ssanames.c (reset_flow_sensitive_info): New function.
2148 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
2150         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
2151         typo in attribute.
2153 2015-07-22  Richard Biener  <rguenther@suse.de>
2155         * genmatch.c (parser::parse_result): Properly handle
2156         match with result operands and conditions.
2158 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
2160         PR target/63870
2161         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
2162         Add qualifier_struct_load_store_lane_index.
2163         (aarch64_types_loadstruct_lane_qualifiers): Use
2164         qualifier_struct_load_store_lane_index for lane index argument for
2165         last argument.
2166         (aarch64_types_storestruct_lane_qualifiers): Ditto.
2167         (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
2168         (aarch64_simd_expand_args): Add new argument describing mode of
2169         builtin. Check lane bounds for arguments with
2170         SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
2171         (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
2172         if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
2173         (aarch64_simd_expand_builtin): Handle arguments with
2174         qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
2175         aarch64_simd_expand_args.
2176         * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
2177         vst[234]_lane with BUILTIN_VALLDIF.
2178         * config/aarch64/aarch64-simd.md:
2179         (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
2180         endianness reversal on lane index.
2181         (aarch64_vec_load_lanesci_lane<mode>): Ditto.
2182         (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
2183         (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
2184         (vec_store_lanesci_lane<mode>): Ditto.
2185         (vec_store_lanesxi_lane<mode>): Ditto.
2186         (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
2187         reversal of lane index.
2188         (aarch64_ld3_lane<mode>): Ditto.
2189         (aarch64_ld4_lane<mode>): Ditto.
2190         (aarch64_st2_lane<mode>): Ditto.
2191         (aarch64_st3_lane<mode>): Ditto.
2192         (aarch64_st4_lane<mode>): Ditto.
2193         * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
2194         to qmode. Add new mode parameter. Update uses.
2195         (__LD3_LANE_FUNC): Ditto.
2196         (__LD4_LANE_FUNC): Ditto.
2197         (__ST2_LANE_FUNC): Ditto.
2198         (__ST3_LANE_FUNC): Ditto.
2199         (__ST4_LANE_FUNC): Ditto.
2201 2015-07-22  Jonathan Wakely  <jwakely@redhat.com>
2203         * doc/invoke.texi (Language Independent Options): Rename node to
2204         Diagnostic Message Formatting Options.
2206 2015-07-21  Vladimir Makarov  <vmakarov@redhat.com>
2208         PR ipa/66424.
2209         * lra-remat.c (operand_to_remat): Prevent using insns with input
2210         subregs processed separately by IRA.
2212 2015-07-21  Andrew MacLeod  <amacleod@redhat.com>
2214         * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
2215         straight loops.
2216         (single_imm_use): Check for iterator node.
2217         (num_imm_uses): Likewise.
2218         * tree-ssa-operands.c (has_zero_uses_1): Delete.
2219         (single_imm_use_1): Check for iterator node.
2221 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
2222             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2224         * configure.ac: Add check for new options in isl-0.15.
2225         * config.in, configure: Rebuilt.
2226         * graphite-blocking.c: Include <isl/constraint.h>
2227         * graphite-interchange.c,  graphite-poly.c: Likewise.
2228         * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
2229         * graphite.c: Likewise.
2230         * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
2231         <isl/union_set.h>.
2232         * graphite-dependences.c: Include <isl/constraint.h>.
2233         (max_number_of_out_dimensions): Returns isl_stat.
2234         (extend_schedule_1): Likewise
2235         (extend_schedule): Corresponding changes.
2236         * graphite-optimize-isl.c: Include <isl/constraint.h> and
2237         <isl/union_set.h>.
2238         (getSingleMap): Change return type of isl_stat.
2239         (optimize_isl): Conditionally use
2240         isl_options_set_schedule_serialize_sccs.
2241         * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
2242         if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
2244 2015-07-21  Georg-Johann Lay  <avr@gjlay.de>
2246         PR target/66956
2247         * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
2248         (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
2250 2015-07-21  Richard Biener  <rguenther@suse.de>
2252         PR tree-optimization/66948
2253         * genmatch.c (capture_info::walk_match): Also recurse to
2254         captures.  Properly compute expr state from captures of
2255         captures.
2256         * match.pd: Add single-use guards to
2257         (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
2259 2015-07-21  Nathan Sidwell  <nathan@codesourcery.com>
2261         * config/nvptx/mkoffload.c (process): Add static destructor call.
2263 2015-07-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2265         PR middle-end/66915
2266         * match.pd (A - B -> A + (-B)): Don't allow folding
2267         when type if a fixed-point type.
2269 2015-07-20  DJ Delorie  <dj@redhat.com>
2271         * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
2272         (iorqi3_real): Likewise for set1.
2274 2015-07-20  Uros Bizjak  <ubizjak@gmail.com>
2276         * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
2277         for !TARGET_64BIT.
2279 2015-07-20  Aditya Kumar  <hiraditya@msn.com>
2281         * graphite-isl-ast-to-gimple.c:
2282         Refactor so that each function can access 'region'. This will help
2283         maintain a parameter rename_map within a region.
2285 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
2287         * config/rs6000/rs6000.md (*lt0_disi): New.
2289 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
2291         PR target/66217
2292         * config/rs6000/constraints.md ("S", "T", "t"): Delete.  Update
2293         "available letters" comment.
2294         * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
2295         mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
2296         and_2rld_operand):  Delete.
2297         (and_operand): Adjust.
2298         (rotate_mask_operator): New.
2299         * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
2300         includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
2301         includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
2302         extract_ME): Delete.
2303         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
2304         rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
2305         rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
2306         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
2307         rs6000_emit_2insn_and): New.
2308         * config/rs6000/rs6000.c (num_insns_constant): Adjust.
2309         (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
2310         includes_rldic_lshift_p, includes_rldicr_lshift_p,
2311         insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
2312         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
2313         rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
2314         s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
2315         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
2316         rs6000_emit_2insn_and): New.
2317         (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
2318         (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
2319         handling.
2320         <NOT>: Don't fall through to next case.
2321         <AND>: Handle the various rotate-and-mask cases directly.
2322         <IOR>: Always cost as one insn.
2323         * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
2324         (and<mode>3): Adjust expander for the new patterns.
2325         (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
2326         and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
2327         (*and<mode>3_imm_dot_shifted): New.
2328         (*and<mode>3_mask): Delete, rewrite as ...
2329         (and<mode>3_mask): ... New.
2330         (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
2331         (andsi3_internal0_nomc): Delete.
2332         (*andsi3_internal6): Delete.
2333         (*and<mode>3_2insn): New.
2334         (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
2335         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
2336         *insvsi_internal6, insvdi_internal, *insvdi_internal2,
2337         *insvdi_internal3): Delete.
2338         (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
2339         *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
2340         *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
2341         *ior<mode>_mask): New.
2342         (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
2343         *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
2344         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
2345         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
2346         Delete.
2347         (ashr<mode>3): Delete expander.
2348         (*ashr<mode>3): Rename to ...
2349         (ashr<mode>3): ... This.
2350         (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
2351         (*rotldi3_internal4, *rotldi3_internal5 and split,
2352         *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
2353         and split, *ashldi3_internal6 and split, *ashldi3_internal7,
2354         ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
2355         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
2356         (splitter for loading a mask): Adjust.
2357         * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
2359 2015-07-20  Marek Polacek  <polacek@redhat.com>
2361         * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
2362         output_add_clobbers, output_added_clobbers_hard_reg_p,
2363         gen_rtx_scratch): Remove declarations.
2365 2015-07-20  Marek Polacek  <polacek@redhat.com>
2367         PR c++/55095
2368         * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
2370 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2372         * simplify-rtx.c (simplify_unary_operation_1, NEG case):
2373         (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
2375 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2377         * combine.c (combine_simplify_rtx): Move simplification step
2378         before various transformations/substitutions.
2380 2015-07-20  Mikhail Maltsev  <maltsevm@gmail.com>
2382         * wide-int.h (struct binary_traits): Fix partial specialization syntax.
2383         (struct int_traits): Likewise.
2385 2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2387         * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
2388         function to vmsdbgout_function_decl.
2390 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
2392         PR target/66922
2393         * config/i386/i386.c (ix86_expand_pextr): Reject extractions
2394         from misaligned positions.
2395         (ix86_expand_pinsr): Reject insertions to misaligned positions.
2397 2015-07-18  Sebastian Pop  <s.pop@samsung.com>
2399         PR middle-end/46851
2400         PR middle-end/60340
2401         * Makefile.in: Removed omega.o.
2402         * common.opt: Document flag fcheck-data-deps as deprecated.
2403         * doc/invoke.texi: Remove documentation for fcheck-data-deps and
2404         its associated params: omega-max-vars, omega-max-geqs,
2405         omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
2406         omega-max-keys, omega-eliminate-redundant-constraints.
2407         * doc/loop.texi: Remove all the section on Omega.
2408         * graphite-blocking.c: Include missing params.h: it used to be
2409         included through tree-data-ref.h and omega.h.
2410         * graphite-isl-ast-to-gimple.c: Same.
2411         * graphite-optimize-isl.c: Same.
2412         * graphite-sese-to-poly.c: Same.
2413         * graphite.c: Same.
2414         * omega.c: Remove.
2415         * omega.h: Remove.
2416         * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
2417         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
2418         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
2419         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
2420         * passes.def: Remove pass_check_data_deps.
2421         * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
2422         (dump_conflict_function): Same.
2423         (dump_subscript): Same.
2424         (print_direction_vector): Same.
2425         (print_dir_vectors): Same.
2426         (print_lambda_vector): Same.
2427         (print_dist_vectors): Same.
2428         (dump_data_dependence_relation): Same.
2429         (dump_data_dependence_relations): Same.
2430         (dump_dist_dir_vectors): Same.
2431         (dump_ddrs): Same.
2432         (init_omega_eq_with_af): Removed.
2433         (omega_extract_distance_vectors): Removed.
2434         (omega_setup_subscript): Removed.
2435         (init_omega_for_ddr_1): Removed.
2436         (init_omega_for_ddr): Removed.
2437         (ddr_consistent_p): Removed.
2438         (compute_affine_dependence): Do not use omega to check data
2439         dependences.
2440         (compute_data_dependences_for_bb): Removed.
2441         (analyze_all_data_dependences): Removed.
2442         (tree_check_data_deps): Removed.
2443         * tree-data-ref.h: Do not include omega.h.
2444         (compute_data_dependences_for_bb): Removed.
2445         (tree_check_data_deps): Removed.
2446         * tree-ssa-loop.c (pass_check_data_deps): Removed.
2447         (make_pass_check_data_deps): Removed.
2448         * tree-ssa-phiopt.c: Include params.h.
2449         * tree-vect-data-refs.c: Same.
2450         * tree-vect-slp.c: Same.
2452 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
2454         * config/i386/i386.md (pushsf splitter): Pass curr_insn to
2455         find_constant_src.  FAIL if find_constant_src returns NULL_RTX.
2456         (mem->fpreg splitters): Ditto.
2457         (general_operand->nonimmediate_operand splitter): Use explicit modes.
2458         Disable DFmode for TARGET_64BIT.
2460 2015-07-17  H.J. Lu  <hongjiu.lu@intel.com>
2462         PR target/66906
2463         * config/i386/i386.c (ix86_expand_prologue): Replicate static
2464         chain on the stack.
2466 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
2468         * config/nvptx/mkoffload.c (process): Constify host data.
2469         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
2470         Constify host data.
2471         (generate_host_descr_file): Likewise.
2473 2015-07-17  Aditya Kumar  <aditya.k7@samsung.com>
2474             Sebastian Pop  <s.pop@samsung.com>
2476         PR middle-end/61929
2477         * graphite-dependences.c (add_pdr_constraints): Renamed
2478         pdr->extent to pdr->subscript_sizes.
2479         * graphite-interchange.c (build_linearized_memory_access): Add
2480         back all gcc_assert's that the "isl_int to isl_val conversion"
2481         patch has removed.  Refactored.
2482         (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
2483         * graphite-poly.c (new_poly_dr): Same.
2484         (free_poly_dr): Same.
2485         * graphite-poly.h (struct poly_dr): Same.
2486         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
2487         all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
2488         * graphite-scop-detection.h: Fix space.
2489         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
2490         back all gcc_assert's removed by a previous patch.
2491         (wrap): Remove the_isl_ctx global variable that the same patch has
2492         added.
2493         (build_loop_iteration_domains): Same.
2494         (add_param_constraints): Same.
2495         (pdr_add_data_dimensions): Same.  Refactored.
2496         (build_poly_dr): Renamed extent to subscript_sizes.
2498 2015-07-17  Marek Polacek  <polacek@redhat.com>
2500         * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
2501         * match.pd: ... here.
2503 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
2505         * config/nvptx/mkoffload.c (process): Constify target data.
2506         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
2507         Constify target data.
2508         (generate_target_offloadend_file): Likewise.
2510 2015-07-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
2512         * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
2513         to allow renaming of PHI arguments on edges incoming from outer
2514         loop header, add corresponding check before start PHI iterator.
2515         (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
2516         variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
2517         with true force_vectorize.  Set-up dominator for outer loop too.
2518         Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
2519         (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
2520         was marked with force_vectorize and has restricted cfg.
2521         (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
2522         inner loop.
2523         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
2524         do peeling for outer loops.
2526 2015-07-17  Yvan Roux  <yvan.roux@linaro.org>
2527             Matthias Klose  <doko@ubuntu.com>
2529         * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
2530         build-sysroot, sysroot from the `Miscenalleous configure options' to
2531         the `Directories' section and strip trailing `/' from with_sysroot.
2532         (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
2533         * configure: Regenerated.
2535 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
2537         PR target/66824
2538         * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
2539         (TARGET_HARD_DF_REGS): Ditto.
2540         (TARGET_HARD_XF_REGS): Ditto.
2541         * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
2542         Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
2543         (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
2544         alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
2545         (*movsf_internal): Add alternatives 16 and 17. Enable
2546         alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
2548 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
2550         PR rtl-optimization/66891
2551         * calls.c (expand_call): Wrap precompute_register_parameters with
2552         NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
2554 2015-07-16  Nathan Sidwell  <nathan@codesourcery.com>
2556         * config/nvptx/mkoffload.c (process): Constify mapping variables.
2557         Define target data struct and initialize it.
2559 2015-07-16  Vladimir Makarov  <vmakarov@redhat.com>
2561         PR rtl-optimization/66626
2562         * ira.h (emit-rtl.h): Include.
2563         (non_spilled_static_chain_regno_p): New.
2564         * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
2565         unless it is non spilled static chain pseudo.
2566         (assign_hard_rego): Spill memory profitable allocno unless it is
2567         non spilled static chain pseudo.
2568         (allocno_spill_priority_compare): Put non spilled static chain
2569         pseudo at the end of sorted array.
2570         (improve_allocation): Do nothing if we have static chain and
2571         non-local goto.
2572         (allocno__priority_compare_func): Put non spilled static chain
2573         pseudo at the beginning of sorted array.
2574         (move_spill_restore): Ignore non spilled static chain pseudo.
2575         * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
2576         to non spilled static chain pseudo.
2577         * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
2578         pseudo at the beginning of sorted array.
2579         (spill_for): Spill non spilled static chain pseudo last.
2580         * lra-constraints.c (lra_constraints): Remove static chain pseudo
2581         check for equivalence.
2583 2015-07-16  Martin Liska  <mliska@suse.cz>
2585         PR ipa/66896.
2586         * ipa-prop.c (update_jump_functions_after_inlining): Create properly
2587         dst_ctx if it does not exist.
2589 2015-07-16  Martin Liska  <mliska@suse.cz>
2591         * hash-set.h (remove): New function.
2592         (iterator): New iteration class for hash_set.
2594 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2596         * genattrtab.c (make_canonical): Add a file_location parameter.
2597         Use fatal_at rather than fatal.
2598         (get_attr_value): Likewise.  Update call to make_canonical.
2599         (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
2600         (make_internal_attr): Update calls accordingly.
2602 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2604         * read-md.h (message_with_line, error_with_line): Delete.
2605         * read-md.c (message_with_line, error_with_line): Delete.
2606         * gensupport.h: Include read-md.h.
2607         (md_rtx_info): New structure.
2608         (read_md_rtx): Use it.  Return a bool success value.
2609         * gensupport.c (read_md_rtx): Likewise.
2610         * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
2611         (main): Update after interface changes.
2612         * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
2613         (main): Update after interface changes.
2614         * genattrtab.c (insn_code_number): Delete.
2615         (optimize_attrs): Add a max_insn_code parameter and use it instead
2616         of insn_code_number.
2617         (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
2618         Use *_at rather than *_with_line functions.
2619         (gen_insn): Likewise.
2620         (gen_delay): Likewise.
2621         (gen_insn_reserv): Likewise.
2622         (gen_bypass): Take an md_rtx_info rather than an rtx.
2623         (main): Update after interface changes.  Use a local max_insn_code
2624         variable instead of insn_code_number.
2625         * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
2626         an rtx.  Use fatal_at rather than fatal.
2627         (gen_query_cpu_unit, gen_bypass, gen_excl_set)
2628         (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
2629         (gen_absence_set, gen_final_absence_set, gen_automaton)
2630         (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
2631         (main): Update after interface changes.
2632         * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
2633         and code number.
2634         (main): Update after interface changes.
2635         * genconditions.c (main): Use new read_md_rtx interface.
2636         * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
2637         (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
2638         (main): Update after interface changes.
2639         * genemit.c (insn_code_number, insn_index_number): Delete.
2640         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
2641         Use fatal_at rather than fatal.
2642         (gen_expand): Take an md_rtx_info rather than an rtx.  Use fatal_at
2643         rather than fatal.
2644         (gen_split): Likewise.
2645         (main): Update after interface changes.
2646         * genextract.c (line_no): Delete.
2647         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
2648         Update call to walk_rtx.
2649         (VEC_safe_set_locstr): Add an md_rtx_info argument.  Use message_at
2650         rather than message_with_line.
2651         (walk_rtx): Add an md_rtx_info argument.  Update call to
2652         VEC_safe_set_locstr.
2653         (main): Update after interface changes.
2654         * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
2655         and lineno.  Use error_at rather than separate message_with_line
2656         calls and have_error assignments.
2657         (main): Update after interface changes.
2658         * genmddump.c (main): Use new read_md_rtx interface.
2659         * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
2660         (main): Update after interface changes.
2661         * genoutput.c (next_code_number): Delete.
2662         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
2663         (gen_peephole, gen_expand, gen_split): Likewise.
2664         (note_constraint): Likewise.  Use *_at rather than *_with_line
2665         functions.
2666         (main): Update after interface changes.
2667         * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
2668         rtx and lineno.
2669         (main): Update after interface changes.
2670         * genpreds.c (process_define_predicate): Take an md_rtx_info rather
2671         than an rtx and lineno.
2672         (process_define_constraint): Likewise.
2673         (process_define_register_constraint): Likewise.
2674         (main): Update after interface changes.
2675         * genrecog.c (next_insn_code, pattern_lineno): Delete.
2676         (validate_pattern): Replace top-level rtx with an md_rtx_info.
2677         Use *_at rather than *_with_line functions.
2678         (match_pattern_2): Likewise.
2679         (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
2680         (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
2681         Use *_at rather than *_with_line functions.
2682         * gentarget-def.c (add_insn): New function.
2683         (main): Use it.  Use new read_md_rtx interface.
2685 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2687         * gensupport.h (compute_test_codes): Take a file_location rather
2688         than a line number.
2689         * gensupport.c (compute_test_codes): Likewise.  Use *_at functions
2690         rather than *_with_line functions.
2691         (process_define_predicate): Update call to compute_test_codes.
2692         * genpreds.c (validate_exp): Take a file_location rather than a
2693         line number.  Use *_at functions rather than *_with_line functions.
2694         (process_define_predicate): Update call to validate_exp.
2695         (constraint_data): Replace lineno field with a file_location.
2696         (add_constraint): Take a file_location rather than a line number.
2697         Use *_at functions rather than *_with_line functions.  Fix error
2698         message for address constraints.  Update after changes to
2699         validate_exp, constraint_data and compute_test_codes.
2700         (process_define_constraint): Update accordingly.
2701         (process_define_register_constraint): Likewise.
2703 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2705         * genoutput.c (data): Use a file_location to record the source
2706         position.
2707         (nothing): Delete.
2708         (idata, idata_end): Remove initialization.
2709         (constraint_data): Replace lineno with a file_location.
2710         (output_insn_data): Update after changes to data.
2711         (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
2712         (scan_operands): Likewise, using *_at rather than *_with_line
2713         functions.
2714         (process_template): Likewise.
2715         (validate_insn_alternatives): Likewise.
2716         (validate_insn_operands): Likewise.
2717         (validate_optab_operands): Likewise.
2718         (init_insn_for_nothing): Initialize idata and idata_end.
2719         (note_constraint): Update after changes to constraint_data,
2720         using at rather than with_line functions.
2721         (mdep_constraint_len): Take a file_location rather than a
2722         line number.  Use at rather than with_line functions.
2724 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2726         * read-md.h (fatal_at): Declare.
2727         * read-md.c (fatal_at): New function.
2728         * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
2729         to record the source position.
2730         (check_attr_test): Take a file_location instead of a line number.
2731         Use fatal_at instead of fatal.
2732         (check_attr_value): Update after above changes, using "at"
2733         rather than "with_line" reporting functions.
2734         (convert_set_attr_alternative): Likewise.
2735         (gen_attr): Likewise.
2736         (check_defs): Likewise.  Don't assign to read_md_filename.
2737         (gen_insn): Update initialization after above changes.
2738         (gen_delay): Likewise.
2739         (write_insn_cases): Print the filename for a define_peephole.
2740         (gen_insn_reserv): Take a line number as argument and update
2741         the call to check_attr_test.
2742         (main): Pass a line number to gen_insn_reserv.
2744 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2746         * read-md.h (file_location): New structure.
2747         (directive_handler_t): Take a file_location rather than a line number.
2748         (message_at, error_at): Declare.
2749         (read_skip_construct): Delete.
2750         * read-md.c (message_with_line_1): Replace with...
2751         (message_at_1): ...this new function.
2752         (message_at, error_at): New functions.
2753         (message_with_line, error_with_line): Update to use message_at_1.
2754         (handle_enum): Take a file_location rather than a line number
2755         and use error_at for error reporting.
2756         (handle_include): Likewise.
2757         (read_skip_construct): Likewise.  Make static.
2758         (handle_file): Update after above changes.  Pass a file_location
2759         rather than a line number to handle_directive.
2760         * gensupport.c (queue_elem): Replace separate filename and lineno
2761         with a file_location.
2762         (queue_pattern): Replace filename and lineno arguments with a
2763         file_location.  Update after change to queue_elem.
2764         (process_define_predicate): Replace lineno argument with a
2765         file_location and use error_at for error reporting.  Update
2766         after above changes.
2767         (process_rtx): Likewise.
2768         (subst_pattern_match): Likewise.
2769         (get_alternatives_number): Likewise.
2770         (alter_predicate_for_insn): Likewise.
2771         (rtx_handle_directive): Likewise.
2772         (is_predicable): Update after above changes, using error_at rather
2773         than error_with_line.
2774         (has_subst_attribute): Likewise.
2775         (identify_predicable_attribute): Likewise.
2776         (alter_attrs_for_subst_insn): Likewise.
2777         (process_one_cond_exec): Likewise.
2778         (process_substs_on_one_elem): Likewise.
2779         (process_define_subst): Likewise.
2780         (check_define_attr_duplicates): Likewise.
2781         (read_md_rtx): Update after change to queue_elem.
2783 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2785         * genoutput.c (next_index_number): Delete.
2786         (data): Remove index_number.
2787         (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
2788         (main): Remove manipulation of next_index_number.
2790 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
2792         * genattrtab.c (check_attr_value): Remove handling of null attrs.
2793         (make_canonical): Likewise.
2795 2015-07-16  Eric Botcazou  <ebotcazou@adacore.com>
2797         * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
2798         instead of adjust_address_nv.
2799         (restore_stack_nonlocal): Likewise.
2800         (nonlocal_goto): Likewise.
2802 2015-07-16  Tom de Vries  <tom@codesourcery.com>
2804         * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
2805         not have a corresponding loop header phi.
2807 2015-07-16  Tom de Vries  <tom@codesourcery.com>
2809         * tree-parloops.c (create_loads_for_reductions): Handle case that
2810         reduction is unused.
2812 2015-07-16  Richard Biener  <rguenther@suse.de>
2814         PR tree-optimization/66894
2815         * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
2816         about deriving NE_EXPR from truncated values.
2818 2015-07-16  Martin Liska  <mliska@suse.cz>
2820         * alloc-pool.h
2821         (object_allocator): Add new class.
2822         (pool_allocator::initialize): Use the underlying class.
2823         (pool_allocator::allocate): Likewise.
2824         (pool_allocator::remove): Likewise.
2825         (operator new): A new generic allocator.
2826         * asan.c (struct asan_mem_ref): Remove unused members.
2827         (asan_mem_ref_new): Replace new operator with
2828         object_allocator::allocate.
2829         (free_mem_ref_resources): Change deallocation.
2830         * cfg.c (initialize_original_copy_tables): Replace pool_allocator
2831         with object_allocator.
2832         * config/sh/sh.c (add_constant): Replace new operator with
2833         object_allocator::allocate.
2834         (sh_reorg): Change call to a release method.
2835         * cselib.c (struct elt_list): Remove unused members.
2836         (new_elt_list): Replace new operator with
2837         object_allocator::allocate.
2838         (new_elt_loc_list): Likewise.
2839         (new_cselib_val): Likewise.
2840         (unchain_one_elt_list): Change delete operator with remove method.
2841         (unchain_one_elt_loc_list): Likewise.
2842         (unchain_one_value): Likewise.
2843         (cselib_finish): Release newly added static allocators.
2844         * cselib.h (struct cselib_val): Remove unused members.
2845         (struct elt_loc_list): Likewise.
2846         * df-problems.c (df_chain_alloc): Replace pool_allocator with
2847         object_allocator.
2848         * df-scan.c (struct df_scan_problem_data): Likewise.
2849         (df_scan_alloc): Likewise.
2850         * df.h (struct dataflow): Likewise.
2851         * dse.c (struct read_info_type): Likewise.
2852         (struct insn_info_type): Likewise.
2853         (struct dse_bb_info_type): Likewise.
2854         (struct group_info): Likewise.
2855         (struct deferred_change): Likewise.
2856         (get_group_info): Likewise.
2857         (delete_dead_store_insn): Likewise.
2858         (free_read_records): Likewise.
2859         (replace_read): Likewise.
2860         (check_mem_read_rtx): Likewise.
2861         (scan_insn): Likewise.
2862         (dse_step1): Likewise.
2863         (dse_step7): Likewise.
2864         * et-forest.c (struct et_occ): Remove unused members.
2865         (et_new_occ): Use allocate instead of new operator.
2866         (et_new_tree): Likewise.
2867         (et_free_tree): Call release method explicitly.
2868         (et_free_tree_force): Likewise.
2869         (et_free_pools): Likewise.
2870         (et_split): Use remove instead of delete operator.
2871         * et-forest.h (struct et_node): Remove unused members.
2872         * ipa-cp.c: Change pool_allocator to object_allocator.
2873         * ipa-inline-analysis.c: Likewise.
2874         * ipa-profile.c: Likewise.
2875         * ipa-prop.c: Likewise.
2876         * ipa-prop.h: Likewise.
2877         * ira-build.c (initiate_cost_vectors): Cast return value.
2878         (ira_allocate_cost_vector): Likewise.
2879         * ira-color.c (struct update_cost_record): Remove unused members.
2880         * lra-int.h (struct lra_live_range): Likewise.
2881         (struct lra_copy): Likewise.
2882         (struct lra_insn_reg): Likewise.
2883         * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
2884         * lra.c (new_insn_reg): Replace new operator with allocate method.
2885         (free_insn_regs): Same for operator delete.
2886         (finish_insn_regs): Release new static allocator.
2887         (finish_insn_recog_data): Likewise.
2888         (lra_free_copies): Replace delete operator with remove method.
2889         (lra_create_copy): Replace operator new with allocate method.
2890         (invalidate_insn_data_regno_info): Same for remove method.
2891         * regcprop.c (struct queued_debug_insn_change): Remove unused members.
2892         (free_debug_insn_changes): Replace delete operator with remove method.
2893         (replace_oldest_value_reg): Replace operator new with allocate method.
2894         (pass_cprop_hardreg::execute): Release new static variable.
2895         * sched-deps.c (sched_deps_init): Change pool_allocator to
2896         object_allocator.
2897         * sel-sched-ir.c: Likewise.
2898         * sel-sched-ir.h: Likewise.
2899         * stmt.c (expand_case): Likewise.
2900         (expand_sjlj_dispatch_table): Likewise.
2901         * tree-sra.c (struct access): Remove unused members.
2902         (struct assign_link): Likewise.
2903         (sra_deinitialize): Release newly added static pools.
2904         (create_access_1):Replace operator new with allocate method.
2905         (build_accesses_from_assign): Likewise.
2906         (create_artificial_child_access): Likewise.
2907         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
2908         pool_allocator to object_allocator.
2909         * tree-ssa-pre.c: Likewise.
2910         * tree-ssa-reassoc.c: Likewise.
2911         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
2912         * tree-ssa-strlen.c: Likewise.
2913         * tree-ssa-structalias.c: Likewise.
2914         * var-tracking.c (onepart_pool_allocate): New function.
2915         (unshare_variable): Use the newly added function.
2916         (variable_merge_over_cur): Likewise.
2917         (variable_from_dropped): Likewise.
2918         (variable_was_changed): Likewise.
2919         (set_slot_part): Likewise.
2920         (emit_notes_for_differences_1): Likewise.
2921         (vt_finalize): Release newly added static pools.
2923 2015-07-16  Martin Jambor  <mjambor@suse.cz>
2925         * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status.  Adjust
2926         all uses.  Fix two typos in its general comment.
2927         (func_body_info): Rename to ipa_func_body_info.  Adjust all uses.
2929 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
2931         * config/i386/linux-common.h (LINK_MPX): New.
2932         (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
2933         * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
2934         indicating '-z bndplt' support by linker.
2935         * configure: Regenerate.
2936         * config.in: Regenerate.
2938 2015-07-16  Richard Biener  <rguenther@suse.de>
2940         * fold-const.c (fold_widened_comparison): Remove.
2941         (fold_sign_changed_comparison): Likewise.
2942         (fold_comparison): Move widened and sign-changed comparison
2943         simplification ...
2944         * match.pd: ... to patterns here.
2945         * generic-match-head.c: Include target.h.
2946         * gimple-match-head.c: Likewise.
2948 2015-07-16  Richard Biener  <rguenther@suse.de>
2950         * tree-ssa-dom.c (dom_valueize): New function.
2951         (record_temporary_equivalences): Also record equivalences
2952         for dominating stmts that have uses of equivalences we are
2953         about to record.
2955 2015-07-16  Bin Cheng  <bin.cheng@arm.com>
2957         * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
2958         add_autoinc_candidates.
2959         (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
2960         (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
2961         (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
2962         (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
2963         Call new function.
2964         (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
2965         (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
2966         Remove parameter struct iv*.  Call add_autoinc_candidates here.
2967         (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
2968         (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
2969         Call new function.
2970         (find_iv_candidates): Call new functions.
2972 2015-07-16  Sandra Loosemore  <sandra@codesourcery.com>
2974         * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
2975         uninitialized-variable warning.
2977 2015-07-16  Kaz Kojima  <kkojima@gcc.gnu.org>
2979         PR target/65249
2980         * config/sh/sh.md (movdi): Split simple reg move to two movsi
2981         when the destination is R0.
2983 2015-07-16  Uros Bizjak  <ubizjak@gmail.com>
2985         PR target/66866
2986         * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
2987         * config/i386/i386.c (ix86_expand_pextr): New function.
2988         (ix86_expand_pinsr): Handle V1TI and TI modes.  Call ix86_expand_pextr
2989         for non-lowpart subregs.
2990         * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
2991         (insv<mode>): Use SWI248 mode iterator.
2992         (insv<mode>_1): Ditto.
2994 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
2995             Sebastian Pop  <s.pop@samsung.com>
2997         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
2998         iterator to use_stmt.
3000 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
3001             Sebastian Pop <s.pop@samsung.com>
3003         * graphite-scop-detection.c (build_scops_1): Discard scops for
3004         which entry==exit.
3006 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
3007             Sebastian Pop <s.pop@samsung.com>
3009         * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
3010         case of a return statement in scop.
3012 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
3013             Sebastian Pop <s.pop@samsung.com>
3015         * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
3016         INTEGER_TYPE parameters.
3017         (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
3018         VECTOR_CST in scan_tree_for_params.
3019         (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
3021 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
3023         * gimple-pretty-print.h: Don't include pretty-print.h.
3024         * tree-streamer.h: Don't include lto-streamer.h.
3025         * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
3026         * gimple-streamer-in.c: Remove redundant includes.
3027         * gimple-streamer-out.c: Likewise.
3028         * ipa-devirt.c: Likewise.
3029         * ipa-icf.c: Likewise.
3030         * ipa-inline-analysis.c: Likewise.
3031         * ipa-polymorphic-call.c: Likewise.
3032         * ipa-profile.c: Likewise.
3033         * ipa-prop.c: Likewise.
3034         * ipa-pure-const.c: Likewise.
3035         * lto-cgraph.c: Likewise.
3036         * lto-streamer-in.c: Likewise.
3037         * lto-streamer-out.c: Likewise.
3038         * lto-streamer.c: Likewise.
3039         * tree-streamer-in.c: Likewise.
3040         * tree-streamer-out.c: Likewise.
3041         * tree-streamer.c: Likewise.
3043 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
3045         * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
3046         include input.h.
3047         * opts.c: Remove multiline #include comment.
3049 2015-07-15  Nathan Sidwell  <nathan@codesourcery.com>
3051         * config/nvptx/mkoffload.c (process): Add C++ protection to
3052         emitted code.
3054 2015-07-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
3056         PR target/66854
3057         * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
3058         null before IEEE 128-bit floating point support patch.
3060 2015-07-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3062         * simplify-rtx.c (simplify_ternary_operation): Add simplification
3063         for (!c) != {0,...,0} ? a : b for vector modes.
3065 2015-07-15  Paolo Bonzini  <bonzini@gnu.org>
3066             Martin Jambor  <mjambor@suse.cz>
3068         * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
3069         struct func_body_info* instead of struct ipa_node_params*, expecting
3070         fbi->info to be filled in.  Replace throughout.  Adjust call to
3071         ipa_load_from_parm_agg.
3072         (set_cond_stmt_execution_predicate): Accept struct func_body_info*
3073         instead of struct ipa_node_params*.  Adjust calls to other functions
3074         so that they pass either fbi or fbi->info.
3075         (set_switch_stmt_execution_predicate): Likewise.
3076         (will_be_nonconstant_predicate): Likewise.
3077         (compute_bb_predicates): Likewise.
3078         (estimate_function_body_sizes): Move asserts earlier.  Fill in
3079         struct func_body_info, replace parms_info with fbi.info.  Adjust
3080         calls to functions that now accept struct func_body_info.
3081         * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
3082         (struct func_body_info): Likewise.
3083         (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
3084         remove static.  Adjust callers.
3085         (ipa_load_from_parm_agg): Remove.
3086         * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
3087         (func_body_info): Likewise.
3088         (ipa_load_from_parm_agg): Adjust prototype.
3090 2015-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3092         * gensupport.c (rtx_handle_directive): Adjust.
3093         * read-rtl.c (apply_iterators): Take vector to add rtxs to
3094         instead of expr list rtx.
3095         (add_define_attr_for_define_subst): Likewise.
3096         (add_define_subst_attr): Likewise.
3097         (read_subst_mapping): Likewise.
3098         (read_rtx): Likewise.
3099         * rtl.h (read_rtx): Adjust.
3101 2015-07-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3103         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
3105 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
3107         PR target/58066
3108         * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
3109         (*tls_local_dynamic_base_64_<mode>): Ditto.
3110         (*tls_local_dynamic_base_64_largepic): Ditto.
3111         (tls_global_dynamic_64_<mode>): Update expander pattern.
3112         (tls_local_dynamic_base_64_<mode>): Ditto.
3114 2015-07-15  Richard Biener  <rguenther@suse.de>
3116         * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
3117         and bool_var == 1 -> bool_var simplifications ...
3118         * match.pd: ... to patterns here.  Factor out negate_expr_p
3119         cases from the A - B -> A + (-B) patterns as negate_expr_p
3120         predicate and add a -(A + B) -> (-B) - A pattern.
3122 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
3124         * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
3126 2015-07-15  Matthew Fortune  <matthew.fortune@imgtec.com>
3127             Robert Suchanek  <robert.suchanek@imgtec.com>
3129         * config/mips/mips.c (mips_int_mask): New enum.
3130         (mips_shadow_set): Likewise.
3131         (int_mask): New variable.
3132         (use_shadow_register_set_p): Change type to enum mips_shadow_set.
3133         (machine_function): Add int_mask and use_shadow_register_set.
3134         (mips_attribute_table): Add attribute handlers for interrupt and
3135         use_shadow_register_set.
3136         (mips_interrupt_mask): New static function.
3137         (mips_handle_interrupt_attr): Likewise.
3138         (mips_handle_use_shadow_register_set_attr): Likewise.
3139         (mips_use_shadow_register_set): Change return type to enum
3140         mips_shadow_set.  Add argument handling for use_shadow_register_set
3141         attribute.
3142         (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
3143         compare with mips_shadow_set enum.
3144         (mips_compute_frame_info): Add interrupt mask and
3145         use_shadow_register_set to per-function information structure.
3146         Add a stack slot for EPC unconditionally.
3147         (mips_expand_prologue): Compare use_shadow_register_set value
3148         with mips_shadow_set enum.  Save EPC always in K1, clobber only K1 for
3149         masked interrupt register but in EIC mode use K0 and save Cause in K0.
3150         EPC saved and restored unconditionally.  Use PMODE_INSN macro when
3151         copying the stack pointer from the shadow register set.
3152         * config/mips/mips.h (SR_IM0): New define.
3153         * config/mips/mips.md (mips_rdpgpr): Rename to...
3154         (mips_rdpgpr_<mode>): ...this.  Use the Pmode iterator.
3155         * doc/extend.texi (Declaring Attributes of Functions): Document
3156         optional arguments for interrupt and use_shadow_register_set
3157         attributes.
3159 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
3161         * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
3162         interrupt attribute.
3163         (mips_expand_prologue): Disable the floating point unit in an ISR.
3164         * config/mips/mips.h (SR_COP1): New define.
3166 2015-07-15  Richard Biener  <rguenther@suse.de>
3168         * genmatch.c (parser::peek, parser::peek_ident): Add argument
3169         to tell how many tokens to peek ahead (default 1).
3170         (parser::eat_token, parser::eat_ident): Return token consumed.
3171         (parser::parse_result): Parse new switch statement.
3172         * match.pd: Use case statements where appropriate.
3174 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
3176         PR rtl-optimization/58066
3177         * calls.c (expand_call): Precompute register parameters before stack
3178         alignment is performed.
3180 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
3182         PR rtl-optimization/66838
3183         * postreload.c (reload_cse_move2add): Also process
3184         CALL_INSN_FUNCTION_USAGE when resetting information of
3185         call-clobbered registers.
3187 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3188             Cesar Philippidis  <cesar@codesourcery.com>
3189             Chung-Lin Tang  <cltang@codesourcery.com>
3191         * config/nios2/constraints.md (U, v): New constraints.
3192         * config/nios2/predicates.md (rdprs_dcache_operand): New.
3193         (ldstex_memory_operand): New.
3194         * config/nios2/sync.md: New file.
3195         * config/nios2/nios2.md (unspecv): Add new builtin function
3196         UNSPECV codes.
3197         (rdprs, flushd, flushda, wrpie, eni): New patterns.
3198         (top-level): Include sync.md.
3199         * config/nios2/nios2.c (N2_FTYPES): Add function types for
3200         new builtins.
3201         (N2_BUILTINS): Add arch field setting, add new builtins.
3202         (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
3203         for arch field.
3204         (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
3205         Also handle ldex/stex/ldsex/stsex builtins.
3206         (nios2_expand_rdprs_builtin): New function.
3207         (nios2_expand_cache_builtin): New function.
3208         (nios2_expand_wrpie_builtin): New function.
3209         (nios2_expand_eni_builtin): New function.
3210         (nios2_expand_builtin): Add arch field handling and new builtin
3211         cases.
3212         * doc/extend.texi (Altera Nios II Built-in Functions): Document
3213         new builtins.
3214         * doc/md.texi (Machine Constraints): Document U and v constraints.
3216 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3217             Cesar Philippidis  <cesar@codesourcery.com>
3218             Chung-Lin Tang  <cltang@codesourcery.com>
3220         * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
3221         * config/nios2/nios2.c (struct GTY (()) machine_function): Add
3222         callee_save_reg_size and uses_anonymous_args fields.
3223         (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
3224         (nios2_create_cfa_notes): New function.
3225         (nios2_adjust_stack): New function for adjusting stack.
3226         (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
3227         Use nios2_adjust_stack.
3228         (nios2_expand_epilogue): Likewise.
3229         (nios2_expand_return): New function.
3230         (nios2_can_use_return_insn): Update for CDX pop.n usage.
3231         (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
3232         If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
3233         * config/nios2/nios2.md (return): Use nios2_expand_return.
3235 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3236             Cesar Philippidis  <cesar@codesourcery.com>
3237             Chung-Lin Tang  <cltang@codesourcery.com>
3239         * config/nios2/predicates.md (pop_operation): New.
3240         (ldwm_operation, stwm_operation): New.
3241         (nios2_hard_register_operand): New.
3242         * config/nios2/nios2-protos.h (pop_operation_p): Declare.
3243         (ldstwm_operation_p): Declare.
3244         (gen_ldstwm_peep): Declare.
3245         * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
3246         (base_reg_adjustment_p): New.
3247         (pop_operation_p): New.
3248         (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
3249         (nios2_ldstwm_regset_p): New.
3250         (ldstwm_operation_p): New.
3251         (gen_ldst): New.
3252         (nios2_ldst_parallel): New.
3253         (struct ldswm_operand): Declare.
3254         (compare_ldstwm_operands): New.
3255         (can_use_cdx_ldstw): New.
3256         (gen_ldstwm_peep): New.
3257         * config/nios2/nios2-ldstwm.sml: New.
3258         * config/nios2/nios2.md: Include ldstwm.md.
3259         * config/nios2/ldstwm.md: Generated.
3261 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3262             Cesar Philippidis  <cesar@codesourcery.com>
3263             Chung-Lin Tang  <cltang@codesourcery.com>
3265         * config/nios2/nios2.h (LABEL_ALIGN): Define.
3266         (REG_ALLOC_ORDER): Define.
3267         (ADJUST_REG_ALLOC_ORDER): Define.
3268         (HONOR_REG_ALLOC_ORDER): Define.
3269         (CDX_REG_P): Define.
3270         (ANDCLEAR_INT): Define.
3271         * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
3272         (nios2_label_align): Declare.
3273         (nios2_cdx_narrow_form_p): Declare.
3274         (nios2_adjust_reg_alloc_order): Declare.
3275         * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
3276         operation.
3277         (nios2_large_unspec_reloc_p): New function, split from...
3278         (nios2_legitimate_pic_operand_p): ...here.
3279         (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
3280         (nios2_print_operand_punct_valid_p): New.
3281         (nios2_print_operand): Add %., %!, %x, %y, %A.  Remove %U.
3282         (split_mem_address): New.
3283         (split_alu_insn): New.
3284         (cdxreg): New.
3285         (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
3286         (enum nios2_add_insn_kind): New.
3287         (nios2_add_insn_names, nios2_add_insn_narrow): New.
3288         (nios2_add_insn_classify): New.
3289         (nios2_add_insn_asm): New.
3290         (nios2_cdx_narrow_form_p): New.
3291         (label_align, min_labelno, max_labelno): New.
3292         (nios2_reorg): New.
3293         (nios2_label_align): New.
3294         (nios2_adjust_reg_alloc_order): New.
3295         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
3296         (TARGET_MACHINE_DEPENDENT_REORG): Define.
3297         * config/nios2/constraints.md (P): New constraint.
3298         * config/nios2/predicates.md (const_and_operand): New.
3299         (and_operand): New.
3300         (stack_memory_operand): New.
3301         * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
3302         (length): Update to use nios2_cdx_narrow_form_p().
3303         (type): Add new insn type values.
3304         (control, alu, st, ld, shift): Update insn reservations with
3305         new insn type values.
3306         (*high, *lo_sum): Define new insn patterns for constant generation.
3307         (movqi_internal, movhi_internal, movsi_internal): Reduce
3308         alternatives, update asm template to handle CDX variants, update
3309         type attributes.
3310         (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
3311         template, update type attributes.
3312         (extendhisi2, extendqi<mode>2): Likewise.
3313         (addsi3): Change to use function for asm string.
3314         (subsi3): Add CDX notation to asm template, update type attributes.
3315         (negsi3, one_cmplsi3): Likewise.
3316         (andsi3): New pattern, specialized from logical patterns.
3317         (<code>si3): Remove and case, combine alternatives, update asm
3318         template.
3319         (<shift_op>si3): Add CDX notation, update type attributes.
3320         (rotrsi3): Update type attribute.
3321         (*merge, extzv, insv): New insn patterns.
3322         (return): Change to define_expand.
3323         (simple_return): Add CDX notation, update type attributes.
3324         (indirect_jump): Add CDX notation.
3325         (jump): Update asm cases, update length attribute expression.
3326         (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
3327         (nios2_cbranch): Update asm cases and length attribute expression
3328         to handle CDX variants.
3329         (nios2_cmp<code>): Update asm template.
3330         (nop): Add CDX notation, update type attributes.
3331         (trap): Add CDX notation.
3332         (ctrapsi4): Update asm cases and length attribute expression to
3333         handle CDX variant.
3334         * doc/md.texi (Machine Constraints): Document P constraint.
3336 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3337             Cesar Philippidis  <cesar@codesourcery.com>
3338             Chung-Lin Tang  <cltang@codesourcery.com>
3340         * config/nios2/nios2.h (SMALL_INT12): New macro.
3341         * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
3342         (nios2_valid_addr_expr_p): Use it.
3343         (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
3344         with implicit "io" instructions on R2.
3345         * config/nios2/constraints.md (w): New constraint.
3346         * config/nios2/predicates.md (ldstio_memory_operand): New.
3347         * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
3348         operand predicate and constraint.
3349         (ld<bh>io_signed, st<bhw>io>): Likewise.
3350         * doc/md.texi (Machine Constraints): Document w constraint.
3352 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3353             Cesar Philippidis  <cesar@codesourcery.com>
3354             Chung-Lin Tang  <cltang@codesourcery.com>
3356         * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
3357         * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
3358         Nios II architecture level.
3359         * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
3360         (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
3361         (OPTION_DEFAULT_SPECS): Define.
3362         (ASM_SPEC): Add -march= spec strings.
3363         * config/nios2/nios2.c (nios2_option_override): Check for
3364         conflicts involving new options.
3365         * config.gcc (nios2*-*-*): Support --with-arch=.
3366         * doc/invoke.texi (Option Summary, Nios II Options): Document
3367         -march=, -mbmx, and -mcdx.
3369 2015-07-14  Vladimir Makarov  <vmakarov@redhat.com>
3371         PR rtl-optimization/66626
3372         * lra-constraints.c (lra_constraints): Prevent equivalence
3373         substitution for static chain pseudo in functions with nonlocal
3374         goto.
3376 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
3378         * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
3379         (nios2_emit_stack_limit_check): Add size parameter.  Handle
3380         -fstack-limit-symbol as well as -fstack-limit-register.
3381         (nios2_expand_prologue): Emit only a single stack limit check,
3382         even if multiple stack adjustments are required.
3383         (nios2_option_override): Diagnose unsupported combination of -fpic
3384         and -stack-limit-symbol.
3386 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
3388         * Makefile.in (top_srcdir): New.
3389         * configure.ac: Use AM_ZLIB.
3390         * configure: Regeneated.
3392 2015-07-14  Matthias Klose  <doko@ubuntu.com>
3394         PR target/66840
3395         * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
3397 2015-07-14  Richard Biener  <rguenther@suse.de>
3399         PR tree-optimization/66863
3400         * tree-vrp.c (register_edge_assert_for_2): Properly restrict
3401         what we record for conversion use stmt lhs inequalities.
3403 2015-07-14  Richard Biener  <rguenther@suse.de>
3405         * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
3406         (decision_tree::gen_gimple): Likewise.
3408 2015-07-14  Tom de Vries  <tom@codesourcery.com>
3410         * gcc.c (greater_than_spec_func): Declare forward.
3411         (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
3412         -ftree-parallelize-loops={0,1}.
3413         (static_spec_functions): Add greater_than_spec_func function with name
3414         "gt".
3415         (greater_than_spec_func): New function.
3417 2015-07-14  Richard Biener  <rguenther@suse.de>
3419         * tree-ssa-dom.c (record_temporary_equivalences): Merge
3420         wideing type conversion case from record_equivalences_from_incoming_edge
3421         and use record_equality to record equivalences.
3422         (record_equivalences_from_incoming_edge): Call
3423         record_temporary_equivalences.
3425 2015-07-14  Richard Biener  <rguenther@suse.de>
3427         * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
3428         (struct if_expr): New.
3429         (struct with_expr): Likewise.
3430         (is_a_helper): Add helpers for if_expr and with_expr.
3431         (struct simplify): Add simplify_kind enum and member.  Remove
3432         ifexpr_vec member.
3433         (simplify::simplify): Adjust.
3434         (lower_commutative): Adjust.
3435         (lower_opt_convert): Likewise.
3436         (lower_cond): Likewise.
3437         (replace_id): Handle with_expr and if_expr.
3438         (lower_for): Adjust.
3439         (dt_simplify::gen_1): New recursive worker, split out from ...
3440         (dt_simplify::gen): ... here.  Deal with if and with expansion
3441         recursively.
3442         (capture_info::capture_info): Take context argument
3443         (capture_info::walk_result): Only analyze specific result.
3444         (parser::parse_result): New function.
3445         (parser::parse_simplify): Adjust to parse ifs with then end
3446         else case.
3447         (parser::parse_if): Simplify.
3448         (parser::parse_pattern): Pass down simplify kind.
3449         * match.pd: Convert if structure to new syntax.
3451 2015-07-13  Marek Polacek  <polacek@redhat.com>
3453         * rtl.c (rtx_equal_p_cb): Fix typo.
3455 2015-07-13  Andrew MacLeod  <amacleod@redhat.com>
3457         * omega.h: Don't include config.h, don't include params.h again if
3458         omega.h has already been included.
3459         * graphite-poly.h: Include sese.h.
3460         * graphite.c: Don't include sese.h, remove needless includes and
3461         minimize includes outside #ifdef HAVE_isl block.
3462         * graphite-blocking.c: Don't include sese.h, remove needless includes,
3463         and wrap entire file in #ifdef HAVE_isl
3464         * graphite-dependences.c: Likewise.
3465         * graphite-interchange.c: Likewise.
3466         * graphite-isl-ast-to-gimple.c: Likewise.
3467         * graphite-optimize-isl.c: Likewise.
3468         * graphite-poly.c: Likewise.
3469         * graphite-scop-detection.c: Likewise.
3470         * graphite-sese-to-poly.c: Likewise.
3472 2015-07-13  Tom de Vries  <tom@codesourcery.com>
3474         * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
3476 2015-07-13  Renlin Li  <renlin.li@arm.com>
3478         PR rtl/66556
3479         * simplify-rtx.c (simplify_const_relational_operation): Add
3480         side_effects_p checks.
3482 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
3484         * bitmap.h: Fix double word typos.
3485         * builtins.c: Same.
3486         * calls.c: Same.
3487         * cfgloopmanip.c: Same.
3488         * cgraph.c: Same.
3489         * cgraph.h: Same.
3490         * cgraphclones.c: Same.
3491         * combine.c: Same.
3492         * config/aarch64/aarch64-protos.h: Same.
3493         * config/aarch64/aarch64.c: Same.
3494         * config/aarch64/aarch64.md: Same.
3495         * config/arm/arm.md: Same.
3496         * config/arm/arm1020e.md: Same.
3497         * config/arm/arm1026ejs.md: Same.
3498         * config/arm/arm926ejs.md: Same.
3499         * config/arm/fa526.md: Same.
3500         * config/arm/fa606te.md: Same.
3501         * config/arm/fa626te.md: Same.
3502         * config/arm/fa726te.md: Same.
3503         * config/arm/fmp626.md: Same.
3504         * config/darwin.c: Same.
3505         * config/epiphany/epiphany.c: Same.
3506         * config/frv/frv.c: Same.
3507         * config/ft32/ft32.c: Same.
3508         * config/gnu-user.h: Same.
3509         * config/h8300/constraints.md: Same.
3510         * config/i386/i386.c: Same.
3511         * config/i386/i386.md: Same.
3512         * config/iq2000/iq2000.md: Same.
3513         * config/mips/mips.c: Same.
3514         * config/mmix/mmix.md: Same.
3515         * config/moxie/moxie.c: Same.
3516         * config/nds32/nds32.md: Same.
3517         * config/pa/pa.h: Same.
3518         * config/rs6000/aix.h: Same.
3519         * config/rs6000/rs6000.h: Same.
3520         * config/sh/sh.c: Same.
3521         * config/tilegx/tilegx.md: Same.
3522         * config/tilepro/gen-mul-tables.cc: Same.
3523         * cse.c: Same.
3524         * dbxout.c: Same.
3525         * doc/invoke.texi: Same.
3526         * dse.c: Same.
3527         * dwarf2out.c: Same.
3528         * final.c: Same.
3529         * gcc.c: Same.
3530         * genmatch.c: Same.
3531         * gimplify.c: Same.
3532         * hash-table.h: Same.
3533         * internal-fn.c: Same.
3534         * ipa-cp.c: Same.
3535         * ipa-devirt.c: Same.
3536         * ipa-icf.c: Same.
3537         * ipa-icf.h: Same.
3538         * ipa-profile.c: Same.
3539         * ipa-prop.c: Same.
3540         * ipa-prop.h: Same.
3541         * ira.c: Same.
3542         * omp-low.c: Same.
3543         * reg-stack.c: Same.
3544         * regcprop.c: Same.
3545         * reorg.c: Same.
3546         * rtl.h: Same.
3547         * sbitmap.h: Same.
3548         * tree-eh.c: Same.
3549         * tree-inline.c: Same.
3550         * tree-sra.c: Same.
3551         * tree-ssa-dom.c: Same.
3552         * tree-ssa-loop-ivopts.c: Same.
3553         * tree-ssa-structalias.c: Same.
3554         * tree-ssa-tail-merge.c: Same.
3555         * tree-ssa-ter.c: Same.
3556         * tree-ssa-threadupdate.c: Same.
3557         * tree-ssa-uninit.c: Same.
3558         * tree-ssanames.c: Same.
3559         * tree-vect-loop-manip.c: Same.
3560         * tree-vrp.c: Same.
3561         * tree.c: Same.
3562         * valtrack.c: Same.
3563         * vec.h: Same.
3565 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
3567         PR middle-end/66726
3568         * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
3569         tree_ssa_phiopt_worker): Call it.
3571 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
3573         * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
3574         * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
3575         REG_EQUAL note.
3577 2015-07-11  Marek Polacek  <polacek@redhat.com>
3579         PR middle-end/66353
3580         * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
3581         * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
3582         (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
3583         rather than bb_has_abnormal_call_pred.
3584         * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
3585         (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
3586         rather than bb_has_abnormal_call_pred.
3588 2015-07-10  Anatoly Sokolov  <aesok@post.ru>
3590         * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
3591         REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
3592         RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3593         * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
3594         v850_legitimate_address_p): New functions.
3595         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
3597 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
3599         PR target/66819
3600         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
3601         indirect sibcall with register arguments if register available
3602         for argument passing.
3603         (init_cumulative_args): Set cfun->machine->arg_reg_available
3604         to (cum->nregs > 0) or to true if function has a variable
3605         argument list.
3606         (function_arg_advance_32): Set cfun->machine->arg_reg_available
3607         to false if cum->nregs <= 0.
3608         * config/i386/i386.h (machine_function): Add arg_reg_available.
3610 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
3612         * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
3613         and gen_higpart instead of gen_rtx_SUBREG.
3614         * config/i386/i386.md
3615         (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
3616         (read-modify peephole2): Use gen_lowpart instead of
3617         gen_rtx_SUBREG for operand 5.
3619 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
3621         * config/tilepro/gen-mul-tables.cc (main): Change include list for
3622         generated files.
3623         * config/tilepro/mul-tables.c: Regenerate.
3624         * config/tilegx/mul-tables.c: Regenerate.
3626 2015-07-10  Richard Biener  <rguenther@suse.de>
3628         * fold-const.c (distribute_bit_expr): Remove.
3629         (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
3630         to (A & C1) | (B & C2), distributing (A & B) | (A & C)
3631         to A & (B | C) and simplifying A << C1 << C2 to ...
3632         * match.pd: ... patterns here.
3634 2015-07-10  Jiong Wang  <jiong.wang@arm.com>
3636         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
3637         Mark mem as READONLY and NOTRAP for PIC symbol.
3639 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
3641         * gimple-predict.h: New file.
3642         (gimple_predict_predictor, gimple_predict_set_predictor,
3643         gimple_predict_outcome, gimple_predict_set_outcome,
3644         gimple_build_predict): Relocate here.
3645         * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
3646         gimple_predict_outcome, gimple_predict_set_outcome): Move to
3647         gimple-predict.h.
3648         * gimple.c (gimple_build_predict): Move to gimple-predict.h
3649         * basic-block.h: Don't include cfghooks.h.
3650         * backend.h: Don't include predict.h.
3651         * cfghooks.h: Include predict.h.
3652         * gimple-pretty-print.c: Include gimple-predict.h.
3653         * gimplify.c: Likwise.
3654         * predict.c: Adjust includes.
3655         * tree-inline.c: Likewise.
3656         * asan.c: Likewise.
3657         * auto-inc-dec.c: Likewise.
3658         * auto-profile.c: Likewise.
3659         * bb-reorder.c: Likewise.
3660         * builtins.c: Likewise.
3661         * caller-save.c: Likewise.
3662         * calls.c: Likewise.
3663         * cfganal.c: Likewise.
3664         * cfgbuild.c: Likewise.
3665         * cfg.c: Likewise.
3666         * cfgcleanup.c: Likewise.
3667         * cfgexpand.c: Likewise.
3668         * cfghooks.c: Likewise.
3669         * cfgloopanal.c: Likewise.
3670         * cfgloop.c: Likewise.
3671         * cfgloopmanip.c: Likewise.
3672         * cfgrtl.c: Likewise.
3673         * cgraph.c: Likewise.
3674         * cgraphunit.c: Likewise.
3675         * combine.c: Likewise.
3676         * cprop.c: Likewise.
3677         * cse.c: Likewise.
3678         * dce.c: Likewise.
3679         * dojump.c: Likewise.
3680         * dse.c: Likewise.
3681         * except.c: Likewise.
3682         * expmed.c: Likewise.
3683         * expr.c: Likewise.
3684         * final.c: Likewise.
3685         * fold-const.c: Likewise.
3686         * function.c: Likewise.
3687         * fwprop.c: Likewise.
3688         * gcc-plugin.h: Likewise.
3689         * gcse.c: Likewise.
3690         * genattrtab.c: Likewise.
3691         * genemit.c: Likewise.
3692         * gengtype.c: Likewise.
3693         * genopinit.c: Likewise.
3694         * genoutput.c: Likewise.
3695         * genpreds.c: Likewise.
3696         * genrecog.c: Likewise.
3697         * gimple-fold.c: Likewise.
3698         * gimple-iterator.c: Likewise.
3699         * gimple-ssa-isolate-paths.c: Likewise.
3700         * gimple-ssa-strength-reduction.c: Likewise.
3701         * graph.c: Likewise.
3702         * graphite-blocking.c: Likewise.
3703         * graphite.c: Likewise.
3704         * graphite-dependences.c: Likewise.
3705         * graphite-interchange.c: Likewise.
3706         * graphite-isl-ast-to-gimple.c: Likewise.
3707         * graphite-optimize-isl.c: Likewise.
3708         * graphite-poly.c: Likewise.
3709         * graphite-scop-detection.c: Likewise.
3710         * graphite-sese-to-poly.c: Likewise.
3711         * haifa-sched.c: Likewise.
3712         * ifcvt.c: Likewise.
3713         * internal-fn.c: Likewise.
3714         * ipa-cp.c: Likewise.
3715         * ipa-profile.c: Likewise.
3716         * ipa-split.c: Likewise.
3717         * ipa-utils.c: Likewise.
3718         * ira-build.c: Likewise.
3719         * ira-color.c: Likewise.
3720         * ira-conflicts.c: Likewise.
3721         * ira-costs.c: Likewise.
3722         * ira-emit.c: Likewise.
3723         * ira-lives.c: Likewise.
3724         * jump.c: Likewise.
3725         * loop-doloop.c: Likewise.
3726         * loop-init.c: Likewise.
3727         * loop-invariant.c: Likewise.
3728         * loop-unroll.c: Likewise.
3729         * lower-subreg.c: Likewise.
3730         * lra-assigns.c: Likewise.
3731         * lra.c: Likewise.
3732         * lra-coalesce.c: Likewise.
3733         * lra-constraints.c: Likewise.
3734         * lra-lives.c: Likewise.
3735         * lto-cgraph.c: Likewise.
3736         * lto-streamer-in.c: Likewise.
3737         * mode-switching.c: Likewise.
3738         * modulo-sched.c: Likewise.
3739         * omp-low.c: Likewise.
3740         * optabs.c: Likewise.
3741         * passes.c: Likewise.
3742         * postreload.c: Likewise.
3743         * postreload-gcse.c: Likewise.
3744         * profile.c: Likewise.
3745         * recog.c: Likewise.
3746         * regstat.c: Likewise.
3747         * reload1.c: Likewise.
3748         * reorg.c: Likewise.
3749         * rtlanal.c: Likewise.
3750         * sched-ebb.c: Likewise.
3751         * sel-sched-ir.c: Likewise.
3752         * sese.c: Likewise.
3753         * shrink-wrap.c: Likewise.
3754         * simplify-rtx.c: Likewise.
3755         * stmt.c: Likewise.
3756         * store-motion.c: Likewise.
3757         * tracer.c: Likewise.
3758         * trans-mem.c: Likewise.
3759         * tree-call-cdce.c: Likewise.
3760         * tree-cfg.c: Likewise.
3761         * tree-cfgcleanup.c: Likewise.
3762         * tree-chkp.c: Likewise.
3763         * tree-complex.c: Likewise.
3764         * tree-eh.c: Likewise.
3765         * tree-if-conv.c: Likewise.
3766         * tree-loop-distribution.c: Likewise.
3767         * tree-outof-ssa.c: Likewise.
3768         * tree-parloops.c: Likewise.
3769         * tree-predcom.c: Likewise.
3770         * tree-pretty-print.c: Likewise.
3771         * tree-profile.c: Likewise.
3772         * tree-sra.c: Likewise.
3773         * tree-ssa.c: Likewise.
3774         * tree-ssa-coalesce.c: Likewise.
3775         * tree-ssa-dce.c: Likewise.
3776         * tree-ssa-dom.c: Likewise.
3777         * tree-ssa-forwprop.c: Likewise.
3778         * tree-ssa-ifcombine.c: Likewise.
3779         * tree-ssa-loop-ch.c: Likewise.
3780         * tree-ssa-loop-im.c: Likewise.
3781         * tree-ssa-loop-ivcanon.c: Likewise.
3782         * tree-ssa-loop-ivopts.c: Likewise.
3783         * tree-ssa-loop-manip.c: Likewise.
3784         * tree-ssa-loop-prefetch.c: Likewise.
3785         * tree-ssa-loop-unswitch.c: Likewise.
3786         * tree-ssa-math-opts.c: Likewise.
3787         * tree-ssa-phiopt.c: Likewise.
3788         * tree-ssa-pre.c: Likewise.
3789         * tree-ssa-reassoc.c: Likewise.
3790         * tree-ssa-sink.c: Likewise.
3791         * tree-ssa-tail-merge.c: Likewise.
3792         * tree-ssa-threadedge.c: Likewise.
3793         * tree-ssa-threadupdate.c: Likewise.
3794         * tree-switch-conversion.c: Likewise.
3795         * tree-tailcall.c: Likewise.
3796         * tree-vect-data-refs.c: Likewise.
3797         * tree-vect-loop.c: Likewise.
3798         * tree-vect-loop-manip.c: Likewise.
3799         * tree-vectorizer.c: Likewise.
3800         * tree-vrp.c: Likewise.
3801         * ubsan.c: Likewise.
3802         * value-prof.c: Likewise.
3803         * varasm.c: Likewise.
3804         * var-tracking.c: Likewise.
3805         * config/aarch64/aarch64-builtins.c: Likewise.
3806         * config/aarch64/aarch64.c: Likewise.
3807         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
3808         * config/alpha/alpha.c: Likewise.
3809         * config/arc/arc.c: Likewise.
3810         * config/arm/arm.c: Likewise.
3811         * config/avr/avr.c: Likewise.
3812         * config/bfin/bfin.c: Likewise.
3813         * config/c6x/c6x.c: Likewise.
3814         * config/cr16/cr16.c: Likewise.
3815         * config/cris/cris.c: Likewise.
3816         * config/darwin.c: Likewise.
3817         * config/darwin-c.c: Likewise.
3818         * config/epiphany/epiphany.c: Likewise.
3819         * config/epiphany/mode-switch-use.c: Likewise.
3820         * config/epiphany/resolve-sw-modes.c: Likewise.
3821         * config/fr30/fr30.c: Likewise.
3822         * config/frv/frv.c: Likewise.
3823         * config/ft32/ft32.c: Likewise.
3824         * config/h8300/h8300.c: Likewise.
3825         * config/i386/i386.c: Likewise.
3826         * config/i386/winnt.c: Likewise.
3827         * config/ia64/ia64.c: Likewise.
3828         * config/iq2000/iq2000.c: Likewise.
3829         * config/lm32/lm32.c: Likewise.
3830         * config/m32c/m32c.c: Likewise.
3831         * config/m32r/m32r.c: Likewise.
3832         * config/m68k/m68k.c: Likewise.
3833         * config/mcore/mcore.c: Likewise.
3834         * config/mep/mep.c: Likewise.
3835         * config/microblaze/microblaze.c: Likewise.
3836         * config/mips/mips.c: Likewise.
3837         * config/mmix/mmix.c: Likewise.
3838         * config/mn10300/mn10300.c: Likewise.
3839         * config/moxie/moxie.c: Likewise.
3840         * config/msp430/msp430.c: Likewise.
3841         * config/nds32/nds32.c: Likewise.
3842         * config/nds32/nds32-cost.c: Likewise.
3843         * config/nds32/nds32-fp-as-gp.c: Likewise.
3844         * config/nds32/nds32-intrinsic.c: Likewise.
3845         * config/nds32/nds32-isr.c: Likewise.
3846         * config/nds32/nds32-md-auxiliary.c: Likewise.
3847         * config/nds32/nds32-memory-manipulation.c: Likewise.
3848         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
3849         * config/nds32/nds32-predicates.c: Likewise.
3850         * config/nios2/nios2.c: Likewise.
3851         * config/nvptx/nvptx.c: Likewise.
3852         * config/pa/pa.c: Likewise.
3853         * config/pdp11/pdp11.c: Likewise.
3854         * config/rl78/rl78.c: Likewise.
3855         * config/rs6000/rs6000.c: Likewise.
3856         * config/rx/rx.c: Likewise.
3857         * config/s390/s390.c: Likewise.
3858         * config/sh/sh.c: Likewise.
3859         * config/sh/sh-mem.cc: Likewise.
3860         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
3861         * config/sh/sh_treg_combine.cc: Likewise.
3862         * config/sparc/sparc.c: Likewise.
3863         * config/spu/spu.c: Likewise.
3864         * config/stormy16/stormy16.c: Likewise.
3865         * config/tilegx/tilegx.c: Likewise.
3866         * config/tilepro/tilepro.c: Likewise.
3867         * config/v850/v850.c: Likewise.
3868         * config/vax/vax.c: Likewise.
3869         * config/visium/visium.c: Likewise.
3870         * config/xtensa/xtensa.c: Likewise.
3872 2015-07-10  Richard Biener  <rguenther@suse.de>
3874         * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
3875         (decision_tree::gen_gimple): Likewise.
3876         (decision_tree::gen_generic): Likewise.
3878 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
3880         PR target/66813
3881         * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
3882         sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
3884 2015-07-10  Jakub Jelinek  <jakub@redhat.com>
3886         PR middle-end/66820
3887         * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
3888         or ORT_TASK contexts.
3889         * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
3890         is non-zero.
3892 2015-07-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3894         * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
3895         above function.
3897 2015-07-10  Tom de Vries  <tom@codesourcery.com>
3899         * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
3900         insert nit + 1 bound.
3902 2015-07-10  Richard Biener  <rguenther@suse.de>
3904         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
3905         Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
3906         (if_convertible_loop_p_1): For this always compute bb predicates.
3907         (if_convertible_loop_p): And free them.
3909 2015-07-10  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3911         * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
3912         in dump message.
3914 2015-07-10  Richard Biener  <rguenther@suse.de>
3916         PR tree-optimization/66823
3917         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
3918         inverted predicate.
3920 2015-07-09  Steve Ellcey  <sellcey@imgtec.com>
3922         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
3923         to handle mips[32|64]r3 and mips[32|64]r5.
3925 2015-07-09  Jakub Jelinek  <jakub@redhat.com>
3927         PR middle-end/66633
3928         * tree-nested.c (get_static_chain): Or in a flag into
3929         info->static_chain_added.
3930         (get_frame_field, get_nonlocal_debug_decl): Likewise.
3931         (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
3932         2015-07-01 changes.
3933         (convert_tramp_reference_stmt): If a frame_decl or chain_decl
3934         is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
3935         add it to clauses.
3937         PR tree-optimization/66718
3938         * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
3939         field.
3940         (vect_simd_lane_linear): New function.
3941         (vectorizable_simd_clone_call): Support using linear arguments for
3942         addresses of arrays elements indexed by GOMP_SIMD_LANE result.
3944 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
3946         PR target/66821
3947         * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
3949 2015-07-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
3951         * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
3952         Use machine mode, not enum machine_mode in the prototype.
3954         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
3955         classify 128-bit floating point support.
3956         (FLOAT128_IBM_P): Likewise.
3957         (FLOAT128_VECTOR_P): Likewise.
3958         (FLOAT128_2REG_P): Likewise.
3959         (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
3960         (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
3961         (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
3962         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
3964         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
3965         tests against TFmode/TDmode, since those modes do not use VSX
3966         addresses.
3967         (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
3968         support.
3969         (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
3970         tests against TFmode, etc.
3971         (invalid_e500_subreg): Add tests against IFmode/KFmode.
3972         (reg_offset_addressing_ok_p): Likewise.
3973         (rs6000_legitimate_offset_address_p): Likewise.
3974         (rs6000_legitimize_address): Likewise.
3975         (rs6000_legitimize_reload_address): Likewise.
3976         (rs6000_legitimate_address_p): Clean up tests against TFmode and
3977         TDmode to use the new helper macros, which will include IFmode and
3978         KFmode.
3979         (rs6000_emit_move): Likewise.
3980         (rs6000_darwin64_record_arg_recurse): Likewise.
3981         (print_operand): Likewise.
3982         (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
3983         that uses a single vector register as a vector and not as a
3984         floating point register in terms of the calling sequence.
3985         (rs6000_discover_homogeneous_aggregate): Likewise.
3986         (rs6000_return_in_memory): Likewise.
3987         (init_cumulative_args): Likewise.
3988         (rs6000_function_arg_boundary): Likewise.
3989         (rs6000_function_arg_advance_1): Likewise.
3990         (rs6000_function_arg): Likewise.
3991         (rs6000_pass_by_reference): Likewise.
3992         (rs6000_gimplify_va_arg): Likewise.
3993         (rs6000_secondary_reload_memory): Use machine_mode not enum
3994         machine mode.
3995         (rs6000_split_multireg_move): Use new helper macros.
3996         (spe_func_has_64bit_regs_p): Likewise.
3997         (rs6000_output_function_epilogue): Add IFmode/KFmode support.
3998         (output_toc): Use new helper macros.
3999         (rs6000_register_move_cost): Likewise.
4000         (rs6000_function_value): Add IEEE 128-bit floating point calling
4001         sequence support.
4002         (rs6000_libcall_value): Likewise.
4003         (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
4004         floating point support.
4005         (rs6000_vector_mode_supported_p): Likewise.
4007 2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>
4009         PR rtl-optimization/66782
4010         * lra-int.h (struct lra_insn_recog_data): Add comment about
4011         clobbered hard regs for arg_hard_regs.
4012         * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
4013         * lra-lives.c (process_bb_lives): Process clobbered hard regs.
4014         Add condition for processing used hard regs.
4015         * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
4016         Process clobbered hard regs.
4018 2015-07-09  Michael Matz  <matz@suse.de>
4020         * genmatch.c (fprintf_indent): New function.
4021         (operand::gen_transform): Add indent parameter.
4022         (expr::gen_transform, c_expr::gen_transform,
4023         capture::gen_transform): Ditto and use fprintf_indent.
4024         (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
4025         (dt_operand::gen, dt_operand::gen_predicate,
4026         dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
4027         dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
4028         (decision_tree::gen_gimple): Adjust calls and indent generated
4029         code.
4030         (decision_tree::gen_generic): Ditto.
4031         (write_predicate): Ditto.
4033 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
4035         PR target/66814
4036         * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
4037         * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
4038         (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
4039         {GENERAL,SSE,MMX}_REG_P where appropriate.
4041 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
4043         * lto-streamer.h: Don't include target.h and alloc-pool.h.
4044         * builtins.c: Adjust includes.
4045         * gimple.c: Likewise.
4046         * ipa-icf.c: Likewise.
4047         * lto-opts.c: Likewise.
4048         * ipa-reference.c: Likewise.
4049         * lto-section-out.c: Likewise.
4050         * lto-streamer-in.c: Likewise.
4051         * lto-streamer-out.c: Likewise.
4052         * opts-global.c: Likewise.
4053         * symtab.c: Likewise.
4054         * tree-chkp.c: Likewise.
4055         * tree-ssa-live.c: Likewise.
4056         * tree-streamer-in.c: Likewise.
4057         * tree-streamer-out.c: Likewise.
4058         * config/darwin.c: Likewise.
4059         * config/i386/winnt.c: Likewise.
4061 2015-07-09  Richard Biener  <rguenther@suse.de>
4063         * genmatch.c (struct expr): Add force_single_use flag.
4064         (expr::expr): Add copy constructor.
4065         (capture_info::walk_match): Gather force_single_use captures.
4066         (expr::gen_transform): Use possibly NULLified sequence.
4067         (dt_simplify::gen): Apply single-use restrictions by NULLifying
4068         seq if any constrained expr is not single-use.
4069         (parser::parse_expr): Refactor to allow multiple flags.  Handle
4070         's' flag to force an expression have a single-use if the pattern
4071         simplifies to more than one statement.
4072         * match.pd: Convert most single_use conditionals to :s flags.
4074 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
4076         * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
4077         (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
4078         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
4080 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
4082         * flags.h: Don't include flag-types.h or options.h.
4083         * opts-common.c: Adjust includes.
4084         * opts-global.c: Likewise.
4085         * common/config/epiphany/epiphany-common.c: Likewise.
4087 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
4089         PR target/66818
4090         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
4091         for IA MCU.
4093 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
4095         PR target/66817
4096         * config/i386/i386.c (ix86_return_in_memory): Return true
4097         if int_size_in_bytes returns negative for IA MCU.
4099 2015-07-09  Marek Polacek  <polacek@redhat.com>
4101         PR tree-optimization/66718
4102         * Makefile.in (OBJS): Add gimple-laddress.o.
4103         * passes.def: Schedule pass_laddress.
4104         * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
4105         * tree-pass.h (make_pass_laddress): Declare.
4106         * gimple-laddress.c: New file.
4108 2015-07-09  Richard Biener  <rguenther@suse.de>
4110         * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
4112 2015-07-09  Richard Biener  <rguenther@suse.de>
4114         PR tree-optimization/66807
4115         * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
4117 2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
4119         * function.c (stack_protect_epilogue): Use if rather than switch for
4120         check targetm.have_stack_protect_test.
4122 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4124         * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
4125         * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
4126         * config/arc/arc.h: Likewise.
4127         * config/arm/arm.h: Likewise.
4128         * config/bfin/bfin.h: Likewise.
4129         * config/epiphany/epiphany.h: Likewise.
4130         * config/frv/frv.h: Likewise.
4131         * config/ia64/ia64.h: Likewise.
4132         * config/iq2000/iq2000.h: Likewise.
4133         * config/lm32/lm32.h: Likewise.
4134         * config/m32r/m32r.h: Likewise.
4135         * config/mcore/mcore.h: Likewise.
4136         * config/mep/mep.h: Likewise.
4137         * config/microblaze/microblaze.h: Likewise.
4138         * config/mips/mips.h: Likewise.
4139         * config/mmix/mmix.h: Likewise.
4140         * config/mn10300/mn10300.h: Likewise.
4141         * config/nds32/nds32.h: Likewise.
4142         * config/nios2/nios2.h: Likewise.
4143         * config/pa/pa.h: Likewise.
4144         * config/rl78/rl78.h: Likewise.
4145         * config/sh/sh.h: Likewise.
4146         * config/sparc/sparc.h: Likewise.
4147         * config/stormy16/stormy16.h: Likewise.
4148         * config/tilegx/tilegx.h: Likewise.
4149         * config/tilepro/tilepro.h: Likewise.
4150         * config/v850/v850.h: Likewise.
4151         * config/xtensa/xtensa.h: Likewise.
4152         * doc/tm.texi: Regenerate.
4153         * doc/tm.texi.in: Adjust.
4154         * combine.c (simplify_set): Likewise.
4155         (simplify_comparison): Likewise.
4156         * expr.c (store_constructor): Likewise.
4157         * internal-fn.c (expand_arith_overflow): Likewise.
4158         * reload.c (push_reload): Likewise.
4159         (find_reloads): Likewise.
4160         (find_reloads_subreg_address): Likewise.
4161         * reload1.c (eliminate_regs_1): Likewise.
4162         * rtlanal.c (nonzero_bits1): Likewise.
4163         (num_sign_bit_copies1): Likewise.
4164         * simplify-rtx.c (simplify_truncation): Likewise.
4166 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4168         * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
4169         of AUTO_INC_DEC with the preprocessor.
4170         * combine.c (combine_instructions): Likewise.
4171         (can_combine_p): Likewise.
4172         (try_combine): Likewise.
4173         * emit-rtl.c (try_split): Likewise.
4174         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
4175         * lower-subreg.c (resolve_simple_move): Likewise.
4176         * lra.c (update_inc_notes): Likewise.
4177         * recog.c (asm_operand_ok): Likewise.
4178         (constrain_operands): Likewise.
4179         * regrename.c (scan_rtx_address): Likewise.
4180         * reload.c (update_auto_inc_notes): Likewise.
4181         (reg_inc_found_and_valid_p): Likewise.
4182         * reload1.c (reload): Likewise.
4183         (emit_input_reload_insns): Likewise.
4184         (delete_output_reload): Likewise.
4185         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
4186         * valtrack.c (cleanup_auto_inc_dec): Likewise.
4188 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4190         * rtl.h: Always define AUTO_INC_DEC.
4191         * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
4192         * combine.c (combine_instructions): Likewise.
4193         (can_combine_p): Likewise.
4194         (try_combine): Likewise.
4195         * emit-rtl.c (try_split): Likewise.
4196         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
4197         * lower-subreg.c (resolve_simple_move): Likewise.
4198         * lra.c (update_inc_notes): Likewise.
4199         * recog.c (asm_operand_ok): Likewise.
4200         (constrain_operands): Likewise.
4201         * regrename.c (scan_rtx_address): Likewise.
4202         * reload.c (update_auto_inc_notes): Likewise.
4203         (find_equiv_reg): Likewise.
4204         * reload1.c (reload): Likewise.
4205         (reload_as_needed): Likewise.
4206         (choose_reload_regs): Likewise.
4207         (emit_input_reload_insns): Likewise.
4208         (delete_output_reload): Likewise.
4209         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
4210         * valtrack.c (cleanup_auto_inc_dec): Likewise.
4212 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4214         * combine.c (can_combine_def_p): Don't check the value of
4215         HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
4216         (combinable_i3pat): Likewise.
4217         (mark_used_regs_combine): Likewise.
4218         * regrename.c (rename_chains): Likewise.
4219         * reload.c (find_reloads_address): Likewise.
4220         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
4222 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4224         * combine.c (update_rsp_from_reg_equal): Don't check if
4225         SHORT_IMMEDIATES_SIGN_EXTEND is defined.
4226         (reg_nonzero_bits_for_combine): Likewise.
4227         * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
4228         1.
4229         * config/frv/frv.h: Likewise.
4230         * config/lm32/lm32.h: Likewise.
4231         * config/mep/mep.h: Likewise.
4232         * config/mips/mips.h: Likewise.
4233         * config/rs6000/rs6000.h: Likewise.
4234         * config/sh/sh.h: Likewise.
4235         * config/tilegx/tilegx.h (enum reg_class): Likewise.
4236         * config/tilepro/tilepro.h: Likewise.
4237         * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
4238         * doc/tm.texi: Regenerate.
4239         * doc/tm.texi.in: Adjust.
4240         * rtlanal.c (nonzero_bits1): Likewise.
4242 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4244         * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
4245         with the preprocessor.
4246         (combine_instructions): Likewise.
4247         (try_combine): Likewise.
4248         (subst): Likewise.
4249         (distribute_notes): Likewise.
4251 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
4253         * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
4254         defined.
4255         (simplify_set): Likewise.
4256         * cse.c (cse_insn): Likewise.
4257         * fold-const.c (fold_single_bit_test): Likewise.
4258         (fold_unary_loc): Likewise.
4259         * postreload.c (reload_cse_simplify_set): Likewise.
4260         (reload_cse_simplify_operands): Likewise.
4262 2015-07-08  Jiong Wang  <jiong.wang@arm.com>
4264         * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
4265         (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
4267 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
4269         PR target/66746
4270         * config/i386/x86intrin.h: Include <adxintrin.h> even if
4271         __iamcu__ is defined.
4273 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
4275         * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
4277 2015-07-08  Iain Sandoe  <iain@codesourcery.com>
4279         PR target/66523
4280         * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
4281         names from preservation.
4283 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
4285         PR target/66806
4286         * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
4287         change for IAMCU.
4288         (function_arg_advance_32): Don't pass vectors in registers for
4289         IAMCU.
4290         (function_arg_32): Likewise.
4291         (ix86_return_in_memory): Don't return vectors in registers for
4292         IAMCU.
4294 2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>
4296         PR middle-end/66334
4297         * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
4298         hard regno live at the start of BB with incoming abnormal edges.
4299         * lra-lives.c (process_bb_lives): Ditto.
4301 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
4303         PR libgomp/65099
4304         * config/nvptx/mkoffload.c (main): Create an offload image only in
4305         64-bit configurations.
4307 2015-07-08  Martin Liska  <mliska@suse.cz>
4309         PR bootstrap/66744
4310         * tree-sra.c (create_access_1): Call ctor without brackets.
4311         (create_artificial_child_access): Likewise.
4313 2015-07-08  Richard Biener  <rguenther@suse.de>
4315         PR tree-optimization/66793
4316         * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
4317         Properly split the block after stmts ending it.
4319 2015-07-08  Richard Biener  <rguenther@suse.de>
4321         PR tree-optimization/66794
4322         * passes.c (execute_function_todo): Assert that post-dominators
4323         are not computed.
4324         * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
4325         Free post-dominators.
4327 2015-07-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4329         * config/s390/s390.c (s390_init_frame_layout): Replace assertion
4330         with early exit.
4332 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
4334         * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
4335         more than or equal 8 and less than 32 when optimizing for size.
4337 2015-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4339         * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
4340         COSTS_N_INSNS (1) and increment it appropriately throughout the
4341         function.
4343 2015-07-08  Richard Biener  <rguenther@suse.de>
4345         * fold-const.c (fold_widened_comparison): Fix inverted comparison.
4347 2015-07-08  Alan Modra  <amodra@gmail.com>
4349         * target.def (rtx_costs): Remove "code" param, add "mode".
4350         * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
4351         (set_src_cost, get_full_set_src_cost): Likewise.  Move later in file.
4352         (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
4353         * rtlanal.c (rtx_cost): Add "mode" parameter.  Update targetm.rtx_costs
4354         call.  Track mode when given in rtx.
4355         (get_full_rtx_cost): Add "mode" parameter.  Update rtx_cost calls.
4356         (default_address_cost): Pass Pmode to rtx_cost.
4357         (insn_rtx_cost): Pass dest mode of set to set_src_cost.
4358         * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
4359         with NULL set.
4360         * cse.c (COST, COST_IN): Add MODE param.  Update all uses.
4361         (notreg_cost): Add mode param.  Use it.
4362         * gcse.c (want_to_gcse_p): Delete forward declaration.  Add
4363         mode param and pass to set_src_cost.  Update all calls.
4364         (hash_scan_set): Formatting.
4365         * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
4366         (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
4367         * hooks.h: Ditto.
4368         * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
4369         init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
4370         emit_store_flag): Update set_src_cost and rtx_cost calls.
4371         * auto-inc-dec.c (attempt_change): Likewise.
4372         * calls.c (precompute_register_parameters): Likewise.
4373         * combine.c (expand_compound_operation, make_extraction,
4374         force_to_mode, distribute_and_simplify_rtx): Likewise.
4375         * dojump.c (prefer_and_bit_test): Likewise.
4376         * dse.c (find_shift_sequence): Likewise.
4377         * expr.c (compress_float_constant): Likewise.
4378         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
4379         * ifcvt.c (noce_try_sign_mask): Likewise.
4380         * loop-doloop.c (doloop_optimize): Likewise.
4381         * loop-invariant.c (create_new_invariant): Likewise.
4382         * lower-subreg.c (shift_cost, compute_costs): Likewise.
4383         * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
4384         lshift_cheap_p): Likewise.
4385         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
4386         try_replace_in_use, reload_cse_move2add): Likewise.
4387         * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
4388         Likewise.
4389         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
4390         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
4391         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
4392         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
4393         * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
4394         add "mode" param.  Use "mode: in place of GET_MODE (x).  Pass mode
4395         to rtx_cost calls.
4396         * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
4397         * config/arc/arc.c (arc_rtx_costs): Likewise.
4398         * config/arm/arm.c (arm_rtx_costs): Likewise.
4399         * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
4400         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
4401         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
4402         * config/cris/cris.c (cris_rtx_costs): Likewise.
4403         * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
4404         * config/frv/frv.c (frv_rtx_costs): Likewise.
4405         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
4406         * config/i386/i386.c (ix86_rtx_costs): Likewise.
4407         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
4408         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
4409         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
4410         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
4411         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
4412         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
4413         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
4414         * config/mep/mep.c (mep_rtx_cost): Likewise.
4415         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
4416         * config/mips/mips.c (mips_rtx_costs): Likewise.
4417         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
4418         * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
4419         * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
4420         * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
4421         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
4422         * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
4423         * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
4424         * config/pa/pa.c (hppa_rtx_costs): Likewise.
4425         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
4426         * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
4427         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
4428         * config/s390/s390.c (s390_rtx_costs): Likewise.
4429         * config/sh/sh.c (sh_rtx_costs): Likewise.
4430         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
4431         * config/spu/spu.c (spu_rtx_costs): Likewise.
4432         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
4433         * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
4434         * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
4435         * config/v850/v850.c (v850_rtx_costs): Likewise.
4436         * config/vax/vax.c (vax_rtx_costs): Likewise.
4437         * config/visium/visium.c (visium_rtx_costs): Likewise.
4438         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
4439         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
4440         "code" param, and pass as outer_code to first rtx_cost call.  Pass
4441         mode to rtx_cost calls.
4442         (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
4443         calls.
4444         (aarch64_rtx_costs_wrapper): Update.
4445         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
4446         arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
4447         rtx_cost calls.
4448         * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
4449         and rtx_cost calls.
4450         (avr_operand_rtx_cost): Similarly.
4451         (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
4452         for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
4453         * config/mips/mips.c (mips_stack_address_p): Comment typo.
4454         (mips_binary_cost): Update rtx_cost and set_src_cost calls.
4455         (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
4456         * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
4457         rtx_cost.
4458         (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
4459         * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
4460         * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
4461         * doc/tm.texi: Regenerate.
4463 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
4465         * tree-core.h: Include symtab.h.
4466         * rtl.h: Include hard-reg-set.h but not flags.h.
4467         (HARD_CONST): Remove condition compilation involving HARD_CONST since
4468         hard-reg-set.h is always included.
4469         * regs.h: Don't include hard-reg-set.h or rtl.h.
4470         * cfg.h: Include dominance.h.
4471         * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
4472         * backend.h: New.  Aggregate commonly used backend header files.
4473         * gimple-ssa.h: Don't include tree-hasher.h.
4474         * ssa.h: New.  Aggregate commonly used SSA header files.
4475         * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
4476         * sel-sched-ir.h: Flatten includes.
4477         * lra-int.h: Flatten completely.
4478         * sel-sched-dump.h: Flatten includes.
4479         * ira-int.h: Flatten includes.
4480         * gimple-streamer.h: Remove all includes.
4481         * cfgloop.h: Remove all #includes except cfgloopmanip.h.
4482         * resource.h: Flatten hard-reg-set.h and df.h.
4483         * sched-int.h: Flatten insn-arrt.h and df.h.
4484         * valtrack.h: flatten bitmap.h, df.h, and rtl.h
4485         * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
4486         * genattrtab.c (write_header): Adjust generated includes.
4487         * genautomata.c (main): Likewise.
4488         * genconditions.c (write-header): Likewise.
4489         * genemit.c (main): Likewise.
4490         * gengtype.c (open_base_files): Likewise.
4491         * genopinit.c (main): Likewise.
4492         * genoutput.c (output_prologue): Likewise.
4493         * genpeep.c (main): Likewise.
4494         * genpreds.c (write_insn_preds_c): Likewise.
4495         * genrecog.c (write_header): Likewise.
4496         * alias.c: Adjust includes.
4497         * asan.c: Likewise.
4498         * attribs.c: Likewise.
4499         * auto-inc-dec.c: Likewise.
4500         * auto-profile.c: Likewise.
4501         * bb-reorder.c: Likewise.
4502         * bt-load.c: Likewise.
4503         * builtins.c: Likewise.
4504         * caller-save.c: Likewise.
4505         * calls.c: Likewise.
4506         * ccmp.c: Likewise.
4507         * cfg.c: Likewise.
4508         * cfganal.c: Likewise.
4509         * cfgbuild.c: Likewise.
4510         * cfgcleanup.c: Likewise.
4511         * cfgexpand.c: Likewise.
4512         * cfghooks.c: Likewise.
4513         * cfgloop.c: Likewise.
4514         * cfgloopanal.c: Likewise.
4515         * cfgloopmanip.c: Likewise.
4516         * cfgrtl.c: Likewise.
4517         * cgraph.c: Likewise.
4518         * cgraphbuild.c: Likewise.
4519         * cgraphclones.c: Likewise.
4520         * cgraphunit.c: Likewise.
4521         * cilk-common.c: Likewise.
4522         * combine-stack-adj.c: Likewise.
4523         * combine.c: Likewise.
4524         * compare-elim.c: Likewise.
4525         * convert.c: Likewise.
4526         * coverage.c: Likewise.
4527         * cppbuiltin.c: Likewise.
4528         * cprop.c: Likewise.
4529         * cse.c: Likewise.
4530         * cselib.c: Likewise.
4531         * data-streamer-in.c: Likewise.
4532         * data-streamer-out.c: Likewise.
4533         * data-streamer.c: Likewise.
4534         * dbxout.c: Likewise.
4535         * dce.c: Likewise.
4536         * ddg.c: Likewise.
4537         * debug.c: Likewise.
4538         * df-core.c: Likewise.
4539         * df-problems.c: Likewise.
4540         * df-scan.c: Likewise.
4541         * dfp.c: Likewise.
4542         * dojump.c: Likewise.
4543         * dominance.c: Likewise.
4544         * domwalk.c: Likewise.
4545         * double-int.c: Likewise.
4546         * dse.c: Likewise.
4547         * dumpfile.c: Likewise.
4548         * dwarf2asm.c: Likewise.
4549         * dwarf2cfi.c: Likewise.
4550         * dwarf2out.c: Likewise.
4551         * emit-rtl.c: Likewise.
4552         * et-forest.c: Likewise.
4553         * except.c: Likewise.
4554         * explow.c: Likewise.
4555         * expmed.c: Likewise.
4556         * expr.c: Likewise.
4557         * final.c: Likewise.
4558         * fixed-value.c: Likewise.
4559         * fold-const.c: Likewise.
4560         * function.c: Likewise.
4561         * fwprop.c: Likewise.
4562         * gcc-plugin.h: Likewise.
4563         * gcse-common.c: Likewise.
4564         * gcse.c: Likewise.
4565         * generic-match-head.c: Likewise.
4566         * ggc-page.c: Likewise.
4567         * gimple-builder.c: Likewise.
4568         * gimple-expr.c: Likewise.
4569         * gimple-fold.c: Likewise.
4570         * gimple-iterator.c: Likewise.
4571         * gimple-low.c: Likewise.
4572         * gimple-match-head.c: Likewise.
4573         * gimple-pretty-print.c: Likewise.
4574         * gimple-ssa-isolate-paths.c: Likewise.
4575         * gimple-ssa-strength-reduction.c: Likewise.
4576         * gimple-streamer-in.c: Likewise.
4577         * gimple-streamer-out.c: Likewise.
4578         * gimple-walk.c: Likewise.
4579         * gimple.c: Likewise.
4580         * gimplify-me.c: Likewise.
4581         * gimplify.c: Likewise.
4582         * godump.c: Likewise.
4583         * graph.c: Likewise.
4584         * graphite-blocking.c: Likewise.
4585         * graphite-dependences.c: Likewise.
4586         * graphite-interchange.c: Likewise.
4587         * graphite-isl-ast-to-gimple.c: Likewise.
4588         * graphite-optimize-isl.c: Likewise.
4589         * graphite-poly.c: Likewise.
4590         * graphite-scop-detection.c: Likewise.
4591         * graphite-sese-to-poly.c: Likewise.
4592         * graphite.c: Likewise.
4593         * haifa-sched.c: Likewise.
4594         * hw-doloop.c: Likewise.
4595         * ifcvt.c: Likewise.
4596         * init-regs.c: Likewise.
4597         * internal-fn.c: Likewise.
4598         * ipa-chkp.c: Likewise.
4599         * ipa-comdats.c: Likewise.
4600         * ipa-cp.c: Likewise.
4601         * ipa-devirt.c: Likewise.
4602         * ipa-icf-gimple.c: Likewise.
4603         * ipa-icf.c: Likewise.
4604         * ipa-inline-analysis.c: Likewise.
4605         * ipa-inline-transform.c: Likewise.
4606         * ipa-inline.c: Likewise.
4607         * ipa-polymorphic-call.c: Likewise.
4608         * ipa-profile.c: Likewise.
4609         * ipa-prop.c: Likewise.
4610         * ipa-pure-const.c: Likewise.
4611         * ipa-ref.c: Likewise.
4612         * ipa-reference.c: Likewise.
4613         * ipa-split.c: Likewise.
4614         * ipa-utils.c: Likewise.
4615         * ipa-visibility.c: Likewise.
4616         * ipa.c: Likewise.
4617         * ira-build.c: Likewise.
4618         * ira-color.c: Likewise.
4619         * ira-conflicts.c: Likewise.
4620         * ira-costs.c: Likewise.
4621         * ira-emit.c: Likewise.
4622         * ira-lives.c: Likewise.
4623         * ira.c: Likewise.
4624         * jump.c: Likewise.
4625         * langhooks.c: Likewise.
4626         * lcm.c: Likewise.
4627         * loop-doloop.c: Likewise.
4628         * loop-init.c: Likewise.
4629         * loop-invariant.c: Likewise.
4630         * loop-iv.c: Likewise.
4631         * loop-unroll.c: Likewise.
4632         * lower-subreg.c: Likewise.
4633         * lra-assigns.c: Likewise.
4634         * lra-coalesce.c: Likewise.
4635         * lra-constraints.c: Likewise.
4636         * lra-eliminations.c: Likewise.
4637         * lra-lives.c: Likewise.
4638         * lra-remat.c: Likewise.
4639         * lra-spills.c: Likewise.
4640         * lra.c: Likewise.
4641         * lto-cgraph.c: Likewise.
4642         * lto-compress.c: Likewise.
4643         * lto-opts.c: Likewise.
4644         * lto-section-in.c: Likewise.
4645         * lto-section-out.c: Likewise.
4646         * lto-streamer-in.c: Likewise.
4647         * lto-streamer-out.c: Likewise.
4648         * lto-streamer.c: Likewise.
4649         * mcf.c: Likewise.
4650         * mode-switching.c: Likewise.
4651         * modulo-sched.c: Likewise.
4652         * omega.c: Likewise.
4653         * omp-low.c: Likewise.
4654         * optabs.c: Likewise.
4655         * opts-global.c: Likewise.
4656         * passes.c: Likewise.
4657         * plugin.c: Likewise.
4658         * postreload-gcse.c: Likewise.
4659         * postreload.c: Likewise.
4660         * predict.c: Likewise.
4661         * print-rtl.c: Likewise.
4662         * print-tree.c: Likewise.
4663         * profile.c: Likewise.
4664         * real.c: Likewise.
4665         * realmpfr.c: Likewise.
4666         * recog.c: Likewise.
4667         * ree.c: Likewise.
4668         * reg-stack.c: Likewise.
4669         * regcprop.c: Likewise.
4670         * reginfo.c: Likewise.
4671         * regrename.c: Likewise.
4672         * regstat.c: Likewise.
4673         * reload.c: Likewise.
4674         * reload1.c: Likewise.
4675         * reorg.c: Likewise.
4676         * resource.c: Likewise.
4677         * rtl-chkp.c: Likewise.
4678         * rtlanal.c: Likewise.
4679         * rtlhooks.c: Likewise.
4680         * sanopt.c: Likewise.
4681         * sched-deps.c: Likewise.
4682         * sched-ebb.c: Likewise.
4683         * sched-rgn.c: Likewise.
4684         * sched-vis.c: Likewise.
4685         * sdbout.c: Likewise.
4686         * sel-sched-dump.c: Likewise.
4687         * sel-sched-ir.c: Likewise.
4688         * sel-sched.c: Likewise.
4689         * sese.c: Likewise.
4690         * shrink-wrap.c: Likewise.
4691         * simplify-rtx.c: Likewise.
4692         * stack-ptr-mod.c: Likewise.
4693         * stmt.c: Likewise.
4694         * stor-layout.c: Likewise.
4695         * store-motion.c: Likewise.
4696         * stringpool.c: Likewise.
4697         * symtab.c: Likewise.
4698         * target-globals.c: Likewise.
4699         * targhooks.c: Likewise.
4700         * toplev.c: Likewise.
4701         * tracer.c: Likewise.
4702         * trans-mem.c: Likewise.
4703         * tree-affine.c: Likewise.
4704         * tree-browser.c: Likewise.
4705         * tree-call-cdce.c: Likewise.
4706         * tree-cfg.c: Likewise.
4707         * tree-cfgcleanup.c: Likewise.
4708         * tree-chkp-opt.c: Likewise.
4709         * tree-chkp.c: Likewise.
4710         * tree-chrec.c: Likewise.
4711         * tree-complex.c: Likewise.
4712         * tree-data-ref.c: Likewise.
4713         * tree-dfa.c: Likewise.
4714         * tree-diagnostic.c: Likewise.
4715         * tree-dump.c: Likewise.
4716         * tree-eh.c: Likewise.
4717         * tree-emutls.c: Likewise.
4718         * tree-if-conv.c: Likewise.
4719         * tree-inline.c: Likewise.
4720         * tree-into-ssa.c: Likewise.
4721         * tree-iterator.c: Likewise.
4722         * tree-loop-distribution.c: Likewise.
4723         * tree-nested.c: Likewise.
4724         * tree-nrv.c: Likewise.
4725         * tree-object-size.c: Likewise.
4726         * tree-outof-ssa.c: Likewise.
4727         * tree-parloops.c: Likewise.
4728         * tree-phinodes.c: Likewise.
4729         * tree-predcom.c: Likewise.
4730         * tree-pretty-print.c: Likewise.
4731         * tree-profile.c: Likewise.
4732         * tree-scalar-evolution.c: Likewise.
4733         * tree-sra.c: Likewise.
4734         * tree-ssa-address.c: Likewise.
4735         * tree-ssa-alias.c: Likewise.
4736         * tree-ssa-ccp.c: Likewise.
4737         * tree-ssa-coalesce.c: Likewise.
4738         * tree-ssa-copy.c: Likewise.
4739         * tree-ssa-copyrename.c: Likewise.
4740         * tree-ssa-dce.c: Likewise.
4741         * tree-ssa-dom.c: Likewise.
4742         * tree-ssa-dse.c: Likewise.
4743         * tree-ssa-forwprop.c: Likewise.
4744         * tree-ssa-ifcombine.c: Likewise.
4745         * tree-ssa-live.c: Likewise.
4746         * tree-ssa-loop-ch.c: Likewise.
4747         * tree-ssa-loop-im.c: Likewise.
4748         * tree-ssa-loop-ivcanon.c: Likewise.
4749         * tree-ssa-loop-ivopts.c: Likewise.
4750         * tree-ssa-loop-manip.c: Likewise.
4751         * tree-ssa-loop-niter.c: Likewise.
4752         * tree-ssa-loop-prefetch.c: Likewise.
4753         * tree-ssa-loop-unswitch.c: Likewise.
4754         * tree-ssa-loop.c: Likewise.
4755         * tree-ssa-math-opts.c: Likewise.
4756         * tree-ssa-operands.c: Likewise.
4757         * tree-ssa-phiopt.c: Likewise.
4758         * tree-ssa-phiprop.c: Likewise.
4759         * tree-ssa-pre.c: Likewise.
4760         * tree-ssa-propagate.c: Likewise.
4761         * tree-ssa-reassoc.c: Likewise.
4762         * tree-ssa-sccvn.c: Likewise.
4763         * tree-ssa-scopedtables.c: Likewise.
4764         * tree-ssa-sink.c: Likewise.
4765         * tree-ssa-strlen.c: Likewise.
4766         * tree-ssa-structalias.c: Likewise.
4767         * tree-ssa-tail-merge.c: Likewise.
4768         * tree-ssa-ter.c: Likewise.
4769         * tree-ssa-threadedge.c: Likewise.
4770         * tree-ssa-threadupdate.c: Likewise.
4771         * tree-ssa-uncprop.c: Likewise.
4772         * tree-ssa-uninit.c: Likewise.
4773         * tree-ssa.c: Likewise.
4774         * tree-ssanames.c: Likewise.
4775         * tree-stdarg.c: Likewise.
4776         * tree-streamer-in.c: Likewise.
4777         * tree-streamer-out.c: Likewise.
4778         * tree-streamer.c: Likewise.
4779         * tree-switch-conversion.c: Likewise.
4780         * tree-tailcall.c: Likewise.
4781         * tree-vect-data-refs.c: Likewise.
4782         * tree-vect-generic.c: Likewise.
4783         * tree-vect-loop-manip.c: Likewise.
4784         * tree-vect-loop.c: Likewise.
4785         * tree-vect-patterns.c: Likewise.
4786         * tree-vect-slp.c: Likewise.
4787         * tree-vect-stmts.c: Likewise.
4788         * tree-vectorizer.c: Likewise.
4789         * tree-vrp.c: Likewise.
4790         * tree.c: Likewise.
4791         * tsan.c: Likewise.
4792         * ubsan.c: Likewise.
4793         * valtrack.c: Likewise.
4794         * value-prof.c: Likewise.
4795         * var-tracking.c: Likewise.
4796         * varasm.c: Likewise.
4797         * varpool.c: Likewise.
4798         * vmsdbgout.c: Likewise.
4799         * vtable-verify.c: Likewise.
4800         * web.c: Likewise.
4801         * wide-int.cc: Likewise.
4802         * xcoffout.c: Likewise.
4803         * config/aarch64/aarch64-builtins.c: Likewise.
4804         * config/aarch64/aarch64.c: Likewise.
4805         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
4806         * config/alpha/alpha.c: Likewise.
4807         * config/arc/arc.c: Likewise.
4808         * config/arm/aarch-common.c: Likewise.
4809         * config/arm/arm-builtins.c: Likewise.
4810         * config/arm/arm-c.c: Likewise.
4811         * config/arm/arm.c: Likewise.
4812         * config/avr/avr-c.c: Likewise.
4813         * config/avr/avr-log.c: Likewise.
4814         * config/avr/avr.c: Likewise.
4815         * config/bfin/bfin.c: Likewise.
4816         * config/c6x/c6x.c: Likewise.
4817         * config/cr16/cr16.c: Likewise.
4818         * config/cris/cris.c: Likewise.
4819         * config/darwin-c.c: Likewise.
4820         * config/darwin.c: Likewise.
4821         * config/epiphany/epiphany.c: Likewise.
4822         * config/epiphany/mode-switch-use.c: Likewise.
4823         * config/epiphany/resolve-sw-modes.c: Likewise.
4824         * config/fr30/fr30.c: Likewise.
4825         * config/frv/frv.c: Likewise.
4826         * config/ft32/ft32.c: Likewise.
4827         * config/h8300/h8300.c: Likewise.
4828         * config/i386/i386-c.c: Likewise.
4829         * config/i386/i386.c: Likewise.
4830         * config/i386/msformat-c.c: Likewise.
4831         * config/i386/winnt-cxx.c: Likewise.
4832         * config/i386/winnt-stubs.c: Likewise.
4833         * config/i386/winnt.c: Likewise.
4834         * config/ia64/ia64-c.c: Likewise.
4835         * config/ia64/ia64.c: Likewise.
4836         * config/iq2000/iq2000.c: Likewise.
4837         * config/lm32/lm32.c: Likewise.
4838         * config/m32c/m32c-pragma.c: Likewise.
4839         * config/m32c/m32c.c: Likewise.
4840         * config/m32r/m32r.c: Likewise.
4841         * config/m68k/m68k.c: Likewise.
4842         * config/mcore/mcore.c: Likewise.
4843         * config/mep/mep-pragma.c: Likewise.
4844         * config/mep/mep.c: Likewise.
4845         * config/microblaze/microblaze-c.c: Likewise.
4846         * config/microblaze/microblaze.c: Likewise.
4847         * config/mips/mips.c: Likewise.
4848         * config/mmix/mmix.c: Likewise.
4849         * config/mn10300/mn10300.c: Likewise.
4850         * config/moxie/moxie.c: Likewise.
4851         * config/msp430/msp430-c.c: Likewise.
4852         * config/msp430/msp430.c: Likewise.
4853         * config/nds32/nds32-cost.c: Likewise.
4854         * config/nds32/nds32-fp-as-gp.c: Likewise.
4855         * config/nds32/nds32-intrinsic.c: Likewise.
4856         * config/nds32/nds32-isr.c: Likewise.
4857         * config/nds32/nds32-md-auxiliary.c: Likewise.
4858         * config/nds32/nds32-memory-manipulation.c: Likewise.
4859         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
4860         * config/nds32/nds32-predicates.c: Likewise.
4861         * config/nds32/nds32.c: Likewise.
4862         * config/nios2/nios2.c: Likewise.
4863         * config/nvptx/nvptx.c: Likewise.
4864         * config/pa/pa.c: Likewise.
4865         * config/pdp11/pdp11.c: Likewise.
4866         * config/rl78/rl78-c.c: Likewise.
4867         * config/rl78/rl78.c: Likewise.
4868         * config/rs6000/rs6000-c.c: Likewise.
4869         * config/rs6000/rs6000.c: Likewise.
4870         * config/rx/rx.c: Likewise.
4871         * config/s390/s390-c.c: Likewise.
4872         * config/s390/s390.c: Likewise.
4873         * config/sh/sh-c.c: Likewise.
4874         * config/sh/sh-mem.cc: Likewise.
4875         * config/sh/sh.c: Likewise.
4876         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
4877         * config/sh/sh_treg_combine.cc: Likewise.
4878         * config/sol2-c.c: Likewise.
4879         * config/sol2-cxx.c: Likewise.
4880         * config/sol2-stubs.c: Likewise.
4881         * config/sol2.c: Likewise.
4882         * config/sparc/sparc-c.c: Likewise.
4883         * config/sparc/sparc.c: Likewise.
4884         * config/spu/spu-c.c: Likewise.
4885         * config/spu/spu.c: Likewise.
4886         * config/stormy16/stormy16.c: Likewise.
4887         * config/tilegx/mul-tables.c: Likewise.
4888         * config/tilegx/tilegx-c.c: Likewise.
4889         * config/tilegx/tilegx.c: Likewise.
4890         * config/tilepro/mul-tables.c: Likewise.
4891         * config/tilepro/tilepro-c.c: Likewise.
4892         * config/tilepro/tilepro.c: Likewise.
4893         * config/v850/v850-c.c: Likewise.
4894         * config/v850/v850.c: Likewise.
4895         * config/vax/vax.c: Likewise.
4896         * config/visium/visium.c: Likewise.
4897         * config/vms/vms-c.c: Likewise.
4898         * config/vms/vms.c: Likewise.
4899         * config/vxworks.c: Likewise.
4900         * config/xtensa/xtensa.c: Likewise.
4902 2015-07-07  Uros Bizjak  <ubizjak@gmail.com>
4904         * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
4905         Remove operand constraints.  Change operand 2 predicate to
4906         nonmemory operand.  Limit const_int values to mode bitsize.  Only
4907         allow const_int values less than 32 when optimizing for size.
4908         (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
4909         Remove operand constraints.
4910         (*bt<mode>): Use SImode for const_int values less than 32.
4911         (regmode): Remove mode attribute.
4913 2015-07-07  Anatoly Sokolov  <aesok@post.ru>
4915         * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
4916         * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
4917           moxie_legitimate_address_p): New functions.
4918           (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
4920 2015-07-07  Tom de Vries  <tom@codesourcery.com>
4922         PR tree-optimization/66642
4923         * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
4924         header comment.  Rename split_edge variable to edge_at_split.  Split
4925         exit edge to create new loop exit bb.  Insert loop exit phis in new
4926         loop exit bb.
4928 2015-07-07  Tom de Vries  <tom@codesourcery.com>
4930         * tree-cfg.c (get_virtual_phi): New function.
4931         * tree-cfg.h (get_virtual_phi): Declare.
4932         * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
4933         (rewrite_virtuals_into_loop_closed_ssa): New function.
4934         * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
4935         Declare.
4936         * tree-parloops.c (replace_uses_in_bbs_by): Remove.
4937         (transform_to_exit_first_loop_alt): Use
4938         rewrite_virtuals_into_loop_closed_ssa.
4940 2015-07-07  Richard Biener  <rguenther@suse.de>
4942         * fold-const.c (fold_binary_loc): Move
4943         (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
4944         * match.pd: ... here.
4945         Add (X * C1) % C2 -> 0 simplification pattern derived from
4946         extract_muldiv_1.
4948 2015-07-07  Kaz Kojima  <kkojima@gcc.gnu.org>
4950         PR target/66780
4951         * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
4952         change for target/65249.
4954 2015-07-07  Paulo Matos  <pmatos@broadcom.com>
4956         * symtab.c (address_matters_1): Fix typo in comment above.
4957         (can_increase_alignment_p): Likewise.
4959 2015-07-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4961         * function.c (free_after_compilation): Clear PROP_cfg in
4962         f->curr_properties.
4964 2015-07-07  Richard Biener  <rguenther@suse.de>
4966         * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
4967         add which use to.
4968         (add_control_edge): Remove excessive vertical space in dumping.
4969         (process_ssa_edge_worklist): Simulate at most one statement and
4970         return whether we did.  Do not simulate PHIs if they are in a
4971         BB not yet simulated.
4972         (ssa_propagate): Adjust to always drain the BB worklist whenever
4973         a BB is available there, likewise the VARYING edges list before
4974         the interesting edge list.
4976 2015-07-07  Christian Bruel  <christian.bruel@st.com>
4978         PR target/52144
4979         * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
4981 2015-07-07  Richard Biener  <rguenther@suse.de>
4983         PR middle-end/66739
4984         * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
4985         A - B.
4987 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
4989         * config/i386/i386.md (insv<mode>): Rename from insv.  Use SWI48
4990         modes for operands 0 and 3.  Use SImode for operands 2 and 3.
4991         Copy operand 0 to a temporary if !ext_register_operand.  Remove
4992         ancient extract_bit_field workaround.
4993         (insv<mode>_1): Rename from mov<mode>_insv_1.
4994         (*insvqi): Rename from *movqi_insv_2.
4995         * config/i386/i386.c (emit_i386_cw_initialization): Update calls
4996         for renamed insvsi_1.
4997         (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
4999 2015-07-06  Nathan Sidwell  <nathan@codesourcery.com>
5001         * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
5002         call to nvptx_reorg_subreg.
5004 2015-07-06  Jim Wilson  <jim.wilson@linaro.org>
5006         * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
5007         * graphite-dependencies.c, graphite-interchange.c,
5008         graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
5009         graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
5010         Likewise.
5012 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
5014         * match.pd: Remove element_mode inside HONOR_*.
5015         (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
5016         (~X | X -> -1, ~X ^ X -> -1): Merge.
5017         * tree.c (build_each_one_cst): New function.
5018         * tree.h (build_each_one_cst): Likewise.
5020 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
5022         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
5023         PROCESSOR_IAMCU.
5025 2015-07-06  Steve Ellcey  <sellcey@imgtec.com>
5027         * config.gcc <mips*-*-*>: Add fused-madd.opt.
5028         * config/mips/mips.opt (mfused-madd): Remove.
5029         * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
5030         * config/mips/mips.h (TARGET_MIPS8000): New.
5031         (ISA_HAS_FP_MADD4_MSUB4): Remove.
5032         (ISA_HAS_FP_MADDF_MSUBF): Remove.
5033         (ISA_HAS_FP_MADD3_MSUB3): Remove.
5034         (ISA_HAS_NMADD4_NMSUB4): Remove.
5035         (ISA_HAS_NMADD3_NMSUB3): Remove.
5036         (ISA_HAS_FUSED_MADD4): New.
5037         (ISA_HAS_UNFUSED_MADD4): New.
5038         (ISA_HAS_FUSED_MADDF): New.
5039         (ISA_HAS_FUSED_MADD3): New.
5040         * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
5041         (*fma<mode>4_madd3) New.
5042         (*fma<mode>4_madd4) New.
5043         (*fma<mode>4_maddf) New.
5044         (fms<mode>4) New.
5045         (*fms<mode>4_msub3) New.
5046         (*fms<mode>4_msub4) New.
5047         (fnma<mode>4) New.
5048         (*fnma<mode>4_nmadd3) New.
5049         (*fnma<mode>4_nmadd4) New.
5050         (fnms<mode>4) New.
5051         (*fnms<mode>4_nmsub3) New.
5052         (*fnms<mode>4_nmsub4) New.
5053         (*madd4<mode>) Modify to be unfused only.
5054         (*msub4<mode>) Modify to be unfused only.
5055         (*nmadd4<mode>) Modify to be unfused only.
5056         (*nmsub4<mode>) Modify to be unfused only.
5057         (*madd3<mode>) Remove.
5058         (*msub3<mode>) Remove.
5059         (*nmadd3<mode>) Remove.
5060         (*nmsub3<mode>) Remove.
5061         (*nmadd3<mode>_fastmath) Remove.
5062         (*nmsub3<mode>_fastmath) Remove.
5063         (*nmadd4<mode>_fastmath) Update condition.
5064         (*nmsub4<mode>_fastmath) Update condition.
5066 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
5068         PR target/65956
5069         * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
5070         alignment attribute, exploring one level down for records and arrays.
5072 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
5074         * config/i386/i386.md (extv<mode>): Rename from extv.  Use SWI24
5075         modes for operands 0 and 1.  Use SImode for operands 2 and 3.
5076         Copy operand 1 to a temporary if !ext_register_operand.  Remove
5077         ancient extract_bit_field workaround.
5078         (*extv<mode>): Rename from *mov<mode>_extv_1.
5079         (*extvqi): Rename from *movqi_extv_1.
5080         (extzv<mode>): Rename from extzv.  Use SWI248 modes for
5081         operands 0 and 1.  Use SImode for operands 2 and 3. Copy operand 1
5082         to a temporary if !ext_register_operand.  Remove ancient
5083         extract_bit_field workaround.
5084         (*extzv<mode>): Rename from *mov<mode>_extzv_1.
5085         (*extzvqi): Rename from *movqi_extzv_2.
5086         (*testqi_ext_3): Remove modes from const_int_operand predicated
5087         operands.  Add "n" constraint.
5088         (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
5089         operand.  Add "J" constraint.
5090         (*btsq, *btrq, *btcq peephole2s): Remove mode from
5091         const_0_to_63 predicated operand.
5092         (regmode): New insn attribute.
5093         (*bt<mode>): Use SImode for operand 1.  Change operand 1 predicate
5094         to nonmemory_operand.  Use regmode insn attribute.
5095         (*jcc_bt<mode>_1): Convert operand 2 to SImode.
5096         (*jcc_bt<mode>_mask): Remove mode from operand 3.
5097         (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
5098         (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
5099         operands.  Use "N" constraint instead of "n".
5101 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
5103         * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
5105 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
5107         PR target/66749
5108         * config/i386/i386.c (iamcu_cost): New.
5109         (m_IAMCU): Likewise.
5110         (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
5111         (processor_target_table): Add an entry for "iamcu".
5112         (processor_alias_table): Likewise.
5113         (ix86_issue_rate): Handle PROCESSOR_IAMCU.
5114         (ix86_adjust_cost): Likewise.
5115         (ia32_multipass_dfa_lookahead): Likewise.
5116         * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
5117         * config/i386/x86-tune.def: Updated for m_IAMCU.
5119 2015-07-06  Richard Biener  <rguenther@suse.de>
5121         PR tree-optimization/66772
5122         * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
5123         values are available in the PHI node BB when there are
5124         still unexecutable edges.
5126 2015-07-06  Richard Biener  <rguenther@suse.de>
5128         PR tree-optimization/66767
5129         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
5130         Make sure to build the alignment test on a SSA name without
5131         final alignment info valid only if the alignment test
5132         evaluates to true.
5134 2015-07-06  Bernd Schmidt  <bernds@codesourcery.com>
5136         PR target/66620
5137         * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
5138         loop start when inserting LSETUP.
5140 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
5142         PR target/53383
5143         * config/i386/i386.c (ix86_option_override_internal): Allow
5144         -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
5146 2015-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5148         * read-md.c (decimal_string): Rename to ...
5149         (md_decimal_string): ... this.
5150         (handle_enum): Reflect this.
5152 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5154         PR target/66731
5155         * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
5157 2015-07-06  Richard Biener  <rguenther@suse.de>
5159         PR middle-end/66759
5160         * match.pd: Add missing constraint of y to REAL_CST in
5161         REAL_CST - x CMP y to y - CST CMP x simplification.
5163 2015-07-06  Eric Botcazou  <ebotcazou@adacore.com>
5165         PR tree-optimization/66757
5166         * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
5168 2015-07-05  Chung-Lin Tang  <cltang@codesourcery.com>
5169             Sandra Loosemore <sandra@codesourcery.com>
5171         * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
5172         Delete extern declaration.
5173         (gprel_constant_p): Add extern declaration.
5174         * config/nios2/constraints.md ("S"): Use gprel_constant_p
5175         instead of nios2_symbol_ref_in_small_data_p.
5176         * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
5177         (nios2_symbol_ref_in_small_data_p): Make static.
5178         (gprel_constant_p): Make non-static.
5180 2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
5182         * doc/fragments.texi (Target Fragment): Convert debian.org
5183         link to use https.
5184         * doc/install.texi (Configuration): Ditto.
5186 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
5188         PR tree-optimization/66718
5189         * tree-vect-stmts.c (vectorizable_call): Replace uses of
5190         GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
5192         PR tree-optimization/66718
5193         * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
5194         vectorizable_load, vectorizable_condition): Move vectype,
5195         nunits, ncopies computation after checking what kind of statement
5196         stmt is.
5198 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5200         * target-insns.def (extv, extzv, insv): New targetm instruction
5201         patterns.
5202         * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
5203         interface.
5204         * recog.c (simplify_while_replacing): Likewise.
5206 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5208         * target-insns.def (doloop_begin, doloop_end): New targetm
5209         instruction patterns.
5210         * loop-init.c: Include target.h.
5211         (pass_loop2::gate): Use the new targetm patterns instead of
5212         HAVE_*/gen_* interface.
5213         (pass_rtl_doloop::gate): Likewise.
5214         (pass_rtl_doloop::execute): Remove preprocessor condition.
5215         * hw-doloop.c: Build unconditionally.
5216         * loop-doloop.c: Likewise.
5217         (doloop_optimize): Use the new targetm patterns instead of
5218         HAVE_*/gen_* interface.
5219         (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
5220         * modulo-sched.c (doloop_register_get): Likewise.
5222 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5224         * target-insns.def (clear_cache): New targetm instruction pattern.
5225         * builtins.c (expand_builtin___clear_cache): Use it instead of
5226         HAVE_*/gen_* interface.
5228 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5230         * target-insns.def (allocate_stack, check_stack, probe_stack)
5231         (probe_stack_address, split_stack_prologue, split_stack_space_check):
5232         New targetm instruction patterns.
5233         * explow.c (allocate_dynamic_stack_space): Use them instead of
5234         HAVE_*/gen_* interface.
5235         (emit_stack_probe): Likewise.
5236         (probe_stack_range): Likewise.
5237         * function.c (thread_prologue_and_epilogue_insns): Likewise.
5239 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5241         * target-insns.def (stack_protect_set, stack_protect_test): New
5242         targetm instruction patterns.
5243         * cfgexpand.c (stack_protect_prologue): Use them instead of
5244         HAVE_*/gen_* interface.
5245         * function.c (stack_protect_epilogue): Likewise.
5247 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5249         * expr.h (gen_move_insn_uncast): Delete.
5250         * expr.c (gen_move_insn_uncast): Delete.
5252 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5254         * target-insns.def (restore_stack_block, restore_stack_function)
5255         (restore_stack_nonlocal, save_stack_block, save_stack_function)
5256         (save_stack_nonlocal): New targetm instruction patterns.
5257         * builtins.c (expand_builtin_apply): Use them instead of
5258         HAVE_*/gen_* interface.
5259         * explow.c (emit_stack_save, emit_stack_restore): Likewise.
5261 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5263         * target-insns.def (trap): New targetm instruction pattern.
5264         * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
5265         interface.
5266         * explow.c (allocate_dynamic_stack_space): Likewise.
5267         * ifcvt.c (find_if_header): Likewise.
5269 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5271         * target-insns.def (prefetch): New targetm instruction pattern.
5272         * tree-ssa-loop-prefetch.c: Include targeth.
5273         (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
5274         of HAVE_*/gen_* interface.
5275         * builtins.c (expand_builtin_prefetch): Likewise.
5276         * toplev.c (process_options): Likewise.
5278 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5280         * target-insns.def (untyped_call, untyped_return): New targetm
5281         instruction patterns.
5282         * builtins.c (expand_builtin_apply): Use them instead of
5283         HAVE_*/gen_* interface.
5284         (result_vector): Define unconditionally.
5286 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5288         * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
5289         (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
5290         (nonlocal_goto_receiver): New targetm instruction patterns.
5291         * builtins.c (expand_builtin_setjmp_setup): Use them instead
5292         of HAVE_*/gen_* interface.
5293         (expand_builtin_setjmp_receiver): Likewise.
5294         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
5295         * except.c (expand_dw2_landing_pad_for_region): Likewise.
5297 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
5299         * target.def: Add code_for_* hooks.
5300         * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
5301         * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
5302         * target-insns.def (casesi, tablejump): New targetm instruction
5303         patterns.
5304         * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
5305         (do_tablejump): Likewise.
5306         * stmt.c (expand_switch_as_decision_tree_p): Likewise.
5307         (expand_sjlj_dispatch_table): Likewise.
5308         * targhooks.c (default_case_values_threshold): Likewise.
5310 2015-07-04  Sandra Loosemore  <sandra@codesourcery.com>
5312         * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
5313         Use rtx_insn * instead of rtx.
5314         (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
5315         (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
5316         (nios2_call_tls_get_addr): Likewise.
5317         (nios2_emit_expensive_div): Likewise.
5318         (nios2_emit_move_sequence): Change return type to bool.
5319         * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
5320         Change return type to bool.
5322 2015-07-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5324         PR target/66747
5325         * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
5327 2015-07-04  John David Anglin  <danglin@gcc.gnu.org>
5329         PR target/66114
5330         * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
5331         of register_operand.  Remove constraint.
5333 2015-07-04  Marc Glisse  <marc.glisse@inria.fr>
5335         * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
5336         the first argument.
5338 2015-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
5340         * attribs.c (decl_attributes): Guard inform with the return value
5341         of the preceding warning.
5343 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
5345         * doc/invoke.texi (moverride): Move to correct section.
5347 2015-07-03  Richard Biener  <rguenther@suse.de>
5349         * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
5350         Copy from tree.c
5351         (dt_operand::gen_gimple_expr): After valueizing operands
5352         re-canonicalize operand order for commutative tree codes.
5354 2015-07-03  H.J. Lu  <hongjiu.lu@intel.com>
5356         PR target/66746.
5357         * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
5358         is defined.
5359         (__crc32w): Likewise.
5360         (__crc32d): Likewise.
5361         (__rdpmc): Likewise.
5362         (__rdtscp): Likewise.
5363         (_rdpmc): Likewise.
5364         (_rdtscp): Likewise.
5365         * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
5366         is defined.
5368 2015-07-03  Richard Biener  <rguenther@suse.de>
5370         * fold-const.c (fold_mathfn_compare): Remove.
5371         (fold_inf_compare): Likewise.
5372         (fold_comparison): Move floating point comparison simplifications...
5373         * match.pd: ... to patterns here.  Introduce simple_comparisons
5374         operator list and use it for patterns formerly in fold_comparison.
5376 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
5378         PR tree-optimization/66119
5379         * toplev.c (process_options): Don't set up default values for
5380         the sra_max_scalarization_size_{speed,size} parameters.
5381         * tree-sra (analyze_all_variable_accesses): If no values
5382         have been set for the sra_max_scalarization_size_{speed,size}
5383         parameters, call get_move_ratio to get target defaults.
5385 2015-07-03  Richard Biener  <rguenther@suse.de>
5387         * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
5388         * match.pd: ... here.
5390 2015-07-03  Gerald Pfeifer  <gerald@pfeifer.com>
5392         PR target/37072
5393         * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
5394         is not actually the default on FreeBSD.
5396 2015-07-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5398         * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
5399         definition.
5400         (CMPGE_8HI): Likewise.
5401         (CMPGE_4SI): Likewise.
5402         (CMPGE_2DI): Likewise.
5403         (CMPGE_U16QI): Likewise.
5404         (CMPGE_U8HI): Likewise.
5405         (CMPGE_U4SI): Likewise.
5406         (CMPGE_U2DI): Likewise.
5407         (CMPLE_16QI): Likewise.
5408         (CMPLE_8HI): Likewise.
5409         (CMPLE_4SI): Likewise.
5410         (CMPLE_2DI): Likewise.
5411         (CMPLE_U16QI): Likewise.
5412         (CMPLE_U8HI): Likewise.
5413         (CMPLE_U4SI): Likewise.
5414         (CMPLE_U2DI): Likewise.
5415         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5416         overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
5417         ALTIVEC_BUILTIN_VEC_CMPLE.
5418         * config/rs6000/vector.md (vector_ge<mode>): Restrict to
5419         floating-point vector modes.
5420         (vector_nlt<mode>): New define_expand.
5421         (vector_nltu<mode>): Likewise.
5422         (vector_ngt<mode>): Likewise.
5423         (vector_ngtu<mode>): Likewise.
5425 2015-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
5427         PR rtl-optimization/66706
5428         * combine.c (make_compound_operation): If an AND of SUBREG of
5429         LSHIFTRT does not simplify, see if just the AND of SUBREG does.
5431 2015-07-02  Alan Lawrence  <alan.lawrence@arm.com>
5433         * tree-pass.h (make_pass_ch_vect): New.
5434         * passes.def: Add pass_ch_vect just before pass_if_conversion.
5436         * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
5437         pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
5438         make_pass_ch_vect): New.
5439         (pass_ch): Extend ch_base.
5441         (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
5442         (ch_base::copy_headers): ...here.
5444 2015-07-02  Richard Biener  <rguenther@suse.de>
5446         * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
5447         * fold-const.c (get_pointer_modulus_and_residue): Remove.
5448         (fold_binary_loc): Implement (T)ptr & CST in terms of
5449         get_pointer_alignment_1.
5450         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
5451         Make sure to build the alignment test on a SSA name without
5452         final alignment info valid only after the prologue.
5454 2015-07-02  Hans-Peter Nilsson  <hp@axis.com>
5456         * config/cris/cris.md ("epilogue"): Remove condition.
5457         ("prologue"): Ditto.
5459 2015-07-02  Richard Biener  <rguenther@suse.de>
5461         * tree-ssa-dom.c (build_and_record_new_cond): Add optional
5462         parameter to record a condition that is false.
5463         (record_conditions): When recording an extra NE_EXPR that is
5464         true also record a EQ_EXPR that is false.
5466 2015-07-02  Bin Cheng  <bin.cheng@arm.com>
5468         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
5469         (tree_ssa_iv_optimize_init): Initialize iv_obstack.
5470         (alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
5471         (set_iv, find_interesting_uses_address, add_candidate_1): New
5472         argument to alloc_iv.
5473         (find_interesting_uses_op, find_interesting_uses_cond): Don't
5474         duplicate struct iv.
5475         (free_loop_data): Don't free struct iv explicitly.
5476         (tree_ssa_iv_optimize_finalize): Free iv_obstack.
5478 2015-07-01  DJ Delorie  <dj@redhat.com>
5480         * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
5481         (LIB_SPEC): Add.
5482         (SUPPORTS_DISCRIMINATOR): Define.
5484 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
5486         PR bootstrap/66685
5487         * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
5488         there are no CALLs in the same pattern.
5490 2015-07-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5492         PR rtl-optimization/61047
5493         * rtlanal.c (get_initial_register_offset): New function.
5494         (rtx_addr_can_trap_p_1): Check offsets of stack references.
5496 2015-07-01  Richard Biener  <rguenther@suse.de>
5498         * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
5499         X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
5500         ~X CMP C -> X CMP' ~C to ...
5501         * match.pd: ... patterns here.
5503 2015-07-01  Nick Clifton  <nickc@redhat.com>
5505         * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
5506         a 16-bit value into a 20-bit memory slot.
5508 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
5510         * doc/sourcebuild.texi (AArch64-specific attributes): Document
5511         "aarch64_tiny", "aarch64_small", "aarch64_large",
5512         "aarch64_little_endian", "aarch64_big_endian".
5514 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
5516         * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
5517         Document "aarch64_small_fpic".
5519 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
5521         * configure.ac: Add check for aarch64 assembler -fpic relocation
5522         modifier support.
5523         * configure: Regenerate.
5524         * config.in: Regenerate.
5525         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
5526         to -fPIC if not support of -fpic relocation modifier in assembler.
5528 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
5530         PR bootstrap/66685
5531         * rtl.c (classify_insn): Handle returns in PARALLELs.
5533 2015-07-01  Eric Botcazou  <ebotcazou@adacore.com>
5535         PR middle-end/66633
5536         * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
5537         to true if the function is nested and if not optimizing.
5538         (convert_local_omp_clauses): Initialize need_frame to true if the
5539         function contains nested functions and if not optimizing.
5541 2015-07-01  Richard Biener  <rguenther@suse.de>
5543         * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
5544         (X & Y) ^ Y -> ~X & Y transforms to ...
5545         * match.pd: ... here.
5547 2015-07-01  Richard Biener <rguenther@suse.de>
5549         * genmatch.c (expr::gen_transform): Shortcut re-simplifying
5550         of converts to avoid uninteresting noise from the conversion
5551         simplifying patterns.
5553 2015-06-30  Sandra Loosemore <sandra@codesourcery.com>
5555         * config/c6x/c6x.c (try_rename_operands): Do not depend on
5556         gcc_assert evaluating its argument for side-effect.
5558 2015-06-30  Kaz Kojima  <kkojima@gcc.gnu.org>
5560         PR target/64833
5561         * config/sh/sh.md (casesi_worker_1): Set length to 8 when
5562         flag_pic is set.
5564 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
5566         * lto-streamer-out.c (class DFS): Adjust hash_scc method.
5567         (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
5568         (hash_scc): Add this_ref_p and ref_p parameters and pass them
5569         to the inner DFS walk.
5571 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
5573         * target-insns.def (jump): New targetm instruction pattern.
5574         * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
5575         instead of gen_jump.
5576         (fix_up_crossing_landing_pad): Likewise.
5577         (add_labels_and_missing_jumps): Likewise.
5578         (fix_crossing_conditional_branches): Likewise.
5579         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
5580         (force_nonfallthru_and_redirect): Likewise.
5581         * cse.c (cse_insn): Likewise.
5582         * expmed.c (expand_divmod): Likewise.
5583         * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
5584         * haifa-sched.c (init_before_recovery): Likewise.
5585         (sched_create_recovery_edges): Likewise.
5586         * ifcvt.c (find_cond_trap): Likewise.
5587         * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
5588         (expand_float, expand_fix): Likewise.
5589         * stmt.c (emit_jump): Likewise.
5591 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
5593         * defaults.h (HAVE_load_multiple, gen_load_multiple)
5594         (HAVE_store_multiple, gen_store_multiple): Delete.
5595         * target-insns.def (load_multiple, store_multiple): New targetm
5596         instruction patterns.
5597         * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
5598         of HAVE_*/gen_* interface.
5600 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
5602         * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
5603         (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
5604         (gen_mem_signal_fence): Delete.
5605         * target-insns.def (mem_signal_fence, mem_thread_fence)
5606         (memory_barrier): New targetm instruction patterns.
5607         * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
5608         interface.
5609         (expand_mem_signal_fence): Likewise.
5611 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
5613         * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
5614         * target-insns.def (epilogue, prologue, sibcall_prologue): New
5615         targetm instruction patterns.
5616         * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
5617         interface.
5618         * calls.c (expand_call): Likewise.
5619         * cfgrtl.c (cfg_layout_finalize): Likewise.
5620         * df-scan.c (df_get_entry_block_def_set): Likewise.
5621         (df_get_exit_block_use_set): Likewise.
5622         * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
5623         * final.c (final_start_function): Likewise.
5624         * function.c (thread_prologue_and_epilogue_insns): Likewise.
5625         (reposition_prologue_and_epilogue_notes): Likewise.
5626         * reorg.c (find_end_label): Likewise.
5627         * toplev.c (process_options): Likewise.
5629 2015-06-30  David Malcolm  <dmalcolm@redhat.com>
5631         * typed-splay-tree.h: New file.
5633 2015-06-30  Vladimir Makarov  <vmakarov@redhat.com>
5635         PR debug/66691
5636         * lra-int.h (lra_substitute_pseudo): Add a parameter.
5637         (lra_substitute_pseudo_within_insn): Ditto.
5638         * lra.c (lra_substitute_pseudo): Add a parameter.  Simplify subreg
5639         of constant.
5640         (lra_substitute_pseudo_within_insn): Add a parameter.  Transfer it
5641         to lra_substitute_pseudo.
5642         * lra-lives.c (process_bb_lives): Add an argument to
5643         lra_substitute_pseudo_within_insn call.
5644         * lra-constraints.c (inherit_reload_reg, split_reg): Add an
5645         argument to lra_substitute_pseudo and
5646         lra_substitute_pseudo_within_insn calls.
5647         (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
5649 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
5651         * configure: Regenerated.
5653 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
5655         * config.gcc: Support i[34567]86-*-elfiamcu target.
5656         * config/i386/iamcu.h: New.
5657         * config/i386/i386.opt: Add -miamcu.
5658         * doc/invoke.texi: Document -miamcu.
5659         * common/config/i386/i386-common.c  (ix86_handle_option): Turn
5660         off x87/MMX/SSE/AVX codegen for -miamcu.
5661         * config/i386/i386-c.c (ix86_target_macros_internal): Define
5662         __iamcu/__iamcu__ for -miamcu.
5663         * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
5664         to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
5665         (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
5666         * config/i386/i386.c (ix86_option_override_internal): Ignore and
5667         warn -mregparm for Intel MCU.  Turn on -mregparm=3 for Intel
5668         MCU by default.  Default long double to 64-bit for Intel MCU.
5669         Turn on -freg-struct-return for Intel MCU.  Issue an error when
5670         -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
5671         AVX is turned on.
5672         (function_arg_advance_32): Pass value whose size is no larger
5673         than 8 bytes in registers for Intel MCU.
5674         (function_arg_32): Likewise.
5675         (ix86_return_in_memory): Return value whose size is no larger
5676         than 8 bytes in registers for Intel MCU.
5677         (iamcu_alignment): New function.
5678         (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
5679         true.
5680         (ix86_local_alignment): Don't increase alignment for Intel MCU.
5681         (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
5682         true.
5684 2015-06-30  Marek Polacek  <polacek@redhat.com>
5686         * match.pd (X - (X / Y) * Y): Use convert1 and convert2.  Convert
5687         both operands of the resulting expression.
5689         * match.pd (~x | x): Don't use tree_nop_conversion_p.  Build
5690         the final expression with the operand's type and then convert
5691         it to the type of the expression.
5693 2015-06-30  Richard Biener  <rguenther@suse.de>
5695         * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
5696         ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
5697         (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
5698         * match.pd: ... to patterns here.
5700 2015-06-30  Richard Biener  <rguenther@suse.de>
5702         PR tree-optimization/66704
5703         * tree-vect-data-refs.c (vect_setup_realignment): Use
5704         make_ssa_name for non-SSA name source.
5706 2015-06-30  Jakub Jelinek  <jakub@redhat.com>
5708         PR middle-end/66702
5709         * omp-low.c (simd_clone_adjust): Handle addressable linear
5710         or uniform parameters or non-gimple type uniform parameters.
5712 2015-06-30  Richard Biener  <rguenther@suse.de>
5714         * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
5715         ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
5716         ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
5717         * match.pd: ... here.
5718         Add a few cases of A - B -> A + (-B) when B "easily" negates.
5719         Move (x & y) | x -> x and friends before
5720         (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
5722 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
5724         * config/sparc/leon.md (leon_load): Enable for all LEON variants if
5725         -mfix-ut699 is not specified.
5726         (leon3_load): Rename into...
5727         (ut699_load): ...this.  Enable for all LEON variants if -mfix-ut699
5728         is specified.
5730 2015-06-30  Marek Polacek  <polacek@redhat.com>
5732         * fold-const.c (fold_binary_loc): Move ~X | X folding ...
5733         * match.pd: ... here.
5735 2015-06-30  Richard Biener  <rguenther@suse.de>
5737         * target-insns.def (canonicalize_funcptr_for_compare): Add.
5738         * fold-const.c (build_range_check): Replace uses of
5739         HAVE_canonicalize_funcptr_for_compare.
5740         (fold_widened_comparison): Likewise.
5741         (fold_sign_changed_comparison): Likewise.
5742         * dojump.c: Include "target.h".
5743         (do_compare_and_jump): Replace uses of
5744         HAVE_canonicalize_funcptr_for_compare and
5745         gen_canonicalize_funcptr_for_compare.
5746         * expr.c (do_store_flag): Likewise.
5748 2015-06-30  Tom de Vries  <tom@codesourcery.com>
5750         PR tree-optimization/66652
5751         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
5752         max_loop_iterations to determine if nit + 1 overflows.
5754 2015-06-30  Richard Biener  <rguenther@suse.de>
5756         * tree-vrp.c (register_edge_assert_for_2): Also register
5757         asserts for dominating conversion results.
5759 2015-06-30  Bin Cheng  <bin.cheng@arm.com>
5761         * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
5762         field in struct iv.
5764 2015-06-29  Jack Howarth  <howarth.at.gcc@gmail.com>
5766         PR target/66509
5767         * configure.ac: Fix filds and fildq test for 64-bit.
5768         * configure: Regenerated.
5770 2015-06-29  Nathan Sidwell  <nathan@codesourcery.com>
5772         * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
5773         (nvptx_reorg): Here.  Keep the non-subreg pieces.
5775 2015-06-29  H.J. Lu  <hongjiu.lu@intel.com>
5777         * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
5778         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
5780 2015-06-29  Uros Bizjak  <ubizjak@gmail.com>
5782         * config/i386/i386.md (*jcc_1): Use %! in asm template.
5783         Set attribute "length_nobnd" instead of "length".
5784         (*jcc_2): Ditto.
5785         (jump): Ditto.
5786         (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
5788 2015-06-29  Sandra Loosemore  <sandra@codesourcery.com>
5790         * config/nios2/nios2.c (nios2_delegitimize_address): Make
5791         assert less restrictive.
5793 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5795         PR fortran/66605
5796         * cgraphunit.c (cgraph_node::finalize_function): Do not call
5797         do_warn_unused_parameter.
5798         * function.c (do_warn_unused_parameter): Move from here.
5799         * function.h (do_warn_unused_parameter): Do not declare.
5801 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
5803         PR target/65697
5804         * gcc.target/arm/armv-sync-comp-swap.c: New.
5805         * gcc.target/arm/armv-sync-op-acquire.c: New.
5806         * gcc.target/arm/armv-sync-op-full.c: New.
5807         * gcc.target/arm/armv-sync-op-release.c: New.
5809 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
5811         PR target/65697
5812         * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
5813         initial acquire barrier with final barrier.
5815 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
5817         PR target/65697
5818         * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
5819         initial acquire barrier with final barrier.
5821 2015-06-29  Richard Henderson  <rth@redhat.com>
5823         * config/i386/constraints.md (Bf): New constraint.
5824         * config/i386/i386-c.c (ix86_target_macros): Define
5825         __GCC_ASM_FLAG_OUTPUTS__.
5826         * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
5827         as flags outputs.
5828         * doc/extend.texi (FlagOutputOperands): Document them.
5830 2015-06-29  Jiong Wang  <jiong.wang@arm.com>
5832         * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
5833         * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
5834         unspec name.
5835         (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
5836         * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
5837         SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
5838         (aarch64_symbol_context): Ditto.
5839         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
5840         and use new pattern name.
5841         (aarch64_expand_mov_immediate): Ditto.
5842         (aarch64_print_operand): Ditto.
5843         (aarch64_classify_tls_symbol): Ditto.
5845 2015-06-29  Marek Polacek  <polacek@redhat.com>
5846             Marc Glisse  <marc.glisse@inria.fr>
5848         * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
5849         * match.pd: ... pattern here.
5851 2015-06-29  Tom de Vries  <tom@codesourcery.com>
5853         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
5854         function structure.
5856 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
5858         * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
5859         feature description, split out the native option, add a link to
5860         the feature documentation, rearrange and slightly rewrite text.
5861         (Aarch64 options, -mcpu): Likewise.
5862         (Aarch64 options, Feature Modifiers): Add an anchor.  Mention
5863         +rdma implies Adv. SIMD.
5865 2015-06-29  Marek Polacek  <polacek@redhat.com>
5867         PR c/66322
5868         * function.c (stack_protect_epilogue): Remove a cast to int.
5869         * doc/invoke.texi: Update -Wswitch-bool description.
5871 2015-06-29  Richard Biener  <rguenther@suse.de>
5873         * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
5874         * fold-const.c (fold_binary_loc): Move &A - &B simplification
5875         via ptr_difference_const ...
5876         * match.pd: ... here.
5877         When matching (X ^ Y) == Y also match with swapped operands.
5879 2015-06-29  Richard Biener  <rguenther@suse.de>
5881         * lto-streamer.h (LTO_major_version): Bump to 5.
5883 2015-06-29  Richard Biener  <rguenther@suse.de>
5885         PR tree-optimization/66677
5886         * tree-vect-stmts.c (vect_transform_stmt): Make assert about
5887         STMT_VINFO_VEC_STMT clobbering less strict.
5889 2015-06-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
5891         PR middle-end/64130
5892         * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
5893         division, compute max and min when value ranges for dividend and
5894         divisor are available.
5896 2015-06-28  Chung-Lin Tang <cltang@codesourcery.com>
5897             Sandra Loosemore <sandra@codesourcery.com>
5899         * regrename.h (regrename_do_replace): Change to return bool.
5900         * regrename.c (rename_chains): Check return value of
5901         regname_do_replace.
5902         (regrename_do_replace): Re-validate the modified insns and
5903         return bool status.
5904         * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
5905         Update to match rename_chains changes.
5906         * config/c6x/c6x.c (try_rename_operands): Assert that
5907         regrename_do_replace returns true.
5909 2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
5911         * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
5912         operand 2 here.  Use copy_addr_to_reg to copy non-index
5913         register operand 2 to a temporary.
5914         (<mode>_stx): Ditto for operand 1.
5915         (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
5916         * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
5917         (ix86_store_bounds): Ditto.
5919 2015-06-27  Patrick Palka  <ppalka@gcc.gnu.org>
5921         * print-tree.c (print_node) [TREE_VEC]: Print its length.
5923 2015-06-26  Andrew MacLeod  <amacleod@redhat.com>
5925         * gimple.c (gimple_call_set_fndecl): Remove.
5926         * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
5927         build1_loc directly instead of build_fold_addr_expr_loc.
5929 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
5931         * hash-map.h (hash_map::traverse): Use the definition of the
5932         Key typedef rather than the typedef itself.
5934 2015-06-26  Martin Jambor  <mjambor@suse.cz>
5936         PR debug/66301
5937         * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
5938         NULL instead of calling dump_enabled_p.
5940 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
5942         * config/aarch64/aarch64.opt: (override): New.
5943         * doc/invoke.texi (override): Document.
5944         * config/aarch64/aarch64.c (aarch64_flag_desc): New
5945         (aarch64_fusible_pairs): Likewise.
5946         (aarch64_tuning_flags): Likewise.
5947         (aarch64_tuning_override_function): Likewise.
5948         (aarch64_tuning_override_functions): Likewise.
5949         (aarch64_parse_one_option_token): Likewise.
5950         (aarch64_parse_boolean_options): Likewise.
5951         (aarch64_parse_fuse_string): Likewise.
5952         (aarch64_parse_tune_string): Likewise.
5953         (aarch64_parse_one_override_token): Likewise.
5954         (aarch64_parse_override_string): Likewise.
5955         (aarch64_override_options): Parse the -override string if it
5956         is present.
5958 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
5960         * config/aarch64/aarch64-protos.h (tune_params): Remove
5961         const from members.
5962         (aarch64_tune_params): Remove const, change to no longer be
5963         a pointer.
5964         * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
5965         change to no longer be a pointer, initialize to generic_tunings.
5966         (aarch64_min_divisions_for_recip_mul): Change dereference of
5967         aarch64_tune_params to member access.
5968         (aarch64_reassociation_width): Likewise.
5969         (aarch64_rtx_mult_cost): Likewise.
5970         (aarch64_address_cost): Likewise.
5971         (aarch64_branch_cost): Likewise.
5972         (aarch64_rtx_costs): Likewise.
5973         (aarch64_register_move_cost): Likewise.
5974         (aarch64_memory_move_cost): Likewise.
5975         (aarch64_sched_issue_rate): Likewise.
5976         (aarch64_builtin_vectorization_cost): Likewise.
5977         (aarch64_override_options): Take a copy of the selected tuning
5978         struct in to aarch64_tune_params, rather than just setting
5979         a pointer, change dereferences of aarch64_tune_params to member
5980         accesses.
5981         (aarch64_override_options_after_change): Change dereferences of
5982         aarch64_tune_params to member access.
5983         (aarch64_macro_fusion_p): Likewise.
5984         (aarch_macro_fusion_pair_p): Likewise.
5985         * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
5987 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
5989         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
5990         (aarch64_tune_flags): Likewise.
5991         (AARCH64_TUNE_FMA_STEERING): Likewise.
5992         * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
5993         to AARCH64_FL_USE_FMA_STEERING_PASS.
5994         (cortex-a57.cortex-a53): Likewise.
5995         (cortex-a72): Use cortexa72_tunings.
5996         (cortex-a72.cortex-a53): Likewise.
5997         (exynos-m1): Likewise.
5998         * config/aarch64/aarch64-protos.h (tune_params): Add
5999         a field: extra_tuning_flags.
6000         * config/aarch64/aarch64-tuning-flags.def: New.
6001         * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
6002         (aarch64_extra_tuning_flags): Likewise.
6003         (aarch64_tune_params): Declare here.
6004         * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
6005         (cortexa53_tunings): Likewise.
6006         (cortexa57_tunings): Likewise.
6007         (thunderx_tunings): Likewise.
6008         (xgene1_tunings): Likewise.
6009         (cortexa72_tunings): New.
6010         * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
6011          (gate): Check against aarch64_tune_params.
6012         * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
6013         aarch64-protos.h.
6015 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
6017         * config/aarch64/aarch64-fusion-pairs.def: New.
6018         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
6019         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
6020         aarch64_fusion_pairs.
6021         (AARCH64_FUSE_MOV_MOVK): Likewise.
6022         (AARCH64_FUSE_ADRP_ADD): Likewise.
6023         (AARCH64_FUSE_MOVK_MOVK): Likewise.
6024         (AARCH64_FUSE_ADRP_LDR): Likewise.
6025         (AARCH64_FUSE_CMP_BRANCH): Likewise.
6027 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
6029         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
6030         SYMBOL_SMALL_GOT_28K.
6031         * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
6032         relocation modifiers.
6033         (unspec): New enum "UNSPEC_GOTMALLPIC28K.
6034         (ldr_got_small_28k_<mode>): New.
6035         (ldr_got_small_28k_sidi): New.
6036         * config/aarch64/iterators.md (got_modifier): New mode iterator.
6037         * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
6038         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
6039         SYMBOL_SMALL_GOT_28K.
6040         (aarch64_rtx_costs): Add costs for new instruction sequences.
6041         (initialize_aarch64_code_model): Initialize new model.
6042         (aarch64_classify_symbol): Recognize new model and new symbol classification.
6043         (aarch64_asm_preferred_eh_data_format): Support new model.
6044         (aarch64_load_symref_appropriately): Generate new instruction
6045         sequences for -fpic.
6046         (TARGET_USE_PSEUDO_PIC_REG): New definition.
6047         (aarch64_use_pseudo_pic_reg): New function.
6049 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
6051         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
6052         SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
6053         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
6054         (aarch64_expand_mov_immediate): Ditto.
6055         (aarch64_print_operand): Ditto.
6056         (aarch64_classify_symbol): Ditto.
6058 2015-06-26  Nathan Sidwell  <nathan@codesourcery.com>
6060         * config/nvptx/nvptx.md (call_operation): Remove unused variables.
6062 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
6064         PR bootstrap/66638
6065         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
6066         assertion failed.  Remove assertion itself.
6068 2015-06-26  Richard Biener  <rguenther@suse.de>
6070         * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
6071         and -A CMP CST -> A CMP -CST which is redundant with a pattern
6072         in match.pd.
6073         Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
6074         (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
6075         (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
6076         * match.pd: ... patterns here.
6078 2015-06-26  Marek Polacek  <polacek@redhat.com>
6080         * match.pd ((x | y) & ~(x & y) -> x ^ y,
6081         (x | y) & (~x ^ y) -> x & y): New patterns.
6083 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
6085         * rtl.h (emit): Add an optional boolean parameter to control
6086         whether barriers are emitted.
6087         * emit-rtl.c (emit): Likewise.
6088         * gensupport.c (get_emit_function): Return null rather than "emit".
6089         * genemit.c (gen_emit_seq): Handle the null return value.
6090         Don't emit barriers after the final instruction in the sequence.
6091         * gentarget-def.c (main): Don't emit barriers after the instruction.
6093 2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6095         * config/arm/arm.c (arm_output_multireg_pop): Fix use of
6096         TARGET_UNIFIED_ASM.
6098 2015-06-26  Richard Biener  <rguenther@suse.de>
6100         * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
6102 2015-06-26  Richard Biener  <rguenther@suse.de>
6104         * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
6105         irrespective on whether the inner operation has a single use
6106         of both off are constant.
6108 2015-06-26  Uros Bizjak  <ubizjak@gmail.com>
6109             Segher Boessenkool  <segher@kernel.crashing.org>
6111         PR target/66412
6112         * config/i386/i386.md (various splitters): Use shallow_copy_rtx
6113         before doing PUT_MODE or PUT_CODE on operands to avoid
6114         in-place RTX modification.
6116 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
6118         * gentarget-def.c (def_target_insn): Cast return of strtol to
6119         unsigned int.
6121 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
6123         * gimple.h (gimple_call_set_fn): Move inline function.
6124         * gimple.c (gimple_call_set_fn): Relocate here.
6126 2015-06-25  Oleg Endo  <olegendo@gcc.gnu.org>
6128         PR target/65979
6129         PR target/66611
6130         * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
6131         the replacement insn will work.
6133 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
6135         * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
6136         by default.
6138 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
6140         * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
6141         * cgraph.h: Include ipa-ref.h and plugin-api.h.
6142         (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
6143         (symtab_node::address_can_be_compared_p): Move function.
6144         * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
6145         definition here.
6146         * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
6147         * auto-profile.c: Likewise.
6148         * bb-reorder.c: Likewise.
6149         * builtins.c: Likewise.
6150         * calls.c: Likewise.
6151         * cfgexpand.c: Likewise.
6152         * cgraphbuild.c: Likewise.
6153         * cgraphclones.c: Likewise.
6154         * cgraphunit.c: Likewise.
6155         * combine.c: Likewise.
6156         * coverage.c: Likewise.
6157         * data-streamer-in.c: Likewise.
6158         * data-streamer-out.c: Likewise.
6159         * data-streamer.c: Likewise.
6160         * dbxout.c: Likewise.
6161         * dwarf2out.c: Likewise.
6162         * except.c: Likewise.
6163         * expr.c: Likewise.
6164         * final.c: Likewise.
6165         * fold-const.c: Likewise.
6166         * ggc-page.c: Likewise.
6167         * gimple-fold.c: Likewise.
6168         * gimple-iterator.c: Likewise.
6169         * gimple-pretty-print.c: Likewise.
6170         * gimple-streamer-in.c: Likewise.
6171         * gimple-streamer-out.c: Likewise.
6172         * gimple.c: Likewise.
6173         * gimplify.c: Likewise.
6174         * ipa-chkp.c: Likewise.
6175         * ipa-comdats.c: Likewise.
6176         * ipa-cp.c: Likewise.
6177         * ipa-devirt.c: Likewise.
6178         * ipa-icf-gimple.c: Likewise.
6179         * ipa-icf.c: Likewise.
6180         * ipa-inline-analysis.c: Likewise.
6181         * ipa-inline-transform.c: Likewise.
6182         * ipa-inline.c: Likewise.
6183         * ipa-polymorphic-call.c: Likewise.
6184         * ipa-profile.c: Likewise.
6185         * ipa-prop.c: Likewise.
6186         * ipa-pure-const.c: Likewise.
6187         * ipa-ref.c: Likewise.
6188         * ipa-reference.c: Likewise.
6189         * ipa-split.c: Likewise.
6190         * ipa-utils.c: Likewise.
6191         * ipa-visibility.c: Likewise.
6192         * ipa.c: Likewise.
6193         * langhooks.c: Likewise.
6194         * lto-cgraph.c: Likewise.
6195         * lto-compress.c: Likewise.
6196         * lto-opts.c: Likewise.
6197         * lto-section-in.c: Likewise.
6198         * lto-section-out.c: Likewise.
6199         * lto-streamer-in.c: Likewise.
6200         * lto-streamer-out.c: Likewise.
6201         * lto-streamer.c: Likewise.
6202         * omp-low.c: Likewise.
6203         * opts-global.c: Likewise.
6204         * passes.c: Likewise.
6205         * predict.c: Likewise.
6206         * print-tree.c: Likewise.
6207         * profile.c: Likewise.
6208         * ree.c: Likewise.
6209         * sanopt.c: Likewise.
6210         * stor-layout.c: Likewise.
6211         * symtab.c: Likewise.
6212         * toplev.c: Likewise.
6213         * trans-mem.c: Likewise.
6214         * tree-cfg.c: Likewise.
6215         * tree-chkp.c: Likewise.
6216         * tree-eh.c: Likewise.
6217         * tree-emutls.c: Likewise.
6218         * tree-inline.c: Likewise.
6219         * tree-nested.c: Likewise.
6220         * tree-parloops.c: Likewise.
6221         * tree-pretty-print.c: Likewise.
6222         * tree-profile.c: Likewise.
6223         * tree-sra.c: Likewise.
6224         * tree-ssa-alias.c: Likewise.
6225         * tree-ssa-live.c: Likewise.
6226         * tree-ssa-loop-ivcanon.c: Likewise.
6227         * tree-ssa-loop-ivopts.c: Likewise.
6228         * tree-ssa-pre.c: Likewise.
6229         * tree-ssa-sccvn.c: Likewise.
6230         * tree-ssa-strlen.c: Likewise.
6231         * tree-ssa-structalias.c: Likewise.
6232         * tree-streamer-in.c: Likewise.
6233         * tree-streamer-out.c: Likewise.
6234         * tree-streamer.c: Likewise.
6235         * tree-switch-conversion.c: Likewise.
6236         * tree-tailcall.c: Likewise.
6237         * tree-vect-data-refs.c: Likewise.
6238         * tree-vect-stmts.c: Likewise.
6239         * tree-vectorizer.c: Likewise.
6240         * tree.c: Likewise.
6241         * tsan.c: Likewise.
6242         * ubsan.c: Likewise.
6243         * value-prof.c: Likewise.
6244         * varasm.c: Likewise.
6245         * varpool.c: Likewise.
6246         * config/arm/arm.c: Likewise.
6247         * config/bfin/bfin.c: Likewise.
6248         * config/c6x/c6x.c: Likewise.
6249         * config/cris/cris.c: Likewise.
6250         * config/darwin-c.c: Likewise.
6251         * config/darwin.c: Likewise.
6252         * config/i386/i386.c: Likewise.
6253         * config/i386/winnt.c: Likewise.
6254         * config/microblaze/microblaze.c: Likewise.
6255         * config/mips/mips.c: Likewise.
6256         * config/rs6000/rs6000.c: Likewise.
6257         * config/rx/rx.c: Likewise.
6258         * config/s390/s390.c: Likewise.
6259         * config/tilegx/mul-tables.c: Likewise.
6261 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6263         * config/aarch64/aarch64.c, config/alpha/alpha.c,
6264         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
6265         config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
6266         config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
6267         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
6268         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
6269         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
6270         config/microblaze/microblaze.c, config/mips/mips.c,
6271         config/mmix/mmix.c, config/mn10300/mn10300.c,
6272         config/moxie/moxie.c, config/msp430/msp430.c,
6273         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
6274         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
6275         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
6276         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
6277         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
6278         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
6279         config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
6280         target-def.h include.
6281         * config/ft32/ft32.c: Likewise.  Fix misapplied hunk.
6283 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6285         * Makefile.in (TARGET_DEF): Add target-insns.def.
6286         (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
6287         (build/gentarget-def.o): New rule.
6288         (genprogrtl): Add target-def.
6289         * target-insns.def, gentarget-def.c: New files.
6290         * target.def: Add targetm.have_* and targetm.gen_* hooks,
6291         based on the contents of target-insns.def.
6292         * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
6293         (HAVE_return, gen_return): Delete.
6294         * target-def.h: Include insn-target-def.h.
6295         * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
6296         instead of direct calls.  Rely on them to do the appropriate assertions.
6297         * function.c (gen_return_pattern): Likewise.  Return an rtx_insn *.
6298         (convert_jumps_to_returns): Use targetm interface instead of
6299         direct calls.
6300         (thread_prologue_and_epilogue_insns): Likewise.
6301         * reorg.c (find_end_label, dbr_schedule): Likewise.
6302         * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
6303         * shrink-wrap.c (convert_to_simple_return): Likewise.
6304         (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
6306 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6308         * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
6309         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
6310         config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
6311         config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
6312         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
6313         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
6314         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
6315         config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
6316         config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
6317         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
6318         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
6319         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
6320         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
6321         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
6322         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
6323         config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
6324         includes to end.
6326 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6328         * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
6329         (unbounded_int_hashmap_traits::key_type): Likewise.
6330         * hash-map.h (hash_map): Get the key type from the traits.
6331         * hash-traits.h (default_hash_traits): By default, inherit from the
6332         template parameter.
6333         * alias.c (alias_set_traits): Delete.
6334         (alias_set_entry_d::children): Use alias_set_hash as the first
6335         template parameter.
6336         (record_alias_subset): Update accordingly.
6337         * except.c (tree_hash_traits): Delete.
6338         (type_to_runtime_map): Use tree_hash as the first template parameter.
6339         (init_eh): Update accordingly.
6340         * genmatch.c (capture_id_map_hasher): Delete.
6341         (cid_map_t): Use nofree_string_hash as first template parameter.
6342         * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
6343         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
6344         Use symbol_compare_hash as the first template parameter in
6345         subdivide_hash_map.
6346         * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
6347         (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
6348         template parameter.
6349         * passes.c (pass_registry_hasher): Delete.
6350         (name_to_pass_map): Use nofree_string_hash as the first template
6351         parameter.
6352         (register_pass_name): Update accordingly.
6353         * sanopt.c (sanopt_tree_map_traits): Delete.
6354         (sanopt_tree_triplet_map_traits): Delete.
6355         (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
6356         template parameter.
6357         (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
6358         the first template parameter.
6359         * sese.c (rename_map_hasher): Delete.
6360         (rename_map_type): Use tree_ssa_name_hash as the first template
6361         parameter.
6362         * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
6363         (function_summary::m_map): Use map_hash as the first template
6364         parameter.
6365         (function_summary::release): Update accordingly.
6366         * tree-if-conv.c (phi_args_hash_traits): Delete.
6367         (predicate_scalar_phi): Use tree_operand_hash as the first template
6368         parameter to phi_arg_map.
6369         * tree-inline.h (dependence_hasher): Delete.
6370         (copy_body_data::dependence_map): Use dependence_hash as the first
6371         template parameter.
6372         * tree-inline.c (remap_dependence_clique): Update accordingly.
6373         * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
6374         (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
6375         parameter.
6376         (addr_stridxptr): Update accordingly.
6377         * value-prof.c (profile_id_traits): Delete.
6378         (cgraph_node_map): Use profile_id_hash as the first template
6379         parameter.
6380         (init_node_map): Update accordingly.
6381         * config/alpha/alpha.c (string_traits): Delete.
6382         (machine_function::links): Use nofree_string_hash as the first
6383         template parameter.
6384         (alpha_use_linkage, alpha_write_linkage): Update accordingly.
6385         * config/m32c/m32c.c (pragma_traits): Delete.
6386         (pragma_htab): Use nofree_string_hash as the first template parameter.
6387         (m32c_note_pragma_address): Update accordingly.
6388         * config/mep/mep.c (pragma_traits): Delete.
6389         (pragma_htab): Use nofree_string_hash as the first template parameter.
6390         (mep_note_pragma_flag): Update accordingly.
6391         * config/mips/mips.c (mips16_flip_traits): Delete.
6392         (mflip_mips16_htab): Use nofree_string_hash as the first template
6393         parameter.
6394         (mflip_mips16_use_mips16_p): Update accordingly.
6395         (local_alias_traits): Delete.
6396         (mips16_local_aliases): Use nofree_string_hash as the first template
6397         parameter.
6398         (mips16_local_alias): Update accordingly.
6400 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6402         * hash-map-traits.h (default_hashmap_traits): Delete.
6404 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6406         * hash-map-traits.h (unbounded_hashmap_traits): New class.
6407         (unbounded_int_hashmap_traits): Likewise.
6408         * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
6410 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6412         * ipa-icf.h (symbol_compare_hash): New class.
6413         (symbol_compare_hashmap_traits): Use it.
6414         * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
6415         (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
6416         (mem_alloc_description::reverse_mem_map_t): Remove redundant
6417         default_hashmap_traits.
6418         * sanopt.c (sanopt_tree_triplet_hash): New class.
6419         (sanopt_tree_triplet_map_traits): Use it.
6421 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6423         * gengtype-parse.c (require_template_declaration): Allow '+' in
6424         template parameters.  Consolidate cases.
6425         * hash-traits.h (int_hash): New class.
6426         * alias.c (alias_set_hash): New structure.
6427         (alias_set_traits): Use it.
6428         * symbol-summary.h (function_summary::map_hash): New class.
6429         (function_summary::summary_hashmap_traits): Use it.
6430         * tree-inline.h (dependence_hash): New class.
6431         (dependence_hasher): Use it.
6432         * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
6433         * value-prof.c (profile_id_hash): New class.
6434         (profile_id_traits): Use it.
6436 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6438         * config/mips/mips.c (mips16_flip_traits): Use it.
6439         (local_alias_traits, mips16_local_aliases): Convert from a map of
6440         rtxes to a map of symbol names.
6441         (mips16_local_alias): Update accordingly.
6443 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6445         * hash-traits.h (string_hash, nofree_string_hash): New classes.
6446         * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
6447         * passes.c (pass_registry_hasher): Likewise.
6448         * config/alpha/alpha.c (string_traits): Likewise.
6449         * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
6450         * config/m32c/m32c.c (pragma_traits): Likewise.
6451         * config/mep/mep.c (pragma_traits): Likewise.
6453 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6455         * tree-hash-traits.h (tree_hash): New class.
6456         * except.c: Include tree-hash-traits.h.
6457         (tree_hash_traits): Use tree_hash.
6459 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6461         * tree-hash-traits.h (tree_ssa_name_hasher): New class.
6462         * sese.c: Include tree-hash-traits.h.
6463         (rename_map_hasher): Use tree_ssa_name_hasher.
6465 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6467         * tree-hash-traits.h (tree_decl_hash): New class.
6468         * tree-ssa-strlen.c: Include tree-hash-traits.h.
6469         (stridxlist_hash_traits): Use tree_decl_hash.
6471 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6473         * tree-hash-traits.h: New file.
6474         (tree_operand_hash): New class.
6475         * sanopt.c: Include tree-hash-traits.h.
6476         (sanopt_tree_map_traits): Use tree_operand_hash.
6477         * tree-if-conv.c: Include tree-hash-traits.h.
6478         (phi_args_hash_traits): Use tree_operand_hash.
6479         * tree-ssa-uncprop.c: Include tree-hash-traits.h.
6480         (val_ssa_equiv_hash_traits): Use tree_operand_hash.
6482 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6484         * hash-map-traits.h: Include hash-traits.h.
6485         (simple_hashmap_traits): New class.
6486         * mem-stats.h (hash_map): Change the default traits to
6487         simple_hashmap_traits<default_hash_traits<Key> >.
6489 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6491         * hash-table.h: Update comments.
6493 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6495         * hash-traits.h (default_hash_traits): New structure.
6496         * hash-set.h (default_hashset_traits): Delete.
6497         (hash_set): Use default_hash_traits<Key> instead of
6498         default_hashset_traits.  Delete hash_entry type and use Key directly.
6499         * ipa-devirt.c (pair_traits): Delete.
6500         (default_hash_traits <type_pair>): Override.
6501         (odr_subtypes_equivalent_p): Remove pair_types template parameter.
6502         (odr_types_equivalent_p, add_type_duplicate): Likewise.
6504 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6506         * hash-traits.h (typed_noop_remove): Don't require a pointer type.
6508 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6510         * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
6511         (has_is_empty, is_empty_helper): Delete.
6512         (has_mark_deleted, mark_deleted_helper): Delete.
6513         (has_mark_empty, mark_empty_helper): Delete.
6514         (hash_table::is_deleted): Call the Descriptor unconditionally.
6515         (hash_table::is_empty): Likewise.
6516         (hash_table::mark_deleted): Likewise.
6517         (hash_table::mark_empty): Likewise.
6519 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6521         * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.  Remove
6522         redundant typedefs and members.
6523         * coverage.c (counts_entry): Inherit from pointer_hash.  Remove
6524         redundant typedefs.
6525         * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
6526         * ipa-devirt.c (odr_name_hasher): Likewise.
6527         (polymorphic_call_target_hasher): Likewise.
6528         * ira-costs.c (cost_classes_hasher): Likewise.
6529         * statistics.c (stats_counter_hasher): Likewise.
6530         * trans-mem.c (log_entry_hasher): Likewise.
6531         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
6532         * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
6533         * tree-ssa-tail-merge.c (same_succ_def): Likewise.
6534         * var-tracking.c (variable_hasher): Likewise.
6535         * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
6536         Remove redundant typedefs and members.
6538 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6540         * hash-traits.h (ggc_cache_hasher): Rename to...
6541         (ggc_cache_remove): ...this and remove typedefs.
6542         (ggc_cache_ptr_hash): New class.
6543         * hash-table.h: Update commentary.
6544         * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
6545         rather than ggc_cache_hasher.
6546         (const_wide_int_hasher, reg_attr_hasher): Likewise.
6547         (const_double_hasher, const_fixed_hasher): Likewise.
6548         * function.c (insn_cache_hasher): Likewise.
6549         * trans-mem.c (tm_wrapper_hasher): Likewise.
6550         * tree.h (tree_decl_map_cache_hasher): Likewise.
6551         * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
6552         (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
6553         * ubsan.c (tree_type_map_cache_hasher): Likewise.
6554         * varasm.c (tm_clone_hasher): Likewise.
6555         * config/i386/i386.c (dllimport_hasher): Likewise.
6556         * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
6557         (tree_hasher): Likewise.
6559 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6561         * hash-traits.h (ggc_hasher): Rename to...
6562         (ggc_remover): ...this and remove typedefs.
6563         (ggc_cache_hasher): Update accordingly.  Add typedefs.
6564         (ggc_ptr_hash): New class.
6565         * hash-table.h: Update comment.
6566         * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
6567         ggc_hasher.
6568         * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
6569         (tree_descriptor_hasher): Likewise.
6570         * cgraph.c (function_version_hasher): Likewise.
6571         * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
6572         (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
6573         (dw_loc_list_hasher, addr_hasher): Likewise.
6574         * function.h (used_type_hasher): Likewise.
6575         * function.c (temp_address_hasher): Likewise.
6576         * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
6577         * libfuncs.h (libfunc_hasher): Likewise.
6578         * lto-streamer.h (decl_state_hasher): Likewise.
6579         * optabs.c (libfunc_decl_hasher): Likewise.
6580         * tree-scalar-evolution.c (scev_info_hasher): Likewise.
6581         * varasm.c (section_hasher, object_block_hasher): Likewise.
6582         (const_rtx_desc_hasher): Likewise.
6583         * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
6584         * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
6586 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6588         * hash-traits.h (free_ptr_hash): New class.
6589         * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
6590         rather than typed_free_remove.  Remove redudant typedefs.
6591         (external_ref_hasher): Likewise.
6592         * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
6593         (ehspec_hasher): Likewise.
6594         * ggc-common.c (saving_hasher): Likewise.
6595         * gimplify.c (gimplify_hasher): Likewise.
6596         * haifa-sched.c (delay_i2_hasher): Likewise.
6597         * loop-invariant.c (invariant_expr_hasher): Likewise.
6598         * loop-iv.c (biv_entry_hasher): Likewise.
6599         * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
6600         * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
6601         * tree-cfg.c (locus_discrim_hasher): Likewise.
6602         * tree-eh.c (finally_tree_hasher): Likewise.
6603         * tree-into-ssa.c (var_info_hasher): Likewise.
6604         * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
6605         * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
6606         * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
6607         * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
6608         * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
6609         * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
6610         (shared_bitmap_hasher): Likewise.
6611         * tree-ssa-threadupdate.c (redirection_data): Likewise.
6612         * tree-vectorizer.h (peel_info_hasher): Likewise.
6613         * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
6614         * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
6616 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6618         * hash-table.h: Update comments.
6619         * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
6620         (nofree_ptr_hash): New class.
6621         * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
6622         than typed_noop_remove.  Remove redudant typedefs.
6623         * attribs.c (attribute_hasher): Likewise.
6624         * cfg.c (bb_copy_hasher): Likewise.
6625         * cselib.c (cselib_hasher): Likewise.
6626         * dse.c (invariant_group_base_hasher): Likewise.
6627         * dwarf2cfi.c (trace_info_hasher): Likewise.
6628         * dwarf2out.c (macinfo_entry_hasher): Likewise.
6629         (comdat_type_hasher, loc_list_hasher): Likewise.
6630         * gcse.c (pre_ldst_expr_hasher): Likewise.
6631         * genmatch.c (id_base): Likewise.
6632         * genrecog.c (test_pattern_hasher): Likewise.
6633         * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
6634         * haifa-sched.c (delay_i1_hasher): Likewise.
6635         * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
6636         * ipa-icf.h (congruence_class_group_hash): Likewise.
6637         * ipa-profile.c (histogram_hash): Likewise.
6638         * ira-color.c (allocno_hard_regs_hasher): Likewise.
6639         * lto-streamer.h (string_slot_hasher): Likewise.
6640         * lto-streamer.c (tree_entry_hasher): Likewise.
6641         * plugin.c (event_hasher): Likewise.
6642         * postreload-gcse.c (expr_hasher): Likewise.
6643         * store-motion.c (st_expr_hasher): Likewise.
6644         * tree-sra.c (uid_decl_hasher): Likewise.
6645         * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
6646         (ssa_name_var_hash): Likewise.
6647         * tree-ssa-live.c (tree_int_map_hasher): Likewise.
6648         * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
6649         * tree-ssa-pre.c (pre_expr_d): Likewise.
6650         * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
6651         * vtable-verify.h (registration_hasher): Likewise.
6652         * vtable-verify.c (vtbl_map_hasher): Likewise.
6653         * config/arm/arm.c (libcall_hasher): Likewise.
6654         * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
6655         * config/ia64/ia64.c (bundle_state_hasher): Likewise.
6656         * config/sol2.c (comdat_entry_hasher): Likewise.
6657         * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
6658         (print_fold_checksum, fold_checksum_tree): Likewise.
6659         (debug_fold_checksum, fold_build1_stat_loc): Likewise.
6660         (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
6661         (fold_build_call_array_loc): Likewise.
6662         * tree-ssa-ccp.c (gimple_htab): Likewise.
6663         * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
6664         rather than pointer_type.
6666 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6668         * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
6669         (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
6671 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6673         * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
6674         (ggc_hasher::ggc_mx): Likewise.
6675         (ggc_cache_hasher): Inherit from ggc_hasher.  Remove definitions
6676         that duplicate ggc_hasher ones.
6678 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6680         * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
6681         (gt_cleare_cache): Check here for deleted and empty entries.
6682         Replace handle_cache_entry with a call to keep_cache_entry.
6683         * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
6684         (ggc_cache_hasher::keep_cache_entry): New function.
6685         * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
6686         (tm_wrapper_hasher::keep_cache_entry): New function.
6687         * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
6688         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
6689         * tree.c (type_cache_hasher::handle_cache_entry): Delete.
6690         (type_cache_hasher::keep_cache_entry): New function.
6691         (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
6692         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
6693         * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
6694         (tree_type_map_cache_hasher::keep_cache_entry): New function.
6695         * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
6696         (tm_clone_hasher::keep_cache_entry): New function.
6697         * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
6698         (dllimport_hasher::keep_cache_entry): New function.
6700 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6702         * hash-table.h: Include hash-traits.h.
6703         (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
6704         (ggc_cache_hasher): Move to...
6705         * hash-traits.h: ...this new file.
6707 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
6709         * tree-core.h (struct tree_optimization_option): Make opts a pointer to
6710         struct cl_optimization.
6711         * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
6712         * tree.c (make_node_stat): Allocate cl_optimization struct.
6713         (copy_node_stat): Allocate and copy cl_optimization struct.
6715 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
6717         * function.h (struct incoming_args): Move struct.
6718         (pass_by_reference, reference_callee_copied): Remove prototypes.
6719         * emit-rtl.h (struct incoming_args): Relocate struct here.
6720         * calls.h (pass_by_reference, reference_callee_copied): Relocate
6721         prototypes here.
6722         * function.c (pass_by_reference, reference_callee_copied): Move.
6723         * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
6724         * cfgloop.h: Don't include tm.h or hard-reg-set.h.
6725         * ipa-chkp.c: Include calls.h.
6727 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
6729         * alias.h (alias_set_type): Move typedef.
6730         * coretypes.h (alias_set_type): Relocate typedef here.
6731         * rtl.h: Don't include alias.h.
6733 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
6735         * cgraph.h (cgraph_rtl_info): Move to rtl.h
6736         (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
6737         and instance.
6738         * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
6739         * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
6740         doesn't exist.
6741         * calls.c: Include hard-reg-set.h before rtl.h.
6742         * ira.c: Likewise.
6744 2015-06-25  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
6745             Vladimir Makarov  <vmakarov@redhat.com>
6747         * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
6748         Add assert.
6750 2015-06-25  Richard Biener  <rguenther@suse.de>
6752         * fold-const.c (fold_binary_loc): Move simplification of
6753         (X <<>> C1) & C2 ...
6754         * match.pd: ... here.
6756 2015-06-25  Eric Botcazou  <ebotcazou@adacore.com>
6758         * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
6760 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
6762         * match.pd: Add patterns for vec_conds between 1 and 0.
6764 2015-06-25  Richard Biener  <rguenther@suse.de>
6766         * tree-vect-stmts.c (vectorizable_conversion): Do not set
6767         STMT_VINFO_VEC_STMT for SLP.
6768         (vectorizable_store): Likewise.
6769         (vectorizable_load): Likewise.
6770         (vect_transform_stmt): Catch SLP vectorization clobbering
6771         STMT_VINFO_VEC_STMT.
6773 2015-06-25  Richard Biener  <rguenther@suse.de>
6775         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
6776         dumping.
6777         (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
6778         cleanup resulting dead code and parameters.
6779         (vect_transform_slp_perm_load): Adjust.
6781 2015-06-25  Nick Clifton  <nickc@redhat.com>
6783         * config/bfin/bfin.c (bfin_expand_prologue): Set
6784         current_function_static_stack_size if flag_stack_usage_info is set.
6785         * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
6786         * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
6787         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
6788         * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
6790 2015-06-25  Tom de Vries  <tom@codesourcery.com>
6792         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
6793         comment that the generated IV is unsigned.
6795 2015-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6797         PR target/29693
6798         * config/arm/arm.c (arm_dbx_register_number): Return
6799         DWARF_FRAME_REGISTERS by default.
6801 2015-06-25  Tom de Vries  <tom@codesourcery.com>
6803         * dominance.c (calculate_dominance_info): Fix verify_dominators call
6804         argument.  Call verify_dominator when reusing dominator info.
6806 2015-06-24  Kaz Kojima  <kkojima@gcc.gnu.org>
6808         PR target/66563
6809         * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
6810         an additional element of the unspec vector.  Modify indices
6811         of operands.
6812         (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
6813         * config/sh/sh.c (prepare_move_operands): Pass incremented
6814         const_int to gen_GOTaddr2picreg.
6815         (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
6817 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
6819         * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
6820         Condition on TARGET_FLOAT.
6822 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
6824         * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
6825         and (no)crypto.
6827 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
6829         * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
6831         * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
6832         aarch64_err_no_fpadvsimd.
6834         * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
6835         (aarch64_layout_arg, aarch64_init_cumulative_args): Use
6836         aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
6837         (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
6838         Turn error into assert, test TARGET_FLOAT.
6839         (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
6840         TARGET_FLOAT.
6842 2015-06-24  Aldy Hernandez  <aldyh@redhat.com>
6844         PR debug/66482
6845         * dwarf2out.c (gen_formal_parameter_die): Remove assert.
6847 2015-06-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
6849         * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
6851 2015-06-24 Renlin Li <renlin.li@arm.com>
6853         * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
6854         __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
6856 2015-06-24  Richard Biener  <rguenther@suse.de>
6858         * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
6859         (main): Likewise.
6860         (lower_opt_convert): Support lowering of conditional view_convert.
6861         (parser::parse_operation): Likewise.
6862         (parser::parse_for): Likewise.
6864 2015-06-24  Renlin Li  <renlin.li@arm.com>
6866         * varasm.c (emit_local): Use unsigned int for align variable.
6868 2015-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6870         PR target/63408
6871         * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
6872         for negative numbers.
6874 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6876         PR rtl-optimization/66306
6877         * reload.c (find_reloads): Swap the match_dup info for
6878         commutative operands.
6880 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6882         * config/s390/vx-builtins.md
6883         ("vec_scatter_element<mode>_<non_vec_int>")
6884         ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
6885         attribute with bhfgq.
6887 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6889         * config/s390/s390-builtins.def: Fix vpopct instruction comments.
6891 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6893         * config/s390/s390-builtin-types.def: Add flag to indicate the
6894         options under which the function type is needed.
6895         * config/s390/s390-builtins.def: Add flag to indicate the options
6896         under which the builtin is enabled.
6897         * config/s390/s390-builtins.h: Add flags parameter to macro
6898         definitions.
6899         (bflags_for_builtin): New function.
6900         (flags_for_builtin): Renamed to ...
6901         (opflags_for_builtin): ... this.
6902         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
6903         flags_for_builtin to bflags_for_builtin and
6904         flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
6905         * config/s390/s390.c: Add initialization of bflags_builtin and
6906         opflags_builtin arrays.
6907         Remove code for flags_builtin.
6908         (s390_init_builtins): Only create builtin function types if one of
6909         their flags is active.
6910         Only create builtins if all of their flags are active.
6911         (s390_expand_builtin): Rename flags_for_builtin to
6912         opflags_for_builtin.
6914 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6916         * config/s390/vecintrin.h: Remove internal builtins.
6918 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6920         * config/s390/s390.c (s390_secondary_reload): Fix check for
6921         GENERAL_REGS register class.
6923 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6925         * config/s390/s390.c (s390_support_vector_misalignment): Call
6926         default implementation for !TARGET_VX.
6928 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6930         * config/s390/s390.c (s390_legitimate_constant_p): Add
6931         TARGET_VX check.
6933 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6935         * config/s390/s390.c (s390_vector_abi): New variable definition.
6936         (s390_check_type_for_vector_abi): New function.
6937         (TARGET_ASM_FILE_END): New macro definition.
6938         (s390_asm_file_end): New function.
6939         (s390_function_arg): Call s390_check_type_for_vector_abi.
6940         (s390_gimplify_va_arg): Likewise.
6941         * configure: Regenerate.
6942         * configure.ac: Check for .gnu_attribute Binutils feature.
6944 2015-06-23  Chen Gang  <gang.chen.5i5j@gmail.com>
6946         PR target/65803
6947         * config/bfin/bfin.c (hwloop_optimize): Initialize
6948         JUMP_LABEL for newly created jump.
6950 2015-06-23  Tristan Gingold  <gingold@adacore.com>
6952         * collect-utils.c (collect_wait): Unlink the response file here
6953         instead of...
6954         (do_wait): ...here.
6955         (utils_cleanup): ...and here.
6957 2015-06-23  Richard Sandiford  <richard.sandiford@arm.com>
6959         * df-scan.c: Don't include target-def.h.
6960         * targhooks.c: Likewise.
6961         * config/arm/arm-c.c: Likewise.
6962         * config/i386/i386-c.c: Likewise.
6963         * config/nds32/nds32-cost.c: Likewise.
6964         * config/nds32/nds32-fp-as-gp.c: Likewise.
6965         * config/nds32/nds32-intrinsic.c: Likewise.
6966         * config/nds32/nds32-isr.c: Likewise.
6967         * config/nds32/nds32-md-auxiliary.c: Likewise.
6968         * config/nds32/nds32-memory-manipulation.c: Likewise.
6969         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
6970         * config/nds32/nds32-predicates.c: Likewise.
6972 2015-06-23  Richard Biener  <rguenther@suse.de>
6974         PR tree-optimization/66636
6975         * tree-vect-stmts.c (vectorizable_store): Properly compute the
6976         def type for further defs for strided stores.
6978 2015-06-23  Nathan Sidwell  <nathan@codesourcery.com>
6980         * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
6981         conditional selects.
6982         (setcc_int<mode>, setcc_float<mode>): Reformat.
6984 2015-06-23  Marek Polacek  <polacek@redhat.com>
6986         * match.pd ((x + y) - (x | y) -> x & y,
6987         (x + y) - (x & y) -> x | y): New patterns.
6989 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
6991         PR 65711
6992         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
6993         '-dynamic-linker' within %{!shared: ...}.
6995 2015-06-23  Uros Bizjak  <ubizjak@gmail.com>
6997         PR target/66560
6998         * config/i386/predicates.md (addsub_vm_operator): New predicate.
6999         (addsub_vs_operator): Ditto.
7000         (addsub_vs_parallel): Ditto.
7001         * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
7002         (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
7003         Put minus RTX before plus and adjust vec_merge selector.
7004         (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
7005         (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
7006         (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
7007         (addsub vec_merge splitters): New combiner splitters.
7008         (addsub vec_select/vec_concat splitters): Ditto.
7010 2015-06-23  Bin Cheng  <bin.cheng@arm.com>
7012         PR tree-optimization/66449
7013         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
7014         POINTER_PLUS_EXPR for pointers.
7016 2015-06-23  Alan Modra  <amodra@gmail.com>
7018         * rtlanal.c (commutative_operand_precedence): Correct comments.
7019         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
7020         declaration.  Return an int.  Distinguish REG,REG return from
7021         others.
7022         (struct simplify_plus_minus_op_data): Make local to function.
7023         (simplify_plus_minus): Don't set canonicalized if merely sorting
7024         registers.  Avoid packing ops if nothing changes.  White space fixes.
7026 2015-06-22  Pierre-Marie de Rodat  <derodat@adacore.com>
7028         * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
7029         -fdump-ada-spec is passed but not if -fsyntax-only is.
7031 2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>
7033         PR bootstrap/63740
7034         * lra-lives.c (process_bb_lives): Check insn copying the same
7035         reload pseudo and don't create a copy for it.
7037 2015-06-22  Tom de Vries  <tom@codesourcery.com>
7039         * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
7040         for cond_stmt.
7042 2015-06-22  Tom de Vries  <tom@codesourcery.com>
7044         * builtins.def (DEF_GOMP_BUILTIN): Test
7045         'flag_tree_parallelize_loops > 1' instead of
7046         'flag_tree_parallelize_loops'.  Test flag_cilkplus.
7048 2015-06-22  Tom de Vries  <tom@codesourcery.com>
7050         * dominance.c (calculate_dominance_info): Verify dominators if
7051         early-out.
7053 2015-06-22  Marek Polacek  <polacek@redhat.com>
7055         * match.pd ((x ^ y) ^ (x | y) -> x & y,
7056         (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
7057         (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
7058         (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
7060 2015-06-22  Uros Bizjak  <ubizjak@gmail.com>
7062         PR target/65871
7063         * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
7064         cost of embedded comparison.
7066 2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7068         PR target/65914
7069         * config/rs6000/predicates.md (altivec_register_operand): Permit
7070         virtual stack registers.
7071         (vsx_register_operand): Likewise.
7072         (vfloat_operand): Likewise.
7073         (vint_operand): Likewise.
7074         (vlogical_operand): Likewise.
7076 2015-06-22  Richard Biener  <rguenther@suse.de>
7078         * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
7079         and single_scalar_iteration_cost members.
7080         (LOOP_VINFO_SCALAR_ITERATION_COST): New.
7081         (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
7082         (vect_get_single_scalar_iteration_cost): Remove.
7083         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
7084         Use LOOP_VINFO_SCALAR_ITERATION_COST.
7085         * tree-vect-loop.c (destroy_loop_vec_info): Free
7086         scalar_cost_vec.
7087         (vect_get_single_scalar_iteration_cost): Compute result into
7088         LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
7089         LOOP_VINFO_SCALAR_ITERATION_COST.  Make static.
7090         (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
7091         (vect_estimate_min_profitable_iters): Use them.
7093 2015-06-22  Christian Bruel  <christian.bruel@st.com>
7095         PR target/52144
7096         * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
7097         (TARGET_INSERT_ATTRIBUTES): Define.
7098         (thumb_flipper): New var.
7099         * config/arm/arm.opt (-mflip-thumb): New switch.
7101 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
7102             Martin Liska  <mliska@suse.cz>
7104         PR ipa/65908
7105         * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
7106         construction of arg_types.
7107         (sem_function::sem_function): Likewise.
7108         (sem_function::~sem_function): Remove destruction of arg_types.
7109         (sem_function::compatible_parm_types_p): New function.
7110         (sem_function::equals_wpa): Reorg matching of return values
7111         and parameter types.
7112         (sem_function::equals_private): Reorg mathcing of argument types.
7113         (sem_function::parse_tree_args): Remove.
7114         * ipa-icf.h (init_wpa): Do not call it.
7115         (parse_tree_args): Remove.
7116         (compatible_parm_types_p): Declare.
7117         (result_type): Remove.
7118         (arg_types): Remove.
7120 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
7122         PR ipa/66351
7123         * ipa-polymorphic-call.c
7124         (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
7125         initializing alias oracle; fix formating; set base_alias_set if it
7126         is known.
7128 2015-06-22  Mikhail Maltsev  <maltsevm@gmail.com>
7130         * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
7131         (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
7132         (find_inc): Likewise.
7133         * combine.c (combine_simplify_rtx): Use std::swap instead of manually
7134         swapping.
7135         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
7136         * df-scan.c (df_swap_refs): Remove.
7137         (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
7138         * dominance.c (link_roots): Use std::swap instead of manually swapping.
7139         * expr.c (expand_expr_real_2, do_store_flag): Likewise.
7140         * fold-const.c (fold_relational_const): Likewise.
7141         * genattrtab.c (simplify_test_exp): Likewise.
7142         * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
7143         gimple_simplify): Likewise.
7144         * ifcvt.c (noce_try_abs, find_if_header): Likewise.
7145         * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
7146         * ipa-devirt.c (add_type_duplicate): Likewise.
7147         * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
7148         * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
7149         * lra.c (lra_create_copy): Likewise.
7150         * lto-streamer-out.c (DFS::DFS): Likewise.
7151         * modulo-sched.c (get_sched_window): Likewise.
7152         * omega.c (omega_pretty_print_problem): Likewise.
7153         * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
7154         * reload1.c (reloads_unique_chain_p): Likewise.
7155         * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
7156         (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
7157         use std::swap.
7158         * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
7159         manually swapping.
7160         * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
7161         predicate_mem_writes): Likewise.
7162         * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
7163         * tree-predcom.c (combine_chains): Likewise.
7164         * tree-ssa-alias.c (nonoverlapping_component_refs_p,
7165         refs_may_alias_p_1): Likewise.
7166         * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
7167         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
7168         * tree-ssa-loop-niter.c (refine_bounds_using_guard,
7169         number_of_iterations_cond): Likewise.
7170         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
7171         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
7172         * tree-vect-slp.c (vect_build_slp_tree): Likewise.
7173         * tree-vect-stmts.c (supportable_widening_operation): Likewise.
7174         * tree-vrp.c (extract_range_from_binary_expr_1,
7175         extract_range_from_unary_expr_1): Likewise.
7177 2015-06-20  Marek Polacek  <polacek@redhat.com>
7179         * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
7181 2015-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7183         PR target/66591
7184         * config/sh/sh.c (prepare_move_operands): Replace subreg
7185         index term with R0 for base and index addressing.
7187 2015-06-19  Jim Wilson  <jim.wilson@linaro.org>
7189         * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
7190         op1 is an fp zero.
7191         (movsf_aarch64): Change condition from register_operand to
7192         aarch64_reg_or_fp_zero for op1.  Change type for alternative 6 to
7193         load1.  Change type for alternative 7 to store1.
7194         (movdf_aarch64): Likewise.
7196 2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>
7198         * config/vax/vax.md: Adjust sign/zero extend patterns to
7199         handle SUBREGs in operands[1].
7201 2015-06-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7203         * config/i386/i386.c (ix86_function_versions): Use std::swap instead
7204         of manually swapping.
7205         (expand_vec_perm_interleave2): Likewise.
7207 2015-06-19  Ilya Enkovich  <enkovich.gnu@gmail.com>
7209         * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
7210         reuse bounds created for abnormal ssa names.
7212 2015-06-19  Jakub Jelinek  <jakub@redhat.com>
7214         * config/nvptx/nvptx.md (allocate_stack): Rename to...
7215         (allocate_stack_<mode>): ... this, and add :P on both
7216         match_operand and unspec.
7217         (allocate_stack): New expander.
7219 2015-06-19  Christian Bruel  <christian.bruel@st.com>
7221         PR target/66541
7222         PR target/52144
7223         * config/arm/arm.c (arm_set_current_function): Handle
7224         explicit default options.
7226 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
7228         * config/i386/i386.md (*movsicc_noc_zext): New insn.
7229         (zero-extended cmove with mem peephole2): New pattern.
7230         (cmove with mem peephole2): Merge patterns.
7232 2015-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
7234         * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
7236 2015-06-18  Steve Ellcey  <sellcey@imgtec.com>
7238         * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
7239         * config/mips/mips.md (*madd4<mode>): Ditto.
7240         (*nmadd3<mode>) Ditto.
7241         (*nmadd4<mode>_fastmath): Ditto.
7242         (*nmadd3<mode>_fastmath): Ditto.
7243         (*nmsub4<mode>): Ditto.
7244         (*nmsub3<mode>): Ditto.
7245         (*nmsub4<mode>_fastmath): Ditto.
7246         (*nmsub3<mode>_fastmath): Ditto.
7248 2015-06-18  Michael Matz  <matz@suse.de>
7250         PR middle-end/66253
7251         * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
7252         grouped strided stores.
7253         (vectorizable_load): Don't use the DR from first_stmt in
7254         the non-SLP grouped strided case.
7256 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
7258         PR target/66569
7259         * function.c (assign_bounds): Add arguments assign_regs,
7260         assign_special, assign_bt.
7261         (assign_parms): For vararg functions handle bounds in BT
7262         and special slots after incoming vararg bounds.
7264 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
7266         PR middle-end/66568
7267         * cfgexpand.c (expand_return): Handle missing bounds.
7268         (expand_gimple_stmt_1): Likewise.
7269         * tree-chkp.c (chkp_expand_zero_bounds): New.
7270         * tree-chkp.h (chkp_expand_zero_bounds): New.
7272 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
7274         PR middle-end/66567
7275         * ipa-chkp.c (chkp_maybe_create_clone): Require
7276         functions to be instrumentable.
7277         * tree-chkp.c (chkp_replace_function_pointer): Use
7278         chkp_instrumentable_p instead of attribute check.
7280 2015-06-18  Richard Biener  <rguenther@suse.de>
7282         PR tree-optimization/66510
7283         * tree-vect-stmts.c (vectorizable_load): Properly compute the
7284         number of vector loads for SLP permuted loads.
7285         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
7286         check the stride for loop vectorization.
7287         (vect_enhance_data_refs_alignment): Deal with SLP adjusted
7288         vectorization factor.
7289         (vect_analyze_group_access): If the group size is not a power
7290         of two require a epilogue loop.
7291         * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
7292         compute and optimizing and alias test pruning after final
7293         vectorization factor computation.
7294         * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
7295         vector alignment.
7296         (vect_transform_slp_perm_load): Properly compute the original
7297         number of vector load stmts.
7299 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
7301         * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
7302         "unlikely character , in @var" warning.
7304 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
7306         * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
7307         (ix86_function_arg_advance): Ditto.
7308         (ix86_pass_by_reference): Ditto.  Rewrite MS_ABI part.
7310 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
7312         * function.h (struct rtl_data): Remove struct and accessor macros.
7313         * emit-rtl.h (struct rtl_data): Relocate to here.
7314         * Makefile.in (GTFILES): Add emit-rtl.h.
7315         * df-core.c: Include emit-rtl.h.
7316         * genattrtab.c: Likewise.
7317         * genconditions.c: Likewise.
7318         * genpreds.c: Likewise.
7319         * genrecog.c: Likewise.
7320         * regcprop.c: Likewise.
7321         * resource.c: Likewise.
7322         * sched-rgn.c: Likewise.
7323         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
7324         * config/i386/winnt.c: Likewise.
7326 2015-06-17  Jakub Jelinek  <jakub@redhat.com>
7328         PR middle-end/66429
7329         * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
7330         instead of DECL_STRUCT_FUNCTION (child_fn).  Or in has_simduid_loops
7331         and has_force_vectorize_loops flags from cfun into
7332         child_cfun.
7333         (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
7334         if simduid is non-NULL.
7335         * tree-pass.h (make_pass_simduid_cleanup): New prototype.
7336         * passes.def (pass_simduid_cleanup): Add new pass after loop
7337         passes.
7338         * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
7339         indirection from htab argument's type.
7340         (shrink_simd_arrays): New function.
7341         (vectorize_loops): Use it.  Adjust adjust_simduid_builtins caller.
7342         Don't call adjust_simduid_builtins if there are no loops.
7343         (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
7344         (pass_simduid_cleanup::execute): New method.
7345         (make_pass_simduid_cleanup): New function.
7347 2017-06-17  Andrew MacLeod  <amacleod@redhat.com>
7349         * tree-core.h (tree_target_option): Make opts field a pointer to a
7350         cl_target_option instead of an instance of the struct.
7351         * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
7352         the structure.
7353         * tree.c (make_node_stat ): Allocate a cl_target_option struct for
7354         TARGET_OPTION_NODE.
7355         (copy_node_stat): Allocate and copy struct cl_target_option.
7357 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
7359         * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
7360         Remove conditional exposure of prototypes.
7361         (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
7362         * tree.c (anon_aggrname_format, anon_aggrname_p): New.  Replace macro
7363         definitions in tree.h with functions.
7364         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
7365         anon_aggrname_p.
7366         * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
7368 2015-06-17  Segher Boessenkool  <segher@kernel.crashing.org>
7370         * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
7371         (*cmp<mode>_signed): ... this.
7372         (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
7373         (*cmp<mode>_unsigned): ... this.  Remove %b.
7375 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
7377         * coretypes.h: Include input.h and as-a.h.
7378         * rtl.h: Include input.h and as-a.h for generator files.
7379         * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
7380         * vec.c: Don't include diagnostic-core.h.
7381         * alias.c: Do not include input.h, line-map.h or is-a.h.
7382         * asan.c: Likewise.
7383         * attribs.c: Likewise.
7384         * auto-inc-dec.c: Likewise.
7385         * auto-profile.c: Likewise.
7386         * bb-reorder.c: Likewise.
7387         * bt-load.c: Likewise.
7388         * builtins.c: Likewise.
7389         * caller-save.c: Likewise.
7390         * calls.c: Likewise.
7391         * ccmp.c: Likewise.
7392         * cfg.c: Likewise.
7393         * cfganal.c: Likewise.
7394         * cfgbuild.c: Likewise.
7395         * cfgcleanup.c: Likewise.
7396         * cfgexpand.c: Likewise.
7397         * cfghooks.c: Likewise.
7398         * cfgloop.c: Likewise.
7399         * cfgloop.h: Likewise.
7400         * cfgloopanal.c: Likewise.
7401         * cfgloopmanip.c: Likewise.
7402         * cfgrtl.c: Likewise.
7403         * cgraph.c: Likewise.
7404         * cgraphbuild.c: Likewise.
7405         * cgraphclones.c: Likewise.
7406         * cgraphunit.c: Likewise.
7407         * cilk-common.c: Likewise.
7408         * combine-stack-adj.c: Likewise.
7409         * combine.c: Likewise.
7410         * compare-elim.c: Likewise.
7411         * convert.c: Likewise.
7412         * coverage.c: Likewise.
7413         * cppbuiltin.c: Likewise.
7414         * cprop.c: Likewise.
7415         * cse.c: Likewise.
7416         * cselib.c: Likewise.
7417         * data-streamer-in.c: Likewise.
7418         * data-streamer-out.c: Likewise.
7419         * data-streamer.c: Likewise.
7420         * dbxout.c: Likewise.
7421         * dce.c: Likewise.
7422         * ddg.c: Likewise.
7423         * debug.c: Likewise.
7424         * df-core.c: Likewise.
7425         * df-problems.c: Likewise.
7426         * df-scan.c: Likewise.
7427         * df.h: Likewise.
7428         * dfp.c: Likewise.
7429         * diagnostic-core.h: Likewise.
7430         * diagnostic.c: Likewise.
7431         * dojump.c: Likewise.
7432         * dominance.c: Likewise.
7433         * domwalk.c: Likewise.
7434         * double-int.c: Likewise.
7435         * dse.c: Likewise.
7436         * dumpfile.c: Likewise.
7437         * dumpfile.h: Likewise.
7438         * dwarf2asm.c: Likewise.
7439         * dwarf2cfi.c: Likewise.
7440         * dwarf2out.c: Likewise.
7441         * emit-rtl.c: Likewise.
7442         * et-forest.c: Likewise.
7443         * except.c: Likewise.
7444         * explow.c: Likewise.
7445         * expmed.c: Likewise.
7446         * expr.c: Likewise.
7447         * final.c: Likewise.
7448         * fixed-value.c: Likewise.
7449         * fold-const.c: Likewise.
7450         * function.c: Likewise.
7451         * fwprop.c: Likewise.
7452         * gcc-plugin.h: Likewise.
7453         * gcse.c: Likewise.
7454         * generic-match-head.c: Likewise.
7455         * ggc-page.c: Likewise.
7456         * gimple-builder.c: Likewise.
7457         * gimple-expr.c: Likewise.
7458         * gimple-fold.c: Likewise.
7459         * gimple-iterator.c: Likewise.
7460         * gimple-low.c: Likewise.
7461         * gimple-match-head.c: Likewise.
7462         * gimple-pretty-print.c: Likewise.
7463         * gimple-ssa-isolate-paths.c: Likewise.
7464         * gimple-ssa-strength-reduction.c: Likewise.
7465         * gimple-streamer-in.c: Likewise.
7466         * gimple-streamer-out.c: Likewise.
7467         * gimple-streamer.h: Likewise.
7468         * gimple-walk.c: Likewise.
7469         * gimple.c: Likewise.
7470         * gimplify-me.c: Likewise.
7471         * gimplify.c: Likewise.
7472         * godump.c: Likewise.
7473         * graph.c: Likewise.
7474         * graphite-blocking.c: Likewise.
7475         * graphite-dependences.c: Likewise.
7476         * graphite-interchange.c: Likewise.
7477         * graphite-isl-ast-to-gimple.c: Likewise.
7478         * graphite-optimize-isl.c: Likewise.
7479         * graphite-poly.c: Likewise.
7480         * graphite-scop-detection.c: Likewise.
7481         * graphite-sese-to-poly.c: Likewise.
7482         * graphite.c: Likewise.
7483         * haifa-sched.c: Likewise.
7484         * hw-doloop.c: Likewise.
7485         * ifcvt.c: Likewise.
7486         * init-regs.c: Likewise.
7487         * input.c: Likewise.
7488         * internal-fn.c: Likewise.
7489         * ipa-chkp.c: Likewise.
7490         * ipa-comdats.c: Likewise.
7491         * ipa-cp.c: Likewise.
7492         * ipa-devirt.c: Likewise.
7493         * ipa-icf-gimple.c: Likewise.
7494         * ipa-icf.c: Likewise.
7495         * ipa-inline-analysis.c: Likewise.
7496         * ipa-inline-transform.c: Likewise.
7497         * ipa-inline.c: Likewise.
7498         * ipa-polymorphic-call.c: Likewise.
7499         * ipa-profile.c: Likewise.
7500         * ipa-prop.c: Likewise.
7501         * ipa-pure-const.c: Likewise.
7502         * ipa-ref.c: Likewise.
7503         * ipa-reference.c: Likewise.
7504         * ipa-split.c: Likewise.
7505         * ipa-utils.c: Likewise.
7506         * ipa-visibility.c: Likewise.
7507         * ipa.c: Likewise.
7508         * ira-build.c: Likewise.
7509         * ira-color.c: Likewise.
7510         * ira-conflicts.c: Likewise.
7511         * ira-costs.c: Likewise.
7512         * ira-emit.c: Likewise.
7513         * ira-lives.c: Likewise.
7514         * ira.c: Likewise.
7515         * jump.c: Likewise.
7516         * langhooks.c: Likewise.
7517         * lcm.c: Likewise.
7518         * loop-doloop.c: Likewise.
7519         * loop-init.c: Likewise.
7520         * loop-invariant.c: Likewise.
7521         * loop-iv.c: Likewise.
7522         * loop-unroll.c: Likewise.
7523         * lower-subreg.c: Likewise.
7524         * lra-assigns.c: Likewise.
7525         * lra-coalesce.c: Likewise.
7526         * lra-constraints.c: Likewise.
7527         * lra-eliminations.c: Likewise.
7528         * lra-lives.c: Likewise.
7529         * lra-remat.c: Likewise.
7530         * lra-spills.c: Likewise.
7531         * lra.c: Likewise.
7532         * lto-cgraph.c: Likewise.
7533         * lto-compress.c: Likewise.
7534         * lto-opts.c: Likewise.
7535         * lto-section-in.c: Likewise.
7536         * lto-section-out.c: Likewise.
7537         * lto-streamer-in.c: Likewise.
7538         * lto-streamer-out.c: Likewise.
7539         * lto-streamer.c: Likewise.
7540         * mcf.c: Likewise.
7541         * mode-switching.c: Likewise.
7542         * modulo-sched.c: Likewise.
7543         * omega.c: Likewise.
7544         * omp-low.c: Likewise.
7545         * optabs.c: Likewise.
7546         * opts-global.c: Likewise.
7547         * opts.h: Likewise.
7548         * passes.c: Likewise.
7549         * plugin.c: Likewise.
7550         * postreload-gcse.c: Likewise.
7551         * postreload.c: Likewise.
7552         * predict.c: Likewise.
7553         * pretty-print.h: Likewise.
7554         * print-rtl.c: Likewise.
7555         * print-tree.c: Likewise.
7556         * profile.c: Likewise.
7557         * real.c: Likewise.
7558         * realmpfr.c: Likewise.
7559         * recog.c: Likewise.
7560         * ree.c: Likewise.
7561         * reg-stack.c: Likewise.
7562         * regcprop.c: Likewise.
7563         * reginfo.c: Likewise.
7564         * regrename.c: Likewise.
7565         * regstat.c: Likewise.
7566         * reload.c: Likewise.
7567         * reload1.c: Likewise.
7568         * reorg.c: Likewise.
7569         * resource.c: Likewise.
7570         * rtl-chkp.c: Likewise.
7571         * rtl-error.c: Likewise.
7572         * rtlanal.c: Likewise.
7573         * rtlhooks.c: Likewise.
7574         * sanopt.c: Likewise.
7575         * sched-deps.c: Likewise.
7576         * sched-ebb.c: Likewise.
7577         * sched-rgn.c: Likewise.
7578         * sched-vis.c: Likewise.
7579         * sdbout.c: Likewise.
7580         * sel-sched-dump.c: Likewise.
7581         * sel-sched-ir.c: Likewise.
7582         * sel-sched.c: Likewise.
7583         * sese.c: Likewise.
7584         * shrink-wrap.c: Likewise.
7585         * simplify-rtx.c: Likewise.
7586         * stack-ptr-mod.c: Likewise.
7587         * statistics.c: Likewise.
7588         * stmt.c: Likewise.
7589         * stor-layout.c: Likewise.
7590         * store-motion.c: Likewise.
7591         * streamer-hooks.c: Likewise.
7592         * stringpool.c: Likewise.
7593         * symtab.c: Likewise.
7594         * target-globals.c: Likewise.
7595         * targhooks.c: Likewise.
7596         * toplev.c: Likewise.
7597         * tracer.c: Likewise.
7598         * trans-mem.c: Likewise.
7599         * tree-affine.c: Likewise.
7600         * tree-browser.c: Likewise.
7601         * tree-call-cdce.c: Likewise.
7602         * tree-cfg.c: Likewise.
7603         * tree-cfgcleanup.c: Likewise.
7604         * tree-chkp-opt.c: Likewise.
7605         * tree-chkp.c: Likewise.
7606         * tree-chrec.c: Likewise.
7607         * tree-complex.c: Likewise.
7608         * tree-data-ref.c: Likewise.
7609         * tree-dfa.c: Likewise.
7610         * tree-diagnostic.c: Likewise.
7611         * tree-dump.c: Likewise.
7612         * tree-eh.c: Likewise.
7613         * tree-emutls.c: Likewise.
7614         * tree-if-conv.c: Likewise.
7615         * tree-inline.c: Likewise.
7616         * tree-into-ssa.c: Likewise.
7617         * tree-iterator.c: Likewise.
7618         * tree-loop-distribution.c: Likewise.
7619         * tree-nested.c: Likewise.
7620         * tree-nrv.c: Likewise.
7621         * tree-object-size.c: Likewise.
7622         * tree-outof-ssa.c: Likewise.
7623         * tree-parloops.c: Likewise.
7624         * tree-phinodes.c: Likewise.
7625         * tree-predcom.c: Likewise.
7626         * tree-pretty-print.c: Likewise.
7627         * tree-profile.c: Likewise.
7628         * tree-scalar-evolution.c: Likewise.
7629         * tree-sra.c: Likewise.
7630         * tree-ssa-address.c: Likewise.
7631         * tree-ssa-alias.c: Likewise.
7632         * tree-ssa-ccp.c: Likewise.
7633         * tree-ssa-coalesce.c: Likewise.
7634         * tree-ssa-copy.c: Likewise.
7635         * tree-ssa-copyrename.c: Likewise.
7636         * tree-ssa-dce.c: Likewise.
7637         * tree-ssa-dom.c: Likewise.
7638         * tree-ssa-dse.c: Likewise.
7639         * tree-ssa-forwprop.c: Likewise.
7640         * tree-ssa-ifcombine.c: Likewise.
7641         * tree-ssa-live.c: Likewise.
7642         * tree-ssa-loop-ch.c: Likewise.
7643         * tree-ssa-loop-im.c: Likewise.
7644         * tree-ssa-loop-ivcanon.c: Likewise.
7645         * tree-ssa-loop-ivopts.c: Likewise.
7646         * tree-ssa-loop-manip.c: Likewise.
7647         * tree-ssa-loop-niter.c: Likewise.
7648         * tree-ssa-loop-prefetch.c: Likewise.
7649         * tree-ssa-loop-unswitch.c: Likewise.
7650         * tree-ssa-loop.c: Likewise.
7651         * tree-ssa-math-opts.c: Likewise.
7652         * tree-ssa-operands.c: Likewise.
7653         * tree-ssa-phiopt.c: Likewise.
7654         * tree-ssa-phiprop.c: Likewise.
7655         * tree-ssa-pre.c: Likewise.
7656         * tree-ssa-propagate.c: Likewise.
7657         * tree-ssa-reassoc.c: Likewise.
7658         * tree-ssa-sccvn.c: Likewise.
7659         * tree-ssa-scopedtables.c: Likewise.
7660         * tree-ssa-sink.c: Likewise.
7661         * tree-ssa-strlen.c: Likewise.
7662         * tree-ssa-structalias.c: Likewise.
7663         * tree-ssa-tail-merge.c: Likewise.
7664         * tree-ssa-ter.c: Likewise.
7665         * tree-ssa-threadedge.c: Likewise.
7666         * tree-ssa-threadupdate.c: Likewise.
7667         * tree-ssa-uncprop.c: Likewise.
7668         * tree-ssa-uninit.c: Likewise.
7669         * tree-ssa.c: Likewise.
7670         * tree-ssanames.c: Likewise.
7671         * tree-stdarg.c: Likewise.
7672         * tree-streamer-in.c: Likewise.
7673         * tree-streamer-out.c: Likewise.
7674         * tree-streamer.c: Likewise.
7675         * tree-switch-conversion.c: Likewise.
7676         * tree-tailcall.c: Likewise.
7677         * tree-vect-data-refs.c: Likewise.
7678         * tree-vect-generic.c: Likewise.
7679         * tree-vect-loop-manip.c: Likewise.
7680         * tree-vect-loop.c: Likewise.
7681         * tree-vect-patterns.c: Likewise.
7682         * tree-vect-slp.c: Likewise.
7683         * tree-vect-stmts.c: Likewise.
7684         * tree-vectorizer.c: Likewise.
7685         * tree-vrp.c: Likewise.
7686         * tree.c: Likewise.
7687         * tsan.c: Likewise.
7688         * ubsan.c: Likewise.
7689         * valtrack.c: Likewise.
7690         * value-prof.c: Likewise.
7691         * var-tracking.c: Likewise.
7692         * varasm.c: Likewise.
7693         * varpool.c: Likewise.
7694         * vmsdbgout.c: Likewise.
7695         * vtable-verify.c: Likewise.
7696         * web.c: Likewise.
7697         * wide-int.cc: Likewise.
7698         * xcoffout.c: Likewise.
7699         * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
7700         * common/common-targhooks.c: Likewise.
7701         * config/aarch64/aarch64-builtins.c: Likewise.
7702         * config/aarch64/aarch64.c: Likewise.
7703         * config/alpha/alpha.c: Likewise.
7704         * config/arc/arc.c: Likewise.
7705         * config/arm/aarch-common.c: Likewise.
7706         * config/arm/arm-builtins.c: Likewise.
7707         * config/arm/arm-c.c: Likewise.
7708         * config/arm/arm.c: Likewise.
7709         * config/avr/avr-c.c: Likewise.
7710         * config/avr/avr-log.c: Likewise.
7711         * config/avr/avr.c: Likewise.
7712         * config/bfin/bfin.c: Likewise.
7713         * config/c6x/c6x.c: Likewise.
7714         * config/cr16/cr16.c: Likewise.
7715         * config/cris/cris.c: Likewise.
7716         * config/darwin-c.c: Likewise.
7717         * config/darwin.c: Likewise.
7718         * config/default-c.c: Likewise.
7719         * config/epiphany/epiphany.c: Likewise.
7720         * config/epiphany/mode-switch-use.c: Likewise.
7721         * config/epiphany/resolve-sw-modes.c: Likewise.
7722         * config/fr30/fr30.c: Likewise.
7723         * config/frv/frv.c: Likewise.
7724         * config/ft32/ft32.c: Likewise.
7725         * config/glibc-c.c: Likewise.
7726         * config/h8300/h8300.c: Likewise.
7727         * config/i386/i386-c.c: Likewise.
7728         * config/i386/i386.c: Likewise.
7729         * config/i386/msformat-c.c: Likewise.
7730         * config/i386/winnt-cxx.c: Likewise.
7731         * config/i386/winnt-stubs.c: Likewise.
7732         * config/i386/winnt.c: Likewise.
7733         * config/ia64/ia64-c.c: Likewise.
7734         * config/ia64/ia64.c: Likewise.
7735         * config/iq2000/iq2000.c: Likewise.
7736         * config/lm32/lm32.c: Likewise.
7737         * config/m32c/m32c-pragma.c: Likewise.
7738         * config/m32c/m32c.c: Likewise.
7739         * config/m32r/m32r.c: Likewise.
7740         * config/m68k/m68k.c: Likewise.
7741         * config/mcore/mcore.c: Likewise.
7742         * config/mep/mep-pragma.c: Likewise.
7743         * config/mep/mep.c: Likewise.
7744         * config/microblaze/microblaze-c.c: Likewise.
7745         * config/microblaze/microblaze.c: Likewise.
7746         * config/mips/mips.c: Likewise.
7747         * config/mmix/mmix.c: Likewise.
7748         * config/mn10300/mn10300.c: Likewise.
7749         * config/moxie/moxie.c: Likewise.
7750         * config/msp430/msp430-c.c: Likewise.
7751         * config/msp430/msp430.c: Likewise.
7752         * config/nds32/nds32-cost.c: Likewise.
7753         * config/nds32/nds32-fp-as-gp.c: Likewise.
7754         * config/nds32/nds32-intrinsic.c: Likewise.
7755         * config/nds32/nds32-isr.c: Likewise.
7756         * config/nds32/nds32-md-auxiliary.c: Likewise.
7757         * config/nds32/nds32-memory-manipulation.c: Likewise.
7758         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
7759         * config/nds32/nds32-predicates.c: Likewise.
7760         * config/nds32/nds32.c: Likewise.
7761         * config/nios2/nios2.c: Likewise.
7762         * config/nvptx/nvptx.c: Likewise.
7763         * config/pa/pa.c: Likewise.
7764         * config/pdp11/pdp11.c: Likewise.
7765         * config/rl78/rl78-c.c: Likewise.
7766         * config/rl78/rl78.c: Likewise.
7767         * config/rs6000/rs6000-c.c: Likewise.
7768         * config/rs6000/rs6000.c: Likewise.
7769         * config/rx/rx.c: Likewise.
7770         * config/s390/s390-c.c: Likewise.
7771         * config/s390/s390.c: Likewise.
7772         * config/sh/sh-c.c: Likewise.
7773         * config/sh/sh-mem.cc: Likewise.
7774         * config/sh/sh.c: Likewise.
7775         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
7776         * config/sh/sh_treg_combine.cc: Likewise.
7777         * config/sol2-c.c: Likewise.
7778         * config/sol2-cxx.c: Likewise.
7779         * config/sol2-stubs.c: Likewise.
7780         * config/sol2.c: Likewise.
7781         * config/sparc/sparc-c.c: Likewise.
7782         * config/sparc/sparc.c: Likewise.
7783         * config/spu/spu-c.c: Likewise.
7784         * config/spu/spu.c: Likewise.
7785         * config/stormy16/stormy16.c: Likewise.
7786         * config/tilegx/mul-tables.c: Likewise.
7787         * config/tilegx/tilegx-c.c: Likewise.
7788         * config/tilegx/tilegx.c: Likewise.
7789         * config/tilepro/mul-tables.c: Likewise.
7790         * config/tilepro/tilepro-c.c: Likewise.
7791         * config/tilepro/tilepro.c: Likewise.
7792         * config/v850/v850-c.c: Likewise.
7793         * config/v850/v850.c: Likewise.
7794         * config/vax/vax.c: Likewise.
7795         * config/visium/visium.c: Likewise.
7796         * config/vms/vms-c.c: Likewise.
7797         * config/vms/vms.c: Likewise.
7798         * config/vxworks.c: Likewise.
7799         * config/winnt-c.c: Likewise.
7800         * config/xtensa/xtensa.c: Likewise.
7802 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
7804         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
7805         function.
7806         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
7808 2015-06-17  Richard Biener  <rguenther@suse.de>
7810         PR tree-optimization/66251
7811         * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
7812         stmts for SLP strided stores.
7814         Revert
7815         2015-05-22  Richard Biener  <rguenther@suse.de>
7817         PR tree-optimization/66251
7818         * tree-vect-stmts.c (vectorizable_conversion): Properly
7819         set STMT_VINFO_VEC_STMT even for the SLP case.
7821         2015-05-26  Michael Matz  <matz@suse.de>
7823         PR middle-end/66251
7824         * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
7825         STMT_VINFO_VEC_STMT, also with SLP.
7827 2015-06-16  Uros Bizjak  <ubizjak@gmail.com>
7829         PR target/56766
7830         * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
7831         (*avx_addsubv4df3_1s): Ditto.
7832         (*sse3_addsubv2df3_1): Ditto.
7833         (*sse3_addsubv2df3_1s): Ditto.
7834         (*avx_addsubv8sf3_1): Ditto.
7835         (*avx_addsubv8sf3_1s): Ditto.
7836         (*sse3_addsubv4sf3_1): Ditto.
7837         (*sse3_addsubv4sf3_1s): Ditto.
7839 2015-06-16  Steve Ellcey  <sellcey@imgtec.com>
7841         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
7842         (SYSROOT_SUFFIX_SPEC): Update.
7843         (SYSROOT_HEADERS_SUFFIX_SPEC): New.
7844         (STARTFILE_PREFIX_SPEC): Update.
7845         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
7846         (MULTILIB_REQUIRED): New.
7847         (MULTILIB_OSDIRNAMES): New.
7848         * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
7849         (MULTILIB_REQUIRED): New.
7850         (MULTILIB_OSDIRNAMES): New.
7852 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
7854         * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
7855         * config/aarch64/aarch64-options-extensions.def: Update "fP",
7856         "simd" and "crypto".  Add "lse", "pan", "lor" and "rdma".
7857         * gcc/config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
7858         (AARCH64_FL_PAN): New.
7859         (AARCH64_FL_LOR): New.
7860         (AARCH64_FL_RDMA): New.
7861         (AARCH64_FL_FOR_ARCH8_1): New.
7862         * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
7863         -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
7865 2015-06-16  Martin Liska  <mliska@suse.cz>
7867         * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
7868         * hash-table.c (void dump_hash_table_loc_statistics): Add missing
7869         guard.
7871 2015-06-16  Richard Biener  <rguenther@suse.de>
7873         * tree-vect-stmts.c (vectorizable_store): Adjust.
7874         (vectorizable_load): Likewise.
7875         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
7876         Simplify.
7877         (vect_create_data_ref_ptr): Likewise.
7878         (bump_vector_ptr): Adjust.
7880 2015-06-16  Richard Biener  <rguenther@suse.de>
7882         * tree-vect-stmts.c (vectorizable_load): Properly start loads
7883         with the first element if this is grouped loads.
7885 2015-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
7887         * config/arm/arm-protos.h (struct tune_params): Rename
7888         log_op_non_sc to log_op_non_short_circuit, and rename enum
7889         values to expand SC to SHORT_CIRCUIT.
7890         * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
7891         to LOG_OP_NON_SHORT_CIRCUIT.
7892         (arm_fastmul_tune):Likewise
7893         (arm_strongarm_tune): Likewise.
7894         (arm_xscale_tune): Likewise.
7895         (arm_9e_tune): Likewise.
7896         (arm_marvell_pj4_tune): Likewise.
7897         (arm_v6t2_tune): Likewise.
7898         (arm_cortex_tune): Likewise.
7899         (arm_cortex_a8_tune): Likewise.
7900         (arm_cortex_a7_tune): Likewise.
7901         (arm_cortex_a15_tune): Likewise.
7902         (arm_cortex_a53_tune): Likewise.
7903         (arm_cortex_a57_tune): Likewise.
7904         (arm_xgene1_tune): Likewise.
7905         (arm_cortex_a5_tune): Likewise.
7906         (arm_cortex_a9_tune): Likewise.
7907         (arm_cortex_a12_tune): Likewise.
7908         (arm_v7m_tune): Likewise.
7909         (arm_cortex_m7_tune): Likewise.
7910         (arm_v6m_tune): Likewise.
7911         (arm_fa726te_tune): Likewise.
7913 2015-06-15  David Edelsohn  <dje.gcc@gmail.com>
7915         * altivec.md: Delete UNSPEC_VMLADDUHM.
7916         (mulv4si3_p8): New pattern.
7917         (mulv4si3): Use it for POWER8.
7918         (mulv8hi3): Use vmladduhm with zero addend.
7919         (altivec_vmladduhm): Descriptive RTL.
7921 2015-06-15  Jim Wilson  <jim.wilson@linaro.org>
7923         * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
7924         to use neon_move instead of mov_imm.
7925         (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
7926         (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
7928         * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
7929         aarch64_float_const_zero_rtx_p check before TFmode check.
7930         * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
7931         an fp zero.
7932         (movtf_aarch64): Separate ?rY alternative into two.  Adjust assembly
7933         code and attributes to match.  Change condition from register_operand
7934         to aarch64_reg_or_fp_zero for op1.  Change type for ldp from
7935         neon_load1_2reg to load2.  Change type for stp from neon_store1_2reg
7936         to store2.
7938 2015-06-15  Aldy Hernandez  <aldyh@redhat.com>
7940         PR debug/66535
7941         * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
7942         there is no parent.
7944 2015-06-14  Shiva Chen  <shiva0217@gmail.com>
7946         * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
7947         HOST_WIDE_INT parameter.
7949 2015-06-14  Jan Hubicka  <hubicka@ucw.cz>
7951         PR ipa/66181
7952         * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
7953         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
7954         TYPE_NO_FORCE_BLK.
7955         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
7957 2015-06-14  Richard Sandiford  <richard.sandiford@arm.com>
7959         * rtl.h (classify_insn): Declare.
7960         * emit-rtl.c (classify_insn): Move to...
7961         * rtl.c: ...here and add generator support.
7962         * gensupport.h (get_emit_function, needs_barrier_p): Declare.
7963         * gensupport.c (get_emit_function, needs_barrier_p): New functions.
7964         * genemit.c (gen_emit_seq): New function.
7965         (gen_expand, gen_split): Use it.
7967 2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
7969         * tree.c (make_vector_stat): Fix comment to state that the
7970         function returns a VECTOR_CST.
7972 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
7974         * gensupport.h (add_implicit_parallel): Declare.
7975         * genrecog.c (add_implicit_parallel): Move to...
7976         * gensupport.c (add_implicit_parallel): ...here.
7977         (process_one_cond_exec): Use it.
7978         * genemit.c (gen_insn): Likewise.
7980 2015-06-13  Iain Sandoe  <iain@codesourcery.com>
7982         PR bootstrap/66448
7983         * passes.c (rest_of_decl_compilation): Do not register globals for
7984         early debug if they are declared in built-ins.
7986 2015-06-12  Aldy Hernandez  <aldyh@redhat.com>
7988         * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
7990 2015-06-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7992         * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
7993         manually swapping.
7994         (noce_try_cmove_arith): Likewise.
7995         (noce_get_alt_condition): Likewise.
7997 2015-06-12  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
7999         * common/config/i386/i386-common.c
8000         (OPTION_MASK_ISA_MWAITX_SET): New.
8001         (ix86_handle_option): Handle mwaitx.
8002         * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
8003         (x86_64-*-*): Likewise.
8004         * config/i386/mwaitxintrin.h: New header.
8005         * config/i386/cpuid.h (bit_MWAITX):  Define.
8006         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
8007         MWAITX support.
8008         * config/i386/i386.opt (mwaitx): New.
8009         * config/i386/i386-builtin-types.def
8010         (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
8011         * config/i386/i386-c.c: Define __MWAITX__ if needed.
8012         * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
8013         (PTA_MWAITX): New.
8014         (ix86_option_override_internal): Handle new option.
8015         (processor_alias_table): Added PTA_MWAITX.
8016         (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
8017         (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
8018         (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
8019         IX86_BUILTIN_MONITORX  built-ins.
8020         * config/i386/i386.h (TARGET_MWAITX): New.
8021         * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
8022         UNSPEC_MONITORX.
8023         (mwaitx):  New pattern.
8024         (monitorx_<mode>): New pattern.
8025         * config/i386/x86intrin.h: Include mwaitxintrin.h.
8026         * doc/extend.texi: Document monitorx and mwaitx builtins.
8027         * doc/invoke.texi: Document -mmwaitx option.
8029 2015-06-12  Uros Bizjak  <ubizjak@gmail.com>
8031         * emit-rtl.c (need_atomic_barrier_p): Mask model with
8032         MEMMODEL_BASE_MASK.  Remove MEMMODEL_SYNC_* cases.
8034 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
8036         * dbxout.c (xcoff_debug_hooks): Provide a function for
8037         register_main_translation_unit hook.
8039 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
8041         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
8042         variants cases from switch.
8043         (rs6000_post_atomic_barrier): Same.
8044         (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
8045         (rs6000_expand_atomic_exchange): Same.
8046         (rs6000_expand_atomic_op): Same.
8047         * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
8048         SYNC variants cases from switch.
8049         (atomic_load): Same.
8050         (atomic_store): Same.
8052 2015-06-11  John David Anglin  <danglin@gcc.gnu.org>
8054         * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
8055         CONST_INT for goto.
8057 2015-06-11  Aldy Hernandez  <aldyh@redhat.com>
8059         PR bootstrap/66448
8060         * dwarf2out.c (check_die): Check for common duplicate attributes.
8061         (add_location_or_const_value_attribute): Do not add duplicate
8062         attributes.
8063         (gen_formal_parameter_die): Do not add DW_AT_artificial the second
8064         time around.
8065         (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
8066         (gen_type_die_with_usage): Call check_die.
8067         (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
8069 2015-06-11  Jason Merrill  <jason@redhat.com>
8071         * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
8072         dies.
8074 2015-06-11  Marek Polacek  <polacek@redhat.com>
8076         * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
8078 2015-06-11  Eric Botcazou  <ebotcazou@adacore.com>
8080         PR bootstrap/66252
8081         * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
8082         * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
8083         (*addx_extend_sp32): Fix pasto.
8084         (*subx_extend): Rename into...
8085         (*subx_extend_sp32): ...this.
8086         (*adddi3_extend_sp32): Add earlyclobber.
8087         (*subdi3_insn_sp32): Likewise.
8088         (*subdi3_extend_sp32): Likewise.
8089         (*and_not_di_sp32): Likewise.
8090         (*or_not_di_sp32): Likewise.
8091         (*xor_not_di_sp32): Likewise.
8092         (*negdi2_sp32): Likewise.
8093         (*one_cmpldi2_sp32): Likewise.
8095 2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
8097         * debug.h (struct gcc_debug_hooks): Add a
8098         register_main_translation_unit hook.
8099         * debug.c (do_nothing_debug_hooks): Provide a function for this
8100         new hook.
8101         * dbxout.c (dbx_debug_hooks): Likewise.
8102         * sdbout.c (sdb_debug_hooks): Likewise.
8103         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
8104         * dwarf2out.c (main_translation_unit): New global variable.
8105         (dwarf2out_register_main_translation_unit): New function
8106         implementing the new hook.
8107         (dwarf2_debug_hooks): Assign
8108         dwarf2out_register_main_translation_unit to this new hook.
8109         (dwarf2out_init): Associate any main translation unit to
8110         comp_unit_die ().
8112 2015-06-11  Marek Polacek  <polacek@redhat.com>
8114         * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
8116 2015-06-11  Marek Polacek  <polacek@redhat.com>
8118         * match.pd: Use single_use throughout.
8120 2015-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8122         * config/arm/arm.c (arm_option_params_internal): When optimising
8123         for speed set max_insns_skipped when arm_restrict_it.
8125 2015-06-11  Christian Bruel  <christian.bruel@st.com>
8127         PR target/52144
8128         * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
8129          macros in ...
8130         (arm_cpu_builtins): New function.
8131         (arm_pragma_target_parse): Call arm_cpu_builtins.
8132         * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
8133         (arm_register_target_pragmas): Likewise.
8134         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
8135          Call arm_register_target_pragmas.
8136         * config/arm/arm-c.c (arm_register_target_pragmas): New function.
8137         (arm_pragma_target_parse): Likewise.
8139 2015-06-10  Kaz Kojima  <kkojima@gcc.gnu.org>
8141         * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
8142         of the second operand.
8144 2015-06-10  Uros Bizjak  <ubizjak@gmail.com>
8146         PR target/66473
8147         * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
8148         to prepare mask operand for AVX512 modes.
8150 2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
8152         PR target/66474
8153         * doc/md.texi (Machine Constraints): Document that on the PowerPC
8154         if you use a constraint that targets a VSX register, you must use
8155         %x<n> in the template.
8157 2015-06-10  Max Filippov  <jcmvbkbc@gmail.com>
8159         * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
8160         * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
8161         (define_insn "trap"): New definition.
8163 2015-06-10  Richard Biener  <rguenther@suse.de>
8165         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
8166         out from ...
8167         (vect_supported_load_permutation_p): ... here.  Handle
8168         supportable permutations in reductions.
8169         * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
8170         for vectorizing strided group loads.
8172 2015-06-10  Jakub Jelinek  <jakub@redhat.com>
8174         PR target/66470
8175         * config/i386/i386.c (ix86_split_long_move): For collisions
8176         involving direct tls segment refs, move the UNSPEC_TP possibly
8177         wrapped in ZERO_EXTEND out of the address for lea, to each of
8178         the memory loads.
8180 2015-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8182         * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
8183         dmb sy. Adjust tabs.
8185 2015-06-10  Tom de Vries  <tom@codesourcery.com>
8187         * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
8189 2015-06-10  Martin Liska  <mliska@suse.cz>
8191         PR bootstrap/66471
8192         * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
8193         all enum values in mem_alloc_origin.
8194         * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
8195         name.
8196         * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
8197         * bitmap.c (bitmap_register): Likewise.
8198         (dump_bitmap_statistics): Likewise.
8199         * ggc-common.c (dump_ggc_loc_statistics): Likewise.
8200         (ggc_record_overhead): Likewise.
8201         * hash-map.h: Likewise.
8202         * hash-set.h: Likewise.
8203         * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
8204         * hash-table.h: Likewise.
8205         * vec.c (vec_prefix::register_overhead): Likewise.
8206         (vec_prefix::release_overhead): Likewise.
8207         (dump_vec_loc_statistics): Likewise.
8209 2015-06-09  Christian Bruel  <christian.bruel@st.com>
8211         PR target/52144
8212         * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
8213         * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
8214         (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
8215         * config/arm/arm.h (SWITCHABLE_TARGET): Define.
8216         * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
8217         (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
8218         (arm_valid_target_attribute_p): Likewise.
8219         (arm_set_current_function, arm_can_inline_p): Likewise.
8220         (arm_valid_target_attribute_rec): Likewise.
8221         (arm_previous_fndecl): New variable.
8222         (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
8223         (TARGET_CAN_INLINE_P): Define.
8224         (arm_asm_trampoline_template): Emit mode.
8225         (arm_file_start): Don't set unified syntax.
8226         (arm_declare_function_name): Set unified syntax and mode.
8227         (arm_option_override): Init target_option_default_node.
8228         and target_option_current_node.
8229         * config/arm/arm.md (*call_value_symbol): Set mode when possible.
8230         (*call_symbol): Likewise.
8231         * doc/extend.texi: Document ARM/Thumb target attribute.
8232         * doc/invoke.texi: Likewise.
8234 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
8236         Revert:
8237         2015-06-09  Alexandre Oliva <aoliva@redhat.com>
8238         PR rtl-optimization/64164
8239         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
8240         * tree-ssa-copyrename.c: Removed.
8241         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
8242         -ftree-coalesce-vars.
8243         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
8244         * common.opt (ftree-copyrename): Ignore.
8245         (ftree-coalesce-inlined-vars): Likewise.
8246         * doc/invoke.texi: Remove the ignored options above.
8247         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
8248         * tree-ssa-coalesce.h: ... here.
8249         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
8250         headers required by it.
8251         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
8252         across variables when flag_tree_coalesce_vars.  Check register
8253         use and promoted modes to allow coalescing.  Moved to
8254         tree-ssa-coalesce.c.
8255         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
8256         with its member functions to tree-ssa-coalesce.c.
8257         (var_map_base_init): Likewise.  Renamed to
8258         compute_samebase_partition_bases.
8259         (partition_view_normal): Drop want_bases parameter.
8260         (partition_view_bitmap): Likewise.
8261         * tree-ssa-live.h: Adjust declarations.
8262         * tree-ssa-coalesce.c: Include explow.h.
8263         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
8264         default defs at the entry point.
8265         (dump_part_var_map): New.
8266         (compute_optimized_partition_bases): New, called by...
8267         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
8268         of compute_samebase_partition_bases.  Adjust.
8269         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
8270         * cfgexpand.c (leader_merge): New.
8271         (get_rtl_for_parm_ssa_default_def): New.
8272         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
8273         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
8274         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
8275         redundant MEM attr setting.
8276         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
8277         from...
8278         (expand_one_stack_var): ... this.  New wrapper to check and
8279         skip already expanded SSA partitions.
8280         (record_alignment_for_reg_var): New, factored out of...
8281         (expand_one_var): ... this.
8282         (expand_one_ssa_partition): New.
8283         (adjust_one_expanded_partition_var): New.
8284         (expand_one_register_var): Check and skip already expanded SSA
8285         partitions.
8286         (expand_used_vars): Don't create DECLs for anonymous SSA
8287         names.  Expand all SSA partitions, then adjust all SSA names.
8288         (pass::execute): Replace the loops that set
8289         SA.partition_to_pseudo from partition leaders and cleared
8290         DECL_RTL for multi-location variables, and that which used to
8291         rename vars and set attrs, with one that clears DECL_RTL and
8292         checks that PARMs and RESULTs default_defs match DECL_RTL.
8293         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
8294         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
8295         * explow.c (promote_ssa_mode): New.
8296         * explow.h (promote_ssa_mode): Declare.
8297         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
8298         * function.c: Include cfgexpand.h.
8299         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
8300         (use_register_for_parm_decl): Wrapper for the above to
8301         special-case the result_ptr.
8302         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
8303         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
8304         multiple locations.
8305         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
8306         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
8307         (assign_parm_setup_block): Prefer SSA-assigned location.
8308         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
8309         if stack_parm is NULL.
8310         (assign_parm_setup_stack): Prefer SSA-assigned location.
8311         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
8312         rtl before testing for pointer bounds.  Special-case result_ptr.
8313         (expand_function_start): Maybe reset DECL_RTL of result.
8314         Prefer SSA-assigned location for result and static chain.
8315         Factor out DECL_RESULT and SET_DECL_RTL.
8316         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
8317         anonymous SSA names.  Use promote_ssa_mode.
8318         (get_temp_reg): Likewise.
8319         (remove_ssa_form): Adjust.
8320         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
8321         and get its reg_usage for reg invalidation.
8322         (compute_bb_dataflow): Pass it insn.
8323         (emit_notes_in_bb): Likewise.
8324         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
8325         fail assert on conversion between unsigned types.
8327 2015-06-09  Tom de Vries  <tom@codesourcery.com>
8329         PR tree-optimization/65460
8330         * omp-low.c (expand_omp_target): Set parallelized_function on
8331         cgraph_node for child_fn.
8333 2015-06-09  Tom de Vries  <tom@codesourcery.com>
8335         * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
8336         parallelized_function before add_new_function.
8338 2015-06-09  Andrew MacLeod  <amacleod@redhat.com>
8340         * gcc-plugin.h: Move decls to plugin.h and include it.
8341         * plugin.h: Relocate decls from gcc-plugin.h
8342         * ggc-page.c: Include required header files.
8343         * passes.c: Likewise.
8344         * cgraphunit.c: Likewise.
8346 2015-06-09  Tom de Vries  <tom@codesourcery.com>
8348         * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
8350 2015-06-09  Jason Merrill  <jason@redhat.com>
8352         PR bootstrap/66448
8353         * toplev.c (check_global_declaration): Don't warn about a clone.
8355 2015-06-09  Marek Polacek  <polacek@redhat.com>
8357         PR tree-optimization/66299
8358         * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
8359         ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
8360         patterns.
8362 2015-06-09  Richard Biener  <rguenther@suse.de>
8364         * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
8365         (vect_analyze_slp_instance): Instead do not falsely drop
8366         load permutations.
8368 2015-06-09  Richard Biener  <rguenther@suse.de>
8370         PR middle-end/66423
8371         * match.pd: Handle A % (unsigned)(1 << B).
8373 2015-06-09  Aldy Hernandez  <aldyh@redhat.com>
8375         * varasm.c (output_object_block_htab): Remove.
8376         (output_object_block_compare): New.
8377         (output_object_blocks): Sort named object_blocks before outputting
8378         them.
8380 2015-06-09  Richard Biener  <rguenther@suse.de>
8382         PR tree-optimization/66419
8383         * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
8384         consider GROUP_GAP when detecting a perfect subchain.
8386 2015-06-09  Nick Clifton  <nickc@redhat.com>
8388         * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
8389         place read only data in the .frodata section.
8391 2015-06-09  Shiva Chen  <shiva0217@gmail.com>
8393         * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
8394         (atomic_store<mode>): Likewise.
8396 2015-06-09  Richard Biener  <rguenther@suse.de>
8398         * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
8400 2015-06-09  Richard Biener  <rguenther@suse.de>
8402         PR middle-end/66413
8403         * tree-inline.c (insert_init_debug_bind): Unshare value.
8405 2015-06-09  Richard Biener  <rguenther@suse.de>
8407         PR tree-optimization/66396
8408         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
8409         Rename virtual operands.
8411 2015-06-09  Tom de Vries  <tom@codesourcery.com>
8413         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
8414         always return false.
8416 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
8418         PR rtl-optimization/64164
8419         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
8420         * tree-ssa-copyrename.c: Removed.
8421         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
8422         -ftree-coalesce-vars.
8423         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
8424         * common.opt (ftree-copyrename): Ignore.
8425         (ftree-coalesce-inlined-vars): Likewise.
8426         * doc/invoke.texi: Remove the ignored options above.
8427         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
8428         * tree-ssa-coalesce.h: ... here.
8429         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
8430         headers required by it.
8431         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
8432         across variables when flag_tree_coalesce_vars.  Check register
8433         use and promoted modes to allow coalescing.  Moved to
8434         tree-ssa-coalesce.c.
8435         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
8436         with its member functions to tree-ssa-coalesce.c.
8437         (var_map_base_init): Likewise.  Renamed to
8438         compute_samebase_partition_bases.
8439         (partition_view_normal): Drop want_bases parameter.
8440         (partition_view_bitmap): Likewise.
8441         * tree-ssa-live.h: Adjust declarations.
8442         * tree-ssa-coalesce.c: Include explow.h.
8443         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
8444         default defs at the entry point.
8445         (dump_part_var_map): New.
8446         (compute_optimized_partition_bases): New, called by...
8447         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
8448         of compute_samebase_partition_bases.  Adjust.
8449         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
8450         * cfgexpand.c (leader_merge): New.
8451         (get_rtl_for_parm_ssa_default_def): New.
8452         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
8453         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
8454         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
8455         redundant MEM attr setting.
8456         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
8457         from...
8458         (expand_one_stack_var): ... this.  New wrapper to check and
8459         skip already expanded SSA partitions.
8460         (record_alignment_for_reg_var): New, factored out of...
8461         (expand_one_var): ... this.
8462         (expand_one_ssa_partition): New.
8463         (adjust_one_expanded_partition_var): New.
8464         (expand_one_register_var): Check and skip already expanded SSA
8465         partitions.
8466         (expand_used_vars): Don't create DECLs for anonymous SSA
8467         names.  Expand all SSA partitions, then adjust all SSA names.
8468         (pass::execute): Replace the loops that set
8469         SA.partition_to_pseudo from partition leaders and cleared
8470         DECL_RTL for multi-location variables, and that which used to
8471         rename vars and set attrs, with one that clears DECL_RTL and
8472         checks that PARMs and RESULTs default_defs match DECL_RTL.
8473         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
8474         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
8475         * explow.c (promote_ssa_mode): New.
8476         * explow.h (promote_ssa_mode): Declare.
8477         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
8478         * function.c: Include cfgexpand.h.
8479         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
8480         (use_register_for_parm_decl): Wrapper for the above to
8481         special-case the result_ptr.
8482         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
8483         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
8484         multiple locations.
8485         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
8486         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
8487         (assign_parm_setup_block): Prefer SSA-assigned location.
8488         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
8489         if stack_parm is NULL.
8490         (assign_parm_setup_stack): Prefer SSA-assigned location.
8491         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
8492         rtl before testing for pointer bounds.  Special-case result_ptr.
8493         (expand_function_start): Maybe reset DECL_RTL of result.
8494         Prefer SSA-assigned location for result and static chain.
8495         Factor out DECL_RESULT and SET_DECL_RTL.
8496         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
8497         anonymous SSA names.  Use promote_ssa_mode.
8498         (get_temp_reg): Likewise.
8499         (remove_ssa_form): Adjust.
8500         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
8501         and get its reg_usage for reg invalidation.
8502         (compute_bb_dataflow): Pass it insn.
8503         (emit_notes_in_bb): Likewise.
8504         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
8505         fail assert on conversion between unsigned types.
8507 2015-06-09  Alexandre Oliva <aoliva@redhat.com>
8509         PR debug/58315
8510         * tree-inline.c (reset_debug_binding): New.
8511         (reset_debug_bindings): Likewise.
8512         (expand_call_inline): Call it.
8514 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
8516         * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
8517         TYPE_STRING_FLAG.
8519 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
8521         * lto-streamer-out.c (lto_output_location): Stream
8522         reserved locations correctly.
8523         * lto-streamer-in.c (lto_output_location): Likewise.
8525 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
8527         * coretypes.h: Include hash-table.h and hash-set.h for host files.
8528         * ggc.h: Don't include statistics.h>
8529         * hash-map.h: Remove all includes.
8530         * hash-set.h: Likewise.
8531         * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
8532         the include list. Remove <new>.
8533         * inchash.h: Remove all includes.
8534         * mem-stats.h: Likewise.
8535         * vec.h: No special processing for generators or ggc.
8536         * alias.c : Adjust include files.
8537         * alloc-pool.c : Likewise.
8538         * alloc-pool.h : Likewise.
8539         * asan.c : Likewise.
8540         * attribs.c : Likewise.
8541         * auto-inc-dec.c : Likewise.
8542         * auto-profile.c : Likewise.
8543         * bb-reorder.c : Likewise.
8544         * bitmap.c : Likewise.
8545         * bitmap.h : Likewise.
8546         * bt-load.c : Likewise.
8547         * builtins.c : Likewise.
8548         * caller-save.c : Likewise.
8549         * calls.c : Likewise.
8550         * ccmp.c : Likewise.
8551         * cfg.c : Likewise.
8552         * cfganal.c : Likewise.
8553         * cfgbuild.c : Likewise.
8554         * cfgcleanup.c : Likewise.
8555         * cfgexpand.c : Likewise.
8556         * cfghooks.c : Likewise.
8557         * cfgloop.c : Likewise.
8558         * cfgloop.h : Likewise.
8559         * cfgloopanal.c : Likewise.
8560         * cfgloopmanip.c : Likewise.
8561         * cfgrtl.c : Likewise.
8562         * cgraph.c : Likewise.
8563         * cgraphbuild.c : Likewise.
8564         * cgraphclones.c : Likewise.
8565         * cgraphunit.c : Likewise.
8566         * cilk-common.c : Likewise.
8567         * combine-stack-adj.c : Likewise.
8568         * combine.c : Likewise.
8569         * compare-elim.c : Likewise.
8570         * context.c : Likewise.
8571         * convert.c : Likewise.
8572         * coverage.c : Likewise.
8573         * cppbuiltin.c : Likewise.
8574         * cprop.c : Likewise.
8575         * cse.c : Likewise.
8576         * cselib.c : Likewise.
8577         * data-streamer-in.c : Likewise.
8578         * data-streamer-out.c : Likewise.
8579         * data-streamer.c : Likewise.
8580         * data-streamer.h : Likewise.
8581         * dbxout.c : Likewise.
8582         * dce.c : Likewise.
8583         * ddg.c : Likewise.
8584         * debug.c : Likewise.
8585         * df-core.c : Likewise.
8586         * df-problems.c : Likewise.
8587         * df-scan.c : Likewise.
8588         * df.h : Likewise.
8589         * dfp.c : Likewise.
8590         * dojump.c : Likewise.
8591         * dominance.c : Likewise.
8592         * domwalk.c : Likewise.
8593         * double-int.c : Likewise.
8594         * dse.c : Likewise.
8595         * dumpfile.c : Likewise.
8596         * dwarf2asm.c : Likewise.
8597         * dwarf2cfi.c : Likewise.
8598         * dwarf2out.c : Likewise.
8599         * emit-rtl.c : Likewise.
8600         * et-forest.c : Likewise.
8601         * except.c : Likewise.
8602         * except.h : Likewise.
8603         * explow.c : Likewise.
8604         * expmed.c : Likewise.
8605         * expr.c : Likewise.
8606         * final.c : Likewise.
8607         * fixed-value.c : Likewise.
8608         * fold-const.c : Likewise.
8609         * function.c : Likewise.
8610         * fwprop.c : Likewise.
8611         * gcc-plugin.h : Likewise.
8612         * gcc.c : Likewise.
8613         * gcse-common.c : Likewise.
8614         * gcse.c : Likewise.
8615         * genattrtab.c : Likewise.
8616         * genautomata.c : Likewise.
8617         * genconditions.c : Likewise.
8618         * genemit.c : Likewise.
8619         * generic-match-head.c : Likewise.
8620         * genextract.c : Likewise.
8621         * gengtype-state.c : Likewise.
8622         * gengtype.c : Likewise.
8623         * genhooks.c : Likewise.
8624         * genmatch.c : Likewise.
8625         * genmodes.c : Likewise.
8626         * genrecog.c : Likewise.
8627         * gensupport.c : Likewise.
8628         * ggc-common.c : Likewise.
8629         * ggc-internal.h : Likewise.
8630         * ggc-none.c : Likewise.
8631         * ggc-page.c : Likewise.
8632         * gimple-builder.c : Likewise.
8633         * gimple-expr.c : Likewise.
8634         * gimple-fold.c : Likewise.
8635         * gimple-iterator.c : Likewise.
8636         * gimple-low.c : Likewise.
8637         * gimple-match-head.c : Likewise.
8638         * gimple-pretty-print.c : Likewise.
8639         * gimple-ssa-isolate-paths.c : Likewise.
8640         * gimple-ssa-strength-reduction.c : Likewise.
8641         * gimple-ssa.h : Likewise.
8642         * gimple-streamer-in.c : Likewise.
8643         * gimple-streamer-out.c : Likewise.
8644         * gimple-streamer.h : Likewise.
8645         * gimple-walk.c : Likewise.
8646         * gimple.c : Likewise.
8647         * gimplify-me.c : Likewise.
8648         * gimplify.c : Likewise.
8649         * godump.c : Likewise.
8650         * graph.c : Likewise.
8651         * graphds.c : Likewise.
8652         * graphite-blocking.c : Likewise.
8653         * graphite-dependences.c : Likewise.
8654         * graphite-interchange.c : Likewise.
8655         * graphite-isl-ast-to-gimple.c : Likewise.
8656         * graphite-optimize-isl.c : Likewise.
8657         * graphite-poly.c : Likewise.
8658         * graphite-scop-detection.c : Likewise.
8659         * graphite-sese-to-poly.c : Likewise.
8660         * graphite.c : Likewise.
8661         * haifa-sched.c : Likewise.
8662         * hard-reg-set.h : Likewise.
8663         * hw-doloop.c : Likewise.
8664         * ifcvt.c : Likewise.
8665         * inchash.c : Likewise.
8666         * incpath.c : Likewise.
8667         * init-regs.c : Likewise.
8668         * input.c : Likewise.
8669         * internal-fn.c : Likewise.
8670         * ipa-chkp.c : Likewise.
8671         * ipa-comdats.c : Likewise.
8672         * ipa-cp.c : Likewise.
8673         * ipa-devirt.c : Likewise.
8674         * ipa-icf-gimple.c : Likewise.
8675         * ipa-icf.c : Likewise.
8676         * ipa-inline-analysis.c : Likewise.
8677         * ipa-inline-transform.c : Likewise.
8678         * ipa-inline.c : Likewise.
8679         * ipa-polymorphic-call.c : Likewise.
8680         * ipa-profile.c : Likewise.
8681         * ipa-prop.c : Likewise.
8682         * ipa-pure-const.c : Likewise.
8683         * ipa-ref.c : Likewise.
8684         * ipa-reference.c : Likewise.
8685         * ipa-split.c : Likewise.
8686         * ipa-utils.c : Likewise.
8687         * ipa-visibility.c : Likewise.
8688         * ipa.c : Likewise.
8689         * ira-build.c : Likewise.
8690         * ira-color.c : Likewise.
8691         * ira-conflicts.c : Likewise.
8692         * ira-costs.c : Likewise.
8693         * ira-emit.c : Likewise.
8694         * ira-lives.c : Likewise.
8695         * ira.c : Likewise.
8696         * jump.c : Likewise.
8697         * langhooks.c : Likewise.
8698         * lcm.c : Likewise.
8699         * libfuncs.h : Likewise.
8700         * lists.c : Likewise.
8701         * loop-doloop.c : Likewise.
8702         * loop-init.c : Likewise.
8703         * loop-invariant.c : Likewise.
8704         * loop-iv.c : Likewise.
8705         * loop-unroll.c : Likewise.
8706         * lower-subreg.c : Likewise.
8707         * lra-assigns.c : Likewise.
8708         * lra-coalesce.c : Likewise.
8709         * lra-constraints.c : Likewise.
8710         * lra-eliminations.c : Likewise.
8711         * lra-lives.c : Likewise.
8712         * lra-remat.c : Likewise.
8713         * lra-spills.c : Likewise.
8714         * lra.c : Likewise.
8715         * lto-cgraph.c : Likewise.
8716         * lto-compress.c : Likewise.
8717         * lto-opts.c : Likewise.
8718         * lto-section-in.c : Likewise.
8719         * lto-section-out.c : Likewise.
8720         * lto-streamer-in.c : Likewise.
8721         * lto-streamer-out.c : Likewise.
8722         * lto-streamer.c : Likewise.
8723         * lto-streamer.h : Likewise.
8724         * mcf.c : Likewise.
8725         * mode-switching.c : Likewise.
8726         * modulo-sched.c : Likewise.
8727         * omega.c : Likewise.
8728         * omp-low.c : Likewise.
8729         * optabs.c : Likewise.
8730         * opts-global.c : Likewise.
8731         * opts.h : Likewise.
8732         * passes.c : Likewise.
8733         * plugin.c : Likewise.
8734         * postreload-gcse.c : Likewise.
8735         * postreload.c : Likewise.
8736         * predict.c : Likewise.
8737         * print-rtl.c : Likewise.
8738         * print-tree.c : Likewise.
8739         * profile.c : Likewise.
8740         * read-md.c : Likewise.
8741         * read-md.h : Likewise.
8742         * read-rtl.c : Likewise.
8743         * real.c : Likewise.
8744         * realmpfr.c : Likewise.
8745         * recog.c : Likewise.
8746         * ree.c : Likewise.
8747         * reg-stack.c : Likewise.
8748         * regcprop.c : Likewise.
8749         * reginfo.c : Likewise.
8750         * regrename.c : Likewise.
8751         * regstat.c : Likewise.
8752         * reload.c : Likewise.
8753         * reload1.c : Likewise.
8754         * reorg.c : Likewise.
8755         * resource.c : Likewise.
8756         * rtl-chkp.c : Likewise.
8757         * rtl.c : Likewise.
8758         * rtl.h : Likewise.
8759         * rtlanal.c : Likewise.
8760         * rtlhash.c : Likewise.
8761         * rtlhash.h : Likewise.
8762         * rtlhooks.c : Likewise.
8763         * sanopt.c : Likewise.
8764         * sched-deps.c : Likewise.
8765         * sched-ebb.c : Likewise.
8766         * sched-rgn.c : Likewise.
8767         * sched-vis.c : Likewise.
8768         * sdbout.c : Likewise.
8769         * sel-sched-dump.c : Likewise.
8770         * sel-sched-ir.c : Likewise.
8771         * sel-sched-ir.h : Likewise.
8772         * sel-sched.c : Likewise.
8773         * sese.c : Likewise.
8774         * shrink-wrap.c : Likewise.
8775         * shrink-wrap.h : Likewise.
8776         * simplify-rtx.c : Likewise.
8777         * stack-ptr-mod.c : Likewise.
8778         * statistics.c : Likewise.
8779         * stmt.c : Likewise.
8780         * stor-layout.c : Likewise.
8781         * store-motion.c : Likewise.
8782         * stringpool.c : Likewise.
8783         * symtab.c : Likewise.
8784         * target-globals.c : Likewise.
8785         * targhooks.c : Likewise.
8786         * tlink.c : Likewise.
8787         * toplev.c : Likewise.
8788         * tracer.c : Likewise.
8789         * trans-mem.c : Likewise.
8790         * tree-affine.c : Likewise.
8791         * tree-affine.h : Likewise.
8792         * tree-browser.c : Likewise.
8793         * tree-call-cdce.c : Likewise.
8794         * tree-cfg.c : Likewise.
8795         * tree-cfgcleanup.c : Likewise.
8796         * tree-chkp-opt.c : Likewise.
8797         * tree-chkp.c : Likewise.
8798         * tree-chrec.c : Likewise.
8799         * tree-complex.c : Likewise.
8800         * tree-data-ref.c : Likewise.
8801         * tree-dfa.c : Likewise.
8802         * tree-diagnostic.c : Likewise.
8803         * tree-dump.c : Likewise.
8804         * tree-eh.c : Likewise.
8805         * tree-eh.h : Likewise.
8806         * tree-emutls.c : Likewise.
8807         * tree-hasher.h : Likewise.
8808         * tree-if-conv.c : Likewise.
8809         * tree-inline.c : Likewise.
8810         * tree-inline.h : Likewise.
8811         * tree-into-ssa.c : Likewise.
8812         * tree-iterator.c : Likewise.
8813         * tree-loop-distribution.c : Likewise.
8814         * tree-nested.c : Likewise.
8815         * tree-nrv.c : Likewise.
8816         * tree-object-size.c : Likewise.
8817         * tree-outof-ssa.c : Likewise.
8818         * tree-parloops.c : Likewise.
8819         * tree-phinodes.c : Likewise.
8820         * tree-predcom.c : Likewise.
8821         * tree-pretty-print.c : Likewise.
8822         * tree-profile.c : Likewise.
8823         * tree-scalar-evolution.c : Likewise.
8824         * tree-sra.c : Likewise.
8825         * tree-ssa-address.c : Likewise.
8826         * tree-ssa-alias.c : Likewise.
8827         * tree-ssa-ccp.c : Likewise.
8828         * tree-ssa-coalesce.c : Likewise.
8829         * tree-ssa-copy.c : Likewise.
8830         * tree-ssa-copyrename.c : Likewise.
8831         * tree-ssa-dce.c : Likewise.
8832         * tree-ssa-dom.c : Likewise.
8833         * tree-ssa-dse.c : Likewise.
8834         * tree-ssa-forwprop.c : Likewise.
8835         * tree-ssa-ifcombine.c : Likewise.
8836         * tree-ssa-live.c : Likewise.
8837         * tree-ssa-loop-ch.c : Likewise.
8838         * tree-ssa-loop-im.c : Likewise.
8839         * tree-ssa-loop-ivcanon.c : Likewise.
8840         * tree-ssa-loop-ivopts.c : Likewise.
8841         * tree-ssa-loop-manip.c : Likewise.
8842         * tree-ssa-loop-niter.c : Likewise.
8843         * tree-ssa-loop-prefetch.c : Likewise.
8844         * tree-ssa-loop-unswitch.c : Likewise.
8845         * tree-ssa-loop.c : Likewise.
8846         * tree-ssa-math-opts.c : Likewise.
8847         * tree-ssa-operands.c : Likewise.
8848         * tree-ssa-phiopt.c : Likewise.
8849         * tree-ssa-phiprop.c : Likewise.
8850         * tree-ssa-pre.c : Likewise.
8851         * tree-ssa-propagate.c : Likewise.
8852         * tree-ssa-reassoc.c : Likewise.
8853         * tree-ssa-sccvn.c : Likewise.
8854         * tree-ssa-scopedtables.c : Likewise.
8855         * tree-ssa-sink.c : Likewise.
8856         * tree-ssa-strlen.c : Likewise.
8857         * tree-ssa-structalias.c : Likewise.
8858         * tree-ssa-tail-merge.c : Likewise.
8859         * tree-ssa-ter.c : Likewise.
8860         * tree-ssa-threadedge.c : Likewise.
8861         * tree-ssa-threadupdate.c : Likewise.
8862         * tree-ssa-uncprop.c : Likewise.
8863         * tree-ssa-uninit.c : Likewise.
8864         * tree-ssa.c : Likewise.
8865         * tree-ssanames.c : Likewise.
8866         * tree-stdarg.c : Likewise.
8867         * tree-streamer-in.c : Likewise.
8868         * tree-streamer-out.c : Likewise.
8869         * tree-streamer.c : Likewise.
8870         * tree-streamer.h : Likewise.
8871         * tree-switch-conversion.c : Likewise.
8872         * tree-tailcall.c : Likewise.
8873         * tree-vect-data-refs.c : Likewise.
8874         * tree-vect-generic.c : Likewise.
8875         * tree-vect-loop-manip.c : Likewise.
8876         * tree-vect-loop.c : Likewise.
8877         * tree-vect-patterns.c : Likewise.
8878         * tree-vect-slp.c : Likewise.
8879         * tree-vect-stmts.c : Likewise.
8880         * tree-vectorizer.c : Likewise.
8881         * tree-vectorizer.h : Likewise.
8882         * tree-vrp.c : Likewise.
8883         * tree.c : Likewise.
8884         * tsan.c : Likewise.
8885         * ubsan.c : Likewise.
8886         * valtrack.c : Likewise.
8887         * valtrack.h : Likewise.
8888         * value-prof.c : Likewise.
8889         * var-tracking.c : Likewise.
8890         * varasm.c : Likewise.
8891         * varpool.c : Likewise.
8892         * vec.c: Likewise.
8893         * vmsdbgout.c : Likewise.
8894         * vtable-verify.c : Likewise.
8895         * vtable-verify.h : Likewise.
8896         * web.c : Likewise.
8897         * wide-int.cc : Likewise.
8898         * xcoffout.c : Likewise.
8899         * config/aarch64/aarch64-builtins.c : Likewise.
8900         * config/aarch64/aarch64.c : Likewise.
8901         * config/aarch64/cortex-a57-fma-steering.c : Likewise.
8902         * config/alpha/alpha.c : Likewise.
8903         * config/arc/arc.c : Likewise.
8904         * config/arm/aarch-common.c : Likewise.
8905         * config/arm/arm-builtins.c : Likewise.
8906         * config/arm/arm-c.c : Likewise.
8907         * config/arm/arm.c : Likewise.
8908         * config/avr/avr-c.c : Likewise.
8909         * config/avr/avr-log.c : Likewise.
8910         * config/avr/avr.c : Likewise.
8911         * config/bfin/bfin.c : Likewise.
8912         * config/c6x/c6x.c : Likewise.
8913         * config/cr16/cr16.c : Likewise.
8914         * config/cris/cris.c : Likewise.
8915         * config/darwin-c.c : Likewise.
8916         * config/darwin.c : Likewise.
8917         * config/default-c.c : Likewise.
8918         * config/epiphany/epiphany.c : Likewise.
8919         * config/epiphany/mode-switch-use.c : Likewise.
8920         * config/epiphany/resolve-sw-modes.c : Likewise.
8921         * config/fr30/fr30.c : Likewise.
8922         * config/frv/frv.c : Likewise.
8923         * config/ft32/ft32.c : Likewise.
8924         * config/glibc-c.c : Likewise.
8925         * config/h8300/h8300.c : Likewise.
8926         * config/i386/i386-c.c : Likewise.
8927         * config/i386/i386.c : Likewise.
8928         * config/i386/msformat-c.c : Likewise.
8929         * config/i386/winnt-cxx.c : Likewise.
8930         * config/i386/winnt-stubs.c : Likewise.
8931         * config/i386/winnt.c : Likewise.
8932         * config/ia64/ia64-c.c : Likewise.
8933         * config/ia64/ia64.c : Likewise.
8934         * config/iq2000/iq2000.c : Likewise.
8935         * config/lm32/lm32.c : Likewise.
8936         * config/m32c/m32c-pragma.c : Likewise.
8937         * config/m32c/m32c.c : Likewise.
8938         * config/m32r/m32r.c : Likewise.
8939         * config/m68k/m68k.c : Likewise.
8940         * config/mcore/mcore.c : Likewise.
8941         * config/mep/mep-pragma.c : Likewise.
8942         * config/mep/mep.c : Likewise.
8943         * config/microblaze/microblaze-c.c : Likewise.
8944         * config/microblaze/microblaze.c : Likewise.
8945         * config/mips/mips.c : Likewise.
8946         * config/mmix/mmix.c : Likewise.
8947         * config/mn10300/mn10300.c : Likewise.
8948         * config/moxie/moxie.c : Likewise.
8949         * config/msp430/msp430-c.c : Likewise.
8950         * config/msp430/msp430.c : Likewise.
8951         * config/nds32/nds32-cost.c : Likewise.
8952         * config/nds32/nds32-fp-as-gp.c : Likewise.
8953         * config/nds32/nds32-intrinsic.c : Likewise.
8954         * config/nds32/nds32-isr.c : Likewise.
8955         * config/nds32/nds32-md-auxiliary.c : Likewise.
8956         * config/nds32/nds32-memory-manipulation.c : Likewise.
8957         * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
8958         * config/nds32/nds32-predicates.c : Likewise.
8959         * config/nds32/nds32.c : Likewise.
8960         * config/nios2/nios2.c : Likewise.
8961         * config/nvptx/nvptx.c : Likewise.
8962         * config/pa/pa.c : Likewise.
8963         * config/pdp11/pdp11.c : Likewise.
8964         * config/rl78/rl78-c.c : Likewise.
8965         * config/rl78/rl78.c : Likewise.
8966         * config/rs6000/rs6000-c.c : Likewise.
8967         * config/rs6000/rs6000.c : Likewise.
8968         * config/rx/rx.c : Likewise.
8969         * config/s390/s390-c.c : Likewise.
8970         * config/s390/s390.c : Likewise.
8971         * config/sh/sh-c.c : Likewise.
8972         * config/sh/sh-mem.cc : Likewise.
8973         * config/sh/sh.c : Likewise.
8974         * config/sh/sh_optimize_sett_clrt.cc : Likewise.
8975         * config/sh/sh_treg_combine.cc : Likewise.
8976         * config/sol2-c.c : Likewise.
8977         * config/sol2-cxx.c : Likewise.
8978         * config/sol2-stubs.c : Likewise.
8979         * config/sol2.c : Likewise.
8980         * config/sparc/sparc-c.c : Likewise.
8981         * config/sparc/sparc.c : Likewise.
8982         * config/spu/spu-c.c : Likewise.
8983         * config/spu/spu.c : Likewise.
8984         * config/stormy16/stormy16.c : Likewise.
8985         * config/tilegx/mul-tables.c : Likewise.
8986         * config/tilegx/tilegx-c.c : Likewise.
8987         * config/tilegx/tilegx.c : Likewise.
8988         * config/tilepro/mul-tables.c : Likewise.
8989         * config/tilepro/tilepro-c.c : Likewise.
8990         * config/tilepro/tilepro.c : Likewise.
8991         * config/v850/v850-c.c : Likewise.
8992         * config/v850/v850.c : Likewise.
8993         * config/vax/vax.c : Likewise.
8994         * config/visium/visium.c : Likewise.
8995         * config/vms/vms-c.c : Likewise.
8996         * config/vms/vms.c : Likewise.
8997         * config/vxworks.c : Likewise.
8998         * config/winnt-c.c : Likewise.
8999         * config/xtensa/xtensa.c : Likewise.
9001 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
9003         PR lto/65378
9004         * ipa-utils.h (warn_types_mismatch): Update prototype.
9005         * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
9006         parameters.
9007         (type_mismatch_p): New function.
9008         (warn_types_mismatch): Reorg to work better on non-C++ types.
9009         (odr_types_equivalent_p): Add loc1/loc2 parameters.
9010         (add_type_duplicate): Update.
9012 2015-06-08  Tom de Vries  <tom@codesourcery.com>
9014         PR rtl-optimization/66444
9015         * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
9016         call_used_regs.
9018 2015-06-08  Richard Biener  <rguenther@suse.de>
9020         PR tree-optimization/66422
9021         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
9022         block after inserted gcc_unreachable.
9024 2015-06-08  Nick Clifton  <nickc@redhat.com>
9026         * config/rx/rx.c (rx_function_value): Do not promote vector types.
9027         (rx_promote_function_mode): Likewise.
9028         * config/rx/rx.h (LIBCALL_VALUE): Likewise.
9030 2015-06-08  Jakub Jelinek  <jakub@redhat.com>
9032         * genattrtab.c (insn_alternatives): Change type from int *
9033         to uint64_t *.
9034         (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
9035         (get_attr_value): Change type of num_alt to uint64_t.
9036         (compute_alternative_mask): Change return type from
9037         int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
9038         (make_alternative_compare, mk_attr_alt): Change argument type
9039         from int to uint64_t.
9040         (simplify_test_exp): Change type of i from int to uint64_t.
9041         Shift ((uint64_t) 1) instead of 1 up.
9042         (main): Adjust oballocvec first argument from int to uint64_t.
9043         Shift ((uint64_t) 1) instead of 1 up.
9045 2015-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9047         PR other/65366
9048         * gdbhooks.py: Import sys.
9049         (intptr): New function.  Replace int(...) by intptr(...).
9051 2015-06-08  Richard Biener  <rguenther@suse.de>
9053         * tree-vect-stmts.c (vectorizable_load): Compute the pointer
9054         adjustment for gaps at the end of a SLP load group properly.
9055         * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
9056         all permutations we can generate.
9057         (vect_transform_slp_perm_load): Use the correct group-size.
9059 2015-06-08  Marc Glisse  <marc.glisse@inria.fr>
9061         * genmatch.c (expr::gen_transform): For conditions, guess the type
9062         from the second operand.
9064 2015-06-08  Tom de Vries  <tom@codesourcery.com>
9066         PR tree-optimization/66442
9067         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
9068         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
9069         if the loop latch is not a singleton.  Use
9070         gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
9072 2015-06-08  Marek Polacek  <polacek@redhat.com>
9074         PR sanitizer/66452
9075         * toplev.c (check_global_declaration): Don't warn about artificial
9076         decls.
9078 2015-06-08  Tom de Vries  <tom@codesourcery.com>
9080         PR tree-optimization/66436
9081         * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
9082         dump file.
9083         * gimplify.c: Add tree-dump.h include.
9084         (gimplify_function_tree): Dump function to gimple dump file.
9085         * stor-layout.c (finalize_size_functions): Don't dump function to gimple
9086         dump file.
9088 2015-06-08  Tom de Vries  <tom@codesourcery.com>
9090         PR tree-optimization/66435
9091         * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
9092         function.
9094 2015-06-06  Jan Hubicka  <hubicka@ucw.cz>
9096         * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
9097         of ptr_type_node to not be ptr_to_node.
9098         * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
9099         TREE_TYPE of pointers.
9100         * gimple-expr.c (useless_type_conversion): Reorder the check for
9101         function pointers and TYPE_CANONICAL.
9103 2015-06-06  John David Anglin  <danglin@gcc.gnu.org>
9105         PR bootstrap/66319
9106         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
9107         defines.  Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
9108         Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
9109         later.
9110         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
9111         Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
9112         _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
9113         _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
9114         and non iso if unix2003.
9116 2015-06-06  Aldy Hernandez  <aldyh@redhat.com>
9118         * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
9120 2015-06-06  Richard Sandiford  <richard.sandiford@arm.com>
9122         * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
9123         rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
9124         cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
9125         except.c, final.c, function.c, gcse-common.c, genemit.c,
9126         haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
9127         lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
9128         sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
9129         shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
9130         more derived ones.
9132 2015-06-06  Mikhail Maltsev  <maltsevm@gmail.com>
9134         * combine.c (combine_split_insns): Remove cast.
9135         * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
9136         * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
9137         * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
9138         * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
9139         * genemit.c (gen_split): Change return type of generated functions to
9140         rtx_insn.
9141         * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
9142         (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
9143         gen_peephole2_* functions.
9144         (print_subroutine, main): Likewise.
9145         * recog.c (peephole2_optimize): Remove cast.
9146         (peep2_next_insn): Promote return type to rtx_insn.
9147         * recog.h (peep2_next_insn): Fix prototype.
9148         * rtl.h (try_split, split_insns): Likewise.
9150 2015-06-06  DJ Delorie  <dj@redhat.com>
9152         * config/msp430/msp430.c (msp430_asm_integer): Support addition
9153         and subtraction too.
9155 2015-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9157         PR target/66410
9158         * config/sh/constraints.md (Sid, Ssd): New memory constraints.
9159         * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
9160         instead of Snd.  Disparage Sid/z alternative with '^'.
9162 2015-06-05  Aldy Hernandez  <aldyh@redhat.com>
9164         * dwarf2out.c: Remove deferred_locations*.
9165         (dwarf2_debug_hooks): Add early_finish hook.
9166         Remove global_decl hook.
9167         Add early_global_decl and late_global_decl hook.
9168         New global early_dwarf.
9169         New structure set_early_dwarf.
9170         (output_die): Indicate whether a DIE was generated early
9171         when generating assembly with -dA.
9172         (struct limbo_die_struct): Document created_for field.
9173         Remove file_table_last_lookup.
9174         (remove_AT): Return TRUE if successful.
9175         (remove_child_TAG): Clear die_parent.
9176         (reparent_child): New function abstracted from...
9177         (splice_child_die): ...here.
9178         (new_die): ICE if a DIE ends up in limbo too late.
9179         (check_die): New.
9180         (defer_location): Remove.
9181         (add_subscript_info): Reuse DW_TAG_subrange_type if available.
9182         (fill_variable_array_bounds): New.
9183         (decl_start_label): Call fill_variable_array_bounds.
9184         (gen_formal_parameter_die): Rewrite to reuse previously generated
9185         DIEs.
9186         (gen_subprogram_die): Same.
9187         (gen_variable_die): Same.
9188         (gen_const_die): Same.
9189         (gen_label_die): Same.
9190         (gen_lexical_block_die): Same.
9191         (decl_will_get_specification_p): New.
9192         (local_function_static): New.
9193         (gen_struct_or_union_type_die): Fill in variable-length fields.
9194         (gen_typedef_die): Fill in variable-length typedefs.
9195         (gen_tagged_type_die): Gracefully return on error_mark_node.
9196         Handle re-entrancy.
9197         (gen_type_die_with_usage): Handle variable-length types.
9198         Remove duplicate code for ARRAY_TYPE case.
9199         (process_scope_var): Only process imported modules during early
9200         dwarf.
9201         (dwarf2out_early_global_decl): New.
9202         (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
9203         (dwarf2out_type_decl): Set early_dwarf while calling
9204         dwarf2out_decl.
9205         (dwarf2out_decl): Verify that we did not recreate a previously
9206         generated DIE.
9207         Do not return on DECL_EXTERNALs in VAR_DECLs.
9208         Abstract some code to local_function_static.
9209         (lookup_filename): Remove use of file_table_last_lookup.
9210         Gracefully exit on missing file_name.
9211         (dwarf2out_finish): Verify limbo list.
9212         Remove deferred_locations_list use.
9213         Move deferred_asm_name and limbo flushing to...
9214         (dwarf2out_early_finish): ...here.  New.
9215         (dwarf2out_c_finalize): Remove set of deferred_location_list,
9216         deferred_asm_name, and file_table_last_lookup.
9217         * cgraph.h (referred_to_p): Add default argument.
9218         * cgraphunit.c (referred_to_p): Add and handle include_self
9219         argument.
9220         (analyze_functions): Add first_time argument.
9221         Call check_global_declaration for all symbols.
9222         Call late_global_decl for nodes for moribund nodes.
9223         (finalize_compilation_unit): Add new argument to
9224         analyze_functions.
9225         Call early_global_decl for functions.
9226         Call early_finish debug hook.
9227         * dbxout.c (dbxout_early_global_decl): New.
9228         (dbxout_late_global_decl): New.  Adapted from dbxout_global_decl.
9229         (dbx_debug_hooks): Add new hooks.
9230         (xcoff_debug_hooks): Same.
9231         * debug.c (do_nothing_debug_hooks): Add early_finish field.
9232         Add early and late debug hooks.
9233         Remove global_decl hook.
9234         * debug.h (struct gcc_debug_hooks): Add early_finish,
9235         early_global_decl, and late_global_decl fields.
9236         Remove global_decl field.
9237         Document gcc_debug_hooks.
9238         * gengtype.c (output_typename): Remove.
9239         * godump.c (go_early_global_decl): New.
9240         (go_late_global_decl): New.
9241         (go_global_decl): Remove.
9242         (dump_go_spec_init): Remove global_decl.  Add
9243         {early,late}_global_decl.
9244         * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
9245         (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
9246         * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
9247         (write_global_declarations): Remove.
9248         (global_decl_processing): New.
9249         * langhooks.h (struct lang_hooks_for_decls): Remove
9250         final_write_globals field.
9251         Add post_compilation_parsing_cleanups field.
9252         * passes.c (rest_of_decl_compilation): Call early_global_decl.
9253         * sdbout.c: Add early and late_global_decl hooks.  Remove
9254         sdbout_global_decl hook.
9255         Add early_finish field for sdb_debug_hooks.
9256         (sdbout_global_decl): Remove.
9257         (sdbout_early_global_decl): New.
9258         (sdbout_late_global_decl): New.
9259         * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
9260         * toplev.c (check_global_declaration): Rename from
9261         check_global_declaration_1.
9262         Adapt to use symtab infrastructure.
9263         (check_global_declarations): Remove.
9264         (emit_debug_global_declarations): Remove.
9265         (compile_file): Remove call to final_write_globals langhook.
9266         Run the actual compilation process.
9267         Perform any post compilation parser cleanups.
9268         Generate late debug info.
9269         * toplev.h (check_global_declaration): New.
9270         (check_global_declaration_1): Remove.
9271         (check_global_declarations): Remove.
9272         (write_global_declarations): Remove.
9273         (emit_debug_global_declarations): Remove.
9274         (global_decl_processing): New.
9275         * tree-core.h (struct tree_block): Add DIE field.
9276         * tree.h (BLOCK_DIE): New.
9277         * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
9278         throughout.
9279         (vmsdbgout_early_global_decl): New.
9280         (vmsdbgout_late_global_decl): New.
9281         Add early_finish debug hook field to vmsdbg_debug_hooks.
9282         Remove vmsdbgout_decl to vmsdbgout_function_decl.
9283         Add early and late_global_decl debug hooks.
9285 2015-06-05  Julian Brown  <julian@codesourcery.com>
9286             Sandra Loosemore  <sandra@codesourcery.com>
9288         * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
9289         * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
9290         to print-sysroot-suffix.sh script.
9292 2015-06-05  Tom de Vries  <tom@codesourcery.com>
9294         merge from gomp4 branch:
9295         2015-05-28  Tom de Vries  <tom@codesourcery.com>
9297         PR tree-optimization/65443
9298         * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
9299         (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
9300         (try_transform_to_exit_first_loop_alt): New function.
9301         (transform_to_exit_first_loop): Use
9302         try_transform_to_exit_first_loop_alt.
9304 2015-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
9306         * builtins.c (expand_builtin_atomic_compare_exchange): Call
9307         emit_cmp_and_jump_insns with the mode of target.
9309 2015-06-05  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
9311         * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
9313 2015-06-04  DJ Delorie  <dj@redhat.com>
9315         * config/msp430/msp430.md (movsi_s): New.  Special case for
9316         storing a 20-bit symbol into a 32-bit register.
9317         * config/msp430/msp430.c (msp430_subreg): Add support for it.
9318         * config/msp430/predicates.md (msp430_symbol_operand): New.
9320 2015-06-04  Sriraman Tallam  <tmsriram@google.com>
9322         * c-family/c-common.c (noplt): New attribute.
9323         (handle_noplt_attribute): New handler.
9324         * calls.c (prepare_call_address): Check for noplt
9325         attribute.
9326         * config/i386/i386.c (ix86_expand_call): Check
9327         for noplt attribute.
9328         (ix86_nopic_noplt_attribute_p): New function.
9329         (ix86_output_call_insn): Output indirect call for non-pic
9330         no plt calls.
9331         * doc/extend.texi (noplt): Document new attribute.
9332         * doc/invoke.texi: Document new attribute.
9334 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
9336         * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
9337         real.h, and fixed-value.h when included in host source files.
9338         * double-int.h: Remove redundant #includes listed above.
9339         * fixed-value.h: Likewise.
9340         * real.h: Likewise.
9341         * wide-int.h: Likewise.
9342         * inchash.h: Likewise.
9343         * rtl.h: Add some include files When included from a generator file.
9344         * target.h: Remove wide-int.h and insn-modes.h from the include list.
9345         * internal-fn.h: Don't include coretypes.h.
9346         * alias.c: Adjust includes for restructured coretypes.h.
9347         * asan.c: Likewise.
9348         * attribs.c: Likewise.
9349         * auto-inc-dec.c: Likewise.
9350         * auto-profile.c: Likewise.
9351         * bb-reorder.c: Likewise.
9352         * bt-load.c: Likewise.
9353         * builtins.c: Likewise.
9354         * caller-save.c: Likewise.
9355         * calls.c: Likewise.
9356         * ccmp.c: Likewise.
9357         * cfg.c: Likewise.
9358         * cfganal.c: Likewise.
9359         * cfgbuild.c: Likewise.
9360         * cfgcleanup.c: Likewise.
9361         * cfgexpand.c: Likewise.
9362         * cfghooks.c: Likewise.
9363         * cfgloop.c: Likewise.
9364         * cfgloop.h: Likewise.
9365         * cfgloopanal.c: Likewise.
9366         * cfgloopmanip.c: Likewise.
9367         * cfgrtl.c: Likewise.
9368         * cgraph.c: Likewise.
9369         * cgraphbuild.c: Likewise.
9370         * cgraphclones.c: Likewise.
9371         * cgraphunit.c: Likewise.
9372         * cilk-common.c: Likewise.
9373         * combine-stack-adj.c: Likewise.
9374         * combine.c: Likewise.
9375         * compare-elim.c: Likewise.
9376         * convert.c: Likewise.
9377         * coverage.c: Likewise.
9378         * cppbuiltin.c: Likewise.
9379         * cprop.c: Likewise.
9380         * cse.c: Likewise.
9381         * cselib.c: Likewise.
9382         * data-streamer-in.c: Likewise.
9383         * data-streamer-out.c: Likewise.
9384         * data-streamer.c: Likewise.
9385         * dbxout.c: Likewise.
9386         * dce.c: Likewise.
9387         * ddg.c: Likewise.
9388         * debug.c: Likewise.
9389         * df-core.c: Likewise.
9390         * df-problems.c: Likewise.
9391         * df-scan.c: Likewise.
9392         * df.h: Likewise.
9393         * dfp.c: Likewise.
9394         * dojump.c: Likewise.
9395         * dominance.c: Likewise.
9396         * domwalk.c: Likewise.
9397         * double-int.c: Likewise.
9398         * dse.c: Likewise.
9399         * dumpfile.c: Likewise.
9400         * dwarf2asm.c: Likewise.
9401         * dwarf2cfi.c: Likewise.
9402         * dwarf2out.c: Likewise.
9403         * dwarf2out.h: Likewise.
9404         * emit-rtl.c: Likewise.
9405         * et-forest.c: Likewise.
9406         * except.c: Likewise.
9407         * explow.c: Likewise.
9408         * expmed.c: Likewise.
9409         * expr.c: Likewise.
9410         * final.c: Likewise.
9411         * fixed-value.c: Likewise.
9412         * fold-const.c: Likewise.
9413         * function.c: Likewise.
9414         * fwprop.c: Likewise.
9415         * gcc-plugin.h: Likewise.
9416         * gcse.c: Likewise.
9417         * generic-match-head.c: Likewise.
9418         * ggc-page.c: Likewise.
9419         * gimple-builder.c: Likewise.
9420         * gimple-expr.c: Likewise.
9421         * gimple-fold.c: Likewise.
9422         * gimple-iterator.c: Likewise.
9423         * gimple-low.c: Likewise.
9424         * gimple-match-head.c: Likewise.
9425         * gimple-pretty-print.c: Likewise.
9426         * gimple-ssa-isolate-paths.c: Likewise.
9427         * gimple-ssa-strength-reduction.c: Likewise.
9428         * gimple-streamer-in.c: Likewise.
9429         * gimple-streamer-out.c: Likewise.
9430         * gimple-streamer.h: Likewise.
9431         * gimple-walk.c: Likewise.
9432         * gimple.c: Likewise.
9433         * gimplify-me.c: Likewise.
9434         * gimplify.c: Likewise.
9435         * godump.c: Likewise.
9436         * graph.c: Likewise.
9437         * graphite-blocking.c: Likewise.
9438         * graphite-dependences.c: Likewise.
9439         * graphite-interchange.c: Likewise.
9440         * graphite-isl-ast-to-gimple.c: Likewise.
9441         * graphite-optimize-isl.c: Likewise.
9442         * graphite-poly.c: Likewise.
9443         * graphite-scop-detection.c: Likewise.
9444         * graphite-sese-to-poly.c: Likewise.
9445         * graphite.c: Likewise.
9446         * haifa-sched.c: Likewise.
9447         * hooks.h: Likewise.
9448         * hw-doloop.c: Likewise.
9449         * ifcvt.c: Likewise.
9450         * incpath.c: Likewise.
9451         * init-regs.c: Likewise.
9452         * internal-fn.c: Likewise.
9453         * ipa-chkp.c: Likewise.
9454         * ipa-comdats.c: Likewise.
9455         * ipa-cp.c: Likewise.
9456         * ipa-devirt.c: Likewise.
9457         * ipa-icf-gimple.c: Likewise.
9458         * ipa-icf.c: Likewise.
9459         * ipa-inline-analysis.c: Likewise.
9460         * ipa-inline-transform.c: Likewise.
9461         * ipa-inline.c: Likewise.
9462         * ipa-polymorphic-call.c: Likewise.
9463         * ipa-profile.c: Likewise.
9464         * ipa-prop.c: Likewise.
9465         * ipa-pure-const.c: Likewise.
9466         * ipa-ref.c: Likewise.
9467         * ipa-reference.c: Likewise.
9468         * ipa-split.c: Likewise.
9469         * ipa-utils.c: Likewise.
9470         * ipa-visibility.c: Likewise.
9471         * ipa.c: Likewise.
9472         * ira-build.c: Likewise.
9473         * ira-color.c: Likewise.
9474         * ira-conflicts.c: Likewise.
9475         * ira-costs.c: Likewise.
9476         * ira-emit.c: Likewise.
9477         * ira-lives.c: Likewise.
9478         * ira.c: Likewise.
9479         * jump.c: Likewise.
9480         * langhooks.c: Likewise.
9481         * lcm.c: Likewise.
9482         * loop-doloop.c: Likewise.
9483         * loop-init.c: Likewise.
9484         * loop-invariant.c: Likewise.
9485         * loop-iv.c: Likewise.
9486         * loop-unroll.c: Likewise.
9487         * lower-subreg.c: Likewise.
9488         * lra-assigns.c: Likewise.
9489         * lra-coalesce.c: Likewise.
9490         * lra-constraints.c: Likewise.
9491         * lra-eliminations.c: Likewise.
9492         * lra-lives.c: Likewise.
9493         * lra-remat.c: Likewise.
9494         * lra-spills.c: Likewise.
9495         * lra.c: Likewise.
9496         * lto-cgraph.c: Likewise.
9497         * lto-compress.c: Likewise.
9498         * lto-opts.c: Likewise.
9499         * lto-section-in.c: Likewise.
9500         * lto-section-out.c: Likewise.
9501         * lto-streamer-in.c: Likewise.
9502         * lto-streamer-out.c: Likewise.
9503         * lto-streamer.c: Likewise.
9504         * mcf.c: Likewise.
9505         * mode-switching.c: Likewise.
9506         * modulo-sched.c: Likewise.
9507         * omega.c: Likewise.
9508         * omp-low.c: Likewise.
9509         * optabs.c: Likewise.
9510         * opts-global.c: Likewise.
9511         * passes.c: Likewise.
9512         * plugin.c: Likewise.
9513         * postreload-gcse.c: Likewise.
9514         * postreload.c: Likewise.
9515         * predict.c: Likewise.
9516         * print-rtl.c: Likewise.
9517         * print-tree.c: Likewise.
9518         * profile.c: Likewise.
9519         * real.c: Likewise.
9520         * realmpfr.c: Likewise.
9521         * realmpfr.h: Likewise.
9522         * recog.c: Likewise.
9523         * ree.c: Likewise.
9524         * reg-stack.c: Likewise.
9525         * regcprop.c: Likewise.
9526         * reginfo.c: Likewise.
9527         * regrename.c: Likewise.
9528         * regs.h: Likewise.
9529         * regstat.c: Likewise.
9530         * reload.c: Likewise.
9531         * reload1.c: Likewise.
9532         * reorg.c: Likewise.
9533         * resource.c: Likewise.
9534         * rtl-chkp.c: Likewise.
9535         * rtlanal.c: Likewise.
9536         * rtlhooks.c: Likewise.
9537         * sanopt.c: Likewise.
9538         * sched-deps.c: Likewise.
9539         * sched-ebb.c: Likewise.
9540         * sched-rgn.c: Likewise.
9541         * sched-vis.c: Likewise.
9542         * sdbout.c: Likewise.
9543         * sel-sched-dump.c: Likewise.
9544         * sel-sched-ir.c: Likewise.
9545         * sel-sched.c: Likewise.
9546         * sese.c: Likewise.
9547         * shrink-wrap.c: Likewise.
9548         * shrink-wrap.h: Likewise.
9549         * simplify-rtx.c: Likewise.
9550         * stack-ptr-mod.c: Likewise.
9551         * statistics.c: Likewise.
9552         * stmt.c: Likewise.
9553         * stor-layout.c: Likewise.
9554         * store-motion.c: Likewise.
9555         * stringpool.c: Likewise.
9556         * symtab.c: Likewise.
9557         * target-globals.c: Likewise.
9558         * targhooks.c: Likewise.
9559         * toplev.c: Likewise.
9560         * tracer.c: Likewise.
9561         * trans-mem.c: Likewise.
9562         * tree-affine.c: Likewise.
9563         * tree-affine.h: Likewise.
9564         * tree-browser.c: Likewise.
9565         * tree-call-cdce.c: Likewise.
9566         * tree-cfg.c: Likewise.
9567         * tree-cfgcleanup.c: Likewise.
9568         * tree-chkp-opt.c: Likewise.
9569         * tree-chkp.c: Likewise.
9570         * tree-chrec.c: Likewise.
9571         * tree-complex.c: Likewise.
9572         * tree-data-ref.c: Likewise.
9573         * tree-dfa.c: Likewise.
9574         * tree-diagnostic.c: Likewise.
9575         * tree-dump.c: Likewise.
9576         * tree-eh.c: Likewise.
9577         * tree-emutls.c: Likewise.
9578         * tree-if-conv.c: Likewise.
9579         * tree-inline.c: Likewise.
9580         * tree-into-ssa.c: Likewise.
9581         * tree-iterator.c: Likewise.
9582         * tree-loop-distribution.c: Likewise.
9583         * tree-nested.c: Likewise.
9584         * tree-nrv.c: Likewise.
9585         * tree-object-size.c: Likewise.
9586         * tree-outof-ssa.c: Likewise.
9587         * tree-parloops.c: Likewise.
9588         * tree-phinodes.c: Likewise.
9589         * tree-predcom.c: Likewise.
9590         * tree-pretty-print.c: Likewise.
9591         * tree-pretty-print.h: Likewise.
9592         * tree-profile.c: Likewise.
9593         * tree-scalar-evolution.c: Likewise.
9594         * tree-sra.c: Likewise.
9595         * tree-ssa-address.c: Likewise.
9596         * tree-ssa-alias.c: Likewise.
9597         * tree-ssa-ccp.c: Likewise.
9598         * tree-ssa-coalesce.c: Likewise.
9599         * tree-ssa-copy.c: Likewise.
9600         * tree-ssa-copyrename.c: Likewise.
9601         * tree-ssa-dce.c: Likewise.
9602         * tree-ssa-dom.c: Likewise.
9603         * tree-ssa-dse.c: Likewise.
9604         * tree-ssa-forwprop.c: Likewise.
9605         * tree-ssa-ifcombine.c: Likewise.
9606         * tree-ssa-live.c: Likewise.
9607         * tree-ssa-loop-ch.c: Likewise.
9608         * tree-ssa-loop-im.c: Likewise.
9609         * tree-ssa-loop-ivcanon.c: Likewise.
9610         * tree-ssa-loop-ivopts.c: Likewise.
9611         * tree-ssa-loop-manip.c: Likewise.
9612         * tree-ssa-loop-niter.c: Likewise.
9613         * tree-ssa-loop-prefetch.c: Likewise.
9614         * tree-ssa-loop-unswitch.c: Likewise.
9615         * tree-ssa-loop.c: Likewise.
9616         * tree-ssa-loop.h: Likewise.
9617         * tree-ssa-math-opts.c: Likewise.
9618         * tree-ssa-operands.c: Likewise.
9619         * tree-ssa-phiopt.c: Likewise.
9620         * tree-ssa-phiprop.c: Likewise.
9621         * tree-ssa-pre.c: Likewise.
9622         * tree-ssa-propagate.c: Likewise.
9623         * tree-ssa-reassoc.c: Likewise.
9624         * tree-ssa-sccvn.c: Likewise.
9625         * tree-ssa-scopedtables.c: Likewise.
9626         * tree-ssa-sink.c: Likewise.
9627         * tree-ssa-strlen.c: Likewise.
9628         * tree-ssa-structalias.c: Likewise.
9629         * tree-ssa-tail-merge.c: Likewise.
9630         * tree-ssa-ter.c: Likewise.
9631         * tree-ssa-threadedge.c: Likewise.
9632         * tree-ssa-threadupdate.c: Likewise.
9633         * tree-ssa-uncprop.c: Likewise.
9634         * tree-ssa-uninit.c: Likewise.
9635         * tree-ssa.c: Likewise.
9636         * tree-ssanames.c: Likewise.
9637         * tree-stdarg.c: Likewise.
9638         * tree-streamer-in.c: Likewise.
9639         * tree-streamer-out.c: Likewise.
9640         * tree-streamer.c: Likewise.
9641         * tree-switch-conversion.c: Likewise.
9642         * tree-tailcall.c: Likewise.
9643         * tree-vect-data-refs.c: Likewise.
9644         * tree-vect-generic.c: Likewise.
9645         * tree-vect-loop-manip.c: Likewise.
9646         * tree-vect-loop.c: Likewise.
9647         * tree-vect-patterns.c: Likewise.
9648         * tree-vect-slp.c: Likewise.
9649         * tree-vect-stmts.c: Likewise.
9650         * tree-vectorizer.c: Likewise.
9651         * tree-vrp.c: Likewise.
9652         * tree.c: Likewise.
9653         * tsan.c: Likewise.
9654         * ubsan.c: Likewise.
9655         * valtrack.c: Likewise.
9656         * value-prof.c: Likewise.
9657         * var-tracking.c: Likewise.
9658         * varasm.c: Likewise.
9659         * varpool.c: Likewise.
9660         * vmsdbgout.c: Likewise.
9661         * vtable-verify.c: Likewise.
9662         * web.c: Likewise.
9663         * wide-int-print.cc: Likewise.
9664         * wide-int-print.h: Likewise.
9665         * wide-int.cc: Likewise.
9666         * xcoffout.c: Likewise.
9667         * config/aarch64/aarch64-builtins.c: Likewise.
9668         * config/aarch64/aarch64.c: Likewise.
9669         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
9670         * config/alpha/alpha.c: Likewise.
9671         * config/arc/arc.c: Likewise.
9672         * config/arm/aarch-common.c: Likewise.
9673         * config/arm/arm-builtins.c: Likewise.
9674         * config/arm/arm-c.c: Likewise.
9675         * config/arm/arm.c: Likewise.
9676         * config/avr/avr-c.c: Likewise.
9677         * config/avr/avr-log.c: Likewise.
9678         * config/avr/avr.c: Likewise.
9679         * config/bfin/bfin.c: Likewise.
9680         * config/c6x/c6x.c: Likewise.
9681         * config/cr16/cr16.c: Likewise.
9682         * config/cris/cris.c: Likewise.
9683         * config/darwin-c.c: Likewise.
9684         * config/darwin.c: Likewise.
9685         * config/default-c.c: Likewise.
9686         * config/epiphany/epiphany.c: Likewise.
9687         * config/epiphany/mode-switch-use.c: Likewise.
9688         * config/epiphany/resolve-sw-modes.c: Likewise.
9689         * config/fr30/fr30.c: Likewise.
9690         * config/frv/frv.c: Likewise.
9691         * config/ft32/ft32.c: Likewise.
9692         * config/glibc-c.c: Likewise.
9693         * config/h8300/h8300.c: Likewise.
9694         * config/i386/i386-c.c: Likewise.
9695         * config/i386/i386.c: Likewise.
9696         * config/i386/msformat-c.c: Likewise.
9697         * config/i386/winnt-cxx.c: Likewise.
9698         * config/i386/winnt-stubs.c: Likewise.
9699         * config/i386/winnt.c: Likewise.
9700         * config/ia64/ia64-c.c: Likewise.
9701         * config/ia64/ia64.c: Likewise.
9702         * config/iq2000/iq2000.c: Likewise.
9703         * config/lm32/lm32.c: Likewise.
9704         * config/m32c/m32c-pragma.c: Likewise.
9705         * config/m32c/m32c.c: Likewise.
9706         * config/m32r/m32r.c: Likewise.
9707         * config/m68k/m68k.c: Likewise.
9708         * config/mcore/mcore.c: Likewise.
9709         * config/mep/mep-pragma.c: Likewise.
9710         * config/mep/mep.c: Likewise.
9711         * config/microblaze/microblaze-c.c: Likewise.
9712         * config/microblaze/microblaze.c: Likewise.
9713         * config/mips/mips.c: Likewise.
9714         * config/mmix/mmix.c: Likewise.
9715         * config/mn10300/mn10300.c: Likewise.
9716         * config/moxie/moxie.c: Likewise.
9717         * config/msp430/msp430-c.c: Likewise.
9718         * config/msp430/msp430.c: Likewise.
9719         * config/nds32/nds32-cost.c: Likewise.
9720         * config/nds32/nds32-fp-as-gp.c: Likewise.
9721         * config/nds32/nds32-intrinsic.c: Likewise.
9722         * config/nds32/nds32-isr.c: Likewise.
9723         * config/nds32/nds32-md-auxiliary.c: Likewise.
9724         * config/nds32/nds32-memory-manipulation.c: Likewise.
9725         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
9726         * config/nds32/nds32-predicates.c: Likewise.
9727         * config/nds32/nds32.c: Likewise.
9728         * config/nios2/nios2.c: Likewise.
9729         * config/nvptx/nvptx.c: Likewise.
9730         * config/pa/pa.c: Likewise.
9731         * config/pdp11/pdp11.c: Likewise.
9732         * config/rl78/rl78-c.c: Likewise.
9733         * config/rl78/rl78.c: Likewise.
9734         * config/rs6000/rs6000-c.c: Likewise.
9735         * config/rs6000/rs6000.c: Likewise.
9736         * config/rx/rx.c: Likewise.
9737         * config/s390/s390-c.c: Likewise.
9738         * config/s390/s390.c: Likewise.
9739         * config/sh/sh-c.c: Likewise.
9740         * config/sh/sh-mem.cc: Likewise.
9741         * config/sh/sh.c: Likewise.
9742         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
9743         * config/sh/sh_treg_combine.cc: Likewise.
9744         * config/sol2-c.c: Likewise.
9745         * config/sol2-cxx.c: Likewise.
9746         * config/sol2-stubs.c: Likewise.
9747         * config/sol2.c: Likewise.
9748         * config/sparc/sparc-c.c: Likewise.
9749         * config/sparc/sparc.c: Likewise.
9750         * config/spu/spu-c.c: Likewise.
9751         * config/spu/spu.c: Likewise.
9752         * config/stormy16/stormy16.c: Likewise.
9753         * config/tilegx/mul-tables.c: Likewise.
9754         * config/tilegx/tilegx-c.c: Likewise.
9755         * config/tilegx/tilegx.c: Likewise.
9756         * config/tilepro/mul-tables.c: Likewise.
9757         * config/tilepro/tilepro-c.c: Likewise.
9758         * config/tilepro/tilepro.c: Likewise.
9759         * config/v850/v850-c.c: Likewise.
9760         * config/v850/v850.c: Likewise.
9761         * config/vax/vax.c: Likewise.
9762         * config/visium/visium.c: Likewise.
9763         * config/vms/vms-c.c: Likewise.
9764         * config/vms/vms.c: Likewise.
9765         * config/vxworks.c: Likewise.
9766         * config/winnt-c.c: Likewise.
9767         * config/xtensa/xtensa.c: Likewise.
9768         * common/config/bfin/bfin-common.c: Likewise.
9770 2015-06-04  Jan Hubicka  <hubicka@ucw.cz>
9772         * tree.h (tree_code_for_canonical_type_merging): New function.
9773         * tree.c (gimple_canonical_types_compatible_p): Use
9774         tree_code_for_canonical_type_merging..
9776 2015-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9778         PR c++/66192
9779         PR target/66200
9780         * doc/tm.texi: Regenerate.
9781         * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
9782         * target.def (TARGET_RELAXED_ORDERING): Likewise.
9783         * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
9784         * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
9785         * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
9786         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
9787         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
9788         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
9789         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
9791 2015-06-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9793         * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
9794         register fma steering pass.
9795         * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
9796         AARCH64_TUNE_FMA_STEERING.
9798 2015-06-03  Jan Hubicka  <hubicka@ucw.cz>
9800         * tree.c (verify_type_variant): Verify that type and variant is
9801         compatible.
9802         (gimple_canonical_types_compatible_p): Look for main variants.
9804 2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
9806         * config.gcc (powerpc*-*-*): Add support for a new configure
9807         option --with-advance-toolchain=<xxx> which overrides using the
9808         default header files, libraries and dynamic linker.
9810         * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
9811         specs to support the configure --with-advance-toolchain=<xxx>
9812         option.
9813         (INCLUDE_EXTRA_SPEC): Likewise.
9814         (LINK_OS_EXTRA_SPEC32): Likewise.
9815         (LINK_OK_EXTRA_SPEC64): Likewise.
9816         (LINK_OS_NEW_DTAGS_SPEC): Likewise.
9817         (DYNAMIC_LINKER_PREFIX): Likewise.
9818         (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
9819         toolchain support.
9820         (GLIBC_DYNAMIC_LINKER32): Likewise.
9821         (GLIBC_DYNAMIC_LINKER64): Likewise.
9822         (LINK_OS_LINUX_SPEC32): Likewise.
9823         (LINK_OS_LINUX_SPEC64): Likewise.
9825         * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
9826         configuration option.
9828 2015-06-03  Uros Bizjak  <ubizjak@gmail.com>
9830         PR target/66275
9831         * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
9832         to determine current function ABI.
9833         (ix86_function_value_regno_p): Ditto.
9835 2015-06-03  Martin Liska  <mliska@suse.cz>
9837         * alloc-pool.h (struct pool_usage): Correct GNU coding style.
9838         * bitmap.h (struct bitmap_usage): Likewise.
9839         * ggc-common.c (struct ggc_usage): Likewise.
9840         * mem-stats.h (struct mem_location): Likewise.
9841         (struct mem_usage): Likewise.
9842         * vec.c (struct vec_usage): Likewise.
9844 2015-06-03  Benigno B. Junior  <bbj@gentoo.org>
9846         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
9847         -Bsymbolic.
9849 2015-06-02  Andres Tiraboschi  <andres.tiraboschi@tallertechnologies.com>
9851         * doc/plugins.texi (enum plugin_event): New event.
9852         * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
9853         and PLUGIN_FINISH_FUNCTION.
9854         * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
9855         (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
9857 2015-06-03  Richard Biener  <rguenther@suse.de>
9859         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
9860         compute GROUP_GAP for the first element.
9861         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
9862         on in-group gaps.
9864 2015-06-03  Nick Clifton  <nickc@redhat.com>
9866         * config/rl78/rl78-real.md: Add peepholes to avoid a register
9867         copy when calling a function.
9868         * config/rl78/rl78.c (need_to_save): Do not push the frame
9869         pointer in an interrupt handler prologue if it is never used.
9871 2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9873         * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
9875 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
9877         * ipa-chkp.c (chkp_maybe_create_clone): Create alias
9878         reference when cloning alias node.
9880 2015-06-03  Martin Liska  <mliska@suse.cz>
9882         * alloc-pool.h (struct pool_usage): Correct space padding.
9883         * ggc-page.c (ggc_print_statistics): Align columns in a report.
9884         * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
9885         * tree.c (dump_tree_statistics): Align columns in a report.
9887 2015-06-03  Martin Liska  <mliska@suse.cz>
9889         * alloc-pool.c (allocate_pool_descriptor): Remove.
9890         (struct pool_output_info): Likewise.
9891         (print_alloc_pool_statistics): Likewise.
9892         (dump_alloc_pool_statistics): Likewise.
9893         * alloc-pool.h (struct pool_usage): New struct.
9894         (pool_allocator::initialize): Change usage of memory statistics
9895         to a new interface.
9896         (pool_allocator::release): Likewise.
9897         (pool_allocator::allocate): Likewise.
9898         (pool_allocator::remove): Likewise.
9899         * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
9900         for a pool allocator.
9901         * mem-stats.h (struct mem_location): Add new ctor.
9902         (struct mem_usage): Add counter for number of
9903         instances.
9904         (mem_alloc_description::register_descriptor): New overload of
9905         * mem-stats.h (mem_location::to_string): New function.
9906         * bitmap.h (struct bitmap_usage): Use this new function.
9907         * ggc-common.c (struct ggc_usage): Likewise.
9908         the function.
9910 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
9912         * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
9913         of GCC_INSN_FLAGS_H block.
9915 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
9917         * explow.c (plus_constant): Update check after force_const_mem call
9918         to see if the value returned is not a NULL_RTX.
9920 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
9922         * ipa.c (symbol_table::remove_unreachable_nodes): Don't
9923         remove instumentation thunks calling reachable functions.
9924         * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
9925         * lto/lto-partition.c (privatize_symbol_name_1): New.
9926         (privatize_symbol_name): Privatize both decl and orig_decl
9927         names for instrumented functions.
9928         * cgraph.c (cgraph_node::verify_node): Add transparent
9929         alias chain check for instrumented node.
9931 2015-06-03  Marek Polacek  <polacek@redhat.com>
9933         PR c/64223
9934         PR c/29358
9935         * tree.c (attribute_value_equal): Handle attribute format.
9936         (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
9938 2015-06-03  Richard Biener  <rguenther@suse.de>
9940         PR tree-optimization/63916
9941         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
9942         Forward-propagate non-invariant addresses by splicing their
9943         reference ops if the result isn't going to be used by PRE.
9944         (vn_reference_lookup_3): Remove pointless assert.
9946 2015-06-03  Richard Biener  <rguenther@suse.de>
9948         PR tree-optimization/66375
9949         * tree-scalar-evolution.c (follow_ssa_edge_binary): First
9950         add to the evolution before following SSA edges.
9952 2015-06-03  Bin Cheng  <bin.cheng@arm.com>
9954         * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
9955         (dump_use, dump_cand, find_induction_variables): Pass new argument
9956         to dump_iv.
9957         (record_use): Preserve the ssa name information in IV.
9959 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
9961         * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
9962         NO_MODE_TEST.
9963         (add_mode_tests): Don't add mode tests if the predicate only
9964         accepts scalar constant integers.  Otherwise, allow the mode
9965         of "op" to be VOIDmode if the predicate does accept such integers.
9967 2015-06-02  Jim Wilson  <jim.wilson@linaro.org>
9969         PR target/66258
9970         * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
9971         !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
9972         (aarch64_secondary_reload): Likewise
9973         (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
9974         to !TARGET_FLOAT.
9975         (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
9976         Likewise.
9978 2015-06-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
9979             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
9981         PR target/65768
9982         * cprop.c (try_replace_reg): Check cost of constants before propagating.
9984 2015-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
9986         * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
9987         provide access to the IBM extended double floating point mode if
9988         long double is IEEE 128-bit floating point.
9989         (KFmode): Define KFmode to provide access to IEEE 128-bit floating
9990         point if long double is the IBM extended double type.
9992         * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
9993         enable adding IEEE 128-bit floating point support.
9994         (-mfloat128-software): Likewise.
9995         (-mfloat128-sw): Likewise.
9997         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
9998         128-bit floating point types to occupy any register if
9999         -mlong-double-64.  Do not allow use of IFmode/KFmode unless
10000         -mfloat128-software is enabled.
10001         (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
10002         support.
10003         (rs6000_option_override_internal): Add -mfloat128-* support.
10004         (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
10006         * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
10007         and float128 type nodes.
10008         (ieee128_float_type_node): Likewise.
10009         (ibm128_float_type_node): Likewise.
10011 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
10013         PR target/66136
10014         * config/aarch64/geniterators.sh: Rewrite in awk.
10016 2015-06-02  Martin Liska  <mliska@suse.cz>
10018         * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
10019         values to avoid -Wmaybe-uninitialized errors.
10021 2015-06-02  Richard Biener  <rguenther@suse.de>
10023         PR debug/65549
10024         * dwarf2out.c (lookup_context_die): New function.
10025         (resolve_addr): Avoid forcing a full DIE for the
10026         target of a DW_TAG_GNU_call_site during late compilation.
10027         Instead create a stub DIE without a type if we have a
10028         context DIE present.
10030 2015-06-02  Uros Bizjak  <ubizjak@gmail.com>
10032         * df-scan.c (df_scan_start_dump): Add space between regno and regname.
10034 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
10036         PR tree-optimization/48052
10037         * cfgloop.h (struct control_iv): New.
10038         (struct loop): New field control_ivs.
10039         * tree-ssa-loop-niter.c : Include "stor-layout.h".
10040         (number_of_iterations_lt): Set no_overflow information.
10041         (number_of_iterations_exit): Init control iv in niter struct.
10042         (record_control_iv): New.
10043         (estimate_numbers_of_iterations_loop): Call record_control_iv.
10044         (loop_exits_before_overflow): New.  Interface factored out of
10045         scev_probably_wraps_p.
10046         (scev_probably_wraps_p): Factor loop niter related code into
10047         loop_exits_before_overflow.
10048         (free_numbers_of_iterations_estimates_loop): Free control ivs.
10049         * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
10051 2015-06-02  Eric Botcazou  <ebotcazou@adacore.com>
10053         * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
10054         the target doesn't belong to the current function.
10056 2015-06-02  Marek Polacek  <polacek@redhat.com>
10058         PR middle-end/66345
10059         * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
10060         get_maxval_strlen does not produce an INTEGER_CST.
10062 2015-06-02  Richard Sandiford  <richard.sandiford@arm.com>
10064         * config/arc/constraints.md: Use lower-case names in match_code.
10065         * config/mmix/constraints.md: Likewise.
10067 2015-06-02  Richard Biener  <rguenther@suse.de>
10069         PR tree-optimization/65961
10070         * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
10071         check and clarify dump message.
10072         (vect_build_slp_tree): If all children are built up from scalars
10073         build up the parent from scalars instead.
10074         * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
10076 2015-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10078         PR other/65366
10079         * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
10080         instead of print ... .
10082 2015-06-02  Alan Modra  <amodra@gmail.com>
10084         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
10085         2014-08-11 change.
10087 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
10089         PR tree-optimization/52563
10090         PR tree-optimization/62173
10091         * tree-ssa-loop-ivopts.c (struct iv): New field.  Reorder fields.
10092         (alloc_iv, set_iv): New parameter.
10093         (determine_biv_step): Delete.
10094         (find_bivs): Inline original determine_biv_step.  Pass new
10095         argument to set_iv.
10096         (idx_find_step): Use no_overflow information for conversion.
10097         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
10098         resolve_mixers handle folded_casts.
10099         (instantiate_scev_name): Change bool parameter to bool pointer.
10100         (instantiate_scev_poly, instantiate_scev_binary): Ditto.
10101         (instantiate_array_ref, instantiate_scev_not): Ditto.
10102         (instantiate_scev_3, instantiate_scev_2): Ditto.
10103         (instantiate_scev_1, instantiate_scev_r): Ditto.
10104         (instantiate_scev_convert, ): Change parameter.  Pass argument
10105         to chrec_convert_aggressive.
10106         (instantiate_scev): Change argument.
10107         (resolve_mixers): New parameter and set it.
10108         (scev_const_prop): New argument.
10109         * tree-scalar-evolution.h (resolve_mixers): New parameter.
10110         * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
10111         of chrec_conert_1.
10112         (chrec_convert): New parameter.  Move definition below.
10113         (chrec_convert_aggressive): New parameter and set it.  Call
10114         convert_affine_scev.
10115         * tree-chrec.h (chrec_convert): New parameter.
10116         (chrec_convert_aggressive): Ditto.
10118 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
10120         * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
10121         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
10122         the LHS of a no-return call if its type has variable size.
10123         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
10124         * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
10126 2015-06-01  Andreas Tobler  <andreast@gcc.gnu.org>
10128         * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
10129         * config.in: Regenerate.
10131 2015-06-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
10133         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
10134         consecutive accesses within outer-loop with force_vectorize
10135         for references with zero step in inner-loop.
10137 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
10139         * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
10140         rather than from gcc/build directory.
10142 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
10144         PR target/65697
10145         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
10146         for __sync memory models, emit initial loads and final barriers as
10147         appropriate.
10149 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
10151         PR target/65697
10152         * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
10153         (aarch64_split_atomic_op): Check for __sync memory models, emit
10154         appropriate initial loads and final barriers.
10156 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
10158         * Makefile.in: Fix gcov dependencies that should
10159         not point to a build folder.
10161 2015-06-01  Richard Biener  <rguenther@suse.de>
10163         Revert
10164         2015-05-29  Richard Biener  <rguenther@suse.de>
10166         PR tree-optimization/66314
10167         * tree-ssa-threadupdate.c (create_block_for_threading): Add
10168         parameter that says which loop the new block belongs to.
10169         (ssa_create_duplicates): Blocks duplicated for the threaded
10170         path belong to the loop of the thread destination.
10172 2015-06-01  Martin Liska  <mliska@suse.cz>
10174         * sched-deps.c: Include pool-alloc.h before
10175         cselib.h header file is included.
10177 2015-06-01  Richard Biener  <rguenther@suse.de>
10179         * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
10180         functions.
10182 2015-06-01  Martin Liska  <mliska@suse.cz>
10184         * alloc-pool.h: Add ATTRIBUTE_UNUSED for
10185         a function local variable.
10187 2015-06-01  Martin Liska  <mliska@suse.cz>
10189         * alloc-pool.c (create_alloc_pool): Remove.
10190         (empty_alloc_pool): Likewise.
10191         (free_alloc_pool): Likewise.
10192         (free_alloc_pool_if_empty): Likewise.
10193         (pool_alloc): Likewise.
10194         (pool_free): Likewise.
10195         * alloc-pool.h: Remove old declarations.
10197 2015-06-01  Martin Liska  <mliska@suse.cz>
10199         * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
10200         (ira_create_object): Likewise.
10201         (ira_create_allocno): Likewise.
10202         (ira_create_live_range): Likewise.
10203         (copy_live_range): Likewise.
10204         (ira_finish_live_range): Likewise.
10205         (ira_free_allocno_costs): Likewise.
10206         (finish_allocno): Likewise.
10207         (finish_allocnos): Likewise.
10208         (initiate_prefs): Likewise.
10209         (ira_create_pref): Likewise.
10210         (finish_pref): Likewise.
10211         (finish_prefs): Likewise.
10212         (initiate_copies): Likewise.
10213         (ira_create_copy): Likewise.
10214         (finish_copy): Likewise.
10215         (finish_copies): Likewise.
10216         (finish_prefs): Likewise.
10218 2015-06-01  Martin Liska  <mliska@suse.cz>
10220         * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
10221         (allocate_and_init_ipcp_value): Likewise.
10222         (ipcp_lattice::add_value): Likewise.
10223         (merge_agg_lats_step): Likewise.
10224         (ipcp_driver): Likewise.
10225         * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
10226         (ipa_free_all_structures_after_iinln): Likewise.
10227         * ipa-prop.h: Likewise.
10229 2015-06-01  Martin Liska  <mliska@suse.cz>
10231         * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
10232         pool allocator.
10233         (set_hint_predicate): Likewise.
10234         (inline_summary_alloc): Likewise.
10235         (reset_inline_edge_summary): Likewise.
10236         (reset_inline_summary): Likewise.
10237         (set_cond_stmt_execution_predicate): Likewise.
10238         (set_switch_stmt_execution_predicate): Likewise.
10239         (compute_bb_predicates): Likewise.
10240         (estimate_function_body_sizes): Likewise.
10241         (inline_free_summary): Likewise.
10243 2015-06-01  Martin Liska  <mliska@suse.cz>
10245         * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
10246         (ipa_edge_duplication_hook): Likewise.
10247         (ipa_free_all_structures_after_ipa_cp): Likewise.
10248         (ipa_free_all_structures_after_iinln): Likewise.
10250 2015-06-01  Martin Liska  <mliska@suse.cz>
10252         * ipa-profile.c (account_time_size): Use new type-based pool allocator.
10253         (ipa_profile_generate_summary): Likewise.
10254         (ipa_profile_read_summary): Likewise.
10255         (ipa_profile): Likewise.
10257 2015-06-01  Martin Liska  <mliska@suse.cz>
10259         * tree-ssa-structalias.c (new_var_info): Use new type-based
10260         pool allocator.
10261         (new_constraint): Likewise.
10262         (init_alias_vars): Likewise.
10263         (delete_points_to_sets): Likewise.
10265 2015-06-01  Martin Liska  <mliska@suse.cz>
10267         * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
10268         (free_strinfo): Likewise.
10269         (pass_strlen::execute): Likewise.
10271 2015-06-01  Martin Liska  <mliska@suse.cz>
10273         * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
10274         pool allocator.
10275         (vn_reference_insert_pieces): Likewise.
10276         (vn_phi_insert): Likewise.
10277         (visit_reference_op_call): Likewise.
10278         (copy_phi): Likewise.
10279         (copy_reference): Likewise.
10280         (process_scc): Likewise.
10281         (allocate_vn_table): Likewise.
10282         (free_vn_table): Likewise.
10284 2015-06-01  Martin Liska  <mliska@suse.cz>
10286         * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
10287         pool allocator.
10288         (add_repeat_to_ops_vec): Likewise.
10289         (get_ops): Likewise.
10290         (maybe_optimize_range_tests): Likewise.
10291         (init_reassoc): Likewise.
10292         (fini_reassoc): Likewise.
10294 2015-06-01  Martin Liska  <mliska@suse.cz>
10296         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
10297         pool allocator.
10298         (bitmap_set_new): Likewise.
10299         (get_or_alloc_expr_for_constant): Likewise.
10300         (get_or_alloc_expr_for): Likewise.
10301         (phi_translate_1): Likewise.
10302         (compute_avail): Likewise.
10303         (init_pre): Likewise.
10304         (fini_pre): Likewise.
10306 2015-06-01  Martin Liska  <mliska@suse.cz>
10308         * sched-deps.c (create_dep_node): Use new type-based pool allocator.
10309         (delete_dep_node): Likewise.
10310         (create_deps_list): Likewise.
10311         (free_deps_list): Likewise.
10312         (sched_deps_init): Likewise.
10313         (sched_deps_finish): Likewise.
10315 2015-06-01  Martin Liska  <mliska@suse.cz>
10317         * regcprop.c (free_debug_insn_changes): Use new type-based
10318         pool allocator.
10319         (replace_oldest_value_reg): Likewise.
10320         (pass_cprop_hardreg::execute): Likewise.
10322 2015-06-01  Martin Liska  <mliska@suse.cz>
10324         * ira-build.c (initiate_cost_vectors): Use new type-based
10325         pool allocator.
10326         (ira_allocate_cost_vector): Likewise.
10327         (ira_free_cost_vector): Likewise.
10328         (finish_cost_vectors): Likewise.
10330 2015-06-01  Martin Liska  <mliska@suse.cz>
10332         * sel-sched-ir.c (alloc_sched_pools): Use new type-based
10333         pool allocator.
10334         (free_sched_pools): Likewise.
10335         * sel-sched-ir.h (_list_alloc): Likewise.
10336         (_list_remove): Likewise.
10338 2015-06-01  Martin Liska  <mliska@suse.cz>
10340         * stmt.c (add_case_node): Use new type-based pool allocator.
10341         (expand_case): Likewise.
10342         (expand_sjlj_dispatch_table): Likewise.
10344 2015-06-01  Martin Liska  <mliska@suse.cz>
10346         * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
10347         (free_bb): Likewise.
10348         (pass_cse_reciprocals::execute): Likewise.
10350 2015-06-01  Martin Liska  <mliska@suse.cz>
10352         * tree-sra.c (sra_initialize): Use new type-based pool allocator.
10353         (sra_deinitialize) Likewise.
10354         (create_access_1) Likewise.
10355         (build_accesses_from_assign) Likewise.
10356         (create_artificial_child_access) Likewise.
10358 2015-06-01  Martin Liska  <mliska@suse.cz>
10360         * dse.c (get_group_info):Use new type-based pool allocator.
10361         (dse_step0) Likewise.
10362         (free_store_info) Likewise.
10363         (delete_dead_store_insn) Likewise.
10364         (free_read_records) Likewise.
10365         (record_store) Likewise.
10366         (replace_read) Likewise.
10367         (check_mem_read_rtx) Likewise.
10368         (scan_insn) Likewise.
10369         (dse_step1) Likewise.
10370         (dse_step7) Likewise.
10372 2015-06-01  Martin Liska  <mliska@suse.cz>
10374         * df-scan.c (struct df_scan_problem_data):Use new type-based
10375         pool allocator.
10376         (df_scan_free_internal) Likewise.
10377         (df_scan_alloc) Likewise.
10378         (df_grow_reg_info) Likewise.
10379         (df_free_ref) Likewise.
10380         (df_insn_create_insn_record) Likewise.
10381         (df_mw_hardreg_chain_delete) Likewise.
10382         (df_insn_info_delete) Likewise.
10383         (df_free_collection_rec) Likewise.
10384         (df_mw_hardreg_chain_delete_eq_uses) Likewise.
10385         (df_sort_and_compress_mws) Likewise.
10386         (df_ref_create_structure) Likewise.
10387         (df_ref_record) Likewise.
10389 2015-06-01  Martin Liska  <mliska@suse.cz>
10391         * df-problems.c (df_chain_create):Use new type-based pool allocator.
10392         (df_chain_unlink_1) Likewise.
10393         (df_chain_unlink) Likewise.
10394         (df_chain_remove_problem) Likewise.
10395         (df_chain_alloc) Likewise.
10396         (df_chain_free) Likewise.
10397         * df.h (struct dataflow) Likewise.
10399 2015-06-01  Martin Liska  <mliska@suse.cz>
10401         * cselib.c (new_elt_list):Use new type-based pool allocator.
10402         (new_elt_loc_list) Likewise.
10403         (unchain_one_elt_list) Likewise.
10404         (unchain_one_elt_loc_list) Likewise.
10405         (unchain_one_value) Likewise.
10406         (new_cselib_val) Likewise.
10407         (cselib_init) Likewise.
10408         (cselib_finish) Likewise.
10410 2015-06-01  Martin Liska  <mliska@suse.cz>
10412         * config/sh/sh.c (add_constant):Use new type-based pool allocator.
10413         (sh_reorg) Likewise.
10415 2015-06-01  Martin Liska  <mliska@suse.cz>
10417         * cfg.c (initialize_original_copy_tables):Use new type-based
10418         pool allocator.
10419         (free_original_copy_tables) Likewise.
10420         (copy_original_table_clear) Likewise.
10421         (copy_original_table_set) Likewise.
10423 2015-06-01  Martin Liska  <mliska@suse.cz>
10425         * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
10426         pool allocator.
10427         (asan_mem_ref_new) Likewise.
10428         (free_mem_ref_resources) Likewise.
10430 2015-06-01  Martin Liska  <mliska@suse.cz>
10432         * var-tracking.c (variable_htab_free):Use new type-based
10433         pool allocator.
10434         (attrs_list_clear) Likewise.
10435         (attrs_list_insert) Likewise.
10436         (attrs_list_copy) Likewise.
10437         (shared_hash_unshare) Likewise.
10438         (shared_hash_destroy) Likewise.
10439         (unshare_variable) Likewise.
10440         (var_reg_delete_and_set) Likewise.
10441         (var_reg_delete) Likewise.
10442         (var_regno_delete) Likewise.
10443         (drop_overlapping_mem_locs) Likewise.
10444         (variable_union) Likewise.
10445         (insert_into_intersection) Likewise.
10446         (canonicalize_values_star) Likewise.
10447         (variable_merge_over_cur) Likewise.
10448         (dataflow_set_merge) Likewise.
10449         (remove_duplicate_values) Likewise.
10450         (variable_post_merge_new_vals) Likewise.
10451         (dataflow_set_preserve_mem_locs) Likewise.
10452         (dataflow_set_remove_mem_locs) Likewise.
10453         (variable_from_dropped) Likewise.
10454         (variable_was_changed) Likewise.
10455         (set_slot_part) Likewise.
10456         (clobber_slot_part) Likewise.
10457         (delete_slot_part) Likewise.
10458         (loc_exp_insert_dep) Likewise.
10459         (notify_dependents_of_changed_value) Likewise.
10460         (emit_notes_for_differences_1) Likewise.
10461         (vt_emit_notes) Likewise.
10462         (vt_initialize) Likewise.
10463         (vt_finalize) Likewise.
10465 2015-06-01  Martin Liska  <mliska@suse.cz>
10467         * ira-color.c (init_update_cost_records):Use new type-based
10468         pool allocator.
10469         (get_update_cost_record) Likewise.
10470         (free_update_cost_record_list) Likewise.
10471         (finish_update_cost_records) Likewise.
10472         (initiate_cost_update) Likewise.
10474 2015-06-01  Martin Liska  <mliska@suse.cz>
10476         * lra.c (init_insn_regs): Use new type-based pool allocator.
10477         (new_insn_reg) Likewise.
10478         (free_insn_reg) Likewise.
10479         (free_insn_regs) Likewise.
10480         (finish_insn_regs) Likewise.
10481         (init_insn_recog_data) Likewise.
10482         (init_reg_info) Likewise.
10483         (finish_reg_info) Likewise.
10484         (lra_free_copies) Likewise.
10485         (lra_create_copy) Likewise.
10486         (invalidate_insn_data_regno_info) Likewise.
10488 2015-06-01  Martin Liska  <mliska@suse.cz>
10490         * lra-lives.c (free_live_range): Use new type-based pool allocator.
10491         (free_live_range_list) Likewise.
10492         (create_live_range) Likewise.
10493         (copy_live_range) Likewise.
10494         (lra_merge_live_ranges) Likewise.
10495         (remove_some_program_points_and_update_live_ranges) Likewise.
10496         (lra_live_ranges_init) Likewise.
10497         (lra_live_ranges_finish) Likewise.
10499 2015-06-01  Martin Liska  <mliska@suse.cz>
10501         * et-forest.c (et_new_occ): Use new type-based pool allocator.
10502         (et_new_tree): Likewise.
10503         (et_free_tree): Likewise.
10504         (et_free_tree_force): Likewise.
10505         (et_free_pools): Likewise.
10506         (et_split): Likewise.
10508 2015-06-01  Martin Liska  <mliska@suse.cz>
10510         * alloc-pool.c (struct alloc_pool_descriptor): Move definition
10511         to header file.
10512         * alloc-pool.h (pool_allocator::pool_allocator): New function.
10513         (pool_allocator::release): Likewise.
10514         (inline pool_allocator::release_if_empty): Likewise.
10515         (inline pool_allocator::~pool_allocator): Likewise.
10516         (pool_allocator::allocate): Likewise.
10517         (pool_allocator::remove): Likewise.
10519 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
10521         * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
10522         in comment.
10524 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
10526         * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
10527         to fusible_ops.
10528         * gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
10529         (arm_macro_fusion_p): Likewise.
10530         (arm_macro_fusion_pair_p): Likewise.
10532 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
10534         * config/aarch64/aarch64-protos.h (tune_params): Rename
10535         fuseable_ops to fusible_ops.
10536         * config/aarch64/aarch64.c (generic_tunings): Rename
10537         fuseable_ops to fusible_ops.
10538         (cortexa53_tunings): Likewise.
10539         (cortexa57_tunings): Likewise.
10540         (thunderx_tunings): Likewise.
10541         (xgene1_tunings): Likewise.
10542         (aarch64_macro_fusion_p): Likewise.
10543         (aarch64_macro_fusion_pair_p): Likewise.
10545 2015-06-01  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10547         * config/s390/driver-native.c: New file.
10548         * config/s390/x-native: New file.
10549         * config.host: Add new files for s390.
10550         * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
10551         and -march=native
10552         * config.gcc: Likewise.
10553         * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
10554         * config/s390/s390-opts.h (enum processor_type): Ditto.
10555         * config/s390/s390.c (s390_option_override): Catch unhandled
10556         PROCESSOR_NATIVE
10558 2015-06-01  Ilya Enkovich  <ilya.enkovich@intel.com>
10560         PR target/65527
10561         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
10562         redirection for instrumented calls.
10563         * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
10564         (append_compiler_options): Append -fcheck-pointer-bounds.
10565         * tree-chkp.h (chkp_copy_call_skip_bounds): New.
10566         (chkp_redirect_edge): New.
10567         * tree-chkp.c (chkp_copy_call_skip_bounds): New.
10568         (chkp_redirect_edge): New.
10570 2015-06-01  Richard Biener  <rguenther@suse.de>
10572         PR tree-optimization/66280
10573         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
10574         def-use walking.
10576 2015-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10578         * config/aarch64/aarch64.md
10579         (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
10580         logic_shift_imm.
10582 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
10584         * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
10585         Remove obsolete kludge.
10587 2015-06-01  Richard Biener  <rguenther@suse.de>
10589         * tree-ssa-reassoc.c (get_rank): Simplify.
10591 2015-05-31  H.J. Lu  <hongjiu.lu@intel.com>
10593         * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
10594         * configure: Regenerated.
10596 2015-05-31  Mikhail Maltsev  <maltsevm@gmail.com>
10598         * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
10599         issue (add space between string literal and macro).
10600         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
10602 2015-05-30  Andreas Schwab  <schwab@linux-m68k.org>
10604         * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
10605         implict or explicit -fPIE or -fpie.
10607 2015-05-30  Mike Frysinger  <vapier@gentoo.org>
10609         * gcc/config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
10611 2015-05-28  DJ Delorie  <dj@redhat.com>
10613         * expmed.c (extract_bit_field_1): Avoid clobbering a
10614         yet-to-be-used base/index register.
10616 2015-05-30  Jan Hubicka  <hubicka@ucw.cz>
10618         * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
10619         (alias_stats): Add num_universal.
10620         (alias_set_subset_of): Special case pointers; be ready for NULL
10621         children.
10622         (alias_sets_conflict_p): Special case pointers; be ready for NULL
10623         children.
10624         (init_alias_set_entry): Break out from ...
10625         (record_alias_subset): ... here; propagate new fields;
10626         allocate children only when really needed.
10627         (get_alias_set): Do less generous pointer globbing.
10628         (dump_alias_stats_in_alias_c): Update statistics.
10630 2015-05-30  Alan Modra  <amodra@gmail.com>
10632         * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
10633         correct block for use of r12.
10634         (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
10636 2015-05-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10638         PR target/66215
10639         * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
10640         with -mhotpatch=.
10642 2015-05-29  Jakub Jelinek  <jakub@redhat.com>
10644         PR tree-optimization/66142
10645         * tree-if-conv.c (if_convertible_phi_p): Don't give up on
10646         virtual phis that feed themselves.
10648 2015-05-29  Richard Biener  <rguenther@suse.de>
10650         PR tree-optimization/66314
10651         * tree-ssa-threadupdate.c (create_block_for_threading): Add
10652         parameter that says which loop the new block belongs to.
10653         (ssa_create_duplicates): Blocks duplicated for the threaded
10654         path belong to the loop of the thread destination.
10656 2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
10658         * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
10659         to cleanup-saved-temps.
10660         * doc/sourcebuild.texi (Clean up generated test files): Expand
10661         introduction.
10662         (dg-keep-saved-temps): Document new proc.
10663         (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
10664         cleanup-saved-temps): Remove.
10666 2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
10668         * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
10669         gcc_AC_CHECK_DECLS.
10670         * configure: Regenerate.
10672 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
10674         * config/nios2/linux.h (CPP_SPEC): Define.
10676 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
10678         * config/microblaze/linux.h (CPP_SPEC): Define.
10680 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
10682         * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
10683         -pthread is specified.
10685 2015-05-28  Richard Biener  <rguenther@suse.de>
10687         * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
10688         (vect_fixup_scalar_cycles_with_patterns): Likewise.
10689         (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
10690         after pattern recog.
10691         (vect_create_epilog_for_reduction): Properly handle reductions
10692         with patterns.
10693         (vectorizable_reduction): Likewise.
10694         * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
10695         reduction chains.
10696         (vect_get_constant_vectors): Create the correct number of
10697         initial values for reductions.
10698         (vect_schedule_slp_instance): Handle reduction chains that are
10699         type changing properly.
10700         * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
10702 2015-05-28  Richard Biener  <rguenther@suse.de>
10704         PR tree-optimization/66142
10705         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
10706         values better in memcpy destination handling.  Handle non-aliasing
10707         we discover here.
10709 2015-05-28  Lawrence Velázquez  <vq@larryv.me>
10711         PR target/63810
10712         * config/darwin-c.c (version_components): New global enum.
10713         (parse_version, version_as_legacy_macro)
10714         (version_as_modern_macro, macosx_version_as_macro): New functions.
10715         (version_as_macro): Remove.
10716         (darwin_cpp_builtins): Use new function.
10718 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
10720         * builtins.c (expand_builtin_acc_on_device): Mark parameters
10721         with ATTRIBUTE_UNUSED.
10723 2015-05-28  Julian Brown  <julian@codesourcery.com>
10725         PR libgomp/65742
10727         * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
10728         sequence for !ACCEL_COMPILER.
10730 2015-05-28  Nick Clifton  <nickc@redhat.com>
10732         * config/rx/rx.c (push_regs): New function.  Extracts code from...
10733         (rx_expand_prologue): ... here.  Use push_regs to push even small
10734         spans of registers.
10735         (pop_regs): New function.
10736         (rx_expand_epilogue):  Use pop_regs to pop even small spans of
10737         registers.
10739 2015-05-28  Richard Biener  <rguenther@suse.de>
10741         * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
10742         member.
10743         (SLP_INSTANCE_BODY_COST_VEC): Remove.
10744         (vect_update_slp_costs_according_to_vf): Likewise.
10745         (vect_slp_analyze_operations): Update prototype.
10746         * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
10747         vect_update_slp_costs_according_to_vf, adjust.
10748         * tree-vect-slp.c (vect_free_slp_instance): Adjust.
10749         (vect_analyze_slp_cost_1): Likewise.
10750         (vect_analyze_slp_cost): Likewise.  Properly deal with
10751         widening reduction ops.  Commit body costs.
10752         (vect_analyze_slp_instance): Adjust.  Do not analyze SLP
10753         cost for loops from here.
10754         (vect_slp_analyze_operations): But do it from here when
10755         the vectorization factor is known and stmts are analyzed.
10756         (vect_bb_vectorization_profitable_p): Simplify.
10757         (vect_slp_analyze_bb_1): Do not compute SLP cost here.
10758         (vect_update_slp_costs_according_to_vf): Remove.
10760 2015-05-27  Magnus Granberg  <zorry@gentoo.org>
10761             H.J. Lu  <hongjiu.lu@intel.com>
10763         * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
10764         (BUILD_CFLAGS): Likewise.
10765         (BUILD_CXXFLAGS): Likewise.
10766         (LINKER): Add @NO_PIE_FLAG@.
10767         (BUILD_LDFLAGS): Likewise.
10768         (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
10769         --enable-default-pie.
10770         * common.opt (fPIE): Initialize to -1.
10771         (fpie): Likewise.
10772         (no-pie): New option.
10773         (pie): Replace "Negative(shared)" with "Negative(no-pie)".
10774         * configure.ac: Add --enable-default-pie.
10775         (NO_PIE_CFLAGS): New.  Check if -fno-PIE works.  AC_SUBST.
10776         (NO_PIE_FLAG): New.  Check if -no-pie works.  AC_SUBST.
10777         * defaults.h (DEFAULT_FLAG_PIE): New.  Default PIE to -fPIE.
10778         * gcc.c (NO_PIE_SPEC): New.
10779         (PIE_SPEC): Likewise.
10780         (NO_FPIE1_SPEC): Likewise.
10781         (FPIE1_SPEC): Likewise.
10782         (NO_FPIE2_SPEC): Likewise.
10783         (FPIE2_SPEC): Likewise.
10784         (NO_FPIE2_SPEC): Likewise.
10785         (FPIE_SPEC): Likewise.
10786         (NO_FPIE_SPEC): Likewise.
10787         (NO_FPIC1_SPEC): Likewise.
10788         (FPIC1_SPEC): Likewise.
10789         (NO_FPIC2_SPEC): Likewise.
10790         (FPIC2_SPEC): Likewise.
10791         (NO_FPIC2_SPEC): Likewise.
10792         (FPIC_SPEC): Likewise.
10793         (NO_FPIC_SPEC): Likewise.
10794         (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
10795         (FPIE1_OR_FPIC1_SPEC): Likewise.
10796         (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
10797         (FPIE2_OR_FPIC2_SPEC): Likewise.
10798         (NO_FPIE_AND_FPIC_SPEC): Likewise.
10799         (FPIE_OR_FPIC_SPEC): Likewise.
10800         (LD_PIE_SPEC): Likewise.
10801         (LINK_PIE_SPEC): Handle -no-pie.  Use PIE_SPEC and LD_PIE_SPEC.
10802         * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
10803         * config/darwin.h (PIE_SPEC): Renamed to ...
10804         (DARWIN_PIE_SPEC): This.
10805         (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
10806         * config/darwin9.h (PIE_SPEC): Renamed to ...
10807         (DARWIN_PIE_SPEC): This.
10808         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
10809         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
10810         * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
10811         FPIE2_OR_FPIC2_SPEC.
10812         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
10813         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
10814         * gcc/config/sol2.h (ASM_PIC_SPEC): Likewise.
10815         * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
10816         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
10817         * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
10818         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
10819         * config/m32r/m32r.h (ASM_SPEC): Likewise.
10820         * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
10821         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
10822         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
10823         * config/sparc/freebsd.h (ASM_SPEC): Likewise.
10824         * config/sparc/linux.h (ASM_SPEC): Likewise.
10825         * config/sparc/linux64.h (ASM_SPEC): Likewise.
10826         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
10827         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
10828         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
10829         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
10830         * config/sparc/sparc.h (ASM_SPEC): Likewise.
10831         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
10832         * config/sparc/vxworks.h (ASM_SPEC): Likewise.
10833         * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
10834         FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
10835         * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
10836         * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
10837         NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
10838         (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
10839         * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
10840         * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
10841         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
10842         * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
10843         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
10844         * config/vax/linux.h (ASM_SPEC): Likewise.
10845         * doc/install.texi: Document --enable-default-pie.
10846         * doc/invoke.texi: Document -no-pie.
10847         * config.in: Regenerated.
10848         * configure: Likewise.
10850 2015-05-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10852         PR rtl-optimization/66168
10853         * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
10854         can_move_invariant_reg.
10856 2015-05-27  John David Anglin  <danglin@gcc.gnu.org>
10858         PR target/66148
10859         * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
10860         REG_EQUAL note when doing insert.
10862         * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
10863         instead of "%d" for 'o' operand.
10865 2015-05-27  Nathan Sidwell  <nathan@acm.org>
10867         PR c++/66270
10868         * tree.c (build_pointer_type_for_mode): Canonical type does not
10869         inherit can_alias_all.
10870         (build_reference_type_for_mode): Likewise.
10872 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
10874         * expr.h (array_at_struct_end_p): Move to...
10875         (array_ref_element_size): Likewise.
10876         (component_ref_field_offset): Likewise.
10877         * tree.h (array_ref_element_size): ...here.
10878         (array_at_struct_end_p): Likewise.
10879         (component_ref_field_offset): Likewise.
10880         * expr.c (array_ref_element_size): Move to...
10881         (array_ref_low_bound): Likewise.
10882         (array_at_struct_end_p): Likewise.
10883         (array_ref_up_bound): Likewise.
10884         (component_ref_field_offset): Likewise.
10885         * tree.c (array_ref_element_size): ...here.
10886         (array_ref_low_bound): Likewise.
10887         (array_ref_up_bound): Likewise.
10888         (array_at_struct_end_p): Likewise.
10889         (component_ref_field_offset): Likewise.
10891 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
10892             Szabolcs Nagy  <szabolcs.nagy@arm.com>
10894         * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
10896 2015-05-27  Jason Merrill  <jason@redhat.com>
10898         PR bootstrap/66304
10899         * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
10900         ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
10901         ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
10903 2015-05-22  Aditya Kumar  <hiraditya@msn.com>
10905         * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
10906         is true.
10908         * statistics.c (statistics_fini_pass): Print pass name.
10910 2015-05-27  Richard Biener  <rguenther@suse.de>
10912         PR tree-optimization/66272
10913         Revert parts of
10914         2014-08-15  Richard Biener  <rguenther@suse.de>
10916         PR tree-optimization/62031
10917         * tree-data-ref.c (dr_analyze_indices): Do not set
10918         DR_UNCONSTRAINED_BASE.
10919         (dr_may_alias_p): All indirect accesses have to go the
10920         formerly DR_UNCONSTRAINED_BASE path.
10921         * tree-data-ref.h (struct indices): Remove
10922         unconstrained_base member.
10923         (DR_UNCONSTRAINED_BASE): Remove.
10925 2015-05-27  Aldy Hernandez  <aldyh@redhat.com>
10927         * dwarf2out.c: Remove block_map.
10928         (gen_call_site_die): Replace block_map use with BLOCK_DIE.
10929         (gen_lexical_block_die): Same.
10930         (dwarf2out_function_decl): Remove block_map use.
10931         (dwarf2out_c_finalize): Same.
10932         * tree-core.h (struct tree_block): Add die field.
10933         * tree.h (BLOCK_DIE): New.
10935 2015-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10937         PR target/65358
10938         * expr.c (memory_load_overlap): New function.
10939         (emit_push_insn): When pushing partial args to the stack would
10940         clobber the register part load the overlapping part into a pseudo
10941         and put it into the hard reg after pushing.  Change return type
10942         to bool.  Add bool argument.
10943         * expr.h (emit_push_insn): Change return type to bool.
10944         Add bool argument.
10945         * calls.c (expand_call): Cancel sibcall optimization when encountering
10946         partial argument on targets with ARGS_GROW_DOWNWARD and
10947         !STACK_GROWS_DOWNWARD.
10948         (emit_library_call_value_1): Update callsite of emit_push_insn.
10949         (store_one_arg): Likewise.
10951 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
10953         * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
10955 2015-05-27  Martin Liska  <mliska@suse.cz>
10957         * Makefile.in: Add additional dependencies related to memory report
10958         enhancement.
10959         * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
10960         * bitmap.c (struct bitmap_descriptor_d): Remove.
10961         (struct loc): Likewise.
10962         (struct bitmap_desc_hasher): Likewise.
10963         (bitmap_desc_hasher::hash): Likewise.
10964         (bitmap_desc_hasher::equal): Likewise.
10965         (get_bitmap_descriptor): Likewise.
10966         (bitmap_register): User new memory descriptor API.
10967         (register_overhead): Likewise.
10968         (bitmap_find_bit): Register nsearches and search_iter statistics.
10969         (struct bitmap_output_info): Remove.
10970         (print_statistics): Likewise.
10971         (dump_bitmap_statistics): Use new memory descriptor.
10972         * bitmap.h (struct bitmap_usage): New class.
10973         * genmatch.c: Extend header file inclusion.
10974         * genpreds.c: Likewise.
10975         * ggc-common.c (struct ggc_usage): New class.
10976         (struct ggc_loc_desc_hasher): Remove.
10977         (ggc_loc_desc_hasher::hash): Likewise.
10978         (ggc_loc_desc_hasher::equal): Likewise.
10979         (struct ggc_ptr_hash_entry): Likewise.
10980         (struct ptr_hash_hasher): Likewise.
10981         (ptr_hash_hasher::hash): Likewise.
10982         (ptr_hash_hasher::equal): Likewise.
10983         (make_loc_descriptor): Likewise.
10984         (ggc_prune_ptr): Likewise.
10985         (dump_ggc_loc_statistics): Use new memory descriptor.
10986         (ggc_record_overhead): Likewise.
10987         (ggc_free_overhead): Likewise.
10988         (final_cmp_statistic): Remove.
10989         (cmp_statistic): Likewise.
10990         (ggc_add_statistics): Liekwise.
10991         (ggc_prune_overhead_list): Likewise.
10992         * hash-map-traits.h: New file.
10993         * hash-map.h (struct default_hashmap_traits): Move the traits to a
10994         separate header file.
10995         * hash-set.h: Pass memory statistics info to ctor.
10996         * hash-table.c (void dump_hash_table_loc_statistics): New function.
10997         * hash-table.h (hash_table::hash_table): Add new ctor arguments.
10998         (hash_table::~hash_table): Register memory release operation.
10999         (hash_table::alloc_entries): Handle memory allocation operation.
11000         (hash_table::expand): Likewise.
11001         * inchash.c (iterative_hash_hashval_t): Move implementation to header
11002         file.
11003         (iterative_hash_host_wide_int): Likewise.
11004         * inchash.h (class hash): Likewise.
11005         * mem-stats-traits.h: New file.
11006         * mem-stats.h: New file.
11007         (mem_location): Add new class.
11008         (mem_usage): Likewise.
11009         (mem_alloc_description): Likewise.
11010         * sese.c: Add new header file inclusision.
11011         * toplev.c (dump_memory_report): Add report for hash_table, hash_map
11012         and hash_set.
11013         * tree-sra.c: Add new header file inclusision.
11014         * vec.c (struct vec_descriptor): Remove.
11015         (hash_descriptor): Likewise.
11016         (struct vec_usage): Likewise.
11017         (struct ptr_hash_entry): Likewise.
11018         (hash_ptr): Likewise.
11019         (eq_ptr): Likewise.
11020         (vec_prefix::register_overhead): Use new memory descriptor API.
11021         (vec_prefix::release_overhead): Likewise.
11022         (add_statistics): Remove.
11023         (dump_vec_loc_statistics): Use new memory descriptor API.
11024         * vec.h (struct vec_prefix): Likewise.
11025         (va_heap::reserve): Likewise.
11026         (va_heap::release): Likewise.
11027         * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
11029 2015-05-27  Richard Biener  <rguenther@suse.de>
11031         * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
11032         earlier and remove ??? comment.
11033         (vect_analyze_stmt): If we are analyzing a pure SLP stmt
11034         and got called from loop analysis bail out.  Always pass the SLP
11035         node to the vectorizable_* functions.
11036         * tree-vect-loop.c (vect_analyze_loop_operations): Remove
11037         the premature SLP check here.
11038         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
11039         detected SLP stmts.
11040         (vect_detect_hybrid_slp_1): Likewise.
11042 2015-05-26  Jeff Law  <law@redhat.com>
11044         * combine.c (find_split_point): Verify that the shift count is a
11045         constant when choosing (plus (ashift ...)) as a split point.
11047         * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
11048         No functional changes.
11050 2015-05-26  Jan Hubicka  <hubicka@ucw.cz>
11052         * ipa-polymorphic-call.c
11053         (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
11054         case when call target is already known.
11056 2015-05-26  Oleg Endo  <olegendo@gcc.gnu.org>
11058         PR target/65979
11059         * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
11060         take into account the case that operands[1] and operands[2]
11061         are the same register.
11063 2015-05-26  Michael Matz  <matz@suse.de>
11065         PR middle-end/66251
11067         * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
11068         stores.
11069         (vect_create_vectorized_demotion_stmts): Always set
11070         STMT_VINFO_VEC_STMT, also with SLP.
11071         (vectorizable_store): Handle strided group stores.
11073 2015-05-26  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11075         PR target/66049
11076         * config/aarch64/aarch64.md
11077         (*adds_shift_imm_<mode>):  New pattern.
11078         (*subs_shift_imm_<mode>):  Likewise.
11079         (*adds_<optab><ALLX:mode>_shift_<GPI:mode>):  Likewise.
11080         (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
11081         (*add_uxt<mode>_shift2): Likewise.
11082         (*add_uxtsi_shift2_uxtw): Likewise.
11083         (*sub_uxt<mode>_shift2): Likewise.
11084         (*sub_uxtsi_shift2_uxtw): Likewise.
11086 2015-05-26  David Edelsohn  <dje.gcc@gmail.com>
11088         * config/rs6000/constraints.md (Y, U): Use match_test.
11090 2015-05-26  Christian Bruel  <christian.bruel@st.com>
11092         PR target/52144
11093         * config/arm/arm.c (arm_option_check_internal)
11094         (arm_option_params_internal): Check opts->target_flags to set macros.
11095         (TREE_TARGET_ARM, TREE_TARGET_THUMB)
11096         (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
11097         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
11098         (builtin_define): Replaced with def_or_undef_macro.
11099         * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
11100         TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
11101         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
11102         (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
11103         (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
11104         (TARGET_ARM_FEATURE_LDREX_P)
11105         (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
11106         * config/arm/arm-c.c (def_or_undef_macro): New function.
11107         (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
11109 2015-05-26  Christian Bruel  <christian.bruel@st.com>
11111         * c-common.h (builtin_define_with_int_value)
11112         (builtin_define_type_sizeof): Declare.
11113         * c-cppbuiltin.c (builtin_define_with_int_value)
11114         (builtin_define_type_sizeof): Externalize.
11115         (builtin_define_std): Cleanup declaration.
11116         * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
11117         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
11118         * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
11119         (builtin_define, builtin_assert): New macros.
11121 2015-05-26  Richard Biener  <rguenther@suse.de>
11123         PR tree-optimization/66142
11124         * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
11125         MEM_REFs for the same base address.
11127 2015-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11129         PR ipa/66181
11130         * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
11132 2015-05-26  Jason Merrill  <jason@redhat.com>
11134         * configure.ac: Set CXXFLAGS for ISL test.
11135         * configure: Regenerate.
11137         * configure.ac: Use C++ for all tests.  Use AC_CHECK_DECLS for
11138         strstr and basename.
11139         * configure: Regenerate.
11141 2015-05-26  Richard Biener  <rguenther@suse.de>
11143         * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
11144         X % C -> X & (C - 1) for C being a power-of two to ...
11145         * match.pd: ... patterns.
11147 2015-05-26  Marc Glisse  <marc.glisse@inria.fr>
11149         * match.pd (swapped_tcc_comparison): New operator list.
11150         (-A CMP -B): New simplification.
11151         * fold-const.c (fold_comparison): Remove corresponding code.
11153 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
11155         * caller-save.c (init_caller_save): Base temporary register numbers
11156         on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
11157         * cfgloopanal.c (init_set_costs): Likewise.
11158         * dojump.c (prefer_and_bit_test): Likewise.
11159         * expr.c (init_expr_target): Likewise.
11160         * ira.c (setup_prohibited_mode_move_regs): Likewise.
11161         * lower-subreg.c (init_lower_subreg): Likewise.
11162         * postreload.c (reload_cse_regs_1): Likewise.
11164 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
11166         * gensupport.h (compute_test_codes): Declare.
11167         * gensupport.c (compute_predicate_codes): Rename to...
11168         (compute_test_codes): ...this.  Generalize error message.
11169         (process_define_predicate): Update accordingly.
11170         * genpreds.c (compute_maybe_allows): Delete.
11171         (add_constraint): Use compute_test_codes to determine whether
11172         something can accept a SUBREG, REG or MEM.
11174 2015-05-26  Torvald Riegel  <triegel@redhat.com>
11176         * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
11177         'memory model' to align with C++11; fix description of memory orders;
11178         fix a few typos.
11180 2015-05-26  Richard Biener  <rguenther@suse.de>
11182         * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
11183         (vect_analyze_loop_operations): ... here.  Remove slp parameter,
11184         detect whether we apply SLP.  Remove call to
11185         vect_update_slp_costs_according_to_vf.
11186         (vect_analyze_loop_2): Call vect_update_vf_for_slp and
11187         vect_update_slp_costs_according_to_vf from here.  Dispatch
11188         to vect_slp_analyze_operations to analyze SLP stmts.
11189         * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
11190         unused bb_vec_info parameter, adjust assert.
11191         (vect_slp_analyze_operations): Pass in the slp instance tree
11192         instead of bb_vec_info.
11193         (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
11194         * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
11196 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
11198         * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
11199         Q_REGS.  Expand comment.
11200         (REG_CLASS_NAMES): Ditto.
11201         (REG_CLASS_CONTENTS): Ditto.
11203 2015-05-25  Uros Bizjak  <ubizjak@gmail.com>
11205         PR target/66274
11206         * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
11207         when LEGACY_INT_REGNO_P is processed.
11209 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
11211         * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
11213 2015-05-25  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
11215         * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
11216         register if not marked dead/unused, before return.
11218 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
11220         PR lto/66180
11221         * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
11222         is set; check for assembler name at LTO time.
11223         (type_in_anonymous_namespace): Remove hacks, check that all
11224         anonymous types are called "<anon>"
11225         (odr_type_p): Simplify; add check for "<anon>"
11226         (odr_subtypes_equivalent): Add odr_type_p check.
11227         * tree.c (need_assembler_name_p): Even anonymous namespace needs
11228         assembler name.
11230 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
11232         * ipa-utils.h (method_class_type): Remove.
11233         * cgraphunit.c (walk_polymorphic_call_targets): Use
11234         TYPE_METHOD_BASETYPE.
11235         * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
11236         on main variants only.
11237         (method_class_type): Remove.
11238         (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
11239         (build_type_inheritance_graph): Likewise.
11240         * ipa-icf.c (sem_function::equals_wpa): Likewise.
11241         * pa-polymorphic-call.c (decl_maybe_in_construction_p,
11242         check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
11244 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
11246         * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
11247         is_typedef_decl, typedef_variant_p): Constify.
11248         * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
11249         is_typedef_decl, typedef_variant_p): Constify.
11251 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11253         * defaults.h (gen_tablejump): New function.
11254         (HAVE_tablejump): Add default value.
11255         * expr.c: Adjust.
11256         * stmt.c: Likewise.
11258 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11260         * defaults.h (gen_store_multiple): New function.
11261         (HAVE_store_multiple): Add default value.
11262         * expr.c (move_block_from_reg): Adjust.
11264 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11266         * defaults.h (gen_load_multiple): New function.
11267         (HAVE_load_multiple): Add default value.
11268         * expr.c (move_block_to_reg): Adjust.
11270 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11272         * defaults.h (gen_mem_signal_fence): New function.
11273         (HAVE_mem_signal_fence): Add default value.
11274         * optabs.c: Adjust.
11276 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11278         * defaults.h (gen_memory_barrier): New function.
11279         (HAVE_memory_barrier): Add default value.
11280         * optabs.c: Adjust.
11282 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11284         * defaults.h (gen_mem_thread_fence): New function.
11285         (HAVE_mem_thread_fence): Add default definition.
11286         * optabs.c: Adjust.
11288 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11290         * combine.c (find_split_point): Check the value of HAVE_lo_sum
11291         instead of if it is defined.
11292         (combine_simplify_rtx): Likewise.
11293         * lra-constraints.c (process_address_1): Likewise.
11294         * config/darwin.c: Adjust.
11295         * genconfig.c (main): Always define HAVE_lo_sum.
11297 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11299         * genmatch.c (parser::parse_operation): Reject expanding
11300         operator-list inside 'for'.
11302 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11304         * genmatch.c (parser::parse_for): Reject iterator if used as
11305         operator-list.
11307 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11309         * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
11310         after end of id-list.
11312 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
11314         * tree.c (gimple_canonical_types_compatible_p): Sanity check that
11315         we do not try to compute canonical type for type that does not need
11316         alias set.
11317         (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
11318         FUNCITON_TYPE.
11319         * tree.h (type_with_alias_set_p): New.
11321 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
11323         * tree.c (gimple_canonical_types_compatible_p):  Do not compare
11324         function attributes.
11325         (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
11327 2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
11329         * Makefile.in (check_gcc_parallelize): Delete.
11330         (lang_checks_parallelized): Update comment.
11332 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
11334         PR rtl-optimization/66237
11335         * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
11336         location of an "as_a" cast.
11338 2015-05-22  Jeff Law  <law@redhat.com>
11340         * config/pa/pa.md (non-canonical shift-add insns): Remove.
11341         (peepholes with non-canonical RTL sources): Remove.
11342         (peepholes for indexed stores of FP regs in integer modes): Match and
11343         generate canonical RTL.
11345 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
11347         PR tree-optimization/63387
11348         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
11349         ((x ord x) & (y ord y) -> (x ord y),
11350         (x ord x) & (x ord y) -> (x ord y)): New simplifications.
11351         * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
11352         vectors like scalars.
11354 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
11356         * convert.c (convert_to_integer, convert_to_vector): Include the
11357         types in the error message.
11359 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
11361         * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
11362         simplifications.
11364 2015-05-22  Jeff Law  <law@redhat.com>
11366         * config/pa/pa.md (integer_indexed_store splitters): Use
11367         mem_shadd_operand.  Use ASHIFT rather than MULT in the resulting
11368         insns -- adjusting the constant 2nd operand accordingly.
11370         * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
11371         (plus (ashift X log2) Y) if it is a split point.
11373         * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
11374         out of hppa_legitimize_address to handle both forms of a multiply
11375         by 2, 4 or 8.
11376         (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
11377         Always generate the ASHIFT variant as the result is not directly
11378         used in a MEM.  Update comments and refactor slightly to improve
11379         readability.
11381 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11383         PR target/65491
11384         * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
11385         aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
11386         (aarch64_composite_type_p): Return false if given type and mode are
11387         for a short vector.
11389 2015-05-22  Richard Biener  <rguenther@suse.de>
11391         * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
11392         member.
11393         * tree-vect-loop.c (vect_analyze_loop_operations): Look at
11394         patterns when determining whether SLP is pure.
11395         (vect_is_slp_reduction): Remove check for pattern stmts.
11396         (vect_is_simple_reduction_1): Remove dead code.
11397         * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
11398         (vect_get_and_check_slp_defs): Pass in the stmt number.
11399         Allow the first def in a reduction to be not a pattern stmt when
11400         the rest of the stmts def are patterns.
11401         (vect_build_slp_tree_1): Allow tcc_expression codes like
11402         SAD_EXPR and DOT_PROD_EXPR.
11403         (vect_build_slp_tree): Adjust.
11404         (vect_analyze_slp): Refactor and move BB vect error message ...
11405         (vect_slp_analyze_bb_1): ... here.
11407 2015-05-22  Aldy Hernandez  <aldyh@redhat.com>
11409         * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
11410         for CSWTCH temporary.
11412 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11414         * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
11415         (arm_unspec_cost): Allow UNSPEC_VOLATILE.  Do not recurse inside
11416         unknown unspecs.
11418 2015-05-22  Richard Biener  <rguenther@suse.de>
11420         PR tree-optimization/66251
11421         * tree-vect-stmts.c (vectorizable_conversion): Properly
11422         set STMT_VINFO_VEC_STMT even for the SLP case.
11424 2015-05-22  Marek Polacek  <polacek@redhat.com>
11426         * doc/extend.texi: Use @pxref instead of @xref.
11428 2015-05-22  hiraditya  <hiraditya@msn.com>
11430         * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
11431         redundant if.
11433 2015-05-22  Richard Biener  <rguenther@suse.de>
11435         PR tree-optimization/65701
11436         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
11437         Move peeling cost models into one place.  Peel for alignment
11438         for single loads only if an aligned load is cheaper than
11439         an unaligned load.
11441 2015-05-22  Marek Polacek  <polacek@redhat.com>
11443         PR c/47043
11444         * doc/extend.texi (Enumerator Attributes): New section.
11445         Document syntax of enumerator attributes.
11447 2015-05-22  Richard Biener  <rguenther@suse.de>
11449         * tree-vect-loop.c (get_reduction_op): New function.
11450         (vect_model_reduction_cost): Use it, add reduc_index parameter.
11451         Make ready for BB reductions.
11452         (vect_create_epilog_for_reduction): Use get_reduction_op.
11453         (vectorizable_reduction): Init reduc_index to a valid value.
11454         Adjust vect_model_reduction_cost call.
11455         * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
11456         operand for reduction defaults.  Add SAD_EXPR support.
11457         Assert we have a neutral op for SLP reductions.
11458         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
11459         walking pattern stmt ops only recurse to SSA names.
11461 2015-05-22  Richard Biener  <rguenther@suse.de>
11463         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
11464         assert with guard, remove check on detected reduction.
11465         (vect_recog_sad_pattern): Likewise.
11466         (vect_recog_widen_sum_pattern): Likewise.
11468 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11470         * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
11471         __always_inline__ attribute.
11472         (vaesdq_u8): Likewise.
11473         (vaesmcq_u8): Likewise.
11474         (vaesimcq_u8): Likewise.
11475         (vsha1cq_u32): Likewise.
11476         (vsha1mq_u32): Likewise.
11477         (vsha1pq_u32): Likewise.
11478         (vsha1h_u32): Likewise.
11479         (vsha1su0q_u32): Likewise.
11480         (vsha1su1q_u32): Likewise.
11481         (vsha256hq_u32): Likewise.
11482         (vsha256h2q_u32): Likewise.
11483         (vsha256su0q_u32): Likewise.
11484         (vsha256su1q_u32): Likewise.
11485         (vmull_p64): Likewise.
11486         (vmull_high_p64): Likewise.
11488 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11490         * final.c (final_scan_insn): Don't check HAVE_peephole with the
11491         preprocessor.
11492         * output.h: Likewise.
11493         * genconfig.c (main): Alwways define HAVE_peephole.
11494         * genpeep.c: Don't emit checks of HAVE_peephole.
11496 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11498         * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
11499         check HAVE_conditional_move with the preprocessor.
11501 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11503         * genconfig.c (main): Always define HAVE_conditional_move.
11504         * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
11505         toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
11506         is defined.
11508 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11510         * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
11511         reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
11512         and FRAME_POINTER_REGNUM with the preprocessor.
11514 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11516         * defaults.h: Add default for STACK_PUSH_CODE.
11517         * expr.c: Don't redefine STACK_PUSH_CODE.
11518         * recog.c: Likewise.
11520 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11522         * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
11523         sched-deps.c: Use if instead of preprocessor checks with
11524         STACK_GROWS_DOWNWARD.
11526 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11528         * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
11529         is defined.
11530         * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
11531         * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
11532         * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
11533         * doc/tm.texi: Regenerate.
11535 2015-05-21  H.J. Lu  <hongjiu.lu@intel.com>
11537         PR target/66232
11538         * config/i386/constraints.md (Bg): New constraint for GOT memory
11539         operand.
11540         * config/i386/i386.md (*call_got_x32): New pattern.
11541         (*call_value_got_x32): Likewise.
11542         * config/i386/predicates.md (GOT_memory_operand): New predicate.
11544 2015-05-21  Jakub Jelinek  <jakub@redhat.com>
11546         PR tree-optimization/66233
11547         * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
11548         Simplify.
11550 2015-05-21  Jeff Law  <law@redhat.com>
11552         * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
11553         than MULT for shadd sequences.
11555 2015-05-08  Jan Hubicka  <hubicka@ucw.cz>
11557         * alias.c (alias_stats): New static var.
11558         (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
11559         (dump_alias_stats_in_alias_c): New function.
11560         * alias.h (dump_alias_stats_in_alias_c): Declare.
11561         * tree-ssa-alias.c (dump_alias_stats): Call it.
11563 2015-05-08  Michael Matz  <matz@suse.de>
11565         * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
11566         to strided_p.
11567         (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
11568         (STMT_VINFO_STRIDED_P): ... this.
11569         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
11570         (vect_verify_datarefs_alignment): Likewise.
11571         (vect_enhance_data_refs_alignment): Likewise.
11572         (vect_analyze_data_ref_access): Likewise.
11573         (vect_analyze_data_refs): Accept strided stores.
11574         * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
11575         (vect_model_load_cost): Adjust for macro rename.
11576         (vectorizable_mask_load_store): Likewise.
11577         (vectorizable_load): Likewise.
11578         (vectorizable_store): Open code strided stores.
11580 2015-05-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11582         * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
11583         Document sqrt_insn.
11585 2015-05-21  Richard Biener  <rguenther@suse.de>
11587         PR c++/66211
11588         * match.pd: Guard pattern optimzing (int)(float)int
11589         conversions to apply only on GIMPLE.
11591 2015-05-21  Jeff Law  <law@redhat.com>
11593         * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
11594         multiply-accumulate/shift-add insn generation.
11596 2015-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
11598         PR target/54236
11599         * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
11600         operands[1] are the same.
11602 2015-05-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
11604         PR middle-end/66221
11605         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
11606         build_distinct_type_copy to copy bounds.
11608 2015-05-21  Thomas Schwinge  <thomas@codesourcery.com>
11610         * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
11611         Change to unsigned int.
11613 2015-05-20  Jeff Law  <law@redhat.com>
11615         * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
11616         (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
11617         (pa_shadd_constant_p): Allow constants for shadd insns rather
11618         than valid scaling constants for memory addresses.
11619         * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
11620         * config/pa/predicates.md (mem_shadd_operand): New predicate.
11621         * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
11622         (shift-add insns using ASHIFT): New patterns.
11624 2015-05-20  Mikhail Maltsev  <maltsevm@gmail.com>
11626         * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
11627         feasible.
11628         (fix_up_fall_thru_edges): Likewise.
11629         (fix_crossing_conditional_branches): Likewise. Promote jump targets
11630         from to rtx_insn to rtx_code_label where feasible.
11631         * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
11632         gen_move_insn (returned type changed to rtx_insn).
11633         * builtins.c (expand_errno_check): Fix arguments of
11634         do_compare_rtx_and_jump (now expects rtx_code_label).
11635         (expand_builtin_acc_on_device): Likewise.
11636         * cfgcleanup.c (try_simplify_condjump): Add cast when calling
11637         invert_jump (now exprects rtx_jump_insn).
11638         * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
11639         (construct_init_block): Use rtx_code_label.
11640         * cfgrtl.c (block_label): Promote return type to rtx_code_label.
11641         (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
11642         calling redirect_jump.
11643         (patch_jump_insn): Likewise.
11644         (redirect_branch_edge): Likewise.
11645         (force_nonfallthru_and_redirect): Likewise.
11646         (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
11647         when suitable.
11648         (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
11649         * cfgrtl.h: Promote return type of block_label to rtx_code_label.
11650         * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
11651         * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
11652         to store the value retured by gen_label_rtx.
11653         * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
11654         rtx_jump_insn.
11655         * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
11656         (split_branches): Fix calls of redirect_jump.
11657         * dojump.c (jumpifnot): Promote argument type from rtx to
11658         rtx_code_label.
11659         (jumpifnot_1): Likewise.
11660         (jumpif): Likewise.
11661         (jumpif_1): Likewise.
11662         (do_jump_1): Likewise.
11663         (do_jump): Likewise. Use rtx_code_label when feasible.
11664         (do_jump_by_parts_greater_rtx): Likewise.
11665         (do_jump_by_parts_zero_rtx): Likewise.
11666         (do_jump_by_parts_equality_rtx): Likewise.
11667         (do_compare_rtx_and_jump): Likewise.
11668         * dojump.h: Update function prototypes.
11669         * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
11670         returns rtx_insn).
11671         * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
11672         rtx_jump_insn.
11673         (emit_label_before): Likewise.
11674         (emit_jump_insn_after_noloc): Likewise.
11675         (emit_jump_insn_after_setloc): Likewise.
11676         (emit_jump_insn_after): Likewise
11677         (emit_jump_insn_before_setloc): Likewise.
11678         (emit_jump_insn_before): Likewise.
11679         (emit_label_before): Promote return type to rtx_code_label.
11680         (emit_label): Likewise.
11681         * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
11682         * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
11683         gen_move_insn.
11684         (emit_stack_restore): Likewise.
11685         * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
11686         (do_cmp_and_jump): Likewise.
11687         * expr.c (expand_expr_real_2): Likewise. Promote some local variables
11688         from rtx to rtx_code_label.
11689         (gen_move_insn_uncast): New function.
11690         * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
11691         * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
11692         * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
11693         * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
11694         invert_jump_1 and redirect_jump_1.
11695         * internal-fn.c (expand_arith_overflow_result_store): Fix call of
11696         do_compare_rtx_and_jump.
11697         (expand_addsub_overflow): Likewise.
11698         (expand_neg_overflow): Likewise.
11699         (expand_mul_overflow): Likewise.
11700         * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
11701         return value of gen_move_insn.
11702         * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
11703         * loop-doloop.c (add_test): Use rtx_code_label.
11704         (doloop_modify): Likewise.
11705         (doloop_optimize): Likewise.
11706         * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
11707         * lra-constraints.c (emit_spill_move): Remove cast of value returned
11708         by gen_move_insn.
11709         (inherit_reload_reg): Add cast when calling dump_insn_slim.
11710         (split_reg): Likewise.
11711         * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
11712         gen_move_insn.
11713         * optabs.c (expand_binop_directly): Remove casts of values returned by
11714         maybe_gen_insn.
11715         (expand_unop_direct): Likewise.
11716         (expand_abs): Likewise.
11717         (maybe_emit_unop_insn): Likewise.
11718         (maybe_gen_insn): Promote return type to rtx_insn.
11719         * optabs.h: Update prototype of maybe_gen_insn.
11720         * postreload-gcse.c (eliminate_partially_redundant_load): Remove
11721         redundant cast.
11722         * recog.c (struct peep2_insn_data): Promote type of insn field to
11723         rtx_insn.
11724         (peep2_reinit_state): Use NULL instead of NULL_RTX.
11725         (peep2_attempt): Remove casts of insn in peep2_insn_data.
11726         (peep2_fill_buffer): Promote argument from rtx to rtx_insn
11727         * recog.h (struct insn_gen_fn): Promote return types of function
11728         pointers and operator ().from rtx to rtx_insn.
11729         * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
11730         (fill_eager_delay_slots): Likewise.
11731         (relax_delay_slots): Likewise.
11732         (make_return_insns): Likewise.
11733         (dbr_schedule): Likewise.
11734         (optimize_skips): Likewise.
11735         (reorg_redirect_jump): Likewise.
11736         (fill_slots_from_thread): Likewise.
11737         * reorg.h: Update prototypes.
11738         * resource.c (find_dead_or_set_registers): Use dyn_cast to
11739         rtx_jump_insn instead of check.  Use it's jump_target method.
11740         * rtl.h (rtx_jump_insn::jump_label): Define new method.
11741         (rtx_jump_insn::jump_target): Define new method.
11742         (rtx_jump_insn::set_jump_target): Define new method.
11743         * rtlanal.c (tablejump_p): Promote type of one local variable.
11744         * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
11745         (sched_analyze_insn): Likewise.
11746         * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
11747         (print_insn): Likewise.
11748         * stmt.c (label_rtx): Promote return type to rtx_insn.
11749         (force_label_rtx): Likewise.
11750         (jump_target_rtx): Define new function.
11751         (expand_label): Use it, get rid of one cast.
11752         (expand_naked_return): Promote rtx to rtx_code_label.
11753         (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
11754         (expand_case): Use rtx_code_label instread of rtx where feasible.
11755         (expand_sjlj_dispatch_table): Likewise.
11756         (emit_case_nodes): Likewise.
11757         * stmt.h: Declare jump_target_rtx.  Update prototypes.  Fix comments.
11758         * store-motion.c (insert_store): Make use of new return type of
11759         gen_move_insn and remove a cast.
11760         (replace_store_insn): Likewise.
11762 2015-05-20  Max Filippov  <jcmvbkbc@gmail.com>
11764         * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
11765         by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
11767 2015-05-20  Jeff Law  <law@redhat.com>
11769         * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
11770         dispose of the jump thread path when the jump threading
11771         opportunity is cancelled.
11773 2015-05-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11775         * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
11776         when printing the caret character.
11778 2015-05-20  Marek Polacek  <polacek@redhat.com>
11780         * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
11782 2015-05-20  Marek Polacek  <polacek@redhat.com>
11784         * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
11785         * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
11786         * gimple-fold.c (canonicalize_bool): Likewise.
11787         (same_bool_result_p): Likewise.
11788         * tree-if-conv.c (parse_predicate): Likewise.
11790 2015-05-20  Marek Polacek  <polacek@redhat.com>
11792         * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
11793         * gimplify.c (gimplify_modify_expr_rhs): Likewise.
11795 2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11797         * config/aarch64/aarch64.c (aarch64_class_max_nregs):
11798         Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
11799         values.
11801 2015-05-20  Robert Suchanek  <robert.suchanek@imgtec.com>
11803         * config/mips/mips.h (micromips_globals): Declare.
11805 2015-05-20  David Malcolm  <dmalcolm@redhat.com>
11807         * timevar.def (TV_INITIALIZE_RTL): New.
11808         * toplev.c (initialize_rtl): Use an auto_timevar to account this
11809         function's time to TV_INITIALIZE_RTL.
11811 2015-05-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
11813         * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
11814         gimple_build_nop calls.
11815         (chkp_find_bounds_for_elem): Likewise.
11816         (chkp_get_zero_bounds): Likewise.
11817         (chkp_get_none_bounds): Likewise.
11818         (chkp_get_bounds_by_definition): Likewise.
11819         (chkp_generate_extern_var_bounds): Likewise.
11820         (chkp_get_bounds_for_decl_addr): Likewise.
11821         (chkp_get_bounds_for_string_cst): Likewise.
11823 2015-05-20  Bin Cheng  <bin.cheng@arm.com>
11825         PR tree-optimization/65447
11826         * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
11827         (dump_use, dump_uses): Support to dump sub use.
11828         (record_use): New parameters to support sub use.  Remove call to
11829         dump_use.
11830         (record_sub_use, record_group_use): New functions.
11831         (compute_max_addr_offset, split_all_small_groups): New functions.
11832         (group_address_uses, rewrite_use_address): New functions.
11833         (strip_offset): New declaration.
11834         (find_interesting_uses_address): Call record_group_use.
11835         (add_candidate): New assertion.
11836         (infinite_cost_p): Move definition forward.
11837         (add_costs): Check INFTY cost and return immediately.
11838         (get_computation_cost_at): Clear setup cost and dependent bitmap
11839         for sub uses.
11840         (determine_use_iv_cost_address): Compute cost for sub uses.
11841         (rewrite_use_address_1): Rename from old rewrite_use_address.
11842         (free_loop_data): Free sub uses.
11843         (tree_ssa_iv_optimize_loop): Call group_address_uses.
11845 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
11846             Jim Wilson  <jim.wilson@linaro.org>
11848         * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
11849         new  fields loadv and storev.
11850         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
11851         Initialize loadv and storev.
11852         * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
11853         (cortexa53_extra_costs): Likewise.
11854         (cortexa57_extra_costs): Likewise.
11855         (xgene1_extra_costs): Likewise.
11856         * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
11857         rtx_costs.
11859 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
11861         * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
11862          storev.
11863         (cortexa8_extra_costs): Likewise.
11864         (cortexa5_extra_costs): Likewise.
11865         (cortexa7_extra_costs): Likewise.
11866         (cortexa12_extra_costs): Likewise.
11867         (cortexa15_extra_costs): Likewise.
11868         (v7m_extra_costs): Likewise.
11870 2015-05-20  Jeff Law  <law@redhat.com>
11872         * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
11873         instead of open-coded version.  Also delete the jump thread created
11874         within this function.
11876 2015-05-20  Alan Modra  <amodra@gmail.com>
11878         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
11879         stack adjusting insn.  Formatting.
11880         (rs6000_emit_prologue): Track stack adjusting insn, and use of
11881         r12.  If possible, emit first -fsplit-stack arg pointer insn
11882         before stack adjust.  Don't use r12 to save cr if split-stack.
11884 2015-05-20  Alan Modra  <amodra@gmail.com>
11886         * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
11887         Define.
11888         (rs6000_supports_split_stack): New function.
11889         * gcc/config/rs6000/rs6000.c (machine_function): Add
11890         split_stack_arg_pointer.
11891         (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
11892         (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
11893         rather than virtual_incoming_args_rtx.
11894         (rs6000_va_start): Likewise.
11895         (split_stack_arg_pointer_used_p): New function.
11896         (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
11897         (morestack_ref): New var.
11898         (gen_add3_const, rs6000_expand_split_stack_prologue,
11899         rs6000_internal_arg_pointer, rs6000_live_on_entry,
11900         rs6000_split_stack_space_check): New functions.
11901         (rs6000_elf_file_end): Call file_end_indicate_split_stack.
11902         * gcc/config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
11903         (UNSPECV_SPLIT_STACK_RETURN): Define.
11904         (split_stack_prologue, load_split_stack_limit,
11905         load_split_stack_limit_di, load_split_stack_limit_si,
11906         split_stack_return, split_stack_space_check): New expands and insns.
11907         * gcc/config/rs6000/rs6000-protos.h
11908         (rs6000_expand_split_stack_prologue): Declare.
11909         (rs6000_split_stack_space_check): Declare.
11911 2015-05-20  Alan Modra  <amodra@gmail.com>
11913         * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
11914         (direct_return): Test vrsave_size rather than vrsave_mask.
11915         (rs6000_emit_prologue): Likewise.  Remove redundant altivec tests.
11916         (rs6000_emit_epilogue): Likewise.
11918 2015-05-20  Alan Modra  <amodra@gmail.com>
11920         * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
11921         when not saving registers.
11922         (debug_stack_info): Adjust to omit printing unused offsets,
11923         as before.
11924         (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
11925         expression.
11927 2015-05-19  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11929         PR c++/65835
11930         * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
11931         value_type to const char *.
11933 2015-05-19  Sandra Loosemore  <sandra@codesourcery.com>
11935         * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
11936         to build a biarch toolchain again.
11938 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
11940         * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
11941         or implicit declarations.
11942         (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
11943         into it.
11944         (get_odr_type): Check type has linkage before adding bases.
11945         (register_odr_type): Check that type has linkage before adding it.
11946         (type_known_to_have_no_deriavations_p): Rename to ..
11947         (type_known_to_have_no_derivations_p): This one.
11948         * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
11949         (type_known_to_have_no_derivations_p): This one.
11950         * ipa-polymorphic-call.c
11951         (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
11952         type has linkage.
11954 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
11956         * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
11957         (layout_type): Use RECORD_OR_UNION_TYPE_P.
11959 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11961         * config/s390/s390.c (s390_vector_bool_type_p): New function.
11962         (s390_invalid_binary_op): New function.
11963         (TARGET_INVALID_BINARY_OP): Define macro.
11965 2015-05-19  David Sherwood  <david.sherwood@arm.com>
11967         * loop-invariant.c (create_new_invariant): Don't calculate address cost
11968         if mode is not a scalar integer.
11969         (get_inv_cost): Increase computational cost for unused invariants.
11971 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11973         * config.gcc: Add vecintrin.h to extra_headers.  Add s390-c.o to
11974         c_target_objs and cxx_target_objs.  Add t-s390 to tmake_file.
11975         * config/s390/s390-builtin-types.def: New file.
11976         * config/s390/s390-builtins.def: New file.
11977         * config/s390/s390-builtins.h: New file.
11978         * config/s390/s390-c.c: New file.
11979         * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
11980         CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
11981         * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
11982         (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
11983         prototypes.
11984         * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
11985         Include.
11986         (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
11987         (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
11988         variable definitions.
11989         (s390_const_operand_ok): New function.
11990         (s390_expand_builtin): Rewrite.
11991         (s390_init_builtins): New function.
11992         (s390_handle_vectorbool_attribute): New function.
11993         (s390_attribute_table): Add s390_vector_bool attribute.
11994         (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
11995         (s390_branch_condition_mask): Generate masks for new modes.
11996         (s390_expand_vec_compare_cc): New function.
11997         (s390_mangle_type): Add mangling for vector bool types.
11998         (enum s390_builtin): Remove.
11999         (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
12000         efpc builtins.
12001         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
12002         s390_cpu_cpp_builtins.
12003         (REGISTER_TARGET_PRAGMAS): New macro.
12004         * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
12005         (insn_cmp mode attribute): Add new CC modes.
12006         (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
12007         (lcbb): New pattern definition.
12008         * config/s390/s390intrin.h: Include vecintrin.h.
12009         * config/s390/t-s390: New file.
12010         * config/s390/vecintrin.h: New file.
12011         * config/s390/vector.md: Include vx-builtins.md.
12012         * config/s390/vx-builtins.md: New file.S/390 zvector builtin
12013         support.
12015 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12017         * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
12018         CCVFHE.
12019         * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
12020         (s390_select_ccmode): Likewise.
12021         (s390_canonicalize_comparison): Swap operands if necessary.
12022         (s390_expand_vec_compare_scalar): Expand DFmode compare using
12023         single element vector instructions.
12024         (s390_emit_compare): Call s390_expand_vec_compare_scalar.
12025         (s390_branch_condition_mask): Generate CC masks for the new modes.
12026         * config/s390/s390.md (v0, vf, vd): New mode attributes.
12027         (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
12028         (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
12029         (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
12030         (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
12031         (*extend<DSF:mode><BFP:mode>2): New insn definition.
12032         (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
12033         (extend<DSF:mode><BFP:mode>2): Turn into expander.
12034         (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
12035         (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
12036         (sqrt<mode>2): Add vector instruction.
12038 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12040         * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
12041         constraints.
12042         * config/s390/predicates.md (const0_operand, constm1_operand)
12043         (constable_operand): Accept vector operands.
12044         * config/s390/s390-modes.def: Add supported vector modes.
12045         * config/s390/s390-protos.h (s390_cannot_change_mode_class)
12046         (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
12047         (s390_bytemask_vector_p, s390_expand_vec_strlen)
12048         (s390_expand_vec_compare, s390_expand_vcond)
12049         (s390_expand_vec_init): Add prototypes.
12050         * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
12051         (s390_vector_mode_supported_p): New function.
12052         (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
12053         (s390_contiguous_bitmask_vector_p): New function.
12054         (s390_bytemask_vector_p): New function.
12055         (s390_split_ok_p): Vector regs don't work either.
12056         (regclass_map): Add VEC_REGS.
12057         (s390_legitimate_constant_p): Handle vector constants.
12058         (s390_cannot_force_const_mem): Handle CONST_VECTOR.
12059         (legitimate_reload_vector_constant_p): New function.
12060         (s390_preferred_reload_class): Handle CONST_VECTOR.
12061         (s390_reload_symref_address):  Likewise.
12062         (s390_secondary_reload): Vector memory instructions only support
12063         short displacements.  Rename reload*_nonoffmem* to reload*_la*.
12064         (s390_emit_ccraw_jump): New function.
12065         (s390_expand_vec_strlen): New function.
12066         (s390_expand_vec_compare): New function.
12067         (s390_expand_vcond): New function.
12068         (s390_expand_vec_init): New function.
12069         (s390_dwarf_frame_reg_mode): New function.
12070         (print_operand): Handle addresses with 'O' and 'R' constraints.
12071         (NR_C_MODES, constant_modes): Add vector modes.
12072         (s390_output_pool_entry): Handle vector constants.
12073         (s390_hard_regno_mode_ok): Handle vector registers.
12074         (s390_class_max_nregs): Likewise.
12075         (s390_cannot_change_mode_class): New function.
12076         (s390_invalid_arg_for_unprototyped_fn): New function.
12077         (s390_function_arg_vector): New function.
12078         (s390_function_arg_float): Remove size variable.
12079         (s390_pass_by_reference): Handle vector arguments.
12080         (s390_function_arg_advance): Likewise.
12081         (s390_function_arg): Likewise.
12082         (s390_return_in_memory): Vector values are returned in a VR if
12083         possible.
12084         (s390_function_and_libcall_value): Handle vector arguments.
12085         (s390_gimplify_va_arg): Likewise.
12086         (s390_call_saved_register_used): Consider the arguments named.
12087         (s390_conditional_register_usage): Disable v16-v31 for non-vec
12088         targets.
12089         (s390_preferred_simd_mode): New function.
12090         (s390_support_vector_misalignment): New function.
12091         (s390_vector_alignment): New function.
12092         (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
12093         (TARGET_VECTOR_MODE_SUPPORTED_P)
12094         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
12095         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
12096         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
12097         (TARGET_VECTOR_ALIGNMENT): Define target macro.
12098         * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
12099         (FIRST_PSEUDO_REGISTER): Increase value.
12100         (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
12101         (VECTOR_REG_P): Define macros.
12102         (FIXED_REGISTERS, CALL_USED_REGISTERS)
12103         (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
12104         (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
12105         (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
12106         Add vector registers.
12107         (CANNOT_CHANGE_MODE_CLASS): Call C function.
12108         (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
12109         (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
12110         memory.
12111         (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
12112         (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
12113         * config/s390/s390.md (UNSPEC_VEC_*): New constants.
12114         (VR*_REGNUM): New constants.
12115         (ALL): New mode iterator.
12116         (INTALL): Remove mode iterator.
12117         Include vector.md.
12118         (movti): Implement TImode moves for VRs.
12119         Disable TImode splitter for VR targets.
12120         Implement splitting TImode GPR<->VR moves.
12121         (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
12122         (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
12123         reload<mode>_la_in, reload<mode>_la_out.
12124         (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
12125         (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
12126         (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
12127         (mov<mode> SF SD): Prefer lder, lde for loading.
12128         Add lrl and strl instructions.
12129         Add vector instructions.
12130         (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
12131         Call s390_expand_vec_strlen on z13.
12132         (*cc_to_int): Change predicate to nonimmediate_operand.
12133         (addti3): Rename to *addti3.  New expander.
12134         (subti3): Rename to *subti3.  New expander.
12135         * config/s390/vector.md: New file.
12137 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12139         * common/config/s390/s390-common.c (processor_flags_table): Add
12140         z13.
12141         * config.gcc: Add z13.
12142         * config/s390/s390-opts.h (enum processor_type): Add
12143         PROCESSOR_2964_Z13.
12144         * config/s390/s390.c (s390_adjust_priority): Check for
12145         PROCESSOR_2964_Z13.
12146         (s390_reorg): Likewise.
12147         (s390_sched_reorder): Likewise.
12148         (s390_sched_variable_issue): Likewise.
12149         (s390_loop_unroll_adjust): Likewise.
12150         (s390_option_override): Likewise. Default to -mvx when available.
12151         * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
12152         (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
12153         (TARGET_VX_ABI): Define macros.
12154         macros.
12155         (TARGET_DEFAULT): Add MASK_OPT_VX.
12156         * config/s390/s390.md ("cpu" attribute): Add z13.
12157         ("cpu_facility" attribute): Add vec.
12158         * config/s390/s390.opt (processor_type): Add z13.
12159         (mvx): New options.
12160         * doc/invoke.texi: Add z13 option for -march.
12162 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12164         * config/s390/predicates.md (shift_count_or_setmem_operand): Add
12165         mode check to make sure that only scalar integer values are
12166         accepted.
12168 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
12170         * tree.c (verify_type_variant): Fix #undef.
12171         (gimple_canonical_types_compatible_p): Move here from lto.c
12172         (verify_type): Verify TYPE_CANONICAL compatibility.
12173         * tree.h (gimple_canonical_types_compatible_p): Declare.
12175 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
12177         PR middle-end/66199
12178         * tree.h (OMP_TEAMS_COMBINED): Define.
12179         * gimplify.c (enum gimplify_omp_var_data): Add
12180         GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
12181         (enum omp_region_type): Add ORT_COMBINED_TEAMS.
12182         (omp_notice_variable): Accept both ORT_TEAMS
12183         and ORT_COMBINED_TEAMS.  Don't recurse if
12184         GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
12185         GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
12186         GOVD_FIRSTPRIVATE.
12187         (omp_no_lastprivate): New function.
12188         (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
12189         and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
12190         notice_outer and set appropriate bits, otherwise make
12191         sure default(none) combined constructs won't complain.
12192         (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
12193         outer special casing, for OMP_CLAUSE_LASTPRIVATE if
12194         omp_no_lastprivate either remove the clause or turn it
12195         into OMP_CLAUSE_PRIVATE.
12196         (gimplify_omp_for): Fix up handling of implicit
12197         lastprivate or linear iterators.
12198         (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
12199         ORT_COMBINED_TEAMS.
12200         * omp-low.c (lower_omp_for_lastprivate): For combined
12201         for simd use fd.loop.n2 from the for rather than simd.
12203 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12205         * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
12206         instead of gen_rtx_raw_REG.
12207         (cris_expand_epilogue): Likewise.
12208         * config/microblaze/microblaze.c (microblaze_classify_address):
12209         Likewise.
12210         * config/sparc/sparc.md: Likewise.
12212 2015-05-19  Uros Bizjak  <ubizjak@gmail.com>
12214         * config/alpha/alpha.c (alpha_legitimize_reload_address)
12215         (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
12216         CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
12217         (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
12218         Use CASE_CONST_SCALAR_INT.
12219         (print_operand) <case 'M'>: Use mode_width_operand to check the
12220         value of the constant.
12221         * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
12222         * config/alpha/predicates.md (input_operand): Use general_operand
12223         instead of match_code as operand check.
12224         (symbolic_operand): Use match_code with subexpression digits.
12225         * config/alpha/constraints.md (Q): Ditto.
12227 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12229         * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
12231 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12233         * config/s390/s390.c (s390_secondary_reload): Fix check for
12234         load/store relative.
12236 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12238         * recog.h: Increase MAX_RECOG_ALTERNATIVES.  Change type of
12239         alternative_mask to uint64_t.
12241 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
12243         PR tree-optimization/66187
12244         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
12245         Pass TYPE_SIGN to tree_int_cst_min_precision.  If
12246         !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
12248 2015-05-19  David Malcolm  <dmalcolm@redhat.com>
12250         * diagnostic.c (diagnostic_report_current_module): Strengthen
12251         local "new_map" from const line_map * to
12252         const line_map_ordinary *.
12253         * genmatch.c (error_cb): Likewise for local "map".
12254         (output_line_directive): Likewise for local "map".
12255         * input.c (expand_location_1): Likewise for local "map".
12256         Pass NULL rather than &map to
12257         linemap_unwind_to_first_non_reserved_loc, since the value is never
12258         read from there, and the value written back not read from here.
12259         (is_location_from_builtin_token): Strengthen local "map" from
12260         const line_map * to const line_map_ordinary *.
12261         (dump_location_info): Strengthen locals "map" from
12262         line_map *, one to const line_map_ordinary *, the other
12263         to const line_map_macro *.
12264         * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
12265         const line_map * to const line_map_macro *.
12266         (maybe_unwind_expanded_macro_loc): Add a call to
12267         linemap_check_macro when writing to the "map" field of the
12268         loc_map_pair.
12269         Introduce local const line_map_ordinary * "ord_map", using it in
12270         place of "map" in the part of the function where we know we have
12271         an ordinary map.  Strengthen local "m" from const line_map * to
12272         const line_map_ordinary *.
12274 2015-05-19  Nick Clifton  <nickc@redhat.com>
12276         PR target/66156
12277         * config/msp430/msp430.md (zero_extendhisi2): Add support for
12278         separate source and destination registers.
12280 2015-05-19  Richard Biener  <rguenther@suse.de>
12282         PR tree-optimization/66165
12283         * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
12284         for no load permutation.
12286         PR tree-optimization/66185
12287         * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
12288         when building the SLP node from scalars.
12290 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
12291             Tristan Gingold  <gingold@adacore.com>
12293         * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
12294         * builtins.c (expand_builtin_update_setjmp_buf): Make global.
12295         (expand_stack_restore): Call record_new_stack_level.
12296         (expand_stack_save): Do not call do_pending_stack_adjust.
12297         * builtins.h (expand_builtin_update_setjmp_buf): Declare.
12298         * calls.c (expand_call): Call record_new_stack_level for alloca.
12299         * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
12300         wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
12301         (update_sjlj_context): New global function.
12302         * except.h (update_sjlj_context): Declare.
12303         * explow.c (record_new_stack_level): New global function.
12304         (allocate_dynamic_stack_space): Call record_new_stack_level.
12305         * explow.h (record_new_stack_level): Declare.
12306         * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
12307         * cfgrtl.c (duplicate_insn_chain): Likewise.
12309 2015-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12311         * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
12312         (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
12313         STACK_GROWS_DOWNWARD as normal if.
12314         (expand_call): Likewise.
12316 2015-05-19  Oleg Endo  <olegendo@gcc.gnu.org>
12318         PR target/54236
12319         * config/sh/sh.md (*round_int_even): New insn_and_split and
12320         accompanying new unnamed split.
12322 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12324         * bitmap.c (bitmap_set_range): Handle count==1 specially.
12325         (bitmap_clear_range): Likewise.
12326         * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
12327         bitmap_set_range unconditionally.
12328         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
12329         * df-scan.c (df_mark_reg): Likewise.
12330         * haifa-sched.c (setup_ref_regs): Likewise.
12331         * sched-rgn.c (update_live_1): Likewise.
12333 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12335         * regs.h (END_HARD_REGNO): Delete.
12336         (END_REGNO): Move to...
12337         * rtl.h: ...here.
12338         * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
12339         * caller-save.c (mark_set_regs): Likewise.
12340         * combine.c (move_deaths, distribute_notes): Likewise.
12341         * cse.c (invalidate, invalidate_for_call): Likewise.
12342         * df-scan.c (df_ref_record): Likewise.
12343         * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
12344         (record_last_reg_set_info): Likewise.
12345         * reg-stack.c (convert_regs_exit): Likewise.
12346         * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
12347         * resource.c (update_live_status): Likewise.
12348         * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
12350 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12352         * rtl.h (reg_info): Add an nregs field.
12353         (REG_NREGS): Use it.
12354         (SET_REGNO_RAW): Delete.
12355         (set_regno_raw): New function.
12356         * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
12357         (END_REGNO): Redefine in terms of REG_NREGS.
12358         * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
12359         SET_REGNO_RAW.
12360         * emit-rtl.c (set_mode_and_regno): Likewise.
12361         * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
12362         instead of SET_REGNO_RAW.
12364 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12366         * rtl.h (PUT_MODE_RAW): New macro.
12367         (PUT_REG_NOTE_KIND): Use it.
12368         (set_mode_and_regno): Declare.
12369         (gen_raw_REG): Change regno to "unsigned int".
12370         (gen_rtx_REG): Change "unsigned" to "unsigned int".
12371         (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
12372         use set_mode_and_regno to change the mode of registers.
12373         * gengenrtl.c (gendef): Use PUT_MODE_RAW.
12374         * emit-rtl.c (set_mode_and_regno): New function.
12375         (gen_raw_REG): Change regno to unsigned int.  Use set_mode_and_regno.
12376         * caller-save.c (reg_save_code): Use set_mode_and_regno.
12377         * expr.c (init_expr_target): Likewise.
12378         * ira.c (setup_prohibited_mode_move_regs): Likewise.
12379         * postreload.c (reload_cse_simplify_operands): Likewise.
12381 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12383         * caller-save.c (init_caller_save): Use word_mode and
12384         FIRST_PSEUDO_REGISTER when creating temporary rtxes.
12385         * expr.c (init_expr_target): Likewise.
12386         * ira.c (setup_prohibited_mode_move_regs): Likewise.
12387         * postreload.c (reload_cse_regs_1): Likewise.
12389 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12391         * rtl.def (REG): Change format to "r".
12392         * rtl.h (rtunion): Remove rt_reg.
12393         (reg_info): New structure.
12394         (rtx_def): Add reg field to main union.
12395         (X0REGATTR): Delete.
12396         (REG_CHECK): New macro.
12397         (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
12398         * rtl.c (rtx_format): Document "r".
12399         (rtx_code_size): Handle REG specially.
12400         * gengenrtl.c (special_format): Return true for formats
12401         that include 'r'.
12402         * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
12403         Deal with REG_ATTRS after the field loop.
12404         * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
12405         * expmed.c (init_expmed): Call gen_raw_REG instead of
12406         gen_rtx_raw_REG.
12407         * expr.c (init_expr_target): Likewise.
12408         * regcprop.c (maybe_mode_change): Likewise.
12409         * varasm.c (make_decl_rtl): Likewise.
12410         * final.c (leaf_renumber_regs_insn): Return early after
12411         handling REGs.
12412         * genemit.c (gen_exp): Handle 'r' fields.
12413         * genpeep.c (match_rtx): Likewise.
12414         * gensupport.c (subst_pattern_match): Likewise.
12415         (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
12416         (alter_constraints, subst_dup): Likewise.
12417         * read-rtl.c (read_rtx_code): Likewise.
12418         * print-rtl.c (print_rtx): Likewise.
12419         * genrecog.c (find_operand, find_matching_operand): Likewise.
12420         (validate_pattern, match_pattern_2): Likewise.
12421         (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
12422         (rtx_test::regno_field): New function.
12423         (operator ==, safe_to_hoist_p, transition_parameter_type)
12424         (parameter_type_string, print_parameter_value)
12425         (print_nonbool_test, print_test): Handle new enum values.
12426         * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
12427         * lra-constraints.c (operands_match_p): Likewise.
12429 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12431         * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
12432         Change type of new_regno to unsigned int.
12433         * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
12434         new_regno to unsigned int.
12435         (df_ref_change_reg_with_loc): Remove old_regno parameter.
12436         Change type of new_regno to unsigned int.  Use SET_REGNO_RAW.
12437         * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
12438         (SET_REGNO_RAW): Add space after ",".
12440 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12442         * rtl.h (REG_NREGS): New macro
12443         * alias.c (record_set): Use it.
12444         * cfgcleanup.c (mark_effect): Likewise.
12445         * combine.c (likely_spilled_retval_1): Likewise.
12446         (likely_spilled_retval_p, can_change_dest_mode): Likewise.
12447         (move_deaths, distribute_notes): Likewise.
12448         * cselib.c (cselib_record_set): Likewise.
12449         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
12450         * df-scan.c (df_mark_reg): Likewise.
12451         * dse.c (look_for_hardregs): Likewise.
12452         * dwarf2out.c (reg_loc_descriptor): Likewise.
12453         (multiple_reg_loc_descriptor): Likewise.
12454         * expr.c (write_complex_part, read_complex_part): Likewise.
12455         (emit_move_complex): Likewise.
12456         * haifa-sched.c (setup_ref_regs): Likewise.
12457         * ira-lives.c (mark_hard_reg_live): Likewise.
12458         * lra.c (lra_set_insn_recog_data): Likewise.
12459         * mode-switching.c (create_pre_exit): Likewise.
12460         * postreload.c (reload_combine_recognize_const_pattern): Likewise.
12461         (reload_combine_recognize_pattern): Likewise.
12462         (reload_combine_note_use, move2add_record_mode): Likewise.
12463         (reload_cse_move2add): Likewise.
12464         * reg-stack.c (subst_stack_regs_pat): Likewise.
12465         * regcprop.c (kill_value, copy_value): Likewise.
12466         (copyprop_hardreg_forward_1): Likewise.
12467         * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
12468         (build_def_use): Likewise.
12469         * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
12470         (deps_analyze_insn): Likewise.
12471         * sched-rgn.c (check_live_1, update_live_1): Likewise.
12472         * sel-sched.c (count_occurrences_equiv): Likewise.
12473         * valtrack.c (dead_debug_insert_temp): Likewise.
12475 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
12477         * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
12478         * dse.c (note_add_store): Likewise.
12479         * ira-lives.c (mark_hard_reg_dead): Likewise.
12480         * loop-invariant.c (mark_reg_store): Likewise.
12481         (mark_reg_death): Likewise.
12482         * postreload.c (reload_combine): Likewise.
12483         (reload_combine_note_store): Likewise.
12484         (reload_combine_note_use): Likewise.
12485         * recog.c (peep2_reg_dead_p): Likewise.
12487 2015-05-19  Alan Modra  <amodra@gmail.com>
12489         * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
12490         hard registers numbered greater or equal to ARG_POINTER_REGNUM.
12491         (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
12492         unused predicates.
12493         * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
12494         Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
12495         * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
12496         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
12498 2015-05-19  Sameera Deshpande  <Sameera.Deshpande@imgtec.com>
12500         * config/mips/mips.md (JOIN_MODE): New mode iterator.
12501         (join2_load_Store<JOIN_MODE:mode>): New pattern.
12502         (join2_loadhi): Likewise.
12503         (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
12504         load-load and store-stores.
12505         * config/mips/mips.opt (mload-store-pairs): New option.
12506         (TARGET_LOAD_STORE_PAIRS): New macro.
12507         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
12508         * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
12509         * config/mips/mips.c (mips_load_store_bonding_p): New function.
12511 2015-05-19  Mikhail Maltsev  <maltsevm@gmail.com>
12513         * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
12514         explicit swaps.
12515         * dojump.c (do_compare_rtx_and_jump): Likewise.
12516         * expmed.c (emit_store_flag_1): Likewise.
12517         * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
12518         * final.c (sprint_ul): Use std::reverse for reversing a string.
12519         * fold-const.c (extract_muldiv_1): Use std::swap.
12520         * genmodes.c (emit_mode_int_n): Likewise.
12521         * ifcvt.c (dead_or_predicable): Likewise.
12522         * ira-build.c (ira_merge_live_ranges): Likewise.
12523         (swap_allocno_copy_ends_if_necessary): Likewise.
12524         * ira.c (ira_setup_alts): Likewise.
12525         * loop-iv.c (iv_analyze_expr): Likewise.
12526         (implies_p): Likewise.
12527         (canon_condition): Likewise.
12528         * lra-constraints.c (swap_operands): Likewise.
12529         * lra-lives.c (lra_merge_live_ranges): Likewise.
12530         * omega.c (swap): Remove.
12531         (bswap): Remove.
12532         (omega_unprotect_1): Use std::swap.
12533         (omega_solve_geq): Likewise.
12534         * optabs.c (expand_binop_directly): Likewise.
12535         (expand_binop): Likewise.
12536         (emit_conditional_move): Likewise.
12537         (emit_conditional_add): Likewise.
12538         * postreload.c (reload_cse_simplify_operands): Likewise.
12539         * reg-stack.c (emit_swap_insn): Likewise.
12540         (swap_to_top): Likewise.
12541         (compare_for_stack_reg): Likewise.
12542         (subst_asm_stack_regs): Likewise.
12543         * reload.c (find_reloads): Likewise.
12544         * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
12545         * sel-sched.c (invoke_reorder_hooks): Likewise.
12546         (create_block_for_bookkeeping): Likewise.
12547         * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
12548         (lambda_matrix_right_hermite): Use std::swap.
12549         * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
12550         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12551         * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
12552         * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
12553         * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
12554         * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
12555         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
12556         * tree-vrp.c (compare_ranges): Likewise.
12557         * var-tracking.c (add_with_sets): Likewise.
12558         (vt_find_locations): Likewise.
12560 2015-05-18  Andreas Tobler  <andreast@gcc.gnu.org>
12562         * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
12563         pie executables.
12564         (FBSD_ENDFILE_SPEC): Likewise.
12565         * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
12566         config/freebsd-spec.h.
12567         (ENDFILE_SPEC): Likewise.
12569 2015-05-18  Uros Bizjak  <ubizjak@gmail.com>
12570             Richard Henderson  <rth@redhat.com>
12572         PR target/57032
12573         * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
12574         Check for a memory location that is not a reference (using an AND)
12575         to an unaligned location here.
12576         * config/alpha/predicates.md (normal_memory_operand): Remove.
12578 2015-05-18  Alex Velenko  <Alex.Velenko@arm.com>
12580         * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
12581         (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
12583 2015-05-18  Robert Suchanek  <robert.suchanek@imgtec.com>
12585         * config/mips/mips.c (micromips_globals): New variable.
12586         (mips_set_compression_mode): Save and reinitialize target-dependent
12587         state for microMIPS.
12589 2015-05-18  Martin Liska  <mliska@suse.cz>
12591         * dbgcnt.def: Add new counter.
12592         * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
12594 2015-05-18  Martin Liska  <mliska@suse.cz>
12596         * dbgcnt.def: Sort counters.
12597         * opts.c (common_handle_option): Do not compile if
12598         -fdbg-cnt-list is enabled.
12600 2015-05-18  Tom de Vries  <tom@codesourcery.com>
12602         * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
12603         (gimplify_va_arg_expr): Remove do_deref handling.  Remove adding of
12604         address operator to va_list operand.
12605         * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
12606         unconditionally.
12607         * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
12608         operand.
12609         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
12610         * config/s390/s390.c (s390_gimplify_va_arg): Same.
12611         * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
12613 2015-05-18  Tom de Vries  <tom@codesourcery.com>
12615         * tree-ssa-tail-merge.c: Fix whitespace.
12617 2015-05-17  Jim Wilson  <jim.wilson@linaro.org>
12619         * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
12620         cortex-a17, and cortex-a17.cortex-a7.
12622 2015-05-17  Oleg Endo  <olegendo@gcc.gnu.org>
12624         PR target/54236
12625         * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
12627 2015-05-17  Uros Bizjak  <ubizjak@gmail.com>
12629         PR target/66174
12630         * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
12631         QImode inner modes for TARGET_AVX512BW.  Force mask operand
12632         to a register for AVX512F modes.
12634 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
12636         * toplev.c (emit_debug_global_declarations): Do not output debug info
12637         when doing slim LTO objects.
12639 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
12641         * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
12642         odr_types_equivalent_p): Declare.
12643         (odr_type_p): Use gcc_checking_assert.
12644         (type_in_anonymous_namespace_p) Declare.
12645         (type_with_linkage_p): Declare.
12646         * common.opt (Wlto-type-mismatch): New warning.
12647         * ipa-devirt.c (compound_type_base): New function.
12648         (odr_or_derived_type_p): New function.
12649         (odr_types_equivalent_p): New function.
12650         (add_type_duplicate): Simplify.
12651         (type_with_linkage_p): Add hack to prevent false positives on C types
12652         (type_in_anonymous_namespace_p): Likewise.
12653         * tree.c (need_assembler_name_p): Use type_with_linkage.
12654         * tree.h (type_in_anonymous_namespace_p): Remove.
12655         * doc/invoke.texi (-Wlto-type-mismatch): Document
12657 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
12659         * tree.c (verify_type_variant): Verify tree_base and type_common flags.
12660         (verify_type): Verify STRING_FLAG.
12662 2015-05-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12664         PR fortran/44054
12665         * tree-pretty-print.c (percent_K_format): Replace locus pointer
12666         with accessor function.
12667         * tree-diagnostic.c (diagnostic_report_current_function): Use
12668         diagnostic_location function.
12669         (maybe_unwind_expanded_macro_loc): Likewise.
12670         (virt_loc_aware_diagnostic_finalizer): Likewise.
12671         (default_tree_printer): Replace locus pointer with accessor function.
12672         * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
12673         (diagnostic_set_info_translated): Initialize second location.
12674         (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
12675         (diagnostic_show_locus): Handle two locations. Call
12676         diagnostic_print_caret_line.
12677         (diagnostic_print_caret_line): New.
12678         (default_diagnostic_starter): Use diagnostic_location function.
12679         (diagnostic_report_diagnostic): Use diagnostic_location function.
12680         (verbatim): Do not set text.locus.
12681         * diagnostic.h (struct diagnostic_info): Remove location field.
12682         (struct diagnostic_context): Make caret_chars an array of two.
12683         (diagnostic_location): New inline.
12684         (diagnostic_expand_location): Handle two locations.
12685         (diagnostic_same_line): New inline.
12686         (diagnostic_print_caret_line): Declare.
12687         (CARET_LINE_MARGIN): New constant.
12688         * pretty-print.c (pp_printf): Do not set text.locus.
12689         (pp_verbatim): Do not set text.locus.
12690         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
12691         (struct text_info): Replace locus pointer with locations
12692         array. Add accessor functions.
12694 2015-05-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
12695             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
12697         PR target/65768
12698         * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
12699         * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
12700          large constants in register instead of splitting them.
12702 2015-05-16  Uros Bizjak  <ubizjak@gmail.com>
12704         PR target/66140
12705         * config/alpha/alpha.c (get_aligned_mem): Also look for reload
12706         replacements in memory addresses.
12707         (get_unaligned_address): Ditto.
12709 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
12711         * config/ft32/*: New files for FT32 port.
12712         * doc/install.texi: Add FT32 information.
12713         * doc/invoke.texi: Add FT32 information.
12714         * doc/md.texi: Add FT32 information.
12715         * doc/contrib.texi: Self added.
12717 2015-05-15  Marc Glisse  <marc.glisse@inria.fr>
12719         PR tree-optimization/64454
12720         * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
12721         (-1 - A -> ~A): Remove unnecessary condition.
12723 2015-05-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
12725         * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
12726         * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
12727         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
12729 2015-05-15  Ilya Enkovich  <ilya.enkovich@intel.com>
12731         * ipa-chkp.h (chkp_wrap_function): New.
12732         * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
12733         (chkp_wrap_function_name): New.
12734         (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
12735         to get wrapper name.
12736         * lto-cgraph.c: Include ipa-chkp.h.
12737         (input_cgraph_1): Avoid alias chain for wrappers.
12739 2015-05-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
12741         PR middle-end/66134
12742         * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
12743         (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
12745 2015-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12747         * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
12748         (AARCH64_FL_SLOWMUL): Delete.
12749         (AARCH64_FL_CRC): Redefine to 1<<3.
12750         (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
12752 2015-05-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12754         * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
12755         casting.
12757 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
12759         * config/alpha/alpha.md (extendqidi2): Use general_operand
12760         instead of some_operand for operand[1] predicate.
12761         (extendhidi2): Ditto.
12762         (cbranchdi4): Use general_operand instead of some_operand
12763         for operand[1] and operands[2] predicates.
12764         (cstoredi4): Ditto.
12765         * config/alpha/predicates.md (some_operand): Remove unused predicate.
12766         (some_ni_operand): Ditto.
12768 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
12770         * config/alpha/alpha.c (alpha_extract_integer): Do not handle
12771         CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
12772         (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
12773         low part of the constant using alpha_emit_set_const_1.
12774         (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
12776 2015-05-14  Rohit Arul Raj  <rohitrulraj@freescale.com>
12778         * varasm.c (output_constant_pool_1): Pass down alignment from
12779         constant pool entry's descriptor to output_constant_pool_2.
12780         (output_object_block): Add comment prior to call to
12781         output_constant_pool_1.
12783 2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>
12785         PR rtl-optimization/65862
12786         * target.def (ira_change_pseudo_allocno_class): New hook.
12787         * targhooks.c (default_ira_change_pseudo_allocno_class): Default
12788         value of the hook.
12789         * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
12790         * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
12791         hook.
12792         * ira-costs.c (find_costs_and_classes): Call the hook and change
12793         classes when it is necessary.
12794         * doc/tm.texi: Update.
12796 2015-05-14  Alexander Monakov  <amonakov@ispras.ru>
12798         * config/i386/i386.md (sibcall_memory): Check that register with
12799         callee address is not also used as one of the arguments, instead
12800         of checking that it is not live after the sibcall.
12801         (sibcall_pop_memory): Ditto.
12802         (sibcall_value_memory): Ditto.
12803         (sibcall_value_pop_memory): Ditto.
12805 2015-05-14  Marc Glisse  <marc.glisse@inria.fr>
12807         * generic-match-head.c (types_match): Handle non-types.
12808         * gimple-match-head.c (types_match): Likewise.
12809         * match.pd: Remove unnecessary TREE_TYPE for types_match.
12811 2015-05-14  Wilco Dijkstra  <wdijkstr@arm.com>
12813         * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
12814         (csneg3<mode>_insn): Enable expansion of pattern.
12816 2015-05-14  Nick Clifton  <nickc@redhat.com>
12818         * config/rl78/rl78.c (rl78_select_section): Select the correct
12819         default section based upon the category of the decl.
12821 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
12823         PR rtl-optimization/30967
12824         * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
12825         destination mode for the cost of scc patterns.
12827 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
12829         * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
12830         using SWIM248 mode iterator.
12831         (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
12832         (*mulvhi4): mark operand[1] as commutative.  Use nonimmediate_operand
12833         for operand[2] constraint.
12834         (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
12836 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
12838         PR middle-end/66133
12839         * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
12840         make sure it is never noreturn, even when the task body does not
12841         return.
12842         (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
12843         right before GIMPLE_OMP_RETURN.
12844         (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
12845         for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
12846         GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
12848 2015-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12850         * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
12851         * tree-ssa-math-opts.c: Include params.h
12852         (pow_synth_sqrt_info): New struct.
12853         (representable_as_half_series_p): New function.
12854         (get_fn_chain): Likewise.
12855         (print_nested_fn): Likewise.
12856         (dump_fractional_sqrt_sequence): Likewise.
12857         (dump_integer_part): Likewise.
12858         (expand_pow_as_sqrts): Likewise.
12859         (gimple_expand_builtin_pow): Use above to attempt to expand
12860         pow as series of square roots.  Removed now unused variables.
12862 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
12864         * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
12865         (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
12866         Remove *p0 and *p1 arguments.  Rewrite function.
12867         (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
12868         (alpha_split_const_mov): Update calls to alpha_extract_integer and
12869         alpha_emit_set_long_const.
12870         (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
12871         (alpha_output_mi_thunk_osf): Ditto.
12872         * config/alpha/alpha.md (movti): Do not check operands[1]
12873         for CONST_DOUBLE.
12875 2015-05-13  Richard Biener  <rguenther@suse.de>
12877         PR tree-optimization/66129
12878         * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
12879         commutative.
12880         (vect_schedule_slp_instance): Fix typo.
12882 2015-05-13  David Malcolm  <dmalcolm@redhat.com>
12884         * common.opt (fdump-internal-locations): New option.
12885         * input.c: Include diagnostic-core.h.
12886         (get_end_location): New function.
12887         (write_digit): New function.
12888         (write_digit_row): New function.
12889         (dump_location_range): New function.
12890         (dump_labelled_location_range): New function.
12891         (dump_location_info): New function.
12892         * input.h (dump_location_info): New prototype.
12893         * toplev.c (compile_file): Handle flag_dump_locations.
12895 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
12897         * gimple-expr.h (is_gimple_constant): Reorder.
12898         * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
12900 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
12902         * combine.c (simplify_set): When generating a CC set, if the
12903         source already is in the correct mode, do not wrap it in a
12904         compare.  Simplify the rest of that code.
12906 2015-05-13  Richard Biener  <rguenther@suse.de>
12908         PR tree-optimization/66123
12909         * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
12910         a taken edge.
12912 2015-05-13  Richard Biener  <rguenther@suse.de>
12914         PR middle-end/66110
12915         * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
12916         specially.
12917         * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
12919 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
12921         * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
12922         * aclocal.m4: Regenerated with automake-1.11.6.
12924 2015-05-13  Tom de Vries  <tom@codesourcery.com>
12926         PR tree-optimization/66010
12927         * gimplify.h (gimplify_va_arg_internal): Remove declaration.
12928         * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
12929         * tree-stdarg.c (expand_ifn_va_arg_1): ... here.  Choose between lval
12930         and rval based on do_deref.
12932 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
12934         PR target/65103
12935         * config/i386/i386.c (ix86_rtx_costs): We want to propagate
12936         link time constants into adress expressions and therefore set
12937         their cost to 0.
12939 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
12941         PR target/66112
12942         * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
12943         Use SWI248 iterator instead of SWI.
12944         (*mulv<mode>4_1): Use SWI48 instead of SWI.  Simplify output template.
12945         Use eq_attr "alternative" "0" instead of match_test in
12946         length_immediate attribute computation.
12947         (*mulvhi4, *mulvhi4_1): New define_insns.
12949         PR target/66112
12950         * internal-fn.c (get_min_precision): Use UNSIGNED instead of
12951         SIGNED to get precision of non-negative value.
12953 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
12955         PR target/66048
12956         * function.c (diddle_return_value_1): Process bounds first.
12957         * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
12958         register.
12960 2015-05-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
12962         PR rtl-optimization/64616
12963         * loop-invariant.c (can_move_invariant_reg): New.
12964         (move_invariant_reg): Call above new function to decide whether
12965         instruction can just be moved, skipping creation of temporary
12966         register.
12968 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
12970         PR target/pr66047.c
12971         * i386.c (ix86_function_sseregparm): Only return -1 if local function
12972         with implied regparm is called from -mno-sse function.
12973         (init_cumulative_args): Output error if ix86_function_sseregparm
12974         return -1 and SSE register would be needed.
12975         (function_arg_advance_32): Likewise.
12976         (function_arg_32): Likewise.
12977         * i386.h (ix86_args): Add decl field.
12979 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
12981         PR ipa/65873
12982         * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
12983         inlines across optimization boundary.
12985 2015-05-12  Jason Merrill  <jason@redhat.com>
12987         * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
12988         string literal and macro name.
12990 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
12992         * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
12993         * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
12994         * config/mips/predicates.md (const_immlsa_operand): Remove log call.
12996 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
12998         * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
12999         (-Wmisleading-indentation): New option.
13000         * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
13002 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
13004         * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
13005         * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
13006         (alpha_extract_integer): Ditto.
13007         (alpha_legitimate_constant_p): Ditto.
13008         (alpha_split_tmode_pair): Ditto.
13009         (alpha_preferred_reload_class): Add CONST_WIDE_INT.
13010         (alpha_expand_mov): Ditto.
13011         (print_operand): Remove handling of 'H' modifier.
13012         <case 'm'>: Remove CONST_DOUBLE handling.
13013         (summarize_insn): Handle CONST_WIDE_INT.
13014         * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
13015         (anddi3): Ditto.
13016         (movti): Handle CONST_WIDE_INT.
13017         * config/alpha/constraints.md ('H'): Remove constraint definition.
13018         ('G'): Do not match MODE_FLOAT class.
13019         * config/alpha/predicates.md (const0_operand): Also match
13020         const_wide_int.
13021         (non_add_const_operand): Ditto.
13022         (non_zero_const_operand): Ditto.
13023         (some_operand): Ditto.
13024         (input_operand): Ditto.  Handle CONST_WIDE_INT.
13025         (and_operand): Do not match const_double.
13026         * config/alpha/sync.md (fetchop_constr): Remove H constraint.
13028 2015-05-12  Andrew MacLeod  <amacleod@redhat.com>
13030         PR target/65697
13031         * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
13032         (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
13033         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
13034         is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
13035         is_mm_seq_cst, is_mm_sync): New accessor functions.
13036         * builtins.c (expand_builtin_sync_operation,
13037         expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
13038         (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
13039         (get_memmodel,  expand_builtin_atomic_compare_exchange,
13040         expand_builtin_atomic_load, expand_builtin_atomic_store,
13041         expand_builtin_atomic_clear): Use new accessor routines.
13042         (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
13043         * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
13044         (maybe_emit_sync_lock_test_and_set): Use new accessors and
13045         MEMMODEL_SYNC_ACQUIRE.
13046         (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
13047         (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
13048         expand_atomic_store): Use new accessors.
13049         * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
13050         * tsan.c (instrument_builtin_call): Update check for memory model beyond
13051         final enum to use MEMMODEL_LAST.
13052         * c-family/c-common.c: Use new accessor for memmodel_base.
13053         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
13054         accessors.
13055         * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
13056         arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
13057         mem_thread_fence, *dmb): Likewise.
13058         * config/alpha/alpha.c (alpha_split_compare_and_swap,
13059         alpha_split_compare_and_swap_12): Likewise.
13060         * config/arm/arm.c (arm_expand_compare_and_swap,
13061         arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
13062         * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
13063         atomic_loaddi): Likewise.
13064         * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
13065         Likewise.
13066         * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
13067         * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
13068         use new accessors.
13069         * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
13070         atomic_store<mode>, atomic_compare_and_swap<mode>,
13071         atomic_exchange<mode>): Use new accessors.
13072         * config/mips/mips.c (mips_process_sync_loop): Likewise.
13073         * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
13074         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
13075         rs6000_post_atomic_barrier): Add new cases.
13076         (rs6000_expand_atomic_compare_and_swap): Use new accessors.
13077         * config/rs6000/sync.md (mem_thread_fence): Add new cases.
13078         (atomic_load<mode>): Add new cases and use new accessors.
13079         (store_quadpti): Add new cases.
13080         * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
13081         accessors.
13082         * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
13083         * doc/extend.texi: Update docs to indicate 16 bits are used for memory
13084         model, not 8.
13086 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
13088         * ipa-devirt.c (type_with_linkage_p): New function.
13089         (type_in_anonymous_namespace_p): Move here from tree.c; assert that
13090         type has linkage.
13091         (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
13092         (can_be_name_hashed_p): Simplify.
13093         (hash_odr_name): Check that type has linkage before checking if it is
13094         anonymous.
13095         (types_same_for_odr): Likewise.
13096         (odr_name_hasher::equal): Likewise.
13097         (odr_subtypes_equivalent_p): Likewise.
13098         (warn_types_mismatch): Likewise.
13099         (get_odr_type): Likewise.
13100         (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
13101         * ipa-utils.h (odr_type_p): Move offline.
13102         * tree.c (need_assembler_name_p): Fix handling of types
13103         without linkages.
13104         (type_in_anonymous_namespace_p): Move to ipa-devirt.c
13106 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
13108         * timevar.c (timevar_enable): Delete in favor of...
13109         (g_timer): New global.
13110         (struct timevar_def): Move to timevar.h inside class timer.
13111         (struct timevar_stack_def): Likewise.
13112         (timevars): Delete global in favor of field "m_timevars" within
13113         class timer in timevar.h
13114         (stack): Likewise, in favor of field "m_stack".
13115         (unused_stack_instances): Likewise, in favor of field
13116         "m_unused_stack_instances".
13117         (start_time): Likewise, in favor of field "m_start_time".
13118         (get_time): Eliminate check for timevar_enable.
13119         (timer::timer): New function, built from part of timevar_init.
13120         (timevar_init): Rewrite idempotency test from using
13121         "timevar_enable" bool to using dynamic allocation of "g_timer".
13122         Move rest of implementation into timer's constructor.
13123         (timevar_push_1): Rename to...
13124         (timer::push): ...this, adding "m_" prefixes to variables that
13125         are now fields of timer.
13126         (timevar_pop_1): Likewise, rename to...
13127         (timer::pop): ...this, and add "m_" prefixes.
13128         (timevar_start): Replace test for "timevar_enable" with one for
13129         "g_timer", and move bulk of implementation to...
13130         (timer::start): ...here, adding "m_" prefixes.
13131         (timevar_stop): Likewise, from here...
13132         (timer::stop): ...to here.
13133         (timevar_cond_start): Likewise, from here...
13134         (timer::cond_start): ...to here.
13135         (timevar_cond_stop): Likewise, from here...
13136         (timer::cond_stop): ...to here.
13137         (validate_phases): Rename to...
13138         (timer::validate_phases): ...this, and add "m_" prefixes.  Make
13139         locals "total" and "tv" const.
13140         (timevar_print): Rename to...
13141         (timer::print): ...this, and add "m_" prefixes.  Make locals
13142         "total" and "tv" const.  Eliminate test for timevar_enable.
13143         * timevar.h (timevar_enable): Eliminate.
13144         (g_timer): New declaration.
13145         (timevar_push_1): Eliminate.
13146         (timevar_pop_1): Eliminate.
13147         (timevar_print): Eliminate.
13148         (class timer): New class.
13149         (timevar_push): Rewrite to use g_timer.
13150         (timevar_pop): Likewise.
13151         * toplev.c (toplev::~toplev): Likewise.
13153 2015-05-12  Richard Earnshaw  <rearnsha@arm.com>
13155         * arm-protos.h (arm_sched_autopref): Delete.
13156         (tune_params): Re-organize, use enums for flag values.
13157         (FUSE_OPS): New macro.
13158         * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
13159         (ARM_PREFETCH_BENEFICIAL): Likewise.
13160         (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
13161         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
13162         (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
13163         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
13164         (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
13165         (arm_cortex_a57_tune,  arm_xgene1_tune, arm_cortex_a5_tune)
13166         (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
13167         (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
13168         format.
13169         (arm_option_override, thumb2_reorg, arm_print_tune_info)
13170         (aarch_macro_fusion_pair_p): Update uses of current_tune.
13171         * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
13173 2015-05-12  Sandra Loosemore  <sandra@codesourcery.com>
13175         * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
13176         "break".
13178 2015-05-12  Chung-Lin Tang  <cltang@codesourcery.com>
13179             Sandra Loosemore <sandra@codesourcery.com>
13181         * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
13182         value.
13183         (REG_CLASS_NAMES): Add "IJMP_REGS".
13184         (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
13185         * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
13186         use new "c" register constraint.
13187         * config/nios2/constraint.md (c): New register constraint
13188         corresponding to IJMP_REGS.
13190 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
13192         * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
13193         *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
13194         define_splits): Delete, revamp, transmogrify into ...
13195         (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
13196         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
13197         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
13198         New.
13200 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
13202         * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
13203         gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
13205 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
13207         * config/rs6000/rs6000.md (extzv): FAIL for SImode.
13208         (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
13209         *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
13210         *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
13211         *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
13212         *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
13213         *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
13214         *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
13215         *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
13216         *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
13217         *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
13218         *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
13219         *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
13220         *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
13221         *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
13222         *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
13223         and 30 corresponding splitters): Delete.
13225 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
13227         * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
13228         zero_extract.
13230 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
13232         * combine.c (recog_for_combine_1): New function, factored out
13233         from recog_for_combine.
13234         (change_zero_ext): New function.
13235         (recog_for_combine): If recog fails, try again with the pattern
13236         modified by change_zero_ext; if that still fails, restore the
13237         pattern.
13239 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
13241         * combine.c (get_undo_marker): New function.
13242         (undo_to_marker): New function, largely factored out from ...
13243         (undo_all): ... this.  Adjust.
13245 2015-05-12  Richard Biener  <rguenther@suse.de>
13247         PR tree-optimization/66101
13248         * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
13249         fixup if we turn a loop exit edge to a fallthru edge.
13251 2015-05-12  Richard Biener  <rguenther@suse.de>
13253         PR tree-optimization/37021
13254         * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
13255         (SLP_TREE_TWO_OPERATORS): New define.
13256         * tree-vect-slp.c (vect_create_new_slp_node): Initialize
13257         SLP_TREE_TWO_OPERATORS.
13258         (vect_build_slp_tree_1): Allow two mixing plus/minus in an
13259         SLP node.
13260         (vect_build_slp_tree): Adjust.
13261         (vect_analyze_slp_cost_1): Likewise.
13262         (vect_schedule_slp_instance): Vectorize mixing plus/minus by
13263         emitting two vector stmts and mixing the results.
13265 2015-05-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13267         * call.c (print_z_candidates): Remove dead code.
13269 2015-05-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13271         * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
13272         and zEC12_simple_fp.
13273         * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
13274         to 1.
13276 2015-05-12  Tom de Vries  <tom@codesourcery.com>
13278         PR tree-optimization/66010
13279         * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
13280         ifn_va_arg.
13281         * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
13282         (gimplify_va_arg_internal): Remove loc parameter.  Assert no array-typed
13283         va_lists are passed, and remove corresponding handling.
13284         (gimplify_va_arg_expr): Only take address of ap if necessary.  Add
13285         do_deref argument to ifn_va_arg.
13286         * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
13287         ifn_va_arg.
13289 2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13291         PR target/65955
13292         * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
13293         REG before taking its REGNO.
13295 2015-05-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13297         * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
13298         rsp->sign_bit_copies and rsp->nonzero_bits into ...
13299         (update_rsp_from_reg_equal): This.  Also use REG_EQUAL note on src if
13300         present to get more accurate information about the number of sign bit
13301         copies and non zero bits.
13303 2015-05-12  Richard Biener  <rguenther@suse.de>
13305         * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
13306         do not allow unrolling.
13308 2015-05-11  Richard Henderson  <rth@redhat.com>
13310         * config/i386/i386-modes.def (CCP): New.
13311         * config/i386/i386.c (put_condition_code): Handle it.
13312         (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
13314 2015-05-11  Richard Henderson  <rth@redhat.com>
13316         * target.def (md_asm_clobbers): Replace with...
13317         (md_asm_adjust): this.
13318         * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
13319         (TARGET_MD_ASM_ADJUST): New.
13320         * tm.texi: Rebuild.
13321         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
13322         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
13323         * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
13325         * cfgexpand.c (check_operand_nalternatives): Accept vector of
13326         constraints instead of lists of outputs and inputs.
13327         (expand_asm_stmt): Save and restore input_location around the
13328         body of the function.  Move asm data into vectors instead of
13329         building tree lists.  Generate cleanup sequences as needed,
13330         rather than waiting til the end.  Use new md_asm_adjust hook.
13332         * config/vxworks.c: Include vec.h before target.h.
13333         * gimple.c: Likewise.
13334         * incpath.c: Likewise.
13335         * mode-switching.c: Likewise.
13337         * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
13338         (cris_md_asm_adjust): this.
13339         (TARGET_MD_ASM_CLOBBERS): Remove.
13340         (TARGET_MD_ASM_ADJUST): New.
13341         * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
13342         (ix86_md_asm_adjust): this.
13343         (TARGET_MD_ASM_CLOBBERS): Remove.
13344         (TARGET_MD_ASM_ADJUST): New.
13345         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
13346         (mn10300_md_asm_adjust): this.
13347         (TARGET_MD_ASM_CLOBBERS): Remove.
13348         (TARGET_MD_ASM_ADJUST): New.
13349         * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
13350         (rs6000_md_asm_adjust): this.
13351         (TARGET_MD_ASM_CLOBBERS): Remove.
13352         (TARGET_MD_ASM_ADJUST): New.
13353         * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
13354         (visium_md_asm_adjust): this.
13355         (TARGET_MD_ASM_CLOBBERS): Remove.
13356         (TARGET_MD_ASM_ADJUST): New.
13358 2015-05-11  Richard Henderson  <rth@redhat.com>
13360         * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
13361         if noutputs is zero.
13362         * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
13364         * cfgexpand.c (expand_asm_operands): Merge into...
13365         (expand_asm_stmt): ... here.
13367         * cfgexpand.c (expand_asm_operands): Don't call
13368         resolve_asm_operand_names.
13369         * stmt.c (resolve_asm_operand_names): Clarify block comment.
13371 2015-05-11  Jan Hubicka  <hubicka@ucw.cz>
13373         * dwarf2out.c (gen_member_die): Sanity check that we access
13374         TYPE_MAIN_VARIANT for TYPE_METHODS.
13375         * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
13376         checking TYPE_METHODS.
13377         * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
13378         if non-null.
13379         (build_distinct_type_copy): Clear TYPE_METHODS.
13380         (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
13381         (verify_type): Allow TYPE_METHODS to be error_mark_node.
13382         * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
13384 2015-05-11  Eric Botcazou  <ebotcazou@adacore.com>
13386         * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
13387         (emit_pattern_before_setloc): Likewise.
13389 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
13391         * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
13392         for define_peephole2s.
13393         (get_peephole2_pattern): New function.
13394         (main): Use it.  Call validate_pattern.
13396 2015-05-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
13398         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
13399         LAST_CALLEE_SAVED_REG instead of hard-coded register number.
13400         (Last callee saved reg is different for AVR_TINY architecture)
13402 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
13404         * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
13405         when looking for memory references.
13407 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
13409         PR target/65753
13410         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
13411         via function pointers.
13413 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
13415         * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
13416         indirect call by forcing address into a pseudo with -fno-plt.
13417         * common.opt (flag_plt): New option.
13418         * doc/invoke.texi (Code Generation Options): Add -fno-plt.
13419         ([-fno-plt]): Document.
13421 2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
13423         PR bootstrap/66105
13424         * config/rs6000/option-defaults.h: Add space between string literal
13425         and macro name.
13427 2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13429         * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
13430         accross ARM targets.
13432 2015-05-11  Christian Bruel  <christian.bruel@st.com>
13434         * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
13435         * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
13437 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
13439         PR rtl-optimization/66076
13440         * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
13441         Don't grow the heap array if it is already big enough from a
13442         previous iteration.
13444 2015-05-11  Christian Bruel  <christian.bruel@st.com>
13446         * config/arm/arm-protos.h (arm_declare_function_name): Declare.
13447         (is_called_in_ARM_mode): Remove.
13448         * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
13449         (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
13450         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
13451          arm_declare_function_name.
13453 2015-05-11  Christian Bruel  <christian.bruel@st.com>
13455         * config/arm/arm.c (arm_option_override): Reoganized and split into :
13456         (arm_option_params_internal); New function.
13457         (arm_option_check_internal): New function.
13458         (arm_option_override_internal): New function.
13459         (thumb_code, thumb1_code): Remove.
13460         * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
13461         (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
13462         (thumb_code, thumb1_code): Remove.
13463         * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
13465 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
13467         * config/alpha/alpha.c (alpha_emit_set_const_1)
13468         (alpha_emit_set_long_const, alpha_extract_integer)
13469         (alpha_legitimate_constant_p, alpha_split_const_mov)
13470         (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
13471         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
13472         (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
13473         HOST_WIDE_INT_1U.
13474         * config/alpha/predicates.md (mode_mask_operand): Do not match
13475         const_double RTX.
13476         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
13477         * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
13478         Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
13479         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
13480         (*negtf_internal): Use gen_int_mode instead of immed_double_const.
13482 2015-05-11  Jakub Jelinek  <jakub@redhat.com>
13484         PR target/65780
13485         * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
13486         default_binds_local_p_2.
13487         * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
13488         * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
13490 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
13492         * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
13494 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
13496         Patch by Richard Biener
13497         * coverage.c (coverage_obj_init): Delay building of type variant
13498         until the type is finished.
13500 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
13502         * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
13503         mismatch between C and C++ type; compoare correctly ARG_TYPES
13504         for non-prototypes and output correctly parameter index for METHOD_TYPE.
13505         (odr_types_equivalent_p): Fix wording of warning about attributes;
13506         it is OK to match prototype and non-prototype.
13508 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
13510         * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
13511         TYPE_ARG_TYPES list.
13512         (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
13513         * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
13515 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
13517         * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
13518         * tree.h (is_lang_specific): Constify.
13520 2015-05-09  Marc Glisse  <marc.glisse@inria.fr>
13522         PR tree-optimization/64454
13523         * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
13524         Rewrite.
13526 2015-05-08  Jason Merrill  <jason@redhat.com>
13528         * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
13529         config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
13530         config/darwin.h, config/darwin9.h, config/elfos.h,
13531         config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
13532         config/microblaze/microblaze.h, config/mips/mips.h,
13533         config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
13534         config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
13535         config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
13536         config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
13537         config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
13538         cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
13539         dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
13540         ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
13541         ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
13542         modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
13543         tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
13544         between string literal and macro name.
13546 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13548         * jump.c: Change argument types to rtx_insn *.
13549         * rtl.h: Adjust.
13551 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13553         * lra-constraints.c: Change argument type to rtx_insn *.
13555 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13557         * df-problems.c: Change argument type to rtx_insn *.
13559 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13561         * combine.c: Change argument type to rtx_insn *.
13563 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13565         * rtl.h: Adjust.
13566         * rtlanal.c: Change argument type to rtx_insn *.
13568 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13570         * sched-deps.c: Change argument types to rtx_insn *.
13571         * sched-int.h: Adjust.
13573 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13575         * dwarf2cfi.c: Change argument type to rtx_insn *.
13577 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13579         * ira.c (decrease_live_ranges_number): Changetype of local
13580         variable to rtx_insn *.
13581         * recog.c: Change argument types to rtx_insn *.
13582         * recog.h: Adjust.
13584 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13586         * reorg.c: Change argument types to rtx_insn *.
13588 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13590         * ira-color.c: Change argument types to rtx_insn *.
13591         * lra-eliminations.c: Likewise.
13592         * ira.h: Adjust.
13594 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13596         * gcse.c: Change argument types to rtx_insn *.
13598 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13600         * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
13602 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13604         * emit-rtl.c (emit_debug_insn_before): Change argument type to
13605         rtx_insn *.
13606         * rtl.h: Adjust.
13608 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13610         * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
13611         * rtl.h: Adjust.
13613 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13615         * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
13616         * rtl.h: Adjust.
13618 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13620         * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
13621         * rtl.h: Adjust.
13623 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13625         * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
13626         * rtl.h: Adjust.
13628 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13630         * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
13631         to rtx_insn *.
13632         * rtl.h: Adjust.
13634 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13636         * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
13637         to rtx_insn *.
13638         * rtl.h: Likewise.
13640 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13642         * except.c (can_nonlocal_goto): Change type of argument to
13643         rtx_insn *.
13644         * rtl.h: Adjust.
13646 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13648         * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
13649         * rtl.h: Adjust.
13651 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13653         * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
13654         * cfgrtl.c (can_delete_label_p): Adjust.
13655         * rtl.h: likewise.
13657 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13659         * reorg.c (stop_search_p): Change argument to rtx_insn *.
13661 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13663         * except.c (make_reg_eh_region_note): Change argument to
13664         rtx_insn *.
13665         (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
13666         * except.h: Adjust.
13668 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13670         * mode-switching.c (commit_mode_sets): Change type of local
13671         variable from rtx to rtx_insn *.
13673 2015-05-08  Jim Wilson  <jim.wilson@linaro.org>
13675         * doc/install.texi (--enable-languages): Add missing jit and lto info.
13676         Add ^ to grep command.
13677         * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
13678         arg to last gimple_simplify declaration.  Add missing gimple_build
13679         declaration for built-in function case with four tree args.
13681 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
13682             Szabolcs Nagy  <szabolcs.nagy@arm.com>
13684         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
13685         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
13686         (GNU_USER_DYNAMIC_LINKERN32): Update.
13688 2015-05-08  Richard Biener  <rguenther@suse.de>
13690         PR tree-optimization/66036
13691         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
13692         Handle strided group loads.
13693         (vect_verify_datarefs_alignment): Likewise.
13694         (vect_enhance_data_refs_alignment): Likewise.
13695         (vect_analyze_group_access): Likewise.
13696         (vect_analyze_data_ref_access): Likewise.
13697         (vect_analyze_data_ref_accesses): Likewise.
13698         * tree-vect-stmts.c (vect_model_load_cost): Likewise.
13699         (vectorizable_load): Likewise.
13701 2015-05-08  Segher Boessenkool  <segher@kernel.crashing.org>
13703         * config/rs6000/rs6000.md: Require operand inequality in one
13704         of the peepholes.
13706 2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
13707             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13709         * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
13710         from (set ...).
13711         * config/rx/rx.md (movdi, movdf): Likewise.
13712         Likewise for define_peephole2s.
13714 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
13716         * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
13717         vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
13718         vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
13719         vtst_u64): Rewrite using gcc vector extensions.
13721 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
13723         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
13724         vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
13726 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
13728         * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
13730 2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13732         * config/glibc-stdint.h (OPTION_MUSL): Define.
13733         (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
13734         Change the definition based on OPTION_MUSL for 64 bit targets.
13735         * config/linux.h (OPTION_MUSL): Redefine.
13736         * config/alpha/linux.h (OPTION_MUSL): Redefine.
13737         * config/rs6000/linux.h (OPTION_MUSL): Redefine.
13738         * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
13740 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
13741             Szabolcs Nagy  <szabolcs.nagy@arm.com>
13743         * config.gcc (LIBC_MUSL): New tm_defines macro.
13744         * config/linux.h (OPTION_MUSL): Define.
13745         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
13746         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
13747         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
13748         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
13749         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
13750         * config/linux.opt (mmusl): New option.
13751         * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
13752         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
13753         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
13754         * configure: Regenerate.
13756 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
13757             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
13759         PR target/48904
13760         * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
13761         * config/i386/knetbsd-gnu64.h: New file.
13763 2015-05-08  Marek Polacek  <polacek@redhat.com>
13765         PR c/64918
13766         * doc/invoke.texi: Document -Woverride-init-side-effects.
13768 2015-05-07  Marek Polacek  <polacek@redhat.com>
13770         PR c/65179
13771         * doc/invoke.texi: Document -Wshift-negative-value.
13773 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
13775         * gcov-tool.c (do_merge): Refactore to remove int ret.
13776         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
13777         !type == FUNC to type != FUNC.
13778         * reload.h (struct target_reload): Changee to type of
13779         x_spill_indirect_levels from bool to unsigned char.
13781 2015-05-07  Richard Sandiford  <richard.sandiford@arm.com>
13783         * rtl.h (always_void_p): New function.
13784         * gengenrtl.c (always_void_p): Likewise.
13785         (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
13786         with code foo are always VOIDmode.
13787         * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
13788         * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
13789         compare-elim.c, config/aarch64/aarch64.c,
13790         config/aarch64/aarch64.md, config/alpha/alpha.c,
13791         config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
13792         config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
13793         config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
13794         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
13795         config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
13796         config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
13797         config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
13798         config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
13799         config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
13800         config/ia64/vect.md, config/iq2000/iq2000.c,
13801         config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
13802         config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
13803         config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
13804         config/mep/mep.c, config/microblaze/microblaze.c,
13805         config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
13806         config/mn10300/mn10300.c, config/msp430/msp430.c,
13807         config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
13808         config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
13809         config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
13810         config/rs6000/altivec.md, config/rs6000/rs6000.c,
13811         config/rs6000/rs6000.md, config/rs6000/vector.md,
13812         config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
13813         config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
13814         config/sh/sh.md, config/sh/sh_treg_combine.cc,
13815         config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
13816         config/spu/spu.md, config/stormy16/stormy16.c,
13817         config/tilegx/tilegx.c, config/tilegx/tilegx.md,
13818         config/tilepro/tilepro.c, config/tilepro/tilepro.md,
13819         config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
13820         config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
13821         expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
13822         lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
13823         reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
13824         var-tracking.c: Update calls accordingly.
13826 2015-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
13828         PR middle-end/192
13829         PR middle-end/54303
13830         * varasm.c (function_mergeable_rodata_prefix): New function.
13831         (mergeable_string_section): Use it.
13832         (mergeable_constant_section): Use it.
13834 2015-05-07  Jeff Law  <law@redhat.com>
13836         PR target/39726
13837         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
13838         simplifier to narrow arithmetic.
13839         * generic-match-head.c: (types_match, single_use): New functions.
13840         * gimple-match-head.c: (types_match, single_use): New functions.
13842 2015-05-07  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13844         * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
13845         rtx type.
13847 2015-05-07  Richard Biener  <rguenther@suse.de>
13849         PR tree-optimization/66002
13850         * passes.def: Schedule another pass_merge_phi after ifcombine, right
13851         before phiopt.
13853 2015-05-07  Marek Polacek  <polacek@redhat.com>
13854             Martin Uecker  <uecker@eecs.berkeley.edu>
13856         * doc/invoke.texi: Document -fsanitize=bounds-strict.
13857         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
13858         into SANITIZE_NONDEFAULT.
13859         * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
13861 2015-05-07  Uros Bizjak  <ubizjak@gmail.com>
13863         PR target/66015
13864         * config/alpha/alpha.c (alpha_override_options_after_change): New.
13865         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
13866         (alpha_override_options): Move align_loops, align_jumps and
13867         align_functions handling into alpha_override_options_after_change.
13869 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
13870             Chris Jones  <chrisj@nvidia.com>
13871             Joshua Conner  <jconner@nvidia.com>
13873         * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
13874         linking of crtfastmath.o.
13875         * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
13877 2015-05-06  Segher Boessenkool  <segher@kernel.crashing.org>
13879         * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
13880         (cstore<mode>4_unsigned_imm): New expander.
13881         (cstore<mode>4): Remove empty constraint strings.  Use the new
13882         expanders.
13884 2015-05-06  Yvan Roux  <yvan.roux@linaro.org>
13886         PR target/64208
13887         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
13888         alternatives.
13890 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
13892         * config/aarch64/geniterators.sh: Use standard BRE in sed.
13894 2015-05-06  Alan Modra  <amodra@gmail.com>
13896         PR target/66033
13897         * config/rs6000/rs6000.md (nop): Use an unspec pattern.
13898         (UNSPEC_NOP): Define.
13899         (reload_vsx_from_gpr<mode>): Add missing DONE.
13900         (reload_gpr_from_vsx<mode>): Likewise.
13901         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
13902         (vsx_div_v2di, vsx_udiv_v2di): Likewise.
13904 2015-05-06  Christian Bruel  <christian.bruel@st.com>
13906         PR target/66015
13907         * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
13908         align_jumps, align_functions into aarch64_override_options_after_change.
13910 2015-05-06  Richard Biener  <rguenther@suse.de>
13912         * tree-vect-slp.c (vect_supported_load_permutation_p): Use
13913         vect_transform_slp_perm_load to check if we support a permutation
13914         for basic-block vectorization.
13916 2015-05-06  Nick Clifton  <nickc@redhat.com>
13918         * config/rl78/rl78.c (need_to_save): Save register 22 if it is
13919         used, even if it is not being used as a frame pointer.
13921 2015-05-05  Jason Merrill  <jason@redhat.com>
13923         * dwarf2out.c (gen_member_die): Don't emit anything for an
13924         anonymous class constructor.
13926 2015-05-05  David Malcolm  <dmalcolm@redhat.com>
13928         * auto-profile.c (afdo_find_equiv_class): Fix indentation so
13929         that it reflects the block structure.
13930         (afdo_propagate_edge): Likewise.
13931         (afdo_calculate_branch_prob): Likewise.
13932         (afdo_annotate_cfg): Likewise.
13933         * cfgcleanup.c (equal_different_set_p): Likewise.
13934         (try_crossjump_to_edge): Likewise.
13935         * cgraph.c (cgraph_node::verify_node): Likewise.
13936         * cgraphunit.c (expand_all_functions): Likewise.
13937         * config/i386/i386.c (ix86_expand_copysign): Likewise.
13938         (exact_dependency_1): Likewise.
13939         * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
13940         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
13941         * gensupport.c (process_define_subst): Likewise.
13942         * lto-wrapper.c (merge_and_complain): Likewise.
13943         * tree-if-conv.c (if_convertible_bb_p): Likewise.
13944         * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
13945         * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
13946         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
13947         * tree-vect-loop.c (vectorizable_reduction): Likewise.
13948         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
13949         * tree-vect-stmts.c (vectorizable_shift): Likewise.
13950         * tree-vrp.c (vrp_finalize): Likewise.
13951         * tree.c (variably_modified_type_p): Likewise.
13953 2015-05-05  Jack Howarth  <howarth.at.gcc@gmail.com>
13955         * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
13956         on darwin12 and later.
13957         * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
13958         file to pass -rdynamic on darwin12 and later.
13959         * config/darwin.opt (rdynamic): Add.
13961 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
13963         * doc/extend.texi (C Extensions): Update menu for moved Variable
13964         Attributes and Type Attributes sections.
13966 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
13968         PR target/65990
13969         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
13970         if rep_8byte stringop strategy was specified for 32-bit target.
13972 2015-05-05  Ilya Tocar  <ilya.tocar@intel.com>
13974         PR target/65915
13975         * config/i386/i386.md (vector convert to float spltiter): Check for
13976         xmm16+, when splitting scalar float conversion.
13977         * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
13979 2015-05-05  Nick Clifton  <nickc@redhat.com>
13981         * config/msp430/msp430-opts.h (enum msp430_regions): New.
13982         * config/msp430/msp430.c (msp430_override_options): Complain if
13983         -mcode-region or -mdata-region is used on a non MSP430X.
13984         (msp430_section_attr): New function.  Checks lower, upper and
13985         either attributes.
13986         (msp430_attribute_table): Add lower, upper and either.
13987         (gen_prefix): New function.  Generates a prefix for a section
13988         name.
13989         (msp430_select_section): New function - handles the choice of
13990         section for an object.  Takes into account memory region
13991         attributes and options.
13992         (msp430_function_section): Use gen_prefix.
13993         (TARGET_SECTION_TYPE_FLAGS): Define.
13994         (msp430_section_type_flags): New function.
13995         (TARGET_ASM_UNIQUE_SECTION): Define.
13996         (msp430_unique_section): New function.
13997         (msp430_output_aligned_decl_common): New function.
13998         (msp430_do_not_relax_short_jumps): New function.
13999         * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
14000         Define.
14001         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
14002         * config/msp430/msp430-protos.h
14003         (msp430_do_not_relax_short_jumps): New prototype.
14004         (msp430_output_aligned_decl_common): New prototype.
14005         * config/msp430/msp430.md (length): New attribute.
14006         (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
14007         then use a long code sequence for short jumps.
14008         * config/msp430/msp430.opt (mcode-region): New.
14009         (mdata-region): New.
14010         * doc/invoke.texi: Document new options.
14011         * doc/extend.texi: Document new attributes.
14013 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
14015         * gcc/config/aarch64-protos.h (struct cpu_branch_cost): New.
14016         (tune_params): Add field branch_costs.
14017         (aarch64_branch_cost): Declare.
14018         * gcc/config/aarch64.c (generic_branch_cost): New.
14019         (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
14020         (cortexa53_tunings): Likewise.
14021         (cortexa57_tunings): Likewise.
14022         (thunderx_tunings): Likewise.
14023         (xgene1_tunings): Likewise.
14024         (aarch64_branch_cost): Define.
14025         * gcc/config/aarch64/aarch64.h (BRANCH_COST): Redefine.
14027 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
14029         * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
14030         and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
14031         * config/i386/i386.md: Ditto.
14032         * config/i386/winnt.c: Ditto.
14034 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
14036         * doc/extend.texi (__atomic Builtins): Move implementation details
14037         to the end of the description, rewrite opening paragraphs, state
14038         difference with __sync builtins, state C11/C++11 assumptions,
14039         weaken itemized descriptions, add explanation of memory model
14040         behaviour, expand description of compare-exchange, simplify text.
14042 2015-05-05  Renlin Li  <renlin.li@arm.com>
14044         * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
14046 2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
14048         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
14049         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
14050         * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
14051         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
14052         * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
14053         * configure: Regenerate.
14054         * configure.ac: Add --enable-fix-cortex-a53-843419 option.
14055         * doc/install.texi (aarch64*-*-*): Document new
14056         --enable-fix-cortex-a53-843419 option.
14057         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
14058         and -mno-fix-cortex-a53-843419 options.
14060 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
14062         PR target/65871
14063         * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
14065 2015-05-04  Jan Hubicka  <hubicka@ucw.cz>
14067         * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
14068         fix overactive TYPE_MIN_VALUE check and add FIXME for type
14069         compatibility problems.
14071 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
14073         * config/microblaze/microblaze.md (cbranchsi4): Added immediate
14074         constraints.
14075         (cbranchsi4_reg): New.
14076         * config/microblaze/microblaze.c
14077         (microblaze_expand_conditional_branch_reg): New.
14078         * config/microblaze/microblaze-protos.h
14079         (microblaze_expand_conditional_branch_reg): New prototype.
14081 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
14083         * config/microblaze/microblaze.md (peephole2): New.
14085 2015-05-04  Jeff Law  <law@redhat.com>
14087         Revert:
14088         2015-05-04  Jeff Law  <law@redhat.com>
14090         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
14091         simplifier to narrow arithmetic.
14092         * generic-match-head.c: (types_match, single_use): New functions.
14093         * gimple-match-head.c: (types_match, single_use): New functions.
14095 2015-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
14097         PR target/65987
14098         * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
14099         (split_branches): Likewise.
14101 2015-05-04  Sandra Loosemore  <sandra@codesourcery.com>
14103         * common.opt (fdelete-null-pointer-checks): Init to -1.
14104         * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
14105         override flag_delete_null_pointer_checks default.
14106         * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
14107         behavior re address zero.  Better document target-specific behavior.
14108         (-fisolate-errneous-paths-dereference): Mention relationship to
14109         -fdelete-null-pointer-checks.
14111 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
14113         PR tree-optimization/65984
14114         * ubsan.c: Include tree-cfg.h.
14115         (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
14116         stmt_could_throw_p test, rename can_throw variable to ends_bb.
14118 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
14120         * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
14121         to CONST_DOUBLE_P predicate.
14122         (standard_sse_constant_p): Return 0 for !TARGET_SSE.
14123         (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
14124         allow only operands that satisfy standard_sse_constant_p predicate.
14125         * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
14126         to CONST_DOUBLE_P predicate.
14128 2015-05-04  Jeff Law  <law@redhat.com>
14130         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
14131         simplifier to narrow arithmetic.
14132         * generic-match-head.c: (types_match, single_use): New functions.
14133         * gimple-match-head.c: (types_match, single_use): New functions.
14135 2015-05-04  Andreas Tobler  <andreast@gcc.gnu.org>
14137         * config/arm/arm.c: Restore bootstrap.
14139 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
14141         * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
14142         * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
14143         as CONST_WIDE_INT, not CONST_DOUBLE.
14144         (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
14145         (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
14146         (ix86_find_base_term): Do not check for CONST_DOUBLE.
14147         (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
14148         (ix86_build_signbit_mask): Rewrite using wide ints.
14149         (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
14150         (ix86_rtx_costs): Handle CONST_WIDE_INT.
14151         (find_constant): Ditto.
14152         * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
14153         using gen_int_mode.
14154         * config/i386/predicates.md (x86_64_immediate_operand)
14155         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
14156         (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
14157         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
14158         (const0_operand): Also match const_wide_int.
14159         (constm1_operand): Ditto.
14160         (const1_operand): Ditto.
14162 2015-05-04  Richard Biener  <rguenther@suse.de>
14164         PR tree-optimization/65965
14165         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
14166         store groups at gaps.
14168 2015-05-04  Richard Biener  <rguenther@suse.de>
14170         PR tree-optimization/65935
14171         * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
14172         then make sure to apply that swapping to the IL.
14174 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
14176         * Makefile.in (PATCHLEVEL_c): New variable.
14177         (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
14178         expand the same way as if DEVPHASE_c was non-empty.
14180 2015-05-04  Kai Tietz  <ktietz@redhat.com>
14182         PR target/65559
14183         * lto-wrapper.c (run_gcc): Open filename
14184         in binary-mode.
14186 2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>
14188         * doc/extend.texi (Variable Attributes, Type Attributes):  Move
14189         sections up in file, to immediately after the Function Attributes
14190         section.
14192 2015-05-02  Jan Hubicka  <hubicka@ucw.cz>
14194         * tree.c (verify_type): Check various uses of TYPE_MINVAL.
14196 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14198         * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
14199         (insert_partition_copy_on_edge): Adjust.
14200         (insert_rtx_to_part_on_edge): Likewise.
14201         (insert_part_to_rtx_on_edge): Likewise.
14203 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14205         * function.c (set_return_jump_label): Change type of argument to
14206         rtx_insn *.
14207         * function.h (set_return_jump_label): Adjust.
14209 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14211         * reload.h (struct reg_equivs_t): Change type of init to
14212         rtx_insn *.
14213         * ira.c (fix_reg_equiv_init): Adjust.
14214         * reload1.c (eliminate_regs_1): Likewise.
14215         (init_eliminable_invariants): Likewise.
14217 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14219         * cselib.c (fp_setter_insn): Take a rtx_insn *.
14220         * cselib.h (fp_setter_insn): Adjust.
14222 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14224         * recog.c (struct validate_replace_src_data): Change type of
14225         insn field to rtx_insn *.
14226         (validate_replace_src_group): Change type of argument to rtx_insn *.
14227         * recog.h (validate_replace_src_group): Adjust.
14229 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14231         * haifa-sched.c: Change the type of some variables to rtx_insn *.
14232         * sched-deps.c: Likewise.
14233         * sched-int.h: Likewise.
14234         * sched-rgn.c: Likewise.
14235         * sel-sched.c: Likewise.
14237 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14239         to rtx_insn *.
14240         * config/i386/i386.c: Change the type of some arguments to
14241         rtx_insn *.
14242         * config/arm/arm.c: Likewise.
14244 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14246         * lra-constraints.c: Change type of some arguments to rtx_insn *.
14248 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14250         * regcprop.c (kill_autoinc_value): Change type of argument to
14251         rtx_insn *.
14253 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14255         * genrecog.c (print_subroutine): Adjust.
14256         * recog.c (get_bool_attr_mask_uncached): Likewise.
14257         * recog.h (struct recog_data_d): Change the type of insn to
14258         rtx_insn *.
14260 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14262         * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
14264 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14266         * df-problems.c (df_set_note): Change type of argument to
14267         rtx_insn *.
14269 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14271         * builtins.c (expand_builtin_trap): Change type of local
14272         variable to rtx_insn *.
14273         (add_sched_insns_for_speculation): Likewise.
14274         (ix86_emit_save_regs): Likewise.
14275         (get_scratch_register_on_entry): Likewise.
14276         (ix86_emit_restore_reg_using_pop): Likewise.
14277         (ix86_emit_leave): Likewise.
14278         (ix86_emit_restore_regs_using_mov): Likewise.
14279         (ix86_expand_epilogue): Likewise.
14280         Likewise.
14281         (rl78_alloc_physical_registers_umul): Likewise.
14282         * cselib.c (discard_useless_locs): Likewise.
14283         (cselib_invalidate_regno): Likewise.
14284         (cselib_invalidate_mem): Likewise.
14285         * function.c (expand_function_start): Likewise.
14286         (emit_use_return_register_into_block): Likewise.
14287         * gcse.c: Likewise.
14288         * haifa-sched.c (ok_for_early_queue_removal): Likewise.
14289         * ifcvt.c (noce_get_alt_condition): Likewise.
14290         * loop-doloop.c (doloop_condition_get): Likewise.
14291         * lra-constraints.c (inherit_in_ebb): Likewise.
14292         * modulo-sched.c (sms_schedule_by_order): Likewise.
14293         * recog.c (next_insn_tests_no_inequality): Likewise.
14294         * reorg.c (emit_delay_sequence): Likewise.
14295         (update_reg_dead_notes): Likewise.
14296         (fix_reg_dead_note): Likewise.
14297         (fill_slots_from_thread): Likewise.
14298         (delete_computation): Likewise.
14300 2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>
14302         * doc/extend.texi (Variable Attributes): Add menu and proper
14303         @nodes to subsections.  Move Microsoft Windows attributes to
14304         their own subsection.
14305         (Type Attributes): Reorganize introduction to remove duplicate
14306         list of attributes.  Add menu and proper @nodes to subsections.
14307         Alphabetize the main table of common attributes.
14309 2015-05-01  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
14311         * match.pd: New simplification patterns.
14312         (x + (x & 1))  -> ((x + 1) & ~1)
14313         (x & ~(x & y)) -> ((x & ~y))
14314         (x | ~(x | y)) -> ((x | ~y))
14316 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14318         * target.def (attribute_table): Mention that struct attribute_spec
14319         is defined in tree-core.h rather than tree.h
14320         * doc/tm.texi: Regenerate.
14322 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
14324         * genrecog.c (test): Rename to rtx_test.  Update rest of file
14325         accordingly.
14327 2015-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14329         PR translation/65959
14330         * params.h (DEFPARAM): Rename msgid to nocmsgid.
14332 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
14334         * gcc/config/aarch64/aarch64-protos.h (tune_params):
14335         Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
14336         * gcc/config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
14337         Return value depending on target.
14338         (generic_tunings): Initialize new target settings.
14339         (cortexa53_tunings): Likewise.
14340         (cortexa57_tunings): Likewise.
14341         (thunderx_tunings): Likewise.
14342         (xgene1_tunings): Likewise.
14344 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
14346         * gcc/config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
14347         Make Cortex-A53 shift costs more accurate.
14349 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14351         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
14352         UNSIGNED_FLOAT.
14354 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
14356         * gcc/config/aarch64/aarch64.c (aarch64_rtx_costs):
14357         Calculate cost of op0 and op1 in PLUS and MINUS cases.
14359 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14361         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
14362         Add cost of op0 in the compare-with-fpzero case.
14364 2015-04-30  David Malcolm  <dmalcolm@redhat.com>
14366         * builtins.c (fold_builtin_1): Remove spurious second
14367         semicolon.
14368         * cgraph.h (symtab_node::get_availability): Likewise.
14369         * opts.c (common_handle_option): Remove spurious second semicolon.
14370         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
14371         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
14373 2015-04-30  Caroline Tice  <cmtice@google.com>
14375         PR gcov-profile/65929
14376         * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
14377         (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
14378         * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
14379         (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
14380         * doc/tm.texi: Regenerate.
14381         * final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
14382         instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
14383         * varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
14384         instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
14386 2015-04-30  Marek Polacek  <polacek@redhat.com>
14388         * varasm.c (handle_cache_entry): Fix logic.
14390 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14392         * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
14393         (*extrsi5_insn_uxtw_alt): Likewise.
14394         * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
14395         (aarch64_rtx_costs, IOR case): Use above to properly cost extr
14396         operations.
14398 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14400         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
14401         fabd in ABS case.
14403 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14405         * config/aarch64/aarch64.md
14406         (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
14407         (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
14408         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
14409         appropriately.  Handle alternative EON form.
14411 2015-04-30  Renlin Li  <renlin.li@arm.com>
14413         * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
14414         * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
14416 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
14418         PR ipa/65873
14419         * ipa-inline.c (can_inline_edge_p): It is safe to inline across
14420         -fstrict-aliasing boundaries.
14422 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14424         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
14425         and [SU]MNEGL patterns.
14427 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14429         * config/aarch64/aarch64.c (aarch64_shift_p): New function.
14430         (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
14431         combined arithmetic-shift ops.  Properly handle all shift and extend
14432         operations that can occur in combination with PLUS/MINUS.
14433         Rename maybe_fma to compound_p.
14434         (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
14435         arithmetic and shift operations.
14437 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14439         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
14440         rather than arith_shift cost when costing ADD/MINUS of an
14441         extended value.
14443 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
14445         PR lto/65948
14446         * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
14447         to itself.
14449 2015-04-30  Richard Sandiford  <richard.sandiford@arm.com>
14451         * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
14452         are for the same position.
14454 2015-04-29  Aditya Kumar  <hiraditya@hotmail.com>
14456         * tree-vectorizer.c (set_uid_loop_bbs): New.  Factored out of
14457         vectorize_loops.
14458         (vectorize_loops): Use it.
14460 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
14462         * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
14463         for aggregate types.
14464         (register_odr_type): Be ready for MAIN_VARIANT of ODR type
14465         type to be non_ODR.
14466         * tree.c (need_assembler_name_p): Compute mangled name for
14467         non-fundamental types and integer types.
14469 2015-04-29  Mikhail Maltsev  <maltsevm@gmail.com>
14471         * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
14472         manual swaps.
14473         * expr.c (expand_expr_real_2): Likewise.
14475 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
14477         * tree.c (build_common_builtin_nodes): Do not build
14478         __builtin_alloca_with_align as equivalent of library alloca.
14480 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
14482         * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
14483         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
14484         bugus variants.
14485         * tree.c: Include print-tree.h and ipa-utils.h
14486         (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
14487         (free_lang_data_in_cgraph): Call verify_type.
14488         (verify_type_variant): New function.
14489         (verify_type): New function.
14490         * tree.h (verify_type): Declare.
14492 2015-04-29  Steve Ellcey  <sellcey@imgtec.com>
14494         * config/mips/mips-cpus.def: (mips4): Change default processor
14495         from PROCESSOR_R8000 to PROCESSOR_R10000.
14497 2015-04-29  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
14499         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
14500         la/jalr instead of jal.
14502 2015-04-29  Uros Bizjak  <ubizjak@gmail.com>
14504         PR target/65871
14505         * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
14506         (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
14507         (setcc+movzbl peephole2): Check also clobbered reg.
14508         (setcc+andl peephole2): Ditto.
14510 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
14512         PR libgomp/65099
14513         * config/nvptx/mkoffload.c (target_ilp32): New variable.
14514         (main): Set it depending on "-foffload-abi=[...]".
14515         (compile_native, main): Use it to pass "-m32" or "-m64" to the
14516         compiler.
14518 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
14520         PR target/65770
14521         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
14522         vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
14523         Flip lane index back at assembly time for bigendian.
14525 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
14527         * tree.h (OMP_STANDALONE_CLAUSES): New macro.
14528         * gimplify.c (gimplify_omp_workshare): Use it.
14530 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
14532         * Makefile.in (build/genrecog.o): Depend on inchash.h.
14533         (build/genrecog$(build_exeext): Depend on build/hash-table.o and
14534         build/inchash.o
14535         * genrecog.c: Rewrite most of the code except for the third page.
14537 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
14539         * inchash.h, inchash.c: Include bconfig.h for build objects.
14540         * Makefile.in (build/inchash.o): New rule.
14542 2015-04-29  Yvan Roux  <yvan.roux@linaro.org>
14544         PR target/65924
14545         * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
14546         number in type attribute expression.
14548 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
14550         * loop-iv.c (canon_condition): Generalize to all types of integer
14551         constant.
14553 2015-04-29  Bernhard Reuther-Fischer  <aldot@gcc.gnu.org>
14555         * gimple-walk.c: Prune duplicate or unneeded includes.
14556         (walk_gimple_asm): Only call parse_input_constraint or
14557         parse_output_constraint if their findings are used.
14558         Honour parse_input_constraint and parse_output_constraint
14559         result.
14561 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
14563         * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
14565 2015-04-29  Tom de Vries  <tom@codesourcery.com>
14567         PR tree-optimization/65893
14568         * passes.def (pass_all_optimizations): Move pass_stdarg to after
14569         pass_dce.
14571 2015-04-29  Richard Biener  <rguenther@suse.de>
14573         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
14574         compute GROUP_SIZE for basic-block SLP.
14575         * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
14576         take into account gaps.
14577         (vect_get_mask_element): Properly reject references to previous
14578         vectors.
14579         (vect_transform_slp_perm_load): Likewise.
14581 2015-04-29  Christian Bruel  <christian.bruel@st.com>
14583         PR target/64835
14584         * config/i386/i386.c (ix86_default_align): New function.
14585         (ix86_override_options_after_change): Call ix86_default_align.
14586         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
14587         (ix86_override_options_after_change): New function.
14589 2015-04-28  Jeff Law  <law@redhat.com>
14591         * tree-ssa-dom.c (record_equality); Fix comment typos.
14593 2015-04-28  Tom de Vries  <tom@codesourcery.com>
14595         PR tree-optimization/65887
14596         * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
14598 2015-04-28  Sandra Loosemore  <sandra@codesourcery.com>
14600         * doc/extend.texi (Declaring Attributes of Functions): Split into
14601         subsections by target.  Alphabetize the table of common attributes.
14602         Rewrite some of the introductory text to reflect the new structure.
14603         Update some cross-references to point to the new subsections.
14604         (Attribute Syntax): Put paragraph about "__" naming here.  Remove
14605         duplicate copies in the discussion of function, label, and type
14606         attributes.
14608 2015-04-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
14610         PR bootstrap/65910
14611         * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
14613 2015-04-28  Jason Merrill  <jason@redhat.com>
14615         PR c++/65734
14616         * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
14617         (finalize_type_size): Respect TYPE_USER_ALIGN.
14618         (layout_type) [ARRAY_TYPE]: Likewise.
14620 2015-04-28  Yvan Roux  <yvan.roux@linaro.org>
14622         * config/arm/arm.md (*arm_movt): Fix type attribute.
14623         (*cmpsi_shiftsi): Likewise.
14624         (*cmpsi_shiftsi_swp): Likewise.
14625         (*movsicc_insn): Likewise.
14626         (*cond_move): Likewise.
14627         (*if_plus_move): Likewise.
14628         (*if_move_plus): Likewise.
14629         (*if_arith_move): Likewise.
14630         (*if_move_arith): Likewise.
14631         (*if_shift_move): Likewise.
14632         (*if_move_shift): Likewise.
14633         (*arm_movtas_ze): Likewise.
14634         * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
14635         redundancy and type attribute.
14636         (*thumb2_movsi_insn): Fix type attribute.
14637         (*thumb2_addsi_short): Likewise.
14638         (thumb2_addsi3_compare0): Likewise.
14639         (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
14640         attributes accordingly.
14642 2015-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
14644         PR other/65911
14645         * function.c (pad_to_arg_alignment): Add parentheses.
14647 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
14649         * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
14650         libgcc/config/frv/elf-lib.h.
14652 2015-04-28  Tom de Vries  <tom@codesourcery.com>
14654         * tree-call-cdce.c: Fix example in header comment.
14656 2015-04-28  Richard Biener  <rguenther@suse.de>
14658         PR tree-optimization/62283
14659         * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
14660         fails fatally and we are vectorizing a basic-block simply
14661         cause the child to be constructed piecewise.
14662         (vect_analyze_slp_cost_1): Adjust.
14663         (vect_detect_hybrid_slp_stmts): Likewise.
14664         (vect_bb_slp_scalar_cost): Likewise.
14665         (vect_get_constant_vectors): For piecewise constructed
14666         constants place them after the last def.
14667         (vect_get_slp_defs): Adjust.
14668         * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
14669         externals for basic-block vectorization.
14671 2015-04-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14673         PR target/63503
14674         * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
14675         aarch64-*-*.
14676         * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
14677         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
14678         (AARCH64_TUNE_FMA_STEERING): Likewise.
14679         * config/aarch64/aarch64-cores.def: Set
14680         AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
14681         FMUL/FMADD instructions.
14682         * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
14683         (aarch64_override_options): Include cortex-a57-fma-steering.h.  Call
14684         aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
14685         * config/aarch64/cortex-a57-fma-steering.h: New file.
14686         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
14688 2015-04-28  Richard Sandiford  <richard.sandiford@arm.com>
14690         * gensupport.c (std_preds): Add missing codes to address_operand entry.
14692 2015-04-28  Richard Biener  <rguenther@suse.de>
14694         PR tree-optimization/65851
14695         * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
14696         changing CONSTANT to CONSTANT non-copy.  Get new_val by reference.
14697         (ccp_lattice_meet): Remove stray argument.  Use operand_equal_p
14698         rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
14699         (ccp_visit_phi_node): Adjust.
14700         (evaluate_stmt): For simplifications to SSA names return its
14701         lattice value if that isn't VARYING.  Return immediately when
14702         simplified to a constant.
14703         (visit_assignment): Adjust.
14704         (ccp_visit_stmt): Likewise.
14706 2015-04-28  Tom de Vries  <tom@codesourcery.com>
14708         PR tree-optimization/65818
14709         * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
14710         evaluated.
14712 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14714         * calls.c (save_fixed_argument_area): Don't check
14715         ARGS_GROW_DOWNWARD with the preprocessor.
14716         (restore_fixed_argument_area): Likewise.
14717         (mem_overlaps_already_clobbered_arg_p): Likewise.
14718         (check_sibcall_argument_overlap): Likewise.
14719         (expand_call): Likewise.
14720         (emit_library_call_value_1): Likewise.
14721         (store_one_arg): Likewise.
14722         * function.c (assign_parms): Likewise.
14723         (locate_and_pad_parm): Likewise.
14724         (pad_to_arg_alignment): Likewise.
14725         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
14727 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14729         * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
14730         * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
14731         * calls.c (save_fixed_argument_area): Don't chekc if
14732         ARGS_GROW_DOWNWARD is defined.
14733         (restore_fixed_argument_area): Likewise.
14734         (mem_overlaps_already_clobbered_arg_p): Likewise.
14735         (check_sibcall_argument_overlap): Likewise.
14736         (expand_call): Likewise.
14737         (emit_library_call_value_1): Likewise.
14738         (store_one_arg): Likewise.
14739         * function.c (assign_parms): Likewise.
14740         (locate_and_pad_parm): Likewise.
14741         (pad_to_arg_alignment): Likewise.
14742         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
14744 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14746         * defaults.h (gen_epilogue): New function.
14747         * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
14748         defined.
14749         * cfgrtl.c (cfg_layout_finalize): Likewise.
14750         * df-scan.c: Likewise.
14751         * function.c (thread_prologue_and_epilogue_insns): Likewise.
14752         (reposition_prologue_and_epilogue_notes): Likewise.
14753         * reorg.c (find_end_label): Likewise.
14754         * toplev.c: Likewise.
14756 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14758         * bb-reorder.c (HAVE_return): Don't check if its undefined.
14759         * defaults.h (gen_simple_return): New function.
14760         (gen_simple_return): Likewise.
14761         (HAVE_return): Add default definition to false.
14762         (HAVE_simple_return): Likewise.
14763         * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
14764         HAVE_return and HAVE_simple_return are defined.
14765         * function.c (gen_return_pattern): Likewise.
14766         (convert_jumps_to_returns): Likewise.
14767         (thread_prologue_and_epilogue_insns): Likewise.
14768         * reorg.c (find_end_label): Likewise.
14769         (dbr_schedule): Likewise.
14770         * shrink-wrap.c: Likewise.
14771         * shrink-wrap.h: Likewise.
14773 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14775         * defaults.h (EPILOGUE_USES): Add default definition of false.
14776         * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
14777         * resource.c (init_resource_info): Likewise.
14779 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14781         * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
14782         to false.
14783         * dwarf2out.c (field_byte_offset): REmove check if
14784         PCC_BITFIELD_TYPE_MATTERS is defined.
14785         * stor-layout.c (layout_decl): Likewise.
14786         (update_alignment_for_field): Likewise.
14787         (place_field): Likewise.
14789 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14791         * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
14792         true.
14793         * regrename.c (check_new_reg_p): Remove check if
14794         HARD_REGNO_RENAME_OK is defined.
14795         * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
14797 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14799         * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
14800         * cse.c (fold_rtx): Likewise.
14801         * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
14802         * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
14803         * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
14804         * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
14805         * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
14806         * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
14807         * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
14808         * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
14809         * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
14810         * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
14811         * Likewise.
14812         * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
14813         * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
14814         * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
14815         * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
14816         * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
14817         * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
14818         * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
14819         * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
14820         * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
14821         * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
14822         * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
14823         * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
14824         * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
14825         * doc/tm.texi: Regenerate.
14826         * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
14827         either true or false.
14829 2015-04-27  Jeff Law  <law@redhat.com>
14831         PR tree-optimization/65217
14832         * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
14833         of them has a single use, make sure it is the LHS of the implied
14834         copy.
14836 2015-04-28  Alan Modra  <amodra@gmail.com>
14838         PR target/65810
14839         * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
14840         (offsettable_ok_by_alignment): Use minimum of decl and toc
14841         pointer alignment.  Replace dead code with assertion.
14842         (use_toc_relative_ref): Add mode arg.  Return false in -mcmodel=medium
14843         case if size exceeds toc pointer alignment.
14844         (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
14845         (rs6000_emit_move): Likewise.
14846         * configure.ac: Add linker toc pointer alignment check.
14847         * configure: Regenerate.
14848         * config.in: Regenerate.
14850 2015-04-27  Yoshinori Sato <ysato@users.sourceforge.jp>
14852         * config.gcc: Add h8300-*-linux.
14853         * config/h8300/linux.h: New.
14854         * config/h8300/t-linux: New.
14855         * config/h8300/h8300.c (h8300_option_override): Normal mode
14856         is not supported for h8300-*-linux.
14857         (h8300_file_start): Target priority change.
14858         (get_shift_alg): Likewise.
14859         (h8300_shift_need_scratch_p): Likewise.
14860         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
14861         * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
14863 2015-04-27  Caroline Tice  <cmtice@google.com>
14865         * final.c (final_scan_insn):  Output cold_function_name as function
14866         type.
14867         * varasm.c (cold_function_name):  Make global.
14868         (assemble_start_function):  Re-set cold_function_name.
14869         (assemble_end_function): Output cold partition size.
14870         * varasm.h (cold_function_name):  Declare global.
14872 2015-04-27  Ilya Tocar  <ilya.tocar@intel.com>
14874         * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
14875         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
14876         constraint.
14877         (*movxi_internal_avx512f): Ditto.
14878         (define_split): Check for xmm16+, when splitting scalar float_extend.
14879         (*extendsfdf2_mixed): Use "v" constraint.
14880         (define_split): Check for xmm16+, when splitting scalar float_truncate.
14881         (*truncdfsf_fast_sse): Use "v" constraint.
14882         (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
14883         (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
14884         (define_peephole2): Check for xmm16+, when converting scalar
14885         float_truncate.
14886         (define_peephole2): Check for xmm16+, when converting scalar
14887         float_extend.
14888         (*fop_<mode>_comm_mixed): Use "v" constraint.
14889         (*fop_<mode>_comm_sse): Ditto.
14890         (*fop_<mode>_1_mixed): Ditto.
14891         (*sqrt<mode>2_sse): Ditto.
14892         (*ieee_s<ieee_maxmin><mode>3): Ditto.
14894 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14896         * combine.c (simplify_if_then_else): Use std::swap instead
14897         of manually swapping.
14898         (known_cond): Likewise.
14899         (simplify_comparison): Likewise.
14901 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
14903         PR target/64579
14904         * config/rs6000/htm.md: Remove all define_expands.
14905         (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
14906         UNSPECV_HTM_TABORTWCI): Remove.
14907         (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
14908         (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
14909         trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
14910         (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
14911         (tabortdc_internal, tabortdci_internal, tabortwc_internal,
14912         tabortwci_internal): Remove define_insns.
14913         (tabort<wd>c, tabort<wd>ci): New define_insns.
14914         (tabort): Use gpc_reg_operand.
14915         (tcheck): Remove operand.
14916         (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
14917         * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
14918         expected value.
14919         * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
14920         (BU_HTM_SPR1): Rename to BU_HTM_V1.  Remove use of RS6000_BTC_SPR.
14921         (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
14922         tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
14923         tsr, ttest): Pass in the RS6000_BTC_CR attribute.
14924         (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
14925         get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
14926         (tcheck): Remove builtin argument.
14927         * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
14928         not TARGET_64BIT.
14929         (htm_expand_builtin): Fix usage of expandedp.  Disallow usage of the
14930         tabortdc and tabortdci builtins when not in 64-bit mode.
14931         Modify code to handle the loss of the HTM define_expands.
14932         Emit code to copy the CR register to TARGET.
14933         (htm_init_builtins): Modify code to handle the loss of the HTM
14934         define_expands.
14935         * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
14936         (RS6000_BTC_64BIT): Likewise.
14937         (RS6000_BTC_CR): New macro.
14938         * doc/extend.texi: Update documentation for htm builtins.
14940 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14942         * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
14943         of manually swapping.
14944         (simplify_associative_operation): Likewise.
14945         (simplify_binary_operation): Likewise.
14946         (simplify_plus_minus): Likewise.
14947         (simplify_relational_operation): Likewise.
14948         (simplify_ternary_operation): Likewise.
14950 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
14952         * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
14953         (xs_hi_nonmemory_operand): Remove error.
14954         * config/stormy16/stormy16.md (movhi, movhi_internal): Use
14955         general_operand rather than xs_hi_general_operand.
14957 2015-04-27  Richard Biener  <rguenther@suse.de>
14959         * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
14960         (record_equivalences_from_stmt): Valueize rhs.
14961         (record_equality): Canonicalize x and y order via
14962         tree_swap_operands_p.  Do not swap operands for same loop depth.
14964 2015-04-27  Georg-Johann Lay  <avr@gjlay.de>
14966         PR target/65296
14967         PR target/65895
14968         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
14969         Add hint how to use own spec file.
14971 2015-04-27  Jakub Jelinek  <jakub@redhat.com>
14973         PR tree-optimization/65875
14974         * tree-vrp.c (update_value_range): If in is_new case setting
14975         old_vr to VR_VARYING, also set new_vr to it.  Remove
14976         old_vr->type == VR_VARYING test.
14977         (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
14978         SSA_PROP_INTERESTING if update_value_range returned true,
14979         but new range is VR_VARYING.
14981 2015-04-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14983         * combine.c (sign_extend_short_imm): New.
14984         (set_nonzero_bits_and_sign_copies): Use above new function for sign
14985         extension of src short immediate.
14986         (reg_nonzero_bits_for_combine): Likewise for tem.
14988 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
14990         * stor-layout.c (self_referential_component_ref_p): New predicate.
14991         (copy_self_referential_tree_r): Use it.
14992         (self_referential_size): Punt for simple operations directly involving
14993         self-referential component references.
14994         * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
14996 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
14998         * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
15000 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
15002         * vec.h (vec): Make splice arguments const.  Update definitions
15003         accordingly.
15005 2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
15007         * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
15008         alternatives.
15010 2015-04-26  Tom de Vries  <tom@codesourcery.com>
15012         PR tree-optimization/65826
15013         * internal-fn.def: Mark VA_ARG with ECF_LEAF.
15015 2015-04-24  Steve Ellcey  <sellcey@imgtec.com>
15017         * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
15018         (*madd3<mode>): Ditto.
15019         (*msub4<mode>): Ditto.
15020         (*msub3<mode>): Ditto.
15021         (*nmadd4<mode>): Ditto.
15022         (*nmadd3<mode>): Ditto.
15023         (*nmadd4<mode>_fastmath): Ditto.
15024         (*nmadd3<mode>_fastmath): Ditto.
15025         (*nmsub4<mode>): Ditto.
15026         (*nmsub3<mode>): Ditto.
15027         (*nmsub4<mode>_fastmath): Ditto.
15028         (*nmsub3<mode>_fastmath): Ditto.
15030 2015-04-24  Jason Merrill  <jason@redhat.com>
15032         PR c++/50800
15033         * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
15034         down when building TYPE_CANONICAL.
15035         (build_pointer_type_for_mode): Likewise.
15037 2015-04-24  Chen Gang  <gang.chen.5i5j@gmail.com>
15039         * genrecog.c (validate_pattern): Check matching constraint refers
15040         to a lower numbered operand.
15042 2015-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
15044         PR target/65849
15045         * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
15046         save to independent variables use the Save attribute.  This will
15047         allow these options to be modified with the #pragma/attribute
15048         target support.
15049         (-mallow-movmisalign): Likewise.
15050         (-mallow-df-permute): Likewise.
15051         (-msched-groups): Likewise.
15052         (-malways-hint): Likewise.
15053         (-malign-branch-targets): Likewise.
15054         (-mvectorize-builtins): Likewise.
15055         (-msave-toc-indirect): Likewise.
15057         * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
15058         can be set via the #pragma/attribute target support.
15059         (rs6000_opt_vars): Likewise.
15060         (rs6000_inner_target_options): If VSX was set, also set
15061         -mno-avoid-indexed-addresses.
15063 2015-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15065         * config/arm/iterators.md (shiftable_ops): Rename to...
15066         (SHIFTABLE_OPS): ... This.  Update use in comments.
15067         (ior_xor): Rename to...
15068         (IOR_XOR): ... This.
15069         (vqh_ops): Rename to...
15070         (VQH_OPS): ... This.
15071         (vqhs_ops): Rename to...
15072         (VQHS_OPS): ... This.
15073         (rshifts): Rename to...
15074         (RSHIFTS): ... This.
15075         (returns): Rename to...
15076         (RETURNS): ... This.
15077         * config/arm/arm.md: Update uses of the above.
15078         * config/arm/neon.md: Likewise.
15080 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15082         * config.host (case ${host}): Add aarch64*-*-linux case.
15083         * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
15084         fields to all the cores.
15085         * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
15086         Add MCPU_MTUNE_NATIVE_SPECS.
15087         * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
15088         field to all extensions.
15089         * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
15090         * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
15091         Adjust definition of AARCH64_OPT_EXTENSION.
15092         * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
15093         (MCPU_MTUNE_NATIVE_SPECS): Define.
15094         * config/aarch64/driver-aarch64.c: New file.
15095         * config/aarch64/x-arch64: New file.
15096         * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
15097         -mtune and -march.
15099 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
15100             Wei Mi  <wmi@google.com>
15102         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
15103         * config/i386/i386.c (extract_base_offset_in_addr): New function.
15104         (ix86_operands_ok_for_move_multiple): Ditto.
15105         * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
15106         (movlpd/movhpd to movupd peephole2): Ditto.
15108 2015-04-24  Marek Polacek  <polacek@redhat.com>
15110         PR c/61534
15111         * input.h (from_macro_expansion_at): Define.
15113         PR c/63357
15114         * doc/invoke.texi: Update description of -Wlogical-op.
15116 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15118         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
15119         ternary operator in fprintf and harmonize spacing.
15121 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
15123         * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
15124         Mark operand1 commutative.
15126 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
15128         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
15129         input operands in memory.
15130         (*vec_concatv2si_sse4_1): Ditto.
15131         (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
15132         (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
15133         register_operand.
15134         (vec_extract_hi_v32hi): Ditto.
15135         (vec_extract_hi_v64hi): Ditto.
15136         (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
15138 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15139             Steven Bosscher <steven@gcc.gnu.org>
15141         PR rtl-optimization/34503
15142         * cprop.c (cprop_reg_p): New.
15143         (hash_scan_set): Use above function to check if register can be
15144         propagated.
15145         (find_avail_set): Return up to two sets, one whose source is a
15146         register and one whose source is a constant.  Sets are returned in an
15147         array passed as parameter rather than as a return value.
15148         (cprop_insn): Use a do while loop rather than a goto.  Try each of the
15149         sets returned by find_avail_set, starting with the one whose source is
15150         a constant. Use cprop_reg_p to check if register can be propagated.
15151         (do_local_cprop): Use cprop_reg_p to check if register can be
15152         propagated.
15153         (implicit_set_cond_p): Likewise.
15155 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
15157         * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
15158         (sem_function::equals): IGNORED_NODES parameter is now unused;
15159         update call of equals_private.
15160         (sem_function::equals_private): Do not call equals_wpa; skip
15161         gimple body matching if there is no body.
15162         (sem_function::init): Add logic to hash tthunk info.
15163         (sem_function::parse): Also parse thunks.
15164         * ipa-icf.h (equals_private): Update declaration.
15166 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15168         * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
15169         asterisk from name so this can be generated directly.
15170         (*altivec_stvx_<mode>_internal): Likewise.
15171         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
15172         that this is never called during or after reload/lra.
15173         (rs6000_frame_related): Remove split_reg
15174         argument and logic that references it.
15175         (emit_frame_save): Remove last parameter from call to
15176         rs6000_frame_related.
15177         (rs6000_emit_prologue): Remove last parameter from eight calls to
15178         rs6000_frame_related.  Force generation of stvx instruction for
15179         Altivec register saves.  Remove split_reg handling, which is no
15180         longer needed.
15181         (rs6000_emit_epilogue):  Force generation of lvx instruction for
15182         Altivec register restores.
15184 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15186         * config/rs6000/rs6000.opt (mcrypto): Change option description to
15187         match category changes in ISA 2.07B.
15189 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15191         * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
15192         iterators.
15193         (cmp_op, cmp_type): New code attributes.
15194         (NEON_VCMP, NEON_VACMP): New int iterators.
15195         (cmp_op_unsp): New int attribute.
15196         * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
15197         (neon_vceq<mode>): Delete.
15198         (neon_vc<cmp_op><mode>_insn): New pattern.
15199         (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
15200         (neon_vcgeu<mode>): Delete.
15201         (neon_vcle<mode>): Likewise.
15202         (neon_vclt<mode>: Likewise.
15203         (neon_vcage<mode>): Likewise.
15204         (neon_vcagt<mode>): Likewise.
15205         (neon_vca<cmp_op><mode>): New define_expand.
15206         (neon_vca<cmp_op><mode>_insn): New pattern.
15207         (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
15209 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
15211         * tree.h (attribute_value_equal): Declare.
15212         * tree.c (attribute_value_equal): Export.
15214 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
15216         * ipa-icf.c (sem_item::compare_attributes): New function.
15217         (sem_item::compare_referenced_symbol_properties): Compare variable
15218         attributes.
15219         (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
15220         (sem_function::param_used_p): New function.
15221         (sem_function::equals_wpa): Fix attribute comparsion; match
15222         parameter type codes; do not compare paremter flags when
15223         they are not used; compare edge flags; compare indirect calls.
15224         (sem_item::update_hash_by_addr_refs): Hash reference type.
15225         (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
15226         (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
15227         reference use type.
15228         (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
15229         * ipa-icf.h (compare_attributes, param_used_p): Declare.
15231 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
15233         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
15234         cleanup.
15235         (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
15236         DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
15237         (sem_item::compare_referenced_symbol_properties): New.
15238         (sem_item::hash_referenced_symbol_properties): New.
15239         (sem_item::compare_cgraph_references): Rename to ...
15240         (sem_item::compare_symbol_references): ... this one; use
15241         compare_referenced_symbol_properties.
15242         (sem_function::equals_wpa): Do not compare
15243         DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
15244         DECL_IS_OPERATOR_NEW; compare pointer sizes.
15245         (sem_item::update_hash_by_addr_refs): Call
15246         hash_referenced_symbol_properties.
15247         (sem_item::update_hash_by_local_refs): Cleanup.
15248         (sem_function::merge): Do not mix up symbol properties.
15249         (sem_variable::equals_wpa): Use compare_symbol_references.
15250         * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
15251         (sem_item::hash_referenced_symbol_properties): New.
15252         (sem_item::compare_symbol_references): New.
15253         (sem_item::compare_cgraph_references): Remove.
15255 2015-04-23  Kwok Cheung Yeung  <kcy@codesourcery.com>
15257         PR target/26702
15258         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
15259         Emit size of local.
15261 2015-04-23  Nick Clifton  <nickc@redhat.com>
15263         * config/rl78/rl78.c (rl78_preferred_reload_class): Add
15264         ATTRIBUTE_UNUSED to x parameter.
15265         * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
15267 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15269         * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
15270         TARGET_CRYPTO to TARGET_P8_VECTOR>
15271         (crypto_vpermxor_<mode>): Likewise.
15272         * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
15273         (BU_CRYPTO_3A): Likewise.
15274         (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
15275         (BU_CRYPTO_OVERLOAD_3A): New #define.
15276         (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
15277         (VPMSUMH): Likewise.
15278         (VPMSUMW): Likewise.
15279         (VPMSUMD): Likewise.
15280         (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
15281         (VPERMXOR_V4SI): Likewise.
15282         (VPERMXOR_V8HI): Likewise.
15283         (VPERMXOR_V16QI): Likewise.
15284         (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
15285         BU_CRYPTO_OVERLOAD_2A.
15286         (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
15287         BU_CRYPTO_OVERLOAD_3A.
15288         * config/rs6000/rs6000.opt (mcrypto): Change description of
15289         option.
15291 2015-04-23  Richard Biener  <rguenther@suse.de>
15293         * passes.def: Remove copy propagation passes run directly after CCP.
15294         * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
15295         SSA names.
15296         (ccp_visit_phi_node): Rework to handle first executable edge
15297         specially.
15299 2015-04-23  Matthew Wahab  <matthew.wahab@arm.com>
15301         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
15302         (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
15303         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
15304         * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
15305         (thumb_legimitimize_reload_address): Remove.
15306         * config/arm/arm-protos.h (arm_legimitimize_reload_address):
15307         Remove.
15308         (thumb_legimitimize_reload_address): Remove.
15310 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15312         * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
15314 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15316         * config/arm/arm.md (load_multiple): Reject operand 2 greater than
15317         MAX_LDM_STM_OPS.
15318         (store_multiple): Likewise.
15320 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15322         * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
15323         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
15324         arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
15325         arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
15326         arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
15327         arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
15328         arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
15329         Specify issue_rate value.
15330         (arm_issue_rate): Look up issue rate from tuning structs. Remove
15331         large switch statement.
15332         (arm_marvell_pj4_tune): New struct.
15333         * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
15334         struct.
15336 2015-04-23  Richard Biener  <rguenther@suse.de>
15338         * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
15339         (vect_find_last_store_in_slp_instance): Rename to ...
15340         (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
15341         (vect_analyze_slp_cost_1): Use vector_load for constant defs
15342         and vec_construct for external defs when estimating prologue cost.
15343         (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
15344         Compute costs here only when vectorizing loops.
15345         (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
15346         have been determined.
15347         (vect_schedule_slp_instance): Simplify vectorized code placement
15348         and prepare for in-BB external defs.
15349         * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
15350         (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
15351         * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
15352         guard.
15353         (vect_model_load_cost): Likewise.
15354         (vectorizable_store): Instead add it here.
15355         (vectorizable_load): Likewise.
15356         (vect_is_simple_use): Dump def type textually.
15358 2015-04-23  Richard Biener  <rguenther@suse.de>
15360         * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
15361         * cfgloop.c (verify_loop_structure): Verify the root loop node.
15362         * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
15363         instead of get_eh_region_from_lp_number.
15364         * loop-init.c (fix_loop_structure): If we removed a loop, reset
15365         the SCEV cache.
15367 2015-04-23  Anton Blanchard  <anton@samba.org>
15369         * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
15370         need for -mprofile-kernel to save LR to stack.
15372 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15374         * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
15375         adjustments.
15376         (insn_is_swappable_p): Return 1 for a convert from double to
15377         single precision when all of its uses are splats of BE element
15378         zero.
15380 2015-04-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
15382         * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
15384 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15386         PR target/65456
15387         * config/rs6000/rs6000.c (rs6000_option_override_internal):  For
15388         VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
15389         TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
15390         option.
15391         (rs6000_builtin_mask_for_load): Return 0 for targets with
15392         efficient unaligned VSX accesses so that the vectorizer will use
15393         direct unaligned loads.
15394         (rs6000_builtin_support_vector_misalignment): Always return true
15395         for targets with efficient unaligned VSX accesses.
15396         (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
15397         stores on targets with efficient unaligned VSX accesses is almost
15398         always the same as the cost of an aligned load or store, so model
15399         it that way.
15400         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
15401         unaligned vectors if we have efficient unaligned VSX accesses.
15402         * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
15403         undocumented option.
15405 2015-04-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15407         Revert:
15408         2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
15410         * config.gcc (LIBC_MUSL): New tm_defines macro.
15411         * config/linux.h (OPTION_MUSL): Define.
15412         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
15413         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
15414         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
15416         * config/linux.opt (mmusl): New option.
15417         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
15418         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
15420         * configure: Regenerate.
15422 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
15424         * config.gcc (LIBC_MUSL): New tm_defines macro.
15425         * config/linux.h (OPTION_MUSL): Define.
15426         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
15427         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
15428         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
15430         * config/linux.opt (mmusl): New option.
15431         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
15432         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
15434         * configure: Regenerate.
15436 2015-04-22  Yury Gribov  <y.gribov@samsung.com>
15438         * doc/invoke.texi (-fsanitize-sections): Update description.
15439         * asan.c (set_sanitized_sections): Parse incoming arg.
15440         (section_sanitized_p): Support wildcards.
15442 2015-04-22  Tom de Vries  <tom@codesourcery.com>
15444         PR tree-optimization/65823
15445         * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
15446         equality between ap_copy and ap.
15448 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15450         PR target/47098
15451         * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
15453 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15455         PR target/47122
15456         * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
15458 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15460         PR target/55144
15461         * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
15462         remove already contained t-files.
15464 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15466         * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
15467         Remove unneeded forward declarations.
15468         (suitable_for_tail_call_opt_p): Commentary typo fix.
15470 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15472         * varasm.c (emit_bss): Remove redundant guard.
15474 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15476         * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
15478 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
15480         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
15482 2015-04-22  Hale Wang  <hale.wang@arm.com>
15483             Terry Guo  <terry.guo@arm.com>
15485         PR rtl-optimization/64818
15486         * combine.c (can_combine_p): Don't combine user-specified
15487         register if it is in an asm input.
15489 2015-04-21  Jan Hubicka  <hubicka@ucw.cz>
15491         PR ipa/65076
15492         * passes.def (early_optimizations): Add pass_dse.
15494 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15496         * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
15497         * reorg.c (redundant_insn): Remove ifdef
15498         INSN_REFERENCES_ARE_DELAYED.
15499         * resource.c (mark_referenced_resources): Likewise.
15501 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15503         * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
15504         * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
15505         * resource.c (mark_set_resources): Likewise.
15507 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15509         * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
15510         * cfgcleanup.c (flow_find_cross_jump): Likewise.
15511         (flow_find_head_matching_sequence): Likewise.
15512         (try_head_merge_bb): Likewise.
15513         * combine.c (can_combine_p): Likewise.
15514         (try_combine): Likewise.
15515         (distribute_notes): Likewise.
15516         * df-problems.c (can_move_insns_across): Likewise.
15517         * final.c (final): Likewise.
15518         * gcse.c (insert_insn_end_basic_block): Likewise.
15519         * ira.c (find_moveable_pseudos): Likewise.
15520         * reorg.c (try_merge_delay_insns): Likewise.
15521         (fill_simple_delay_slots): Likewise.
15522         (fill_slots_from_thread): Likewise.
15523         * sched-deps.c (sched_analyze_2): Likewise.
15525 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15527         * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
15528         PIC_OFFSET_TABLE_REGNUM.
15530 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15532         * alias.c (init_alias_target): Remove ifdef
15533         * HARD_FRAME_POINTER_IS_FRAME_POINTER.
15534         * df-scan.c (df_insn_refs_collect): Likewise.
15535         (df_get_regular_block_artificial_uses): Likewise.
15536         (df_get_eh_block_artificial_uses): Likewise.
15537         (df_get_entry_block_def_set): Likewise.
15538         (df_get_exit_block_use_set): Likewise.
15539         * emit-rtl.c (gen_rtx_REG): Likewise.
15540         * ira.c (ira_setup_eliminable_regset): Likewise.
15541         * reginfo.c (init_reg_sets_1): Likewise.
15542         * regrename.c (rename_chains): Likewise.
15543         * reload1.c (reload): Likewise.
15544         (eliminate_regs_in_insn): Likewise.
15545         * resource.c (mark_referenced_resources): Likewise.
15546         (init_resource_info): Likewise.
15548 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15550         * defaults.h (MASK_RETURN_ADDR): New definition.
15551         * except.c (expand_builtin_extract_return_addr): Remove ifdef
15552         MASK_RETURN_ADDR.
15554 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15556         * defaults.h (RETURN_ADDR_OFFSET): New definition.
15557         * except.c (expand_builtin_extract_return_addr): Remove ifdef
15558         RETURN_ADDR_OFFSET.
15559         (expand_builtin_frob_return_addr): Likewise.
15561 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15563         * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
15564         (try_redirect_by_replacing_jump): Likewise.
15565         (rtl_tidy_fallthru_edge): Likewise.
15566         * combine.c (insn_a_feeds_b): Likewise.
15567         (find_split_point): Likewise.
15568         (simplify_set): Likewise.
15569         * cprop.c (cprop_jump): Likewise.
15570         * cse.c (cse_extended_basic_block): Likewise.
15571         * df-problems.c (can_move_insns_across): Likewise.
15572         * function.c (emit_use_return_register_into_block): Likewise.
15573         * haifa-sched.c (sched_init): Likewise.
15574         * ira.c (find_moveable_pseudos): Likewise.
15575         * loop-invariant.c (find_invariant_insn): Likewise.
15576         * lra-constraints.c (curr_insn_transform): Likewise.
15577         * postreload.c (reload_combine_recognize_const_pattern):
15578         * Likewise.
15579         * reload.c (find_reloads): Likewise.
15580         * reorg.c (delete_scheduled_jump): Likewise.
15581         (steal_delay_list_from_target): Likewise.
15582         (steal_delay_list_from_fallthrough): Likewise.
15583         (redundant_insn): Likewise.
15584         (fill_simple_delay_slots): Likewise.
15585         (fill_slots_from_thread): Likewise.
15586         (delete_computation): Likewise.
15587         * sched-rgn.c (add_branch_dependences): Likewise.
15589 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15591         * genconfig.c (main): Always define HAVE_cc0.
15592         * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
15593         HAVE_cc0.
15594         * cfgcleanup.c (flow_find_cross_jump): Likewise.
15595         (flow_find_head_matching_sequence): Likewise.
15596         (try_head_merge_bb): Likewise.
15597         * cfgrtl.c (rtl_merge_blocks): Likewise.
15598         (try_redirect_by_replacing_jump): Likewise.
15599         (rtl_tidy_fallthru_edge): Likewise.
15600         * combine.c (do_SUBST_MODE): Likewise.
15601         (insn_a_feeds_b): Likewise.
15602         (combine_instructions): Likewise.
15603         (can_combine_p): Likewise.
15604         (try_combine): Likewise.
15605         (find_split_point): Likewise.
15606         (subst): Likewise.
15607         (simplify_set): Likewise.
15608         (distribute_notes): Likewise.
15609         * cprop.c (cprop_jump): Likewise.
15610         * cse.c (cse_extended_basic_block): Likewise.
15611         * df-problems.c (can_move_insns_across): Likewise.
15612         * final.c (final): Likewise.
15613         (final_scan_insn): Likewise.
15614         * function.c (emit_use_return_register_into_block): Likewise.
15615         * gcse.c (insert_insn_end_basic_block): Likewise.
15616         * haifa-sched.c (sched_init): Likewise.
15617         * ira.c (find_moveable_pseudos): Likewise.
15618         * loop-invariant.c (find_invariant_insn): Likewise.
15619         * lra-constraints.c (curr_insn_transform): Likewise.
15620         * optabs.c (prepare_cmp_insn): Likewise.
15621         * postreload.c (reload_combine_recognize_const_pattern):
15622         * Likewise.
15623         * reload.c (find_reloads): Likewise.
15624         (find_reloads_address_1): Likewise.
15625         * reorg.c (delete_scheduled_jump): Likewise.
15626         (steal_delay_list_from_target): Likewise.
15627         (steal_delay_list_from_fallthrough): Likewise.
15628         (try_merge_delay_insns): Likewise.
15629         (redundant_insn): Likewise.
15630         (fill_simple_delay_slots): Likewise.
15631         (fill_slots_from_thread): Likewise.
15632         (delete_computation): Likewise.
15633         (relax_delay_slots): Likewise.
15634         * sched-deps.c (sched_analyze_2): Likewise.
15635         * sched-rgn.c (add_branch_dependences): Likewise.
15637 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15639         * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
15640         that is trivially ded on non cc0 targets.
15641         (simplify_set): Likewise.
15642         (mark_used_regs_combine): Likewise.
15643         * cse.c (new_basic_block): Likewise.
15644         (fold_rtx): Likewise.
15645         (cse_insn): Likewise.
15646         (cse_extended_basic_block): Likewise.
15647         (set_live_p): Likewise.
15648         * rtlanal.c (canonicalize_condition): Likewise.
15649         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
15651 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15653         * conditions.h: Define macros even if HAVE_cc0 is undefined.
15654         * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
15655         * final.c: Likewise.
15656         * jump.c: Likewise.
15657         * recog.c: Likewise.
15658         * recog.h: Declare functions even when HAVE_cc0 is undefined.
15659         * sched-deps.c (sched_analyze_2): Always compile case for cc0.
15661 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15663         * defaults.h: New definition of EH_RETURN_DATA_REGNO.
15664         * except.c: Remove definition of EH_RETURN_DATA_REGNO.
15665         * builtins.c (expand_builtin): Remove check if
15666         EH_RETURN_DATA_REGNO is defined.
15667         * df-scan.c (df_bb_refs_collect): Likewise.
15668         (df_get_exit_block_use_set): Likewise.
15669         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
15670         * ira-lives.c (process_bb_node_lives): Likewise.
15671         * lra-lives.c (process_bb_lives): Likewise.
15673 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
15675         * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
15676         FIRST_PSEUDO_REG): New.
15677         * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
15678         (ARG_POINTER_REGNUM): Define to ARGP_REG.
15679         (FRAME_POINTER_REGNUM): Define to FRAME_REG.
15680         (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
15681         (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
15682         (FIRST_INT_REG): New.
15683         (LAST_INT_REG): New.
15684         (FIRST_*_REG): Define using *_REG.
15685         (LAST_*_REG): Ditto.
15686         (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
15687         (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
15688         (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
15690 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15692         * expmed.c: (synth_mult): Only assume overlapping
15693         shift with previous steps in alg_sub_t_m2 case.
15695 2015-04-21  Richard Biener  <rguenther@suse.de>
15697         PR tree-optimization/65650
15698         * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
15699         transitions involving copies.
15700         (set_lattice_value): Adjust for copy lattice state.
15701         (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
15702         if that doesn't dominate the merge point.
15703         (bit_value_unop): Adjust what we treat as varying mask.
15704         (bit_value_binop): Likewise.
15705         (bit_value_assume_aligned): Likewise.
15706         (evaluate_stmt): When we simplified to a SSA name record a copy
15707         instead of dropping to varying.
15708         (visit_assignment): Simplify.
15710         * gimple-match.h (gimple_simplify): Add another callback.
15711         * gimple-fold.c (fold_stmt_1): Adjust caller.
15712         (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
15713         for the 2nd callback.
15714         * gimple-match-head.c (gimple_simplify): Add a callback that is
15715         used to valueize the stmt operands and use it that way.
15717 2015-04-21  Richard Biener  <rguenther@suse.de>
15719         PR tree-optimization/65788
15720         * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
15722 2015-04-21  Richard Biener  <rguenther@suse.de>
15724         * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
15725         vec_construct cost by vec_stmt_cost.
15727 2015-04-21  Richard Biener  <rguenther@suse.de>
15729         * cfghooks.h (create_basic_block): Replace with two overloads
15730         for RTL and GIMPLE.
15731         (split_block): Likewise.
15732         * cfghooks.c (split_block): Rename to ...
15733         (split_block_1): ... this.
15734         (split_block): Add two type-safe overloads for RTL and GIMPLE.
15735         (split_block_after_labels): Call split_block_1.
15736         (create_basic_block): Rename to ...
15737         (create_basic_block_1): ... this.
15738         (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
15739         (create_empty_bb): Call create_basic_block_1.
15740         * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
15741         split_block_after_labels.
15742         * omp-low.c (expand_parallel_call): Likewise.
15743         (expand_omp_target): Likewise.
15744         (simd_clone_adjust): Likewise.
15745         * tree-chkp.c (chkp_get_entry_block): Likewise.
15746         * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
15747         create_basic_block overload.
15748         (cgraph_node::expand_thunk): Likewise.
15749         * tree-cfg.c (make_blocks): Likewise.
15750         (handle_abnormal_edges): Likewise.
15751         * tree-inline.c (copy_bb): Likewise.
15753 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15755         * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
15756         New pattern.
15757         (*xor_one_cmplsidi3_ze): Likewise.
15759 2015-04-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15761         * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
15762         use df_remove_problem rather than manually removing problems, leaving
15763         holes in df->problems_in_order[].
15765 2015-04-21  Tom de Vries  <tom@codesourcery.com>
15767         PR tree-optimization/65802
15768         * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
15770 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15772         * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
15773         Increase to 128.
15774         (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
15775         at '.'.  Assert that there's enough space for everything.
15777 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
15779         PR tree-optimization/64950
15780         Revert:
15781         2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
15783         PR target/41089
15784         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
15785         as volatile.
15787 2015-04-20  Shiva Chen  <shiva0217@gmail.com>
15789         PR rtl-optimization/64916
15790         * cfgcleanup.c (values_equal_p): New function.
15791         (can_replace_by): Use it.
15793 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
15795         PR c++/65801
15796         * doc/invoke.texi ([-Wnarrowing]): Update.
15798 2015-04-20  Jeff Law  <law@redhat.com>
15800         PR tree-optimization/65658
15801         * tree-ssa-threadupdate.c (redirection_block_p): Remove
15802         redundant test for GIMPLE_ASSIGN in last change.
15804 2015-04-20  Uros Bizjak  <ubizjak@gmail.com>
15806         * config/i386/i386.c (set_pic_reg_ever_live): Remove.
15807         (legitimize_pic_address): Do not call set_pic_reg_ever_live.
15808         (legitimize_tls_address): Ditto.
15809         (ix86_expand_move): Ditto.
15810         (ix86_expand_binary_operator): Remove reload_in_progress checks.
15811         (ix86_expand_unary_operator): Ditto.
15812         * config/i386/predicates.md (index_register_operand): Ditto.
15814 2015-04-20  Selim Belbachir  <selim.belbachir@fr.thalesgroup.com>
15816         * reorg.c (try_merge_delay_insns): Improve correctness checking
15817         for targets with multiple delay slots.
15819 2015-04-20  Jeff Law  <law@redhat.com>
15821         PR tree-optimization/65658
15822         * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
15823         statements too.
15825 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
15827         * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
15828         * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
15829         Delete.
15831 2015-04-20  Jakub Jelinek  <jakub@redhat.com>
15833         PR debug/65807
15834         * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
15836 2015-04-20  Richard Biener  <rguenther@suse.de>
15838         * gimple-fold.h (gimple_build): Remove optional valueize arguments.
15839         * gimple-fold.c (gimple_build_valueize): New function.
15840         (gimple_build): Always use gimple_build_valueize as valueize hook.
15842 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
15844         PR target/64134
15845         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
15846         and overwrite variable parts if <= 1/2 the elements are variable.
15848 2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
15850         PR rtl-optimization/65805
15851         * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
15852         Don't use difference of offset and previous offset if
15853         update_sp_offset is non-zero.
15854         (eliminate_regs_in_insn): Ditto.
15855         * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
15856         lra_eliminate_regs_1 call.
15857         * lra-constraints.c (get_equiv_with_elimination): Ditto.
15859 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
15861         * hash-table.h: Remove version of hash_table that stored value_type *.
15862         * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
15863         config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
15864         config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
15865         dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
15866         gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
15867         hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
15868         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
15869         loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
15870         reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
15871         tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
15872         tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
15873         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
15874         tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
15875         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
15876         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
15877         valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
15879 2015-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15880             Jakub Jelinek  <jakub@redhat.com>
15882         PR target/65787
15883         * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
15884         subsequent SH_NONE operand does not overwrite an existing *special
15885         value.
15886         (adjust_extract): Handle case where a vec_extract operation is
15887         wrapped in a PARALLEL.
15889 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
15891         PR target/65780
15892         * config/i386/i386.c (ix86_binds_local_p): Define only if
15893         TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
15895 2015-04-17  Jeff Law  <law@redhat.com>
15897         PR tree-optimization/47679
15898         * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
15899         * tree-ssa-scopedtables.c: New file.
15900         * tree-ssa-scopedtables.h: New file.
15901         * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
15902         (const_and_copies): Change name/type.
15903         (record_const_or_copy): Move into tree-ssa-scopedtables.c
15904         (record_const_or_copy_1): Similarly.
15905         (restore_vars_to_original_value): Similarly.
15906         (pass_dominator::execute): Create and destroy const_and_copies table.
15907         (thread_across_edge): Update passing of const_and_copies.
15908         (record_temporary_equivalence): Use method calls rather than
15909         manipulating const_and_copies directly.
15910         (record_equality, cprop_into_successor_phis): Similarly.
15911         (dom_opt_dom_walker::before_dom_children): Similarly.
15912         (dom_opt_dom_walker::after_dom_children): Similarly.
15913         (eliminate_redundant_computations): Similarly.
15914         * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
15915         (record_temporary_equivalence): Likewise.
15916         (invalidate_equivalences): Likewise.
15917         (record_temporary_equivalences_from_phis): Update due to type
15918         change of const_and_copies.  Use method calls rather than
15919         manipulating the stack directly.
15920         (record_temporary_equivalences_from_stmts_at_dest): Likewise.
15921         (thread_through_normal_block, thread_across_edge): Likewise.
15922         (thread_across_edge): Likewise.
15923         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
15924         * tree-vrp.c: Include tree-ssa-scopedtables.h.  Change type
15925         of equiv_stack.
15926         (identify_jump_threads): Update due to type change of equiv_stack.
15927         (finalize_jump_threads): Delete the equiv_stack when complete.
15929 2015-04-17  Uros Bizjak  <ubizjak@gmail.com>
15931         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
15932         * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
15933         * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
15935 2015-04-17  Andreas Tobler  <andreast@gcc.gnu.org>
15937         PR target/65535
15938         * config.gcc: Exit with a comment when we do not have a major version
15939         number for the FreeBSD target.
15941 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
15943         PR target/65689
15944         * genpreds.c (struct constraint_data): Add maybe_allows_reg and
15945         maybe_allows_mem bitfields.
15946         (maybe_allows_none_start, maybe_allows_none_end,
15947         maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
15948         maybe_allows_mem_end): New variables.
15949         (compute_maybe_allows): New function.
15950         (add_constraint): Use it to initialize maybe_allows_reg and
15951         maybe_allows_mem fields.
15952         (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
15953         is_address constraints such that those that allow neither mem nor
15954         reg come first, then those that only allow reg but not mem, then
15955         those that only allow mem but not reg, then the rest.
15956         (write_allows_reg_mem_function): New function.
15957         (write_tm_preds_h): Call it.
15958         * stmt.c (parse_output_constraint, parse_input_constraint): Use
15959         the generated insn_extra_constraint_allows_reg_mem function
15960         instead of always setting *allows_reg = true; *allows_mem = true;
15961         for unknown extra constraints.
15963 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
15965         PR target/65780
15966         * output.h (default_binds_local_p_3): New.
15967         * varasm.c (default_binds_local_p_3): Make it public.  Take an
15968         argument to indicate if common symbol may be local.  If common
15969         symbol may be local, treat non-external variable as defined
15970         locally.
15971         (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
15972         (default_binds_local_p_1): Pass false to default_binds_local_p_3.
15973         * config/i386/i386.c (ix86_binds_local_p): New.
15974         (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
15975         ix86_binds_local_p.
15977 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
15979         PR debug/65771
15980         * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
15981         trying mem_loc_descriptor on XEXP (rtl, 0).
15983 2015-04-17  Martin Liska  <mliska@suse.cz>
15985         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
15986         Release symbol_compare_collection.
15987         * ipa-reference.c: Add TODO that a vector should be released.
15989 2015-04-17  Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
15991         PR target/65296
15992         * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
15993         to new AVR-LibC file layout (bug #44574).
15994         (*avrlibc_devicelib): Same.
15995         * config/avr/avr-mcus.def: Adjust comments.
15996         * config/avr/avr.opt (nodevicelib): Adjust help.
15998 2015-04-17  Alan Lawrence  <alan.lawrence@arm.com>
16000         * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
16002 2015-04-17  Patrick Palka  <ppalka@gcc.gnu.org>
16004         PR c++/64527
16005         * gimplify.c (gimplify_init_constructor): Always emit a
16006         side-effecting constructor.
16008 2015-04-17  Tom de Vries  <tom@codesourcery.com>
16010         PR tree-optimization/64950
16011         * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
16012         in cfun->curr_properties.
16013         (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
16014         if we generate an IFN_VA_ARG.
16015         * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
16016         function if PROP_gimple_lva is not set in src function.
16018 2015-04-17  Tom de Vries  <tom@codesourcery.com>
16019             Michael Matz  <matz@suse.de>
16021         PR tree-optimization/64950
16022         * gimple-iterator.c (update_modified_stmts): Remove static.
16023         * gimple-iterator.h (update_modified_stmts): Declare.
16024         * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
16025         (gimplify_va_arg_internal): New function.
16026         (gimplify_va_arg_expr): Use IFN_VA_ARG.
16027         * gimplify.h (gimplify_va_arg_internal): Declare.
16028         * internal-fn.c (expand_VA_ARG): New unreachable function.
16029         * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
16030         * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
16031         (expand_ifn_va_arg): New function.
16032         (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
16033         (pass_stdarg::execute): Call expand_ifn_va_arg.
16034         (pass_data_lower_vaarg): New pass_data.
16035         (pass_lower_vaarg): New gimple_opt_pass.
16036         (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
16037         (make_pass_lower_vaarg): New function.
16038         * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
16039         properties_required field.
16040         * passes.def (all_passes): Add pass_lower_vaarg.
16041         * tree-pass.h (PROP_gimple_lva): Add define.
16042         (make_pass_lower_vaarg): Declare.
16044 2015-04-17  Tom de Vries  <tom@codesourcery.com>
16046         * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
16047         * calls.c (call_expr_flags): Same.
16049 2015-04-17  Tom de Vries  <tom@codesourcery.com>
16051         * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
16052         (pass_stdarg::execute): ... here.
16054 2015-04-17  Tom de Vries  <tom@codesourcery.com>
16055             Michael Matz  <matz@suse.de>
16057         * tree-cfg.c (make_blocks_1): Factor out of ...
16058         (make_blocks): ... here.
16059         (make_edges_bb): Factor out of ...
16060         (make_edges): ... here.
16061         (gimple_find_sub_bbs): New function.
16062         * tree-cfg.h (gimple_find_sub_bbs): Declare.
16064 2015-04-17  Tom de Vries  <tom@codesourcery.com>
16066         * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
16068 2015-04-17  Yury Gribov  <y.gribov@samsung.com>
16070         * asan.c (set_sanitized_sections): New function.
16071         (section_sanitized_p): Ditto.
16072         (asan_protect_global): Optionally sanitize user-defined
16073         sections.
16074         * asan.h (set_sanitized_sections): Declare new function.
16075         * common.opt (fsanitize-sections): New option.
16076         * doc/invoke.texi (-fsanitize-sections): Document new option.
16077         * opts-global.c (handle_common_deferred_options): Handle new
16078         option.
16080 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
16082         PR debug/65771
16083         * dwarf2out.c (loc_list_from_tree): Return NULL
16084         for DEBUG_EXPR_DECL.
16086 2015-04-17  Christian Bruel  <christian.bruel@st.com>
16088         * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
16089         same attributes.
16091 2015-04-16  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
16093         * ira-color.c (setup_left_conflict_sizes_p): Do not process
16094         node itself when computing left conflict subnode size.
16096 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
16098         * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
16099         * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
16100         *fop_<mode>_1_sse using enabled attribute.  Use
16101         register_mixssei387nonimm_operand operand 1 predicate. Change
16102         alternative 3 constraints from "x" to "v".
16104 2015-04-16  Richard Biener  <rguenther@suse.de>
16106         PR tree-optimization/65774
16107         * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
16108         bit-value tracking on.
16110 2015-04-16  Richard Biener  <rguenther@suse.de>
16112         PR tree-optimization/64277
16113         * tree-vrp.c (check_array_ref): Fix anti-range handling,
16114         simplify upper bound handling.
16115         (search_for_addr_array): Simplify.
16116         (check_array_bounds): Handle ADDR_EXPRs here.
16117         (check_all_array_refs): Simplify.
16119 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
16121         * config/i386/i386.c (print_reg): Rewrite function.
16123 2015-04-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16125         * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
16126         Invert the condition.
16128 2015-04-16  Renlin Li  <renlin.li@arm.com>
16130         * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
16131         simplifications for UNSIGNED_FLOAT.
16133 2015-04-16  Nick Clifton  <nickc@redhat.com>
16135         * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
16136         MUL_UNINIT.
16137         (enum rl78_cpu_type): New.
16138         * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
16139         (umulhi3_shift_virt): Remove m constraint from operand 1.
16140         (umulqihi3_virt): Likewise.
16141         * config/rl78/rl78.c (rl78_option_override): Add code to process
16142         -mcpu and -mmul options.
16143         (rl78_alloc_physical_registers): Add code to handle divhi and
16144         divsi valloc attributes.
16145         (set_origin): Likewise.
16146         * config/rl78/rl78.h (RL78_MUL_G14): Define.
16147         (TARGET_G10, TARGET_G13, TARGET_G14): Define.
16148         (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
16149         __RL78_Gxx__.
16150         (ASM_SPEC): Pass -mcpu on to assembler.
16151         * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
16152         (mulqi3_rl78): Likewise.
16153         (mulhi3_g13): Likewise.
16154         (mulhi3): Generate the G13 or G14 versions of the insn directly.
16155         (mulsi3): Likewise.
16156         (mulhi3_g14): Add clobbers of AX and BC.
16157         (mulsi3_g14): Likewise.
16158         (mulsi3_g13): Likewise.
16159         (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
16160         (udivmodsi4_g14, udivmodsi4_g13): New patterns.
16161         * config/rl78/rl78.opt (mmul): Initialise value to
16162         RL78_MUL_UNINIT.
16163         (mcpu): New option.
16164         (m13, m14, mrl78): New option aliases.
16165         * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
16166         (MULTILIB_DIRNAMES): Add g13 and g14.
16167         * doc/invoke.texi: Document -mcpu and -mmul options.
16169 2015-04-16  Richard Biener  <rguenther@suse.de>
16171         * tree-ssa-ccp.c (likely_value): See if we have operands that
16172         are marked as never simulate again and return CONSTANT in this
16173         case.
16174         * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
16175         not have any operands that will be simulated again as
16176         not being simulated again.
16178 2015-04-15  Uros Bizjak  <ubizjak@gmail.com>
16180         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
16181         Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
16182         (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
16183         attribute.
16184         (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
16185         enabled attribute.
16186         (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
16187         *float<SWI48:mode><MODEF:mode>2_sse.
16188         (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
16189         enabled attribute.
16190         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
16191         enabled attribute.
16193 2015-04-15  Tom de Vries  <tom@codesourcery.com>
16195         PR other/65487
16196         * function.c (push_dummy_function): New function.
16197         (init_dummy_function_start): Use push_dummy_function.
16198         (pop_dummy_function): New function.  Factored out of ...
16199         (expand_dummy_function_end): ... here.
16200         * function.h (push_dummy_function, pop_dummy_function): Declare.
16201         * passes.c (pass_manager::dump_passes): Use push_dummy_function and
16202         pop_dummy_function.
16203         * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
16205 2015-04-15  Jeff Law  <law@redhat.com>
16207         PR tree-optimization/47679
16208         * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
16209         need for forward declaration in upcoming changes.
16210         (record_conditions, record_edge_info): Likewise.
16212         PR rtl-optimization/42522
16213         * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
16214         SIGN_EXTRACT as a whole object rather than simplifying
16215         its operand.
16217 2015-04-15  Jakub Jelinek  <jakub@redhat.com>
16219         PR ipa/65765
16220         * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
16221         and GIMPLE_PREDICT use break instead of return true. For
16222         GIMPLE_EH_DISPATCH, compare dispatch region.
16224 2015-04-14  Matthew Wahab  <matthew.wahab@arm.com>
16226         * doc/extend.texi (__sync Builtins): Simplify some text.  Update
16227         details about the implementation.  Make clear preference for
16228         __atomic builtins.  Reduce possibility of future change.
16230 2015-04-15  Nick Clifton  <nickc@redhat.com>
16232         * config/rx/rx.opt (mallow-string-insns): New option.
16233         * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
16234         builtin if string instructions are denied.
16235         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
16236         __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
16237         appropriate.
16238         (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
16239         * config/rx/rx.md (movstr): Enable pattern only if string
16240         instructions are allowed.
16241         (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
16242         (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
16243         * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
16244         (MULTILIB_DIRNAMES): Add no-strings.
16245         * doc/invoke.texi: Document -mno-allow-string-insns.
16247 2015-04-15  Alan Modra  <amodra@gmail.com>
16249         PR target/65408
16250         PR target/58744
16251         PR middle-end/36043
16252         * calls.c (load_register_parameters): Don't load past end of
16253         mem unless suitably aligned.
16255 2015-04-15  Nick Clifton  <nickc@redhat.com>
16257         * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
16258         decrement instruction as being frame related.
16259         (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
16260         based addresses.
16261         If zero extending a function address enclose the operation in
16262         %code(...).
16263         (rl78_preferred_reload_class): New function.
16264         (TARGET_PREFERRED_RELOAD_CLASS): Define.
16265         * config/rl78/rl78.md: Remove useless constraints in expanders.
16266         (mulqi3_rl78): Remove + qualifier on input-only operand 1.
16267         (mulhi3_rl78): Likewise.
16268         (mulhi3_g13): Likewise.
16269         (mulsi3_rl78): Likewise.
16270         (es_addr): Move to before the multiply patterns.
16272 2015-04-15  Alan Modra  <amodra@gmail.com>
16274         * function.h (struct emit_status): Delete x_first_insn, x_last_insn
16275         and sequence_stack.  Add seq.
16276         (seq_stack): Delete.
16277         * function.c (prepare_function_start): Don't access x_last_insn.
16278         * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
16279         (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
16280         * emit_rtl.c (start_sequence, push_topmost_sequence,
16281         pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
16282         sequence accessors.
16283         (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
16284         remove_insn): Likewise.  Simplify.
16285         * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
16286         and pop_topmost_sequence.
16287         (m32c_function_needs_enter): Use get_topmost_sequence.  Ignore
16288         debug insns.
16289         * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
16291 2015-04-14  Yvan Roux  <yvan.roux@linaro.org>
16293         PR target/65729
16294         * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
16295         the assertiion.
16297 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
16299         * config/i386/i386.h (LEGACY_INT_REG_P): New define.
16300         (LEGACY_INT_REGNO_P): Ditto.
16301         (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
16302         (ANY_MASK_REG_P): Remove.
16303         (BND_REG_P): Rename from ANY_BND_REG_P.
16304         * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
16305         legacy integer registers.  Do not handle MMX_REG_P in a special way.
16306         Merge 64byte and 32byte SSE handling.
16308 2015-04-14  Nick Clifton  <nickc@redhat.com>
16310         * expr.c (expand_assignment): Force an address offset computation
16311         into a register before changing its mode.
16312         (expand_expr_real_1): Likewise.
16314 2015-04-14  Alan Lawrence  <alan.lawrence@arm.com>
16316         * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
16317         vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
16318         vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
16319         vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
16320         vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
16321         vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
16322         vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
16323         and __aarch64_vget_lane_any.
16325 2015-04-14  Jakub Jelinek  <jakub@redhat.com>
16327         PR rtl-optimization/65761
16328         * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
16329         get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
16331 2015-04-14  Richard Biener  <rguenther@suse.de>
16333         * graphite-scop-detection.c: Do not include cp/cp-tree.h.
16334         (graphite_can_represent_scev): Use POINTER_TYPE_P.
16336 2015-04-14  Richard Biener  <rguenther@suse.de>
16338         PR tree-optimization/65758
16339         * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
16340         against -1.
16341         (ccp_lattice_meet): Likewise.
16342         (bit_value_unop): Likewise.
16343         (bit_value_binop): Likewise.
16344         (bit_value_assume_aligned): Likewise.
16346 2015-04-14  Christian Bruel  <christian.bruel@st.com>
16348         * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
16349         function.
16351 2015-04-14  Marc Glisse  <marc.glisse@inria.fr>
16353         PR tree-optimization/63387
16354         * match.pd ((x unord x) | (y unord y) -> (x unord y),
16355         (x unord x) | (x unord y) -> (x unord y)): New simplifications.
16357 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
16359         * config/i386/predicates.md (any_QIreg_operand): Rename from
16360         q_regs_operand.  Do not process subregs.
16361         (QIreg_operand): Use QI_REGNO_P predicate.
16362         (ext_QIreg_operand): Ditto.
16363         (ext_register_operand): Ditto.
16364         * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
16365         (AND splitters): Ditto.
16366         (AND with -65536 splitter): Add SWI48 mode for operand 0.
16367         (AND with -256 splitter): Use any_QIreg_operand predicate and
16368         SWI248 mode for operand 0.
16369         (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
16370         mode for operand 0.
16371         (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
16373 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
16375         * doc/plugins.texi: Rewrite first introductory paragraph.
16377 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
16379         * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
16380         (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
16382 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
16384         * ipa-profie.c (ipa_profile): Check number of parameters
16385         and possible polymorphic call targets before
16386         devirtualizing.
16388 2015-04-13  Uros Bizjak  <ubizjak@gmail.com>
16390         * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
16391         *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
16393 2015-04-13  Richard Biener  <rguenther@suse.de>
16395         PR tree-optimization/65204
16396         * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
16397         takens for bit-CCP.
16399 2015-04-13  Richard Biener  <rguenther@suse.de>
16401         PR target/65660
16402         * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
16403         and cond_not_taken_branch_cost to 4 and 2.
16404         (bdver2_cost): Likewise.
16405         (bdver3_cost): Likewise.
16406         (bdver4_cost): Likewise.
16408 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
16410         * hash-table.h (hash_table constructor): Add mem stats.
16411         (alloc_entries): Likewise.
16413 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
16415         * ipa-cp.c (ipcp_driver): Relase prev_edge.
16416         * passes.c (execute_one_pass): Only add transform if pass has one.
16418 2015-04-12  Joseph Myers  <joseph@codesourcery.com>
16420         * config/i386/i386.c (ix86_option_override_internal): Don't set
16421         -fprefetch-loop-arrays if optimizing for size.
16423 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
16424             Gerald Pfeifer  <gerald@pfeifer.com>
16426         * doc/contrib.texi (Contributors): Add Martin Jambor and
16427         Michael Matz.
16429 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
16431         * BASE-VER: Set to 6.0.0.
16433         PR tree-optimization/65747
16434         * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
16435         rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
16437 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
16439         * doc/invoke.texi (-Wmemset-transposed-args): Break a long
16440         sentence.  Improve grammar.
16442 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
16444         * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
16446 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
16448         PR ipa/65743
16449         * ipa-inline-transform.c (speculation_removed): Remove static var.
16450         (check_speculations): New function.
16451         (clone_inlined_nodes): Do not check spculations.
16452         (inline_call): Call check_speculations.
16453         * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
16454         consider non-invariants.
16456 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
16457             Martin Liska  <mliska@suse.cz>
16459         PR ipa/65722
16460         * ipa-icf.c (sem_item::compare_cgraph_references): function and
16461         variable can not match.
16462         (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
16463         (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
16465 2015-04-11  Jakub Jelinek  <jakub@redhat.com>
16467         PR tree-optimization/65735
16468         * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
16469         Remove visited_phis argument, add visited_bbs, avoid recursing into the
16470         same bb rather than just into the same phi node.
16471         (thread_through_normal_block): Adjust caller.
16473 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
16475         * doc/contrib.texi (Contributors): Add Ira Rosen.
16477 2015-04-11  Benno Schulenberg  <bensberg@justemail.net>
16479         * gcov.c (find_source): Fix miswording in error message.
16480         * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
16481         (ix86_expand_sse_comi_round): Fix typo in error message.
16483 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
16485         * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
16487 2015-04-10  Gerald Pfeifer  <gerald@pfeifer.com>
16489         * doc/contrib.texi (Contributors): Update Joe Buck's entry.
16491 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
16493         PR target/65710
16494         * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
16495         Print bad_spills_num and insn_pseudos_num.
16497 2015-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16499         PR target/65694
16500         * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
16501         when creating +1 values for SImode.
16503 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
16505         PR target/65729
16506         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
16507         assert.
16509 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
16510             Iain Sandoe  <iain@codesourcery.com>
16512         PR target/65351
16513         * configure: Regenerate.
16515 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
16517         PR target/65671
16518         * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
16520 2015-04-09  Gerald Pfeifer  <gerald@pfeifer.com>
16522         * doc/contrib.texi (Contributors): Add John Marino.
16524 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
16526         PR tree-optimization/65709
16527         * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
16528         TREE_TYPE (TREE_TYPE (t)).
16530 2015-04-09  Vladimir Makarov  <vmakarov@redhat.com>
16532         PR target/65710
16533         * lra-int.h (lra_bad_spill_regno_start): New.
16534         * lra.c (lra_bad_spill_regno_start): New.
16535         (lra): Set up lra_bad_spill_regno_start.  Set up
16536         lra_constraint_new_regno_start unconditionally.
16537         * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
16538         spill preferences.
16540 2015-04-09  Marek Polacek  <polacek@redhat.com>
16541             Jakub Jelinek  <jakub@redhat.com>
16543         PR middle-end/65554
16544         * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
16545         (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
16546         of STRIP_NOPS.
16548 2015-04-09  Segher Boessenkool  <segher@kernel.crashing.org>
16550         PR rtl-optimization/65693
16551         * combine.c (is_parallel_of_n_reg_sets): Move outside of
16552         #ifndef HAVE_cc0.
16554 2015-04-09  Georg-Johann Lay  <avr@gjlay.de>
16556         PR target/65296
16557         * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
16558         device specs file if "device-specs%s" didn't resolve to a path.
16560 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
16562         PR target/65676
16563         * config/i386/i386.c (fixup_modeless_constant): New.
16564         (ix86_expand_args_builtin): Fixup modeless constant operand.
16565         (ix86_expand_round_builtin): Ditto.
16566         (ix86_expand_special_args_builtin): Ditto.
16567         (ix86_expand_builtin): Ditto.
16569 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
16571         PR target/65693
16572         * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
16573         any pow2 integer in between 2 and 0x80000000U inclusive.
16575 2015-04-08  Segher Boessenkool  <segher@kernel.crashing.org>
16577         PR rtl-optimization/65693
16578         * combine.c (is_parallel_of_n_reg_sets): Change first argument
16579         from an rtx_insn * to an rtx.
16580         (try_combine): Adjust both callers.  Use it once more.
16582 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
16584         * tree-chkp.c (chkp_find_const_bounds_var): Remove.
16585         (chkp_make_static_const_bounds): Search existing
16586         symbol by assembler name.  Use make_decl_one_only.
16587         (chkp_get_zero_bounds_var): Remove node search which
16588         is now performed in chkp_make_static_const_bounds.
16589         (chkp_get_none_bounds_var): Likewise.
16591 2015-04-08  Michael Witten  <mfwitten@gmail.com>
16593         * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
16594         to an example.
16596 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
16598         * tree.h (CONVERT_EXPR_P): Commentary typo fix.
16600 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
16602         * doc/extend.texi (__sync Builtins): Fix grammar.
16604 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
16606         * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
16608 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
16610         * varasm.c (emit_local): Move definition of align.
16612 2015-04-08  Julian Brown  <julian@codesourcery.com>
16614         * config/nvptx/mkoffload.c (process): Support variable mapping.
16616 2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
16618         * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
16619         alpha_links **.
16620         (alpha_write_one_linkage): Correct typo.
16622 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
16624         * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
16626 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
16628         * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
16630 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
16632         * tree-chkp.h (chkp_insert_retbnd_call): New.
16633         * tree-chkp.c (chkp_insert_retbnd_call): New.
16634         * ipa-split.c (insert_bndret_call_after): Remove.
16635         (split_function): Use chkp_insert_retbnd_call.
16636         * cgraphunit.c (cgraph_node::expand_thunk): Build returned
16637         bounds for instrumented functions.
16639 2015-04-07  Jan Hubicka  <hubicka@ucw.cz>
16641         PR ipa/65540
16642         * calls.c (initialize_argument_information): When producing tail
16643         call also turn SSA_NAMES passed by references to original PARM_DECLs
16645 2015-04-07  Vladimir Makarov  <vmakarov@redhat.com>
16647         PR target/65648
16648         * lra-remat.c (do_remat): Process input and non-input insn
16649         registers separately.
16651 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
16653         PR debug/65678
16654         * valtrack.c (debug_lowpart_subreg): New function.
16655         (dead_debug_insert_temp): Use it.
16657         PR middle-end/65680
16658         * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
16659         into signed HOST_WIDE_INT the same as negative bit_offset.
16661 2015-04-07  Ilya Enkovich  <ilya.enkovich@intel.com>
16663         * ipa-comdats.c (ipa_comdats): Visit all thunks
16664         to set proper comdat group.
16666 2015-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16668         PR target/65489
16669         * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
16670         on constants for NEON VSTRUCT modes.
16672 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
16673             Iain Sandoe  <iain@codesourcery.com>
16675         PR target/65351
16676         * configure: Regenerate.
16678 2015-04-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
16680         PR target/65614
16681         * config/rs6000/rs6000.c (struct processor_costs): Add cost field
16682         for SF->DF conversions to make FLOAT_EXTEND more expensive, so
16683         that LFD is used to load double constants instead of LFS.  Add
16684         defaults for all costs structures.  Add comments for missing
16685         initialization fields.
16686         (size32_cost): Likewise.
16687         (size64_cost): Likewise.
16688         (rs64a_cost): Likewise.
16689         (mpccore_cost): Likewise.
16690         (ppc403_cost): Likewise.
16691         (ppc405_cost): Likewise.
16692         (ppc440_cost): Likewise.
16693         (ppc476_cost): Likewise.
16694         (ppc601_cost): Likewise.
16695         (ppc603_cost): Likewise.
16696         (ppc604_cost): Likewise.
16697         (ppc604e_cost): Likewise.
16698         (ppc620_cost): Likewise.
16699         (ppc630_cost): Likewise.
16700         (ppccell_cost): Likewise.
16701         (ppc750_cost): Likewise.
16702         (ppc7450_cost): Likewise.
16703         (ppc8540_cost): Likewise.
16704         (ppce300c2c3_cost): Likewise.
16705         (ppce500mc_cost): Likewise.
16706         (ppce500mc64_cost): Likewise.
16707         (ppce5500_cost): Likewise.
16708         (ppce6500_cost): Likewise.
16709         (titan_cost): Likewise.
16710         (power4_cost): Likewise.
16711         (power6_cost): Likewise.
16712         (power7_cost): Likewise.
16713         (power8_cost): Likewise.
16714         (ppca2_cost): Likewise.
16715         (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
16717         * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
16718         instead of XXLOR to copy SFmode to clear out dirty bits created
16719         when SFmode denormals are generated.
16720         (mov<mode>_hardfloat, FMOVE32 case): Likewise.
16721         (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
16723 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
16725         * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
16726         * config/aarch64/aarch64-cores.def (exynos-m1): New core.
16727         * config/aarch64/aarch64-tune.md: Regenerate.
16729 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
16731         * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
16732         * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
16733         * config/arm/arm-cores.def (exynos-m1): New core.
16734         * config/arm/arm-tune.md: Regenerate.
16735         * config/arm/arm-tables.opt: Add entry for "exynos-m1".
16736         * config/arm/bpabi.h: Likewise.
16738 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
16740         * ipa-cp (set_single_call_flag): Remove too
16741         restrictive assert.
16743 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
16745         * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
16746         GOMP_offload_unregister from the destructor.
16748 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
16750         * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
16751         flags for instrumentation thunk.
16752         (chkp_produce_thunks): Likewise.
16754 2015-04-05  Martin Liska  <mliska@suse.cz>
16756         PR ipa/65665
16757         * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
16758         has computed data structure.
16759         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
16761 2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
16763         * invoke.texi (inline-unit-growth): Increase growth to 20%
16764         * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
16766 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
16768         PR target/65647
16769         * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New.  Add its
16770         value checking.
16771         (lra_rematerialization_iter): New.
16772         * lra.c (lra): Initialize lra_rematerialization_iter.
16773         Stop updating lra_constraint_new_regno_start after switching of
16774         inheritance and rematerialization.
16775         * lra-remat.c (lra_rematerialization_iter): New.
16776         (lra_remat): Add printing pass iteration.  Do rematerialization
16777         only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
16779 2015-04-04  Richard Biener  <rguenther@suse.de>
16781         PR tree-optimization/64909
16782         PR tree-optimization/65660
16783         * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
16784         to take a cost vector for scalar iteration cost.
16785         (vect_get_single_scalar_iteration_cost): Likewise.
16786         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
16787         Compute the scalar iteration cost into a cost vector.
16788         (vect_get_known_peeling_cost): Use the scalar cost vector to
16789         account for the cost of the peeled iterations.
16790         (vect_estimate_min_profitable_iters): Likewise.
16791         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
16792         Likewise.
16794 2015-04-04  Alan Modra  <amodra@gmail.com>
16796         PR target/65576
16797         PR target/65240
16798         * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
16799         0.0 constant unless TARGET_VSX.
16800         * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
16801         alternative.
16803 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
16805         PR ipa/65654
16806         * ipa-inline-transform.c (inline_call): Skip sanity check to work
16807         around the ICE
16809 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
16811         PR ipa/65655
16812         * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
16813         speculative indirect edges to avoid ordering issue.
16815 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
16817         PR ipa/65076
16818         * ipa-inline.c (edge_badness): Add combined size to the denominator.
16820 2015-04-03  Jakub Jelinek  <jakub@redhat.com>
16822         * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
16823         TYPE_ARTIFICIAL on the .omp_data* types.
16825 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
16827         * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
16828         instrumentation thunks.
16830 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
16832         * config/i386/i386.c (ix86_expand_call): Avoid nested
16833         PARALLEL in returned call value.
16835 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
16837         * lto-cgraph.c (input_cgraph_1): Always link instrumented
16838         assembler name with original one.
16840 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
16842         * config/i386/i386.c (ix86_register_priority): Use AX_REG.
16844 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
16846         Revert parts of r216820.
16847         * config/i386/i386.md (movqi_internal): Correct type calculation
16848         for alternatives 3 and 5.
16850 2015-04-02  Jakub Jelinek  <jakub@redhat.com>
16852         PR preprocessor/61977
16853         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
16854         predefine __vector/__bool/__pixel macros nor context sensitive
16855         macros for CLK_ASM.
16856         * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
16858 2015-04-02  John David Anglin  <danglin@gcc.gnu.org>
16860         * config/pa/pa.c (pa_output_move_double): Directly handle register
16861         indexed memory operand.  Simplify handling of scaled register indexed
16862         memory operands.
16864 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
16866         PR driver/65444
16867         * config/i386/linux-common.h (MPX_SPEC): New.
16868         (CHKP_SPEC): Add MPX_SPEC.
16869         * doc/invoke.texi (-fcheck-pointer-boudns): Document
16870         possible issues with '-z bndplt' support in linker.
16872 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
16874         * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
16875         (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
16876         (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
16877         * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
16878         (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
16880 2015-04-01  Uros Bizjak  <ubizjak@gmail.com>
16882         * config/i386/sync.md (UNSPEC_MOVA): Remove.
16883         (atomic_load<mode>): Change operand 0 predicate to
16884         nonimmediate_operand and fix up the destination when needed.
16885         Use UNSPEC_LDA.
16886         (atomic_loaddi_fpu): Use UNSPEC_LDA.
16887         (atomic_store<mode>): Change operand 1 predicate to
16888         nonimmendate_operand and move the source to register when needed.
16889         Use UNSPEC_STA.
16890         (atomic_store<mode>_1): Use UNSPEC_STA.
16891         (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
16892         Fix moves from memory operand.  Use UNSPEC_STA.
16894 2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16896         * expmed.c (strict_volatile_bitfield_p): Check that the access will
16897         not cross a MODESIZE boundary.
16898         (store_bit_field, extract_bit_field): Added assertions in the
16899         strict volatile bitfields code path.
16901 2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
16903         PR target/65624
16904         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
16905         Increase args array size by one to avoid buffer overflow.
16907 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
16909         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
16910         split_part.
16911         * ipa-inline.c (edge_badness): Add wrapper penalty.
16912         (sum_callers): Move up.
16913         (inline_small_functions): Set single_caller.
16914         * ipa-inline.h (inline_summary): Add single_caller.
16915         * ipa-split.c (split_function): Set split_part.
16916         (cgraph_node::create_clone): Do not shadow decl; copy split_part.
16917         * cgraph.h (cgraph_node): Add split_part.
16919 2015-03-31  Uros Bizjak  <ubizjak@gmail.com>
16921         PR target/58945
16922         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
16923         Do not split operands 0 and operands 2 to halfmode.
16924         (atomic_compare_and_swap<mode>): Update for
16925         atomic_compare_and_swap<dwi>_doubleword changes.
16927 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
16929         * tree.c (need_assembler_name_p): Artificial types have no ODR names.
16930         * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
16931         no caching is done.
16933 2015-03-31  Martin Liska  <mliska@suse.cz>
16935         PR ipa/65557
16936         * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
16937         has already filled up function summary.
16938         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
16940 2015-03-31  Richard Biener  <rguenther@suse.de>
16942         * tree-sra.c (create_access_replacement): Drop under-/over-alignment
16943         of types.
16945 2015-03-31  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16947         * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
16948         nested functions.
16949         (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
16950         (s390_asm_output_function_label): Adapt to new signature of
16951         s390_function_num_hotpatch_hw
16952         Optimise the code generating assembler output.
16953         Add comments to assembler file.
16955 2015-03-31  Richard Biener  <rguenther@suse.de>
16957         PR middle-end/65626
16958         * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
16959         of the noreturn call so it is last and cleanup_control_flow_bb
16960         can do the CFG part.
16962 2015-03-31  Ilya Enkovich  <ilya.enkovich@intel.com>
16964         PR target/65531
16965         * ipa-chkp.c (chkp_maybe_create_clone): Don't set
16966         same_comdat_group for external symbols.
16967         * symtab.c (symtab_node::verify_symtab_nodes): Avoid
16968         infinite same_comdat_group traversal loop.
16970 2015-03-31  Jakub Jelinek  <jakub@redhat.com>
16972         PR plugins/61176
16973         * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
16974         automatically to $headers.
16976 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
16978         PR ipa/65610
16979         * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
16980         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
16981         function.
16982         (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
16983         Use it.
16984         * ipa-prop.c (param_type_may_change_p): Likewise.
16985         * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
16986         (remove_unused_scope_block_p): Add in_ctor_dtor_block
16987         argument.  Before inlining, preserve
16988         inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
16989         with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them.  Adjust
16990         recursive calls.
16991         (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
16993 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
16995         PR ipa/65076
16996         * ipa-inline.c (edge_badness): Base denominator on callee's
16997         grwoth squared.
16999 2015-03-27  Martin Jambor  <mjambor@suse.cz>
17001         PR ipa/65478
17002         * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
17003         (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
17004         * ipa-prop.h (ipa_node_params): New flags node_within_scc and
17005         node_calling_single_call.
17006         * ipa-cp.c (count_callers): New function.
17007         (set_single_call_flag): Likewise.
17008         (initialize_node_lattices): Count callers and set single_flag_call if
17009         necessary.
17010         (incorporate_penalties): New function.
17011         (good_cloning_opportunity_p): Use it, dump new flags.
17012         (propagate_constants_topo): Set node_within_scc flag if appropriate.
17013         * doc/invoke.texi (ipa-cp-recursion-penalty,
17014         ipa-cp-single-call-pentalty): Document.
17016 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
17018         PR ipa/65588
17019         * symtab.c (symtab_node::get_partitioning_class): Register vars
17020         are duplicated.
17021         * varpool.c (symbol_table::output_variables) Do not assemble unefined
17022         decls for non-symbols.
17024 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
17026         PR target/65248
17027         * output.h (default_binds_local_p_2): New.
17028         * varasm.c (default_binds_local_p_2): Renamed to ...
17029         (default_binds_local_p_3): This.  Don't return true on protected
17030         data symbol if protected data may be external.
17031         (default_binds_local_p): Use default_binds_local_p_3.
17032         (default_binds_local_p_1): Likewise.
17033         (default_binds_local_p_2): New.
17034         * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
17035         default_binds_local_p_2 if TARGET_MACHO is undefined.
17037 2015-03-27  Jakub Jelinek  <jakub@redhat.com>
17039         PR target/65593
17040         * config/i386/i386.c (legitimize_pic_address): If base
17041         is SYMBOL_REF or LABEL_REF using %rip addressing, force
17042         it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
17044 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
17046         PR target/65531
17047         * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
17048         comdat groups.
17050 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
17052         PR ipa/65600
17053         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
17054         of optimized out indirect call.
17055         (redirect_to_unreachable): Always build symbol table node for
17056         BUILT_IN_UNREACHABLE
17058 2015-03-27  Vladimir Makarov  <vmakarov@redhat.com>
17060         PR target/65407
17061         * ira-costs.c (record_reg_classes): Process all constraint string
17062         containing 0-9.
17064 2015-03-27  Bernd Schmidt  <bernds@codesourcery.com>
17066         * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
17067         memory_operand.
17069         PR target/65052
17070         * config/c6x/constraints.md (S3): New constraint.
17071         * config/c6x/c6x.md (real_jump): Use it.
17073 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17075         PR middle-end/65595
17076         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
17077         do redirection if the call is not optimized out.
17079 2015-03-27  Ilya Enkovich  <ilya.enkovich@intel.com>
17081         PR target/65495
17082         * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
17083         (fchkp-check-incomplete-type): Add LTO.
17084         (fchkp-zero-input-bounds-for-main): Likewise.
17085         (fchkp-first-field-has-own-bounds): Likewise.
17086         (fchkp-narrow-bounds): Likewise.
17087         (fchkp-narrow-to-innermost-array): Likewise.
17088         (fchkp-use-static-bounds): Likewise.
17089         (fchkp-use-static-const-bounds): Likewise.
17090         (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
17092 2015-03-27  Marek Polacek  <polacek@redhat.com>
17094         * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
17096 2015-03-27  Marek Polacek  <polacek@redhat.com>
17098         PR sanitizer/65583
17099         * ubsan.c (ubsan_create_edge): New function.
17100         (instrument_bool_enum_load): Call it.
17101         (instrument_nonnull_arg): Likewise.
17102         (instrument_nonnull_return): Likewise.
17103         (instrument_object_size): Likewise.
17105 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17107         * lto-streamer.h (class lto_location_cache): Turn loc_cache into
17108         auto_vec.
17110 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17112         PR lto/65536
17113         * lto-streamer.h (class lto_location_cache): New.
17114         (struct data_in): Add location_cache.
17115         (lto_input_location): Update prototype.
17116         (stream_input_location_now): New.
17117         * streamer-hooks.h (struct streamer_hooks): Make input_location to take
17118         pointer to location.
17119         (stream_input_location): Update.
17120         * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
17121         (warn_odr): Apply location cache before warning.
17122         (lto_input_location): Update prototype.
17123         * gimple-streamer-in.c (input_phi, input_gimple_stmt):
17124         Use stream_input_location_now.
17125         * lto-streamer-in.c (lto_location_cache::current_cache): New static
17126         variable.
17127         (lto_location_cache::cmp_loc): New function.
17128         (lto_location_cache::apply_location_cache): New function.
17129         (lto_location_cache::accept_location_cache): New function.
17130         (lto_location_cache::revert_location_cache): New function.
17131         (lto_location_cache::input_location): New function.
17132         (lto_input_location): Do location caching.
17133         (stream_input_location_now): New function.
17134         (input_eh_region, input_struct_function_base): Use
17135         stream_input_location_now.
17136         (lto_data_in_create): use new.
17137         (lto_data_in_delete): Use delete.
17138         * tree-streamer-in.c (unpack_ts_block_value_fields,
17139         unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
17140         lto_input_ts_exp_tree_pointers): Update for cached location api.
17142 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17144         PR ipa/65076
17145         * passes.def: Add pass_nothrow.
17146         * ipa-pure-const.c: (pass_data_nothrow): New.
17147         (pass_nothrow): New.
17148         (pass_nothrow::execute): New.
17149         (make_pass_nothrow): New.
17150         * tree-pass.h (make_pass_nothrow): Declare.
17152 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17154         * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
17155         edge to change by speculation resolution or redirection.
17156         (edge_set_predicate): Likewise.
17157         (inline_summary_t::duplicate): Likewise.
17158         (remap_edge_summaries): Likewise.
17160 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17162         * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
17163         New macros.
17164         (can_inline_edge_p): Relax option matching for always inline functions.
17166 2015-03-26  Uros Bizjak  <ubizjak@gmail.com>
17168         PR target/65561
17169         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
17170         Check operand 4 and operand 0 for equality.
17171         (avx512f_vextract<shuffletype>32x4_1_maskm):
17172         Check operand 6 and operand 0 for equality.
17173         (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
17174         for equality.
17175         (vec_extract_hi_<mode>_maskm): Ditto.
17177 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17179         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
17180         dead calls back to live.
17181         (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
17182         cross check to ...
17183         (cgraph_node::verify_node): ... here; verify only callee edges,
17184         not caller.
17185         * cif-code.def (CILK_SPAWN): New code.
17187 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
17189         * ipa-inline-analysis.c (redirect_to_unreachable): New function.
17190         (edge_set_predicate): Use it to mark unreachable edges.
17191         (inline_summary_t::duplicate): Remove unnecesary code.
17192         (remap_edge_summaries): Likewise.
17193         (dump_inline_summary): Report contains_cilk_spawn.
17194         (compute_inline_parameters): Compute contains_cilk_spawn.
17195         (inline_read_section, inline_write_summary): Stream
17196         contains_cilk_spawn.
17197         * ipa-inline.c (can_inline_edge_p): Do not touch
17198         DECL_STRUCT_FUNCTION that may not be available;
17199         use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
17200         remove check for callee_fun->can_throw_non_call_exceptions and
17201         replace it by optimization attribute check; check for flag_exceptions.
17202         * ipa-inline-transform.c (inline_call): Maintain
17203         DECL_FUNCTION_PERSONALITY
17204         * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
17206 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
17208         PR tree-optimization/65551
17209         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
17210         TYPE_PRECISION only for INTEGRAL_TYPE_P types.
17212 2015-03-26  Richard Biener  <rguenther@suse.de>
17214         PR middle-end/65555
17215         * tree-cfg.c (verify_gimple_call): Do not require a call to
17216         have no LHS if it wasn't recognized as control altering yet.
17218 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
17220         PR tree-optimization/64715
17221         * passes.def: Add another instance of pass_object_sizes before ccp1.
17222         * tree-object-size.c (pass_object_sizes::execute): In
17223         first_pass_instance, only handle __bos (, 1) and __bos (, 3)
17224         calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
17225         __bos result and the computed constant.  Remove redundant
17226         checks, obsoleted by gimple_call_builtin_p test.
17228         * var-tracking.c (variable_tracking_main_1): Don't track
17229         variables for targetm.no_register_allocation targets.
17231 2015-03-26  Oleg Endo  <olegendo@gcc.gnu.org>
17233         * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
17234         * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
17236 2015-03-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
17238         PR target/65569
17239         * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
17240         XXLXOR to create 0.0.  On pre-VSX systems make sure the constant
17241         0.0 is correctly setup.
17242         (extenddftf2_internal): Likewise.
17244 2015-03-25  Sebastian Pop  <s.pop@samsung.com>
17246         PR tree-optimization/65177
17247         * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
17248         (bb_in_bbs): New.
17249         (duplicate_seme_region): Renamed duplicate_thread_path.  Redirect all
17250         edges not adjacent on the path to the original code.
17252 2015-03-25  Uros Bizjak  <ubizjak@gmail.com>
17254         PR bootstrap/65537
17255         * doc/install.texi (Building a native compiler): Document new
17256         bootstrap-lto-noplugin configuration.  Mention that bootstrap-lto
17257         configuration assumes that the host supports the linker plugin.
17259 2015-03-25  Ilya Enkovich  <ilya.enkovich@intel.com>
17261         PR target/65508
17262         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
17263         chain for generated call.
17265 2015-03-25  Richard Biener  <rguenther@suse.de>
17267         * passes.c (pass_manager::execute_early_local_passes): Guard
17268         execution of pass_chkp_instrumentation_passes with
17269         flag_check_pointer_bounds.
17270         (pass_chkp_instrumentation_passes::gate): Likewise.
17272 2015-03-25  Martin Liska  <mliska@suse.cz>
17274         PR tree-optimization/65538
17275         * symbol-summary.h (function_summary::~function_summary):
17276         Relese memory for allocated summaries.
17277         (function_summary::release): New function.
17279 2015-03-25  Jakub Jelinek  <jakub@redhat.com>
17281         PR lto/65515
17282         * lto-streamer-out.c (DFS::worklist): New struct.
17283         (DFS::worklist_vec): New data member.
17284         (DFS::next_dfs_num): Remove.
17285         (DFS::DFS): Rewritten using worklist instead of recursion,
17286         using most of code from DFS::DFS_write_tree.
17287         (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
17288         pass it to DFS_write_tree calls.
17289         (DFS::DFS_write_tree): Remove SINGLE_P argument, after
17290         quick initial checks push it into worklist_vec and return.
17292 2015-03-25  Richard Biener  <rguenther@suse.de>
17294         PR middle-end/65519
17295         * genmatch.c (expr::gen_transform): Re-write to avoid
17296         using gimple_build.
17298 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
17300         * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
17302 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
17304         * config/arm/arm.opt (print_tune_info): New option.
17305         * config/arm/arm.c (arm_print_tune_info): New function.
17306         (arm_file_start): Call arm_print_tune_info.
17307         * config/arm/arm-protos.h (struct tune_params): Add comment.
17308         * doc/invoke.texi (@item -mprint-tune-info): New item.
17309         (-mtune): mention it in ARM Option Summary.
17311 2015-03-25  DJ Delorie  <dj@redhat.com>
17313         * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
17314         correct clause.
17316 2015-03-24  Jan Hubicka  <hubicka@ucw.cz>
17317             Martin Liska  <mliska@suse.cz>
17319         * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
17320         * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
17321         (sem_item::add_type): New function.
17322         (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
17323         (sem_function::compare_polymorphic_p): Do not consider indirect calls.
17324         (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
17325         (sem_function::equals_wpa): Fix typo.
17326         * ipa-icf.h (sem_item::add_type): New function.
17327         (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
17328         order.
17330 2015-03-24  Jakub Jelinek  <jakub@redhat.com>
17332         PR tree-optimization/65533
17333         * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
17334         with swapped operands, call vect_free_slp_tree on
17335         SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
17336         vector.
17338 2015-03-24  Richard Biener  <rguenther@suse.de>
17340         PR middle-end/65517
17341         * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
17342         for fixup if necessary.
17344 2015-03-23  Sandra Loosemore  <sandra@codesourcery.com>
17346         * doc/extend.texi (Function Attributes): Add @cindex entries
17347         for all attributes and regularize their format.  Delete text
17348         about long-obsolete 68HC11 and 68HC12 targets.  Move misplaced
17349         information about "eightbit_data", "tiny_data", and "model"
17350         variable attributes to the Variable Attributes section.  Fix
17351         some obvious typos and copy-editing issues.
17352         (Variable Attributes, Type Attributes): Likewise add/fix
17353         @cindex entries for all attributes.
17355 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
17357         PR target/65523
17358         * tree-chkp.c (chkp_build_returned_bound): Ignore
17359         ERF_RETURNS_ARG calls if they have fewer than needed arguments.
17361 2015-03-23  Oleg Endo  <olegendo@gcc.gnu.org>
17363         PR target/65505
17364         * config/sh/predicates.md (simple_mem_operand,
17365         displacement_mem_operand): Add test for reg.
17366         (short_displacement_mem_operand): Test for displacement_mem_operand
17367         before invoking sh_disp_addr_displacement.
17368         * config/sh/constraints.md (Sdd, Sra): Simplify.
17369         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
17370         Remove redundant displacement_mem_operand tests.
17372 2015-03-23  Georg-Johann Lay  <avr@gjlay.de>
17374         PR target/65296
17375         * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
17376         the same -mmcu=MCU more than once.
17378 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
17380         PR bootstrap/65522
17381         * ipa-devirt.c: Remove duplicate demangle.h include.
17383         PR target/65504
17384         * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
17385         on the pseudo.
17386         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
17387         REG_POINTER on *destptr after adjusting it for prologue size.
17389         PR ipa/65521
17390         * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
17391         ultimate_alias_target ()->order ints instead of
17392         ultimate_alias_target () pointers.
17394 2015-03-23  Richard Biener  <rguenther@suse.de>
17396         PR tree-optimization/65518
17397         * tree-vect-stmts.c (vectorizable_load): Reject single-element
17398         interleaving cases we generate absymal code for.
17400 2015-03-23  Richard Biener  <rguenther@suse.de>
17402         PR tree-optimization/65494
17403         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
17404         matches here.
17405         (vect_analyze_slp_instance): But do that here, always and once.
17407 2015-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17409         * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
17410         adding T or multiplying by T+1 and subracting T.
17412 2015-03-22  Jeff Law  <law@redhat.com>
17414         PR rtl-optimization/64317
17415         * Makefile.in (OBJS): Add gcse-common.c
17416         * gcse.c: Include gcse-common.h
17417         (struct modify_pair_s): Move structure definition to gcse-common.h
17418         (compute_transp): Move function to gcse-common.c.
17419         (canon_list_insert): Similarly.
17420         (record_last_mem_set_info): Break out some code and put it into
17421         gcse-common.c.  Call into the new common code.
17422         (compute_local_properties): Pass additional arguments to compute_transp.
17423         * postreload-gcse.c: Include gcse-common.h and df.h
17424         (modify_mem_list_set, blocks_with_calls): New variables.
17425         (modify_mem_list, canon_modify_mem_list, transp): Likewise.
17426         (get_bb_avail_insn): Pass in the expression index too.
17427         (alloc_mem): Allocate memory for the new bitmaps and lists.
17428         (free_mem): Free memory for the new bitmaps and lists.
17429         (insert_expr_in_table): Record a bitmap index for each entry we
17430         add to the table.
17431         (record_last_mem_set_info): Call into common code in gcse-common.c.
17432         (get_bb_avail_insn): If no available insn was found in the requested
17433         BB.  If BB has a single predecessor, see if the expression is
17434         transparent in BB and available in that single predecessor.
17435         (compute_expr_transp): New wrapper for compute_transp.
17436         (eliminate_partially_redundant_load): Pass expression's bitmap_index
17437         to get_bb_avail_insn.  Compute next_pred_bb_end a bit later.
17438         (gcse_after_reload_main): If there are elements in the hash table,
17439         then compute transparency for all the elements in the hash table.
17440         * gcse-common.h: New file.
17441         * gcse-common.c: New file.
17443 2015-03-22  Sandra Loosemore  <sandra@codesourcery.com>
17445         * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
17446         as an adjective.
17447         (System Headers): Likewise.
17448         (Ifdef): Likewise.
17449         (Traditional macros): Likewise.
17450         (Invocation): Likewise.
17451         (Option Index): Likewise.
17452         * doc/cppopts.texi (-M): Likewise.
17453         (-finput-charset): Likewise.
17454         (--help): Likewise.
17455         * doc.invoke.texi (AVR Options): Likewise.
17456         (V850 Options): Likewise.
17458 2015-03-22  Jan Hubicka  <hubicka@ucw.cz>
17460         PR ipa/65475
17461         * ipa-devirt.c: Include demangle.h
17462         (odr_type_d): Add field rtti_broken.
17463         (odr_subtypes_equivalent_p): Do not require name to match.
17464         (compare_virtual_tables): Fix typo; if type already has ODR violation,
17465         bypass the tests; be ready for function referneces in vtables that are
17466         not DECL_VIRTUAL; make warnings to be OPT_Wodr.
17467         (warn_odr): Give up for nameless types.
17468         (warn_types_mismatch): Report mismatch in mangled names;
17469         report mismatch in anonymous namespaces; look into component types to
17470         give useful error; report when mismatch is dragged in from other ODR
17471         type.
17472         (odr_types_equivalent_p): Match types for being polymorphic; avoid
17473         duplicated diagnostics.
17474         (add_type_duplicate): Reorder checks so more informative ones come
17475         first; fix typo; do not output "the extra base is defined here" when
17476         we did not warn.
17477         (BINFO_N_BASE_BINFOS): Relax sanity check.
17479 2015-03-22  Martin Liska  <mliska@suse.cz>
17480             Jakub Jelinek  <jakub@redhat.com>
17482         * config/i386/i386.c (def_builtin): Set deferred_isa_values for
17483         masks that can potentially include a builtin.
17484         (ix86_add_new_builtins): Introduce fast filter for isa values
17485         that cannot trigger builtin inclusion.
17487 2015-03-22  Martin Liska  <mliska@suse.cz>
17489         * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
17490         (sem_item::update_hash_by_local_refs): Likewise.
17491         (sem_variable::get_hash): Empty line is fixed.
17492         (sem_item_optimizer::execute): Include adding of hash references.
17493         (sem_item_optimizer::update_hash_by_addr_refs): New function.
17494         (sem_item_optimizer::build_hash_based_classes): Use local hash.
17495         * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
17496         (sem_item::update_hash_by_local_refs): Likewise.
17498 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
17500         PR ipa/65502
17501         * ipa-comdats.c (enqueue_references): Walk through thunks.
17502         (ipa_comdats): Likewise.
17503         (set_comdat_group_1): New function.
17505 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
17507         PR ipa/65475
17508         * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
17509         non-polymorphic
17511 2015-03-22  Dave Korn  <dave.korn.cygwin@gmail.com>
17512             Gerald Pfeifer  <gerald@pfeifer.com>
17514         * doc/contrib.texi (Contributors): Update entry for Danny Smith.
17516 2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
17517             Sandra Loosemore  <sandra@codesourcery.com>
17519         * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
17520         function parameter declaration.
17521         * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
17522         Update arguments to nios2_adjust_call_address().
17523         (sibcall_internal): Rename from *sibcall.
17524         (sibcall_value_internal): Rename from *sibcall_value.
17525         * config/nios2/nios2.c (nios2_emit_add_constant): New function.
17526         (nios2_large_got_address): Add target temp reg parameter.
17527         (nios2_got_address): Adjust call to nios2_large_got_address, add
17528         force_reg around it.
17529         (nios2_load_pic_address): Add target temp reg parameter, replace call
17530         to nios2_got_address with corresponding code.
17531         (nios2_legitimize_constant_address): Update call to
17532         nios2_load_pic_address.
17533         (nios2_adjust_call_address): Add temp reg parameter, update PIC case
17534         to use temp reg for PIC loading purposes.
17535         (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
17536         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
17537         (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
17539 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
17541         * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
17542         usage of "the @option{...}".
17543         (-Wopenmp-simd): Likewise.
17544         (-fsanitize-recover): Likewise.
17545         (-fsanitize-undefined-trap-on-error): Likewise.
17546         (-flto): Likewise.
17547         (tracer-dynamic-coverage-feedback): Likewise.
17548         (reorder-block-duplicate-feedback): Likewise.
17549         (loop-unroll-jam-size): Likewise.
17550         (-B): Likewise.
17551         (-I-): Likewise.
17552         (-mabs=legacy): Likewise.
17553         (-mupper-regs-df): Likewise.
17554         (-mupper-regs-sf): Likewise.
17555         (-mpointers-to-nested-functions): Likewise.
17557 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
17559         * doc/extend.texi (Cilk Plus Builtins): Add markup.
17561 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
17563         * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
17564         additional index entries and cross-references.
17565         (-fchkp-check-incomplete-type): Likewise.
17566         (-fchkp-first-field-has-own-bounds): Likewise.
17567         (-fchkp-narrow-to-innermost-array): Likewise.
17568         (-fchkp-use-fast-string-functions): Likewise.
17569         (-fchkp-use-nochk-string-functions): Likewise.
17570         (-fchkp-use-static-const-bounds): Likewise.
17571         (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
17572         (-fchkp-instrument-marked-only): Likewise.
17573         (-fchkp-use-wrappers): Likewise.
17574         (-static-libmpx): Likewise.
17575         (-static-libmpxwrappers): Likewise.
17576         * doc/extend.texi (bnd_legacy): Likewise.
17577         (bnd_instrument): Likewise.
17578         (bnd_variable_size): Likewise.
17579         (Pointer Bounds Checker builtins): Likewise.
17581 2015-03-21  Tom de Vries  <tom@codesourcery.com>
17583         PR tree-optimization/65458
17584         * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
17585         * cgraph.h (cgraph_node): Add parallelized_function field.
17586         * lto-cgraph.c (lto_output_node): Write parallelized_function field.
17587         (input_overwrite_node): Read parallelized_function field.
17588         * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
17589         parallelized_function on cgraph_node for child_fn.
17590         * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
17591         Remove include of gt-tree-parloops.h.
17592         (parallelized_functions): Remove static variable.
17593         (parallelized_function_p): Rewrite using parallelized_function field of
17594         cgraph_node.
17595         (create_loop_fn): Remove adding to parallelized_functions.
17596         * Makefile.in (GTFILES): Remove tree-parloops.c
17598 2015-03-20  Vladimir Makarov  <vmakarov@redhat.com>
17600         PR rtl-optimization/64366
17601         * lra.c (lra_update_insn_regno_info): Consider regs in
17602         CALL_INSN_FUNCTION_USAGE memory.
17604 2015-03-20  Richard Biener  <rguenther@suse.de>
17606         PR middle-end/64715
17607         * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
17608         for type comparison and gcc_checking_assert.
17609         (chrec_fold_plus_poly_poly): Likewise.
17610         (chrec_fold_multiply_poly_poly): Likewise.
17611         (chrec_convert_1): Likewise.
17612         * gimplify.c (gimplify_expr): Remove premature folding of
17613         &X + CST to &MEM[&X, CST].
17615 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
17617         * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
17618         already is final.
17619         (ipa_inline): Recompute inline_failed codes.
17620         * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
17621         USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
17622         CIF_FINAL_ERROR.
17624 2015-03-20  Uros Bizjak  <ubizjak@gmail.com>
17626         PR rtl-optimization/60851
17627         * recog.c (constrain_operands): Accept a pseudo register before reload
17628         for LRA enabled targets.
17630 2015-03-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
17632         PR target/65240
17633         * config/rs6000/predicates.md (easy_fp_constant): Remove special
17634         -ffast-math handling that kept non-0 constants live in the RTL
17635         until reload.  Remove logic testing the number of instructions it
17636         took to create a constant in a GPR that was never used, due to a
17637         test for soft-float earlier.
17638         (memory_fp_constant): Delete, no longer used.
17640         * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
17641         alternatives for loading non-0 constants into GPRs for hard
17642         floating point that is no longer needed due to changes in
17643         easy_fp_constant.  Add support for loading 0.0 into GPRs.
17644         (mov<mode>_hardfloat32): Likewise.
17645         (mov<mode>_hardfloat64): Likewise.
17646         (mov<mode>_64bit_dm): Likewise.
17647         (movtd_64bit_nodm): Likewise.
17648         (pre-reload move FP constant define_split): Delete define_split,
17649         since it is no longer used.
17650         (extenddftf2_internal): Remove GHF constraints that are not valid
17651         for extenddftf2.
17653 2015-03-19  Vladimir Makarov  <vmakarov@redhat.com>
17655         PR rtl-optimization/63491
17656         * lra-constraints.c (check_and_process_move): Use src instead of
17657         sreg.  Remove some dead code.
17659 2015-03-19  Jan Hubicka  <hubicka@ucw.cz>
17661         PR ipa/65380
17662         * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
17663         (sem_variable::merge): Likewise.
17665 2015-03-19  Martin Liska  <mliska@suse.cz>
17667         PR ipa/65465
17668         * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
17669         all fields of cgraph_thunk_info.
17671 2015-03-19  Ilya Enkovich  <ilya.enkovich@intel.com>
17673         * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
17674         clone instrumented thunks.
17676 2015-03-19  Richard Biener  <rguenther@suse.de>
17678         Revert
17679         2015-03-10  Richard Biener  <rguenther@suse.de>
17681         PR middle-end/63155
17682         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
17683         * tree-ssa-coalesce.c: Include timevar.h.
17684         (attempt_coalesce): Handle graph being NULL.
17685         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
17686         Split out abnormal coalescing to ...
17687         (perform_abnormal_coalescing): ... this function.
17688         (coalesce_ssa_name): Perform abnormal coalescing without computing
17689         live/conflict.
17690         (verify_ssa_coalescing_worker): New function.
17691         (verify_ssa_coalescing): Likewise.
17693 2015-03-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17694             Jakub Jelinek  <jakub@redhat.com>
17696         PR sanitizer/65400
17697         * tsan.c (instrument_gimple): Clear tail call flag on
17698         calls.
17700 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
17702         PR sanitizer/65400
17703         * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
17704         call in the return bb.
17705         (find_split_points): Add RETURN_BB argument, don't call
17706         find_return_bb.
17707         (split_function): Likewise.  Add ADD_TSAN_FUNC_EXIT argument,
17708         if true append TSAN_FUNC_EXIT internal call after the call to
17709         the split off function.
17710         (execute_split_functions): Call find_return_bb here.
17711         Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
17712         Adjust find_split_points and split_function calls.
17714 2015-03-18  DJ Delorie  <dj@redhat.com>
17716         * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
17717         (iorqi3_virt): Likewise.
17719 2015-03-18  Tom de Vries  <tom@codesourcery.com>
17721         * tree-parloops.c (parallelize_loops): Make static.
17722         * tree-parloops.h (parallelize_loops): Remove extern declaration.
17724 2015-03-18  Andrew Stubbs  <ams@codesourcery.com>
17726         PR middle-end/64491
17727         Revert:
17728         2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
17730         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
17731         condition would be removed due to undefined behaviour.
17733 2015-03-18  Martin Liska  <mliska@suse.cz>
17735         PR ipa/65432
17736         * cgraph.c (cgraph_node::get_create): Remove unnecessary
17737         xstrdup_for_dump wrapper.
17738         * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
17739         sem_item::name.
17740         (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
17741         with xstrdup_for_dump.
17742         (sem_variable::equals): Likewise.
17743         (sem_item_optimizer::read_section): Use symtab_node::name instead of
17744         sem_item::name.
17745         (sem_item_optimizer::parse_funcs_and_vars): Likewise.
17746         (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
17747         symtab_node::asm_name with xstrdup_for_dump.
17748         (congruence_class::dump): Use symtab_node::name instead of
17749         sem_item::name.
17750         * ipa-icf.h (symtab_node::name): Remove.
17751         (symtab_node::asm_name): Likewise.
17753 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
17755         PR tree-optimization/65450
17756         * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
17757         function.
17758         (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
17759         it instead of duplicate_ssa_name_ptr_info.
17761         PR target/65222
17762         * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
17764 2015-03-18  Richard Biener  <rguenther@suse.de>
17766         * tree-data-ref.h (struct access_matrix): Remove.
17767         (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
17768         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
17769         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
17770         (am_vector_index_for_loop): Likewise.
17771         (struct data_reference): Remove access_matrix member.
17772         (DR_ACCESS_MATRIX): Remove.
17773         (lambda_vector_new): Add comment.
17774         (lambda_matrix_new): Use XOBNEWVEC.
17776 2015-03-18  Richard Biener  <rguenther@suse.de>
17778         * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
17779         (pass_ch::execute): Cleanup the CFG only if we did sth.
17780         * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
17782 2015-03-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17784         * expmed.c (synth_mult): Use std::swap instead of manually
17785         swapping algorithms.
17787 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
17789         PR target/65078
17790         * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
17792 2015-03-16  Georg-Johann Lay  <avr@gjlay.de>
17794         PR target/65296
17795         * config/avr/avr.opt (-nodevicelib): New option.
17796         * doc/invoke.texi (AVR Options): Document it.
17797         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
17798         libgcc.a, libc.a, libm.a.
17799         * config/avr/specs.h: Same.
17800         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
17801         which don't (directly) depend on the device.  Print more help.
17802         (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
17803         (*cpp): Don't define __AVR_DEV_LIB_NAME__.
17804         * config/avr/driver-avr.c: Remove -nodevicelib from option list in
17805         case of an error.
17806         (avr_devicespecs_file): Use suffix "%s" instead of absolute path
17807         for specs file name.
17808         * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
17809         * config/avr/avr-mcus.def: Adjust initializers and comments.
17811 2015-03-16  Jan Hubicka  <hubicka@ucw.cz>
17813         * tree-sra.c (ipa_sra_preliminary_function_checks): Use
17814         DECL_ONE_ONLY to check if decl is one only.
17815         * ipa-split.c (consider_split): Limit splitt of one only functions.
17817 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
17819         PR tree-optimization/65427
17820         * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
17821         functions.
17822         (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
17824 2015-03-16  Marek Polacek  <polacek@redhat.com>
17826         * cgraph.h (add_new_static_var): Remove declaration.
17827         * varpool.c (add_new_static_var): Remove function.
17829 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
17831         * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
17832         instead of vec<tree> * with vec_alloc and release for args.
17833         Adjust all users.
17835         PR middle-end/65431
17836         * omp-low.c (delete_omp_context): Only splay_tree_delete
17837         reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
17838         is_gimple_omp_oacc contexts.  Don't look at ctx->outer.
17840 2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
17842         PR sanitizer/64820
17843         * cfgexpand.c (align_base): New function.
17844         (alloc_stack_frame_space): Call it.
17845         (expand_stack_vars): Align prev_frame to be sure
17846         data->asan_vec elements aligned properly.
17848 2015-03-16  Eric Botcazou  <ebotcazou@adacore.com>
17850         PR middle-end/65409
17851         * expr.c (store_field): Do not do a direct block copy if the source is
17852         a PARALLEL with BLKmode.
17854 2015-03-16  Tom de Vries  <tom@codesourcery.com>
17856         PR middle-end/65414
17857         Revert:
17858         2015-03-12  Tom de Vries  <tom@codesourcery.com>
17860         PR rtl-optimization/64895
17861         * lra-lives.c (check_pseudos_live_through_calls): Use
17862         actual_call_used_reg_set instead of call_used_reg_set, if available.
17864 2015-03-16  Alan Modra  <amodra@gmail.com>
17866         PR target/63150
17867         * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
17868         Modify Z->r bswapdi splitter to use dest in place of scratch.
17869         In r->Z and Z->r bswapdi splitter rename word_high, word_low
17870         to word1, word2 and rearrange logic to suit.
17871         (bswapdi2_64bit): Remove early clobber on Z->r alternative.
17872         (bswapdi2_ldbrx): Likewise.  Remove '??' on r->r.
17873         (bswapdi2_32bit): Remove early clobber on Z->r alternative.
17874         Add one '?' on r->r.  Modify Z->r splitter to avoid need for
17875         early clobber.
17877 2015-03-14  Jakub Jelinek  <jakub@redhat.com>
17879         PR tree-optimization/65369
17880         * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
17881         Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
17882         (vs - 1) * TYPE_SIZE_UNIT (elem_type).
17884         PR tree-optimization/65418
17885         * tree-ssa-reassoc.c (extract_bit_test_mask): If there
17886         are casts in the first PLUS_EXPR operand, ensure tbias and
17887         *totallowp are in the inner type.
17889         PR rtl-optimization/65401
17890         * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
17891         argument.  If true, adjust_address_nv of x with big-endian
17892         correction for the mode widening to GET_MODE (y).
17893         (make_field_assignment): Don't do MEM mode widening here.
17894         Use MEM_P instead of GET_CODE == MEM.
17896 2015-03-13  Ilya Verbin  <ilya.verbin@intel.com>
17898         * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
17899         the external decls.
17901 2015-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17903         PR target/64600
17904         * config/arm/arm.c (arm_gen_constant, AND case): Use
17905         ARM_SIGN_EXTEND when constructing AND mask.
17907 2015-03-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17909         * graph.c (print_graph_cfg): Make function names visible and append
17910         parenthesis to it.  Also make groups of basic blocks belonging to the
17911         same function visible.
17913 2015-03-12  Richard Biener  <rguenther@suse.de>
17915         PR middle-end/44563
17916         * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
17917         to avoid quadratic behavior with inline expansion splitting blocks.
17918         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
17919         with the successor if the predecessor will be merged with it.
17920         * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
17921         entry block with its successor.
17923 2015-03-13  Richard Biener  <rguenther@suse.de>
17925         PR middle-end/44563
17926         * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
17927         (cleanup_tree_cfg_1): Do not call it.
17928         (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
17929         (fixup_noreturn_call): Mark the stmt as control altering.
17930         * tree-cfg.c (execute_fixup_cfg): Do not dump the function
17931         here.
17932         (pass_data_fixup_cfg): Produce a dump file.
17933         * tree-ssa-dom.c: Include tree-cfgcleanup.h.
17934         (need_noreturn_fixup): New global.
17935         (pass_dominator::execute): Fixup queued noreturn calls.
17936         (optimize_stmt): Queue calls that became noreturn for fixup.
17937         * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
17938         * tree-ssa-pre.c: Include tree-cfgcleanup.h.
17939         (el_to_fixup): New global.
17940         (eliminate_dom_walker::before_dom_childre): Queue calls that
17941         became noreturn for fixup.
17942         (eliminate): Fixup queued noreturn calls.
17943         * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
17944         (substitute_and_fold_dom_walker): New member stmts_to_fixup.
17945         (substitute_and_fold_dom_walker::before_dom_children): Queue
17946         alls that became noreturn for fixup.
17947         (substitute_and_fold): Fixup queued noreturn calls.
17949 2015-03-12  Jan Hubicka  <hubicka@ucw.cz>
17951         * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
17952         and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
17953         are building; for methods check ODR type of class they belong to if
17954         they may lead to a polymorphic call.
17955         (sem_function::compare_polymorphic_p): Be bit smarter about testing
17956         when function may lead to a polymorphic call.
17957         (sem_function::compare_type_list): Remove.
17958         (sem_variable::equals): Update use of compatible_types_p.
17959         (sem_variable::parse_tree_refs): Remove.
17960         (sem_item_optimizer::filter_removed_items): Do not filter out CXX
17961         cdtor.
17962         * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
17963         matching here.
17964         (func_checker::compatible_polymorphic_types_p): Break out from ...
17965         (unc_checker::compatible_types_p): ... here.
17966         * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
17967         Declare.
17968         (unc_checker::compatible_types_p): Update.
17969         * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
17970         Remove.
17972 2015-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17974         PR rtl-optimization/65235
17975         * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
17976         When first element of vec_concat is const_int, calculate its size
17977         using second element.
17979 2015-03-12  Richard Biener  <rguenther@suse.de>
17981         PR middle-end/65270
17982         * fold-const.c (operand_equal_p): Fix ordering of resetting
17983         OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
17985 2015-03-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
17987         * config/s390/s390.c (s390_reorg): Move code to output nops after label
17988         to s390_reorg ().
17989         (s390_asm_output_function_label): Likewise.
17990         * config/s390/s390.c (s390_asm_output_function_label):
17991         Fix function label alignment with -mhtopatch.
17992         * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
17993         UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
17994         ("nop_2_byte"): New define_insn.
17995         ("nop_4_byte"): Likewise.
17996         ("nop_6_byte"): Likewise.
17997         * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
17998         * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
18000 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
18002         PR target/65103
18003         * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
18004         register.
18006 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
18008         PR target/65044
18009         * toplev.c (process_options): Restrict Pointer Bounds Checker
18010         usage with Address Sanitizer.
18012 2015-03-12  Richard Biener  <rguenther@suse.de>
18014         * tree-cfg.c (gimple_split_block): Remove loop finding stmt
18015         to split on.
18016         * omp-low.c (expand_omp_taskreg): Split block before removing
18017         the stmt.
18018         (expand_omp_target): Likewise.
18019         * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
18020         * tree-parloops.c (create_call_for_reduction_1): Pass a proper
18021         stmt to split_block.
18023 2015-03-12  Tom de Vries  <tom@codesourcery.com>
18025         PR rtl-optimization/64895
18026         * lra-lives.c (check_pseudos_live_through_calls): Use
18027         actual_call_used_reg_set instead of call_used_reg_set, if available.
18029 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
18031         * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
18032         (cgraph_node::remove): Likewise.
18033         (cgraph_node::get_untransformed_body): Likewise.
18034         * varpool.c (varpool_node::remove): Likewise.
18035         (varpool_node::get_constructor): Add sanity check.
18037 2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
18039         * doc/invoke.texi (-fgnu89-inline): Remove discussion about
18040         old GCC versions.
18041         (-fabi-compat-version): Likewise.
18042         (-ffriend-injection): Likewise.
18043         (-Wdeclaration-after-statement): Likewise.
18044         (-fomit-frame-pointer): Likewise.
18045         (-ftree-coalesce-inlined-vars): Likewise.
18046         (-fvisibility=): Likewise.
18047         * doc/extend.texi (Typeof): Likewise.
18048         (Zero Length): Likewise.
18049         (Escaped Newlines): Likewise.
18050         (Compound Literals): Likewise.
18051         (Function Attributes): Likewise.
18052         (Label Attributes): Likewise.
18053         (Type Attributes): Likewise.
18054         (Function Names): Likewise.
18055         (Other Builtins): Likewise.
18056         (Function Specific Option Pragmas): Likewise.
18057         (C++ Interface): Likewise.
18059 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
18061         * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
18063 2015-03-11  Marek Polacek  <polacek@redhat.com>
18065         PR tree-optimization/65388
18066         * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
18068 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
18070         PR target/65296
18071         * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
18072         * configure: Regenerate.
18073         * config.in: Regenerate.
18074         * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
18075         [-mn-flash]: Document it.
18076         [__AVR_ARCH__]: Document avrtiny.
18078         * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
18079         (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
18080         (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
18082 2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18084         * doc/invoke.texi: Add missing cpu values (z196, zEC12).
18086 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
18088         PR target/65242
18089         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
18090         allow reloads of PLUS in floating point/VSX registers.
18092 2015-03-11  Junmo Park  <junmoz.park@samsung.com>
18094         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
18095         crypto_sha256_fast.
18096         (cortex_a57_crypto_complex): Add crypto_sha256_slow.
18098 2015-03-11  Richard Biener  <rguenther@suse.de>
18100         PR tree-optimization/65310
18101         * tree-sra.c (build_ref_for_offset): Also preserve larger
18102         alignment.
18104 2015-03-11  Marat Zakirov  <m.zakirov@samsung.com>
18106         * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
18108 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
18110         PR target/65368
18111         * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
18112         new define_expand.
18113         (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
18115 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
18117         * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
18118         (sem_function::equals_wpa): ... here.
18120 2015-03-10  Marek Polacek  <polacek@redhat.com>
18121             Jakub Jelinek  <jakub@redhat.com>
18123         PR sanitizer/65367
18124         * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
18125         when only removing the statement.  Handle expanding UBSAN_OBJECT_SIZE
18126         separately.
18128 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
18130         PR target/65286
18131         * config/rs6000/t-linux: For powerpc64* target set
18132         MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
18134 2015-03-10  Richard Biener  <rguenther@suse.de>
18136         PR middle-end/44563
18137         * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
18138         for redirect_all_calls.
18140 2015-03-10  Marek Polacek  <polacek@redhat.com>
18142         * gdbinit.in (pcfun): Define and document.
18144 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
18146         * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
18147         of libgomp-plugin.h.
18148         (find_target_compiler): Support a case when the path to gcc is
18149         specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
18150         (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
18151         intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
18152         libgomp-plugin.h.
18153         (main): Use GCC_INSTALL_NAME as target_driver_name.
18154         * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
18155         define.
18156         (mkoffload.o): Remove obsolete include path and defines.
18157         (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
18159 2015-03-10  Richard Biener  <rguenther@suse.de>
18161         PR middle-end/63155
18162         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
18163         * tree-ssa-coalesce.c: Include timevar.h.
18164         (attempt_coalesce): Handle graph being NULL.
18165         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
18166         Split out abnormal coalescing to ...
18167         (perform_abnormal_coalescing): ... this function.
18168         (coalesce_ssa_name): Perform abnormal coalescing without computing
18169         live/conflict.
18170         (verify_ssa_coalescing_worker): New function.
18171         (verify_ssa_coalescing): Likewise.
18173 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
18175         PR target/65296
18176         * config.gcc (extra_options) [avr]: Remove.
18177         (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
18178         (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
18179         (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
18181         * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
18182         (-mmcu=): Add Var and MissingArgError properties.
18183         (-march=): Remove.
18184         * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
18185         * config/avr/t-multilib: Regenerate.
18186         * config/avr/specs.h: New file.
18187         * config/avr/driver-avr.c: New file.
18188         * config/avr/genopt.sh: Remove file.
18189         * config/avr/avr-tables.opt: Remove file.
18190         * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
18191         * config/avr/avr-c.c: Same.
18192         * avr-arch.h: Same.
18193         (avr_current_device): Remove proto.
18194         * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
18195         (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
18196         (EXTRA_SPEC_FUNCTIONS): Define.
18197         (avr_devicespecs_file): New specs function proto.
18198         (DRIVER_SELF_SPECS): Use device-specs-file spec function.
18199         * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
18200         (avr_current_device): Remove definition and usage.
18201         (avr_set_core_architecture): New static function.
18202         (avr_option_override): Use it.
18203         * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
18204         (mcu_name): New static array.
18205         (comparator, avr_archs_str, avr_mcus_str): New static functions.
18206         (avr_inform_devices, avr_inform_core_architectures): New functions.
18207         * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
18208         (avrlibc.h) [WITH_AVRLIBC]: Include.
18209         (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
18210         (print_mcu): Rewrite from scratch.
18211         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
18212         Forward to avr-specific specs defined in device-specs file.
18213         * config/avr/t-avr (driver-avr.o): New rule.
18214         (avr-devices.o): Depend on avr-arch.h.
18215         (avr-mcus): No more depend on avr-tables.opt.
18216         (avr-tables.opt): Remove rule.
18217         (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
18219 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
18221         * c-family/c.opt (fchkp-use-wrappers): New.
18222         * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
18223         (chkp_wrap_function): New.
18224         (chkp_build_instrumented_fndecl): Support wrapped
18225         functions.
18226         * doc/invoke.texi (-fcheck-pointer-bounds): New.
18227         (-fchkp-check-incomplete-type): New.
18228         (-fchkp-first-field-has-own-bounds): New.
18229         (-fchkp-narrow-bounds): New.
18230         (-fchkp-narrow-to-innermost-array): New.
18231         (-fchkp-optimize): New.
18232         (-fchkp-use-fast-string-functions): New.
18233         (-fchkp-use-nochk-string-functions): New.
18234         (-fchkp-use-static-bounds): New.
18235         (-fchkp-use-static-const-bounds): New.
18236         (-fchkp-treat-zero-dynamic-size-as-infinite): New.
18237         (-fchkp-check-read): New.
18238         (-fchkp-check-write): New.
18239         (-fchkp-store-bounds): New.
18240         (-fchkp-instrument-calls): New.
18241         (-fchkp-instrument-marked-only): New.
18242         (-fchkp-use-wrappers): New.
18243         (-static-libmpx): New.
18244         (-static-libmpxwrappers): New.
18246 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
18248         * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
18249         (CHKP_SPEC): Add wrappers library.
18250         * c-family/c.opt (static-libmpxwrappers): New.
18252 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
18254         * config/i386/linux-common.h (LIBMPX_LIBS): New.
18255         (LIBMPX_SPEC): New.
18256         (CHKP_SPEC): New.
18257         * gcc.c (CHKP_SPEC): New.
18258         (LINK_COMMAND_SPEC): Add CHKP_SPEC.
18259         * c-family/c.opt (static-libmpx): New.
18261 2015-03-10  Richard Biener  <rguenther@suse.de>
18263         PR middle-end/44563
18264         * cgraph.h (struct cgraph_edge_hasher): Add hash overload
18265         for compare_type.
18266         * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
18267         (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
18268         (cgraph_add_edge_to_call_site_hash): Likewise.
18269         (cgraph_node::get_edge): Likewise.
18270         (cgraph_edge::set_call_stmt): Likewise.
18271         (cgraph_edge::remove_caller): Likewise.
18273 2015-03-10  Chung-Ju Wu  <jasonwucj@gmail.com>
18275         * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
18276         (callee_saved_gpr_regs_size): ... this.
18277         (callee_saved_regs_first_regno): Rename to ...
18278         (callee_saved_first_gpr_regno): ... this.
18279         (callee_saved_regs_last_regno) Rename to ...
18280         (callee_saved_last_gpr_regno): ... this.
18281         * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
18282         variables.
18283         (nds32_initial_elimination_offset): Likewise.
18284         (nds32_expand_prologue): Likewise.
18285         (nds32_expand_epilogue): Likewise.
18286         (nds32_expand_prologue_v3push): Likewise.
18287         (nds32_expand_epilogue_v3pop): Likewise.
18288         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
18289         Adjust renamed variables.
18290         (nds32_output_stack_pop): Likewise.
18292 2015-03-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18294         * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
18295         code in comment.
18297 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
18299         PR rtl-optimization/65321
18300         * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
18301         than shift mode.
18302         * var-tracking.c (use_narrower_mode): Likewise.
18304 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
18306         PR tree-optimization/65355
18307         * varasm.c (notice_global_symbol): Do not produce RTL.
18308         * symtab.c (symtab_node::can_increase_alignment_p): Check for section
18309         anchor.
18310         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
18311         check for section anchors.
18313 2015-03-10  Alan Modra  <amodra@gmail.com>
18315         PR target/65286
18316         * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
18317         to be single-arch by default.  Set cpu_is_64bit for powerpc64
18318         given --with-cpu=native.
18319         * config/rs6000/t-fprules: Do not set default MULTILIB vars.
18320         * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
18321         and powerpc64le.
18322         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
18323         rs6000_isa_flags rather than TARGET_64BIT.
18325 2015-03-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
18326             Kaz Kojima  <kkojima@gcc.gnu.org>
18328         * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
18330 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
18332         PR lto/65361
18333         * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
18334         on a TREE_BINFO, instead use BINFO_TYPE.
18336 2015-03-09  Richard Biener  <rguenther@suse.de>
18338         PR middle-end/65270
18339         * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
18340         * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
18341         operand set OEP_ADDRESS_OF.  Clear it when recursing to non-bases
18342         of that.  When comparing dereferences compare alignment.
18343         When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
18345 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
18347         * ipa-inline-analysis.c (check_callers): Check
18348         node->can_remove_if_no_direct_calls_and_refs_p.
18349         (growth_likely_positive): Reorganize to call
18350         can_remove_if_no_direct_calls_p later.
18351         * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
18352         will_be_removed_from_program_if_no_direct_calls_p): Add
18353         will_inline parameter.
18354         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
18355         cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
18356         Handle inliner case correctly.
18358 2015-03-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18360         PR tree-optimization/63743
18361         * cfgexpand.c (reorder_operands): Also reorder if only second operand
18362         had its definition forwarded by TER.
18364 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
18366         PR lto/65316
18367         * ipa-utils.h (types_odr_comparable): Add strict argument.
18368         * ipa-devirt.c: Fix whitespace;
18369         (odr_hasher): Remove.
18370         (odr_name_hasher, odr_vtable_hasher): New hashers.
18371         (can_be_name_hashed_p): New predicate.
18372         (hash_type_name): remove.
18373         (hash_odr_name): New.
18374         (odr_name_hasher::hash): new.
18375         (can_be_vtable_hashed_p): New.
18376         (hash_odr_vtable): New.
18377         (odr_vtable_hasher::hash): New.
18378         (types_same_for_odr): Add strict parameter.
18379         (types_odr_comparable): Likewise.
18380         (odr_name_hasher::equal): New.
18381         (odr_vtable_hasher::equal): New.
18382         (odr_name_hasher::remove): New.
18383         (odr_hash_type): Change to hash_table<odr_name_hasher>.
18384         (odr_vtable_hash_type): New.
18385         (odr_vtable_hash): New.
18386         (odr_subtypes_equivalent_p): Do strict comparsion.
18387         (add_type_duplicate): Merge type names; cleanup; avoid type
18388         duplicates.
18389         (register_odr_type): Initialize vtable hash.
18390         (build_type_inheritance_graph): Likewise
18391         (get_odr_type): Reorg to use two hashes.
18392         (dump_possible_polymorphic_call_targets): Move sanity check after debug
18393         output.
18394         (ipa_devirt): Dump type_inheritance_graph.
18395         (types_same_for_odr): Add strict mode.
18397 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
18399         PR ipa/65334
18400         * cgraph.h (symtab_node): Add definition_alignment,
18401         can_increase_alignment_p and increase_alignment.
18402         * symtab.c (symtab_node::can_increase_alignment_p,
18403         increase_alignment_1, symtab_node::increase_alignment,
18404         symtab_node::definition_alignment): New.
18405         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
18406         can_increase_alignment_p.
18407         * tree-vectorizer.c (increase_alignment): Use increase_alignment.
18408         * tree-vect-stmts.c (ensure_base_align): Likewise.
18409         * varasm.c (function_section_1): Use definition_alignment.
18410         (assemble_start_function): Likewise.
18411         (emit_local): likewise.
18412         (build_constant_desc): Likewsie.
18413         (output_constant_def_contents): Likewise.
18414         (place_block_symbol): Likewise.
18415         (output_object_block): Likewise.
18417 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
18419         PR ipa/65316
18420         * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
18421         when outputting debug.
18423 2015-03-07  Marek Polacek  <polacek@redhat.com>
18424             Martin Uecker  <uecker@eecs.berkeley.edu>
18426         PR sanitizer/65280
18427         * doc/invoke.texi: Update description of -fsanitize=bounds.
18429 2015-03-06  Wilco Dijkstra  <wilco.dijkstra@arm.com>
18431         * tree-ssa-phiopt.c (neg_replacement): Remove.
18432         (tree_ssa_phiopt_worker): Remove negate optimization.
18434 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
18436         PR ipa/65302
18437         * value-prof.c (gimple_ic): Pure dead eh edges when needed.
18439 2015-03-06  Richard Biener  <rguenther@suse.de>
18441         PR middle-end/64928
18442         * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
18443         and liveout_obstack members.
18444         (calculate_live_on_exit): Remove.
18445         (calculate_live_ranges): Change declaration.
18446         * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
18447         (new_tree_live_info): Adjust.
18448         (calculate_live_ranges): Delete livein when not wanted.
18449         (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
18450         Deal with partly deleted live info.
18451         (loe_visit_block): Remove temporary bitmap by using
18452         bitmap_ior_and_compl_into.
18453         (live_worklist): Adjust accordingly.
18454         (calculate_live_on_exit): Make static.
18455         * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
18456         we do not need livein.
18458 2015-03-06  Jonathan Wakely  <jwakely@redhat.com>
18460         * real.c (real_from_string): Fix typo in assertion.
18462 2015-03-06  Alex Velenko  <alex.velenko@arm.com>
18464         * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
18465         the patch.
18467 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
18469         * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
18471 2015-03-05  Vladimir Makarov  <vmakarov@redhat.com>
18473         PR target/64342
18474         * lra-assigns.c (find_hard_regno_for): Rename to
18475         find_hard_regno_for_1.  Add a new parameter.
18476         (find_hard_regno_for): New function using find_hard_regno_for_1.
18478 2015-03-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18480         PR rtl-optimization/65067
18481         * expmed.c (store_bit_field, extract_bit_field): Reworked the
18482         strict volatile bitfield handling.
18484 2015-03-05  Martin Liska  <mliska@suse.cz>
18486         PR ipa/65318
18487         * ipa-icf.c (sem_variable::equals): Compare variables types.
18489 2015-03-05  Richard Henderson  <rth@redhat.com>
18491         PR target/65121
18492         * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
18493         correctly check weak symbol binding.
18495 2015-03-05  Steve Ellcey  <sellcey@imgtec.com>
18497         PR middle-end/65315
18498         * cfgexpand.c (expand_stack_vars): Update large_align to maximum
18499         needed alignment.
18501 2015-03-05  Martin Liska  <mliska@suse.cz>
18503         * ipa-inline.c (inline_small_functions): Set default value to
18504         prevent warning during bootstrap.
18505         * tree.h: Add pragma guard that ignores false positives during
18506         bootstrap.
18508 2015-03-05  Richard Biener  <rguenther@suse.de>
18510         PR tree-optimization/65310
18511         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
18512         Properly preserve alignment of the base of the access.
18514 2015-03-05  Richard Biener  <rguenther@suse.de>
18516         PR ipa/65270
18517         * ipa-icf-gimple.c (func_checker::compare_memory_operand):
18518         Compare dependence info.
18520 2015-03-05  Richard Biener  <rguenther@suse.de>
18522         PR middle-end/65233
18523         * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
18524         tree-into-ssa.h.
18525         (walk_ssa_copies): Revert last chage.  Instead do not walk
18526         SSA names registered for SSA update.
18528 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
18530         PR ipa/65270
18531         * ipa-icf.c (sem_item::compare_cgraph_references): Compare
18532         vtable references for their containing type.
18533         (sem_function::equals_wpa): Compare TYPE_RESTRICT
18534         and type attributes.
18536 2015-03-04  Eric Botcazou  <ebotcazou@adacore.com>
18538         * fold-const.c (round_up_loc): Cast divisor to signed on all paths
18539         before negating it.
18540         * stor-layout.c (finalize_record_size): Revert latest change.
18542 2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
18544         * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
18546 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
18548         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
18549         for correct comdat handling.
18550         (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
18551         Likewise.
18552         * cgraph.h (call_for_symbol_and_aliases): Fix formating.
18553         (used_from_object_file_p_worker): Remove.
18554         (cgraph_node::only_called_directly_or_alised): Add
18555         used_from_object_file_p.
18556         * ipa-inline-analysis.c (growth_likely_positive): Optimie.
18557         * ipa-inline-transform.c (can_remove_node_now_p_1): Use
18558         can_remove_if_no_direct_calls_and_refs_p.
18560 2015-03-04  Nick Clifton  <nickc@redhat.com>
18562         * config/rl78/rl78.h (enum reg_class): Remove real registers from
18563         General register class.
18564         * config/rl78/rl78-real.md: Replace general register constraints
18565         with real+virtual register constraints.
18567 2015-03-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18569         * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
18570         from checking for -mhtm option.
18572 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
18574         * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
18575         (struct ipa_sra_check_caller_data): Add has_thunk field.
18576         (ipa_sra_check_caller): Check for thunk.
18577         (ipa_sra_preliminary_function_checks): Give up on function with
18578         thunks.
18579         (ipa_early_sra): Use call_for_symbol_and_aliases.
18581 2015-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
18583         PR target/65249
18584         * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
18585         called for __stack_chk_guard symbol.
18587 2015-03-03  DJ Delorie  <dj@redhat.com>
18589         * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
18590         inc/dec.
18591         (*addhi3_real): Likewise.
18592         * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
18593         pattern to match incrementing memory.
18594         * config/rl78/predicates.md (rl78_1_2_operand): New.
18595         * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
18596         it's the same and only mem.
18597         (rl78_alloc_physical_registers_op2): If there's effectively only
18598         one MEM, transcode it into HL.
18599         (rl78_far_p): Reject addresses that aren't legitimate.
18601 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
18603         * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
18604         negating it.
18606         * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
18608 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
18610         Implement call0 ABI for xtensa
18611         * config/xtensa/constraints.md ("a" constraint): Include stack
18612         pointer in case of call0 ABI.
18613         ("q" constraint): Make empty in case of call0 ABI.
18614         ("D" constraint): Include stack pointer in case of call0 ABI.
18615         * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
18616         xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
18617         prototypes.
18618         * config/xtensa/xtensa.c (xtensa_callee_save_size): New
18619         variable.
18620         (xtensa_regno_to_class): Make it a local variable in the
18621         function xtensa_regno_to_class.
18622         (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
18623         macro, function prototype and implementation.
18624         (reg_nonleaf_alloc_order): Make it a local variable in the
18625         function order_regs_for_local_alloc.
18626         (xtensa_conditional_register_usage): New function.
18627         (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
18628         (xtensa_valid_move): Allow direct moves to stack pointer
18629         register in call0 ABI.
18630         (xtensa_setup_frame_addresses): Only spill register windows in
18631         windowed ABI.
18632         (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
18633         call0 ABI respectively.
18634         (xtensa_function_arg_1): Only mark a7 register for copying in
18635         windowed ABI.
18636         (xtensa_call_save_reg): New function.
18637         (compute_frame_size): Add space for callee saved register
18638         storage to the frame size in call0 ABI.
18639         (xtensa_expand_prologue): Generate code to set up stack frame
18640         and save callee-saved registers in call0 ABI.
18641         (xtensa_expand_epilogue): New function.
18642         (xtensa_set_return_address): New function.
18643         (xtensa_return_addr): Calculate return address in call0 ABI.
18644         (xtensa_builtin_saveregs): Only mark a7 register for copying and
18645         emit copying code in windowed ABI.
18646         (order_regs_for_local_alloc): Add preferred register allocation
18647         order for non-leaf function in call0 ABI.
18648         (xtensa_static_chain): Add atatic chain passing for call0 ABI.
18649         (xtensa_asm_trampoline_template): Add trampoline generation for
18650         call0 ABI.
18651         (xtensa_trampoline_init): Add trampoline initialization for
18652         call0 ABI.
18653         (xtensa_conditional_register_usage, xtensa_regno_to_class): New
18654         functions.
18655         * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
18656         (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
18657         (CALL_USED_REGISTERS): Modify to encode both windowed and call0
18658         ABI call-used registers.
18659         (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
18660         (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
18661         call0 ABI.
18662         (REG_CLASS_CONTENTS): Include all registers into the preferred
18663         reload registers set, adjust the set in the
18664         xtensa_conditional_register_usage.
18665         (xtensa_regno_to_class): Drop variable declaration.
18666         (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
18667         function.
18668         (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
18669         respectively.
18670         (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
18671         (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
18672         (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
18673         (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
18674         location in call0 ABI.
18675         (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
18676         stack adjustment size when handling exception.
18677         (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
18678         * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
18679         definitions.
18680         ("return" pattern): Generate ret.n/ret in call0 ABI.
18681         ("epilogue" pattern): Expand epilogue.
18682         ("nonlocal_goto" pattern): Use default in call0 ABI.
18683         ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
18684         emit eh_set_a0_* depending on ABI.
18685         ("eh_set_a0_windowed" pattern): Former eh_return pattern.
18686         ("eh_set_a0_call0", "blockage"): New patterns.
18688 2015-03-03  Martin Liska  <mliska@suse.cz>
18690         PR ipa/65287
18691         * ipa-icf.c (sem_variable::parse): Skip all alias variables.
18693 2015-03-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
18695         PR 65138/target
18696         * config/rs6000/rs6000-tables.opt: Regenerate table.
18698 2015-03-03  Renlin Li  <renlin.li@arm.com>
18700         * doc/md.texi (@item ^): Change ? into ^.
18702 2015-03-03  H.J. Lu  <hongjiu.lu@intel.com>
18704         * doc/tm.texi: Regenerated.
18706 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
18708         * builtins.c (expand_builtin_return_addr): Add
18709         RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
18710         surrounding #ifdef.
18711         * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
18712         definition to 1.
18713         * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
18714         Likewise.
18715         * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
18716         undefined.
18717         * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
18718         paragraph.
18720 2015-03-03  Martin Jambor  <mjambor@suse.cz>
18721             Eric Botcazou  <ebotcazou@adacore.com>
18723         * tree-sra.c (ipa_sra_check_caller_data): New type.
18724         (has_caller_p): Removed.
18725         (ipa_sra_check_caller): New function.
18726         (ipa_sra_preliminary_function_checks): Use it.
18728 2015-03-03  Martin Liska  <mliska@suse.cz>
18730         * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
18731         instead of if branch.
18733 2015-03-03  Martin Liska  <mliska@suse.cz>
18735         PR ipa/65282
18736         * ipa-icf.c (sem_variable::equals): Fix wrong condition.
18738 2015-03-23  Jeff Law  <law@redhat.com>
18740         PR tree-optimization/65241
18741         * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
18742         hash table if INSERT is true.
18744 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
18746         PR target/65296
18747         * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
18749 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
18751         PR target/64331
18752         * config/avr/avr.c (context.h, tree-pass.h): Include them.
18753         (avr_pass_data_recompute_notes): New static variable.
18754         (avr_pass_recompute_notes): New class.
18755         (avr_register_passes): New static function.
18756         (avr_option_override): Call it.
18758 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
18760         Fix various problems with specs file generation.
18762         PR target/65296
18763         * config.gcc (extra_gcc_objs) [avr]: Remove.
18764         * config/avr/driver-avr.c: Remove file.
18765         * config/avr/t-avr (driver-avr.o): Remove rule.
18766         (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
18767         INCLUDES to build.  Depend on TM_H.
18768         * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
18769         build warnings.  Fix non-matching types and non-existing %-codes.
18770         (tm.h): Include.
18771         (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
18772         (*libgcc) [WITH_AVRLIBC]: Add "-lm".
18773         * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
18774         * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
18775         (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
18776         (LIBGCC_SPEC): Remove definitions.
18778 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
18780         * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
18781         to create a register in testing mode.
18783 2015-03-03  Martin Liska  <mliska@suse.cz>
18784             Jan Hubicka  <hubicka@ucw.cz>
18786         PR ipa/65263
18787         * cgraph.c (cgraph_node::has_thunk_p): New function.
18788         * cgraph.h (cgraph_node::has_thunk_p: Likewise.
18789         * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
18790         (sem_function::merge): Assert is changed.
18792 2015-03-03  Martin Liska  <mliska@suse.cz>
18793             Martin Jambor  <mjambor@suse.cz>
18795         PR ipa/65087
18796         * ipa-icf.c (sem_item_optimizer::execute): Change function
18797         return value to boolean.
18798         (sem_item_optimizer::merge_classes): Likewise.
18799         (ipa_icf_driver): Return TODO_remove_functions in case there's
18800         a merge operation processed.
18801         * ipa-icf.h: Change function return value to boolean.
18803 2015-03-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
18805         PR 65138/target
18806         * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
18807         processor type for 64-bit little endian PowerPC.
18809         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
18810         -mdebug=reg, print TARGET_DEFAULT.  Fix logic to use
18811         TARGET_DEFAULT if there is no default cpu.  Fix -mdebug=reg
18812         printing built-in mask so it does not pass NULL pointers.
18814         * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
18815         -mcpu=powerpc64le.
18817 2015-03-02  Steve Ellcey  <sellcey@imgtec.com>
18819         PR target/58158
18820         * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
18821         !ISA_HAS_FP_CONDMOVE.
18823 2015-03-02  Aldy Hernandez  <aldyh@redhat.com>
18825         * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
18826         reload_completed.
18828 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
18830         * doc/invoke.texi (Options for Code Generation Conventions):
18831         Fix URL of DSO paper.
18833 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
18835         PR ipa/65130
18836         * ipa-inline.c (check_callers): Looks for recursion.
18837         (inline_to_all_callers): Give up on uninlinable or recursive edges.
18838         * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
18839         summary of inline clones.
18840         (do_estimate_growth_1): Fix recursion check.
18842 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
18844         PR ipa/64988
18845         * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
18846         comdat groups.
18848 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
18849             Aldy Hernandez  <aldyh@redhat.com>
18851         PR lto/65276
18852         * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
18853         when checking TYPE_BINFO.
18855 2015-03-02  Richard Biener  <rguenther@suse.de>
18857         PR ipa/65270
18858         * ipa-icf-gimple.c: Include builtins.h.
18859         (func_checker::compare_memory_operand): Compare base alignment.
18861 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
18863         PR target/65184
18864         * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
18865         are never passed by reference.
18867 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
18869         PR target/65183
18870         * tree-chkp.c (chkp_check_lower): Don't check against
18871         zero bounds for already instrumented functions.
18872         (chkp_check_upper): Likewise.
18873         (chkp_fini): Clean pass local data to avoid wrong reusage.
18875 2015-02-28  Martin Liska  <mliska@suse.cz>
18876             Jan Hubicka  <hubicka@ucw.cz>
18878         * ipa-icf.c (sem_variable::equals): Improve debug output;
18879         get variable constructor.
18880         (sem_variable::parse): Do not filter out too early; give up on
18881         volatile and register vars.
18882         (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
18883         variables.
18884         * ipa-icf.h (sem_variable::init): Do not set ctor.
18885         (sem_variable::ctor): Remove.
18887 2015-03-01  Aldy Hernandez  <aldyh@redhat.com>
18889         PR middle-end/65233
18890         * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
18892 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18894         * ipa-icf.c: Include stor-layout.h
18895         (sem_function::compare_cgraph_references): Rename to ...
18896         (sem_item::compare_cgraph_references): ... this one.
18897         (sem_variable::equals_wpa): New function
18898         (sem_variable::equals): Do not check stuff already verified by
18899         equals_wpa.
18900         (sem_variable::equals): Reorg based on varasm.c:compare_constant.
18901         * ipa-icf.h (sem_item): Add compare_cgraph_references.
18902         (sem_function): Remove compare_cgraph_references.
18903         (sem_variable): Turns equals_wpa into non-inline.
18905 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18907         * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
18908         (sem_item::add_expr): New function.
18909         (sem_function::hash_stmt): Handle operands of most statements.
18910         (sem_variable::get_hash): Hash the actual constructor.
18911         * ipa-icf.h (sem_item): Add add_expr.
18912         (sem_function): Update prototype of hash_stmt
18914 2015-02-28  Martin Liska  <mliska@suse.cz>
18915             Jan Hubicka  <hubicka@ucw.cz>
18917         PR ipa/65245
18918         * ipa-icf-gimple.c (func_checker::compare_function_decl):
18919         Remove.
18920         (func_checker::compare_variable_decl): Skip symtab vars.
18921         (func_checker::compare_cst_or_decl): Update.
18922         * ipa-icf.c (sem_function::parse): Do not consider aliases.
18923         (sem_function::compare_cgraph_references): Add ADDRESS parameter;
18924         use correct symtab predicates.
18925         (sem_function::equals_wpa): Update uses of compare_cgraph_references.
18926         (sem_variable::parse):  Update comment.
18927         (sem_item_optimizer::build_graph): Consider ultimate aliases
18928         for references.
18930 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18932         * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
18933         of OBJ_TYPE_REF.
18935 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18937         * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
18938         (sem_variable::merge) Likewise.
18940 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18942         * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
18943         target; also match flag_ipa_devirt.
18945 2015-03-01  Martin Liska  <mliska@suse.cz>
18946             Jan Hubicka  <hubicka@ucw.cz>
18948         * ipa-icf-gimple.c (func_checker::compare_variable_decl):
18949         Validate variable alignment.
18950         * ipa-icf.c (sem_function::equals_private): Be more precise
18951         about non-common function attributes.
18952         (sem_variable::equals): Likewise.
18954 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18956         PR ipa/65237
18957         * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
18958         across COMDAT group boundary.
18960 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18962         PR ipa/65232
18963         * ipa-icf.c (clear_decl_rtl): New function.
18964         (sem_function::merge): Clear RTL before forming alias.
18965         (sem_variable::merge): Clear RTL before forming alias.
18967 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
18969         PR ipa/65236
18970         * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
18972 2015-02-28  Xingxing Pan  <xxingpan@marvell.com>
18974         * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
18975         to neon_to_gp<q>.
18977 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
18979         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
18980         a typo in the description.
18982 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
18984         PR target/64317
18985         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
18986         * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
18987         * lra-constraints.c: Include "params.h".
18988         (EBB_PROBABILITY_CUTOFF): Use
18989         LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
18990         (lra_inheritance): Use '<' instead of '<=' for
18991         EBB_PROBABILITY_CUTOFF.
18992         * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
18993         Document change.
18995 2015-02-27  Martin Liska  <mliska@suse.cz>
18997         * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
18998         vector length condition.
19000 2015-02-27  Sandra Loosemore  <sandra@codesourcery.com>
19002         * doc/extend.texi (x86 transactional memory intrinsics):
19003         Reorganize discussion of _xbegin.  Clarify that the return
19004         value is a bit mask.  Expand example and move to end of section.
19006 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
19007             Aldy Hernandez  <aldyh@redhat.com>
19009         PR rtl-optimization/65220
19010         * config/i386/i386.md (*udivmod<mode>4_pow2): New.
19012 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
19014         PR target/65032
19015         * lra-remat.c (update_scratch_ops): New.
19016         (do_remat): Call it.
19017         * lra.c (lra_register_new_scratch_op): New. Take code from ...
19018         (remove_scratches): ... here.
19019         * lra-int.h (lra_register_new_scratch_op): New prototype.
19021 2015-02-27  Marek Polacek  <polacek@redhat.com>
19023         PR c/65040
19024         * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
19025         -Wformat-signedness anymore.
19027 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19029         * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
19030         function.
19031         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
19033 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19035         * config/s390/s390.c (enum s390_builtin):
19036         Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
19037         (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
19038         (s390_init_builtins): Generate new builtin functions.
19039         * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
19040         (s390_sfpc, s390_efpc): New pattern definitions.
19042 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19044         * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
19045         Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
19046         (s390_builtin_decls): New array.
19047         (s390_init_builtins): Put builtin decls into s390_builtin_decls.
19048         (s390_builtin_decl): New function.
19049         (TARGET_BUILTIN_DECL): Define macro.
19051 2015-02-27  Richard Biener  <rguenther@suse.de>
19053         PR middle-end/63175
19054         * builtins.c (get_object_alignment_2): Make sure to re-apply
19055         the ANDed mask after recursing to its operand gets us a new
19056         misalignment bit position.
19058 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
19059             Martin Liska  <mliska@suse.cz>
19061         PR bootstrap/65150
19062         * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
19063         Use address_matters_p.
19064         (redirect_all_callers, set_addressable): New functions.
19065         (sem_function::merge): Reorganize and fix merging issues.
19066         (sem_variable::merge): Likewise.
19067         (sem_variable::compare_sections): Remove.
19068         * common.opt (fmerge-all-constants, fmerge-constants): Remove
19069         Optimization flag.
19070         * symtab.c (symtab_node::resolve_alias): When alias has aliases,
19071         redirect them.
19072         (symtab_node::make_decl_local): Set ADDRESSABLE bit when
19073         decl is used.
19074         (address_matters_1): New function.
19075         (symtab_node::address_matters_p): New function.
19076         * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
19077         check for merged flag.
19078         * cgraph.h (address_matters_p): Declare.
19079         (symtab_node::address_taken_from_non_vtable_p): Remove.
19080         (symtab_node::address_can_be_compared_p): New method.
19081         (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
19082         * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
19083         Remove.
19084         (comdat_can_be_unshared_p_1) Use address_matters_p.
19085         (update_vtable_references): Fix formating.
19086         * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
19087         * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
19088         * cgraphclones.c: Preserve merged and icf_merged flags.
19090 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
19092         * doc/extend.texi (Function Attributes): Fix spelling and typos.
19093         (Label Attributes): Likewise.
19094         (Cilk Plus Builtins): Likewise.
19095         (ARC SIMD Built-in Functions): Likewise.
19096         (ARM C Language Extensions (ACLE)): Likewise.
19097         (PowerPC Built-in Functions): Likewise.
19098         (PowerPC Hardware Transactional Memory Built-in Functions):
19099         Likewise.
19101 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
19103         PR tree-optimization/65216
19104         * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
19105         new stmt and new SSA_NAME for lhs whenever the arguments have
19106         changed and weren't just swapped.  Fix comment typo.
19108         PR tree-optimization/65215
19109         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
19110         for PDP endian targets.
19111         (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
19112         Fix up formatting issues.
19113         (bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
19114         size is smaller than the original, adjust MEM_REF offset by the
19115         difference of sizes.  Use is_gimple_mem_ref_addr instead of
19116         is_gimple_min_invariant test to avoid adding address temporaries.
19118 2015-02-26  Martin Liska  <mliska@suse.cz>
19119             Jan Hubicka  <hubicka@ucw.cz>
19121         PR ipa/64693
19122         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
19123         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
19124         (sem_item_optimizer::process_cong_reduction): Include division by
19125         sensitive references.
19126         * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
19127         * ipa-ref.c (ipa_ref::address_matters_p): New function.
19128         * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
19130 2015-02-26  Georg-Johann Lay  <avr@gjlay.de>
19132         PR target/65192
19133         * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
19134         Remove.
19135         * config/avr/avr.c: Same.
19136         (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
19137         Refuse any constant address not in 0..0xbf.
19138         * config/avr/avr.md (*mov<mode>, *movsf): Remove
19139         tiny_valid_direct_memory_access_range from insn conditions.
19140         (mov<mode>): Don't special-case expansion of avrtiny addresses.
19142 2015-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
19144         PR target/61142
19145         * config/sh/sh.c (sh_check_add_incdec_notes): New function.
19146         * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
19147         * config/sh/predicates.md (const_logical_operand): New predicate.
19148         * config/sh/sh.md: Add new peephole2 patterns.
19150 2015-02-26  Marek Polacek  <polacek@redhat.com>
19152         PR ipa/65008
19153         * ipa-inline.c (early_inliner): Recompute inline parameters.
19155 2015-02-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19157         PR target/65171
19158         * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
19159         instructions with TImode operands are included in the analysis.
19161 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
19163         * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
19164         of an EDGE_FSM_THREAD.
19166 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19168         * config/rs6000/htm.md (tcheck): Fix assembly encoding.
19170 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
19172         PR debug/46102
19173         * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
19175 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
19177         PR tree-optimization/65048
19178         * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
19179         (thread_through_all_blocks): Call valid_jump_thread_path.
19180         Remove invalid FSM jump-thread paths.
19182 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
19184         * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
19185         (ipa_write_optimization_summaries): Likewise.
19186         * tree-streamer.h: Include data-streamer.h.
19187         (streamer_mode_table): Declare extern variable.
19188         (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
19189         * lto-streamer-out.c (lto_output_init_mode_table,
19190         lto_write_mode_table): New functions.
19191         (produce_asm_for_decls): Call lto_write_mode_table when streaming
19192         offloading LTO.
19193         * lto-section-in.c (lto_section_name): Add "mode_table" entry.
19194         (lto_create_simple_input_block): Add mode_table argument to the
19195         lto_input_block constructors.
19196         * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
19197         Likewise.
19198         * data-streamer-in.c (string_for_index): Likewise.
19199         * ipa-inline-analysis.c (inline_read_section): Likewise.
19200         * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
19201         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
19202         * lto-streamer-in.c (lto_read_body_or_constructor,
19203         lto_input_toplevel_asms): Likewise.
19204         (lto_input_mode_table): New function.
19205         * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
19206         pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
19207         Use bp_pack_machine_mode.
19208         * real.h (struct real_format): Add name field.
19209         * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
19210         (class lto_input_block): Add mode_table member.
19211         (lto_input_block::lto_input_block): Add mode_table_ argument,
19212         initialize mode_table.
19213         (struct lto_file_decl_data): Add mode_table field.
19214         (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
19215         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
19216         unpack_ts_decl_common_value_fields,
19217         unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
19218         * tree-streamer.c (streamer_mode_table): New variable.
19219         * real.c (ieee_single_format, mips_single_format,
19220         motorola_single_format, spu_single_format, ieee_double_format,
19221         mips_double_format, motorola_double_format,
19222         ieee_extended_motorola_format, ieee_extended_intel_96_format,
19223         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
19224         ibm_extended_format, mips_extended_format, ieee_quad_format,
19225         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
19226         decimal_single_format, decimal_double_format, decimal_quad_format,
19227         ieee_half_format, arm_half_format, real_internal_format): Add name
19228         field.
19229         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
19231 2015-02-26  Yuri Rumyantsev  <ysrumyan@gmail.com>
19233         PR target/65161
19234         * config/i386/i386.c (ix86_sched_reorder): Skip instruction
19235         reordering for selective scheduling.
19237 2015-02-26  Terry Guo  <terry.guo@arm.com>
19239         * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
19240         * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
19241         (arm_arch_no_volatile_ce): Declare new global variable.
19242         * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
19243         (arm_option_override): Assign value to arm_arch_no_volatile_ce.
19244         * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
19245         (TARGET_NO_VOLATILE_CE): New macro.
19246         * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
19247         volatile memory access in IT block
19249 2015-02-25  Kai Tietz  <ktietz@redhat.com>
19251         PR tree-optimization/61917
19252         * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
19253         that reduc_def_stmt is null.
19255 2015-02-25  Martin Liska  <mliska@suse.cz>
19257         * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
19258         hard register variables.
19260 2015-02-25  Kai Tietz  <ktietz@redhat.com>
19262         PR target/64212
19263         * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
19264         (symtab::noninterposable_alias): Likewise.
19266 2015-02-25  Ilya Enkovich  <ilya.enkovich@intel.com>
19268         PR target/65167
19269         * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
19270         bounds registers.
19271         (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
19273 2015-02-25  Alan Lawrence  <alan.lawrence@arm.com>
19275         PR target/64997
19276         * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
19277         as split condition; force split via '#' in output pattern.
19279 2015-02-25  Richard Biener  <rguenther@suse.de>
19280             Kai Tietz  <ktietz@redhat.com>
19282         PR tree-optimization/61917
19283         * tree-vect-loop.c (vectorizable_reduction): Allow
19284         vect_internal_def without reduction to exit graceful.
19286 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
19288         PR target/65196
19289         * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
19290         only with NONDEBUG_INSN_P.
19292 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
19294         Use variadic macros with avr-log.c.
19296         * config/avr/avr-protos.h (avr_vdump): New prototype.
19297         (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
19298         (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
19299         * config/avr/avr-log.c: Adjust comments.
19300         (avr_vdump): New function.
19301         (avr_vadump): Pass caller as 2nd argument instead of format string.
19302         (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
19303         (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
19305 2015-02-25  Jakub Jelinek  <jakub@redhat.com>
19307         PR lto/64374
19308         * target.def (target_option_stream_in): New target hook.
19309         * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
19310         targetm.target_option.post_stream_in if non-NULL.
19311         * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
19312         * doc/tm.texi: Updated.
19313         * config/i386/i386.c (ix86_function_specific_post_stream_in): New
19314         function.
19315         (TARGET_OPTION_POST_STREAM_IN): Redefine.
19317 2015-02-24  Jeff Law  <law@redhat.com>
19319         PR target/65117
19320         * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
19321         of operand 0 and operand 2.
19322         (zero_cost_loop_end, loop_end): Similarly.
19324 2015-02-24  Aldy Hernandez  <aldyh@redhat.com>
19326         * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
19327         CXX_MEM_STAT_INFO.
19329 2015-02-24  DJ Delorie  <dj@redhat.com>
19331         * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
19332         * config/rl78/rl78-expand.md (movsf): New, same as movsi.
19333         * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
19334         instead of hardcoding SImode.
19336 2015-02-24  Bernd Schmidt  <bernds@codesourcery.com>
19338         * omp-low.c (create_omp_child_function): Tag entrypoint
19339         functions with a special attribute.
19341 2015-02-24  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
19343         PR target/65058
19344         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
19346 2015-02-24  Vladimir Makarov  <vmakarov@redhat.com>
19348         PR rtl-optimization/65123
19349         * lra-remat.c (operand_to_remat): Check hard regs in insn
19350         definition too.
19352 2015-02-24  Nick Clifton  <nickc@redhat.com>
19354         * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
19355         to the assembler.
19357 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
19359         PR libgomp/64625
19360         * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
19361         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
19362         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
19363         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
19364         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
19365         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
19366         (BUILT_IN_GOACC_PARALLEL): Specify as
19367         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
19368         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
19369         * builtin-types.def
19370         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
19371         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
19372         Remove function types.
19373         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
19374         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
19375         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
19376         New function types.
19378 2015-02-24  Georg-Johann Lay  <avr@gjlay.de>
19380         * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
19382 2015-02-24  Jakub Jelinek  <jakub@redhat.com>
19384         PR tree-optimization/65170
19385         * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
19386         if val[1] < 0, clear also val[2] and return 3.
19388 2015-02-24  Alan Modra  <amodra@gmail.com>
19390         PR target/65172
19391         * config/rs6000/rs6000.c (get_memref_parts): Only return true
19392         when *base is a reg.  Handle nested plus addresses.  Simplify
19393         pre_modify test.
19395 2015-02-22  Max Filippov  <jcmvbkbc@gmail.com>
19397         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
19398         use natural alignment when optimizing for size.
19400 2015-02-23  Kaz Kojima  <kkojima@gcc.gnu.org>
19402         PR target/65153
19403         * config/sh/sh.md (movsicc_true+3): Remove peephole.
19404         * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
19405         * config/sh/sh.c (replace_n_hard_rtx): Remove.
19407 2015-02-23  Richard Sandiford  <richard.sandiford@arm.com>
19409         PR fortran/63427
19410         * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
19411         too big for a wide_int.  Implement missing wrapping operation.
19413 2015-02-23  Oleg Endo  <olegendo@gcc.gnu.org>
19415         PR target/65163
19416         * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
19417         instead of const_int 4294901760.
19419 2015-02-23  Georg-Johann Lay  <avr@gjlay.de>
19421         * config/avr/t-avr: Fix typo in comment.
19423 2015-02-21  Richard Sandiford  <richard.sandiford@arm.com>
19425         * doc/rtl.texi (fma): Clarify documentation.
19427 2015-02-20  Aldy Hernandez  <aldyh@redhat.com>
19429         PR debug/58123
19430         * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
19431         over input_location.
19433 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
19435         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
19436         unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
19437         restrict alignments to absolute_biggest_alignment.
19438         * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
19439         Define.
19440         * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
19441         * doc/tm.texi: Regenerate.
19442         * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
19444 2015-02-20  Vladimir Makarov  <vmakarov@redhat.com>
19446         PR target/64172
19447         * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
19449 2015-02-20  Richard Biener  <rguenther@suse.de>
19451         PR tree-optimization/65136
19452         * tree-ssa-propagate.c: Include cfgloop.h.
19453         (replace_phi_args_in): Avoid replacing loop latch edge PHI
19454         arguments with constants.
19456 2015-02-20  Jakub Jelinek  <jakub@redhat.com>
19457             Martin Liska  <mliska@suse.cz>
19459         PR target/63892
19460         * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
19461         don't try to create_thunk if stdarg_p.  If
19462         !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
19463         redirect_callers if possible.
19464         (sem_item_optimizer::execute): Call unregister_hooks here...
19465         (ipa_icf_driver): ... instead of here.
19467 2015-02-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19469         * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
19470         Mark operand 0 as earlyclobber in 2nd alternative.
19471         (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
19472         Write negated shift amount into QI lowpart operand 0 and use it
19473         in the shift step.
19474         (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
19476 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
19478         * cgraph.h (clone_function_name_1): Declare.
19479         * cgraphclones.c (clone_function_name_1): New function.
19480         (clone_function_name): Use it.
19481         * lto-partition.c: Include "stringpool.h".
19482         (must_not_rename, maybe_rewrite_identifier)
19483         (validize_symbol_for_target): New static functions.
19484         (privatize_symbol_name): Use must_not_rename.
19485         (promote_symbol): Call validize_symbol_for_target.
19486         (lto_promote_cross_file_statics): Likewise.
19487         (lto_promote_statics_nonwpa): Likewise.
19489 2015-02-20  Georg-Johann Lay  <avr@gjlay.de>
19491         PR target/64452
19492         * config/avr/avr.md (pushhi_insn): New insn.
19493         (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
19495 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
19496             Jakub Jelinek  <jakub@redhat.com>
19498         * tree-streamer.c (preload_common_nodes): Don't preload
19499         TI_VA_LIST* for offloading.
19500         * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
19501         in_lto_p.
19503 2015-02-19  John David Anglin  <danlgin@gcc.gnu.org>
19505         * config/pa/pa.c (pa_emit_move_sequence): Always force
19506         (const (plus (symbol) (const_int))) to const mem.  Put REG_EQUAL
19507         note on insn.
19509         * config/pa/pa.c (pa_reloc_rw_mask): New function.
19510         (TARGET_ASM_RELOC_RW_MASK): Define.
19511         (pa_cannot_force_const_mem): Revert previous change.
19513 2015-02-19  Martin Jambor  <mjmabor@suse.cz>
19514             Jan Hubicka  <hubicka@ucw.cz>
19516         PR ipa/65028
19517         * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
19518         across jump functions.
19520 2015-02-19  Uros Bizjak  <ubizjak@gmail.com>
19522         * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
19524 2015-02-19  Sandra Loosemore  <sandra@codesourcery.com>
19526         * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
19528 2015-02-19  Richard Henderson  <rth@redhat.com>
19530         PR middle-end/65074
19531         * varasm.c (default_binds_local_p_2): Don't test node->definition;
19532         test DECL_EXTERNAL independent of symtab_node.
19534 2015-02-19  Jakub Jelinek  <jakub@redhat.com>
19536         PR lto/65012
19537         * varpool.c (varpool_node::get_constructor): Return early
19538         if this->lto_file_data is NULL.
19540 2015-02-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
19542         * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
19543         (rank_for_schedule_debug): Update.
19544         (ready_sort): Make static.  Move sorting logic to ...
19545         (ready_sort_debug, ready_sort_real): New static functions.
19546         (schedule_block): Sort both debug insns and real insns in preparation
19547         for ready list trimming.  Improve debug output.
19548         * sched-int.h (ready_sort): Remove global declaration.
19550 2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>
19552         * ipa-icf.c (sem_function::equals_private): Adjust.
19553         (sem_function::bb_dict_test): Take a vec<int> * instead of
19554         auto_vec<int>.
19555         * ipa-icf.h (bb_dict_test): Likewise.
19557 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
19559         PR gcov-profile/64634
19560         * tree-eh.c (frob_into_branch_around): Fix up typos
19561         in function comment.
19562         (lower_catch): Put eh_seq resulting from EH lowering of
19563         the cleanup sequence after the cleanup rather than before it.
19565 2015-02-18  Tom de Vries  <tom@codesourcery.com>
19567         * common.opt (fstdarg-opt): New option.
19568         * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
19569         * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
19570         (@item -fstdarg-opt): New item.
19572 2015-02-18  H.J. Lu  <hongjiu.lu@intel.com>
19574         PR target/65064
19575         * config/ia64/predicates.md (sdata_symbolic_operand): Return false
19576         for common symbols.
19578 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
19580         * config/i386/t-intelmic (mkoffload.o): Remove dependency on
19581         insn-modes.h.
19582         (ALL_HOST_OBJS): Add mkoffload.o.
19583         * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
19585 2015-02-18  Jan Hubicka  <hubicka@ucw.cz>
19587         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
19588         (compare_virtual_tables): Be smarter about skipping typeinfos;
19589         do sane output on virtual table table mismatch.
19590         (warn_odr): Be ready for forward declarations of enums;
19591         output sane info on base mismatch and virtual table mismatch.
19592         (add_type_duplicate): Fix code choosing prevailing type; do not ICE
19593         when only one type is polymorphic.
19594         (get_odr_type): Fix hashtable corruption.
19595         (dump_odr_type): Dump mangled names.
19597 2015-02-18  Richard Biener  <rguenther@suse.de>
19599         PR tree-optimization/65063
19600         * tree-predcom.c (determine_unroll_factor): Return 1 if we
19601         have replaced looparound PHIs.
19603 2015-02-18  Martin Liska  <mliska@suse.cz>
19605         * lto-streamer.c (lto_streamer_init): Encapsulate
19606         streamer_check_handled_ts_structures with checking macro.
19608 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
19610         PR ipa/65087
19611         * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
19612         section if !implicit_section.
19613         (cgraph_node::create_version_clone_with_body): Likewise.
19614         * trans-mem.c (ipa_tm_create_version): Likewise.
19616 2015-02-18  Richard Biener  <rguenther@suse.de>
19618         PR tree-optimization/62217
19619         * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
19620         into BIVs.
19622 2015-02-18  Marek Polacek  <polacek@redhat.com>
19624         PR sanitizer/65081
19625         * ubsan.c (OBJSZ_MAX_OFFSET): Define.
19626         (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
19627         is in range [-16K, -1].  Don't issue run-time error if
19628         (ptr > ptr + offset).
19630 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
19632         * doc/install.texi (nvptx-*-none): New section.
19633         * doc/invoke.texi (Nvidia PTX Options): Likewise.
19634         * config/nvptx/nvptx.opt: Update.
19636         * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
19637         (access_check): New functions, copied from
19638         config/i386/intelmic-mkoffload.c.
19639         (main): For non-installed testing, look in all COMPILER_PATHs for
19640         GCC_INSTALL_NAME.
19642         * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
19644 2015-02-18  Andrew Pinski  <apinski@cavium.com>
19645             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
19647         * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
19648         Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
19650 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
19652         * ipa-visibility.c (function_and_variable_visibility): Only
19653         check locality if node is not already local.
19654         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
19655         call_for_symbol_and_aliases instead of
19656         call_for_symbol_thunks_and_aliases.
19657         (ipa_inline): Likewise.
19658         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
19659         first walk aliases.
19660         * ipa.c (symbol_table::remove_unreachable_nodes): Use
19661         call_for_symbol_and_aliases.
19662         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
19663         (ipa_propagate_frequency_1): Use it; use opt_for_fn
19664         (ipa_propagate_frequency): Update.
19665         (ipa_profile): Add opt_for_fn gueards.
19667 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
19669         * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
19670         * doc/invoke.texi (SH options): Document it.
19671         * config/sh/sh.c (sh_insn_length_adjustment): Check
19672         TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
19674 2015-02-17  H.J. Lu  <hongjiu.lu@intel.com>
19676         * common.opt (fipa-cp-alignment): New.
19677         * ipa-cp.c (ipcp_store_alignment_results): Check
19678         flag_ipa_cp_alignment.
19679         * opts.c (default_options_table): Enable -fipa-cp-alignment for
19680         -O2.
19681         (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
19682         * doc/invoke.texi: Document -fipa-cp-alignment.
19684 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
19686         PR target/64793
19687         * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
19688         to nil.  Adjust comments.
19690 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
19692         * ipa-visibility.c (function_and_variable_visibility): Only
19693         check locality if node is not already local.
19694         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
19695         call_for_symbol_and_aliases instead of
19696         call_for_symbol_thunks_and_aliases.
19697         (ipa_inline): Likewise.
19698         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
19699         first walk aliases.
19700         * ipa.c (symbol_table::remove_unreachable_nodes): Use
19701         call_for_symbol_and_aliases.
19702         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
19703         (ipa_propagate_frequency_1): Use it; use opt_for_fn
19704         (ipa_propagate_frequency): Update.
19705         (ipa_profile): Add opt_for_fn guards.
19707 2015-02-17  Thomas Schwinge  <thomas@codesourcery.com>
19709         * config/nvptx/mkoffload.c (parse_file): Fix logic error in
19710         skipping of "strange" tokens.
19712 2015-02-17  Jeff Law  <law@redhat.com>
19714         * tree-vrp.c (identify_jump_threads): Use last_stmt.  Remove
19715         obsolete comment.
19717 2015-02-17  James Greenhalgh  <james.greenhalgh@arm.com>
19719         * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
19720         as forcing a HARD_DEP between instructions, thereby
19721         disallowing rewriting to break dependencies.
19723 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
19725         * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
19726         * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
19727         variables in boundary that have no inlitalizer encoded and are
19728         not aliases.
19729         * varasm.c (default_binds_local_p_2): External definitions do not
19730         count as definitions here.
19732 2015-02-16  Jeff Law  <law@redhat.com>
19734         PR tree-optimization/64823
19735         * tree-vrp.c (identify_jump_threads): Handle blocks with no real
19736         statements.
19737         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
19738         threading through blocks with PHIs, but no statements.
19739         (thread_through_normal_block): Distinguish between blocks where
19740         we did not process all the statements and blocks with no statements.
19742 2015-02-16  Jakub Jelinek  <jakub@redhat.com>
19743             James Greenhalgh  <james.greenhalgh@arm.com>
19745         PR ipa/64963
19746         * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
19747         section if not linkonce.  Fix up formatting.
19748         (cgraph_node::create_version_clone_with_body): Copy section.
19749         * trans-mem.c (ipa_tm_create_version): Likewise.
19751 2015-02-16  Richard Biener  <rguenther@suse.de>
19753         PR tree-optimization/65077
19754         * tree-ssa-structalias.c (get_constraint_for_1): Handle
19755         IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
19756         (find_func_aliases): Allow float values to carry pointers again.
19758 2015-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
19760         * doc/install.texi (Specific): Reorder targets list to put
19761         aarch64 in alphabetical order.  Add a link to aarch64*-*-*
19762         from the top menu.
19764 2015-02-16  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
19765             David Edelsohn  <dje.gcc@gmail.com>
19767         PR target/65058
19768         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
19769         mapping class to external variable or function reference.
19770         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
19771         mapping class.
19773 2015-02-16  David Eelsohn  <dje.gcc@gmail.com>
19775         PR target/53348
19776         * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
19777         ASM_WEAKEN_DECL if defined.
19779 2015-02-16  Richard Biener  <rguenther@suse.de>
19781         PR lto/65015
19782         * varasm.c (default_file_start): For LTO produced units
19783         emit <artificial> as file directive.
19785 2015-02-16  Richard Biener  <rguenther@suse.de>
19787         PR tree-optimization/63593
19788         * tree-predcom.c (execute_pred_commoning_chain): Delay removing
19789         stmts and releasing SSA names until...
19790         (execute_pred_commoning): ... after processing all chains.
19792 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
19794         PR ipa/65059
19795         * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
19796         external functions.
19798 2015-02-15  Sandra Loosemore  <sandra@codesourcery.com>
19800         * doc/bugreport.texi: Adjust section titles throughout the file
19801         to use "Title Case".
19802         * doc/extend.texi: Likewise.
19803         * doc/gcov.texi: Likewise.
19804         * doc/implement-c.texi: Likewise.
19805         * doc/implement-cxx.texi: Likewise.
19806         * doc/invoke.texi: Likewise.
19807         * doc/objc.texi: Likewise.
19808         * doc/standards.texi: Likewise.
19809         * doc/trouble.texi: Likewise.
19811 2015-02-15  Jan Hubicka  <hubicka@ucw.cz>
19813         * cgraph.h (symtab_node::has_aliases_p): Simplify.
19814         (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
19815         * tree.c (lookup_binfo_at_offset): Make static.
19816         (get_binfo_at_offset): Do not shadow offset; add explanatory
19817         comment.
19819 2015-02-15  John David Anglin  <danglin@gcc.gnu.org>
19821         * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
19822         for all floading point loads and stores except those using a register
19823         index address.
19824         * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
19825         to a register.
19827 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
19829         * ipa-inline-analysis.c (growth_data): Add uninlinable field.
19830         (do_estimate_growth_1): Record if any uninlinable edge was seen.
19831         (estimate_growth): Handle uninlinable edges correctly.
19832         (check_callers): New.
19833         (growth_likely_positive): Handle aliases correctly.
19835 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
19837         * ipa-chkp.c: Use iterate_direct_aliases.
19838         * symtab.c (resolution_used_from_other_file_p): Move inline.
19839         (symtab_node::create_reference): Fix formating.
19840         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
19841         (symtab_node::iterate_reference): Move inline.
19842         (symtab_node::iterate_referring): Move inline.
19843         (symtab_node::iterate_direct_aliases): Move inline.
19844         (symtab_node::used_from_object_file_p_worker): Inline into ...
19845         (symtab_node::used_from_object_file_p): ... this one; move inline.
19846         (symtab_node::call_for_symbol_and_aliases): Move inline;
19847         use iterate_direct_aliases.
19848         (symtab_node::call_for_symbol_and_aliases_1): New method.
19849         (cgraph_node::call_for_symbol_and_aliases): Move inline;
19850         use iterate_direct_aliases.
19851         (cgraph_node::call_for_symbol_and_aliases_1): New method.
19852         (varpool_node::call_for_node_and_aliases): Rename to ...
19853         (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
19854         use iterate_direct_aliases.
19855         (varpool_node::call_for_symbol_and_aliases_1): New method.
19856         * ipa.c (ipa_single_use): Use iterate_direct_aliases.
19857         (ipa_discover_readonly_nonaddressable_var): Update.
19858         * ipa-devirt.c: Fix formating.
19859         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
19860         Move inline.
19861         (cgraph_node::call_for_symbol_and_aliases): Move inline.
19862         (cgraph_node::call_for_symbol_and_aliases_1): New function..
19863         * cgraph.h (used_from_object_file_p_worker): Remove.
19864         (resolution_used_from_other_file_p): Move inline.
19865         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
19866         (symtab_node::iterate_reference): Move inline.
19867         (symtab_node::iterate_referring): Move inline.
19868         (symtab_node::iterate_direct_aliases): Move inline.
19869         (symtab_node::used_from_object_file_p_worker): Inline into ...
19870         (symtab_node::used_from_object_file_p): Move inline.
19871         * tree-emutls.c (ipa_lower_emutls): Update.
19872         * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
19873         (varpool_node::call_for_node_and_aliases): Remove.
19875 2015-02-14  Jakub Jelinek  <jakub@redhat.com>
19877         PR tree-optimization/62209
19878         * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
19879         op == range->exp, insert seq and gimplified code after labels
19880         instead of after the phi.
19882 2015-02-13  Jeff Law  <law@redhat.com>
19884         PR bootstrap/65060
19885         Revert my change for tree-optimization/64823.
19887 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
19889         PR tree-optimization/65053
19890         * tree-ssa-phiopt.c (value_replacement): When moving assign before
19891         cond, either reset VR on lhs or set it to phi result VR.
19893 2015-02-13  Jeff Law  <law@redhat.com>
19895         PR tree-optimization/64823
19896         * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
19897         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
19898         threading through blocks with PHIs, but no statements.
19899         (thread_through_normal_block): Distinguish between blocks where
19900         we did not process all the statements and blocks with no statements.
19902         PR rtl-optimization/47477
19903         * match.pd (convert (plus/minus (convert @0) (convert @1): New
19904         simplifier to narrow arithmetic.
19906 2015-02-13  Jan Hubicka  <hubicka@ucw.cz>
19908         PR ipa/65028
19909         * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
19910         polymorphic call info when type is not known to be preserved.
19912 2015-02-13  Maritn Jambor  <mjambor@suse.cz>
19914         PR ipa/65028
19915         * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
19916         (inline_call): Use it.
19918 2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
19920         * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
19921         GOMP_DEVICE_NVIDIA_PTX.
19923 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
19925         PR ipa/65034
19926         * stmt.c (emit_case_nodes): Use void_type_node instead of
19927         NULL_TREE as LABEL_DECL type.
19929 2015-02-13  John David Anglin  <danglin@gcc.gnu.org>
19931         * config/pa/constraints.md: Change "Q" and "T" constraints to memory
19932         constraints.
19933         * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
19934         symbolic references to data to be forced to constant memory on the
19935         SOM target.
19937 2015-02-13  Ilya Enkovich  <ilya.enkovich@intel.com>
19939         PR tree-optimization/65002
19940         * tree-cfg.c (pass_data_fixup_cfg): Don't update
19941         SSA on start.
19942         * tree-sra.c (some_callers_have_no_vuse_p): New.
19943         (ipa_early_sra): Reject functions whose callers
19944         assume function is read only.
19946 2015-02-13  Richard Biener  <rguenther@suse.de>
19948         PR lto/65015
19949         * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
19950         for LTO produced CUs.
19952 2015-02-13  Bin Cheng  <bin.cheng@arm.com>
19954         PR tree-optimization/64705
19955         * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
19956         * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
19957         * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
19958         (find_bivs, find_givs_in_stmt_scev): Pass new argument to
19959         expand_simple_operations.
19961 2015-02-13  H.J. Lu  <hongjiu.lu@intel.com>
19962             Richard Henderson  <rth@redhat.com>
19964         PR rtl/32219
19965         * cgraphunit.c (cgraph_node::finalize_function): Set definition
19966         before notice_global_symbol.
19967         (varpool_node::finalize_decl): Likewise.
19968         * varasm.c (default_binds_local_p_2): Rename from
19969         default_binds_local_p_1, add weak_dominate argument.  Use direct
19970         returns instead of assigning to local variable.  Unify varpool and
19971         cgraph paths via symtab_node.  Reject undef weak variables before
19972         testing visibility.  Reorder tests for simplicity.
19973         (default_binds_local_p): Use default_binds_local_p_2.
19974         (default_binds_local_p_1): Likewise.
19975         (decl_binds_to_current_def_p): Unify varpool and cgraph paths
19976         via symtab_node.
19977         (default_elf_asm_output_external): Emit visibility when specified.
19979 2015-02-13  Alan Modra  <amodra@gmail.com>
19981         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
19982         code setting up r11 for out-of-line fp restore.
19984 2015-02-13  Eric Botcazou  <ebotcazou@adacore.com>
19986         * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
19987         (muser-mode): Likewise.
19989 2015-02-13  Alan Modra  <amodra@gmail.com>
19991         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
19992         or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
19994 2015-02-12  David Howells  <dhowells@redhat.com>
19996         * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
19997         warning.
19998         * tree-ssa-uninit.c (dump_predicates): Likewise.
19999         * opts.c (print_filtered_help): Likewise.
20001 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
20003         * dwarf2out.c (output_die): Use "%s", name instead of name to
20004         avoid -Wformat-security warning.
20006         * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
20007         if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
20008         * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
20009         only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
20011 2015-02-12  Jason Merrill  <jason@redhat.com>
20013         * common.opt (-flifetime-dse): New.
20015 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
20017         PR sanitizer/65019
20018         * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
20020         PR tree-optimization/65014
20021         * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
20022         use original second operand of arg0 or arg1 instead of
20023         that adjusted by STRIP_NOPS.
20025 2015-02-11  Jeff Law  <law@redhat.com>
20027         PR target/63347
20028         * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
20029         that needs to be queued, just queue it for a single cycle.
20031 2015-02-11  Jan Hubicka  <hubicka@ucw.cz>
20033         * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
20034         bodies of thunks; comment on why.
20035         * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
20036         symbols are extern.
20038 2015-02-11  Richard Henderson  <rth@redhat.com>
20040         PR sanitize/65000
20041         * tree-eh.c (mark_reachable_handlers): Mark source and destination
20042         regions of __builtin_eh_copy_values.
20044 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
20046         PR middle-end/65003
20047         * varasm.c (place_block_symbol): Assert that DECL_RTL of the
20048         ultimate alias is MEM with SYMBOL_REF satisfying
20049         SYMBOL_REF_HAS_BLOCK_INFO_P as its operand.  Don't pass the MEM
20050         to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
20052 2015-02-11  Thomas Schwinge  <thomas@codesourcery.com>
20054         * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
20055         "diagnostic-core.h".
20056         (main): Initialize progname, and call diagnostic_initialize.
20058         * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
20059         instead of __OPENMP_TARGET__.
20061         * config/nvptx/mkoffload.c: Include "gomp-constants.h".
20062         (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
20063         hard-coding PTX_ID.
20065 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
20067         * doc/sourcebuild.texi (pie_enabled): Document.
20069 2015-02-11  Martin Liska  <mliska@suse.cz>
20071         PR ipa/64813
20072         * cgraphunit.c (cgraph_node::expand_thunk): Do not create
20073         a return value for call to a function that is noreturn.
20075 2015-02-11  Richard Biener  <rguenther@suse.de>
20077         PR lto/65015
20078         * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
20079         and -fresolution.
20081 2015-02-11  Andrew Pinski  <apinski@cavium.com>
20083         PR target/64893
20084         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
20085         Change the first argument type to size_type_node and add another
20086         size_type_node.
20087         (aarch64_simd_expand_builtin): Handle the new argument to
20088         AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
20089         print an out when the first two arguments are not
20090         nonzero integer constants.
20091         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
20092         Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
20094 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
20096         PR target/61925
20097         * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
20098         (ix86_reset_previous_fndecl): Restore it here, unconditionally.
20099         (ix86_set_current_function): Rewritten.
20100         (ix86_add_new_builtins): Temporarily clear current_target_pragma
20101         when creating builtin fndecls.
20103 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
20105         PR ipa/65005
20106         * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
20107         function.
20108         * symtab.c (symtab_node::verify_base): Remove check that non-definitions
20109         have no comdat group.
20110         * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
20111         (lto_output_varpool_node): Always output alias info.
20112         (output_refs): Output refs of boundary aliases, too.
20113         (compute_ltrans_boundary): Add alias and thunk target into boundaries.
20114         (output_symtab): Output call eges in thunks in boundary.
20115         (get_alias_symbol): Remove.
20116         (input_node, input_varpool_node): Do not special case weakrefs.
20117         * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
20118         alias and thunks targets in the boundary; do not take removed symbols
20119         from their comdat groups.
20120         * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
20121         (cgraph_node::global_info): Remove.
20122         (cgraph_node::rtl_info): Look through aliases and thunks.
20123         * cgrpah.h (global_info): Remove.
20124         (non_local_p): Remove.
20126 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
20127             Sandra Loosemore  <sandra@codesourcery.com>
20129         * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
20130         to inline asm.  List dialects in proper order.
20132 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
20133             Sandra Loosemore  <sandra@codesourcery.com>
20135         * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
20137 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
20139         * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
20140         modified) reference to Solaris.
20142 2015-02-10  Sandra Loosemore  <sandra@codesourcery.com>
20144         * doc/extend.texi (Extended Asm): Fix typos.
20146 2015-02-10  Jakub Jelinek  <jakub@redhat.com>
20148         PR sanitizer/65004
20149         * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
20151 2015-02-10  Oleg Endo  <olegendo@gcc.gnu.org>
20153         PR target/64661
20154         * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
20155         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
20156         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
20157         * config/sh/constraints.md (Ara, Add): New constraints.
20158         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
20159         predicates.
20160         (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
20161         atomic_mem_operand_0.  Don't use force_reg on the memory address.
20162         (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
20163         Sra constraint.  Convert to insn_and_split.  Add workaround for
20164         PR 64974.
20165         (atomic_compare_and_swap<mode>_hard): Copy to
20166         atomic_compare_and_swap<mode>_hard_1.  Convert to insn_and_split.
20167         Use atomic_mem_operand_0 predicate.
20168         (atomic_compare_and_swap<mode>_soft_gusa,
20169         atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
20170         AraAdd constraints.
20171         (atomic_compare_and_swap<mode>_soft_tcb,
20172         atomic_compare_and_swap<mode>_soft_imask,
20173         atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
20174         atomic_mem_operand_0 predicate and SraSdd constraints.
20175         (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
20176         constraint.
20177         (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
20178         Convert to insn_and_split.  Use atomic_mem_operand_0 predicate.
20179         (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
20180         atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1.  Don't use
20181         force_reg on the memory address.
20182         (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
20183         atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
20184         atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
20185         atomic_mem_operand_1 predicate and Sra constraint.
20186         (atomic_fetch_<fetchop_name><mode>_hard): Copy to
20187         atomic_fetch_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
20188         Use atomic_mem_operand_1 predicate.
20189         (atomic_<fetchop_name><mode>_hard): Copy to
20190         atomic_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
20191         Use atomic_mem_operand_1 predicate.
20192         (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
20193         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
20194         (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1.  Convert to
20195         insn_and_split.  Use atomic_mem_operand_1 predicate.
20196         (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
20197         atomic_<fetchop_name>_fetch<mode>_hard_1.  Convert to insn_and_split.
20198         Use atomic_mem_operand_1 predicate.
20199         (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
20200         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
20201         (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
20202         in generated insn with original mem operand before emitting the insn.
20203         (atomic_fetch_<fetchop_name><mode>_soft_gusa,
20204         atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
20205         atomic_<fetchop_name>_fetch<mode>_soft_gusa,
20206         atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
20207         Use atomic_mem_operand_1 predicate and AraAdd constraints.
20208         (atomic_fetch_<fetchop_name><mode>_soft_tcb,
20209         atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
20210         atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
20211         atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
20212         atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
20213         atomic_<fetchop_name>_fetch<mode>_soft_tcb,
20214         atomic_not_fetch<mode>_soft_tcb,
20215         atomic_<fetchop_name>_fetch<mode>_soft_imask,
20216         atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
20217         atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
20218         Use atomic_mem_operand_1 predicate and SraSdd constraints.
20220 2015-02-10  Uros Bizjak  <ubizjak@gmail.com>
20222         * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
20223         and 3 earlyclobber operands.
20225 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
20227         * common.opt (fstack-reuse): Mark as optimization.
20229 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
20231         PR ipa/64982
20232         * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
20234 2015-02-10  Trevor Saunders  <tsaunders@mozilla.com>
20236         PR tree-optimization/64326
20237         * cfghooks.c (make_forwarder_block): Cap frequency of created block.
20239 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
20241         PR gcov-profile/61889
20242         * gcov-tool.c: Remove wrong #if !defined(_WIN32)
20244 2015-02-10  Richard Biener  <rguenther@suse.de>
20246         PR tree-optimization/64995
20247         * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
20248         value we use is final.
20249         (visit_reference_op_store): Always valueize op.
20250         (visit_use): Properly valueize vuses.
20252 2015-02-10  Richard Biener  <rguenther@suse.de>
20254         PR tree-optimization/64909
20255         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
20256         pass a scalar-stmt count estimate to the cost model.
20257         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
20259 2015-02-10  Alexander Monakov  <amonakov@ispras.ru>
20261         * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
20262         enabled by default together with var-tracking.
20264 2015-02-10  Nick Clifton  <nickc@redhat.com>
20266         * config/rl78/rl78.c: Remove DIV attribute code accidentally
20267         included in previous rl78 commit.
20269 2015-02-10  Richard Biener  <rguenther@suse.de>
20271         * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
20272         * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
20273         return the bitpack.
20275 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
20277         PR gcov-profile/61889
20278         * config.in: regenerate.
20279         * configure.in: Likewise.
20280         * configure.ac: Check for ftw.h.
20281         * gcov-tool.c: Check for ftw.h before using nftw.
20283 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
20285         PR lto/64076
20286         * ipa-visibility.c (update_visibility_by_resolution_info): Only
20287         assert when not in lto mode.
20289 2015-02-09  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
20291         * ira-color.c (setup_left_conflict_sizes_p): Simplify
20292         initialization/assignment of conflict_size.
20294 2015-02-09  Jan Hubicka  <hubicka@ucw.cz>
20296         PR ipa/64978
20297         * ipa-cp.c (gather_caller_stats): Skip thunks.
20298         (propagate_constants_topo): Skip aliases.
20300 2015-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
20302         PR target/64761
20303         * config/sh/sh.c (sh_option_override): Don't change
20304         -freorder-blocks-and-partition to -freorder-blocks even when
20305         unwinding is enabled.
20306         (sh_can_follow_jump): Return false if the followee jump is
20307         a crossing jump when -freorder-blocks-and-partition is specified.
20308         * config/sh/sh.md (*jump_compact_crossing): New insn.
20310 2015-02-09  Joern Rennecke  <joern.rennecke@embecosm.com>
20311             Kaz Kojima  <kkojima@gcc.gnu.org>
20313         PR target/64761
20314         * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
20315         * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
20316         (sh_can_redirect_branch): Rename to ...
20317         (sh_can_follow_jump): ... this.  Constify argument types.
20318         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
20319         * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
20320         * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
20321         * doc/tm.texi: Regenerate.
20323 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
20325         PR sanitizer/64981
20326         * builtins.c (expand_builtin): Call targetm.expand_builtin
20327         for BUILT_IN_MD builtins regardless of asan_intercepted_p.
20329 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20331         PR ipa/61548
20332         * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
20334 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20336         PR ipa/63566
20337         * ipa-icf.c (set_local): New function.
20338         (sem_function::merge): Use it.
20340 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20342         * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
20343         (add_type_duplicate): Fix comparison of BINFOs.
20345 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20347         * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
20348         on getting VOID pointer.
20350 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
20352         PR target/64979
20353         * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
20354         va_list escapes.
20356 2015-02-09  Richard Biener  <rguenther@suse.de>
20358         * genmatch.c (replace_id): Copy expr_type.
20360 2015-02-09  Richard Biener  <rguenther@suse.de>
20362         * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
20363         (streamer_write_tree_bitfields): Declare.
20364         * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
20365         properly unpack padding.
20366         (unpack_value_fields): Inline ...
20367         (streamer_read_tree_bitfields): ... here.
20368         * tree-streamer-out.c (pack_ts_base_value_fields): Inline
20369         and properly add padding bits.
20370         (streamer_pack_tree_bitfields): Fold into ...
20371         (streamer_write_tree_bitfields): ... this new function,
20372         exposing the bitpack object.
20373         * lto-streamer-out.c (lto_write_tree_1): Call
20374         streamer_write_tree_bitfields.
20376 2015-02-09  Richard Biener  <rguenther@suse.de>
20378         PR tree-optimization/54000
20379         * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
20380         (struct ivopts_data): Add loop_loc member.
20381         (tree_ssa_iv_optimize_loop): Dump loop location.
20382         (create_new_ivs): Likewise, also dump number of IVs generated.
20384 2015-02-09  Martin Liska  <mliska@suse.cz>
20386         * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
20387         just if not yet registered.
20388         (ipa_icf_generate_summary): Register callgraph hooks.
20390 2015-02-08  Andrew Pinski  <apinski@cavium.com>
20392         * config/aarch64/aarch64.c (gty_dummy): Delete.
20394 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20396         PR ipa/63566
20397         * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
20398         (cgraph_node::local_p): Remove thunk related FIXME.
20400 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20402         PR ipa/63566
20403         * i386.c (ix86_function_regparm): Look through aliases to see if callee
20404         is local and optimized.
20405         (ix86_function_sseregparm): Likewise; also use target's SSE math
20406         settings; error out instead of silently generating wrong code
20407         on mismatches.
20408         (init_cumulative_args): Look through aliases.
20410 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20412         PR ipa/63566
20413         * ipa-split.c (execute_split_functions): Split if function has aliases.
20415 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
20417         PR ipa/63566
20418         * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
20419         aliases before trying to expand it.
20420         (cgraph_node::expand_thunk): Fix formating.
20422 2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
20424         * doc/extend.texi (Function Attributes [naked]): Copy-edit.
20425         (Using Assembly Language with C): Expand introduction.
20426         (Basic Asm): Copy-edit.  Add more information about uses of
20427         basic asm.
20428         (Extended Asm): Copy-edit.  Document new escape syntax and
20429         %l[label] syntax.
20430         (Global Reg Vars): Copy-edit.
20431         (Local Reg Vars): Likewise.
20433 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
20435         PR debug/2714
20436         PR bootstrap/64256
20437         * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
20438         (DBX_CONTIN_CHAR): Define.
20440 2015-02-06  Sebastian Pop  <s.pop@samsung.com>
20441             Brian Rzycki  <b.rzycki@samsung.com>
20443         PR tree-optimization/64878
20444         * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
20445         (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
20446         Stop recursion at loop phi nodes after having visited a loop phi node.
20448 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
20450         * toplev.c (process_options): Change flag_ipa_ra before creating
20451         optimization_{default,current}_node.
20453         PR ipa/64896
20454         * cgraphunit.c (cgraph_node::expand_thunk): If
20455         restype is not is_gimple_reg_type nor the thunk_fndecl
20456         returns aggregate_value_p, set restmp to a temporary variable
20457         instead of resdecl.
20459 2015-02-06  Vladimir Makarov  <vmakarov@redhat.com>
20461         * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
20463 2015-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
20465         PR target/64205
20466         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
20467         add a general secondary reload handler for SDmode, unless we have
20468         both read/write support for SDmode.
20470 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
20472         PR middle-end/64937
20473         * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
20474         Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
20475         or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
20476         1 before, push it to abstract_vec.
20477         (dwarf2out_abstract_function): Adjust caller.  Don't call
20478         set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
20479         DECL_ABSTRACT_P flags for all abstract_vec elts.
20481 2015-02-06  Renlin Li  <renlin.li@arm.com>
20483         * tree-ssa-forwprop.c (execute): Keep location info while rewrite
20484         complex gimple.
20485         * tree-ssa.c (execute_update_addresses_taken): Likewise.
20487 2015-02-06  Jeff Law  <law@redhat.com>
20489         PR target/64889
20490         * config/h8300/h8300.c (push): New argument "in_prologue".
20491         Pass "in_prologue" along to "F".
20492         (h8300_push_pop): Corresponding changes.
20493         (h8300_expand_prologue): Likewise.
20494         (h8300_swap_into_er6): Likewise.  Do not set RTX_FRAME_RELATED_P.
20496 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
20498         PR rtl-optimization/64957
20499         PR debug/64817
20500         * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
20501         IOR rather than for AND.
20503 2015-02-06  Eric Botcazou  <ebotcazou@adacore.com>
20505         PR target/62631
20506         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
20507         of shift-add and (add + shift) operations.  Rename local variable.
20509 2015-02-05  Jeff Law  <law@redhat.com>
20511         PR target/17306
20512         * config/h8300/constraints.md (U): Correctly dectect
20513         "eightbit_data" memory addresses.
20514         * config/h8300/h8300.c (eightbit_constant_address_p): Also
20515         handle (const (plus (symbol_ref (x)))) where x is declared
20516         as an 8-bit data memory address.
20517         * config/h8300/h8300.md (call, call_value): Correctly detect
20518         "funcvec" functions.
20520         PR target/43264
20521         * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
20522         24 to 28 bits for the H8/300.
20524 2015-02-06  Alan Modra  <amodra@gmail.com>
20526         PR target/64876
20527         * config/rs6000/rs6000.c (chain_already_loaded): New function.
20528         (rs6000_call_aix): Use it.
20530 2015-02-05  Jan Hubicka <hubicka@ucw.cz>
20532         * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
20533         check.
20535 2015-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>
20537         * config/h8300/constraints.md ("U" constraint): Use strict
20538         variant of REG_OK_FOR_BASE_P after reload has started.
20540 2015-02-04  Mantas Mikaitis  <mantas.mikaitis@arm.com>
20542         * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
20543         define to zero if !TARGET_NEON.
20544         (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
20546 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20547             Trevor Saunders  <tsaunders@mozilla.com>
20549         PR ipa/61548
20550         * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
20552 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20554         PR ipa/61548
20555         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
20556         when removing varpool nodes.
20558 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20560         PR ipa/61548
20561         * varpool.c (varpool_node::remove): Fix order of variables.
20563 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20565         PR ipa/64686
20566         * ipa-inline.c (inline_small_functions): Fix ordering issue between
20567         speculation resolution and key updates.
20569 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20571         * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
20572         about not letting any speculative edges unupdated.
20574 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20576         PR gcov/64123
20577         * gcov-io.c (gcov_var): Export.
20579 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20581         PR middle-end/64922
20582         * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
20583         edges that become speculative.
20585 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
20587         * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
20588         or DW_LANG_Fortran08.
20589         (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
20590         DW_LANG_Fortran08.
20591         (gen_compile_unit_die): Handle "GNU Fortran2003" and
20592         "GNU Fortran2008" language strings.
20593         * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
20594         * langhooks.h (lang_GNU_Fortran): New prototype.
20595         * langhooks.c (lang_GNU_Fortran): New function.
20596         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
20597         lang_GNU_Fortran.
20599 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
20601         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
20602         (RTX_OK_FOR_OLO10_P): Likewise.
20604 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
20606         * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
20608 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
20610         PR middle-end/64922
20611         * gimple.c: Include gimple-ssa.h.
20612         (maybe_remove_unused_call_args): New function.
20613         * gimple.h (maybe_remove_unused_call_args): Declare.
20614         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
20615         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
20616         * gimple-fold.c (gimple_fold_call): Likewise.
20618 2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
20620         PR rtl-optimization/64905
20621         * lra-eliminations.c (setup_can_eliminate): Clear hard frame
20622         pointer alignment if it isn't needed.
20624 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
20626         * config/aarch64/aarch64-cores.def: Add cortex-a72 and
20627         cortex-a72.cortex-a53.
20628         * config/aarch64/aarch64-tune.md: Regenerate.
20629         * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
20631 2015-02-04  Nick Clifton  <nickc@redhat.com>
20633         * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
20634         inside a MEM.
20636 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
20638         * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
20639         (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
20640         (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
20641         of DEF_BUILTIN.
20642         (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
20643         BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
20644         DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
20645         (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
20646         BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
20647         BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
20648         DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
20649         * tree-core.h (enum built_in_function): In between
20650         BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
20651         for builtins that use DEF_BUILTIN_CHKP macro.
20653 2015-02-04  Alexandre Oliva <aoliva@redhat.com>
20655         PR debug/64817
20656         * cfgexpand.c (expand_debug_expr): Compute unsignedp from
20657         operands for tcc_comparison exprs.  Fix typos.
20659         PR debug/64817
20660         * simplify-rtx.c (simplify_binary_operation_1): Simplify one
20661         of two XORs that have an intervening AND or IOR.
20663         PR debug/64817
20664         * simplify-rtx.c (simplify_binary_operation_1): Rewrite
20665         simplification of XOR of AND to not allocate new rtx before
20666         committing to a simplification.
20668 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20670         * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
20671         manual swaps in all peepholes.
20673 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20675         * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
20676         of manual swapping implementation.
20677         (aarch64_expand_vec_perm_const_1): Likewise.
20679 2015-02-04  James Greenhalgh <james.greenhalgh@arm.com>
20681         * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
20682         (generic_addrcost_table): Remove NAMED_PARAM.
20683         (cortexa57_addrcost_table): Likewise.
20684         (xgene1_addrcost_table): Likewise.
20685         (generic_regmove_table): Likewise.
20686         (cortexa53_regmove_table): Likewise.
20687         (xgene1_regmove_table): Likewise.
20688         (generic_vector_table): Likewise.
20689         (cortexa57_vector_table): Likewise.
20690         (xgene1_vector_table): Likewise.
20691         (generic_tunings): Likewise.
20692         (cortexa53_tunings): Likewise.
20693         (cortexa57_tunings): Likewise.
20694         (xgene1_tunings): Likewise.
20696 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
20698         * config/arm/arm-cores.def: Add cortex-a72 and
20699         cortex-a72.cortex-a53.
20700         * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
20701         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
20702         * config/arm/arm-tune.md: Regenerate.
20703         * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
20704         "cortex-a72.cortex-a53".
20705         * doc/invoke.texi (ARM Options/-mtune): Likewise.
20707 2015-02-04  Nick Clifton  <nickc@redhat.com>
20709         PR target/64408
20710         * config/fr30/predicates.md (di_operand): Add SUBREG to the list
20711         of accepted codes.
20712         (nonimmediate_di_operand): Likewise.
20714         * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
20715         prefixes of known F5 using MSP430 MCUs.
20717 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20719         * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
20720         * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
20721         instead of __builtin_sqrt.
20723 2015-02-04  Ilya Enkovich  <ilya.enkovich@intel.com>
20725         * varasm.c (do_assemble_alias): Follow transparent alias
20726         chain for target.
20727         (default_assemble_visibility): Follow transparent alias
20728         chain for decl name.
20730 2015-02-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20732         PR middle-end/62103
20733         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
20734         to compute size of referenced value in the constant case.
20736 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
20738         PR rtl-optimization/64756
20739         * cse.c (invalidate_dest): New function.
20740         (cse_insn): Use it.  If dest != SET_DEST (sets[i].rtl) and
20741         HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
20742         invalidate and do not record it.
20744 2015-02-03  Oleg Endo  <olegendo@gcc.gnu.org>
20746         PR target/64660
20747         * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
20748         atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
20749         atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
20750         atomic_nand<mode>_soft_tcb): New insns.
20751         (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
20752         Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
20753         (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
20754         Split into atomic_not_fetchsi_hard if operands[0] is unused.
20755         (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
20756         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
20757         (atomic_fetch_not<mode>_hard): Convert to insn_and_split.  Split into
20758         atomic_not<mode>_hard if operands[0] is unused.
20759         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
20760         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
20761         if operands[0] is unused.
20762         (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split.  Split
20763         into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
20764         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
20765         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
20766         unused.
20767         (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split.  Split
20768         into atomic_not<mode>_soft_tcb if operands[0] is unused.
20769         (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
20770         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
20771         if operands[0] is unused.
20772         (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split.  Split
20773         into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
20774         (atomic_fetch_nandsi_hard): Convert to insn_and_split.  Split into
20775         atomic_nand_fetchsi_hard if operands[0] is unused.
20776         (atomic_fetch_nand<mode>_hard): Convert to insn_and_split.  Split into
20777         atomic_nand<mode>_hard if operands[0] is unused.
20778         (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split.  Split
20779         into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
20780         (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split.  Split
20781         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
20782         (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split.  Split
20783         into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
20784         (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
20785         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
20786         (atomic_not_fetch<mode>_hard): Convert to insn_and_split.  Split into
20787         atomic_not<mode>_hard if operands[0] is unused.
20788         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
20789         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
20790         unused.
20791         (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
20792         into atomic_not<mode>_soft_tcb if operands[0] is unused.
20793         (atomic_nand_fetch<mode>_hard): Convert to insn_and_split.  Split into
20794         atomic_nand<mode>_hard if operands[0] is unused.
20795         (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
20796         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
20798 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
20800         PR jit/64810
20801         * Makefile.in (GCC_OBJS): Add gcc-main.o.
20802         * gcc-main.c: New file, containing "main" taken from gcc.c.
20803         * gcc.c (do_self_spec): Free decoded_options.
20804         (class driver): Move declaration to gcc.h.
20805         (main): Move declaration and implementation to new file
20806         gcc-main.c.
20807         (driver_get_configure_time_options): New function.
20808         * gcc.h (class driver): Move this declaration here, from
20809         gcc.c.
20810         (driver_get_configure_time_options): New declaration.
20812 2015-02-03  Jan Hubicka  <hubicka@ucw.cz>
20814         * ipa-inline-analysis.c (simple_edge_hints): Fix check for
20815         cross-module inlining.
20816         * cgraph.h (cgraph_node): Add flag merged.
20817         * ipa-icf.c (sem_function::merge): Maintain it.
20819 2015-02-03  Richard Sandiford  <richard.sandiford@arm.com>
20821         * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
20822         instead of OBJECT_P.
20824 2015-02-03  Eric Botcazou  <ebotcazou@adacore.com>
20826         PR target/62631
20827         * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
20828         (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
20829         * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
20830         int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
20832 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
20834         PR other/63504
20835         * combine.c (reg_n_sets_max): New variable.
20836         (can_change_dest_mode, reg_nonzero_bits_for_combine,
20837         reg_num_sign_bit_copies_for_combine, get_last_value_validate,
20838         get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
20839         (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
20840         (rest_of_handle_combine): Initialize reg_n_sets_max.
20842 2015-02-02  Jan Hubicka  <hubicka@ucw.cz>
20844         * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
20845         if some always_inline was inlined, apply changes before inlining
20846         heuristically.
20848 2015-02-02  David Malcolm  <dmalcolm@redhat.com>
20850         PR jit/64810
20851         * config/arm/arm.c (arm_option_override): Set
20852         arm_selected_arch/cpu/tune to NULL on entry.
20854 2015-02-02  Tejas Belagod  <tejas.belagod@arm.com>
20855             Andrew Pinski  <pinskia@gcc.gnu.org>
20856             Jakub Jelinek  <jakub@gcc.gnu.org>
20858         PR target/64231
20859         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
20860         integer typing for small model. Use IN_RANGE.
20862 2015-02-02  Richard Biener  <rguenther@suse.de>
20864         * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
20865         * tree-vrp.c (vrp_valueize_1): Likewise.
20867 2015-02-02  Alan Modra  <amodra@gmail.com>
20869         * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
20870         than mem for toc_restore.
20871         * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
20872         (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
20873         (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
20875 2015-02-01  David Edelsohn  <dje.gcc@gmail.com>
20877         PR target/64047
20878         * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
20879         explicit default options.
20881 2015-02-01  Jan Hubicka  <hubicka@ucw.cz>
20883         PR ipa/64872
20884         * ipa-utils.c (ipa_merge_profiles): Add release argument.
20885         * ipa-icf.c (sem_function::merge): Do not release body when merging.
20886         * ipa-utils.h (ipa_merge_profiles): Update prototype.
20888 2015-02-01  Jakub Jelinek  <jakub@redhat.com>
20890         PR debug/64817
20891         * cfgexpand.c (deep_ter_debug_map): New variable.
20892         (avoid_deep_ter_for_debug): New function.
20893         (expand_debug_expr): If TERed SSA_NAME is in
20894         deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
20895         instead of trying to expand SSA_NAME's def stmt.
20896         (expand_debug_locations): When expanding debug bind
20897         of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
20898         temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
20899         value.
20900         (pass_expand::execute): Call avoid_deep_ter_for_debug on
20901         all debug bind stmts.  Delete deep_ter_debug_map after
20902         expand_debug_location if non-NULL and clear it.
20904 2015-02-01  Oleg Endo  <olegendo@gcc.gnu.org>
20906         PR target/64851
20907         * config/sh/sync.md (atomic_fetch_notsi_hard,
20908         atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
20909         atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
20910         atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
20911         atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
20912         atomic_not_fetch<mode>_soft_imask): New insns.
20914 2015-02-01  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
20916         * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
20917         (rank_for_schedule_debug): Split from ...
20918         (rank_for_schedule): ... this.
20919         (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
20920         * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
20922 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
20924         * doc/md.texi (Machine Constraints): Alphabetize table by target.
20925         * doc/extend.texi (x86 Variable Attributes): Move section to
20926         correct alphabetization after renaming.
20927         (x86 Type Attributes): Likewise.
20928         (Target Builtins): Re-alphabetize menu.
20929         (x86 Built-in Functions): Move section to correct alphabetization
20930         after renaming.
20931         (x86 transactional memory intrinsics): Likewise.
20932         * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
20933         and x86 Windows Options in table and menu.
20934         (x86 Options): Move section to correct alphabetization after
20935         renaming.
20936         (x86 Windows Options): Likewise.
20938 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
20940         * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
20941         preferred names of the architecture and its 32- and 64-bit
20942         variants.
20943         * doc/invoke.texi: Likewise.
20944         * doc/md.texi: Likewise.
20946 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
20948         PR target/64882
20949         * config/i386/predicates.md (address_no_seg_operand): Reject
20950         non-CONST_INT_P operands in invalid mode.
20952 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
20954         * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
20955         address_operand 0.  Rename from *prefetch_prefetchwt1_<mode>.
20956         * config/i386/predicates.md (address_no_seg_operand): Call
20957         address_operand with VOIDmode.
20958         (vsib_address_operand): Ditto.
20959         (address_mpx_no_base_operand): Ditto.
20960         (address_mpx_no_index_operand): Ditto.
20962 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
20964         PR target/64688
20965         * lra-constraints.c (original_subreg_reg_mode): New.
20966         (simplify_operand_subreg): Try to simplify subreg of const.  Use
20967         original_subreg_reg_mode for it.
20968         (swap_operands): Update original_subreg_reg_mode.
20969         (curr_insn_transform): Set up original_subreg_reg_mode.
20971 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
20973         PR target/64617
20974         * lra-constraints.c (prohibited_class_reg_set_mode_p): New
20975         function.
20976         (process_alt_operands): Use it.
20977         (curr_insn_transform): Check the optional reload pseudo class is
20978         ok for the mode.
20980 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
20982         * diagnostic.c (fatal_error (const char *, ...)): Remove function.
20983         * diagnostic-core.h (fatal_error (const char *, ...)): Remove
20984         prototype.
20985         * toplev.h (init_asm_output): Update comment on use of
20986         UNKNOWN_LOCATION with fatal_error.
20987         * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
20988         config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
20989         config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
20990         config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
20991         config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
20992         config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
20993         config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
20994         ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
20995         lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
20996         lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
20997         tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
20998         fatal_error changed to pass input_location as first argument.
21000 2015-01-30  Martin Liska  <mliska@suse.cz>
21002         * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
21003         in #pragma GCC diagnostic guards.
21005 2015-01-30  Richard Biener  <rguenther@suse.de>
21007         PR tree-optimization/64829
21008         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
21009         not add a widening conversion pattern but hand off extra
21010         widenings to callers.
21011         (vect_recog_widen_mult_pattern): Handle extra widening produced
21012         by vect_handle_widen_op_by_const.
21013         (vect_recog_widen_shift_pattern): Likewise.
21014         (vect_pattern_recog_1): Remove excess vertical space in dumping.
21015         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
21016         (vect_init_vector_1): Likewise.
21017         (vect_get_vec_def_for_operand): Likewise.
21018         (vect_finish_stmt_generation): Likewise.
21019         (vectorizable_load): Likewise.
21020         (vect_analyze_stmt): Likewise.
21021         (vect_is_simple_use): Likewise.
21023 2015-01-29  Jeff Law  <law@redhat.com>
21025         * combine.c (try_combine): Fix typo in comment.
21027 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
21029         PR target/64580
21030         * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
21031         (rs6000_stack_info): Add assert.
21032         (rs6000_output_savres_externs): New function, split off from...
21033         (rs6000_output_function_prologue): ... here.  Do not call it for
21034         thunks.
21036 2015-01-29  Jeff Law  <law@redhat.com>
21038         PR target/15184
21039         * combine.c (try_combine): If I0 is a memory load and I3 a store
21040         to a related address, increase the "goodness" of doing a 4-insn
21041         combination with I0-I3.
21042         (make_field_assignment): Handle SUBREGs in the ior+and case.
21044 2015-01-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
21046         PR tree-optimization/64746
21047         * tree-if-conv.c (mask_exists): New function.
21048         (predicate_mem_writes): Save created mask with given size for further
21049         use.
21050         (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
21051         (ifcvt_repair_bool_pattern): Collect all statements that are root
21052         of bool pattern and use iterative algorithm to remove multiple uses
21053         of predicates, display number of required iterations.
21055 2015-01-29  Richard Biener  <rguenther@suse.de>
21057         PR tree-optimization/64853
21058         * tree-vrp.c (vrp_valueize_1): Do not return anything if the
21059         stmt will get simulated again.
21060         * tree-ssa-ccp.c (valueize_op_1): Likewise.
21062 2015-01-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21064         * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
21065         return_in_pc.  Remove redundant assignments.
21066         (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
21067         (arm_expand_epilogue): Don't compare boolean with true in if condition.
21069 2015-01-29  Uros Bizjak  <ubizjak@gmail.com>
21071         * config/i386/i386.c (ix86_mode_after): Make static.
21073 2015-01-29  Richard Biener  <rguenther@suse.de>
21075         PR tree-optimization/64844
21076         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
21077         dump cost model analysis.
21078         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
21079         Do not register adjusted load/store costs here.
21081 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
21082             Uros Bizjak  <ubizjak@gmail.com>
21084         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
21085         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
21086         using x86_use_pseudo_pic_reg.
21087         * config/i386/i386.c (ix86_conditional_register_usage): Remove
21088         support for fixed PIC register.
21089         (ix86_use_pseudo_pic_reg): Not static any more.
21091 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
21093         PR middle-end/64805
21094         * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
21095         to avoid error in cgraph node verification.
21097 2015-01-29  Marek Polacek  <polacek@redhat.com>
21099         * doc/standards.texi: Reflect that the default for C is gnu11.
21101 2015-01-29  Kaz Kojima  <kkojima@gcc.gnu.org>
21103         PR target/64761
21104         * reorg.c (switch_text_sections_between_p): New function.
21105         (relax_delay_slots): Call it when testing if the jump insn
21106         is removable.  Use targetm.can_follow_jump when testing if
21107         the conditional branch can follow an unconditional jump.
21109 2015-01-27  Caroline Tice  <cmtice@google.com>
21111         Committing VTV Cywin/Ming patch for Patrick Wollgast
21112         * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
21113         if -fvtable-verify=preinit/std is used.
21114         * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
21115         * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
21116         * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
21117         if -fvtable-verify=preinit/std is used.
21118         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
21119         * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
21120         if -fvtable-verify=preinit/std is used.
21121         * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
21122         * config/i386/mingw32.h (LIB_SPEC): Likewise.
21123         * varasm.c (assemble_variable): Add code to properly set the comdat
21124         section and name for the .vtable_map_vars section in case the
21125         target is PE or COFF.
21127 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
21129         PR ipa/64801
21130         * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
21131         make sane BB profile.
21132         (cgraph_node::expand_thunk): Make sane BB profile.
21133         (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
21134         * cgraph.h (init_lowered_empty_function): Update prototype.
21135         * config/i386/i386.c (make_resolver_func): Update call.
21136         * predict.c (gate): Disable branch prediction pass if
21137         profile is already there.
21139 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
21141         * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
21142         * opth-gen.awk: Likewise.
21143         * common.opt: Mark flag_fp_contract_mode as Optimization.
21145 2015-01-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21147         * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
21148         * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
21150 2015-01-28  Oleg Endo  <olegendo@gcc.gnu.org>
21152         PR target/64659
21153         * config/sh/predicates.md (atomic_arith_operand,
21154         atomic_logical_operand): Remove.
21155         * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
21156         (atomic_arith_operand_0): New predicate.
21157         (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
21158         Use atomic_arith_operand_0 for input values.
21159         (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
21160         atomic_compare_and_swap<mode>_soft_gusa,
21161         atomic_compare_and_swap<mode>_soft_tcb,
21162         atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
21163         arith_reg_operand instead of register_operand.
21164         (atomic_exchange<mode>): Use arith_reg_dest for output value.  Use
21165         atomic_arith_operand_0 for newval input.
21166         (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
21167         atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
21168         atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
21169         arith_reg_operand instead of register_operand.
21170         (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
21171         fetchop_predicate_1, fetchop_constraint_1_llcs,
21172         fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
21173         fetchop_constraint_1_imask): New code iterator attributes.
21174         (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
21175         register_operand.  Use fetchop_predicate_1.
21176         (atomic_fetch_<fetchop_name>si_hard,
21177         atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
21178         register_operand.  Use fetchop_predicate_1, fetchop_constraint_1_llcs.
21179         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
21180         and arith_reg_operand instead of register_operand.  Use
21181         fetchop_predicate_1, fetchop_constraint_1_gusa.
21182         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
21183         and arith_reg_operand instead of register_operand.  Use
21184         fetchop_predicate_1, fetchop_constraint_1_tcb.  Adjust asm sequence
21185         to allow R0 usage.
21186         (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
21187         and arith_reg_operand instead of register_operand.  Use
21188         fetchop_predicate_1, fetchop_constraint_1_imask.  Adjust asm sequence
21189         to allow R0 usage.
21190         (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
21191         register_operand.  Use atomic_logical_operand_1.
21192         (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
21193         atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
21194         arith_reg_operand instead of register_operand.
21195         (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
21196         Use arith_reg_dest and arith_reg_operand instead of register_operand.
21197         Use logical_operand and rK08.  Adjust asm sequence to allow R0 usage.
21198         (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
21199         register_operand.  Use fetchop_predicate_1.
21200         (atomic_<fetchop_name>_fetchsi_hard,
21201         atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
21202         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
21203         fetchop_constraint_1_llcs.
21204         (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
21205         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
21206         fetchop_constraint_1_gusa.
21207         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
21208         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
21209         fetchop_constraint_1_tcb.  Adjust asm sequence to allow R0 usage.
21210         (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
21211         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
21212         fetchop_constraint_1_imask.  Adjust asm sequence to allow R0 usage.
21213         (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
21214         register_operand.  Use atomic_logical_operand_1.
21215         (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
21216         atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
21217         arith_reg_operand instead of register_operand.
21218         (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
21219         arith_reg_operand instead of register_operand.  Use logical_operand
21220         and K08.  Adjust asm sequence to allow R0 usage.
21221         (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
21222         arith_reg_operand instead of register_operand.  Use logical_operand
21223         and K08.
21225 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
21227         PR other/63504
21228         * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
21229         Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
21230         (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
21231         only get_full_len HOST_WIDE_INTs from get_val () array rather than
21232         all bits in *val_wide.
21234 2015-01-28  Jan Hubicka  <hubicka@ucw.cz>
21236         * varpool.c (tls_model_names): Fix names.
21237         (varpool_node::dump): Dump tls- prefix for tls models.
21239 2015-01-28  Thomas Schwinge  <thomas@codesourcery.com>
21240             Bernd Schmidt  <bernds@codesourcery.com>
21241             Nathan Sidwell  <nathan@codesourcery.com>
21243         * config/nvptx/mkoffload.c: New file.
21244         * config/nvptx/t-nvptx: Add build rules for it.
21245         * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
21246         (extra_programs): Add mkoffload.
21247         * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
21248         function.
21249         (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
21251 2015-01-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
21253         PR middle-end/64809
21254         * cfgexpand.c (reorder_operands): Skip debug gimples.
21256 2015-01-28  Ilya Enkovich  <ilya.enkovich@intel.com>
21258         PR tree-optimization/64277
21259         * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
21260         range info when possible to refine estimation.
21262 2015-01-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
21264         PR tree-optimization/64718
21265         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
21266         be a 16bit unsigned integer when n->range is 16.
21267         (bswap_replace): Convert src to that type if necessary for all bswap
21268         sizes.  Fix rotation right notation in nearby comment.  Use bswap_type
21269         set in pass_optimize_bswap::execute ().
21271 2015-01-28  James Greenhalgh  <james.greenhalgh@arm.com>
21273         * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
21274         * config/aarch64/aarch64-simd-builtins.def (abs): Split by
21275         integer and floating point variants.
21276         * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
21278 2015-01-28  Robert Suchanek  <robert.suchanek@imgtec.com>
21280         * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
21281         for all vector modes.
21283 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
21285         PR bootstrap/64612
21286         * doc/sourcebuild.texi (comdat_group): Document.
21288 2015-01-28  Terry Guo  <terry.guo@arm.com>
21290         * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
21292 2015-01-27  David Malcolm  <dmalcolm@redhat.com>
21294         * toplev.c (print_version): Add param "show_global_state", and
21295         only print GGC and plugin information if it is true.
21296         (init_asm_output): Pass in "true" for the new param when calling
21297         print_version.
21298         (process_options): Likewise.
21299         (toplev::main): Likewise.
21300         * toplev.h (print_version): Add new param to decl.
21302 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
21304         PR ipa/60871
21305         PR ipa/64139
21306         * tree.c (lookup_binfo_at_offset): New function.
21307         (get_binfo_at_offset): Use it.
21309 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
21311         PR ipa/64282
21312         * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
21313         on vtable being vtable.
21315 2015-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
21317         * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
21318         * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
21319         -mhotpatch= option.
21320         * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
21321         -mno-hotpatch options.  Change syntax of -mhotpatch= option.
21322         * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
21323         Renamed.
21324         (s390_hotpatch_trampoline_halfwords_max): Renamed.
21325         (s390_hotpatch_hw_max): New name.
21326         (s390_hotpatch_trampoline_halfwords): Renamed.
21327         (s390_hotpatch_hw_before_label): New name.
21328         (get_hotpatch_attribute): Removed.
21329         (s390_hotpatch_hw_after_label): New name.
21330         (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
21331         attribute.
21332         (s390_attribute_table): Ditto.
21333         (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
21334         (s390_function_num_hotpatch_hw): New name.
21335         Remove special handling of inline functions and hotpatching.
21336         Return number of nops before and after the function label.
21337         (s390_can_inline_p): Removed.
21338         (s390_asm_output_function_label): Emit a configurable number of nops
21339         after the function label.
21340         (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
21341         (TARGET_CAN_INLINE_P) Removed.
21342         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
21344 2015-01-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21345             Jiong Wang  <jiong.wang@arm.com>
21347         * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
21348         of scratch reg.
21349         (cb<optab><mode>1): Likewise.
21350         * config/aarch64/iterators.md (bcond): New define_code_attr.
21352 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21354         * config/s390/s390.c (s390_memory_move_cost): Increase costs for
21355         memory accesses.
21357 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21359         * config/s390/s390.c (s390_register_move_cost): Increase costs for
21360         FPR->GPR moves.
21362 2015-01-27  Richard Biener  <rguenther@suse.de>
21364         * tree-vrp.c (update_value_range): Intersect the range with
21365         old recorded SSA name range information.
21367 2015-01-27  Nick Clifton  <nickc@redhat.com>
21369         * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
21370         BC, DE and HL registers directly, not via AX.
21371         When decrementing the stack pointer by a large amount, transfer SP
21372         into AX and perform the subtraction there.
21373         (rl78_expand_epilogue): Perform the inverse of the above
21374         enhancements.
21376 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21378         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
21380 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
21381             Yury Gribov  <y.gribov@samsung.com>
21383         PR ubsan/64741
21384         * ubsan.c (ubsan_source_location): Refactor code.
21385         (ubsan_type_descriptor): Update type size. Refactor code.
21387 2015-01-27  Richard Biener  <rguenther@suse.de>
21389         PR tree-optimization/56273
21390         PR tree-optimization/59124
21391         PR tree-optimization/64277
21392         * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
21393         from the first VRP pass.
21395 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
21397         PR ipa/64776
21398         * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
21399         handle the first argument in the same loop as all the other arguments.
21401         PR rtl-optimization/61058
21402         * jump.c (cleanup_barriers): Update basic block boundaries
21403         if BLOCK_FOR_INSN is non-NULL on PREV.
21405 2015-01-27  Ilya Enkovich  <ilya.enkovich@intel.com>
21407         * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
21408         bounds narrowing, already instrumented calls and calls to
21409         not instrumentable functions.
21411 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
21413         PR tree-optimization/64807
21414         * wide-int.cc (wi::divmod_internal): Clear
21415         b_dividend[dividend_blocks_needed].
21417 2015-01-26  DJ Delorie  <dj@redhat.com>
21419         * config/rl78/rl78.c (move_elim_pass): Don't optimize away
21420         volatile memory references.
21422 2015-01-26  Oleg Endo  <olegendo@gcc.gnu.org>
21424         PR target/49263
21425         * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
21426         remove_insn.
21427         * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
21428         shifts if it already fits into K08.
21430 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
21432         PR ipa/64730
21433         * ipa-inline.c (inline_small_functions): Print "unknown" even
21434         if edge->call_stmt is non-NULL, but has builtins or unknown
21435         location.
21437         PR middle-end/64421
21438         * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
21439         with asterisk, skip the first character.
21441 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
21443         PR target/64806
21444         * config/i386/i386 (feature_priority): Revert the last P_POPCNT
21445         order change.
21447 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
21449         PR target/64795
21450         * config/i386/i386.md (*movdi_internal): Also check operand 0
21451         to determine TYPE_LEA operand.
21452         (*movsi_internal): Ditto.
21454 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
21456         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
21457         OPTION_MASK_QUAD_MEMORY_ATOMIC.
21459 2015-01-26  Renlin Li  <renlin.li@arm.com>
21461         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
21462         the comment.
21463         * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
21464         for higher part.
21466 2015-01-26  Richard Biener  <rguenther@suse.de>
21468         PR middle-end/64764
21469         * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
21470         combining two BIT_AND_EXPR predicates.
21472 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
21474         PR bootstrap/64754
21475         * tree-ssa-structalias.c (new_var_info): Initialize ruid.
21477 2015-01-26  Terry Guo  <terry.guo@arm.com>
21479         * config/arm/arm.c (arm_file_start): Update the assignment of
21480         Tag_ABI_HardFP_use.
21482 2015-01-25  James Greenhalgh  <james.greenhalgh@arm.com>
21484         * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
21485         pipeline model.
21486         config/arm/arm.md: Include the new Cortex-A57 model.
21487         (generic_sched): Don't use generic_sched when tuning for
21488         Cortex-A57.
21490 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
21491             Uros Bizjak  <ubizjak@gmail.com>
21493         * config/i386/i386.c (get_builtin_code_for_version): Add
21494         support for BMI and BMI2 multiversion functions.
21496 2015-01-25  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21498         * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
21499         (extract_bit_field): Likewise.
21500         (extract_low_bits): Likewise.
21501         (expand_mult): Likewise.
21502         (expand_mult_highpart_adjust): Likewise.
21504 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
21506         * config/i386/driver-i386.c (host_detect_local_cpu): Check new
21507         Silvermont, Haswell, Broadwell and Knights Landing model numbers.
21508         * config/i386/i386.c (processor_model): Add
21509         M_INTEL_COREI7_BROADWELL.
21510         (arch_names_table): Add "broadwell".
21512 2015-01-24  Oleg Endo  <olegendo@gcc.gnu.org>
21514         PR target/49263
21515         PR target/53987
21516         PR target/64345
21517         PR target/59533
21518         PR target/52933
21519         PR target/54236
21520         PR target/51244
21521         * config/sh/sh-protos.h
21522         (sh_extending_set_of_reg::can_use_as_unextended_reg,
21523         sh_extending_set_of_reg::use_as_unextended_reg,
21524         sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
21525         sh_is_movrt_insn, sh_insn_operands_modified_between_p,
21526         sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
21527         sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
21528         (sh_treg_insns): New class.
21529         * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
21530         (scope_counter): New class.
21531         (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
21532         sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
21533         sh_extending_set_of_reg::can_use_as_unextended_reg,
21534         sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
21535         sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
21536         sh_split_treg_set_expr): New functions.
21537         (addsubcosts): Handle treg_set_expr.
21538         (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
21539         (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
21540         (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
21541         (sh_insn_operands_modified_between_p): Make non-static.
21542         * config/sh/predicates.md (zero_extend_movu_operand): Allow
21543         simple_mem_operand in addition to displacement_mem_operand.
21544         (zero_extend_operand): Don't allow zero_extend_movu_operand.
21545         (treg_set_expr, treg_set_expr_not_const01,
21546         arith_reg_or_treg_set_expr): New predicates.
21547         * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
21548         arith_or_int_operand instead of logical_operand.  Convert to
21549         insn_and_split.  Try to optimize constant operand in splitter.
21550         (tsthi_t, tstqi_t): Fold into *tst<mode>_t.  Convert to insn_and_split.
21551         (*tstqi_t_zero): Delete.
21552         (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
21553         (tstsi_t_and_not): Delete.
21554         (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
21555         Convert to insn_and_split.
21556         (unnamed split, tstsi_t_zero_extract_xor,
21557         tstsi_t_zero_extract_subreg_xor_little,
21558         tstsi_t_zero_extract_subreg_xor_big): Delete.
21559         (*tstsi_t_shift_mask): New insn_and_split.
21560         (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
21561         to recombine with surrounding insns when splitting.
21562         (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
21563         (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
21564         (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
21565         *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
21566         (*cbranch_div0s: Delete.
21567         (*addc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
21568         Try to recombine with surrounding insns when splitting.  Add operand
21569         order variants.
21570         (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
21571         (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
21572         *addc_r_r_msb, *addc_2r_msb): Delete.
21573         (*addc_2r_lsb): Rename to *addc_2r_t.  Use treg_set_expr.  Add operand
21574         order variant.
21575         (*addc_negreg_t): New insn_and_split.
21576         (*subc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
21577         Try to recombine with surrounding insns when splitting.
21578         Add operand order variants.
21579         (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
21580         insn_and_split patterns.
21581         (*rotcr): Use arith_reg_or_treg_set_expr.  Try to recombine with
21582         surrounding insns when splitting.
21583         (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
21584         (*rotcl): Likewise.  Add zero_extract variant.
21585         (*ashrsi2_31): New insn_and_split.
21586         (*negc): Convert to insn_and_split.  Use treg_set_expr.
21587         (*zero_extend<mode>si2_disp_mem): Update comment.
21588         (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
21589         condition.
21590         (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr.  Try to recombine
21591         with surrounding insns when splitting.
21592         (any_treg_expr_to_reg): New insn_and_split.
21593         (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
21594         *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
21595         *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
21596         *zero_extract_2): New single bit zero extract patterns.
21597         (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
21598         (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
21599         *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
21600         *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
21601         set destination.
21602         (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
21603         register_operand for set source.
21605 2015-01-23  Jan Hubicka  <hubicka@ucw.cz>
21607         * i386.opt (prefetch_sse): New targetsave.
21608         * i386.c (ix86_function_specific_save): Save prefetch_sse.
21609         (ix86_function_specific_restore): Restore prefetch_sse and initialize
21610         ix86_cost/ix86_tune_cost.
21612 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
21614         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
21615         Support the JIT by using 0 as the language type.
21617 2015-01-23  Vladimir Makarov  <vmakarov@redhat.com>
21619         PR target/64317
21620         * lra-lives.c (make_hard_regno_born): Add parameter.  Don't make
21621         REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
21622         (mark_regno_live, process_bb_lives): Pass new parameter value to
21623         make_hard_regno_born.
21625 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
21627         PR rtl-optimization/63637
21628         PR rtl-optimization/60663
21629         * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
21630         if elt->cost is MAX_COST for ASM_OPERANDS.
21631         (find_sets_in_insn): Fix up comment typo.
21632         (cse_insn): Don't set src_volatile for all non-volatile
21633         ASM_OPERANDS in PARALLELs, but just those with multiple outputs
21634         or with "memory" clobber.  Set elt->cost to MAX_COST
21635         for ASM_OPERANDS in PARALLEL.  Set src_elt->cost to MAX_COST
21636         if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
21638 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
21640         * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
21641         alternative 1.
21643 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
21645         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
21646         libgcc/config/i386/elf-lib.h.
21648 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
21650         PR driver/64737
21651         * gcc.c (print_configuration): Don't print a blank line at the end
21652         here...
21653         (run_attempt): ... but here unstead.
21655         PR middle-end/64734
21656         * omp-low.c (scan_sharing_clauses): Don't ignore
21657         OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
21658         on target data/update constructs.
21660 2015-01-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21662         PR target/50928
21663         * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
21664         (DEBUG_RELOAD): Removed define.
21665         (m32c_limit_reload_class): Enable traces with if DEBUG0.
21666         (m32c_function_arg): Added a type cast.
21667         (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
21668         * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
21669         * config/m32c/bitops.md (andqi3_16): Likewise.
21670         * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
21671         (push_a01_l): Likewise.
21673 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
21675         PR jit/64721
21676         * main.c (main): Construct toplev instances with init_signals=true.
21677         * toplev.c (general_init): Add param "init_signals", and use it to
21678         conditionalize the calls to signal and host_hooks.extra_signals.
21679         (toplev::toplev): Add param "init_signals".
21680         (toplev::main): When invoking general_init, pass m_init_signals
21681         to control whether signal-handlers are installed.
21682         * toplev.h (toplev::toplev): Add param "init_signals".
21683         (toplev::m_init_signals): New field.
21685 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
21687         PR jit/64722
21688         * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
21689         NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
21690         latter may be affected by the former (e.g. on i686).
21692 2015-01-23  Martin Liska  <mliska@suse.cz>
21694         * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
21695         false positive during profiledbootstrap.
21697 2015-01-23  Tom de Vries  <tom@codesourcery.com>
21699         PR libgomp/64672
21700         * lto-opts.c (lto_write_options): Output non-explicit conservative
21701         -fno-openacc.
21702         * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
21703         (append_compiler_options): Pass -fopenacc through.
21705 2015-01-23  Tom de Vries  <tom@codesourcery.com>
21707         PR libgomp/64707
21708         * lto-opts.c (lto_write_options): Output non-explicit conservative
21709         -fno-openmp.
21710         * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
21711         (append_compiler_options): Pass -fopenmp through.
21713 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
21715         PR debug/64511
21716         * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
21717         GTY markup.
21719         * diagnostic-core.h (internal_error_no_backtrace): New prototype.
21720         * diagnostic.def (DK_ICE_NOBT): New kind.
21721         * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
21722         like DK_ICE, but never print backtrace.
21723         (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
21724         (internal_error_no_backtrace): New function.
21725         * gcc.c (execute): Use internal_error_no_backtrace instead of
21726         internal_error.
21728 2015-01-22  Jeff Law  <law@redhat.com>
21730         PR target/52076
21731         * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
21732         improve code density for small immediate to memory case.
21733         (insv): Better handle bitfield assignments when the field is
21734         being set to all ones.
21735         * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
21736         operand predicate.
21738 2015-01-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21739             Jakub Jelinek  <jakub@redhat.com>
21741         PR middle-end/64729
21742         * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
21743         for !TARGET_LIBC_PROVIDES_SSP version and
21744         -fstack-protector-{all,strong,explicit} otherwise.
21745         * config/freebsd.h (LINK_SSP_SPEC): Handle
21746         -fstack-protector-{strong,explicit}.
21748 2015-01-22  Jan Hubicka  <hubicka@ucw.cz>
21749             H.J. Lu  <hongjiu.lu@intel.com>
21751         PR ipa/64694
21752         * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
21753         heap.
21755 2015-01-22  Wei Mi  <wmi@google.com>
21757         PR rtl-optimization/64557
21758         * dse.c (record_store): Call get_addr for mem_addr.
21759         (check_mem_read_rtx): Likewise.
21761 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
21763         * fold-const.c (const_binop): Add early return for non-tcc_binary.
21765 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
21767         * toplev.c (init_local_tick): Process the failure when read
21768         fails for random_seed.
21770         * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
21771         'pretty_name' to avoid memory overflow.
21773 2015-01-22  Richard Biener  <rguenther@suse.de>
21775         PR middle-end/64728
21776         * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
21777         abnormal coalescing on undefined SSA names.
21779 2015-22-01  Uros Bizjak  <ubizjak@gmail.com>
21781         PR target/64688
21782         PR target/64477
21783         * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
21784         for alternative 3.
21785         (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
21787 2015-01-22  Trevor Saunders  <tsaunders@mozilla.com>
21789         PR middle-end/63325
21790         * fold-const.c (fold_checksum_tree): Don't include value of
21791         expr->decl_with_vis.symtab_node in the checksum.
21793 2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21795         * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
21797 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
21799         PR driver/64690
21800         * gcc.c (insert_comments): New function.
21801         (try_generate_repro): Call it.
21802         (append_text): Removed.
21804 2015-01-22  Richard Biener  <rguenther@suse.de>
21806         * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
21807         with IL incompatible options.  Properly honor user optimize
21808         attributes.
21810 2015-01-21  Segher Boessenkool  <segher@kernel.crashing.org>
21812         PR rtl-optimization/64682
21813         * combine.c (distribute_notes): When moving a death note for
21814         a register that is set in the new I2, make sure to put it
21815         before that new I2.
21817 2015-01-21  David Edelsohn  <dje.gcc@gmail.com>
21819         * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
21820         not TARGET_DEFAULT.
21822 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
21824         PR debug/64511
21825         * simplify-rtx.c (simplify_relational_operation_1): Don't try to
21826         optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
21827         into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
21829         PR sanitizer/64706
21830         * doc/invoke.texi (-fsanitize=vptr): Document.
21832         PR rtl-optimization/62078
21833         * dse.c: Include cfgcleanup.h.
21834         (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
21835         anything call purge_all_dead_edges and cleanup_cfg at the end
21836         of the pass.
21838 2015-01-21  Jan Hubicka  <hubicka@ucw.cz>
21840         * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
21841         edges.
21843 2015-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
21845         * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
21846         decl attribute.
21848 2015-01-21  David Sherwood  <david.sherwood@arm.com>
21849             Tejas Belagod <Tejas.Belagod@arm.com>
21851         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
21852         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
21853         * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
21854         Removed.
21856 2015-01-21  David Sherwood  <david.sherwood@arm.com>
21857             Tejas Belagod <Tejas.Belagod@arm.com>
21859         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
21860         (aarch64_reverse_mask): New decls.
21861         * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
21862         (insn_count): New mode_attr.
21863         * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
21864         (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
21865         (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
21866         (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
21867         (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
21868         (aarch64_simd_st4): New patterns.
21869         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
21870         (aarch64_reverse_mask): New functions.
21872 2015-01-21  Richard Sandiford  <richard.sandiford@arm.com>
21874         * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
21875         Declare.
21876         * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
21877         addressing modes for BE.
21878         (aarch64_print_operand): Add 'R' specifier.
21879         (aarch64_simd_disambiguate_copy): Delete.
21880         (aarch64_simd_emit_reg_reg_move): New function.
21881         * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
21882         in define_splits for structural moves.
21883         (mov<mode>): Use less restrictive predicates.
21884         (*aarch64_mov<mode>): Simplify and only allow for LE.
21885         (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
21887 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
21889         * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
21891 2015-01-21  Richard Henderson  <rth@redhat.com>
21893         PR target/64669
21894         * ccmp.c (used_in_cond_stmt_p): Remove.
21895         (expand_ccmp_expr): Don't use it.
21897 2015-01-21  Nick Clifton  <nickc@redhat.com>
21899         * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
21900         PARALLELs.
21902 2015-01-21  Richard Biener  <rguenther@suse.de>
21904         PR middle-end/64313
21905         * tree-core.h (builtin_info, builtin_info_type): Turn from
21906         an object with two arrays into an array of an object with
21907         decl and two flags, implicit_p and declared_p.
21908         * tree.h (builtin_decl_explicit, builtin_decl_implicit,
21909         set_builtin_decl, set_builtin_decl_implicit_p,
21910         builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
21911         (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
21912         * builtins.c (builtin_info): Adjust.
21913         * gimplify.c (gimplify_addr_expr): References to builtins
21914         that have been declared by the user makes them eligible for
21915         use by the compiler.  Call set_builtin_decl_implicit_p on them.
21917 2015-01-20  Jeff Law  <law@redhat.com>
21919         PR target/59946
21920         * config/m68k/m68k.md (Comparison expanders and patterns): Do not
21921         allow pc-relative addresses in operand predicates or constraints.
21923 2015-01-21  Bin Cheng  <bin.cheng@arm.com>
21925         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
21926         neon on aarch32 processors for stringops.
21928 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
21930         PR ipa/63576
21931         * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
21933 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
21935         PR lto/45375
21936         * ipa-inline.c: Include lto-streamer.h
21937         (report_inline_failed_reason): Output source file differences and
21938         flags on optimization/target node mismatch.
21939         (can_inline_edge_p): Consider caller to be the outer inline function;
21940         be less restrictive about matching opimize and optimize_size attributes.
21941         (inline_account_function_p): Break out from ...
21942         (inline_small_functions): ... here.
21943         * ipa-inline-transform.c (clone_inlined_nodes): Use
21944         inline_account_function_p.
21945         (inline_call): Use optimize attribution; use inline_account_function_p.
21946         (inline_transform): Use opt_for_fn.
21947         * ipa-inline.h (inline_account_function_p): Declare.
21949 2015-01-20  Jakub Jelinek  <jakub@redhat.com>
21951         PR debug/64663
21952         * dwarf2out.c (decl_piece_node): Don't put bitsize into
21953         mode if bitsize <= 0.
21954         (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
21955         dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
21956         sizes and positions.
21958 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
21960         * config/nios2/nios2.c (nios2_asm_file_end): Implement
21961         TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
21962         needed.
21963         (TARGET_ASM_FILE_END): Define.
21965 2015-01-20  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
21967         * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
21968         (struct tune_params): Use the enum.
21969         * arm.c (arm_*_tune): Update.
21970         (arm_option_override): Update.
21972 2015-01-20  Richard Biener  <rguenther@suse.de>
21974         PR ipa/64684
21975         * ipa-reference.c (add_static_var): Inline ...
21976         (analyze_function): ... here after splitting out from ...
21977         (is_proper_for_analysis): ... this.
21979 2015-01-20  Matthew Wahab  <matthew.wahab@arm.com>
21981         PR target/64149
21982         * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
21983         * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
21984         replace the conditional with it's true branch.
21985         * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
21986         (arm_lra_p): Remove.
21988 2015-01-20  Eric Botcazou  <ebotcazou@adacore.com>
21990         * config/visium/visium.h (LIB_SPEC): Adjust in default case.
21992 2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
21994         * config/tilegx/mul-tables.c: Move symtab.h include after
21995         coretypes.h include.
21996         * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
21997         vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
21998         flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
21999         wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
22000         explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
22002 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
22004         PR bootstrap/64676
22005         Revert:
22006         2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
22008         PR rtl-optimization/64081
22009         * loop-iv.c (def_pred_latch_p): New function.
22010         (latch_dominating_def): Allow specific cases with non-single
22011         definitions.
22012         (iv_get_reaching_def): Likewise.
22013         (check_complex_exit_p): New function.
22014         (check_simple_exit): Use check_complex_exit_p to allow certain cases
22015         with exits not executing on any iteration.
22017 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
22019         PR lto/45375
22020         * i386.c (ix86_option_override_internal): Use ix86_tune_cost
22021         to set branch cost.
22023 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
22025         PR lto/45375
22026         * i386.c (gate): Check flag_expensive_optimizations and
22027         optimize_size.
22028         (ix86_option_override_internal): Drop optimize_size condition
22029         on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
22030         MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
22031         MASK_PREFER_AVX128.
22032         (ix86_avx256_split_vector_move_misalign,
22033         ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
22034         * sse.md (all uses of TARGET_PREFER_AVX128): Add
22035         optimize_insn_for_speed_p check.
22037 2015-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
22039         * config/mips/mips.h (FP_ASM_SPEC): New define.
22040         (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
22041         instead.
22043 2015-01-19  Oleg Endo  <olegendo@gcc.gnu.org>
22045         PR target/53988
22046         * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
22047         nullptr for insn when reaching the first insn.
22048         * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
22049         (sh_insn_operands_modified_between_p): Add nullptr check.
22050         (sh_find_extending_set_of_reg): Fix log message.  Don't accept
22051         sign extending mem load if the insn contains any UNSPEC or
22052         UNSPEC_VOLATILE.
22054 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
22056         * params.def (inline-unit-growth): Drop to 15%.
22057         * invoke.texi (inline-unit-growth): Document change.
22059 2015-01-19  Martin Liska  <mliska@suse.cz>
22061         PR ipa/64668
22062         * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
22063         function for second argument of OBJ_TYPE_REF.
22065 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
22067         PR ipa/64218
22068         * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
22069         whether function is an alias.
22071 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
22073         * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
22074         cases.
22076 2015-01-19  Vladimir Makarov  <vmakarov@redhat.com>
22078         PR rtl-optimization/64671
22079         * lra-remat.c (operand_to_remat): Don't consider jump and call
22080         insns.
22082 2015-01-19  David Edelsohn  <dje.gcc@gmail.com>
22084         PR target/59828
22085         * config/rs6000/default64.h: Include rs6000-cpus.def.
22086         (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
22087         (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
22088         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
22089         and POWER8.
22090         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
22091         POWER8.
22092         * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
22093         pseudo-op to specify assembler dialect.
22095 2015-01-19  Martin Liska  <mliska@suse.cz>
22097         PR ipa/64664
22098         * ipa-icf.c (sem_item_optimizer::filter_removed_items):
22099         Handle safe potentially removed nodes during filtering.
22101 2015-01-19  Martin Liska  <mliska@suse.cz>
22103         * doc/extend.texi (no_icf): Add new attribute description.
22104         * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
22105         where the pass attempts to merge a function with no_icf attribute.
22107 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22109         PR target/64532
22110         * doc/md.texi (ARM Options): Document register constraints.
22112 2015-01-19  Jiong Wang  <jiong.wang@arm.com>
22113             Andrew Pinski  <apinski@cavium.com>
22115         PR target/64304
22116         * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
22117         (ashl<mode>3): Don't expand if operands[2] is not constant.
22119 2015-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22121         PR target/64448
22122         * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
22123         Match xor-and-xor RTL pattern.
22125 2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
22127         PR rtl-optimization/64081
22128         * loop-iv.c (def_pred_latch_p): New function.
22129         (latch_dominating_def): Allow specific cases with non-single
22130         definitions.
22131         (iv_get_reaching_def): Likewise.
22132         (check_complex_exit_p): New function.
22133         (check_simple_exit): Use check_complex_exit_p to allow certain cases
22134         with exits not executing on any iteration.
22136 2015-01-19  Jakub Jelinek  <jakub@redhat.com>
22138         * common.opt (fgraphite): Fix a typo.
22140 2015-01-19  Felix Yang  <felix.yang@huawei.com>
22142         * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
22143         pattern.
22144         * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
22145         uminp, smax_nanp, smin_nanp): New builtins.
22146         * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
22147         vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
22148         vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
22149         vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
22150         vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
22151         vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
22152         vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
22153         vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
22154         vpminnms_f32): Rewrite using builtin functions.
22156 2015-01-19  Thomas Schwinge  <thomas@codesourcery.com>
22158         PR libgomp/64625
22159         * omp-low.c (offload_symbol_decl): Remove variable.
22160         (get_offload_symbol_decl): Remove function.
22161         (expand_omp_target): For BUILT_IN_GOMP_TARGET,
22162         BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
22163         instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
22164         BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
22165         BUILT_IN_GOACC_UPDATE don't pass it at all.
22167 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
22169         * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
22170         callers.
22172 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
22174         * ipa-chkp.c (chkp_produce_thunks): Add early param
22175         to split thunks production into two passes.  Keep
22176         'always_inline' function bodies after the first pass.
22177         (pass_data_ipa_chkp_early_produce_thunks): New.
22178         (pass_ipa_chkp_early_produce_thunks): New.
22179         (pass_ipa_chkp_produce_thunks::execute): Adjust to new
22180         chkp_produce_thunks signature.
22181         (make_pass_ipa_chkp_early_produce_thunks): New.
22182         * passes.def (pass_ipa_chkp_early_produce_thunks): New.
22183         (pass_ipa_chkp_produce_thunks): Move after local optimizations.
22184         * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
22186 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
22188         * cgraph.c (cgraph_node::dump): Dump profile flags.
22190 2015-01-18  Oleg Endo  <olegendo@gcc.gnu.org>
22192         PR target/64652
22193         * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
22194         reg appear first in the parallel.
22196 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
22198         * ipa-reference.c (set_reference_optimization_summary,
22199         ipa_reference_get_not_written_global): Do nothing if ipa-reference is
22200         disabled.
22201         (ignore_module_statics): New static var.
22202         (propagate_bits): If ipa-reference is disabled, do not look into local
22203         properties.
22204         (analyze_function): Disable analysis when ipa_reference is disabled.
22205         (generate_summary): Do not dump when reference is disabled;
22206         collect vars accessed from functions with ipa-reference disabled.
22207         (get_read_write_all_from_node): When ipa-reference is disabled, use the
22208         node flags.
22209         (gate): Enable for LTO.
22210         (ignore_edge_p): New function.
22211         (propagate): Skip functions w/o ipa-reference analysis.
22212         * optc-save-gen.awk: Handle optimize_debug correctly.
22213         * opth-gen.awk: Likewise.
22214         * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
22215         fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
22216         fira-share-save-slots, fira-share-spill-slots,
22217         fmodulo-sched-allow-regmoves, fpartial-inlining,
22218         sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
22219         ftracer, ftree-parallelize-loops, fassociative-math,
22220         freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
22221         Optimization
22222         (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
22223         ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
22224         Optimization.
22225         * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
22226         Fix for IPA.
22228 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
22230         PR ipa/64378
22231         * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
22232         flag correctly.
22233         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
22235 2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
22237         * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
22238         Remove duplicate option listings.
22240 2015-01-18  Felix Yang  <felix.yang@huawei.com>
22242         * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
22243         (autofdo_source_profile::get_callsite_total_count,
22244         function_instance::get_function_instance_by_decl,
22245         string_table::get_index, string_table::get_index_by_decl,
22246         afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
22247         Fix comment typos. Reformatting and minor code rearrangement.
22249 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
22251         * config/rs6000/rs6000.md (probe_stack): Delete.
22252         (probe_stack_address): New.
22254 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
22256         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
22257         to test for 32-bit ABIs, not !TARGET_POWERPC64.
22259 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
22261         * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
22262         (rs6000_function_value): Use it.  Handle SCmode and TCmode as well,
22263         for TARGET_32BIT && TARGET_POWERPC64.  Fix another BITS_PER_WORD
22264         snafu.
22265         (rs6000_libcall_value): Use the new function.
22267 2015-01-17  Sandra Loosemore  <sandra@codesourcery.com>
22269         * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
22271 2015-01-17  Eric Botcazou  <ebotcazou@adacore.com>
22273         * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
22274         implement a more precise life analysis for it during backward scan.
22276 2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
22278         * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
22280 2015-01-17  Bernd Schmidt  <bernds@codesourcery.com>
22282         PR rtl-optimization/52773
22283         * calls.c (emit_library_call_value): When pushing arguments use
22284         stack_pointer_rtx rather than virtual_outgoing_args_rtx in
22285         CALL_INSN_FUNCTION_USAGE.  Only emit one of use of the magic
22286         stack pointer reference into CALL_INSN_FUNCTION_USAGE.
22288 2015-01-17  Jeff Law  <law@redhat.com>
22290         PR rtl-optimization/32790
22291         * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
22292         not ZERO_EXTEND in SET_DESTs.
22294 2015-01-17  Alan Modra  <amodra@gmail.com>
22296         * cprop.c (do_local_cprop): Revert last change.
22298 2015-01-16  DJ Delorie  <dj@redhat.com>
22299             Nick Clifton  <nickc@redhat.com>
22301         * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
22302         (addhi3_real): Likewise.  Fix [HL+0] syntax.
22303         (subqi3_real): Likewise.
22304         (subhi3_real): Likewise.
22305         (cbranchqi4_real): Likewise.  Allow saddr,#imm.
22306         (cbranchhi4_real): Likewise.
22307         (cbranchhi4_real_inverted): Likewise.
22308         (cbranchsi4_real_lt): Likewise.
22309         (cbranchsi4_real_ge): Likewise.
22310         (cbranchsi4_real_ge): Likewise.
22311         * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
22312         (sub<mode>3_virt): Likewise.
22313         (cbranchqi4_virt): Likewise.
22314         (cbranchhi4_virt): Likewise.
22315         * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
22316         always use '[reg+imm]' even when imm is zero.
22317         * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
22318         (rl78_general_operand): New.
22319         (rl78_nonimmediate_operand): New.
22320         (rl78_nonfar_operand): Use them.
22321         (rl78_nonfar_nonimm_operand): Likewise.
22322         (rl78_stack_based_mem): Fix.
22323         * config/rl78/constraints.md (Ibqi): New.
22324         (IBqi): New.
22325         (Wsa): New.
22326         (Wsf): New.
22327         (Cs1): Fix.
22328         * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
22329         (iorqi3): Likewise.
22330         (xorqi3): Likewise.
22331         * config/rl78/rl78-protos.h (rl78_sfr_p): New.
22333         * config/rl78/constrains (Qs8): New constraint.
22334         * config/rl78/rl78.c (rl78_flags_already_set): New function.
22335         * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
22336         * config/rl78/rl78-real.md (update_Z): New attribute.
22337         Update patterns to set it.
22338         (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
22339         shorter compare and branch sequence can be used.
22340         (cbranchhi4_real): Likewise.
22341         (cbranchhi4_real_inverted): Likewise.
22343         * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
22344         * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
22345         address space.
22346         * config/rl78/rl78.c (rl78_get_name_encoding): New.
22347         (rl78_option_override): Allow -mes0 only if C.
22348         (characterize_address): Support subregs of symbol_refs.
22349         (rl78_addr_space_address_mode): Move.  Add __near.
22350         (rl78_far_p): Likewise.
22351         (rl78_addr_space_pointer_mode): Likewise.
22352         (rl78_as_legitimate_address): Likewise.
22353         (rl78_addr_space_subset_p): Likewise.
22354         (rl78_addr_space_convert): Likewise.
22355         (rl78_print_operand_1): Support 16-bit addressing of 32-bit
22356         symbols with -mes0.
22357         (transcode_memory_rtx): Don't copy ES if -mes0.  Allow symbol[BC]
22358         addressing.
22359         (rl78_alloc_physical_registers_op1): Change logic to prefer
22360         symbol[BC] addressing.
22361         (frodata_section): New.
22362         (rl78_asm_init_sections): Initialize it.
22363         (rl78_select_section): Put __far readonly symbols in .frodata.
22364         (rl78_make_type_far): New.
22365         (rl78_insert_attributes): Force all readonly symbols to be
22366         __far when -mes0.
22367         (rl78_asm_out_integer): New.
22368         * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
22369         * config/rl78/rl78.opt (-mes0): New.
22371         * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
22372         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
22373         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
22374         * config/rl78/rl78-protos.h (rl78_output_labelref): New.
22375         (rl78_saddr_p): New.
22376         (rl78_output_aligned_common): New.
22377         * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
22378         (rl78_handle_saddr_attribute): New.
22379         (rl78_handle_naked_attribute): New.
22380         (rl78_attribute_table): Add saddr.
22381         (rl78_print_operand_1): Don't print '!' on saddr operands.
22382         (rl78_print_operand_1): Strip encodings.
22383         (rl78_sfr_p): New.
22384         (rl78_strip_name_encoding): New.
22385         (rl78_attrlist_to_encoding): New.
22386         (rl78_encode_section_info): New.
22387         (rl78_asm_init_sections): New.
22388         (rl78_select_section): New.
22389         (rl78_output_labelref): New.
22390         (rl78_output_aligned_common): New.
22391         (rl78_asm_out_integer): New.
22392         (rl78_asm_ctor_dtor): New.
22393         (rl78_asm_constructor): New.
22394         (rl78_asm_destructor): New.
22396         * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
22397         * config/rl78/rl78.c (rl78_expand_epilogue): Update.
22398         (transcode_memory_rtx): Update.
22399         (rl78_expand_epilogue): Use A_REG instead of 0.
22401 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
22403         * config/arm/arm-protos.h (struct tune_params): New field
22404         sched_autopref_queue_depth.
22405         * config/arm/arm.c (sched-int.h): Include header.
22406         (arm_first_cycle_multipass_dfa_lookahead_guard,)
22407         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
22408         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
22409         (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
22410         (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
22411         (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
22412         (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
22413         (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
22414         Specify sched_autopref_queue_depth value.  Enabled for A15 and A57.
22415         * config/arm/t-arm (arm.o): Update.
22416         * haifa-sched.c (update_insn_after_change): Update.
22417         (rank_for_schedule): Use auto-prefetcher model, if requested.
22418         (autopref_multipass_init): New static function.
22419         (autopref_rank_for_schedule): New rank_for_schedule heuristic.
22420         (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
22421         variable for debug dumps.
22422         (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
22423         (autopref_multipass_dfa_lookahead_guard): New global function that
22424         implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
22425         (init_h_i_d): Update.
22426         * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
22427         * sched-int.h (enum autopref_multipass_data_status): New const enum.
22428         (autopref_multipass_data_): Structure for auto-prefetcher data.
22429         (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
22430         (struct _haifa_insn_data:autopref_multipass_data): New field.
22431         (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
22432         (autopref_multipass_dfa_lookahead_guard): Declare.
22434 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
22436         * rtlanal.c (get_base_term): Handle SCRATCH.
22438 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
22440         * config/aarch64/aarch64.c
22441         (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
22442         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
22443         * config/arm/arm.c
22444         (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
22445         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
22447 2015-01-17  Alan Modra  <amodra@gmail.com>
22449         * cprop.c (do_local_cprop): Disallow replacement of fixed
22450         hard registers.
22452 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22454         PR target/62066
22455         * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
22456         early return 0.
22458 2015-01-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22460         * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
22461         * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
22463 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22465         * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
22466         * config/arm/thumb1.md: ... Here.
22468 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
22470         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
22471         TImode for TARGET_32BIT.
22473 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
22475         * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
22476         TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
22477         as ...
22478         (rs6000_abi_word_mode): New function.
22480 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
22482         * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
22483         instead of UNITS_PER_WORD to describe the size of stack slots.
22485 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
22487         * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
22488         as rs6000_promote_function_mode.  Move comment to there.
22489         (rs6000_promote_function_mode): New function.
22491 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
22493         * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
22494         -mpowerpc64 is active.
22496 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
22498         PR middle-end/64353
22499         * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
22500         virtuals on start.
22502 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
22504         * config/arm/cortex-a57.md: Remove duplicate of file accidentally
22505         introduced in revision 219724.
22507 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22508             Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22510         PR target/64263
22511         * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
22512         destination is not a GP reg.
22513         (*movdi_aarch64): Likewise.
22515 2015-01-16  David Edelsohn  <dje.gcc@gmail.com>
22517         PR target/64623
22518         * config/rs6000/default64.h: Revert ISA change.
22520 2015-01-16  Richard Biener  <rguenther@suse.de>
22522         PR middle-end/64614
22523         * tree-ssa-uninit.c: Include tree-cfg.h.
22524         (MAX_SWITCH_CASES): New define.
22525         (convert_control_dep_chain_into_preds): Handle switch statements.
22526         (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
22527         (normalize_one_pred_1): Do not split bit-manipulations.
22528         Record (x & CST).
22530 2015-01-16  Richard Biener  <rguenther@suse.de>
22532         PR tree-optimization/64568
22533         * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
22534         complex load rewriting for TARGET_MEM_REFs.
22536 2015-01-16  Uros Bizjak  <ubizjak@gmail.com>
22538         * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
22540 2015-01-16  Matthew Wahab  <matthew.wahab@arm.com>
22542         PR target/64149
22543         * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
22544         variable.
22545         * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
22546         (aarch64_lra_p): Remove.
22548 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
22550         PR target/64363
22551         * ipa-chkp.h (chkp_instrumentable_p): New.
22552         * ipa-chkp.c: Include tree-inline.h.
22553         (chkp_instrumentable_p): New.
22554         (chkp_maybe_create_clone): Use chkp_instrumentable_p.
22555         Fix processing of not instrumentable functions.
22556         (chkp_versioning): Use chkp_instrumentable_p. Warn about
22557         not instrumentable functions.
22558         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
22559         chkp_instrumentable_p.
22560         * tree-inline.h (copy_forbidden): New.
22561         * tree-inline.c (copy_forbidden): Not static anymore.
22563 2015-01-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22565         * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
22566         ptr1, ptr2 unused.
22568 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
22570         * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
22571         type OP_OUT to OP_INOUT.
22573 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
22575         * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
22576         (high x) y) to y if x and y have the same base.
22578 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
22580         * config/arm/cortex-a57.md: New.
22581         * config/aarch64/aarch64.md: Include it.
22582         * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
22583         * config/aarch64/aarch64-tune.md: Regenerate.
22585 2015-01-16  Zhenqiang Chen  <zhenqiang.chen@arm.com>
22587         PR target/64015
22588         * ccmp.c (expand_ccmp_next): New function.
22589         (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
22590         and compare insn sequence.
22591         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
22592         aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
22593         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
22594         * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
22595         (*ccmp_ior): Changed to ccmp_ior<mode>.
22596         (cmp<mode>): New pattern.
22597         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
22598         parameters.
22599         * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
22601 2015-01-16  Ilya Tocar  <ilya.tocar@intel.com>
22603         * config/i386/avx2intrin.h (_mm256_bslli_epi128,
22604         _mm256_bsrli_epi128): New.
22605         * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
22607 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
22609         * expmed.c (store_bit_field_using_insv): Improve warning message.
22610         Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
22612 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
22614         PR rtl-optimization/64011
22615         * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
22616         there is partial overflow.
22618 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
22620         * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
22621         prototype.
22622         (nds32_expand_epilogue_v3pop): Likewise.
22623         * config/nds32/nds32.md (sibcall): Define this for sibling call
22624         optimization.
22625         (sibcall_register): Likewise.
22626         (sibcall_immediate): Likewise.
22627         (sibcall_value): Likewise.
22628         (sibcall_value_register): Likewise.
22629         (sibcall_value_immediate): Likewise.
22630         (sibcall_epilogue): Likewise.
22631         (epilogue): Pass false to indicate this is not a sibcall epilogue.
22632         * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
22633         (nds32_expand_epilogue_v3pop): Likewise.
22635 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
22637         * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
22638         * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
22639         (return_internal): New.
22640         (return): Define this named pattern.
22641         (simple_return): Define this named pattern.
22642         * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
22643         pattern instead of unspec_volatile_func_return.
22644         (nds32_expand_epilogue_v3pop): Likewise.
22645         (nds32_can_use_return_insn): New function.
22647 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
22649         * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
22650         * config/nds32/nds32.md (pop25return): New.
22651         * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
22652         pop25return pattern.
22654 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
22656         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
22657         -mforbid-fp-as-gp, and -mex9 options.
22659 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
22661         * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
22662         remove -mgp-direct option.
22664 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
22666         * doc/invoke.texi (--param early-inlining-insns): Update default value.
22667         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
22669 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
22671         * ipa-inline.c (inline_small_functions): Work around hints
22672         cache issue.
22674 2015-01-15  Sandra Loosemore  <sandra@codesourcery.com>
22676         PR target/59710
22677         * doc/invoke.texi (Option Summary): Document new Nios II
22678         -mgpopt= syntax.
22679         (Nios II Options): Likewise.
22680         * config/nios2/nios2.opt: Add -mgpopt= option support.
22681         Modify existing -mgpopt and -mno-gpopt options to be aliases.
22682         * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
22683         * config/nios2/nios2.c (nios2_option_override): Adjust
22684         -mgpopt defaulting.
22685         (nios2_in_small_data_p): Return true for explicit small data
22686         sections even with -G0.
22687         (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
22688         option choices.
22690 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
22692         PR ipa/64612
22693         * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
22694         of comdat locals.
22695         (inline_call): Fix removal of aliases.
22697 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
22699         * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
22700         include SANITIZE_VPTR in SANITIZE_UNDEFINED.
22701         * opts.c (common_handle_option): Add -fsanitize=vptr.
22702         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
22703         BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
22704         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
22705         UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
22706         (ubsan_expand_vptr_ifn): New prototype.
22707         * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
22708         expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
22709         expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
22710         expand_LOOP_VECTORIZED): Make argument nameless, remove
22711         ATTRIBUTE_UNUSED.
22712         (expand_UBSAN_VPTR): New function.
22713         * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
22714         in fn spec.
22715         (UBSAN_VPTR): New internal function.
22716         * sanopt.c (tree_map_traits): Renamed to ...
22717         (sanopt_tree_map_traits): ... this.
22718         (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
22719         (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
22720         to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
22721         (maybe_optimize_ubsan_vptr_ifn): New function.
22722         (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
22723         (pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
22724         -fsanitize=vptr.
22725         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
22726         internal calls like pure functions for aliasing, even when they
22727         have other side-effects that prevent making them ECF_PURE.
22728         * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
22729         (ubsan_expand_vptr_ifn): New function.
22731 2015-01-15  Vladimir Makarov  <vmakarov@redhat.com>
22733         PR rtl-optimization/64110
22734         * stmt.c (parse_output_constraint): Process '^' and '$'.
22735         (parse_input_constraint): Ditto.
22736         * lra-constraints.c (process_alt_operands): Process the new
22737         constraints.
22738         * ira-costs.c (record_reg_classes): Process the new constraint
22739         '^'.
22740         * genoutput.c (indep_constraints): Add '^' and '$'.
22741         * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
22742         * doc/md.texi: Add description of the new constraints.
22744 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
22745             Bernd Schmidt  <bernds@codesourcery.com>
22746             Cesar Philippidis  <cesar@codesourcery.com>
22747             James Norris  <jnorris@codesourcery.com>
22748             Tom de Vries  <tom@codesourcery.com>
22749             Ilmir Usmanov  <i.usmanov@samsung.com>
22750             Dmitry Bocharnikov  <dmitry.b@samsung.com>
22751             Evgeny Gavrin  <e.gavrin@samsung.com>
22752             Jakub Jelinek  <jakub@redhat.com>
22754         * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
22755         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
22756         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
22757         New function types.
22758         * builtins.c: Include "gomp-constants.h".
22759         (expand_builtin_acc_on_device): New function.
22760         (expand_builtin, is_inexpensive_builtin): Handle
22761         BUILT_IN_ACC_ON_DEVICE.
22762         * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
22763         New macros.
22764         * cgraph.c (cgraph_node::create): Consider flag_openacc next to
22765         flag_openmp.
22766         * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
22767         <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
22768         i386/intelmic-offload.h.
22769         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
22770         to libgomp and its dependencies.
22771         * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
22772         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
22773         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
22774         * config/ia64/hpux.h (LIB_SPEC): Likewise.
22775         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
22776         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
22777         * doc/generic.texi: Update for OpenACC changes.
22778         * doc/gimple.texi: Likewise.
22779         * doc/invoke.texi: Likewise.
22780         * doc/sourcebuild.texi: Likewise.
22781         * gimple-pretty-print.c (dump_gimple_omp_for): Handle
22782         GF_OMP_FOR_KIND_OACC_LOOP.
22783         (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
22784         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
22785         GF_OMP_TARGET_KIND_OACC_UPDATE,
22786         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
22787         Dump more data.
22788         * gimple.c: Update comments for OpenACC changes.
22789         * gimple.def: Likewise.
22790         * gimple.h: Likewise.
22791         (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
22792         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
22793         GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
22794         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
22795         (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
22796         appropriate place.
22797         (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
22798         * gimplify.c: Include "gomp-constants.h".
22799         Update comments for OpenACC changes.
22800         (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
22801         OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
22802         OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
22803         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
22804         OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
22805         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
22806         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
22807         OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
22808         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
22809         OMP_CLAUSE_SEQ.
22810         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
22811         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
22812         OMP_CLAUSE_SET_MAP_KIND.
22813         (gimplify_oacc_cache): New function.
22814         (gimplify_omp_for): Handle OACC_LOOP.
22815         (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
22816         OACC_DATA.
22817         (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
22818         OACC_EXIT_DATA, OACC_UPDATE.
22819         (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
22820         OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
22821         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
22822         (gimplify_body): Consider flag_openacc next to flag_openmp.
22823         * lto-streamer-out.c: Include "gomp-constants.h".
22824         * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
22825         (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
22826         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
22827         (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
22828         (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
22829         (BUILT_IN_ACC_ON_DEVICE): New builtins.
22830         * omp-low.c: Include "gomp-constants.h".
22831         Update comments for OpenACC changes.
22832         (struct omp_context): Add reduction_map, gwv_below, gwv_this
22833         members.
22834         (extract_omp_for_data, use_pointer_for_field, install_var_field)
22835         (new_omp_context, delete_omp_context, scan_sharing_clauses)
22836         (create_omp_child_function, scan_omp_for, scan_omp_target)
22837         (check_omp_nesting_restrictions, lower_reduction_clauses)
22838         (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
22839         Update for OpenACC changes.
22840         (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
22841         OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
22842         OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
22843         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
22844         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
22845         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ.  Use GOMP_MAP_* instead of
22846         OMP_CLAUSE_MAP_*.
22847         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
22848         Handle GF_OMP_FOR_KIND_OACC_LOOP.
22849         (expand_omp_target, lower_omp_target): Handle
22850         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
22851         GF_OMP_TARGET_KIND_OACC_UPDATE,
22852         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
22853         GF_OMP_TARGET_KIND_OACC_DATA.
22854         (pass_expand_omp::execute, execute_lower_omp)
22855         (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
22856         flag_openmp.
22857         (offload_symbol_decl): New variable.
22858         (oacc_get_reduction_array_id, oacc_max_threads)
22859         (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
22860         (maybe_lookup_oacc_reduction, enclosing_target_ctx)
22861         (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
22862         (oacc_gimple_assign, oacc_initialize_reduction_data)
22863         (oacc_finalize_reduction_data, oacc_process_reduction_data): New
22864         functions.
22865         (is_targetreg_ctx): Remove function.
22866         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
22867         OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
22868         OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
22869         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
22870         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
22871         OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
22872         * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
22873         * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
22874         (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
22875         (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
22876         (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
22877         (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
22878         * tree-core.h: Update comments for OpenACC changes.
22879         (enum omp_clause_map_kind): Remove.
22880         (struct tree_omp_clause): Change type of map_kind member from enum
22881         omp_clause_map_kind to unsigned char.
22882         * tree-inline.c: Update comments for OpenACC changes.
22883         * tree-nested.c: Likewise.  Include "gomp-constants.h".
22884         (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
22885         (convert_tramp_reference_stmt, convert_gimple_call): Update for
22886         OpenACC changes.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
22887         OMP_CLAUSE_SET_MAP_KIND.
22888         * tree-pretty-print.c: Include "gomp-constants.h".
22889         (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
22890         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
22891         OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
22892         OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
22893         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
22894         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT.  Use GOMP_MAP_*
22895         instead of OMP_CLAUSE_MAP_*.
22896         (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
22897         OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
22898         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
22899         * tree-streamer-in.c: Include "gomp-constants.h".
22900         (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
22901         OMP_CLAUSE_MAP_*.  Use OMP_CLAUSE_SET_MAP_KIND.
22902         * tree-streamer-out.c: Include "gomp-constants.h".
22903         (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
22904         OMP_CLAUSE_MAP_*.
22905         * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
22906         (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
22907         (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
22908         * tree.c (omp_clause_num_ops): Update accordingly.
22909         * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
22910         Likewise.
22911         (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
22912         (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
22913         (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
22914         (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
22915         (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
22916         (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
22917         * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
22918         (OMP_CLAUSE_SET_MAP_KIND): New macro.
22919         * varpool.c (varpool_node::get_create): Consider flag_openacc next
22920         to flag_openmp.
22921         * config/i386/intelmic-offload.h: New file.
22922         * config/nvptx/offload.h: Likewise.
22924 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22926         * explow.h: Remove duplicate contents.
22927         * dojump.h: Likewise.
22929 2015-01-15  Richard Earnshaw  <rearnsha@arm.com>
22931         * arm.c (arm_xgene_tune): Add default initializer for instruction
22932         fusion.
22934 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
22936         PR ipa/64068
22937         PR ipa/64559
22938         * ipa.c (symbol_table::remove_unreachable_nodes):
22939         Do not put abstract origins into boundary.
22941 2015-01-15  Evgeny Stupachenko  <evstupac@gmail.com>
22943         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
22944         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
22946 2015-01-15  Steve Ellcey  <sellcey@mips.com>
22948         * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
22949         cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
22950         builtins.def, and chkp-builtins.def.
22952 2015-01-15  David Edelsohn  <dje.gcc@gmail.com>
22954         * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
22955         ISA 2.7 (POWER8).
22957 2015-01-15  Richard Biener  <rguenther@suse.de>
22959         PR tree-optimization/61743
22960         * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
22961         information on PHIs for some simple cases.
22963 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
22965         * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
22966         Include xgene1.md.
22967         * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
22968         * config/arm/arm-cores.def (xgene1): New entry.
22969         * config/arm/arm-tables.opt: Regenerate.
22970         * config/arm/arm-tune.md: Regenerate.
22971         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
22973 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
22975         * tree-if-conv.c: Include hash-map.h.
22976         (aggressive_if_conv): New variable.
22977         (fold_build_cond_expr): Add simplification of non-zero condition.
22978         (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
22979         destination block is not always executed.
22980         (if_convertible_phi_p): Fix commentary, allow phi nodes have more
22981         than two predecessors if AGGRESSIVE_IF_CONV is true.
22982         (if_convertible_stmt_p): Fix commentary.
22983         (all_preds_critical_p): New function.
22984         (has_pred_critical_p): New function.
22985         (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
22986         BB can have more than two predecessors and all incoming edges can be
22987         critical.
22988         (predicate_bbs): Skip predication for loop exit block, use build2_loc
22989         to compute predicate for true edge.
22990         (find_phi_replacement_condition): Delete this function.
22991         (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
22992         Allow interchange PHI arguments if EXTENDED is false.
22993         Change check that block containing reduction statement candidate
22994         is predecessor of phi-block since phi may have more than two arguments.
22995         (phi_args_hash_traits): New helper structure.
22996         (struct phi_args_hash_traits): New type.
22997         (phi_args_hash_traits::hash): New function.
22998         (phi_args_hash_traits::equal_keys): New function.
22999         (gen_phi_arg_condition): New function.
23000         (predicate_scalar_phi): Add handling of phi nodes with more than two
23001         arguments, delete COND and TRUE_BB arguments, insert body of
23002         find_phi_replacement_condition to predicate ordinary phi nodes.
23003         (predicate_all_scalar_phis): Skip blocks with the only predecessor,
23004         delete call of find_phi_replacement_condition and invoke
23005         predicate_scalar_phi with two arguments.
23006         (insert_gimplified_predicates): Add assert that non-predicated block
23007         don't have statements to insert.
23008         (ifcvt_split_critical_edges): New function.
23009         (ifcvt_split_def_stmt): Likewise.
23010         (ifcvt_walk_pattern_tree): Likewise.
23011         (stmt_is_root_of_bool_pattern): Likewise.
23012         (ifcvt_repair_bool_pattern): Likewise.
23013         (ifcvt_local_dce): Likewise.
23014         (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
23015         is copy of inner or outer loop force_vectorize field, invoke
23016         ifcvt_split_critical_edges, ifcvt_local_dce and
23017         ifcvt_repair_bool_pattern for aggressive if-conversion.
23019 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
23021         * config/aarch64/aarch64.md: Include xgene1.md.
23022         * config/aarch64/xgene1.md: New file.
23024 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
23026         * config/aarch64/aarch64-cores.def (xgene1): Update/add the
23027         xgene1 (APM XGene-1) core definition.
23028         * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
23029         * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
23030         * doc/invoke.texi: Document -mcpu=xgene1.
23032 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
23034         * dojump.h: New header file.
23035         * explow.h: Likewise.
23036         * expr.h: Remove includes.
23037         Move expmed.c prototypes to expmed.h.
23038         Move dojump.c prototypes to dojump.h.
23039         Move alias.c prototypes to alias.h.
23040         Move explow.c prototypes to explow.h.
23041         Move calls.c prototypes to calls.h.
23042         Move emit-rtl.c prototypes to emit-rtl.h.
23043         Move varasm.c prototypes to varasm.h.
23044         Move stmt.c prototypes to stmt.h.
23045         (saved_pending_stack_adjust): Move to dojump.h.
23046         (adjust_address): Move to explow.h.
23047         (adjust_address_nv): Move to emit-rtl.h.
23048         (adjust_bitfield_address): Likewise.
23049         (adjust_bitfield_address_size): Likewise.
23050         (adjust_bitfield_address_nv): Likewise.
23051         (adjust_automodify_address_nv): Likewise.
23052         * explow.c (expr_size): Move to expr.c.
23053         (int_expr_size): Likewise.
23054         (tree_expr_size): Likewise.
23055         Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23056         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
23057         * genemit.c (main): Generate includes statistics.h, real.h,
23058         fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
23059         stmt.h.
23060         * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
23061         function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
23062         explow.h, emit-rtl.h, stmt.h.
23063         * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
23064         fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
23065         * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
23066         real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
23067         emit-rtl.h, varasm.h, stmt.h.
23068         * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
23069         hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
23070         function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
23071         fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
23072         expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
23073         * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
23074         double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
23075         function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
23076         insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
23077         tm.h tree.h varasm.h vec.h wide-int.h.
23078         * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
23079         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
23080         hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
23081         real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
23082         * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
23083         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
23084         insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
23085         * loop-iv.c: Likewise.
23086         * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
23087         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
23088         statistics.h stmt.h tree.h varasm.h wide-int.h.
23089         * lra-constraints.c: Likewise.
23090         * lra-eliminations.c: Likewise.
23091         * lra-lives.c: Likewise.
23092         * lra-remat.c: Likewise.
23093         * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
23094         explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
23095         statistics.h stmt.h tree.h varasm.h wide-int.h.
23096         * hw-doloop.c: Likewise.
23097         * ira-color.c: Likewise.
23098         * ira-emit.c: Likewise.
23099         * loop-doloop.c: Likewise.
23100         * loop-invariant.c: Likewise.
23101         * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
23102         explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
23103         statistics.h stmt.h tree.h varasm.h wide-int.h.
23104         * caller-save.c: Include alias.h calls.h dojump.h double-int.h
23105         emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
23106         statistics.h stmt.h tree.h varasm.h wide-int.h.
23107         * combine-stack-adj.c: Likewise.
23108         * cse.c: Likewise.
23109         * ddg.c: Likewise.
23110         * ifcvt.c: Likewise.
23111         * ira-costs.c: Likewise.
23112         * jump.c: Likewise.
23113         * lra-coalesce.c: Likewise.
23114         * lra-spills.c: Likewise.
23115         * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
23116         explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
23117         stmt.h varasm.h wide-int.h.
23118         * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
23119         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
23120         varasm.h.
23121         * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
23122         double-int.h explow.h expmed.h fixed-value.h flags.h real.h
23123         statistics.h stmt.h varasm.h wide-int.h.
23124         * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
23125         expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
23126         varasm.h wide-int.h.
23127         * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
23128         expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
23129         * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
23130         emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
23131         statistics.h stmt.h.
23132         * config/tilepro/tilepro.c: Likewise.
23133         * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
23134         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
23135         * config/pdp11/pdp11.c: Likewise.
23136         * config/xtensa/xtensa.c: Likewise.
23137         * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
23138         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
23139         varasm.h.
23140         * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23141         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
23142         insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
23143         * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23144         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
23145         insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
23146         * rtl-chkp.c: Likewise.
23147         * tree-chkp-opt.c: Likewise.
23148         * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
23149         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
23150         hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
23151         * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23152         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
23153         statistics.h stmt.h.
23154         * tree-vect-data-refs.c: Likewise.
23155         * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
23156         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
23157         rtl.h statistics.h stmt.h varasm.h.
23158         * internal-fn.c: Likewise.
23159         * ipa-icf-gimple.c: Likewise.
23160         * lto-section-out.c: Likewise.
23161         * tree-data-ref.c: Likewise.
23162         * tree-nested.c: Likewise.
23163         * tree-outof-ssa.c: Likewise.
23164         * tree-predcom.c: Likewise.
23165         * tree-pretty-print.c: Likewise.
23166         * tree-scalar-evolution.c: Likewise.
23167         * tree-ssa-strlen.c: Likewise.
23168         * tree-vect-loop.c: Likewise.
23169         * tree-vect-patterns.c: Likewise.
23170         * tree-vect-slp.c: Likewise.
23171         * tree-vect-stmts.c: Likewise.
23172         * tsan.c: Likewise.
23173         * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23174         fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
23175         stmt.h.
23176         * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
23177         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
23178         statistics.h stmt.h varasm.h.
23179         * loop-unroll.c: Likewise.
23180         * ubsan.c: Likewise.
23181         * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
23182         expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
23183         stmt.h varasm.h.
23184         * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23185         fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
23186         * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
23187         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
23188         statistics.h stmt.h.
23189         * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
23190         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
23191         statistics.h stmt.h varasm.h.
23192         * gimple-match-head.c: Likewise.
23193         * lto-cgraph.c: Likewise.
23194         * lto-section-in.c: Likewise.
23195         * lto-streamer-in.c: Likewise.
23196         * lto-streamer-out.c: Likewise.
23197         * tree-affine.c: Likewise.
23198         * tree-cfg.c: Likewise.
23199         * tree-cfgcleanup.c: Likewise.
23200         * tree-if-conv.c: Likewise.
23201         * tree-into-ssa.c: Likewise.
23202         * tree-ssa-alias.c: Likewise.
23203         * tree-ssa-copyrename.c: Likewise.
23204         * tree-ssa-dse.c: Likewise.
23205         * tree-ssa-forwprop.c: Likewise.
23206         * tree-ssa-live.c: Likewise.
23207         * tree-ssa-math-opts.c: Likewise.
23208         * tree-ssa-pre.c: Likewise.
23209         * tree-ssa-sccvn.c: Likewise.
23210         * tree-tailcall.c: Likewise.
23211         * tree-vect-generic.c: Likewise.
23212         * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23213         fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
23214         * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23215         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
23216         * varasm.c: Likewise.
23217         * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23218         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
23219         varasm.h.
23220         * init-regs.c: Likewise.
23221         * ira.c: Likewise.
23222         * omp-low.c: Likewise.
23223         * stack-ptr-mod.c: Likewise.
23224         * tree-ssa-reassoc.c: Likewise.
23225         * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23226         fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
23227         varasm.h.
23228         * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23229         fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
23230         * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23231         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
23232         * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23233         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
23234         * tree-ssa-phiopt.c: Likewise.
23235         * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23236         fixed-value.h hashtab.h real.h statistics.h stmt.h.
23237         * config/fr30/fr30.c: Likewise.
23238         * config/frv/frv.c: Likewise.
23239         * expr.c: Likewise.
23240         * final.c: Likewise.
23241         * optabs.c: Likewise.
23242         * passes.c: Likewise.
23243         * simplify-rtx.c: Likewise.
23244         * stmt.c: Likewise.
23245         * toplev.c: Likewise.
23246         * var-tracking.c: Likewise.
23247         * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23248         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
23249         * lower-subreg.c: Likewise.
23250         * postreload-gcse.c: Likewise.
23251         * ree.c: Likewise.
23252         * reginfo.c: Likewise.
23253         * store-motion.c: Likewise.
23254         * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23255         fixed-value.h hashtab.h real.h stmt.h varasm.h.
23256         * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23257         fixed-value.h hashtab.h statistics.h stmt.h.
23258         * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23259         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
23260         * except.c: Likewise.
23261         * explow.c: Likewise.
23262         * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23263         fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
23264         varasm.h.
23265         * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23266         fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
23267         * tree-ssa-structalias.c: Likewise.
23268         * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23269         fixed-value.h insn-config.h real.h statistics.h.
23270         * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23271         fixed-value.h insn-config.h real.h statistics.h stmt.h.
23272         * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23273         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
23274         * cfgbuild.c: Likewise.
23275         * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23276         fixed-value.h real.h rtl.h statistics.h stmt.h.
23277         * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23278         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
23279         * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23280         fixed-value.h real.h statistics.h stmt.h.
23281         * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
23282         fixed-value.h real.h statistics.h stmt.h varasm.h.
23283         * cprop.c: Likewise.
23284         * modulo-sched.c: Likewise.
23285         * postreload.c: Likewise.
23286         * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
23287         flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
23288         statistics.h stmt.h varasm.h.
23289         * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
23290         explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
23291         rtl.h statistics.h stmt.h varasm.h.
23292         * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
23293         fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
23294         varasm.h.
23295         * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
23296         function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
23297         varasm.h.
23298         * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
23299         fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
23300         varasm.h.
23301         * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
23302         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
23303         * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
23304         function.h real.h statistics.h stmt.h varasm.h.
23305         * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
23306         insn-config.h real.h statistics.h stmt.h.
23307         * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
23308         statistics.h stmt.h.
23309         * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
23310         fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
23311         statistics.h stmt.h varasm.h.
23312         * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
23313         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
23314         * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
23315         flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
23316         * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
23317         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
23318         statistics.h stmt.h varasm.h.
23319         * ipa-polymorphic-call.c: Likewise.
23320         * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
23321         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
23322         statistics.h stmt.h.
23323         * config/c6x/c6x.c: Likewise.
23324         * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
23325         explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
23326         statistics.h stmt.h varasm.h.
23327         * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
23328         fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
23329         stmt.h varasm.h.
23330         * ipa-split.c: Likewise.
23331         * tree-eh.c: Likewise.
23332         * tree-ssa-dce.c: Likewise.
23333         * tree-ssa-loop-niter.c: Likewise.
23334         * tree-vrp.c: Likewise.
23335         * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
23336         expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
23337         stmt.h.
23338         * config/nds32/nds32-fp-as-gp.c: Likewise.
23339         * config/nds32/nds32-intrinsic.c: Likewise.
23340         * config/nds32/nds32-isr.c: Likewise.
23341         * config/nds32/nds32-md-auxiliary.c: Likewise.
23342         * config/nds32/nds32-memory-manipulation.c: Likewise.
23343         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
23344         * config/nds32/nds32-predicates.c: Likewise.
23345         * config/nds32/nds32.c: Likewise.
23346         * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
23347         fixed-value.h hashtab.h real.h statistics.h.
23348         * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
23349         fixed-value.h hashtab.h real.h statistics.h stmt.h.
23350         * config/arm/arm.c: Likewise.
23351         * config/avr/avr.c: Likewise.
23352         * config/bfin/bfin.c: Likewise.
23353         * config/h8300/h8300.c: Likewise.
23354         * config/i386/i386.c: Likewise.
23355         * config/ia64/ia64.c: Likewise.
23356         * config/iq2000/iq2000.c: Likewise.
23357         * config/m32c/m32c.c: Likewise.
23358         * config/m32r/m32r.c: Likewise.
23359         * config/m68k/m68k.c: Likewise.
23360         * config/mcore/mcore.c: Likewise.
23361         * config/mep/mep.c: Likewise.
23362         * config/mips/mips.c: Likewise.
23363         * config/mn10300/mn10300.c: Likewise.
23364         * config/moxie/moxie.c: Likewise.
23365         * config/pa/pa.c: Likewise.
23366         * config/rl78/rl78.c: Likewise.
23367         * config/rx/rx.c: Likewise.
23368         * config/s390/s390.c: Likewise.
23369         * config/sh/sh.c: Likewise.
23370         * config/sparc/sparc.c: Likewise.
23371         * config/spu/spu.c: Likewise.
23372         * config/stormy16/stormy16.c: Likewise.
23373         * config/v850/v850.c: Likewise.
23374         * config/vax/vax.c: Likewise.
23375         * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
23376         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
23377         * config/msp430/msp430.c: Likewise.
23378         * predict.c: Likewise.
23379         * value-prof.c: Likewise.
23380         * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
23381         expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
23382         * config/microblaze/microblaze.c: Likewise.
23383         * config/nios2/nios2.c: Likewise.
23384         * config/rs6000/rs6000.c: Likewise.
23385         * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
23386         insn-config.h real.h rtl.h statistics.h stmt.h.
23387         * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
23388         insn-config.h real.h statistics.h stmt.h.
23389         * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
23390         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
23391         * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
23392         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
23393         * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
23394         fixed-value.h real.h statistics.h stmt.h.
23395         * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
23396         fixed-value.h statistics.h stmt.h.
23397         * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
23398         stmt.h.
23400 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
23402         * gengtype.c (create_user_defined_type): Workaround
23403         -Wmaybe-uninitialized false positives.
23404         * cse.c (fold_rtx): Likewise.
23405         * loop-invariant.c (gain_for_invariant): Likewise.
23407 2015-01-15  Eric Botcazou  <ebotcazou@adacore.com>
23409         * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
23410         set the memory attributes in all cases but clear MEM_EXPR if need be.
23412 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
23414         PR tree-optimization/64434
23415         * cfgexpand.c (reorder_operands): New function.
23416         (expand_gimple_basic_block): Insert call of reorder_operands if
23417         optimized is true.
23419 2015-01-15  Matthew Fortune  <matthew.fortune@imgtec.com>
23421         * config/mips/micromips.md (*swp): Remove explicit parallel.
23422         (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
23423         * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
23424         (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
23425         (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
23426         (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
23427         (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
23428         (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
23429         (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
23430         (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
23431         (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
23432         (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
23433         (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
23434         (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
23435         (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
23436         (mips_wrdsp): Likewise.
23437         * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
23438         parallel.
23439         (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
23440         (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
23441         (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
23442         (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
23443         (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
23444         (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
23445         * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
23446         (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
23447         (ssmaddsqdq4, ssmsubsqdq4): Likewise.
23449 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
23451         * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
23452         (mips_print_operand): Support 'y' to print exact log2 in decimal
23453         of a const_int.
23454         * config/mips/mips.h (ISA_HAS_LSA): New define.
23455         (ISA_HAS_DLSA): Likewise.
23456         * config/mips/mips.md (<GPR:d>lsa): New define_insn.
23457         * config/mips/predicates.md (const_immlsa_operand): New predicate.
23459 2015-01-15  Martin Liska  <mliska@suse.cz>
23461         PR target/64377
23462         * optc-save-gen.awk: Add support for array types.
23464 2015-01-15  Richard Biener  <rguenther@suse.de>
23466         PR middle-end/64365
23467         * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
23468         for MEM_REF access functions with the same base can never partially
23469         overlap.
23471 2015-01-14  Marcos Diaz <marcos.diaz@tallertechnologies.com>
23473         * common.opt: New option -fstack-protector-explicit.
23474         * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
23475         (stack_protect_decl_phase): Handle stack_protect attribute for
23476         explicit stack protection requests.
23477         (expand_used_vars): Similarly.
23478         * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
23479         * doc/extend.texi: Add documentation for "stack_protect" attribute.
23480         * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
23482 2015-01-14  Oleg Endo  <olegendo@gcc.gnu.org>
23484         PR target/53988
23485         * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
23486         reg-reg copies.
23487         (sh_extending_set_of_reg): New struct.
23488         (sh_find_extending_set_of_reg, sh_split_tst_subregs,
23489         sh_remove_reg_dead_or_unused_notes): New Declarations.
23490         * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
23491         sh_find_extending_set_of_reg, sh_split_tst_subregs,
23492         sh_extending_set_of_reg::use_as_extended_reg): New functions.
23493         * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
23494         convert to insn_and_split and use new function sh_split_tst_subregs.
23496 2015-01-14  Sandra Loosemore  <sandra@codesourcery.com>
23498         * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
23499         option.
23500         (Optimization Options): Move -fuse-ld documentation to...
23501         (Link Options): ...here.
23503 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
23505         * config/mips/constraints.md (ZC): Add support for R6 LL/SC
23506         offsets.
23507         (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
23508         * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
23509         (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
23510         * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
23511         instead of ZR for the memory operand of LL/SC.
23512         (compare_and_swap_12, sync_add<mode>): Likewise.
23513         (sync_<optab>_12, sync_old_<optab>_12): Likewise.
23514         (sync_new_<optab>_12, sync_nand_12): Likewise.
23515         (sync_old_nand_12, sync_new_nand_12): Likewise.
23516         (sync_sub<mode>, sync_old_add<mode>): Likewise.
23517         (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
23518         (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
23519         (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
23520         (sync_nand<mode>, sync_old_nand<mode>): Likewise.
23521         (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
23522         (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
23523         (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
23524         * doc/md.texi (ZC): Update description.
23526 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
23528         * builtins.c (expand_builtin_atomic_exchange): Remove error when
23529         memory model is CONSUME.
23530         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
23531         expand_builtin_atomic_store): Change invalid memory model errors to
23532         warnings.
23533         (expand_builtin_atomic_clear): Change invalid model errors to warnings
23534         and issue warning for CONSUME.
23536 2015-01-14  Aldy Hernandez  <aldyh@redhat.com>
23538         * lto-cgraph: Update function comments for
23539         lto_symtab_encoder_encode_*.
23541 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
23543         * Makefile.in (site.exp): Do not set ENABLE_LTO.
23545 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
23547         * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
23548         * lto-cgraph.c (select_what_to_stream): Remove argument, use
23549         lto_stream_offload_p instead.
23550         * lto-streamer.h (select_what_to_stream): Remove argument.
23551         * passes.c (ipa_write_summaries): Likewise.
23552         * tree-pass.h (ipa_write_summaries): Likewise.
23554 2015-01-14  Richard Biener  <rguenther@suse.de>
23556         PR tree-optimization/59354
23557         * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
23558         groups larger than the slp group size as having gaps.
23560 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
23562         PR middle-end/59448
23563         * builtins.c (get_memmodel): Promote consume to acquire always.
23565 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
23567         PR target/64386
23568         * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
23569         V32HImode.
23571 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
23573         PR target/64393
23574         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
23575         Enable AVX512BW.
23576         (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
23577         * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
23578         AVX512VBMI, as it implies AVX512BW.
23580 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
23582         PR target/64387
23583         * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
23584         (vec_unpacks_hi_v16sf): Ditto.
23586 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23588         * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
23589         is not available.
23591 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23593         * doc/invoke.texi (mapcs): Mention deprecation.
23594         (mapcs-frame): Likewise.
23596 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23598         PR target/64453
23599         * config/arm/arm.c (callee_saved_reg_p): Define.
23600         (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
23601         register is callee saved instead of !call_used_regs[reg].
23602         (thumb1_compute_save_reg_mask): Likewise.
23604 2015-01-14  Hale Wang  <hale.wang@arm.com>
23606         * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
23607         Cortex-M7.
23609 2015-01-14  Richard Biener  <rguenther@suse.de>
23611         PR lto/64415
23612         * tree-inline.c (insert_debug_decl_map): Check destination
23613         function MAY_HAVE_DEBUG_STMTS.
23614         (insert_init_debug_bind): Likewise.
23615         (insert_init_stmt): Remove redundant check.
23616         (remap_gimple_stmt): Drop debug stmts if the destination
23617         function has var-tracking assignments disabled.
23619 2015-01-14  Martin Liska  <mliska@suse.cz>
23621         * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
23622         IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
23624 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23626         PR target/64460
23627         * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
23628         (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
23630 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
23632         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
23633         level from an ARCH; do not inject the default.
23634         (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
23635         MIPS_ISA_LEVEL_SPEC.
23636         (MIPS_ISA_NAN2008_SPEC): Update comment.
23637         (BASE_DRIVER_SELF_SPECS): Likewise.
23638         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
23639         MIPS_DEFAULT_ISA_LEVEL_SPEC.
23640         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
23641         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
23642         * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
23644 2015-01-14  Richard Biener  <rguenther@suse.de>
23646         PR tree-optimization/64493
23647         PR tree-optimization/64495
23648         * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
23649         assign the proper vectorized PHI to the inner loop exit PHIs.
23651 2015-01-14  Joey Ye  <joey.ye@arm.com>
23653         * config/arm/arm.c (arm_compute_save_reg_mask):
23654         Do not save lr in case of tail call.
23655         * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
23657 2015-01-14  Martin Uecker <uecker@eecs.berkeley.edu>
23659         * tree-vrp.c (check_array_ref): Emit more warnings
23660         for warn_array_bounds >= 2.
23661         * common.opt: New option -Warray-bounds=.
23662         * doc/invoke.texi: Document -Warray-bounds=.
23664 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
23666         * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
23667         (mforbid-fp-as-gp): Remove.
23668         (mex9): Remove.
23669         * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
23670         (nds32_symbol_load_store_p): Remove.
23671         (nds32_fp_as_gp_check_available): Clean up implementation.
23672         * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
23673         cases.
23674         * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
23675         fp-as-gp and ex9 cases.
23677 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
23679         * tree-profile.c (init_ic_make_global_vars): Drop workaround
23680         for bintuils bug 14342.
23681         (init_ic_make_global_vars): Likewise.
23682         (gimple_init_edge_profiler): Likewise.
23683         (gimple_gen_ic_func_profiler): Likewise.
23685 2015-01-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
23687         * ipa-inline.c (inline_small_functions): Swap the operands in
23688         enum.
23690 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
23692         PR ipa/64481
23693         * ipa-inline-analysis.c (node_growth_cache): Remove.
23694         (initialize_growth_caches): Do not initialize it.
23695         (free_growth_caches): Do not free it.
23696         (do_estimate_growth): Rename to ...
23697         (estimate_growth): ... this one; drop growth cache code.
23698         (growth_likely_positive): Always go the heuristics way.
23699         * ipa-inline.c (can_inline_edge_p): Walk through aliases.
23700         (reset_edge_caches): Do not reset node growth.
23701         (heap_edge_removal_hook): Do not maintain cache.
23702         (inline_small_functions): Likewise; strenghten sanity check.
23703         (ipa_inline): Do not maintain caches.
23704         * ipa-inline.h (node_growth_cache): Remove.
23705         (do_estimate_growth): Remove to ...
23706         (estimate_growth): this one; remove inline version.
23707         (reset_node_growth_cache): Remove.
23709 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
23711         PR ipa/64565
23712         * ipa-inline.c (inline_small_functions): Update callee keys after
23713         resolving speculation
23714         (inline_small_functions): Always check monotonicity of the queue.
23716 2015-01-13  Marek Polacek  <polacek@redhat.com>
23718         PR middle-end/64391
23719         * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
23721 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
23723         PR rtl-optimization/64286
23724         * ree.c (combine_reaching_defs): Move part of comment earlier,
23725         remove !SCALAR_INT_MODE_P check.
23726         (add_removable_extension): Don't add vector mode
23727         extensions if all uses of the source register aren't the same
23728         vector extensions.
23730 2015-01-13  Renlin Li  <renlin.li@arm.com>
23732         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
23733         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
23735 2015-01-13  Martin Liska  <mliska@suse.cz>
23737         * ipa-icf.c (sem_function::equals_private): Call new functions
23738         cl_target_option_print_diff and cl_optimization_print_diff.
23739         * optc-save-gen.awk (cl_target_option_print_diff): New function.
23740         (cl_optimization_print_diff): Likewise.
23741         * opth-gen.awk: Likewise.
23743 2015-01-13  Richard Sandiford  <richard.sandiford@arm.com>
23745         * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
23746         (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
23747         (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
23748         (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
23749         (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
23750         (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
23752 2015-01-13  Andrew Pinski  <apinski@cavium.com>
23754         * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
23755         instead of src mode.
23757 2015-01-13  Richard Biener  <rguenther@suse.de>
23759         PR lto/64373
23760         * lto-streamer-out.c (tree_is_indexable): Guard for NULL
23761         DECL_CONTEXT.
23763 2015-01-13  Andrew Pinski  <apinski@cavium.com>
23765         * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
23766         volatile mems.
23767         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
23769 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
23771         PR middle-end/63974
23772         * cfgexpand.c (expand_computed_goto): Don't call
23773         convert_memory_address here.
23775 2015-01-13  Richard Biener  <rguenther@suse.de>
23777         PR tree-optimization/64406
23778         * tree-loop-distibution.c (pass_loop_distribution::execute):
23779         Reset the SCEV hashtable if we distributed anything.
23781 2015-01-13  Richard Biener  <rguenther@suse.de>
23783         PR tree-optimization/64404
23784         * tree-vect-stmts.c (vectorizable_load): Reject conflicting
23785         SLP types for CSEd loads.
23787 2015-01-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
23789         PR tree-optimization/64436
23790         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
23791         merge of two symbolic numbers for a bitwise OR to ...
23792         (perform_symbolic_merge): This. Also fix computation of the range and
23793         end of the symbolic number corresponding to the result of a bitwise OR.
23795 2015-01-13  Richard Biener  <rguenther@suse.de>
23797         PR tree-optimization/64568
23798         * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
23799         release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
23801 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
23803         * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
23804         TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
23806 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
23808         * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
23809         target-specific symbol_ref flag.
23810         (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
23811         resides in rodata section.
23812         * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
23813         (nds32_encode_section_info): New function.
23815 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
23817         * config/nds32/nds32.md (call): Use pseudo instruction bal which
23818         clobbers TA_REGNUM if large code model is specified.
23819         (call_register): Likewise.
23820         (call_immediate): Likewise.
23821         (call_value): Likewise.
23822         (call_value_register): Likewise.
23823         (call_value_immediate): Likewise.
23825 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
23827         * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
23828         (TARGET_CMODEL_MEDIUM): New macro.
23829         (TARGET_CMODEL_LARGE): New macro.
23830         * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
23831         code model setting in assembly code.
23833 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
23835         * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
23836         Remove MASK_GP_DIRECT flag.
23837         * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
23838         one of the multilib default options.
23839         * config/nds32/nds32.opt (mgp-direct): Remove.
23840         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
23841         -mgp-direct.  We also remove unnecessary -mlittle-endian/-mbig-endian.
23843 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
23845         * config/nds32/nds32.opt (mcmodel): Add new option.
23846         * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
23847         to describe code model.
23849 2015-01-13  Oleg Endo  <olegendo@gcc.gnu.org>
23851         PR target/64479
23852         * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
23854 2015-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
23856         * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
23857         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
23858         (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
23859         (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
23860         __builtin_sh_set_fpscr.
23862 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
23864         * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
23865         after a funtion name just to indicate it is a function.
23866         ([-fsanitize-undefined-trap-on-error]): Likewise.
23867         ([-fdbg-cnt=]): Likewise.
23868         ([-mmemcpy]): Likewise.
23869         ([-mflush-func]): Likewise.
23870         ([-msynci]): Likewise.
23872 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
23874         * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
23875         example.
23877 2015-01-12  Jakub Jelinek  <jakub@redhat.com>
23879         PR tree-optimization/64563
23880         * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
23881         instead of != VR_VARYING.
23883         PR target/64513
23884         * config/i386/i386.c (ix86_expand_prologue): Add
23885         REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
23887         PR tree-optimization/64454
23888         * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
23889         op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
23890         for signed or [0, op1 - 1] for unsigned modulo.
23891         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
23892         even if op1 does not satisfy integer_pow2p.
23894         PR other/64370
23895         * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
23897 2015-01-12  Jeff Law  <law@redhat.com>
23899         PR target/64461
23900         * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
23901         (trunchiqi2, truncsihi2): Similarly.
23903         * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
23904         rather than calling F.
23906 2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23908         * tsan.c (instrument_expr): Use force_gimple_operand.
23909         Use may_be_nonaddressable_p instead of is_gimple_addressable.
23911 2015-01-12  Richard Biener  <rguenther@suse.de>
23913         PR tree-optimization/64530
23914         * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
23915         back dr1.
23917 2015-01-12  Richard Biener  <rguenther@suse.de>
23919         PR middle-end/64357
23920         * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
23921         latches properly.
23923 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23925         * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
23926         Cortex-A17 tuning parameters.
23927         * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
23929 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23931         * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
23932         * config/arm/arm.c (arm_macro_fusion_p): New function.
23933         (arm_macro_fusion_pair_p): Likewise.
23934         (TARGET_SCHED_MACRO_FUSION_P): Define.
23935         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
23936         (ARM_FUSE_NOTHING): Likewise.
23937         (ARM_FUSE_MOVW_MOVT): Likewise.
23938         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
23939         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
23940         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
23941         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
23942         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
23943         arm_cortex_a5_tune): Specify fuseable_ops value.
23945 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
23947         PR bootstrap/64561
23948         * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
23949         test for PIE with copy reloc.
23950         * configure: Regenerated.
23952 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23954         * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
23955         in gen_rtx_REG.
23956         (arm_tls_descseq_addr): Likewise.
23957         (arm_gen_movmemqi): Likewise.
23958         (arm_expand_epilogue_apcs_frame): Likewise.
23959         (arm_expand_epilogue): Likewise.
23960         (arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
23961         in gen_rtx_REG.
23963 2015-01-12  Martin Liska  <mliska@suse.cz>
23965         PR ipa/64550
23966         * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
23967         volatility for correct operands.
23969 2015-01-12  Martin Liska  <mliska@suse.cz>
23971         * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
23972         indication that a function is not leaf.
23973         (sem_function::compare_polymorphic_p): Likewise.
23975 2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
23977         * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
23978         machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
23979         fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
23980         fold-const.h, tree-check.h.
23982 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
23984         PR ipa/63967
23985         PR ipa/64425
23986         * ipa-inline.c (compute_uninlined_call_time,
23987         compute_inlined_call_time): Use counts for extra precision when
23988         needed possible.
23989         (big_speedup_p): Fix formating.
23990         (RELATIVE_TIME_BENEFIT_RANGE): Remove.
23991         (relative_time_benefit): Remove.
23992         (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
23993         merge guessed and read profile paths.
23994         (inline_small_functions): Count only !optimize_size functions into
23995         initial size; be more lax about sanity check when profile is used;
23996         be sure to update inlined function profile when profile is read.
23998 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
24000         PR ipa/63470
24001         * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
24002         cost when edge becomes direct.
24003         * ipa-prop.c (make_edge_direct): Do not adjust when speculation
24004         is resolved or when introducing new speculation.
24006 2015-01-12  Chen Gang  <gang.chen.5i5j@gmail.com>
24008         PR ipa/64551
24009         PR ipa/64552
24010         * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
24011         '||' to fix typo issue.
24013         * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
24014         accept and return NULL.
24016 2015-01-12  Martin Liska  <mliska@suse.cz>
24018         * cgraph.c (cgraph_edge::remove_callee): Move function to header
24019         file for being inlined.
24020         (cgraph_set_edge_callee): Delete.
24021         (cgraph_edge::redirect_callee): Move function to header file
24022         for being inlined.
24023         (cgraph_edge::make_direct): Use new function.
24024         (cgraph_edge::dump_edge_flags): New function created from
24025         static dump_edge_flags function.
24026         (cgraph_node::dump): Use new function.
24027         (cgraph_edge::verify_count_and_frequency): New function created
24028         from verify_edge_count_and_frequency.
24029         (cgraph_edge::verify_corresponds_to_fndecl): New function created
24030         from verify_edge_corresponds_to_fndecl.
24031         (verify_edge_corresponds_to_fndecl): Delete.
24032         (cgraph_node::verify_node): Use new function.
24033         * cgraph.h (cgraph_edge::set_callee): New function.
24034         (cgraph_edge::dump_edge_flags): Likewise.
24035         (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
24037 2015-01-11  Jan Hubicka  <hubicka@ucw.cz>
24039         * ipa-utils.c (estimate_function_body_sizes): Do not
24040         free node params when called late with early=true.
24042 2015-01-11  James Greenhalgh  <james.greenhalgh@arm.com>
24044         * doc/md.texi (Instruction Patterns): Rewrite text for
24045         clarity.
24046         (Example): Likewise.
24048 2015-01-10  Sandra Loosemore  <sandra@codesourcery.com>
24050         * doc/invoke.texi (Option Summary): Break long lines.
24051         [(-fdiagnostics-color)]: Put long literal in @smallexample
24052         instead of inline.
24053         [(-fsanitize-recover)]: Likewise.
24054         [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
24055         [(-ffast-math)]: Likewise.
24056         [(--param max-inline-insns-recursive)]: Likewise.
24057         [(--param max-inline-recursive-depth)]: Likewise.
24058         [(-mno-text-section-literals)]: Likewise.
24060 2015-01-10  Thomas Schwinge  <thomas@codesourcery.com>
24062         * doc/install.texi: Update for libgomp being renamed from "GNU
24063         OpenMP Runtime Library" to "GNU Offloading and Multi Processing
24064         Runtime Library".
24065         * doc/sourcebuild.texi: Likewise.
24067 2015-01-10  Anthony Green  <green@moxielogic.com>
24069         * config/moxie/moxie.c (moxie_option_override): Fix forcing of
24070         mul.x availability for moxiebox configuration.
24072 2015-01-09  Anthony Green  <green@moxielogic.com>
24074         * config/moxie/moxie.md: Tabify assembly output.
24076 2015-01-09  Anthony Green  <green@moxielogic.com>
24078         * config/moxie/moxie.md (CC_REG): Correct register definition.
24080 2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
24082         * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
24083         ([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
24084         of log files.
24086 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
24088         * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
24090 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
24091             Jakub Jelinek  <jakub@redhat.com>
24093         PR middle-end/64412
24094         * lto-streamer.h (lto_stream_offload_p): New declaration.
24095         * lto-streamer.c (lto_stream_offload_p): New variable.
24096         * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
24097         at the same time as section_name_prefix.
24098         * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
24099         if lto_stream_offload_p.
24100         * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
24101         stream TREE_TARGET_OPTION if lto_stream_offload_p.
24102         (write_ts_function_decl_tree_pointers): Don't
24103         stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
24104         * tree-streamer-in.c (unpack_value_fields): Don't stream
24105         TREE_TARGET_OPTION in if ACCEL_COMPILER.
24106         (lto_input_ts_function_decl_tree_pointers): Don't stream
24107         DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
24108         * lto-opts.c (lto_write_options): Use lto_stream_offload_p
24109         instead of section_name_prefix string comparisons.
24111 2015-01-09  Jakub Jelinek  <jakub@redhat.com>
24113         PR rtl-optimization/64536
24114         * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
24115         tablejumps.
24117 2015-01-09  Michael Collison  <michael.collison@linaro.org>
24119         PR tree-optimization/64322
24120         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
24121         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
24123 2015-01-09  Tom de Vries  <tom@codesourcery.com>
24125         PR rtl-optimization/64539
24126         * regcprop.c (kill_clobbered_values): Factor out of ...
24127         (copyprop_hardreg_forward_1): ... here.  Use kill_clobbered_values
24128         instead of note_stores with kill_clobbered_value.
24130 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
24132          * ginclude/unwind-arm-common.h: Revert previous commit.
24134 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
24136         * config.gcc (arm*-*-freebsd*): New configuration.
24137         * config/arm/freebsd.h: New file.
24138         * config.host: Add extra components for arm*-*-freebsd*.
24139         * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
24140         * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
24142 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24144         * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
24145         for -mcpu=e6500.
24146         * config/rs6000/t-rtems: Add e6500 multilibs.
24148 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24150         * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
24151         MPC8540.
24153 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24155         * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
24156         MULTILIB_EXCEPTIONS.
24158 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24160         * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
24161         MULTILIB_EXCEPTIONS.
24163 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24165         * config/arm/t-rtems-eabi: Rename to...
24166         * config/arm/t-rtems: ...this.
24167         * config/arm/rtems-eabi.h: Rename to...
24168         * config/arm/rtems.h: ...this.
24169         * config.gcc (arm*-*-rtems*): Reflect changes above.
24171 2015-01-09  Richard Biener  <rguenther@suse.de>
24173         PR tree-optimization/64410
24174         * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
24175         on the LHS.
24176         (execute_update_addresses_taken): Deal with that.
24177         * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
24178         loads/stores for complex variables.
24180 2015-01-09  Martin Liska  <mliska@suse.cz>
24182         * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
24183         name comparison.
24184         (func_checker::compare_memory_operand): New function.
24185         (func_checker::compare_operand): Split case to newly
24186         added functions.
24187         (func_checker::compare_cst_or_decl): New function.
24188         (func_checker::compare_gimple_call): Identify
24189         memory operands.
24190         (func_checker::compare_gimple_assign): Likewise.
24191         * ipa-icf-gimple.h: New function.
24193 2015-01-09  Martin Liska  <mliska@suse.cz>
24195         PR ipa/64503
24196         * sreal.c (sreal::dump): Change unsigned format to signed for
24197         m_exp value.
24198         (sreal::to_double): Replace exp2 with scalbln.
24200 2015-01-09  Martin Liska  <mliska@suse.cz>
24202         * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
24203         * ipa-icf.c (sem_function::equals_private): Add support for target and
24204         (sem_item_optimizer::merge_classes): Remove redundant function
24205         optimization flags comparison.
24206         * tree.h (target_opts_for_fn): New function.
24208 2015-01-09  Tom de Vries  <tom@codesourcery.com>
24210         * omp-low.c (expand_omp_for_static_chunk): Fix assert.
24212 2015-01-09  Kito Cheng  <kito@0xlab.org>
24214         PR rtl-optimization/64348
24215         * lra-constraints.c (split_reg): Fix caller-save store/restore
24216         instruction generation.
24218 2015-01-08  John David Anglin  <danglin@gcc.gnu.org>
24220         PR gcov-profile/61790
24221         * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
24222         long long.  Fallback to int64_t if host doesn't have long long and
24223         use strtol if int64_t is long.  Otherwise, use sscanf for conversion.
24225 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
24227         PR tree-optimization/63989
24228         * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
24229         from 1000 to 10000.
24230         * tree-ssa-strlen.c (get_strinfo): Moved earlier.
24231         (get_stridx): If we don't have a record for certain SSA_NAME,
24232         but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
24233         constant offset, call get_stridx_plus_constant.
24234         (get_stridx_plus_constant): New function.
24235         (zero_length_string): Don't use get_stridx here.
24237         PR target/55023
24238         PR middle-end/64388
24239         * dse.c (struct insn_info): Mention frame_read set also
24240         before reload for tail calls on some targets.
24241         (scan_insn): Revert 2014-12-22 change.  Set frame_read
24242         also before reload for tail calls if
24243         HARD_FRAME_POINTER_IS_ARG_POINTER.  Call add_wild_read
24244         instead of add_non_frame_wild_read for non-const/memset
24245         tail calls after reload.
24247 2015-01-08  Jason Merrill  <jason@redhat.com>
24249         * ubsan.c (do_ubsan_in_current_function): New.
24250         (pass_ubsan::gate): Use it.
24251         * ubsan.h: Declare it.
24252         * convert.c (convert_to_integer): Use it.
24254 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
24256         PR target/64338
24257         * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
24258         compare_code when it is unconditionally overwritten afterwards.
24259         Use ix86_reverse_condition instead of reverse_condition.  Don't
24260         change code if *reverse_condition* returned UNKNOWN and don't
24261         swap ct/cf and negate diff in that case.
24263 2015-01-08  Mike Stump  <mikestump@comcast.net>
24265         * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
24266         (pass_tsan_O0::gate): Likewise.
24267         * extend.texi (Function Attributes): Add no_sanitize_thread
24268         documentation.
24270 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
24272         * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
24273         for registering builtins.
24274         * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
24275         add -fopenmp to the argv_obstack used when invoking
24276         compile_for_target.
24278         * config/i386/intelmic-mkoffload.c (compile_for_target): Always
24279         add "-m32" or "-m64" to argv_obstack.
24280         (generate_host_descr_file): Likewise, when invoking host_compiler.
24281         (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
24282         ld.
24284 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
24286         * config/sh/sh-mem.cc: Use constant as second operand when emitting
24287         tstsi_t insns.
24289 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
24291         PR target/55212
24292         * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
24293         constant load if constant operand fits into I08.
24295 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
24297         PR sanitizer/64336
24298         * tree.c (build2_stat): Fix up initialization of TREE_READONLY
24299         and TREE_THIS_VOLATILE for MEM_REFs.
24300         (build5_stat): Fix up initialization of TREE_READONLY and
24301         TREE_THIS_VOLATILE for TARGET_MEM_REFs.
24303 2015-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
24305         PR target/64533
24306         * config/sh/sh.md (*addsi3_compact): Use u constraint instead
24307         of r for the second alternative of the destination operand.
24309 2015-01-07  Segher Boessenkool  <segher@kernel.crashing.org>
24311         PR target/36557
24312         * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
24314 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
24316         * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
24317         keywords.
24318         ([-fivar-visibility], [-fvisibility]): Likewise.
24320 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
24322         * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
24323         the file where @code, @command, etc is more appropriate.
24325 2015-01-06  Sandra Loosemore  <sandra@codesourcery.com>
24327         * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
24328         of -mrecip= documentation.
24330 2015-01-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
24332         PR target/64505
24333         * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
24334         correct reload handler if -m32 -mpowerpc64 is used.
24336 2015-01-06  Tom de Vries  <tom@codesourcery.com>
24338         * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
24340 2015-01-08  Christian Bruel  <christian.bruel@st.com>
24342         PR target/64507
24343         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
24345 2015-01-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
24347         PR tree-optimization/63259
24348         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
24349         if optab exists for 16bit byteswap.
24351 2015-01-06  Jakub Jelinek  <jakub@redhat.com>
24353         * opts.c (common_handle_option): Add support for
24354         -fno-sanitize=all and -f{,no-}sanitize-recover=all.
24355         * doc/invoke.texi: Document -fno-sanitize=all,
24356         -f{,no-}sanitize-recover=all.  Document that
24357         -fsanitize=float-cast-overflow is not enabled
24358         by -fsanitize=undefined.  Fix up documentation
24359         of -f{,no-}sanitize-recover.
24361 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
24363         * config.gcc: Add Visium support.
24364         * configure.ac: Likewise.
24365         * configure: Regenerate.
24366         * doc/extend.texi (interrupt attribute): Add Visium.
24367         * doc/invoke.texi: Document Visium options.
24368         * doc/install.texi: Document Visium target.
24369         * doc/md.texi: Document Visium constraints.
24370         * common/config/visium: New directory.
24371         * config/visium: Likewise.
24373 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
24375         * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
24376         for the "(and X (ior (not X) Y) -> (and X Y)" transform.
24378 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
24380         * combine.c (combine_validate_cost): Do not count the cost of a
24381         split I2 twice.  Do not display it twice in the dump, either.
24383 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
24385         Revert parts of r219199.
24386         * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
24387         <inttypes.h>.
24388         ([-Wtraditional]): Restore markup on <limits.h>.
24390 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
24392         PR c++/31397
24393         * doc/invoke.texi: Document -Wsuggest-override.
24395 2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>
24397         PR rtl-optimization/64287
24398         * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
24399         (process_options): Disable flag_ipa_ra if profiling.
24401 2015-01-05  Eric Botcazou  <ebotcazou@adacore.com>
24403         * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
24405 2015-01-05  Max Filippov  <jcmvbkbc@gmail.com>
24407         * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
24408         hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
24409         put under #if TARGET_LOOPS guard.
24411 2015-01-05  Uros Bizjak  <ubizjak@gmail.com>
24413         * config/i386/i386.c (output_387_binary_op): Use std::swap.
24415 2015-01-05  Oleg Endo  <olegendo@gcc.gnu.org>
24417         * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
24418         * rtl.h (refers_to_regno_p): Add overload.
24419         * cse.c: Use it.
24420         * bt-load.c: Likewise.
24421         * combine.c: Likewise.
24422         * df-scan.c: Likewise.
24423         * sched-deps.c: Likewise.
24424         * config/s390/s390.c: Likewise.
24425         * config/m32r/m32r.c: Likewise.
24426         * config/rs6000/spe.md: Likewise.
24427         * config/rs6000/rs6000.c: Likewise.
24428         * config/pa/pa.c: Likewise.
24429         * config/stormy16/stormy16.c: Likewise.
24430         * config/cris/cris.c: Likewise.
24431         * config/arc/arc.md: Likewise.
24432         * config/arc/arc.c: Likewise.
24433         * config/sh/sh.md: Likewise.
24434         * config/sh/sh.c: Likewise.
24435         * config/frv/frv.c: Likewise.
24437 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
24439         PR sanitizer/64265
24440         * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
24441         call as cleanup of the whole body.
24442         * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
24443         * tsan.c (replace_func_exit): New function.
24444         (instrument_func_exit): Moved earlier.
24445         (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
24446         Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
24447         been found.
24448         (tsan_pass): Don't call instrument_func_exit.
24449         * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
24450         * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
24451         inlining.
24453         PR sanitizer/64344
24454         * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
24455         * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
24456         it to libubsan handler instead of EXPR.  Fold comparisons earlier,
24457         if the result is integer_zerop, return NULL_TREE.
24458         * convert.c (convert_to_integer): Pass expr as ARG.
24460         PR tree-optimization/64465
24461         * tree-inline.c (redirect_all_calls): During inlining
24462         clean up EH stmts and EH edges if redirect_call_stmt_to_callee
24463         changed the stmt to a non-throwing call.
24465 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
24467         * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
24468         etc markup throughout the file.
24470 2015-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24472         Enable experimental TSAN support for Ada.
24473         * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
24475 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
24477         PR tree-optimization/64494
24478         * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
24479         clear SSA_NAME_ANTI_RANGE_P flag.
24481 2015-01-05  Marek Polacek  <polacek@redhat.com>
24483         * doc/extend.texi (Arrays of Length Zero): Add missing comma.
24485 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
24487         Update copyright years.
24489         * gcc.c (process_command): Update copyright notice dates.
24490         * gcov-dump.c: Ditto.
24491         * gcov.c: Ditto.
24492         * doc/cpp.texi: Bump @copying's copyright year.
24493         * doc/cppinternals.texi: Ditto.
24494         * doc/gcc.texi: Ditto.
24495         * doc/gccint.texi: Ditto.
24496         * doc/gcov.texi: Ditto.
24497         * doc/install.texi: Ditto.
24498         * doc/invoke.texi: Ditto.
24500         * auto-profile.c, auto-profile.h: Fix up Copyright line.
24502 2015-01-04  Sandra Loosemore  <sandra@codesourcery.com>
24504         * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
24505         verb tense, etc.
24506         ([-fvtable-verify], [-fvtv-debug]): Likewise.
24507         ([-Wabi]): Likewise.
24508         ([-fmessage-length]): Likewise.
24509         ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
24510         ([-Wno-discarded-qualifiers]): Likewise.
24511         ([-Wnodiscarded-array-qualifiers]): Likewise.
24512         ([-Wno-virtual-move-assign]): Likewise.
24513         ([-fsanitize=address], [-fsanitize=thread]): Likewise.
24514         ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
24515         ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
24516         ([-fsanitize-undefined-trap-on-error]): Likewise.
24517         ([-floop-interchange]): Likewise.
24518         ([-ftree-coalesce-inlined-vars]): Likewise.
24519         ([-fvect-cost-model]): Likewise.
24520         ([-flto]): Likewise.
24521         ([--param]): Likewise.
24522         (Spec Files): Likewise.
24523         ([-mstrict-align]): Likewise.
24524         ([-mfix-cortex-a53-835769]): Likewise.
24525         ([-march], [-mtune]): Likewise.
24526         ([-mpic-register]): Likewise.
24527         ([-munaligned-access]): Likewise.
24528         ([-msp8]): Likewise.
24529         (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
24530         (AVR Built-in Macros): Likewise.
24531         ([-mpreferred-stack-boundary]): Likewise.
24532         ([-mtune-crtl]): Likewise.
24533         ([-mashf]): Likewise.
24534         ([-mmcu=]): Likewise.
24535         ([-minrt]): Likewise.
24536         ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
24537         ([-mupper-regs]): Likewise.
24538         ([-matomic-model]): Likewise.
24539         ([-mdiv]): Likewise.
24540         ([-mzdcbranch]): Likewise.
24541         ([-mdisable-callt]): Likewise.
24542         ([-msoft-float]): Likewise.
24543         ([-m8byte-align]): Likewise.
24544         ([-fstack-reuse]): Likewise.
24546 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
24548         * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
24549         Fix markup, light copy-editing.
24550         ([-fauto-profile]): Rewrite to fix formatting and content
24551         problems.
24553 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
24555         * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
24556         Copy-edit description.
24557         ([-fisolate-erroneous-paths-attribute]): Likewise.
24558         * common.opt (fisolate-erroneous-paths-dereference):
24559         Copy-edit description.
24560         (fisolate-erroneous-paths-attribute): Likewise.
24562 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
24564         * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
24565         tidy grammar.
24567 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
24569         * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
24570         ([-fvtv-debug]): Likewise.
24571         ([-Wc++-compat]): Likewise.
24572         ([-Wc++11-compat]): Likewise.
24573         ([-Wc++14-compat]): Likewise.
24574         ([-Wno-sized-deallocation]): Likewise.
24575         ([-femit-class-debug-always]): Likewise.
24576         ([-femit-struct-debug-detailed]): Likewise.
24577         ([-fno-keep-inline-dllexport]): Likewise.
24578         ([-fira-algorithm]): Likewise.
24579         ([-fira-region]): Likewise.
24580         ([-flra-remat]): Likewise.
24581         ([-fipa-ra]): Likewise.
24582         ([-fhoist-adjacent-loads]): Likewise.
24583         ([-fisolate-erroneous-paths-dereference]): Likewise.
24584         ([-fisolate-erroneous-paths-attribute]): Likewise.
24585         ([-ftree-switch-conversion]): Likewise.
24586         ([-ftree-tail-merge]): Likewise.
24587         ([-ftree-loop-if-convert]): Likewise.
24588         ([-ftree-loop-if-convert-stores]): Likewise.
24589         ([-ftree-loop-distribution]): Likewise.
24590         ([-ftree-loop-distribute-patterns]): Likewise.
24591         ([-flto-compression-level]): Likewise.
24592         ([-flto-report]): Likewise.
24593         ([-flto-report-wpa]): Likewise.
24594         ([-fuse-linker-plugin]): Likewise.
24595         ([-mfix-cortex-a53-835769]): Likewise.
24596         ([-mno-fix-cortex-a53-835769]): Likewise.
24597         ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
24598         explicit listing; add a note to the discussion indicating they
24599         exist.  Reorder table to group similar options.  Add missing
24600         @opindex entries.  Add @need commands throughout the table to
24601         allow it to be split across multiple pages.
24602         ([-m8bit-idiv]): Fix @opindex.
24603         ([-mavx256-split-unaligned-load]): Likewise.
24604         ([-mavx256-split-unaligned-store]): Likewise.
24605         ([-mstack-protector-guard]): Likewise.
24606         ([-mcpu=]): Likewise.
24607         ([-mcpu]): Likewise.
24608         ([-mpointer-size=]): Likewise.
24610 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
24612         * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
24613         instead of `m' constraint.  Likewise for unnamed movb comparison
24614         patterns using reg_before_reload_operand predicate.
24615         * config/pa/predicates.md (reg_before_reload_operand): Tighten
24616         predicate to reject register index and LO_SUM DLT memory forms
24617         after reload.
24619 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
24621         * doc/invoke.texi (Option Summary): Fix spelling of
24622         -fdevirtualize-at-ltrans.
24623         ([-fdevirtualize]): Fix markup.
24624         ([-fdevirtualize-speculatively]): Fix typo.
24625         ([-fdevirtualize-at-ltrans]): Likewise.  Make description less
24626         implementor-speaky.
24627         * common.opt (fdevirtualize-at-ltrans): Likewise.
24628         * ipa-devirt.c: Fix typos in comments throughout the file.
24629         (ipa_devirt): Fix typos in format strings for dump output.
24631 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
24633         * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
24634         discussion of defaults, light copy-editing.
24636 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24638         * tsan.c (instrument_expr): corrected previous checkin.
24640 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
24642         Instrument bit field and unaligned accesses for TSAN.
24643         * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
24644         (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
24645         * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
24646         Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
24647         unaligned memory regions.
24649 2015-01-01  Anthony Green  <green@moxielogic.com>
24651         * config/moxie/predicates.md (moxie_general_movsrc_operand):
24652         Restrict move source register offsets to 16 bits.
24654 Copyright (C) 2015 Free Software Foundation, Inc.
24656 Copying and distribution of this file, with or without modification,
24657 are permitted in any medium without royalty provided the copyright
24658 notice and this notice are preserved.