gcc:
[official-gcc.git] / gcc / ChangeLog
blobb25e6430f9bd94bec8848bee7f219ad58691c10c
1 2015-12-04  Paolo Bonzini  <bonzini@gnu.org>
3         * c-family/c-common.c (maybe_warn_shift_overflow): Warn on all
4         overflows if shifting 1 out of the sign bit.
6 2015-12-04  Segher Boessenkool  <segher@kernel.crashing.org>
8         * (cstore<mode>4_unsigned): Use gpc_reg_operand instead of
9         register_operand.  Remove empty constraints.  Use std::swap.
10         (cstore_si_as_di, cstore<mode>4_signed_imm,
11         cstore<mode>4_unsigned_imm, cstore<mode>4 for GPR): Use
12         gpc_reg_operand instead of register_operand.
13         (cstore<mode>4 for FP): Use gpc_reg_operand instead of
14         register_operand.  Remove empty constraints.
16 2015-12-04  Nick Clifton  <nickc@redhat.com>
18         * config.gcc (extra_gcc_objs): Define for MSP430.
19         * common/config/msp430/msp430-common.c (msp430_handle_option):
20         Pass both -mmcu and -mcpu on to the back end if they are both
21         defined.
22         * config/msp430/msp430.c (hwmult_name): New function.
23         (msp430_option_override): If an unrecognised MCU name is
24         detected only warn if the user has not provided suitable
25         -mhwmult and -mcpu options.  Use msp430_warn_mcu to control
26         warning messages.  Generate warnings about conflicts between
27         -mmcu and -mcpu and -mhwmult options.
28         If neither -mcpu nor -mmcu have been specified but -mhwmult=
29         f5series has the select the 430X isa.
30         (msp430_no_hwmult): If -mmcu has not been specified and
31         msp430_hwmult_type is AUTO then return true.
32         * config/msp430/msp430.h (EXTRA_SPEC_FUNCTIONS): Define.
33         (LIB_SPEC): Add hardware multiply library selection.
34         * config/msp430/t-msp430: Delete hardware multiply multilibs.
35         Add rule to build driver-msp430.o
36         * config/msp430/driver-msp430.c: New file.
37         * config/msp430/msp430.opt (warn-mcu): New option.
38         * doc/invoke.texi: Update description of -mhwmult=auto.
39         Document -mwarn-mcu option.
41 2015-12-04  Segher Boessenkool  <segher&kernel.crashing.org>
43         * (cstore<mode>4_signed): New expander.
44         (cstore<mode>4): Call it.
46 2015-12-04  Jakub Jelinek  <jakub@redhat.com>
48         * tree-tailcall.c (find_tail_calls): Ignore GIMPLE_NOPs.
50         PR tree-optimization/68680
51         * calls.c (special_function_p): Return ECF_MAY_BE_ALLOCA for
52         BUILT_IN_ALLOCA{,_WITH_ALIGN}.  Don't check for __builtin_alloca
53         by name.
55         PR tree-optimization/68671
56         * tree-ssa-reassoc.c (maybe_optimize_range_tests): For basic
57         blocks starting with the successor of first bb we've modified
58         and ending with last_bb call reset_flow_sensitive_info_in_bb.
60 2015-12-04  Jeff Law  <law@redhat.com>
62         * tree-ssa-reassoc.c (maybe_optimize_range_tests): Return boolean
63         indicating if a gimple conditional was optimized to true/false.
64         (reassociate_bb): Bubble up return value from
65         maybe_optimize_range_tests.
66         (do_reassoc): Similarly, but for reassociate_bb.
67         (execute_reassoc): Return TODO_cleanup_cfg as needed.
69 2015-12-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
71         * config/aarch64/aarch64.c (aarch64_override_options_internal):
72         Do not alter target_flags due to TARGET_GENERAL_REGS_ONLY_P.
73         * doc/invoke.texi (AArch64 options): Mention that -mgeneral-regs-only
74         does not affect the assembler directives.
76 2015-12-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
78         * config/s390/s390.c (s390_asm_file_start): Implement hook function to
79         emit .machine and .machinemode to the top of the assembler file.
80         (TARGET_ASM_FILE_START): Provide target hook.
81         (s390_asm_output_machine_for_arch): Protect with
82         HAVE_AS_MACHINE_MACHINEMODE instead of S390_USE_TARGET_ATTRIBUTE.
84 2015-12-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
86         * config/s390/s390.opt (s390_arch_string): Remove.
87         (s390_tune_string): Likewise.
88         (s390_cost_pointer): Add Variable.
89         (s390_tune_flags): Add TargetVariable.
90         (s390_arch_flags, march=, mbackchain, mdebug, mesa, mhard-dfp),
91         (mhard-float, mlong-double-128, mlong-double-64, mhtm, mvx),
92         (mpacked-stack, msmall-exec, msoft-float, mstack-guard=, mstack-size=),
93         (mtune=, mmvcle, mzvector, mzarch, mbranch-cost=, mwarn-dynamicstack),
94         (mwarn-framesize=): Save option.
95         (mno-stack-guard, mno-stack-guard): New option.
96         (mwarn-dynamicstack): Allow mno-warn-dynamicstack.
97         (mwarn-framesize=): Convert to UInteger (negative values are rejected
98         now).
99         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Split setting
100         macros changeable through the GCC target pragma into a separate
101         function.
102         (s390_cpu_cpp_builtins): Likewise.
103         (s390_pragma_target_parse): New function, implement GCC target pragma
104         if enabled.
105         (s390_register_target_pragmas): Register s390_pragma_target_parse if
106         available.
107         * common/config/s390/s390-common.c (s390_handle_option):
108         Export.
109         Move setting s390_arch_flags to s390.c.
110         Remove s390_tune_flags.
111         Allow 0 as argument to -mstack-size (switch to default value).
112         Allow 0 as argument to -mstack-guard (switch off).
113         Remove now unnecessary explicit parsing code for -mwarn-framesize.
114         * config/s390/s390-protos.h (s390_handle_option): Export.
115         (s390_valid_target_attribute_tree): Export.
116         (s390_reset_previous_fndecl): Export.
117         * config/s390/s390-builtins.def: Use new macro B_GROUP to mark the start
118         and end of HTM and VX builtins.
119         (s390_asm_output_function_prefix): Declare hook.
120         (s390_asm_declare_function_size): Likewise.
121         * config/s390/s390-builtins.h (B_GROUP): Use macro.
122         * config/s390/s390-opts.h: Add comment about processor_type usage.
123         * config/s390/s390.h (TARGET_CPU_IEEE_FLOAT_P, TARGET_CPU_ZARCH_P),
124         (TARGET_CPU_LONG_DISPLACEMENT_P, TARGET_CPU_EXTIMM_P, TARGET_CPU_DFP_P),
125         (TARGET_CPU_Z10_P, TARGET_CPU_Z196_P, TARGET_CPU_ZEC12_P),
126         (TARGET_CPU_HTM_P, TARGET_CPU_Z13_P, TARGET_CPU_VX_P),
127         (TARGET_HARD_FLOAT_P, TARGET_LONG_DISPLACEMENT_P, TARGET_EXTIMM_P),
128         (TARGET_DFP_P, TARGET_Z10_P, TARGET_Z196_P, TARGET_ZEC12_P),
129         (TARGET_HTM_P, TARGET_Z13_P, TARGET_VX_P, TARGET_CPU_EXTIMM),
130         (TARGET_CPU_DFP, TARGET_CPU_Z10, TARGET_CPU_Z196, TARGET_CPU_ZEC12),
131         (TARGET_CPU_HTM, TARGET_CPU_Z13, TARGET_LONG_DISPLACEMENT),
132         (TARGET_EXTIMM, TARGET_DFP, TARGET_Z10, TARGET_Z196, TARGET_ZEC12),
133         (TARGET_Z13, TARGET_VX, S390_USE_TARGET_ATTRIBUTE),
134         (S390_USE_ARCHITECTURE_MODIFIERS, SWITCHABLE_TARGET),
135         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
136         * config/s390/vecintrin.h: Use vector definitions even if __VEC__ is
137         undefined.
138         (vec_all_nan): Rewrite as macro using statement expressions to avoid
139         that the vector keyword needs to be defined when including the file.
140         (vec_all_numeric): Likewise.
141         (vec_any_nan): Likewise.
142         (vec_any_numeric):  Likewise.
143         * config/s390/s390.c (s390_previous_fndecl): New static variable.
144         (s390_set_current_function): New function.
145         (s390_cost): Wrapper macro to allow defining the cost table pointer in
146         the options file.
147         (processor_table): Table for march= and mtune= parsing.
148         (s390_init_builtins): Enable all builtins and types unconditionally.
149         (s390_expand_builtin): Generate an error message if builtin is not
150         supported by current options.
151         Correct an error message.
152         (s390_function_specific_restore): New function to set s390_cost.
153         (s390_asm_output_machine_for_arch): New function for emitting .machine
154         and .machinmode directives to the assembler file.
155         (s390_asm_output_function_prefix): Likewise.
156         (s390_asm_declare_function_size):  Likewise.
157         (s390_asm_output_function_label): Add mdebug output for feature testing.
158         (s390_option_override): Move implementation into internal function.
159         (s390_option_override_internal): Likewise.
160         Implement option overriding based on current options.
161         (s390_valid_target_attribute_inner_p): New function implementing target
162         attribute logic.
163         (s390_valid_target_attribute_tree): Likewise.
164         (s390_valid_target_attribute_p): Likewise.
165         (s390_reset_previous_fndecl): Likewise.
166         (s390_set_current_function): Likewise.
167         (TARGET_SET_CURRENT_FUNCTION): Provide target hook function.
168         (TARGET_OPTION_VALID_ATTRIBUTE_P): Likewise.
169         (TARGET_OPTION_RESTORE): Likewise.
170         * doc/extend.texi: S390: Document target attribute and pragma.
171         * config.in: Regenerated.
172         * configure: Regenerated.
173         * configure.ac: S390: Check for .machinemode and .machine in gas.
174         S390: Check for architecture modifiers support in gas.
176 2015-12-04  Kirill Yukhin  <kirill.yukhin@intel.com>
178         * c-family/c-common.c (c_common_attribute_table[]): Update max arguments
179         count for "simd" attribute.
180         (handle_simd_attribute): Parse "notinbranch" and "inbranch" arguments.
181         * doc/extend.texi ("simd"): Describe new flags.
183 2015-12-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
185         * config/i386/sse.md (<avx512>_store<mode>_mask): Fix
186         operand checked for alignment.
188 2015-12-04  Nathan Sidwell  <nathan@acm.org>
190         * config/nvptx/nvptx.c (write_one_arg): Deal with prologue
191         emission too. Change 'no_arg_types' to 'prototyped'.
192         (write_fn_proto):  Use write_one_arg for stdarg, static chain &
193         main.
194         (nvptx_declare_function_name): Use write_one_arg for prologue copies.
196 2015-12-04  Richard Biener  <rguenther@suse.de>
198         * tree-ssa-sccvn.c (sccvn_dom_walker): Add unreachable_dom
199         member and initialize it.
200         (sccvn_dom_walker::after_dom_children): Reset unreachable_dom
201         if necessary.
202         (sccvn_dom_walker::before_dom_children): If unreachable_dom
203         is set BB is not reachable either.  Set unreachable_dom
204         if not set and BB is unreachable.
206 2015-12-04  Richard Biener  <rguenther@suse.de>
208         * bitmap.c (bitmap_find_bit): Guard the bitmap descriptor
209         query with GATHER_STATISTICS.
211 2015-12-04  Eric Botcazou  <ebotcazou@adacore.com>
213         PR middle-end/65958
214         * gimplify.c (struct gimplify_ctx): Turn boolean fields into 1-bit
215         fields, add keep_stack and reorder them.
216         (gimplify_bind_expr): Save gimplify_ctxp->keep_stack on entry then
217         set it to false.  Do not insert a stack save/restore pair if it has
218         been set to true by the gimplification of the statements.
219         Restore it to the saved value on exit if it is still false.
220         (gimplify_vla_decl): Do not set gimplify_ctxp->save_stack here.
221         (gimplify_call_expr) <BUILT_IN_ALLOCA[_WITH_ALIGN]>: New case.  Set
222         either save_stack or keep_stack depending on CALL_ALLOCA_FOR_VAR_P.
223         * doc/extend.texi (Variable Length): Document new behavior.
224         * doc/generic.texi (Blocks): Document new handling of VLAs.
226 2015-12-04  Eric Botcazou  <ebotcazou@adacore.com>
227             Tristan Gingold  <gingold@adacore.com>
229         PR middle-end/65958
230         * config/aarch64/aarch64-protos.h (aarch64_output_probe_stack-range):
231         Declare.
232         * config/aarch64/aarch64.md: Declare UNSPECV_BLOCKAGE and
233         UNSPEC_PROBE_STACK_RANGE.
234         (blockage): New instruction.
235         (probe_stack_range_<PTR:mode>): Likewise.
236         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): New
237         function.
238         (aarch64_output_probe_stack_range): Likewise.
239         (aarch64_expand_prologue): Invoke aarch64_emit_probe_stack_range if
240         static builtin stack checking is enabled.
241         * config/aarch64/aarch64-linux.h (STACK_CHECK_STATIC_BUILTIN):
242         Define to 1.
244 2015-12-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
246         PR target/68214
247         * config/arm/arm.md (*call_mem): Delete pattern.
248         (*call_value_mem): Likewise.
249         * config/arm/arm.c (output_call_mem): Delete.
250         * config/arm/arm-protos.h (output_call_mem): Delete prototype.
252 2015-12-04  Bin Cheng  <bin.cheng@arm.com>
254         * config/aarch64/atomics.md (atomic_store<mode>): Use predicate
255         aarch64_sync_memory_operand.
257 2015-12-04  Jakub Jelinek  <jakub@redhat.com>
259         PR target/68655
260         * config/i386/i386.c (canonicalize_vector_int_perm): New function.
261         (expand_vec_perm_1): Use it and recurse if everything else
262         failed.  Use nd.perm instead of perm2.
263         (expand_vec_perm_even_odd_1): If testing_p, use gen_raw_REG
264         instead of gen_lowpart for the target.
265         (ix86_expand_vec_perm_const_1): Use canonicalize_vector_int_perm
266         and recurse if everything else failed.
268 2015-12-04  Richard Biener  <rguenther@suse.de>
270         PR middle-end/68636
271         * builtins.c (get_pointer_alignment_1): Take care of byte to
272         bit alignment computation overflow.
274 2015-12-04  Richard Biener  <rguenther@suse.de>
276         PR middle-end/67438
277         * match.pd: Guard ~X cmp ~Y -> Y cmp X and the variant with
278         a constant with single_use.
280 2015-12-04  Bin Cheng  <bin.cheng@arm.com>
281             Jiong Wang  <jiong.wang@arm.com>
283         * config/aarch64/aarch64.c (aarch64_legitimize_address): legitimize
284         address expressions like Ra + Rb + CONST and Ra + Rb<<SCALE + CONST.
286 2015-12-03  Jan Hubicka  <hubicka@ucw.cz>
288         * alias.c (alias_set_subset_of, alias_sets_must_conflict_p)
289         Short circuit for !flag_strict_aliasing
290         (get_alias_set): Remove flag_strict_aliasing check.
291         (new_alias_set): Likewise.
293 2015-12-03  Evandro Menezes  <e.menezes@samsung.com>
295         * config/aarch64/aarch64-cores.def: Use the Exynos M1 cost model.
296         * config/aarch64/aarch64.c (exynosm1_addrcost_table): New variable.
297         (exynosm1_regmove_cost): Likewise.
298         (exynosm1_vector_cost): Likewise.
299         (exynosm1_tunings): Likewise.
300         * config/arm/aarch-cost-tables.h (exynosm1_extra_costs): Likewise.
301         * config/arm/arm.c (arm_exynos_m1_tune): Likewise.
303 2015-12-03  Alan Lawrence  <alan.lawrence@arm.com>
304             Richard Biener  <richard.guenther@gmail.com>
306         * cfgexpand.c (pass_expand::execute): Replace call to
307         redirect_edge_var_map_destroy with redirect_edge_var_map_empty.
308         * tree-ssa.c (delete_tree_ssa): Likewise.
309         * function.c (set_cfun): Call redirect_edge_var_map_empty.
310         * passes.c (execute_one_ipa_transform_pass, execute_one_pass): Likewise.
311         * tree-ssa.h (redirect_edge_var_map_destroy): Remove.
312         (redirect_edge_var_map_empty): New.
313         * tree-ssa.c (redirect_edge_var_map_destroy): Remove.
314         (redirect_edge_var_map_empty): New.
316 2015-12-03  Jeff Law  <law@redhat.com>
318         PR tree-optimization/68599
319         * loop-init.c (rtl_loop_init): Set LOOPS_HAVE_RECORDED_EXITS
320         in call to loop_optimizer_init.
321         * loop-iv.c (get_simple_loop_desc): Only allow unsafe loop
322         optimization to drop the assumptions/infinite notations if
323         the loop has a single exit.
325 2015-12-03  Richard Sandiford  <richard.sandiford@arm.com>
327         * doc/md.texi (vec_load_lanes@var{m}@var{n}): Document that
328         the pattern cannot FAIL.
329         (vec_store_lanes@var{m}@var{n}): Likewise.
330         (maskload@var{m}@var{n}): Likewise.
331         (maskstore@var{m}@var{n}): Likewise.  Fix a cut-&-paste error
332         in the name of the pattern.
333         (rsqrt@var{m}2): Document that mode m must be a scalar or vector
334         floating-point mode and that all operands have that mode.
335         (fmin@var{m}3, fmax@var{m}3): Likewise.  Document that the
336         pattern cannot FAIL.
337         (sqrt@var{m}2): Document that mode m must be a scalar or vector
338         floating-point mode, that all operands have that mode, and that
339         the patterns cannot FAIL.  Remove previous documentation referring
340         to @code{double} and @code{float}.
341         (fmod@var{m}3, remainder@var{m}3, cos@var{m}2, sin@var{m}2)
342         (sincos@var{m}3, log@var{m}2, pow@var{m}3, atan2@var{m}3)
343         (copysign@var{m}3): Likewise.
344         (exp@var{m}2): Likewise.  Explicitly state the base.
345         (floor@var{m}2): As for sqrt@var{m}2, but also specify the operands.
346         (btrunc@var{m}2, rint@var{m}2): Likewise.
347         (round@var{m}2): Likewise.  Fix incorrect description of rounding
348         effect.
349         (ceil@var{m}2): As for round@var{m}2.
350         (nearbyint@var{m}2): As for floor@var{m}2, but also mention that
351         the instruction must not raise an inexact condition.
352         (scalb@var{m}3): Document previously-undocumented pattern
353         (ldexp@var{m}3, tan@var{m}2, asin@var{m}2, acos@var{m}2)
354         (atan@var{m}2, expm1@var{m}2, exp10@var{m}2, exp2@var{m}2)
355         (log1p@var{m}2, log10@var{m}2, log2@var{m}2, logb@var{m}2)
356         (significand@var{m}2): Likewise.
357         (ffs@var{m}2): Fix the description of the modes, so that operand 1 has
358         mode m and operand 0 is defined more freely.  Document that @var{m}
359         can be a scalar or vector integer mode and that the pattern is not
360         allowed to FAIL.
361         (clz@var{m}2, ctz@var{m}2, popcount@var{m}2, parity@var{m}2): Likewise.
362         (clrsb@var{m}2): Likewise, except that the description of the
363         mode was missing in this case.
365 2015-12-03  Richard Sandiford  <richard.sandiford@arm.com>
367         * internal-fn.def (RSQRT): New function.
368         * optabs.def (rsqrt_optab): New optab.
369         * doc/md.texi (rsqrtM2): Document.
370         * target.def (builtin_reciprocal): Replace gcall argument with
371         a function decl.  Restrict hook to machine functions.
372         * doc/tm.texi: Regenerate.
373         * targhooks.h (default_builtin_reciprocal): Update prototype.
374         * targhooks.c (default_builtin_reciprocal): Likewise.
375         * tree-ssa-math-opts.c: Include internal-fn.h.
376         (internal_fn_reciprocal): New function.
377         (pass_cse_reciprocals::execute): Call it, and build a call to an
378         internal function on success.  Only call targetm.builtin_reciprocal
379         for machine functions.
380         * config/aarch64/aarch64-protos.h (aarch64_builtin_rsqrt): Remove
381         second argument.
382         * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin_rsqrt):
383         Rename aarch64_rsqrt_<mode>2 to rsqrt<mode>2.
384         (aarch64_builtin_rsqrt): Remove md_fn argument and only handle
385         machine functions.
386         * config/aarch64/aarch64.c (use_rsqrt_p): New function.
387         (aarch64_builtin_reciprocal): Replace gcall argument with a
388         function decl.  Use use_rsqrt_p.  Remove optimize_size check.
389         Only handle machine functions.  Update call to aarch64_builtin_rsqrt.
390         (aarch64_optab_supported_p): New function.
391         (TARGET_OPTAB_SUPPORTED_P): Define.
392         * config/aarch64/aarch64-simd.md (aarch64_rsqrt_<mode>2): Rename to...
393         (rsqrt<mode>2): ...this.
394         * config/i386/i386.c (use_rsqrt_p): New function.
395         (ix86_builtin_reciprocal): Replace gcall argument with a
396         function decl.  Use use_rsqrt_p.  Remove optimize_insn_for_size_p
397         check.  Only handle machine functions.
398         (ix86_optab_supported_p): Handle rsqrt_optab.
399         * config/rs6000/rs6000.c (TARGET_OPTAB_SUPPORTED_P): Define.
400         (rs6000_builtin_reciprocal): Replace gcall argument with a
401         function decl.  Remove optimize_insn_for_size_p check.
402         Only handle machine functions.
403         (rs6000_optab_supported_p): New function.
405 2015-12-03  Bernd Schmidt  <bschmidt@redhat.com>
407         PR target/68471
408         PR target/68472
409         * config/i386/i386.c (ix86_mitigate_rop): Don't call
410         compute_bb_for_insn again.  Call df_insn_rescan_all.
411         * config/i386/i386.md (set_got_rex64): Override modrm_class.
413         * regrename.c (build_def_use): Ignore stack regs if regstack_completed.
415 2015-12-03  Nathan Sidwell  <nathan@acm.org>
417         * config/nvptx/nvptx-protos.h (npvptx_section_from_addr_space): Delete.
418         * config/nvptx/nvptx.c (enum nvptx_data_area): New.
419         (SYMBOL_DATA_AREA, SET_SYMBOL_DATA_AREA): New defines.
420         (nvptx_option_override): Set data ares for worker vars.
421         (nvptx_addr_space_from_sym): Delete.
422         (nvptx_encode_section_info): New.
423         (section_for_sym, section_for_decl): New.
424         (nvptx_maybe_convert_symbolic_operand): Get data area from symbol
425         flags,
426         (nvptx_section_from_addr_space): Delete.
427         (nvptx_section_for_decl): Delete.
428         (nvptx_output_aligned, nvptx_declare_object_name,
429         nvptx_assemble_undefined_decl): Use section_for_decl, remove
430         unnecessary checks.
431         (nvptx_print_operand): Add 'D', adjust 'A'.
432         (nvptx_expand_worker_addr): Adjust unspec generation.
433         (TARGET_ENCODE_SECTION_INFO): Override.
434         * config/nvptx/nvptx.h (ADDR_SPACE_GLOBAL, ADDR_SPACE_SHARED,
435         ADDR_SPACE_CONST, ADDR_SPACE_LOCAL, ADDR_SPACE_PARAM): Delete.
436         * config/nvptx/nvptx.md (UNSPEC_FROM_GLOBAL, UNSPEC_FROM_LOCAL,
437         UNSPEC_FROM_PARAM, UNSPEC_FROM_SHARED, UNSPEC_FROM_CONST,
438         UNSPEC_TO_GLOBAL, UNSPEC_TO_LOCAL, UNSPEC_TO_PARAM,
439         UNSPEC_TO_SHARED, UNSPEC_TO_CONST): Delete.
440         (UNSPEC_TO_GENERIC): New.
441         (nvptx_register_or_symbolic_operand): Delete.
442         (cvt_code, cvt_name, cvt_str): Delete.
443         (convaddr_<cvt_name><mode> [P]): Delete.
444         (convaddr_<mode> [P]): New.
446 2015-12-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
448         PR rtl-optimization/68624
449         * ifcvt.c (noce_try_cmove_arith): Check clobbers of temp regs in both
450         blocks if they exist and simplify the logic choosing the order to emit
451         them in.
453 2015-12-03  Richard Biener  <rguenther@suse.de>
455         PR tree-optimization/66051
456         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
457         on load group size.  Do not pass in vectorization_factor.
458         (vect_transform_slp_perm_load): Do not require any permute support.
459         (vect_build_slp_tree): Do not pass in vectorization factor.
460         (vect_analyze_slp_instance): Do not compute vectorization
461         factor estimate.  Use vector size instead of vectorization factor
462         estimate to split store groups for BB vectorization.
464 2015-12-03  Ilya Enkovich  <enkovich.gnu@gmail.com>
466         * cfgexpand.c (expand_gimple_stmt_1): Return statement with
467         DECL as return value is allowed to have NULL bounds.
469 2015-12-03  Tom de Vries  <tom@codesourcery.com>
471         * graphite-isl-ast-to-gimple.c (binary_op_to_tree)
472         (gcc_expression_from_isl_expr_op): Guard isl_ast_op_zdiv_r usage with
473         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
475 2015-12-03  Richard Biener  <rguenther@suse.de>
477         PR tree-optimization/67800
478         PR tree-optimization/68333
479         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Restore
480         restriction to reduction contexts but allow SLP reductions as well.
481         (vect_recog_sad_pattern): Likewise.
482         (vect_recog_widen_sum_pattern): Likewise.
484 2015-12-03  Richard Biener  <rguenther@suse.de>
486         PR tree-optimization/68639
487         * tree-vect-data-refs.c (dr_group_sort_cmp): Split groups
488         belonging to different loops.
489         (vect_analyze_data_ref_accesses): Likewise.
491 2015-12-02  Kirill Yukhin  <kirill.yukhin@intel.com>
493         * config/i386/sse.md (define_insn "vec_extract_hi_<mode>_maskm"):
494         Remove "prefix_extra".
495         (define_insn "vec_extract_hi_<mode>_mask"): New.
496         (define_insn "vec_extract_hi_<mode>"): Remove masking.
498 2015-12-02  Jan Hubicka  <hubicka@ucw.cz>
500         * ipa-pure-const.c (ignore_edge_for_pure_const): New function.
501         (propagate_pure_const): Use it; fix comments and optimize loops.
503 2015-12-02  Jan Hubicka  <hubicka@ucw.cz>
505         * ipa-pure-const.c (ignore_edge): Rename to ...
506         (ignore_edge_for_nothrow) ... this one; also ignore eges to
507         interposable functions or ones that can not throw.
508         (propagate_nothrow): Fix handling of availability.
510 2015-12-02  Jan Hubicka  <hubicka@ucw.cz>
512         PR ipa/68184
513         * cgraphunit.c (cgraph_node::analyze): Set can_throw_external.
515 2015-12-02  Aditya Kumar  <aditya.k7@samsung.com>
516             Sebastian Pop  <s.pop@samsung.com>
518         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Handle isl_ast_op_zdiv_r.
519         (gcc_expression_from_isl_expr_op): Same.
521 2015-12-02  Aditya Kumar  <aditya.k7@samsung.com>
522             Sebastian Pop  <s.pop@samsung.com>
524         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Check
525         that insertion point is still in the region.
527 2015-12-02  Aditya Kumar  <aditya.k7@samsung.com>
528             Sebastian Pop  <s.pop@samsung.com>
530         PR tree-optimization/68550
531         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Add dump.
532         (copy_bb_and_scalar_dependences): Do not code generate loop peeled
533         statements.
535 2015-12-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
537         * configure.ac: Check assembler support for R_PPC64_ENTRY relocation.
538         * configure: Regenerate.
539         * config.in: Regenerate.
540         * config/rs6000/rs6000.c (rs6000_global_entry_point_needed_p): New
541         function.
542         (rs6000_output_function_prologue): Use it instead of checking
543         cfun->machine->r2_setup_needed.  Use internal labels instead of
544         GNU as local label extension.  Handle ELFv2 large code model.
545         (rs6000_output_mi_thunk): Do not set cfun->machine->r2_setup_needed.
546         (rs6000_elf_declare_function_name): Handle ELFv2 large code model.
548 2015-12-02  Jakub Jelinek  <jakub@redhat.com>
550         PR target/68647
551         * optabs.c (expand_doubleword_popcount, expand_doubleword_parity):
552         New functions.
553         (expand_unop): Use them.
555 2015-12-02  Marek Polacek  <polacek@redhat.com>
557         PR c++/68653
558         * tree.c (nonnull_arg_p): Allow OFFSET_TYPE.
560 2015-12-02  Nathan Sidwell  <nathan@acm.org>
562         * config/nvptx/nvptx.c (enum nvptx_shuffle_kind): New.  Absorb
563         SHUFFLE defines.
564         (nvptx_gen_shuffle, nvptx_print_operand, nvptx_expand_shuffle): Adjust.
566 2015-12-02  Aditya Kumar  <aditya.k7@samsung.com>
567             Sebastian Pop  <s.pop@samsung.com>
569         * graphite-dependences.c (scop_get_reads): Add extra dumps.
570         (scop_get_must_writes): Same.
571         (scop_get_may_writes): Same.
572         (compute_deps): Same.
573         * graphite-sese-to-poly.c (bounds_are_valid): New.
574         (pdr_add_data_dimensions): Call bounds_are_valid.
576 2015-12-02  Aditya Kumar  <aditya.k7@samsung.com>
577             Sebastian Pop  <s.pop@samsung.com>
579         * common.opt (flag_loop_optimize_isl): Renamed flag_loop_nest_optimize.
580         * graphite-poly.c (apply_poly_transforms): Same.
581         * graphite.c (gate_graphite_transforms): Same.
582         * toplev.c (process_options): Same.
584 2015-12-02  Eric Botcazou  <ebotcazou@adacore.com>
586         * config/mips/mips.c (mips_emit_probe_stack_range): Adjust.
587         (mips_output_probe_stack_range): Rotate the loop and simplify.
589 2015-12-02  David Sherwood  <david.sherwood@arm.com>
591         * config/aarch64/aarch64.md: New pattern.
592         * config/aarch64/aarch64-simd.md: Likewise.
593         * config/aarch64/iterators.md: New unspecs, iterators.
595 2015-12-02  Pierre-Marie de Rodat  <derodat@adacore.com>
597         * dwarf2out.c (dwar2out_var_location): In addition to notes,
598         process indirect calls whose target is compile-time known.
599         Enhance pattern matching to get the SYMBOL_REF they embed.
600         (gen_subprogram_die): Handle such calls.
601         * final.c (final_scan_insn): For call instructions, invoke the
602         var_location debug hook only after the call has been emitted.
604 2015-12-02  Tom de Vries  <tom@codesourcery.com>
606         * gimplify.c (enum gimplify_omp_var_data): Add enum value
607         GOVD_MAP_FORCE.
608         (oacc_default_clause): Fix default for scalars in oacc kernels.
609         (gimplify_adjust_omp_clauses_1): Handle GOVD_MAP_FORCE.
611 2015-12-02  Tom de Vries  <tom@codesourcery.com>
613         * omp-low.c (install_var_field, scan_sharing_clauses): Add and handle
614         parameter base_pointers_restrict.
615         (omp_target_base_pointers_restrict_p): New function.
616         (scan_omp_target): Call scan_sharing_clauses with base_pointers_restrict
617         arg.
619 2015-12-02  Nathan Sidwell  <nathan@acm.org>
621         * config/nvptx/nvptx-protos.h (nvptx_output_mov_insn): Declare.
622         (nvptx_underlying_object_mode): Delete.
623         * config/nvptx/nvptx.c (nvptx_underlying_object_mode): Delete.
624         (output_reg): New.
625         (nvptx_declare_function_name): Use output_reg.  Remove punning
626         buffer.
627         (nvptx_output_mov_insn): New.
628         (nvptx_print_operand): Separate SUBREG handling, remove 'f' case,
629         Use output_reg. Merge 't' and 'u' handling.
630         * config/nvptx/nvptx.h (NVPTX_PUNNING_BUFFER_REGNUM): Delete.
631         (struct machine_function): Remvoe punning_buffer_size.
632         (REGISTER_NAMES): Remove %punbuffer.
633         * config/nvptx/nvptx.md (UNSPEC_CPLX_LOWPART,
634         UNSPEC_CPLX_HIGHPART): Delete.
635         (*mov<mode>_insn [QHSDIM): Remove unnecessary constraints, use
636         nvptx_output_mov_insn.
637         (*mov<mode>_insn [SDFM): Reorder constraints to match integer
638         moc.  Use nvptx_output_mov_insn.
639         (highpartscsf2,  set_highpartscsf2, lowpartscsf2,
640         set_lowpartscsf2): Delete.
641         (mov<mode> [SDCM]): Delete.
643 2015-12-02  Richard Biener  <rguenther@suse.de>
645         * tree.h (tree_invariant_p): Declare.
646         * tree.c (tree_invariant_p): Export.
647         * genmatch.c (dt_simplify::gen_1): For GENERIC code-gen never
648         create SAVE_EXPRs but reject patterns if we would need to.
650 2015-12-02  Tom de Vries  <tom@codesourcery.com>
652         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call)
653         (find_func_clobbers, ipa_pta_execute): Handle BUILT_IN_GOACC_PARALLEL.
655 >>>>>>> .r231221
656 2015-12-02  Segher Boessenkool  <segher@kernel.crashing.org>
658         * config/rs6000/rs6000.md (cstore_si_as_di): New expander.
659         (cstore<mode>4): Use it.
661 2015-12-02  Richard Biener  <rguenther@suse.de>
663         PR tree-optimization/68625
664         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not call
665         cleanup_control_flow_bb.
666         (cleanup_tree_cfg_1): First perform cleanup_control_flow_bb
667         on all BBs, then cleanup_tree_cfg_bb and finally iterate
668         over the worklist doing both.
670 2015-12-02  Richard Sandiford  <richard.sandiford@arm.com>
672         PR tree-optimization/68432
673         * coretypes.h (optimization_type): New enum.
674         * doc/tm.texi.in (TARGET_OPTAB_SUPPORTED_P): New hook.
675         * doc/tm.texi: Regenerate.
676         * target.def (optab_supported_p): New hook.
677         * targhooks.h (default_optab_supported_p): Declare.
678         * targhooks.c (default_optab_supported_p): New function.
679         * predict.h (function_optimization_type): Declare.
680         (bb_optimization_type): Likewise.
681         * predict.c (function_optimization_type): New function.
682         (bb_optimization_type): Likewise.
683         * optabs-query.h (convert_optab_handler): Define an overload
684         that takes an optimization type.
685         (direct_optab_handler): Likewise.
686         * optabs-query.c (convert_optab_handler): Likewise.
687         (direct_optab_handler): Likewise.
688         * internal-fn.h (direct_internal_fn_supported_p): Take an
689         optimization_type argument.
690         * internal-fn.c (direct_optab_supported_p): Likewise.
691         (multi_vector_optab_supported_p): Likewise.
692         (direct_internal_fn_supported_p): Likewise.
693         * builtins.c (replacement_internal_fn): Update call to
694         direct_internal_fn_supported_p.
695         * gimple-match-head.c (build_call_internal): Likewise.
696         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
697         * tree-vect-stmts.c (vectorizable_internal_function): Likewise.
698         * tree.c (maybe_build_call_expr_loc): Likewise.
699         * config/i386/i386.c (ix86_optab_supported_p): New function.
700         (TARGET_OPTAB_SUPPORTED_P): Define.
701         * config/i386/i386.md (asinxf2): Remove optimize_insn_for_size_p check.
702         (asin<mode>2, acosxf2, acos<mode>2, log1pxf2, log1p<mode>2)
703         (expNcorexf3, expxf2, exp<mode>2, exp10xf2, exp10<mode>2, exp2xf2)
704         (exp2<mode>2, expm1xf2, expm1<mode>2, ldexpxf3, ldexp<mode>3)
705         (scalbxf3, scalb<mode>3, rint<mode>2, round<mode>2)
706         (<rounding_insn>xf2, <rounding_insn><mode>2): Likewise.
708 2015-12-02  Richard Sandiford  <richard.sandiford@arm.com>
710         * Makefile.in (GENSUPPORT_H): New macro.
711         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
712         (build/genattr-common.o, build/genattrtab.o, build/genautomata.o)
713         (build/gencodes.o, build/genconditions.o, build/genconfig.o)
714         (build/genconstants.o, build/genextract.o, build/genflags.o)
715         (build/gentarget-def.o): Use it.
716         (build/genemit.o): Likewise.  Depend on internal-fn.def.
717         * genopinit.c: Move block comment to optabs.def.
718         (optab_tag, optab_def): Move to gensupport.h
719         (pattern): Likewise, renaming to optab_pattern.
720         (match_pattern): Move to gensupport.c
721         (gen_insn): Use find_optab.
722         (patterns, pattern_cmp): Replace pattern with optab_pattern.
723         (main): Likewise.  Use num_optabs.
724         * optabs.def: Add comment that was previously in genopinit.c.
725         * gensupport.h (optab_tag): Moved from genopinit.c
726         (optab_def): Likewise, expanding commentary.
727         (optab_pattern): Likewise, after renaming from pattern.
728         (optabs, num_optabs, find_optab): Declare.
729         * gensupport.c (optabs): Moved from genopinit.c.
730         (num_optabs): New variable.
731         (match_pattern): Moved from genopinit.c.
732         (find_optab): New function, extracted from genopinit.c:gen_insn.
733         * genemit.c (nofail_optabs): New variable.
734         (emit_c_code): New function.
735         (gen_expand): Check whether the instruction is an optab that isn't
736         allowed to fail.  Call emit_c_code.
737         (gen_split): Call emit_c_code here too.
738         (main): Initialize nofail_optabs.  Don't emit FAIL and DONE here.
740 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
742         * config/s390/predicates.md (const_mask_operand): New predicate.
743         * config/s390/s390-builtins.def: Set a smaller bitmask for a few builtins.
744         * config/s390/vector.md: Change predicate from immediate_operand
745         to either const_int_operand or const_mask_operand.  Add special
746         insn conditions on patterns which have to exclude certain values.
747         * config/s390/vx-builtins.md: Likewise.
749 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
751         * config/s390/vector.md ("*vec_set<mode>"): Change shift count
752         mode from DI to SI.
754 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
756         * config/s390/s390-builtin-types.def: New builtin types added.
757         * config/s390/s390-builtins.def: Add s390_vec_splat_* definitions.
758         * config/s390/s390.c (s390_expand_builtin): Always truncate
759         constants to the mode in the pattern.
760         * config/s390/vecintrin.h: Let the vec_splat_* macros point to the
761         respective builtin __builtin_s390_vec_splat_*.
763 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
765         * config/s390/s390-builtin-types.def: Sort builtin types.
767 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
769         * config/s390/s390-c.c (s390_get_vstring_flags): Invert the
770         condition for the RT flag.
772 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
774         * config/s390/constraints.md ("jKK"): New constraint.
775         * config/s390/s390.c (tm-constrs.h): Include for
776         satisfies_constraint_*.
777         (s390_legitimate_constant_p): Allow jKK constants.  Use
778         satisfies_constraint_* also for the others.
779         (legitimate_reload_vector_constant_p): Likewise.
780         (print_operand): Allow h output modifier on vectors.
781         * config/s390/vector.md ("mov<mode>"): Add vrepi.
783 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
785         * config/s390/vector.md ("*vec_splats<mode>"): Fix constraint
786         latter I->K.
788 2015-12-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
790         * config/s390/s390.md ("bswap<mode>2"): Add support for strv and
791         strvg.
792         ("bswaphi2"): New pattern.
793         New splitter for HI reg-reg bswap.
795 2015-11-27  Jiri Engelthaler  <engycz@gmail.com>
797         PR driver/68029
798         * opts-common.c (prune_options): Don't ignore -fdiagnostics-color 
799         if it is the first parameter.
801 2015-12-01  Richard Sandiford  <richard.sandiford@arm.com>
803         PR tree-optimization/68577
804         * tree-vect-stmts.c (simple_integer_narrowing): New function.
805         (vectorizable_call): Restrict internal function handling
806         to NONE and NARROW cases, using simple_integer_narrowing
807         to test for the latter.  Add cost of narrowing operation
808         and insert it where necessary.
810 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
812         * config/rs6000/freebsd64.h (ELFv2_ABI_CHECK): Add new macro.
813         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use it to decide whether to set
814         rs6000_current_abi to ABI_AIX or ABI_ELFv2.
816 2015-12-01  Nathan Sidwell  <nathan@acm.org>
818         * config/nvptx/nvptx-protos.h (nvptx_output_aligned_decl): Declare.
819         * config/nvptx/nvptx.h (ASM_OUTPUT_ALIGNED_DECL_COMMON,
820         ASM_OUTPUT_ALIGNED_DECL_LOCAL): Forward to nvptx_output_aligned_decl.
821         * config/nvptx/nvptx.c (write_fn_marker, write_var_marker): New.
822         (write_fn_proto, write_fn_proto_from_insn): Call write_fn_marker.
823         (init_output_initializer): Call write_var_marker.
824         (nvptx_output_aligned_decl): New.
825         (nvptx_assemble_undefined_decl, nvptx_file_end): Call write_var_marker.
827 2015-12-01  Jan Hubicka  <hubicka@ucw.cz>
829         * c-common.c (parse_optimize_options): Do not silently ignore
830         -fstrict-aliasing changes.
832 2015-12-01  Jan Hubicka  <hubicka@ucw.cz>
834         * lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET.
835         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not
836         stream TYPE_ALIAS_SET.
837         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Do not
838         stream TYPE_ALIAS_SET.
840 2015-12-01  Nathan Sidwell  <nathan@acm.org>
842         * config/nvptx/nvptx.c (nvptx_function_arg_advance): Don't
843         consider mode.
845 2015-12-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
847         * config/rs6000/rs6000.c (const_load_sequence_p): Handle extra
848         indirection for large and small code models.
849         (adjust_vperm): Likewise.
851 2015-12-01  Julian Brown  <julian@codesourcery.com>
852             Cesar Philippidis  <cesar@codesourcery.com>
853             James Norris  <James_Norris@mentor.com>
855         * gimple-pretty-print.c (dump_gimple_omp_target): Add host_data
856         support.
857         * gimple.h (gf_mask): Add GF_OMP_TARGET_KIND_OACC_HOST_DATA.
858         (is_gimple_omp_oacc): Add support for above.
859         * gimplify.c (omp_region_type): Add ORT_ACC_HOST_DATA.
860         (omp_notice_variable): Diagnose undefined implicit uses of
861         use_device variables in offloaded regions.
862         (gimplify_scan_omp_clauses): Add host_data, use_device
863         support. Diagnose undefined mapping of use_device variables in
864         OpenACC clauses.
865         (gimplify_omp_workshare): Add host_data support.
866         (gimplify_expr): Likewise.
867         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): New.
868         * omp-low.c (lookup_decl_in_outer_ctx)
869         (maybe_lookup_decl_in_outer_ctx): Add optional argument to skip
870         host_data regions.
871         (scan_sharing_clauses): Support use_device.
872         (check_omp_nesting_restrictions): Support host_data.
873         (expand_omp_target): Support host_data.
874         (lower_omp_target): Skip over outer host_data regions when looking
875         up decls. Support use_device.
876         (make_gimple_omp_edges): Support host_data.
877         * tree-nested.c (convert_nonlocal_omp_clauses): Add use_device
878         clause.
880 2015-12-01  Marek Polacek  <polacek@redhat.com>
882         PR middle-end/68582
883         * cgraphunit.c (check_global_declaration): Only depend on TREE_THIS_VOLATILE
884         for VAR_DECLs.
886 2015-12-01  Richard Sandiford  <richard.sandiford@arm.com>
888         PR tree-optimization/68474
889         * tree-call-cdce.c (use_internal_fn): Protect call to
890         gen_shrink_wrap_conditions.
892 2015-12-01  Christian Bruel  <christian.bruel@st.com>
894         PR target/68617
895         * config/arm/arm.opt (unaligned_access): Save.
896         * config/arm/arm-c.c (__ARM_FEATURE_UNALIGNED): Conditionally define.
897         * config/arm/arm.c (arm_option_override): Move unaligned_access setting
898         (arm_option_override_internal): ... here.
899         * config/arm/arm.h (TARGET_32BIT_P): New macro.
901 2015-12-01  Richard Biener  <rguenther@suse.de>
903         PR tree-optimization/68379
904         * tree-vect-stmts.c (vectorizable_load): For BB vectorization
905         always base loads on the first used DR of a group.
906         * tree-vect-data-refs.c (vect_slp_analyze_and_verify_node_alignment):
907         Compute alignment of the first scalar element unconditionally.
909 2015-12-01  Richard Biener  <rguenther@suse.de>
911         PR middle-end/68590
912         * genmatch.c (struct capture_info): Add match_use_count.
913         (capture_info::walk_match): Increment match_use_count.
914         (dt_simplify::gen_1): For GENERIC, only wrap multi-use
915         replacements in a save_expr if they occur more often than
916         in the original expression.
918 2015-12-01  Richard Biener  <rguenther@suse.de>
920         PR ipa/68470
921         * ipa-split.c (split_function): Handle main part not returning.
923 2015-12-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
925         PR middle-end/68595
926         * tree-vect-stmts.c (vect_init_vector): Cast boolean
927         scalars to a proper value before building a vector.
929 2015-12-01  Richard Sandiford  <richard.sandiford@arm.com>
931         * genattrtab.c (check_attr_test): Take an attr_desc instead of
932         an is_const flag.  Put the file_location argument first.
933         Update recursive calls.  Improve error messages.
934         (check_attr_value): Take a file location and use it instead
935         of attr->loc.  Improve error messages.  Update calls to
936         check_attr_test.
937         (check_defs): Update call to check_attr_value.
938         (make_canonical): Likewise.
939         (gen_attr): Likewise.
940         (main): Likewise.
941         (gen_insn_reserv): Update call to check_attr_test.
943 2015-12-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
945         * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Fix typo.
947 2015-12-01  Richard Biener  <rguenther@suse.de>
949         PR middle-end/68590
950         * match.pd: Merge (eq @0 @0) and (ge/le @0 @0) patterns.
952 2015-12-01  Jan Hubicka  <hubicka@ucw.cz>
954         * ipa-devirt.c (type_with_linkage_p, type_in_anonymous_namespace_p,
955         odr_type_p): Move to ...
956         * ipa-utils.h (type_with_linkage_p, type_in_anonymous_namespace_p,
957         odr_type_p): here; miscro-optimize.
959 2015-12-01  Bin Cheng  <bin.cheng@arm.com>
961         PR tree-optimization/68529
962         * tree-ssa-loop-niter.c (number_of_iterations_ne): Add new param.
963         Compute no-overflow information for control iv.
964         (number_of_iterations_lt, number_of_iterations_le): Add new param.
965         (number_of_iterations_cond): Pass new argument to above functions.
967 2015-11-30  Jan Hubicka  <hubicka@ucw.cz>
969         * ipa-inline-transform.c (inline_call): Drop -fstrict-aliasing when
970         inlining -fno-strict-aliasing into -fstrict-aliasing body.
972 2015-11-30  Aditya Kumar  <aditya.k7@samsung.com>
973             Sebastian Pop  <s.pop@samsung.com>
975         PR tree-optimization/68565
976         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Early return on
977         codegen_error.  Fail when rhs of division operations is integer_zerop.
978         (ternary_op_to_tree): Early return on codegen_error.
979         (unary_op_to_tree): Same.
980         (nary_op_to_tree): Same.
981         (gcc_expression_from_isl_expr_op): Same.
982         (gcc_expression_from_isl_expression): Same.
983         (graphite_create_new_loop): On codegen_error continue generating
984         wrong code.
985         (graphite_create_new_loop_guard): Same.
986         (build_iv_mapping): Same.
987         (graphite_create_new_guard): Same.
989 2015-11-30  Aditya Kumar  <aditya.k7@samsung.com>
990             Sebastian Pop  <s.pop@samsung.com>
992         * graphite-isl-ast-to-gimple.c: Fix dump messages.
993         * graphite-scop-detection.c: Same.
994         * graphite-sese-to-poly.c (isl_id_for_ssa_name): Do not call get_name.
996 2015-11-30  Cesar Philippidis  <cesar@codesourcery.com>
998         * tree-nested.c (convert_nonlocal_omp_clauses): Add support for
999         OMP_CLAUSE_{NUM_GANGS,NUM_VECTORS,VECTOR_LENGTH,SEQ}.
1000         (convert_local_omp_clauses): Likewise.
1002 2015-11-30  Tom de Vries  <tom@codesourcery.com>
1004         PR tree-optimization/46032
1005         * tree-ssa-structalias.c (find_func_aliases_for_call_arg): New function,
1006         factored out of ...
1007         (find_func_aliases_for_call): ... here.
1008         (find_func_aliases_for_builtin_call, find_func_clobbers): Handle
1009         BUILT_IN_GOMP_PARALLEL.
1010         (ipa_pta_execute): Same.  Handle node->parallelized_function as a local
1011         function.
1013 2015-11-30  Jakub Jelinek  <jakub@redhat.com>
1015         PR tree-optimization/68501
1016         * target.def (builtin_reciprocal): Replace the 3 arguments with
1017         a gcall * one, adjust description.
1018         * targhooks.h (default_builtin_reciprocal): Replace the 3 arguments
1019         with a gcall * one.
1020         * targhooks.c (default_builtin_reciprocal): Likewise.
1021         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Use
1022         targetm.builtin_reciprocal even on internal functions, adjust
1023         the arguments and allow replacing an internal function with normal
1024         built-in.
1025         * config/i386/i386.c (ix86_builtin_reciprocal): Replace the 3 arguments
1026         with a gcall * one.  Handle internal fns too.
1027         * config/rs6000/rs6000.c (rs6000_builtin_reciprocal): Likewise.
1028         * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Likewise.
1029         * doc/tm.texi (builtin_reciprocal): Document.
1031 2015-11-30  Richard Biener  <rguenther@suse.de>
1033         PR tree-optimization/68592
1034         * tree-vect-loop.c (vect_analyze_loop_2): Reset SLP type also
1035         on the pattern def sequence.
1037 2015-11-30  Nathan Sidwell  <nathan@acm.org>
1039         * config/nvptx/nvptx.c (nvptx_name_replacement): Move earlier.
1040         (write_one_arg): Reorder parms, add 'sep' param.
1041         (nvptx_write_function_decl): Rename to ...
1042         (write_fn_proto): ... here.  Do name replacement. Emit linaer
1043         comment marker. Deal with both decls and defns. Simplify argument
1044         formatting.
1045         (write_function_decl_and_comment): Delete.
1046         (write_func_decl_from_insn): Rename to ...
1047         (write_fn_proto_from_insn): ... here.  Don't do name replacement.
1048         (nvptx_record_fndecl): Call write_fn_proto.
1049         (nvptx_record_libfunc): Call write_fn_proto_from_insn.
1050         (nvptx_declare_function_name): Adjust for write_fn_proto changes.
1051         (nvotx_output_call_insn): Call write_fn_prot_from_insn.
1053 2015-11-30  Kirill Yukhin  <kirill.yukhin@intel.com>
1055         * config/i386/i386.md (define_mode_iterator SWI1248_AVX512BW): New.
1056         (define_insn "*k<logic><mode>"): Use new iterator.
1058 2015-11-30  Eric Botcazou  <ebotcazou@adacore.com>
1060         PR target/28115
1061         * config/sparc/sparc.c (supersparc_adjust_cost): Fix thinko.
1062         (sparc_adjust_cost): Add missing space.
1064 2015-11-30  Richard Biener  <rguenther@suse.de>
1066         PR c/68162
1067         * dwarf2out.c (gen_type_die_with_usage): Keep variant types
1068         of arrays.
1070 2015-11-30  Venkataramanan Kumar  <Venkataramanan.Kumar@amd.com>
1072         * tree-if-conv.c (struct ifc_dr): Add new tree
1073         base_predicate field.
1074         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Hash
1075         base ref, DR pairs and store base_predicate for write type DRs.
1076         (ifcvt_memrefs_wont_trap): Guard checks with
1077         -ftree-loop-if-convert-stores flag.
1079 2015-11-29  Jan Hubicka  <hubicka@ucw.cz>
1081         * cgraph.c (cgraph_node::make_local): No name is unique during
1082         incremental linking.
1083         * cgraph.h (can_be_discarded_p): Update comment; also common and
1084         WEAK in named sections can be discarded; when doing incremental
1085         link do not rely on resolution being the final one.
1086         * varasm.c (default_binds_local_p_3, decl_binds_to_current_def_p):
1087         When symbol can be discarded, do not rely on resolution info.
1088         * symtab.c (symtab_node::nonzero_address): Take into account that
1089         symbol can be discarded.
1090         * ipa-visibility.c (update_visibility_by_resolution_info): Handle
1091         definition correctly.
1092         (function_and_variable_visibility): Do not set unique_name when
1093         incrementally linking.
1095 2015-11-29  Nathan Sidwell  <nathan@acm.org>
1097         * config/nvptx/nvptx.md (const_0_operand, global_mem_operand,
1098         const_mem_operand, param_mem_operand, shared_mem_operand): Delete.
1099         (ctrap<mode>): Use const0_operand.
1101 2015-11-29  Jan Hubicka  <hubicka@ucw.cz>
1103         * ipa-devirt.c (add_type_duplicate): Remove redundant ODR violation
1104         dump
1106 2015-11-29  David Edelsohn  <dje.gcc@gmail.com>
1108         PR target/28115
1109         * config/rs6000/rs6000.c (rs6000_adjust_cost): Correct
1110         recog_memoized test for insn and check recog_memoized for dep_insn.
1112 2015-11-28  Nathan Sidwell  <nathan@acm.org>
1114         * config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast.
1115         (FRAME_POINTER_CFA_OFFSET): Define.
1116         (struct nvptx_args): Use 'tree' type.
1117         (INIT_CUMULATIVE_ARGS): Remove unnecessary do...while.
1119 2015-11-28  Tom de Vries  <tom@codesourcery.com>
1121         * lto-wrapper.c (run_gcc): Handle -flinker-output argument.
1123 2015-11-27  Jonathan Wakely  <jwakely@redhat.com>
1125         * doc/invoke.texi (Option Summary): Use negative form of
1126         -Waggressive-loop-optimizations, remove redundant -Wpedantic-ms-format,
1127         sort alphabetically and re-justify.
1129 2015-11-27  Vladimir Makarov  <vmakarov@redhat.com>
1131         PR rtl-optimization/68536
1132         * lra.c (lra_emit_add): Add code for null base.
1133         * lra-constraints.c (curr_insn_transform): Skip operators for
1134         subreg reloads.
1136 2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1138         Revert
1139         2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1141         * ifcvt.c (insn_valid_noce_process_p): Reject insn if it satisfies
1142         multiple_sets.
1143         (noce_try_cmove_arith): Add checking asserts that orig_a and orig_b
1144         are not modified by the final modified insns in the basic blocks.
1146 2015-11-27  Nathan Sidwell  <nathan@acm.org>
1148         * config/nvptx/nvptx-protos.h (nvptx_addr_space_from_address):
1149         Don't declare.
1150         * config/nvptx/nvptx.c (nvptx_addr_space_from_sym): New.
1151         (nvptx_maybe_convert_symbolic_operand): Simplify.
1152         (nvptx_addr_space_from_address): Delete.
1153         (nvptx_print_operand): Adjust 'A' case.
1155 2015-11-27  Richard Biener  <rguenther@suse.de>
1157         PR tree-optimization/68559
1158         * tree-vect-data-refs.c (vect_analyze_group_access_1): Move
1159         peeling for gap checks ...
1160         * tree-vect-stmts.c (vectorizable_load): ... here and relax
1161         for SLP.
1162         * tree-vect-loop.c (vect_analyze_loop_2): Re-set
1163         LOOP_VINFO_PEELING_FOR_GAPS before re-trying without SLP.
1165 2015-11-27  Nathan Sidwell  <nathan@acm.org>
1167         * config/nvptx/nvptx-protos.h (nvptx_record_needed_decl): Don't
1168         declare.
1169         * config/nvptx/nvptx.c (write_func_decl_from_insn): Move earlier.
1170         (nvptx_record_fndecl): Don't return value, remove force
1171         argument. Require fndecl.
1172         (nvptx_record_libfunc): New.
1173         (nvptx_record_needed_decl): Deteermine how to record decl here.
1174         (nvptx_maybe_record_fnsym): New.
1175         (nvptx_expand_call): Don't record libfuncs here,
1176         (nvptx_maybe_convert_symbolic_operand): Use
1177         nvptx_maye_record_fnsym.
1178         (nvptx_assemble_integer): Reimplement with single switch.
1179         (nvptx_output_call_insn): Register libfuncs here.
1180         (nvptx_file_end): Adjust  nvptx_record_fndecl call.
1181         * config/nvptx/nvptx.md (expand_movdi): Don't call
1182         nvptx_record_needed_decl.
1184 2015-11-27  Richard Biener  <rguenther@suse.de>
1186         PR tree-optimization/68553
1187         * tree-vect-slp.c (vect_create_mask_and_perm): Skip VEC_PERM_EXPR
1188         generation for 1:1 permutations.
1189         (vect_transform_slp_perm_load): Detect 1:1 permutations.
1191 2015-11-27  Bernd Schmidt  <bschmidt@redhat.com>
1193         * gimple.h (nonbarrier_call_p): Declare.
1194         * gimple.c (nonbarrier_call_p): New function.
1195         * tree-ssa-phiopt.c (nontrapping_dom_walker::before_dom_children):
1196         Also increment call phase for ASMs with vdef and potential barrier
1197         calls.
1199 2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1201         * ifcvt.c (insn_valid_noce_process_p): Reject insn if it satisfies
1202         multiple_sets.
1203         (noce_try_cmove_arith): Add checking asserts that orig_a and orig_b
1204         are not modified by the final modified insns in the basic blocks.
1206 2015-11-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1208         PR rtl-optimization/68506
1209         * ifcvt.c (noce_try_cmove_arith): Try emitting the else basic block
1210         first if emit_a exists or then_bb modifies 'b'.  Reindent if-else
1211         blocks.
1213 2015-11-27  Martin Liska  <mliska@suse.cz>
1215         PR c++/68312
1216         * vec.h (release_vec_vec): New function.
1218 2015-11-27  Jakub Jelinek  <jakub@redhat.com>
1220         PR tree-optimization/68552
1221         * optabs.c (expand_vec_perm_1): Move vec_shr handling from here...
1222         (expand_vec_perm): ... here.  Do it regardless of vec_perm_const_optab
1223         or whether v0 == v1.
1225 2015-11-27  Martin Liska  <mliska@suse.cz>
1227         * tree-ssa-uninit.c: Fix whitespaces in the source file.
1228         The change is just automatical.
1230 2015-11-27  Martin Liska  <mliska@suse.cz>
1232         * tree-chkp.c (chkp_make_static_bounds): Release buffer
1233         used for string.
1235 2015-11-27  Martin Liska  <mliska@suse.cz>
1237         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
1238         Do not release memory for comp_alias_ddrs.
1239         * tree-vect-loop.c (destroy_loop_vec_info): Release
1240         the memory for all loop_vec_info.
1242 2015-11-27  Martin Liska  <mliska@suse.cz>
1244         * ipa-devirt.c (ipa_devirt): Use auto_vec instead
1245         of a local-scope vec.
1246         (struct final_warning_record): Use auto_vec instead
1247         of vec.
1249 2015-11-27  Richard Biener  <rguenther@suse.de>
1251         PR tree-optimization/68553
1252         * tree-vect-slp.c (vect_get_mask_element): Remove.
1253         (vect_transform_slp_perm_load): Implement in a simpler way.
1255 2015-11-26  Alexandre Oliva <aoliva@redhat.com>
1257         PR rtl-optimization/67753
1258         PR rtl-optimization/64164
1259         * function.c (assign_parm_setup_block): Right-shift
1260         upward-padded big-endian args when bypassing the stack slot.
1262 2015-11-26  Maciej W. Rozycki  <macro@imgtec.com>
1264         * doc/invoke.texi (Option Summary) <MIPS Options>: Reorder
1265         `-mcompact-branches='.
1266         (MIPS Options): Likewise.
1268 2015-11-26  Jakub Jelinek  <jakub@redhat.com>
1270         * Makefile.in (build/genmatch.o): Depend on internal-fn.def.
1272 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1274         * doc/install.texi (Prerequisites): Increase ISL requirement to
1275         0.14 or 0.15.
1277 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1279         * config/aarch64/arm_neon.h
1280         (vqrdmlah_laneq_s16, vqrdmlah_laneq_s32): New.
1281         (vqrdmlahq_laneq_s16, vqrdmlahq_laneq_s32): New.
1282         (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
1283         (vqrdmlshq_laneq_s16, vqrdmlshq_laneq_s32): New.
1284         (vqrdmlah_lane_s16, vqrdmlah_lane_s32): New.
1285         (vqrdmlahq_lane_s16, vqrdmlahq_lane_s32): New.
1286         (vqrdmlahh_s16, vqrdmlahh_lane_s16, vqrdmlahh_laneq_s16): New.
1287         (vqrdmlahs_s32, vqrdmlahs_lane_s32, vqrdmlahs_laneq_s32): New.
1288         (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
1289         (vqrdmlshq_lane_s16, vqrdmlshq_lane_s32): New.
1290         (vqrdmlshh_s16, vqrdmlshh_lane_s16, vqrdmlshh_laneq_s16): New.
1291         (vqrdmlshs_s32, vqrdmlshs_lane_s32, vqrdmlshs_laneq_s32): New.
1293 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1295         * config/aarch64/arm_neon.h (vqrdmlah_s16, vqrdmlah_s32): New.
1296         (vqrdmlahq_s16, vqrdmlahq_s32): New.
1297         (vqrdmlsh_s16, vqrdmlsh_s32): New.
1298         (vqrdmlshq_s16, vqrdmlshq_s32): New.
1300 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1302         * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add
1303         ARM_FEATURE_QRDMX.
1305 2015-11-26  Pierre-Marie de Rodat  <derodat@adacore.com>
1307         PR debug/53927
1308         * tree-nested.c (finalize_nesting_tree_1): Append a field to
1309         hold the frame base address.
1310         * dwarf2out.c (gen_subprogram_die): Generate for
1311         DW_AT_static_link a location description that computes the value
1312         of this field.
1314 2015-11-26  Tom de Vries  <tom@codesourcery.com>
1316         revert:
1317         2015-11-25  Tom de Vries  <tom@codesourcery.com>
1319         * cfgloop.c (find_single_latch): New function, factored out of ...
1320         (flow_loops_find): ... here.
1321         (verify_loop_structure): Improve verification of loop->latch.
1322         * cfgloop.h (find_single_latch): Declare.
1323         * omp-low.c (expand_omp_for_generic): Initialize latch of orig_loop.
1325 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1327         * config/aarch64/aarch64-simd-builtins.def:
1328         Add missing changes from r230962.
1330 2015-11-26  Nathan Sidwell  <nathan@acm.org>
1332         * config/nvptx/nvptx.c (write_func_decl_from_insn): Replace callee
1333         arg with name.  Don't deal with split regs.  Tweak formatting.
1334         (nvptx_expand_call): Adjust write_func_decl_from_insn call.
1335         (nvptx_output_call_insn): Don't deal with split regs here.
1337 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1339         * config/aarch64/aarch64-simd-builtins.def
1340         (sqrdmlah, sqrdmlsh): New.
1341         (sqrdmlah_lane, sqrdmlsh_lane): New.
1342         (sqrdmlah_laneq, sqrdmlsh_laneq): New.
1344 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1346         * config/aarch64/aarch64-simd.md
1347         (aarch64_sqmovun<mode>): Fix some white-space.
1348         (aarch64_<sur>qmovun<mode>): Likewise.
1349         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h<mode>): New.
1350         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): New.
1351         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): New.
1352         * config/aarch64/iterators.md (UNSPEC_SQRDMLAH): New.
1353         (UNSPEC_SQRDMLSH): New.
1354         (SQRDMLH_AS): New.
1355         (rdma_as): New.
1357 2015-11-26  Richard Biener  <rguenther@suse.de>
1359         PR tree-optimization/66721
1360         * tree-vect-loop.c (vect_analyze_loop_2): Compute scalar
1361         iteration cost earlier.  Re-do analysis without SLP when
1362         vectorization using SLP fails and without has a chance to succeed.
1364 2015-11-26  Richard Biener  <rguenther@suse.de>
1366         * genmatch.c (dt_simplify::gen_1): For generic wrap all
1367         multi-result-use captures in a SAVE_EXPR.
1369 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
1371         * config/aarch64/aarch64.h (AARCH64_ISA_RDMA): New.
1372         (TARGET_SIMD_RDMA): New.
1374 2015-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1376         * combine.c (subst): Do not return clobber of zero in widening mult
1377         case.  Just return x unchanged if it is a no-op substitution.
1379 2015-11-26  Vladimir Makarov  <vmakarov@redhat.com>
1381         PR target/68416
1382         * config/i386/i386.h (enum reg_class): Add
1383         bounds registers to ALL_REGS.
1385 2015-11-26  Jakub Jelinek  <jakub@redhat.com>
1387         PR tree-optimization/68128
1388         * tree.h (OMP_CLAUSE_SHARED_READONLY): Define.
1389         * gimplify.c: Include gimple-walk.h.
1390         (enum gimplify_omp_var_data): Add GOVD_WRITTEN.
1391         (omp_notice_variable): Set flags to n->value if n already
1392         exists in target region, but we need to jump to do_outer.
1393         (omp_shared_to_firstprivate_optimizable_decl_p,
1394         omp_mark_stores, omp_find_stores_op, omp_find_stores_stmt): New
1395         functions.
1396         (gimplify_adjust_omp_clauses_1): Set OMP_CLAUSE_SHARED_READONLY
1397         on OMP_CLAUSE_SHARED if it is a scalar non-addressable that is
1398         not modified in the body.  Call omp_mark_stores for outer
1399         contexts on OMP_CLAUSE_SHARED clauses if they could be written
1400         in the body or on OMP_CLAUSE_LASTPRIVATE.
1401         (gimplify_adjust_omp_clauses): Add body argument, call
1402         omp_find_stores_{stmt,op} on the body through walk_gimple_seq.
1403         Set OMP_CLAUSE_SHARED_READONLY
1404         on OMP_CLAUSE_SHARED if it is a scalar non-addressable that is
1405         not modified in the body.  Call omp_mark_stores for outer
1406         contexts on OMP_CLAUSE_SHARED clauses if they could be written
1407         in the body or on OMP_CLAUSE_LASTPRIVATE or on OMP_CLAUSE_LINEAR
1408         without OMP_CLAUSE_LINEAR_NO_COPYOUT or on OMP_CLAUSE_REDUCTION.
1409         (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task,
1410         gimplify_omp_for, gimplify_omp_workshare, gimplify_omp_target_update,
1411         gimplify_expr): Adjust gimplify_adjust_omp_clauses callers.
1412         * tree-nested.c (convert_nonlocal_omp_clauses,
1413         convert_local_omp_clauses): Clear OMP_CLAUSE_SHARED_READONLY on
1414         non-local vars or local vars referenced from nested routines.
1415         * omp-low.c (scan_sharing_clauses): For OMP_CLAUSE_SHARED_READONLY
1416         attempt to optimize it into OMP_CLAUSE_FIRSTPRIVATE.  Even for
1417         TREE_READONLY, don't call use_pointer_for_field with non-NULL
1418         second argument until we are sure we are keeping OMP_CLAUSE_SHARED.
1420 2015-11-26  Paolo Bonzini <bonzini@gnu.org>
1422         * doc/implement-c.texi (Integers Implementation): Make GCC's promises
1423         about signed left shift stronger and clarify the cases when they're
1424         broken.
1426 2015-11-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1427             Bernd Schmidt  <bschmidt@redhat.com>
1429         PR rtl-optimization/67226
1430         * calls.c (store_one_arg): Take into account
1431         crtl->args.pretend_args_size when checking for overlap between
1432         arg->value and argblock + arg->locate.offset during sibcall
1433         optimization.
1435 2015-11-26  Wilco Dijkstra  <wdijkstr@arm.com>
1437         * config/aarch64/aarch64.md (cbranch<mode>4): Use
1438         aarch64_fp_compare_operand.
1439         (store_pairsf): Use aarch64_reg_or_fp_zero.
1440         (store_pairdf): Likewise.
1441         (cstore<mode>4): Use aarch64_fp_compare_operand.
1442         (cmov<mode>6): Likewise.
1443         * config/aarch64/aarch64-ldpstp.md: Use aarch64_reg_or_fp_zero.
1445 2015-11-25  Aditya Kumar  <aditya.k7@samsung.com>
1446             Sebastian Pop  <s.pop@samsung.com>
1448         PR tree-optimization/68453
1449         * graphite-isl-ast-to-gimple.c (translate_isl_ast_for_loop): Do
1450         not redirect edges already pointing to their destination.
1451         (translate_isl_ast_node_for): Split edges after loops to create
1452         basic blocks for close phi nodes.  Save merge points at the end of
1453         a loop guard.
1454         (translate_isl_ast_node_if): Save merge points at the end of the
1455         if region.
1456         (add_close_phis_to_outer_loops): New.
1457         (add_close_phis_to_merge_points): New.
1458         (copy_loop_close_phi_args): Call add_close_phis_to_merge_points.
1459         (copy_bb_and_scalar_dependences): Do not split basic blocks on
1460         loop close phi locations.
1462 2015-11-25  Jan Hubicka  <jh@suse.cz>
1464         * ipa-visibility.c (cgraph_externally_visible_p,
1465         varpool_node::externally_visible_p): When doing incremental linking,
1466         hidden symbols may be still used later.
1467         (update_visibility_by_resolution_info): Do not drop weak during
1468         incremental link.
1469         (function_and_variable_visibility): Fix formating.
1470         * flag-types.h (lto_linker_output): Declare.
1471         * common.opt 9flag_incremental_link): New flag.
1473 2015-11-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
1475         * config/rs6000/constraints.md (wb constraint): New constraint for
1476         ISA 3.0 d-form scalar addressing.
1478         * config/rs6000/rs6000.c (mode_supports_vmx_dform): Add support
1479         for ISA 3.0 D-form addressing to load SFmode/DFmode scalars into
1480         Altivec registers.  Add wb constraint for Altivec registers with
1481         D-form addressing.  If we have ISA 3.0 d-form support, undo
1482         secondary reload support for using FPR registers if we want to do
1483         D-form addressing.
1484         (rs6000_debug_reg_global): Likewise.
1485         (rs6000_setup_reg_addr_masks): Likewise.
1486         (rs6000_init_hard_regno_mode_ok): Likewise.
1487         (rs6000_secondary_reload): Likewise.
1488         (rs6000_preferred_reload_class): Likewise.
1489         (rs6000_secondary_reload_class): Likewise.
1491         * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wb
1492         constraint.
1494         * config/rs6000/rs6000.md (f32_lr2 mode attribute): Add support
1495         for ISA 3.0 SFmode/DFmode d-form addressing to Altivec registers.
1496         (f32_lm2): Likewise.
1497         (f32_li2): Likewise.
1498         (f32_sr2): Likewise.
1499         (f32_sm2): Likewise.
1500         (f32_si2): Likewise.
1501         (f64_p9): Likewise.
1502         (extendsfdf2_fpr): Likewise.
1503         (mov<mode>_hardfloat): Likewise.
1504         (mov<mode>_hardfloat32): Likewise.
1505         (mov<mode>_hardfloat64): Likewise.
1507         * doc/md.texi (RS/6000 constraints): Document wb constraint.
1508         Fixup we constraint documentation.
1510 2015-11-25  Tom de Vries  <tom@codesourcery.com>
1512         * omp-low.c (pass_expand_omp_ssa::clone): New function.
1513         * passes.def: Add pass_oacc_kernels pass group.
1514         * tree-ssa-loop-ch.c (pass_ch::clone): New function.
1516 2015-11-25  Tom de Vries  <tom@codesourcery.com>
1518         * tree-pass.h (make_pass_oacc_kernels, make_pass_oacc_kernels2):
1519         Declare.
1520         * tree-ssa-loop.c (gate_oacc_kernels): New static function.
1521         (pass_data_oacc_kernels, pass_data_oacc_kernels2): New pass_data.
1522         (class pass_oacc_kernels, class pass_oacc_kernels2): New pass.
1523         (make_pass_oacc_kernels, make_pass_oacc_kernels2): New function.
1525 2015-11-25  Jan Hubicka  <hubicka@ucw.cz>
1527         * timevar.def (TV_IPA_LTO_DECOMPRESS, TV_IPA_LTO_COMPRESS,
1528         TV_IPA_LTO_OUTPUT): New.
1529         * lto-compress.c: Include timevar.h
1530         (lto_end_compression, lto_end_uncompression): Add timers.
1531         * langhooks.c: Include timevar.h
1532         (lhd_append_data): Add timer.
1534 2015-11-25  Jan Hubicka  <hubicka@ucw.cz>
1536         * varasm.c (default_elf_asm_output_limited_string,
1537         default_elf_asm_output_ascii): Replace fprintf by putc.
1539 2015-11-25  Vladimir Makarov  <vmakarov@redhat.com>
1541         PR rtl-optimization/67954
1542         * lra-constraints.c (curr_insn_transform): Add check on scratch
1543         pseudo when change class to NO_REGS.  Add an assert.
1545 2015-11-25  Nathan Sidwell  <nathan@acm.org>
1547         * config/nvptx/nvptx.md (load_arg_reg<mode>): Arg number
1548         constraint is 'n'.
1549         * config/nvptx/nvptx.c (write_one_arg): Use 'i' directly as arg
1550         number.
1551         (nvptx_write_function_decl): Number args from 0.
1552         (nvptx_declare_function_name): Likewise.
1553         (nvptx_function_incoming_arg): Likewise.
1554         (nvptx_output_call_insn): Correct formatting.
1556 2015-11-25  David Sherwood  <david.sherwood@arm.com>
1558         * optabs.def: Add new optabs fmax_optab/fmin_optab.
1559         * internal-fn.def: Add new fmax/fmin internal functions.
1560         * doc/md.texi: Add fmin and fmax patterns.
1562 2015-11-25  Jason Merrill  <jason@redhat.com>
1564         PR c++/68385
1565         * tree.c (integer_zerop, integer_onep, integer_each_onep)
1566         (integer_all_onesp, integer_minus_onep, integer_pow2p)
1567         (integer_nonzerop, integer_truep, tree_log2, tree_floor_log2)
1568         (real_zerop, real_onep, real_minus_onep): Remove STRIP_NOPS.
1570 2015-11-25  Richard Biener  <rguenther@suse.de>
1572         PR middle-end/68528
1573         * fold-const.c (fold_binary_loc): Do not call negate_expr_p
1574         on stripped operands.
1576 2015-11-25  Nathan Sidwell  <nathan@acm.org>
1578         * config/nvptx/nvptx.c (walk_args_for_params): Delete.
1579         (nvptx_declare_function_name): Move assignments next to register
1580         declarations, and process params here.
1582 2015-11-25  David Edelsohn  <dje.gcc@gmail.com>
1584         * config/rs6000/rs6000.c (rs6000_declare_alias): Rename and globalize
1585         both the symbol and the "dot" symbol for function descriptors. Fix
1586         inversion for rename of symbols with dollar sign.
1588 2015-11-25  Tom de Vries  <tom@codesourcery.com>
1590         * cfgloop.c (find_single_latch): New function, factored out of ...
1591         (flow_loops_find): ... here.
1592         (verify_loop_structure): Improve verification of loop->latch.
1593         * cfgloop.h (find_single_latch): Declare.
1594         * omp-low.c (expand_omp_for_generic): Initialize latch of orig_loop.
1596 2015-11-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1598         * config/sol2.h (SUPPORTS_INIT_PRIORITY): Move up.
1599         (STARTFILE_VTV_SPEC, ENDFILE_VTV_SPEC): Define.
1600         (STARTFILE_SPEC): Use %(startfile_vtv).
1601         (ENDFILE_SPEC): Use %(endfile_vtv).
1602         (SUBTARGET_EXTRA_SPECS): Handle STARTFILE_VTV_SPEC,
1603         ENDFILE_VTV_SPEC.
1605         * gcc.c (LINK_COMMAND_SPEC): Move VTABLE_VERIFICATION_SPEC after %{L*}.
1607 2015-11-25  Bernd Schmidt  <bschmidt@redhat.com>
1609         * ifcvt.c (noce_mem_write_may_trap_or_fault_p,
1610         noce_can_store_speculate): Delete.
1611         (noce_process_if_block): Don't try to handle single MEM stores.
1612         * rtl.h (memory_must_be_modified_in_insn_p): Don't declare.
1613         * alias.c (memory_must_be_modified_in_insn_p): Delete.
1615 2015-11-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1617         PR rtl-optimization/68435
1618         * ifcvt.c (noce_try_cmove_arith): Skip final insn when checking
1619         for conflicts between a, b and the set destinations.
1621 2015-11-25  Richard Biener  <rguenther@suse.de>
1623         PR tree-optimization/68517
1624         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses):
1625         Properly handle zero-sized types.
1627 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
1629         * ipa-inline-analysis.c: Include gimplify.h
1630         (set_cond_stmt_execution_predicate,
1631         set_switch_stmt_execution_predicate): Be sure to not leak locations
1632         to function body.
1634 2015-11-25  Jakub Jelinek  <jakub@redhat.com>
1636         PR target/67089
1637         * tree-ssa-math-opts.c (uaddsub_overflow_check_p,
1638         match_uaddsub_overflow): New functions.
1639         (pass_optimize_widening_mul::execute): Call match_uaddsub_overflow.
1641 2015-11-25  Richard Biener  <rguenther@suse.de>
1643         PR tree-optimization/68492
1644         * tree-vect-slp.c (vect_build_slp_tree): Consistently build up
1645         op from scalars after operand swapping.
1647 2015-11-25  Richard Biener  <rguenther@suse.de>
1649         PR tree-optimization/68502
1650         * tree-vect-data-refs.c (vect_analyze_group_access_1): Restore
1651         check that the step is a multiple of the type size.
1653 2015-11-24  Michael Collison  <michael.collison@linaro.org>
1655         * config/aarch64/aarch64-simd.md (widen_ssum, widen_usum)
1656         (aarch64_<ANY_EXTEND:su><ADDSUB:optab>w<mode>_internal): New patterns
1657         * config/aarch64/iterators.md (Vhalf, VDBLW): New mode attributes.
1659 2015-11-24  Steve Ellcey  <sellcey@imgtec.com>
1661         * frame-header-opt.c (gate): Check for optimize > 0.
1662         (has_inlined_assembly): New function.
1663         (needs_frame_header_p): Remove is_leaf_function check,
1664         add argument type check.
1665         (callees_functions_use_frame_header): Add is_leaf_function
1666         and has_inlined_assembly calls..
1667         (set_callers_may_not_allocate_frame): New function.
1668         (frame_header_opt): Add is_leaf_function call, add
1669         set_callers_may_not_allocate_frame call.
1670         * config/mips/mips.c (mips_compute_frame_info): Add check
1671         to see if callee saved regs can be put in frame header.
1672         (mips_expand_prologue): Add check to see if step1 is zero,
1673         fix cfa restores when using frame header to store regs.
1674         (mips_can_use_return_insn): Check to see if registers are
1675         stored in frame header.
1676         * config/mips/mips.h (machine_function): Add
1677         callers_may_not_allocate_frame and
1678         use_frame_header_for_callee_saved_regs fields.
1680 2015-11-24  Segher Boessenkool  <segher@kernel.crashing.org>
1682         PR rtl-optimization/68520
1683         * shrink-wrap.c (try_shrink_wrapping): Don't push a block to VEC if
1684         its bit was already set in BB_WITH.
1686 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
1688         * alias.c (get_alias_set): Before checking TYPE_ALIAS_SET_KNOWN_P
1689         double check that type is main variant.
1690         * tree.c (build_variant_type_copy): Clear TYPE_ALIAS_SET when producing
1691         variant.
1692         (verify_type_variant): Verify that variants have no
1693         TYPE_ALIAS_SET_KNOWN_P set
1694         * tree-streamer-out.c (pack_ts_type_common_value_fields): Reorder
1695         streaming so constant fields come first; stream TYPE_ALIAS_SET==0
1696         only for main variants; stream TYPE_ALIAS_SET as a bit.
1697         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Update
1698         accordingly.
1700 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
1702         * tree.c (make_vector_type): Properly compute canonical type of the
1703         main variant.
1704         (verify_type): Verify that TYPE_CANONICAL of TYPE_MAIN_VARIANT is
1705         a main variant.
1707 2015-11-24  Nathan Sidwell  <nathan@acm.org>
1709         * config/nvptx/nvptx.c (maybe_split_mode): Return new mode or
1710         VOIDmode, don't alter incoming mode.
1711         (nvptx_split_reg_p): Delete.
1712         (write_one_arg, walk_args_for_param, nvptx_declare_function_name,
1713         write_func_decl_from_insn, nvptx_output_call_insn): Adjust
1714         maybe_split_mode calls.
1715         (nvptx_print_operand): Use maybe_split_mode.
1717 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
1719         * lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL
1720         only for types where LTO sets them.
1721         * tree.c (build_array_type_1): Do ont set TYPE_CANONICAL for LTO.
1722         (make_vector_type): Likewise.
1723         (gimple_canonical_types_compatible_p): Use canonical_type_used_p.
1724         * tree.h (canonical_type_used_p): New inline.
1725         * alias.c (get_alias_set): Handle structural equality for all
1726         types that pass canonical_type_used_p.
1727         (record_component_aliases): Look through all types with
1728         record_component_aliases for possible pointers; sanity check that
1729         the alias sets match.
1731 2015-11-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
1733         * config/rs6000/rs6000.md (lround<mode>di2): Remove constraints.
1735 2015-11-24  Jan Hubicka  <hubicka@ucw.cz>
1737         * tree.c (free_node): New function.
1738         (type_hash_canon): Use it.
1739         * tree.h (free_node): Declare.
1741 2015-11-24  David Edelsohn  <dje.gcc@gmail.com>
1742             Michael Meissner  <meissner@linux.vnet.ibm.com>
1744         * config/rs6000/rs6000.md (UNSPEC_XSRDPI): New unspec.
1745         (Fv2): New mode attribute to be used when ISA 2.07 instructions
1746         are used on SF values, and ISA 2.06 instructions on DF values.
1747         (add<mode>3_fpr): Use <Fv2> instead of <Fv>.
1748         (sub<mode>3_fpr): Use <Fv2> instead of <Fv>.
1749         (mul<mode>3_fpr): Use <Fv2> instead of <Fv>.
1750         (div<mode>3_fpr): Use <Fv2> instead of <Fv>.
1751         (sqrt<mode>2): Use <Fv2> instead of <Fv>.
1752         (fre<Fs>): Use <Fv2> instead of <Fv>.
1753         (rsqrt<mode>2): Use <Fv2> instead of <Fv>.
1754         (cmp<mode>_fpr): Use <Fv2> instead of <Fv>.
1755         (xsrdpi<mode>): Add support for the lround function.
1756         (lround<mode>di2): Likewise.
1757         (fma<mode>4_fpr): Use <Fv2> instead of <Fv>.
1758         (fms<mode>4_fpr): Use <Fv2> instead of <Fv>.
1759         (nfma<mode>4_fpr): Use <Fv2> instead of <Fv>.
1760         (nfms<mode>4_fpr): Use <Fv2> instead of <Fv>.
1762 2015-11-24  Aditya Kumar  <aditya.k7@samsung.com>
1763             Sebastian Pop  <s.pop@samsung.com>
1765         PR tree-optimization/67984
1766         * graphite-isl-ast-to-gimple.c (is_constant): New.
1767         (get_rename): Call is_constant.
1768         (get_new_name): Same.
1770 2015-11-24  Aditya Kumar  <aditya.k7@samsung.com>
1771             Sebastian Pop  <s.pop@samsung.com>
1773         * graphite-dependences.c: Only include graphite.h.
1774         * graphite-isl-ast-to-gimple.c: Same.
1775         * graphite-optimize-isl.c: Same.
1776         * graphite-poly.c: Same.
1777         * graphite-scop-detection.c: Same.
1778         * graphite-sese-to-poly.c: Same.
1779         * graphite.c: Same.
1780         * graphite-isl-ast-to-gimple.h: Move to graphite.h.
1781         * graphite-poly.h: Same.
1782         * graphite-scop-detection.h: Same.
1783         * graphite.h: New.
1785 2015-11-24  Pierre-Marie de Rodat  <derodat@adacore.com>
1787         * dwarf2out.c (gen_decl_die): Generate DW_TAG_imported_* instead of
1788         DW_TAG_namespace for IMPORTED_DECL declarations.  Call
1789         dwarf2out_imported_module_or_decl_1 for all DWARF versions as this
1790         function already takes care of checking what it can emit.
1792 2015-11-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1794         * doc/invoke.texi (-fpic): Add the AArch64 limit.
1795         (-fPIC): Add AArch64.
1797 2015-11-24  Tom de Vries  <tom@codesourcery.com>
1799         * tree-ssa-loop-im.c (tree_ssa_lim): Make static.
1800         (pass_lim::execute): Allow to run outside pass_tree_loop.
1802 2015-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1804         * config/aarch64/aarch64.md (add<mode>3):
1805         Block early expansion into 2 add instructions.
1806         (add<mode>3_pluslong): New pattern to combine complex
1807         immediates into 2 additions.
1809 2015-11-24  Segher Boessenkool  <segher@kernel.crashing.org>
1811         PR target/66217
1812         PR target/67677
1813         PR target/68332
1814         * config/rs6000/predicates.md (and_operand): Check that the operand
1815         is a const_int before calling rs6000_is_valid_and_mask.
1817 2015-11-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1819         * config/aarch64/aarch64.md (*condjump): Rename to...
1820         (condjump): ... This.
1821         (*compare_condjump<mode>): New define_insn_and_split.
1822         (*compare_cstore<mode>_insn): Likewise.
1823         (*cstore<mode>_insn): Rename to...
1824         (cstore<mode>_insn): ... This.
1825         * config/aarch64/iterators.md (CMP): Handle ne code.
1826         * config/aarch64/predicates.md (aarch64_imm24): New predicate.
1828 2015-11-24  Mikhail Maltsev  <maltsevm@gmail.com>
1830         PR target/68497
1831         * config/i386/i386.c (output_387_binary_op): Fix assertion for
1832         -fno-checking case.
1834 2015-11-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1836         * tree-ssa-uncprop.c (struct val_ssa_equiv_hash_traits): Remove.
1837         (val_ssa_equiv_hash_traits::remove): Likewise.
1838         (pass_uncprop::execute): Adjust.
1840 2015-11-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1842         * hash-map-traits.h (simple_hashmap_traits ::remove): call
1843         destructors on values that are being removed.
1844         * mem-stats.h (hash_map): Pass type of values to
1845         simple_hashmap_traits.
1846         * tree-sra.c (sra_deinitialize): Remove work around for hash
1847         maps not destructing values.
1848         * genmatch.c (sinfo_hashmap_traits): Adjust.
1849         * tree-ssa-uncprop.c (val_ssa_equiv_hash_traits): Likewise.
1851 2015-11-24  Richard Biener  <rguenther@suse.de>
1852             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1854         PR middle-end/68375
1855         * cfgloop.c (get_loop_body_in_bfs_order): Restructure loop to avoid
1856         bogus assertion.
1858 2015-11-24  Jakub Jelinek  <jakub@redhat.com>
1860         PR target/68483
1861         * tree-vect-generic.c (lower_vec_perm): If VEC_PERM_EXPR
1862         is valid vec_shr pattern, don't lower it even if can_vec_perm_p
1863         returns false.
1864         * optabs.c (shift_amt_for_vec_perm_mask): Return NULL_RTX
1865         whenever first is nelt or above.  Don't mask expected with
1866         2 * nelt - 1.
1868 2015-11-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
1870         PR c/68337
1871         * gimple-fold.c: Include ipa-chkp.h.
1872         (gimple_fold_builtin_memory_op): Don't fold call if we
1873         are going to instrument it and it may copy pointers.
1875 2015-11-24  Bernd Schmidt <bschmidt@redhat.com>
1876             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1878         PR rtl-optimization/68194
1879         PR rtl-optimization/68328
1880         PR rtl-optimization/68185
1881         * ree.c (combine_reaching_defs): Reject copy_needed case if
1882         copies_list is not empty.
1884 2015-11-24  Richard Biener  <rguenther@suse.de>
1886         PR middle-end/68221
1887         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Properly
1888         use mem_ref_offset.
1890 2015-11-24  Segher Boessenkool  <segher@kernel.crashing.org>
1892         PR rtl-optimization/68381
1893         * combine.c (is_parallel_of_n_reg_sets): Return false if the pattern
1894         is poisoned.
1896 2015-11-23  Nick Clifton  <nickc@redhat.com>
1897             Jeff Law  <law@redhat.com>
1899         * ree.c (add_removable_extension): Avoid mis-optimizing cases where
1900         the source/dest of the target extension require a different number of
1901         hard registers.
1902         (combine_set_extension): Remove #if 0 code.
1904 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1905             Sebastian Pop  <s.pop@samsung.com>
1907         PR tree-optimization/68314
1908         * graphite-optimize-isl.c (optimize_isl): Do not call isl_union_map_is_equal.
1909         * graphite-poly.c (new_scop): Remove original_schedule.
1910         (free_scop): Same.
1911         * graphite-poly.h (struct scop): Same.
1912         * graphite-sese-to-poly.c (build_pbb_minimal_scattering_polyhedrons): Remove.
1913         (build_pbb_scattering_polyhedrons): Add back.
1914         (build_scop_minimal_scattering): Remove.
1915         (build_scop_scattering): Add back.
1916         (build_scop_original_schedule): Remove.
1917         (build_poly_scop): Revert to only call build_scop_scattering.
1919 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1920             Sebastian Pop  <s.pop@samsung.com>
1922         PR tree-optimization/68493
1923         * graphite-isl-ast-to-gimple.c (translate_pending_phi_nodes): Add
1924         missing early return when codegen_error is set.
1926 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1927             Sebastian Pop  <s.pop@samsung.com>
1929         PR tree-optimization/68279
1930         * graphite-poly.c (new_scop): Remove poly_scop_p.
1931         * graphite-poly.h (struct scop): Same.
1932         (build_poly_scop): Declare.
1933         * graphite-sese-to-poly.c: Do not include graphite-sese-to-poly.h.
1934         (cleanup_loop_iter_dom): New.
1935         (build_loop_iteration_domains): Early return when scev analysis fails.
1936         (create_pw_aff_from_tree): Same.
1937         (add_condition_to_pbb): Same.
1938         (add_conditions_to_domain): Same.
1939         (add_conditions_to_constraints): Same.
1940         (build_scop_iteration_domain): Same.
1941         (build_poly_scop): Same.  Do not initialize poly_scop_p.
1942         * graphite-sese-to-poly.h: Remove.
1943         * graphite.c: Do not include graphite-sese-to-poly.h.
1944         (graphite_transform_loops): Stop before code generation when
1945         build_poly_scop fails.
1946         * sese.c (scalar_evolution_in_region): Add fixme note about scev
1947         analysis.
1949 2015-11-23  Aditya Kumar  <aditya.k7@samsung.com>
1950             Sebastian Pop  <s.pop@samsung.com>
1952         * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
1953         Remove call to update_ssa.
1954         * sese.c (sese_insert_phis_for_liveouts): Same.
1956 2015-11-23  Marek Polacek  <polacek@redhat.com>
1958         PR tree-optimization/68455
1959         * tree-vrp.c (extract_range_from_binary_expr_1): Don't call
1960         extract_range_from_multiplicative_op_1 on symbolic ranges.
1962 2015-11-23  Richard Henderson  <rth@redhat.com>
1964         * optabs.def (uaddv4_optab, usubv4_optab): New.
1965         * internal-fn.c (expand_addsub_overflow): Use them.
1966         * doc/md.texi (Standard Names): Add uaddv<m>4, usubv<m>4.
1968         * config/i386/i386.c (ix86_cc_mode): Extend add overflow check
1969         to reversed operands.
1970         * config/i386/i386.md (uaddv<SWI>4, usubv<SWI>4): New.
1971         (*add<SWI>3_cconly_overflow_1): Rename *add<SWI>3_cconly_overflow.
1972         (*add<SWI>3_cc_overflow_1): Rename *add<SWI>3_cc_overflow.
1973         (*addsi3_zext_cc_overflow_1): Rename *add3_zext_cc_overflow.
1974         (*add<SWI>3_cconly_overflow_2): New.
1975         (*add<SWI>3_cc_overflow_2): New.
1976         (*addsi3_zext_cc_overflow_2): New.
1978 2015-11-23  Richard Biener  <rguenther@suse.de>
1980         PR tree-optimization/68465
1981         * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children):
1982         Also record equalities from multiple predecessor blocks if
1983         only one non-backedge exists.
1985 2015-11-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1987         PR target/68363
1988         * config/aarch64/aarch64.c (aarch64_madd_needs_nop): Reject arguments
1989         that are not INSN_P.
1991 2015-11-23  Bilyan Borisov  <bilyan.borisov@arm.com>
1993         * config/aarch64/aarch64-builtins.c
1994         (aarch64_gimple_fold_builtin): Fold FMULX.
1996 2015-11-23  David Edelsohn  <dje.gcc@gmail.com>
1998         * system.h: Don't poison calloc and strdup if USES_ISL is defined.
1999         * graphite-dependences.c: Define USES_ISL.  Include ISL header files
2000         after GCC header files and before graphite header files.
2001         * graphite-dependences.c: Same.
2002         * graphite-isl-ast-to-gimple.c: Same.
2003         * graphite-optimize-isl.c: Same.
2004         * graphite-poly.c: Same.
2005         * graphite-scop-detection.c: Same.
2006         * graphite-sese-to-poly.c: Same.
2007         * graphite.c: Same.
2009 2015-11-23  Richard Biener  <rguenth@gcc.gnu.org>
2010             Jiong Wang  <jiong.wang@arm.com>
2012         PR tree-optimization/68317
2013         PR tree-optimization/68326
2014         * tree-vrp.c (adjust_range_with_scev): Call drop_tree_overflow if the
2015         final min and max are not infinity.
2017 2015-11-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
2018             Richard Biener  <rguenther@suse.de>
2020         PR tree-optimization/68327
2021         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
2022         compute vectype for non-relevant mask producers.
2023         * tree-vect-stmts.c (vectorizable_comparison): Check stmt
2024         relevance earlier.
2026 2015-11-23  Tom de Vries  <tom@codesourcery.com>
2028         PR tree-optimization/68460
2029         * tree-parloops.c (gather_scalar_reductions): Also call
2030         free_stmt_vec_info_vec if simple_loop_info == NULL.
2032 2015-11-23  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
2034         * opts.c (finish_options): Allow -fsanitize-recover=address for
2035         userspace sanitization.
2036         * asan.c (asan_expand_check_ifn): Redefine recover_p.
2037         * doc/invoke.texi (fsanitize-recover): Update documentation.
2039 2015-11-23  Tom de Vries  <tom@codesourcery.com>
2041         * omp-low.c (build_receiver_ref): Mark by_ref mem_ref as non-trapping.
2043 2015-11-23  Richard Biener  <rguenther@suse.de>
2045         PR tree-optimization/68445
2046         * tree-vect-slp.c (vect_create_mask_and_perm): Properly use
2047         two different strides.
2049 2015-11-23  Robin Dapp  <rdapp@linux.vnet.ibm.com>
2051         * config/s390/s390.h: Add new symref flags, _NOTALIGN2 etc.
2052         * config/s390/s390.c (s390_check_symref_alignment): Use new
2053         symref flags, early abort on wrong alignment
2054         (s390_secondary_reload): Use new symref flags.
2055         (s390_encode_section_info): Likewise.
2056         * config/s390/predicates.md: Likewise.
2058 2015-11-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
2060         PR target/68390
2061         * config/arm/arm.c (arm_function_ok_for_sibcall): Get function type
2062         for indirect function call.
2064 2015-11-22  Bilyan Borisov  <bilyan.borisov@arm.com>
2066         * config/aarch64/aarch64-simd.md
2067         (*aarch64_mulx_elt_<vswap_width_name><mode>, VDQSF): New.
2068         (*aarch64_mulx_elt<mode>, VDQF): Likewise.
2069         (*aarch64_mulx_elt_to_64v2df): Likewise.
2070         (*aarch64_vgetfmulx<mode>, VDQF_DF): Likewise.
2071         * config/aarch64/arm_neon.h (vmulx_lane_f32): New.
2072         (vmulx_lane_f64): Likewise.
2073         (vmulxq_lane_f32): Refactored & moved.
2074         (vmulxq_lane_f64): Likewise.
2075         (vmulx_laneq_f32): New.
2076         (vmulx_laneq_f64): Likewise.
2077         (vmulxq_laneq_f32): Likewise.
2078         (vmulxq_laneq_f64): Likewise.
2079         (vmulxs_lane_f32): Likewise.
2080         (vmulxs_laneq_f32): Likewise.
2081         (vmulxd_lane_f64): Likewise.
2082         (vmulxd_laneq_f64): Likewise.
2084 2015-11-21  Jan Hubicka  <hubicka@ucw.cz>
2086         * tree.c (build_pointer_type_for_mode,build_reference_type_for_mode):
2087         In LTO we do not compute TYPE_CANONICAL of pointers.
2088         (gimple_canonical_types_compatible_p): Improve coments; sanity check
2089         that pointers do not have canonical type that would make us believe
2090         they are different.
2091         * alias.c (get_alias_set): Do structural type equality on pointers;
2092         enable pointer path for LTO; also glob pointer to vector with pointer
2093         to vector element; glob pointers and references for LTO; do more strict
2094         sanity checking about build_pointer_type returning the canonical type
2095         which is also the main variant.
2096         (record_component_aliases): When component type is pointer and we
2097         do LTO; record void_type_node alias set.
2099 2015-11-21  Nathan Sidwell  <nathan@acm.org>
2101         * config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type.
2103         * config/nvptx/nvptx.c (write_function_decl_and_comment): Print
2104         leading blank line.
2105         (write_func_decl_from_insn): Likewise.
2106         (init_output_initializer, nvptx_assemble_undefined_decl): Likewise.
2107         (nvptx_file_end): Likewise.
2108         (nvptx_function_end): Undent output.
2109         (nvptx_expand_call): Fix formatting.
2110         (nvptx_output_call_insn): Indent output.
2111         * config/nvptx/nvptx.h (ASM_OUTPUT_ALIGNED_DECL_COMMON,
2112         ASM__OUTPUT_ALIGNED_DECL_LOCAL): Print leading blank line.
2114 2015-11-21  Jakub Jelinek  <jakub@redhat.com>
2116         PR debug/66432
2117         * tree-inline.c (copy_debug_stmt): If
2118         gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
2119         in decl_debug_args, don't call remap_gimple_op_r on it.
2121 2015-11-07  Jan Hubicka  <hubicka@ucw.cz>
2123         * ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL;
2124         do not check AGGREGATE_TYPE_P when adding TYPE_MODE;
2125         Check that all record types are complete.
2126         * ipa-icf-gimple.c (func_checker::compatible_types_p): Do not
2127         compare alias sets for types w/o alias sets.
2129 2015-11-20  Eric Botcazou  <ebotcazou@adacore.com>
2131         * config/sparc/sparc.md (umulxhi_vis): Move around.
2132         (*umulxhi_sp64): Likewise.
2133         (umulxhi_v8plus): Likewise.
2134         (xmulx_vis): Likewise.
2135         (*xmulx_sp64): Likewise.
2136         (xmulx_v8plus): Likewise.
2137         (xmulxhi_vis): Likewise.
2138         (*xmulxhi_sp64): Likewise.
2139         (xmulxhi_v8plus): Likewise.
2141 2015-11-20  David Malcolm  <dmalcolm@redhat.com>
2143         PR 62314
2144         * diagnostic-show-locus.c (colorizer::set_fixit_hint): New.
2145         (class layout): Update comment
2146         (layout::print_any_fixits): New method.
2147         (layout::move_to_column): New method.
2148         (diagnostic_show_locus): Add call to layout.print_any_fixits.
2150 2015-11-20  Jakub Jelinek  <jakub@redhat.com>
2152         PR middle-end/68221
2153         * omp-low.c (lower_rec_input_clauses): If C/C++ array reduction
2154         has non-zero bias, subtract it in integer type instead of
2155         pointer plus of negated bias.
2157         PR middle-end/68339
2158         * omp-low.c (expand_simd_clones): Call node->get_body () before
2159         allocating stuff in GC.
2161 2015-11-20  Jim Wilson  <jim.wilson@linaro.org>
2163         * tree-vect-data-refs.c (compare_tree): Call STRIP_NOPS.
2165 2015-11-20  Evandro Menezes  <e.menezes@samsung.com>
2167         * config/aarch64/aarch64.md (predicated): Copy attribute from
2168         "arm.md".
2169         * config/arm/arm.md (predicated): Added description.
2171 2015-11-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2173         * config/arm/arm.c (arm_option_override): Require TARGET_32BIT
2174         for unaligned_access.
2175         * config/arm/arm.md (unaligned_loadsi): Remove redundant TARGET_32BIT
2176         from matching condition.
2177         (unaligned_loadhis): Likewise.
2178         (unaligned_loadhiu): Likewise.
2179         (unaligned_storesi): Likewise.
2180         (unaligned_storehi): Likewise.
2182 2015-11-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2184         PR target/68149
2185         * config/arm/arm.md (unaligned_loaddi): Delete.
2186         (unaligned_storedi): Likewise.
2187         * config/arm/arm.c (gen_movmem_ldrd_strd): Don't generate
2188         unaligned DImode memory ops.  Instead perform two back-to-back
2189         unaligned SImode ops.
2191 2015-11-20  Nathan Sidwell  <nathan@codesourcery.com>
2192             James Norris  <jnorris@codesourcery.com>
2194         * config/nvptx/nvptx.c (nvptx_use_anchors_for_symbol_p): New.
2195         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Override.
2197 2015-11-20  Alan Hayward <alan.hayward@arm.com>
2199         PR tree-optimization/68413
2200         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Cache
2201         evolution base
2202         (vectorizable_reduction): Use cached base
2204 2015-11-20  Tom de Vries  <tom@codesourcery.com>
2206         * tree-parloops.c (build_new_reduction): Fix trailing whitespace in
2207         dump-file string.
2208         (try_create_reduction_list): Same.  Fix typo in dump-file string.
2210 2015-11-20  Eric Botcazou  <ebotcazou@adacore.com>
2212         * doc/md.texi (Standard Names): Move entry for addptr3 around,
2213         add entries for addv4, subv4, mulv4, umulv4 and negv3, fixes
2214         glitch in entries for cbranch4 and jump.
2216 2015-11-20  Tom de Vries  <tom@codesourcery.com>
2218         PR tree-optimization/68373
2219         * tree-scalar-evolution.c (final_value_replacement_loop): Factor out
2220         of ...
2221         (scev_const_prop): ... here.
2222         * tree-scalar-evolution.h (final_value_replacement_loop): Declare.
2223         * tree-parloops.c (try_create_reduction_list): Call
2224         final_value_replacement_loop.
2226 2015-11-20  Bin Cheng  <bin.cheng@arm.com>
2228         PR tree-optimization/52272
2229         * tree-ssa-loop-ivopts.c (struct iv_common_cand): New struct.
2230         (struct iv_common_cand_hasher): New struct.
2231         (iv_common_cand_hasher::hash): New function.
2232         (iv_common_cand_hasher::equal): New function.
2233         (struct ivopts_data): New fields, iv_common_cand_tab and
2234         iv_common_cands.
2235         (tree_ssa_iv_optimize_init): Initialize above fields.
2236         (record_common_cand, common_cand_cmp): New functions.
2237         (add_iv_candidate_derived_from_uses): New function.
2238         (add_iv_candidate_for_use): Record iv_common_cands derived from
2239         iv use in hash table, instead of adding candidates directly.
2240         (add_iv_candidate_for_uses): Call add_iv_candidate_derived_from_uses.
2241         (record_important_candidates): Add important candidates to iv uses'
2242         related_cands.  Always keep related_cands for future use.
2243         (try_add_cand_for): Use iv uses' related_cands.
2244         (free_loop_data, tree_ssa_iv_optimize_finalize): Release new fields
2245         in struct ivopts_data, iv_common_cand_tab and iv_common_cands.
2247 2015-11-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2249         * config/s390/s390.md ("bswaphi2"): New pattern.
2251 2015-11-20  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2253         * config/s390/s390.md (GPR1_REGNUM): New constant.
2254         ("*trunc<BFP:mode><DFP_ALL:mode>2")
2255         ("*trunc<DFP_ALL:mode><BFP:mode>2")
2256         ("trunc<BFP:mode><DFP_ALL:mode>2")
2257         ("trunc<DFP_ALL:mode><BFP:mode>2")
2258         ("*extend<BFP:mode><DFP_ALL:mode>2")
2259         ("*extend<DFP_ALL:mode><BFP:mode>2")
2260         ("extend<BFP:mode><DFP_ALL:mode>2")
2261         ("extend<DFP_ALL:mode><BFP:mode>2"): Clobber r1.
2263 2015-11-19  Aditya Kumar  <aditya.k7@samsung.com>
2264             Sebastian Pop  <s.pop@samsung.com>
2266         PR tree-optimization/68428
2267         * graphite-scop-detection.c (harmful_stmt_in_region): Do not iterate
2268         over basic blocks outside the scop.
2270 2015-11-19  Aditya Kumar  <aditya.k7@samsung.com>
2271             Sebastian Pop  <s.pop@samsung.com>
2273         PR tree-optimization/68341
2274         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Remove
2275         gcc_unreachable and safely fail codegen.
2276         (copy_loop_close_phi_args): Do not insert merge phis in a basic
2277         block with loop phi nodes.
2278         (edge_for_new_close_phis): New.
2279         (copy_bb_and_scalar_dependences): Call edge_for_new_close_phis.
2281 2015-11-19  Nathan Sidwell  <nathan@acm.org>
2283         * config/nvptx/nvptx.h (SUPPORTS_WEAK): Define.
2284         * config/nvptx/nvptx.c (nvptx_write_function_decl): Support DECL_WEAK.
2285         (nvptx_declare_objec_name): Likewise.
2287 2015-11-19  Aditya Kumar  <aditya.k7@samsung.com>
2289         * graphite-isl-ast-to-gimple.c (get_true_edge_from_guard_bb): Move...
2290         (get_false_edge_from_guard_bb): Move...
2291         * sese.c (get_false_edge_from_guard_bb)
2292         (get_true_edge_from_guard_bb): ... here.
2294 2015-11-19  David Edelsohn  <dje.gcc@gmail.com>
2296         Revert
2297         2015-11-18  Alan Modra  <amodra@gmail.com>
2299         * config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
2300         type-limits warning.
2303 2015-11-19  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2305         * tree.h (desired_pro_or_demotion_p): New function.
2306         * tree-vrp.c (simplify_cond_using_ranges): Call it.
2308 2015-11-19  Michael Matz  <matz@suse.de>
2310         * fwprop.c (update_uses): Use flag_checking instead of
2311         gcc_checking_assert.
2313 2015-11-19  David Malcolm  <dmalcolm@redhat.com>
2315         * doc/gty.texi (Support for inheritance): Fix missing
2316         parentheses in example.
2318 2015-11-19  Marek Polacek  <polacek@redhat.com>
2320         PR tree-optimization/68431
2321         * tree-vrp.c (extract_range_from_binary_expr_1): Fix condition.
2323 2015-11-19  Nathan Sidwell  <nathan@acm.org>
2325         * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>_1,
2326         atomic_exchange<mode>): Input values can be immediates.
2328 2015-11-19  Eric Botcazou  <ebotcazou@adacore.com>
2330         PR lto/61313
2331         * configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified
2332         by the user.
2333         * configure: Regenerate.
2335 2015-11-19  Eric Botcazou  <ebotcazou@adacore.com>
2337         PR target/68408
2338         * config/sparc/sp-elf.h (CTORS_SECTION_ASM_OP): Undefine.
2339         (DTORS_SECTION_ASM_OP): Likewise.
2341 2015-11-19  Jakub Jelinek  <jakub@redhat.com>
2343         PR rtl-optimization/68376
2344         * ifcvt.c (noce_try_abs): Disable one_cmpl optimization if
2345         encountering x <= 0 ? ~x : x or x > 0 ? ~x : x.
2347 2015-11-19  Richard Biener  <rguenther@suse.de>
2349         PR middle-end/68117
2350         * tree-ssa.c (delete_tree_ssa): Revert removal of call to
2351         redirect_edge_var_map_destroy.
2353 2015-11-19  Jakub Jelinek  <jakub@redhat.com>
2355         PR target/67770
2356         * config/i386/i386.md (simple_return): Disable if
2357         ix86_static_chain_on_stack is true.
2359 2015-11-19  Richard Sandiford  <richard.sandiford@arm.com>
2361         PR bootstrap/68393
2362         * internal-fn.c (expand_direct_optab_fn): Handle SUBREG_PROMOTED_VAR_P
2363         destinations.
2365 2015-11-18  Jeff Law  <law@redhat.com>
2367         PR tree-optimization/68198
2368         * tree-ssa-threadupdate.c (valid_jump_thread_path): Distinguish
2369         between threading a multi-way branch and a thread path that contains
2370         a multi-way branch.  Disallow the case where a path contains a
2371         multi-way branch and does not thread a multi-way branch.
2372         (thread_through_all_blocks): Update comment.
2374 2015-11-18  Joseph Myers  <joseph@codesourcery.com>
2376         PR c/65083
2377         * ginclude/stdatomic.h (atomic_thread_fence, atomic_signal_fence)
2378         (atomic_flag_test_and_set, atomic_flag_test_and_set_explicit)
2379         (atomic_flag_clear, atomic_flag_clear_explicit): Declare as
2380         functions before defining as macros.
2382 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
2384         * config/nvptx/nvptx.c (nvptx_process_pars): Fix whitespace.
2385         (nvptx_record_offload_symbol): Remove code compensating for lack
2386         of default dimension handling.
2387         (nvptx_goacc_validate_dims): Remove incorrect ARG_UNUSED markers.
2389 2015-11-18  Aditya Kumar  <aditya.k7@samsung.com>
2391         * graphite-isl-ast-to-gimple.c (copy_loop_phi_args): Change the return
2392         type to bool for early exit.
2393         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Early return
2394         in case of error.
2395         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
2396         (add_phi_arg_for_new_expr): Enable codegen for if-block where one
2397         predecessor dominates the other.
2398         (translate_isl_ast_to_gimple::copy_cond_phi_args): Fix. When the
2399         element is not found it returns -1.
2400         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Bail
2401         out early when codegen fails.
2402         (graphite_regenerate_ast_isl): Remove codegen region when pending
2403         phis could not be generated.
2405 2015-11-18  Aditya Kumar  <aditya.k7@samsung.com>
2407         * graphite-isl-ast-to-gimple.c (struct ast_build_info): Remove
2408         semicolon.
2409         (class translate_isl_ast_to_gimple): Indentation.
2410         (translate_pending_phi_nodes): Comment.
2411         (add_parameters_to_ivs_params): Moved from sese.c inside class
2412         translate_isl_ast_to_gimple.
2413         (get_max_schedule_dimensions): Same.
2414         (generate_isl_context): Same.
2415         (extend_schedule): Same.
2416         (generate_isl_schedule): Same.
2417         (set_options): Same.
2418         (scop_to_isl_ast): Same.
2419         (is_valid_rename): Same.
2420         (get_rename): Same.
2421         (get_rename_from_scev): Same.
2422         (get_def_bb_for_const): Same.
2423         (get_new_name): Same.
2424         (collect_all_ssa_names): Same.
2425         (copy_loop_phi_args): Same.
2426         (copy_loop_phi_nodes): Same.
2427         (copy_loop_close_phi_args): Same.
2428         (copy_loop_close_phi_nodes): Same.
2429         (copy_cond_phi_args): Same.
2430         (copy_cond_phi_nodes): Same.
2431         (graphite_copy_stmts_from_block): Same.
2432         (copy_bb_and_scalar_dependences): Same.
2433         (add_phi_arg_for_new_expr): Same.
2434         (rename_uses): Same.
2435         (set_rename): Same.
2436         (set_rename_for_each_def): Same.
2437         (gsi_insert_earliest): Same.
2438         (rename_all_uses): Same.
2439         (codegen_error_p): Same.
2440         (print_isl_ast_node): Same.
2441         (translate_isl_ast_for_loop): Call function codegen_error_p.
2442         (translate_isl_ast_to_gimple::translate_isl_ast): Same.
2443         (translate_isl_ast_node_user): Make nb_loops const and release
2444         iv_map before exit.
2445         (get_true_edge_from_guard_bb): Move all free-functions early.
2446         (get_false_edge_from_guard_bb): Same.
2447         (bb_contains_loop_close_phi_nodes): Same.
2448         (bb_contains_loop_phi_nodes): Same.
2449         (is_loop_closed_ssa_use):  Same.
2450         (number_of_phi_nodes): Same.
2451         (phi_uses_name): Same.
2452         (later_of_the_two): Same.
2453         (substitute_ssa_name):
2454         (get_edges): Same.
2455         (get_loc): Same.
2456         (get_loop_init_value): Same.
2457         (find_init_value): Same.
2458         (find_init_value_close_phi): Same.
2459         (ast_build_before_for): Same.
2460         (graphite_regenerate_ast_isl): Formatting changes.
2461         * graphite-scop-detection.c (build_cross_bb_scalars_use): Same.
2462         * sese.c (get_rename): Move to graphite-isl-ast-to-gimple.c
2463         (set_rename): Same.
2464         (gsi_insert_earliest): Same.
2465         (collect_all_ssa_names): Same.
2466         (rename_all_uses): Same.
2467         (rename_uses): Same.
2468         (get_def_bb_for_const): Same.
2469         (copy_loop_phi_nodes): Same.
2470         (copy_loop_close_phi_args): Same.
2471         (copy_loop_close_phi_nodes): Same.
2472         (copy_cond_phi_args): Same.
2473         (copy_cond_phi_nodes): Same.
2474         (set_rename_for_each_def): Same.
2475         (graphite_copy_stmts_from_block): Same.
2476         (copy_bb_and_scalar_dependences): Same.
2477         (if_region_set_false_region): Same.
2478         (scev_analyzable_p): Same.
2479         * sese.h: Delete extern functions moved to graphite-isl-ast-to-gimple.c.
2481 2015-11-18  Andreas Tobler  <andreast@gcc.gnu.org>
2483         * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Bring in the
2484         commit from r125920 for FreeBSD.
2486 2015-11-18  Jason Merrill  <jason@redhat.com>
2488         * ggc-page.c (ggc_globals): Change finalizers and vec_finalizers
2489         to be vecs of vecs.
2490         (add_finalizer): Split out from ggc_internal_alloc.
2491         (ggc_handle_finalizers): Run finalizers for the current depth.
2492         (init_ggc, ggc_pch_read): Reserve space for finalizers.
2494 2015-11-18  Sandra Loosemore  <sandra@codesourcery.com>
2496         PR target/68410
2497         * config/nios2/nios2.c (cdx_and_immed): Remove duplicate tests
2498         from || expression.
2500 2015-11-18  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
2502         * config/avr/avr-mcus.def: Add new avr4 devices atmega48pb and
2503         atmega88pb. Add new avr5 devices ata5791, ata8210, ata8510, atmega168pb
2504         and atmega328pb.
2505         * doc/avr-mmcu.texi: Regenerate.
2507 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
2509         * config/nvptx/nvptx.c (bb_pair_t, bb_pair_vec_t): New types.
2510         (pseudo_node_t, struct bracket, bracket_vec_t): New types.
2511         (struct bb_sese): New struct.
2512         (bb_sese::~bb_sese, bb_sese::append, bb_sese::remove): New.
2513         (BB_GET_SESE, BB_SET_SESE): Define.
2514         (nvptx_sese_number, nvptx_sese_pseudo, nvptx_sese_color): New.
2515         (nvptx_find_sese): New.
2516         (nvptx_neuter_pars): Find SESE regions when optimizing.
2518 2015-11-18  Alan Modra  <amodra@gmail.com>
2520         * config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
2521         type-limits warning.
2523 2015-11-18  Richard Sandiford  <richard.sandiford@arm.com>
2525         PR bootstrap/68406
2526         * hash-set.h (hash_set::traverse): Expand Key typedef.
2528 2015-11-18  Martin Liska  <mliska@suse.cz>
2530         * config/arm/arm.c (arm_valid_target_attribute_p): Finalize
2531         options struct.
2533 2015-11-18  Nathan Sidwell  <nathan@codesourcery.com>
2535         * config/nvptx/nvptx.c (global_lock_var): New.
2536         (nvptx_global_lock_addr): New.
2537         (nvptx_lockless_update): Recomment and adjust for clarity.
2538         (nvptx_lockfull_update): New.
2539         (nvptx_reduction_update): New.
2540         (nvptx_goacc_reduction_fini): Call it.
2542 2015-11-18  Bernd Schmidt  <bschmidt@redhat.com>
2544         * regrename.h (struct du_head): Add target_data_1 and target_data_2
2545         fields.
2546         * regrename.c (create_new_chain): Clear entire struct after allocating.
2548         * config/i386/i386.opt (mmitigate-rop): New option.
2549         * doc/invoke.texi (mmitigate-rop): Document.
2550         * config/i386/i386.c: Include "regrename.h".
2551         (ix86_rop_should_change_byte_p, reg_encoded_number,
2552         ix86_get_modrm_for_rop, set_rop_modrm_reg_bits, ix86_mitigate_rop): New
2553         static functions.
2554         (ix86_reorg): Call ix86_mitigate_rop if -fmitigate-rop.
2555         * config/i386/i386.md (attr "modrm_class"): New.
2556         (cmp<mode>_ccno_1, mov<mode>_xor, movstrict<mode>_xor,
2557         x86_mov<mode>cc_0_m1. x86_mov<mode>cc_0_m1_se)
2558         (x86_mov<mode>cc_0_m1_neg): Override modrm_class attribute.
2560 2015-11-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
2562         PR target/68405
2563         * config/i386/i386.c (ix86_expand_mask_vec_cmp): Add missing break.
2565 2015-11-18  Jakub Jelinek  <jakub@redhat.com>
2567         PR tree-optimization/68157
2568         * tree-ssa-reassoc.c (attempt_builtin_powi): Set uid of
2569         pow_stmt or mul_stmt from stmt's uid.
2570         (reassociate_bb): Set uid of mul_stmt from stmt's uid.
2572 2015-11-18  Martin Liska  <mliska@suse.cz>
2574         * haifa-sched.c (haifa_finish_h_i_d): Release reg_set_list.
2576 2015-11-18  Martin Liska  <mliska@suse.cz>
2578         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
2579         Fix GNU coding style.
2580         (find_def_preds): Use auto_vec.
2581         (destroy_predicate_vecs): Change signature of the function.
2582         (prune_uninit_phi_opnds_in_unrealizable_paths): Use the
2583         new signature.
2584         (simplify_preds_4): Use destroy_predicate_vecs instread of
2585         just releasing preds vector.
2586         (normalize_preds): Likewise.
2587         (is_use_properly_guarded): Use new signature of
2588         destroy_predicate_vecs.
2589         (find_uninit_use): Likewise.
2591 2015-11-18  Richard Biener  <rguenther@suse.de>
2593         PR tree-optimization/67790
2594         * tree-vect-loop.c (vect_is_simple_reduction_1): Remove
2595         IL rewrite for MINUS_EXPR reductions, rename back to ...
2596         (vect_is_simple_reduction): ... this, removing the wrapper.
2597         (vect_force_simple_reduction): Adjust.
2598         (vectorizable_reduction): Adjust reduc_index for MINUS_EXPR
2599         reductions and make use if reduc_index in all places.  For
2600         the final reduction of MINUS_EXPR use PLUS_EXPR.
2602 2015-11-18  Alan Modra  <amodra@gmail.com>
2604         * configure.ac (POWERPC64_TOC_POINTER_ALIGNMENT): Pass -z norelro
2605         to ld.
2606         * configure: Regenerate.
2608 2015-11-17  Tom de Vries  <tom@codesourcery.com>
2610         * tree-ssa-loop.c (pass_tree_loop_init::execute): Improve comments.
2612 2015-11-17  Tom de Vries  <tom@codesourcery.com>
2614         * tree-scalar-evolution.c (scev_const_prop): Dump details if replacing
2615         uses of ssa_name with constant.
2617 2015-11-17  Tom de Vries  <tom@codesourcery.com>
2619         * tree-ssa-ccp.c (do_ssa_ccp): Clear LOOP_CLOSED_SSA in loops state if
2620         something changed.
2622 2015-11-17  Tom de Vries  <tom@codesourcery.com>
2624         * cfgloop.h (struct loop): Add in_oacc_kernels_region field.
2625         * omp-low.c (mark_loops_in_oacc_kernels_region): New function.
2626         (expand_omp_target): Call mark_loops_in_oacc_kernels_region.
2628 2015-11-17  Bernd Schmidt  <bschmidt@redhat.com>
2630         * regrename.c (regrename_find_superclass): New function, code moved
2631         from ...
2632         (rename_chains): ... here.  Call it.
2633         * regrename.h (regrename_find_superclass): Declare.
2635         * regrename.c (record_out_operands): Terminate earlyclobbered
2636         operands here.
2638         PR target/66785
2639         * regrename.c (record_operand_use): Keep track of failed operands
2640         and stop appending if we see any.
2641         * regrename.h (struct operand_rr_info): Add a failed field and shrink
2642         n_chains to short.
2644 2015-11-17  Sandra Loosemore  <sandra@codesourcery.com>
2646         PR 48568
2647         * doc/extend.texi (Common Function Attributes) [visibility]:
2648         Add cross-references to matching variable and type attributes.
2649         (Common Variable Attributes) [visibility]: Add missing entry.
2651 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2653         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function): Remove
2654         entries that map directly to optabs.
2656 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2658         * config/i386/i386.c (ix86_builtin_vectorized_function): Remove
2659         entries that map directly to optabs.
2661 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2663         * internal-fn.h (direct_internal_fn_info): Add vectorizable flag.
2664         * internal-fn.c (direct_internal_fn_array): Update accordingly.
2665         * tree-vectorizer.h (vectorizable_function): Delete.
2666         * tree-vect-stmts.c: Include internal-fn.h.
2667         (vectorizable_internal_function): New function.
2668         (vectorizable_function): Inline into...
2669         (vectorizable_call): ...here.  Explicitly reject calls that read
2670         from or write to memory.  Try using an internal function before
2671         falling back on the old vectorizable_function behavior.
2673 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2675         * target.def (builtin_vectorized_function): Take a combined_fn (in
2676         the form of an unsigned int) rather than a function decl.
2677         (builtin_md_vectorized_function): New.
2678         * targhooks.h (default_builtin_vectorized_function): Replace the
2679         fndecl argument with an unsigned int.
2680         (default_builtin_md_vectorized_function): Declare.
2681         * targhooks.c (default_builtin_vectorized_function): Replace the
2682         fndecl argument with an unsigned int.
2683         (default_builtin_md_vectorized_function): New function.
2684         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_MD_VECTORIZED_FUNCTION):
2685         New hook.
2686         * doc/tm.texi: Regenerate.
2687         * tree-vect-stmts.c (vectorizable_function): Update call to
2688         builtin_vectorized_function, also passing internal functions.
2689         Call builtin_md_vectorized_function for target-specific builtins.
2690         * config/aarch64/aarch64-protos.h
2691         (aarch64_builtin_vectorized_function): Replace fndecl argument
2692         with an unsigned int.
2693         * config/aarch64/aarch64-builtins.c: Include case-cfn-macros.h.
2694         (aarch64_builtin_vectorized_function): Update after above changes.
2695         Use CASE_CFN_*.
2696         * config/arm/arm-protos.h (arm_builtin_vectorized_function): Replace
2697         fndecl argument with an unsigned int.
2698         * config/arm/arm-builtins.c: Include case-cfn-macros.h
2699         (arm_builtin_vectorized_function): Update after above changes.
2700         Use CASE_CFN_*.
2701         * config/i386/i386.c: Include case-cfn-macros.h
2702         (ix86_veclib_handler): Take a combined_fn rather than a
2703         built_in_function.
2704         (ix86_veclibabi_svml, ix86_veclibabi_acml): Likewise.  Use
2705         mathfn_built_in rather than calling builtin_decl_implicit directly.
2706         (ix86_builtin_vectorized_function) Update after above changes.
2707         Use CASE_CFN_*.
2708         * config/rs6000/rs6000.c: Include case-cfn-macros.h
2709         (rs6000_builtin_vectorized_libmass): Replace fndecl argument
2710         with a combined_fn.  Use CASE_CFN_*.  Use mathfn_built_in rather
2711         than calling builtin_decl_implicit directly.
2712         (rs6000_builtin_vectorized_function): Update after above changes.
2713         Use CASE_CFN_*.  Move BUILT_IN_MD to...
2714         (rs6000_builtin_md_vectorized_function): ...this new function.
2715         (TARGET_VECTORIZE_BUILTIN_MD_VECTORIZED_FUNCTION): Define.
2717 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2719         * tree-vect-patterns.c: Include internal-fn.h.
2720         (vect_recog_pow_pattern): Use IFN_SQRT instead of BUILT_IN_SQRT*.
2722 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2724         * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P)
2725         (BUILTIN_CBRT_P, BUILTIN_ROOT_P): Delete.
2727 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2729         * builtins.c (expand_errno_check, expand_builtin_mathfn)
2730         (expand_builtin_mathfn_2): Delete.
2731         (expand_builtin): Remove handling of functions with
2732         internal function equivalents.
2733         * internal-fn.def (SET_EDOM): New internal function.
2734         * internal-fn.h (set_edom_supported_p): Declare.
2735         * internal-fn.c (expand_SET_EDOM): New function.
2736         (set_edom_supported_p): Likewise.
2737         * tree-call-cdce.c: Include builtins.h and internal-fn.h.
2738         Rewrite comment at head of file.
2739         (is_call_dce_candidate): Rename to...
2740         (can_test_argument_range): ...this.  Don't check gimple_call_lhs
2741         or gimple_call_builtin_p here.
2742         (edom_only_function): New function.
2743         (shrink_wrap_one_built_in_call_with_conds): New function, split out
2744         from...
2745         (shrink_wrap_one_built_in_call): ...here.
2746         (can_use_internal_fn, use_internal_fn): New functions.
2747         (shrink_wrap_conditional_dead_built_in_calls): Call use_internal_fn
2748         for calls that have an lhs.
2749         (pass_call_cdce::gate): Remove optimize_function_for_speed_p check.
2750         (pass_call_cdce::execute): Skip blocks that are optimized for size.
2751         Check gimple_call_builtin_p here.  Use can_use_internal_fn for
2752         calls with an lhs.
2753         * opts.c (default_options_table): Enable -ftree-builtin-call-cdce
2754         at -O and above.
2756 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2758         * builtins.h (called_as_built_in): Declare.
2759         * builtins.c (called_as_built_in): Make external.
2760         * internal-fn.h (expand_internal_call): Define a variant that
2761         specifies the internal function explicitly.
2762         * internal-fn.c (expand_load_lanes_optab_fn)
2763         (expand_store_lanes_optab_fn, expand_ANNOTATE, expand_GOMP_SIMD_LANE)
2764         (expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE)
2765         (expand_GOMP_SIMD_ORDERED_START, expand_GOMP_SIMD_ORDERED_END)
2766         (expand_UBSAN_NULL, expand_UBSAN_BOUNDS, expand_UBSAN_VPTR)
2767         (expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK, expand_TSAN_FUNC_EXIT)
2768         (expand_UBSAN_CHECK_ADD, expand_UBSAN_CHECK_SUB)
2769         (expand_UBSAN_CHECK_MUL, expand_ADD_OVERFLOW, expand_SUB_OVERFLOW)
2770         (expand_MUL_OVERFLOW, expand_LOOP_VECTORIZED)
2771         (expand_mask_load_optab_fn, expand_mask_store_optab_fn)
2772         (expand_ABNORMAL_DISPATCHER, expand_BUILTIN_EXPECT, expand_VA_ARG)
2773         (expand_UNIQUE, expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS)
2774         (expand_GOACC_LOOP, expand_GOACC_REDUCTION, expand_direct_optab_fn)
2775         (expand_unary_optab_fn, expand_binary_optab_fn): Add an internal_fn
2776         argument.
2777         (internal_fn_expanders): Update prototype.
2778         (expand_internal_call): Define a variant that specifies the
2779         internal function explicitly. Use it to implement the previous
2780         interface.
2781         * cfgexpand.c (expand_call_stmt): Try to expand calls to built-in
2782         functions as calls to internal functions.
2784 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2786         * Makefile.in (MOSTLYCLEANFILES): Add cfn-operators.pd.
2787         (generated_files): Likewise.
2788         (s-cfn-operators, cfn-operators.pd): New rules.
2789         (s-match): Depend on cfn-operators.pd.
2790         * gencfn-macros.c: Expand comment to describe -o behavior.
2791         (print_define_operator_list): New function.
2792         (main): Accept -o.  Call print_define_operator_list.
2793         * genmatch.c (main): Add the current directory to the include path.
2794         * match.pd (DEFINE_MATH_FN): Delete.  Include cfn-operators.pd
2795         instead.
2797 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2799         * doc/match-and-simplify.texi: Document the "null" identifier.
2800         * genmatch.c (id_base::NULL_ID): New kind.
2801         (null_id): New variable.
2802         (get_operator): Add a parameter that says whether null identifiers
2803         are allowed.
2804         (contains_id): New function.
2805         (lower_for): Skip substitutions that would have a null_id in
2806         either the match or the result.
2807         (parser::parse_for): Allow the null identifier to be used.
2808         (parser::parse_operator_list): Likewise.
2809         (main): Initialize null_id.
2811 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2813         * match.pd: Use HYPOT and COS rather than hypot and cos.
2814         Use CASE_CFN_* macros.  Guard log/exp folds with
2815         SCALAR_FLOAT_TYPE_P.
2816         * genmatch.c (internal_fn): New enum.
2817         (fn_id::fn): Change to an unsigned int.
2818         (fn_id::fn_id): Accept internal_fn too.
2819         (add_builtin): Rename to...
2820         (add_function): ...this and turn into a template.
2821         (get_operator): Only try one variation if the original name fails.
2822         Only add _EXPR if the original name was all lower case.
2823         Try converting internal and built-in function names to their
2824         CFN equivalents.
2825         (expr::gen_transform): Use maybe_build_call_expr_loc for generic.
2826         (dt_simplify::gen_1): Likewise.
2827         (dt_node::gen_kids_1): Use gimple_call_combined_fn for gimple
2828         and get_call_combined_fn for generic.
2829         (dt_simplify::gen): Use combined_fn as the type of fn_ids.
2830         (decision_tree::gen): Likewise.
2831         (main): Use lower case in the strings for {VIEW_,}CONVERT[012].
2832         Use add_function rather than add_builtin.  Register internal
2833         functions too.
2834         * generic-match-head.c: Include case-cfn-macros.h.
2835         * gimple-fold.c (replace_stmt_with_simplification): Use
2836         gimple_call_combined_fn to test whether we can keep an
2837         existing call.
2838         * gimple-match.h (code_helper): Replace built_in_function
2839         with combined_fn.
2840         * gimple-match-head.c: Include fold-const-call.h, internal-fn.h
2841         and case-fn-macros.h.
2842         (gimple_resimplify1): Use fold_const_call.
2843         (gimple_resimplify2, gimple_resimplify3): Likewise.
2844         (build_call_internal, build_call): New functions.
2845         (maybe_push_res_to_seq): Use them.
2846         (gimple_simplify): Use fold_const_call.  Set *rcode to a combined_fn
2847         rather than a built-in function.
2848         * tree.h (build_call_expr_internal_loc): Declare.
2849         (maybe_build_call_expr_loc): Likewise.
2850         * tree.c (build_call_expr_internal_loc_array): New function.
2851         (maybe_build_call_expr_loc): Likewise.
2853 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2855         * builtins.h (mathfn_built_in): Add a variant that takes
2856         a combined_fn.
2857         * builtins.c: Include case-cfn-macros.h.
2858         (CASE_MATHFN): Use CASE_CFN_*.
2859         (CASE_MATHFN_REENT): Use CFN_ codes.
2860         (mathfn_built_in_2, mathfn_built_in_1): Replace built_in_function
2861         argument with a combined_fn.
2862         (mathfn_built_in): Add a variant that takes a combined_fn.
2863         (expand_builtin_int_roundingfn_2): Update callers accordingly.
2864         (fold_builtin_sincos, fold_builtin_classify): Likewise.
2866 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2868         * tree-vect-patterns.c: Include case-cfn-macros.h.
2869         (vect_recog_pow_pattern): Use combined_fn instead of built-in codes.
2871 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2873         * tree-ssa-math-opts.c: Include case-cfn-macros.h.
2874         (execute_cse_sincos_1): Use combined_fn instead of built-in codes.
2875         (pass_cse_sincos::execute): Likewise.
2877 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2879         * tree-ssa-reassoc.c: Include case-cfn-macros.h.
2880         (stmt_is_power_of_op): Use combined_fn instead of built-in codes.
2881         (decrement_power, acceptable_pow_call): Likewise.
2882         (attempt_builtin_copysign): Likewise.
2884 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2886         * tree-vrp.c: Include case-cfn-macros.h.
2887         (extract_range_basic): Switch on combined_fn rather than handling
2888         built-in functions and internal functions separately.
2890 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2892         * fold-const.h (negate_mathfn_p): Take a combined_fn rather
2893         than a built_in_function.
2894         (tree_call_nonnegative_warnv_p): Take a combined_fn rather than
2895         a function decl.
2896         (integer_valued_real_call_p): Likewise.
2897         * fold-const.c: Include case-cfn-macros.h
2898         (negate_mathfn_p): Take a combined_fn rather than a built_in_function.
2899         (negate_expr_p): Update accordingly.
2900         (tree_call_nonnegative_warnv_p): Take a combined_fn rather than
2901         a function decl.
2902         (integer_valued_real_call_p): Likewise.
2903         (tree_invalid_nonnegative_warnv_p): Update accordingly.
2904         (integer_valued_real_p): Likewise.
2905         * gimple-fold.c (gimple_call_nonnegative_warnv_p): Update call
2906         to tree_call_nonnegative_warnv_p.
2907         (gimple_call_integer_valued_real_p): Likewise
2908         integer_valued_real_call_p.
2909         * gimple-ssa-backprop.c: Include case-cfn-macros.h.
2910         (backprop::process_builtin_call_use): Extend to combined_fn.
2911         (strip_sign_op_1): Likewise.
2912         (backprop::process_use): Don't check for built-in calls here.
2913         (backprop::execute): Likewise.
2914         (backprop::optimize_builtin_call): Update call to negate_mathfn_p.
2916 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2918         * fold-const-call.h (fold_const_call): Replace built_in_function
2919         arguments with combined_fn arguments.
2920         * fold-const-call.c: Include case-cfn-macros.h.
2921         (fold_const_call_ss, fold_const_call_cs, fold_const_call_sc)
2922         (fold_const_call_cc, fold_const_call_sss, fold_const_call_ccc)
2923         (fold_const_call_ssss, fold_const_call_1, fold_const_call): Replace
2924         built_in_function arguments with combined_fn arguments.
2925         * builtins.c (fold_builtin_sincos, fold_builtin_1, fold_builtin_2)
2926         (fold_builtin_3): Update calls to fold_const_call.
2928 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2930         * Makefile.in (HASH_TABLE_H): Add GGC_H.
2931         (MOSTLYCLEANFILES, generated_files): Add case-fn-macros.h.
2932         (s-case-cfn-macros, case-cfn-macros.h, build/gencfn-macros.o)
2933         (build/gencfn-macros$(build_exeext): New rules.
2934         (genprogerr): Add cfn-macros.
2935         * hash-set.h (hash_set): Use the traits value_type as the key.
2936         * gencfn-macros.c: New file.
2938 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2940         * internal-fn.def (DEF_INTERNAL_INT_FN): New macro.
2941         (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): New functions.
2942         * builtins.c (associated_internal_fn): Handle them.
2944 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2946         * builtins.h (associated_internal_fn): Declare.
2947         (replacement_internal_fn): Likewise.
2948         * builtins.c: Include internal-fn.h
2949         (associated_internal_fn, replacement_internal_fn): New functions.
2950         * internal-fn.def (DEF_INTERNAL_FLT_FN): New macro.
2951         (ACOS, ASIN, ATAN, COS, EXP, EXP10, EXP2, EXPM1, LOG, LOG10, LOG1P)
2952         (LOG2, LOGB, SIGNIFICAND, SIN, SQRT, TAN, CEIL, FLOOR, NEARBYINT)
2953         (RINT, ROUND, TRUNC, ATAN2, COPYSIGN, FMOD, POW, REMAINDER, SCALB)
2954         (LDEXP): New functions.
2955         * internal-fn.c: Include recog.h.
2956         (unary_direct, binary_direct): New macros.
2957         (expand_direct_optab_fn): New function.
2958         (expand_unary_optab_fn): New macro.
2959         (expand_binary_optab_fn): Likewise.
2960         (direct_unary_optab_supported_p): Likewise.
2961         (direct_binary_optab_supported_p): Likewise.
2963 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2965         * coretypes.h (tree_pair): New type.
2966         * internal-fn.def (DEF_INTERNAL_OPTAB_FN): New macro.  Use it
2967         for MASK_LOAD, LOAD_LANES, MASK_STORE and STORE_LANES.
2968         * internal-fn.h (direct_internal_fn_info): New structure.
2969         (direct_internal_fn_array): Declare.
2970         (direct_internal_fn_p, direct_internal_fn): New functions.
2971         (direct_internal_fn_types, direct_internal_fn_supported_p): Declare.
2972         * internal-fn.c (not_direct, mask_load_direct, load_lanes_direct)
2973         (mask_store_direct, store_lanes_direct): New macros.
2974         (direct_internal_fn_array) New array.
2975         (get_multi_vector_move): Return the optab handler without asserting
2976         that it is available.
2977         (expand_LOAD_LANES): Rename to...
2978         (expand_load_lanes_optab_fn): ...this and add an optab argument.
2979         (expand_STORE_LANES): Rename to...
2980         (expand_store_lanes_optab_fn): ...this and add an optab argument.
2981         (expand_MASK_LOAD): Rename to...
2982         (expand_mask_load_optab_fn): ...this and add an optab argument.
2983         (expand_MASK_STORE): Rename to...
2984         (expand_mask_store_optab_fn): ...this and add an optab argument.
2985         (direct_internal_fn_types, direct_optab_supported_p)
2986         (multi_vector_optab_supported_p, direct_internal_fn_supported_p)
2987         (direct_internal_fn_supported_p): New functions.
2988         (direct_mask_load_optab_supported_p): New macro.
2989         (direct_load_lanes_optab_supported_p): Likewise.
2990         (direct_mask_store_optab_supported_p): Likewise.
2991         (direct_store_lanes_optab_supported_p): Likewise.
2993 2015-11-17  Richard Sandiford  <richard.sandiford@arm.com>
2995         * tree-core.h (internal_fn): Move immediately after the definition
2996         of built_in_function.
2997         (combined_fn): New enum.
2998         * tree.h (as_combined_fn, builtin_fn_p, as_builtin_fn)
2999         (internal_fn_p, as_internal_fn): New functions.
3000         (get_call_combined_fn, combined_fn_name): Declare.
3001         * tree.c (get_call_combined_fn): New function.
3002         (combined_fn_name): Likewise.
3003         * gimple.h (gimple_call_combined_fn): Declare.
3004         * gimple.c (gimple_call_combined_fn): New function.
3006 2015-11-17  Martin Sebor  <msebor@redhat.com>
3008         PR c++/68308
3009         * cp/init.c (build_new_1): Check for expression constness
3010         the right way.
3012 2015-11-17  Sandra Loosemore  <sandra@codesourcery.com>
3014         PR target/53587
3015         * doc/invoke.texi (Option Summary): Add -mms-bitfields to x86
3016         option list.
3017         (x86 Options): Add -mms-bitfields and -mno-ms-bitfields.  Move
3018         discussion of the Microsoft structure layout details here from
3019         its former home in extend.texi.
3020         * doc/extend.texi (x86 Variable Attributes): Replace detailed
3021         discussion with pointer to its new location.  Add cross-reference
3022         to corresponding type attributes.
3023         (x86 Type Attributes): Add cross-references to command-line options
3024         and variable attributes.
3026 2015-11-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
3028         PR middle-end/68134
3029         * targhooks.c (default_get_mask_mode): Filter out
3030         scalar modes returned by mode_for_vector.
3032 2015-11-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3034         PR target/68143
3035         * config/arm/arm.c (arm_block_set_unaligned_vect): Keep track of
3036         offset from dstbase and use it appropriately in
3037         adjust_automodify_address.
3038         (arm_block_set_aligned_vect): Likewise.
3040 2015-11-17  Eric Botcazou  <ebotcazou@adacore.com>
3042         * config/visium/t-visium (MULTILIB_OPTIONS): Add muser-mode.
3043         (MULTILIB_DIRNAMES): Adjust accordingly.
3045 2015-11-17  James Greenhalgh  <james.greenhalgh@arm.com>
3047         * config/aarch64/aarch64-cores.def (cortex-a35): New.
3048         * config/aarch64/aarch64.c (cortexa35_tunings): New.
3049         * config/aarch64/aarch64-tune.md: Regenerate.
3050         * doc/invoke.texi (-mcpu): Add Cortex-A35
3052 2015-11-17  Uros Bizjak  <ubizjak@gmail.com>
3054         PR target/68263
3055         * config/i386/i386.h (BIGGEST_ALIGNMENT): Always define
3056         to 32 for IAMCU.
3057         * config/i386/sse.md (*mov<mode>_internal): Always enable
3058         AVX and SSE unaligned moves for IAMCU.
3060 2015-11-17  Venkataramanan Kumar  <Venkataramanan.Kumar@amd.com>
3062         * tree-if-conv.c: Include varasm.h
3063         (ref_DR_map): Define.
3064         (baseref_DR_map): Like wise
3065         (struct ifc_dr): Add new tree predicate field.
3066         (hash_memrefs_baserefs_and_store_DRs_read_written_info): New function.
3067         (memrefs_read_or_written_unconditionally): Remove.
3068         (write_memrefs_written_at_least_once): Remove.
3069         (ifcvt_memrefs_wont_trap): Use hash maps to query
3070         unconditional read/written information.
3071         (if_convertible_loop_p_1):  Initialize hash maps and predicates
3072         before hashing data references and delete hashmaps at the end.
3074 2015-11-16  Thomas Preud'homme <thomas.preudhomme@arm.com>
3076         PR 56036
3077         * doc/invoke.texi (Optimize Options): Move @end table to the right
3078         place.
3080 2015-11-16  Sandra Loosemore  <sandra@codesourcery.com>
3082         PR 65129
3083         * doc/extend.texi (__builtin_assume_aligned): Fix formatting of
3084         return value.
3086 2015-11-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
3088         * config/rs6000/vsx.md (VSX_L): Do not include IBM extended double
3089         128-bit types, just types that fit in a single vector.
3090         * config/rs6000/rs6000.md (FMOVE128_GPR): Likewise.
3092 2015-11-16  David Wohlferd  <dw@LimeGreenSocks.com>
3094         * doc/md.texi ('#' and '*' constraint modifiers): Do not include these
3095         in the user documentation.
3096         (define_peephole2, define_split): Similarly.
3098 2015-11-16 Andris Pavenis <andris.pavenis@iki.fi>
3100         * lto-streamer-out.c (write_global_references): Adjust integer type.
3101         (lto_output_decl_state_refs): Likewise.
3103 2015-11-16  James Greenhalgh  <james.greenhalgh@arm.com>
3105         * config/arm/arm-cores.def (cortex-a35): New.
3106         * config/arm/arm.c (arm_cortex_a35_tune): New.
3107         * config/arm/arm-tables.opt: Regenerate.
3108         * config/arm/arm-tune.md: Regenerate.
3109         * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-a35.
3110         * config/arm/t-aprofile: Likewise.
3111         * doc/invoke.texi (-mcpu): Likewise.
3113 2015-11-16  Jim Wilson  <jim.wilson@linaro.org>
3115         * config/arm/t-aprofile (MULTILIB_MATCHES): Add lines for exynos-m1
3116         and qdf24xx and xgene1 to match -march=armv8-a.
3118 2015-11-16  Segher Boessenkool  <segher@kernel.crashing.org>
3120         PR rtl-optimization/68330
3121         * simplify-rtx.c (simplify_unary_operation_1): Simplify SIGN_EXTEND
3122         of LSHIFTRT by a non-zero constant integer.
3124 2015-11-16  Richard Biener  <rguenther@suse.de>
3126         PR tree-optimization/68306
3127         * tree-vect-data-refs.c (vect_verify_datarefs_alignment): Fix
3128         bogus copying from verify_data_ref_alignment and use continue
3129         instead of return.
3131 2015-11-16  Oleg Endo  <olegendo@gcc.gnu.org>
3132             Kaz Kojima  <kkojima@gcc.gnu.org>
3134         PR target/68277
3135         * config/sh/sh.md (addsi3_scr): Handle reg overlap of operands[0] and
3136         operands[2].
3137         (*addsi3): Add another insn_and_split variant for reload.
3139 2015-11-16  Richard Biener  <rguenther@suse.de>
3141         PR middle-end/68117
3142         * cfgexpand.c (pass_expand::execute): Destroy the edge
3143         redirection var map before setting RTL CFG hooks.
3145 2015-11-16  Alan Lawrence  <alan.lawrence@arm.com>
3147         * config/i386/sse.md (reduc_splus_v8df): Rename to...
3148         (reduc_plus_scal_v8df): ...here; reduce to temp and extract scalar.
3150         (reduc_splus_v4df): Rename to...
3151         (reduc_plus_scal_v4df): ...here; reduce to temp and extract scalar.
3153         (reduc_splus_v2df): Rename to...
3154         (reduc_plus_scal_v2df): ...here; reduce to temp and extract scalar.
3156         (reduc_splus_v16sf): Rename to...
3157         (reduc_plus_scal_v16sf): ...here; reduce to temp and extract scalar.
3159         (reduc_splus_v8sf): Rename to...
3160         (reduc_plus_scal_v8sf): ...here; reduce to temp and extract scalar.
3162         (reduc_splus_v4sf): Rename to...
3163         (reduc_plus_scal_v4sf): ...here; reduce to temp and extract scalar.
3165         (reduc_<code>_<mode>, all 3 variants): Rename each to...
3166         (reduc_<code>_scal_<mode>): ...here; reduce to temp and extract scalar.
3168         (reduc_umin_v8hf): Rename to...
3169         (reduc_umin_scal_v8hf): ...here; reduce to temp and extract scalar.
3171 2015-11-16  Kirill Yukhin  <kirill.yukhin@intel.com>
3173         * omp-low.c (pass_omp_simd_clone::gate): If target allows - call
3174         without additional conditions.
3175         * doc/extend.texi (@item simd): New.
3177 2015-11-16  Tom de Vries  <tom@codesourcery.com>
3179         * passes.c (first_pass_instance): Remove variable.
3180         (execute_todo): Remove setting of first_pass_instance.
3181         * tree-pass.h (first_pass_instance): Remove declaration.
3183 2015-11-16  Tom de Vries  <tom@codesourcery.com>
3185         * passes.def: Add arg to pass_ccp pass instantiation.
3186         * tree-ssa-ccp.c (ccp_finalize): Add param nonzero_p.  Use nonzero_p
3187         instead of first_pass_instance.
3188         (do_ssa_ccp): Add and handle param nonzero_p.
3189         (pass_ccp::pass_ccp): Initialize nonzero_p.
3190         (pass_ccp::set_pass_param): New member function.  Set nonzero_p.
3191         (pass_ccp::execute): Call do_ssa_ccp with extra arg.
3192         (pass_ccp::nonzero_p): New private member.
3194 2015-11-16  Tom de Vries  <tom@codesourcery.com>
3196         * passes.def: Add arg to pass_object_sizes pass instantiation.
3197         * tree-object-size.c (pass_object_sizes::pass_object_sizes): Initialize
3198         insert_min_max_p.
3199         (pass_object_sizes::set_pass_param): New member function.  Set
3200         insert_min_max_p.
3201         (pass_object_sizes::insert_min_max_p): New private member.
3202         (pass_object_sizes::execute): Use insert_min_max_p instead of
3203         first_pass_instance.
3205 2015-11-16  Tom de Vries  <tom@codesourcery.com>
3207         * passes.def: Add arg to pass_dominator pass instantiation.
3208         * tree-pass.h (first_pass_instance): Remove pass_dominator-related bit
3209         of comment.
3210         * tree-ssa-dom.c (pass_dominator::pass_dominator): Initialize
3211         may_peel_loop_headers_p.
3212         (pass_dominator::set_pass_param): New member function.  Set
3213         may_peel_loop_headers_p.
3214         (pass_dominator::may_peel_loop_headers_p): New private member.
3215         (pass_dominator::execute): Use may_peel_loop_headers_p instead of
3216         first_pass_instance.
3218 2015-11-16  Tom de Vries  <tom@codesourcery.com>
3220         * passes.def: Add arg to pass_reassoc pass instantiation.
3221         * tree-ssa-reassoc.c (reassoc_insert_powi_p): New static variable.
3222         (acceptable_pow_call, reassociate_bb): Use reassoc_insert_powi_p instead
3223         of first_pass_instance.
3224         (execute_reassoc): Add and handle insert_powi_p parameter.
3225         (pass_reassoc::insert_powi_p): New private member.
3226         (pass_reassoc::pass_reassoc): Initialize insert_powi_p.
3227         (pass_reassoc::set_pass_param): New member function.  Set insert_powi_p.
3228         (pass_reassoc::execute): Call execute_reassoc with extra arg.
3230 2015-11-16  Tom de Vries  <tom@codesourcery.com>
3232         * gdbhooks.py (class PassNames): Handle extra arg NEXT_PASS argument.
3233         * gen-pass-instances.awk (handle_line): Same.
3234         * pass_manager.h (class pass_manager): Define and undefine
3235         NEXT_PASS_WITH_ARG.
3236         * passes.c (opt_pass::set_pass_param): New function.
3237         (pass_manager::pass_manager): Define and undefine NEXT_PASS_WITH_ARG.
3238         * passes.def: Add extra arg to NEXT_PASS (pass_vrp).
3239         * tree-pass.h (gimple_opt::set_pass_param): Declare.
3240         * tree-vrp.c (vrp_finalize, execute_vrp): Add and handle
3241         warn_array_bounds_p parameter.
3242         (pass_vrp::pass_vrp): Initialize warn_array_bounds_p.
3243         (pass_vrp::set_pass_param): New function.
3244         (pass_vrp::execute): Add warn_array_bounds_p arg to execute_vrp call.
3245         (pass_vrp::warn_array_bounds_p): New private member.
3247 2015-11-16  Eric Botcazou  <ebotcazou@adacore.com>
3249         * config/sparc/sparc.c (sparc_emit_probe_stack_range): Adjust.
3250         (output_probe_stack_range): Rotate the loop and simplify.
3252 2015-11-16  Eric Botcazou  <ebotcazou@adacore.com>
3254         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_rang): Adjust.
3255         (output_probe_stack_range): Rotate the loop and simplify.
3257 2015-11-16  Eric Botcazou  <ebotcazou@adacore.com>
3259         * config/i386/i386.c (ix86_adjust_stack_and_probe): Adjust and use
3260         an lea instruction when possible.
3261         (output_adjust_stack_and_probe): Rotate the loop and simplify.
3262         (ix86_emit_probe_stack_range): Adjust.
3263         (output_probe_stack_range): Rotate the loop and simplify.
3265 2015-11-16  Christian Bruel  <christian.bruel@st.com>
3267         * config/arm/arm_neon.h: Remove #ifndef check on __ARM_NEON.
3268         Replace #ifdef __ARM_FEATURE_CRYPTO, __ARM_FEATURE_FMA, __ARM_FP
3269         with appropriate pragma GCC target.
3271 2015-11-16  Christian Bruel  <christian.bruel@st.com>
3273         PR target/65837
3274         * config/arm/arm-c.c (arm_cpu_builtins): Conditionally set and reset
3275         __ARM_FEATURE_FMA and __ARM_NEON_FP, __ARM_FP.
3277 2015-11-16  James Greenhalgh  <james.greenhalgh@arm.com>
3279         * config/aarch64/aarch64.c (cortexa57_branch_costs): New.
3280         (cortexa57_tunings): Use it.
3282 2015-11-16  Christian Bruel  <christian.bruel@st.com>
3284         PR target/65837
3285         * config/arm/arm-c.c (arm_cpu_builtins): Set or reset
3286         __ARM_FEATURE_CRYPTO, __VFP_FP__, __ARM_NEON__
3287         (arm_pragma_target_parse): Change check for arm_cpu_builtins.
3288         undefine __ARM_FP.
3289         * config/arm/arm.c (arm_can_inline_p): Check FPUs.
3290         (arm_valid_target_attribute_rec): Handle -mfpu attribute target.
3291         * doc/invoke.texi (-mfpu=): Mention attribute and pragma.
3292         * doc/extend.texi (-mfpu=): Describe attribute.
3294 2015-11-16  Christian Bruel  <christian.bruel@st.com>
3296         PR target/65837
3297         * config/arm/arm-protos.h (arm_init_neon_builtins): Declare.
3298         * config/arm/arm.c (arm_valid_target_attribute_tree): Call
3299         arm_init_neon_builtins.
3300         * config/arm/arm-builtins.c (arm_init_neon_builtins): Split into...
3301         (arm_init_neon_builtins_internal)
3302         (arm_init_crypto_builtins_internal):
3303         Test and set neon_set_p, neon_crypto_set_p.
3304         (neon_set_p, neon_crypto_set_p): New static booleans.
3306 2015-11-16  Christian Bruel  <christian.bruel@st.com>
3308         PR target/65837
3309         * config/arm/arm.c (arm_fpu_desc): Remove.
3310         (all_fpus): Make global.
3311         (arm_option_override): Use FPU TARGET accessors.
3312         (arm_declare_function_name): Likewise.
3313         * config/arm/arm.h (TARGET_VFP, TARGET_VFPD32, TARGET_VFP5)
3314         (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE, TARGET_NEON_FP16)
3315         (TARGET_FP16, TARGET_FMA, TARGET_FPU_ARMV8, TARGET_CRYPTO)
3316         (TARGET_NEON): Likewise.
3317         (all_fpus): Declare extern.
3318         (TARGET_FPU_NAME, TARGET_FPU_MODEL, TARGET_FPU_REV)
3319         (TARGET_FPU_REGS, TARGET_FPU_FEATURES): Define all_fpus accessors.
3321 2015-11-15  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3323         PR middle-end/68366
3324         * sdbout.c: Include emit-rtl.h and function.h.
3326 2015-11-15  Gerald Pfeifer  <gerald@pfeifer.com>
3328         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
3329         Remove support for FreeBSD 5 and earlier.
3331 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3333         * configure: Regenerate.
3334         * configure.ac: Always define ENABLE_OFFLOADING.
3335         * cgraph.c (cgraph_node::create): Adjust.
3336         * gcc.c (process_command): Likewise.
3337         * omp-low.c (create_omp_child_function): Likewise.
3338         (expand_omp_target): Likewise.
3339         * varpool.c (varpool_node::get_create): Likewise.
3341 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3343         * defaults.h (EH_RETURN_HANDLER_RTX): New default definition.
3344         * df-scan.c (df_get_exit_block_use_set): Adjust.
3345         * except.c (expand_eh_return): Likewise.
3347 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3349         * config/i386/i386.h (TARGET_PECOFF): Remove define.
3350         * defaults.h (TARGET_PECOFF): New default definition.
3351         * varasm.c (handle_vtv_comdat_section): Adjust.
3353 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3355         * defaults.h: New definition of SDB_DEBUGGING_INFO.
3356         * doc/tm.texi: Regenerate.
3357         * doc/tm.texi.in: Adjust.
3358         * final.c (rest_of_clean_state): Remove check if
3359         SDB_DEBUGGING_INFO is defined.
3360         * function.c (number_blocks): Likewise.
3361         * output.h: Likewise.
3362         * sdbout.c: Likewise.
3363         * toplev.c (process_options): Likewise.
3365 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3367         * gsyms.h (enum sdb_type): Remove code for EXTENDED_SDB_BASIC_TYPES.
3368         (enum sdb_masks): Likewise.
3369         * sdbout.c (plain_type_1): Likewise.
3370         * system.h: Poison EXTENDED_SDB_BASIC_TYPES macro.
3372 2015-11-14  Jakub Jelinek  <jakub@redhat.com>
3374         * omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_*
3375         internal calls - 0 if ordered simd and 1 for ordered threads simd.
3376         * tree-vectorizer.c (adjust_simduid_builtins): If GOMP_SIMD_ORDERED_*
3377         argument is 1, replace it with GOMP_ordered_* call instead of removing
3378         it.
3380 2015-11-13  Rich Felker <dalias@libc.org>
3382         * config/sh/sh.md (symGOT_load): Suppress __stack_chk_guard
3383         address loading hack for FDPIC targets.
3385 2015-11-13  Ajit Agarwal  <ajitkum@xilinx.com>
3386             Jeff Law  <law@redhat.com>
3388         * Makefile.in (OBJS): Add gimple-ssa-split-paths.o
3389         * common.opt (-fsplit-paths): New flag controlling path splitting.
3390         * doc/invoke.texi (fsplit-paths): Document.
3391         * opts.c (default_options_table): Add -fsplit-paths to -O2.
3392         * passes.def: Add split_paths pass.
3393         * timevar.def (TV_SPLIT_PATHS): New timevar.
3394         * tracer.c: Include "tracer.h"
3395         (ignore_bb_p): No longer static.
3396         (transform_duplicate): New function, broken out of tail_duplicate.
3397         (tail_duplicate): Use transform_duplicate.
3398         * tracer.h (ignore_bb_p): Declare
3399         (transform_duplicate): Likewise.
3400         * tree-pass.h (make_pass_split_paths): Declare.
3401         * gimple-ssa-split-paths.c: New file.
3403 2015-11-13  Kai Tietz  <ktietz70@googlemail.com>
3404             Marek Polacek  <polacek@redhat.com>
3405             Jason Merrill  <jason@redhat.com>
3407         * convert.c (maybe_fold_build1_loc): New.
3408         (maybe_fold_build2_loc): New.
3409         (convert_to_pointer_1): Split out from convert_to_pointer.
3410         (convert_to_pointer_nofold): New.
3411         (convert_to_real_1): Split out from convert_to_real.
3412         (convert_to_real_nofold): New.
3413         (convert_to_integer_1): Split out from convert_to_integer.
3414         (convert_to_integer_nofold): New.
3415         (convert_to_complex_1): Split out from convert_to_complex.
3416         (convert_to_complex_nofold): New.
3417         * convert.h: Declare new functions.
3418         * tree-complex.c (create_one_component_var): Break up line to
3419         avoid sequence point issues.
3421 2015-11-13  Jason Merrill  <jason@redhat.com>
3423         * fold-const.c (fold_convert_const): Fold changing cv-quals on
3424         VECTOR_CST.
3426         * hash-map.h (hash_map::empty): New.
3428 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
3430         * omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.
3431         (oacc_loop_fixed_partitions): Correct return type to bool.
3432         (oacc_loop_auto_partitions): New.
3433         (oacc_loop_partition): Take mask argument, call
3434         oacc_loop_auto_partitions.
3435         (execute_oacc_device_lower): Provide mask to oacc_loop_partition.
3437 2015-11-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
3439         * config/rs6000/constraints.md (we constraint): New constraint for
3440         64-bit power9 vector support.
3441         (wL constraint): New constraint for the element in a vector that
3442         can be addressed by the MFVSRLD instruction.
3444         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Add
3445         declaration.
3446         (convert_int_to_float128): Likewise.
3447         (rs6000_generate_compare): Add support for ISA 3.0 (power9)
3448         hardware support for IEEE 128-bit floating point.
3449         (rs6000_expand_float128_convert): Likewise.
3450         (convert_float128_to_int): Likewise.
3451         (convert_int_to_float128): Likewise.
3453         * config/rs6000/rs6000.md (UNSPEC_ROUND_TO_ODD): New unspecs for
3454         ISA 3.0 hardware IEEE 128-bit floating point.
3455         (UNSPEC_IEEE128_MOVE): Likewise.
3456         (UNSPEC_IEEE128_CONVERT): Likewise.
3457         (FMA_F): Add support for IEEE 128-bit floating point hardware support.
3458         (Ff): Add support for DImode.
3459         (Fv): Likewise.
3460         (any_fix code iterator): New and updated iterators for IEEE
3461         128-bit floating point hardware support.
3462         (any_float code iterator): Likewise.
3463         (s code attribute): Likewise.
3464         (su code attribute): Likewise.
3465         (az code attribute): Likewise.
3466         (uns code attribute): Likewise.
3467         (neg<mode>2, FLOAT128 iterator): Add support for IEEE 128-bit
3468         floating point hardware support.
3469         (abs<mode>2, FLOAT128 iterator): Likewise.
3470         (add<mode>3, IEEE128 iterator): New insns for IEEE 128-bit
3471         floating point hardware.
3472         (sub<mode>3, IEEE128 iterator): Likewise.
3473         (mul<mode>3, IEEE128 iterator): Likewise.
3474         (div<mode>3, IEEE128 iterator): Likewise.
3475         (copysign<mode>3, IEEE128 iterator): Likewise.
3476         (sqrt<mode>2, IEEE128 iterator): Likewise.
3477         (neg<mode>2, IEEE128 iterator): Likewise.
3478         (abs<mode>2, IEEE128 iterator): Likewise.
3479         (nabs<mode>2, IEEE128 iterator): Likewise.
3480         (fma<mode>4_hw, IEEE128 iterator): Likewise.
3481         (fms<mode>4_hw, IEEE128 iterator): Likewise.
3482         (nfma<mode>4_hw, IEEE128 iterator): Likewise.
3483         (nfms<mode>4_hw, IEEE128 iterator): Likewise.
3484         (extend<SFDF:mode><IEEE128:mode>2_hw): Likewise.
3485         (trunc<mode>df2_hw, IEEE128 iterator): Likewise.
3486         (trunc<mode>sf2_hw, IEEE128 iterator): Likewise.
3487         (fix_fixuns code attribute): Likewise.
3488         (float_floatuns code attribute): Likewise.
3489         (fix<uns>_<mode>si2_hw): Likewise.
3490         (fix<uns>_<mode>di2_hw): Likewise.
3491         (float<uns>_<mode>si2_hw): Likewise.
3492         (float<uns>_<mode>di2_hw): Likewise.
3493         (xscvqp<su>wz_<mode>): Likewise.
3494         (xscvqp<su>dz_<mode>): Likewise.
3495         (xscv<su>dqp_<mode): Likewise.
3496         (ieee128_mfvsrd): Likewise.
3497         (ieee128_mfvsrwz): Likewise.
3498         (ieee128_mtvsrw): Likewise.
3499         (ieee128_mtvsrd): Likewise.
3500         (trunc<mode>df2_odd): Likewise.
3501         (cmp<mode>_h): Likewise.
3502         (128-bit GPR splitters): Don't split a 128-bit move that is a
3503         direct move between GPR and vector registers using ISA 3.0 direct
3504         move instructions.
3505         (maddld4): Add support for the ISA 3.0 integer multiply-add
3506         instruction.
3508         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add ISA 3.0
3509         debugging.
3510         (rs6000_init_hard_regno_mode_ok): If ISA 3.0 and 64-bit, enable we
3511         constraint.  Disable the VSX<->GPR direct move helpers if we have
3512         the MFVSRLD and MTVSRDD instructions.
3513         (rs6000_secondary_reload_simple_move): Add support for doing
3514         vector direct moves directly without additional scratch registers
3515         if we have ISA 3.0 instructions.
3516         (rs6000_secondary_reload_direct_move): Update comments.
3517         (rs6000_output_move_128bit): Add support for ISA 3.0 vector
3518         instructions.
3520         * config/rs6000/vsx.md (vsx_mov<mode>): Add support for ISA 3.0
3521         direct move instructions.
3522         (vsx_movti_64bit): Likewise.
3523         (vsx_extract_<mode>): Likewise.
3525         * config/rs6000/rs6000.h (VECTOR_ELEMENT_MFVSRLD_64BIT): New
3526         macros for ISA 3.0 direct move instructions.
3527         (TARGET_DIRECT_MOVE_128): Likewise.
3528         (TARGET_MADDLD): Add support for the ISA 3.0 integer multiply-add
3529         instruction.
3531         * doc/md.texi (RS/6000 constraints): Document we, wF, wG, wL
3532         constraints.  Update wa documentation to say not to use %x<n> on
3533         instructions that only take Altivec registers.
3535 2015-11-13  David Malcolm  <dmalcolm@redhat.com>
3537         * Makefile.in (OBJS): Add gcc-rich-location.o.
3538         * diagnostic.c (diagnostic_append_note): Pass line_table to
3539         rich_location ctor.
3540         (emit_diagnostic): Likewise.
3541         (inform): Likewise.
3542         (inform_n): Likewise.
3543         (warning): Likewise.
3544         (warning_at): Likewise.
3545         (warning_n): Likewise.
3546         (pedwarn): Likewise.
3547         (permerror): Likewise.
3548         (error): Likewise.
3549         (error_n): Likewise.
3550         (error_at): Likewise.
3551         (sorry): Likewise.
3552         (fatal_error): Likewise.
3553         (internal_error): Likewise.
3554         (internal_error_no_backtrace): Likewise.
3555         (source_range::debug): Likewise.
3556         * gcc-rich-location.c: New file.
3557         * gcc-rich-location.h: New file.
3558         * genmatch.c (fatal_at): Pass line_table to rich_location ctor.
3559         (warning_at): Likewise.
3560         * gimple.h (gimple_set_block): Use set_block function.
3561         * input.c (dump_line_table_statistics): Dump stats on how many
3562         ranges were optimized vs how many needed ad-hoc table.
3563         (write_digit_row): Add "map" param; use its range_bits
3564         to calculate the per-character offset.
3565         (dump_location_info): Print the range and column bits for each
3566         ordinary map.  Use the range bits to calculate the per-character
3567         offset.  Pass the map as a new param to the various calls to
3568         write_digit_row.  Eliminate uses of
3569         ORDINARY_MAP_NUMBER_OF_COLUMN_BITS.
3570         * print-tree.c (print_node): Print any source range information.
3571         * rtl-error.c (diagnostic_for_asm): Likewise.
3572         * toplev.c (general_init): Initialize line_table's
3573         default_range_bits.
3574         * tree-cfg.c (move_block_to_fn): Likewise.
3575         (move_block_to_fn): Likewise.
3576         * tree-inline.c (copy_phis_for_bb): Likewise.
3577         * tree.c (tree_set_block): Likewise.
3578         (get_pure_location): New function.
3579         (set_source_range): New functions.
3580         (set_block): New function.
3581         (set_source_range): New functions.
3582         * tree.h (CAN_HAVE_RANGE_P): New.
3583         (EXPR_LOCATION_RANGE): New.
3584         (EXPR_HAS_RANGE): New.
3585         (get_expr_source_range): New inline function.
3586         (DECL_LOCATION_RANGE): New.
3587         (set_source_range): New decls.
3588         (get_decl_source_range): New inline function.
3590 2015-11-13  Alan Lawrence  <alan.lawrence@arm.com>
3592         PR tree-optimization/67682
3593         * tree-vect-slp.c (vect_split_slp_store_group): New.
3594         (vect_analyze_slp_instance): During basic block SLP, recurse on
3595         subgroups if vect_build_slp_tree fails after 1st vector.
3597 2015-11-13  Christian Bruel  <christian.bruel@st.com>
3599         PR target/65837
3600         * config/arm/arm.c (arm_option_override): Move NEON check...
3601         (arm_option_check_internal): here
3602         (arm_file_start): Move .fpu print...
3603         (arm_declare_function_name): here
3604         (arm_option_print): Dump current fpu name.
3605         * config/arm/arm.opt (arm_fpu_index): Mark Save.
3607 2015-11-13  Segher Boessenkool  <segher@kernel.crashing.org>
3608             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3610         * combine.c (subst): Don't substitute or simplify when
3611         handling register-wise widening multiply.
3612         (force_to_mode): Likewise.
3614 2015-11-13  Richard Sandiford  <richard.sandiford@arm.com>
3616         PR tree-optimization/68264
3617         * tree-call-cdce.c (gen_one_condition): Update commentary.
3618         (gen_conditions_for_pow_int_base): Invert the sense of the tests
3619         passed to gen_one_condition.
3620         (gen_conditions_for_domain): Likewise.  Use unordered comparisons.
3621         (shrink_wrap_one_built_in_call): Invert the sense of the tests,
3622         using EDGE_FALSE_VALUE for edges to the call block and
3623         EDGE_TRUE_VALUE for the others.
3625 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
3627         * config/nvptx/nvptx.c (nvptx_generate_vector_shuffle): Deal with
3628         complex types.
3630 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
3632         * gimplify.c (oacc_default_clause): Use inform for enclosing scope.
3634 2015-11-13  Tom de Vries  <tom@codesourcery.com>
3636         * gen-pass-instances.awk (handle_line): Rename prefix_len var to
3637         len_of_prefix.
3639 2015-11-13  Tom de Vries  <tom@codesourcery.com>
3641         * gen-pass-instances.awk (handle_line): Add args_str variable.
3643 2015-11-13  Martin Liska  <mliska@suse.cz>
3645         * graphite-poly.c (free_scop): Release scop->drs vector.
3646         * graphite-scop-detection.c (scop_detection::harmful_stmt_in_region):
3647         Release dom vector.
3648         (try_generate_gimple_bb): Use vNULL as a default initialization
3649         for vectors.
3651 2015-11-13  Martin Liska  <mliska@suse.cz>
3653         PR ipa/68311
3654         * ipa-icf.c (sem_item_optimizer::traverse_congruence_split):
3655         Replace array initialization (using a variable post-increment)
3656         that possible triggers multiple unsequenced modifications
3657         with a pair of pushes to a vector.
3659 2015-11-13  Richard Biener  <rguenther@suse.de>
3661         PR tree-optimization/68306
3662         * tree-vect-data-refs.c (verify_data_ref_alignment): Move
3663         loop related checks ...
3664         (vect_verify_datarefs_alignment): ... here.
3665         (vect_slp_analyze_and_verify_node_alignment): Compute and
3666         verify alignment of the single DR that it matters.
3667         * tree-vect-stmts.c (vectorizable_store): Add an assert.
3668         (vectorizable_load): Add a comment.
3669         * tree-vect-slp.c (vect_analyze_slp_cost_1): Fix DR used
3670         for determining load cost.
3672 2015-11-13  Ilya Enkovich  <enkovich.gnu@gmail.com>
3674         * tree-vect-loop.c (vect_determine_vectorization_factor): Check
3675         mix of boolean and integer vectors in a single statement.
3676         * tree-vect-slp.c (vect_mask_constant_operand_p): New.
3677         (vect_get_constant_vectors): Use vect_mask_constant_operand_p to
3678         determine constant type.
3679         * tree-vect-stmts.c (vectorizable_comparison): Provide vectype
3680         for loop invariants.
3682 2015-11-13  Alan Hayward <alan.hayward@arm.com>
3684         PR tree-optimization/66558
3685         * tree-vect-loop.c (is_integer_induction):Add.
3686         (vectorizable_reduction): Add integer induction checks.
3688 2015-11-13  Christophe Lyon  <christophe.lyon@linaro.org>
3690         Revert [ARM] Remove neon-testgen.ml and generated tests.
3692         2015-11-12  Christophe Lyon  <christophe.lyon@linaro.org>
3694         [ARM] Remove neon-testgen.ml and generated tests.
3696         * config/arm/neon-testgen.ml: Remove.
3698 2015-11-13  Richard Biener  <rguenther@suse.de>
3700         * tree-vect-loop.c (vect_analyze_loop_2): Add fatal parameter.
3701         Signal fatal failure if early checks fail.
3702         (vect_analyze_loop): If vect_analyze_loop_2 fails fatally
3703         do not bother testing further vector sizes.
3705 2015-11-13  Uros Bizjak  <ubizjak@gmail.com>
3707         * config/i386/predicates.md (misaligned_operand): Return true if
3708         operand is aligned to less than its natural alignmnet.
3710 2015-11-13  Ilya Enkovich  <enkovich.gnu@gmail.com>
3712         * doc/md.texi (vec_cmp@var{m}@var{n}): New item.
3713         (vec_cmpu@var{m}@var{n}): New item.
3714         (vcond@var{m}@var{n}): Specify comparison is signed.
3715         (vcondu@var{m}@var{n}): New item.
3716         (vcond_mask_@var{m}@var{n}): New item.
3717         (maskload@var{m}@var{n}): New item.
3718         (maskstore@var{m}@var{n}): New item.
3720 2015-11-13  Ilya Enkovich  <enkovich.gnu@gmail.com>
3722         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
3723         types of stored value and storage are compatible.
3725 2015-11-13  Andris Pavenis  <andris.pavenis@iki.fi>
3727         * gcc.c (POST_LINK_SPEC): Define if not already defined.
3728         (LINK_COMMAND_SPEC): Use post_link.
3729         (post_link_spec): New, initialize to POST_LINK_SPEC.
3730         (post_link): Initialize new static spec.
3731         * doc/tm.texi.in (POST_LINK_SPEC): Document.
3732         * doc/tm.texi: Regenerated.
3734 2015-11-13  David Malcolm  <dmalcolm@redhat.com>
3736         PR driver/67613
3737         * Makefile.in (GCC_OBJS): Add spellcheck.o.
3738         (OBJS): Add spellcheck-tree.o.
3739         * gcc.c: Include "spellcheck.h".
3740         (suggest_option): New function.
3741         (driver::handle_unrecognized_options): Call suggest_option to
3742         provide a hint about misspelled options.
3743         * spellcheck.c: Update file comment.
3744         (levenshtein_distance): Convert 4-param implementation from static
3745         to extern scope.  Remove note about unit tests from leading
3746         comment for const char * implementation.  Move tree
3747         implementation to...
3748         * spellcheck-tree.c: New file.
3749         * spellcheck.h (levenshtein_distance):  Add 4-param decl.
3751 2015-11-13  David Malcolm  <dmalcolm@redhat.com>
3753         * Makefile.in (OBJS): Add spellcheck.o.
3754         * spellcheck.c: New file.
3755         * spellcheck.h: New file.
3757 2015-11-13  James Bowman  <james.bowman@ftdichip.com>
3759         * config/ft32/ft32.md (*sne): New insn pattern.
3761 2015-11-12  Brad Lucier  <lucier@math.purdue.edu>
3763         * cprop.c (is_too_expensive): Remove.
3764         (gcse.h): Include.
3765         (one_cprop_pass): Call gcse_or_cprop_is_too_expensive, not
3766         is_too_expensive.
3767         * gcse.h (gcse_or_cprop_is_too_expensive): Declare.
3768         * gcse.c (is_too_expensive): Rename to ...
3769         (gcse_or_cprop_is_too_expensive): ... this.
3770         Expand warning to add required size of max-gcse-memory.
3771         (one_pre_gcse_pass): Use it.
3772         (one_code_hoisting_pass): Use it.
3773         * params.def (max-gcse-memory): Increase from 50MB to 128MB.
3775 2015-11-12  James Norris  <jnorris@codesourcery.com>
3776             Joseph Myers  <joseph@codesourcery.com>
3778         * gimple-pretty-print.c (dump_gimple_omp_target): Handle
3779         GF_OMP_TARGET_KIND_OACC_DECLARE.
3780         * gimple.h (enum gf_mask): Add GF_OMP_TARGET_KIND_OACC_DECLARE.
3781         (is_gomple_omp_oacc): Handle GF_OMP_TARGET_KIND_OACC_DECLARE.
3782         * gimplify.c (oacc_declare_returns): New.
3783         (gimplify_bind_expr): Prepend 'exit' stmt to cleanup.
3784         (device_resident_p): New function.
3785         (oacc_default_clause): Handle device_resident clause.
3786         (gimplify_oacc_declare_1, gimplify_oacc_declare): New functions.
3787         (gimplify_expr): Handle OACC_DECLARE.
3788         * omp-builtins.def (BUILT_IN_GOACC_DECLARE): New builtin.
3789         * omp-low.c (expand_omp_target): Handle
3790         GF_OMP_TARGET_KIND_OACC_DECLARE and BUILTIN_GOACC_DECLARE.
3791         (build_omp_regions_1): Handlde GF_OMP_TARGET_KIND_OACC_DECLARE.
3792         (lower_omp_target): Handle GF_OMP_TARGET_KIND_OACC_DECLARE,
3793         GOMP_MAP_DEVICE_RESIDENT and GOMP_MAP_LINK.
3794         (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_OACC_DECLARE.
3795         * tree-pretty-print.c (dump_omp_clause): Handle GOMP_MAP_LINK and
3796         GOMP_MAP_DEVICE_RESIDENT.
3798 2015-11-12  Christophe Lyon  <christophe.lyon@linaro.org>
3800         [ARM] Remove neon-testgen.ml and generated tests.
3802         * config/arm/neon-testgen.ml: Remove.
3804 2015-11-12  Jim Wilson  <jim.wilson@linaro.org>
3806         * config/aarch64/aarch64-cores.def (qdf24xx): New.
3807         * config/aarch64/aarch64-tune.md: Regenerated.
3808         * config/arm/arm-cores.def (qdf24xx): New.
3809         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Regenerated.
3810         * config/arm/bpabi.h (BE8_LINK_SPEC): Add qdf24xx support.
3811         * doc/invoke.texi (AArch64 Options/-mtune): Add "qdf24xx".
3812         (ARM Options/-mtune): Likewise.
3814 2015-11-12  Martin Liska  <mliska@suse.cz>
3816         * config/i386/i386.c (ix86_valid_target_attribute_p):
3817         Finalize options at the of the function.
3818         * gcc.c (driver_get_configure_time_options): Call newly
3819         introduced init_opts_obstack.
3820         * lto-wrapper.c (main): Likewise.
3821         * opts.c (init_opts_obstack): New function.
3822         (init_options_struct): Call newly introduced init_opts_obstack.
3823         * opts.h (init_options_struct): Declare.
3825 2015-11-12  Martin Liska  <mliska@suse.cz>
3827         PR ipa/68035
3828         * ipa-icf.c (void sem_item::set_hash): New function.
3829         (sem_function::get_hash): Use renamed m_hash member variable.
3830         (sem_item::update_hash_by_addr_refs): Utilize get_hash.
3831         (sem_item::update_hash_by_local_refs): Likewise.
3832         (sem_variable::get_hash): Use renamed m_hash member variable.
3833         (sem_item_optimizer::update_hash_by_addr_refs): Utilize get_hash.
3834         (sem_item_optimizer::build_hash_based_classes): Utilize set_hash.
3835         (sem_item_optimizer::build_graph): As the hash value of an item
3836         is lazy initialized, force the calculation.
3837         * ipa-icf.h (set_hash): Declare new function and rename hash member
3838         variable to m_hash.
3840 2015-11-12  Richard Biener  <rguenther@suse.de>
3842         * tree-vectorizer.h (vect_slp_analyze_data_ref_dependences):
3843         Rename to vect_slp_analyze_instance_dependence.
3844         * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependence):
3845         Remove WAR special-case.
3846         (vect_slp_analyze_node_dependences): Instead add more specific
3847         code here, not relying on other instances being vectorized.
3848         (vect_slp_analyze_instance_dependence): Adjust accordingly.
3849         * tree-vect-slp.c (vect_build_slp_tree_1): Remove excessive
3850         vertical space in dump files.
3851         (vect_print_slp_tree): Likewise.
3852         (vect_analyze_slp_instance): Dump a header for the final SLP tree.
3853         (vect_slp_analyze_bb_1): Delay computing relevant stmts and
3854         not vectorized stmts until after dependence analysis removed
3855         instances.  Merge alignment and dependence checks.
3856         * tree-vectorizer.c (pass_slp_vectorize::execute): Clear visited
3857         flag on all stmts.
3859 2015-11-12  Evandro Menezes  <e.menezes@samsung.com>
3861         * config/aarch64/aarch64-protos.h (tune_params): Add new members
3862         "max_case_values" and "cache_line_size".
3863         * config/aarch64/aarch64.c (aarch64_case_values_threshold): New
3864         function.
3865         (aarch64_override_options_internal): Tune heuristics based on new
3866         members in "tune_params".
3867         (TARGET_CASE_VALUES_THRESHOLD): Define macro.
3869 2015-11-12  Richard Biener  <rguenther@suse.de>
3871         PR tree-optimization/68306
3872         * tree-vect-data-refs.c (verify_data_ref_alignment): Remove
3873         relevant and vectorizable checks here.
3874         (vect_verify_datarefs_alignment): Add relevant check here.
3876 2015-11-12  Nathan Sidwell  <nathan@codesourcery.com>
3878         * gimplify.c (oacc_default_clause): New.
3879         (omp_notice_variable): Call it.
3881 2015-11-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
3883         PR tree-optimization/68305
3884         * tree-vect-slp.c (vect_get_constant_vectors): Support
3885         COND_EXPR with SSA_NAME as a condition.
3887 2015-11-12  Eric Botcazou  <ebotcazou@adacore.com>
3889         * config/visium/visium-protos.h (notice_update_cc): Delete.
3890         (print_operand): Likewise.
3891         (print_operand_address): Likewise.
3893 2015-11-12  Uros Bizjak  <ubizjak@gmail.com>
3895         * config/alpha/alpha.h (FUNCTION_VALUE, LIBCALL_VALUE,
3896         FUNCTION_VALUE_REGNO_P): Remove.
3897         * config/alpha/alpha-protos.h (function_value): Remove.
3898         * config/alpha/alpha.c (function_value): Rename to...
3899         (alpha_function_value_1): ... this.  Make static.
3900         (alpha_function_value, alpha_libcall_value,
3901         alpha_function_value_regno_p): New functions.
3902         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
3903         TARGET_FUNCTION_VALUE_REGNO_P): Define.
3905 2015-11-12  Uros Bizjak  <ubizjak@gmail.com>
3907         * config/alpha/alpha.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3908         * config/alpha/alpha.c (alpha_memory_latency): Make static.
3909         (alpha_register_move_cost, alpha_memory_move_cost): New functions.
3910         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
3912 2015-11-12  Eric Botcazou  <ebotcazou@adacore.com>
3914         PR target/67265
3915         * config/i386/i386.c (ix86_adjust_stack_and_probe): Remove obsolete
3916         assertion on the CFA register.
3918 2015-11-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
3920         * expr.c (do_store_flag): Expand vector comparison as
3921         VEC_COND_EXPR if vector comparison is not supported by target.
3923 2015-11-12  Renlin Li  <renlin.li@arm.com>
3925         * config/arm/arm.md (addsi3_compare_op2): Make the order of
3926         assembly pattern consistent with constraint order.
3928 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3930         * gen-pass-instances.awk (handle_line): Simplify match regexp.
3932 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3934         * gen-pass-instances.awk (handle_line): Simplify init of
3935         postfix_starts_at.
3937 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3939         * gen-pass-instances.awk (handle_line): Rename var where to
3940         call_starts_at.
3942 2015-11-12  Claudiu Zissulescu  <claziss@synopsys.com>
3944         * config/arc/arc.c (gen_compare_reg): Swap operands also when we
3945         do not expand to rtl.
3947 2015-11-12  Richard Biener  <rguenther@suse.de>
3949         PR tree-optimization/58497
3950         * tree-vect-generic.c: Include gimplify.h.
3951         (tree_vec_extract): Lookup constant/constructor DEFs.
3952         (do_cond): Unshare cond.
3954 2015-11-12  Uros Bizjak  <ubizjak@gmail.com>
3956         * config/i386/i386.c (ix86_legitimate_combined_insn): Reject
3957         combined insn if the alignment of vector mode memory operand
3958         is less than ssememalign.
3960 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3962         * gen-pass-instances.awk (handle_line): Print parentheses and
3963         pass_name explicitly.
3965 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3967         * gen-pass-instances.awk (handle_line): Add pass_num, prefix
3968         and postfix vars.
3970 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3972         * gen-pass-instances.awk (handle_line): Add comments.
3974 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3976         * gen-pass-instances.awk (handle_line): Rename len_of_end to
3977         len_of_close.
3979 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3981         * gen-pass-instances.awk (handle_line): Add len_of_call variable.
3983 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3985         * gen-pass-instances.awk (handle_line): Restructure using early-out.
3987 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3989         * gen-pass-instances.awk (handle_line): Unify semicolon use.
3991 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3993         * gen-pass-instances.awk (handle_line): Remove unused var line_length.
3995 2015-11-12  Tom de Vries  <tom@codesourcery.com>
3997         * gen-pass-instances.awk: Add emacs indent setting.
3999 2015-11-12  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
4001         * fold-const.c (fold_binary_loc) : Move Convert A/B/C to A/(B*C)
4002         to match.pd.
4003         Move Convert A/(B/C) to (A/B)*C to match.pd.
4004         Move Convert C1/(X*C2) into (C1/C2)/X to match.pd.
4005         Move Optimize (X & (-A)) / A where A is a power of 2, to
4006         X >> log2(A) to match.pd.
4008         * match.pd (rdiv (rdiv:s @0 @1) @2): New simplifier.
4009         (rdiv @0 (rdiv:s @1 @2)): New simplifier.
4010         (div (convert? (bit_and @0 INTEGER_CST@1)) INTEGER_CST@2):
4011         New simplifier.
4012         (rdiv REAL_CST@0 (mult @1 REAL_CST@2)): New simplifier.
4014 2015-11-12  Charles Baylis  <charles.baylis@linaro.org>
4016         * config/arm/neon.md: (neon_vld2_lane<mode>): Remove unused max
4017         variable.
4018         (neon_vst2_lane<mode>): Likewise.
4019         (neon_vld3_lane<mode>): Likewise.
4020         (neon_vst3_lane<mode>): Likewise.
4021         (neon_vld4_lane<mode>): Likewise.
4022         (neon_vst4_lane<mode>): Likewise.
4024 2015-11-11  Aditya Kumar  <aditya.k7@samsung.com>
4025             Sebastian Pop  <s.pop@samsung.com>
4027         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
4028         New member codegen_error
4029         (translate_isl_ast_for_loop): Remove call to single_succ_edge and
4030         early return.
4031         (translate_isl_ast_node_user): Early return in case of error.
4032         (translate_isl_ast_to_gimple::translate_isl_ast): Same.
4033         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): New.
4034         (add_parameters_to_ivs_params): Remove macro.
4035         (graphite_regenerate_ast_isl): Add if_region pointer to region.
4036         * graphite-poly.c (new_poly_dr): Remove macro.
4037         (print_pdr): Same.
4038         (new_gimple_poly_bb): Same.
4039         (free_gimple_poly_bb): Same.
4040         (print_scop_params): Same.
4041         * graphite-poly.h (struct poly_dr): Same.
4042         (struct poly_bb): Add new_bb.
4043         (gbb_from_bb): Remove dead code.
4044         (pbb_from_bb): Same.
4045         * graphite-scop-detection.c (parameter_index_in_region_1): Same.
4046         (parameter_index_in_region): Same.
4047         (find_scop_parameters): Same.
4048         (build_cross_bb_scalars_def): New.
4049         (build_cross_bb_scalars_use): New.
4050         (graphite_find_cross_bb_scalar_vars): New
4051         (try_generate_gimple_bb): Reads and Writes.
4052         (build_alias_set): Move.
4053         (gather_bbs::before_dom_children): Gather bbs visited.
4054         (build_scops): call build_alias_set.
4055         * graphite-sese-to-poly.c (phi_arg_in_outermost_loop): Delete.
4056         (remove_simple_copy_phi): Delete.
4057         (remove_invariant_phi): Delete.
4058         (simple_copy_phi_p): Delete.
4059         (reduction_phi_p): Delete.
4060         (isl_id_for_dr): Remove unused param.
4061         (parameter_index_in_region_1): Remove macro usage.
4062         (set_scop_parameter_dim): Same.
4063         (add_param_constraints): Same.
4064         (add_conditions_to_constraints): Same
4065         (build_scop_iteration_domain): Same.
4066         (pdr_add_alias_set): Comment.
4067         (add_scalar_version_numbers): New.
4068         (build_poly_dr): ISL id.
4069         (build_scop_drs): Move.
4070         (build_poly_sr_1): Same.
4071         (insert_stmts): Remove.
4072         (build_poly_sr): New.
4073         (new_pbb_from_pbb): Delete.
4074         (insert_out_of_ssa_copy_on_edge): Delete.
4075         (create_zero_dim_array): Delete.
4076         (scalar_close_phi_node_p): Delete.
4077         (propagate_expr_outside_region): Delete.
4078         (rewrite_close_phi_out_of_ssa): Delete.
4079         (rewrite_phi_out_of_ssa): Delete.
4080         (rewrite_degenerate_phi): Delete.
4081         (rewrite_reductions_out_of_ssa): Delete.
4082         (rewrite_cross_bb_scalar_dependence): Delete.
4083         (handle_scalar_deps_crossing_scop_limits):
4084         (rewrite_cross_bb_scalar_deps): Delete.
4085         (build_poly_scop): Remove calls to out-of-ssa functions.
4086         * graphite.c (graphite_transform_loops): Early return in case of
4087         codegen error.
4088         * sese.c (debug_rename_map_1): Delete.
4089         (debug_rename_map): Delete.
4090         (sese_record_loop): Remove macro.
4091         (build_sese_loop_nests): Same.
4092         (new_sese_info): Same.
4093         (free_sese_info): Same.
4094         (sese_insert_phis_for_liveouts):
4095         (is_loop_closed_ssa_use): New.
4096         (number_of_phi_nodes): New.
4097         (bb_contains_loop_close_phi_nodes): New.
4098         (bb_contains_loop_phi_nodes): New.
4099         (phi_uses_name): New.
4100         (is_valid_rename):
4101         (get_rename): Add old_bb and loop_phi for more precise matching of
4102         exprs.
4103         (set_rename): Pass region.
4104         (later_of_the_two): New.
4105         (gsi_insert_earliest): New.
4106         (collect_all_ssa_names): New.
4107         (substitute_ssa_name): New.
4108         (rename_all_uses): New.
4109         (get_rename_from_scev): New.
4110         (rename_uses): Pass old_bb for more precise matching of exprs.
4111         (get_def_bb_for_const): New.
4112         (get_new_name): New.
4113         (get_loc): New.
4114         (get_edges): New.
4115         (copy_loop_phi_args): New.
4116         (copy_loop_phi_nodes): New.
4117         (get_loop_init_value): New.
4118         (find_init_value): New.
4119         (find_init_value_close_phi): New.
4120         (copy_loop_close_phi_args): New.
4121         (copy_loop_close_phi_nodes): New.
4122         (add_phi_arg_for_new_expr): New.
4123         (copy_cond_phi_args): New.
4124         (copy_cond_phi_nodes): New.
4125         (copy_phi_nodes): New.
4126         (should_copy_to_new_region): New.
4127         (set_rename_for_each_def): New.
4128         (graphite_copy_stmts_from_block): Early return in case of error.
4129         (copy_bb_and_scalar_dependences): Same.
4130         * sese.h (vec_find): New.
4131         (SESE_PARAMS): Delete.
4132         (SESE_LOOPS): Delete.
4133         (SESE_LOOP_NEST): Delete.
4134         (sese_contains_loop): Remove macro usage.
4135         (sese_nb_params): Same.
4136         (struct gimple_poly_bb): Added read_scalar_refs, write_scalar_refs.
4138 2015-11-11  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
4140         * graphite-sese-to-poly.c (build_scop_original_schedule): Call
4141         isl_union_map_add_map on every pbb->schedule.
4143 2015-11-11  Tom de Vries  <tom@codesourcery.com>
4145         * tree-parloops.c (create_parallel_loop): Return void.
4147 2015-11-11  Tom de Vries  <tom@codesourcery.com>
4149         * tree-parloops.c (transform_to_exit_first_loop_alt): Insert new exit
4150         block only when needed.
4152 2015-11-11  Uros Bizjak  <ubizjak@gmail.com>
4154         * config/alpha/alpha-protos.h (print_operand): Remove.
4155         (print_operand_address): Remove.
4156         * config/alpha/alpha.h (PRINT_OPERAND): Remove.
4157         (PRINT_OPERAND_ADDRESS): Remove.
4158         (PRINT_OPERAND_PUNCT_VALID_P): Remove.
4159         * config/alpha/alpha.c (TARGET_PRINT_OPERAND): New hook define.
4160         (TARGET_PRINT_OPERAND_ADDRESS): New hook define.
4161         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): New hook define.
4162         (print_operand_address): Rename to...
4163         (alpha_print_operand_address): ...this and make static.
4164         (print_operand): Rename to...
4165         (alpha_print_operand): ...this and make static.
4166         (alpha_print_operand_punct_valid_p): New static function.
4168 2015-11-11  Richard Biener  <rguenther@suse.de>
4170         * tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment):
4171         Declare.
4172         (vect_analyze_data_refs_alignment): Make loop vect specific.
4173         (vect_verify_datarefs_alignment): Likewise.
4174         * tree-vect-data-refs.c (vect_slp_analyze_data_ref_dependences):
4175         Add missing continue.
4176         (vect_compute_data_ref_alignment): Export.
4177         (vect_compute_data_refs_alignment): Merge into...
4178         (vect_analyze_data_refs_alignment): ... this.
4179         (verify_data_ref_alignment): Split out from ...
4180         (vect_verify_datarefs_alignment): ... here.
4181         (vect_slp_analyze_and_verify_node_alignment): New function.
4182         (vect_slp_analyze_and_verify_instance_alignment): Likewise.
4183         * tree-vect-slp.c (vect_supported_load_permutation_p): Remove
4184         misplaced checks on alignment.
4185         (vect_slp_analyze_bb_1): Add fatal output parameter.  Do
4186         alignment analysis after SLP discovery and do it per instance.
4187         (vect_slp_bb): When vect_slp_analyze_bb_1 fatally failed do not
4188         bother to re-try using different vector sizes.
4190 2015-11-11  Nathan Sidwell  <nathan@codesourcery.com>
4191             Cesar Philippidis  <cesar@codesourcery.com>
4193         * gimplify.c (enum omp_region_type): Add ORT_ACC,
4194         ORT_ACC_DATA, ORT_ACC_PARALLEL, ORT_ACC_KERNELS.  Adjust ORT_NONE.
4195         (gimple_add_tmp_var): Add ORT_ACC checks.
4196         (gimplify_var_or_parm_decl): Likewise.
4197         (omp_firstprivatize_variable): Likewise. Use ORT_TARGET_DATA as a mask.
4198         (omp_add_variable): Look in outer contexts for openacc and allow
4199         reductions with other sharing. Add ORT_ACC and ORT_TARGET_DATA checks.
4200         (omp_notice_variable, omp_is_private, omp_check_private): Add
4201         ORT_ACC checks.
4202         (gimplify_scan_omp_clauses: Treat ORT_ACC as ORT_WORKSHARE.
4203         Permit private openacc reductions.
4204         (gimplify_oacc_cache): Specify ORT_ACC.
4205         (gimplify_omp_workshare): Adjust OpenACC region types.
4206         (gimplify_omp_target_update): Likewise.
4207         * omp-low.c (scan_sharing_clauses): Remove Openacc firstprivate sorry.
4208         (lower-rec_input_clauses): Don't handle openacc firstprivate
4209         references here.
4210         (lower_omp_target): Emit initializers for openacc firstprivate vars.
4212 2015-11-11  Eric Botcazou  <ebotcazou@adacore.com>
4214         PR target/67265
4215         * ira.c (ira_setup_eliminable_regset): Do not necessarily create the
4216         frame pointer for stack checking if non-call exceptions aren't used.
4217         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Likewise.
4219 2015-11-11  Segher Boessenkool  <segher@kernel.crashing.org>
4221         * simplify-rtx.c (simplify_truncation): Simplify TRUNCATE of AND of
4222         [LA]SHIFTRT.
4224 2015-11-11  Martin Liska  <mliska@suse.cz>
4225             Richard Biener  <rguenther@suse.de>
4227         PR rtl-optimization/68287
4228         * lra-lives.c (lra_create_live_ranges_1): Reserve the right
4229         number of elements.
4231 2015-11-11  Simon Dardis  <simon.dardis@imgtec.com>
4233         * config/mips/mips.c (mips_breakable_sequence_p): New function.
4234         (mips_break_sequence): New function.
4235         (mips_reorg_process_insns): Use them. Use compact branches in selected
4236         situations.
4238 2015-11-11  Alan Lawrence  <alan.lawrence@arm.com>
4240         * fold-const.c (get_array_ctor_element_at_index): Fix whitespace, typo.
4242 2015-11-11  Jiong Wang  <jiong.wang@arm.com>
4243             Jim Wilson  <wilson@gcc.gnu.org>
4245         PR target/67305
4246         * config/arm/arm.md (neon_vector_mem_operand): Return FALSE if strict
4247         be true and eliminable registers mentioned.
4249 2015-11-11  Claudiu Zissulescu  <claziss@synopsys.com>
4251         * common/config/arc/arc-common.c (arc_handle_option): Handle ARCv2
4252         options.
4253         * config/arc/arc-opts.h: Add ARCv2 CPUs.
4254         * config/arc/arc-protos.h (arc_secondary_reload_conv): Prototype.
4255         * config/arc/arc.c (arc_secondary_reload): Handle subreg (reg)
4256         situation, and store instructions with large offsets.
4257         (arc_secondary_reload_conv): New function.
4258         (arc_init): Add ARCv2 options.
4259         (arc_conditional_register_usage): Select the proper register usage
4260         for ARCv2 processors.
4261         (arc_handle_interrupt_attribute): ILINK2 is only valid for ARCv1
4262         architecture.
4263         (arc_compute_function_type): Likewise.
4264         (arc_print_operand): Handle new ARCv2 punctuation characters.
4265         (arc_return_in_memory): ARCv2 ABI returns in registers up to 16 bytes.
4266         (workaround_arc_anomaly, arc_asm_insn_p, arc_loop_hazard): New
4267         function.
4268         (arc_reorg, arc_hazard): Use it.
4269         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __HS__ and __EM__.
4270         (ASM_SPEC): Add ARCv2 options.
4271         (TARGET_NORM): ARC HS has norm instructions by default.
4272         (TARGET_OPTFPE): Use optimized floating point emulation for ARC HS.
4273         (TARGET_AT_DBR_CONDEXEC): Only for ARC600 family.
4274         (TARGET_EM, TARGET_HS, TARGET_V2, TARGET_MPYW, TARGET_MULTI): Define.
4275         (SIGNED_INT16, TARGET_MPY, TARGET_ARC700_MPY, TARGET_ANY_MPY):
4276         Likewise.
4277         (TARGET_ARC600_FAMILY, TARGET_ARCOMPACT_FAMILY): Likewise.
4278         (TARGET_LP_WR_INTERLOCK): Likewise.
4279         * config/arc/arc.md
4280         (commutative_binary_mult_comparison_result_used, movsicc_insn)
4281         (mulsi3, mulsi3_600_lib, mulsidi3, mulsidi3_700, mulsi3_highpart)
4282         (umulsi3_highpart_i, umulsi3_highpart_int, umulsi3_highpart)
4283         (umulsidi3, umulsidi3_700, cstoresi4, simple_return, p_return_i):
4284         Use it for ARCv2.
4285         (mulhisi3, mulhisi3_imm, mulhisi3_reg, umulhisi3, umulhisi3_imm)
4286         (umulhisi3_reg, umulhisi3_reg, mulsi3_v2, nopv, bswapsi2)
4287         (prefetch, divsi3, udivsi3 modsi3, umodsi3, arcset, arcsetltu)
4288         (arcsetgeu, arcsethi, arcsetls, reload_*_load, reload_*_store)
4289         (extzvsi): New pattern.
4290         * config/arc/arc.opt: New ARCv2 options.
4291         * config/arc/arcEM.md: New file.
4292         * config/arc/arcHS.md: Likewise.
4293         * config/arc/constraints.md (C3p): New constraint, accepts 1 and 2
4294         values.
4295         (Cm2): A signed 9-bit integer constant constraint.
4296         (C62): An unsigned 6-bit integer constant constraint.
4297         (C16): A signed 16-bit integer constant constraint.
4298         * config/arc/predicates.md (mult_operator): Add ARCv2 processort.
4299         (short_const_int_operand): New predicate.
4300         * config/arc/t-arc-newlib: Add ARCv2 multilib options.
4301         * doc/invoke.texi: Add documentation for -mcpu=<archs/arcem>
4302         -mcode-density and -mdiv-rem.
4304 2015-11-11  Julia Koval  <julia.koval@intel.com>
4306         * config/i386/i386.c (m_SKYLAKE_AVX512): Fix typo.
4308 2015-11-11  Julia Koval  <julia.koval@intel.com>
4310         * config/i386/i386.c: Handle "skylake" and "skylake-avx512".
4312 2015-11-11  Martin Liska  <mliska@suse.cz>
4314         * gimple-ssa-strength-reduction.c (create_phi_basis):
4315         Use auto_vec.
4316         * passes.c (release_dump_file_name): New function.
4317         (pass_init_dump_file): Used from this function.
4318         (pass_fini_dump_file): Likewise.
4319         * tree-sra.c (convert_callers_for_node): Use xstrdup_for_dump.
4320         * var-tracking.c (vt_initialize): Use pool_allocator.
4322 2015-11-11  Richard Biener  <rguenth@gcc.gnu.org>
4323             Jiong Wang      <jiong.wang@arm.com>
4325         PR tree-optimization/68234
4326         * tree-vrp.c (vrp_visit_phi_node): Extend SCEV check to those loop PHI
4327         node which estimiated to be VR_VARYING initially.
4329 2015-11-11  Robert Suchanek  <robert.suchanek@imgtec.com>
4331         * regname.c (scan_rtx_reg): Check the matching number of consecutive
4332         registers when tying chains.
4333         (build_def_use): Move terminated_this_insn earlier in the function.
4335 2015-11-10  Mike Frysinger  <vapier@gentoo.org>
4337         * configure.ac: Use = with test and not ==.
4338         * configure: Regenerated.
4340 2015-11-11  David Edelsohn  <dje.gcc@gmail.com>
4342         * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Add cpu and
4343         machine asserts.  Update defines for 64 bit.
4345 2015-11-11  Charles Baylis  <charles.baylis@linaro.org>
4347         PR target/63870
4348         * config/arm/neon.md (neon_vld1_lane<mode>): Remove error for invalid
4349         lane number.
4350         (neon_vst1_lane<mode>): Likewise.
4351         (neon_vld2_lane<mode>): Likewise.
4352         (neon_vst2_lane<mode>): Likewise.
4353         (neon_vld3_lane<mode>): Likewise.
4354         (neon_vst3_lane<mode>): Likewise.
4355         (neon_vld4_lane<mode>): Likewise.
4356         (neon_vst4_lane<mode>): Likewise.
4358 2015-11-11  Charles Baylis  <charles.baylis@linaro.org>
4360         PR target/63870
4361         * config/arm/arm-builtins.c: (arm_load1_qualifiers) Use
4362         qualifier_struct_load_store_lane_index.
4363         (arm_storestruct_lane_qualifiers) Likewise.
4364         * config/arm/neon.md: (neon_vld1_lane<mode>) Reverse lane numbers for
4365         big-endian.
4366         (neon_vst1_lane<mode>) Likewise.
4367         (neon_vld2_lane<mode>) Likewise.
4368         (neon_vst2_lane<mode>) Likewise.
4369         (neon_vld3_lane<mode>) Likewise.
4370         (neon_vst3_lane<mode>) Likewise.
4371         (neon_vld4_lane<mode>) Likewise.
4372         (neon_vst4_lane<mode>) Likewise.
4374 2015-11-11  Charles Baylis  <charles.baylis@linaro.org>
4376         PR target/63870
4377         * config/arm/arm-builtins.c (enum arm_type_qualifiers): New enumerator
4378         qualifier_struct_load_store_lane_index.
4379         (builtin_arg): New enumerator NEON_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
4380         (arm_expand_neon_args): New parameter. Remove ellipsis. Handle NEON
4381         argument qualifiers.
4382         (arm_expand_neon_builtin): Handle new NEON argument qualifier.
4383         * config/arm/arm.h (NEON_ENDIAN_LANE_N): New macro.
4385 2015-11-10  Nathan Sidwell  <nathan@codesourcery.com>
4387         * config/nvptx/nvptx.opt (moptimize): New flag.
4388         * config/nvptx/nvptx.c (nvptx_option_override): Set nvptx_optimize
4389         default.
4390         (nvptx_optimize_inner): New.
4391         (nvptx_process_pars): Call it when optimizing.
4392         * doc/invoke.texi (Nvidia PTX Options): Document -moptimize.
4394 2015-11-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4396         * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
4397         Remove redundant code.
4399 2015-11-10  Jeff Law  <law@redhat.com>
4401         * config/ft32/ft32.c (ft32_print_operand): Supply mode to
4402         call to output_address.
4403         * config/moxie/moxie.c (moxie_print_operand_address): Similarly.
4404         Add unnamed machine_mode argument.
4406 2015-11-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
4408         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add power9 to hosts that
4409         default to 64-bit.
4411 2015-11-10  Uros Bizjak  <ubizjak@gmail.com>
4413         * config/i386/i386.md (*movabs<mode>_1): Add explicit
4414         size directives for -masm=intel.
4415         (*movabs<mode>_2): Ditto.
4417 2015-11-10  Uros Bizjak  <ubizjak@gmail.com>
4419         * config/i386/i386.c (ix86_print_operand): Remove dead code that
4420         tried to avoid (%rip) for call operands.
4422 2015-11-10  Uros Bizjak  <ubizjak@gmail.com>
4424         * config/i386/i386.c (ix86_print_operand_address_as): Add no_rip
4425         argument.  Do not use RIP relative addressing when no_rip is set.
4426         (ix86_print_operand): Update call to ix86_print_operand_address_as.
4427         (ix86_print_operand_address): Ditto.
4428         * config/i386/i386.md (*movabs<mode>_1): Use %P modifier for
4429         absolute movabs operand 0.  Add square braces for -masm=intel.
4430         (*movabs<mode>_2): Ditto for operand 1.
4432 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4434         * config/arm/arm.c (arm_new_rtx_costs, FIX case): Handle
4435         combine_vcvtf2i pattern.
4437 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4439         * config/arm/arm.c (neon_valid_immediate): Remove integer
4440         CONST_DOUBLE handling.  It should never occur.
4442 2015-11-10  Matthew Wahab  <matthew.wahab@arm.com>
4444         * config/aarch64/atomics.md (unspecv): Move to iterators.md.
4445         (ATOMIC_LDOP): Likewise.
4446         (atomic_ldop): Likewise.
4447         * config/aarch64/iterators.md (unspecv): Moved from atomics.md.
4448         (ATOMIC_LDOP): Likewise.
4449         (atomic_ldop): Likewise.
4451 2015-11-10  Martin Liska  <mliska@suse.cz>
4453         * alloc-pool.h (allocate_raw): New function.
4454         (operator new (size_t, object_allocator<T> &a)): Use the
4455         function instead of object_allocator::allocate).
4457 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4459         * config/i386/sse.md (HALFMASKMODE): New attribute.
4460         (DOUBLEMASKMODE): New attribute.
4461         (vec_pack_trunc_qi): New.
4462         (vec_pack_trunc_<mode>): New.
4463         (vec_unpacks_lo_hi): New.
4464         (vec_unpacks_lo_si): New.
4465         (vec_unpacks_lo_di): New.
4466         (vec_unpacks_hi_hi): New.
4467         (vec_unpacks_hi_<mode>): New.
4469 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4471         * optabs.c (expand_binop_directly): Allow scalar mode for
4472         vec_pack_trunc_optab.
4473         * tree-vect-loop.c (vect_determine_vectorization_factor): Skip
4474         boolean vector producers from pattern sequence when computing VF.
4475         * tree-vect-patterns.c (vect_vect_recog_func_ptrs) Add
4476         vect_recog_mask_conversion_pattern.
4477         (search_type_for_mask): Choose the smallest
4478         type if different size types are mixed.
4479         (build_mask_conversion): New.
4480         (vect_recog_mask_conversion_pattern): New.
4481         (vect_pattern_recog_1): Allow scalar mode for boolean vectype.
4482         * tree-vect-stmts.c (vectorizable_mask_load_store): Support masked
4483         load with pattern.
4484         (vectorizable_conversion): Support boolean vectors.
4485         (free_stmt_vec_info): Allow patterns for statements with no lhs.
4486         * tree-vectorizer.h (NUM_PATTERNS): Increase to 14.
4488 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4490         * config/i386/i386-protos.h (ix86_expand_sse_movcc): New.
4491         * config/i386/i386.c (ix86_expand_sse_movcc): Make public.
4492         Cast mask to FP mode if required.
4493         * config/i386/sse.md (vcond_mask_<mode><avx512fmaskmodelower>): New.
4494         (vcond_mask_<mode><avx512fmaskmodelower>): New.
4495         (vcond_mask_<mode><sseintvecmodelower>): New.
4496         (vcond_mask_<mode><sseintvecmodelower>): New.
4497         (vcond_mask_v2div2di): New.
4498         (vcond_mask_<mode><sseintvecmodelower>): New.
4499         (vcond_mask_<mode><sseintvecmodelower>): New.
4501 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4503         * optabs-query.h (get_vcond_mask_icode): New.
4504         * optabs-tree.c (expand_vec_cond_expr_p): Use
4505         get_vcond_mask_icode for VEC_COND_EXPR with mask.
4506         * optabs.c (expand_vec_cond_mask_expr): New.
4507         (expand_vec_cond_expr): Use get_vcond_mask_icode when possible.
4508         * optabs.def (vcond_mask_optab): New.
4509         * tree-vect-patterns.c (vect_recog_bool_pattern): Don't
4510         generate redundant comparison for COND_EXPR.
4511         * tree-vect-stmts.c (vect_is_simple_cond): Allow SSA_NAME
4512         as a condition.
4513         (vectorizable_condition): Likewise.
4514         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow
4515         cond_exp with no embedded comparison.
4516         (vect_build_slp_tree_1): Likewise.
4518 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4520         * config/i386/sse.md (maskload<mode>): Rename to ...
4521         (maskload<mode><sseintvecmodelower>): ... this.
4522         (maskstore<mode>): Rename to ...
4523         (maskstore<mode><sseintvecmodelower>): ... this.
4524         (maskload<mode><avx512fmaskmodelower>): New.
4525         (maskstore<mode><avx512fmaskmodelower>): New.
4527 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4529         * internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.
4530         (expand_MASK_STORE): Adjust to maskstore optab changes.
4531         * optabs-query.c (can_vec_mask_load_store_p): Add MASK_MODE arg.
4532          Adjust to maskload, maskstore optab changes.
4533         * optabs-query.h (can_vec_mask_load_store_p): Add MASK_MODE arg.
4534         * optabs.def (maskload_optab): Transform into convert optab.
4535         (maskstore_optab): Likewise.
4536         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Adjust to
4537         can_vec_mask_load_store_p signature change.
4538         (predicate_mem_writes): Use boolean mask.
4539         * tree-vect-stmts.c (vectorizable_mask_load_store): Adjust to
4540         can_vec_mask_load_store_p signature change.  Allow invariant masks.
4541         (vectorizable_operation): Ignore type precision for boolean vectors.
4543 2015-11-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
4545         * expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.
4546         (const_vector_mask_from_tree): New.
4547         (const_vector_from_tree): Use const_vector_mask_from_tree
4548         for boolean vectors.
4549         * optabs-query.h (get_vec_cmp_icode): New.
4550         * optabs-tree.c (expand_vec_cmp_expr_p): New.
4551         * optabs-tree.h (expand_vec_cmp_expr_p): New.
4552         * optabs.c (vector_compare_rtx): Add OPNO arg.
4553         (expand_vec_cond_expr): Adjust to vector_compare_rtx change.
4554         (expand_vec_cmp_expr): New.
4555         * optabs.def (vec_cmp_optab): New.
4556         (vec_cmpu_optab): New.
4557         * optabs.h (expand_vec_cmp_expr): New.
4558         * tree-vect-generic.c (expand_vector_comparison): Add vector
4559         comparison optabs check.
4560         * tree-vect-loop.c (vect_determine_vectorization_factor):  Ignore mask
4561         operations for VF.  Add mask type computation.
4562         * tree-vect-stmts.c (get_mask_type_for_scalar_type): New.
4563         (vectorizable_comparison): New.
4564         (vect_analyze_stmt): Add vectorizable_comparison.
4565         (vect_transform_stmt): Likewise.
4566         (vect_init_vector): Support boolean vector invariants.
4567         (vect_get_vec_def_for_operand): Add VECTYPE arg.
4568         (vectorizable_condition): Directly provide vectype for invariants
4569         used in comparison.
4570         * tree-vectorizer.h (get_mask_type_for_scalar_type): New.
4571         (enum vect_var_kind): Add vect_mask_var.
4572         (enum stmt_vec_info_type): Add comparison_vec_info_type.
4573         (vectorizable_comparison): New.
4574         (vect_get_vec_def_for_operand): Add VECTYPE arg.
4575         * tree-vect-data-refs.c (vect_get_new_vect_var): Support vect_mask_var.
4576         (vect_create_destination_var): Likewise.
4577         * tree-vect-patterns.c (check_bool_pattern): Check fails
4578         if we can vectorize comparison directly.
4579         (search_type_for_mask): New.
4580         (vect_recog_bool_pattern): Support cases when bool pattern check fails.
4581         * tree-vect-slp.c (vect_build_slp_tree_1): Allow
4582         comparison statements.
4583         (vect_get_constant_vectors): Support boolean vector constants.
4584         * config/i386/i386-protos.h (ix86_expand_mask_vec_cmp): New.
4585         (ix86_expand_int_vec_cmp): New.
4586         (ix86_expand_fp_vec_cmp): New.
4587         * config/i386/i386.c (ix86_expand_sse_cmp): Allow NULL for
4588         op_true and op_false.
4589         (ix86_int_cmp_code_to_pcmp_immediate): New.
4590         (ix86_fp_cmp_code_to_pcmp_immediate): New.
4591         (ix86_cmp_code_to_pcmp_immediate): New.
4592         (ix86_expand_mask_vec_cmp): New.
4593         (ix86_expand_fp_vec_cmp): New.
4594         (ix86_expand_int_sse_cmp): New.
4595         (ix86_expand_int_vcond): Use ix86_expand_int_sse_cmp.
4596         (ix86_expand_int_vec_cmp): New.
4597         (ix86_get_mask_mode): New.
4598         (TARGET_VECTORIZE_GET_MASK_MODE): New.
4599         * config/i386/sse.md (avx512fmaskmodelower): New.
4600         (vec_cmp<mode><avx512fmaskmodelower>): New.
4601         (vec_cmp<mode><sseintvecmodelower>): New.
4602         (vec_cmpv2div2di): New.
4603         (vec_cmpu<mode><avx512fmaskmodelower>): New.
4604         (vec_cmpu<mode><sseintvecmodelower>): New.
4605         (vec_cmpuv2div2di): New.
4607 2015-11-10  Richard Biener  <rguenther@suse.de>
4609         PR tree-optimization/68240
4610         * tree-ssa-sccvn.c (cond_stmts_equal_p): Handle commutative compares
4611         properly.
4612         (visit_phi): For PHIs with just a single executable edge
4613         take its value directly.
4614         (expressions_equal_p): Handle VN_TOP properly.
4616 2015-11-10  Richard Biener  <rguenther@suse.de>
4618         * tree-vect-data-refs.c (vect_slp_analyze_node_dependences):
4619         Handle memory using/clobbering stmts without a STMT_VINFO_DATA_REF
4620         conservatively.
4622 2015-11-10  Richard Biener  <rguenther@suse.de>
4624         PR tree-optimization/56118
4625         * tree-vect-slp.c (vect_bb_vectorization_profitable_p): Make equal
4626         cost favor vectorized version.
4628 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4630         * config/aarch64/aarch64.md (<neg_not_op><mode>cc): New define_expand.
4631         * config/aarch64/iterators.md (NEG_NOT): New code iterator.
4632         (neg_not_op): New code attribute.
4634 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4636         * ifcvt.c (noce_try_inverse_constants): New function.
4637         (noce_process_if_block): Call it.
4638         * optabs.h (emit_conditional_neg_or_complement): Declare prototype.
4639         * optabs.def (negcc_optab, notcc_optab): Declare.
4640         * optabs.c (emit_conditional_neg_or_complement): New function.
4641         * doc/tm.texi (Standard Names): Document negcc, notcc names.
4643 2015-11-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4645         PR rtl-optimization/68236
4646         * haifa-sched.c (autopref_multipass_dfa_lookahead_guard): Return 0
4647         if insn_queue doesn't exist.
4648         (haifa_sched_finish): Reset insn_queue to NULL.
4650 2015-11-10  Robert Suchanek  <robert.suchanek@imgtec.com>
4652         * regrename.c (create_new_chain): Initialize renamed and tied_chain.
4653         (build_def_use): Initialize terminated_this_insn.
4654         (find_best_rename_reg): Pick and check register from the tied chain.
4655         (regrename_do_replace): Mark head as renamed.
4656         (struct du_head *terminated_this_insn). New static variable.
4657         (scan_rtx_reg): Tie chains in move insns.  Set terminated_this_insn.
4658         * regrename.h (struct du_head): Add tied_chain, renamed members.
4660 2015-11-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4662         PR bootstrap/68256
4663         * config/aarch64/aarch64.c (aarch64_use_constant_blocks_p):
4664         Return false.
4666 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
4668         PR target/57845
4669         * config/sparc/sparc.c (sparc_function_value_1): In 32-bit mode, do
4670         not promote the mode for aggregate types.
4672 2015-11-09  Nathan Sidwell  <nathan@codesourcery.com>
4674         * omp-low.h (replace_oacc_fn_attrib, build_oacc_routine_dims): Declare.
4675         * omp-low.c (build_oacc_routine_dims): New.
4677 2015-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
4679         * config/rs6000/constraints.md (wF constraint): New constraints
4680         for power9/toc fusion.
4681         (wG constraint): Likewise.
4683         * config/rs6000/predicates.md (u6bit_cint_operand): New
4684         predicate, recognize 0..63.
4685         (upper16_cint_operand): New predicate for power9 and toc fusion.
4686         (fpr_reg_operand): Likewise.
4687         (toc_fusion_or_p9_reg_operand): Likewise.
4688         (toc_fusion_mem_raw): Likewise.
4689         (toc_fusion_mem_wrapped): Likewise.
4690         (fusion_gpr_addis): If power9 fusion, allow fusion for a larger
4691         address range.
4692         (fusion_gpr_mem_combo): Delete, use fusion_addis_mem_combo_load
4693         instead.
4694         (fusion_addis_mem_combo_load): Add support for power9 fusion of
4695         floating point loads, floating point stores, and gpr stores.
4696         (fusion_addis_mem_combo_store): Likewise.
4697         (fusion_offsettable_mem_operand): Likewise.
4699         * config/rs6000/rs6000-protos.h (emit_fusion_addis): Add declarations.
4700         (emit_fusion_load_store): Likewise.
4701         (fusion_p9_p): Likewise.
4702         (expand_fusion_p9_load): Likewise.
4703         (expand_fusion_p9_store): Likewise.
4704         (emit_fusion_p9_load): Likewise.
4705         (emit_fusion_p9_store): Likewise.
4706         (fusion_wrap_memory_address): Likewise.
4708         * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add new
4709         elements for power9 fusion.
4710         (rs6000_debug_print_mode): Rework debug information to print more
4711         information about fusion.
4712         (rs6000_init_hard_regno_mode_ok): Setup for power9 fusion support.
4713         (rs6000_legitimate_address_p): Recognize toc fusion as a valid
4714         offsettable memory address.
4715         (rs6000_rtx_costs): Update costs for new ISA 3.0 instructions.
4716         (emit_fusion_gpr_load): Move most of the code from
4717         emit_fusion_gpr_load into emit_fusion-addis that handles both
4718         power8 and power9 fusion.
4719         (emit_fusion_addis): Likewise.
4720         (emit_fusion_load_store): Likewise.
4721         (fusion_wrap_memory_address): Add support for TOC fusion.
4722         (fusion_split_address): Likewise.
4723         (fusion_p9_p): Add support for power9 fusion.
4724         (expand_fusion_p9_load): Likewise.
4725         (expand_fusion_p9_store): Likewise.
4726         (emit_fusion_p9_load): Likewise.
4727         (emit_fusion_p9_store): Likewise.
4729         * config/rs6000/rs6000.h (TARGET_EXTSWSLI): Macros for support for
4730         new instructions in ISA 3.0.
4731         (TARGET_CTZ): Likewise.
4732         (TARGET_TOC_FUSION_INT): Macros for power9 fusion support.
4733         (TARGET_TOC_FUSION_FP): Likewise.
4735         * config/rs6000/rs6000.md (UNSPEC_FUSION_P9): New power9/toc
4736         fusion unspecs.
4737         (UNSPEC_FUSION_ADDIS): Likewise.
4738         (QHSI mode iterator): New iterator for power9 fusion.
4739         (GPR_FUSION): Likewise.
4740         (FPR_FUSION): Likewise.
4741         (mod<mode>3): Add support for ISA 3.0 modulus instructions.
4742         (umod<mode>3): Likewise.
4743         (divmod peephole): Likewise.
4744         (udivmod peephole): Likewise.
4745         (ctz<mode>2): Add support for ISA 3.0 count trailing zeros scalar
4746         instructions.
4747         (ctz<mode>2_h): Likewise.
4748         (ashdi3_extswsli): Add support for ISA 3.0 EXTSWSLI instruction.
4749         (ashdi3_extswsli_dot): Likewise.
4750         (ashdi3_extswsli_dot2): Likewise.
4751         (power9 fusion splitter): New power9/toc fusion support.
4752         (toc_fusionload_<mode>): Likewise.
4753         (toc_fusionload_di): Likewise.
4754         (fusion_gpr_load_<mode>): Update predicate function.
4755         (power9 fusion peephole2s): New power9/toc fusion support.
4756         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
4757         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_store): Likewise.
4758         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
4759         (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
4760         (fusion_p9_<mode>_constant): Likewise.
4762 2015-11-09  Steve Ellcey  <sellcey@imgtec.com>
4764         * optabs.c (prepare_libcall_arg): New function.
4765         (expand_fixed_convert): Add call to prepare_libcall_arg.
4767 2015-11-09  Nikolai Bozhenov  <n.bozhenov@samsung.com>
4769         * sched-int.h (dump_rgn_dependencies_dot): Declare
4770         * sched-rgn.c (dump_rgn_dependencies_dot): New function
4771         * print-rtl.h (print_insn): Add prototype
4773         * haifa-sched.c (setup_sched_dump): Don't redirect output to stderr.
4774         * common.opt (-fsched-verbose): Set default value to 1.
4775         * invoke.texi (-fsched-verbose): Update the option's description.
4777 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
4779         * config/visium/visium.h (PRINT_OPERAND): Delete.
4780         (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
4781         (PRINT_OPERAND_ADDRESS): Likewise.
4782         * config/visium/visium.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define
4783         to...
4784         (visium_print_operand_punct_valid_p): ...this.  New function.
4785         (TARGET_PRINT_OPERAND): Define to...
4786         (print_operand): Rename to...
4787         (visium_print_operand): ...this.
4788         (TARGET_PRINT_OPERAND_ADDRESS): Define to...
4789         (visium_output_address): Rename to...
4790         (visium_print_operand_address): ...this.
4791         (print_operand_address): Delete.
4793 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
4795         PR middle-end/68259
4796         * tree.h (reverse_storage_order_for_component_p) <COMPONENT_REF>:
4797         Check that the type of the first operand is an aggregate type.
4799 2015-11-09  Nathan Sidwell  <nathan@codesourcery.com>
4801         * omp-low.c: Fix some OpenACC comment typos.
4802         (lower_reduction_clauses): Remove BUILT_IN_GOACC_GET_THREAD_NUM call.
4803         * omp-builtins.def (BUILT_IN_GOACC_GET_THREAD_NUM,
4804         BUILT_IN_GOACC_GET_NUM_THREADS): Delete.
4806 2015-11-09  Uros Bizjak  <ubizjak@gmail.com>
4808         * config/i386/i386.md (*strmovqi_1): Fix insn enable condition.
4810 2015-11-09  Jeff Law  <law@redhat.com>
4812         * tree-ssanames.c (verify_ssaname_freelists): Simplify check for
4813         being in gimple/ssa form.  Remove redundant check for SSA_NAME.
4814         Fix comment typo.
4816 2015-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
4817             Peter Bergner  <bergner@vnet.ibm.com>
4819         * config/rs6000/rs6000.opt (-mpower9-fusion): Add new switches for
4820         ISA 3.0 (power9).
4821         (-mpower9-vector): Likewise.
4822         (-mpower9-dform): Likewise.
4823         (-mpower9-minmax): Likewise.
4824         (-mtoc-fusion): Likewise.
4825         (-mmodulo): Likewise.
4826         (-mfloat128-hardware): Likewise.
4828         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add option
4829         mask for ISA 3.0 (power9).
4830         (POWERPC_MASKS): Add new ISA 3.0 switches.
4831         (power9 cpu): Add power9 cpu.
4833         * config/rs6000/rs6000.h (ASM_CPU_POWER9_SPEC): Add support for power9.
4834         (ASM_CPU_SPEC): Likewise.
4835         (EXTRA_SPECS): Likewise.
4837         * config/rs6000/rs6000-opts.h (enum processor_type): Add
4838         PROCESSOR_POWER9.
4840         * config/rs6000/rs6000.c (power9_cost): Initial cost setup for power9.
4841         (rs6000_debug_reg_global): Add support for power9 fusion.
4842         (rs6000_setup_reg_addr_masks): Cache mode size.
4843         (rs6000_option_override_internal): Until real power9 tuning is
4844         added, use -mtune=power8 for -mcpu=power9.
4845         (rs6000_setup_reg_addr_masks): Do not allow pre-increment,
4846         pre-decrement, or pre-modify on SFmode/DFmode if we allow the use
4847         of Altivec registers.
4848         (rs6000_option_override_internal): Add support for ISA 3.0 switches.
4849         (rs6000_loop_align): Add support for power9 cpu.
4850         (rs6000_file_start): Likewise.
4851         (rs6000_adjust_cost): Likewise.
4852         (rs6000_issue_rate): Likewise.
4853         (insn_must_be_first_in_group): Likewise.
4854         (insn_must_be_last_in_group): Likewise.
4855         (force_new_group): Likewise.
4856         (rs6000_register_move_cost): Likewise.
4857         (rs6000_opt_masks): Likewise.
4859         * config/rs6000/rs6000.md (cpu attribute): Add power9.
4860         * config/rs6000/rs6000-tables.opt: Regenerate.
4862         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
4863         _ARCH_PWR9 if power9 support is available.
4865         * config/rs6000/aix61.h (ASM_CPU_SPEC): Add power9.
4866         * config/rs6000/aix53.h (ASM_CPU_SPEC): Likewise.
4868         * configure.ac: Determine if the assembler supports the ISA 3.0
4869         instructions.
4870         * config.in (HAVE_AS_POWER9): Likewise.
4871         * configure: Regenerate.
4873         * doc/invoke.texi (RS/6000 and PowerPC Options): Document ISA 3.0
4874         switches.
4876 2015-11-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4878         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate):
4879         Remove integer CONST_DOUBLE handling.  It should never occur.
4881 2015-11-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4883         PR target/68129
4884         * config/aarch64/aarch64.h (TARGET_SUPPORTS_WIDE_INT): Define to 1.
4885         * config/aarch64/aarch64.c (aarch64_print_operand, CONST_DOUBLE):
4886         Delete VOIDmode case.  Assert that mode is not VOIDmode.
4887         * config/aarch64/predicates.md (const0_operand): Remove const_double
4888         match.
4890 2015-11-09  Martin Liska  <mliska@suse.cz>
4892         * ipa-inline-analysis.c (estimate_function_body_sizes): Call
4893         body_info release function.
4894         * ipa-prop.c (ipa_release_body_info): New function.
4895         (ipa_analyze_node): Call the function.
4896         (ipa_node_params::~ipa_node_params): Release known_csts.
4897         * ipa-prop.h (ipa_release_body_info): Declare.
4899 2015-11-09  Martin Liska  <mliska@suse.cz>
4901         * gcc.c (record_temp_file): Release name string.
4902         * ifcvt.c (noce_convert_multiple_sets): Use auto_vec instead of vec.
4903         * lra-lives.c (free_live_range_list): Utilize
4904         lra_live_range_pool for allocation and deallocation.
4905         (create_live_range): Likewise.
4906         (copy_live_range): Likewise.
4907         (lra_merge_live_ranges): Likewise.
4908         (remove_some_program_points_and_update_live_ranges): Likewise.
4909         (lra_create_live_ranges_1): Release point_freq_vec that can
4910         be not freed from previous iteration of the function.
4911         * tree-eh.c (lower_try_finally_switch): Use auto_vec instead of vec.
4912         * tree-sra.c (sra_deinitialize): Release all vectors in
4913         base_access_vec.
4914         * tree-ssa-dom.c (free_dom_edge_info): Make the function extern.
4915         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
4916         Release edge_info for a removed edge.
4917         (thread_through_all_blocks): Free region vector.
4918         * tree-ssa.h (free_dom_edge_info): Declare function extern.
4920 2015-11-09  Ilya Enkovich  <enkovich.gnu@gmail.com>
4922         * optabs.c (expand_vec_cond_expr): Always get sign from type.
4923         * tree.c (wide_int_to_tree): Support negative values for boolean.
4924         (build_nonstandard_boolean_type): Use signed type for booleans.
4926 2015-11-09  Richard Biener  <rguenther@suse.de>
4928         PR tree-optimization/68248
4929         * tree-vect-generic.c (expand_vector_operations_1): Handle scalar rhs2.
4931 2015-11-09  Richard Biener  <rguenther@suse.de>
4933         PR tree-optimization/56118
4934         * tree-vectorizer.h (vect_find_last_scalar_stmt_in_slp): Declare.
4935         * tree-vect-slp.c (vect_find_last_scalar_stmt_in_slp): Export.
4936         * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): New
4937         function.
4938         (vect_slp_analyze_data_ref_dependences): Instead of computing
4939         all dependences of the region DRs just analyze the code motions
4940         SLP vectorization will perform.  Remove SLP instances that
4941         cannot have their store/load motions applied.
4942         (vect_analyze_data_refs): Allow DRs without a vectype
4943         in BB vectorization.
4945 2015-11-09  Julian Brown  <julian@codesourcery.com>
4947         * final.c (output_asm_insn): Pass VOIDmode to output_address.
4948         (output_address): Add MODE argument. Pass to print_operand_address
4949         hook.
4950         * targhooks.c (default_print_operand_address): Add MODE argument.
4951         * targhooks.h (default_print_operand_address): Update prototype.
4952         * output.h (output_address): Update prototype.
4953         * target.def (print_operand_address): Add MODE argument.
4954         * config/vax/vax.c (print_operand_address): Pass VOIDmode to
4955         output_address.
4956         (print_operand): Pass access mode to output_address.
4957         * config/mcore/mcore.c (mcore_print_operand_address): Add MODE
4958         argument.
4959         (mcore_print_operand): Update calls to mcore_print_operand_address.
4960         * config/fr30/fr30.c (fr30_print_operand): Pass VOIDmode to
4961         output_address.
4962         * config/lm32/lm32.c (lm32_print_operand): Pass mode in calls to
4963         output_address.
4964         * config/tilegx/tilegx.c (output_memory_reference_mode): Remove
4965         global.
4966         (tilegx_print_operand): Don't set above global. Update calls to
4967         output_address.
4968         (tilegx_print_operand_address): Add MODE argument. Use instead of
4969         output_memory_reference_mode global.
4970         * config/frv/frv.c (frv_print_operand_address): Add MODE argument.
4971         (frv_print_operand): Pass mode to frv_print_operand_address calls.
4972         * config/mn10300/mn10300.c (mn10300_print_operand): Pass mode to
4973         output_address.
4974         * config/cris/cris.c (cris_print_operand_address): Add MODE argument.
4975         (cris_print_operand): Pass mode to output_address calls.
4976         * config/spu/spu.c (print_operand): Pass mode to output_address calls.
4977         * config/aarch64/aarch64.h (aarch64_print_operand)
4978         (aarch64_print_operand_address): Remove prototypes.
4979         * config/aarch64/aarch64.c (aarch64_memory_reference_mode): Delete
4980         global.
4981         (aarch64_print_operand): Make static. Update calls to output_address.
4982         (aarch64_print_operand_address): Add MODE argument. Use instead of
4983         aarch64_memory_reference_mode global.
4984         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define target
4985         hooks.
4986         * config/aarch64/aarch64.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
4987         Delete macro definitions.
4988         * config/pa/pa.c (pa_print_operand): Pass mode in output_address calls.
4989         * config/xtensa/xtensa.c (print_operand): Pass mode in
4990         output_address calls.
4991         * config/h8300/h8300.c (h8300_print_operand_address): Add MODE
4992         argument.
4993         (h83000_print_operand): Update calls to h8300_print_operand_address
4994         and output_address.
4995         * config/ia64/ia64.c (ia64_print_operand_address): Add MODE argument.
4996         * config/tilepro/tilepro.c (output_memory_reference_mode): Delete
4997         global.
4998         (tilepro_print_operand): Pass mode to output_address.
4999         (tilepro_print_operand_address): Add MODE argument. Use instead of
5000         output_memory_reference_mode.
5001         * config/nvptx/nvptx.c (output_decl_chunk, nvptx_assemble_integer)
5002         (nvptx_output_call_insn, nvptx_print_address_operand): Pass VOIDmode
5003         to output_address calls.
5004         (nvptx_print_operand_address): Add MODE argument.
5005         * config/alpha/alpha.c (print_operand): Pass mode argument in
5006         output_address calls.
5007         * config/m68k/m68k.c (print_operand): Pass mode argument in
5008         output_address call.
5009         * config/avr/avr.c (avr_print_operand_address): Add MODE argument.
5010         (avr_print_operand): Update calls to avr_print_operand_address.
5011         * config/sparc/sparc.c (sparc_print_operand_address): Add MODE
5012         argument. Update calls to output_address.
5013         (sparc_print_operand): Pass mode to output_address.
5014         * config/iq2000/iq2000.c (iq2000_print_operand_address): Add MODE
5015         argument.
5016         (iq2000_print_operand): Pass mode in output_address calls.
5017         * config/stormy16/stormy16.c (xstormy16_print_operand_address): Add
5018         MODE argument.
5019         (xstormy16_print_operand): Pass mode to
5020         xstormy16_print_operand_address calls.
5021         * config/mips/mips.c (mips_print_operand): Update calls to
5022         output_address.
5023         (mips_print_operand_address): Add MODE argument.
5024         * config/epiphany/epiphany.c (epiphany_print_operand): Update calls
5025         to output_address.
5026         (epiphany_print_operand_address): Add MODE argument. Add FIXME note.
5027         * config/pdp11/pdp11.c (pdp11_asm_print_operand): Update call to
5028         output_address.
5029         * config/rx/rx.c (rx_print_operand_address): Add MODE argument.
5030         (rx_print_operand): Update calls to output_address,
5031         rx_print_operand_address.
5032         * config/nds32/nds32.c (nds32_print_operand): Update calls to
5033         output_address.
5034         (nds32_print_operand_address): Add MODE argument.
5035         * config/rs6000/rs6000.c (print_operand): Pass mem mode to
5036         output_address calls.
5037         * config/c6x/c6x.c (print_address_offset): Pass mem mode to
5038         output_address call.
5039         (c6x_print_address_operand): Update calls to output_address.
5040         (c6x_print_operand_address): Pass mode to above.
5041         * config/v850/v850.c (v850_print_operand_address): Add MODE argument.
5042         (v850_print_operand): Pass mode to v850_print_operand_address,
5043         output_address.
5044         * config/mmix/mmix.c (mmix_print_operand_address): Add MODE argument.
5045         (mmix_print_operand): Pass mode in output_address calls.
5046         * config/sh/sh.c (sh_print_operand_address): Add MODE argument.
5047         (sh_print_operand): Pass mem mode to output_address,
5048         sh_print_operand_address.
5049         * config/cr16/cr16.c (cr16_print_operand_address): Add MODE argument.
5050         (cr16_print_operand): Pass mode to output_address,
5051         cr16_print_operand_address.
5052         * config/bfin/bfin.c (print_address_operand): Pass VOIDmode to
5053         output_address.
5054         * config/microblaze/microblaze.c (print_operand): Pass mode to
5055         output_address.
5056         * config/nios2/nios2.c (nios2_print_operand): Pass VOIDmode to
5057         output_address.
5058         (nios2_print_operand_address): Add MODE argument. Update call to
5059         nios2_print_operand_address.
5060         * config/s390/s390.c (print_operand): Pass mode to output_address.
5061         * config/m32c/m32c.c (m32c_print_operand_address): Add MODE argument.
5062         * config/arc/arc.c (arc_print_operand): Pass VOIDmode to
5063         output_address.
5064         * config/arm/arm.c (arm_print_operand_address): Add MODE argument.
5065         Use instead of output_memory_reference_mode.
5066         (output_memory_reference_mode): Delete global.
5067         (arm_print_operand): Pass mem mode to output_address.
5068         * config/m32r/m32r.c (m32r_print_operand_address): Add MODE argument.
5069         (m32r_print_operand): Pass mode to output_address.
5070         * config/msp430/msp430.c (msp430_print_operand_addr): Add MODE
5071         argument.
5072         (msp430_print_operand): Pass mode to msp430_print_operand_addr.
5073         * config/i386/i386.c (ix86_print_operand): Pass mode to
5074         output_address calls.
5075         (ix86_print_operand_address): Add MODE argument.
5077 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
5079         PR middle-end/68251
5080         * tree-core.h (REF_REVERSE_STORAGE_ORDER): Move around.
5081         * tree.h (REF_REVERSE_STORAGE_ORDER): Change to default_def_flag.
5082         * tree-streamer-in.c (unpack_ts_base_value_fields): Adjust.
5083         * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
5085 2015-11-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5087         PR rtl-optimization/67749
5088         * ifcvt.c (noce_try_cmove_arith): Do not emit move in IF-ELSE
5089         case before emitting the two blocks.  Instead modify the register
5090         in the corresponding final insn of the basic block.
5092 2015-11-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5094         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Allow for differences in
5095         assembler syntax.
5096         Support Solaris ld.
5097         Define HAVE_INITFINI_ARRAY_SUPPORT as 0/1.
5099         * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define to
5100         HAVE_INITFINI_ARRAY_SUPPORT.
5101         * config/initfini-array.h: Check HAVE_INITFINI_ARRAY_SUPPORT value.
5103         * configure.ac (gcc_cv_as_sparc_nobits): Remove.
5104         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section):
5105         Don't check HAVE_AS_SPARC_NOBITS.
5106         Heed SECTION_NOTYPE.
5108         * configure: Regenerate.
5109         * config.in: Regenerate.
5111 2015-11-09  Eric Botcazou  <ebotcazou@adacore.com>
5113         PR middle-end/68253
5114         * fold-const.c (fold_truth_andor_1): Initialize new variables to 0.
5116 2015-11-09  Richard Henderson  <rth@redhat.com>
5118         * config/i386/i386-c.c (ix86_target_macros): Define __SEG_FS,
5119         __SEG_GS, __SEG_TLS.
5120         (ix86_register_pragmas): Register address spaces __seg_fs,
5121         __seg_gs, __seg_tls.
5122         * config/i386/i386-protos.h (enum ix86_address_seg): Remove.
5123         (ADDR_SPACE_SEG_FS, ADDR_SPACE_SEG_GS, ADDR_SPACE_SEG_TLS): New.
5124         (struct ix86_address): Use addr_space_t instead of ix86_address_seg.
5125         * config/i386/i386.c (ix86_decompose_address): Likewise.
5126         (ix86_legitimate_address_p): Likewise.
5127         (memory_address_length): Likewise.  Check mem address space too.
5128         (ix86_print_operand): Use ix86_print_operand_address_as.
5129         (ix86_print_operand_address_as): Rename from
5130         ix86_print_operand_address, add new addr_space_t parameter.
5131         Validate that either the parameter or the ix86_address segment
5132         is default address space.  Handle ADDR_SPACE_SEG_TLS.
5133         (ix86_print_operand_address): New.
5134         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): New.
5135         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): New.
5136         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): New.
5137         (ix86_addr_space_zero_address_valid): New.
5138         (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
5139         * config/i386/i386.h (DEFAULT_TLS_SEG_REG): Use addr_space_t constants.
5140         * config/i386/rdos.h (DEFAULT_TLS_SEG_REG): Likewise.
5141         * config/i386/predicates.md (address_no_seg_operand): Likewise.
5142         (vsib_address_operand): Likewise.
5143         (address_mpx_no_base_operand): Likewise.
5144         (address_mpx_no_index_operand): Likewise.
5145         * doc/extend.texi (x86 Named Address Spaces): New section.
5147         * config/i386/i386.c (ix86_check_no_addr_space): New.
5148         (decide_alg): Add have_as parameter.
5149         (alg_usable_p): Likewise; disable rep algorithms if set.
5150         (ix86_expand_set_or_movmem): Notice if either MEM has a
5151         non-default address space.
5152         (ix86_expand_strlen): Likewise.
5153         * config/i386/i386.md (strmov, strset): Likewise.
5154         (*strmovdi_rex_1): Use ix86_check_no_addr_space.
5155         (*strmovsi_1, *strmovqi_1, *rep_movdi_rex64, *rep_movsi, *rep_movqi,
5156         *strsetdi_rex_1, *strsetsi_1, *strsethi_1, *strsetqi_1,
5157         *rep_stosdi_rex64, *rep_stossi, *rep_stosqi, *cmpstrnqi_nz_1,
5158         *cmpstrnqi_1, *strlenqi_1): Likewise.
5160         * config/i386/i386.md (*movabs<mode>_1): Print the full memory rtx.
5161         (*movabs<mode>_2): Likewise.
5163         * dwarf2out.c (modified_type_die): Pass the address space number
5164         through TARGET_ADDR_SPACE_DEBUG to produce the dwarf address class.
5165         * target.def (TARGET_ADDR_SPACE_DEBUG): New.
5166         * targhooks.c (default_addr_space_debug): New.
5167         * targhooks.h (default_addr_space_debug): Declare.
5168         * doc/tm.texi.in (TARGET_ADDR_SPACE_DEBUG): Mark it.
5169         * doc/tm.texi: Rebuild.
5171         * gimple.c (check_loadstore): Return false when 0 is a valid address.
5172         * fold-const.c (const_unop) [ADDR_SPACE_CONVERT_EXPR]: Do not fold
5173         null when 0 is valid in the source address space.
5174         * target.def (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): New.
5175         * targhooks.c (default_addr_space_zero_address_valid): New.
5176         * targhooks.h (default_addr_space_zero_address_valid): Declare.
5177         * doc/tm.texi.in (TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID): Mark it.
5178         * doc/tm.texi: Rebuild.
5180         * cselib.c (add_mem_for_addr): Compare address spaces when
5181         matching memories.
5182         (cselib_lookup_mem): Likewise.
5183         * fold-const.c (operand_equal_p): Check address spaces of
5184         pointer types before checking integer constants.
5186         PR tree-opt/66768
5187         * tree-ssa-address.c (create_mem_ref_raw): Use a pointer of
5188         the correct type for the base.
5190 2015-11-09  Jeff Law  <law@redhat.com>
5192         * tree-into-ssa.c (names_to_release): No longer static.
5193         * tree-into-ssa.h (names_to_release): Declare.
5194         * tree-ssanames.c (verify_ssaname_freelists): New debug function.
5195         (release_free_names_and_compact_live_names): New function extracted
5196         from pass_release_ssa_names::execute.
5197         (pass_release_ssa_names::execute): Use it.
5199 2015-11-09  Alan Modra  <amodra@gmail.com>
5201         * gensupport.c (add_mnemonic_string): Make len param a size_t.
5202         (gen_mnemonic_setattr): Make "size" var a size_t.  Use
5203         obstack_blank_fast to shrink obstack.  Cast obstack_next_free
5204         return value.
5206 2015-11-09  Segher Boessenkool  <segher@kernel.crashing.org>
5208         PR rtl-optimization/68182
5209         * bb-reorder.c (reorder_basic_blocks_simple): Treat a conditional
5210         branch with only one successor just like unconditional branches.
5212 2015-11-08  Jeff Law  <law@redhat.com>
5214         * tree-ssa-threadupdate.c (register_jump_thraed): Assert that a
5215         non-FSM path has no edges marked with EDGE_DFS_BACK.
5216         (ssa_redirect_edges): No longer call mark_loop_for_removal.
5217         (thread_single_edge, def_split_header_continue_p): Remove.
5218         (bb_ends_with_multiway_branch): Likewise.
5219         (thread_through_loop_header): Remove cases of threading from
5220         latch through the header.  Simplify knowing we won't thread
5221         the latch.
5222         (thread_through_all_blocks): Simplify knowing that only the FSM
5223         threader needs to handle backedges.
5225 2015-11-08  Eric Botcazou  <ebotcazou@adacore.com>
5227         * doc/extend.texi (type attributes): Document scalar_storage_order.
5228         (Structure-Packing Pragmas): Rename into...
5229         (Structure-Layout Pragmas): ...this.  Document scalar_storage_order.
5230         * doc/invoke.texi (C Dialect Options): Document -fsso-struct
5231         (Warnings): Document -Wno-scalar-storage-order.
5232         * flag-types.h (enum scalar_storage_order_kind): New enumeration.
5233         * calls.c (store_unaligned_arguments_into_pseudos): Adjust calls to
5234         extract_bit_field and store_bit_field.
5235         (initialize_argument_information): Adjust call to store_expr.
5236         (load_register_parameters): Adjust call to extract_bit_field.
5237         * expmed.c (check_reverse_storage_order_support): New function.
5238         (check_reverse_float_storage_order_support): Likewise.
5239         (flip_storage_order): Likewise.
5240         (store_bit_field_1): Add REVERSE parameter.  Flip the storage order
5241         of the value if it is true.  Pass REVERSE to recursive call after
5242         adjusting the target offset.
5243         Do not use extraction or movstrict instruction if REVERSE is true.
5244         Pass REVERSE to store_fixed_bit_field.
5245         (store_bit_field): Add REVERSE parameter and pass to it to above.
5246         (store_fixed_bit_field): Add REVERSE parameter and pass to it to
5247         store_split_bit_field and store_fixed_bit_field_1.
5248         (store_fixed_bit_field_1):  Add REVERSE parameter.  Flip the storage
5249         order of the value if it is true and adjust the target offset.
5250         (store_split_bit_field): Add REVERSE parameter and pass it to
5251         store_fixed_bit_field.  Adjust the target offset if it is true.
5252         (extract_bit_field_1): Add REVERSE parameter.  Flip the storage order
5253         of the value if it is true.  Pass REVERSE to recursive call after
5254         adjusting the target offset.
5255         Do not use extraction or subreg instruction if REVERSE is true.
5256         Pass REVERSE to extract_fixed_bit_field.
5257         (extract_bit_field): Add REVERSE parameter and pass to it to above.
5258         (extract_fixed_bit_field): Add REVERSE parameter and pass to it to
5259         extract_split_bit_field and extract_fixed_bit_field_1.
5260         (extract_fixed_bit_field_1): Add REVERSE parameter.  Flip the storage
5261         order of the value if it is true and adjust the target offset.
5262         (extract_split_bit_field): Add REVERSE parameter and pass it to
5263         extract_fixed_bit_field.  Adjust the target offset if it is true.
5264         * expmed.h (flip_storage_order): Declare.
5265         (store_bit_field): Adjust prototype.
5266         (extract_bit_field): Likewise.
5267         * expr.c (emit_group_load_1): Adjust calls to extract_bit_field.
5268         (emit_group_store): Adjust call to store_bit_field.
5269         (copy_blkmode_from_reg): Likewise.
5270         (copy_blkmode_to_reg): Likewise.
5271         (write_complex_part): Likewise.
5272         (read_complex_part): Likewise.
5273         (optimize_bitfield_assignment_op): Add REVERSE parameter.  Assert
5274         that it isn't true if the target is a register.
5275         <PLUS_EXPR>: If it is, do not optimize unless bitsize is equal to 1,
5276         and flip the storage order of the value.
5277         <BIT_IOR_EXPR>: Flip the storage order of the value.
5278         (get_bit_range): Adjust call to get_inner_reference.
5279         (expand_assignment): Adjust calls to get_inner_reference, store_expr,
5280         optimize_bitfield_assignment_op and store_field.  Handle MEM_EXPRs
5281         with reverse storage order.
5282         (store_expr_with_bounds): Add REVERSE parameter and pass it to
5283         recursive calls and call to store_bit_field.  Force the value into a
5284         register if it is true and then flip the storage order of the value.
5285         (store_expr): Add REVERSE parameter and pass it to above.
5286         (categorize_ctor_elements_1): Adjust call to
5287         initializer_constant_valid_p.
5288         (store_constructor_field): Add REVERSE parameter and pass it to
5289         recursive calls and call to store_field.
5290         (store_constructor): Add REVERSE parameter and pass it to calls to
5291         store_constructor_field and store_expr.  Set it to true for an
5292         aggregate type with TYPE_REVERSE_STORAGE_ORDER.
5293         (store_field): Add REVERSE parameter and pass it to recursive calls
5294         and calls to store_expr and store_bit_field.  Temporarily flip the
5295         storage order of the value with record type and integral mode and
5296         adjust the shift if it is true.
5297         (get_inner_reference): Add PREVERSEP parameter and set it to true
5298         upon encoutering a reference with reverse storage order.
5299         (expand_expr_addr_expr_1): Adjust call to get_inner_reference.
5300         (expand_constructor): Adjust call to store_constructor.
5301         (expand_expr_real_2) <CASE_CONVERT>: Pass TYPE_REVERSE_STORAGE_ORDER
5302         of the union type to store_expr in the MEM case and assert that it
5303         isn't set in the REG case.  Adjust call to store_field.
5304         (expand_expr_real_1) <MEM_REF>: Handle reverse storage order.
5305         <normal_inner_ref>: Add REVERSEP variable and adjust calls to
5306         get_inner_reference and extract_bit_field. Temporarily flip the
5307         storage order of the value with record type and integral mode and
5308         adjust the shift if it is true.  Flip the storage order of the value
5309         at the end if it is true.
5310         <VIEW_CONVERT_EXPR>: Add REVERSEP variable and adjust call to
5311         get_inner_reference.  Do not fetch an inner reference if it is true.
5312         * expr.h (store_expr_with_bounds): Ajust prototype.
5313         (store_expr): Likewise.
5314         * fold-const.c (make_bit_field_ref): Add REVERSEP parameter and set
5315         REF_REVERSE_STORAGE_ORDER on the reference according to it.
5316         (optimize_bit_field_compare): Deal with reverse storage order.
5317         Adjust calls to get_inner_reference and make_bit_field_ref.
5318         (decode_field_reference): Add PREVERSEP parameter and adjust call to
5319         get_inner_reference.
5320         (fold_truth_andor_1): Deal with reverse storage order.  Adjust calls
5321         to decode_field_reference and make_bit_field_ref.
5322         (fold_unary_loc) <CASE_CONVERT>: Adjust call to get_inner_reference.
5323         <VIEW_CONVERT_EXPR>: Propagate the REF_REVERSE_STORAGE_ORDER flag.
5324         (fold_comparison): Adjust call to get_inner_reference.
5325         (split_address_to_core_and_offset): Adjust call to
5326         get_inner_reference.
5327         * gimple-expr.c (useless_type_conversion_p): Return false for array
5328         types with different TYPE_REVERSE_STORAGE_ORDER flag.
5329         * gimplify.c (gimplify_expr) <MEM_REF>: Propagate the
5330         REF_REVERSE_STORAGE_ORDER flag.
5331         * lto-streamer-out.c (hash_tree): Deal with TYPE_REVERSE_STORAGE_ORDER.
5332         * output.h (assemble_real): Adjust prototype.
5333         * print-tree.c (print_node): Convey TYPE_REVERSE_STORAGE_ORDER.
5334         * stor-layout.c (finish_record_layout): Propagate the
5335         TYPE_REVERSE_STORAGE_ORDER flag to the variants.
5336         * tree-core.h (TYPE_REVERSE_STORAGE_ORDER): Document.
5337         (TYPE_SATURATING): Adjust.
5338         (REF_REVERSE_STORAGE_ORDER): Document.
5339         * tree-dfa.c (get_ref_base_and_extent): Add PREVERSE parameter and
5340         set it to true upon encoutering a reference with reverse storage order.
5341         * tree-dfa.h (get_ref_base_and_extent): Adjust prototype.
5342         * tree-inline.c (remap_gimple_op_r): Propagate the
5343         REF_REVERSE_STORAGE_ORDER flag.
5344         (copy_tree_body_r): Likewise.
5345         * tree-outof-ssa.c (insert_value_copy_on_edge): Adjust call to
5346         store_expr.
5347         * tree-streamer-in.c (unpack_ts_base_value_fields): Deal with
5348         TYPE_REVERSE_STORAGE_ORDER and REF_REVERSE_STORAGE_ORDER.
5349         * tree-streamer-out.c (pack_ts_base_value_fields): Likewise.
5350         * tree.c (stabilize_reference) <BIT_FIELD_REF>: Propagate the
5351         REF_REVERSE_STORAGE_ORDER flag.
5352         (verify_type_variant): Deal with TYPE_REVERSE_STORAGE_ORDER.
5353         (gimple_canonical_types_compatible_p): Likewise.
5354         * tree.h (TYPE_REVERSE_STORAGE_ORDER): New flag.
5355         (TYPE_SATURATING): Adjust.
5356         (REF_REVERSE_STORAGE_ORDER): New flag.
5357         (reverse_storage_order_for_component_p): New inline predicate.
5358         (storage_order_barrier_p): Likewise.
5359         (get_inner_reference): Adjust prototype.
5360         * varasm.c: Include expmed.h.
5361         (assemble_variable_contents): Adjust call to output_constant.
5362         (assemble_real): Add REVERSE parameter.  Flip the storage
5363         order of the value if REVERSE is true.
5364         (compare_constant) <CONSTRUCTOR>: Compare TYPE_REVERSE_STORAGE_ORDER.
5365         (assemble_constant_contents): Adjust call to output_constant.
5366         (output_constant_pool_2): Adjust call to assemble_real.
5367         (initializer_constant_valid_p_1) <CONSTRUCTOR>: Deal with
5368         TYPE_REVERSE_STORAGE_ORDER.
5369         (initializer_constant_valid_p): Add REVERSE parameter.
5370         (output_constant): Add REVERSE parameter.
5371         <INTEGER_TYPE>: Flip the storage order of the value if REVERSE is true.
5372         <REAL_TYPE>: Adjust call to assemble_real.
5373         <COMPLEX_TYPE>: Pass it to recursive calls.
5374         <ARRAY_TYPE>: Likewise.  Adjust call to output_constructor.
5375         <RECORD_TYPE>: Likewise.  Adjust call to output_constructor.
5376         (struct oc_local_state): Add REVERSE field.
5377         (output_constructor_array_range): Adjust calls to output_constant.
5378         (output_constructor_regular_field): Likewise.
5379         (output_constructor_bitfield): Adjust call to output_constructor.
5380         Flip the storage order of the value if REVERSE is true.
5381         (output_constructor): Add REVERSE parameter.  Set it to true for an
5382         aggregate type with TYPE_REVERSE_STORAGE_ORDER.  Adjust call to
5383         output_constructor_bitfield.
5384         * varasm.h (initializer_constant_valid_p): Default REVERSE to false.
5385         * asan.c (instrument_derefs): Adjust call to get_inner_reference.
5386         * builtins.c (get_object_alignment_2): Likewise.
5387         * cfgexpand.c (expand_debug_expr): Adjust call to get_inner_reference
5388         and get_ref_base_and_extent.
5389         * dbxout.c (dbxout_expand_expr): Likewise.
5390         * dwarf2out.c (add_var_loc_to_decl): Likewise.
5391         (loc_list_for_address_of_addr_expr_of_indirect_ref): Likewise.
5392         (loc_list_from_tree): Likewise.
5393         (fortran_common): Likewise.
5394         * gimple-fold.c (gimple_fold_builtin_memory_op): Adjust calls to
5395         get_ref_base_and_extent.
5396         (get_base_constructor): Likewise.
5397         (fold_const_aggregate_ref_1): Likewise.
5398         * gimple-laddress.c (pass_laddress::execute): Adjust call to
5399         get_inner_reference.
5400         * gimple-ssa-strength-reduction.c (slsr_process_ref): Adjust call to
5401         get_inner_reference and bail out on reverse storage order.
5402         * ifcvt.c (noce_emit_move_insn): Adjust calls to store_bit_field.
5403         * ipa-cp.c (ipa_get_jf_ancestor_result): Adjust call to
5404         build_ref_for_offset.
5405         * ipa-polymorphic-call.c (set_by_invariant): Adjust call to
5406         get_ref_base_and_extent.
5407         (ipa_polymorphic_call_context): Likewise.
5408         (extr_type_from_vtbl_ptr_store): Likewise.
5409         (check_stmt_for_type_change): Likewise.
5410         (get_dynamic_type): Likewise.
5411         * ipa-prop.c (ipa_load_from_parm_agg_1): Adjust call to
5412         get_ref_base_and_extent.
5413         (compute_complex_assign_jump_func): Likewise.
5414         (get_ancestor_addr_info): Likewise.
5415         (compute_known_type_jump_func): Likewise.
5416         (determine_known_aggregate_parts): Likewise.
5417         (ipa_get_adjustment_candidate): Likewise.
5418         (ipa_modify_call_arguments): Set REF_REVERSE_STORAGE_ORDER on MEM_REF.
5419         * ipa-prop.h (ipa_parm_adjustment): Add REVERSE field.
5420         (build_ref_for_offset): Adjust prototype.
5421         * simplify-rtx.c (delegitimize_mem_from_attrs): Adjust call to
5422         get_inner_reference.
5423         * tree-affine.c (tree_to_aff_combination): Adjust call to
5424         get_inner_reference.
5425         (get_inner_reference_aff): Likewise.
5426         * tree-data-ref.c (split_constant_offset_1): Likewise.
5427         (dr_analyze_innermost): Likewise.  Bail out if reverse storage order.
5428         * tree-scalar-evolution.c (interpret_rhs_expr): Adjust call to
5429         get_inner_reference.
5430         * tree-sra.c (struct access): Add REVERSE and move WRITE around.
5431         (dump_access): Print new fields.
5432         (create_access): Adjust call to get_ref_base_and_extent and set the
5433         REVERSE flag according to the result.
5434         (completely_scalarize_record): Set the REVERSE flag.
5435         (scalarize_elem): Add REVERSE parameter.
5436         (build_access_from_expr_1): Preserve storage order barriers.
5437         (build_accesses_from_assign): Likewise.
5438         (build_ref_for_offset): Add REVERSE parameter and set the
5439         REF_REVERSE_STORAGE_ORDER flag accordingly.
5440         (build_ref_for_model): Adjust call to build_ref_for_offset and clear
5441         the REF_REVERSE_STORAGE_ORDER flag if there are components.
5442         (analyze_access_subtree): Likewise.
5443         (create_artificial_child_access): Set the REVERSE flag.
5444         (get_access_for_expr): Adjust call to get_ref_base_and_extent.
5445         (turn_representatives_into_adjustments): Propagate REVERSE flag.
5446         (ipa_sra_check_caller): Adjust call to get_inner_reference.
5447         * tree-ssa-alias.c (ao_ref_base): Adjust call to
5448         get_ref_base_and_extent.
5449         (aliasing_component_refs_p): Likewise.
5450         (stmt_kills_ref_p_1): Likewise.
5451         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
5452         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p) <MEM_REF>: New.
5453         Return true if reverse storage order.
5454         <BIT_FIELD_REF>: Likewise.
5455         <COMPONENT_REF>: Likewise.
5456         <ARRAY_REF>: Likewise.
5457         <ARRAY_RANGE_REF>: Likewise.
5458         (split_address_cost): Likewise.  Bail out if reverse storage order.
5459         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Adjust call to
5460         get_inner_reference.  Bail out if reverse storage order.
5461         (bswap_replace): Adjust call to get_inner_reference.
5462         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <MEM_REF>: Set
5463         the REF_REVERSE_STORAGE_ORDER flag.
5464         <BIT_FIELD_REF>: Likewise.
5465         * tree-ssa-sccvn.c (vn_reference_eq): Return false on storage order
5466         barriers.
5467         (copy_reference_ops_from_ref) <MEM_REF>: Set REVERSE field according
5468         to the REF_REVERSE_STORAGE_ORDER flag.
5469         <BIT_FIELD_REF>: Likewise.
5470         <VIEW_CONVERT_EXPR>: Set it for storage order barriers.
5471         (contains_storage_order_barrier_p): New predicate.
5472         (vn_reference_lookup_3): Adjust calls to get_ref_base_and_extent.
5473         Punt on storage order barriers if necessary.
5474         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add REVERSE.
5475         * tree-ssa-structalias.c (get_constraint_for_component_ref): Adjust
5476         call to get_ref_base_and_extent.
5477         (do_structure_copy): Likewise.
5478         * tree-vect-data-refs.c (vect_check_gather): Adjust call to
5479         get_inner_reference.
5480         (vect_analyze_data_refs): Likewise.  Bail out if reverse storage order.
5481         * tsan.c (instrument_expr): Adjust call to get_inner_reference.
5482         * ubsan.c (instrument_bool_enum_load): Likewise.
5483         (instrument_object_size): Likewise.
5484         * var-tracking.c (track_expr_p): Adjust call to
5485         get_ref_base_and_extent.
5486         * config/mips/mips.c (r10k_safe_mem_expr_p): Adjust call to
5487         get_inner_reference.
5488         * config/s390/s390.c (s390_expand_atomic): Adjust call to
5489         store_bit_field.
5490         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Adjust call to
5491         extract_bit_field.
5492         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
5494 2015-11-07  Eric Botcazou  <ebotcazou@adacore.com>
5496         * config/sparc/sparc.opt (mfix-at697f): Add final period.
5498 2015-11-07  Segher Boessenkool  <segher@kernel.crashing.org>
5500         PR rtl-optimization/67864
5501         * common/config/i386/i386-common.c (ix86_option_optimization_table)
5502         <OPT_freorder_blocks_algorithm_>: Use REORDER_BLOCKS_ALGORITHM_STC
5503         at -Os and up.
5505 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5507         * trans-mem.c (is_tm_pure_call): Use gimple_call_flags for
5508         internal functions.
5510 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5512         * builtins.def: #undef DEF_BUILTIN and DEF_BUILTIN_CHKP
5513         * builtins.c, genmatch.c, tree-core.h: Don't undef them here.
5515 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5517         * internal-fn.def: #undef DEF_INTERNAL_FN at the end.
5518         * internal-fn.c: Don't undef it here.
5519         * tree-core.h: Likewise.
5521 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5523         * builtins.c (fold_builtin_nan): Delete.
5524         (fold_builtin_memcmp): Remove case where both arguments are constant.
5525         (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
5526         (fold_builtin_strspn, fold_builtin_strcspn): Likewise.
5527         (fold_builtin_1): Remove BUILT_IN_NAN* handling.
5528         * fold-const-call.c: Include fold-const.h.
5529         (host_size_t_cst_p): New function.
5530         (build_cmp_result, fold_const_builtin_nan): Likewise.
5531         (fold_const_call_1): New function, split out from...
5532         (fold_const_call): ...here (for all three interfaces).  Handle
5533         constant nan, nans, strlen, strcmp, strncmp, strspn and strcspn.
5535 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5537         * builtins.c (fold_builtin_bitop, fold_builtin_bswap): Delete.
5538         (fold_builtin_1): Don't call them.
5539         * fold-const-call.c: Include tm.h.
5540         (fold_const_call_ss): New variant for integer-to-integer folds.
5541         (fold_const_call): Call it.
5543 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5545         * builtins.c (fold_builtin_classify): Move constant cases to...
5546         * fold-const-call.c (fold_const_call_ss): ...here.
5548 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5550         * builtins.h (c_getstr): Move to...
5551         * fold-const.h (c_getstr): ...here.
5552         * builtins.c (c_getstr): Move to...
5553         * fold-const.c (c_getstr): ...here.
5555 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5557         * builtins.def (BUILTIN_RINT, BUILTIN_RINTF, BUILTIN_RINTL): Use
5558         ATTR_MATHFN_FPROUNDING rather than ATTR_MATHFN_FPROUNDING_ERRNO.
5560 2015-11-07  Richard Sandiford  <richard.sandiford@arm.com>
5562         * tree-call-cdce.c (shrink_wrap_one_built_in_call): Try to update
5563         the dominance info; free it if we can't.
5564         (pass_call_cdce::execute): Don't free the dominance info here.
5566 2015-11-06  Jeff Law <law@redhat.com>
5568         * tree-ssa-threadedge.c (dummy_simplify): Remove.
5569         (thread_around_empty_blocks): Remove backedge_seen_p argument.
5570         If we thread to a backedge, then return false.  Update recursive
5571         call to eliminate backedge_seen_p argument.
5572         (thread_through_normal_block): Remove backedge_seen_p argument.
5573         Remove backedge_seen_p argument from calls to
5574         thread_around_empty_blocks.  Remove checks on backedge_seen_p.
5575         If we thread to a backedge, then return 0.
5576         (thread_across_edge): Remove bookkeeping for backedge_seen.  Don't
5577         pass it to thread_through_normal_block or thread_through_empty_blocks.
5578         For joiner handling, if we see a backedge, do not try normal
5579         threading.
5581 2015-11-06  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
5583         * graphite-optimize-isl.c (optimize_isl): Call isl_union_map_is_equal.
5584         * graphite-poly.c (new_scop): Initialize original_schedule.
5585         (free_scop): Free original_schedule.
5586         * graphite-poly.h (struct scop): Add field original_schedule.
5587         * graphite-sese-to-poly.c (build_scop_original_schedule): New.
5588         (build_poly_scop): Call build_scop_original_schedule.
5590 2015-11-06  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
5592         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
5593         (build_pbb_minimal_scattering_polyhedrons): New.
5594         (build_scop_scattering): Remove.
5595         (build_scop_minimal_scattering): New.
5596         (build_scop_scattering): Call build_pbb_minimal_scattering_polyhedrons.
5597         (build_poly_scop): Call build_scop_minimal_scattering.
5599 2015-11-06  Jeff Law <law@redhat.com>
5601         * cfg-flags.def (IGNORE): New edge flag.
5602         * tree-vrp.c (identify_jump_threads): Mark and clear edges
5603         scheduled for removal with EDGE_IGNORE around call into
5604         jump threader.  Do no thread across edges with EDGE_IGNORE,
5605         but do allow threading across those with EDGE_DFS_BACK.
5607 2015-11-06  David Wohlferd  <dw@LimeGreenSocks.com>
5609         * doc/md.texi (multi-alternative constraints): Don't document
5610         alternatives inherently tied to reload for the user documentation.
5612 2015-11-06  Michael Collison  <michael.collison@linaro.org>
5613             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5615         Revert:
5616         2015-08-01  Michael Collison  <michael.collison@linaro.org
5617                     Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5619         * config/arm/arm.md (*arm_smin_cmp): New pattern.
5620         (*arm_umin_cmp): Likewise.
5622 2015-11-06  Jakub Jelinek  <jakub@redhat.com>
5624         * gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.
5625         * omp-low.c (check_omp_nesting_restrictions): Update for the
5626         various new OpenMP 4.5 nesting restrictions, clarified
5627         nesting glossary, closely nested region relationship clarified
5628         to mean explicit or implicit parallel regions (target/teams),
5629         use %</%> or %qs where appropriate.
5631 2015-11-06  Aditya Kumar  <aditya.k7@samsung.com>
5632             Sebastian Pop  <s.pop@samsung.com>
5634         * graphite-scop-detection.c (loop_is_valid_scop): Call
5635         optimize_loop_nest_for_speed_p.
5637 2015-11-06  Aditya Kumar  <aditya.k7@samsung.com>
5638             Sebastian Pop  <s.pop@samsung.com>
5640         * graphite-optimize-isl.c (optimize_isl): Call
5641         isl_options_set_schedule_maximize_band_depth.
5643 2015-11-06  Aditya Kumar  <aditya.k7@samsung.com>
5644             Sebastian Pop  <s.pop@samsung.com>
5646         * graphite-scop-detection.c (scop_detection::merge_sese): Entry
5647         and exit edges should not be a part of irreducible loop.
5648         (scop_detection::can_represent_loop_1): Loops should not be
5649         irreducible.
5650         (scop_detection::harmful_stmt_in_region): All the basic block
5651         should belong to reducible loops.
5653 2015-11-06  Christophe Lyon  <christophe.lyon@linaro.org>
5655         * config/aarch64/aarch64-simd-builtins.def: Update builtins
5656         tables: add tbl3v16qi, qtbl[34]*, tbx4v16qi, qtbx[34]*.
5657         * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): Rename to...
5658         (aarch64_tbl3<mode>) ... this, which supports v16qi too.
5659         (aarch64_tbx4v8qi): Rename to...
5660         aarch64_tbx4<mode>): ... this.
5661         (aarch64_qtbl3<mode>): New pattern.
5662         (aarch64_qtbx3<mode>): New pattern.
5663         (aarch64_qtbl4<mode>): New pattern.
5664         (aarch64_qtbx4<mode>): New pattern.
5665         * config/aarch64/arm_neon.h (vqtbl2_s8, vqtbl2_u8, vqtbl2_p8)
5666         (vqtbl2q_s8, vqtbl2q_u8, vqtbl2q_p8, vqtbl3_s8, vqtbl3_u8)
5667         (vqtbl3_p8, vqtbl3q_s8, vqtbl3q_u8, vqtbl3q_p8, vqtbl4_s8)
5668         (vqtbl4_u8, vqtbl4_p8, vqtbl4q_s8, vqtbl4q_u8, vqtbl4q_p8)
5669         (vqtbx2_s8, vqtbx2_u8, vqtbx2_p8, vqtbx2q_s8, vqtbx2q_u8)
5670         (vqtbx2q_p8, vqtbx3_s8, vqtbx3_u8, vqtbx3_p8, vqtbx3q_s8)
5671         (vqtbx3q_u8, vqtbx3q_p8, vqtbx4_s8, vqtbx4_u8, vqtbx4_p8)
5672         (vqtbx4q_s8, vqtbx4q_u8, vqtbx4q_p8): Rewrite using builtin
5673         functions.
5675 2015-11-06  Mike Stump  <mikestump@comcast.net>
5677         PR debug/66728
5678         * dwarf2out.c (get_full_len): Return a value based upon the actual
5679         precision needed for the value.
5680         (add_const_value_attribute): Use a maximal wide-int for
5681         CONST_WIDE_INTs, not VOIDmode.
5682         (output_die): Don't ever output NULL with printf.
5684         * rtl.h (get_precision of rtx_mode_t): Ensure we never process
5685         BLKmode nor VOIDmode values.
5687 2015-11-06  David Malcolm  <dmalcolm@redhat.com>
5689         * diagnostic-color.c (color_dict): Eliminate "caret"; add "range1"
5690         and "range2".
5691         (parse_gcc_colors): Update comment to describe default GCC_COLORS.
5692         * diagnostic-core.h (warning_at_rich_loc): New declaration.
5693         (error_at_rich_loc): New declaration.
5694         (permerror_at_rich_loc): New declaration.
5695         (inform_at_rich_loc): New declaration.
5696         * diagnostic-show-locus.c (adjust_line): Delete.
5697         (struct point_state): New struct.
5698         (class colorizer): New class.
5699         (class layout_point): New class.
5700         (class layout_range): New class.
5701         (struct line_bounds): New.
5702         (class layout): New class.
5703         (colorizer::colorizer): New ctor.
5704         (colorizer::~colorizer): New dtor.
5705         (layout::layout): New ctor.
5706         (layout::print_source_line): New method.
5707         (layout::print_annotation_line): New method.
5708         (layout::get_state_at_point): New method.
5709         (layout::get_x_bound_for_row): New method.
5710         (diagnostic_show_locus): Reimplement in terms of class layout.
5711         (diagnostic_print_caret_line): Delete.
5712         * diagnostic.c (diagnostic_initialize): Replace
5713         MAX_LOCATIONS_PER_MESSAGE with rich_location::MAX_RANGES.
5714         (diagnostic_set_info_translated): Convert param from location_t
5715         to rich_location *.  Eliminate calls to set_location on the
5716         message in favor of storing the rich_location ptr there.
5717         (diagnostic_set_info): Convert param from location_t to
5718         rich_location *.
5719         (diagnostic_build_prefix): Break out array into...
5720         (diagnostic_kind_color): New variable.
5721         (diagnostic_get_color_for_kind): New function.
5722         (diagnostic_report_diagnostic): Colorize the option_text
5723         using the color for the severity.
5724         (diagnostic_append_note): Update for change in signature of
5725         diagnostic_set_info.
5726         (diagnostic_append_note_at_rich_loc): New function.
5727         (emit_diagnostic): Update for change in signature of
5728         diagnostic_set_info.
5729         (inform): Likewise.
5730         (inform_at_rich_loc): New function.
5731         (inform_n): Update for change in signature of diagnostic_set_info.
5732         (warning): Likewise.
5733         (warning_at): Likewise.
5734         (warning_at_rich_loc): New function.
5735         (warning_n): Update for change in signature of diagnostic_set_info.
5736         (pedwarn): Likewise.
5737         (permerror): Likewise.
5738         (permerror_at_rich_loc): New function.
5739         (error): Update for change in signature of diagnostic_set_info.
5740         (error_n): Likewise.
5741         (error_at): Likewise.
5742         (error_at_rich_loc): New function.
5743         (sorry): Update for change in signature of diagnostic_set_info.
5744         (fatal_error): Likewise.
5745         (internal_error): Likewise.
5746         (internal_error_no_backtrace): Likewise.
5747         (source_range::debug): New function.
5748         * diagnostic.h (struct diagnostic_info): Eliminate field
5749         "override_column".  Add field "richloc".
5750         (struct diagnostic_context): Add field "colorize_source_p".
5751         (diagnostic_override_column): Delete.
5752         (diagnostic_set_info): Convert param from location_t to
5753         rich_location *.
5754         (diagnostic_set_info_translated): Likewise.
5755         (diagnostic_append_note_at_rich_loc): New function.
5756         (diagnostic_num_locations): New function.
5757         (diagnostic_expand_location): Get the location from the
5758         rich_location.
5759         (diagnostic_print_caret_line): Delete.
5760         (diagnostic_get_color_for_kind): New declaration.
5761         * genmatch.c (linemap_client_expand_location_to_spelling_point): New.
5762         (error_cb): Update for change in signature of "error" callback.
5763         (fatal_at): Likewise.
5764         (warning_at): Likewise.
5765         * input.c (linemap_client_expand_location_to_spelling_point): New.
5766         * pretty-print.c (text_info::set_range): New method.
5767         (text_info::get_location): New method.
5768         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): Eliminate this macro.
5769         (struct text_info): Eliminate "locations" array in favor of
5770         "m_richloc", a rich_location *.
5771         (textinfo::set_location): Add a "caret_p" param, and reimplement
5772         in terms of a call to set_range.
5773         (textinfo::get_location): Eliminate inline implementation in favor of
5774         an out-of-line reimplementation.
5775         (textinfo::set_range): New method.
5776         * rtl-error.c (diagnostic_for_asm): Update for change in signature
5777         of diagnostic_set_info.
5778         * tree-diagnostic.c (default_tree_printer): Update for new
5779         "caret_p" param for textinfo::set_location.
5780         * tree-pretty-print.c (percent_K_format): Likewise.
5782 2015-11-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5784         Properly apply.
5785         2015-11-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5786         * config/aarch64/aarch64.c
5787         (aarch64_can_use_per_function_literal_pools_p): New.
5788         (aarch64_use_blocks_for_constant_p): Adjust declaration
5789         and use aarch64_can_use_function_literal_pools_p.
5790         (aarch64_select_rtx_section): Update.
5792 2015-11-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5794         * config/arm/arm-ldmstm.ml: Rewrite to generate unified asm templates.
5795         * config/arm/arm.c (arm_asm_trampoline_template): Make unified asm safe.
5796         (arm_output_multireg_pop): Likewise.
5797         (output_move_double):  Likewise.
5798         (output_move_quad):  Likewise.
5799         (output_return_instruction): Likewise.
5800         (arm_print_operand): Remove support for %( and %. print modifiers.
5801         (arm_output_shift): Make unified asm.
5802         (arm_declare_function_name): Likewise.
5803         * config/arm/arm.h (TARGET_UNIFIED_ASM): Delete.
5804         (ASM_APP_OFF): Adjust.
5805         (ASM_OUTPUT_REG_PUSH): Undo special casing for TARGET_ARM.
5806         (ASM_OUTPUT_REG_POP): Likewise.
5807         * config/arm/arm.md: Adjust uses of %., %(, %)
5808         * config/arm/sync.md: Likewise.
5809         * config/arm/thumb2.md: Likewise.
5810         * config/arm/ldmstm.md: Regenerate.
5811         * config/arm/arm.opt (masm-unified-syntax): Do not special case Thumb.
5812         * doc/invoke.texi (masm-unified-syntax): Update documentation.
5814 2015-11-06  David Malcolm  <dmalcolm@redhat.com>
5816         * input.c (dump_line_table_statistics): Dump stats on adhoc table.
5818 2015-11-07  Jan Hubicka  <hubicka@ucw.cz>
5820         * tree-core.h (size_type_kind): Remove OEP_CONSTANT_ADDRESS_OF and
5821         add OEP_MATCH_SIDE_EFFECTS.
5822         * fold-const.c (operand_equal_p): Update documentation; handle
5823         OEP_MATCH_SIDE_EFFECTS.
5824         * tree-ssa-tail-merge.c (gimple_operand_equal_value_p): Use
5825         OEP_MATCH_SIDE_EFFECTS.
5827 2015-11-06  Benedikt Huber  <benedikt.huber@theobroma-systems.com>
5828             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
5830         * config/aarch64/aarch64-builtins.c: Builtins for rsqrt and rsqrtf.
5831         * config/aarch64/aarch64-protos.h: Declare.
5832         * config/aarch64/aarch64-simd.md: Matching expressions for frsqrte and
5833         frsqrts.
5834         * config/aarch64/aarch64-tuning-flags.def: Added recip_sqrt.
5835         * config/aarch64/aarch64.c: New functions. Emit rsqrt estimation
5836         code when applicable.
5837         * config/aarch64/aarch64.md: Added enum entries.
5838         * config/aarch64/aarch64.opt: Added option -mlow-precision-recip-sqrt.
5840 2015-11-07  Jan Hubicka  <hubicka@ucw.cz>
5842         PR ipa/68057
5843         PR ipa/68220
5844         * ipa-polymorphic-call.c
5845         (ipa_polymorphic_call_context::restrict_to_inner_type): Fix ordering
5846         issue when offset is out of range.
5847         (contains_type_p): Fix out of range check, clear dynamic flag.
5849 2015-11-06  Arnout Vandecappelle  <arnout@mind.be>
5851         * config.gcc (e6500): Fix cpu_is_64bit typo.
5853 2015-11-06  Alan Lawrence  <alan.lawrence@arm.com>
5855         * tree-sra.c (completely_scalarize): Properly handle negative array
5856         indices using offset_int.
5858 2015-11-06  Richard Biener  <rguenther@suse.de>
5860         * alloc-pool.h (object_allocator::allocate): Default-initialize
5861         object.
5863 2015-11-06  Richard Biener  <rguenther@suse.de>
5865         * tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.
5866         * lra.c (init_reg_info): Truncate copy_vec instead of
5867         re-allocating a new one and leaking the old.
5868         * ipa-inline-analysis.c (estimate_function_body_sizes): Free
5869         bb_infos vec.
5870         * sched-deps.c (sched_deps_finish): Free the dn/dl pools.
5871         * postreload-gcse.c (free_mem): Free modify_mem_list and
5872         canon_modify_mem_list.
5874 2015-11-06  Ilya Enkovich  <enkovich.gnu@gmail.com>
5876         PR tree-optimization/68145
5877         * tree-vect-stmts.c (vectorizable_operation): Fix
5878         determination for booleans.
5880 2015-11-06  Tom de Vries  <tom@codesourcery.com>
5882         * tree-cfg.c (gimple_split_block_before_cond_jump): Split before
5883         cond_jump, instead of split after last nondebug insn before cond_jump.
5884         * tree-parloops.c (transform_to_exit_first_loop_alt): Verify ssa before
5885         returning.
5887 2015-11-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5889         PR target/68088
5890         * config/arm/aarch-common.c (aarch_accumulator_forwarding): Strip
5891         subregs from accumulator and make sure it's a register.
5893 2015-11-06  Simon Dardis  <simon.dardis@imgtec.com>
5895         * config/mips/loongson.md (vec_loongson_extract_lo_<mode>): New, extract
5896         low part to scalar.
5897         (reduc_uplus_<mode>): Remove.
5898         (reduc_plus_scal_<mode>): Rename from reduc_splus_<mode>, Use vec
5899         loongson_extract_lo_<mode>.
5900         (reduc_smax_scal_<mode>, reduc_smin_scal_<mode>): Rename from
5901         reduc_smax_<mode>, reduc_smax_<mode>, use vec
5902         loongson_extract_lo_<mode>.
5903         (reduc_umax_scal_<mode>, reduc_umin_scal_<mode>): Rename.
5905 2015-11-06  Richard Biener  <rguenther@suse.de>
5907         * tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end
5908         members.
5909         (vect_stmt_in_region_p): Declare.
5910         * tree-vect-slp.c (new_bb_vec_info): Work on a region.
5911         (destroy_bb_vec_info): Likewise.
5912         (vect_bb_slp_scalar_cost): Use vect_stmt_in_region_p.
5913         (vect_get_and_check_slp_defs): Likewise.
5914         (vect_slp_analyze_bb_1): Refactor to make it work on sub-BBs.
5915         (vect_slp_bb): Likewise.
5916         * tree-vect-patterns.c (vect_same_loop_or_bb_p): Implement
5917         in terms of vect_stmt_in_region_p.
5918         (vect_pattern_recog): Iterate over the BB region.
5919         * tree-vect-stmts.c (vect_is_simple_use): Use vect_stmt_in_region_p.
5920         * tree-vectorizer.c (vect_stmt_in_region_p): New function.
5921         (pass_slp_vectorize::execute): Initialize all stmt UIDs to -1.
5922         * config/i386/i386.c: Include gimple-iterator.h.
5923         * config/aarch64/aarch64.c: Likewise.
5925 2015-11-06  Alexandre Oliva <aoliva@redhat.com>
5927         PR rtl-optimization/67753
5928         PR rtl-optimization/64164
5929         * function.c (assign_parm_setup_block): Avoid allocating a
5930         stack slot if we don't have an ABI-reserved one.  Emit the
5931         copy to target_reg in the conversion seq if the copy from
5932         entry_parm is in it too.  Don't use the conversion seq to copy
5933         a PARALLEL to a REG or a CONCAT.
5935 2015-11-06  Richard Biener  <rguenther@suse.de>
5937         * tree-hash-traits.h (tree_operand_hash): Provide equal, not
5938         equal_keys.
5940 2015-11-05  Cesar Philippidis  <cesar@codesourcery.com>
5941             Thomas Schwinge  <thomas@codesourcery.com>
5942             James Norris  <jnorris@codesourcery.com>
5945         * gimplify.c (gimplify_scan_omp_clauses): Add support for
5946         OMP_CLAUSE_TILE.  Update handling of OMP_CLAUSE_INDEPENDENT.
5947         (gimplify_adjust_omp_clauses): Likewise.
5948         * omp-low.c (scan_sharing_clauses): Add support for OMP_CLAUSE_TILE.
5949         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_TILE.
5950         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_TILE.
5951         * tree.c (omp_clause_num_ops): Add an entry for OMP_CLAUSE_TILE.
5952         (omp_clause_code_name): Likewise.
5953         (walk_tree_1): Handle OMP_CLAUSE_TILE.
5954         * tree.h (OMP_TILE_LIST): New macro.
5956 2015-11-05  Martin Sebor  <msebor@redhat.com>
5958         PR c++/67942
5959         * doc/invoke.texi (-Wplacement-new): Document new option.
5961 2015-11-05  Alan Lawrence  <alan.lawrence@arm.com>
5963         PR tree-optimization/65963
5964         * tree-scalar-evolution.c (interpret_rhs_expr): Try to handle
5965         LSHIFT_EXPRs as equivalent unsigned MULT_EXPRs.
5967 2015-11-05  James Greenhalgh  <james.greenhalgh@arm.com>
5969         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): New.
5970         (noce_convert_multiple_sets): Likewise.
5971         (noce_process_if_block): Call them.
5973 2015-11-05  Nathan Sidwell  <nathan@codesourcery.com>
5975         * gimple-fold.c: Include omp-low.h.
5976         (fold_internal_goacc_dim): New.
5977         (gimple_fold_call): Call it.
5979 2015-11-05  Jakub Jelinek  <jakub@redhat.com>
5980             Ilya Verbin  <ilya.verbin@intel.com>
5982         * builtin-types.def
5983         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR): Remove.
5984         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): New.
5985         * cgraph.h (enum cgraph_simd_clone_arg_type): Add
5986         SIMD_CLONE_ARG_TYPE_LINEAR_REF_VARIABLE_STEP,
5987         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP and
5988         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP.
5989         (struct cgraph_simd_clone_arg): Adjust comment.
5990         * omp-builtins.def (BUILT_IN_GOMP_TARGET): Rename GOMP_target_41
5991         to GOMP_target_ext.  Add num_teams and thread_limit arguments.
5992         (BUILT_IN_GOMP_TARGET_DATA): Rename GOMP_target_data_41
5993         to GOMP_target_data_ext.
5994         (BUILT_IN_GOMP_TARGET_UPDATE): Rename GOMP_target_update_41
5995         to GOMP_target_update_ext.
5996         (BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_START,
5997         BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_START,
5998         BUILT_IN_GOMP_LOOP_NONMONOTONIC_DYNAMIC_NEXT,
5999         BUILT_IN_GOMP_LOOP_NONMONOTONIC_GUIDED_NEXT,
6000         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_START,
6001         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_START,
6002         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_DYNAMIC_NEXT,
6003         BUILT_IN_GOMP_LOOP_ULL_NONMONOTONIC_GUIDED_NEXT,
6004         BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_DYNAMIC,
6005         BUILT_IN_GOMP_PARALLEL_LOOP_NONMONOTONIC_GUIDED): New built-ins.
6006         * tree-core.h (enum omp_clause_schedule_kind): Add
6007         OMP_CLAUSE_SCHEDULE_MASK, OMP_CLAUSE_SCHEDULE_MONOTONIC,
6008         OMP_CLAUSE_SCHEDULE_NONMONOTONIC and change
6009         OMP_CLAUSE_SCHEDULE_LAST value.
6010         * tree.def (OMP_SIMD, CILK_SIMD, CILK_FOR, OMP_DISTRIBUTE,
6011         OMP_TASKLOOP, OACC_LOOP): Add OMP_FOR_ORIG_DECLS argument.
6012         * tree.h (OMP_FOR_ORIG_DECLS): Use OMP_LOOP_CHECK instead of
6013         OMP_FOR_CHECK.  Remove comment.
6014         * tree-pretty-print.c (dump_omp_clause): Handle
6015         GOMP_MAP_FIRSTPRIVATE_REFERENCE and GOMP_MAP_ALWAYS_POINTER.
6016         Simplify.  Print schedule clause modifiers.
6017         * tree-vect-stmts.c (vectorizable_simd_clone_call): Add
6018         SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_VARIABLE_STEP
6019         cases.
6020         * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_ALWAYS_TO.
6021         (omp_default_clause): Tweak for
6022         private/firstprivate/is_device_ptr variables on target
6023         construct and use_device_ptr on target data.
6024         (omp_check_private): Likewise.
6025         (omp_notice_variable): For references check whether what it refers
6026         to has mappable type, rather than the reference itself.
6027         (omp_is_private): Diagnose linear iteration variables on non-simd
6028         constructs.
6029         (omp_no_lastprivate): Return true only for Fortran.
6030         (gimplify_scan_omp_clauses): Or in GOVD_MAP_ALWAYS_TO for
6031         GOMP_MAP_ALWAYS_TO or GOMP_MAP_ALWAYS_TOFROM kinds.
6032         Add support for GOMP_MAP_FIRSTPRIVATE_REFERENCE and
6033         GOMP_MAP_ALWAYS_POINTER, remove old handling of structure element
6034         based array sections.  Use GOMP_MAP_ALWAYS_P.  Fix up handling of
6035         lastprivate and linear when combined with distribute.  Gimplify
6036         variable low-bound for array reduction.  Look through
6037         POINTER_PLUS_EXPR when looking for ADDR_EXPR for array section
6038         reductions.
6039         (gimplify_adjust_omp_clauses_1): For implicit references to
6040         variables with reference type and when not ref to scalar or
6041         ref to pointer, map what they refer to using tofrom and
6042         use GOMP_MAP_FIRSTPRIVATE_REFERENCE for the reference.
6043         (gimplify_adjust_omp_clauses): Remove GOMP_MAP_ALWAYS_POINTER
6044         from target exit data.  Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE.
6045         Drop OMP_CLAUSE_MAP_PRIVATE support.  Use GOMP_MAP_ALWAYS_P.
6046         Diagnose the same var on both firstprivate and lastprivate on
6047         distribute construct.
6048         (gimplify_omp_for): Fix up handling of predetermined
6049         lastprivate or linear iter vars when combined with distribute.
6050         (find_omp_teams, computable_teams_clause, optimize_target_teams): New
6051         functions.
6052         (gimplify_omp_workshare): Call optimize_target_teams.
6053         * omp-low.c (struct omp_region): Add sched_modifiers field.
6054         (struct omp_for_data): Likewise.
6055         (omp_any_child_fn_dumped): New variable.
6056         (extract_omp_for_data): Fill in sched_modifiers, and mask out
6057         OMP_CLAUSE_SCHEDULE_KIND bits outside of OMP_CLAUSE_SCHEDULE_MASK
6058         from sched_kind.
6059         (determine_parallel_type): Use only OMP_CLAUSE_SCHEDULE_MASK
6060         bits of OMP_CLAUSE_SCHED_KIND.
6061         (scan_sharing_clauses): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE,
6062         drop OMP_CLAUSE_MAP_PRIVATE support.  Look through POINTER_PLUS_EXPR
6063         for array section reductions.
6064         (add_taskreg_looptemp_clauses): Add one extra _looptemp_ clause even
6065         for distribute parallel for, if there are lastprivate clauses on the
6066         for.
6067         (lower_rec_input_clauses): Handle non-zero low-bound on array
6068         section reductions.
6069         (lower_reduction_clauses): Likewise.
6070         (lower_send_clauses): Look through POINTER_PLUS_EXPR
6071         for array section reductions.
6072         (expand_parallel_call): Use nonmonotonic entrypoints for
6073         nonmonotonic: dynamic/guided.
6074         (expand_omp_taskreg): Call assign_assembler_name_if_neeeded on
6075         child_fn if current_function_decl has assembler name set, but child_fn
6076         does not.  Dump the header and IL of the child function when not in SSA
6077         form.
6078         (expand_omp_target): Likewise.  Pass num_teams and thread_limit
6079         arguments to BUILT_IN_GOMP_TARGET.
6080         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
6081         Initialize the extra _looptemp_ clause to fd->loop.n2.
6082         (expand_omp_for): Use nonmonotonic entrypoints for
6083         nonmonotonic: dynamic/guided.  Initialize region->sched_modifiers.
6084         (expand_omp): Clear omp_any_child_fn_dumped.  Dump function header
6085         again if we have dumped any child functions.
6086         (lower_omp_for_lastprivate): Determine the right count variable
6087         for distribute simd, or distribute parallel for{, simd}.
6088         (lower_omp_target): Handle GOMP_MAP_FIRSTPRIVATE_REFERENCE
6089         and GOMP_MAP_ALWAYS_POINTER.  Drop OMP_CLAUSE_MAP_PRIVATE
6090         support.
6091         (simd_clone_clauses_extract): Handle variable step
6092         for references and arguments passed by reference.
6093         (simd_clone_mangle): Mangle ref/uval/val variable steps.
6094         (simd_clone_adjust_argument_types): Handle
6095         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_VARIABLE_STEP like
6096         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
6097         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_VARIABLE_STEP like
6098         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
6099         (simd_clone_linear_addend): New function.
6100         (simd_clone_adjust): Handle variable step like similarly
6101         to constant step, use simd_clone_linear_addend to determine
6102         the actual step at runtime.
6104 2015-11-05  Nathan Sidwell  <nathan@codesourcery.com>
6106         * target.def (goacc.dim_limit): New hook.
6107         * targhooks.h (default_goacc_dim_limit): Declare.
6108         * doc/tm.texi.in (TARGET_GOACC_DIM_LIMIT): Add.
6109         * doc/tm.texi: Rebuilt.
6110         * omp-low.h (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): Declare.
6111         * omp-low.c (get_oacc_fn_dim_size, get_oacc_ifn_dim_arg): New.
6112         (default_goacc_dim_limit): New.
6113         * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
6114         (nvptx_goacc_dim_limit) New.
6115         (TARGET_GOACC_DIM_LIMIT): Override.
6116         * tree-vrp.c: Include omp-low.h, target.h.
6117         (extract_range_basic): Add handling for IFN_GOACC_DIM_SIZE &
6118         IFN_GOACC_DIM_POS.
6120 2015-11-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
6122         * tree-vect-generic.c (do_compare): Use -1 for true
6123         result instead of 1.
6125 2015-11-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6127         * config/aarch64/aarch64.c
6128         (aarch64_can_use_per_function_literal_pools_p): New.
6129         (aarch64_use_blocks_for_constant_p): Adjust declaration
6130         and use aarch64_can_use_function_literal_pools_p.
6131         (aarch64_select_rtx_section): Update.
6133 2015-11-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
6135         * targhooks.c (default_get_mask_mode): Use BLKmode in
6136         case target doesn't support required vector mode.
6137         * stor-layout.c (layout_type); Check for BLKmode.
6139 2015-11-04  Aditya Kumar  <aditya.k7@samsung.com>
6140             Sebastian Pop  <s.pop@samsung.com>
6142         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
6143         Remove use of parameter_rename_map.
6144         (copy_def): Remove.
6145         (copy_internal_parameters): Remove.
6146         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
6147         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
6148         (free_sese_info): Do not free parameter_rename_map.
6149         (set_rename): Do not use parameter_rename_map.
6150         (rename_uses): Update call to set_rename.
6151         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
6152         * sese.h (parameter_rename_map_t): Remove.
6153         (struct sese_info_t): Remove field parameter_rename_map.
6155 2015-11-04  Aditya Kumar  <aditya.k7@samsung.com>
6156             Sebastian Pop  <s.pop@samsung.com>
6158         * graphite-isl-ast-to-gimple.c: Include tree-cfg.h.
6159         (translate_isl_ast_node_user): Add more dumps: call print_loops_bb.
6160         * graphite-scop-detection.c (dot_all_scops_1): Moved out of
6161         anonymous namespace.
6162         * graphite-sese-to-poly.c (ssa_name_version_typesize): Remove.
6163         (isl_id_for_pbb): Use a buffer of size 10.
6164         (isl_id_for_ssa_name): Same.
6165         * sese.c (set_rename): Add more dumps.
6167 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
6169         * omp-low.c (struct omp_context): Remove reduction_map field.
6170         (lookup_oacc_reduction, maybe_lookup_oacc_reduction): Delete.
6171         (new_omp_context, delete_omp_context, scan_omp_target): Remove
6172         reduction_map handling.
6173         (lower_omp_target): Remove obsolete openacc reduction handling.
6175 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
6177         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add checking.
6179 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
6180             Cesar Philippidis  <cesar@codesourcery.com>
6182         * config/nvptx/nvptx.c: Include gimple headers.
6183         (worker_red_size, worker_red_align, worker_red_name,
6184         worker_red_sym): New.
6185         (nvptx_option_override): Initialize worker reduction buffer.
6186         (nvptx_file_end): Write out worker reduction buffer var.
6187         (nvptx_expand_shuffle, nvptx_expand_worker_addr,
6188         nvptx_expand_cmp_swap): New builtin expanders.
6189         (enum nvptx_builtins): New.
6190         (nvptx_builtin_decls): New.
6191         (nvptx_builtin_decl, nvptx_init_builtins, nvptx_expand_builtin): New
6192         (PTX_VECTOR_LENGTH, PTX_WORKER_LENGTH): New.
6193         (nvptx_get_worker_red_addr, nvptx_generate_vector_shuffle,
6194         nvptx_lockless_update): New helpers.
6195         (nvptx_goacc_reduction_setup, nvptx_goacc_reduction_init,
6196         nvptx_goacc_reduction_fini, nvptx_goacc_reduction_teaddown): New.
6197         (nvptx_goacc_reduction): New.
6198         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN,
6199         TARGET_BUILTIN_DECL): Override.
6200         (TARGET_GOACC_REDUCTION): Override.
6202 2015-11-04  Nathan Sidwell  <nathan@codesourcery.com>
6203             Cesar Philippidis  <cesar@codesourcery.com>
6205         * internal-fn.def (GOACC_REDUCTION): New.
6206         * internal-fn.h (enum ifn_goacc_reduction_kind): New.
6207         * internal-fn.c (expand_GOACC_REDUCTION): New.
6208         * target.def (goacc.reduction): New OpenACC hook.
6209         * targhooks.h (default_goacc_reduction): Declare.
6210         * doc/tm.texi.in: Add TARGET_GOACC_REDUCTION.
6211         * doc/tm.texi: Rebuilt.
6212         * omp-low.c (oacc_get_reduction_array_id, oacc_max_threads,
6213         scan_sharing_clauses): Remove oacc reduction handling here.
6214         (lower_rec_input_clauses): Don't handle OpenACC reductions here.
6215         (oacc_lower_reduction_var_helper): Delete.
6216         (lower_oacc_reductions): New.
6217         (lower_reduction_clauses): Don't handle OpenACC reductions here.
6218         (lower_oacc_head_tail): Call lower_oacc_reductions.
6219         (oacc_gimple_assign, oacc_init_reduction_array,
6220         oacc_initialize_reduction_data, oacc_finalize_reduction_data,
6221         oacc_process_reduction_data): Delete.
6222         (lower_omp_target): Remove old OpenACC reduction handling.  Insert
6223         dummy OpenACC gang reduction for reductions at outer level.
6224         (oacc_loop_xform_head_tail): Transform IFN_GOACC_REDUCTION.
6225         (default_goacc_reduction): New.
6226         (execute_oacc_device_lower): Handle IFN_GOACC_REDUCTION.
6228 2015-11-04  Martin Liska  <mliska@suse.cz>
6230         * cgraphunit.c (cgraph_node::expand_thunk): Call
6231         allocate_struct_function before init_function_start.
6232         (cgraph_node::expand): Use push_cfun and pop_cfun.
6233         * config/i386/i386.c (ix86_code_end): Call
6234         allocate_struct_function before init_function_start.
6235         * config/rs6000/rs6000.c (rs6000_code_end): Likewise.
6236         * function.c (init_function_start): Move preamble to all
6237         callers.
6238         * passes.c (do_per_function_toporder): Use push_cfun and pop_cfun.
6239         (execute_one_pass): Handle newly added TODO_discard_function.
6240         (execute_pass_list_1): Terminate if cfun equals to NULL.
6241         (execute_pass_list): Do not push and pop cfun, expect that
6242         cfun is set.
6243         * tree-pass.h (TODO_discard_function): Define.
6245 2015-11-04  Mikhail Maltsev  <maltsevm@gmail.com>
6247         * cfganal.c (inverted_post_order_compute): Remove conditional
6248         compilation, use flag_checking.
6249         * config.in: Regenerate.
6250         * configure: Regenerate.
6251         * configure.ac: Remove ENABLE_CHECKING.
6252         * genconditions.c: Do not #undef ENABLE_CHECKING.
6253         * sese.h (bb_in_region): Comment out broken check.
6254         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa_1): Remove
6255         conditional compilation, use flag_checking.
6257 2015-11-04  Tom de Vries  <tom@codesourcery.com>
6259         PR tree-optimization/67742
6260         * tree-ssa-structalias.c (struct fieldoff): Add restrict_pointed_type
6261         field.
6262         (push_fields_onto_fieldstack): Handle restrict_pointed_type field.
6263         (create_variable_info_for_1): Add and handle handle_param parameter.
6264         Add restrict handling.
6265         (create_variable_info_for): Call create_variable_info_for_1 with extra
6266         arg.
6267         (make_param_constraints): Drop restrict_name parameter.  Ignore
6268         vi->only_restrict_pointers.
6269         (intra_create_variable_infos): Call create_variable_info_for_1 with
6270         extra arg.  Remove restrict handling.  Call make_param_constraints with
6271         one fewer arg.
6273 2015-11-04  Tom de Vries  <tom@codesourcery.com>
6275         * tree-ssa-structalias.c (create_variable_info_for_1): Use decl_type
6276         variable.
6278 2015-11-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6280         * config/arm/coff.h: Remove.
6282 2015-11-03  Eric Botcazou  <ebotcazou@adacore.com>
6284         * gimple-expr.c (useless_type_conversion_p): Reinstate type canonical
6285         check for aggregate types and beef up comment for mode check.
6287 2015-11-03  Richard Biener  <rguenther@suse.de>
6289         * tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect
6290         data references here.
6291         * tree-vect-loop.c: Include cgraph.h.
6292         (vect_analyze_loop_2): Collect data references here.
6293         * tree-vect-slp.c (find_bb_location): Inline ...
6294         (vect_slp_bb): ... here.  Renamed from vect_slp_analyze_bb.
6295         Factor in vect_slp_transform_bb.
6296         (vect_slp_transform_bb): Removed.
6297         (vect_slp_analyze_bb_1): Collect data references here.
6298         * tree-vectorizer.c (pass_slp_vectorize::execute): Call
6299         vect_slp_bb.
6300         * tree-vectorizer.h (vect_slp_bb): Declare.
6301         (vect_slp_analyze_bb): Remove.
6302         (vect_slp_transform_bb): Remove.
6303         (find_bb_location): Remove.
6304         (vect_analyze_data_refs): Remove stmt count reference parameter.
6306 2015-11-03  Evgeny Stupachenko  <evstupac@gmail.com>
6308         * multiple_target.c (create_dispatcher_calls): Add target check
6309         on ifunc.
6310         (create_target_clone): Change assembler name for versioned declarations.
6312 2015-11-03  Thomas Schwinge  <thomas@codesourcery.com>
6313             Chung-Lin Tang  <cltang@codesourcery.com>
6315         * builtins.def (DEF_GOMP_BUILTIN): Enable for flag_openacc.
6316         * omp-low.c (check_omp_nesting_restrictions): Allow
6317         GIMPLE_OMP_ATOMIC_LOAD, GIMPLE_OMP_ATOMIC_STORE inside OpenACC
6318         contexts.
6320 2015-11-03  Bilyan Borisov  <bilyan.borisov@arm.com>
6322         * config/aarch64/aarch64-simd-builtins.def (fmulx): New.
6323         * config/aarch64/aarch64-simd.md (aarch64_fmulx<mode>): New.
6324         * config/aarch64/arm_neon.h (vmulx_f32): Rewrite to call fmulx
6325         builtin.
6326         (vmulxq_f32): Likewise.
6327         (vmulx_f64): New.
6328         (vmulxq_f64): Rewrite to call fmulx builtin.
6329         (vmulxs_f32): Likewise.
6330         (vmulxd_f64): Likewise.
6331         (vmulx_lane_f32): Remove.
6332         * config/aarch64/iterators.md (UNSPEC): Add fmulx.
6334 2015-11-03  Alan Lawrence  <alan.lawrence@arm.com>
6336         * config/aarch64/aarch64.md (*movhf_aarch64): Use
6337         aarch64_reg_or_fp_zero for second operand.
6339 2015-11-03  Alexandre Oliva <aoliva@redhat.com>
6341         * gimple-expr.c: Include hash-set.h and rtl.h.
6342         (mark_addressable_queue): New var.
6343         (mark_addressable): Factor actual marking into...
6344         (mark_addressable_1): ... this.  Queue it up during expand.
6345         (mark_addressable_2): New.
6346         (flush_mark_addressable_queue): New.
6347         * gimple-expr.h (flush_mark_addressable_queue): Declare.
6348         * cfgexpand.c: Include gimple-expr.h.
6349         (pass_expand::execute): Flush mark_addressable queue.
6351 2015-11-02  Alexandre Oliva <aoliva@redhat.com>
6353         * tree-ssa-ifcombine.c (tree_ssa_ifcombine_bb_1): Factor out
6354         bb_no_side_effects_p tests...
6355         (tree_ssa_ifcombine_bb): ... here.
6357         PR tree-optimization/68083
6358         * tree-ssa-ifcombine.c: Include tree-ssa.h.
6359         (bb_no_side_effects_p): Test for undefined uses too.
6360         * tree-ssa.c (gimple_uses_undefined_value_p): New.
6361         * tree-ssa.h (gimple_uses_undefined_value_p): Declare.
6363 2015-11-02  Jeff Law <law@redhat.com>
6365         * tree-ssa-threadupdate.c (valid_jump_thread_path): Also detect
6366         cases where the loop latch edge is in the middle of an FSM path.
6368 2015-11-03  Tom de Vries  <tom@codesourcery.com>
6370         * tree-ssa-structalias.c (make_restrict_var_constraints): Rename to ...
6371         (make_param_constraints): ... this.  Add and handle restrict_name
6372         parameter.  Handle is_full_var case.
6373         (intra_create_variable_infos): Use make_param_constraints.
6375 2015-11-03  Tom de Vries  <tom@codesourcery.com>
6377         * tree-ssa-structalias.c (make_restrict_var_constraints): Replace
6378         make_copy_constraint call with make_constraint_from call.
6380 2015-11-02  Andreas Tobler  <andreast@gcc.gnu.org>
6382         * config/rs6000/freebsd64.h (ASM_SPEC32): Adust spec to handle
6383         PIE executables.
6385 2015-11-02  Richard Sandiford  <richard.sandiford@arm.com>
6387         * builtins.h (fold_fma): Move to fold-const-call.h.
6388         * builtins.c: Include fold-const-call.h.
6389         (mathfn_built_in_2): New function, split out from...
6390         (mathfn_built_in_1): ...here.
6391         (do_real_to_int_conversion, fold_const_builtin_pow)
6392         (fold_const_builtin_logb, fold_const_builtin_significand)
6393         (fold_const_builtin_load_exponent, do_mpfr_arg1, do_mpfr_arg2)
6394         (do_mpfr_arg3, do_mpfr_sincos, do_mpfr_bessel_n, do_mpc_arg1): Delete.
6395         (fold_builtin_sincos): Use fold_const_call to handle constants.
6396         (fold_builtin_1, fold_builtin_2, fold_builtin_3): Add explicit
6397         checks for ERROR_MARK.  Use fold_const_call to handle constant
6398         folds for math functions.
6399         (fold_fma): Move to fold-const-call.c.
6400         * fold-const.c: Include fold-const-call.h.
6401         * Makefile.in (OBJS): Add fold-const-call.o.
6402         (PLUGIN_HEADERS): Add fold-const-call.h.
6403         * realmpfr.h (real_from_mpfr): Allow the format to be specified
6404         directly.
6405         * realmpfr.c (real_from_mpfr): Likewise.
6406         * fold-const-call.h, fold-const-call.c: New files.
6408 2015-11-02  Julian Brown  <julian@codesourcery.com>
6410         * config/arm/neon-testgen.ml (emit_epilogue): Remove extraneous
6411         brackets and semicolon.
6413 2015-11-02  Alan Lawrence  <alan.lawrence@arm.com>
6415         Revert:
6416         2015-10-27  Alan Lawrence  <alan.lawrence@arm.com>
6418         PR tree-optimization/65963
6419         * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
6420         LSHIFT_EXPRs as equivalent MULT_EXPRs.
6422 2015-11-02  Thomas Schwinge  <thomas@codesourcery.com>
6424         PR middle-end/68166
6425         * fold-const.c: Include "md5.h".
6427 2015-11-01  Jeff Law <law@redhat.com>
6429         * vmsdbgout.c: Revert unused header file reduction patch.
6431         * config/mcore/mcore.c: Include regs.h.
6433 2015-10-31  Segher Boessenkool  <segher@kernel.crashing.org>
6435         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Rewrite.
6437 2015-10-31  Segher Boessenkool  <segher@kernel.crashing.org>
6439         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Use the
6440         same condition for testing whether RS6000_PIC_OFFSET_TABLE_REGNUM is
6441         live as for using it elsewhere, for TARGET_MINIMAL_TOC.
6443 2015-10-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
6445         * ggc-common.c: Restore needed header for checking=release.
6447 2015-10-31  Tom de Vries  <tom@codesourcery.com>
6449         * fold-const.c (fold_unary_loc): Tune POINTER_PLUS_EXPR folding.
6451 2015-10-31  Tom de Vries  <tom@codesourcery.com>
6453         * tree-ssa-structalias.c (intra_create_variable_infos): Don't expect
6454         existing varinfo for arguments.
6456 2015-10-31  Tom de Vries  <tom@codesourcery.com>
6458         * tree-ssa-structalias.c (ipa_pta_execute): Add extra arg to call to
6459         create_function_info_for.  Dump constraints generated during
6460         create_function_info_for. Move intra_create_variable_infos call and
6461         function-return-values-escape bit to ...
6462         (create_function_info_for): ... here, and merge
6463         intra_create_variable_infos call with argument loop.  Add and handle
6464         nonlocal_p parameter.
6466 2015-10-31  Tom de Vries  <tom@codesourcery.com>
6468         * tree-ssa-structalias.c (create_function_info_for): Make sure prev_vi
6469         updating is alap, and seperated from preceding code.  Make sure
6470         insert_vi_for_tree is seperated from surrounding code.
6472 2015-10-31  Tom de Vries  <tom@codesourcery.com>
6474         * tree-ssa-structalias.c (ipa_pta_execute): Use make_copy_constraint.
6476 2015-10-30  Jeff Law <law@redhat.com>
6477             Nathan Sidwell  <nathan@acm.org>
6479         * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Avoid warning on unused
6480         args.
6481         (MOVE_MAX): Set to 8.
6483 2015-10-30  Cesar Philippidis  <cesar@codesourcery.com>
6485         * cgraph.c: Include context.h for offloading.
6486         * varpool.c: Include context.h and omp-low.h.
6488 2015-10-30  Anatoly Sokolov  <aesok@post.ru>
6490         * rtl.h (contains_symbol_ref_p): Declare.
6491         (SYMBOL_REF_P): Define.
6492         * rtlanal.c (contains_symbol_ref_p: New function.
6493         * lra-constraints.c (contains_symbol_ref_p): Remove.
6494         * var-tracking.c (contains_symbol_ref): Remove.
6495         (track_expr_p): Use contains_symbol_ref_p instead of
6496         contains_symbol_ref.
6498 2015-10-30  Alan Lawrence  <alan.lawrence@arm.com>
6500         * gimple-fold.c (fold_array_ctor_reference): Move searching code to:
6501         * fold-const.c (get_array_ctor_element_at_index): New.
6502         (fold): Remove binary-search through CONSTRUCTOR, call previous.
6504         * fold-const.h (get_array_ctor_element_at_index): New.
6506 2015-10-30  Evgeny Stupachenko  <evstupac@gmail.com>
6508         * Makefile.in (OBJS): Add multiple_target.o.
6509         * attrib.c (make_attribute): Moved from config/i386/i386.c
6510         * config/i386/i386.c (make_attribute): Deleted.
6511         * multiple_target.c (create_dispatcher_calls): New.
6512         (get_attr_len): Ditto.
6513         (get_attr_str): Ditto.
6514         (separate_attrs): Ditto.
6515         (is_valid_asm_symbol): Ditto.
6516         (create_new_asm_name): Ditto.
6517         (create_target_clone): Ditto.
6518         (expand_target_clones): Ditto.
6519         (ipa_target_clone): Ditto.
6520         (ipa_dispatcher_calls): Ditto.
6521         * passes.def (pass_target_clone): Two new ipa passes.
6522         * tree-pass.h (make_pass_target_clone): Ditto.
6523         * doc/extend.texi (target_clones): New attribute description.
6525 2015-10-30  Vladimir Makarov  <vmakarov@redhat.com>
6527         PR rtl-optimization/68106
6528         * lra-remat.c (input_regno_present_p): Process hard regs
6529         explicitly present in machine description insns.
6530         (call_used_input_regno_present_p): Ditto.
6531         (calculate_gen_cands): Ditto.
6532         (do_remat): Ditto.
6534 2015-10-30  Jim Wilson  <jim.wilson@linaro.org>
6536         * config/arm/neon-testgen.ml: Fix comment typo.
6538 2015-10-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6540         * rtlanal.c (reg_set_p): Expand function comment.
6542 2015-10-30  Andrew MacLeod  <amacleod@redhat.com>
6544         * alias.c: Remove unused headers.
6545         * asan.c: Likewise.
6546         * attribs.c: Likewise.
6547         * auto-inc-dec.c: Likewise.
6548         * auto-profile.c: Likewise.
6549         * bb-reorder.c: Likewise.
6550         * bitmap.c: Likewise.
6551         * bt-load.c: Likewise.
6552         * builtins.c: Likewise.
6553         * caller-save.c: Likewise.
6554         * calls.c: Likewise.
6555         * ccmp.c: Likewise.
6556         * cfg.c: Likewise.
6557         * cfganal.c: Likewise.
6558         * cfgbuild.c: Likewise.
6559         * cfgcleanup.c: Likewise.
6560         * cfgexpand.c: Likewise.
6561         * cfghooks.c: Likewise.
6562         * cfgloop.c: Likewise.
6563         * cfgloopanal.c: Likewise.
6564         * cfgloopmanip.c: Likewise.
6565         * cfgrtl.c: Likewise.
6566         * cgraph.c: Likewise.
6567         * cgraphbuild.c: Likewise.
6568         * cgraphclones.c: Likewise.
6569         * cgraphunit.c: Likewise.
6570         * cilk-common.c: Likewise.
6571         * combine-stack-adj.c: Likewise.
6572         * combine.c: Likewise.
6573         * compare-elim.c: Likewise.
6574         * convert.c: Likewise.
6575         * coverage.c: Likewise.
6576         * cppbuiltin.c: Likewise.
6577         * cprop.c: Likewise.
6578         * cse.c: Likewise.
6579         * cselib.c: Likewise.
6580         * data-streamer-in.c: Likewise.
6581         * data-streamer-out.c: Likewise.
6582         * data-streamer.c: Likewise.
6583         * dbxout.c: Likewise.
6584         * dce.c: Likewise.
6585         * ddg.c: Likewise.
6586         * debug.c: Likewise.
6587         * df-core.c: Likewise.
6588         * df-problems.c: Likewise.
6589         * df-scan.c: Likewise.
6590         * dfp.c: Likewise.
6591         * dojump.c: Likewise.
6592         * dominance.c: Likewise.
6593         * domwalk.c: Likewise.
6594         * double-int.c: Likewise.
6595         * dse.c: Likewise.
6596         * dumpfile.c: Likewise.
6597         * dwarf2asm.c: Likewise.
6598         * dwarf2cfi.c: Likewise.
6599         * dwarf2out.c: Likewise.
6600         * emit-rtl.c: Likewise.
6601         * except.c: Likewise.
6602         * explow.c: Likewise.
6603         * expmed.c: Likewise.
6604         * expr.c: Likewise.
6605         * final.c: Likewise.
6606         * fixed-value.c: Likewise.
6607         * fold-const.c: Likewise.
6608         * function.c: Likewise.
6609         * fwprop.c: Likewise.
6610         * gcse.c: Likewise.
6611         * generic-match-head.c: Likewise.
6612         * ggc-common.c: Likewise.
6613         * gimple-builder.c: Likewise.
6614         * gimple-expr.c: Likewise.
6615         * gimple-fold.c: Likewise.
6616         * gimple-iterator.c: Likewise.
6617         * gimple-low.c: Likewise.
6618         * gimple-match-head.c: Likewise.
6619         * gimple-pretty-print.c: Likewise.
6620         * gimple-ssa-isolate-paths.c: Likewise.
6621         * gimple-ssa-strength-reduction.c: Likewise.
6622         * gimple-streamer-in.c: Likewise.
6623         * gimple-streamer-out.c: Likewise.
6624         * gimple-walk.c: Likewise.
6625         * gimple.c: Likewise.
6626         * gimplify-me.c: Likewise.
6627         * gimplify.c: Likewise.
6628         * godump.c: Likewise.
6629         * graph.c: Likewise.
6630         * graphds.c: Likewise.
6631         * haifa-sched.c: Likewise.
6632         * hw-doloop.c: Likewise.
6633         * ifcvt.c: Likewise.
6634         * init-regs.c: Likewise.
6635         * internal-fn.c: Likewise.
6636         * ipa-chkp.c: Likewise.
6637         * ipa-comdats.c: Likewise.
6638         * ipa-cp.c: Likewise.
6639         * ipa-devirt.c: Likewise.
6640         * ipa-icf-gimple.c: Likewise.
6641         * ipa-icf.c: Likewise.
6642         * ipa-inline-analysis.c: Likewise.
6643         * ipa-inline-transform.c: Likewise.
6644         * ipa-inline.c: Likewise.
6645         * ipa-polymorphic-call.c: Likewise.
6646         * ipa-profile.c: Likewise.
6647         * ipa-prop.c: Likewise.
6648         * ipa-pure-const.c: Likewise.
6649         * ipa-ref.c: Likewise.
6650         * ipa-reference.c: Likewise.
6651         * ipa-split.c: Likewise.
6652         * ipa-utils.c: Likewise.
6653         * ipa-visibility.c: Likewise.
6654         * ipa.c: Likewise.
6655         * ira-build.c: Likewise.
6656         * ira-color.c: Likewise.
6657         * ira-conflicts.c: Likewise.
6658         * ira-costs.c: Likewise.
6659         * ira-emit.c: Likewise.
6660         * ira-lives.c: Likewise.
6661         * ira.c: Likewise.
6662         * jump.c: Likewise.
6663         * langhooks.c: Likewise.
6664         * lcm.c: Likewise.
6665         * lists.c: Likewise.
6666         * loop-doloop.c: Likewise.
6667         * loop-init.c: Likewise.
6668         * loop-invariant.c: Likewise.
6669         * loop-iv.c: Likewise.
6670         * loop-unroll.c: Likewise.
6671         * lower-subreg.c: Likewise.
6672         * lra-assigns.c: Likewise.
6673         * lra-coalesce.c: Likewise.
6674         * lra-constraints.c: Likewise.
6675         * lra-eliminations.c: Likewise.
6676         * lra-lives.c: Likewise.
6677         * lra-remat.c: Likewise.
6678         * lra-spills.c: Likewise.
6679         * lra.c: Likewise.
6680         * lto-cgraph.c: Likewise.
6681         * lto-compress.c: Likewise.
6682         * lto-opts.c: Likewise.
6683         * lto-section-in.c: Likewise.
6684         * lto-section-out.c: Likewise.
6685         * lto-streamer-in.c: Likewise.
6686         * lto-streamer-out.c: Likewise.
6687         * lto-streamer.c: Likewise.
6688         * mcf.c: Likewise.
6689         * mode-switching.c: Likewise.
6690         * modulo-sched.c: Likewise.
6691         * optabs.c: Likewise.
6692         * opts-global.c: Likewise.
6693         * passes.c: Likewise.
6694         * plugin.c: Likewise.
6695         * postreload-gcse.c: Likewise.
6696         * postreload.c: Likewise.
6697         * predict.c: Likewise.
6698         * print-tree.c: Likewise.
6699         * profile.c: Likewise.
6700         * real.c: Likewise.
6701         * realmpfr.c: Likewise.
6702         * recog.c: Likewise.
6703         * ree.c: Likewise.
6704         * reg-stack.c: Likewise.
6705         * regcprop.c: Likewise.
6706         * reginfo.c: Likewise.
6707         * regrename.c: Likewise.
6708         * regstat.c: Likewise.
6709         * reload.c: Likewise.
6710         * reload1.c: Likewise.
6711         * reorg.c: Likewise.
6712         * resource.c: Likewise.
6713         * rtl-chkp.c: Likewise.
6714         * rtl-error.c: Likewise.
6715         * rtlanal.c: Likewise.
6716         * rtlhooks.c: Likewise.
6717         * sanopt.c: Likewise.
6718         * sched-deps.c: Likewise.
6719         * sched-ebb.c: Likewise.
6720         * sched-rgn.c: Likewise.
6721         * sdbout.c: Likewise.
6722         * sel-sched-dump.c: Likewise.
6723         * sel-sched-ir.c: Likewise.
6724         * sel-sched.c: Likewise.
6725         * sese.c: Likewise.
6726         * shrink-wrap.c: Likewise.
6727         * simplify-rtx.c: Likewise.
6728         * stack-ptr-mod.c: Likewise.
6729         * statistics.c: Likewise.
6730         * stmt.c: Likewise.
6731         * stor-layout.c: Likewise.
6732         * store-motion.c: Likewise.
6733         * stringpool.c: Likewise.
6734         * symtab.c: Likewise.
6735         * target-globals.c: Likewise.
6736         * targhooks.c: Likewise.
6737         * toplev.c: Likewise.
6738         * tracer.c: Likewise.
6739         * trans-mem.c: Likewise.
6740         * tree-affine.c: Likewise.
6741         * tree-call-cdce.c: Likewise.
6742         * tree-cfg.c: Likewise.
6743         * tree-cfgcleanup.c: Likewise.
6744         * tree-chkp-opt.c: Likewise.
6745         * tree-chkp.c: Likewise.
6746         * tree-chrec.c: Likewise.
6747         * tree-complex.c: Likewise.
6748         * tree-data-ref.c: Likewise.
6749         * tree-dfa.c: Likewise.
6750         * tree-diagnostic.c: Likewise.
6751         * tree-dump.c: Likewise.
6752         * tree-eh.c: Likewise.
6753         * tree-emutls.c: Likewise.
6754         * tree-if-conv.c: Likewise.
6755         * tree-inline.c: Likewise.
6756         * tree-into-ssa.c: Likewise.
6757         * tree-iterator.c: Likewise.
6758         * tree-loop-distribution.c: Likewise.
6759         * tree-nested.c: Likewise.
6760         * tree-nrv.c: Likewise.
6761         * tree-object-size.c: Likewise.
6762         * tree-outof-ssa.c: Likewise.
6763         * tree-parloops.c: Likewise.
6764         * tree-phinodes.c: Likewise.
6765         * tree-predcom.c: Likewise.
6766         * tree-pretty-print.c: Likewise.
6767         * tree-profile.c: Likewise.
6768         * tree-scalar-evolution.c: Likewise.
6769         * tree-sra.c: Likewise.
6770         * tree-ssa-address.c: Likewise.
6771         * tree-ssa-alias.c: Likewise.
6772         * tree-ssa-ccp.c: Likewise.
6773         * tree-ssa-coalesce.c: Likewise.
6774         * tree-ssa-copy.c: Likewise.
6775         * tree-ssa-dce.c: Likewise.
6776         * tree-ssa-dse.c: Likewise.
6777         * tree-ssa-forwprop.c: Likewise.
6778         * tree-ssa-ifcombine.c: Likewise.
6779         * tree-ssa-live.c: Likewise.
6780         * tree-ssa-loop-ch.c: Likewise.
6781         * tree-ssa-loop-im.c: Likewise.
6782         * tree-ssa-loop-ivcanon.c: Likewise.
6783         * tree-ssa-loop-ivopts.c: Likewise.
6784         * tree-ssa-loop-manip.c: Likewise.
6785         * tree-ssa-loop-niter.c: Likewise.
6786         * tree-ssa-loop-prefetch.c: Likewise.
6787         * tree-ssa-loop-unswitch.c: Likewise.
6788         * tree-ssa-loop.c: Likewise.
6789         * tree-ssa-math-opts.c: Likewise.
6790         * tree-ssa-operands.c: Likewise.
6791         * tree-ssa-phiopt.c: Likewise.
6792         * tree-ssa-phiprop.c: Likewise.
6793         * tree-ssa-pre.c: Likewise.
6794         * tree-ssa-propagate.c: Likewise.
6795         * tree-ssa-reassoc.c: Likewise.
6796         * tree-ssa-scopedtables.c: Likewise.
6797         * tree-ssa-sink.c: Likewise.
6798         * tree-ssa-strlen.c: Likewise.
6799         * tree-ssa-structalias.c: Likewise.
6800         * tree-ssa-tail-merge.c: Likewise.
6801         * tree-ssa-ter.c: Likewise.
6802         * tree-ssa-threadupdate.c: Likewise.
6803         * tree-ssa-uncprop.c: Likewise.
6804         * tree-ssa-uninit.c: Likewise.
6805         * tree-ssa.c: Likewise.
6806         * tree-ssanames.c: Likewise.
6807         * tree-stdarg.c: Likewise.
6808         * tree-streamer-in.c: Likewise.
6809         * tree-streamer-out.c: Likewise.
6810         * tree-streamer.c: Likewise.
6811         * tree-switch-conversion.c: Likewise.
6812         * tree-tailcall.c: Likewise.
6813         * tree-vect-data-refs.c: Likewise.
6814         * tree-vect-generic.c: Likewise.
6815         * tree-vect-loop-manip.c: Likewise.
6816         * tree-vect-loop.c: Likewise.
6817         * tree-vect-patterns.c: Likewise.
6818         * tree-vect-slp.c: Likewise.
6819         * tree-vect-stmts.c: Likewise.
6820         * tree-vectorizer.c: Likewise.
6821         * tree-vrp.c: Likewise.
6822         * tree.c: Likewise.
6823         * tsan.c: Likewise.
6824         * ubsan.c: Likewise.
6825         * value-prof.c: Likewise.
6826         * var-tracking.c: Likewise.
6827         * varasm.c: Likewise.
6828         * varpool.c: Likewise.
6829         * vmsdbgout.c: Likewise.
6830         * vtable-verify.c: Likewise.
6831         * web.c: Likewise.
6832         * wide-int-print.cc: Likewise.
6833         * wide-int.cc: Likewise.
6834         * xcoffout.c: Likewise.
6836 2015-10-30  James Greenhalgh  <james.greenhalgh@arm.com>
6838         * doc/invoke.texi (fdump-rtl-@var{pass}): Clarify relationship
6839         between pass numbering and execution order.
6841 2015-10-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6843         * config/arm/arm.c (cortex_a9_sched_adjust_cost): Use reg_set_p to
6844         check for dependencies.
6846 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
6848         * tree-ssa-math-opts.c (pass_cse_sincos::execute): Don't free
6849         CDI_DOMINATORS.
6851 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
6853         * real.h (format_helper): New.
6854         (real_convert, exact_real_truncate, real_from_string3, real_to_target)
6855         (real_from_target, real_nan, real_2expN, real_value_truncate)
6856         (significand_size, real_from_string2, exact_real_inverse)
6857         (exact_real_inverse, real_powi, real_trunc, real_floor, real_ceil)
6858         (real_round, real_isinteger, real_from_integer): Replace
6859         machine_mode arguments with format_helper arguments.
6860         * real.c (exact_real_inverse, real_from_string2, real_from_string3)
6861         (real_from_integer, real_nan, real_2expN, real_convert)
6862         (real_value_truncate, exact_real_truncate, real_to_target)
6863         (real_from_target, significand_size, real_powi, real_trunc)
6864         (real_floor, real_ceil, real_round, real_isinteger): Replace
6865         machine_mode arguments with format_helper arguments.
6866         (real_to_target_fmt, real_from_target_fmt): Delete.
6867         * dfp.h (decimal_real_convert): Replace mode argument with real_format.
6868         * dfp.c (decimal_to_binary, decimal_real_convert): Replace mode
6869         argument with real_format.
6870         * builtins.c (do_real_to_int_conversion): Update type of fn argument.
6872 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
6874         * fixed-value.c (check_real_for_fixed_mode, fixed_from_string)
6875         (fixed_to_decimal, fixed_convert_from_real)
6876         (real_convert_from_fixed): Fix mode arguments to real_2expN.
6878 2015-10-30  Richard Sandiford  <richard.sandiford@arm.com>
6880         * real.h (REAL_MODE_FORMAT): Abort if the mode isn't a
6881         SCALAR_FLOAT_MODE_P.
6883 2015-10-30  Alan Lawrence  <alan.lawrence@arm.com>
6885         * tree-sra.c (scalarizable_type_p): Comment variable-length arrays.
6886         (completely_scalarize): Comment zero-length arrays.
6887         (get_access_replacement): Correct comment re. precondition.
6889 2015-10-30  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
6891         * config/i386/i386.c (get_builtin_code_for_version): Set priority
6892         for PROCESSOR_ZNVER1.
6893         (enum processor_model): Add M_AMDFAM17H_znver1.
6894         (struct arch_names_table): Likewise.
6895         * doc/extend.texi: ADD znver1.
6897 2015-10-30  Richard Biener  <rguenther@suse.de>
6899         * gimple-fold.c (fold_gimple_assign): Do not dispatch to
6900         fold () on single RHSs.  Allow CONSTRUCTORS with trailing
6901         zeros to be folded to VECTOR_CSTs.
6902         * tree.c (build_vector_from_ctor): Handle VECTOR_CST elements.
6903         * fold-const.c (fold): Use build_vector_from_ctor.
6905 2015-10-30  Evandro Menezes  <e.menezes@samsung.com>
6907         * config/aarch64/aarch64.md (*movhf_aarch64): Change the type of
6908         "mov %0.h[0], %1.h[0] to "neon_move".
6909         (*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr".
6910         (*cmov<mode>_insn): Change the types of "mov %<w>0, {-1,1}" to
6911         "mov_imm".
6912         (*cmovsi_insn_uxtw): Likewise.
6914 2015-10-30  Tom de Vries  <tom@codesourcery.com>
6916         * tree-ssa-structalias.c (ipa_pta_execute): Declare variable from as
6917         unsigned, and initialize, and use initial value instead of hardcoded
6918         constant.  Add generic constraints dumping section.  Don't dump global
6919         initializers constraints dumping section if empty.  Don't update
6920         variable from if unused.
6922 2015-10-29  Mikhail Maltsev  <maltsevm@gmail.com>
6924         * config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert,
6925         flag_checking and/or CHECKING_P to eliminate conditional compilation
6926         on ENABLE_CHECKING.
6927         * config/arm/arm.c (arm_unwind_emit_sequence): Likewise.
6928         * config/bfin/bfin.c (hwloop_optimize): Likewise.
6929         * config/i386/i386.c (ix86_print_operand_address): Likewise.
6930         (output_387_binary_op): Likewise.
6931         * config/ia64/ia64.c (ia64_sched_init, bundling): Likewise.
6932         * config/m68k/m68k.c (m68k_sched_md_init_global): Likewise.
6933         * config/rs6000/rs6000.c (htm_expand_builtin, rs6000_emit_prologue):
6934         Likewise.
6935         * config/rs6000/rs6000.h: Likewise.
6936         * config/visium/visium.c (visium_setup_incoming_varargs): Likewise.
6938 2015-10-29  Kaz Kojima  <kkojima@gcc.gnu.org>
6940         * config/sh/sh.opt (mfdpic): Add missing period.
6942 2015-08-29  Anatoly Sokolov  <aesok@post.ru>
6944         * config/mcore/mcore.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
6945         BASE_REGISTER_RTX_P, INDEX_REGISTER_RTX_P,
6946         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
6947         * config/mcore/mcore.c (mcore_reg_ok_for_base_p,
6948         mcore_base_register_rtx_p, mcore_legitimate_index_p,
6949         mcore_legitimate_address_p): New functions.
6950         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
6952 2015-10-29  Jeff Law  <law@redhat.com>
6954         * tree-ssa-scopedtables.h (const_and_copies): Remove invalidate
6955         method.
6956         * tree-ssa-scopedtables.h (const_and_copies::invalidate): Remove.
6957         * tree-ssa-threadedge.c
6958         (record_temporary_equivalences_from_stmts_at_dest): Remove
6959         backedge_seen argument and associated code which invalidated
6960         equivalences based on the value of that argument.
6961         (thread_through_normal_block): Corresponding changes.
6963 2015-10-29  Segher Boessenkool  <segher@kernel.crashing.org>
6965         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Move this
6966         function earlier in the file.
6967         (first_reg_to_save): Use rs6000_reg_live_or_pic_offset_p instead of
6968         df_regs_ever_live_p.
6970 2015-10-29  Segher Boessenkool  <segher@kernel.crashing.org>
6972         * lra-constraints.c (process_address_1): Handle (mem:BLK (scratch))
6973         by ignoring it.
6975 2015-10-29  Richard Henderson  <rth@redhat.com>
6977         PR target/68124
6978         PR rtl-opt/67609
6979         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
6980         sse check to the exact conditions of PR 67609.
6982 2015-10-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
6984         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Split libfunc
6985         setup into 3 functions: init_float128_ibm, init_float128_ieee, and
6986         rs6000_init_libfuncs. If -mfloat128, add IFmode functions for all
6987         of the traditional names that TFmode uses for handling IEEE
6988         extended double. If -mfloat128, add KFmode functions for all of
6989         the emulation functions. If -mabi=ieeelongdouble and -mfloat128,
6990         make TFmode use the same emulation functions as KFmode.
6991         (init_float128_ibm): Likewise.
6992         (init_float128_ieee): Likewise.
6993         (rs6000_generate_compare): For IEEE 128-bit floating point
6994         comparisons, call the unordered comparison function instead of the
6995         ordered comparison function.
6996         (rs6000_expand_float128_convert): Deal with operands that are
6997         memory operands. Restructure the code to use a switch statement on
6998         the mode. Add support for TFmode defaulting to either IBM extended
6999         double or IEEE 128-bit floating point. If the underlying types are
7000         the same, use a move instead of a conversion function.
7001         (TARGET_C_MODE_FOR_SUFFIX): Define 'q' and 'Q' as the suffix to
7002         use for IEEE 128-bit floating point constants with -mfloat128.
7003         (rs6000_c_mode_for_suffix): Likewise.
7004         (TARGET_INVALID_BINARY_OP): Do not allow inter-mixing of IEEE
7005         128-bit floating point with IBM extended double floating point.
7006         (rs6000_invalid_binary_op): Likewise.
7007         (rs6000_gen_le_vsx_permute): On little endian systems generate a
7008         ROTATE insn instead of VEC_SELECT for IEEE 128-bit floating point
7009         types that can go in vector registers.
7010         (chain_contains_only_swaps): Properly swap IEEE 128-bit floating
7011         point types that can go in vector registers on little endian
7012         PowerPC systems.
7013         (mark_swaps_for_removal): Likewise.
7014         (rs6000_analyze_swaps): Likewise.
7015         (rs6000_mangle_type): Use U10__float128 for IEEE 128-bit floating point.
7017         * config/rs6000/rs6000.md (FLOAT128_SFDFTF): Delete iterator,
7018         rework IEEE 128-bit floating point insns to deal with TFmode being
7019         either IBM extended double or IEEE 128-bit floating point.
7020         (IFKF): Likewise.
7021         (IBM128): Update iterator to add condition that the mode is IBM
7022         extended double.
7023         (IEEE128): New iterator for IEEE 128-bit floating point.
7024         (TFIFKF): Rename TFIFKF iterator to FLOAT128.
7025         (FLOAT128): Likewise.
7026         (signbit<mode>2): FLOAT128_IBM_P condition test moved into IBM128
7027         iterator.
7028         (neg<mode>2): Replace TFIFKF iterator with FLOAT128. Add support
7029         for TFmode being IEEE 128-bit floating point. Use IEEE128 iterator
7030         instead of hard coding TFmode or KFmode.
7031         (negtf2_internal): Likewise.
7032         (neg<mode>2_internal): Likewise.
7033         (abs<mode>2): Likewise.
7034         (abstf2_internal): Likewise.
7035         (abs<mode>2_internal): Likewise.
7036         (ieee_128bit_neg<mode>2): Likewise.
7037         (ieee_128bit_neg<mode>2_internal): Likewise.
7038         (ieee_128bit_abs<mode>2): Likewise.
7039         (ieee_128bit_abs<mode>2_internal): Likewise.
7040         (ieee_128bit_nabs<mode>2): Likewise.
7041         (ieee_128bit_nabs<mode>2_internal): Likewise.
7042         (extendiftf2): Add explicit conversions between 128-bit floating
7043         point types. Drop the old conversions that had become unwieldy.
7044         (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
7045         (extendifkf2): Likewise.
7046         (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
7047         (extendtfkf2): Likewise.
7048         (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
7049         (trunciftf2): Likewise.
7050         (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
7051         (truncifkf2): Likewise.
7052         (float<SDI:mode><IFKF:mode>2): Likewise.
7053         (trunckftf2): Likewise.
7054         (floatuns<SDI:mode><IFKF:mode>2): Likewise.
7055         (trunctfif2): Likewise.
7056         (FP iterator): Allow TFmode to be IEEE 128-bit floating point.
7057         (extenddftf2): Rework 128-bit floating point conversions to
7058         properly handle -mabi=ieeelongdouble. Merge IFmode, TFmode, and
7059         KFmode expanders into one function.
7060         (extenddf<mode>2): Likewise.
7061         (extenddftf2_fprs): Likewise.
7062         (extenddf<mode>2_fprs): Likewise.
7063         (extenddftf2_vsx): Likewise.
7064         (extenddf<mode>2_vsx): Likewise.
7065         (extendsftf2): Likewise.
7066         (extendsf<mode>2): Likewise.
7067         (trunctfdf2): Likewise.
7068         (trunc<mode>df2): Likewise.
7069         (trunctfdf2_internal1): Likewise.
7070         (trunc<mode>df2_internal1): Likewise.
7071         (trunctfdf2_internal2): Likewise.
7072         (trunc<mode>df2_internal2): Likewise.
7073         (trunctfsf2): Likewise.
7074         (trunc<mode>sf2): Likewise.
7075         (trunctfsf2_fprs): Likewise.
7076         (trunc<mode>sf2_fprs): Likewise.
7077         (floatsit2f): Likewise.
7078         (floatsi<mode>2): Likewise.
7079         (fix_trunc_helper): Likewise.
7080         (fix_trunc_helper<mode>): Likewise.
7081         (fix_trunctfsi2): Likewise.
7082         (fix_trunc<mode>si2): Likewise.
7083         (fix_trunctfsi2_fprs): Likewise.
7084         (fix_trunc<mode>si2_fprs): Likewise.
7085         (fix_trunctfsi2_internal): Likewise.
7086         (fix_trunc<mode>si2_internal): Likewise.
7087         (fix_trunctfdi2): Likewise.
7088         (fix_trunc<mode>di2): Likewise.
7089         (fixuns_trunctf<mode>2): Likewise.
7090         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
7091         (floatditf2): Likewise.
7092         (floatdi<mode>2): Likewise.
7093         (floatuns<mode>tf2): Likewise.
7094         (floatuns<SDI:mode><IEEE128:mode>): Likewise.
7095         (cmptf_internal1): Use a mode iterator to add support for both
7096         types (IFmode, TFmode) that support IBM extended double.
7097         (cmp<mode>_internal1): Likewise.
7098         (cmptf_internal2): Likewise.
7099         (cmp<mode>_internal2): Likewise.
7101         * doc/extend.texi (Floating Types): Document __ibm128 and
7102         __float128 on PowerPC.
7104         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
7105         -mfloat128 and -mno-float128.
7107 2015-10-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
7109         * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Add IEEE 128-bit
7110         floating point modes that can go in vector registers.
7111         (MODES_TIEABLE_P): Move tests for vector modes before tests for
7112         scalar floating point, so that IEEE 128-bit floating point that
7113         can go in vector registers bind with vectors and not FP.
7114         (struct rs6000_args): Add libcall field.
7116         * config/rs6000/rs6000.opt (-mfloat128-*): Delete -mfloat128-none
7117         and -mfloat128-software switches.  Replace them with a binary
7118         -mfloat128 switch.
7119         (-mfloat128): Likewise.
7121         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Allow
7122         128-bit floating point types in GPRs, even if the appropriate
7123         option enabling the type was not used.
7124         (rs6000_debug_reg_global): Remove -mfloat128-{software,none}
7125         debugging.
7126         (rs6000_setup_reg_addr_masks): Do not allow pre-increment and
7127         pre-decrement on IEEE 128-bit floating point values.
7128         (rs6000_init_hard_regno_mode_ok): Change test for whether TFmode
7129         is IEEE 128-bit floating point.
7130         (rs6000_init_hard_regno_mode_ok): Add reload handlers for IEEE
7131         128-bit floating point types that can go in vector registers.
7132         (rs6000_option_override_internal): Change -mfloat128-none and
7133         -mfloat128-software to -mfloat128, and move code to be near other
7134         VSX option handling.
7135         (rs6000_option_override_internal): Disable -mfloat128 if we don't
7136         have the Altivec ABI.
7137         (rs6000_init_builtins): Don't make TFmode use either IFmode or
7138         KFmode floating point nodes. Instead, have three separate nodes.
7139         (rs6000_scalar_mode_supported_p): Add support for IFmode to allow
7140         eventually moving the long double default to IEEE 128-bit floating
7141         point.
7142         (rs6000_opt_masks): Add -mfloat128.
7143         (struct rs6000_opt_var): Fix typo in comment.
7144         (init_cumulative_args): Initialize libcall field in
7145         CUMULATIVE_ARGS.
7146         (rs6000_function_arg): Treat library functions as if they had
7147         prototypes to prevent IEEE 128-bit support functions from passing
7148         arguments in both GPRs and vector registers.
7149         (rs6000_arg_partial_bytes): Likewise.
7151         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add -mfloat128 as
7152         an option that can be turned on via -mcpu=<xxx>.
7154         * config/rs6000/rs6000-opts.h (enum float128_type_t): Delete, no
7155         longer used.
7157         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
7158         __FLOAT128__ if -mfloat128. Define __LONG_DOUBLE_IEEE128__ if long
7159         double is IEEE 128-bit. Define __LONG_DOUBLE_IBM128__ if long
7160         double is IBM extended double.
7162         * config/rs6000/predicates.md (reg_or_indexed_operand): Allow
7163         SUBREGs.
7165 2015-10-29  Mikhail Maltsev  <maltsevm@gmail.com>
7167         * genautomata.c: Use CHECKING_P instead of ENABLE_CHECKING.
7168         * genconditions.c: Define CHECKING_P in the generated code.
7169         * genextract.c: Use flag_checking in insn_extract.
7170         * gengtype.c (main): Remove conditional compilation.
7171         * gengtype.h: Likewise.
7173 2015-10-29  Jeff Law  <law@redhat.com>
7175         PR tree-optimization/67892
7176         * tree-ssa-threadedge.c (simplify_controL_stmt_condition): Fix typo
7177         in comment.
7178         (thread_through_normal_block): If we have seen a backedge, then
7179         do nothing.  No longer call find_jump_threads_backwards here.
7180         (thread_across_edge): Use find_jump_threads_backwards to find
7181         jump threads if the old style threader was not successful.
7182         * tree-ssa-threadbackward.c (get_gimple_control_stmt): Use
7183         gsi_last_nondebug_bb.  Return NULL if the block does not end
7184         with a control statement.
7185         (find_jump_threads_backwards): Setup code moved here from
7186         tree-ssa-threadedge.c::thread_through_normal_block.  Accept
7187         single edge argument instead of name & block.
7188         * tree-ssa-threadbackward.h (find_jump_threads_backwards): Update
7189         prototype.
7191 2015-10-29  Tom de Vries  <tom@codesourcery.com>
7193         * fold-const.c (fold_unary_loc): Remove folding inhibition for restrict
7194         types.
7196 2015-10-29  Nathan Sidwell  <nathan@codesourcery.com>
7198         * omp-low.c (lower_omp_target): Remove unreachable code & merge
7199         ifs.
7201 2015-10-29  Marc Glisse  <marc.glisse@inria.fr>
7203         * match.pd (X-(X/Y)*Y): Properly handle conversions and commutativity.
7205 2015-10-29  Richard Sandiford  <richard.sandiford@arm.com>
7207         * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
7208         guard_bb0 and use guard_bb throughout.
7210 2015-10-29  Richard Sandiford  <richard.sandiford@arm.com>
7212         * tree-call-cdce.c (shrink_wrap_one_built_in_call): Remove
7213         unnecessary label.
7215 2015-10-29  Richard Biener  <rguenther@suse.de>
7217         PR middle-end/68142
7218         * fold-const.c (extract_muldiv_1): Avoid introducing undefined
7219         overflow.
7221 2015-10-29  Andrew MacLeod  <amacleod@redhat.com>
7223         * alias.c: Reorder #include statements and remove duplicates.
7224         * asan.c: Likewise.
7225         * attribs.c: Likewise.
7226         * auto-inc-dec.c: Likewise.
7227         * auto-profile.c: Likewise.
7228         * bb-reorder.c: Likewise.
7229         * bt-load.c: Likewise.
7230         * builtins.c: Likewise.
7231         * caller-save.c: Likewise.
7232         * calls.c: Likewise.
7233         * ccmp.c: Likewise.
7234         * cfg.c: Likewise.
7235         * cfganal.c: Likewise.
7236         * cfgbuild.c: Likewise.
7237         * cfgcleanup.c: Likewise.
7238         * cfgexpand.c: Likewise.
7239         * cfghooks.c: Likewise.
7240         * cfgloop.c: Likewise.
7241         * cfgloopanal.c: Likewise.
7242         * cfgloopmanip.c: Likewise.
7243         * cfgrtl.c: Likewise.
7244         * cgraph.c: Likewise.
7245         * cgraphbuild.c: Likewise.
7246         * cgraphclones.c: Likewise.
7247         * cgraphunit.c: Likewise.
7248         * cilk-common.c: Likewise.
7249         * combine-stack-adj.c: Likewise.
7250         * combine.c: Likewise.
7251         * compare-elim.c: Likewise.
7252         * convert.c: Likewise.
7253         * coverage.c: Likewise.
7254         * cppbuiltin.c: Likewise.
7255         * cprop.c: Likewise.
7256         * cse.c: Likewise.
7257         * cselib.c: Likewise.
7258         * data-streamer-in.c: Likewise.
7259         * data-streamer-out.c: Likewise.
7260         * data-streamer.c: Likewise.
7261         * dbxout.c: Likewise.
7262         * dce.c: Likewise.
7263         * ddg.c: Likewise.
7264         * debug.c: Likewise.
7265         * df-core.c: Likewise.
7266         * df-problems.c: Likewise.
7267         * df-scan.c: Likewise.
7268         * dfp.c: Likewise.
7269         * dojump.c: Likewise.
7270         * dominance.c: Likewise.
7271         * double-int.c: Likewise.
7272         * dse.c: Likewise.
7273         * dumpfile.c: Likewise.
7274         * dwarf2asm.c: Likewise.
7275         * dwarf2cfi.c: Likewise.
7276         * dwarf2out.c: Likewise.
7277         * emit-rtl.c: Likewise.
7278         * except.c: Likewise.
7279         * explow.c: Likewise.
7280         * expmed.c: Likewise.
7281         * expr.c: Likewise.
7282         * final.c: Likewise.
7283         * fixed-value.c: Likewise.
7284         * fold-const.c: Likewise.
7285         * function.c: Likewise.
7286         * fwprop.c: Likewise.
7287         * gcse.c: Likewise.
7288         * generic-match-head.c: Likewise.
7289         * ggc-common.c: Likewise.
7290         * gimple-builder.c: Likewise.
7291         * gimple-expr.c: Likewise.
7292         * gimple-fold.c: Likewise.
7293         * gimple-iterator.c: Likewise.
7294         * gimple-low.c: Likewise.
7295         * gimple-match-head.c: Likewise.
7296         * gimple-pretty-print.c: Likewise.
7297         * gimple-ssa-isolate-paths.c: Likewise.
7298         * gimple-ssa-strength-reduction.c: Likewise.
7299         * gimple-streamer-in.c: Likewise.
7300         * gimple-streamer-out.c: Likewise.
7301         * gimple-walk.c: Likewise.
7302         * gimple.c: Likewise.
7303         * gimplify-me.c: Likewise.
7304         * gimplify.c: Likewise.
7305         * godump.c: Likewise.
7306         * graph.c: Likewise.
7307         * graphite-poly.c: Likewise.
7308         * haifa-sched.c: Likewise.
7309         * hw-doloop.c: Likewise.
7310         * ifcvt.c: Likewise.
7311         * incpath.c: Likewise.
7312         * init-regs.c: Likewise.
7313         * internal-fn.c: Likewise.
7314         * ipa-chkp.c: Likewise.
7315         * ipa-comdats.c: Likewise.
7316         * ipa-cp.c: Likewise.
7317         * ipa-devirt.c: Likewise.
7318         * ipa-icf-gimple.c: Likewise.
7319         * ipa-icf.c: Likewise.
7320         * ipa-inline-analysis.c: Likewise.
7321         * ipa-inline-transform.c: Likewise.
7322         * ipa-inline.c: Likewise.
7323         * ipa-polymorphic-call.c: Likewise.
7324         * ipa-profile.c: Likewise.
7325         * ipa-prop.c: Likewise.
7326         * ipa-pure-const.c: Likewise.
7327         * ipa-ref.c: Likewise.
7328         * ipa-reference.c: Likewise.
7329         * ipa-split.c: Likewise.
7330         * ipa-utils.c: Likewise.
7331         * ipa-visibility.c: Likewise.
7332         * ipa.c: Likewise.
7333         * ira-build.c: Likewise.
7334         * ira-color.c: Likewise.
7335         * ira-conflicts.c: Likewise.
7336         * ira-costs.c: Likewise.
7337         * ira-emit.c: Likewise.
7338         * ira-lives.c: Likewise.
7339         * ira.c: Likewise.
7340         * jump.c: Likewise.
7341         * langhooks.c: Likewise.
7342         * lcm.c: Likewise.
7343         * lists.c: Likewise.
7344         * loop-doloop.c: Likewise.
7345         * loop-init.c: Likewise.
7346         * loop-invariant.c: Likewise.
7347         * loop-iv.c: Likewise.
7348         * loop-unroll.c: Likewise.
7349         * lower-subreg.c: Likewise.
7350         * lra-assigns.c: Likewise.
7351         * lra-coalesce.c: Likewise.
7352         * lra-constraints.c: Likewise.
7353         * lra-eliminations.c: Likewise.
7354         * lra-lives.c: Likewise.
7355         * lra-remat.c: Likewise.
7356         * lra-spills.c: Likewise.
7357         * lra.c: Likewise.
7358         * lto-cgraph.c: Likewise.
7359         * lto-compress.c: Likewise.
7360         * lto-opts.c: Likewise.
7361         * lto-section-in.c: Likewise.
7362         * lto-section-out.c: Likewise.
7363         * lto-streamer-in.c: Likewise.
7364         * lto-streamer-out.c: Likewise.
7365         * lto-streamer.c: Likewise.
7366         * mode-switching.c: Likewise.
7367         * modulo-sched.c: Likewise.
7368         * omp-low.c: Likewise.
7369         * optabs.c: Likewise.
7370         * opts-global.c: Likewise.
7371         * passes.c: Likewise.
7372         * plugin.c: Likewise.
7373         * postreload-gcse.c: Likewise.
7374         * postreload.c: Likewise.
7375         * predict.c: Likewise.
7376         * print-tree.c: Likewise.
7377         * profile.c: Likewise.
7378         * real.c: Likewise.
7379         * realmpfr.c: Likewise.
7380         * recog.c: Likewise.
7381         * ree.c: Likewise.
7382         * reg-stack.c: Likewise.
7383         * regcprop.c: Likewise.
7384         * reginfo.c: Likewise.
7385         * regrename.c: Likewise.
7386         * regstat.c: Likewise.
7387         * reload.c: Likewise.
7388         * reload1.c: Likewise.
7389         * reorg.c: Likewise.
7390         * resource.c: Likewise.
7391         * rtl-chkp.c: Likewise.
7392         * rtl-error.c: Likewise.
7393         * rtlanal.c: Likewise.
7394         * rtlhooks.c: Likewise.
7395         * sanopt.c: Likewise.
7396         * sched-deps.c: Likewise.
7397         * sched-ebb.c: Likewise.
7398         * sched-rgn.c: Likewise.
7399         * sese.c: Likewise.
7400         * shrink-wrap.c: Likewise.
7401         * simplify-rtx.c: Likewise.
7402         * stack-ptr-mod.c: Likewise.
7403         * statistics.c: Likewise.
7404         * stmt.c: Likewise.
7405         * stor-layout.c: Likewise.
7406         * store-motion.c: Likewise.
7407         * stringpool.c: Likewise.
7408         * symtab.c: Likewise.
7409         * target-globals.c: Likewise.
7410         * targhooks.c: Likewise.
7411         * toplev.c: Likewise.
7412         * tracer.c: Likewise.
7413         * trans-mem.c: Likewise.
7414         * tree-affine.c: Likewise.
7415         * tree-call-cdce.c: Likewise.
7416         * tree-cfg.c: Likewise.
7417         * tree-cfgcleanup.c: Likewise.
7418         * tree-chkp-opt.c: Likewise.
7419         * tree-chkp.c: Likewise.
7420         * tree-chrec.c: Likewise.
7421         * tree-complex.c: Likewise.
7422         * tree-data-ref.c: Likewise.
7423         * tree-dfa.c: Likewise.
7424         * tree-diagnostic.c: Likewise.
7425         * tree-dump.c: Likewise.
7426         * tree-eh.c: Likewise.
7427         * tree-emutls.c: Likewise.
7428         * tree-if-conv.c: Likewise.
7429         * tree-inline.c: Likewise.
7430         * tree-into-ssa.c: Likewise.
7431         * tree-iterator.c: Likewise.
7432         * tree-loop-distribution.c: Likewise.
7433         * tree-nested.c: Likewise.
7434         * tree-nrv.c: Likewise.
7435         * tree-object-size.c: Likewise.
7436         * tree-outof-ssa.c: Likewise.
7437         * tree-parloops.c: Likewise.
7438         * tree-phinodes.c: Likewise.
7439         * tree-predcom.c: Likewise.
7440         * tree-pretty-print.c: Likewise.
7441         * tree-profile.c: Likewise.
7442         * tree-scalar-evolution.c: Likewise.
7443         * tree-sra.c: Likewise.
7444         * tree-ssa-address.c: Likewise.
7445         * tree-ssa-alias.c: Likewise.
7446         * tree-ssa-ccp.c: Likewise.
7447         * tree-ssa-coalesce.c: Likewise.
7448         * tree-ssa-copy.c: Likewise.
7449         * tree-ssa-dce.c: Likewise.
7450         * tree-ssa-dom.c: Likewise.
7451         * tree-ssa-dse.c: Likewise.
7452         * tree-ssa-forwprop.c: Likewise.
7453         * tree-ssa-ifcombine.c: Likewise.
7454         * tree-ssa-live.c: Likewise.
7455         * tree-ssa-loop-ch.c: Likewise.
7456         * tree-ssa-loop-im.c: Likewise.
7457         * tree-ssa-loop-ivcanon.c: Likewise.
7458         * tree-ssa-loop-ivopts.c: Likewise.
7459         * tree-ssa-loop-manip.c: Likewise.
7460         * tree-ssa-loop-niter.c: Likewise.
7461         * tree-ssa-loop-prefetch.c: Likewise.
7462         * tree-ssa-loop-unswitch.c: Likewise.
7463         * tree-ssa-loop.c: Likewise.
7464         * tree-ssa-math-opts.c: Likewise.
7465         * tree-ssa-operands.c: Likewise.
7466         * tree-ssa-phiopt.c: Likewise.
7467         * tree-ssa-phiprop.c: Likewise.
7468         * tree-ssa-pre.c: Likewise.
7469         * tree-ssa-propagate.c: Likewise.
7470         * tree-ssa-reassoc.c: Likewise.
7471         * tree-ssa-sccvn.c: Likewise.
7472         * tree-ssa-scopedtables.c: Likewise.
7473         * tree-ssa-sink.c: Likewise.
7474         * tree-ssa-strlen.c: Likewise.
7475         * tree-ssa-structalias.c: Likewise.
7476         * tree-ssa-tail-merge.c: Likewise.
7477         * tree-ssa-ter.c: Likewise.
7478         * tree-ssa-threadedge.c: Likewise.
7479         * tree-ssa-threadupdate.c: Likewise.
7480         * tree-ssa-uncprop.c: Likewise.
7481         * tree-ssa-uninit.c: Likewise.
7482         * tree-ssa.c: Likewise.
7483         * tree-ssanames.c: Likewise.
7484         * tree-stdarg.c: Likewise.
7485         * tree-streamer-in.c: Likewise.
7486         * tree-streamer-out.c: Likewise.
7487         * tree-streamer.c: Likewise.
7488         * tree-switch-conversion.c: Likewise.
7489         * tree-tailcall.c: Likewise.
7490         * tree-vect-data-refs.c: Likewise.
7491         * tree-vect-generic.c: Likewise.
7492         * tree-vect-loop-manip.c: Likewise.
7493         * tree-vect-loop.c: Likewise.
7494         * tree-vect-patterns.c: Likewise.
7495         * tree-vect-slp.c: Likewise.
7496         * tree-vect-stmts.c: Likewise.
7497         * tree-vectorizer.c: Likewise.
7498         * tree-vrp.c: Likewise.
7499         * tree.c: Likewise.
7500         * tsan.c: Likewise.
7501         * ubsan.c: Likewise.
7502         * value-prof.c: Likewise.
7503         * var-tracking.c: Likewise.
7504         * varasm.c: Likewise.
7505         * varpool.c: Likewise.
7506         * vtable-verify.c: Likewise.
7507         * web.c: Likewise.
7508         * wide-int-print.cc: Likewise.
7509         * wide-int.cc: Likewise.
7510         * xcoffout.c: Likewise.
7512 2015-10-29  H.J. Lu  <hongjiu.lu@intel.com>
7514         * Makefile.in (NO_PIE_CFLAGS): New.
7515         (NO_PIE_FLAG): Likewise.
7516         (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
7517         (NO_PIE_FLAG_FOR_BUILD): Likewise.
7518         (BUILD_NO_PIE_CFLAGS): Likewise.
7519         (BUILD_NO_PIE_FLAG): Likewise.
7520         (COMPILER): Replace @NO_PIE_CFLAGS@ with $(NO_PIE_CFLAGS).
7521         (LINKER): Replace @NO_PIE_FLAG@ with $(NO_PIE_FLAG).
7522         (BUILD_CFLAGS): Replace @NO_PIE_CFLAGS@ with
7523         $(BUILD_NO_PIE_CFLAGS).
7524         (BUILD_CXXFLAGS): Likewise.
7525         (BUILD_LDFLAGS ): Replace @NO_PIE_FLAG@ with
7526         $(BUILD_NO_PIE_FLAG).
7527         * configure.ac (BUILD_NO_PIE_CFLAGS): New.  AC_SUBST.
7528         (BUILD_NO_PIE_FLAG): Likewise.
7529         (NO_PIE_CFLAGS_FOR_BUILD): Likewise.
7530         (NO_PIE_FLAG_FOR_BUILD): Likewise.
7531         * configure: Regenerated.
7533 2015-10-29  Richard Biener  <rguenther@suse.de>
7535         PR middle-end/56956
7536         * fold-const.c (fold_cond_expr_with_comparison): Do not fold
7537         unsigned conditonal negation to ABS_EXPR.
7539 2015-10-29  Richard Biener  <rguenther@suse.de>
7541         * gimple-match-head.c (gimple_simplify): Remove premature checking
7542         of builtin_decl_implicit of function calls we simplify.
7544 2015-10-29  Bin Cheng  <bin.cheng@arm.com>
7546         * tree-ssa-loop-ivopts.c (split_address_cost): Check depends_on.
7547         (get_computation_cost_at): Ditto.
7548         (determine_use_iv_cost_address): Pass NULL for arguments depends_on
7549         and inv_expr_id.
7551 2015-10-28  Tom de Vries  <tom@codesourcery.com>
7553         * tree-ssa-structalias.c (intra_create_variable_infos): Remove
7554         superfluous code.
7556 2015-10-28  Jason Merrill  <jason@redhat.com>
7558         * Makefile.in (TAGS): Include libcpp and libiberty.
7560 2015-10-28  Nathan Sidwell  <nathan@codesourcery.com>
7562         * omp-low.c (MASK_GANG, MASK_WORKER, MASK_VECTOR): Delete.
7563         (extract_omp_for_data): Remove OpenACC special handling of
7564         chunking.
7566         * config/nvptx/nvptx.c (nvptx_print_operand): Remove 'd' case.
7567         (struct parallel): Update comment.
7568         (nvptx_reorg): Likewise.
7569         (nvptx_neuter): Cleanup whitespace.
7571 2015-10-28  Richard Henderson  <rth@redhat.com>
7573         * tree-eh.c (mark_reachable_handlers): Fix typo in assert.
7575 2015-10-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
7577         PR target/67839
7578         * config/avr/predicates.md (low_io_address_operand): Don't
7579         consider MODE when computing upper bound.
7580         (io_address_operand): Likewise.
7582 2015-10-28  Jan Hubicka  <hubicka@ucw.cz>
7584         * fold-const.c (operand_equal_p): Do not verify that types are
7585         compatible for MEM_REFs.
7587 2015-10-28  Richard Biener  <rguenther@suse.de>
7589         * gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs
7590         in simplifying VEC_COND_EXPR conditions.
7592 2015-10-28  Tom de Vries  <tom@codesourcery.com>
7594         * tree-ssa-structalias.c (intra_create_variable_infos): Don't iterate
7595         into vi_next of a full_var.
7597 2015-10-28  Tom de Vries  <tom@codesourcery.com>
7599         * tree-ssa-structalias.c (new_var_info, make_heapvar)
7600         (make_constraint_from_restrict, make_constraint_from_global_restrict)
7601         (create_function_info_for, create_variable_info_for_1)
7602         (create_variable_info_for): Add and handle add_id parameter.
7603         (get_call_vi, new_scalar_tmp_constraint_exp, handle_rhs_call)
7604         (init_base_vars): Add extra argument to calls to new_var_info.
7605         (get_vi_for_tree): Add extra argument to call to
7606         create_variable_info_for.
7607         (process_constraint, do_deref, process_all_all_constraints): Add extra
7608         argument to calls to new_scalar_tmp_constraint_exp.
7609         (handle_lhs_call, find_func_aliases_for_builtin_call): Add extra
7610         argument to calls to make_heapvar.
7611         (make_restrict_var_constraints): Add extra argument to call to
7612         make_constraint_from_global_restrict.
7613         (intra_create_variable_infos): Add extra argument to call to
7614         create_variable_info_for_1.
7615         (ipa_pta_execute): Add extra argument to call to
7616         create_function_info_for.
7618 2015-10-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7620         * config/aarch64/aarch64.md (call, call_value, sibcall): Handle noplt.
7621         (sibcall_value): Likewise.
7623 2015-10-28  Nathan Sidwell  <nathan@codesourcery.com>
7625         * config/nvptx/nvptx.h (struct machine_function): Add
7626         axis_predicate.
7627         * config/nvptx/nvptx-protos.h (nvptx_expand_oacc_fork,
7628         nvptx_expand_oacc_join): Declare.
7629         * config/nvptx/nvptx.md (UNSPEC_NTID, UNSPEC_TID): Delete.
7630         (UNSPEC_DIM_SIZE, UNSPEC_SHARED_DATA, UNSPEC_BIT_CONV,
7631         UNSPEC_SHUFFLE, UNSPEC_BR_UNIFIED): New.
7632         (UNSPECV_BARSYNC, UNSPECV_DIM_POS, UNSPECV_FORK, UNSPECV_FORKED,
7633         UNSPECV_JOINING, UNSPECV_JOIN): New.
7634         (BITS, BITD): New mode iterators.
7635         (br_true_uni, br_false_uni): New.
7636         (*oacc_ntid_insn, oacc_ntid, *oacc_tid_insn, oacc_tid): Delete.
7637         (oacc_dim_size, oacc_dim_pos): New.
7638         (nvptx_fork, nvptx_forked, nvptx_joining, nvptx_join): New.
7639         (oacc_fork, oacc_join): New.
7640         (nvptx_shuffle<mode>, unpack<mode>si2, packsi<mode>2): New.
7641         (worker_load<mode>, worker_store<mode>): New.
7642         (nvptx_barsync): New.
7643         * config/nvptx/nvptx.c: Include gimple.h & dumpfile.h.
7644         (SHUFFLE_UP, SHUFFLE_DOWN, SHUFFLE_BFLY, SHUFFLE_IDX): Define.
7645         (worker_bcast_hwm, worker_bcast_align, worker_bcast_name,
7646         worker_bcast_sym): New.
7647         (nvptx_option_override): Initialize worker broadcast buffer.
7648         (nvptx_emit_forking, nvptx_emit_joining): New.
7649         (nvptx_init_axis_predicate): New.
7650         (nvptx_declare_function_name): Init axis predicates.
7651         (nvptx_expand_call): Add fork/join markers around routine call.
7652         (nvptx_expand_oacc_fork, nvptx_expand_oacc_join): New.
7653         (nvptx_gen_unpack, nvptx_gen_pack, nvptx_gen_shuffle): New.
7654         (nvptx_gen_vcast): New.
7655         (struct wcast_data_t): New.
7656         (enum propagate_mask): New.
7657         (nvptx_gen_wcast): New.
7658         (nvptx_print_operand): Add 'S' case.
7659         (struct parallel): New.
7660         (parallel::parallel, parallel::~parallel): New.
7661         (bb_insn_map_t, insn_bb_t, insn_bb_vec_t): New typedefs.
7662         (nvptx_split_blocks, nvptx_discover_pre, nvptx_dump_pars,
7663         nvptx_find_par, nvptx_discover_pars): New.
7664         (nvptx_propagate): New.
7665         (vprop_gen, nvptx_vpropagate): New.
7666         (wprop_gen, nvptx_wpropagate): New.
7667         (nvptx_wsync): New.
7668         (nvptx_single, nvptx_skip_par): New.
7669         (nvptx_process_pars, nvptx_neuter_pars): New.
7670         (ntptx_reorg): Split blocks, generate parallel structure, apply
7671         neutering.
7672         (nvptx_cannot_copy_insn_p): New.
7673         (nvptx_file_end): Emit worker broadcast decl.
7674         (nvptx_goacc_fork_join): New.
7675         (TARGET_CANNOT_COPY_INSN_P): Override.
7676         (TARGET_GOACC_FORK_JOIN): Override.
7678 2015-10-28  Richard Biener  <rguenther@suse.de>
7680         * fold-const.c (negate_expr_p): Adjust the division case to
7681         properly avoid introducing undefined overflow.
7682         (fold_negate_expr): Likewise.
7684 2015-10-28  Richard Biener  <rguenther@suse.de>
7686         PR tree-optimization/65962
7687         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
7688         Avoid creating loop carried dependences also for outer loops
7689         of the loop a use to replace is in.
7691 2015-10-28  Richard Biener  <rguenther@suse.de>
7693         * common.opt (fchecking): New flag controlling flag_checking.
7694         * passes.c (verify_curr_properties): Drop DEBUG_FUNCTION.
7695         * timevar.c (timer::print): Adjust output.
7696         * doc/invoke.texi (fchecking): Document.
7698 2015-10-28  Richard Biener  <rguenther@suse.de>
7700         PR middle-end/68067
7701         * fold-const.c (negate_expr_p): We cannot negate plus or minus
7702         if overflow is not wrapping.  Likewise multiplication unless
7703         one operand is constant and not power of two.
7704         (fold_negate_expr): Adjust accordingly.
7706 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7708         * omp-low.c (struct omp_context): Remove gwv_below, gwv_this
7709         fields.
7710         (is_oacc_parallel, is_oacc_kernels): New.
7711         (enclosing_target_ctx): May return NULL.
7712         (ctx_in_oacc_kernels_region): New.
7713         (check_oacc_kernel_gwv): New.
7714         (oacc_loop_or_target_p): Delete.
7715         (scan_omp_for): Don't calculate gwv mask.  Check parallel clause
7716         operands.  Strip reductions fro kernels.
7717         (scan_omp_target): Don't calculate gwv mask.
7718         (lower_oacc_head_mark, lower_oacc_loop_marker,
7719         lower_oacc_head_tail): New.
7720         (struct oacc_collapse): New.
7721         (expand_oacc_collapse_init, expand_oacc_collapse_vars): New.
7722         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
7723         Remove OpenACC handling.
7724         (expand_oacc_for): New.
7725         (expand_omp_for): Call expand_oacc_for.
7726         (lower_omp_for): Call lower_oacc_head_tail.
7728 2015-10-27  Mikhail Maltsev  <maltsevm@gmail.com>
7730         * attribs.c (check_attribute_tables): New function, broken out from...
7731         (init_attributes): Use it.
7732         * cfgcleanup.c (try_optimize_cfg): Use flag_checking, CHECKING_P
7733         gcc_checking_assert and checking_* functions to eliminate
7734         ENABLE_CHECKING conditionals.
7735         * cfgexpand.c (expand_goto, expand_debug_expr): Likewise.
7736         (pass_expand::execute): Likewise.
7737         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
7738         * cgraphunit.c (mark_functions_to_output): Likewise.
7739         (cgraph_node::expand_thunk): Likewise.
7740         (symbol_table::compile): Likewise.
7741         * ddg.c (add_cross_iteration_register_deps): Likewise.
7742         (create_ddg_all_sccs): Likewise.
7743         * df-core.c (df_finish_pass, df_analyze): Likewise.
7744         * diagnostic-core.h: Likewise.
7745         * diagnostic.c (diagnostic_report_diagnostic): Likewise.
7746         * dominance.c (calculate_dominance_info): Likewise.
7747         * dwarf2out.c (add_AT_die_ref): Likewise.
7748         (const_ok_for_output_1, mem_loc_descriptor): Likewise.
7749         (loc_list_from_tree, gen_lexical_block_die): Likewise.
7750         gen_type_die_with_usage, gen_type_die): Likewise.
7751         (dwarf2out_decl): Likewise.
7752         * emit-rtl.c (verify_rtx_sharing, reorder_insns_nobb): Likewise.
7753         * except.c (duplicate_eh_regions): Likewise.
7754         * fwprop.c (register_active_defs, update_df_init): Likewise.
7755         (fwprop_init, fwprop_done): Likewise.
7756         (update_uses): Likewise.
7757         * ggc-page.c (ggc_grow): Likewise.
7758         * gimplify.c (gimplify_body): Likewise.
7759         (gimplify_hasher::equal): Likewise.
7760         * graphite-isl-ast-to-gimple.c (graphite_verify): Likewise.
7761         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form):
7762         Likewise.
7763         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Likewise.
7764         (rewrite_cross_bb_scalar_deps_out_of_ssa): Likwise.
7765         * hash-table.h (::find_empty_slot_for_expand): Likewise.
7766         * ifcvt.c (if_convert): Likewise.
7767         * ipa-cp.c (ipcp_propagate_stage): Likewise.
7768         * ipa-devirt.c (type_in_anonymous_namespace_p): Likewise.
7769         (odr_type_p, odr_types_equivalent_p): Likewise.
7770         (add_type_duplicate, get_odr_type): Likewise.
7771         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
7772         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
7773         (sem_item_optimizer::verify_classes): Likewise.
7774         (sem_item_optimizer::traverse_congruence_split): Likewise.
7775         (sem_item_optimizer::checking_verify_classes): New.
7776         * ipa-icf.h (sem_item_optimizer::checking_verify_classes): Add new
7777         method.
7778         * cfgrtl.c (commit_edge_insertions): Likewise.
7779         (fixup_reorder_chain, cfg_layout_finalize): Likewise.
7780         (rtl_flow_call_edges_add): Likewise.
7781         * cgraph.c (symbol_table::create_edge): Likewise.
7782         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
7783         * cgraph.h (symtab_node): Likewise.
7784         (symtab_node::checking_verify_symtab_nodes): Define.
7785         (cgraph_node::checking_verify_cgraph_nodes): Define.
7786         * cfghooks.h (checking_verify_flow_info): Define.
7787         * cfgloop.h (checking_verify_loop_structure): Define.
7788         * dominance.h (checking_verify_dominators): Define.
7789         * et-forest.c: Fix comment.
7790         * ipa-inline-analysis.c (compute_inline_parameters): Use flag_checking,
7791         CHECKING_P gcc_checking_assert and checking_* functions to eliminate
7792         ENABLE_CHECKING conditionals.
7793         * ipa-inline-transform.c (save_inline_function_body): Likewise.
7794         * ipa-inline.c (inline_small_functions): Likewise.
7795         (early_inliner): Likewise.
7796         * ipa-inline.h (estimate_edge_growth): Likewise.
7797         * ipa-visibility.c (function_and_variable_visibility): Likewise.
7798         * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
7799         (ipa_single_use): Likewise.
7800         * ira-int.h: Likewise.
7801         * ira.c (ira): Likewise.
7802         * loop-doloop.c (doloop_optimize_loops): Likewise.
7803         * loop-init.c (loop_optimizer_init, fix_loop_structure): Likewise.
7804         * loop-invariant.c (move_loop_invariants): Likewise.
7805         * lra-assigns.c (lra_assign): Likewise.
7806         * lra-constraints.c (lra_constraints): Likewise.
7807         * lra-eliminations.c (lra_eliminate): Likewise.
7808         * lra-int.h (struct lra_reg): Likewise.
7809         * lra-lives.c (check_pseudos_live_through_calls): Likewise.
7810         (lra_create_live_ranges_1): Likewise.
7811         * lra-remat.c (create_remat_bb_data): Likewise.
7812         * lra.c (lra_update_insn_recog_data, restore_scratches): Likewise.
7813         (lra): Likewise.
7814         (check_rtl): Always define. Remove incorrect guard around
7815         extract_constrain_insn call.
7816         * lto-cgraph.c (input_cgraph_1: Use flag_checking,
7817         CHECKING_P gcc_checking_assert and checking_* functions to eliminate
7818         ENABLE_CHECKING conditionals.
7819         * lto-streamer-out.c (DFS::DFS): Likewise.
7820         (lto_output): Likewise.
7821         * lto-streamer.c (lto_streamer_init): Likewise.
7822         * omp-low.c (scan_omp_target, expand_omp_taskreg): Likewise.
7823         expand_omp_target, execute_expand_omp): Likewise.
7824         (lower_omp_target): Likewise.
7825         * passes.c (execute_function_todo): Likewise.
7826         (execute_todo, execute_one_pass): Likewise.
7827         (verify_curr_properties): Always define.
7828         * predict.c (tree_estimate_probability: Use flag_checking,
7829         CHECKING_P gcc_checking_assert and checking_* functions to eliminate
7830         ENABLE_CHECKING conditionals.
7831         (propagate_freq): Likewise.
7832         * pretty-print.c (pp_format): Likewise.
7833         * real.c (real_to_decimal_for_mode): Likewise.
7834         * recog.c (split_all_insns): Likewise.
7835         * regcprop.c (kill_value_one_regno): Likewise.
7836         (copy_value): Likewise.
7837         (validate_value_data): Define unconditionally.
7838         * reload.c: Fix comment.
7839         * timevar.c: Include options.h
7840         * tree-ssa.h (checking_verify_ssa): Define.
7841         * tree-ssa-loop-manip.h (checking_verify_loop_closed_ssa): Define.
7842         * sched-deps.c (CHECK): Remove unused macro.
7843         (add_or_update_dep_1, sd_add_dep: Use flag_checking, CHECKING_P
7844         gcc_checking_assert and checking_* functions to eliminate
7845         ENABLE_CHECKING conditionals.
7846         * sel-sched-ir.c (free_regset_pool, tidy_control_flow): Likewise.
7847         * sel-sched.c (struct moveop_static_params): Likewise.
7848         (find_best_reg_for_expr, move_cond_jump): Likewise.
7849         (move_op_orig_expr_not_found): Likewise.
7850         (code_motion_process_successors, move_op): Likewise.
7851         * ssa-iterators.h (first_readonly_imm_use): Likewise.
7852         (next_readonly_imm_use): Likewise.
7853         * store-motion.c (compute_store_table): Likewise.
7854         * symbol-summary.h (function_summary::function_summary): Likewise.
7855         * target.h (cumulative_args_t): Likewise.
7856         (get_cumulative_args, pack_cumulative_args): Likewise.
7857         * timevar.c: (timer::print): Likewise.
7858         * trans-mem.c (ipa_tm_execute): Likewise.
7859         * tree-cfg.c (move_stmt_op): Likewise.
7860         (move_sese_region_to_fn): Likewise.
7861         (gimple_flow_call_edges_add): Likewise.
7862         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
7863         Likewise.
7864         * tree-eh.c (remove_unreachable_handlers): Likewise.
7865         * tree-if-conv.c (pass_if_conversion::execute): Likewise.
7866         * tree-inline.c (expand_call_inline, optimize_inline_calls): Likewise.
7867         * tree-into-ssa.c (update_ssa): Likewise.
7868         * tree-loop-distribution.c (pass_loop_distribution::execute): Likewise.
7869         * tree-outof-ssa.c (eliminate_useless_phis, rewrite_trees): Likewise.
7870         * tree-parloops.c (pass_parallelize_loops::execute): Likewise.
7871         * tree-predcom.c (suitable_component_p): Likewise.
7872         * tree-profile.c (gimple_gen_const_delta_profiler): Likewise.
7873         * tree-ssa-alias.c (refs_may_alias_p_1): Likewise.
7874         * tree-ssa-live.c (verify_live_on_entry): Likewise.
7875         * tree-ssa-live.h (register_ssa_partition): Likewise.
7876         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Likewise.
7877         * tree-ssa-loop-manip.c (add_exit_phi): Likewise.
7878         (tree_transform_and_unroll_loop): Likewise.
7879         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
7880         * tree-ssa-operands.c (get_expr_operands): Likewise.
7881         * tree-ssa-propagate.c (replace_exp_1): Likewise.
7882         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
7883         * tree-ssa-ter.c (free_temp_expr_table): Likewise.
7884         * tree-ssa-threadupdate.c (duplicate_thread_path): Likewise.
7885         * tree-ssanames.c (release_ssa_name_fn): Likewise.
7886         * tree-stdarg.c (expand_ifn_va_arg): Likewise.
7887         * tree-vect-loop-manip.c
7888         (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
7889         (slpeel_checking_verify_cfg_after_peeling): Likewise.
7890         (vect_do_peeling_for_loop_bound): Likewise.
7891         (vect_do_peeling_for_alignment): Likewise.
7892         * tree-vrp.c (supports_overflow_infinity): Likewise.
7893         (set_value_range): Likewise.
7894         * tree.c (free_lang_data_in_cgraph): Likewise.
7895         * value-prof.c (gimple_remove_histogram_value): Likewise.
7896         (free_hist): Likewise.
7897         * var-tracking.c (canonicalize_values_star): Likewise.
7898         (compute_bb_dataflow, vt_find_locations, vt_emit_notes): Likewise.
7900 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7902         * internal-fn.def (IFN_GOACC_DIM_SIZE, IFN_GOACC_DIM_POS,
7903         IFN_GOACC_LOOP): New.
7904         * internal-fn.h (enum ifn_unique_kind): Add IFN_UNIQUE_OACC_FORK,
7905         IFN_UNIQUE_OACC_JOIN, IFN_UNIQUE_OACC_HEAD_MARK,
7906         IFN_UNIQUE_OACC_TAIL_MARK.
7907         (enum ifn_goacc_loop_kind): New.
7908         * internal-fn.c (expand_UNIQUE): Add IFN_UNIQUE_OACC_FORK,
7909         IFN_UNIQUE_OACC_JOIN cases.
7910         (expand_GOACC_DIM_SIZE, expand_GOACC_DIM_POS): New.
7911         (expand_GOACC_LOOP): New.
7912         * target-insns.def (oacc_dim_pos, oacc_dim_size): New.
7913         * omp-low.c: Include gimple-pretty-print.h.
7914         (struct oacc_loop): New.
7915         (enum oacc_loop_flags): New.
7916         (oacc_thread_numbers): New.
7917         (oacc_xform_loop): New.
7918         (new_oacc_loop_raw, new_oacc_loop_outer, new_oacc_loop,
7919         new_oacc_loop_routine, finish_oacc_loop, free_oacc_loop): New,
7920         (dump_oacc_loop_part, dump_oacc_loop, debug_oacc_loop): New,
7921         (oacc_loop_discover_walk, oacc_loop_sibling_nrevers,
7922         oacc_loop_discovery): New.
7923         (oacc_loop_xform_head_tail, oacc_loop_xform_loop,
7924         oacc_loop_process): New.
7925         (oacc_loop_fixed_partitions, oacc_loop_partition): New.
7926         (execute_oacc_device_lower): Discover & process loops.  Process
7927         internal fns.
7928         * target.def (goacc.fork_join): Change sense of hook, clarify
7929         documentation.
7930         * doc/tm.texi: Regenerated.
7932 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7934         * target-insns.def (oacc_fork, oacc_join): Define.
7935         * target.def (goacc.validate_dims): Adjust doc to avoid warning.
7936         (goacc.fork_join): New GOACC hook.
7937         * targhooks.h (default_goacc_fork_join): Declare.
7938         * omp-low.c (default_goacc_forkjoin): New.
7939         * doc/tm.texi.in (TARGET_GOACC_FORK_JOIN): Add.
7940         * doc/tm.texi: Regenerate.
7942 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7944         * omp-low.c (oacc_init_rediction_array): New.
7945         (oacc_initialize_reduction_data): Initialize array.
7947 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7949         * omp-low.c (pass_oacc_device_lower::execute): Ignore errors.
7951 2015-10-27  Nathan Sidwell  <nathan@codesourcery.com>
7953         * internal-fn.c (expand_UNIQUE): New.
7954         * internal-fn.h (enum ifn_unique_kind): New.
7955         * internal-fn.def (IFN_UNIQUE): New.
7956         * target-insns.def (unique): Define.
7957         * gimple.h (gimple_call_internal_unique_p): New.
7958         * gimple.c (gimple_call_same_target_p): Check internal fn
7959         uniqueness.
7960         * tracer.c (ignore_bb_p): Check for IFN_UNIQUE call.
7961         * tree-ssa-threadedge.c
7962         (record_temporary_equivalences_from_stmts): Likewise.
7963         * tree-cfg.c (gmple_call_initialize_ctrl_altering): Likewise.
7965 2015-10-27  Richard Henderson  <rth@redhat.com>
7967         PR rtl-opt/67609
7968         * config/i386/i386.c (ix86_cannot_change_mode_class): Disallow
7969         narrowing subregs on SSE and MMX registers.
7970         * doc/tm.texi.in (CANNOT_CHANGE_MODE_CLASS): Clarify when subregs that
7971         appear to be sub-words of multi-register pseudos must be rejected.
7972         * doc/tm.texi: Regenerate.
7974 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7976         PR target/68102
7977         * config/aarch64/aarch64.md (*movsi_aarch64): Check that
7978         operands[0] is a reg before taking its REGNO in split condition.
7979         (*movdi_aarch64): Likewise.
7981 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7983         * config/aarch64/aarch64.c (aarch64_output_simd_mov_immediate):
7984         Handle floating point inner modes properly.
7986 2015-10-27  Alan Hayward  <alan.hayward@arm.com>
7988         * tree-vect-looop.c
7989         (vectorizable_live_operation): Change iterator.
7991 2015-10-27  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
7992             Aditya Kumar  <aditya.k7@samsung.com>
7994         * graphite-optimize-isl.c (get_schedule_for_node_st): New callback
7995           function to schedule based on isl_schedule_node.
7996         (get_schedule_map_st): New schedule optimizer based on
7997         isl_schedule_node.
7998         (scop_get_domains): New. Return the isl_union_set containing the
7999         domains of all the pbbs.
8000         (optimize_isl): Call the new function get_schedule_map_st for isl-0.15
8002 2015-10-27  H.J. Lu  <hongjiu.lu@intel.com>
8004         PR target/67215
8005         * calls.c (prepare_call_address): Don't handle -fno-plt here.
8006         * config/i386/i386.c (ix86_expand_call): Generate indirect call
8007         via GOT for -fno-plt.  Support indirect call via GOT for x32.
8008         * config/i386/predicates.md (sibcall_memory_operand): Allow
8009         GOT memory operand.
8011 2015-10-27  Richard Biener  <rguenther@suse.de>
8013         PR tree-optimization/68104
8014         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Move
8015         strided access check ...
8016         (vect_compute_data_refs_alignment): ... here.
8018 2015-10-27  Daniel Jacobowitz  <dan@codesourcery.com>
8019             Joseph Myers  <joseph@codesourcery.com>
8020             Mark Shinwell  <shinwell@codesourcery.com>
8021             Andrew Stubbs  <ams@codesourcery.com>
8022             Rich Felker <dalias@libc.org>
8024         * config.gcc: Handle --enable-fdpic.
8025         * config/sh/constraints.md (Ccl): New constraint.
8026         * config/sh/linux.h (SUBTARGET_LINK_EMUL_SUFFIX): Handle -mfdpic.
8027         * config/sh/sh-c.c (sh_cpu_cpp_builtins): Add __FDPIC__ and
8028         __SH_FDPIC__.
8029         * config/sh/sh-mem.cc (expand_block_move): Support FDPIC for calls to
8030         library functions.
8031         * config/sh/sh-protos.h (function_symbol_result): New struct.
8032         (function_symbol): Return function_symbol_result.
8033         (sh_get_fdpic_reg_initial_val, sh_load_function_descriptor): New
8034         declarations.
8035         * config/sh/sh.c (TARGET_ASM_INTEGER, sh_assemble_integer): Implement
8036         target hook.
8037         (TARGET_CANNOT_FORCE_CONST_MEM, sh_cannot_force_const_mem_p): Likewise.
8038         (sh_option_override): Force -fPIC if FDPIC is in effect.
8039         (sh_asm_output_addr_const_extra): Add UNSPEC_GOTFUNCDESC and
8040         UNSPEC_GOTOFFFUNCDESC cases.
8041         (prepare_move_operands): Use FDPIC initial GOT register for
8042         TLS-related GOT access; inhibit cross-section address offset constants
8043         for FDPIC.
8044         (sh_assemble_integer): New function.
8045         (sh_cannot_copy_insn_p): Inhibit copying insns that are FDPIC
8046         PC-relative call sites.
8047         (expand_ashiftrt): Adapt invocation of function_symbol.
8048         (sh_expand_prologue): Inhibit PC-relative GOT address load for FDPIC.
8049         (nonpic_symbol_mentioned_p): Add cases for UNSPEC_GOTFUNCDESC and
8050         UNSPEC_GOTOFFFUNCDESC.
8051         (legitimize_pic_address): Resolve function symbols to function
8052         descriptors for FDPIC.  Do not use GOT-relative addressing for local
8053         data that may be read-only on FDPIC.
8054         (sh_emit_storesi, sh_emit_storehi): New functions.
8055         (sh_trampoline_init): Generate FDPIC trampolines.
8056         (sh_function_ok_for_sibcall): Add TARGET_FDPIC check.
8057         (sh_expand_sym_label2reg): Don't assume sibcalls are local.
8058         (sh_output_mi_thunk): Generate FDPIC call.
8059         (function_symbol): Return function_symbol_result.  For SFUNC_STATIC on
8060         FDPIC, generate call site labels to use PC-relative addressing rather
8061         than GOT-relative addressing.
8062         (sh_conditional_register_usage): Make PIC register fixed and call used
8063         when FDPIC is in effect.
8064         (sh_legitimate_constant_p): Impose FDPIC constant constraints.
8065         (sh_cannot_force_const_mem_p, sh_load_function_descriptor,
8066         sh_get_fdpic_reg_initial_val): New functions.
8067         * config/sh/sh.h (SUBTARGET_ASM_SPEC, SUBTARGET_LINK_EMUL_SUFFIX):
8068         Handle -mfdpic.
8069         (FDPIC_SELF_SPECS, SUBTARGET_DRIVER_SELF_SPECS,
8070         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED,
8071         SH_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macros.
8072         (DRIVER_SELF_SPECS): Add SUBTARGET_DRIVER_SELF_SPECS and
8073         FDPIC_SELF_SPECS.
8074         (TRAMPOLINE_SIZE): Select trampoline size for FDPIC.
8075         (ASM_PREFERRED_EH_DATA_FORMAT): Add EH format constraints for FDPIC.
8076         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Handle FDPIC case.
8077         * config/sh/sh.md (UNSPEC_GOTFUNCDESC, UNSPEC_GOTOFFFUNCDESC): New
8078         constants.
8079         (calli_fdpic, call_valuei_fdpic, sibcalli_fdpic, sibcalli_pcrel_fdpic,
8080         sibcall_pcrel_fdpic, sibcall_valuei_fdpic, sibcall_valuei_pcrel_fdpic,
8081         sibcall_value_pcrel_fdpic, sym2GOTFUNCDESC, symGOTFUNCDESC2reg,
8082         sym2GOTOFFFUNCDESC, symGOTOFFFUNCDESC2reg): New patterns.
8083         (udivsi3_i1, udivsi3_i4, udivsi3_i4_single, udivsi3,
8084         *divsi_inv_call_combine, divsi3_i4, divsi3_i4_single, divsi3, ashlsi3,
8085         ashlsi3_d_call, ashrsi3_n, lshrsi3, lshrsi3_d_call, calli, call_valuei,
8086         call, call_value, sibcalli, sibcalli_pcrel, sibcall_pcrel, sibcall,
8087         sibcall_valuei, sibcall_valuei_pcrel, sibcall_value_pcrel,
8088         sibcall_value, GOTaddr2picreg, symGOT_load, symGOTOFF2reg,
8089         block_move_real, block_lump_real, block_move_real_i4,
8090         block_lump_real_i4): Add support for FDPIC calls.
8091         (mulsi3, ic_invalidate_line, initialize_trampoline, call_pop,
8092         call_value_pop): Adjust for new function_symbol signature.
8093         * config/sh/sh.opt (-mfdpic): New option.
8094         * doc/install.texi (Options specification): Document --enable-fdpic.
8095         * doc/invoke.texi (SH Options): Document -mfdpic.
8098 2015-10-27  Alan Lawrence  <alan.lawrence@arm.com>
8100         PR tree-optimization/65963
8101         * tree-scalar-evolution.c (interpret_rhs_expr): Handle some
8102         LSHIFT_EXPRs as equivalent MULT_EXPRs.
8104 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8106         PR target/67929
8107         * config/arm/arm.c (vfp3_const_double_for_bits): Rewrite.
8108         * config/arm/constraints.md (Dp): Update callsite.
8109         * config/arm/predicates.md (const_double_vcvt_power_of_two): Likewise.
8111 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8113         * builtins.c (fold_builtin_load_exponent): Rename to...
8114         (fold_const_builtin_load_exponent): ...this and only handle
8115         constant arguments.
8116         (fold_builtin_2): Update accordingly.
8117         * match.pd: Add rules previously handled by fold_builtin_load_exponent.
8119 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8121         * builtins.c (fold_builtin_logb): Rename to...
8122         (fold_const_builtin_logb): ...this and remove STRIP_NOPS call.
8123         (fold_builtin_significand): Rename to...
8124         (fold_const_builtin_significand): ...this and remove STRIP_NOPS call.
8125         (fold_builtin_1): Update accordingly.
8127 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8129         * builtins.c (fold_builtin_fmin_fmax): Delete.
8130         (fold_builtin_2): Handle constant fmin and fmax arguments here.
8131         * match.pd: Add rules previously handled by fold_builtin_fmin_fmax.
8133 2015-10-27  Evandro Menezes  <e.menezes@samsung.com>
8135         * config/aarch64/aarch64-protos.h (cpu_addrcost_table): Split member
8136         for register extension into sign and zero register extension.
8137         * config/aarch64/aarch64.c (generic_addrcost_table): Infer values
8138         for sign and zero register extension.
8139         (cortexa57_addrcost_table): Likewise.
8140         (xgene1_addrcost_table): Likewise.
8142 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8144         * fold-const.c (fold_minmax): Delete.
8145         (fold_binary_loc): Don't call it.
8146         * match.pd: Add rules previously handled by fold_minmax.
8148 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8150         * builtins.c (fold_builtin_fma): Remove constant handling.
8151         (fold_builtin_3): Handle constant fma arguments here.
8153 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8155         * builtins.c (fold_builtin_fabs): Remove constant handling.
8156         (fold_builtin_abs): Likewise.
8158 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8160         * builtins.c (fold_builtin_copysign): Delete.
8161         (fold_builtin_2): Handle constant copysign arguments here.
8162         * match.pd: Add rules previously handled by fold_builtin_copysign.
8164 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8166         * builtins.c (fold_builtin_signbit): Delete.
8167         (fold_builtin_2): Handle constant signbit arguments here.
8168         * match.pd: Add rules previously handled by fold_builtin_signbit.
8170 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8172         * match.pd: Handle sqrt(x) cmp 0 specially.
8174 2015-10-27  Ilya Enkovich  <enkovich.gnu@gmail.com>
8176         * tree-vect-generic.c (expand_vector_operations_1): Check
8177         optab type before using it.
8179 2015-10-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8181         * config/aarch64/aarch64-protos.h
8182         (struct tune_params): Add autoprefetcher_model field.
8183         * config/aarch64/aarch64.c: Include params.h
8184         (generic_tunings): Specify autoprefetcher_model value.
8185         (cortexa53_tunings): Likewise.
8186         (cortexa57_tunings): Likewise.
8187         (cortexa72_tunings): Likewise.
8188         (thunderx_tunings): Likewise.
8189         (xgene1_tunings): Likewise.
8190         (aarch64_first_cycle_multipass_dfa_lookahead_guard): New function.
8191         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define.
8192         (aarch64_override_options_internal): Set
8193         PARAM_SCHED_AUTOPREF_QUEUE_DEPTH param.
8195 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8197         * builtins.c (fold_builtin_exponent): Delete.
8198         (fold_builtin_2): Handle constant expN arguments here.
8199         * match.pd: Fold expN(logN(x)) -> x.
8201 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8203         * builtins.c (fold_builtin_powi): Delete.
8204         (fold_builtin_2): Handle constant powi arguments here.
8205         * match.pd: Add rules previously handled by fold_builtin_powi.
8207 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8209         * builtins.c (fold_builtin_pow): Delete in favor of...
8210         (fold_const_builtin_pow): ...this new function.  Only handle constant
8211         arguments.
8212         (fold_builtin_2): Update accordingly.
8213         * match.pd: Add rules previously handled by fold_builtin_pow.
8215 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8217         * builtins.c (fold_builtin_hypot): Delete.
8218         (fold_builtin_2): Handle constant hypot arguments here.
8219         * match.pd: Fold hypot(x, 0) and hypot(0, x) to x.  Canonicalize
8220         hypot(x, x) to fabs(x)*sqrt(2).
8222 2015-10-27  Richard Sandiford  <richard.sandiford@arm.com>
8224         * gimple-match-head.c (maybe_push_res_to_seq): Use create_tmp_reg
8225         instead of make_ssa_name if not yet in SSA form.
8227 2015-10-27  Richard Biener  <rguenther@suse.de>
8229         * cfg.c (free_edge): Add function argument and use it instead of cfun.
8230         (clear_edges): Likewise.
8231         * cfg.h (clear_edges): Adjust prototype.
8232         * cfgexpand.c (pass_expand::execute): Adjust.
8233         * cfgloop.c (release_recorded_exits): Add function argument and use
8234         it instead of cfun.
8235         * cfgloop.h (release_recorded_exits): Adjust prototype.
8236         (loops_state_satisfies_p): Add overload with function argument.
8237         (loops_state_set): Likewise.
8238         (loops_state_clear): Likewise.
8239         (struct loop_iterator): Add function argument to constructor
8240         and iterator and use it instead of cfun.
8241         (FOR_EACH_LOOP_FN): New macro.
8242         (loop_optimizer_finalize): Add overload with function argument.
8243         * loop-init.c (loop_optimizer_init): Adjust.
8244         (fix_loop_structure): Likewise.
8245         (loop_optimizer_finaliz): Add function argument and use it
8246         instead of cfun.
8247         * tree-cfg.c (delete_tree_cfg_annotations): Likewise.
8248         * tree-cfg.h (delete_tree_cfg_annotations): Adjust prototype.
8249         * cgraph.c (release_function_body): Do not push/pop cfun.
8250         * final.c (rest_of_clean_state): Adjust.
8251         * graphite.c (graphite_finalize): Likewise.
8252         * tree-ssa-copy.c (fini_copy_prop): Likewise.
8253         * tree-ssa-dce.c (perform_tree_ssa_dce): Likewise.
8254         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Likewise.
8255         (tree_unroll_loops_completely): Likewise.
8256         (pass_complete_unrolli::execute): Likewise.
8257         * tree-ssa-loop-niter.c (free_numbers_of_iterations_estimates):
8258         Add function argument and use it instead of cfun.
8259         * tree-ssa-loop-niter.h (free_numbers_of_iterations_estimates):
8260         Adjust prototype.
8261         * tree-ssa-loop.c (tree_ssa_loop_done): Adjust.
8262         * tree-ssa.c (delete_tree_ssa): Add function argument and use it
8263         instead of cfun.
8264         * tree-ssa.h (delete_tree_ssa): Adjust prototype.
8265         * tree-ssanames.c (fini_ssanames): Add function argument and use it
8266         instead of cfun.
8267         * tree-ssanames.c (fini_ssanames): Adjust prototype.
8268         * tree-vrp.c (execute_vrp): Adjust.
8269         * value-prof.c (free_histograms): Add function argument and use it
8270         instead of cfun.
8271         * value-prof.h (free_histograms): Adjust prototype.
8273 2015-10-27  Thomas Schwinge  <thomas@codesourcery.com>
8275         * tree.h (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES)
8276         (OACC_KERNELS_BODY, OACC_KERNELS_CLAUSES, OACC_KERNELS_COMBINED)
8277         (OACC_PARALLEL_COMBINED): Don't define macros.  Adjust all users.
8279 2015-10-27  Tom de Vries  <tom@codesourcery.com>
8281         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Add and use var
8282         field_type.
8284 2015-10-27  Bin Cheng  <bin.cheng@arm.com>
8286         * loop-invariant.c (struct def): New field can_prop_to_addr_uses.
8287         (inv_can_prop_to_addr_use): New function.
8288         (record_use): Call can_prop_to_addr_uses, set the new field.
8289         (get_inv_cost): Count cost if inv can't be propagated into its
8290         address uses.
8292 2015-10-26  Doug Evans  <dje@google.com>
8294         * config/linux.h (INCLUDE_DEFAULTS): Add INCLUDE_DEFAULTS_MUSL_LOCAL.
8296 2015-10-26  Eric Botcazou  <ebotcazou@adacore.com>
8298         * match.pd (fold_widened_comparison): Apply simplifications to all
8299         integral types.
8301 2015-10-26  Simon Dardis  <simon.dardis@imgtec.com>
8303         * target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.
8304         * doc/tm.texi.in (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): Document.
8305         * doc/tm.texi: Regenerated.
8306         * reorg.c (dbr_schedule): Use new hook.
8307         * config/mips/mips.c (mips_no_speculation_in_delay_slots_p): New.
8309 2015-10-26  Jeff Law  <law@redhat.com>
8311         PR tree-optimization/68013
8312         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
8313         Make sure the first block in the path is in VISITED_BBs.
8315 2015-10-26  Richard Biener  <rguenther@suse.de>
8316         Dominik Vogt  <vogt@linux.vnet.ibm.com>
8318         PR middle-end/67443
8319         * alias.c (ao_ref_from_mem): Remove promoted subreg handling.
8320         Properly prune ref->ref for accesses outside of ref.
8322 2015-10-26  Richard Sandiford  <richard.sandiford@arm.com>
8324         * gimple-fold.c (replace_stmt_with_simplification): Don't allow
8325         new statements to be inserted if inplace.  Allow calls to have
8326         nonempty sequences.
8328 2015-10-26  Richard Biener  <rguenther@suse.de>
8330         * tree-object-size.c: Remove builtins.h include, include tree-cfg.h.
8331         (do_valueize): New function.
8332         (pass_object_sizes::execute): Use gimple_fold_stmt_to_constant and
8333         replace_uses_by.
8334         * tree-ssa-threadedge.c: Remove builtins.h include, include
8335         gimple-fold.h
8336         (fold_assignment_stmt): Remove.
8337         (threadedge_valueize): New function.
8338         (record_temporary_equivalences_from_stmts): Use
8339         gimple_fold_stmt_to_constant_1, note additional cleanup
8340         opportunities.
8342 2015-10-26  Richard Biener  <rguenther@suse.de>
8344         * match.pd ((A & ~B) - (A & B) -> (A ^ B) - B): Add missing :c.
8345         ( (X & ~Y) | (~X & Y) -> X ^ Y): Remove redundant :c.
8347 2015-10-26  Alan Hayward <alan.hayward@arm.com>
8349         * tree-vect-loop.c (vect_create_epilog_for_reduction): Fix
8350         VEC_COND_EXPR types.
8352 2015-10-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8354         * auto-inc-dec.c (insert_move_insn_before): Delete.
8355         (attempt_change): Remember to cost the simple move in the
8356         FORM_PRE_ADD and FORM_POST_ADD cases.
8358 2015-10-26  Kaz Kojima  <kkojima@gcc.gnu.org>
8360         PR target/68091
8361         * config/sh/sh.c (sh_vector_mode_supported_p): Use
8362         TARGET_SHMEDIA_FPU instead of TARGET_FPU_ANY.
8364 2015-10-26  Tom de Vries  <tom@codesourcery.com>
8366         * tree-ssa-structalias.c (make_restrict_var_constraints): New function,
8367         factored out of ...
8368         (intra_create_variable_infos): ... here.
8370 2015-10-26  Tom de Vries  <tom@codesourcery.com>
8372         * tree-ssa-structalias.c (intra_create_variable_infos): Add
8373         restrict_pointer_p and recursive_restrict_p variables.
8375 2015-10-26  Tom de Vries  <tom@codesourcery.com>
8377         * tree-ssa-structalias.c (intra_create_variable_infos): Inline
8378         get_vi_for_tree call.
8380 2015-10-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8382         PR middle-end/67989
8383         * optabs.c (expand_atomic_compare_and_swap): Handle case when
8384         ptarget_oval or ptarget_bool are const0_rtx.
8386 2015-10-26  Christian Bruel  <christian.bruel@st.com>
8388         * function.h (MINIMUM_METHOD_BOUNDARY): New macro.
8389         * cp/decl.c (grokfndecl): Set DECL_ALIGN with MINIMUM_METHOD_BOUNDARY.
8390         * cp/method.c (implicitly_declare_fn): Likewise.
8391         * cp/lambda.c (maybe_add_lambda_conv_op): Likewise. Remove VBIT setting.
8392         * java/class.c (add_method_1): Likewise.
8394 2015-10-26  Richard Biener  <rguenther@suse.de>
8396         * alloc-pool.h (base_pool_allocator): Use placement new.
8397         (base_pool_allocator::remove): Likewise.  Compute size outside of
8398         flag_checking.
8400 2015-10-26  Richard Sandiford  <richard.sandiford@arm.com>
8402         * builtins.c (do_real_to_int_conversion): New function.
8403         (fold_fixed_mathfn, fold_builtin_int_roundingfn): Delete.
8404         (fold_builtin_1): Handle constant {i,l,ll}{ceil,floor,round}{f,,l}
8405         arguments here.
8406         * match.pd: Add rules previously handled by fold_fixed_mathfn
8407         and fold_builtin_int_roundingfn.
8409 2015-10-26  Richard Sandiford  <richard.sandiford@arm.com>
8411         * match.pd: Use macros to define built-in operator lists.
8413 2015-10-20  Richard Sandiford  <richard.sandiford@arm.com>
8414             Richard Biener  <rguenther@suse.de>
8416         * genmatch.c (dt_simplify::gen): Skip captures that are
8417         part of the result.
8418         (parser::parse_expr): Allow captures in results too.
8419         * builtins.c (fold_builtin_cexp): Delete.
8420         (fold_builtin_1): Handle constant cexp arguments here.
8421         * match.pd: Fold cexp(x+yi) to exp(x) * cexpi(y).
8423 2015-10-26  Mikhail Maltsev  <maltsevm@gmail.com>
8425         * alloc-pool.h (base_pool_allocator::initialize, ::allocate): Remove
8426         conditional compilation.
8427         (base_pool_allocator::remove): Use flag_checking.
8429 2015-10-25  John David Anglin  <danglin@gcc.gnu.org>
8431         * config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define.
8433         PR middle-end/68079
8434         * dojump.c (do_compare_and_jump): Canonicalize both function and
8435         method types.
8437 2015-10-25  Uros Bizjak  <ubizjak@gmail.com>
8439         PR target/68084
8440         * config/i386/i386.c (ix86_md_asm_adjust) [case 'a']: Use NE code
8441         for =@ccae.
8443 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
8445         PR ipa/pr67600
8446         * ipa-polymorphic-call.c
8447         (ipa_polymorphic_call_context::get_dynamic_type): Do not confuse
8448         instance offset with offset of outer type.
8450 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
8452         * fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
8454 2015-10-23  Caroline Tice  <cmtice@google.com>
8456         (from Richard Biener
8457         * tree.c (int_cst_hasher::hash):  Replace XOR with more efficient
8458         call to iterative_hash_host_wide_int.
8460 2015-10-23  David Edelsohn  <dje.gcc@gmail.com>
8462         * config.gcc (powerpc-ibm-aix[6789]) [default_use_cxa_atexit]:
8463         Define as yes.
8465 2015-10-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
8467         * tree-vect-generic.c (expand_vector_operations_1): Check
8468         optab exists before use it.
8470 2015-10-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
8472         * tree-vect-generic.c (expand_vector_condition): Avoid
8473         uninitialized variable warning.
8475 2015-10-23  Jeff Law  <law@redhat.com>
8477         * passes.c (execute_function_todo): Do not call flush_ssaname_freelist
8478         here.  Instead...
8479         (execute_todo): Call it here.
8480         * tree-ssanames.c (make_ssa_name_fn): Unconditionally gather reuse
8481         statistics
8482         (pass_release_ssa_names::execute): Do not call flusH_ssaname_freelist.
8484 2015-10-23  Gregor Richards  <gregor.richards@uwaterloo.ca>
8485             Szabolcs Nagy  <szabolcs.nagy@arm.com>
8487         * config.gcc (enable_secureplt): Add *-linux*-musl*.
8489 2015-10-23  Jeff Law  <law@redhat.com>
8491         PR tree-optimization/67830
8492         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
8493         Explicitly verify the mask has no bits outside the type of
8494         the innermost operands.
8496 2015-10-23  Gregor Richards  <gregor.richards@uwaterloo.ca>
8497             Szabolcs Nagy  <szabolcs.nagy@arm.com>
8499         * config/rs6000/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
8500         (MUSL_DYNAMIC_LINKER64): Define.
8501         (GNU_USER_DYNAMIC_LINKER32): Update.
8502         (GNU_USER_DYNAMIC_LINKER64): Update.
8503         (CHOOSE_DYNAMIC_LINKER): Update.
8505         * config/rs6000/sysv4.h (GNU_USER_DYNAMIC_LINKER): Update.
8506         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER_E,)
8507         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
8508         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
8509         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
8510         (CHOOSE_DYNAMIC_LINKER): Update.
8511         (INCLUDE_DEFAULTS): Redefine.
8513         * config/rs6000/sysv4le.h (MUSL_DYNAMIC_LINKER_E): Define.
8515 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
8517         * fold-const.c (operand_equal_p): Do not compare TYPE_MODE when
8518         comparing addresses.
8520 2015-10-23  Jan Hubicka  <hubicka@ucw.cz>
8522         * fold-const.c (operand_equal_p): Handle matching of vector
8523         constructors.
8525 2015-10-23  David Edelsohn  <dje.gcc@gmail.com>
8527         * doc/install.texi (*-ibm-aix*): Additional information for AIX 7.1.
8529 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
8530             Andrew Pinski  <apinski@cavium.com>
8532         PR rtl-optimization/67736
8533         * combine.c (simplify_comparison): Use gen_lowpart_or_truncate instead
8534         of gen_lowpart.
8536 2015-10-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
8538         PR middle-end/68066
8539         * tree.c (build_truth_vector_type): Support BLK mode
8540         returned for boolean vector.
8542 2015-10-23  Alan Hayward <alan.hayward@arm.com>
8544         PR tree-optimization/65947
8545         * tree-vect-loop.c
8546         (vect_is_simple_reduction_1): Find condition reductions.
8547         (vect_model_reduction_cost): Add condition reduction costs.
8548         (get_initial_def_for_reduction): Add condition reduction initial var.
8549         (vect_create_epilog_for_reduction): Add condition reduction epilog.
8550         (vectorizable_reduction): Condition reduction support.
8551         * tree-vect-stmts.c (vectorizable_condition): Add vect reduction arg
8552         * doc/sourcebuild.texi (Vector-specific attributes): Document
8553         vect_max_reduc
8555 2015-10-23  Richard Biener  <rguenther@suse.de>
8557         * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def
8558         and builtins.def.
8560 2015-10-23  Richard Biener  <rguenther@suse.de>
8561             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
8563         * fold-const.c (fold_binary_loc) : Move Fold (A & ~B) - (A & B)
8564         into (A ^ B) - B to match.pd
8565         Move (X & ~Y) | (~X & Y) is X ^ Y to match.pd.
8567         * match.pd (minus (bit_and:cs @0 (bit_not @1)) (bit_and:s @0 @1)):
8568         New simplifier.
8569         (minus (bit_and:s @0 INTEGER_CST@2) (bit_and:s @0 INTEGER_CST@1)):
8570         New simplifier.
8571         (minus (bit_and:s @0 @1) (bit_and:cs @0 (bit_not @1))):
8572         New simplifier.
8573         (bit_ior:c (bit_and:c @0 (bit_not @1)) (bit_and:c (bit_not @0) @1)):
8574         New simplifier.
8575         (bit_ior:c (bit_and @0 INTEGER_CST@2) (bit_and (bit_not @0)
8576         INTEGER_CST@1)): New simplifier.
8578 2015-10-23  Richard Sandiford  <richard.sandiford@arm.com>
8580         * builtins.c (integer_valued_real_p): Move to fold-const.c.
8581         (fold_trunc_transparent_mathfn, fold_builtin_trunc, fold_builtin_floor)
8582         (fold_builtin_ceil, fold_builtin_round): Delete.
8583         (fold_builtin_1): Handle constant trunc, floor, ceil and round
8584         arguments here.
8585         * convert.c (convert_to_real): Remove narrowing of rounding
8586         functions.
8587         * fold-const.h (integer_valued_real_unary_p)
8588         (integer_valued_real_binary_p, integer_valued_real_call_p)
8589         (integer_valued_real_single_p, integer_valued_real_p): Declare.
8590         * fold-const.c (tree_single_nonnegative_warnv_p): Move
8591         name_registered_for_update_p check to SSA_NAME case statement.
8592         Don't call tree_simple_nonnegative_warnv_p for SSA names.
8593         (integer_valued_real_unary_p, integer_valued_real_binary_p)
8594         (integer_valued_real_call_p, integer_valued_real_single_p)
8595         (integer_valued_real_invalid_p): New functions.
8596         (integer_valued_real_p): Move from fold-const.c and rework
8597         to call the functions above.  Handle SSA names.
8598         * gimple-fold.h (gimple_stmt_integer_valued_real_p): Declare.
8599         * gimple-fold.c (gimple_assign_integer_valued_real_p)
8600         (gimple_call_integer_valued_real_p, gimple_phi_integer_valued_real_p)
8601         (gimple_stmt_integer_valued_real_p): New functions.
8602         * match.pd: Fold f(f(x))->f(x) for fp->fp rounding functions f.
8603         Fold f(x)->x for the same f if x is known to be integer-valued.
8604         Fold f(extend(x))->extend(f'(x)) if doing so doesn't affect
8605         the result.  Canonicalize floor(x) as trunc(x) if x is
8606         nonnegative.
8608 2015-10-23  Tom de Vries  <tom@codesourcery.com>
8610         * tree-ssa-structalias.c (intra_create_variable_infos): Use
8611         make_constraint_from.
8613 2015-10-23  Tom de Vries  <tom@codesourcery.com>
8615         * tree-ssa-structalias.c (create_variable_info_for_1): Add missing
8616         setting of is_full_var in case of a single field.
8618 2015-10-22  Martin Sebor  <msebor@redhat.com>
8620         PR driver/68043
8621         * config/i386/i386.opt: Add missing periods to the ends of sentences.
8622         * config/msp430/msp430.opt: Same.
8624 2015-10-21  David Wohlferd  <dw@LimeGreenSocks.com>
8626         * doc/extend.exp (Global Register Variables): Rewrite.
8628 2015-10-22  Jeff Law  <law@redhat.com>
8630         * genattrtab.c (main): If we do not have any annul-true or annul-false
8631         slots, then write out a dummy eligible_for_annul_true or
8632         eligible_for_annul_false as needed.
8634 2015-10-22  Nick Clifton  <nickc@redhat.com>
8636         * config/msp430/msp430.opt: Add -msilicon-errata and
8637         -msilicon-errata-warn.
8638         * config/msp430/msp430.h (ASM_SPEC): Pass new options on to
8639         assembler.
8640         * doc/invoke.texi: Document new options.
8642 2015-10-22  Richard Biener  <rguenther@suse.de>
8644         PR tree-optimization/58497
8645         * tree-vect-generic.c (ssa_uniform_vector_p): New helper.
8646         (expand_vector_operations_1): Use it.  Lower operations on
8647         all uniform vectors to scalar operations if the HW supports it.
8649 2015-10-22  Richard Biener  <rguenther@suse.de>
8651         PR tree-optimization/19049
8652         PR tree-optimization/65962
8653         * tree-vect-data-refs.c (vect_analyze_group_access_1): Fall back
8654         to strided accesses if single-element interleaving doesn't work.
8656 2015-10-22  Richard Biener  <rguenther@suse.de>
8658         PR middle-end/68046
8659         PR middle-end/61893
8660         * optabs.c (emit_libcall_block_1): Allow a NULL_RTX equiv.
8661         (expand_binop): For -ftrapv optabs do not record an REG_EQUAL note.
8662         (expand_unop): Likewise.
8664 2015-10-22  Richard Biener  <rguenther@suse.de>
8666         * fold-const.c (fold_addr_of_array_ref_difference): Properly
8667         convert operands before folding a MINUS_EXPR.
8668         (fold_binary_loc): Move simplification of MINUS_EXPR on
8669         converted POINTER_PLUS_EXPRs ...
8670         * match.pd: ... here.
8672 2015-10-22  Richard Sandiford  <richard.sandiford@arm.com>
8674         * builtins.c (fold_builtin_tan): Delete.
8675         (fold_builtin_1): Handle constant tan arguments here.
8676         * match.pd: Simplify (tan (atan x)) to x.
8678 2015-10-22  Richard Sandiford  <richard.sandiford@arm.com>
8680         * builtins.c (fold_builtin_cproj): Delete.
8681         (fold_builtin_1): Handle constant arguments here.
8682         (build_complex_cproj): Move and rename to...
8683         * tree.c: (build_complex_inf): ...this.
8684         * tree.h (build_complex_inf): Declare.
8685         * match.pd: Fold cproj(x)->x if x has no infinity.
8686         Use build_complex_inf for existing cproj rules.
8688 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8690         PR target/68015
8691         * config/s390/s390.md (mov<mode>cc): Emit compare only if we don't
8692         already have a comparison result.
8694 2015-10-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8696         PR target/63304
8697         * config/aarch64/aarch64.c (aarch64_nopcrelative_literal_loads): New.
8698         (aarch64_expand_mov_immediate): Use aarch64_nopcrelative_literal_loads.
8699         (aarch64_classify_address): Likewise.
8700         (aarch64_secondary_reload): Likewise.
8701         (aarch64_override_options_after_change_1): Adjust.
8702         * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
8703         Use aarch64_nopcrelative_literal_loads.
8704         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
8705         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
8706         Declare.
8708 2015-10-21  Martin Sebor  <msebor@redhat.com>
8710         PR driver/68043
8711         * opts.c (undocumented_msg, use_diagnosed_msg): New globals.
8712         (print_filtered_help): Reference aliased option's name and encourage
8713         readers to use it in preference to the alias if the former is not
8714         documented.  Mention when using an option is diagnosed.
8715         * gcc.c (display_help): End each sentence with a period.
8717         * common.opt: End each sentence that describes an option with
8718         a period.
8719         * config/aarch64/aarch64.opt: Same.
8720         * config/alpha/alpha.opt: Same.
8721         * config/arc/arc.opt: Same.
8722         * config/arm/arm.opt: Same.
8723         * config/avr/avr.opt: Same.
8724         * config/bfin/bfin.opt: Same.
8725         * config/c6x/c6x.opt: Same.
8726         * config/cr16/cr16.opt: Same.
8727         * config/cris/cris.opt: Same.
8728         * config/cris/linux.opt: Same.
8729         * config/darwin.opt: Same.
8730         * config/epiphany/epiphany.opt: Same.
8731         * config/fr30/fr30.opt: Same.
8732         * config/frv/frv.opt: Same.
8733         * config/ft32/ft32.opt: Same.
8734         * config/g.opt: Same.
8735         * config/h8300/h8300.opt: Same.
8736         * config/i386/cygming.opt: Same.
8737         * config/i386/djgpp.opt: Same.
8738         * config/i386/i386.opt: Same.
8739         * config/i386/interix.opt: Same.
8740         * config/i386/mingw-w64.opt: Same.
8741         * config/i386/mingw.opt: Same.
8742         * config/ia64/ia64.opt: Same.
8743         * config/ia64/ilp32.opt: Same.
8744         * config/iq2000/iq2000.opt: Same.
8745         * config/linux.opt: Same.
8746         * config/lm32/lm32.opt: Same.
8747         * config/lynx.opt: Same.
8748         * config/m32c/m32c.opt: Same.
8749         * config/m32r/m32r.opt: Same.
8750         * config/m68k/ieee.opt: Same.
8751         * config/m68k/m68k.opt: Same.
8752         * config/mcore/mcore.opt: Same.
8753         * config/mep/mep.opt: Same.
8754         * config/microblaze/microblaze.opt: Same.
8755         * config/mips/mips.opt: Same.
8756         * config/mmix/mmix.opt: Same.
8757         * config/mn10300/mn10300.opt: Same.
8758         * config/moxie/moxie.opt: Same.
8759         * config/msp430/msp430.opt: Same.
8760         * config/nios2/elf.opt: Same.
8761         * config/nios2/nios2.opt: Same.
8762         * config/nvptx/nvptx.opt: Same.
8763         * config/pa/pa-hpux.opt: Same.
8764         * config/pa/pa-hpux1010.opt: Same.
8765         * config/pa/pa-hpux1111.opt: Same.
8766         * config/pa/pa-hpux1131.opt: Same.
8767         * config/pa/pa.opt: Same.
8768         * config/pa/pa64-hpux.opt: Same.
8769         * config/pdp11/pdp11.opt: Same.
8770         * config/rl78/rl78.opt: Same.
8771         * config/rs6000/476.opt: Same.
8772         * config/rs6000/aix64.opt: Same.
8773         * config/rs6000/darwin.opt: Same.
8774         * config/rs6000/linux64.opt: Same.
8775         * config/rs6000/rs6000.opt: Same.
8776         * config/rs6000/sysv4.opt: Same.
8777         * config/s390/s390.opt: Same.
8778         * config/s390/tpf.opt: Same.
8779         * config/sh/sh.opt: Same.
8780         * config/sol2.opt: Same.
8781         * config/sparc/long-double-switch.opt: Same.
8782         * config/sparc/sparc.opt: Same.
8783         * config/spu/spu.opt: Same.
8784         * config/stormy16/stormy16.opt: Same.
8785         * config/tilegx/tilegx.opt: Same.
8786         * config/tilepro/tilepro.opt: Same.
8787         * config/v850/v850.opt: Same.
8788         * config/vax/vax.opt: Same.
8789         * config/visium/visium.opt: Same.
8790         * config/vms/vms.opt: Same.
8791         * config/vxworks.opt: Same.
8792         * config/xtensa/xtensa.opt: Same.
8794 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8795             Sebastian Pop  <s.pop@samsung.com>
8797         * graphite-scop-detection.c (parameter_index_in_region): Update call to
8798         invariant_in_sese_p_rec.
8799         * graphite-sese-to-poly.c (extract_affine): Same.
8800         * sese.c (invariant_in_sese_p_rec): Pass in an extra
8801         parameter has_vdefs.
8802         (scalar_evolution_in_region): Return chrec_dont_know when the scalar
8803         variable depends on virtual definitions in the current region.
8804         * sese.h (invariant_in_sese_p_rec): Update declaration.
8806 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8807             Sebastian Pop  <s.pop@samsung.com>
8809         * graphite-scop-detection.c (build_scops): Do not handle scops
8810         with more than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
8811         * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.
8813 2015-10-21  Mikhail Maltsev  <maltsevm@gmail.com>
8815         * config.in: Regenerate.
8816         * configure: Regenerate.
8817         * configure.ac (CHECKING_P): Define.
8818         * system.h: Use CHECKING_P.
8820 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
8822         PR ipa/67056
8823         * ipa-polymorphic-call.c (possible_placement_new): If cur_offset
8824         is negative we don't know the type.
8825         (check_stmt_for_type_change): Skip constructors of non-polymorphic
8826         types as those won't help devirutalization.
8828 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
8830         * fold-const.c (operand_equal_p): Add code matching empty constructors.
8832 2015-10-21  Eric Botcazou  <ebotcazou@adacore.com>
8834         * tree.def (CEIL_DIV_EXPR, FLOOR_DIV_EXPR, ROUND_DIV_EXPR): Tweak
8835         comments.
8836         (TRUNC_MOD_EXPR, CEIL_MOD_EXPR, FLOOR_MOD_EXPR, ROUND_MOD_EXPR):
8837         Add comments on sign of the result.
8838         * fold-const.c (tree_binary_nonnegative_warnv_p) <FLOOR_MOD_EXPR>:
8839         Recurse on operand #1 instead of operand #0.
8840         <CEIL_MOD_EXPR>: Do not recurse.
8841         <ROUND_MOD_EXPR>: Likewise.
8843 2015-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8845         * cfgrtl.c (pass_free_cfg::execute): Adjust.
8846         * final.c (dbr_sequence_length): Always define.
8847         (shorten_branches): Adjust.
8848         * genattr-common.c (main): Always define DELAY_SLOTS.
8849         * genattr.c (main): Unconditionally declare functions and define
8850         macros related to delay slots.
8851         * genattrtab.c (write_eligible_delay): Adjust.
8852         (main): Always write out delay slot functions.
8853         * opts.c (default_options_table): Adjust.
8854         * reorg.c (redirect_with_delay_slots_safe_p): Likewise.
8855         (redirect_with_delay_list_safe_p): Likewise.
8856         (fill_simple_delay_slots): Likewise.
8857         (fill_slots_from_thread): Likewise.
8858         (make_return_insns): Likewise.
8859         (dbr_schedule): Likewise.
8860         (rest_of_handle_delay_slots): Likewise.
8861         (pass_delay_slots::gate): Likewise.
8862         * toplev.c (process_options): Likewise.
8864 2015-10-21  Richard Henderson  <rth@redhat.com>
8866         * targhooks.c (default_addr_space_pointer_mode): Remove check
8867         for generic address space.
8868         (default_addr_space_address_mode): Likewise.
8869         (default_addr_space_valid_pointer_mode): Likewise.
8870         (default_addr_space_legitimate_address_p): Likewise.
8871         (default_addr_space_legitimize_address): Likewise.
8872         * target.def (addr_space.pointer_mode): Update documentation
8873         of default behavior.
8874         (addr_space.address_mode): Likewise.
8875         * tm.texi: Update.
8877         * expr.c (expand_expr_real_2): Use convert_modes on disjoint
8878         address spaces.
8880 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
8882         * builtins.c (fold_builtin_cabs): Delete.
8883         (fold_builtin_1): Update accordingly.  Handle constant arguments here.
8884         * match.pd: Add rules previously handled by fold_builtin_cabs.
8886 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
8888         * fold-const.h (fold_strip_sign_ops): Delete.
8889         * fold-const.c (fold_strip_sign_ops): Likewise.
8890         (fold_unary_loc, fold_binary_loc): Remove calls to it.
8891         * builtins.c (fold_builtin_cos, fold_builtin_cosh)
8892         (fold_builtin_ccos): Delete.
8893         (fold_builtin_pow): Don't call fold_strip_sign_ops.
8894         (fold_builtin_hypot, fold_builtin_copysign): Likewise.
8895         Remove fndecl argument.
8896         (fold_builtin_1): Update calls accordingly.  Handle constant
8897         cos, cosh, ccos and ccosh here.
8899 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
8901         * doc/invoke.texi (-fdump-tree-backprop, -fssa-backprop): Document.
8902         * Makefile.in (OBJS): Add gimple-ssa-backprop.o.
8903         * common.opt (fssa-backprop): New option.
8904         * fold-const.h (negate_mathfn_p): Declare.
8905         * fold-const.c (negate_mathfn_p): Make public.
8906         * timevar.def (TV_TREE_BACKPROP): New.
8907         * tree-pass.h (make_pass_backprop): Declare.
8908         * passes.def (pass_backprop): Add.
8909         * gimple-ssa-backprop.c: New file.
8911 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8912             Sebastian Pop  <s.pop@samsung.com>
8914         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard):
8915         Do not call create_empty_if_region_on_edge when cond_expr is true.
8916         (translate_isl_ast_node_for): Check whether a guard has been generated.
8918 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8920         * graphite-poly.h (struct dr_info): Added invalid_alias_set number.
8921         (operator=): Removed.
8922         (dr_info): Make alias_set number the last argument with default
8923         value of invalid_alias_set.
8924         * graphite-sese-to-poly.c (build_scop_drs): Update constructor
8925         of dr_info.
8926         (rewrite_reductions_out_of_ssa): Iterate only through the
8927         basic blocks which are inside region.
8928         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
8929         * sese.h (struct sese_l): Removed assignment operator.
8930         (split_region_for_bb): Removed dead code.
8932 2015-10-21  Aditya Kumar  <aditya.k7@samsung.com>
8934         * graphite-poly.h (struct dr_info): Removed conversion constructor.
8935         (struct scop): Renamed scop::region to scop::scop_info
8936         (scop_set_region): Same.
8937         (SCOP_REGION): Removed
8938         (SCOP_CONTEXT): Removed.
8939         (POLY_SCOP_P): Removed.
8940         * graphite-isl-ast-to-gimple.c (translate_isl_ast_node_user):
8941         Rename scop->region to scop->scop_info.
8942         (add_parameters_to_ivs_params): Same.
8943         (graphite_regenerate_ast_isl): Same.
8944         * graphite-poly.c (new_scop): Same.
8945         (free_scop): Same.
8946         (print_scop_params): Same.
8947         * graphite-scop-detection.c (scop_detection::remove_subscops): Same.
8948         (scop_detection::remove_intersecting_scops): Use pointer to sese_l.
8949         (dot_all_scops_1): Rename scop->region to scop->scop_info.
8950         (scop_detection::nb_pbbs_in_loops): Same.
8951         (find_scop_parameters): Same.
8952         (try_generate_gimple_bb): Same.
8953         (gather_bbs::before_dom_children): Same.
8954         (gather_bbs::after_dom_children): Same.
8955         (build_scops): Same.
8956         * graphite-sese-to-poly.c (build_scop_scattering): Same.
8957         (extract_affine_chrec): Same.
8958         (extract_affine): Same.
8959         (set_scop_parameter_dim): Same.
8960         (build_loop_iteration_domains): Same.
8961         (create_pw_aff_from_tree): Same.
8962         (add_param_constraints): Same.
8963         (build_scop_iteration_domain): Same.
8964         (build_scop_drs): Same.
8965         (analyze_drs_in_stmts): Same.
8966         (insert_out_of_ssa_copy_on_edge): Same.
8967         (rewrite_close_phi_out_of_ssa):Same.
8968         (rewrite_reductions_out_of_ssa):Same.
8969         (handle_scalar_deps_crossing_scop_limits):Same.
8970         (rewrite_cross_bb_scalar_deps):Same.
8971         (rewrite_cross_bb_scalar_deps_out_of_ssa):Same.
8972         (build_poly_scop):Same.
8973         (build_alias_set): Use pointer to dr_info.
8974         * graphite.c (print_graphite_scop_statistics):
8975         (graphite_transform_loops):
8976         * sese.h (struct sese_l): Remove conversion constructor.
8978 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
8980         PR middle-end/67966
8981         * tree.c (verify_type): Verify that TYPE_MODE match
8982         between TYPE_CANONICAL and type.
8983         * expr.c (store_expr_with_bounds): Revert my previous change.
8984         * expmed.c (store_bit_field_1): Revert prevoius change.
8985         * gimple-expr.c (useless_type_conversion_p): Require TYPE_MODE
8986         to match for all types.
8988 2015-10-21  Nathan Sidwell  <nathan@codesourcery.com>
8990         * omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop
8991         nesting.
8993 2015-10-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
8995         * doc/tm.texi: Regenerated.
8996         * doc/tm.texi.in (TARGET_VECTORIZE_GET_MASK_MODE): New.
8997         * stor-layout.c (layout_type): Use mode to get vector mask size.
8998         * target.def (get_mask_mode): New.
8999         * targhooks.c (default_get_mask_mode): New.
9000         * targhooks.h (default_get_mask_mode): New.
9001         * tree-vect-stmts.c (get_same_sized_vectype): Add special case
9002         for boolean vector.
9003         * tree.c (MAX_BOOL_CACHED_PREC): New.
9004         (nonstandard_boolean_type_cache): New.
9005         (build_nonstandard_boolean_type): New.
9006         (make_vector_type): Vector mask has no canonical type.
9007         (build_truth_vector_type): New.
9008         (build_same_sized_truth_vector_type): New.
9009         (truth_type_for): Support vector masks.
9010         * tree.h (VECTOR_BOOLEAN_TYPE_P): New.
9011         (build_truth_vector_type): New.
9012         (build_same_sized_truth_vector_type): New.
9013         (build_nonstandard_boolean_type): New.
9014         * tree-cfg.c (verify_gimple_comparison) Require boolean
9015         vector type for vector comparison.
9016         (verify_gimple_assign_ternary): Likewise.
9017         * optabs.c (expand_vec_cond_expr): Accept boolean vector as
9018         condition operand.
9019         * tree-vect-stmts.c (vectorizable_condition): Use boolean
9020         vector type for vector comparison.
9021         * tree-vect-generic.c (elem_op_func): Add new operand to hold
9022         vector type.
9023         (do_unop): Adjust to modified function type.
9024         (do_binop): Likewise.
9025         (do_plus_minus): Likewise.
9026         (do_negate); Likewise.
9027         (expand_vector_piecewise): Likewise.
9028         (do_cond): Likewise.
9029         (do_compare): Use comparison instead of condition.
9030         (expand_vector_divmod): Use boolean vector type for comparison.
9031         (expand_vector_operations_1): Skip scalar mask operations.
9033 2015-10-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
9035         * omp-low.c (simd_clone_create): Set in_other_partition
9036         for created clones.
9038 2015-10-21  David Wohlferd  <dw@LimeGreenSocks.com>
9040         * doc/extend.exp (Local Register Variables): Rewrite.
9042 2015-10-21  Richard Sandiford  <richard.sandiford@arm.com>
9044         * match.pd: Add rules to simplify ccos, ccosh, hypot, copysign
9045         and x*x in cases where the operands are sign ops.  Extend these
9046         rules to handle copysign as a sign op (including for cos, cosh
9047         and pow, which already treated negate and abs as sign ops).
9049 2015-10-21  Uros Bizjak  <ubizjak@gmail.com>
9051         PR target/68018
9052         * config/i386/i386.c (ix86_compute_frame_layout): Realign the stack
9053         for 64-bit MS_ABI targets also when default incoming stack boundary
9054         is overriden.
9056 2015-10-21  Richard Biener  <rguenther@suse.de>
9058         * tree-ssa-sccvn.c (cond_stmts_equal_p): Compare two GIMPLE
9059         cond stmts, enhanced and split out from ...
9060         (vn_phi_eq): ... here.
9062 2015-10-21  Richard Biener  <rguenther@suse.de>
9064         PR middle-end/68031
9065         * fold-const.c: Include tree-ssa-operands.h and tree-into-ssa.h.
9066         (tree_ssa_name_nonnegative_warnv_p): Fold into ...
9067         (tree_single_nonnegative_warnv_p): ... here.  For SSA names
9068         make sure they are not registered for update.
9070 2015-10-21  Richard Biener  <rguenther@suse.de>
9072         PR tree-optimization/68026
9073         * tree-ssa-ccp.c (get_value_for_expr): Zero-extend mask for
9074         unsigned VARYING values.
9076 2015-10-21  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
9078         * asan.c (asan_emit_stack_protection): Don't pass local stack to
9079         asan_stack_malloc_[n] anymore. Check if asan_stack_malloc_[n] returned
9080         NULL and use local stack than.
9081         (asan_finish_file): Insert __asan_version_mismatch_check_v[n] call
9082         in addition to __asan_init.
9083         * sanitizer.def (BUILT_IN_ASAN_INIT): Rename to __asan_init.
9084         (BUILT_IN_ASAN_VERSION_MISMATCH_CHECK): Add new builtin call.
9085         * asan.h (asan_intercepted_p): Handle new string builtins.
9086         * ubsan.c (ubsan_use_new_style_p): New function.
9087         (ubsan_instrument_float_cast): If location is unknown, assign
9088         input_location to loc. Propagate loc to ubsan_create_data if
9089         ubsan_use_new_style_p returned true.
9091 2015-10-21  Jeff Law  <law@redhat.com>
9093         * Makefile.in (OBJS): Remove sched-vis.c
9094         * sched-vis.c: Removed.  Code moved into...
9095         * print-rtl.c: Here.  Include cfg.h, pretty-print.h and print-rtl.h.
9096         * rtl.h: Remove prototypes for functions now living in print-rtl.c
9097         * print-rtl.h Add prototypes for new functions in print-rtl.c.
9098         * auto-inc-dec.c: Include print-rtl.h
9099         * cfgrtl.c, combine.c, final.c haifa-sched.c: Likewise.
9100         * ira.c, lra-constraints.c, lra.c, sel-sched-dump.c: Likewise.
9102         * varasm.c (handle_vtv_comdat_section): Mark 2nd parameter with
9103         ATTRIBUTE_UNUSED.
9105 2015-10-21  Richard Biener  <rguenther@suse.de>
9106             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
9108         * fold-const.c (fold_binary_loc) : Move (-A) * (-B) -> A * B
9109         to match.pd.
9110 * doc/implement-c.texi (Integers Implementation): Make GCC's promises
9111 about signed left shift stronger and clarify the cases when they're
9112 broken.
9113         Move (a * (1 << b)) is (a << b) to match.pd.
9114         Move convert (C1/X)*C2 into (C1*C2)/X to match.pd.
9115         Move ~X & X, (X == 0) & X, and !X & X are zero to match.pd.
9116         Move X & ~X , X & (X == 0), and X & !X are zero to match.pd.
9118         * match.pd (mult:c @0 (convert? (lshift integer_onep@1 @2))):
9119         New simplifier.
9120         (mult (rdiv:s REAL_CST@0 @1) REAL_CST@2): New simplifier.
9121         (bit_and:c (convert? @0) (convert? (bit_not @0))): New simplifier.
9122         (bit_ior (bit_and:s @0 (bit_not:s @1)) (bit_and:s (bit_not:s @0) @1))
9123         : New simplifier.
9124         (mult:c (convert1? (negate @0)) (convert2? negate_expr_p@1)):
9125         New simplifier.
9126         (match (logical_inverted_value @0) (truth_not @0)) : New Predicate.
9128 2015-10-21  Gregor Richards  <gregor.richards@uwaterloo.ca>
9129             Szabolcs Nagy  <szabolcs.nagy@arm.com>
9130             Alan Modra  <amodra@gmail.com>
9132         * config/rs6000/secureplt.h (LINK_SECURE_PLT_DEFAULT_SPEC): Define.
9133         * config/rs6000/sysv4.h (LINK_SECURE_PLT_SPEC): Define.
9134         (LINK_SPEC): Add %(link_secure_plt).
9135         (SUBTARGET_EXTRA_SPECS): Add "link_secure_plt".
9136         * config/rs6000/linux64.h (LINK_SECURE_PLT_SPEC): Redefine.
9138 2015-10-20  Gregor Richards  <gregor.richards@uwaterloo.ca>
9139             Szabolcs Nagy  <szabolcs.nagy@arm.com>
9141         * config/sh/linux.h (MUSL_DYNAMIC_LINKER): Define.
9142         (MUSL_DYNAMIC_LINKER_E, MUSL_DYNAMIC_LINKER_FP): Define.
9144 2015-10-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9146         * config/aarch64/aarch64.c (aarch64_mode_valid_for_sched_fusion_p):
9147         New function.
9148         (fusion_load_store): Use it.
9149         * config/aarch64/aarch64-ldpstp.md: Add new peephole2s for
9150         ldp and stp in VD modes.
9151         * config/aarch64/aarch64-simd.md (load_pair<mode>, VD): New pattern.
9152         (store_pair<mode>, VD): Likewise.
9154 2015-10-20  Vladimir Makarov  <vmakarov@redhat.com>
9156         PR rtl-optimization/67609
9157         * lra-splill.c (lra_final_code_change): Don't remove all
9158         sub-registers.
9160 2015-10-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9162         * simplify-rtx.c (simplify_binary_operation): If either operand was
9163         a constant pool reference use them if all other simplifications failed.
9165 2015-10-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9167         * config/aarch64/aarch64.md
9168         (*aarch64_fcvt<su_optab><GPF:mode><GPI:mode>2_mult): New pattern.
9169         * config/aarch64/aarch64-simd.md
9170         (*aarch64_fcvt<su_optab><VDQF:mode><fcvt_target>2_mult): Likewise.
9171         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle above patterns.
9172         (aarch64_fpconst_pow_of_2): New function.
9173         (aarch64_vec_fpconst_pow_of_2): Likewise.
9174         * config/aarch64/aarch64-protos.h (aarch64_fpconst_pow_of_2): Declare
9175         prototype.
9176         (aarch64_vec_fpconst_pow_of_2): Likewise.
9177         * config/aarch64/predicates.md (aarch64_fp_pow2): New predicate.
9178         (aarch64_fp_vec_pow2): Likewise.
9180 2015-10-20  Uros Bizjak  <ubizjak@gmail.com>
9182         * config/alpha/alpha.h (HARD_REGNO_NREGS): Use CEIL macro.
9183         (ALPHA_ARG_SIZE): Ditto.  Remove unused NAMED argument.
9184         * config/alpha/alpha.c (alpha_function_arg_advance): Update
9185         ALPHA_ARG_SIZE usage.
9186         (alpha_arg_partial_bytes): Ditto.
9188 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
9190         PR target/66810
9191         * cgraphbuild.c (pass_build_cgraph_edges::execute): Skip local
9192         error_mark_node decls.
9194 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
9196         PR target/67963
9197         PR target/67985
9198         * common/config/i386/i386-common.c (ix86_handle_option): Remove
9199         OPT_miamcu handling.
9200         * config/i386/i386.c (PTA_NO_80387): New macro.
9201         (processor_alias_table): Add PTA_NO_80387 to lakemont.
9202         (ix86_option_override_internal): Update MASK_80387 from
9203         PTA_NO_80387.  Don't warn x87/MMX/SSE/AVX for -miamcu.  Warn
9204         SSE math only if 80387 is supported.  Don't change
9205         MASK_FLOAT_RETURNS.
9206         (ix86_valid_target_attribute_tree): Enable FPMATH_387 only if
9207         80387 is supported.
9208         * config/i386/i386.h (TARGET_FLOAT_RETURNS_IN_80387): True only
9209         if TARGET_80387 is true and TARGET_IAMCU is false.
9210         (TARGET_FLOAT_RETURNS_IN_80387_P): True only if TARGET_80387_P
9211         is true and TARGET_IAMCU_P is false.
9213 2015-10-20  Richard Biener  <rguenther@suse.de>
9215         PR tree-optimization/68017
9216         * tree-tailcall.c (eliminate_tail_call): Remove stmts backwards.
9218 2015-10-20  Martin Liska  <mliska@suse.cz>
9220         * cgraphclones.c (cgraph_node::create_virtual_clone):
9221         Verify cgraph_node.local.versionable instead of calling
9222         tree_versionable_function_p.
9223         * ipa-cp.c (determine_versionability): Save the information
9224         to ipa_node_params summary.
9225         (ipcp_versionable_function_p): Use it.
9226         (ipcp_propagate_stage): Pass IPA_NODE_REF to a called function.
9227         (ipcp_generate_summary): Do not compute cgraph_node
9228         versionability.
9229         * ipa-inline-analysis.c (inline_generate_summary): Compute
9230         versionability for all cgraph nodes.
9231         * ipa-prop.c (ipa_node_params_t::duplicate): Duplicate
9232         ipa_node_params::versionability.
9233         * ipa-prop.h (struct ipa_node_params): Declare it.
9235 2015-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9237         PR other/67868
9238         * varasm.c (assemble_variable): Move special vtv handling to..
9239         (handle_vtv_comdat_sections): .. here. New function.
9240         (output_object_block): Handle vtv sections.
9242 2015-10-20  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9244         PR target/66912
9245         * varasm.c (default_binds_local_p_2): Turn on extern_protected_data.
9247 2015-10-20  Arkadiusz Drabczyk  <arkadiusz@drabczyk.org>
9249         * doc/extend.texi: Update documentation WRT inline functions.
9251 2015-10-20  Alan Modra  <amodra@gmail.com>
9253         PR go/66870
9254         * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Don't define.
9255         * config/rs6000/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
9256         (TARGET_CAN_SPLIT_STACK_64BIT): Define.
9258 2015-10-19  Pierre-Marie de Rodat  <derodat@adacore.com>
9260         PR rtl-optimization/66790
9261         * df.h (DF_MIR): New macro.
9262         (DF_LAST_PROBLEM_PLUS1): Update to be past DF_MIR
9263         (DF_MIR_INFO_BB): New macro.
9264         (DF_MIR_IN, DF_MIR_OUT): New macros.
9265         (struct df_mir_bb_info): New.
9266         (df_mir): New macro.
9267         (df_mir_add_problem, df_mir_simulate_one_insn): New forward
9268         declarations.
9269         (df_mir_get_bb_info): New.
9270         * df-problems.c (struct df_mir_problem_data): New.
9271         (df_mir_free_bb_info, df_mir_alloc, df_mir_reset,
9272         df_mir_bb_local_compute, df_mir_local_compute, df_mir_init,
9273         df_mir_confluence_0, df_mir_confluence_n,
9274         df_mir_transfer_function, df_mir_free, df_mir_top_dump,
9275         df_mir_bottom_dump, df_mir_verify_solution_start,
9276         df_mir_verify_solution_end): New.
9277         (problem_MIR): New.
9278         (df_mir_add_problem, df_mir_simulate_one_insn): New.
9279         * timevar.def (TV_DF_MIR): New.
9280         * ree.c: Include bitmap.h
9281         (add_removable_extension): Add an INIT_REGS parameter.  Use it
9282         to skip zero-extensions that may get an uninitialized register.
9283         (find_removable_extensions): Compute must-initialized registers
9284         using the MIR dataflow problem. Update the call to
9285         add_removable_extension.
9286         (find_and_remove_re): Call df_mir_add_problem.
9288 2015-10-19  Segher Boessenkool  <segher@kernel.crashing.org>
9290         * common/config/mn10300/mn10300-common.c
9291         (mn10300_option_optimization_table) <OPT_freorder_blocks_algorithm_>:
9292         Use REORDER_BLOCKS_ALGORITHM_STC at -Os and up.
9294 2015-10-19  David Wohlferd  <dw@LimeGreenSocks.com>
9296         * doc/extend.texi (Explicit Register Variables): Simplify and
9297         avoid unnecessary and confusion abbreviations.  Update cross
9298         references.
9299         doc/implement-c.tex: Update cross reference.
9301 2015-10-19  Jeff Law  <law@redhat.com>
9303         * tree-ssa-threadupdate.c (valid_jump_thread_path): Reject paths
9304         that create irreducible loops unless the path elimiantes a multiway
9305         branch.
9307 2015-10-19  Richard Biener  <rguenther@suse.de>
9309         PR tree-optimization/67975
9310         * tree-cfg.h (extract_true_false_controlled_edges): Declare.
9311         * tree-cfg.c (extract_true_false_controlled_edges): Split out
9312         core worker from ...
9313         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): ... here.
9314         * tree-ssa-sccvn.c (vn_phi_compute_hash): Hash number of args
9315         instead of block number for PHIs with two or one args.
9316         (vn_phi_eq): Compare edge predicates of PHIs that are in different
9317         blocks.
9319 2015-10-19  Richard Biener  <rguenther@suse.de>
9321         * gimple-fold.c (gimple_phi_nonnegative_warnv_p): New function.
9322         (gimple_stmt_nonnegative_warnv_p): Use it.
9323         * match.pd (CPROJ): New operator list.
9324         (cproj (complex ...)): Move simplifications from ...
9325         * builtins.c (fold_builtin_cproj): ... here.
9327 2015-10-19  H.J. Lu  <hongjiu.lu@intel.com>
9329         * config/i386/i386.c (ix86_expand_vector_move): Use
9330         GET_MODE_BITSIZE for IA MCU psABI to get vector natural
9331         alignment.
9333 2015-10-19  H.J. Lu  <hongjiu.lu@intel.com>
9335         * doc/invoke.texi: Replace @optindex with @opindex.
9337 2015-10-19  H.J. Lu  <hongjiu.lu@intel.com>
9339         PR target/67995
9340         * config/i386/i386.c (ix86_valid_target_attribute_tree): If
9341         arch= is set,  clear all bits in x_ix86_isa_flags, except for
9342         ISA_64BIT, ABI_64, ABI_X32, and CODE16.
9344 2015-10-19  Joost VandeVondele  <vondele@gnu.gcc.org>
9346         PR middle-end/68002
9347         * common.opt (fkeep-static-functions): New option.
9348         * doc/invoke.texi: Document it.
9349         * cgraphunit.c (cgraph_node::finalize_function): Use it.
9351 2015-10-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9353         * sched-int.h (struct autopref_multipass_data_): Remove offset
9354         field.  Add min_offset, max_offset, multi_mem_insn_p fields.
9355         * haifa-sched.c (analyze_set_insn_for_autopref): New function.
9356         (autopref_multipass_init): Use it.  Handle PARALLEL sets.
9357         (autopref_rank_data): New function.
9358         (autopref_rank_for_schedule): Use it.
9359         (autopref_multipass_dfa_lookahead_guard_1): Likewise.
9361 2015-10-18  Mikhail Maltsev  <maltsevm@gmail.com>
9363         PR other/65800
9364         * gengtype.c (dump_type): Handle TYPE_UNDEFINED correctly.
9366 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
9368         * config/darwin.h (TARGET_SYSTEM_ROOT): Remove this from here,
9369         (HAVE_LD_SYSROOT): New.  (SYSROOT_SPEC): New.
9370         (LINK_SYSROOT_SPEC): Revise to remove the default for target sysroot.
9371         (STANDARD_STARTFILE_PREFIX_1): New.
9372         (STANDARD_STARTFILE_PREFIX_2): New.
9374 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
9376         * config/darwin-driver.c (darwin_default_min_version): Refactor code.
9377         (darwin_driver_init): Note a version-min when provided on the c/l.
9378         * config/darwin.h (%darwin_minversion): Remove.
9379         * config/i386/darwin.h: Likewise.
9380         * config/rs6000/darwin.h: Likewise.
9381         * config/darwin.opt (mmacosx-version-min=): Use the configured default,
9382         rather than an arbitrary constant.
9384 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
9386         * config/darwin-driver.c (darwin_driver_init): Handle '-arch' for
9387         PPC, detect conflicts between -arch and multilib settings.  Detect
9388         and warn about conflicts between multiple -arch definitions.
9390 2015-10-18  Iain Sandoe  <iain@codesourcery.com>
9392         * config/darwin-driver.c: Adjust includes to add diagnostic-core.
9394 2015-10-16  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9396         * lra-constraints.c (add_next_usage_insn): Change argument type
9397         from rtx to rtx_insn *.
9399 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
9401         * i386/x86-tune.def (X86_TUNE_ALWAYS_FANCY_MATH_387): Disable
9402         for Lakemont.
9404 2015-10-16  Andrew MacLeod  <amacleod@redhat.com>
9406         * config/tilepro/gen-mul-tables.cc: Adjust include files.
9407         * config/tilegx/mul-tables.c: Regenerate.
9408         * config/tilepro/mul-tables.c: Regenerate.
9410         * config/tilegx/tilegx-c.c: Adjust include files.
9411         * config/tilegx/tilegx.c: Likewise.
9412         * config/tilepro/tilepro-c.c: Likewise.
9413         * config/tilepro/tilepro.c: Likewise.
9414         * config/aarch64/aarch64-builtins.c: Likewise.
9415         * config/aarch64/aarch64.c: Likewise.
9416         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
9417         * config/alpha/alpha.c: Likewise.
9418         * config/arc/arc.c: Likewise.
9419         * config/arm/aarch-common.c: Likewise.
9420         * config/arm/arm-builtins.c: Likewise.
9421         * config/arm/arm-c.c: Likewise.
9422         * config/arm/arm.c: Likewise.
9423         * config/avr/avr-c.c: Likewise.
9424         * config/avr/avr-devices.c: Likewise.
9425         * config/avr/avr-log.c: Likewise.
9426         * config/avr/avr.c: Likewise.
9427         * config/bfin/bfin.c: Likewise.
9428         * config/c6x/c6x.c: Likewise.
9429         * config/cr16/cr16.c: Likewise.
9430         * config/cris/cris.c: Likewise.
9431         * config/darwin-c.c: Likewise.
9432         * config/darwin-driver.c: Likewise.
9433         * config/darwin.c: Likewise.
9434         * config/default-c.c: Likewise.
9435         * config/epiphany/epiphany.c: Likewise.
9436         * config/epiphany/mode-switch-use.c: Likewise.
9437         * config/epiphany/resolve-sw-modes.c: Likewise.
9438         * config/fr30/fr30.c: Likewise.
9439         * config/frv/frv.c: Likewise.
9440         * config/ft32/ft32.c: Likewise.
9441         * config/glibc-c.c: Likewise.
9442         * config/h8300/h8300.c: Likewise.
9443         * config/i386/host-cygwin.c: Likewise.
9444         * config/i386/host-mingw32.c: Likewise.
9445         * config/i386/i386-c.c: Likewise.
9446         * config/i386/i386.c: Likewise.
9447         * config/i386/msformat-c.c: Likewise.
9448         * config/i386/winnt-cxx.c: Likewise.
9449         * config/i386/winnt-stubs.c: Likewise.
9450         * config/i386/winnt.c: Likewise.
9451         * config/ia64/ia64-c.c: Likewise.
9452         * config/ia64/ia64.c: Likewise.
9453         * config/iq2000/iq2000.c: Likewise.
9454         * config/lm32/lm32.c: Likewise.
9455         * config/m32c/m32c-pragma.c: Likewise.
9456         * config/m32c/m32c.c: Likewise.
9457         * config/m32r/m32r.c: Likewise.
9458         * config/mcore/mcore.c: Likewise.
9459         * config/mep/mep-pragma.c: Likewise.
9460         * config/mep/mep.c: Likewise.
9461         * config/microblaze/microblaze-c.c: Likewise.
9462         * config/microblaze/microblaze.c: Likewise.
9463         * config/mips/mips-tables.opt
9464         * config/mips/mips.c: Likewise.
9465         * config/mmix/mmix.c: Likewise.
9466         * config/mn10300/mn10300.c: Likewise.
9467         * config/moxie/moxie.c: Likewise.
9468         * config/msp430/msp430-c.c: Likewise.
9469         * config/msp430/msp430.c: Likewise.
9470         * config/nds32/nds32-cost.c: Likewise.
9471         * config/nds32/nds32-fp-as-gp.c: Likewise.
9472         * config/nds32/nds32-intrinsic.c: Likewise.
9473         * config/nds32/nds32-isr.c: Likewise.
9474         * config/nds32/nds32-md-auxiliary.c: Likewise.
9475         * config/nds32/nds32-memory-manipulation.c: Likewise.
9476         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
9477         * config/nds32/nds32-predicates.c: Likewise.
9478         * config/nds32/nds32.c: Likewise.
9479         * config/nios2/nios2.c: Likewise.
9480         * config/nvptx/mkoffload.c: Likewise.
9481         * config/nvptx/nvptx.c: Likewise.
9482         * config/pa/pa.c: Likewise.
9483         * config/pdp11/pdp11.c: Likewise.
9484         * config/rl78/rl78-c.c: Likewise.
9485         * config/rl78/rl78.c: Likewise.
9486         * config/rs6000/host-darwin.c: Likewise.
9487         * config/rs6000/rs6000-c.c: Likewise.
9488         * config/rs6000/rs6000-linux.c: Likewise.
9489         * config/rs6000/rs6000.c: Likewise.
9490         * config/rx/rx.c: Likewise.
9491         * config/s390/s390-c.c: Likewise.
9492         * config/s390/s390.c: Likewise.
9493         * config/sh/sh-c.c: Likewise.
9494         * config/sh/sh-mem.cc: Likewise.
9495         * config/sh/sh.c: Likewise.
9496         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
9497         * config/sh/sh_treg_combine.cc: Likewise.
9498         * config/sol2-c.c: Likewise.
9499         * config/sol2-cxx.c: Likewise.
9500         * config/sol2-stubs.c: Likewise.
9501         * config/sol2.c: Likewise.
9502         * config/sparc/sparc-c.c: Likewise.
9503         * config/sparc/sparc.c: Likewise.
9504         * config/spu/spu-c.c: Likewise.
9505         * config/spu/spu.c: Likewise.
9506         * config/stormy16/stormy16.c: Likewise.
9507         * config/v850/v850-c.c: Likewise.
9508         * config/v850/v850.c: Likewise.
9509         * config/vax/vax.c: Likewise.
9510         * config/visium/visium.c: Likewise.
9511         * config/vms/vms-c.c: Likewise.
9512         * config/vms/vms.c: Likewise.
9513         * config/vxworks.c: Likewise.
9514         * config/winnt-c.c: Likewise.
9515         * config/xtensa/xtensa.c: Likewise.
9517 2015-10-16  Christian Bruel  <christian.bruel@st.com>
9519         PR target/67745
9520         * config/arm/arm.h (FUNCTION_BOUNDARY): Use FUNCTION_BOUNDARY_P.
9521         (FUNCTION_BOUNDARY_P): New macro:
9522         * config/arm/arm.c (TARGET_RELAYOUT_FUNCTION, arm_relayout_function):
9523         New hook.
9524         * doc/tm.texi.in (TARGET_RELAYOUT_FUNCTION): Document.
9525         * doc/tm.texi (TARGET_RELAYOUT_FUNCTION): New hook.
9526         * target.def (TARGET_RELAYOUT_FUNCTION): Likewise.
9527         * function.c (allocate_struct_function): Call
9528         relayout_function hook.
9529         * passes.c (rest_of_decl_compilation): Likewise.
9531 2015-10-16  Christian Bruel  <christian.bruel@st.com>
9533         PR target/67745
9534         * config/arm/arm.h (FUNCTION_BOUNDARY): Move optimize_size condition to:
9535         * config/arm/arm.c (arm_option_override_internal): Call
9536         arm_override_options_after_change_1.
9537         (arm_override_options_after_change): New function.
9538         (arm_override_options_after_change_1): Likewise.
9539         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define hook.
9541 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9543         Revert:
9544         * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
9545         empty constructors.
9547 2015-10-16  Eric Botcazou  <ebotcazou@adacore.com>
9549         * tree.c (recompute_tree_invariant_for_addr_expr): Assert that the
9550         argument is an ADDR_EXPR.
9552 2015-10-16  Richard Biener  <rguenther@suse.de>
9554         * gimple-fold.c (gimple_fold_builtin_memory_op): Use gimple_build
9555         and get rid of force_gimple_operand_gsi.
9556         (gimple_fold_builtin_memory_chk): Likewise.
9557         (gimple_fold_builtin_stxcpy_chk): Likewise.
9558         (rewrite_to_defined_overflow): Likewise.
9559         (gimple_convert_to_ptrofftype): New function.
9560         * gimple-fold.h (gimple_convert_to_ptrofftype): New overload, declare.
9562 2015-10-16  Richard Biener  <rguenther@suse.de>
9564         * tree-nested.h (build_addr): Adjust prototype.
9565         * tree-nested.c (build_addr): Remove context argument and use
9566         mark_addressable.
9567         (get_static_chain): Adjust calls to build_addr.
9568         (convert_nl_goto_reference): Likewise.
9569         (convert_tramp_reference_op): Likewise.
9570         (finalize_nesting_tree_1): Likewise.
9571         * value-prof.c (gimple_ic): Likewise.
9572         * gimple-low.c (lower_builtin_setjmp): Likewise.
9573         * tree-parloops.c (take_address_of): Likewise.
9574         (create_call_for_reduction_1): Likewise.
9575         * tree-profile.c (gimple_gen_interval_profiler): Likewise.
9576         (gimple_gen_ic_func_profiler): Likewise.
9578 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
9580         * ipa-icf-gimple.c (func_checker::compare_operand): Compare only
9581         empty constructors.
9583 2015-10-16  Michael Collison  <michael.collison@linaro.org>
9584             Andrew Pinski <andrew.pinski@caviumnetworks.com>
9586         * match.pd ((x < y) && (x < z) -> x < min (y,z),
9587         (x > y) and (x > z) -> x > max (y,z))
9589 2015-10-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
9590             Szabolcs Nagy  <szabolcs.nagy@arm.com>
9592         * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define.
9593         (DYNAMIC_LINKER): Renamed to ...
9594         (GLIBC_DYNAMIC_LINKER): This.
9595         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_DYNAMIC_LINKER.
9597 2015-10-15  Marek Polacek  <polacek@redhat.com>
9599         * tree-ssa-reassoc.c (attempt_builtin_copysign): Call
9600         gimple_call_builtin instead of is_gimple_call.
9602 2015-10-15  Richard Biener  <rguenther@suse.de>
9604         * tree-vect-stmts.c (vect_init_vector): Remove unused vars.
9606 2015-10-15  Richard Biener  <rguenther@suse.de>
9608         * tree-vectorizer.h (vect_get_new_ssa_name): Declare.
9609         * tree-vect-data-refs.c (vect_get_new_ssa_name): New helper.
9610         * tree-vect-loop.c (get_initial_def_for_induction): Drop
9611         use of force_gimple_operand in favor of gimple_build.
9612         Use vect_get_new_ssa_name.
9613         * tree-vect-stmts.c (vect_init_vector): Use vect_get_new_ssa_name.
9614         (vectorizable_mask_load_store): Likewise.
9615         (vectorizable_call): Likewise.
9616         (vectorizable_store): Likewise.
9617         (vectorizable_load): Likewise.
9618         (vect_get_vec_def_for_stmt_copy): Remove redundant stmt.
9620 2015-10-15  Richard Sandiford  <richard.sandiford@arm.com>
9622         PR tree-optimization/67945
9623         * tree-pass.h (PROP_gimple_opt_math): New property flag.
9624         * generic-match-head.c (canonicalize_math_p): New function.
9625         * gimple-match-head.c: Include tree-pass.h.
9626         (canonicalize_math_p): New function.
9627         * match.pd: Group math built-in rules into simplifications
9628         and canonicalizations.  Guard the latter with canonicalize_math_p.
9629         * tree-ssa-math-opts.c (pass_data_cse_sincos): Provide the
9630         PROP_gimple_opt_math property.
9632 2015-10-15  Marek Polacek  <polacek@redhat.com>
9634         PR tree-optimization/67953
9635         * match.pd (X - (X / Y) * Y): Don't change signedness of @0.
9637 2015-10-15  Jiong Wang  <jiong.wang@arm.com>
9639         * config.gcc: Recognize "." in architecture base name for AArch64.
9641 2015-10-14  Uros Bizjak  <ubizjak@gmail.com>
9643         * config/mips/mips.h (MIPS_STACK_ALIGN): Implement using
9644         ROUND_UP macro.
9645         * config/mips/mips.c (mips_setup_incoming_varargs): Use
9646         ROUND_DOWN to calculate off.
9647         (mips_gimplify_va_arg_expr): Use ROUND_UP to calculate rsize.
9648         (mips_emit_probe_stack_range): Use ROUND_DOWN to calculate
9649         rounded_size.
9651 2015-10-14  Eric Botcazou  <ebotcazou@adacore.com>
9653         * gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.
9655 2015-10-14  Peter Bergner  <bergner@vnet.ibm.com>
9656             Torvald Riegel  <triegel@redhat.com>
9658         PR target/67281
9659         * config/rs6000/htm.md (UNSPEC_HTM_FENCE): New.
9660         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
9661         trechkpt, treclaim, tsr, ttest): Rename define_insns from this...
9662         (*tabort, *tabort<wd>c, *tabort<wd>ci, *tbegin, *tcheck, *tend,
9663         *trechkpt, *treclaim, *tsr, *ttest): ...to this.  Add memory barrier.
9664         (tabort, tabort<wd>c, tabort<wd>ci, tbegin, tcheck, tend,
9665         trechkpt, treclaim, tsr, ttest): New define_expands.
9666         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
9667         __TM_FENCE__ for htm.
9668         * doc/extend.texi: Update documentation for htm builtins.
9670 2015-10-14  Uros Bizjak  <ubizjak@gmail.com>
9672         PR target/67967
9673         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Do not add
9674         REG_CFA_EXPRESSION to aligned SSE stores.
9676 2015-10-14  Jeff Law  <law@redhat.com>
9678         * tree-ssa-threadupdate.c (thread_through_all_blocks): Bump
9679         num_threaded_edges for successful FSM threads too.
9681 2015-10-14  Richard Biener  <rguenther@suse.de>
9683         * tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.
9684         (vect_is_simple_use_1): Likewise.  Make overload of vect_is_simple_use.
9685         (vect_get_vec_def_for_operand): Remove unused parameter.
9686         * tree-vect-loop.c (get_initial_def_for_induction): Adjust.
9687         (vect_create_epilog_for_reduction): Likewise.
9688         (vectorizable_reduction): Likewise.
9689         (vectorizable_live_operation): Likewise.
9690         * tree-vect-patterns.c (type_conversion_p): Likewise.
9691         (vect_recog_vector_vector_shift_pattern): Likewise.
9692         (check_bool_pattern): Likewise.
9693         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
9694         (vect_analyze_slp_cost_1): Likewise.
9695         * tree-vect-stmts.c (process_use): Likewise.
9696         (vect_get_vec_def_for_operand): Do not handle reductions.
9697         (vect_get_vec_defs): Adjust.
9698         (vectorizable_mask_load_store): Likewise.
9699         (vectorizable_call): Likewise.
9700         (vectorizable_simd_clone_call): Likewise.
9701         (vect_get_loop_based_defs): Likewise.
9702         (vectorizable_conversion): Likewise.
9703         (vectorizable_assignment): Likewise.
9704         (vectorizable_shift): Likewise.
9705         (vectorizable_operation): Likewise.
9706         (vectorizable_store): Likewise.
9707         (vectorizable_load): Likewise.
9708         (vect_is_simple_cond): Likewise.
9709         (vectorizable_condition): Likewise.
9710         (vect_is_simple_use): Remove unused parameters.
9711         (vect_is_simple_use_1): Adjust and rename.
9713 2015-10-14  Richard Biener  <rguenther@suse.de>
9715         PR tree-optimization/67915
9716         * match.pd: Handle comparisons of addresses of STRING_CSTs.
9717         * gimplify.c (gimplify_cond_expr): Fold the GIMPLE conds we build.
9718         * tree-cfgcleanup.c (cleanup_control_expr_graph): Remove GENERIC
9719         stmt folding in favor of GIMPLE one.
9721 2015-10-14  Marek Polacek  <polacek@redhat.com>
9723         PR tree-optimization/67815
9724         * tree-ssa-reassoc.c (attempt_builtin_copysign): New function.
9725         (reassociate_bb): Call it.
9727 2015-10-14  Richard Biener  <rguenther@suse.de>
9729         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9730         Reset info at start.
9731         (vect_analyze_group_access_1): Add debug print.
9732         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost): Rename ...
9733         (vect_compute_single_scalar_iteration_cost): ... to this.
9734         (vect_analyze_loop_2): Adjust.
9735         * tree-vect-slp.c (struct _slp_oprnd_info): Move from ...
9736         * tree-vectorizer.h: ... here.
9737         (add_stmt_info_to_vec): Remove.
9738         * tree-vect-stmts.c (record_stmt_cost): Inline add_stmt_info_to_vec.
9740 2015-10-14  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9742         * targhooks.c (default_target_option_pragma_parse): Do not warn if
9743         called on behalf of "#pragma GCC pop_options".
9745 2015-10-14  Tom de Vries  <tom@codesourcery.com>
9747         * cfganal.c (verify_no_unreachable_blocks): New function.
9748         (inverted_post_order_compute) [ENABLE_CHECKING]: Call
9749         verify_no_unreachable_blocks.
9750         cfganal.h (verify_no_unreachable_blocks): Declare.
9752 2015-10-13  Mikhail Maltsev  <maltsevm@gmail.com>
9754         * common.opt: Add flag_checking.
9755         * system.h (CHECKING_P): Define.
9757 2015-10-13  Jakub Jelinek  <jakub@redhat.com>
9758             Aldy Hernandez  <aldyh@redhat.com>
9759             Ilya Verbin  <ilya.verbin@intel.com>
9761         * builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR,
9762         BT_FN_BOOL_UINT_ULLPTR_ULLPTR_ULLPTR,
9763         BT_FN_BOOL_UINT_LONGPTR_LONG_LONGPTR_LONGPTR,
9764         BT_FN_BOOL_UINT_ULLPTR_ULL_ULLPTR_ULLPTR,
9765         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_UINT_PTR,
9766         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR,
9767         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR_INT,
9768         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_LONG_LONG_LONG,
9769         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_UINT_LONG_INT_ULL_ULL_ULL,
9770         BT_FN_VOID_LONG_VAR, BT_FN_VOID_ULL_VAR): New.
9771         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR,
9772         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR,
9773         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT_PTR): Remove.
9774         * cgraph.h (enum cgraph_simd_clone_arg_type): Add
9775         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP,
9776         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP and
9777         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP.
9778         (struct cgraph_simd_clone_arg): Adjust comment.
9779         * coretypes.h (struct gomp_ordered): New forward decl.
9780         * gimple.c (gimple_build_omp_critical): Add CLAUSES argument,
9781         set critical clauses to it.
9782         (gimple_build_omp_ordered): Return gomp_ordered * instead of
9783         gimple *.  Add CLAUSES argument, set ordered clauses to it.
9784         (gimple_copy): Unshare clauses on GIMPLE_OMP_CRITICAL and
9785         GIMPLE_OMP_ORDERED.
9786         * gimple.def (GIMPLE_OMP_ORDERED): Change from GSS_OMP to
9787         GSS_OMP_SINGLE_LAYOUT, move it after GIMPLE_OMP_TEAMS.
9788         * gimple.h (enum gf_mask): Add GF_OMP_TASK_TASKLOOP.  Add another bit
9789         to GF_OMP_FOR_KIND_MASK mask. Add GF_OMP_FOR_KIND_TASKLOOP, renumber
9790         GF_OMP_FOR_KIND_CILKFOR and GF_OMP_FOR_KIND_OACC_LOOP.  Adjust
9791         GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED and GF_OMP_FOR_COMBINED_INTO.
9792         Add another bit to GF_OMP_TARGET_KIND_MASK mask.  Add
9793         GF_OMP_TARGET_KIND_ENTER_DATA and GF_OMP_TARGET_KIND_EXIT_DATA,
9794         renumber
9795         GF_OMP_TARGET_KIND_OACC_{PARALLEL,KERNELS,DATA,UPDATE,ENTER_EXIT_DATA}.
9796         (gomp_critical): Add clauses field.
9797         (gomp_ordered): New struct.
9798         (is_a_helper <gomp_ordered *>::test): New inline.
9799         (gimple_build_omp_critical): Add CLAUSES argument.
9800         (gimple_build_omp_ordered): Likewise.  Return gomp_ordered *
9801         instead of gimple *.
9802         (gimple_omp_critical_clauses, gimple_omp_critical_clauses_ptr,
9803         gimple_omp_critical_set_clauses, gimple_omp_ordered_clauses,
9804         gimple_omp_ordered_clauses_ptr, gimple_omp_ordered_set_clauses,
9805         gimple_omp_task_taskloop_p, gimple_omp_task_set_taskloop_p): New
9806         inline functions.
9807         * gimple-pretty-print.c (dump_gimple_omp_for): Handle taskloop.
9808         (dump_gimple_omp_target): Handle enter data and exit data.
9809         (dump_gimple_omp_block): Don't handle GIMPLE_OMP_ORDERED here.
9810         (dump_gimple_omp_critical): Print clauses.
9811         (dump_gimple_omp_ordered): New function.
9812         (dump_gimple_omp_task): Handle taskloop.
9813         (pp_gimple_stmt_1): Use dump_gimple_omp_ordered for
9814         GIMPLE_OMP_ORDERED.
9815         * gimple-walk.c (walk_gimple_op): Walk clauses on
9816         GIMPLE_OMP_CRITICAL and GIMPLE_OMP_ORDERED.
9817         * gimplify.c (enum gimplify_omp_var_data): Add GOVD_MAP_0LEN_ARRAY.
9818         (enum omp_region_type): Add ORT_COMBINED_TARGET and ORT_NONE.
9819         (struct gimplify_omp_ctx): Add loop_iter_var,
9820         target_map_scalars_firstprivate, target_map_pointers_as_0len_arrays
9821         and target_firstprivatize_array_bases fields.
9822         (delete_omp_context): Release loop_iter_var.
9823         (gimplify_bind_expr): Handle ORT_NONE.
9824         (maybe_fold_stmt): Adjust check for ORT_TARGET for the addition of
9825         ORT_COMBINED_TARGET.
9826         (is_gimple_stmt): Return true for OMP_TASKLOOP, OMP_TEAMS and
9827         OMP_TARGET{,_DATA,_UPDATE,_ENTER_DATA,_EXIT_DATA}.
9828         (omp_firstprivatize_variable): Handle ORT_NONE.  Adjust check for
9829         ORT_TARGET for the addition of ORT_COMBINED_TARGET.  Handle
9830         ctx->target_map_scalars_firstprivate.
9831         (omp_add_variable): Handle ORT_NONE.  Allow map clause together with
9832         data sharing clauses.  For data sharing clause with VLA decl
9833         on omp target/target data don't add firstprivate for the pointer.
9834         Call omp_notice_variable on TYPE_SIZE_UNIT only if it is a DECL_P.
9835         (omp_notice_threadprivate_variable): Adjust check for ORT_TARGET for
9836         the addition of ORT_COMBINED_TARGET.
9837         (omp_notice_variable): Handle ORT_NONE.  Adjust check for ORT_TARGET
9838         for the addition of ORT_COMBINED_TARGET.  Handle implicit mapping of
9839         pointers as zero length array sections and
9840         ctx->target_map_scalars_firstprivate mapping of scalars as firstprivate
9841         data sharing.
9842         (omp_check_private): Handle omp_member_access_dummy_var vars.
9843         (find_decl_expr): New function.
9844         (gimplify_scan_omp_clauses): Add CODE argument.  For OMP_CLAUSE_IF
9845         complain if OMP_CLAUSE_IF_MODIFIER is present and does not match code.
9846         Handle OMP_CLAUSE_GANG separately.  Handle
9847         OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
9848         clauses.  Diagnose linear clause on combined
9849         distribute {, parallel for} simd construct, unless it is the loop
9850         iterator.  Handle struct element GOMP_MAP_FIRSTPRIVATE_POINTER.
9851         Handle map clauses with COMPONENT_REF.  Initialize
9852         ctx->target_map_scalars_firstprivate,
9853         ctx->target_firstprivatize_array_bases and
9854         ctx->target_map_pointers_as_0len_arrays.  Add firstprivate for
9855         linear clause even to target region if combined.  Remove
9856         map clauses with GOMP_MAP_FIRSTPRIVATE_POINTER kind from
9857         OMP_TARGET_{,ENTER_,EXIT_}DATA.  For GOMP_MAP_FIRSTPRIVATE_POINTER
9858         map kind with non-INTEGER_CST OMP_CLAUSE_SIZE firstprivatize the bias.
9859         Handle OMP_CLAUSE_DEPEND_{SINK,SOURCE}.  Handle
9860         OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}.
9861         For linear clause on worksharing loop combined with parallel add
9862         shared clause on the parallel.  Handle OMP_CLAUSE_REDUCTION
9863         with MEM_REF OMP_CLAUSE_DECL.  Set DECL_NAME on
9864         omp_member_access_dummy_var vars.  Add lastprivate clause to outer
9865         taskloop if needed.
9866         (gimplify_adjust_omp_clauses_1): Handle GOVD_MAP_0LEN_ARRAY.
9867         If gimplify_omp_ctxp->target_firstprivatize_array_bases, use
9868         GOMP_MAP_FIRSTPRIVATE_POINTER map kind instead of
9869         GOMP_MAP_POINTER.
9870         (gimplify_adjust_omp_clauses): Add CODE argument.  Handle removal
9871         of GOMP_MAP_FIRSTPRIVATE_POINTER struct elements for struct not seen
9872         in target body.  Handle removal of struct mapping if struct is not
9873         seen in target body.  Remove GOMP_MAP_STRUCT map clause on
9874         OMP_TARGET_EXIT_DATA.  Adjust check for ORT_TARGET for the
9875         addition of ORT_COMBINED_TARGET.  Use GOMP_MAP_FIRSTPRIVATE_POINTER
9876         instead of GOMP_MAP_POINTER if ctx->target_firstprivatize_array_bases
9877         for VLAs.  Set OMP_CLAUSE_MAP_PRIVATE if both data sharing and map
9878         clause appear together.  Handle
9879         OMP_CLAUSE_{{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}.  Don't remove map
9880         clause if it has map-type-modifier always.  Handle
9881         OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD,SIMDLEN}
9882         clauses.
9883         (gimplify_oacc_cache, gimplify_omp_parallel, gimplify_omp_task):
9884         Adjust gimplify_scan_omp_clauses and gimplify_adjust_omp_clauses
9885         callers.
9886         (gimplify_omp_for): Likewise.  Handle OMP_TASKLOOP.  Initialize
9887         loop_iter_var.  Use OMP_FOR_ORIG_DECLS.  Fix handling of lastprivate
9888         iterators in doacross loops.
9889         (gimplify_omp_workshare): Adjust gimplify_scan_omp_clauses and
9890         gimplify_adjust_omp_clauses callers.  Use ORT_COMBINED_TARGET
9891         for OMP_TARGET_COMBINED.  Adjust check for ORT_TARGET
9892         for the addition of ORT_COMBINED_TARGET.
9893         (gimplify_omp_target_update): Adjust gimplify_scan_omp_clauses and
9894         gimplify_adjust_omp_clauses callers.  Handle OMP_TARGET_ENTER_DATA
9895         and OMP_TARGET_EXIT_DATA.
9896         (gimplify_omp_ordered): New function.
9897         (gimplify_expr): Handle OMP_TASKLOOP, OMP_TARGET_ENTER_DATA and
9898         OMP_TARGET_EXIT_DATA.  Use gimplify_omp_ordered for OMP_ORDERED.
9899         Gimplify clauses on OMP_CRITICAL.
9900         * internal-fn.c (expand_GOMP_SIMD_ORDERED_START,
9901         expand_GOMP_SIMD_ORDERED_END): New functions.
9902         * internal-fn.def (GOMP_SIMD_ORDERED_START,
9903         GOMP_SIMD_ORDERED_END): New internal functions.
9904         * omp-builtins.def (BUILT_IN_GOMP_LOOP_DOACROSS_STATIC_START,
9905         BUILT_IN_GOMP_LOOP_DOACROSS_DYNAMIC_START,
9906         BUILT_IN_GOMP_LOOP_DOACROSS_GUIDED_START,
9907         BUILT_IN_GOMP_LOOP_DOACROSS_RUNTIME_START,
9908         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_STATIC_START,
9909         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_DYNAMIC_START,
9910         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_GUIDED_START,
9911         BUILT_IN_GOMP_LOOP_ULL_DOACROSS_RUNTIME_START,
9912         BUILT_IN_GOMP_DOACROSS_POST, BUILT_IN_GOMP_DOACROSS_WAIT,
9913         BUILT_IN_GOMP_DOACROSS_ULL_POST, BUILT_IN_GOMP_DOACROSS_ULL_WAIT,
9914         BUILT_IN_GOMP_TARGET_ENTER_EXIT_DATA, BUILT_IN_GOMP_TASKLOOP,
9915         BUILT_IN_GOMP_TASKLOOP_ULL): New built-ins.
9916         (BUILT_IN_GOMP_TASK): Add INT argument to the end.
9917         (BUILT_IN_GOMP_TARGET): Rename from GOMP_target to GOMP_target_41,
9918         adjust type.
9919         (BUILT_IN_GOMP_TARGET_DATA): Rename from GOMP_target_data to
9920         GOMP_target_data_41, adjust type.
9921         (BUILT_IN_GOMP_TARGET_UPDATE): Rename from GOMP_target_update to
9922         GOMP_target_update_41, adjust type.
9923         * omp-low.c (struct omp_region): Adjust comments, add ord_stmt
9924         field.
9925         (struct omp_for_data): Add ordered and simd_schedule fields.
9926         (omp_member_access_dummy_var, unshare_and_remap_1,
9927         unshare_and_remap, is_taskloop_ctx): New functions.
9928         (is_taskreg_ctx): Use is_parallel_ctx and is_task_ctx.
9929         (extract_omp_for_data): Handle taskloops and doacross loops
9930         and simd schedule modifier.
9931         (omp_adjust_chunk_size): New function.
9932         (get_ws_args_for): Use it.
9933         (lookup_sfield): Change first argument to splay_tree_key,
9934         add overload with first argument tree.
9935         (maybe_lookup_field): Likewise.
9936         (use_pointer_for_field): Handle omp_member_access_dummy_var.
9937         (omp_copy_decl_2): If var is TREE_ADDRESSABLE listed in
9938         task_shared_vars, clear TREE_ADDRESSABLE on the copy.
9939         (build_outer_var_ref): Add LASTPRIVATE argument, handle
9940         taskloops and omp_member_access_dummy_var vars.
9941         (build_sender_ref): Change first argument to splay_tree_key,
9942         add overload with first argument tree.
9943         (install_var_field): For mask & 8 use &DECL_UID as key instead
9944         of the tree itself.
9945         (fixup_child_record_type): Const qualify *.omp_data_i.
9946         (scan_sharing_clauses): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE,
9947         C/C++ array reductions, OMP_CLAUSE_{IS,USE}_DEVICE_PTR clauses,
9948         OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,SIMDLEN,THREADS,SIMD} and
9949         OMP_CLAUSE_{NOGROUP,DEFAULTMAP} clauses, OMP_CLAUSE__LOOPTEMP_ clause
9950         on taskloop, GOMP_MAP_FIRSTPRIVATE_POINTER, OMP_CLAUSE_MAP_PRIVATE.
9951         (create_omp_child_function): Set TREE_READONLY on .omp_data_i.
9952         (find_combined_for): Allow searching for different GIMPLE_OMP_FOR
9953         kinds.
9954         (add_taskreg_looptemp_clauses): New function.
9955         (scan_omp_parallel): Use it.
9956         (scan_omp_task): Likewise.
9957         (finish_taskreg_scan): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
9958         For taskloop, move fields for the first two _LOOPTEMP_ clauses first.
9959         (check_omp_nesting_restrictions): Handle GF_OMP_TARGET_KIND_ENTER_DATA
9960         and GF_OMP_TARGET_KIND_EXIT_DATA.  Formatting fixes.  Allow the
9961         sandwiched taskloop constructs.  Type check
9962         OMP_CLAUSE_DEPEND_{KIND,SOURCE}.  Allow ordered simd inside of simd
9963         region.  Diagnose depend(source) or depend(sink:...) on
9964         target constructs or task/taskloop.
9965         (handle_simd_reference): Use get_name.
9966         (lower_rec_input_clauses): Likewise.  Ignore all
9967         OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE clauses on taskloop construct.
9968         Allow _LOOPTEMP_ clause on GOMP_TASK.  Unshare new_var
9969         before passing it to omp_clause_{default,copy}_ctor.  Handle
9970         OMP_CLAUSE_REDUCTION with MEM_REF OMP_CLAUSE_DECL.  Set
9971         lastprivate_firstprivate flag for linear that needs copyin and
9972         copyout.  Use BUILT_IN_ALLOCA_WITH_ALIGN instead of BUILT_IN_ALLOCA.
9973         (lower_lastprivate_clauses): For OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE
9974         on taskloop lookup decl in outer context.  Pass true to
9975         build_outer_var_ref lastprivate argument.  Handle
9976         OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV lastprivate if the decl is global
9977         outside of outer taskloop for.
9978         (lower_reduction_clauses): Handle OMP_CLAUSE_REDUCTION with MEM_REF
9979         OMP_CLAUSE_DECL.
9980         (lower_send_clauses): Ignore first two _LOOPTEMP_ clauses in taskloop
9981         GOMP_TASK.  Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.  Handle
9982         omp_member_access_dummy_var vars.  Handle OMP_CLAUSE_REDUCTION
9983         with MEM_REF OMP_CLAUSE_DECL.  Use new lookup_sfield overload.
9984         (lower_send_shared_vars): Ignore fields with NULL or FIELD_DECL
9985         abstract origin.  Handle omp_member_access_dummy_var vars.
9986         (expand_parallel_call): Use expand_omp_build_assign.
9987         (expand_task_call): Handle taskloop construct expansion.  Add
9988         REGION argument.  Use GOMP_TASK_* defines instead of hardcoded
9989         integers.  Add priority argument to GOMP_task* calls.  Or in
9990         GOMP_TASK_FLAG_PRIORITY into flags if priority is present for
9991         GOMP_task call.
9992         (expand_omp_build_assign): Add prototype.  Add AFTER
9993         argument, if true emit statements after *GSI_P and continue linking.
9994         (expand_omp_taskreg): Adjust expand_task_call caller.
9995         (expand_omp_for_init_counts): Rename zero_iter_bb argument to
9996         zero_iter1_bb and first_zero_iter to first_zero_iter1, add
9997         zero_iter2_bb and first_zero_iter2 arguments, handle computation
9998         of counts even for ordered loops.
9999         (expand_omp_for_init_vars): Handle GOMP_TASK inner_stmt.
10000         (expand_omp_ordered_source, expand_omp_ordered_sink,
10001         expand_omp_ordered_source_sink, expand_omp_for_ordered_loops): New
10002         functions.
10003         (expand_omp_for_generic): Use omp_adjust_chunk_size.  Handle linear
10004         clauses on worksharing loop.  Handle DOACROSS loop expansion.
10005         (expand_omp_for_static_nochunk): Handle linear clauses on
10006         worksharing loop.  Adjust expand_omp_for_init_counts
10007         callers.
10008         (expand_omp_for_static_chunk): Likewise.  Use omp_adjust_chunk_size.
10009         (expand_omp_simd): Handle addressable fd->loop.v.  Adjust
10010         expand_omp_for_init_counts callers.
10011         (expand_omp_taskloop_for_outer, expand_omp_taskloop_for_inner): New
10012         functions.
10013         (expand_omp_for): Call expand_omp_taskloop_for_* for taskloop.
10014         Handle doacross loops.
10015         (expand_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
10016         GF_OMP_TARGET_KIND_EXIT_DATA.  Pass flags and depend arguments to
10017         GOMP_target_{41,update_41,enter_exit_data} libcalls.
10018         (expand_omp): Don't expand ordered depend constructs here, record
10019         ord_stmt instead for later expand_omp_for_generic.
10020         (build_omp_regions_1): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
10021         GF_OMP_TARGET_KIND_EXIT_DATA.  Treat GIMPLE_OMP_ORDERED with depend
10022         clause as stand-alone directive.
10023         (lower_omp_ordered_clauses): New function.
10024         (lower_omp_ordered): Handle OMP_CLAUSE_SIMD, for OMP_CLAUSE_DEPEND
10025         don't lower anything.
10026         (lower_omp_for_lastprivate): Use last _looptemp_ clause
10027         on taskloop for comparison.
10028         (lower_omp_for): Handle taskloop constructs.  Adjust OMP_CLAUSE_DECL
10029         and OMP_CLAUSE_LINEAR_STEP so that expand_omp_for_* can use it during
10030         expansion for linear adjustments.
10031         (create_task_copyfn): Handle OMP_CLAUSE_SHARED_FIRSTPRIVATE.
10032         (lower_depend_clauses): Assert not seeing sink/source depend kinds.
10033         Set TREE_ADDRESSABLE on array.  Change first argument from gimple *
10034         to tree * pointing to the stmt's clauses.
10035         (lower_omp_taskreg): Adjust lower_depend_clauses caller.
10036         (lower_omp_target): Handle GF_OMP_TARGET_KIND_ENTER_DATA
10037         and GF_OMP_TARGET_KIND_EXIT_DATA, depend clauses,
10038         GOMP_MAP_{RELEASE,ALWAYS_{TO,FROM,TOFROM},FIRSTPRIVATE_POINTER,STRUCT}
10039         map kinds, OMP_CLAUSE_{FIRSTPRIVATE,PRIVATE,{IS,USE}_DEVICE_PTR
10040         clauses.  Always use short kind and 8-bit align shift.
10041         (lower_omp_regimplify_p): Use IS_TYPE_OR_DECL_P macro.
10042         (struct lower_omp_regimplify_operands_data): New type.
10043         (lower_omp_regimplify_operands_p, lower_omp_regimplify_operands):
10044         New functions.
10045         (lower_omp_1): Use lower_omp_regimplify_operands instead of
10046         gimple_regimplify_operands.
10047         (make_gimple_omp_edges): Handle GF_OMP_TARGET_KIND_ENTER_DATA and
10048         GF_OMP_TARGET_KIND_EXIT_DATA.  Treat GIMPLE_OMP_ORDERED with depend
10049         clause as stand-alone directive.
10050         (simd_clone_clauses_extract): Honor OMP_CLAUSE_LINEAR_KIND.
10051         (simd_clone_mangle): Mangle the various linear kinds
10052         per the new ABI.
10053         (simd_clone_adjust_argument_types): Handle
10054         SIMD_CLONE_ARG_TYPE_LINEAR_*_CONSTANT_STEP.
10055         (simd_clone_init_simd_arrays): Don't do anything for uval.
10056         (simd_clone_adjust): Handle
10057         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
10058         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.
10059         Handle SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP.
10060         * omp-low.h (omp_member_access_dummy_var): New prototype.
10061         * passes.def (pass_simduid_cleanup): Schedule another copy of the
10062         pass after all optimizations.
10063         * tree.c (omp_clause_code_name): Add entries for
10064         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
10065         and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
10066         (omp_clause_num_ops): Likewise.  Bump number of OMP_CLAUSE_REDUCTION
10067         arguments to 5 and for OMP_CLAUSE_ORDERED to 1.
10068         (walk_tree_1): Adjust for OMP_CLAUSE_ORDERED having 1 argument and
10069         OMP_CLAUSE_REDUCTION 5 arguments.  Handle
10070         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
10071         and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}
10072         clauses.
10073         * tree-core.h (enum omp_clause_linear_kind): New.
10074         (struct tree_omp_clause): Change type of map_kind
10075         from unsigned char to unsigned int.  Add subcode.if_modifier
10076         and subcode.linear_kind fields.
10077         (enum omp_clause_code): Add
10078         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,DEFAULTMAP,HINT}
10079         and OMP_CLAUSE_{PRIORITY,GRAINSIZE,NUM_TASKS,NOGROUP,THREADS,SIMD}.
10080         (OMP_CLAUSE_REDUCTION): Document
10081         OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
10082         (enum omp_clause_depend_kind): Add OMP_CLAUSE_DEPEND_{SOURCE,SINK}.
10083         * tree.def (OMP_FOR): Add OMP_FOR_ORIG_DECLS operand.
10084         (OMP_CRITICAL): Move before OMP_SINGLE.  Add OMP_CRITICAL_CLAUSES
10085         operand.
10086         (OMP_ORDERED): Move before OMP_SINGLE.  Add OMP_ORDERED_CLAUSES
10087         operand.
10088         (OMP_TASKLOOP, OMP_TARGET_ENTER_DATA, OMP_TARGET_EXIT_DATA): New tree
10089         codes.
10090         * tree.h (OMP_BODY): Replace OMP_CRITICAL with OMP_TASKGROUP.
10091         (OMP_CLAUSE_SET_MAP_KIND): Cast to unsigned int rather than unsigned
10092         char.
10093         (OMP_CRITICAL_NAME): Adjust to be 3rd operand instead of 2nd.
10094         (OMP_CLAUSE_NUM_TASKS_EXPR): Formatting fix.
10095         (OMP_STANDALONE_CLAUSES): Adjust to cover OMP_TARGET_{ENTER,EXIT}_DATA.
10096         (OMP_CLAUSE_DEPEND_SINK_NEGATIVE, OMP_TARGET_COMBINED,
10097         OMP_CLAUSE_MAP_PRIVATE, OMP_FOR_ORIG_DECLS, OMP_CLAUSE_IF_MODIFIER,
10098         OMP_CLAUSE_MAP_MAYBE_ZERO_LENGTH_ARRAY_SECTION, OMP_CRITICAL_CLAUSES,
10099         OMP_CLAUSE_PRIVATE_TASKLOOP_IV, OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV,
10100         OMP_CLAUSE_HINT_EXPR, OMP_CLAUSE_SCHEDULE_SIMD,
10101         OMP_CLAUSE_LINEAR_KIND, OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER,
10102         OMP_CLAUSE_SHARED_FIRSTPRIVATE, OMP_ORDERED_CLAUSES,
10103         OMP_TARGET_ENTER_DATA_CLAUSES, OMP_TARGET_EXIT_DATA_CLAUSES,
10104         OMP_CLAUSE_NUM_TASKS_EXPR, OMP_CLAUSE_GRAINSIZE_EXPR,
10105         OMP_CLAUSE_PRIORITY_EXPR, OMP_CLAUSE_ORDERED_EXPR): Define.
10106         * tree-inline.c (remap_gimple_stmt): Handle clauses on
10107         GIMPLE_OMP_ORDERED and GIMPLE_OMP_CRITICAL.  For
10108         IFN_GOMP_SIMD_ORDERED_{START,END} set has_simduid_loops.
10109         * tree-nested.c (convert_nonlocal_omp_clauses): Handle
10110         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
10111         and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
10112         clauses.  Handle OMP_CLAUSE_REDUCTION_DECL_PLACEHOLDER.
10113         (convert_local_omp_clauses): Likewise.
10114         * tree-pretty-print.c (dump_omp_clause): Handle
10115         OMP_CLAUSE_{TO_DECLARE,LINK,{USE,IS}_DEVICE_PTR,SIMDLEN,PRIORITY,SIMD}
10116         and OMP_CLAUSE_{GRAINSIZE,NUM_TASKS,HINT,NOGROUP,THREADS,DEFAULTMAP}
10117         clauses.  Handle OMP_CLAUSE_IF_MODIFIER, OMP_CLAUSE_ORDERED_EXPR,
10118         OMP_CLAUSE_SCHEDULE_SIMD, OMP_CLAUSE_LINEAR_KIND,
10119         OMP_CLAUSE_DEPEND_{SOURCE,SINK}.  Use "delete" for
10120         GOMP_MAP_FORCE_DEALLOC.  Handle
10121         GOMP_MAP_{ALWAYS_{TO,FROM,TOFROM},RELEASE,FIRSTPRIVATE_POINTER,STRUCT}.
10122         (dump_generic_node): Handle OMP_TASKLOOP, OMP_TARGET_{ENTER,EXIT}_DATA
10123         and clauses on OMP_ORDERED and OMP_CRITICAL.
10124         * tree-vectorizer.c (adjust_simduid_builtins): Adjust comment.
10125         Remove IFN_GOMP_SIMD_ORDERED_{START,END}.
10126         (vectorize_loops): Adjust comments.
10127         (pass_simduid_cleanup::execute): Likewise.
10128         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
10129         SIMD_CLONE_ARG_TYPE_LINEAR_{REF,VAL,UVAL}_CONSTANT_STEP.
10130         * wide-int.h (wi::gcd): New.
10132 2015-10-13  Uros Bizjak  <ubizjak@gmail.com>
10134         * config/i386/i386.c (classify_argument): Use CEIL where applicable.
10135         (ix86_function_arg_advance): Ditto.
10136         (ix86_function_arg): Ditto.
10137         (ix86_gimplify_va_arg): Ditto.
10138         (ix86_class_max_nregs): Ditto.
10139         (inline_memory_move_cost): Ditto.
10140         (ix86_set_reg_reg_cost): Ditto.
10141         * config/i386/i386.h (HARD_REGNO_NREGS): Ditto.
10143 2015-10-13  Alexandre Oliva <aoliva@redhat.com>
10145         PR middle-end/67912
10146         * expmed.c (store_bit_field_1): Adjust mode of BLKmode inputs.
10148 2015-10-13  Uros Bizjak  <ubizjak@gmail.com>
10150         * config/sparc/sparc.h (SPARC_STACK_ALIGN): Implement using
10151         ROUND_UP macro and UNITS_PER_WORD * 2.
10152         * config/sparc/sparc.c (sparc_compute_frame_size):
10153         Use ROUND_UP and ROUND_DOWN macros where applicable.
10154         (function_arg_record_value, function_arg_record_value_1)
10155         (function_arg_record_value_1): Ditto.
10156         (emit_save_or_restore_regs): Use ROUND_DOWN to preserve offset
10157         alignment to double-word.
10158         (sparc_gimplify_va_arg): Use ROUND_UP to calculate rsize.
10159         (sparc_emit_probe_stack_range): Use ROUND_DOWN to calculate
10160         rounded_size.
10162 2015-10-13  Nikolai Bozhenov  <n.bozhenov@samsung.com>
10164         * rtl.h (print_insn): Fix prototype.
10166 2015-10-13  Tom de Vries  <tom@codesourcery.com>
10168         * tree-parloops.c (reduction_phi): Handle cases that gimple_uid is 0 or
10169         -1.  Add assert that returned entry matches phi argument.
10170         (parallelize_loops): Move calls to init_stmt_vec_info_vec and
10171         free_stmt_vec_info_vec ...
10172         (gather_scalar_reductions): ... here.  Initialize gimple_uids of phis
10173         with -1.
10175 2014-10-13  Yuri Rumyantsev  <ysrumyan@gmail.com>
10177         PR tree-optimization/67909, 67947
10178         * tree-ssa-loop-unswitch.c (find_loop_guard): Add check that GUARD_EDGE
10179         really skip the inner loop.
10181 2015-10-13  Jeff Law  <law@redhat.com>
10183         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
10184         Allow single block jump threading paths.
10186 2015-10-13  Tom de Vries  <tom@codesourcery.com>
10188         PR tree-optimization/67476
10189         * doc/invoke.texi (@item parloops-schedule): New item.
10190         * params.def (PARAM_PARLOOPS_SCHEDULE): New DEFPARAMENUM5.
10191         * tree-parloops.c: Include params-enum.h.
10192         (create_parallel_loop): Handle PARAM_PARLOOPS_SCHEDULE.
10194 2015-10-13  Tom de Vries  <tom@codesourcery.com>
10196         * Makefile.in (PARAMS_H, PLUGIN_HEADERS): Add params-enum.h.
10197         * params-enum.h: New file.
10198         * opts.c (handle_param): Handle case that param arg is a string.
10199         * params-list.h: Handle DEFPARAMENUM5 in params.def.
10200         * params.c (find_param): New function, factored out of ...
10201         (set_param_value): ... here.
10202         (param_string_value_p): New function.
10203         * params.h (struct param_info): Add value_names field.
10204         (find_param, param_string_value_p): Declare.
10206 2015-10-13  Tom de Vries  <tom@codesourcery.com>
10208         PR tree-optimization/67476
10209         * omp-low.c (expand_omp_for_generic): Handle original loop tree.
10211 2015-10-13  Richard Biener  <rguenther@suse.de>
10213         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate
10214         the data dependence vector.
10215         (vect_peeling_hash_insert): Get the peeling hash table as argument.
10216         (vect_peeling_hash_get_lowest_cost): Likewise.
10217         (vect_enhance_data_refs_alignment): Adjust.
10218         (struct _vect_peel_info, struct _vect_peel_extended_info,
10219         struct peel_info_hasher): Move from ...
10220         * tree-vectorizer.h: ... here.
10221         (LOOP_VINFO_COST_MODEL_MIN_ITERS): Remove.
10222         (LOOP_VINFO_PEELING_HTAB): Likewise.
10223         (struct _loop_vec_info): Remove min_profitable_iters and
10224         peeling_htab members.
10225         * tree-vect-loop.c (new_loop_vec_info): Do not allocate vectors
10226         here.
10227         (destroy_loop_vec_info): Adjust.
10228         (vect_analyze_loop_2): Do not set LOOP_VINFO_COST_MODEL_MIN_ITERS.
10229         (vect_estimate_min_profitable_iters): Use LOOP_VINFO_COMP_ALIAS_DDRS
10230         to estimate alias versioning cost.
10231         * tree-vect-slp.c (vect_analyze_slp_cost): Dump header.
10233 2015-10-13  Richard Sandiford  <richard.sandiford@arm.com>
10235         * real.h (real_isinteger): Declare.
10236         * real.c (real_isinteger): New function.
10237         * match.pd: Simplify pow(|x|,y) and pow(-x,y) to pow(x,y)
10238         if y is an even integer.
10240 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
10242         revert:
10243         2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
10244         * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
10245         counts when these are more informative.
10247 2015-10-12  Jeff Law  <law@redhat.com>
10249         * tree-ssa-threadbackward.c (get_gimple_control_stmt): New function.
10250         (fsm_find_control_stmt_paths): Change name of first argument to
10251         more accurately relfect what it really is.  Handle simplification
10252         of GIMPLE_COND after finding a thread path for NAME.
10253         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Allow
10254         nontrivial conditions to be handled by FSM threader.
10255         (thread_through_normal_block): Extract the name to looup via
10256         FSM threader from COND_EXPR.
10258         * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove
10259         restriction that traced SSA_NAME is a user variable.
10261 2015-10-12  Tom de Vries  <tom@codesourcery.com>
10263         PR tree-optimization/67476
10264         * omp-low.c (expand_omp_for_generic): Add missing phis.
10266 2015-10-12  Tom de Vries  <tom@codesourcery.com>
10268         PR tree-optimization/67476
10269         * omp-low.c (expand_omp_for_generic): Handle simple latch.
10271 2015-10-12  Christophe Lyon  <christophe.lyon@linaro.org>
10273         * config/aarch64/aarch64-simd-builtins.def: Update builtins
10274         tables: add tbl3 and tbx4.
10275         * config/aarch64/aarch64-simd.md (aarch64_tbl3v8qi): New.
10276         (aarch64_tbx4v8qi): New.
10277         * config/aarch64/arm_neon.h (vtbl3_s8, vtbl3_u8, vtbl3_p8)
10278         (vtbl4_s8, vtbl4_u8, vtbl4_p8, vtbx4_s8, vtbx4_u8, vtbx4_p8):
10279         Rewrite using builtin functions.
10280         * config/aarch64/iterators.md (UNSPEC_TBX): New.
10282 2015-10-12  Uros Bizjak  <ubizjak@gmail.com>
10284         * config/rs6000/rs6000.h (RS6000_ALIGN): Implement using
10285         ROUND_UP macro.
10286         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
10287         Use ROUND_UP and ROUND_DOWN macros where applicable.
10288         (rs6000_darwin64_record_arg_flush): Ditto.
10289         (rs6000_function_arg): Use ROUND_UP to calculate align_words.
10290         (rs6000_emit_probe_stack_range): Use ROUND_DOWN to calculate
10291         rounded_size.
10293 2015-10-12  Uros Bizjak  <ubizjak@gmail.com>
10295         * config/aarch/aarch64.h (AARCH64_ROUND_UP): Remove.
10296         (AARCH64_ROUND_DOWN): Ditto.
10297         * config/aarch64/aarch64.c: Use ROUND_UP instead of AARCH64_ROUND_UP.
10299 2015-10-12  Richard Biener  <rguenther@suse.de>
10301         PR ipa/67783
10302         * ipa-inline-analysis.c (estimate_function_body_sizes): Re-add
10303         code that analyzes IVs on each stmt but in a cheaper way avoiding
10304         quadratic behavior.
10306 2015-10-12  Nick Clifton  <nickc@redhat.com>
10308         * config/msp430/msp430.c (msp430_mcu_names): Rename to
10309         msp430_mcu_data, add fields for ISA and hardware multiply
10310         support.  Import latest data from the devices.csv file.
10311         (msp430_override_option): Use the data from the new array.
10312         (msp430_use_f5_series_hwmult): Likewise.
10313         (use_32bit_hwmult): Likewise.
10314         (msp430_no_hwmult): Likewise.
10315         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add matches for new
10316         MCU names.
10317         * doc/invoke.texi (MSP430 Options): Note that if the MCU name is
10318         not recognised then no hardware multiply support is assumed and
10319         that only the MSP430 ISA is allowed.
10321 2015-10-12  Richard Biener  <rguenther@suse.de>
10323         * tree-vect-loop.c (vect_analyze_loop_operations): Move cost
10324         related code ...
10325         (vect_analyze_loop_2): ... here.
10327 2015-10-11  Jason Merrill  <jason@redhat.com>
10329         PR c++/67557
10330         * expr.c (store_field): Call store_constructor directly when
10331         storing a CONSTRUCTOR into a target smaller than its type.
10332         Guard against unsafe bitwise copy.
10334 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
10336         * cgraphbuild.c (compute_call_stmt_bb_frequency): Use
10337         counts when these are more informative.
10339 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
10341         * tree-profile.c (tree_profiling): Do not clear
10342         pure/const when not instrumenting.
10343         (pass tree_profile): Add dump of symtab.
10345 2015-10-11  Jan Hubicka  <hubicka@ucw.cz>
10347         * fold-const.c (fold_comparsion): Pass OEP_ADDRESS_OF when comparing
10348         addresses.
10349         (fold_addr_of_array_ref_difference): Likewise.
10351 2015-10-11  Jeff Law  <law@redhat.com>
10353         * tree-ssa-threadedge.c (fsm_find_thread_path): Moved from here into
10354         tree-ssa-threadbackward.c.
10355         (fsm_find_control_statement_thread_paths): Likewise.
10356         (thread_through_normal_block): Break out FSM bits and move them
10357         into a new function in tree-ssa-threadbackward.c.  Call new function
10358         instead.
10359         Minimize header file usage.
10360         * tree-ssa-threadbackward.h: New file.
10361         * tree-ssa-threadbackward.c: Likewise.
10362         * Makefile.in (OBJS): Add tree-ssa-threadbackward.o
10364 2015-10-11  Uros Bizjak  <ubizjak@gmail.com>
10366         * config/alpha/alpha.h (ALPHA_ROUND): Implement using ROUND_UP macro.
10368 2015-10-11  Segher Boessenkool  <segher@kernel.crashing.org>
10370         PR rtl-optimization/67864
10371         * bb-reorder (reorder_basic_blocks_simple): Prefer existing
10372         fallthrough edges for conditional jumps.  Don't sort candidate
10373         edges if not optimizing for speed.
10375 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10377         * defaults.h (REVERSE_CONDITION): New default definition.
10378         * jump.c (reversed_comparison_code_parts): Adjust.
10380 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10382         * builtins.c (expand_builtin_setjmp_receiver): Don't use #if to
10383         check HARD_FRAME_POINTER_IS_ARG_POINTER.
10385 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10387         * defaults.h (FRAME_ADDR_RTX): New default definition.
10388         * builtins.c (expand_builtin_return_addr): Adjust.
10390 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10392         * defaults.h (DYNAMIC_CHAIN_ADDRESS): New default definition.
10393         * builtins.c (expand_builtin_return_addr): Adjust.
10395 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10397         * defaults.h (SETUP_FRAME_ADDRESSES): New default definition.
10398         * builtins.c (expand_builtin_return_addr): Adjust.
10399         * doc/tm.texi: Likewise.
10400         * doc/tm.texi.in: Likewise.
10401         * except.c (expand_builtin_unwind_init): Likewise.
10403 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10405         * builtins.c (expand_builtin_return_addr): Adjust.
10406         * defaults.h (INITIAL_FRAME_ADDRESS_RTX): New default definition.
10408 2015-10-10  Jan Hubicka  <hubicka@ucw.cz>
10410         * tree.c (type_with_interoperable_signedness): New.
10411         (gimple_canonical_types_compatible_p): Use it.
10412         * tree.h (type_with_interoperable_signedness): Declare
10414 2015-10-10  Jan Hubicka  <hubicka@ucw.cz>
10416         * fold-const.c (operand_equal_p): Document OEP_ADDRESS_OF
10417         and OEP_CONSTANT_ADDRESS_OF; skip type compatibility checks
10418         when OEP_ADDRESS_OF is se.
10420 2015-10-10  Aditya Kumar  <aditya.k7@samsung.com>
10421             Sebastian Pop  <s.pop@samsung.com>
10423         * graphite-dependences.c (scop_get_dependences): Add dump of the
10424         data dependence graph.
10425         * graphite-poly.c (print_isl_union_map): New.
10426         (debug_isl_union_map): New.
10427         * graphite-poly.h (print_isl_union_map): Declare.
10428         (debug_isl_union_map): Declare.
10430 2015-10-10  Aditya Kumar  <aditya.k7@samsung.com>
10431             Sebastian Pop  <s.pop@samsung.com>
10433         * graphite-poly.c (print_iteration_domain): Remove verbosity.
10434         Remove OpenScop formatting.
10435         (print_iteration_domains): Same.
10436         (debug_iteration_domain): Same.
10437         (debug_iteration_domains): Same.
10438         (print_pdr): Same.
10439         (debug_pdr): Same.
10440         (dump_gbb_cases): Same.
10441         (dump_gbb_conditions): Same.
10442         (print_pdrs): Same.
10443         (debug_pdrs): Same.
10444         (print_pbb_body): Same.
10445         (print_pbb): Same.
10446         (print_scop_params): Same.
10447         (print_scop_context): Same.
10448         (print_scop): Same.
10449         (debug_pbb_domain): Same.
10450         (debug_pbb): Same.
10451         (debug_scop_context): Same.
10452         (debug_scop): Same.
10453         (debug_scop_params): Same.
10454         * graphite-poly.h: Same.
10455         * graphite.c (graphite_transform_loops): Same.
10457 2015-10-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10459         * function.c (stack_protect_epilogue): Remove as_a<rtx_insn *> ()
10460         call that isn't needed.
10462 2015-10-09  Jeff Law  <law@redhat.com>
10464         * tree-ssanames.c (flush_ssaname_freelist): Use splice and truncate
10465         rather than moving each name to the freelist individually.
10467 2015-10-09  Steve Ellcey  <sellcey@imgtec.com>
10469         * config.gcc (mips*-*-*): Add frame-header-opt.o to extra_objs.
10470         * frame-header-opt.c: New file.
10471         * config/mips/mips-proto.h (mips_register_frame_header_opt):
10472         Add prototype.
10473         * config/mips/mips.c (mips_compute_frame_info): Check
10474         optimize_call_stack flag.
10475         (mips_option_override): Register new frame_header_opt pass.
10476         (mips_frame_info, mips_int_mask, mips_shadow_set,
10477         machine_function): Move these types to...
10478         * config/mips/mips.h: here.
10479         (machine_function): Add does_not_use_frame_header and
10480         optimize_call_stack fields.
10481         * config/mips/t-mips (frame-header-opt.o): Add new make rule.
10482         * doc/invoke.texi (-mframe-header-opt, -mno-frame-header-opt):
10483         Document new flags.
10484         * config/mips/mips.opt (mframe-header-opt): Add new option.
10486 2015-10-09  Uros Bizjak  <ubizjak@gmail.com>
10488         * config/i386/i386.c
10489         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Use
10490         ROUND_DOWN where applicable.
10492 2015-10-09  Jeff Law  <law@redhat.com>
10494         * tree-vect-stmts.c (free_stmt_vec_info): Free the LHS of the
10495         correct statement.
10497 2015-10-09  Renlin Li  <renlin.li@arm.com>
10499         * config/arm/neon.md (neon_vuzp<mode>_insn): Add & modifier for
10500         operands[0] and operands[2].
10501         (neon_vtrn<mode>_insn): Likewise.
10502         (neon_vzip<mode>_insn): Likewise.
10504 2015-10-09  Andre Vieira  <andre.simoesdiasvieira@arm.com>
10506         * match.pd: ((X inner_op C0) outer_op C1) New pattern.
10507         ((X & C2) << C1): Expand to...
10508         (X {&,^,|} C2 << C1): ...This.
10509         ((X & C2) >> C1): Expand to...
10510         (X {&,^,|} C2 >> C1): ...This.
10512 2015-10-09  Alexander Fomin  <alexander.fomin@intel.com>
10514         PR target/67895
10515         * config/i386/sse.md (define_insn "sse_cvtsi2ss<round_name>"):
10516         Adjust embedded rounding/SAE specifier position.
10517         (define_insn "sse_cvtsi2ssq<round_name>"): Likewise.
10518         (define_insn "cvtusi2<ssescalarmodesuffix>32<round_name>"): Likewise.
10519         (define_insn "cvtusi2<ssescalarmodesuffix>64<round_name>"): Likewise.
10520         (define_insn "sse2_cvtsi2sdq<round_name>"): Likewise.
10521         (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
10522         Likewise.
10523         (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Likewise.
10525 2015-10-09  Martin Jambor  <mjambor@suse.cz>
10527         tree-optimization/67794
10528         * tree-sra.c (replace_removed_params_ssa_names): Do not distinguish
10529         between types of state,ents but accept original definitions as a
10530         parameter.
10531         (ipa_sra_modify_function_body): Use FOR_EACH_SSA_DEF_OPERAND to
10532         iterate over definitions.
10534 2015-10-09  James Norris  <jnorris@codesourcery.com>
10536         * config/rs6000/rs6000.c (rs6000_offload_options): New.
10537         (TARGET_OFFLOAD_OPTIONS): New.
10539 2015-10-09  Alexandre Oliva <aoliva@redhat.com>
10541         PR middle-end/67891
10542         * cfgexpand.c (set_parm_rtl): Drop is_gimple_reg test.
10544         PR middle-end/67766
10545         * function.c (expand_function_end): Move return value
10546         promotion past the handling of PARALLELs and CONCATs.
10548         PR rtl-optimization/67828
10549         * tree-ssa-loop-unswitch.c: Include tree-ssa.h.
10550         (tree_may_unswitch_on): Don't unswitch on expressions
10551         involving undefined values.
10553 2015-10-09  Richard Biener  <rguenther@suse.de>
10555         * genmatch.c (print_operand): Fix formatting.
10556         (dt_node::append_simplify): Warn for multiple simplifiers
10557         that match the same pattern.
10558         * match.pd (log (exp @0)): Remove duplicates.
10560 2015-10-09  Richard Biener  <rguenth@suse.de>
10562         PR target/67366
10563         * gimple-fold.c (optabs-query.h): Include
10564         (gimple_fold_builtin_memory_op): Allow unaligned stores
10565         when movmisalign_optabs are available.
10567 2015-10-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10569         PR target/67366
10570         * config/arm/arm.md (movmisalign<mode>): New.
10571         * config/arm/iterators.md (HSI): New.
10573 2015-10-09  Richard Biener  <rguenther@suse.de>
10575         PR tree-optimization/67891
10576         * gimple-match.h (gimple_simplified_result_is_gimple_val):
10577         New helper.
10578         (gimple_resimplify1): Declare.
10579         (gimple_resimplify2): Likewise.
10580         (gimple_resimplify3): Likewise.
10581         * gimple-match-head.c (gimple_resimplify1): Export.
10582         (gimple_resimplify2): Likewise.
10583         (gimple_resimplify3): Likewise.
10584         (maybe_push_res_to_seq): Use gimple_simplified_result_is_gimple_val.
10585         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
10586         * tree-ssa-sccvn.c (visit_reference_op_load): Use gimple_resimplify1
10587         to avoid creating stmts without VN info.
10589 2015-10-08  Jan Hubicka  <hubicka@ucw.cz>
10591         * ipa-icf.c (sem_item::compare_symbol_references): Fix use
10592         of availability.
10594 2015-10-08  Jeff Law  <law@redhat.com>
10596         * value-prof.c (gimple_ic): Add missing calls to unlink_stmt_vdef
10597         and release_ssa_name in two places.
10598         (gimple_stringop_fixed_value): Similarly.
10600         * tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
10601         release_defs.
10603         * tree-stdarg.c (expand_ifn_va_arg_1): Add missing call to
10604         unlink_stmt_vdef and release_ssa_name_fn.
10606         * tree-ssa-dse.c (dse_optimize_stmt): Add missing call to
10607         release_defs.
10609 2015-10-08  H.J. Lu  <hongjiu.lu@intel.com>
10611         * config/i386/i386.c (ix86_compute_frame_layout): Round up the
10612         SSE register save area to 16 bytes only if the incoming stack
10613         boundary is no less than 16 bytes.
10615 2015-10-08  Jeff Law  <law@redhat.com>
10617         * tree-ssa-phiopt.c (factor_out_conversion): Add missing calls to
10618         release_ssa_name.  Fix typo in comment.
10620 2015-10-08  Nathan Sidwell  <nathan@acm.org>
10622         * config/nvptx/nvptx.h (struct machine_function): Add comment.
10623         * config/nvptx/nvptx.c (nvptx_declare_function_name): Functions
10624         may return pointer as well as in memory.
10625         (nvptx_output_return): Likewise.
10627 2015-10-08  Richard Sandiford  <richard.sandiford@arm.com>
10629         * builtins.c (fold_builtin_sqrt, fold_builtin_cbrt): Delete.
10630         (fold_builtin_1): Update accordingly.  Handle constant arguments here.
10631         * match.pd: Add rules previously handled by fold_builtin_sqrt
10632         and fold_builtin_cbrt.
10634 2015-10-08  Richard Sandiford  <richard.sandiford@arm.com>
10636         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): New param.
10637         * doc/invoke.texi (--param max-ssa-name-query-depth): Document.
10638         * fold-const.h (tree_unary_nonnegative_warnv_p)
10639         (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
10640         (tree_expr_nonnegative_warnv_p): Add depth parameters.
10641         * fold-const.c: Include gimple-fold.h and params.h.
10642         (tree_ssa_name_nonnegative_warnv_p): New function.
10643         (tree_unary_nonnegative_warnv_p, tree_binary_nonnegative_warnv_p)
10644         (tree_single_nonnegative_warnv_p, tree_call_nonnegative_warnv_p)
10645         (tree_invalid_nonnegative_warnv_p, tree_expr_nonnegative_warnv_p):
10646         Add a depth parameter and increment it for recursive calls to
10647         tree_expr_nonnegative_warnv_p.  Use tree_ssa_name_nonnegative_warnv_p
10648         to handle SSA names.
10649         * gimple-fold.h (gimple_val_nonnegative_real_p): Delete.
10650         (gimple_stmt_nonnegative_warnv_p): Declare.
10651         * tree-vrp.c (remove_range_assertions): Remove assert that condition
10652         cannot be proven false.
10653         (gimple_assign_nonnegative_warnv_p, gimple_call_nonnegative_warnv_p)
10654         (gimple_stmt_nonnegative_warnv_p): Move to...
10655         * gimple-fold.c: ...here.  Add depth parameters and pass them
10656         down to the tree routines.  Accept statements that aren't
10657         assignments or calls but just return false for them.
10658         (gimple_val_nonnegative_real_p): Delete.
10659         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
10660         tree_expr_nonnegative_p instead of gimple_val_nonnegative_real_p.
10661         Check HONOR_NANs first.
10663 2015-10-08  Martin Jambor  <mjambor@suse.cz>
10665         * ipa-cp.c (meet_with_1): Make the argument of abs signed.  Remove
10666         unnecessary MIN.
10668 2015-10-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
10670         * tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi
10671         in the tail of outer-loop.
10673 2015-10-08  David Edelsohn  <dje.gcc@gmail.com>
10675         * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
10676         return UI_NONE.
10678 2015-10-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
10680         * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and
10681         "cfghooks.h", add prototypes for introduced new functions.
10682         (tree_ssa_unswitch_loops): Use from innermost loop iterator, move all
10683         checks on ability of loop unswitching to tree_unswitch_single_loop;
10684         invoke tree_unswitch_single_loop or tree_unswitch_outer_loop depending
10685         on innermost loop check.
10686         (tree_unswitch_single_loop): Add all required checks on ability of
10687         loop unswitching under zero recursive level guard.
10688         (tree_unswitch_outer_loop): New function.
10689         (find_loop_guard): Likewise.
10690         (empty_bb_without_guard_p): Likewise.
10691         (used_outside_loop_p): Likewise.
10692         (get_vop_from_header): Likewise.
10693         (hoist_guard): Likewise.
10694         (check_exit_phi): Likewise.
10696 2015-10-08  Marek Polacek  <polacek@redhat.com>
10698         * tree-ssa-reassoc.c (dump_ops_vector): Print newline after each
10699         ops element.
10701 2015-10-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10703         PR c/65345
10704         * config/s390/s390.c (s390_atomic_assign_expand_fenv): Use
10705         create_tmp_var_raw instead of create_tmp_var.
10707 2015-10-07  Jan Hubicka  <hubicka@ucw.cz>
10709         * expr.c (store_expr_with_bounds): Handle aggregate moves from
10710         BLKmode.
10711         * gimple-expr.c (useless_type_conversion_p): Do not use TYPE_CANONICAL
10712         to define gimple type system; compare aggregates only by size.
10714 2015-10-07  Jeff Law  <law@redhat.com>
10716         * tree-ssa-dom.c (optimize_stmt): Don't set LOOPS_NEED_FIXUP here.
10717         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Do it
10718         here instead.  Tighten test to avoid setting LOOPS_NEED_FIXUP
10719         unnecessarily.
10721 2015-10-07  Aditya Kumar  <aditya.k7@samsung.com>
10722             Sebastian Pop  <s.pop@samsung.com>
10724         * graphite-dependences.c (scop_get_dependences): Do not use SCOP_BBS.
10725         * graphite-isl-ast-to-gimple.c (get_max_schedule_dimensions): Same.
10726         (generate_isl_schedule): Same.
10727         * graphite-optimize-isl.c (scop_get_domains): Same.
10728         (apply_schedule_map_to_scop): Same.
10729         * graphite-poly.c (print_iteration_domains): Same.
10730         (remove_gbbs_in_scop): Same.
10731         (new_scop): Same.
10732         (free_scop): Same.
10733         (print_scop): Same.
10734         * graphite-poly.h (struct scop): Rename bbs to pbbs.
10735         (SCOP_BBS): Remove.
10736         * graphite-scop-detection.c (compare_bb_depths): Remove.
10737         (graphite_sort_dominated_info): Remove.
10738         (try_generate_gimple_bb): Move out of scop_detection.
10739         (all_non_dominated_preds_marked_p): Remove.
10740         (build_scop_bbs_1): Remove.
10741         (build_scop_bbs): Remove.
10742         (nb_pbbs_in_loops): Do not use SCOP_BBS.
10743         (find_scop_parameters): Same.
10744         (sese_dom_walker): Rename gather_bbs.
10745         (before_dom_children): Call try_generate_gimple_bb and collect gbb
10746         and pbb.
10747         (build_scops): Call gather_bbs.
10748         * graphite-sese-to-poly.c (build_scop_scattering): Do not use SCOP_BBS.
10749         (add_conditions_to_constraints): Same.
10750         (build_scop_iteration_domain): Same.
10751         (build_scop_drs): Same.
10752         (new_pbb_from_pbb): Same.
10753         * sese.c (new_sese_info): Create bbs.
10754         * sese.h (struct sese_info_t): Add bbs.
10756 2015-10-07  David Edelsohn  <dje.gcc@gmail.com>
10758         * config/rs6000/xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 64-bit
10759         encoding in 64-bit mode.
10761 2015-10-07  Uros Bizjak  <ubizjak@gmail.com>
10763         PR target/66697
10764         * config/i386/i386.c (ix86_option_override_internal): Always use
10765         8-byte minimum stack boundary in 64-bit mode.
10766         (ix86_compute_frame_layout): Remove assert on INCOMING_STACK_BOUNDARY.
10767         (ix86_emit_save_reg_using_mov): Support unaligned SSE store.
10768         Add a REG_CFA_EXPRESSION note if needed.
10769         (ix86_emit_restore_sse_regs_using_mov): Support unaligned SSE load.
10770         (ix86_handle_force_align_arg_pointer_attribute): New.
10771         (ix86_minimum_incoming_stack_boundary): Remove TARGET_64BIT check.
10772         (ix86_attribute_table): Set ix86_force_align_arg_pointer_string
10773         with ix86_handle_force_align_arg_pointer_attribute.
10774         * config/i386/i386.h (MIN_STACK_BOUNDARY): Set to BITS_PER_WORD.
10776 2015-10-07  Aditya Kumar  <aditya.k7@samsung.com>
10777             Sebastian Pop  <s.pop@samsung.com>
10779         * graphite-scop-detection.c (parameter_index_in_region): Remove
10780         use of SESE_ADD_PARAMS.
10781         (find_scop_parameters): Same.
10782         * sese.c (new_sese_info): Same.
10783         * sese.h (struct sese_info_t): Remove add_params.
10784         (SESE_ADD_PARAMS): Remove.
10786 2015-10-07  Aditya Kumar  <aditya.k7@samsung.com>
10787             Sebastian Pop  <s.pop@samsung.com>
10789         * graphite-isl-ast-to-gimple.c (translate_isl_ast_to_gimple): Use
10790         an sese_info_p.
10791         (copy_def): Same.
10792         (copy_internal_parameters): Same.
10793         (translate_isl_ast_to_gimple): Use an sese_l.
10794         (build_iv_mapping): Same.
10795         * graphite-poly.c (new_sese): Rename new_sese_info.
10796         (free_sese): Rename free_sese_info.
10797         * graphite-poly.h (struct scop): Use an sese_info_p.
10798         (scop_set_region): Same.
10799         * graphite-scop-detection.c (struct sese_l): Moved...
10800         (get_entry_bb): Moved...
10801         (get_exit_bb): Moved...
10802         (parameter_index_in_region_1): Use an sese_info_p.
10803         (parameter_index_in_region): Same.
10804         (scan_tree_for_params): Same.
10805         (find_params_in_bb): Same.
10806         (sese_dom_walker): Use an sese_l.
10807         * graphite-sese-to-poly.c (remove_invariant_phi): Same.
10808         (reduction_phi_p): Same.
10809         (parameter_index_in_region_1): Use an sese_info_p.
10810         (propagate_expr_outside_region): Use an sese_l.
10811         * graphite.c: Replace uses of SCOP_REGION.
10812         * sese.c (sese_record_loop): Use an sese_info_p.
10813         (build_sese_loop_nests): Same.
10814         (sese_build_liveouts_use): Same.
10815         (sese_build_liveouts_bb): Same.
10816         (sese_build_liveouts_bb): Same.
10817         (sese_bad_liveouts_use): Same.
10818         (sese_reset_debug_liveouts_bb): Same.
10819         (sese_build_liveouts): Same.
10820         (new_sese): Renamed new_sese_info.
10821         (free_sese): Renamed free_sese_info.
10822         (set_rename): Use an sese_info_p.
10823         (graphite_copy_stmts_from_block): Same.
10824         (copy_bb_and_scalar_dependences): Same.
10825         (outermost_loop_in_sese_1): Use an sese_l.
10826         (outermost_loop_in_sese): Same.
10827         (if_region_set_false_region): Use an sese_info_p.
10828         (move_sese_in_condition): Same.
10829         (scalar_evolution_in_region): Use an sese_l.
10830         * sese.h (struct sese_l): ... here.
10831         (SESE_ENTRY): Remove.
10832         (SESE_ENTRY_BB): Remove.
10833         (SESE_EXIT): Remove.
10834         (SESE_EXIT_BB): Remove.
10835         (sese_contains_loop): Use an sese_info_p.
10836         (sese_nb_params): Same.
10837         (bb_in_sese_p): Use an sese_l.
10838         (stmt_in_sese_p): Same.
10839         (defined_in_sese_p): Same.
10840         (loop_in_sese_p): Same.
10841         (sese_loop_depth): Same.
10842         (struct ifsese_s): Use an sese_info_p.
10843         (gbb_loop_at_index): Use an sese_l.
10844         (nb_common_loops): Same.
10845         (scev_analyzable_p): Same.
10847 2015-10-07  H.J. Lu  <hongjiu.lu@intel.com>
10849         * config/i386/i386.c (ix86_conditional_register_usage): Use
10850         CALL_USED_REGISTERS_MASK.
10851         * config/i386/i386.h (CALL_USED_REGISTERS_MASK): New macro.
10853 2015-10-07  H.J. Lu  <hongjiu.lu@intel.com>
10855         PR bootstrap/67385
10856         * configure.ac (gcc_cv_readelf): Check $READELF_FOR_TARGET.
10857         * configure: Regenerated.
10859 2015-10-07  H.J. Lu  <hongjiu.lu@intel.com>
10861         PR target/67850
10862         * config/i386/i386.c (ix86_maybe_switch_abi): Merged with ...
10863         (ix86_set_current_function): This.
10864         (TARGET_EXPAND_TO_RTL_HOOK): Removed.
10866 2015-10-07  Richard Biener  <rguenther@suse.de>
10868         * tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.
10869         (vinfo_for_stmt): Adjust.
10870         (set_vinfo_for_stmt): Likewise.
10871         * tree-vectorizer.c (stmt_vec_info_vec): Likewise.
10872         * tree-vect-stmts.c (free_stmt_vec_info_vec): Likewise.
10873         * tree-vect-loop.c (new_loop_vec_info): Remove special-casing
10874         of inner loop.
10875         (vect_analyze_loop_1): Remove.
10876         (vect_analyze_loop_form_1): Avoid building a loop_vec_info for
10877         inner loop when vectorizing an outer loop by splitting out from ...
10878         (vect_analyze_loop_form): ... here.
10880 2015-10-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10882         PR c/65345
10883         * config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv):
10884         Use create_tmp_var_raw instead of create_tmp_var.
10886 2015-10-07  Richard Sandiford  <richard.sandiford@arm.com>
10888         * real.h (dconst_quarter, dconst_sixth, dconst_ninth): New macros.
10889         (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): Declare.
10890         * real.c (CACHED_FRACTION): New helper macro.
10891         (dconst_third_ptr): Use it.
10892         (dconst_quarter_ptr, dconst_sixth_ptr, dconst_ninth_ptr): New.
10893         * builtins.c (fold_builtin_sqrt): Use dconst_quarter and
10894         dconst_sixth.
10895         (fold_builtin_cbrt): Use dconst_sixth and dconst_ninth.
10897 2015-10-06  Jeff Law  <law@redhat.com>
10899         PR tree-optimization/67816
10900         * tree-ssa-threadupdate.h (remove_jump_threads_including): Renamed
10901         from remove_jump_threads_starting_at.  Accept an edge rather than
10902         a basic block.
10903         * tree-ssa-threadupdate.c (removed_edges): New hash table.
10904         (remove_jump_threads_including): Note edges that get removed from
10905         the CFG for later pruning of jump threading paths including them.
10906         (thread_through_all_blocks): Remove paths which include edges that
10907         have been removed.
10908         * tree-ssa-dom.c (optimize_stmt): Call remove_jump_threads_including
10909         on each outgoing edges when optimizing away a control statement.
10911 2015-10-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
10913         * reorg.c (emit_delay_sequence): Store list of delay slot insns
10914         in a vector instead of rtx_insn_list.
10915         (add_to_delay_list): Likewise.
10916         (delete_from_delay_slot): Likewise.
10917         (optimize_skip): Likewise.
10918         (redirect_with_delay_list_safe_p): Likewise.
10919         (check_annul_list_true_false): Likewise.
10920         (steal_delay_list_from_target): Likewise.
10921         (steal_delay_list_from_fallthrough): Likewise.
10922         (redundant_insn): Likewise.
10923         (fill_simple_delay_slots): Likewise.
10924         (fill_slots_from_thread): Likewise.
10925         (fill_eager_delay_slots): Likewise.
10926         (relax_delay_slots): Likewise.
10928 2015-10-06  Sandra Loosemore  <sandra@codesourcery.com>
10930         * config/nios2/nios2.c (nios2_symbol_ref_in_small_data_p):
10931         For -mgpopt=local, also exclude unintialized common symbols.
10932         * doc/invoke.texi (Nios II Options): Document the change.
10934 2015-10-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
10936         * config/aarch64/iterators.md (vwcore): Add missing cases for
10937          V4HF/V8HF modes.
10939 2015-10-06  Aditya Kumar  <aditya.k7@samsung.com>
10940             Sebastian Pop  <s.pop@samsung.com>
10942         * graphite-poly.c (new_scop): Initialize drs.
10943         * graphite-poly.h (struct dr_info): New.
10944         (struct scop): Add drs.
10945         * graphite-sese-to-poly.c (pdr_add_alias_set): Use dr_info.
10946         (pdr_add_memory_accesses): Same.
10947         (build_poly_dr): Same.
10948         (build_alias_set): Same.
10949         (build_scop_drs): Same.
10950         (build_pbb_drs): Remove.
10951         * tree-data-ref.c (create_data_ref): Do not initialize alias_set.
10952         * tree-data-ref.h (data_reference): Remove alias_set.
10954 2015-10-06  Aditya Kumar  <aditya.k7@samsung.com>
10955             Sebastian Pop  <s.pop@samsung.com>
10957         * graphite-poly.c (free_data_refs_aux): Remove.
10958         (free_gimple_poly_bb): Do not call free_data_refs_aux.
10959         * graphite-poly.h (struct base_alias_pair): Remove.
10960         * graphite-sese-to-poly.c (pdr_add_alias_set): Remove all uses of
10961         base_alias_pair and dr->aux.
10962         (build_alias_set): Same.
10963         * tree-data-ref.c (create_data_ref): Initialize alias_set.
10964         * tree-data-ref.h (data_reference): Add alias_set.
10966 2015-10-06  Aditya Kumar  <aditya.k7@samsung.com>
10967             Sebastian Pop  <s.pop@samsung.com>
10969         * graphite-poly.c (new_poly_dr): Remove dr_base_object_set.
10970         Do not set PDR_BASE_OBJECT_SET.
10971         * graphite-poly.h (poly_dr): Same.
10972         (PDR_BASE_OBJECT_SET): Remove.
10973         (new_poly_dr): Update decl.
10974         * graphite-sese-to-poly.c (build_poly_dr): Update call to
10975         new_poly_dr.
10976         (write_alias_graph_to_ascii_dimacs): Remove.
10977         (write_alias_graph_to_ascii_dot): Remove.
10978         (write_alias_graph_to_ascii_ecc): Remove.
10979         (dr_same_base_object_p): Remove.
10980         (build_alias_set_optimal_p): Rename build_alias_set.  Remove dead
10981         code.
10982         (build_base_obj_set_for_drs): Remove.
10983         (dump_alias_graphs): Remove.
10984         (build_scop_drs): Remove dead code.
10986 2015-10-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10987             Peter Bergner  <bergner@vnet.ibm.com>
10989         PR target/67808
10990         * config/rs6000/rs6000.md (extenddftf2): In the expander, only
10991         allow registers, but provide insns for the combiner to create for
10992         loads from memory. Separate VSX code from non-VSX code. For
10993         non-VSX code, combine extenddftf2_fprs into extenddftf2 and rename
10994         externaldftf2_internal to externaldftf2_fprs. Reorder constraints
10995         so that registers come before memory operations. Drop support from
10996         converting DFmode to TFmode, if the DFmode value is in a GPR
10997         register.
10998         (extenddftf2_fprs): Likewise.
10999         (extenddftf2_internal): Likewise.
11000         (extenddftf2_vsx): Likewise.
11001         (extendsftf2): In the expander, only allow registers, but provide
11002         insns for the combiner to create for stores and loads.
11004 2015-10-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11006         * varasm.c (default_elf_asm_named_section): Remove ATTRIBUTE_UNUSED
11007         from the decl parameter.
11009 2015-10-06  Nathan Sidwell  <nathan@codesourcery.com>
11011         PR 67861
11012         * gimple-fold.c (gimple_fold_builtin): Add break after
11013         BUILT_IN_PRINTF_CHK, BUILT_IN_VPRINTF_CHK folding.
11015 2015-10-06  H.J. Lu  <hongjiu.lu@intel.com>
11017         * graphite-optimize-isl.c (optimize_isl): Rename scop->ctx
11018         to scop->isl_context.
11020 2015-10-06  Eric Botcazou  <ebotcazou@adacore.com>
11022         * config/arm/arm.c (arm_emit_probe_stack_range): Adjust comment.
11023         (output_probe_stack_range): Rotate the loop and simplify.
11024         (thumb1_expand_prologue): Tweak sorry message.
11025         * config/arm/arm.md (probe_stack): Use bare string.
11027 2015-10-06  Nick Clifton  <nickc@redhat.com>
11029         * config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
11031 2015-10-06  Nick Clifton  <nickc@redhat.com>
11033         * config/msp430/msp430.c (ATTR_NOINIT): New constant.
11034         (ATTR_PERSIST): New constant.
11035         (msp430_data_attr): New function - verifies an attribute that only
11036         applies to variables.
11037         (msp430_attributes): Add noinit and persistent attributes.
11038         (noinit_section): New variable.
11039         (presis_section): New variable.
11040         (TARGET_ASM_INIT_SECTIONS): Define.
11041         (msp430_init_sections): New function - initialises the noinit and
11042         persist section variables.
11043         (msp430_select_section): Add support for noinit and persist
11044         attributes.
11045         (msp430_section_type_flags): Likewise.
11046         * doc/extend.texi:  Document the reent, critical, wakeup, noinit
11047         and persistent attributes.
11049 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
11050             Sebastian Pop  <s.pop@samsung.com>
11052         * graphite-dependences.c (scop_get_transformed_schedule): Remove.
11053         (no_violations): Remove.
11054         (subtract_commutative_associative_deps): Remove.
11055         (compute_deps): Do not call subtract_commutative_associative_deps.
11056         (transform_is_safe): Remove.
11057         (graphite_legal_transform): Remove.
11058         * graphite-poly.h (graphite_legal_transform): Remove.
11060 2015-10-05  Aditya Kumar  <hiraditya@msn.com>
11062         * graphite-sese-to-poly.c (build_loop_iteration_domains): Only loops
11063         which are in this region are passed so gcc_assert and remove redundant
11064         computation.
11065         * sese.c (sese_build_liveouts): Pass only those bbs which are not
11066         in region.
11067         (sese_bad_liveouts_use): Only BBs which are not in region are passed so
11068         gcc_assert on that and remove unnecessary computation.
11069         (sese_build_liveouts_use): Same.
11071 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
11073         * graphite-dependences.c (scop_get_reads): Renamed scop->context
11074         to scop->param_context.
11075         (scop_get_must_writes): Same.
11076         (scop_get_may_writes): Same.
11077         (scop_get_original_schedule): Same.
11078         (scop_get_transformed_schedule): Same.
11079         (subtract_commutative_associative_deps): Same.
11080         * graphite-isl-ast-to-gimple.c (add_parameters_to_ivs_params): Same.
11081         (generate_isl_context): Same.
11082         (generate_isl_schedule): Same.
11083         (scop_to_isl_ast): Same.
11084         (graphite_regenerate_ast_isl): Same.
11085         * graphite-optimize-isl.c (scop_get_domains): Same.
11086         (optimize_isl): Renamed scop->context to scop->param_context.
11087         * graphite-poly.c (new_poly_bb): Change the type of argument to
11088         gimple_poly_bb_p.
11089         (new_scop): Renamed scop->context to scop->param_context.
11090         (free_scop): Same.
11091         (print_scop_context): Same.
11092         * graphite-poly.h (new_poly_dr): Change the type of argument from
11093         void* to data_reference_p.
11094         (struct poly_bb): Change the type of black_box to gimple_poly_bb_p.
11095         (new_poly_bb): Change the type of argument from void* to
11096         gimple_poly_bb_p.
11097         (pbb_set_black_box): Same.
11098         (struct scop): Rename context to param_context, ctx to isl_context.
11099         * graphite-scop-detection.c (scop_detection::build_scop_bbs_1):
11100         Move declarations closer to assignment.
11101         (find_params_in_bb): Same.
11102         (find_scop_parameters): Same.
11103         * graphite-sese-to-poly.c (unsigned ssa_name_version_typesize):
11104         Global to be used for statement IDs.
11105         (isl_id_for_pbb): Use ssa_name_version_typesize.
11106         (simple_copy_phi_p): Move declarations closer to assignment.
11107         (build_pbb_scattering_polyhedrons): Same.
11108         (build_scop_scattering): Same.
11109         (isl_id_for_ssa_name): Same.
11110         (extract_affine_name): Same.
11111         (extract_affine_int): Same.
11112         (extract_affine): Same.
11113         (set_scop_parameter_dim): Use renamed member.
11114         (build_loop_iteration_domains): Same.
11115         (add_param_constraints): Same.
11116         (build_scop_iteration_domain): Same.
11117         (pdr_add_data_dimensions): Same.
11118         (build_poly_dr): Same.
11119         (build_scop_drs): Move declarations closer to assignment.
11120         (analyze_drs_in_stmts): Same.
11121         (insert_out_of_ssa_copy): Same.
11122         (insert_out_of_ssa_copy_on_edge): Same.
11123         (propagate_expr_outside_region): Same.
11124         (rewrite_phi_out_of_ssa): Same.
11125         (rewrite_degenerate_phi): Same.
11126         (rewrite_reductions_out_of_ssa): Same.
11127         (rewrite_cross_bb_scalar_dependence): Same.
11128         (handle_scalar_deps_crossing_scop_limits): Same.
11129         (rewrite_cross_bb_scalar_deps): Same.
11130         * graphite.c (graphite_transform_loops): Use renamed member.
11132 2015-10-06  Uros Bizjak  <ubizjak@gmail.com>
11134         PR c/65345
11135         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): Use
11136         create_tmp_var_raw instead of create_tmp_var.
11138 2015-10-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11140         PR c/65345
11141         * config/aarch64/aarch64-builtins.c (aarch64_atomic_assign_expand_fenv):
11142         Use create_tmp_var_raw instead of create_tmp_var.
11144 2015-10-06  Alexander Fomin  <alexander.fomin@intel.com>
11146         PR target/67849
11147         * config/i386/sse.md (define_split vec_select/V8FI): Restrict
11148         split for upper-bank registers when target does not support
11149         AVX512VL.
11150         (define_insn "vec_extract_lo_<mode><mask_name>"): Restrict
11151         split when target does not support AVX512VL.
11153 2015-10-06  David Edelsohn  <dje.gcc@gmail.com>
11155         PR c/65345
11156         * config/rs6000/rs6000.c (rs6000_atomic_assign_expand_fenv):
11157         Adjust to use create_tmp_var_raw instead of create_tmp_var.
11159 2015-10-06  Nick Clifton  <nickc@redhat.com>
11161         * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimates for
11162         multiplication.
11164 2015-10-06  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
11166         * config.gcc (i[34567]86-*-linux* | ...): Add znver1.
11167         (case ${target}): Add znver1.
11168         * config/i386/cpuid.h(bit_CLZERO):  Define.
11169         * config/i386/driver-i386.c: (host_detect_local_cpu): Let
11170         -march=native recognize znver1 processors.
11171         * config/i386/i386-c.c (ix86_target_macros_internal): Add
11172         znver1, clzero def_and_undef.
11173         * config/i386/i386.c (struct processor_costs znver1_cost): New.
11174         (m_znver1): New definition.
11175         (m_AMD_MULTIPLE): Includes m_znver1.
11176         (processor_target_table): Add znver1 entry.
11177         (ix86_target_string) : Add clzero entry.
11178         (static const char *const cpu_names): Add znver1 entry.
11179         (ix86_option_override_internal): Add znver1 instruction sets.
11180         (PTA_CLZERO) :  New definition.
11181         (ix86_option_override_internal): Handle new clzerooption.
11182         (ix86_issue_rate): Add znver1.
11183         (ix86_adjust_cost): Add znver1.
11184         (ia32_multipass_dfa_lookahead): Add znver1.
11185         (has_dispatch): Add znver1.
11186         * config/i386/i386.h (TARGET_znver1): New definition.
11187         (TARGET_CLZERO): Define.
11188         (TARGET_CLZERO_P): Define.
11189         (struct ix86_size_cost): Add TARGET_ZNVER1.
11190         (enum processor_type): Add PROCESSOR_znver1.
11191         * config/i386/i386.md (define_attr "cpu"): Add znver1.
11192         (set_attr znver1_decode): New definitions for znver1.
11193         * config/i386/i386.opt (flag_dispatch_scheduler): Add znver1.
11194         (mclzero): New.
11195         * config/i386/mmx.md (set_attr znver1_decode): New definitions
11196         for znver1.
11197         * config/i386/sse.md (set_attr znver1_decode): Likewise.
11198         * config/i386/x86-tune.def:  Add znver1 tunings.
11199         * config/i386/znver1.md: Introduce znver1 cpu and include new md file.
11200         * doc/invoke.texi: Add details about znver1
11202 2015-10-06  Richard Biener  <rguenther@suse.de>
11204         PR tree-optimization/67859
11205         * tree-ssa-pre.c (create_expression_by_pieces): Properly
11206         discard not inserted stmts.
11208 2015-10-06  Jonathan Wakely  <jwakely@redhat.com>
11210         * doc/extend.texi (Template Instantiation): Reorder options and
11211         de-emphasize -frepo.
11212         * doc/invoke.texi (C++ Dialect Options): Use -fstrict-enums in
11213         example instead of -frepo.
11215 2015-10-06  Eric Botcazou  <ebotcazou@adacore.com>
11217         PR c/65345
11218         * config/sparc/sparc.c (sparc_atomic_assign_expand_fenv): Adjust to
11219         use create_tmp_var_raw rather than create_tmp_var.
11221 2015-10-06  Richard Biener  <rguenther@suse.de>
11223         * tree-vectorizer.h (vec_info): New base class for...
11224         (_loop_vec_info): ... this and ...
11225         (_bb_vec_info): ... this.
11226         (vect_is_simple_use, vect_is_simple_use_1, new_stmt_vec_info,
11227         vect_analyze_data_refs_alignment, vect_verify_datarefs_alignment,
11228         vect_analyze_data_ref_accesses, vect_analyze_data_refs,
11229         vect_schedule_slp, vect_analyze_slp, vect_pattern_recog,
11230         vect_destroy_datarefs): Adjust interface to take a vec_info *
11231         rather than both a loop_vec_info and a bb_vec_info argument.
11232         * tree-vect-data-refs.c (vect_compute_data_refs_alignment,
11233         vect_verify_datarefs_alignment, vect_enhance_data_refs_alignment,
11234         vect_analyze_data_refs_alignment, vect_analyze_data_ref_accesses,
11235         vect_analyze_data_refs, vect_create_data_ref_ptr): Adjust
11236         accordingly.
11237         * tree-vect-loop.c (new_loop_vec_info): Initialize base class.
11238         (destroy_loop_vec_info, vect_analyze_loop_2,
11239         vect_is_simple_reduction_1, get_initial_def_for_induction,
11240         vect_create_epilog_for_reduction, vectorizable_reduction,
11241         vectorizable_live_operation, vect_transform_loop): Adjust.
11242         * tree-vect-patterns.c (type_conversion_p,
11243         vect_recog_widen_mult_pattern, vect_recog_widen_shift_pattern,
11244         vect_recog_rotate_pattern, vect_recog_vector_vector_shift_pattern,
11245         vect_recog_divmod_pattern, vect_recog_mixed_size_cond_pattern,
11246         check_bool_pattern, vect_recog_bool_pattern,
11247         vect_mark_pattern_stmts, vect_pattern_recog): Likewise.
11248         * tree-vect-slp.c (vect_get_and_check_slp_defs,
11249         vect_build_slp_tree_1, vect_build_slp_tree, vect_analyze_slp_cost_1,
11250         vect_analyze_slp_instance, vect_analyze_slp, destroy_bb_vec_info,
11251         vect_slp_analyze_bb_1, vect_schedule_slp): Likewise.
11252         (new_bb_vec_info): Initialize base classs.
11253         * tree-vect-stmts.c (record_stmt_cost, process_use,
11254         vect_get_vec_def_for_operand, vect_finish_stmt_generation,
11255         vectorizable_mask_load_store, vectorizable_call,
11256         vectorizable_simd_clone_call, vectorizable_conversion,
11257         vectorizable_assignment, vectorizable_shift,
11258         vectorizable_operation, vectorizable_store,
11259         vectorizable_load, vect_is_simple_cond, vectorizable_condition,
11260         new_stmt_vec_info, vect_is_simple_use, vect_is_simple_use_1): Likewise.
11261         * tree-vectorizer.c (vect_destroy_datarefs): Likewise.
11263 2015-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
11265         PR c/65345
11266         * config/sh/sh.c (sh_atomic_assign_expand_fenv): Adjust to use
11267         create_tmp_var_raw rather than create_tmp_var.
11269 2015-10-05  Marek Polacek  <polacek@redhat.com>
11271         * tree-ssa-loop-im.c
11272         (move_computations_dom_walker::before_dom_children): Don't set
11273         SSA_NAME_ANTI_RANGE_P.
11274         * tree-ssa-phiopt.c (value_replacement): Likewise.
11276 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
11277             Sebastian Pop  <s.pop@samsung.com>
11279         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Increase to 7.
11281 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
11282             Sebastian Pop  <s.pop@samsung.com>
11284         * graphite-poly.c (new_gimple_poly_bb): ... here.
11285         (free_data_refs_aux): ... here.
11286         (free_gimple_poly_bb): ... here.
11287         (remove_gbbs_in_scop): ... here.
11288         (new_scop): Call new_sese.
11289         (free_scop): Call remove_gbbs_in_scop and free_sese.
11290         * graphite-poly.h (base_alias_pair): ... here.
11291         (new_gimple_poly_bb): Declare.
11292         (free_gimple_poly_bb): Declare.
11293         * graphite-scop-detection.c (parameter_index_in_region_1):
11294         (parameter_index_in_region): ... here.
11295         (scan_tree_for_params): ... here.
11296         (find_params_in_bb): ... here.
11297         (find_scop_parameters): ... here.
11298         (build_scops): Call find_scop_parameters.
11299         * graphite-sese-to-poly.c (free_gimple_poly_bb): Move...
11300         (free_scops): Move...
11301         (single_pred_cond_non_loop_exit): Move...
11302         (sese_dom_walker::before_dom_children): Move...
11303         (sese_dom_walker::after_dom_children): Move...
11304         (build_poly_scop): Move...
11305         * graphite-sese-to-poly.h (base_alias_pair): Move...
11306         * graphite.c (free_scops): ... here.
11308 2015-10-05  Aditya Kumar  <aditya.k7@samsung.com>
11309             Sebastian Pop  <s.pop@samsung.com>
11311         * graphite-scop-detection.c: Include domwalk.h and tree-cfg.h.
11312         (trivially_empty_bb_p): Move...
11313         (same_close_phi_node): Move...
11314         (new_gimple_poly_bb): Move...
11315         (compare_bb_depths): Move...
11316         (graphite_sort_dominated_info): Move...
11317         (remove_duplicate_close_phi): Move...
11318         (make_close_phi_nodes_unique): Move...
11319         (canonicalize_loop_closed_ssa): Move...
11320         (canonicalize_loop_closed_ssa_form): Move...
11321         (loop_ivs_can_be_represented): Move...
11322         (single_pred_cond_non_loop_exit): Move...
11323         (graphite_can_represent_init): Move...
11324         (graphite_can_represent_scev): Move...
11325         (stmt_has_simple_data_refs_p): Move...
11326         (stmt_has_side_effects):  Move...
11327         (graphite_can_represent_stmt): Move...
11328         (scop_detection): ... here.
11329         (sese_dom_walker): ... and here.
11330         (build_scops): Call all moved functions.
11331         * graphite-sese-to-poly.c (try_generate_gimple_bb): Move...
11332         (all_non_dominated_preds_marked_p): Move...
11333         (build_scop_bbs_1): Move...
11334         (build_scop_bbs): Move...
11335         (set_scop_parameter_dim): Move...
11336         (nb_pbbs_in_loops): Move...
11337         (build_poly_scop): Do not call all the moved functions.
11339 2015-10-05  Martin Jambor  <mjambor@suse.cz>
11340             Jan Hubicka  <hubicka@ucw.cz>
11342         * ipa-cp.c (ipcp_alignment_lattice): New type.
11343         (ipcp_param_lattices): Use the above to represent alignment.
11344         (ipcp_alignment_lattice::print): New function.
11345         (print_all_lattices): Use it to print alignment information.
11346         (ipcp_alignment_lattice::top_p): New function.
11347         (ipcp_alignment_lattice::bottom_p): Likewise.
11348         (ipcp_alignment_lattice::set_to_bottom): Likewise.
11349         (ipcp_alignment_lattice::meet_with_1): Likewise.
11350         (ipcp_alignment_lattice::meet_with): Two new overloaded functions.
11351         (set_all_contains_variable): Use set_to_bottom of alignment lattice.
11352         (initialize_node_lattices): Likewise.
11353         (propagate_alignment_accross_jump_function): Work with the new class
11354         for alignment lattices.
11355         (propagate_constants_accross_call): Pass only the alignment lattice to
11356         propagate_alignment_accross_jump_function.
11357         (ipcp_store_alignment_results): Work with the new class for alignment
11358         lattices.
11360 2015-10-05  Marek Polacek  <polacek@redhat.com>
11362         PR tree-optimization/67821
11363         * tree-ssanames.c (duplicate_ssa_name_range_info): Remove an assert.
11365 2015-10-05  Thomas Schwinge  <thomas@codesourcery.com>
11367         PR other/65021
11368         * config/i386/intelmic-mkoffload.c (mkoffload_atexit): Rename
11369         function to...
11370         (mkoffload_cleanup): ... this.  Adjust all users.
11371         (maybe_unlink): Look at save_temps and verbose flags instead of
11372         debug flag.
11373         (main): Parse "-save-temps" flag.
11374         (generate_target_descr_file, generate_target_offloadend_file)
11375         (generate_host_descr_file, prepare_target_image): Pass it on.
11376         * config/nvptx/mkoffload.c (tool_cleanup): Implement.
11377         (mkoffload_cleanup): New function.
11378         (maybe_unlink): Look at save_temps and verbose flags instead of
11379         debug flag.
11380         (main): Instead of calling utils_cleanup, register atexit handler
11381         for mkoffload_cleanup.
11382         (main): Parse "-save-temps" flag.
11383         (compile_native, main): Pass it on.
11384         * lto-wrapper.c (compile_offload_image): Likewise.
11386 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11388         * gimple.h (gimple_op_ptr): Require a non const gimple *.
11389         (gimple_assign_lhs_ptr): Likewise.
11390         (gimple_assign_rhs1_ptr): Likewise.
11391         (gimple_assign_rhs2_ptr): Likewise.
11392         (gimple_assign_rhs3_ptr): Likewise.
11393         (gimple_call_lhs_ptr): Likewise.
11394         (gimple_call_fn_ptr): Likewise.
11395         (gimple_call_chain_ptr): Likewise.
11396                 (gimple_call_arg_ptr): Likewise.
11397                 (gimple_cond_lhs_ptr): Likewise.
11398         (gimple_cond_rhs_ptr): Likewise.
11399         (gimple_switch_index_ptr): Likewise.
11400         (gimple_return_retval_ptr): Likewise.
11402 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11404         * gimple.h (gimple_asm_input_op_ptr): Remove.
11405         (gimple_asm_output_op_ptr): Likewise.
11407 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11409         * gimple.h (gimple_location_ptr): Remove.
11410         * tree-vrp.c (check_all_array_refs): Adjust.
11412 2015-10-05  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11414         * tree-ssa-operands.c (build_uses): store tree * instead of
11415         tree.
11416         (finalize_ssa_uses): Adjust.
11417         (append_use): Likewise.
11418         (verify_ssa_operands): Likewise.
11420 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11422         * real.h (build_real_truncate): Declare.
11423         * tree.c (build_real_truncate): New function.
11424         (strip_float_extensions): Use it.
11425         * builtins.c (fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_cbrt)
11426         (fold_builtin_hypot, fold_builtin_pow): Likewise.
11427         * match.pd: Likewise.
11429 2015-10-05 James Greenhalgh <james.greenhalgh@arm.com>
11430            Jiong Wang  <jiong.wang@arm.com>
11432         * config/aarch64/aarch64.md (tlsie_tiny_sidi): Replace "<w>" with "w".
11434 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11436         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Delete.
11437         * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p)
11438         (aarch64_print_operand, aarch64_float_const_representable_p)
11439         (aarch64_output_simd_mov_immediate): Use CONST_DOUBLE_REAL_VALUE
11440         instead of REAL_VALUE_FROM_CONST_DOUBLE.
11441         * config/arc/arc.c (arc_print_operand): Likewise.
11442         * config/arm/arm.c (arm_const_double_rtx, vfp3_const_double_index)
11443         (neon_valid_immediate, arm_print_operand, arm_emit_fp16_const)
11444         (vfp3_const_double_for_fract_bits, vfp3_const_double_for_bits):
11445         Likewise.
11446         * config/arm/arm.md (*arm32_movhf, consttable_4, consttable_8)
11447         (consttable_16): Likewise.
11448         * config/arm/vfp.md (*movhf_vfp_neon, *movhf_vfp): Likewise.
11449         * config/avr/avr.c (avr_print_operand): Likewise.
11450         * config/bfin/bfin.md: Likewise (in a define_split).
11451         * config/c6x/c6x.md: Likewise (in a define_split).
11452         * config/cr16/cr16.c (cr16_const_double_ok): Likewise.
11453         (cr16_print_operand): Likewise.
11454         * config/cris/cris.c (cris_print_operand): Likewise.
11455         * config/epiphany/epiphany.c (epiphany_print_operand): Likewise.
11456         * config/fr30/fr30.c (fr30_print_operand): Likewise.
11457         (fr30_const_double_is_zero): Likewise.
11458         * config/frv/frv.c (frv_print_operand, output_move_single): Likewise.
11459         * config/frv/frv.md: Likewise (in a define_split).
11460         * config/frv/predicates.md (int_2word_operand): Likewise.
11461         * config/h8300/h8300.c (h8300_print_operand): Likewise.
11462         * config/i386/i386.c (standard_80387_constant_p): Likewise.
11463         (ix86_print_operand, ix86_split_to_parts): Likewise.
11464         * config/i386/i386.md: Likewise (in a define_split).
11465         * config/ia64/ia64.c (ia64_split_tmode, ia64_print_operand): Likewise.
11466         * config/iq2000/iq2000.md (movsf_lo_sum, movsf_high): Likewise.
11467         * config/m32r/m32r.c (easy_df_const, m32r_print_operand): Likewise.
11468         * config/m68k/m68k.c (handle_move_double, standard_68881_constant_p)
11469         (print_operand): Likewise.
11470         * config/m68k/m68k.md (movsf_cf_hard, movdf_cf_hard): Likewise.
11471         * config/mep/mep.md: Likewise (in define_split).
11472         * config/microblaze/microblaze.c (microblaze_const_double_ok)
11473         (print_operand): Likewise.
11474         * config/mips/mips.md (consttable_float): Likewise.
11475         * config/mmix/mmix.c (mmix_intval): Likewise.
11476         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
11477         * config/nvptx/nvptx.c (nvptx_print_operand): Likewise.
11478         * config/pa/pa.c (pa_singlemove_string): Likewise.
11479         * config/pdp11/pdp11.c (pdp11_expand_operands): Likewise.
11480         (pdp11_asm_print_operand, legitimate_const_double_p): Likewise.
11481         * config/rs6000/rs6000.c (num_insns_constant, rs6000_emit_cmove)
11482         (output_toc): Likewise.
11483         * config/rs6000/rs6000.md: Likewise (in define_splits).
11484         * config/rx/rx.c (rx_print_operand): Likewise.
11485         * config/s390/s390.c (s390_output_pool_entry): Likewise.
11486         * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
11487         * config/sh/sh.md (consttable_sf, consttable_df): Likewise
11488         (and also in define_splits).
11489         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p): Likewise.
11490         (fp_high_losum_p): Likewise.
11491         * config/sparc/sparc.md (*movsf_insn, *movsf_lo_sum): Likewise.
11492         (*movsf_high): Likewise.
11493         * config/spu/spu.c (const_double_to_hwint): Likewise.
11494         * config/v850/v850.c (const_double_split): Likewise.
11495         * config/vax/vax.c (vax_float_literal): Likewise.
11496         * config/visium/visium.c (visium_expand_copysign): Likewise.
11497         * config/visium/visium.md: Likewise (in define_split).
11498         * config/xtensa/predicates.md (const_float_1_operand): Likewise.
11499         * config/xtensa/xtensa.c (print_operand): Likewise.
11500         (xtensa_output_literal): Likewise.
11501         * cprop.c (implicit_set_cond_p): Likewise.
11502         * dwarf2out.c (insert_float): Likewise.
11503         * expmed.c (expand_mult, make_tree): Likewise.
11504         * expr.c (compress_float_constant): Likewise.
11505         * rtlanal.c (split_double): Likewise.
11506         * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
11507         (simplify_const_unary_operation, simplify_binary_operation_1)
11508         (simplify_const_binary_operation): Likewise.
11509         (simplify_const_relational_operation): Likewise.
11510         * varasm.c (output_constant_pool_2): Likewise.
11512 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11514         * real.h (CONST_DOUBLE_ATOF): Use const_double_from_real_value
11515         instead of CONST_DOUBLE_FROM_REAL_VALUE.
11516         (CONST_DOUBLE_FROM_REAL_VALUE): Delete.
11517         * config/c6x/c6x.md (divsf3, divdf3): Use const_double_from_real_value
11518         instead of CONST_DOUBLE_FROM_REAL_VALUE.
11519         * config/epiphany/epiphany.md (fixuns_truncsfsi2): Likewise.
11520         * config/i386/i386.c (standard_80387_constant_rtx): Likewise.
11521         (ix86_expand_builtin, ix86_emit_i387_log1p, ix86_emit_i387_round)
11522         (ix86_emit_swsqrtsf): Likewise.
11523         * config/ia64/ia64.c (ia64_expand_builtin): Likewise.
11524         * config/mips/mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2)
11525         (fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
11526         * config/pa/pa.c (pa_expand_builtin): Likewise.
11527         * config/rs6000/rs6000.c (rs6000_load_constant_and_splat): Likewise.
11528         (rs6000_scale_v2df): Likewise.
11529         * config/rs6000/rs6000.md (*cmptf_internal2): Likewise.
11530         * config/s390/s390.md (fixuns_truncdddi2, fixuns_trunctddi2)
11531         (fixuns_trunc<BFP:mode><GPR:mode>2): Likewise.
11532         * config/s390/vx-builtins.md (vec_ctd_s64, vec_ctd_u64, vec_ctsl)
11533         (vec_ctul): Likewise.
11534         * config/sparc/sparc.c (sparc_emit_fixunsdi): Likewise.
11535         * config/spu/spu.c (hwint_to_const_double, spu_float_const): Likewise.
11536         * config/spu/spu.md (floatunsdisf2, floatunstisf2): Likewise.
11537         * cse.c (fold_rtx): Likewise.
11538         * emit-rtl.c (immed_double_const): Likewise (in comments).
11539         (init_emit_once): Likewise.
11540         * expr.c (compress_float_constant, expand_expr_real_1)
11541         (const_vector_from_tree): Likewise.
11542         * optabs.c (expand_float, expand_fix): Likewise.
11543         * reg-stack.c (reg_to_stack): Likewise.
11544         * simplify-rtx.c (avoid_constant_pool_reference): Likewise.
11545         (simplify_const_unary_operation, simplify_binary_operation_1)
11546         (simplify_const_binary_operation, simplify_relational_operation)
11547         (simplify_immed_subreg): Likewise.
11549 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11551         * doc/tm.texi.in (REAL_ARITHMETIC): Delete.
11552         * doc/tm.texi: Regenerate.
11553         * real.h (REAL_ARITHMETIC): Delete.
11554         * config/i386/i386.c (ix86_expand_lround, ix86_expand_round)
11555         (ix86_expand_round_sse4): Use real_arithmetic instead of
11556         REAL_ARITHMETIC.
11557         * config/i386/sse.md (round<mode>2): Likewise.
11558         * rtl.h (rtx_to_tree_code): Likewise (in comment).
11559         * explow.c (rtx_to_tree_code): Likewise (in comment).
11560         * match.pd: Likewise.
11561         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
11562         * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
11563         (expand_pow_as_sqrts): Likewise.
11564         * tree-pretty-print.c (dump_generic_node): Remove code that
11565         was conditional on REAL_ARITHMETIC being undefined.
11567 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11569         * doc/tm.texi.in (REAL_VALUES_LESS): Delete.
11570         * doc/tm.texi: Regenerate.
11571         * real.h (real_less): Declare.
11572         (REAL_VALUES_LESS): Delete.
11573         * real.c (real_less): New function.
11574         (real_compare): Use it.
11575         * config/m68k/m68k.c (floating_exact_log2): Use real_less instead
11576         of REAL_VALUES_LESS.
11577         * config/microblaze/microblaze.c (microblaze_const_double_ok):
11578         Likewise.
11579         * fold-const.c (fold_convert_const_int_from_real): Likewise.
11580         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
11581         (simplify_const_relational_operation): Likewise.
11582         * tree-call-cdce.c (check_pow): Likewise.
11583         (gen_conditions_for_pow_cst_base): Likewise.
11585 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11587         * real.h (REAL_VALUES_IDENTICAL): Delete.
11588         * config/m68k/m68k.c (standard_68881_constant_p): Use real_identical
11589         instead of REAL_VALUES_IDENTICAL.
11590         * fold-const.c (operand_equal_p): Likewise.
11591         * ipa-icf.c (sem_variable::equals): Likewise.
11592         * tree-complex.c (some_nonzerop): Likewise.
11593         (expand_complex_multiplication): Likewise.
11594         * tree.c (simple_cst_equal): Likewise.
11595         * varasm.c (compare_constant): Likewise.
11597 2015-10-05  Richard Sandiford  <richard.sandiford@arm.com>
11599         * real.h (real_equal): Declare.
11600         (REAL_VALUES_EQUAL): Delete.
11601         * real.c (real_equal): New function.
11602         (real_compare): Use it.
11603         * doc/tm.texi.in (REAL_VALUES_EQUAL): Delete.
11604         * doc/tm.texi: Regenerate.
11605         * builtins.c (fold_builtin_pow, fold_builtin_load_exponent): Use
11606         real_equal instead of REAL_VALUES_EQUAL.
11607         * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p): Likewise.
11608         * config/arm/arm.c (arm_const_double_rtx, neon_valid_immediate)
11609         (fp_const_from_val): Likewise.
11610         * config/fr30/fr30.c (fr30_const_double_is_zero): Likewise.
11611         * config/m68k/m68k.c (standard_68881_constant_p): Likewise.
11612         (floating_exact_log2): Likewise.
11613         * config/sh/sh.c (fp_zero_operand, fp_one_operand): Likewise.
11614         * config/vax/vax.c (vax_float_literal): Likewise.
11615         * config/xtensa/predicates.md (const_float_1_operand): Likewise.
11616         * cprop.c (implicit_set_cond_p): Likewise.
11617         * expmed.c (expand_mult): Likewise.
11618         * fold-const.c (const_binop): Likewise.
11619         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
11620         (simplify_const_binary_operation): Likewise.
11621         (simplify_const_relational_operation): Likewise.
11622         * tree-call-cdce.c (check_pow): Likewise.
11623         (gen_conditions_for_pow_cst_base): Likewise.
11624         * tree-inline.c (estimate_num_insns): Likewise.
11625         * tree-ssa-dom.c (record_equality): Likewise.
11626         * tree-ssa-math-opts.c (representable_as_half_series_p): Likewise.
11627         (gimple_expand_builtin_pow): Likewise.
11628         (pass_optimize_widening_mul::execute): Likewise.
11629         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Likewise.
11630         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
11631         * tree.c (real_zerop, real_onep, real_minus_onep): Likewise.
11633 2015-10-05  Richard Biener  <rguenther@suse.de>
11635         PR ipa/67783
11636         * ipa-inline-analysis.c (estimate_function_body_sizes): Only
11637         consider loop header PHI defs as IVs.
11639 2015-10-05  Richard Biener  <rguenther@suse.de>
11641         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Move
11642         call handling ...
11643         (create_expression_by_pieces): ... here and build GIMPLE
11644         calls directly.  Use gimple_build API and avoid force_gimple_operand.
11645         (insert_into_preds_of_block): Simplify.
11646         (do_regular_insertion): Add comment.
11648 2015-10-04  Jason Merrill  <jason@redhat.com>
11650         * builtins.def (BUILT_IN_ABORT): Add transaction_pure attribute.
11652 2015-10-04  Uros Bizjak  <ubizjak@gmail.com>
11654         * config/i386/i386.c (ix86_nsaved_regs): Use GENERAL_REGNO_P to
11655         check for general register.
11656         (ix86_emit_save_regs): Ditto.
11657         (ix86_emit_save_regs_using_mov): Ditto.
11658         (ix86_emit_restore_regs_using_pop): Ditto.
11659         (ix86_emit_restore_regs_using_mov): Ditto.
11661 2015-10-03  Marek Polacek  <polacek@redhat.com>
11663         * Makefile.in (insn-latencytab.o): Remove -Wno-duplicated-cond.
11664         (insn-dfatab.o): Likewise.
11666 2015-10-03  Max Filippov  <jcmvbkbc@gmail.com>
11668         * config.gcc (xtensa*-*-uclinux*): New configuration.
11669         * config/xtensa/uclinux.h: New file.
11670         * config/xtensa/uclinux.opt: New file.
11672 2015-10-03  Jonathan Wakely  <jwakely@redhat.com>
11674         * doc/cpp.texi (Standard Predefined Macros): Document value of
11675         __cplusplus for C++14.
11677 2015-10-02  Bernd Schmidt  <bernds@codesourcery.com>
11679         * gcc.c (process_command): Use spec_machine rather than
11680         spec_host_machine to build tooldir_prefix2.
11682 2015-10-02  Thomas Schwinge  <thomas@codesourcery.com>
11683             Bernd Schmidt  <bernds@codesourcery.com>
11685         * config/nvptx/mkoffload.c (Kind, Vis): Remove enums.
11686         (Token, Stmt): Remove structs.
11687         (decls, vars, fns): Remove variables.
11688         (alloc_comment, append_stmt, is_keyword): Remove macros.
11689         (tokenize, write_token, write_tokens, alloc_stmt, rev_stmts)
11690         (write_stmt, write_stmts, parse_insn, parse_list_nosemi)
11691         (parse_init, parse_file): Remove functions.
11692         (read_file): Accept a pointer to a length and store into it.
11693         (process): Don't try to parse the input file, just write it out as
11694         a string, but looking for maps.  Also write out the length.
11695         (main): Don't use "-S" to compile PTX code.
11697 2015-10-02  Jeff Law  <law@redhat.com>
11699         * tree-ssa-dom.c (optimize_stmt): Note when loop structures need
11700         fixups.
11702 2015-10-02  Thomas Schwinge  <thomas@codesourcery.com>
11704         PR target/67822
11705         * config/nvptx/mkoffload.c (main): Scan the argument vector for
11706         -fopenmp, and skip generating an offloading image if specified.
11708 2015-10-02  Uros Bizjak  <ubizjak@gmail.com>
11710         * system.h (ROUND_UP): New macro definition.
11711         (ROUND_DOWN): Ditto.
11712         * ggc-page.c (ROUND_UP): Remove local macro definition.
11713         (PAGE_ALIGN): Implement using ROUND_UP macro.
11715         * config/i386/i386.h (PUSH_ROUNDING): Implement using ROUND_UP macro.
11716         * config/i386/i386.c (function_arg_advance_64): Use ROUND_UP macro
11717         to align values.
11718         (ix86_compute_frame_layout): Ditto.
11719         (ix86_expand_prologue): Ditto.
11720         (ix86_adjust_stack_and_probe): Use ROUND_DOWN macro
11721         to round down values.
11722         (expand_set_or_movmem_via_rep): Ditto.
11724 2015-10-02  Marek Polacek  <polacek@redhat.com>
11726         * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
11728 2015-10-02  Aditya Kumar  <aditya.k7@samsung.com>
11730         * graphite-scop-detection.c (loop_ivs_can_be_represented): New.
11731         (loop_body_is_valid_scop): Call loop_ivs_can_be_represented.
11732         * graphite-sese-to-poly.c (new_gimple_bb): Renamed new_gimple_poly_bb.
11733         (free_gimple_bb): Renamed free_gimple_poly_bb.
11734         (try_generate_gimple_bb): Hoist loop invariant code.
11735         (analyze_drs_in_stmts): Same.
11736         (build_scop_drs): Call renamed functions.
11737         (new_pbb_from_pbb): Same.
11738         (scop_ivs_can_be_represented): Delete as functionality now moved to
11739         graphite-scop-detection.c
11740         (build_poly_scop): Remove call to scop_ivs_can_be_represented.
11742 2015-10-02  Aditya Kumar  <hiraditya@msn.com>
11744         * graphite-scop-detection.c (stmt_has_side_effects): New function
11745           outlined from stmt_simple_for_scop_p.
11746         (graphite_can_represent_stmt): Same.
11747         (stmt_simple_for_scop_p): Moved code out of this function for better
11748         readability.
11750 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
11752         * config/i386/i386.c (processor_features): Add F_AVX512VBMI,
11753         F_AVX512IFMA.
11754         (isa_names_table): Handle F_AVX512VBMI and F_AVX512IFMA.
11756 2015-10-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11758         * config/aarch64/aarch64-elf.h (TARGET_ASM_NAMED_SECTION): Delete.
11760 2015-10-02  Vladimir Makarov  <vmakarov@redhat.com>
11762         PR rtl-optimization/67756
11763         * lra-constraints.c (match_reload): Add a new parameter.  Use it
11764         for creating a pseudo with the same value.
11765         (curr_insn_transform): Pass a new argument to match_reload.
11767 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
11769         * config/i386/i386.c (expand_vec_perm_even_odd_trunc): New.
11770         (expand_vec_perm_even_odd_1): Handle V64QImode.
11771         (ix86_expand_vec_perm_const_1): Try expansion with
11772         expand_vec_perm_even_odd_trunc as well.
11773         * config/i386/sse.md (VI124_AVX512F): Rename to ...
11774         (define_mode_iterator VI124_AVX2_24_AVX512F_1_AVX512BW): This. Extend
11775         to V54QI.
11776         (define_mode_iterator VI248_AVX2_8_AVX512F): Rename to ...
11777         (define_mode_iterator VI248_AVX2_8_AVX512F_24_AVX512BW): This. Extend
11778         to V32HI and V16SI.
11779         (define_insn "avx512bw_<code>v32hiv32qi2"): Unhide pattern name.
11780         (define_expand "vec_pack_trunc_<mode>"): Update iterator name.
11781         (define_expand "vec_unpacks_lo_<mode>"): Ditto.
11782         (define_expand "vec_unpacks_hi_<mode>"): Ditto.
11783         (define_expand "vec_unpacku_lo_<mode>"): Ditto.
11784         (define_expand "vec_unpacku_hi_<mode>"): Ditto.
11786 2015-10-02  Kirill Yukhin  <kirill.yukhin@intel.com>
11788         * doc/invoke.texi: Mention -mavx512vl, -mavx512bw, -mavx512dq,
11789         -mavx521vbmi, -mavx512ifma. Add missing opindex-es.
11791 2015-10-02  Jason Merrill  <jason@redhat.com>
11793         PR c/59218
11794         * trans-mem.c (volatile_lvalue_p): Rename from volatile_var_p.
11795         (diagnose_tm_1_op): Also diagnose volatile accesses in
11796         transaction_safe function.
11798 2015-10-02  Jonathan Wakely  <jwakely@redhat.com>
11800         * system.h (malloc.h): Don't include obsolete header.
11802 2015-10-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11804         * config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
11805         (TLS_SECTION_ASM_FLAG): Delete.
11807 2015-10-02  Marek Polacek  <polacek@redhat.com>
11809         PR c/64249
11810         * doc/invoke.texi: Document -Wduplicated-cond.
11811         * Makefile.in (insn-latencytab.o): Use -Wno-duplicated-cond.
11812         (insn-dfatab.o): Likewise.
11813         * genemit.c (gen_exp): Rewrite condition to avoid -Wduplicated-cond
11814         warning.
11816 2015-10-02  Oleg Endo  <olegendo@gcc.gnu.org>
11818         * config/sh/sh.md: Add new unnamed split pattern to handle movt-movt
11819         sequences.
11821 2015-10-02  Renlin Li  <renlin.li@arm.com>
11823         * config/aarch64/aarch64.md (csneg3_insn_uxtw): New pattern.
11825 2015-10-02  Renlin Li  <renlin.li@arm.com>
11827         PR target/66776
11828         * config/aarch64/aarch64.md (cmovdi_insn_uxtw): New pattern.
11830 2015-10-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11832         PR rtl-optimization/67786
11833         PR rtl-optimization/67787
11834         * ifcvt.c (bb_valid_for_noce_process_p): Reject basic block if
11835         it modifies a reg used in the condition calculation.
11837 2015-10-02  James Greenhalgh  <james.greenhalgh@arm.com>
11839         * config/aarch64/aarch64-simd.md (*aarch64_combinez<mode>): Add
11840         alternatives for reads from memory and moves from general-purpose
11841         registers.
11842         (*aarch64_combinez_be<mode>): Likewise.
11844 2015-10-02  Kai Tietz  <ktietz70@googlemail.com>
11846         PR target/51726
11847         * config/i386/winnt.c (ix86_handle_selectany_attribute): Handle
11848         selectany within this function without need to keep attribute.
11849         (i386_pe_encode_section_info): Remove selectany-code.
11851 2015-10-02  Richard Biener  <rguenther@suse.de>
11853         * tree-ssa-sccvn.c (has_VN_INFO): New function.
11854         (free_scc_vn): Use it.
11855         (visit_use): Remove dead code and refactor to use gassign
11856         and use less indentation.
11858 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
11860         PR target/67788
11861         PR target/67789
11862         * config/rs6000/rs6000.c (TARGET_CANNOT_COPY_INSN_P): New.
11863         (rs6000_cannot_copy_insn_p): New function.
11864         * config/rs6000/rs6000.md (cannot_copy): New attribute.
11865         (load_toc_v4_PIC_1_normal): Set cannot_copy.
11866         (load_toc_v4_PIC_1_476): Ditto.
11868 2015-10-01  Aditya Kumar  <aditya.k7@samsung.com>
11870         * graphite-scop-detection.c (struct sese_l): New conversion constructor
11871         so that this type can be pushed into a vec.
11872         (class scop_builder): use sese_l to collect scops.
11873         (get_scops): New getter function.
11874         (remove_intersecting_scops): Use sese_l instead of scops_p.
11875         (intersects): Same.
11876         (add_scop): Same.
11877         (subsumes): Same.
11878         (remove_subscops): Same.
11879         (build_scops): Add scops to vec<scops_p> once all the scops have been
11880         detected.
11882 2015-10-01  Aditya Kumar  <aditya.k7@samsung.com>
11884         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
11885         Renamed type from gimple_bb_p to gimple_poly_bb_p.
11886         (translate_isl_ast_node_user): Same.
11887         * graphite-poly.c (new_poly_bb): Same.
11888         * graphite-poly.h (gbb_from_bb): Same.
11889         * sese.h: Same.
11890         * graphite-sese-to-poly.c (new_gimple_bb):
11891         gimple_bb_p -> gimple_poly_bb_p
11892         (build_scop_scattering): Same.
11893         (find_params_in_bb): Same.
11894         (add_conditions_to_domain): Same.
11895         (sese_dom_walker::before_dom_children): Same.
11896         (analyze_drs_in_stmts): Same.
11897         (new_pbb_from_pbb): Same.
11898         (free_data_refs_aux): New pointer to type base_alias_pair.
11899         * graphite-sese-to-poly.h: Same.
11900         * sese.c (if_region_set_false_region): Fixed Indentation.
11901         (move_sese_in_condition): Same.
11903 2015-10-01  Sebastian Pop  <s.pop@samsung.com>
11904             Aditya Kumar  <aditya.k7@samsung.com>
11906         PR tree-optimization/66980
11907         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Return false
11908         when data reference analysis has failed.
11910 2015-10-01  Sebastian Pop  <s.pop@samsung.com>
11911             Aditya Kumar  <aditya.k7@samsung.com>
11913         PR tree-optimization/67754
11914         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Call
11915         scev analysis on the same loop nest as analyze_drs_in_stmts.
11916         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): Moved and
11917         renamed...
11918         (try_generate_gimple_bb): Call outermost_loop_in_sese.
11919         (analyze_drs_in_stmts): Same.
11920         * sese.c (outermost_loop_in_sese): ...here.
11922 2015-10-01  Sebastian Pop  <s.pop@samsung.com>
11923             Aditya Kumar  <aditya.k7@samsung.com>
11925         PR tree-optimization/67754
11926         * graphite-scop-detection.c (loop_body_is_valid_scop): Add missing
11927         recursion on the inner loops.
11929 2015-10-01  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
11931         * cfganal.c, compare-elim.c, coverage.c, cprop.c, df-scan.c,
11932         function.c, read-rtl.c, statistics.c, trans-mem.c, tree-if-conv.c,
11933         tree-into-ssa.c, tree-loop-distribution.c, tree-ssa-coalesce.c,
11934         tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-strlen.c,
11935         tree-ssa-tail-merge.c, tree-vrp.c, var-tracking.c: Remove
11937 2015-10-01  Marek Polacek  <polacek@redhat.com>
11939         PR c/65345
11940         * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Adjust to use
11941         create_tmp_var_raw rather than create_tmp_var.
11943 2015-10-01  Marek Polacek  <polacek@redhat.com>
11945         PR tree-optimization/67769
11946         * tree-ssa-phiopt.c (conditional_replacement): Call
11947         reset_flow_sensitive_info_in_bb.
11948         (minmax_replacement): Likewise.
11949         (abs_replacement): Likewise.
11951 2015-10-01  Nathan Sidwell  <nathan@codesourcery.com>
11953         * builtins.c: Don't include gomp-constants.h.
11954         (fold_builtin_1): Don't fold acc_on_device here.
11955         * gimple-fold.c: Include gomp-constants.h.
11956         (gimple_fold_builtin_acc_on_device): New.
11957         (gimple_fold_builtin): Call it.
11959 2015-10-01  H.J. Lu  <hongjiu.lu@intel.com>
11961         * config/i386/x86-tune.def (X86_TUNE_USE_BT): Enable for Lakemont.
11962         (X86_TUNE_ZERO_EXTEND_WITH_AND): Disable for Lakemont.
11964 2015-10-01  James Greenhalgh  <james.greenhalgh@arm.com>
11966         * config/arm/aarch-common-protos.h
11967         (aarch_accumulator_forwarding): New.
11968         (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
11969         * config/arm/aarch-common.c (aarch_accumulator_forwarding): New.
11970         (aarch_forward_to_shift_is_not_shifted_reg): Likewise.
11971         * config/arm/cortex-a53.md: Rewrite.
11973 2015-10-01  Richard Biener  <rguenther@suse.de>
11975         * gimple-match.h (mprts_hook): Declare.
11976         * gimple-match.head.c (mprts_hook): Define.
11977         (maybe_push_res_to_seq): Use new hook.
11978         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
11979         * tree-ssa-sccvn.h (vn_ssa_aux::expr): Change to a gimple_seq.
11980         (vn_ssa_aux::has_constants): Remove.
11981         * tree-ssa-sccvn.c: Include gimple-match.h.
11982         (VN_INFO_GET): Assert we don't re-use SSA names.
11983         (vn_get_expr_for): Remove.
11984         (expr_has_constants): Likewise.
11985         (stmt_has_constants): Likewise.
11986         (simplify_binary_expression): Likewise.
11987         (simplify_unary_expression): Likewise.
11988         (vn_lookup_simplify_result): New hook.
11989         (visit_copy): Adjust.
11990         (visit_reference_op_call): Likewise.
11991         (visit_phi): Likewise.
11992         (visit_use): Likewise.
11993         (process_scc): Likewise.
11994         (init_scc_vn): Likewise.
11995         (visit_reference_op_load): Likewise.  Use match-and-simplify and
11996         a gimple seq for inserted expressions.
11997         (try_to_simplify): Remove GENERIC stmt combining code.
11998         (sccvn_dom_walker::before_dom_children): Use match-and-simplify.
11999         * tree-ssa-pre.c (eliminate_insert): Adjust.
12000         (eliminate_dom_walker::before_dom_children): Likewise.
12002 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
12004         * doc/invoke.texi (Optimization Options): Add
12005         -freorder-blocks-algorithm=.
12006         (Optimize Options) <-O>: Add -freorder-blocks.
12007         <-O2>: Remove -freorder-blocks.  Add -freorder-blocks-algorithm=stc.
12008         <-Os>: Add -freorder-blocks-algorithm=stc as not enabled.
12009         <-freorder-blocks>: Also enabled at levels -O and -Os.
12010         <-freorder-blocks-algorithm=>: Document new option.
12012 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
12014         * bb-reorder.c (reorder_basic_blocks): Use the algorithm selected
12015         with flag_reorder_blocks_algorithm.
12016         * common.opt (freorder-blocks-algorithm=): New flag.
12017         (reorder_blocks_algorithm): New enum.
12018         * flag-types.h (reorder_blocks_algorithm): New enum.
12019         * opts.c (default_options_table): Use -freorder-blocks at -O1 and up,
12020         and -freorder-blocks-algorithm=stc at -O2 and up (not at -Os).
12022 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
12024         * bb-reorder.c: Add intro comment.
12025         (reorder_basic_blocks_software_trace_cache): Print a header to
12026         the dump file.
12027         (edge_order): New function.
12028         (reorder_basic_blocks_simple): New function.
12029         (reorder_basic_blocks): Choose between the STC and the simple
12030         algorithms (always choose the former).
12032 2015-10-01  Segher Boessenkool  <segher@kernel.crashing.org>
12034         * bb-reorder.c (reorder_basic_blocks_software_trace_cache): New
12035         function, factored out from ...
12036         (reorder_basic_blocks): ... here.
12038 2015-10-01  Tom de Vries  <tom@codesourcery.com>
12040         * tree-cfg.c (dump_function_to_file): Dump function attributes using
12041         __attribute__(()) string.  Move dumping of function attributes to before
12042         function name.
12044 2015-10-01  Lynn Boger  <laboger@linux.vnet.ibm.com>
12046         PR target/66870
12047         * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Define.
12048         * configure.ac: Define HAVE_GOLD_ALTERNATE_SPLIT_STACK on Power
12049         based on gold linker version.
12050         * gcc.c: Add -fuse-ld=gold to STACK_SPLIT_SPEC if
12051         HAVE_GOLD_ALTERNATE_SPLIT_STACK defined.
12052         * configure, config.in: Regenerate.
12054 2015-10-01  Alan Modra  <amodra@gmail.com>
12056         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't set
12057         r2_setup_needed when TARGET_SINGLE_PIC_BASE.
12058         (rs6000_output_mi_thunk): Likewise.
12060 2015-09-30  Nathan Sidwell  <nathan@codesourcery.com>
12062         * config/nvptx/mkoffload.c (process): Change offload data format.
12064 2015-09-30  Jeff Law  <law@redhat.com>
12066         * tree-ssa-dom.c (optimize_stmt): Collapse control flow statements
12067         with constant conditions.
12068         * tree-ssa-threadupdate.c (remove_jump_threads_starting_at): New.
12069         (remove_ctrl_stmt_and_useless_edges): No longer static.
12070         * tree-ssa-threadupdate.h (remove_jump_threads_starting_at): Prototype.
12071         (remove_ctrl_stmt_and_useless_edges): Likewise.
12073 2015-09-30  Nathan Sidwell  <nathan@codesourcery.com>
12074             Cesar Philippidis  <cesar@codesourcery.com>
12076         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.
12077         (TARGET_GOACC_VALIDATE_DIMS): Override.
12078         * target.def (TARGET_GOACC): New target hook prefix.
12079         (validate_dims): New hook.
12080         * targhooks.h (default_goacc_validate_dims): New.
12081         * omp-low.c (oacc_validate_dims): New.
12082         (execute_oacc_device_lower): New.
12083         (default_goacc_validate_dims): New.
12084         (pass_data_oacc_device_lower): New.
12085         (pass_oacc_device_lower): New pass.
12086         (make_pass_oacc_device_lower): New.
12087         * tree-pass.h (make_pass_oacc_device_lower): Declare.
12088         * passes.def (pass_oacc_device_lower): Add it.
12089         * doc/tm.texi: Rebuilt.
12090         * doc/tm.texi.in (TARGET_GOACC_VALIDATE_DIMS): Add hook.
12091         * doc/invoke.texi (oaccdevlow): Document tree dump flag.
12093 2015-09-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12095         PR rtl-optimization/67037
12096         * lra-constraints.c (process_addr_reg): Use copy_rtx when necessary.
12098 2015-09-30  Bernd Schmidt  <bernds@redhat.com>
12100         * gimple-ssa.h (gimple_df): Add free_ssanames_queue field.
12101         * passes.c: Include tree-ssanames.h.
12102         (execute_function_todo): Flush the pending free SSA_NAMEs after
12103         eliminating unreachable basic blocks.
12104         * tree-ssanames.c (FREE_SSANAMES_QUEUE): new.
12105         (init_ssanames): Initialize FREE_SSANAMES_QUEUE.
12106         (fini_ssanames): Finalize FREE_SSANAMES_QUEUE.
12107         (flush_ssanames_freelist): New function.
12108         (release_ssaname_fn): Put released names on the queue.
12109         (pass_release_ssa_names::execute): Call flush_ssanames_freelist.
12110         * tree-ssanames.h (flush_ssanames_freelist): Declare.
12112 2015-09-30  Thomas Schwinge  <thomas@codesourcery.com>
12114         * config/i386/intelmic-mkoffload.c (main): Parse "-v" flag.
12115         (generate_target_descr_file, generate_target_offloadend_file)
12116         (generate_host_descr_file, prepare_target_image): Pass it on.
12117         * config/nvptx/mkoffload.c (main): Parse "-v" flag.
12118         (compile_native, main): Pass it on.
12119         * lto-wrapper.c (compile_offload_image): Likewise.
12121 2015-09-30  Thomas Schwinge  <thomas@codesourcery.com>
12122             Ilya Verbin  <ilya.verbin@intel.com>
12123             Andrey Turetskiy  <andrey.turetskiy@intel.com>
12125         * config/i386/intelmic-mkoffload.c (generate_host_descr_file)
12126         (prepare_target_image, main): Refactor argv building to use
12127         obstacks.
12129 2015-09-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12131         * config/spu/spu-protos.h (spu_expand_atomic_op): Add prototype.
12132         * config/spu/spu.c (spu_expand_atomic_op): New function.
12133         * config/spu/spu.md (AINT): New mode iterator.
12134         (ATOMIC): New code iterator.
12135         (atomic_name, atomic_pred): New code predicates.
12136         ("atomic_load<mode>", "atomic_store<mode>"): New expanders.
12137         ("atomic_compare_and_swap<mode>", "atomic_exchange<mode>"): Likewise.
12138         (""atomic_<atomic_name><mode>", "atomic_fetch_<atomic_name><mode>",
12139         "atomic_<atomic_name>_fetch<mode>"): Likewise.
12141 2015-09-30  Ilya Enkovich  <enkovich.gnu@gmail.com>
12143         * config/i386/i386.c (scalar_chain::analyze_register_chain): Ignore
12144         debug insns.
12145         (scalar_chain::convert_reg): Likewise.
12147 2015-09-30  Richard Biener  <rguenther@suse.de>
12149         * builtins.c: Add comment that no new simplifications should
12150         be added here.
12152 2015-09-30  Marek Polacek  <polacek@redhat.com>
12154         PR tree-optimization/67690
12155         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): Call
12156         reset_flow_sensitive_info_in_bb.
12157         * tree-ssa-tail-merge.c (replace_block_by): Likewise.
12158         * tree-ssanames.c: Include "gimple-iterator.h".
12159         (reset_flow_sensitive_info_in_bb): New function.
12160         * tree-ssanames.h (reset_flow_sensitive_info_in_bb): Declare.
12162 2015-09-30  Thomas Schwinge  <thomas@codesourcery.com>
12164         * config/i386/intelmic-mkoffload.c (target_ilp32): Remove
12165         variable, replacing it with...
12166         (offload_abi): ... this new variable.  Adjust all users.
12167         * config/nvptx/mkoffload.c (target_ilp32, offload_abi): Likewise.
12169 2015-09-30  Matthias Klose  <doko@ubuntu.com>
12171         * configure.ac: Remove extraneous ;;.
12172         * configure: Regenerate.
12174 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
12176         * config/ft32/predicates.md (ft32_imm_operand): New predicate.
12177         * config/ft32/ft32.md (movmemsi, setmemsi): Use ft32_imm_operand
12178         predicate, disallow register for operand 2.
12180 2015-09-29  Aditya Kumar  <aditya.k7@samsung.com>
12182         * graphite-dependences.c (scop_get_dependences): Moved in down
12183         in order to be visible to its caller.
12184         * graphite-poly.h: Removed compute_deps, and extend_schedule.
12186 2015-09-29  Sebastian Pop  <s.pop@samsung.com>
12187             Aditya Kumar  <aditya.k7@samsung.com>
12189         PR tree-optimization/67754
12190         * graphite-optimize-isl.c (optimize_isl): Call
12191         isl_options_set_schedule_fuse with ISL_SCHEDULE_FUSE_MIN for ISL-14.
12193 2015-09-29  Nathan Sidwell  <nathan@codesourcery.com>
12195         * builtins.c (expand_builtin_acc_on_device): Delete.
12196         (expand_builtin): Don't call it.
12197         (fold_builtin_1): Fold acc_on_device.
12199 2015-09-29  H.J. Lu  <hongjiu.lu@intel.com>
12201         * config/i386/i386.c (ix86_function_arg): Fix typo in comments.
12202         (ix86_nsaved_sseregs): Likewise.
12204 2015-09-29  Jeff Law  <law@redhat.com>
12206         * config/microblaze/microblaze.c (microblaze_version_to_int): Remove
12207         computation of unused value.
12209         * config/pdp11/pdp11.c (pdp11_branch_cost): New function.
12210         * config/pdp11/pdp11.h (BRANCH_COST): Call function rather than
12211         inline macro expansion.
12213         * config/i386/t-interix (winnt-stubs.o): Fix compilation rule.
12215         * config/sh/sh.c (gen_shl_and): Fix undefined left shift behaviour.
12216         (gen_shl_sext): Likewise.
12217         * config/sh/sh.md (divsi3): Likewise.
12218         (imm->ext_dest_operand splitter): Likewise.
12220 2015-09-29  Sebastian Pop  <s.pop@samsung.com>
12221             Aditya Kumar  <aditya.k7@samsung.com>
12223         * graphite-sese-to-poly.c (gsi_for_phi_node): Remove.
12224         (nb_data_writes_in_bb): Remove.
12225         (split_pbb): Remove.
12226         (split_reduction_stmt): Remove.
12227         (is_reduction_operation_p): Remove.
12228         (phi_contains_arg): Remove.
12229         (follow_ssa_with_commutative_ops): Remove.
12230         (detect_commutative_reduction_arg): Remove.
12231         (detect_commutative_reduction_assign): Remove.
12232         (follow_inital_value_to_phi): Remove.
12233         (edge_initial_value_for_loop_phi): Remove.
12234         (initial_value_for_loop_phi): Remove.
12235         (used_outside_reduction): Remove.
12236         (detect_commutative_reduction): Remove.
12237         (translate_scalar_reduction_to_array_for_stmt): Remove.
12238         (remove_phi): Remove.
12239         (dr_indices_valid_in_loop): Remove.
12240         (close_phi_written_to_memory): Remove.
12241         (translate_scalar_reduction_to_array): Remove.
12242         (rewrite_commutative_reductions_out_of_ssa_close_phi): Remove.
12243         (rewrite_commutative_reductions_out_of_ssa_loop): Remove.
12244         (rewrite_commutative_reductions_out_of_ssa): Remove.
12245         (build_poly_scop): Remove call to
12246         rewrite_commutative_reductions_out_of_ssa.
12248 2015-09-29  Evandro Menezes  <e.menezes@samsung.com>
12250         * config/arm/types.md (neon_ldp, neon_ldp_q, neon_stp, neon_stp_q):
12251         Add new insn types for vector load and store pairs.
12252         * config/arm/cortex-a53.md (cortex_a53_f_load_2reg): Add insn
12253         types "neon_ldp{,_q}".
12254         * config/arm/cortex-a57.md (neon_load_c): Add insn types
12255         "neon_ldp{,_q}".
12256         (neon_store_complex): Add insn types "neon_stp{,_q}".
12257         * config/aarch64/aarch64-simd.md (aarch64_be_movoi): Add insn types
12258         "neon_{ldp,stp}_q".
12260 2015-09-29  Jeff Law  <law@redhat.com>
12262         * config/rx/constraints.md (Int08): Fix undefined left shift
12263         behaviour.
12264         (Sint08, Sint16, Sint24): Likewise.
12265         * config/rx/rx.c (rx_get_stack_layout): Likewise.
12267         * config/rl78/rl78-expand.md (movqi): Fix undefined left shift
12268         behaviour.
12270         * config/msp430/msp430.c (msp430_legitimate_constant): Fix undefined
12271         left shift behaviour.
12272         * config/msp430/constraints.md ('L' constraint): Similarly.
12273         ('Ys' constraint): Similarly.
12275 2015-09-29  Richard Biener  <rguenther@suse.de>
12277         PR tree-optimization/67170
12278         * tree-ssa-alias.h (get_continuation_for_phi): Adjust
12279         the translate function pointer parameter to get the
12280         bool whether to disambiguate only by reference.
12281         (walk_non_aliased_vuses): Likewise.
12282         * tree-ssa-alias.c (maybe_skip_until): Adjust.
12283         (get_continuation_for_phi_1): Likewise.
12284         (get_continuation_for_phi): Likewise.
12285         (walk_non_aliased_vuses): Likewise.
12286         * tree-ssa-sccvn.c (const_parms): New bitmap.
12287         (vn_reference_lookup_3): Adjust for interface change.
12288         Disambiguate parameters pointing to readonly memory.
12289         (free_scc_vn): Free const_parms.
12290         (run_scc_vn): Initialize const_parms from a fn spec attribute.
12292 2015-09-29  Richard Biener  <rguenther@suse.de>
12294         PR tree-optimization/67741
12295         * tree-ssa-math-opts.c (pass_cse_sincos::execute): Only recognize
12296         builtin calls with correct signature.
12298 2015-09-29  Ilya Enkovich  <enkovich.gnu@gmail.com>
12300         PR target/65105
12301         * config/i386/i386.c: Include dbgcnt.h.
12302         (has_non_address_hard_reg): New.
12303         (convertible_comparison_p): New.
12304         (scalar_to_vector_candidate_p): New.
12305         (remove_non_convertible_regs): New.
12306         (scalar_chain): New.
12307         (scalar_chain::scalar_chain): New.
12308         (scalar_chain::~scalar_chain): New.
12309         (scalar_chain::add_to_queue): New.
12310         (scalar_chain::mark_dual_mode_def): New.
12311         (scalar_chain::analyze_register_chain): New.
12312         (scalar_chain::add_insn): New.
12313         (scalar_chain::build): New.
12314         (scalar_chain::compute_convert_gain): New.
12315         (scalar_chain::replace_with_subreg): New.
12316         (scalar_chain::replace_with_subreg_in_insn): New.
12317         (scalar_chain::emit_conversion_insns): New.
12318         (scalar_chain::make_vector_copies): New.
12319         (scalar_chain::convert_reg): New.
12320         (scalar_chain::convert_op): New.
12321         (scalar_chain::convert_insn): New.
12322         (scalar_chain::convert): New.
12323         (convert_scalars_to_vector): New.
12324         (pass_data_stv): New.
12325         (pass_stv): New.
12326         (make_pass_stv): New.
12327         (ix86_option_override): Created and register stv pass.
12328         (flag_opts): Add -mstv.
12329         (ix86_option_override_internal): Likewise.
12330         * config/i386/i386.md (SWIM1248x): New.
12331         (*movdi_internal): Add xmm to mem alternative for TARGET_STV.
12332         (and<mode>3): Use SWIM1248x iterator instead of SWIM.
12333         (*anddi3_doubleword): New.
12334         (*zext<mode>_doubleword): New.
12335         (*zextsi_doubleword): New.
12336         (<code><mode>3): Use SWIM1248x iterator instead of SWIM.
12337         (*<code>di3_doubleword): New.
12338         * config/i386/i386.opt (mstv): New.
12339         * dbgcnt.def (stv_conversion): New.
12341 2015-09-29  Tom de Vries  <tom@codesourcery.com>
12343         * tree-cfg.c (dump_function_to_file): Dump function attributes.
12345 2015-09-29  Kaz Kojima  <kkojima@gcc.gnu.org>
12347         PR target/67716
12348         * config/sh/sh.c (sh_override_options_after_change): New.
12349         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
12350         (sh_option_override): Move align_loops, align_jumps and
12351         align_functions handling into sh_override_options_after_change.
12353 2015-09-28  Nathan Sidwell  <nathan@codesourcery.com>
12355         * config/nvptx/nvptx.c: Include omp-low.h and gomp-constants.h.
12356         (nvptx_record_offload_symbol): Record function execution geometry.
12357         * config/nvptx/mkoffload.c (process): Include launch geometry in
12358         function data.
12359         * omp-low.c (oacc_launch_pack): New.
12360         (replace_oacc_fn_attrib): New.
12361         (set_oacc_fn_attrib): New.
12362         (get_oacc_fn_attrib): New.
12363         (expand_omp_target): Create keyed varargs for GOACC_parallel call
12364         generation.
12365         * omp-low.h (get_oacc_fn_attrib): Declare.
12366         * builtin-types.def (DEF_FUNCTION_TyPE_VAR_6): New.
12367         (DEF_FUNCTION_TYPE_VAR_11): Delete.
12368         * tree.h (OMP_CLAUSE_EXPR): New.
12369         * omp-builtins.def (BUILT_IN_GOACC_PARALLEL): Change target fn name.
12371 2015-09-28  Aditya Kumar  <aditya.k7@samsung.com>
12372             Sebastian Pop  <s.pop@samsung.com>
12374         * sese.c (invariant_in_sese_p_rec): Remove unused variable.
12376 2015-09-28  Aditya Kumar  <aditya.k7@samsung.com>
12377             Sebastian Pop  <s.pop@samsung.com>
12379         * graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX.
12380         * graphite-scop-detection.c (struct sese_l): New type.
12381         (get_entry_bb): API for getting entry bb of SESE.
12382         (get_exit_bb): API for getting exit bb of SESE.
12383         (class debug_printer): New type.  Simple printer in debug mode.
12384         (trivially_empty_bb_p): New.  Return true when BB is empty or
12385         contains only debug instructions.
12386         (graphite_can_represent_expr): Call scalar_evoution_in_region
12387         instead of analyze_scalar_evolution.  Pass in scop instead of only
12388         the scop entry.
12389         (stmt_has_simple_data_refs_p): Pass in scop instead of only the
12390         scop entry.
12391         (stmt_simple_for_scop_p): Same.
12392         (harmful_stmt_in_bb): Same.
12393         (graphite_can_represent_loop): Deleted.
12394         (struct scopdet_info): Deleted.
12395         (scopdet_basic_block_info): Deleted.
12396         (build_scops_1): Deleted.
12397         (bb_in_sd_region): Deleted.
12398         (find_single_entry_edge): Deleted.
12399         (find_single_exit_edge): Deleted.
12400         (create_single_entry_edge): Deleted.
12401         (sd_region_without_exit): Deleted.
12402         (create_single_exit_edge): Deleted.
12403         (unmark_exit_edges): Deleted.
12404         (mark_exit_edges): Deleted.
12405         (create_sese_edges): Deleted.
12406         (build_graphite_scops): Deleted.
12407         (canonicalize_loop_closed_ssa): Recompute all dominators at the end.
12408         (build_scops): Use the new scop_builder to build scops.
12409         (dot_all_scops_1): Use the new pretty printer.  Print loop father
12410         as well.
12411         (loop_body_is_valid_scop): New.  Return true if loop body is a
12412         valid scop.
12413         (class scop_builder): New.  Builds SCoPs for polyhedral
12414         optimizations.
12415         (scop_builder): New constructor.
12416         (static sese_l invalid_sese): sese_l with invalid edges.
12417         (get_sese): Get an sese (from a loop) if possible, invalid_sese
12418         otherwise.
12419         (get_nearest_dom_with_single_entry): Get nearest dominator of a
12420         basic_block with single entry.  Return NULL if we get to the
12421         beginning of a function.
12422         (get_nearest_pdom_with_single_exit): Get nearest post-dominator of
12423         a basic_block with single exit.  Return NULL if we get to the
12424         beginning of a function.
12425         (print_sese): Pretty-print SESE.
12426         (merge_sese): Merge two SESEs if possible and return the new SESE.
12427         (build_scop_depth): Start building the SCoP within a loop nest.
12428         (build_scop_breadth): Start building the SCoP at a single loop
12429         depth.  Merge adjacent SESEs if valid.
12430         (can_represent_loop_1): Returns true if Graphite can represent
12431         loop inside SCoP.  Helper for can_represent_loop.
12432         (can_represent_loop): Returns true if Graphite can represent LOOP
12433         and all its nested loops in SCoP.
12434         (loop_is_valid_scop): Returns true if LOOP and all its nests
12435         constitute a valid SCoP.
12436         (region_has_one_loop): Returns true of a region has only one loop.
12437         (add_scop): Add SCoP to the list of valid scops.  Removes an
12438         already existing scop if it intersects with or subsumed by this one.
12439         (harmful_stmt_in_region): Returns true if SCoP has any statment
12440         which cannot be represented by Graphite.
12441         (subsumes): Returns true of SCoP S1 subsumes SCoP S2.
12442         (remove_subscops): Remove any SCoP from the list of already found
12443         SCoPs, if subsumed by S1.
12444         (intersects): Return true if region bounded by SCoPs S1 and S2
12445         intersect.
12446         (remove_intersecting_scops): Remove any SCoP which intersects with S1.
12447         * graphite.c (print_graphite_scop_statistics):
12448         (print_graphite_statistics): Print SCoP info while debugging.
12449         (graphite_initialize): Early exit in case number of loops in a
12450         function is less than PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION or
12451         basic blocks are more than PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
12452         (graphite_finalize):
12453         * params.def: Add PARAM_GRAPHITE_MIN_LOOPS_PER_FUNCTION.
12454         * sese.h (sese_loop_depth): Remove unnecessary gcc_assert.
12455         (recompute_all_dominators): Recalculate POST_DOMINATORS.
12456         * tree-cfg.c (print_loops): Print the function name while printing
12457         loops.
12459 2015-09-28  Aditya Kumar  <aditya.k7@samsung.com>
12460             Sebastian Pop  <s.pop@samsung.com>
12462         PR tree-optimization/67700
12463         * graphite-sese-to-poly.c (parameter_index_in_region): Call
12464         invariant_in_sese_p_rec.
12465         (extract_affine): Same.
12466         (rewrite_cross_bb_scalar_deps): Call update_ssa.
12467         * sese.c (invariant_in_sese_p_rec): Export.  Handle vdefs and vuses.
12468         * sese.h (invariant_in_sese_p_rec): Declare.
12470 2015-09-28  David Wohlferd  <dw@LimeGreenSocks.com>
12472         * doc/extend.texi (Asm Labels): Break out text for data vs functions.
12474 2015-09-28  Jiong Wang  <jiong.wang@arm.com>
12476         Revert:
12477         2015-08-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12478                     Jiong Wang  <jiong.wang@arm.com>
12480         * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
12481         * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
12482         (REG_CLASS_NAMES): Likewise.
12483         (REG_CLASS_CONTENTS): Likewise.
12484         * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
12485         (aarch64_register_move_cost): Likewise.
12486         (aarch64_load_symref_appropriately): Invoke the new added pattern if
12487         possible.
12488         * config/aarch64/constraints.md (Uc0): New constraint.
12490 2015-09-28  Daniel Hellstrom  <daniel@gaisler.com>
12492         * config/sparc/t-rtems: Remove -muser-mode. Add ut699, at697f and leon.
12494 2015-09-28  David Edelsohn  <dje.gcc@gmail.com>
12496         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Place
12497         SECTION_EXCLUDE in XO mapping class.
12499 2015-09-28  Oleg Endo  <olegendo@gcc.gnu.org>
12501         PR target/54236
12502         * config/sh/predicates.md (t_reg_operand, negt_reg_operand): Allow
12503         and handle ne and eq codes.
12504         * config/sh/sh.c (sh_rtx_costs): Adjust matching of tst #imm,r0 insn.
12505         (sh_recog_treg_set_expr): Early accept negt_reg_operand.  Eearly reject
12506         CONST_INT_P.  Use reverse_condition.
12507         (sh_split_treg_set_expr): Likewise.
12509 2015-09-28  James Greenhalgh  <james.greenhalgh@arm.com>
12511         * config/arm/types.md (type): Add rotate_imm.
12512         * config/aarch64/aarch64.md (*ror<mode>3_insn): Split out the
12513         ROR immediate case.
12514         (*rorsi3_insn_uxtw): Likewise.
12515         * config/aarch64/thunderx.md (thunderx_shift): Add rotate_imm.
12516         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add rotate_imm.
12517         * config/arm/cortex-a57.md (cortex_a53_alu): Add rotate_imm.
12519 2015-09-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12521         PR rtl-optimization/67481
12522         * ifcvt.c (contains_ccmode_rtx_p): New function.
12523         (insn_valid_noce_process_p): Use it.
12525 2015-09-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12527         PR rtl-optimization/67456
12528         PR rtl-optimization/67464
12529         PR rtl-optimization/67465
12530         * ifcvt.c (noce_try_cmove_arith): Bail out if cannot conditionally
12531         move in the mode of x.  Handle combination of complex and simple
12532         block pairs as well as the case when one is empty.
12534 2015-09-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12536         * doc/gimple.texi: Update references to gimple_statement_base.
12537         * gdbhooks.py: Likewise.
12538         * gimple.h: Likewise.
12540 2015-09-28  Daniel Cederman  <cederman@gaisler.com>
12542         * config/sparc/driver-sparc.c: map LEON to leon3
12544 2015-09-28  Daniel Cederman  <cederman@gaisler.com>
12546         * config/sparc/sparc.opt: Rename mask from USER_MODE to SV_MODE
12547           and make it inverse to change default
12548         * config/sparc/sync.md: Only use supervisor ASI for CASA when in
12549           supervisor mode
12550         * doc/invoke.texi: Document change of default
12552 2015-09-28  Daniel Cederman  <cederman@gaisler.com>
12554         * config/sparc/sparc.c (sparc_function_value_regno_p): Do not return
12555         true on %f0 for a target without FPU.
12556         * config/sparc/sparc.md (untyped_call): Do not save %f0 for a target
12557         without FPU.
12558         (untyped_return): Do not load %f0 for a target without FPU.
12560 2015-09-28  Andrew Pinski  <apinski@cavium.com>
12562         * config/aarch64/aarch64.md (prefetch):
12563         Change the predicate of operand 0 to register_operand.
12565 2015-09-27  Uros Bizjak  <ubizjak@gmail.com>
12567         * config/i386/predicates.md (register_sse4nonimm_operand): New
12568         predicate.
12569         * config/i386/sse.md (PEXTR_MODE12): New mode iterator.
12570         (*vec_extract<mode>): Use PEXTR_MODE12 instead of VI12_128 mode.
12571         Use register_sse4nonimm_operand as operand 0 predicate.
12572         (*vec_extractv8hi_sse2): Remove insn pattern.
12573         (*vec_extract<PEXTR_MODE12:mode>_zext): Merge insn pattern from
12574         *vec_extractv8hi_zext and *vec_extractv16qi_zext patterns.
12576 2015-09-27  Oleg Endo  <olegendo@gcc.gnu.org>
12577             Kaz Kojima  <kkojima@gcc.gnu.org>
12579         PR target/67391
12580         * config/sh/sh-protos.h (sh_lra_p): Declare.
12581         * config/sh/sh.c (sh_lra_p): Make non-static.
12582         * config/sh/sh.md (addsi3): Use arith_reg_dest for operands[0] and
12583         arith_reg_operand for operands[1].  Remove TARGET_SHMEDIA case.
12584         Expand into addsi3_scr if operands[2] if needed.
12585         (*addsi3_compact): Rename to *addsi3_compact_lra.  Use
12586         arith_reg_operand for operands[1].  Allow it only when LRA is enabled.
12587         (addsi3_scr, *addsi3): New insn_and_split patterns.
12589 2015-09-27  Alexandre Oliva <aoliva@redhat.com>
12591         PR rtl-optimization/64164
12592         PR tree-optimization/67312
12593         PR middle-end/67340
12594         PR middle-end/67490
12595         PR bootstrap/67597
12596         * cfgexpand.c (parm_in_stack_slot_p): Remove.
12597         (ssa_default_def_partition): Remove.
12598         (get_rtl_for_parm_ssa_default_def): Remove.
12599         (set_rtl): Check that RTL assignments match expectations.
12600         Loop on SUBREGs, CONCATs and PARALLELs subexprs.  Set only the
12601         default def location for params and results.  Record SSA names
12602         or types in REG and MEM attrs, respectively.
12603         (set_parm_rtl): New.
12604         (expand_one_ssa_partition): Drop logic that assigned MEMs with
12605         unassigned addresses.
12606         (adjust_one_expanded_partition_var): Don't accept NULL RTL on
12607         deferred stack alloc vars.
12608         (expand_used_vars): Skip partitions holding parm default defs.
12609         Move adjust_one_expanded_partition_var loop...
12610         (pass_expand::execute): ... here.  Drop redundant assert.
12611         Adjust comments before the final loop over all ssa names.
12612         Require assigned rtl of parms and results to match exactly.
12613         Reset its attributes to match them, not any other variables in
12614         the same partition.
12615         (expand_debug_expr): Use entry value for PARM's default defs
12616         only iff they have zero nondebug uses.
12617         * cfgexpand.h (parm_in_stack_slot_p): Remove.
12618         (get_rtl_for_parm_ssa_default_def): Remove.
12619         (set_parm_rtl): Declare.
12620         * doc/invoke.texi: Improve wording.
12621         * explow.c (promote_decl_mode): Fix promote_function_mode for
12622         result decls not by reference.
12623         (promote_ssa_mode): Disregard BLKmode from promote_decl, and
12624         bypass TYPE_MODE to get the actual vector mode.
12625         * function.c: Include tree-dfa.h.  Revert 2015-08-14's and
12626         2015-08-19's changes as follows.  Drop include of
12627         basic-block.h and df.h.
12628         (rtl_for_parm): Remove.
12629         (maybe_reset_rtl_for_parm): Remove.
12630         (parm_in_unassigned_mem_p): Remove.
12631         (use_register_for_decl): Add logic for RESULT_DECLs matching
12632         assign_parms' behavior.
12633         (split_complex_args): Revert.
12634         (assign_parms_augmented_arg_list): Revert.  Add comment
12635         referencing the logic above.
12636         (assign_parm_adjust_stack_rtl): Revert.
12637         (assign_parm_setup_block): Revert.  Use set_parm_rtl instead
12638         of SET_DECL_RTL.  Set up a REG if the parm demands so.
12639         (assign_parm_setup_reg): Revert.  Consolidated SET_DECL_RTL
12640         calls into a single set_parm_rtl.  Set up a temporary RTL
12641         temporarily for expand_assignment.
12642         (assign_parm_setup_stack): Revert.  Use set_parm_rtl.
12643         (assign_parms_unsplit_complex): Revert.  Use set_parm_rtl.
12644         (assign_bounds): Revert.
12645         (assign_parms): Revert.  Use set_parm_rtl.
12646         (allocate_struct_function): Relayout result and parms of
12647         non-abstruct functions.
12648         (expand_function_start): Revert.  Use set_parm_rtl.  If the
12649         result is not a hard reg, create a pseudo from the promoted
12650         mode of the default def.  Promote static chain mode.
12651         * tree-outof-ssa.c (remove_ssa_form): Drop unused
12652         partition_has_default_def.  Set up
12653         partitions_for_parm_default_defs.
12654         (finish_out_of_ssa): Remove partition_has_default_def.
12655         Release partitions_for_parm_default_defs.
12656         * tree-outof-ssa.h (struct ssaexpand): Remove
12657         partition_has_default_def.  Add
12658         partitions_for_parm_default_defs.
12659         * tree-ssa-coalesce.c: Include tree-dfa.h, tm_p.h and
12660         stor-layout.h.
12661         (build_ssa_conflict_graph): Fix conflict-detection of default
12662         defs of even unused default defs of params and results.
12663         (for_all_parms): New.
12664         (create_default_def): New.
12665         (register_default_def): New.
12666         (coalesce_with_default): New.
12667         (create_outofssa_var_map): Create default defs for all parms
12668         and results, and register their partitions.  Add GIMPLE_RETURN
12669         operands as coalesce candidates with results.  Add default
12670         defs of each parm or result as coalesce candidates with its
12671         other defs.  Mark each result def, and each default def of
12672         parms, as used_in_copy.
12673         (gimple_can_coalesce_p): Call it.  Call use_register_for_decl
12674         with the ssa names, even anonymous ones.  Drop
12675         parm_in_stack_slot_p calls.  Require same signedness and
12676         alignment.
12677         (coalesce_ssa_name): Add coalesce candidates for all defs of
12678         each parm and result, even unused ones.
12679         (parm_default_def_partition_arg): New type.
12680         (set_parm_default_def_partition): New.
12681         (get_parm_default_def_partitions): New.
12682         * tree-ssa-coalesce.h (get_parm_default_def_partitions): New.
12683         * tree-ssa-live.c (partition_view_init): Regard unused defs of
12684         parms and results as used.
12685         (verify_live_on_entry): Don't error out just because they're
12686         not live.
12688 2015-09-26  David Edelsohn  <dje.gcc@gmail.com>
12690         * dwarf2out.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
12691         (HAVE_XCOFF_DWARF_EXTRAS): Default to 0 definition.
12692         (output_fde): Don't output length for debug_frame on AIX.
12693         (output_call_frame_info): Don't output length for debug_frame on AIX.
12694         (have_macinfo): Force to False for XCOFF_DEBUGGING_INFO and not
12695         HAVE_XCOFF_DWARF_EXTRAS.
12696         (add_AT_loc_list): Return early if XCOFF_DEBUGGING_INFO and not
12697         HAVE_XCOFF_DWARF_EXTRAS.
12698         (output_compilation_unit_header): Don't output length on AIX.
12699         (output_pubnames): Don't output length on AIX.
12700         (output_aranges): Delete argument. Compute length locally. Don't
12701         output length on AIX.
12702         (output_line_info): Don't output length on AIX.
12703         (dwarf2out_finish): Don't compute aranges_length.
12704         * dwarf2asm.c (XCOFF_DEBUGGING_INFO): Default 0 definition.
12705         (dw2_asm_output_nstring): Emit .byte not .ascii on AIX.
12706         * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): Emit correct
12707         symbol decoration for AIX.
12708         (rs6000_xcoff_debug_unwind_info): New.
12709         (rs6000_xcoff_asm_named_section): Emit .dwsect pseudo-op
12710         for SECTION_DEBUG.
12711         (rs6000_xcoff_declare_function_name): Emit different
12712         .function pseudo-op when DWARF2_DEBUG. Don't call
12713         xcoffout_declare_function for DWARF2_DEBUG.
12714         * config/rs6000/xcoff.h (TARGET_DEBUG_UNWIND_INFO):
12715         Redefine.
12716         * config/rs6000/aix71.h: New.
12717         * configure.ac (gcc_cv_as_aix_dwloc): Check AIX as for DWARF
12718         locations support.
12719         * configure: Regenerate.
12720         * config.gcc (powerpc-ibm-aix[789]+): New stanza for AIX 7.1+ with
12721         DWARF support.
12723 2015-09-26  Jeff Law  <law@redhat.com>
12725         * config/arc/arc.c (arc_output_addsi): Fix left shift undefined
12726         behaviour.
12727         * config/arc/constraints.md (Cca, C2a): Fix left shift undefined
12728         behaviour.
12730         * config/sh/sh.h (CONST_OK_FOR_J16): Fix left shift undefined
12731         behaviour
12733         * config/mips/mips.c (mips_compute_frame_info): Fix left shift
12734         undefined behaviour.
12736         * config/cris/cris.md (asrandb): Fix left shift undefined
12737         behaviour.
12738         (asrandw): Likewise.
12740 2015-09-25  Vladimir Makarov  <vmakarov@redhat.com>
12742         PR target/61578
12743         * lra-constarints.c (match_reload): Check presence of the input pseudo
12744         in the output operand.
12746 2015-09-25  Tobias Burnus  <burnus@net-b.de>
12748         * doc/invoke.texi (-fsanitize): Minor wording tweak.
12750 2015-09-25  Tobias Burnus  <burnus@net-b.de>
12752         * doc/invoke.texi (-fsanitize): Update URLs.
12754 2015-09-25  Teresa Johnson  <tejohnson@google.com>
12756         * opts.c (finish_options): Unset -freorder-blocks-and-partition
12757         if not using profile.
12759 2015-09-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12761         PR pretty-print/67567
12762         * pretty-print.c (pp_string): Add gcc_checking_assert.
12763         * pretty-print.h (output_buffer_append_r): Likewise.
12765 2015-09-25  Oleg Endo  <olegendo@gcc.gnu.org>
12767         PR target/67675
12768         * config/sh/sh-mem.cc (sh_expand_cmpstr): Check alignment of addr1 and
12769         addr2 individually.  Don't emit logical or insn if one is known to
12770         be aligned approriately.
12771         (sh_expand_cmpnstr): Likewise.
12773 2015-09-25  Richard Sandiford  <richard.sandiford@arm.com>
12775         * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin): Force
12776         __builtin_aarch64_fp[sc]r arguments into a register.
12778 2015-09-25  H.J. Lu  <hongjiu.lu@intel.com>
12780         * config.gcc (x86_archs): Replace lakemount with lakemont.
12781         (with_cpu): Likewise.
12782         (with_arch): Likewise.
12783         * config/i386/i386-c.c (ix86_target_macros_internal): Replace
12784         PROCESSOR_LAKEMOUNT with PROCESSOR_LAKEMONT.  Replace
12785         __tune_lakemount__ with __tune_lakemont__.
12786         * config/i386/i386.c (lakemount_cost): Renamed to ...
12787         (lakemont_cost): This.
12788         (m_LAKEMOUNT): Renamed to ...
12789         (m_LAKEMONT): This.
12790         (initial_ix86_arch_features): Replace m_LAKEMOUNT with m_LAKEMONT.
12791         (processor_target_table): Replace "lakemount" with "lakemont".
12792         (processor_alias_table): Likewise.
12793         (ix86_issue_rate): Replace PROCESSOR_LAKEMOUNT with
12794         PROCESSOR_LAKEMONT.
12795         (ix86_adjust_cost): Likewise.
12796         (ia32_multipass_dfa_lookahead): Likewise.
12797         * config/i386/i386.h (processor_type): Likewise.
12798         * config/i386/x86-tune.def: Replace m_LAKEMOUNT with m_LAKEMONT.
12799         * doc/invoke.texi: Replace lakemount with lakemont.  Replace
12800         Lakemount with Lakemont.
12802 2015-09-24  H.J. Lu  <hongjiu.lu@intel.com>
12804         * config.gcc (x86_archs): Replace iamcu with lakemount.
12805         (with_cpu): Likewise.
12806         (with_arch): Likewise.
12807         * doc/invoke.texi: Likewise.
12808         * config/i386/i386-c.c (ix86_target_macros_internal): Replace
12809         PROCESSOR_IAMCU with PROCESSOR_LAKEMOUNT.  Replace
12810         __tune_iamcu__ with __tune_lakemount__.
12811         * config/i386/i386.c (iamcu_cost): Renamed to ...
12812         (lakemount_cost): This.
12813         (m_IAMCU): Renamed to ...
12814         (m_LAKEMOUNT): This.
12815         (initial_ix86_arch_features): Replace m_IAMCU with m_LAKEMOUNT.
12816         (processor_target_table): Replace "iamcu" with "lakemount".
12817         (processor_alias_table): Likewise.
12818         (ix86_issue_rate): Replace PROCESSOR_IAMCU with
12819         PROCESSOR_LAKEMOUNT.
12820         (ix86_adjust_cost): Likewise.
12821         (ia32_multipass_dfa_lookahead): Likewise.
12822         * config/i386/i386.h (processor_type): Likewise.
12823         * config/i386/x86-tune.def: Replace m_IAMCU with m_LAKEMOUNT.
12825 2015-09-24  John David Anglin  <danglin@gcc.gnu.org>
12827         * config/pa/pa-linux.h (HAVE_sync_compare_and_swapdi): Define.
12828         * config/pa/pa-protos.h (pa_maybe_emit_compare_and_swap_exchange_loop):
12829         Declare.
12830         * config/pa/pa.c (pa_init_libfuncs): Init sync libfuncs up to 8 bytes.
12831         (pa_expand_compare_and_swap_loop): New.
12832         (pa_maybe_emit_compare_and_swap_exchange_loop): New.
12833         * config/pa/pa.md (atomic_storeqi, atomic_storehi, atomic_storesi,
12834         atomic_storesf, atomic_loaddf, atomic_storedf): New expanders.
12835         (atomic_loaddf_1, atomic_storedf_1): New insn patterns.
12836         (atomic_loaddi, atomic_loaddi_1, atomic_storedi, atomic_storedi_1):
12837         Revise.
12839 2015-09-24  Michael Collison  <michael.collison@linaro.org>
12841         PR other/57195
12842         * read-md.c (read_name): Allow mode iterators inside angle
12843         brackets in rtl expressions.
12845 2015-09-24  Vladimir Makarov  <vmakarov@redhat.com>
12847         PR target/61578
12848         * ira-color.c (update_allocno_cost): Add parameter.
12849         (update_costs_from_allocno): Decrease conflict cost.  Pass the new
12850         parameter.
12852 2015-09-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12854         PR driver/67640
12855         * opts-common.c (prune_options): Discard all -fdiagnostics-color
12856         but the last one, which is moved to the front to be processed
12857         first.
12858         * opts.c (enable_warning_as_error): Reject options that do not
12859         control warnings.
12861 2015-09-24  Jiong Wang  <jiong.wang@arm.com>
12863         * config/aarch64/aarch64.c (aarch64_print_operand): Add "CONST" support.
12865 2015-09-24  Jiong Wang  <jiong.wang@arm.com>
12867         * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Delete.
12868         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Likewise.
12869         (aarch64_cannot_force_const_mem): Likewise.
12870         (aarch64_classify_address): Likewise.
12871         (aarch64_classify_symbolic_expression): Likewise.
12872         (aarch64_print_operand): Likewise.
12873         (aarch64_classify_symbol): Likewise.
12874         (aarch64_mov_operand_p): Likewise.
12875         * config/aarch64/predicates.md (aarch64_valid_symref): Likewise.
12876         (aarch64_mov_operand): Likewise.
12878 2015-09-24  Segher Boessenkool  <segher@kernel.crashing.org>
12880         * config/rs6000/rs6000.c (debug_stack_info): Invert the test
12881         for info->spe_gp_size.
12883 2015-09-24  Richard Biener  <rguenther@suse.de>
12885         PR lto/67699
12886         * lto-cgraph.c (compute_ltrans_boundary): Do not stream
12887         abstract origins.
12889 2015-09-24  Thomas Schwinge  <thomas@codesourcery.com>
12891         * tree-object-size.c (plus_stmt_object_size)
12892         (cond_expr_object_size): Change the formal parameters from gimple
12893         to gimple *.
12894         * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Likewise.
12895         * tree-ssa-sccvn.c (vn_nary_op_insert_stmt): Make it static.
12896         * tree-ssa-sccvn.h (vn_nary_op_insert_stmt): Don't declare.
12898 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12900         * configure.ac (gcc_cv_ld_pie): Check for gld >= 2.26 on Solaris.
12901         Check for ld -type pie on Solaris 11.x and 12.
12902         * configure: Regenerate.
12903         * config.in: Regenerate.
12905         * gcc.c (LD_PIE_SPEC): Allow redefinition.
12907         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Define.
12908         (STARTFILE_SPEC): Use it.
12909         (ENDFILE_CRTEND_SPEC): Define.
12910         (ENDFILE_SPEC): Use it and ENDFILE_ARCH_SPEC.
12911         (SUBTARGET_EXTRA_SPECS): Add STARTFILE_CRTBEGIN_SPEC,
12912         ENDFILE_ARCH_SPEC, ENDFILE_CRTEND_SPEC.
12913         [HAVE_LD_PIE && HAVE_SOLARIS_CRTS] (LD_PIE_SPEC): Define.
12914         (!(HAVE_LD_PIE && HAVE_SOLARIS_CRTS)] (LINK_PIE_SPEC): Define.
12915         * config/i386/sol2.h (ENDFILE_SPEC): Remove.
12916         (ENDFILE_ARCH_SPEC): Define.
12917         * config/sparc/sol2.h (ENDFILE_ARCH_SPEC): Define.
12919 2015-09-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12921         * configure.ac (gcc_cv_solaris_crts): New test.
12922         * configure. Regenerate.
12923         * config.in: Regenerate.
12924         * config/sol2.h (STARTFILE_SPEC): Simplify, provide
12925         HAVE_SOLARIS_CRTS variant.
12927 2015-09-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12929         * tree-inline.h (count_insns_seq): Delete prototype.
12930         (estimate_num_insns_seq): Define prototype.
12931         * tree-inline.c (count_insns_seq): Delete.
12932         (estimate_num_insns_seq): Remove static qualifier.
12933         * tree-eh.c (decide_copy_try_finally): Replace use of count_insns_seq
12934         with estimate_num_insns_seq.
12936 2015-09-24  Richard Biener  <rguenther@suse.de>
12938         * tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base
12939         members.
12940         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record clique
12941         and base for MEM_REF and TARGET_MEM_REF.  Handle BIT_FIELD_REF
12942         offset.
12943         (ao_ref_init_from_vn_reference): Record clique and base in the
12944         built base.
12945         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise
12947 2015-09-24  Richard Biener  <rguenther@suse.de>
12949         PR tree-optimization/48885
12950         * tree-ssa-structalias.c (visit_loadstore): Handle default defs
12951         as not including any restrict tags from other pointers.
12953 2015-09-23  Thomas Schwinge  <thomas@codesourcery.com>
12955         * gcc.c (handle_foffload_option): Don't lose the trailing NUL
12956         character when appending to offload_targets.
12958         * configure.ac (offload_targets, OFFLOAD_TARGETS): Separate
12959         offload targets by commas, not colons.
12960         * config.in: Regenerate.
12961         * configure: Likewise.
12962         * gcc.c (driver::maybe_putenv_COLLECT_LTO_WRAPPER): Due to that,
12963         instead of setting up the default offload targets here...
12964         (process_command): ..., do it here.
12965         libgomp/
12966         * plugin/configfrag.ac (OFFLOAD_TARGETS): Clarify that offload
12967         targets are separated by commas.
12968         * config.h.in: Regenerate.
12970 2015-09-23  Thomas Schwinge  <thomas@codesourcery.com>
12971             Nathan Sidwell  <nathan@codesourcery.com>
12973         * omp-low.h (omp_reduction_init_op): Declare.
12974         * omp-low.c (omp_reduction_init_op): New, broken out of ...
12975         (omp_reduction_init): ... here.  Call it.
12976         * tree-parloops.c (initialize_reductions): Use
12977         omp_reduction_init_op.
12979 2015-09-23   Richard Biener  <rguenther@suse.de>
12981         PR middle-end/67662
12982         * fold-const.c (fold_binary_loc): Do not reassociate two vars with
12983         undefined overflow unless they will cancel out.
12985 2015-09-23  Kirill Yukhin  <kirill.yukhin@intel.com>
12987         * config/i386/i386.md (define_insn "*<mshift><mode>3"): Fix
12988         insn emit.
12990 2015-09-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12992         PR c/49655
12993         * opts.h (write_langs): Declare.
12994         * opts-global.c (write_langs): Make it extern.
12996 2015-09-23  Oleg Endo  <olegendo@gcc.gnu.org>
12998         PR target/67391
12999         * config/sh/sh.md (addsi3, *addsi3_compact): Don't check for
13000         overlapping regs when matching the pattern.
13002 2015-09-23  James Greenhalgh  <james.greenhalgh@arm.com>
13004         * config/aarch64/aarch64-simd.md
13005         (aarch64_float_truncate_hi_v4sf): Rewrite as an expand.
13006         (aarch64_float_truncate_hi_v4sf_le): New.
13007         (aarch64_float_truncate_hi_v4sf_be): Likewise.
13009 2015-09-23  Richard Biener  <rguenther@suse.de>
13011         * tree-ssa-structalias.c (intra_create_variable_infos): Build
13012         representatives for all restrict qualified pointer destinations.
13014 2015-09-23  Kirill Yukhin  <kirill.yukhin@intel.com>
13016         * config/i386/i386.md (define_code_attr mshift): New.
13017         (define_mode_iterator SWI1248_AVX512BW): Rename ...
13018         (SWI1248_AVX512BW): ... to this. Make QI enabled for TARGET_AVX512DQ
13019         only.
13020         (define_insn "*k<logic><mode>"): Use new iterator name.
13021         (define_insn "*<mshift><mode>3"): New.
13023 2015-09-23  Mikhail Maltsev  <maltsevm@gmail.com>
13025         PR middle-end/67649
13026         * memory-block.h (memory_block_pool::allocate): Use valgrind API to
13027         mark the block as accessible.
13029 2015-09-22  Segher Boessenkool  <segher@kernel.crashing.org>
13031         * function.c (thread_prologue_and_epilogue_insns): Delete
13032         orig_entry_edge argument to try_shrink_wrapping.
13033         * shrink-wrap.c (can_get_prologue): New function.
13034         (can_dup_for_shrink_wrapping): Also handle EDGE_CROSSING.
13035         (try_shrink_wrapping): Delete orig_entry_edge argument.  Use
13036         can_get_prologue where needed.  Remove code that finds a single
13037         edge for the prologue.  Remove code that tests if any reg clobbered
13038         by the prologue is live on the prologue edge.  Remove code that finds
13039         the new prologue edge after duplicating blocks.  Make a new prologue
13040         block and edge.
13041         * shrink-wrap.h (try_shrink_wrapping): Delete orig_entry_edge argument.
13043 2015-09-22  Jeff Law  <law@redhat.com>
13045         * config/pa/pa.h (MIN_LEGIT_64BIT_CONST_INT): Avoid undefined
13046         behavior.
13048 2015-09-22  Nathan Sidwell  <nathan@codesourcery.com>
13050         * doc/invoke.texi  (-Wmultiple-inheritance, -Wvirtual-inheritance,
13051         -Wtemplates, -Wnamespaces): Document.
13053 2015-09-22  Tom de Vries  <tom@codesourcery.com>
13055         PR tree-optimization/67671
13056         * tree-ssa-structalias.c (create_variable_info_for_1): Handle restrict
13057         pointer references as restrict.
13059 2015-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
13061         * config/nios2/nios2.c (nios2_legitimize_address): When handling
13062         'reg + reloc' cases, allow first operand to be non-REG, and use
13063         force_reg() to enforce address pattern.
13065 2015-09-22  Alexander Fomin <alexander.fomin@intel.com>
13067         PR target/67480
13068         * config/i386/sse.md (define_mode_iterator VI48_AVX_AVX512F): New.
13069         (define_mode_iterator VI12_AVX_AVX512F): New.
13070         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Change
13071         all iterators to VI48_AVX_AVX512F. Extract remaining modes ...
13072         (define_insn "*<code><mode>3"): ... Into new pattern using
13073         VI12_AVX_AVX512F iterators without masking.
13075 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13077         * config.gcc: Support "skylake-avx512".
13078         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
13079         PROCESSOR_SKYLAKE_AVX512.
13080         * config/i386/i386.c (m_SKYLAKE_AVX512): Define.
13081         (processor_target_table): Add "skylake-avx512".
13082         (PTA_SKYLAKE_AVX512): Define.
13083         (ix86_option_override_internal): Add "skylake_avx512".
13084         (fold_builtin_cpu): Handle "skylake_avx512", add F_AVX512VL
13085         F_AVX512BW, F_AVX512DQ, F_AVX512ER, F_AVX512PF, F_AVX512CD.
13086         * config/i386/i386.h (TARGET_SKYLAKE_AVX512): Define.
13087         (processor_type): Add PROCESSOR_SKYLAKE_AVX512.
13088         * doc/invoke.texi (skylake-avx512): New.
13090 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13092         * config/i386/i386.md (define_insn "kunpckhi"): Fix
13093         operand in pattern.
13094         (define_insn "kunpcksi"): Ditto.
13095         (define_insn "kunpckdi"): Ditto.
13097 2015-09-22  Kirill Yukhin  <kirill.yukhin@intel.com>
13099         * config/i386/i386.md (define_split not/xor SWI1248x): Use
13100         iterator instead of fixed modes.
13102 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
13104         * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
13105         Adjust declaration.
13106         * config/aarch64/aarch64.c (aarch64_emit_bic): New.
13107         (aarch64_gen_atomic_ldop): Adjust comment.  Add parameter
13108         out_result.  Update to support update-fetch operations.
13109         * config/aarch64/atomics.md (aarch64_atomic_exchange<mode>_lse):
13110         Adjust for change to aarch64_gen_atomic_ldop.
13111         (aarch64_atomic_<atomic_optab><mode>_lse): Likewise.
13112         (aarch64_atomic_fetch_<atomic_optab><mode>_lse): Likewise.
13113         (atomic_<atomic_optab>_fetch<mode>): Change to an expander.
13114         (aarch64_atomic_<atomic_optab>_fetch<mode>): New.
13115         (aarch64_atomic_<atomic_optab>_fetch<mode>_lse): New.
13117 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
13119         * config/aarch64/aarch64-protos.h
13120         (aarch64_atomic_ldop_supported_p): Declare.
13121         * config/aarch64/aarch64.c (aarch64_atomic_ldop_supported_p): New.
13122         (enum aarch64_atomic_load_op_code): New.
13123         (aarch64_emit_atomic_load_op): New.
13124         (aarch64_gen_atomic_ldop): Update to support load-operate
13125         patterns.
13126         * config/aarch64/atomics.md (atomic_<atomic_optab><mode>): Change
13127         to an expander.
13128         (aarch64_atomic_<atomic_optab><mode>): New.
13129         (aarch64_atomic_<atomic_optab><mode>_lse): New.
13130         (atomic_fetch_<atomic_optab><mode>): Change to an expander.
13131         (aarch64_atomic_fetch_<atomic_optab><mode>): New.
13132         (aarch64_atomic_fetch_<atomic_optab><mode>_lse): New.
13134 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
13136         * config/aarch64/aarch64/atomics.md (UNSPECV_ATOMIC_LDOP): New.
13137         (UNSPECV_ATOMIC_LDOP_OR): New.
13138         (UNSPECV_ATOMIC_LDOP_BIC): New.
13139         (UNSPECV_ATOMIC_LDOP_XOR): New.
13140         (UNSPECV_ATOMIC_LDOP_PLUS): New.
13141         (ATOMIC_LDOP): New.
13142         (atomic_ldop): New.
13143         (aarch64_atomic_load<atomic_ldop><mode>): New.
13145 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
13147         * config/aarch64/aarch64.md
13148         (<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Make a named
13149         pattern.
13151 2015-09-22  Matthew Wahab  <matthew.wahab@arm.com>
13153         * config/aarch64/aarch64-protos.h (aarch64_gen_atomic_ldop):
13154         Declare.
13155         * config/aarch64/aarch64.c (aarch64_emit_atomic_swap): New.
13156         (aarch64_gen_atomic_ldop): New.
13157         (aarch64_split_atomic_op): Fix whitespace and add a comment.
13158         * config/aarch64/atomics.md (UNSPECV_ATOMIC_SWP): New.
13159         (aarch64_compare_and_swap<mode>_lse): Fix some whitespace.
13160         (atomic_exchange<mode>): Replace with an expander.
13161         (aarch64_atomic_exchange<mode>): New.
13162         (aarch64_atomic_exchange<mode>_lse): New.
13163         (aarch64_atomic_<atomic_optab><mode>): Fix some whitespace.
13164         (aarch64_atomic_swp<mode>): New.
13166 2015-09-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13168         * tree-inline.c (expand_call_inline): Use inform for extra note.
13169         Do not give a note with UNKNOWN_LOCATION.
13170         Replace input_location with gimple_location (stmt).
13171         Use true/false instead of TRUE/FALSE.
13173 2015-09-22  Tom de Vries  <tom@codesourcery.com>
13175         PR tree-optimization/67666
13176         * tree-ssa-structalias.c (create_variable_info_for_1): Handle struct
13177         with single field non-conservative.
13179 2015-09-21  David S. Miller  <davem@davemloft.net>
13181         PR/67622
13182         Revert:
13183         2015-09-11  David S. Miller  <davem@davemloft.net>
13185         * config/sparc/constraints.md: Make "U" constraint a real register
13186         constraint.
13187         * config/sparc/sparc.c (TARGET_LRA_P): Define.
13188         (D_MODES, DF_MODES): Add missing cast.
13189         (TF_MODES, TF_MODES_NO_S): Include T_MODE.
13190         (OF_MODES, OF_MODES_NO_S): Include O_MODE.
13191         (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
13192         cost to 8.
13193         * config/sparc/sparc.h (PROMOTE_MODE): Define.
13194         * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
13195         provide these insn when flag_pic.
13197         2015-09-17  David S. Miller  <davem@davemloft.net>
13199         * config/sparc/sparc-protos.h (sparc_secondary_memory_needed):
13200         Declare.
13201         * config/sparc/sparc.c (sparc_secondary_memory_needed): New
13202         function.
13203         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
13204         (HARD_REGNO_CALLER_SAVE_MODE): Define.
13205         * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
13206         (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
13207         (embmedany_losum, embmedany_brsum, embmedany_textuhi)
13208         (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
13209         provide when flag_pic.
13211 2015-09-21  Jeff Law  <law@redhat.com>
13213         * config/h8300/h8300.md (andsi3_ashift_n_lower): Avoid undefined
13214         behavior.
13216 2015-09-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13218         * config/spu/spu.c (spu_expand_insv): Avoid undefined behavior.
13220 2015-09-21  Richard Biener  <rguenther@suse.de>
13222         * passes.c (rest_of_decl_compilation): Do not call
13223         dwarf2out_early_global_decl for aliases.
13225 2015-09-21  Richard Biener  <rguenther@suse.de>
13227         PR debug/67664
13228         * dwarf2out.c (add_location_or_const_value_attribute): Remove
13229         attribute parameter.  Early exit if either DW_AT_const_value
13230         or DW_AT_location are present already.
13231         (gen_variable_die): Adjust caller.
13232         (dwarf2out_late_global_decl): Likewise.
13234 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
13236         PR target/67657
13237         * config/sh/sh.c (sh_remove_overlapping_post_inc,
13238         sh_peephole_emit_move_insn): Add new functions.
13239         * config/sh/sh-protos.h (sh_remove_overlapping_post_inc,
13240         sh_peephole_emit_move_insn): Declere them.
13241         * config/sh/sh.md: Use them in various peephole2 patterns.
13243 2015-09-21  Richard Biener  <rguenther@suse.de>
13245         PR middle-end/67651
13246         * rtlanal.c (nonzero_address_p): SYMBOL_REFs may have zero
13247         address with -fno-delete-null-pointer-checks.
13249 2015-09-21  Alan Lawrence  <alan.lawrence@arm.com>
13251         * config/rs6000/altivec.md (reduc_splus_<mode>): Rename to...
13252         (reduc_plus_scal_<mode>): ...this, add rs6000_expand_vector_extract.
13253         (reduc_uplus_v16qi): Remove.
13255         * config/rs6000/vector.md (VEC_reduc_name): Change "splus" to "plus".
13256         (reduc_<VEC_reduc_name>_v2df): Remove.
13257         (reduc_<VEC_reduc_name>_v4sf): Remove.
13258         (reduc_<VEC_reduc:VEC_reduc_name>_scal_<VEC_F:name>): New.
13260         * config/rs6000/vsx.md (vsx_reduc_<VEC_reduc_name>_v2df): Declare
13261         gen_ function by removing * prefix.
13262         (vsx_reduc_<VEC_reduc_name>_v4sf): Likewise.
13264 2015-09-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13266         PR middle-end/60832
13267         * tree-ssa-loop-niter.c (do_warn_aggressive_loop_optimizations):
13268         Print i_bound without converting it to a tree.
13270 2015-09-21  Bilyan Borisov  <bilyan.borisov@arm.com>
13272         * config/arm/arm.c (thumb_output_move_mem_multiple): Replaced
13273         operands[4] operands[5] swap with std::swap, removed tmp variable.
13274         (arm_evpc_neon_vzip): Replaced in0/in1 and
13275         out0/out1 swaps with std::swap, removed x variable.
13276         (arm_evpc_neon_vtrn): Replaced in0/int1 and
13277         out0/out1 swaos with std::swap, removed x variable.
13278         (arm_expand_vec_perm_const_1): Replaced
13279         d->op0/d->op1 swap with std::swap, removed x variable.
13280         (arm_evpc_neon_vuzp): Replaced in0/in1 and
13281         out0/out1 swaps with std::swap, removed x variable.
13283 2015-09-21  Jonathan Yong  <10walls@gmail.com>
13285         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
13286         sysroot/usr/lib/32api for additional win32 libraries,
13287         fixes failing Cygwin bootstrapping.
13289 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
13291         * doc/invoke.texi (SH Options): Undocument SH5/SH64 related options.
13293 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
13295         PR target/67126
13296         * config/sh/sh.md (*reg_lsb_t): Emit bld insn on SH2A.
13297         (*mov_t_msb_neg): Rewrite negc pattern.
13299 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
13301         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Cleanup
13302         immediate generation code.
13304 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
13306         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Remove
13307         redundant immediate generation code.
13309 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
13311         * config/aarch64/aarch64.c (aarch64_bitmasks): Remove.
13312         (AARCH64_NUM_BITMASKS): Remove.
13313         (aarch64_bitmasks_cmp): Remove.
13314         (aarch64_build_bitmask_table): Remove.
13316 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
13318         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate): Replace
13319         slow immediate matching loops with a faster algorithm.
13321 2015-09-20  Wilco Dijkstra  <wdijkstr@arm.com>
13323         * config/aarch64/aarch64.c (aarch64_bitmask_imm): Reimplement using
13324         faster algorithm.
13326 2015-09-20  Jeff Law  <law@redhat.com>
13328         PR tree-optimization/47679
13329         * tree-ssa-dom.c (record_temporary_equivalences): No longer static.
13330         * tree-ssa-dom.h (record_temporary_equivalences): Add prototype.
13331         * tree-ssa-threadedge.c: Include tree-ssa-dom.h.
13332         (thread_through_normal_block): Use record_temporary_equivalences.
13334 2015-09-19  Trevor Saunders  <tbsaunde@tbsaunde.org>
13336         * coretypes.h (gimple): Change typedef to be a forward declaration.
13337         * gimple.h (gimple_statement_base): rename to gimple.
13338         * (all functions and types using gimple): Adjust.
13339         * *.[ch]: Likewise.
13341 2015-09-19  Andrew Dixie  <andrewd@gentrack.com>
13342             David Edelsohn  <dje.gcc@gmail.com>
13344         * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): Delete.
13345         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
13346         (EH_FRAME_THROUGH_COLLECT2): Define.
13347         (EH_TABLES_CAN_BE_READ_ONLY): Define.
13348         (ASM_OUTPUT_DWARF_PCREL): Define.
13349         (ASM_OUTPUT_DWARF_DATAREL): Define.
13351 2015-09-19  John David Anglin  <danglin@gcc.gnu.org>
13353         * config/pa/pa.c (pa_function_ok_for_sibcall): Remove special treatment
13354         of TARGET_ELF32.
13356 2015-09-18  Jeff Law  <law@redhat.com>
13358         PR tree-optimization/47679
13359         * tree-ssa-dom.c (avail_exprs_stack): No longer file scoped.  Move
13360         it here ...
13361         (dom_opt_dom_walker): New private member holding the avail_exprs_stack
13362         object.  Update constructor.
13363         (pass_dominator::execute):  Corresponding chagnes to declaration
13364         and initialization of avail_exprs_stack.  Update constructor call
13365         for dom_opt_dom_walker object.
13366         (lookup_avail_expr, record_cond): Accept additional argument.  Pass
13367         it down to children as needed.
13368         (record_equivalences_from_incoming_edge): Likewise.
13369         (eliminate_redundant_computations): Likewise.
13370         (record_equivalences_from_stmt): Likewise.
13371         (simplify_stmt_for_jump_threading): Likewise.
13372         (record_temporary_equivalences): Likewise.
13373         (optimize_stmt): Likewise.
13374         (dom_opt_dom_walker::thread_across_edge): Update access to
13375         avail_exprs_stack object and pass it to children as needed.
13376         (dom_opt_dom_walker::before_dom_children): Similarly.
13377         (dom_opt_dom_walker::after_dom_children): Similarly.
13378         * tree-ssa-threadedge.c (pfn_simplify): New typedef.
13379         (record_temporary_equivalences_from_stmts_at_dest): Use new typedef.
13380         Add avail_expr_stack argument.  Pass it to children as needed.
13381         (dummy_simplify): Likewise.
13382         (simplify_control_stmt_condition): Likewise.
13383         (thread_around_empty_blocks): Likewise.
13384         (thread_through_normal_block): Likewise.
13385         (thread_across_edge): Likewise.
13386         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
13387         * tree-vrp.c (simplify_stmt_for_jump_threading): Update.
13389         PR tree-optimization/47679
13390         * tree-ssa-dom.c (const_and_copies): No longer file scoped.  Move
13391         it here ...
13392         (dom_opt_dom_walker): New private member holding the const_and_copies
13393         object.  Update constructor.
13394         (pass_dominator::execute): Corresponding changes to declaration
13395         and initialization of const_and_copies.  Update constructor call
13396         for the dom_opt_dom_walker object.
13397         (record_temporary_equivalences): Accept const_and_copies argument
13398         pass it down to children as needed.
13399         (record_equality): Likewise.
13400         (record_equivalences_from_incoming_edge): Likewise.
13401         (cprop_into_successor_phis, optimize_stmt): Likewise.
13402         (eliminate_redundant_computations): Likewise.
13403         (dom_opt_dom_walker::thread_across_edge): Update access to
13404         const_and_copies object and pass it to children as needed.
13405         (dom_opt_dom_walker::before_dom_children): Similarly.
13406         (dom_opt_dom_walker::after_dom_children): Similarly.
13408         PR tree-optimization/47679
13409         * tree-ssa-dom.c (avail_exprs): No longer file scoped.  Bury
13410         it into the avail_exprs_stack class.
13411         (pass_dominator::execute): Corresponding changes to declaration
13412         and initialization of avail_exprs.  Pass avail_exprs to
13413         dump_dominator_optimization_stats.
13414         (record_cond): Extract avail_exprs from avail_exprs_stack.
13415         (lookup_avail_expr): Similarly.
13416         (htab_staticstics): Remove unnecessary prototype.  Move to earlier
13417         position in file.
13418         (dump_dominator_optimization_stats): Make static and prototype.
13419         Add argument for the hash table to dump.
13420         (debug_dominator_optimization_stats): Remove.
13421         * tree-ssa-dom.h (dump_dominator_optimization_stats): Remove
13422         prototype.
13423         (debug_dominator_optimization_stats): Similarly.
13424         * tree-ssa-scopedtables.h (class avail_exprs_stack): Add missing
13425         "void" in prototype for pop_to_marker method.  Add accessor method
13426         for the underlying avail_exprs table.
13428         * tree-ssa-threadedge.c: Remove trailing whitespace.
13430 2014-09-18  John David Anglin  <danglin@gcc.gnu.org>
13432         * config/pa/pa-protos.h (pa_cint_ok_for_move): Change argument type to
13433         unsigned.
13434         (pa_ldil_cint_p): Likewise.
13435         * config/pa/pa.c (pa_cint_ok_for_move): likewise.
13436         (pa_ldil_cint_p): Likewise. Change signed casts to unsigned.
13437         Update callers.
13438         * config/pa/pa.md: Likewise.
13440 2015-09-18  David Malcolm  <dmalcolm@redhat.com>
13442         * Makefile.in (OBJS-libcommon): Add diagnostic-show-locus.o.
13443         * diagnostic.c (adjust_line): Move to diagnostic-show-locus.c.
13444         (diagnostic_show_locus): Likewise.
13445         (diagnostic_print_caret_line): Likewise.
13446         * diagnostic-show-locus.c: New file.
13448 2015-09-18  David Edelsohn  <dje.gcc@gmail.com>
13450         * dwarf2out.c (switch_to_eh_frame_section): Add ATTRIBUTE_UNUSED to
13451         "back" parameter. Declare label in #if block.
13453 2015-09-18  Uros Bizjak  <ubizjak@gmail.com>
13455         PR middle-end/67619
13456         * except.c (expand_builtin_eh_return): Use copy_addr_to_reg to copy
13457         the address to a register.
13459 2015-09-18  Jeff Law  <law@redhat.com>
13461         PR tree-optimization/47679
13462         * Makefile.in (OBJS): Add tree-ssa-phionlycprop.o
13463         * tree-ssa-dom.c: Remove unnecessary header includes.
13464         (remove_stmt_or_phi): Moved from here into tree-ssa-phionlycprop.c
13465         (get_rhs_or_phi_arg, get_lhs_or_phi_result): Likewise.
13466         (propagate_rhs_into_lhs, eliminate_const_or_copy): Likewise.
13467         (eliminate_degenerate_phis_1, pass_phi_only_cprop): Likewise.
13468         (pass_phi_only_cprop::execute): Likewise.
13469         (make_pass_phi_only_cprop): Likewise.
13470         * tree-ssa-phionlycprop.c: New file with moved code.  Eliminate
13471         uses of file scoped statics by passing the required objects
13472         as parameters wherever needed.
13474 2015-09-18  Andrew Dixie  <andrewd@gentrack.com>
13475             David Edelsohn  <dje.gcc@gmail.com>
13477         * defaults.h (EH_FRAME_SECTION_NAME): Depend on
13478         EH_FRAME_THROUGH_COLLECT2.
13479         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add case for
13480         DW_EH_PE_datarel.
13481         * dwarf2out.c (switch_to_eh_frame_section): Use a read-only section
13482         even if EH_FRAME_SECTION_NAME is undefined.  Restrict special
13483         collect2 labels to EH_FRAME_THROUGH_COLLECT2.
13484         * except.c (switch_to_exception_section): Use a read-only section
13485         even if EH_FRAME_SECTION_NAME is undefined.
13486         * system.h (EH_FRAME_IN_DATA_SECTION): Poison.
13487         * collect2.c (write_c_file_stat): Provide dbase on AIX.
13488         (scan_prog_file): Don't export __dso_handle nor
13489         __gcc_unwind_dbase.
13490         * config/rs6000/aix.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
13491         (EH_TABLES_CAN_BE_READ_ONLY): Define.
13492         (ASM_OUTPUT_DWARF_PCREL): Define.
13493         (ASM_OUTPUT_DWARF_DATAREL): Define.
13494         (EH_FRAME_THROUGH_COLLECT2): Define.
13495         (EH_FRAME_IN_DATA_SECTION): Delete.
13496         * config/rs6000/aix61.h (STARTFILE_SPEC): Add crtdbase.o.
13497         * config/rs6000/rs6000-protos.h (rs6000_asm_output_dwarf_pcrel):
13498         Declare.
13499         (rs6000_asm_output_dwarf_datarel): Declare.
13500         * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_pcrel): New.
13501         (rs6000_aix_asm_output_dwarf_datarel): New.
13502         (rs6000_xcoff_asm_init_sections): Don't set exception_section.
13503         * config/spu/spu-elf.h (EH_FRAME_IN_DATA_SECTION): Delete.
13504         (EH_FRAME_THROUGH_COLLECT2): Define.
13505         * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Delete.
13506         (EH_FRAME_THROUGH_COLLECT2): Define.
13507         (EH_TABLES_CAN_BE_READ_ONLY): Define.
13508         * doc/tm.texi.in (EH_FRAME_IN_DATA_SECTION): Delete.
13509         (EH_FRAME_THROUGH_COLLECT2): New.
13510         (ASM_OUTPUT_DWARF_DATAREL): New.
13511         * doc/tm.texi: Regenerate.
13513 2015-09-18  Richard Biener  <rguenther@suse.de>
13515         * dwarf2out.c (append_entry_to_tmpl_value_parm_die_table): Assert
13516         we're in early phase.
13517         (schedule_generic_params_dies_gen): Likewise.
13518         (gen_remaining_tmpl_value_param_die_attribute): Do only as much
13519         work as possible, retaining unhandled cases.
13520         (gen_scheduled_generic_parms_dies): Set early-dwarf flag and
13521         clear out generic_type_instances at the end.
13522         (dwarf2out_finish): Move call to gen_scheduled_generic_parms_dies...
13523         (dwarf2out_early_finish): ... here.  Do most of
13524         gen_remaining_tmpl_value_param_die_attribute here.
13526 2015-09-18  Alan Lawrence  <alan.lawrence@arm.com>
13528         PR tree-optimization/67283
13529         * tree-sra.c (type_consists_of_records_p): Rename to...
13530         (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
13531         (completely_scalarize_record): Rename to...
13532         (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
13533         (scalarize_elem): New.
13534         (analyze_all_variable_accesses): Follow renamings.
13536 2015-09-18  Richard Biener  <rguenther@suse.de>
13538         * dwarf2out.c (add_location_or_const_value_attribute): Do nothing
13539         in early-dwarf.
13541 2015-09-18  Richard Biener  <rguenther@suse.de>
13543         PR tree-optimization/66142
13544         * fold-const.c (operand_equal_p): When OEP_ADDRESS_OF
13545         treat MEM[&x] and x the same.
13546         * tree-ssa-sccvn.h (vn_reference_fold_indirect): Remove.
13547         * tree-ssa-sccvn.c (vn_reference_fold_indirect): Return true
13548         when we simplified sth.
13549         (vn_reference_maybe_forwprop_address): Likewise.
13550         (valueize_refs_1): When we simplified through
13551         vn_reference_fold_indirect or vn_reference_maybe_forwprop_address
13552         set valueized_anything to true.
13553         (vn_reference_lookup_3): Use stmt_kills_ref_p to see whether
13554         one ref kills the other instead of just a offset-based test.
13555         * tree-ssa-alias.c (stmt_kills_ref_p): Use OEP_ADDRESS_OF
13556         for the operand_equal_p test to compare bases and also compare
13557         sizes.
13559 2015-09-17  Christian Bruel  <christian.bruel@st.com>
13561         * config/arm/arm.md (*call_value_symbol): Fix operand for interworking.
13563 2015-09-17  Richard Henderson  <rth@redhat.com>
13565         PR libstdc++/65913
13566         * builtins.c (fold_builtin_atomic_always_lock_free): Handle fake
13567         pointers that encode the alignment of the object.
13569 2015-09-17  Eric Botcazou  <ebotcazou@adacore.com>
13571         PR rtl-optimization/66790
13572         * df-problems.c (LIVE): Amend documentation.
13574 2015-09-17  Richard Sandiford  <richard.sandiford@arm.com>
13576         * Makefile.in (OBJS): Add optabs-libfuncs.o, optabs-query.o
13577         and optabs-tree.o.
13578         (GTFILES): Replace optabs.c with optabs-libfunc.c.
13579         * genopinit.c (main): Add an include guard to insn-opinit.h.
13580         Protect the rtx_code parts with NUM_RTX_CODE.
13581         * optabs.h: Split parts out to...
13582         * optabs-libfuncs.h, optabs-query.h, optabs-tree.h: ...these new files.
13583         * optabs.c: Split parts out to...
13584         * optabs-libfuncs.c, optabs-query.c, optabs-tree.c: ...these new files.
13585         * cilk-common.c: Include optabs-query.h rather than optabs.h.
13586         * fold-const.c: Likewise.
13587         * target-globals.c: Likewise.
13588         * tree-if-conv.c: Likewise.
13589         * tree-ssa-forwprop.c: Likewise.
13590         * tree-ssa-loop-prefetch.c: Likewise.
13591         * tree-ssa-math-opts.c: Include optabs-tree.h rather than optabs.h.
13592         Remove unncessary include files.
13593         * tree-ssa-phiopt.c: Likewise.
13594         * tree-ssa-reassoc.c: Likewise.
13595         * tree-switch-conversion.c: Likewise.
13596         * tree-vect-data-refs.c: Likewise.
13597         * tree-vect-generic.c: Likewise.
13598         * tree-vect-loop.c: Likewise.
13599         * tree-vect-patterns.c: Likewise.
13600         * tree-vect-slp.c: Likewise.
13601         * tree-vect-stmts.c: Likewise.
13602         * tree-vrp.c: Likewise.
13603         * toplev.c: Include optabs-query.h and optabs-libfuncs.h
13604         rather than optabs.h.
13605         * expr.c: Include optabs-tree.h.
13606         * function.c: Likewise.
13608 2015-09-17  Eric Botcazou  <ebotcazou@adacore.com>
13610         PR middle-end/65958
13611         * config/arm/linux-elf.h (STACK_CHECK_STATIC_BUILTIN): Define.
13612         * config/arm/arm-protos.h (output_probe_stack_range): Declare.
13613         * config/arm/arm.c: Include common/common-target.h.
13614         (use_return_insn): Return 0 if the static chain register was saved
13615         above a non-APCS frame.
13616         (arm_compute_static_chain_stack_bytes): Adjust for stack checking.
13617         (struct scratch_reg): New.
13618         (get_scratch_register_on_entry): New function.
13619         (release_scratch_register_on_entry): Likewise.
13620         (arm_emit_probe_stack_range): Likewise.
13621         (output_probe_stack_range): Likewise.
13622         (arm_expand_prologue): Factor out code dealing with the IP register
13623         for nested function and adjust it for stack checking.
13624         Invoke arm_emit_probe_stack_range if static builtin stack checking
13625         is enabled.
13626         (thumb1_expand_prologue): Sorry out if static builtin stack checking
13627         is enabled.
13628         (arm_expand_epilogue): Add the saved static chain register, if any, to
13629         the amount of pre-pushed registers to pop.
13630         (arm_frame_pointer_required): Return true if static stack checking is
13631         enabled and we want to catch the exception with the EABI unwinder.
13632         * config/arm/unspecs.md (UNSPEC_PROBE_STACK): New constant.
13633         (UNSPEC_PROBE_STACK_RANGE): Likewise.
13634         * config/arm/arm.md (probe_stack): New insn.
13635         (probe_stack_range): Likewise.
13637 2015-09-17  Richard Biener  <rguenther@suse.de>
13639         * genmatch.c (parser::parse_expr): Improve error message
13640         for mis-placed flags.
13642 2015-09-17  Richard Biener  <rguenther@suse.de>
13644         * passes.c (rest_of_decl_compilation): Always call early_global_decl
13645         debug hook when we created a varpool node.
13646         * dwarf2out.c (dwarf2out_late_global_decl): When in LTO call
13647         dwarf2out_early_global_decl, when not just add location or
13648         value attributes to existing DIEs.
13650 2015-09-17  James Greenhalgh  <james.greenhalgh@arm.com>
13652         * config/aarch64/aarch64.md (copysigndf3): New.
13653         (copysignsf3): Likewise.
13655 2015-09-17  David S. Miller  <davem@davemloft.net>
13657         * config/sparc/sparc-protos.h (sparc_secondary_memory_needed): Declare.
13658         * config/sparc/sparc.c (sparc_secondary_memory_needed): New function.
13659         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Use it.
13660         (HARD_REGNO_CALLER_SAVE_MODE): Define.
13661         * config/sparc/sparc.md (sethi_di_medlow, losum_di_medlow, seth44)
13662         (setm44, setl44, sethh, setlm, sethm, setlo, embmedany_sethi)
13663         (embmedany_losum, embmedany_brsum, embmedany_textuhi)
13664         (embmedany_texthi, embmedany_textulo, embmedany_textlo): Do not
13665         provide when flag_pic.
13667 2015-09-17  Kaz Kojima  <kkojima@gcc.gnu.org>
13669         * config/sh/sh.c (label_ref_list_d_pool): Adjust to
13670         object_allocator change.
13672 2015-09-17  Bin Cheng  <bin.cheng@arm.com>
13674         PR tree-optimization/66388
13675         * tree-ssa-loop-ivopts.c (struct iv, iv_cand, ivopts_data): New fields.
13676         (dump_iv): Dump no_overflow information.
13677         (alloc_iv): Initialize new field for struct iv.
13678         (mark_bivs): Count number of no_overflow bivs.
13679         (find_deriving_biv_for_expr, record_biv_for_address_use): New
13680         functions.
13681         (idx_find_step): Call new functions above.
13682         (add_candidate_1, add_candidate): New paramter.
13683         (add_iv_candidate_for_biv): Add sizetype cand for BIV.
13684         (get_computation_aff): Simplify convertion of cand for BIV.
13685         (get_computation_cost_at): Step cand's base if necessary.
13687 2015-09-17  Bin Cheng  <bin.cheng@arm.com>
13689         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): New
13690         parameter.
13691         (tree_simplify_using_condition): Ditto.
13692         (simplify_using_initial_conditions): Ditto.
13693         (loop_exits_before_overflow): Pass new argument to function
13694         simplify_using_initial_conditions.  Remove case for type conversions
13695         simplification.
13696         * tree-ssa-loop-niter.h (simplify_using_initial_conditions): New
13697         parameter.
13698         * tree-scalar-evolution.c (simple_iv): Simplify type conversions
13699         in iv base using loop initial conditions.
13701 2015-09-16  Jeff Law  <law@redhat.com>
13703         PR tree-optimization/47679
13704         * tree-ssa-dom.c (free_edge_info): Factored out of free_all_edge_infos.
13705         (free_all_edge_infos): Use it.
13706         (allocate_edge_info): Free preexisting edge info data.
13707         (pass_dominator::execute): Set up initial edge info structures.
13708         (dom_opt_dom_walker::thread_across_edge): Pass avail_expr_stack to
13709         thread_across_edge.
13710         * tree-ssa-threadedge.c (thread_across_edge): Accept new argument.
13711         If non-null, then push/pop markers appropriately.
13712         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
13713         * tree-vrp.c (identify_jump_threads): Pass NULL for new argument to
13714         thread-across_edge.
13716 2015-09-16  James Bowman  <james.bowman@ftdichip.com>
13718         * config/ft32/ft32.c: Fix the memory address space predicate.
13720 2015-09-16  Kaz Kojima  <kkojima@gcc.gnu.org>
13722         PR target/67573
13723         * config/sh/sh.md (call_pcrel): Add early clobber to scratch operand.
13724         (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
13726 2015-09-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13728         * toplev.h (check_global_declaration): Remove declaration.
13729         * toplev.c (check_global_declaration): Move to ...
13730         * cgraphunit.c: ... here. Make it static and pass a symtab_node *.
13731         (analyze_functions): Update call.
13733 2015-09-16  David S. Miller  <davem@davemloft.net>
13735         * lra-constraints.c (simplify_operand_subreg): Do not assume that
13736         lowpart of a SUBREG has offset zero.
13738 2015-09-16  Jeff Law  <law@redhat.com>
13740         PR tree-optimization/47679
13741         * tree-ssa-dom.c (enum expr_kind): Moved from here to
13742         tree-ssa-scopedtables.h.
13743         (struct hashable_expr, class expr_hash_elt): Likewise.
13744         (struct expr_elt_hasher, class avail_exprs_stack): Likewise.
13745         Move associated methods into tree-ssa-scopedtables.c.
13746         (avail_expr_hash, initialize_expr_from_cond): Similarly.
13747         (hashable_expr_equal_p, add_expr_commutative): Likewise.
13748         (add_hashable_expr): Likewise.
13749         (record_cond): Delete element directly.
13750         * tree-ssa-scopedtables.h (avail_expr_stack, const_and_copies): Add
13751         private copy ctor and assignment operator methods.
13752         (expr_elt_hasher): Inline trivial methods.
13753         (initialize_expr_from_cond): Prototype.
13754         * tree-ssa-scopedtables.c: Add necessary includes, functions and
13755         methods that were previously in tree-ssa-dom.c.  Improve various
13756         comments.
13758 2015-09-16  Paolo Carlini  <paolo.carlini@oracle.com>
13760         * doc/invoke.texi ([Wsubobject-linkage]): Extend documentation.
13762 2015-09-16  Segher Boessenkool  <segher@kernel.crashing.org>
13764         PR bootstrap/67587
13765         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
13766         fixup_partitions.
13768 2015-09-16  Richard Biener  <rguenther@suse.de>
13770         PR middle-end/67253
13771         * cfgexpand.c (expand_gimple_stmt_1): Do not clobber
13772         location of possibly shared trees.
13774 2015-09-16  Richard Biener  <rguenther@suse.de>
13776         PR middle-end/67271
13777         * fold-const.c (native_encode_expr): Bail out on bogus offsets.
13779 2015-09-16  Eric Botcazou  <ebotcazou@adacore.com>
13781         * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offset_int for
13782         offset and size computations instead of HOST_WIDE_INT.
13784 2015-09-16  Richard Biener  <rguenther@suse.de>
13786         PR middle-end/67442
13787         * fold-const.c (extract_muldiv_1): Properly extend multiplication
13788         result before builting a tree via wide_int_to_tree.
13790 2015-09-16  Mikhail Maltsev  <maltsevm@gmail.com>
13792         * Makefile.in: Add memory-block.cc
13793         (pool_allocator::initialize): Use fixed block size.
13794         (pool_allocator::release): Use memory_block_pool.
13795         (pool_allocator::allocate): Likewise.
13796         * asan.c (asan_mem_ref_pool): Adjust to use common block size in all
13797         object pools.
13798         * cfg.c (initialize_original_copy_tables): Likewise.
13799         * cselib.c (elt_list_pool, elt_loc_list_pool,
13800         cselib_val_pool): Likewise.
13801         * df-problems.c (df_chain_alloc): Likewise.
13802         * df-scan.c (df_scan_alloc): Likewise.
13803         * dse.c (cse_store_info_pool, rtx_store_info_pool,
13804         read_info_type_pool, insn_info_type_pool, bb_info_pool,
13805         group_info_pool, deferred_change_pool): Likewise.
13806         * et-forest.c (et_nodes, et_occurrences): Likewise.
13807         * ipa-cp.c (ipcp_cst_values_pool, ipcp_sources_pool,
13808         ipcp_agg_lattice_pool): Likewise.
13809         * ipa-inline-analysis.c (edge_predicate_pool): Likewise.
13810         * ipa-profile.c (histogram_pool): Likewise.
13811         * ipa-prop.c (ipa_refdesc_pool): Likewise.
13812         * ira-build.c (live_range_pool, allocno_pool, object_pool,
13813         initiate_cost_vectors, pref_pool, copy_pool): Likewise.
13814         * ira-color.c (update_cost_record_pool): Likewise.
13815         * lra-lives.c (lra_live_range_pool): Likewise.
13816         * lra.c (lra_insn_reg_pool, lra_copy_pool): Likewise.
13817         * memory-block.cc: New file.
13818         * memory-block.h: New file.
13819         * regcprop.c (queued_debug_insn_change_pool): Use common block size.
13820         * sched-deps.c (sched_deps_init): Likewise.
13821         * sel-sched-ir.c (sched_lists_pool): Likewise.
13822         * stmt.c (expand_case, expand_sjlj_dispatch_table): Likewise.
13823         * tree-sra.c (access_pool): Likewise.
13824         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
13825         * tree-ssa-pre.c (pre_expr_pool, bitmap_set_pool): Likewise.
13826         * tree-ssa-reassoc.c (operand_entry_pool): Likewise.
13827         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
13828         * tree-ssa-strlen.c (strinfo_pool): Likewise.
13829         * tree-ssa-structalias.c (variable_info_pool): Likewise.
13830         * var-tracking.c (attrs_def_pool, var_pool, valvar_pool,
13831         location_chain_pool, shared_hash_pool, loc_exp_dep_pool): Likewise.
13833 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
13835         * config/xtensa/xtensa.h (DWARF_ALT_FRAME_RETURN_COLUMN): New
13836         definition.
13837         (DWARF_FRAME_REGISTERS): Reserve space for one extra register in
13838         call0 ABI.
13840 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
13842         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Use a10 or a2
13843         to pass TLS call argument, according to current ABI.
13844         * config/xtensa/xtensa.md (tls_call pattern): Use callx8 or
13845         callx0 for TLS call, according to current ABI.
13847 2015-09-15  Eric Botcazou  <ebotcazou@adacore.com>
13849         * tree-eh.c (lower_try_finally_dup_block): Clear location information
13850         on stack restore statements.
13851         (decide_copy_try_finally): Do not consider a stack restore statement as
13852         coming from sources.
13854 2015-09-15  Uros Bizjak  <ubizjak@gmail.com>
13856         * config/alpha/alpha.c (alpha_expand_block_clear): Use
13857         HOST_WIDE_INT_M1U instead of ~(HOST_WIDE_INT)0 when shifting.
13859 2015-09-15  Jeff Law  <law@redhat.com>
13861         PR tree-optimization/47679
13862         * tree-ssa-dom.c (expr_hash_elt): Now a class with ctors/dtors,
13863         methods and private members.
13864         (avail_exprs_stack): Similarly.  Change type of global
13865         from a pair of expr_hash_elt_t to the new class.
13866         (expr_elt_hasher::hash): Corresponding changes.
13867         (expr_elt_hasher::equal): Similarly.
13868         (avail_expr_hash): Similarly.
13869         (pass_dominator::execute): Similarly.
13870         (dom_opt_dom_walker::thread_across_edge): Similarly.
13871         (record_cond): Similarly.
13872         (dom_opt_dom_walker::before_dom_children): Similarly.
13873         (dom_opt_dom_walker::after_dom_children): Similarly.
13874         (lookup_avail_expr): Likewise.
13875         (initialize_hash_element): Now a expr_hash_elt constructor.
13876         (initialize_hash_element_from_expr): Similarly.
13877         (free_expr_hash_elt_contents): Now a dtor for class expr_hash_elt.
13878         (free_expr_hash_elt): Call dtor for the element.
13879         (remove_local_expressions_from_table): Now the "pop_to_marker"
13880         method in the available_exprs_stack class.
13881         (avail_expr_stack::record_expr): Method factored out.
13882         (print_expr_hash_elt): Now a method in the expr_hash_elt class.
13883         Fix formatting.
13884         (hashable_expr_equal_p): Fix formatting.
13886 2015-09-15  David Malcolm  <dmalcolm@redhat.com>
13888         * input.h (location_get_source_line): Drop "expanded_location"
13889         param in favor of a file and line number.
13890         * input.c (location_get_source_line): Likewise.
13891         (dump_location_info): Update for change in signature of
13892         location_get_source_line.
13893         * diagnostic.c (diagnostic_print_caret_line): Likewise.
13895 2015-09-15  Eric Botcazou  <ebotcazou@adacore.com>
13897         * defaults.h (STACK_OLD_CHECK_PROTECT): Adjust for -fno-exceptions.
13898         Bump to 4KB for SJLJ exceptions.
13899         (STACK_CHECK_PROTECT): Likewise.  Bump to 8KB for SJLJ exceptions.
13900         * doc/tm.texi.in (STACK_CHECK_PROTECT): Adjust.
13901         * doc/tm.texi: Regenerate.
13903 2015-09-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13905         * config/arm/arm.c (arm_gen_constant): Use HOST_WIDE_INT_M1U instead
13906         of -1 when shifting.  Change type of val to unsigned HOST_WIDE_INT.
13907         Update prototype.
13909 2015-09-15  Richard Biener  <rguenther@suse.de>
13911         PR tree-optimization/67470
13912         * tree-ssa-loop-im.c (execute_sm_if_changed): Preserve PHI
13913         structure for PHI hoisting by inserting a forwarder block
13914         if appropriate.
13916 2015-09-15  Christian Bruel  <christian.bruel@st.com>
13918         * config/arm/arm.c (TARGET_OPTION_PRINT): Define.
13919         (arm_option_print): New function.
13921 2015-09-15  Christian Bruel  <christian.bruel@st.com>
13923         PR target/52144
13924         * config/arm/arm.c (arm_option_params_internal): Remove opts parameter.
13925         * config/arm/arm-c.c (arm_cpu_builtins): Declare static.
13926         Remove flags parameter.
13927         * config/arm/arm.h (TARGET_32BIT_P, TARGET_ARM_QBIT_P)
13928         (TARGET_ARM_SAT_P, TARGET_IDIV_P, TARGET_HAVE_LDREX_P)
13929         (TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P, TARGET_DSP_MULTIPLY_P)
13930         (TARGET_ARM_FEATURE_LDREX_P, TARGET_INT_SIMD_P): Redefine macros with...
13931         (TARGET_ARM_SAT, TARGET_IDIV, TARGET_HAVE_LDREX)
13932         (TARGET_HAVE_LDREXBH, TARGET_HAVE_LDREXD, TARGET_ARM_FEATURE_LDREX)
13933         (TARGET_DSP_MULTIPLY, TARGET_INT_SIMD): Redefined macros.
13934         * config/arm/arm-protos.h (arm_cpu_builtins): Remove declaration.
13936 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13938         * config/aarch64/aarch64.h (AARCH64_VALID_SIMD_DREG_MODE): New.
13940         * config/aarch64/aarch64.c (aarch64_array_mode_supported_p): Add
13941         AARCH64_VALID_SIMD_DREG_MODE.
13943 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13945         * config/aarch64/aarch64-simd.md (aarch64_ld2r<mode>,
13946         aarch64_ld3r<mode>, aarch64_ld4r<mode>): Combine together, making...
13947         (aarch64_simd_ld<VSTRUCT:nregs>r<VALLDIF:mode>): ...this.
13948         (aarch64_ld2_lane<mode>, aarch64_ld3_lane<mode>,
13949         aarch64_ld4_lane<mode>): Combine together, making...
13950         (aarch64_ld<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
13951         (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
13952         aarch64_st4_lane<mode>): Combine together, making...
13953         (aarch64_st<VSTRUCT:nregs>_lane<VALLDIF:mode>): ...this.
13954         * config/aarch64/iterators.md (nregs): Add comment.
13956 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13958         * config/aarch64/aarch64-simd.md (aarch64_simd_ld2r<mode>):
13959         Change operand mode from <V_TWO_ELEM> to BLK.
13960         (aarch64_vec_load_lanesoi_lane<mode>): Likewise.
13961         (aarch64_vec_store_lanesoi_lane<mode): Likewise
13962         (aarch64_ld2r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13963         (aarch64_ld2_lane<mode>): Likewise.
13964         (aarch64_st2_lane<VQ:mode>): Likewise.
13965         * config/aarch64/iterators.md (V_TWO_ELEM): Remove.
13967 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13969         * config/aarch64/aarch64-simd.md (aarch64_simd_ld4r<mode>):
13970         Change operand mode from <V_FOUR_ELEM> to BLK.
13971         (aarch64_vec_load_lanesxi_lane<mode>): Likewise.
13972         (aarch64_vec_store_lanesxi_lane<mode): Likewise.
13973         (aarch64_ld4r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
13974         (aarch64_ld4_lane<mode>): Likewise.
13975         (aarch64_st4_lane<mode>): Likewise.
13976         * config/aarch64/iterators.md (V_FOUR_ELEM): Remove.
13978 2015-09-15  Richard Biener  <rguenther@suse.de>
13980         PR middle-end/67563
13981         * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
13982         transfer EH info from old to new stmt.
13983         (replace_call_with_value): Likewise.
13984         (replace_call_with_call_and_fold): Likewise.
13985         (gimple_fold_builtin_memory_op): Likewise.
13986         (gimple_fold_builtin_memset): Likewise.
13987         (gimple_fold_builtin_stpcpy): Likewise.
13988         (gimple_fold_call): Likewise.
13990 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
13992         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist): Update
13993         comment.
13994         * config/aarch64/aarch64-builtins.c (ei_UP): Remove.
13995         (aarch64_simd_intEI_type_node): Likewise.
13996         (aarch64_simd_builtin_std_type): Remove EImode case.
13997         (aarch64_init_simd_builtin_types): Don't create/add intEI_type_node.
13998         * config/aarch64/aarch64-modes.def: Remove EImode.
14000 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
14002         * config/aarch64/aarch64-simd.md (aarch64_simd_ld3r<mode>):
14003         Change operand mode from <V_THREE_ELEM> to BLK.
14004         (aarch64_vec_load_lanesci_lane<mode>): Likewise.
14005         (aarch64_vec_store_lanesci_lane<mode>): Likewise.
14006         (aarch64_ld3r<mode>): Generate MEM rtx with BLKmode, call set_mem_size.
14007         (aarch64_ld3_lane<mode>): Likewise.
14008         (aarch64_st3_lane<mode>): Likewise.
14009         * config/aarch64/iterators.md (V_THREE_ELEM): Remove.
14011 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
14013         * config/aarch64/aarch64-simd.md
14014         (aarch64_ld2<mode>_dreg VD & DX, aarch64_st2<mode>_dreg VD & DX ):
14015         Change all TImode operands to BLKmode.
14016         (aarch64_ld3<mode>_dreg VD & DX, aarch64_st3<mode>_dreg VD & DX):
14017         Change all EImode operands to BLKmode.
14018         (aarch64_ld4<mode>_dreg VD & DX, aarch64_st4<mode>_dreg VD & DX):
14019         Change all OImode operands to BLKmode.
14021         (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Generate MEM rtx with BLKmode
14022         and call set_mem_size.
14023         (aarch64_st<VSTRUCT:nregs><VDC:mode>): Likewise.
14025         * config/aarch64/iterators.md (VSTRUCT_DREG): Remove.
14027 2015-09-15  Alan Lawrence  <alan.lawrence@arm.com>
14029         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Rename
14030         to...
14031         (aarch64_vec_store_lanesoi_lane<mode>): ...this.
14033         (vec_store_lanesci_lane<mode>): Rename to...
14034         (aarch64_vec_store_lanesci_lane<mode>): ...this.
14036         (vec_store_lanesxi_lane<mode>): Rename to...
14037         (aarch64_vec_store_lanesxi_lane<mode>): ...this.
14039         (aarch64_st2_lane<mode>, aarch64_st3_lane<mode>,
14040         aarch64_st4_lane<mode>): Follow renaming.
14042 2015-09-15  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14044         * config/s390/s390.c (s390_const_operand_ok): Add missing
14045         brackets.
14047 2015-09-15  Richard Biener  <rguenther@suse.de>
14049         PR lto/67568
14050         * lto-streamer.h (lto_location_cache::current_sysp): Properly
14051         initialize.
14052         * lto-streamer-out.c (clear_line_info): Likewise.
14054 2015-09-15  Richard Biener  <rguenther@suse.de>
14056         * doc/match-and-simplify.texi: Fix wording.
14058 2015-09-15  Bin Cheng  <bin.cheng@arm.com>
14060         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip
14061         unnecessary type conversion in op1.
14063 2015-09-14  Segher Boessenkool  <segher@kernel.crashing.org>
14065         * shrink-wrap.c (requires_stack_frame_p): Fix formatting.
14066         (dup_block_and_redirect): Delete function.
14067         (can_dup_for_shrink_wrapping): New function.
14068         (fix_fake_fallthrough_edge): New function.
14069         (try_shrink_wrapping): Rewrite function.
14070         (convert_to_simple_return): Call fix_fake_fallthrough_edge.
14072 2015-09-14  Rich Felker  <dalias@libc.org>
14074         * configure.ac: Change target pattern for sh TLS support
14075         test from "sh[34]-*-*" to "sh[123456789lbe]*-*-*".
14076         * configure: Regenerate.
14078 2015-09-14  Jeff Law  <law@redhat.com>
14080         PR tree-optimization/47679
14081         * tree-ssa-dom.c (avail_expr_hash): Pass a pointer to a real
14082         type rather than void *.
14084 2015-09-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14086         PR fortran/67460
14087         * diagnostic.c (diagnostic_initialize): Do not set
14088         some_warnings_are_errors.
14089         (diagnostic_finish): Use DK_WERROR count instead.
14090         (diagnostic_report_diagnostic): Do not set
14091         some_warnings_are_errors.
14092         * diagnostic.h (struct diagnostic_context): Remove
14093         some_warnings_are_errors.
14095 2015-09-14  Richard Sandiford  <richard.sandiford@arm.com>
14097         * config/sparc/predicates.md (const_all_ones_operand): Use
14098         CONSTM1_RTX to simplify definition.
14100 2015-09-14  Oleg Endo  <olegendo@gcc.gnu.org>
14102         PR target/67061
14103         * config/sh/sh-protos.h (sh_find_set_of_reg): Simplfiy for-loop.
14104         Handle call insns.
14106 2015-09-14  Chung-Lin Tang  <cltang@codesourcery.com>
14108         * lto-wrapper.c (merge_and_complain): Add OPT_fdiagnostics_show_caret,
14109         OPT_fdiagnostics_show_option, OPT_fdiagnostics_show_location_, and
14110         OPT_fshow_column to handled saved option cases.
14111         (append_compiler_options): Do not skip the above added options.
14113 2015-09-14  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14115         PR target/63304
14116         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Handle
14117         nopcrelative_literal_loads.
14118         (aarch64_classify_address): Likewise.
14119         (aarch64_constant_pool_reload_icode): Define.
14120         (aarch64_secondary_reload): Handle secondary reloads for
14121         literal pools.
14122         (aarch64_override_options): Handle nopcrelative_literal_loads.
14123         (aarch64_classify_symbol): Handle nopcrelative_literal_loads.
14124         * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
14125         Define.
14126         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
14127         * config/aarch64/aarch64.opt (mpc-relative-literal-loads): New option.
14128         * config/aarch64/predicates.md (aarch64_constant_pool_symref): New
14129         predicate.
14130         * doc/invoke.texi (mpc-relative-literal-loads): Document.
14132 2015-09-14  John David Anglin  <danglin@gcc.gnu.org>
14134         PR middle-end/67401
14135         * optabs.c (expand_atomic_compare_and_swap): Move result of emitting
14136         sync_compare_and_swap_optab libcall to target_oval.
14138 2015-09-14  Marek Polacek  <polacek@redhat.com>
14140         * rtlanal.c (split_double): Cast to unsigned when shifting a negative
14141         value.
14142         * sched-int.h (UNKNOWN_DEP_COST): Likewise.
14144 2015-09-11  Mark Wielaard  <mjw@redhat.com>
14146         PR c/28901
14147         * toplev.c (check_global_declaration): Check and use
14148         warn_unused_const_variable.
14149         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable.
14150         (-Wunused-variable): Remove non-constant. For C implies
14151         -Wunused-const-variable.
14152         (-Wunused-const-variable): New.
14154 2015-09-14  Richard Biener  <rguenther@suse.de>
14156         * doc/match-and-simplify.texi: Update for changed syntax
14157         of inner ifs and the new switch expression.
14159 2015-09-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
14161         * config/i386/haswell.md: New file describing Haswell pipeline.
14162         * config/i386/i386.c (processor_alias_table): Use CPU_HASWELL for
14163         haswell-like processors.
14164         (ix86_reassociation_width): Increase reassociation width for 64-bit
14165         Haswell processor family.
14166         * config/i386/i386.md: Introduce haswell cpu and include new md file.
14168 2015-09-14  Richard Biener  <rguenther@suse.de>
14170         * doc/match-and-simplify.texi: Fixup some formatting issues
14171         and document the 's' flag.
14173 2015-09-13  Olivier Hainque  <hainque@adacore.com>
14174             Eric Botcazou  <ebotcazou@adacore.com>
14176         * config.gcc (visium-*-*): Enable --with-cpu option, accept gr5 and
14177         gr6 as possible values, defaulting to gr5.  Set target_cpu_default2.
14178         * config/visium/visium.h (OPTION_DEFAULT_SPECS): Define.
14179         (TARGET_CPU_gr5): Likewise.
14180         (TARGET_CPU_gr6): Likewise.
14181         (MULTILIB_DEFAULTS): Likewise.
14182         * config/visium/t-visium (MULTILIB_OPTIONS): Request distinct variants
14183         for mcpu=gr5 and mcpu=gr6.
14184         (MULTILIB_DIRNAMES): Adjust accordingly.
14186 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14188         * tree-ssa-loop-im.c (mem_ref_loc_p): Remove typedef.
14189         (mem_ref_p): Likewise.
14190         (outermost_indep_loop): Adjust.
14191         (mem_ref_in_stmt): Likewise.
14192         (determine_max_movement): Likewise.
14193         (mem_ref_alloc): Likewise.
14194         (record_mem_ref_loc): Likewise.
14195         (set_ref_stored_in_loop): Likewise.
14196         (mark_ref_stored): Likewise.
14197         (gather_mem_refs_stmt): Likewise.
14198         (mem_refs_may_alias_p): Likewise.
14199         (for_all_locs_in_loop): Likewise.
14200         (struct rewrite_mem_ref_loc): Likewise.
14201         (rewrite_mem_refs): Likewise.
14202         (struct first_mem_ref_loc_1): Likewise.
14203         (first_mem_ref_loc): Likewise.
14204         (struct sm_set_flag_if_changed): Likewise.
14205         (execute_sm_if_changed_flag_set): Likewise.
14206         (execute_sm): Likewise.
14207         (hoist_memory_references):
14208         (struct ref_always_accessed): Likewise.
14209         (ref_always_accessed_p): Likewise.
14210         (refs_independent_p): Likewise.
14211         (record_dep_loop): Likewise.
14212         (ref_indep_loop_p_1): Likewise.
14213         (ref_indep_loop_p_2): Likewise.
14214         (ref_indep_loop_p): Likewise.
14215         (can_sm_ref_p): Likewise.
14216         (find_refs_for_sm): Likewise.
14217         (tree_ssa_lim_finalize): Likewise.
14219 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14221         * dwarf2out.c (dw_attr_ref): Remove typedef.
14222         (dw_line_info_ref): Likewise.
14223         (pubname_ref): Likewise.
14224         (dw_ranges_ref): Likewise.
14225         (dw_ranges_by_label_ref): Likewise.
14226         (comdat_type_node_ref): Likewise.
14227         (get_AT): Adjust.
14228         (get_AT_low_pc): Likewise.
14229         (get_AT_hi_pc): Likewise.
14230         (get_AT_string): Likewise.
14231         (get_AT_flag): Likewise.
14232         (get_AT_unsigned): Likewise.
14233         (get_AT_ref): Likewise.
14234         (get_AT_file): Likewise.
14235         (remove_AT): Likewise.
14236         (print_die): Likewise.
14237         (check_die): Likewise.
14238         (die_checksum): Likewise.
14239         (attr_checksum_ordered): Likewise.
14240         (struct checksum_attributes): Likewise.
14241         (collect_checksum_attributes): Likewise.
14242         (die_checksum_ordered): Likewise.
14243         (same_die_p): Likewise.
14244         (is_declaration_die): Likewise.
14245         (clone_die): Likewise.
14246         (clone_as_declaration): Likewise.
14247         (copy_declaration_context): Likewise.
14248         (break_out_comdat_types): Likewise.
14249         (copy_decls_walk): Likewise.
14250         (output_location_lists): Likewise.
14251         (external_ref_hasher::hash): Likewise.
14252         (optimize_external_refs_1): Likewise.
14253         (build_abbrev_table): Likewise.
14254         (size_of_die): Likewise.
14255         (unmark_all_dies): Likewise.
14256         (size_of_pubnames): Likewise.
14257         (output_die_abbrevs): Likewise.
14258         (output_die): Likewise.
14259         (output_pubnames): Likewise.
14260         (add_ranges_num): Likewise.
14261         (add_ranges_by_labels): Likewise.
14262         (add_high_low_attributes): Likewise.
14263         (gen_producer_string): Likewise.
14264         (dwarf2out_set_name): Likewise.
14265         (new_line_info_table): Likewise.
14266         (prune_unused_types_walk_attribs): Likewise.
14267         (prune_unused_types_update_strings): Likewise.
14268         (prune_unused_types): Likewise.
14269         (resolve_addr): Likewise.
14270         (optimize_location_lists_1): Likewise.
14271         (index_location_lists): Likewise.
14272         (dwarf2out_finish): Likewise.
14274 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14276         * dwarf2cfi.c (dw_trace_info_ref): Remove typedef.
14278 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14280         * tree-vrp.c (struct assert_locus_d): Rename to assert_locus.
14281         (dump_asserts_for): Adjust.
14282         (register_new_assert_for): Likewise.
14283         (process_assert_insertions): Likewise.
14284         (insert_range_assertions): Likewise.
14286 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14288         * tree-ssa-ter.c (temp_expr_table_d): Rename to temp_expr_table
14289         and remove typedef.
14290         (new_temp_expr_table): Adjust.
14291         (free_temp_expr_table): Likewise.
14292         (version_to_be_replaced_p): Likewise.
14293         (make_dependent_on_partition): Likewise.
14294         (add_to_partition_kill_list): Likewise.
14295         (remove_from_partition_kill_list): Likewise.
14296         (add_dependence): Likewise.
14297         (finished_with_expr): Likewise.
14298         (process_replaceable): Likewise.
14299         (kill_expr): Likewise.
14300         (kill_virtual_exprs): Likewise.
14301         (mark_replaceable): Likewise.
14302         (find_replaceable_in_bb): Likewise.
14303         (find_replaceable_exprs): Likewise.
14304         (debug_ter): Likewise.
14306 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14308         * bt-load.c (struct btr_def_group): Rename from btr_def_group_s.
14309         (struct btr_user): Rename from btr_user_s.
14310         (struct btr_def): Rename from btr_def_s.
14311         (find_btr_def_group): Adjust.
14312         (add_btr_def): Likewise.
14313         (new_btr_user): Likewise.
14314         (note_other_use_this_block): Likewise.
14315         (compute_defs_uses_and_gen): Likewise.
14316         (link_btr_uses): Likewise.
14317         (build_btr_def_use_webs): Likewise.
14318         (block_at_edge_of_live_range_p): Likewise.
14319         (btr_def_live_range): Likewise.
14320         (combine_btr_defs): Likewise.
14321         (move_btr_def): Likewise.
14322         (migrate_btr_def): Likewise.
14323         (migrate_btr_defs): Likewise.
14325 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14327         * var-tracking.c (shared_hash_def): Rename to shared_hash.
14328         (shared_hash): Remove typedef.
14329         (struct dataflow_set): Adjust.
14330         (shared_hash_unshare): Likewise.
14331         (dataflow_set_merge): Likewise.
14332         (vt_initialize): Likewise.
14333         (vt_finalize): Likewise.
14335 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14337         * var-tracking.c (struct location_chain): Rename from
14338         location_chain_def.
14339         (struct variable_part): Adjust.
14340         (variable_htab_free): Likewise.
14341         (unshare_variable): Likewise.
14342         (get_init_value): Likewise.
14343         (get_addr_from_local_cache): Likewise.
14344         (drop_overlapping_mem_locs): Likewise.
14345         (val_reset): Likewise.
14346         (struct variable_union_info): Likewise.
14347         (variable_union): Likewise.
14348         (find_loc_in_1pdv): Likewise.
14349         (insert_into_intersection): Likewise.
14350         (intersect_loc_chains): Likewise.
14351         (canonicalize_loc_order_check): Likewise.
14352         (canonicalize_values_mark): Likewise.
14353         (canonicalize_values_star): Likewise.
14354         (canonicalize_vars_star): Likewise.
14355         (variable_merge_over_cur): Likewise.
14356         (remove_duplicate_values): Likewise.
14357         (variable_post_merge_new_vals): Likewise.
14358         (variable_post_merge_perm_vals): Likewise.
14359         (find_mem_expr_in_1pdv): Likewise.
14360         (dataflow_set_preserve_mem_locs): Likewise.
14361         (dataflow_set_remove_mem_locs): Likewise.
14362         (variable_part_different_p): Likewise.
14363         (onepart_variable_different_p): Likewise.
14364         (find_src_set_src): Likewise.
14365         (dump_var): Likewise.
14366         (set_slot_part): Likewise.
14367         (clobber_slot_part): Likewise.
14368         (delete_slot_part): Likewise.
14369         (vt_expand_var_loc_chain): Likewise.
14370         (emit_note_insn_var_location): Likewise.
14371         (vt_finalize): Likewise.
14373 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14375         * dse.c (store_info_t): Remove typedef.
14376         (group_info_t): Likewise.
14377         (const_group_info_t): Likewise.
14378         (deferred_change_t): Likewise.
14379         (get_group_info): Adjust.
14380         (free_store_info): Likewise.
14381         (canon_address): Likewise.
14382         (clear_rhs_from_active_local_stores): Likewise.
14383         (record_store): Likewise.
14384         (replace_read): Likewise.
14385         (check_mem_read_rtx): Likewise.
14386         (scan_insn): Likewise.
14387         (remove_useless_values): Likewise.
14388         (dse_step1): Likewise.
14389         (dse_step2_init): Likewise.
14390         (dse_step2_nospill): Likewise.
14391         (scan_stores_nospill): Likewise.
14392         (scan_reads_nospill): Likewise.
14393         (dse_step3_exit_block_scan): Likewise.
14394         (dse_step3): Likewise.
14395         (dse_step5_nospill): Likewise.
14396         (dse_step6): Likewise.
14398 2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14400         * alias.c (alias_set_entry_d): Rename to alias_set_entry.
14401         (alias_set_entry): Remove typedef.
14402         (alias_set_subset_of): Adjust.
14403         (alias_sets_conflict_p): Likewise.
14404         (init_alias_set_entry): Likewise.
14405         (get_alias_set): Likewise.
14406         (new_alias_set): Likewise.
14407         (record_alias_subset): Likewise.
14409 2015-09-13  Gerald Pfeifer  <gerald@pfeifer.com>
14411         * doc/install.texi (Downloading the source): Mark up
14412         contrib/download_prerequisites properly and drop leading "./".
14414 2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
14416         * config/arc/arc.h: Remove define of STRUCT_VALUE.
14417         * config/lm32/lm32.h: Likewise.
14418         * config/mep/mep.h: Likewise.
14419         * config/visium/visium.h: Likewise.
14420         * system.h: Poison STRUCT_VALUE macro.
14422 2015-09-12  John David Anglin  <danglin@gcc.gnu.org>
14424         * config/pa/pa.c (pa_output_move_double): Enhance to handle HIGH
14425         CONSTANT_P operands.
14427 2015-09-11  David S. Miller  <davem@davemloft.net>
14429         * config/sparc/constraints.md: Make "U" constraint a real register
14430         constraint.
14431         * config/sparc/sparc.c (TARGET_LRA_P): Define.
14432         (D_MODES, DF_MODES): Add missing cast.
14433         (TF_MODES, TF_MODES_NO_S): Include T_MODE.
14434         (OF_MODES, OF_MODES_NO_S): Include O_MODE.
14435         (sparc_register_move_cost): Decrease Niagara/UltrsSPARC memory
14436         cost to 8.
14437         * config/sparc/sparc.h (PROMOTE_MODE): Define.
14438         * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
14439         provide these insn when flag_pic.
14441 2015-09-11  Jeff Law  <law@redhat.com>
14443         PR tree-optimization/47679
14444         * tree-ssa-dom.c (struct cond_equivalence): Update comment.
14445         * tree-ssa-scopedtables.h (class const_and_copies): Prefix data
14446         member with m_.  Update inline member functions as necessary.  Add
14447         toplevel comment.
14448         * tree-ssa-scopedtables.c: Update const_and_copies's member
14449         functions to use m_ prefix to access the stack.
14451 2015-09-11  Aditya Kumar  <aditya.k7@samsung.com>
14453         * graphite-optimize-isl.c (disable_tiling): Remove.
14454         (get_schedule_for_band): Do not use disable_tiling.
14455         (get_prevector_map): Delete function.
14456         (enable_polly_vector): Remove.
14457         (get_schedule_for_band_list): Remove dead code.
14459 2015-09-11  Aditya Kumar  <aditya.k7@samsung.com>
14461         * graphite-optimize-isl.c (get_tile_map): Refactor.
14462         (get_schedule_for_band): Same.
14463         (getScheduleForBand): Same.
14464         (get_prevector_map): Same.
14465         (get_schedule_for_band_list): Same.
14466         (get_schedule_map): Same.
14467         (get_single_map): Same.
14468         (apply_schedule_map_to_scop): Same.
14469         (optimize_isl): Same.
14471 2015-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14473         PR target/63304
14474         * config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
14475         (movtf): Delete.
14476         * config/aarch64/iterators.md (GPF_TF_F16): New.
14477         (GPF_F16): Delete.
14479 2015-09-10  Nathan Sidwell  <nathan@acm.org>
14481         * config/nvptx/nvptx.c (nvptx_expand_call): Add spacing.
14482         (nvptx_reorg): Adjust comments.
14484 2015-09-15  John David Anglin  <danglin@gcc.gnu.org>
14486         PR bootstrap/67363
14487         * configure.ac: Check if setenv and unsetenv are declared.
14488         * configure: Rebuild.
14489         * config.in: Rebuild.
14490         * system.h: Declare setenv and unsetenv if not declared.
14492 2015-09-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14494         * config/rs6000/rs6000.c (swap_web_entry): Update preceding
14495         commentary to simplify permute mask adjustment equation.
14496         (special_handling_values): Add SH_VPERM.
14497         (const_load_sequence_p): New function.
14498         (insn_is_swappable_p): Add logic to recognize an UNSPEC_VPERM with
14499         the mask loaded from the constant pool.
14500         (adjust_vperm): New function.
14501         (handle_special_swappables): Call adjust_vperm.
14502         (dump_swap_insn_table): Handle SH_VPERM.
14504 2015-09-10  H.J. Lu  <hongjiu.lu@intel.com>
14506         * shrink-wrap.c (requires_stack_frame_p): Remove static.
14507         * shrink-wrap.h (requires_stack_frame_p): Put back.
14509 2015-09-10  Richard Sandiford  <richard.sandiford@arm.com>
14511         * reload1.c (elimination_costs_in_insn): Locally turn
14512         -Wmaybe-uninitialized into a warning.
14514 2015-09-10  Segher Boessenkool  <segher@kernel.crashing.org>
14516         * shrink-wrap.c (requires_stack_frame_p): Make static.
14517         (prepare_shrink_wrap): Likewise.
14518         (dup_block_and_redirect): Likewise.
14519         * shrink-wrap.h: Remove declarations of those functions.
14521 2015-09-10  Mark Wielaard  <mjw@redhat.com>
14523         * doc/invoke.texi (Wnonnull): Also warns when comparing against NULL.
14525 2015-09-10  Oleg Endo  <olegendo@gcc.gnu.org>
14527         PR target/67506
14528         * config/sh/sh.c (sh_extending_set_of_reg::use_as_extended_reg): Add
14529         missing simplify_gen_subreg.
14531 2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14533         * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Reject if
14534         the vector element is bigger than 64 bit.
14536 2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14538         * config/s390/vx-builtins.md ("vec_vmal<mode>", "vec_vmah<mode>")
14539         ("vec_vmalh<mode>"): Change mode iterator from VI_HW to VI_HW_QHS.
14541 2015-09-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14543         * config/s390/s390.c: Add V1TImode to constant pool modes.
14545 2015-09-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14547         PR target/67439
14548         * config/arm/arm.md (*arm32_movhf): Remove !arm_restrict_it from
14549         predicate.  Set predicable_short_it attr to "no".
14551 2015-09-10  Jiong Wang  <jiong.wang@arm.com>
14553         PR rtl-optimization/67421
14554         * expr.c (expand_expr_real_2): Cost instrcution sequences when doing
14555         left wide shift tranformation.
14557 2015-09-10  Claudiu Zissulescu  <claziss@synopsys.com>
14559         * common/config/arc/arc-common.c: Remove references to A5.
14560         * config/arc/arc-opts.h: Likewise.
14561         * config/arc/arc.c, config/arc/arc.h, config/arc/arc.md: Likewise.
14562         * config/arc/arc.opt, config/arc/constraints.md: Likewise.
14563         * config/arc/t-arc-newlib: Likewise.
14565 2015-09-10  Claudiu Zissulescu <claziss@synopsys.com>
14567         * config/arc/arc.md (length): Fix attribute length for conditional
14568         executed instructions with long immediate.
14570 2015-09-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14572         * config/aarch64/aarch64.md (*and<mode>3nr_compare0): Use logics_imm
14573         type for second alternative.
14575 2015-09-10  Markus Trippelsdorf  <markus@trippelsdorf.de>
14577         * doc/invoke.texi (Downloading GCC): Mention
14578         contrib/download_prerequisites script.
14580 2015-09-10  Jakub Jelinek  <jakub@redhat.com>
14582         PR c++/67523
14583         * gimplify.c (gimplify_omp_for): If inner stmt is not found
14584         for combined loop, assert seen_error () and return GS_ERROR.
14586         PR middle-end/67521
14587         * gimplify.c (gimplify_omp_for): Don't call omp_add_variable
14588         if decl is already in outer->variables.
14590         PR middle-end/67517
14591         * gimplify.c (gimplify_scan_omp_clauses): Instead of
14592         asserting that decl is not specified in octx->variables,
14593         break out of the loop if it is.
14595         PR c++/67514
14596         * gimplify.c (gimplify_omp_for): For loop SIMD construct, if
14597         iterator is not explicitly determined, but is defined inside
14598         of the combined workshare region, handle it like if it has
14599         DECL_EXPR in OMP_FOR_PRE_BODY.
14601 2015-09-09  Nathan Sidwell  <nathan@acm.org>
14603         * config/nvptx/nvptx.md (call_operation): Move bound out of loop.
14604         (*cmp<mode>): Add assembler spacing.
14605         (setcc_int<mode>, set_cc_float<mode>): Likewise.
14606         * config/nvptx/nvptx.c (nvptx_option_override): Override debug
14607         level.
14608         (write_func_decl_from_insn): Refactor argument loops & comma emission.
14609         (nvptx_expand_call): Likewise.
14610         (nvptx_output_call_insn): Likewise.
14611         (nvptx_reorg_subreg): Add spacing.
14613 2015-09-09  Marek Polacek  <polacek@redhat.com>
14615         PR middle-end/67512
14616         * tree-ssa-uninit.c (pred_equal_p): Only call invert_tree_comparison
14617         for comparisons.
14619 2015-09-09  Paolo Carlini  <paolo.carlini@oracle.com>
14621         PR c++/53184
14622         * doc/invoke.texi ([Wsubobject-linkage]): Document.
14624 2015-09-09  Tom de Vries  <tom@codesourcery.com>
14626         * params-list.h: Add missing copyright notice.
14628 2015-09-09  Nathan Sidwell  <nathan@acm.org>
14630         * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>): Use
14631         sel_truesi, not andsi.
14633 2015-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14635         * config/arm/arm.md (*subsi3_compare0): Rename to...
14636         (subsi3_compare0): ... This.
14637         (modsi3): New define_expand.
14638         * config/arm/arm.c (arm_new_rtx_costs, MOD case): Handle case
14639         when operand is power of 2.
14641 2015-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14643         * config/aarch64/aarch64.md (mod<mode>3): New define_expand.
14644         (*neg<mode>2_compare0): Rename to...
14645         (neg<mode>2_compare0): ... This.
14646         * config/aarch64/aarch64.c (aarch64_rtx_costs, MOD case):
14647         Move check for speed inside the if-then-elses.  Reflect
14648         CSNEG sequence in MOD by power of 2 case.
14650 2015-09-09  Alan Modra  <amodra@gmail.com>
14652         PR target/67378
14653         * config/rs6000/rs6000.c (rs6000_secondary_reload_gpr): Find
14654         reload replacement for PRE_MODIFY address reg.
14656 2015-09-09  Sebastian Pop  <s.pop@samsung.com>
14658         PR tree-optimization/53852
14659         * config.in: Regenerate.
14660         * configure: Regenerate.
14661         * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect.
14662         * graphite-optimize-isl.c (optimize_isl): Stop computation when
14663         PARAM_MAX_ISL_OPERATIONS is reached.
14664         * params.def (PARAM_MAX_ISL_OPERATIONS): Add.
14665         * graphite-dependences.c (extend_schedule): Remove gcc_asserts on
14666         result equal to isl_stat_ok as the status now can be isl_error_quota.
14667         (subtract_commutative_associative_deps): Same.
14668         (compute_deps): Same.
14670 2015-09-08  Aditya Kumar  <hiraditya@msn.com>
14671             Sebastian Pop  <s.pop@samsung.com>
14673         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
14674         Return the parameter if it was saved in corresponding
14675         parameter_rename_map of the region.
14676         (copy_def): Copy def from sese region to the newly created region.
14677         (copy_internal_parameters): Copy all the internal parameters defined
14678         within a region to the newly created region.
14679         (graphite_regenerate_ast_isl): Copy parameters to the new region before
14680         translating isl to gimple.
14681         * graphite-scop-detection.c (graphite_can_represent_loop): Bail out if
14682         the loop-nest does not have any data-references.
14683         (build_graphite_scops): Create a scop only when there is at least one
14684         loop inside it.
14685         (contains_only_close_phi_nodes): Deleted.
14686         (print_graphite_scop_statistics): Deleted
14687         (print_graphite_statistics): Deleted
14688         (limit_scops): Deleted.
14689         (build_scops): Removed call to limit_scops.
14690         * sese.c (new_sese): Construct.
14691         (free_sese): Destruct.
14692         (sese_add_exit_phis_edge): update_stmt after exit phi edge has been
14693         added.
14694         (set_rename): Pass sese region so that parameters inside the region can
14695         be added to its parameter_rename_map.
14696         (rename_uses): Pass sese region.
14697         (graphite_copy_stmts_from_block): Do not copy parameters that have been
14698         generated in the header of the scop. For each SSA_NAME in the
14699         parameter_rename_map rename its usage.
14700         (invariant_in_sese_p_rec): Return false if tree t is defined outside
14701         sese region.
14702         (scalar_evolution_in_region): If the tree t is invariant just return t.
14703         * sese.h: Added a parameter renamne map (parameter_rename_map_t) to
14704         struct sese to keep track of all the parameters which need renaming.
14705         * tree-data-ref.c (loop_nest_has_data_refs): Check if a loop nest has
14706         any data-refs.
14707         * tree-data-ref.h: Declaration of loop_nest_has_data_refs.
14709 2015-09-08  Tom de Vries  <tom@codesourcery.com>
14711         * Makefile.in (generated_files): Add params.list.
14712         (params.list, s-params.list): Add rule.
14713         * params.h (enum compiler_param): Include params-list.h.  Move define
14714         DEFPARAM, include params.def and undef DEFPARAM ...
14715         * params-list.h: ... here.  New file.
14717 2015-09-08  David Malcolm  <dmalcolm@redhat.com>
14719         * pretty-print.h (printer_fn): Fix typo in comment.
14721 2015-09-07  Jeff Law  <law@redhat.com>
14723         * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
14725 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14727         * doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference.
14728         (arm_neon_fp16_ok): Document adding of -mfp16-format=ieee flag.
14729         (arm_neon_fp16_hw): New.
14731 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14733         * fold-const.c (native_interpret_real): Fix HFmode for bigendian where
14734         UNITS_PER_WORD >= 4.
14736 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14738         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_unpacks_lo_<mode>,
14739         aarch64_simd_vec_unpacks_hi_<mode>): New insn.
14740         (vec_unpacks_lo_v4sf, vec_unpacks_hi_v4sf): Delete insn.
14741         (vec_unpacks_lo_<mode>, vec_unpacks_hi_<mode>): New expand.
14742         (aarch64_float_extend_lo_v2df): Rename to...
14743         (aarch64_float_extend_lo_<Vwide>): this, using VDF and so adding V4SF.
14745         * config/aarch64/aarch64-simd-builtins.def (vec_unpacks_hi): Add v8hf.
14746         (float_extend_lo): Add v4sf.
14748         * config/aarch64/arm_neon.h (vcvt_f32_f16, vcvt_high_f32_f16): New.
14749         * config/aarch64/iterators.md (VQ_HSF): New iterator.
14750         (VWIDE, Vwtype, Vhalftype): Add V8HF, V4SF.
14751         (Vwide): New mode_attr.
14753 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14755         * config/aarch64/aarch64-simd.md (aarch64_simd_dup<mode>,
14756         aarch64_dup_lane<mode>, aarch64_dup_lane_<vswap_width_name><mode>,
14757         aarch64_simd_vec_set<mode>, vec_set<mode>, vec_perm_const<mode>,
14758         vec_init<mode>, *aarch64_simd_ld1r<mode>, vec_extract<mode>): Add
14759         V4HF and V8HF variants to iterator.
14761         * config/aarch64/aarch64.c (aarch64_evpc_dup): Add V4HF and V8HF cases.
14763         * config/aarch64/iterators.md (VDQF_F16): New.
14764         (VSWAP_WIDTH, vswap_width_name): Add V4HF and V8HF cases.
14766 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14768         * config/aarch64/arm_neon.h (vreinterpret_p8_f16, vreinterpret_p16_f16,
14769         vreinterpret_f16_f64, vreinterpret_f16_s8, vreinterpret_f16_s16,
14770         vreinterpret_f16_s32, vreinterpret_f16_s64, vreinterpret_f16_f32,
14771         vreinterpret_f16_u8, vreinterpret_f16_u16, vreinterpret_f16_u32,
14772         vreinterpret_f16_u64, vreinterpret_f16_p8, vreinterpret_f16_p16,
14773         vreinterpretq_f16_f64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
14774         vreinterpretq_f16_s32, vreinterpretq_f16_s64, vreinterpretq_f16_f32,
14775         vreinterpretq_f16_u8, vreinterpretq_f16_u16, vreinterpretq_f16_u32,
14776         vreinterpretq_f16_u64, vreinterpretq_f16_p8, vreinterpretq_f16_p16,
14777         vreinterpret_f32_f16, vreinterpret_f64_f16, vreinterpret_s64_f16,
14778         vreinterpret_u64_f16, vreinterpretq_u64_f16, vreinterpret_s8_f16,
14779         vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
14780         vreinterpret_u16_f16, vreinterpret_u32_f16, vreinterpretq_p8_f16,
14781         vreinterpretq_p16_f16, vreinterpretq_f32_f16, vreinterpretq_f64_f16,
14782         vreinterpretq_s64_f16, vreinterpretq_s8_f16, vreinterpretq_s16_f16,
14783         vreinterpretq_s32_f16, vreinterpretq_u8_f16, vreinterpretq_u16_f16,
14784         vreinterpretq_u32_f16, vget_low_f16, vget_high_f16, vld1_dup_f16,
14785         vld1q_dup_f16): New.
14787 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14789         * config/aarch64/aarch64-simd.md (aarch64_float_truncate_lo_v2sf):
14790         Reparameterize to...
14791         (aarch64_float_truncate_lo_<mode>): ...this, for both V2SF and V4HF.
14792         (aarch64_float_truncate_hi_v4sf): Reparameterize to...
14793         (aarch64_float_truncate_hi_<Vdbl>): ...this, for both V4SF and V8HF.
14795         * config/aarch64/aarch64-simd-builtins.def (float_truncate_hi_): Add
14796         v8hf variant.
14797         (float_truncate_lo_): Use BUILTIN_VDF iterator.
14799         * config/aarch64/arm_neon.h (vcvt_f16_f32, vcvt_high_f16_f32): New.
14801         * config/aarch64/iterators.md (VDF, Vdtype): New.
14802         (VWIDE, Vmwtype): Add cases for V4HF and V2SF.
14804 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14806         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Add V4HFmode.
14807         * config/aarch64/aarch64-builtins.c (VAR13, VAR14): New.
14808         (aarch64_scalar_builtin_types, aarch64_init_simd_builtin_scalar_types):
14809         Add __builtin_aarch64_simd_hf.
14810         * config/aarch64/arm_neon.h (float16x4x2_t, float16x8x2_t,
14811         float16x4x3_t, float16x8x3_t, float16x4x4_t, float16x8x4_t,
14812         vcombine_f16, vst2_lane_f16, vst2q_lane_f16, vst3_lane_f16,
14813         vst3q_lane_f16, vst4_lane_f16, vst4q_lane_f16, vld2_f16, vld2q_f16,
14814         vld3_f16, vld3q_f16, vld4_f16, vld4q_f16, vld2_dup_f16, vld2q_dup_f16,
14815         vld3_dup_f16, vld3q_dup_f16, vld4_dup_f16, vld4q_dup_f16,
14816         vld2_lane_f16, vld2q_lane_f16, vld3_lane_f16, vld3q_lane_f16,
14817         vld4_lane_f16, vld4q_lane_f16, vst2_f16, vst2q_f16, vst3_f16,
14818         vst3q_f16, vst4_f16, vst4q_f16, vcreate_f16): New.
14820         * config/aarch64/iterators.md (VALLDIF, Vtype, Vetype, Vbtype,
14821         V_cmp_result, v_cmp_result): Add cases for V4HF and V8HF.
14822         (VDC, Vdbl): Add V4HF.
14824 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14826         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p): Support
14827         V4HFmode and V8HFmode.
14828         (aarch64_split_simd_move): Add case for V8HFmode.
14829         * config/aarch64/aarch64-builtins.c (v4hf_UP, v8hf_UP): Define.
14830         (aarch64_simd_builtin_std_type): Handle HFmode.
14831         (aarch64_init_simd_builtin_types): Include Float16x4_t and Float16x8_t.
14833         * config/aarch64/aarch64-simd.md (mov<mode>, aarch64_get_lane<mode>,
14834         aarch64_ld1<VALL:mode>, aarch64_st1<VALL:mode): Use VALL_F16 iterator.
14835         (aarch64_be_ld1<mode>, aarch64_be_st1<mode>): Use VALLDI_F16 iterator.
14837         * config/aarch64/aarch64-simd-builtin-types.def: Add Float16x4_t,
14838         Float16x8_t.
14840         * config/aarch64/aarch64-simd-builtins.def (ld1, st1): Use VALL_F16.
14841         * config/aarch64/arm_neon.h (float16x4_t, float16x8_t, float16_t):
14842         New typedefs.
14843         (vget_lane_f16, vgetq_lane_f16, vset_lane_f16, vsetq_lane_f16,
14844         vld1_f16, vld1q_f16, vst1_f16, vst1q_f16, vst1_lane_f16,
14845         vst1q_lane_f16): New.
14846         * config/aarch64/iterators.md (VD, VQ, VQ_NO2E): Add vectors of HFmode.
14847         (VALLDI_F16, VALL_F16): New.
14848         (Vmtype, VEL, VCONQ, VHALF, V_TWO_ELEM, V_THREE_ELEM, V_FOUR_ELEM, q):
14849         Add cases for V4HF and V8HF.
14850         (VDBL, VRL2, VRL3, VRL4): Add V4HF case.
14852 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14854         * config/arm/arm-builtins.c (VAR11, VAR12): New.
14855         * config/arm/arm_neon_builtins.def (vcombine, vld2_dup, vld3_dup,
14856         vld4_dup): Add v4hf variant.
14857         (vget_high, vget_low): Add v8hf variant.
14858         (vld1, vst1, vst1_lane, vld2, vld2_lane, vst2, vst2_lane, vld3,
14859         vld3_lane, vst3, vst3_lane, vld4, vld4_lane, vst4, vst4_lane): Add
14860         v4hf and v8hf variants.
14862         * config/arm/iterators.md (VD_LANE, VD_RE, VQ2, VQ_HS): New.
14863         (VDX): Add V4HF.
14864         (V_DOUBLE): Add case for V4HF.
14865         (VQX): Add V8HF.
14866         (V_HALF): Add case for V8HF.
14867         (VDQX): Add V4HF, V8HF.
14868         (V_elem, V_two_elem, V_three_elem, V_four_elem, V_cmp_result,
14869         V_uf_sclr, V_sz_elem, V_mode_nunits, q): Add cases for V4HF & V8HF.
14871         * config/arm/neon.md (vec_set<mode>internal, vec_extract<mode>,
14872         neon_vget_lane<mode>_sext_internal, neon_vget_lane<mode>_zext_internal,
14873         vec_load_lanesoi<mode>, neon_vld2<mode>, vec_store_lanesoi<mode>,
14874         neon_vst2<mode>, vec_load_lanesci<mode>, neon_vld3<mode>,
14875         neon_vld3qa<mode>, neon_vld3qb<mode>, vec_store_lanesci<mode>,
14876         neon_vst3<mode>, neon_vst3qa<mode>, neon_vst3qb<mode>,
14877         vec_load_lanesxi<mode>, neon_vld4<mode>, neon_vld4qa<mode>,
14878         neon_vld4qb<mode>, vec_store_lanesxi<mode>, neon_vst4<mode>,
14879         neon_vst4qa<mode>, neon_vst4qb<mode>): Change VQ iterator to VQ2.
14881         (neon_vcreate, neon_vreinterpretv8qi<mode>,
14882         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
14883         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>):
14884         Change VDX to VD_RE.
14886         (neon_vld2_lane<mode>, neon_vst2_lane<mode>, neon_vld3_lane<mode>,
14887         neon_vst3_lane<mode>, neon_vld4_lane<mode>, neon_vst4_lane<mode>):
14888         Change VD iterator to VD_LANE, and VMQ iterator to VQ_HS.
14890         * config/arm/arm_neon.h (float16x4x2_t, float16x8x2_t, float16x4x3_t,
14891         float16x8x3_t, float16x4x4_t, float16x8x4_t, vcombine_f16,
14892         vget_high_f16, vget_low_f16, vld1_f16, vld1q_f16, vst1_f16, vst1q_f16,
14893         vst1_lane_f16, vst1q_lane_f16, vld2_f16, vld2q_f16, vld2_lane_f16,
14894         vld2q_lane_f16, vld2_dup_f16, vst2_f16, vst2q_f16, vst2_lane_f16,
14895         vst2q_lane_f16, vld3_f16, vld3q_f16, vld3_lane_f16, vld3q_lane_f16,
14896         vld3_dup_f16, vst3_f16, vst3q_f16, vst3_lane_f16, vst3q_lane_f16,
14897         vld4_f16, vld4q_f16, vld4_lane_f16, vld4q_lane_f16, vld4_dup_f16,
14898         vst4_f16, vst4q_f16, vst4_lane_f16, vst4q_lane_f16): New.
14900 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14902         * config/arm/arm_neon.h (vgetq_lane_f16, vsetq_lane_f16, vld1q_lane_f16,
14903         vld1q_dup_f16, vreinterpretq_p8_f16, vreinterpretq_p16_f16,
14904         vreinterpretq_f16_p8, vreinterpretq_f16_p16, vreinterpretq_f16_f32,
14905         vreinterpretq_f16_p64, vreinterpretq_f16_p128, vreinterpretq_f16_s64,
14906         vreinterpretq_f16_u64, vreinterpretq_f16_s8, vreinterpretq_f16_s16,
14907         vreinterpretq_f16_s32, vreinterpretq_f16_u8, vreinterpretq_f16_u16,
14908         vreinterpretq_f16_u32, vreinterpretq_f32_f16, vreinterpretq_p64_f16,
14909         vreinterpretq_p128_f16, vreinterpretq_s64_f16, vreinterpretq_u64_f16,
14910         vreinterpretq_s8_f16, vreinterpretq_s16_f16, vreinterpretq_s32_f16,
14911         vreinterpretq_u8_f16, vreinterpretq_u16_f16, vreinterpretq_u32_f16):
14912         New.
14914 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14916         * config/arm/arm.h (VALID_NEON_QREG_MODE): Add V8HFmode.
14918         * config/arm/arm.c (arm_vector_mode_supported_p): Support V8HFmode.
14920         * config/arm/arm-builtins.c (v8hf_UP): New.
14921         (arm_init_simd_builtin_types): Initialise Float16x8_t.
14923         * config/arm/arm-simd-builtin-types.def (Float16x8_t): New.
14925         * config/arm/arm_neon.h (float16x8_t): New typedef.
14927 2015-09-08  Alan Lawrence  <alan.lawrence@arm.com>
14929         * config/arm/arm_neon.h (float16_t, vget_lane_f16, vset_lane_f16,
14930         vcreate_f16, vld1_lane_f16, vld1_dup_f16, vreinterpret_p8_f16,
14931         vreinterpret_p16_f16, vreinterpret_f16_p8, vreinterpret_f16_p16,
14932         vreinterpret_f16_f32, vreinterpret_f16_p64, vreinterpret_f16_s64,
14933         vreinterpret_f16_u64, vreinterpret_f16_s8, vreinterpret_f16_s16,
14934         vreinterpret_f16_s32, vreinterpret_f16_u8, vreinterpret_f16_u16,
14935         vreinterpret_f16_u32, vreinterpret_f32_f16, vreinterpret_p64_f16,
14936         vreinterpret_s64_f16, vreinterpret_u64_f16, vreinterpret_s8_f16,
14937         vreinterpret_s16_f16, vreinterpret_s32_f16, vreinterpret_u8_f16,
14938         vreinterpret_u16_f16, vreinterpret_u32_f16): New.
14940 2015-09-07  Ilya Verbin  <ilya.verbin@intel.com>
14942         * config/i386/intelmic-mkoffload.c (prepare_target_image): Handle all
14943         non-alphanumeric characters in the symbol name.
14945 2015-09-07  Marek Polacek  <polacek@redhat.com>
14947         PR inline-asm/67448
14948         * gimplify.c (gimplify_asm_expr): Don't allow MODIFY_EXPR as
14949         a memory input.
14951 2015-09-07  Marek Polacek  <polacek@redhat.com>
14953         * system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.
14955 2015-09-04  Paolo Bonzini  <bonzini@gnu.org>
14957         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do
14958         not warn.
14960 2015-09-04  Jakub Jelinek  <jakub@redhat.com>
14962         PR middle-end/67452
14963         * tree-ssa-live.c: Include cfgloop.h.
14964         (remove_unused_locals): Clear loop->simduid if simduid is about
14965         to be removed from cfun->local_decls.
14967 2015-09-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14969         PR target/65210
14970         * config/avr/avr.c (avr_eval_addr_attrib): Look for io_low
14971         attribute as well.
14973 2015-09-04  Tom de Vries  <tom@codesourcery.com>
14975         * doc/invoke.texi (@item -ftrapv, @item -fwrapv): Document interaction.
14977 2015-09-04  Jeff Law  <law@redhat.com>
14979         * tree-ssa-scopedtables.c (const_and_copies::const_and_copies): Remove
14980         unnecessary constructor.  It's now trivial and implemented inside...
14981         * tree-ssa-scopedtables.h (const_and_copies): Implement trivial
14982         constructor.  Add comments to various methods.  Remove unused
14983         private fields.
14984         * tree-ssa-dom.c (pass_dominator::execute): Corresponding changes.
14985         * tree-vrp.c (identify_jump_threads): Likewise.
14986         * tree-ssa-threadedge.c (thread_through_normal_block): Fix minor
14987         indentation issues.
14988         (thread_across_edge): Similarly.
14989         (record_temporary_equivalences_from_stmts_at_dest): Remove unused
14990         arguments in constructor call.
14992 2015-09-04  Jonas Hahnfeld  <Hahnfeld@itc.rwth-aachen.de>
14994         * config/i386/intelmic-mkoffload.c (prepare_target_image): Fix if the
14995         temp path contains a '-'.
14997 2015-09-04  Andrey Turetskiy  <andrey.turetskiy@intel.com>
14998             Petr Murzin  <petr.murzin@intel.com>
14999             Kirill Yukhin  <kirill.yukhin@intel.com>
15001         * config/i386/i386-builtin-types.def
15002         (VOID_PFLOAT_HI_V8DI_V16SF_INT): New.
15003         (VOID_PDOUBLE_QI_V16SI_V8DF_INT): Ditto.
15004         (VOID_PINT_HI_V8DI_V16SI_INT): Ditto.
15005         (VOID_PLONGLONG_QI_V16SI_V8DI_INT): Ditto.
15006         * config/i386/i386.c
15007         (ix86_builtins): Add IX86_BUILTIN_SCATTERALTSIV8DF,
15008         IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
15009         IX86_BUILTIN_SCATTERALTDIV16SI.
15010         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_scatteraltsiv8df,
15011         __builtin_ia32_scatteraltdiv8sf, __builtin_ia32_scatteraltsiv8di,
15012         __builtin_ia32_scatteraltdiv8si.
15013         (ix86_expand_builtin): Handle IX86_BUILTIN_SCATTERALTSIV8DF,
15014         IX86_BUILTIN_SCATTERALTDIV16SF, IX86_BUILTIN_SCATTERALTSIV8DI,
15015         IX86_BUILTIN_SCATTERALTDIV16SI.
15016         (ix86_vectorize_builtin_scatter): New.
15017         (TARGET_VECTORIZE_BUILTIN_SCATTER): Define as
15018         ix86_vectorize_builtin_scatter.
15020 2015-09-04  Andrey Turetskiy  <andrey.turetskiy@intel.com>
15021             Petr Murzin  <petr.murzin@intel.com>
15022             Kirill Yukhin  <kirill.yukhin@intel.com>
15024         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.
15025         * doc/tm.texi: Regenerate.
15026         * target.def: Add scatter builtin.
15027         * tree-vectorizer.h: Rename gather_p to gather_scatter_p and use it
15028         for loads/stores in case of gather/scatter accordingly.
15029         (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
15030         STMT_VINFO_GATHER_P(S).
15031         (vect_check_gather): Rename to ...
15032         (vect_check_gather_scatter): this.
15033         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Use
15034         STMT_VINFO_GATHER_SCATTER_P instead of STMT_VINFO_SCATTER_P.
15035         (vect_check_gather_scatter): Use it instead of vect_check_gather.
15036         (vect_analyze_data_refs): Add gatherscatter enum and maybe_scatter
15037         variable and new checkings for it accordingly.
15038         * tree-vect-stmts.c
15039         (STMT_VINFO_GATHER_SCATTER_P(S)): Use it instead of
15040         STMT_VINFO_GATHER_P(S).
15041         (vect_check_gather_scatter): Use it instead of vect_check_gather.
15042         (vectorizable_store): Add checkings for STMT_VINFO_GATHER_SCATTER_P.
15044 2015-09-03  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
15046         * config/rs6000/altivec.md (altivec_vperm_v8hiv16qi): New
15047         define_insn.
15048         (mulv16qi3): New define_expand.
15050 2015-09-03  Martin Sebor  <msebor@redhat.com>
15052         PR c/66516
15053         * doc/extend.texi (Other Builtins): Document when the address
15054         of a built-in function can be taken.
15056 2015-09-03  Richard Biener  <rguenther@suse.de>
15058         * dwarf2out.c (flush_limbo_die_list): Split out from ...
15059         (dwarf2out_early_finish): ... here.
15060         (dwarf2out_finish): Do not call dwarf2out_early_finish but
15061         flush_limbo_die_list.  Assert we have no deferred asm names.
15063 2015-09-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15065         * optabs.c (expand_binop): Don't create a broadcast vector with a
15066         source element wider than the inner mode.
15068 2015-09-03  Richard Biener  <rguenther@suse.de>
15070         * varasm.c (output_constant): Use fold_convert instead of
15071         wide_int_to_tree.
15073 2015-09-03  Tom de Vries  <tom@codesourcery.com>
15075         PR tree-optimization/65637
15076         * omp-low.c (expand_omp_for_static_chunk): Handle case that
15077         fin_bb has 2 predecessors.
15079 2015-09-03  Tom de Vries  <tom@codesourcery.com>
15081         PR tree-optimization/65637
15082         * omp-low.c (find_phi_with_arg_on_edge): New function.
15083         (expand_omp_for_static_chunk): Fix inner loop phi.
15085 2015-09-03  Tom de Vries  <tom@codesourcery.com>
15087         PR tree-optimization/65637
15088         * omp-low.c (expand_omp_for_static_chunk): Fix gcc_assert for the case
15089         that head is NULL.
15091 2015-09-03  Tom de Vries  <tom@codesourcery.com>
15093         * omp-low.c (expand_omp_for_static_chunk): Handle simple latch bb.
15095 2015-09-03  Tom de Vries  <tom@codesourcery.com>
15097         * doc/invoke.texi (parloops-chunk-size): Add item.
15098         * params.def (PARAM_PARLOOPS_CHUNK_SIZE): Add DEFPARAM.
15099         * tree-parloops.c: Include params.h.
15100         (create_parallel_loop): Set chunk-size of schedule of omp-for loop, if
15101         param parloops-chunk-size is used.
15103 2015-09-03  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
15105         PR middle-end/67351
15106         * fold-const.c (fold_binary_loc) : Move
15107         Transform (x >> c) << c into x & (-1<<c) or
15108         transform (x << c) >> c into x & ((unsigned)-1 >> c) for unsigned
15109         types using simplify and match.
15110         * match.pd (lshift (rshift @0 INTEGER_CST@1) @1) : New simplifier.
15111         (rshift (lshift @0 INTEGER_CST@1) @1) : New Simplifier
15113 2015-09-03  Richard Biener  <rguenther@suse.de>
15115         PR ipa/66705
15116         * tree-ssa-structalias.c (ctor_for_analysis): New function.
15117         (create_variable_info_for_1): Use ctor_for_analysis instead
15118         of get_constructor.
15119         (create_variable_info_for): Likewise.
15121 2015-09-02  Charles Baylis  <charles.baylis@linaro.org>
15123         PR ipa/67280
15124         * cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external
15125         in new callgraph edge.
15127 2015-09-02  Christophe Lyon  <christophe.lyon@linaro.org>
15129         PR target/59810
15130         PR target/63652
15131         PR target/63653
15132         * config/aarch64/aarch64-simd.md
15133         (aarch64_ld<VSTRUCT:nregs><VQ:mode>): Call
15134         gen_aarch64_simd_ld<VSTRUCT:nregs><VQ:mode>.
15135         (aarch64_st<VSTRUCT:nregs><VQ:mode>): Call
15136         gen_aarch64_simd_st<VSTRUCT:nregs><VQ:mode>.
15138 2015-09-02  Alan Modra  <amodra@gmail.com>
15140         * config/rs6000/sysv4le.h (LINK_TARGET_SPEC): Don't define.
15141         * config/rs6000/sysv4.h (LINK_TARGET_SPEC): Likewise.
15142         (LINK_SPEC, SUBTARGET_EXTRA_SPECS): Delete link_target.
15144 2015-09-02  Alan Modra  <amodra@gmail.com>
15146         PR target/67417
15147         * config/rs6000/predicates.md (current_file_function_operand): Don't
15148         return true for weak symbols.
15149         * config/rs6000/rs6000.c (rs6000_function_ok_for_sibcall): Likewise.
15151 2015-09-01  Matthew Fortune  <matthew.fortune@imgtec.com>
15152             Andrew Bennett  <andrew.bennett@imgtec.com>
15154         * config/mips/mips-opts.h (mips_cb_setting): New enum.
15155         * config/mips/mips-protos.h: Add definitions for
15156         mips_output_jump and mips_output_equal_conditional_branch
15157         * config/mips/mips.c (MIPS_JR): Change to support the
15158         JIC instruction.
15159         (mips_emit_compare): Add support for the MIPS R6 conditional
15160         compact branches.
15161         (mips_process_sync_loop): Likewise.
15162         (mips_output_order_conditional_branch): Likewise.
15163         (mips16_build_call_stub): Change MIPS_CALL to
15164         mips_output_jump.
15165         (mips_print_operand_punctuation): Update 's' case to only
15166         apply to micromips r2.
15167         (mips_adjust_insn_length): Add support for forbidden slot
15168         hazards.
15169         (mips_avoid_hazard): Likewise.
15170         (mips_reorg_process_insns): Likewise.
15171         (mips_output_jump): New function.
15172         (mips_output_equal_conditional_branch): Likewise.
15173         (mips_output_conditional_branch): Use jrc/bc if compact
15174         branch support is enabled.  Ensure the forbidden slots
15175         between the two branch instructions is filled with a nop.
15176         (mips_option_override): Add support to process the compact
15177         branch option and set the correct defaults.  Prevent
15178         non-explict relocs being using for MIPS R6.
15179         (mips_trampoline_init): Add compact branch support.
15180         (mips_mult_zero_zero_cost): Allow zero initialisation of
15181         accumulators with TARGET_DSP.
15182         * config/mips/mips.h (TARGET_CB_NEVER): New define.
15183         (TARGET_CB_MAYBE): New define.
15184         (TARGET_CB_ALWAYS): New define.
15185         (ISA_HAS_DELAY_SLOTS): New define.
15186         (ISA_HAS_COMPACT_BRANCHES): New define.
15187         (ISA_HAS_JRC): New define.
15188         (MIPS_BRANCH_C): New define.
15189         (MIPS_CALL): Removed.
15190         (MICROMIPS_J): Removed.
15191         * config/mips/mips.md (compact_form): New attr.
15192         (hazard): Add support for forbidden slots.
15193         (define_delay): Add support for compact branches.
15194         (*branch_order<mode>): Likewise.
15195         (*branch_order<mode>_inverted): Likewise.
15196         (*branch_equality<mode>): Likewise.
15197         (*branch_equality<mode>_inverted): Likewise.
15198         (*jump_absolute): Likewise.
15199         (*jump_pic): Likewise.
15200         (indirect_jump): Use mips_output_jump to produce assembly output.
15201         (tablejump_<mode>"): Likewise.
15202         (*<optab>"): Likewise.
15203         (<optab>_internal): Likewise.
15204         (sibcall_internal): Likewise.
15205         (sibcall_value_internal): Likewise.
15206         (sibcall_value_multiple_internal): Likewise.
15207         (call_internal): Likewise.
15208         (call_split): Likewise.
15209         (call_internal_direct): Likewise.
15210         (call_direct_split): Likewise.
15211         (call_value_internal): Likewise.
15212         (call_value_split): Likewise.
15213         (call_value_internal_direct): Likewise.
15214         (call_value_direct_split): Likewise.
15215         (call_value_multiple_internal): Likewise.
15216         (call_value_multiple_split): Likewise.
15217         (mips_get_fcsr_mips16_<mode>): Likewise.
15218         (mips_set_fcsr_mips16_<mode>): Likewise.
15219         (tls_get_tp_mips16_<mode>): Likewise.
15220         * config/mips/mips.opt: Add -mcompact-branches option.
15221         * config/mips/predicates.md (order_operator): Ensure the
15222         conditional compact branches are only used if the ISA them.
15223         * doc/invoke.texi: Document -mcompact-branches option.
15225 2015-09-01  Vladimir Makarov  <vmakarov@redhat.com>
15227         PR target/61578
15228         * lra-lives.c (process_bb_lives): Process move pseudos with the
15229         same value for copies and preferences
15230         * lra-constraints.c (match_reload): Create match reload pseudo
15231         with the same value from single dying input pseudo.
15233 2015-09-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
15235         PR target/67405
15236         * tree-chkp.c (chkp_find_bound_slots_1): Add NULL check.
15238 2015-09-01  Aldy Hernandez  <aldyh@redhat.com>
15240         * trans-mem.c: Add contributed-by.
15241         * trans-mem.h: Same.
15243 2015-09-01  Richard Biener  <rguenther@suse.de>
15245         * expr.c (expand_expr_real_1): For expanding TERed defs
15246         set the current location to that of the def if not UNKNOWN.
15248 2015-09-01  David Sherwood  <david.sherwood@arm.com>
15250         * genmodes.c: Add CONST_MODE_UNIT_SIZE modifier.
15252 2015-09-01  Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15254         * ifcvt.c (struct noce_if_info): Add then_simple, else_simple,
15255         then_cost, else_cost fields.  Change branch_cost field to unsigned int.
15256         (end_ifcvt_sequence): Call set_used_flags on each insn in the sequence.
15257         Include rtl-iter.h.
15258         (noce_simple_bbs): New function.
15259         (noce_try_move): Bail if basic blocks are not simple.
15260         (noce_try_store_flag): Likewise.
15261         (noce_try_store_flag_constants): Likewise.
15262         (noce_try_addcc): Likewise.
15263         (noce_try_store_flag_mask): Likewise.
15264         (noce_try_cmove): Likewise.
15265         (noce_try_minmax): Likewise.
15266         (noce_try_abs): Likewise.
15267         (noce_try_sign_mask): Likewise.
15268         (noce_try_bitop): Likewise.
15269         (bbs_ok_for_cmove_arith): New function.
15270         (noce_emit_all_but_last): Likewise.
15271         (noce_emit_insn): Likewise.
15272         (noce_emit_bb): Likewise.
15273         (noce_try_cmove_arith): Handle non-simple basic blocks.
15274         (insn_valid_noce_process_p): New function.
15275         (contains_mem_rtx_p): Likewise.
15276         (bb_valid_for_noce_process_p): Likewise.
15277         (noce_process_if_block): Allow non-simple basic blocks
15278         where appropriate.
15280 2015-08-31  Alan Lawrence  <alan.lawrence@arm.com>
15282         * tree-ssa-dom.c (record_equivalences_from_phis,
15283         record_equivalences_from_stmt, optimize_stmt): Use dom_valueize.
15284         (lookup_avail_expr): Likewise, and remove comment and unused temp.
15286 2015-09-01  Nick Clifton  <nickc@redhat.com>
15288         * config/msp430/msp430.opt (mcpu): Fix typo.
15290 2015-09-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15292         * config/aarch64/aarch64.c (aarch64_set_current_function):
15293         Re-layout any vector parameters have non-simd layout.
15294         * config/aarch64/aarch64-builtins.c (aarch64_relayout_simd_param):
15295         Delete.
15296         (aarch64_simd_expand_args): Delete call to the above.
15298 2015-08-31  Mike Frysinger  <vapier@gentoo.org>
15300         * doc/invoke.texi (asan-stack): Add space before option.
15302 2015-08-31  Marc Glisse  <marc.glisse@inria.fr>
15304         * tree.h (zerop): New function.
15305         * tree.c (zerop): Likewise.
15306         (element_precision): Handle expressions.
15307         * match.pd (define_predicates): Add zerop.
15308         (x <= +Inf): Fix comment.
15309         (abs (x) == 0, A & C == C, A & C != 0): Converted from ...
15310         * fold-const.c (fold_binary_loc): ... here. Remove.
15312 2015-08-31  Richard Biener  <rguenther@suse.de>
15314         PR middle-end/67381
15315         * genmatch.c (dt_node::gen_kids): Also treat matches as barrier.
15317 2015-08-31  Marc Glisse  <marc.glisse@inria.fr>
15319         * match.pd (SIN, COS, TAN, COSH): Reorder for consistency.
15320         (CEXPI): New operator list.
15321         (real (conj (x)), imag (conj (x)), real (x +- y), real (cexpi (x)),
15322         imag (cexpi (x)), conj (conj (x)), conj (complex (x, y))):
15323         Converted from ...
15324         * fold-const.c (fold_unary_loc, fold_binary_loc): ... here. Remove.
15326 2015-08-31  Tom de Vries  <tom@codesourcery.com>
15328         * tree-ssa-loop-manip.c (find_uses_to_rename_stmt)
15329         (find_uses_to_rename_bb, find_uses_to_rename): Add and handle use_flags
15330         parameter.
15331         (find_uses_to_rename_def, find_uses_to_rename_in_loop): New function.
15332         (rewrite_into_loop_closed_ssa_1): New function, factored out of ...
15333         (rewrite_into_loop_closed_ssa): ... here.
15334         (replace_uses_in_dominated_bbs): Remove function.
15335         (rewrite_virtuals_into_loop_closed_ssa): Reimplement using
15336         rewrite_into_loop_closed_ssa_1.
15338 2015-08-31  Michael Matz  <matz@suse.de>
15340         * cfganal.c (pre_and_rev_post_order_compute_fn): Correctly
15341         enter entry and exit blocks for reverse post order.
15343 2015-08-31  Richard Biener  <rguenther@suse.de>
15345         * lto-streamer.h (lto_location_cache::cached_location::sysp): Add.
15346         (lto_location_cache::current_sysp): Likewise.
15347         (output_block::current_sysp): Likewise.
15348         * lto-streamer-in.c (lto_location_cache::cmp_loc): Compare sysp.
15349         (lto_location_cache::apply_location_cache): Properly record
15350         system header locations.
15351         (lto_location_cache::input_location): Input whether a file
15352         is a system header.
15353         * lto-streamer-out.c (lto_output_location): Stream whether a file
15354         is a system header.
15356 2015-08-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15358         PR bootstrap/67363
15359         * gcc.c (env_manager::xput): Replace strndup by xstrndup.
15361 2015-08-31  Tom de Vries  <tom@codesourcery.com>
15363         * tree-ssa-loop-manip.c (find_uses_to_rename_use)
15364         (find_uses_to_rename_stmt, find_uses_to_rename_bb, find_uses_to_rename):
15365         Improve function header comments.
15367 2015-08-30  Michael Collison  <michael.collison@linaro.org>
15369         PR other/67320
15370         * doc.md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct
15371         standard names
15373 2015-08-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15375         * config/rs6000/rs6000.c (swap_web_entry): Enlarge
15376         special_handling bitfield.
15377         (special_handling_values): Add SH_XXPERMDI and SH_CONCAT.
15378         (rtx_is_swappable_p): Add handling for vec_select/vec_concat form
15379         that represents a general xxpermdi.
15380         (insn_is_swappable_p): Add handling for vec_concat of two
15381         doublewords, which maps to a specific xxpermdi.
15382         (adjust_xxpermdi): New function.
15383         (adjust_concat): Likewise.
15384         (handle_special_swappables): Call adjust_xxpermdi and
15385         adjust_concat.
15386         (dump_swap_insn_table): Handle SH_XXPERMDI and SH_CONCAT.
15388 2015-08-30  Rich Felker <dalias@libc.org>
15390         * config.gcc (supported_defaults): Handle sh[123456ble]*-*-*
15391         case instead of sh[123456ble]-*-*.
15393 2015-08-29  Anatoly Sokolov  <aesok@post.ru>
15395         * ira.c (print_unform_and_important_classes,
15396         print_translated_classes): Remove reg_class_names static array.
15397         (print_unform_and_important_classes): Rename to ...
15398         (print_uniform_and_important_classes): ... this.
15399         (ira_debug_allocno_classes): Update accordingly.
15401 2015-08-29  Tom de Vries  <tom@codesourcery.com>
15403         PR tree-optimization/46193
15404         * omp-low.c (omp_reduction_init): Handle pointer type for min or max
15405         clause.
15407 2015-08-28  Jeff Law  <law@redhat.com>
15409         PR lto/66752
15410         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
15411         unable to find X NE 0 in the tables, return X as the simplified
15412         condition.
15413         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
15414         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
15415         to VISISTED_BBS.
15416         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
15417         after removing the control flow statement and unnecessary edges.
15419 2015-08-28  Alan Lawrence  <alan.lawrence@arm.com>
15421         Revert:
15422         2015-08-27  Alan Lawrence  <alan.lawrence@arm.com>
15424         PR tree-optimization/67283
15425         * tree-sra.c (type_consists_of_records_p): Rename to...
15426         (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
15428         (completely_scalarize_record): Rename to...
15429         (completely_scalarize): ...this, add ARRAY_TYPE case, move some
15430         code to:
15431         (scalarize_elem): New.
15433 2015-08-28  Jiong Wang  <jiong.wang@arm.com>
15435         * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Rename
15436         SYMBOL_SMALL_GOTTPREL to SYMBOL_SMALL_TLSIE.
15437         (aarch64_symbol_type): Likewise.
15438         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
15439         Likewise.
15440         (aarch64_expand_mov_immediate): Likewise.
15441         (aarch64_print_operand): Likewise.
15442         (aarch64_classify_tls_symbol): Likewise.
15444 2015-08-28  Richard Biener  <rguenther@suse.de>
15446         * cgraphunit.c (symbol_table::compile): Move early debug generation
15447         and finish...
15448         (symbol_table::finalize_compilation_unit): ... back here and
15449         add a !seen_error () guard.
15451 2015-08-27  Sebastian Pop  <s.pop@samsung.com>
15453         * toplev.c (process_options): Do not use flag_loop_block,
15454         flag_loop_interchange, and flag_loop_strip_mine.  Add check for
15455         flag_loop_optimize_isl.
15457 2015-08-27  Sebastian Pop  <s.pop@samsung.com>
15459         * Makefile.in (OBJS): Remove graphite-blocking.o and
15460         graphite-interchange.o.
15461         * common.opt (floop-strip-mine, floop-interchange, floop-block):
15462         Alias of floop-nest-optimize.
15463         * doc/invoke.texi (floop-strip-mine, floop-interchange, floop-block):
15464         Document as alias of -floop-nest-optimize.
15465         * graphite-blocking.c: Remove.
15466         * graphite-interchange.c: Remove.
15467         * graphite-optimize-isl.c: Include dumpfile.h.
15468         (getScheduleForBand): Add dump for tiled loops.  Use
15469         PARAM_LOOP_BLOCK_TILE_SIZE instead of hard coded constant.
15470         * graphite-poly.c (scop_max_loop_depth): Remove.
15471         (print_scattering_function_1): Remove.
15472         (print_scattering_function): Remove.
15473         (print_scattering_functions): Remove.
15474         (debug_scattering_function): Remove.
15475         (debug_scattering_functions): Remove.
15476         (apply_poly_transforms): Remove use of flag_loop_block,
15477         flag_loop_strip_mine, and flag_loop_interchange.
15478         (new_poly_bb): Remove use of PBB_TRANSFORMED, PBB_SAVED, and
15479         PBB_ORIGINAL.
15480         (print_pdr_access_layout): Remove.
15481         (print_pdr): Print ISL representation.
15482         (new_scop): Remove use of SCOP_ORIGINAL_SCHEDULE,
15483         SCOP_TRANSFORMED_SCHEDULE, and SCOP_SAVED_SCHEDULE.
15484         (free_scop): Same.
15485         (openscop_print_pbb_domain): Remove.
15486         (print_pbb): Remove call to print_scattering_function.
15487         (openscop_print_scop_context): Remove.
15488         (print_scop_context): Do not print matrices anymore.
15489         (print_scop): Do not print SCOP_ORIGINAL_SCHEDULE and
15490         SCOP_TRANSFORMED_SCHEDULE.
15491         (print_isl_set): Add printing of a new line.
15492         (print_isl_map): Same.
15493         (print_isl_aff): Same.
15494         (print_isl_constraint): Same.
15495         (loop_to_lst): Remove.
15496         (scop_to_lst): Remove.
15497         (lst_indent_to): Remove.
15498         (print_lst): Remove.
15499         (debug_lst): Remove.
15500         (dot_lst_1): Remove.
15501         (dot_lst): Remove.
15502         (reverse_loop_at_level): Remove.
15503         (reverse_loop_for_pbbs): Remove.
15504         * graphite-poly.h (pdr_dim_iter_domain): Remove.
15505         (pdr_nb_params): Remove.
15506         (pdr_alias_set_dim): Remove.
15507         (pdr_subscript_dim): Remove.
15508         (pdr_iterator_dim): Remove.
15509         (pdr_parameter_dim): Remove.
15510         (same_pdr_p): Remove.
15511         (struct poly_scattering): Remove.
15512         (struct poly_bb): Remove _original, _transformed, _saved.
15513         (PBB_DOMAIN, PBB_ORIGINAL, PBB_ORIGINAL_SCATTERING): Remove.
15514         (PBB_TRANSFORMED, PBB_TRANSFORMED_SCATTERING, PBB_SAVED): Remove.
15515         (PBB_NB_LOCAL_VARIABLES): Remove.
15516         (PBB_NB_SCATTERING_TRANSFORM): Remove.
15517         (schedule_to_scattering): Remove.
15518         (number_of_write_pdrs): Remove.
15519         (pbb_dim_iter_domain): Remove.
15520         (pbb_nb_params): Remove.
15521         (pbb_nb_scattering_orig): Remove.
15522         (pbb_nb_scattering_transform): Remove.
15523         (pbb_nb_dynamic_scattering_transform): Remove.
15524         (pbb_nb_local_vars): Remove.
15525         (pbb_iterator_dim): Remove.
15526         (pbb_parameter_dim): Remove.
15527         (psco_scattering_dim): Remove.
15528         (psct_scattering_dim): Remove.
15529         (psct_local_var_dim): Remove.
15530         (psco_iterator_dim): Remove.
15531         (psct_iterator_dim): Remove.
15532         (psco_parameter_dim): Remove.
15533         (psct_parameter_dim): Remove.
15534         (psct_dynamic_dim): Remove.
15535         (psct_static_dim): Remove.
15536         (psct_add_local_variable): Remove.
15537         (new_lst_loop): Remove.
15538         (new_lst_stmt): Remove.
15539         (free_lst): Remove.
15540         (copy_lst): Remove.
15541         (lst_add_loop_under_loop): Remove.
15542         (lst_depth): Remove.
15543         (lst_dewey_number): Remove.
15544         (lst_dewey_number_at_depth): Remove.
15545         (lst_pred): Remove.
15546         (lst_succ): Remove.
15547         (lst_find_pbb): Remove.
15548         (find_lst_loop): Remove.
15549         (lst_find_first_pbb): Remove.
15550         (lst_empty_p): Remove.
15551         (lst_find_last_pbb): Remove.
15552         (lst_contains_p): Remove.
15553         (lst_contains_pbb): Remove.
15554         (lst_create_nest): Remove.
15555         (lst_remove_from_sequence): Remove.
15556         (lst_remove_loop_and_inline_stmts_in_loop_father): Remove.
15557         (lst_niter_for_loop): Remove.
15558         (pbb_update_scattering): Remove.
15559         (lst_update_scattering_under): Remove.
15560         (lst_update_scattering): Remove.
15561         (lst_insert_in_sequence): Remove.
15562         (lst_replace): Remove.
15563         (lst_substitute_3): Remove.
15564         (lst_distribute_lst): Remove.
15565         (lst_remove_all_before_including_pbb): Remove.
15566         (lst_remove_all_before_excluding_pbb): Remove.
15567         (struct scop): Remove original_schedule, transformed_schedule, and
15568         saved_schedule.
15569         (SCOP_ORIGINAL_SCHEDULE, SCOP_TRANSFORMED_SCHEDULE): Remove.
15570         (SCOP_SAVED_SCHEDULE): Remove.
15571         (poly_scattering_new): Remove.
15572         (poly_scattering_free): Remove.
15573         (poly_scattering_copy): Remove.
15574         (store_scattering_pbb): Remove.
15575         (store_lst_schedule): Remove.
15576         (restore_lst_schedule): Remove.
15577         (store_scattering): Remove.
15578         (restore_scattering_pbb): Remove.
15579         (restore_scattering): Remove.
15580         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
15581         Remove scattering_dimensions.  Do not use pbb_dim_iter_domain:
15582         compute the scattering polyhedron dimension from the dimension of
15583         pbb->domain.
15584         (build_scop_scattering): Update call to
15585         build_pbb_scattering_polyhedrons.
15586         (build_poly_scop): Remove call to scop_to_lst.
15587         * graphite.c (graphite_transform_loops): Add call to print_scop.
15588         (gate_graphite_transforms): Remove use of flag_loop_block,
15589         flag_loop_interchange, and flag_loop_strip_mine.
15591 2015-08-27  Sebastian Pop  <s.pop@samsung.com>
15593         * common.opt (floop-unroll-and-jam): Make alias of floop-nest-optimize.
15594         * doc/invoke.texi (-floop-unroll-and-jam): Document as alias of
15595         -floop-nest-optimize.
15596         * graphite-isl-ast-to-gimple.c (generate_luj_sepclass_opt): Remove.
15597         (generate_luj_sepclass): Remove.
15598         (generate_luj_options): Remove.
15599         (set_options): Remove opt_luj.
15600         (scop_to_isl_ast): Remove opt_luj.
15601         * graphite-optimize-isl.c (getScheduleForBand): Remove check for
15602         flag_loop_unroll_jam.
15603         (getPrevectorMap_full): Remove.
15604         (getScheduleForBandList): Remove map_sepcl.
15605         (getScheduleMap): Same.
15606         (apply_schedule_map_to_scop): Remove sepcl.
15607         (optimize_isl): Same.
15608         * graphite-poly.c (apply_poly_transforms): Remove check for
15609         flag_loop_unroll_jam.
15610         (new_poly_bb): Remove map_sepclass.
15611         * graphite-poly.h (struct poly_bb): Same.
15612         * graphite.c (gate_graphite_transforms): Remove flag_loop_unroll_jam.
15613         * params.def (PARAM_LOOP_UNROLL_JAM_SIZE)
15614         (PARAM_LOOP_UNROLL_JAM_DEPTH): Remove.
15615         * toplev.c (process_options): Remove flag_loop_unroll_jam.
15617 2015-08-27  Uros Bizjak  <ubizjak@gmail.com>
15619         PR target/67317
15620         * config/i386/i386.md (*add<mode>3_cc): Remove insn pattern.
15621         (addqi3_cc): Ditto.
15622         (UNSPEC_ADD_CARRY): Remove.
15623         (addqi3_cconly_overflow): New expander.
15624         (*add<dwi>3_doubleword): Split to add<mode>3_cconly_overflow.
15625         Adjust for changed add<mode>3_carry.
15626         (*neg<dwi>2_doubleword): Adjust for changed add<mode>3_carry.
15627         (*sub<dwi>3_doubleword): Adjust for changed sub<mode>3_carry.
15628         (<plusminus_insn><mode>3_carry): Remove expander.
15629         (*<plusminus_insn><mode>3_carry): Split insn pattern to
15630         add<mode>3_carry and sub<mode>3_carry.
15631         (plusminus_carry_mnemonic): Remove code attribute.
15632         (add<mode>3_carry): Canonicalize insn pattern.
15633         (*addsi3_carry_zext): Ditto.
15634         (sub<mode>3_carry): Ditto.
15635         (*subsi3_carry_zext): Ditto.
15636         (adcx<mode>3): Remove insn pattern.
15637         (addcarry<mode>): New insn pattern.
15638         (subborrow<mode>): Ditto.
15639         * config/i386/i386.c (ix86_expand_strlensi_unroll_1): Use
15640         gen_addqi3_cconly_overflow instead of gen_addqi3_cc.
15641         (ix86_expand_builtin) <case IX86_BUILTIN_SBB32,
15642         case IX86_BUILTIN_SBB64, case IX86_BUILTIN_ADDCARRY32,
15643         case IX86_BUILTIN_ADDCARRY64>: Use CODE_FOR_subborrowsi,
15644         CODE_FOR_subborrowdi, CODE_FOR_addcarrysi and CODE_FOR_addcarrydi.
15645         Rewrite expander to not clobber carry flag chains.
15647 2015-08-27  Pat Haugen  <pthaugen@us.ibm.com>
15649         * config/rs6000/vector.md (vec_shr_<mode>): Fix to do a shift
15650         instead of a rotate.
15652 2015-08-27  Marek Polacek  <polacek@redhat.com>
15654         PR middle-end/67005
15655         * tree-ssa-dce.c (remove_dead_stmt): Also schedule fixup if removing
15656         an entry into an irreducible region.
15658 2015-08-27  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
15660         * configure: Regenerate.
15662 2015-08-27  Alan Lawrence  <alan.lawrence@arm.com>
15664         PR tree-optimization/67283
15665         * tree-sra.c (type_consists_of_records_p): Rename to...
15666         (scalarizable_type_p): ...this, add case for ARRAY_TYPE.
15668         (completely_scalarize_record): Rename to...
15669         (completely_scalarize): ...this, add ARRAY_TYPE case, move some code to:
15670         (scalarize_elem): New.
15672 2015-08-27  Alan Lawrence  <alan.lawrence@arm.com>
15674         * tree-sra.c (completely_scalarize_var): Rename to...
15675         (create_total_scalarization_access): ... Here. Drop call to
15676         completely_scalarize_record.
15678         (analyze_all_variable_accesses): Replace completely_scalarize_var
15679         with create_total_scalarization_access and completely_scalarize_record.
15681 2015-08-27  Alan Modra  <amodra@gmail.com>
15683         PR target/67356
15684         * config/rs6000/rs6000.md (ior<mode>_mask): Use constraint "0"
15685         for operand 1.
15687 2015-08-27  Richard Biener  <rguenther@suse.de>
15689         * passes.c (rest_of_decl_compilation): Guard early_global_decl
15690         call with !seen_error ().
15691         * cgraphunit.c (symbol_table::finalize_compilation_unit): Move
15692         early debug generation and finish...
15693         (symbol_table::compile): ... here to put it after a !seen_error ()
15694         guard.
15696 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15698         * config.gcc (*-*-solaris2*): Enable default_use_cxa_atexit on
15699         Solaris 12+.
15701 2015-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15702             Andre Vieira  <andre.simoesdiasvieira@arm.com>
15704         * config/aarch64/aarch64.md (*condjump): Handle functions > 1 MiB.
15705         (*cb<optab><mode>1): Likewise.
15706         (*tb<optab><mode>1): Likewise.
15707         (*cb<optab><mode>1): Likewise.
15708         * config/aarch64/iterators.md (inv_cb): New code attribute.
15709         (inv_tb): Likewise.
15710         * config/aarch64/aarch64.c (aarch64_gen_far_branch): New.
15711         * config/aarch64/aarch64-protos.h (aarch64_gen_far_branch): New.
15713 2015-08-27  Richard Biener  <rguenther@suse.de>
15715         * ipa.c (cgraph_build_static_cdtor_1): Set DECL_IGNORED_P.
15717 2015-08-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15719         * config/s390/s390.c (s390_emit_prologue): Add emit_barrier() after
15720         trap to fix ICE.
15722 2015-08-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
15724         * config/rs6000/rs6000-protos.h (rs6000_expand_float128_convert):
15725         Add declaration.
15727         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Fix a
15728         comment.
15729         (rs6000_cannot_change_mode_class): Add support for IEEE 128-bit
15730         floating point in VSX registers.
15731         (rs6000_output_move_128bit): Always print out the set insn if we
15732         can't generate an appropriate 128-bit move.
15733         (rs6000_generate_compare): Add support for IEEE 128-bit floating
15734         point in VSX registers comparisons.
15735         (rs6000_expand_float128_convert): Likewise.
15737         * config/rs6000/predicates.md (int_reg_operand_not_pseudo): New
15738         predicate for only GPR hard registers.
15740         * config/rs6000/rs6000.md (FP): Add IEEE 128-bit floating point
15741         modes to iterators. Add new iterators for moving 128-bit values in
15742         scalar FPR registers and VSX registers.
15743         (FMOVE128): Likewise.
15744         (FMOVE128_FPR): Likewise.
15745         (FMOVE128_GPR): Likewise.
15746         (FMOVE128_VSX): Likewise.
15747         (FLOAT128_SFDFTF): New iterators for IEEE 128-bit floating point
15748         in VSX registers.
15749         (IFKF): Likewise.
15750         (IBM128): Likewise.
15751         (TFIFKF): Likewise.
15752         (RELOAD): Add IEEE 128-bit floating point modes.
15753         (signbittf2): Convert TF insns to add support for new IEEE 128-bit
15754         floating point in VSX registers modes.
15755         (signbit<mode>2, IBM128 iterator): Likewise.
15756         (mov<mode>_64bit_dm, FMOVE128_FPR iterator): Likewise.
15757         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
15758         (negtf2): Likewise.
15759         (neg<mode>2, TFIFKF iterator): Likewise.
15760         (negtf2_internal): Likewise.
15761         (abstf2): Likewise.
15762         (abs<mode>2, TFIFKF iterator): Likewise.
15763         (ieee_128bit_negative_zero): New IEEE 128-bit floating point in
15764         VSX insn support for negate, absolute value, and negative absolute
15765         value.
15766         (ieee_128bit_vsx_neg<mode>2): Likewise.
15767         (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
15768         (ieee_128bit_vsx_abs<mode>2): Likewise.
15769         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
15770         (ieee_128bit_vsx_nabs<mode>2): Likewise.
15771         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
15772         (FP128_64): Update pack/unpack 128-bit insns for IEEE 128-bit
15773         floating point in VSX registers.
15774         (unpack<mode>_dm): Likewise.
15775         (unpack<mode>_nodm): Likewise.
15776         (pack<mode>): Likewise.
15777         (unpackv1ti): Likewise.
15778         (unpack<mode>, FMOVE128_VSX iterator): Likewise.
15779         (packv1ti): Likewise.
15780         (pack<mode>, FMOVE128_VSX iterator): Likewise.
15781         (extenddftf2): Add support for IEEE 128-bit floating point in VSX
15782         registers.
15783         (extenddftf2_internal): Likewise.
15784         (trunctfdf2): Likewise.
15785         (trunctfdf2_internal2): Likewise.
15786         (fix_trunc_helper): Likewise.
15787         (fix_trunctfdi2"): Likewise.
15788         (floatditf2): Likewise.
15789         (floatuns<mode>tf2): Likewise.
15790         (extend<FLOAT128_SFDFTF:mode><IFKF:mode>2): Likewise.
15791         (trunc<IFKF:mode><FLOAT128_SFDFTF:mode>2): Likewise.
15792         (fix_trunc<IFKF:mode><SDI:mode>2): Likewise.
15793         (fixuns_trunc<IFKF:mode><SDI:mode>2): Likewise.
15794         (float<SDI:mode><IFKF:mode>2): Likewise.
15795         (floatuns<SDI:mode><IFKF:mode>2): Likewise.
15797 2015-08-26  Renlin Li  <renlin.li@arm.com>
15799         * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode><ALLX:mode>4): New.
15801 2015-08-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15802             Jiong Wang  <jiong.wang@arm.com>
15804         * config/aarch64/aarch64.md (UNSPEC_GOTTINYTLS): New UNSPEC.
15805         (tlsie_tiny_<mode>): New define_insn.
15806         (tlsie_tiny_sidi): Likewise.
15807         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Define
15808         SYMBOL_TINY_TLSIE.
15809         (aarch64_symbol_context): New comment for SYMBOL_TINY_TLSIE.
15810         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
15811         SYMBOL_TINY_TLSIE.
15812         (aarch64_expand_mov_immediate): Likewise.
15813         (aarch64_print_operand): Likewise.
15814         (arch64_classify_tls_symbol): Likewise.
15816 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
15818         * config/arm/arm-arches.def: Replace single value flags with
15819         an initializer built from ARM_FSET_MAKE_CPU1.
15820         * config/arm/arm-cores.def: Likewise.
15821         * config/arm/arm.c: (all_cores): Remove ARM_FSET_MAKE_CPU1
15822         derivation from the ARM_CORE macro definition, use the given value
15823         instead.
15824         (all_architectures): Remove ARM_FSET_MAKE_CPU1 derivation from the
15825         ARM_ARCH macro definition, use the given value instead.
15827 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
15829         * config/arm/arm-builtins.c (def_mbuiltin): Test all flags in a
15830         feature set.
15831         (struct builtin_description): Replace field mask with field
15832         features.
15833         (IWMMXT_BUILTIN): Use ARM_FSET macros for feature flags.
15834         (IWMMXT2_BUILTIN): Likewise.
15835         (IWMMXT2_BUILTIN2): Likewise.
15836         (FP_BUILTIN): Likewise.
15837         (CRC32_BUILTIN): Likewise.
15838         (CRYPTO_BUILTIN): Likewise.
15839         (iwmmx_mbuiltin): Likewise.
15840         (iwmmx2_mbuiltin): Likewise.
15841         (arm_init_iwmmxt_builtins): Likewise. Also, update for change to
15842         struct builtin_description.
15844 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
15846         * config/arm/arm-builtins.c (def_mbuiltin): Use ARM_FSET macro.
15847         (struct builtin_description): Change type of mask to unsigned
15848         long.
15849         * config/arm/arm-protos.h (insn_flags): Declare as type
15850         arm_feature_set.
15851         (tune_flags): Likewise.
15852         * config/arm/arm.c (feature_count): New.
15853         (insn_flags): Define as type arm_feature_set.
15854         (tune_flags): Likewise.
15855         (struct processors): Define field flags as type arm_feature_set.
15856         (all_cores): Update for change to struct processors.
15857         (all_architectures): Likewise.
15858         (arm_option_check_internal): Use arm_feature_set and ARM_FSET
15859         macros.
15860         (arm_option_override_internal): Likewise.
15861         (arm_option_override): Likewise.
15863 2015-08-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15864             Jiong Wang  <jiong.wang@arm.com>
15866         * config/aarch64/aarch64.c (initialize_aarch64_tls_size): Set default
15867         tls size for tiny, small, large memory model.
15868         (aarch64_load_symref_appropriately): Support new symbol types.
15869         (aarch64_expand_mov_immediate): Likewise.
15870         (aarch64_print_operand): Likewise.
15871         (aarch64_classify_tls_symbol): Likewise.
15872         * config/aarch64/aarch64-protos.h (aarch64_symbol_context): Likewise.
15873         (aarch64_symbol_type): Likewise.
15874         * config/aarch64/aarch64.md (tlsle): Deleted.
15875         (tlsle12_<mode>): New define_insn.
15876         (tlsle24_<mode>): Likewise.
15877         (tlsle32_<mode>): Likewise.
15878         (tlsle48_<mode>): Likewise.
15879         * doc/sourcebuild.texi (AArch64-specific attributes): Document
15880         "aarch64_tlsle32".
15882 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
15884         * config/arm/arm-protos.h (FL_NONE): New.
15885         (FL_ANY): New.
15886         (arm_feature_set): New.
15887         (ARM_FSET_MAKE): New.
15888         (ARM_FSET_MAKE_CPU1): New.
15889         (ARM_FSET_MAKE_CPU2): New.
15890         (ARM_FSET_CPU1): New.
15891         (ARM_FSET_CPU2): New.
15892         (ARM_FSET_EMPTY): New.
15893         (ARM_FSET_ANY): New.
15894         (ARM_FSET_HAS_CPU1): New.
15895         (ARM_FSET_HAS_CPU2): New.
15896         (ARM_FSET_HAS_CPU): New.
15897         (ARM_FSET_ADD_CPU1): New.
15898         (ARM_FSET_ADD_CPU2): New.
15899         (ARM_FSET_DEL_CPU1): New.
15900         (ARM_FSET_DEL_CPU2): New.
15901         (ARM_FSET_UNION): New.
15902         (ARM_FSET_INTER): New.
15903         (ARM_FSET_XOR): New.
15904         (ARM_FSET_EXCLUDE): New.
15905         (AFM_FSET_IS_EMPTY): New.
15906         (ARM_FSET_CPU_SUBSET): New.
15908 2015-08-26  Jiong Wang  <jiong.wang@arm.com>
15910         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
15911         SYMBOL_TLSLE to SYMBOL_TLSLE24.
15912         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
15913         Likewise.
15914         (aarch64_expand_mov_immediate): Likewise.
15915         (aarch64_print_operand): Likewise.
15916         (aarch64_classify_symbol): Likewise.
15918 2015-08-26  Jiong Wang  <jiong.wang@arm.com>
15920         * config/aarch64/aarch64.opt (mtls-size): New entry.
15921         * config/aarch64/aarch64.c (initialize_aarch64_tls_size): New function.
15922         (aarch64_override_options_internal): Call initialize_aarch64_tls_size.
15923         * doc/invoke.texi (AArch64 Options): Document -mtls-size.
15925 2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>
15927         * config/arm/arm-cores.def: Add FL_FOR_ARCH flag for each
15928         ARM_CORE entry.  Fix some white-space.
15929         * config/arm/arm.c: Remove FL_FOR_ARCH derivation from
15930         ARM_CORE definition.
15932 2015-08-26  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
15934         * fold-const.c (fold_binary_loc) : Move Optimize
15935         root(x)*root(y) as root(x*y) to match.pd.
15936         Move Optimize expN(x)*expN(y) as expN(x+y) to match.pd.
15937         Move Optimize pow(x,y)*pow(x,z) as pow(x,y+z) to match.pd.
15938         Move Optimize a/root(b/c) into a*root(c/b) to match.pd.
15939         Move Optimize x/expN(y) into x*expN(-y) to match.pd.
15940         * match.pd (mult (root:s @0) (root:s @1)): New simplifier.
15941         (mult (POW:s @0 @1) (POW:s @0 @2)) : New simplifier.
15942         (mult (exps:s @0) (exps:s @1)) : New simplifier.
15943         (rdiv @0 (root:s (rdiv:s @1 @2))) : New simplifier.
15944         (rdiv @0 (exps:s @1)) : New simplifier.
15946 2015-08-25  Joseph Myers  <joseph@codesourcery.com>
15948         * gcc.c (driver::finalize): Only assign to extra_specs if
15949         [EXTRA_SPECS].
15951 2015-08-25  Marek Polacek  <polacek@redhat.com>
15953         PR middle-end/67330
15954         * varasm.c (declare_weak): Return after giving an error.
15956 2015-08-25  David Malcolm  <dmalcolm@redhat.com>
15958         * gcc-main.c (main): Add params to driver ctor.
15959         * gcc.c (class env_manager): New.
15960         (env): New global.
15961         (env_manager::init): New.
15962         (env_manager::get): New.
15963         (env_manager::xput): New.
15964         (env_manager::restore): New.
15965         Poison getenv and putenv.
15966         (DEFAULT_TARGET_SYSTEM_ROOT): New.
15967         (target_system_root): Update initialization to use
15968         DEFAULT_TARGET_SYSTEM_ROOT.
15969         (struct spec_list): Add field "default_ptr".
15970         (INIT_STATIC_SPEC): Initialize new field "default_ptr".
15971         (init_spec): Likewise.
15972         (set_spec): Clear field "default_ptr".
15973         (read_specs): Free "spec" and "buffer".
15974         (xputenv): Reimplement in terms of env_manager.
15975         (process_command): Replace ::getenv calls with calls to the
15976         env_manager singleton.
15977         (process_brace_body): Free string in three places.
15978         (driver::driver): New.
15979         (driver::~driver): New.
15980         (used_arg): Convert from a function to...
15981         (class used_arg_t): ...this class, and...
15982         (used_arg): ...this new global instance.
15983         (used_arg_t::finalize): New function.
15984         (getenv_spec_function): Add "const" to local "value".  Replace
15985         ::getenv call with call to the env_manager singleton.
15986         (path_prefix_reset): New function.
15987         (driver::finalize): New function.
15988         * gcc.h (driver::driver): New.
15989         (driver::~driver): New.
15990         (driver::finalize): New.
15992 2015-08-25  Nathan Sidwell  <nathan@acm.org>
15994         * optabs.c (emit_indirect_jump): Don't try an emit a jump if the
15995         target doesn't have one.
15997 2015-08-25  Segher Boessenkool  <segher@kernel.crashing.org>
15999         PR target/67346
16000         * config/rs6000/rs6000.md (*ior<mode>_mask): Use a match_scratch.
16002 2015-08-25  Segher Boessenkool  <segher@kernel.crashing.org>
16004         PR target/67344
16005         * config/rs6000/rs6000.md (*and<mode>3_imm_dot_shifted): Change to
16006         a define_insn, remove second alternative.
16008 2015-08-25  Thomas Schwinge  <thomas@codesourcery.com>
16009             Joseph Myers  <joseph@codesourcery.com>
16011         * gcc.c (struct switchstr): Expand comment.
16013 2015-08-25  Nathan Sidwell  <nathan@acm.org>
16015         * config/nvptx/nvptx.c (nvptx_write_function_decl): Reformat.
16016         (nvptx_reorg_subreg): Pass insn pattern to asm_operands.
16018 2015-08-25  Richard Biener  <rguenther@suse.de>
16020         PR middle-end/67306
16021         * genmatch.c (expr::gen_transform): Verify the result of
16022         builtin_decl_implicit.
16023         (dt_simplify::gen_1): Likewise.
16025 2015-08-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16027         * config/arm/constraints.md: Also list Cs and US ARM-specific
16028         constraints as used.
16030 2015-08-24  Kaz Kojima  <kkojima@gcc.gnu.org>
16032         PR target/66609
16033         * config/sh/sh.c (sh_asm_output_addr_const_extra): Handle
16034         UNSPEC_PCREL.
16035         (nonpic_symbol_mentioned_p): Likewise.
16036         (sh_delegitimize_address): Likewise.
16037         (sh_function_ok_for_sibcall): Take into account weak symbols.
16038         (sh_expand_sym_label2reg): New.
16039         * config/sh/sh-protos.h (sh_expand_sym_label2reg): Declare.
16040         * config/sh/sh.md (UNSPEC_PCREL): New enum.
16041         (call_pcrel): Use sh_expand_sym_label2reg.
16042         (call_value_pcrel, sibcall_pcrel, sibcall_value_pcrel): Likewise.
16043         (symPCREL_label2reg) New expand.
16045 2015-08-24  Aditya Kumar  <aditya.k7@samsung.com>
16047         * graphite-poly.c: Change type of region from void* to sese.
16048         * graphite-poly.h (struct scop): Changing the type of scop::region
16049         from void* to sese. Change accessor macro accordingly.
16050         * graphite-sese-to-poly.c (extract_affine_chrec): Use accessor macro.
16052 2015-08-24  Aditya Kumar  <aditya.k7@samsung.com>
16054         * graphite-scop-detection.c (stmt_simple_for_scop_p):
16055         Constrain only on INTEGER_TYPE.
16057 2015-08-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
16059         PR target/67211
16060         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Set
16061         -mefficient-unaligned-vsx on ISA 2.7.
16063         * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Convert
16064         option to a masked option.
16066         * config/rs6000/rs6000.c (rs6000_option_override_internal): Rework
16067         logic for -mefficient-unaligned-vsx so that it is set via an arch
16068         ISA option, instead of being set if -mtune=power8 is set. Move
16069         -mefficient-unaligned-vsx and -mallow-movmisalign handling to be
16070         near other default option handling.
16072 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16074         * genflags.c (gen_macro): Delete.
16075         (gen_proto): Don't create GEN.*CALL.* macros.
16076         * gensupport.h (get_file_location): Declare.
16077         * gensupport.c (rtx_locs): New variable.
16078         (read_md_rtx): Record rtx locations.
16079         (get_file_location): New function.
16080         * target-insns.def (call, call_pop, call_value, call_value_pop)
16081         (sibcall, sibcall_value): New patterns.
16082         * gentarget-def.c (parse_argument): New function.
16083         (def_target_insn): Use it.  Handle optional operands.  Raise an
16084         error if an .md pattern has the wrong number of operands for the
16085         pattern name.  Remove the names of unused operands from the prototype.
16086         * builtins.c (expand_builtin_apply): Use targetm functions
16087         instead of HAVE_call_value and GEN_CALL_VALUE.
16088         * calls.c (emit_call_1): Likewise.  Remove support for sibcall_pop
16089         and sibcall_value_pop.
16090         * config/aarch64/aarch64.md (untyped_call): Use gen_call instead
16091         of GEN_CALL.
16092         * config/alpha/alpha.md (untyped_call): Likewise.
16093         * config/iq2000/iq2000.md (untyped_call): Likewise.
16094         * config/m68k/m68k.md (untyped_call): Likewise.
16095         * config/mips/mips.md (untyped_call): Likewise.
16096         * config/pa/pa.md (untyped_call): Likewise.
16097         * config/rs6000/rs6000.md (untyped_call): Likewise.
16098         * config/sparc/sparc.md (untyped_call): Likewise.
16099         * config/tilegx/tilegx.md (untyped_call): Likewise.
16100         * config/tilepro/tilepro.md (untyped_call): Likewise.
16101         * config/visium/visium.md (untyped_call): Likewise.
16102         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Use
16103         gen_call_value instead of GEN_CALL_VALUE.
16104         * config/arm/arm.md (untyped_call): Likewise.
16105         * config/cr16/cr16.c (cr16_function_arg): Remove reference to
16106         GEN_CALL.
16108 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16110         * ifcvt.c (HAVE_incscc, HAVE_decscc, HAVE_cbranchcc4): Delete.
16111         (have_cbranchcc4): New variable.
16112         (cc_in_cond, noce_emit_cmove, noce_get_alt_condition)
16113         (noce_get_condition): Use it instead of HAVE_cbranchcc4.
16114         (if_convert): Initialize have_cbranchcc4.
16116 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16118         * builtins.c (expand_cmpstrn): Rename to...
16119         (expand_cmpstrn_or_cmpmem): ...this.
16120         (expand_builtin_strcmp, expand_builtin_strncmp): Update accordingly.
16121         (expand_builtin_memcmp): Use optabs instead of HAVE_cmpmem/gen_cmpmem.
16122         Remove mode argument.
16123         (expand_builtin): Update accordingly.
16125 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16127         * builtins.c (expand_cmpstr, expand_cmpstrn): New functions.
16128         (expand_builtin_strcmp, expand_builtin_strncmp): Use them.  Remove
16129         references to HAVE_cmpstr{,n}si and CODE_FOR_cmpstr{,n}si.
16130         * config/m32c/blkmov.md (cmpstrsi): Fix predicates of operands 1 and 2.
16131         Add predicates for operands 0 and 3.
16132         * config/rx/rx.md (cmpstrnsi): Remove force_operand for the length
16133         operand.
16134         * config/sh/sh.md (cmpstrnsi): Change the length predicate from
16135         immediate_operand to nonmemory_operand.
16137 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16139         * df-scan.c (df_insn_info_init_fields): New function, split out
16140         from...
16141         (df_insn_create_insn_record): ...here.
16142         (df_insn_info_free_fields): New function, split out from...
16143         (df_insn_info_delete): ...here.
16144         (df_insn_rescan): Use the new functions instead of freeing and
16145         reallocating the df_insn_info.
16147 2015-08-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
16149         * doc/install.texi (Binaries): Remove links no longer valid.
16151 2015-08-24  Nathan Sidwell  <nathan@codesourcery.com>
16153         * config/nvptx/mkoffload.c (process): Replace
16154         GOMP_offload_{,un}register with GOMP_offload_{,un}register_ver.
16156 2015-08-24  H.J. Lu  <hongjiu.lu@intel.com>
16158         PR target/67329
16159         * config/i386/i386.c (iamcu_cost): Set MOVE_RATIO cost to 9.
16161 2015-08-24  Renlin Li  <renlin.li@arm.com>
16163         * config/arm/arm-protos.h (arm_valid_symbolic_address_p): Declare.
16164         * config/arm/arm.c (arm_valid_symbolic_address_p): Define.
16165         * config/arm/arm.md (arm_movt): Use arm_valid_symbolic_address_p.
16166         * config/arm/constraints.md ("j"): Add check for high code.
16168 2015-08-24  Tom de Vries  <tom@codesourcery.com>
16170         PR tree-optimization/65468
16171         * omp-low.c (expand_omp_for_static_chunk): Remove inner loop if
16172         chunk_size is one.
16174 2015-08-24  Nathan Sidwell  <nathan@acm.org>
16176         * config/nvptx/nvptx.c (walk_args_for_param): Revert previous
16177         change to nvptx_type_from_mode call. Use arg_promotion for both
16178         split and non-split args.
16180 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16182         * target-insns.def (movstr): New pattern.
16183         * builtins.c (HAVE_movstr, CODE_FOR_movstr): Delete.
16184         (expand_movstr): Use targetm rather than HAVE_movstr/
16185         CODE_FOR_movstr.
16187 2015-08-24  Richard Sandiford  <richard.sandiford@arm.com>
16189         * config/microblaze/microblaze.c (microblaze_classify_unspec): Fix
16190         cast syntax.
16192 2015-08-24  Andrew Pinski  <apinski@cavium.com>
16194         * config/aarch64/aarch64-tuning-flags.def: Remove all index to
16195         AARCH64_EXTRA_TUNING_OPTION.
16196         * config/aarch64/aarch64-protos.h (aarch64_extra_tuning_flags_index):
16197         New enum.
16198         (aarch64_extra_tuning_flags): Base the shifted value on the index
16199         instead of the argument to AARCH64_EXTRA_TUNING_OPTION.
16200         * config/aarch64/aarch64.c: Remove the last argument to
16201         AARCH64_EXTRA_TUNING_OPTION.
16203 2015-08-23  Nathan Sidwell  <nathan@acm.org>
16205         * config/nvptx/nvptx.c (walk_args_for_param): Promote arg reg
16206         decls.
16207         (nvptx_declare_function_name): Insert formatting tabs for
16208         consistency.
16210 2015-08-23  Tom de Vries  <tom@codesourcery.com>
16212         * omp-low.c (expand_omp_taskreg): If in ssa, set rhs of parcopy stmt to
16213         parm_decl, rather than generating a dummy default def in cfun.
16214         * tree-cfg.c (replace_ssa_name): Assume no default defs.  Make sure
16215         ssa_name from cfun and child_fn do not share a stmt as def stmt.
16216         (move_stmt_op): Handle PARM_DECl.
16217         (gather_ssa_name_hash_map_from): New function.
16218         (move_sese_region_to_fn): Add default defs for function params, and add
16219         them to vars_map.  Release copied ssa names.
16220         * tree-cfg.h (gather_ssa_name_hash_map_from): Declare.
16222 2015-08-23  Tom de Vries  <tom@codesourcery.com>
16224         * doc/sourcebuild.texi: Rename vect_no_int_max with
16225         vect_no_int_min_max.  Update description.
16227 2015-08-22  Andrew Pinski  <apinski@cavium.com>
16229          * aarch64-fusion-pairs.def: Remove all index to AARCH64_FUSION_PAIR.
16230         * config/aarch64/aarch64-protos.h
16231         (aarch64_fusion_pairs_index): New enum.
16232         (aarch64_fusion_pairs): Base the shifted value on the index instead
16233         Rewrite AARCH64_FUSE_ALL to be based on the end index.
16234         of the argument to AARCH64_FUSION_PAIR.
16235         * config/aarch64/aarch64.c: Remove the last argument to
16236         AARCH64_FUSION_PAIR.
16238 2015-08-22  Mikhail Maltsev <maltsevm@gmail.com>
16240         * dominance.c (new_zero_array): Define.
16241         (dom_info): Redefine as class with proper encapsulation.
16242         (dom_info::m_n_basic_blocks, m_reverse, m_start_block, m_end_block):
16243         Add new members.
16244         (dom_info::dom_info, ~dom_info): Define.  Use new/delete for memory
16245         allocations/deallocations.  Pass function as parameter (instead of
16246         using cfun).
16247         (dom_info::get_idom): Define accessor method.
16248         (dom_info::calc_dfs_tree_nonrec, calc_dfs_tree, compress, eval,
16249         link_roots, calc_idoms): Redefine as class members.  Do not use cfun.
16250         (calculate_dominance_info): Adjust to use dom_info class.
16251         (verify_dominators): Likewise.
16253 2015-08-21  Alexandre Oliva  <aoliva@redhat.com>
16255         * print-rtl.c (print_rtx): Check the correct range for
16256         flag_dump_unnumbered_links to behave as documented.
16258         PR rtl-optimization/67227
16259         PR rtl-optimization/64164
16260         * alias.c (memrefs_conflict_p): Handle VALUEs in PLUS better.
16261         (nonoverlapping_memrefs_p): Test offsets and sizes when given
16262         identical gimple_reg exprs.
16264 2015-08-21  Nathan Sidwell  <nathan@acm.org>
16266         * config/nvptx/nvptx.md (allocate_stack): Emit sorry during
16267         expansion.
16268         * config/nvptx/nvptx.c (nvptx_declare_function_name): Look at
16269         crtl->stack_alignment_needed to determine alignment.
16270         (nvptx_get_drap_rtx): New.
16271         (TARGET_GET_DRAP_RTX): Override.
16272         * config/nvptx/nvptx.h (MAX_STACK_ALIGNMENT): Set.
16274 2015-08-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
16276         * config.build: Remove case for m68000-hp-hpux* | m68k-hp-hpux*.
16278 2015-08-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
16280         * configure.ac: Remove uwin* cases.
16281         * config.build: Remove cases for i370-*-opened*, i370-*-mvs*,
16282         i[34567]86-*-sco3.2v5*, i[34567]86-sequent-ptx4*,
16283         i[34567]86-sequent-sysv4*, i[34567]86-*-sysv4*,
16284         i[34567]86-*-udk*, i[34567]86-*-uwin*, i386-*-vsta.
16285         * config.host: Remove cases for i370-*-opened*, i370-*-mvs*,
16286         i[34567]86-*-uwin*, powerpc-*-beos*.
16288 2015-08-21  Richard Sandiford  <richard.sandiford@arm.com>
16290         * gencodes.c (gencodes): Print the comma for the preceding
16291         enum value rather than the current one.  Use aliased enum values
16292         rather than #defines for compiled-out patterns.
16293         (main): Update accordingly.  Replace LAST_INSN_CODE with
16294         NUM_INSN_CODES.
16295         * lra.c (insn_code_data): Update accordingly.
16296         (finish_insn_code_data_once, get_static_insn_data): Likewise.
16297         * recog.h (target_recog): Likewise.
16298         (preprocess_insn_constraints): Change parameter to unsigned int.
16299         * recog.c (preprocess_insn_constraints): Likewise.
16300         (recog_init): Replace LAST_INSN_CODE with NUM_INSN_CODES.
16301         * tree-vect-stmts.c (vectorizable_operation): Simplify.
16303 2015-08-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
16305         PR rtl-optimization/61657
16306         * loop-iv.c (iv_number_of_iterations): Declare up and down as
16307         unsigned.  Remove superflous uint64_t cast.
16309 2014-08-21  Felix Yang  <felix.yang@huawei.com>
16310             Jiji Jiang  <jiangjiji@huawei.com>
16312         * value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL
16313         argument and get builtin function code directly from CALL.
16314         (gimple_stringop_fixed_value): Modified accordingly.
16315         (gimple_stringops_transform, gimple_stringops_values_to_profile):
16316         Modified accordingly and only accept BUILT_IN_NORMAL string operations.
16318 2015-08-21  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16320         * config/s390/s390-builtins.def: Fix value range of vec_load_bndry.
16322 2015-08-21  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
16324         * fold-const.c (fold_binary_loc) : Move sqrt(x)*sqrt(x) as x
16325         to match.pd.
16326         Move Optimize pow(x,y)*pow(z,y) as pow(x*z,y)to match.pd.
16327         Move Optimize tan(x)*cos(x) as sin(x) to match.pd.
16328         Move Optimize x*pow(x,c) as pow(x,c+1) to match.pd.
16329         Move Optimize pow(x,c)*x as pow(x,c+1) to match.pd.
16330         Move Optimize sin(x)/cos(x) as tan(x) to match.pd.
16331         Move Optimize cos(x)/sin(x) as 1.0/tan(x) to match.pd.
16332         Move Optimize sin(x)/tan(x) as cos(x) to match.pd.
16333         Move Optimize tan(x)/sin(x) as 1.0/cos(x) to match.pd.
16334         Move Optimize pow(x,c)/x as pow(x,c-1) to match.pd.
16335         Move Optimize x/pow(y,z) into x*pow(y,-z) to match.pd.
16337         * match.pd (SIN ) : New Operator.
16338         (TAN) : New Operator.
16339         (mult (SQRT@1 @0) @1) : New simplifier.
16340         (mult (POW:s @0 @1) (POW:s @2 @1)) : New simplifier.
16341         (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
16342         (mult:c (TAN:s @0) (COS:s @0)) : New simplifier.
16343         (rdiv (SIN:s @0) (COS:s @0)) : New simplifier.
16344         (rdiv (COS:s @0) (SIN:s @0)) : New simplifier.
16345         (rdiv (SIN:s @0) (TAN:s @0)) : New simplifier.
16346         (rdiv (TAN:s @0) (SIN:s @0)) : New simplifier.
16347         (rdiv (POW:s @0 REAL_CST@1) @0) : New simplifier.
16348         (rdiv @0 (SQRT:s (rdiv:s @1 @2))) : New simplifier.
16349         (rdiv @0 (POW:s @1 @2)) : New simplifier.
16351 2015-08-21  Bin Cheng  <bin.cheng@arm.com>
16353         * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Break
16354         loop if EXPR is simplified to const value.
16356 2015-08-21  Yury Gribov  <y.gribov@samsung.com>
16358         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
16359         BUILT_IN_UBSAN_HANDLE_NONNULL_ARG): Fix builtin types.
16361 2015-08-21  Richard Biener  <rguenther@suse.de>
16363         PR middle-end/67285
16364         * gimple-fold.c (replace_stmt_with_simplification): Assert
16365         seq is empty when replacing a call with itself but different
16366         arguments.
16367         * gimple-match-head.c (maybe_push_res_to_seq): When pushing
16368         a call require that it is const.
16370 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16372         * defaults.h (CONSTANT_ALIGNMENT): New macro definition.
16373         * builtins.c (get_object_alignment_2): Adjust.
16374         * varasm.c (align_variable): Likewise.
16375         (get_variable_align): Likewise.
16376         (build_constant_desc): Likewise.
16377         (force_const_mem): Likewise.
16378         * doc/tm.texi.in: Likewise.
16379         * doc/tm.texi: Regenerate.
16381 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16383         * genconfig.c (main): Always define HAVE_cc0.
16384         * recog.c (rest_of_handle_peephole2): Adjust.
16386 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16388         * reorg.c (relax_delay_slots): Don't use #if to check value of
16389         HAVE_cc0.
16391 2015-08-20  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16393         * genconfig.c (main): Always define HAVE_CONDITIONAL_EXECUTION.
16394         * targhooks.c (default_have_conditional_execution): Adjust.
16396 2015-08-20  Richard Sandiford  <richard.sandiford@arm.com>
16398         * rtl.h (rtvec_all_equal_p): Declare.
16399         (const_vec_duplicate_p, unwrap_const_vec_duplicate): New functions.
16400         * rtl.c (rtvec_all_equal_p): New function.
16401         * expmed.c (expand_mult): Use unwrap_const_vec_duplicate.
16402         * config/aarch64/aarch64.c (aarch64_vect_float_const_representable_p)
16403         (aarch64_simd_dup_constant): Use const_vec_duplicate_p.
16404         * config/arm/arm.c (neon_vdup_constant): Likewise.
16405         * config/s390/s390.c (s390_contiguous_bitmask_vector_p): Likewise.
16406         * config/tilegx/constraints.md (W, Y): Likewise.
16407         * config/tilepro/constraints.md (W, Y): Likewise.
16408         * config/spu/spu.c (spu_legitimate_constant_p): Likewise.
16409         (classify_immediate): Use unwrap_const_vec_duplicate.
16410         * config/tilepro/predicates.md (reg_or_v4s8bit_operand): Likewise.
16411         (reg_or_v2s8bit_operand): Likewise.
16412         * config/tilegx/predicates.md (reg_or_v8s8bit_operand): Likewise.
16413         (reg_or_v4s8bit_operand): Likewise.
16415 2015-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16417         * config/rs6000/altivec.h (vec_pmsum_be): New #define.
16418         (vec_shasigma_be): New #define.
16419         * config/rs6000/rs6000-builtin.def (VPMSUMB): New BU_P8V_AV2_2.
16420         (VPMSUMH): Likewise.
16421         (VPMSUMW): Likewise.
16422         (VPMSUMD): Likewise.
16423         (VPMSUM): New BU_P8V_OVERLOAD_2.
16424         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): New
16425         entries for VEC_MADD and VEC_VPMSUM.
16427 2015-08-20  Georg-Johann Lay  <avr@gjlay.de>
16429         * config/avr/avr.c (avr_insert_attributes): In diagnostic essage:
16430         Multiply argument avr_n_flash by 64 to match unit of "KiB".
16431         (avr_pgm_check_var_decl): Same.
16433 2015-08-20  Alan Lawrence  <alan.lawrence@arm.com>
16435         * config/arm/arm-builtins.c (arm_init_simd_builtin_types): Move
16436         initialization of HFmode scalar type (float16_t) to...
16437         (arm_init_fp16_builtins): ... Here. Combine with __fp16 initialization
16438         code.
16440         (arm_init_builtins): Call arm_init_fp16_builtins earlier and always.
16442         * config/arm/arm_neon.h (vcvt_f16_f32, vcvt_f32_f16): Condition on
16443         having an -mfp16-format.
16445 2015-08-20  Richard Sandiford  <richard.sandiford@arm.com>
16447         * config/i386/predicates.md (vector_all_ones_operand): Use
16448         CONSTM1_RTX to simplify definition.
16450 2015-08-20  Richard Biener  <rguenther@suse.de>
16452         * toplev.c (compile_file): Remove loop calling late_global_decl
16453         on all symbols.
16454         * varpool.c (varpool_node::assemble_decl): Call late_global_decl
16455         on decls we assembled.
16457 2015-08-20  James Greenhalgh  <james.greenhalgh@arm.com>
16459         * common/config/aarch64/aarch64-common.c
16460         (AARCH64_CPU_NAME_LENGTH): Delete.
16461         (aarch64_option_extension): New.
16462         (all_extensions): Likewise.
16463         (processor_name_to_arch): Likewise.
16464         (arch_to_arch_name): Likewise.
16465         (all_cores): New.
16466         (all_architectures): Likewise.
16467         (aarch64_get_extension_string_for_isa_flags): Likewise.
16468         (aarch64_rewrite_selected_cpu): Change to rewrite CPU names to
16469         architecture names.
16470         * config/aarch64/aarch64-protos.h
16471         (aarch64_get_extension_string_for_isa_flags): New.
16472         * config/aarch64/aarch64.c (aarch64_print_extension): Delete.
16473         (aarch64_option_print): Get the string to print from
16474         aarch64_get_extension_string_for_isa_flags.
16475         (aarch64_declare_function_name): Likewise.
16476         * config/aarch64/aarch64.h (BIG_LITTLE_SPEC): Rename to...
16477         (MCPU_TO_MARCH_SPEC): This.
16478         (ASM_CPU_SPEC): Use it.
16479         (BIG_LITTLE_SPEC_FUNCTIONS): Rename to...
16480         (MCPU_TO_MARCH_SPEC_FUNCTIONS): ...This.
16481         (EXTRA_SPEC_FUNCTIONS): Use it.
16483 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
16485         * config/mips/mips.c (mips_expand_block_move): Enable inline memcpy
16486         expansion when !ISA_HAS_LWL_LWR.
16487         (mips_block_move_straight): Update the size of elements copied to
16488         account for alignment when !ISA_HAS_LWL_LWR.
16489         * config/mips/mips.h (MIPS_MIN_MOVE_MEM_ALIGN): New macro.
16491 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
16493         * expr.c (expand_expr_real_2): Check gimple statement during
16494         LSHIFT_EXPR expand.
16496 2015-08-19  Magnus Granberg  <zorry@gentoo.org>
16498         * common.opt (fstack-protector): Initialize to -1.
16499         (fstack-protector-all): Likewise.
16500         (fstack-protector-strong): Likewise.
16501         (fstack-protector-explicit): Likewise.
16502         * configure.ac: Add --enable-default-ssp.
16503         * defaults.h (DEFAULT_FLAG_SSP): New.  Default SSP to strong.
16504         * opts.c (finish_options): Update opts->x_flag_stack_protect if it is
16505         -1.
16506         * doc/install.texi: Document --enable-default-ssp.
16507         * config.in: Regenerated.
16508         * configure: Likewise.
16510 2015-08-19  Alexandre Oliva  <aoliva@redhat.com>
16512         PR rtl-optimization/64164
16513         * cfgexpand.c (parm_maybe_byref_p): Renamed to...
16514         (parm_in_stack_slot_p): ... this.  Disregard mode, what
16515         matters is whether the parm will live in a pseudo or a stack
16516         slot.
16517         (expand_one_ssa_partition): Deal with params without a default
16518         def.  Disregard mode.
16519         * cfgexpand.h: Renamed function declaration.
16520         * tree-ssa-coalesce.c: Adjust.
16521         * function.c (split_complex_args): Allocate stack slot for
16522         unassigned parms before splitting.
16523         (parm_in_unassigned_mem_p): New.  Use it instead of
16524         parm_maybe_byref_p throughout this file.
16525         (assign_parm_setup_block): Use it.  Accept pseudos in the
16526         expand-assigned rtl.
16527         (assign_parm_setup_reg): Drop BLKmode requirement.
16528         (assign_parm_setup_stack): Allocate and fill in the address of
16529         unassigned MEM parms.
16531 2015-08-19  David Sherwood  <david.sherwood@arm.com>
16533         * genmodes.c (emit_mode_unit_size_inline): New function.
16534         (emit_mode_unit_precision_inline): New function.
16535         (emit_insn_modes_h): Emit new #define.  Emit new functions.
16536         (emit_mode_unit_size): New function.
16537         (emit_mode_unit_precision): New function.
16538         (emit_mode_adjustments): Add mode_unit_size adjustments.
16539         (emit_insn_modes_c): Emit new arrays.
16540         * machmode.h (GET_MODE_UNIT_SIZE, GET_MODE_UNIT_PRECISION): Update to
16541         use new inline methods.
16543 2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16545         * config/aarch64/aarch64.c (bit_count): Delete prototype
16546         and definition.
16547         (aarch64_print_operand): Use popcount_hwi instead of the above.
16549 2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16551         * config/aarch64/aarch64-option-extensions.def: Delete obsolete
16552         comment.
16554 2015-08-19  Marek Polacek  <polacek@redhat.com>
16556         PR middle-end/67133
16557         * gimple-ssa-isolate-paths.c
16558         (insert_trap_and_remove_trailing_statements): Rename to ...
16559         (insert_trap): ... this.  Don't remove trailing statements; split
16560         block instead.
16561         (find_explicit_erroneous_behaviour): Don't remove all outgoing edges.
16563 2015-08-19  Mikael Morin  <mikael@gcc.gnu.org>
16565         PR other/67042
16566         * hwint.h (sext_hwi): Switch to unsigned for the left shift, and
16567         conditionalize the whole on __GNUC__.  Add fallback code
16568         depending neither on undefined nor implementation-defined behaviour.
16570 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
16572         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Replace
16573         whitespaces with tab.
16575 2015-08-19  Florian Weimer  <fweimer@redhat.com>
16577         * prj.adb (For_Every_Project_Imported_Context.Recursive_Check_Context):
16578         Move Name_Id_Set instantiation to the Prj package, to avoid trampolines.
16579         * prj-proc.adb (Process.Process_Expression_Variable_Decl):
16580         Move Name_Ids instantiation to the Prj.Proc package, to avoid
16581         trampolines.
16583 2015-08-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16585         * config/arm/arm.c (bounds_check): Use %wd print format
16586         for HOST_WIDE_INT arguments.
16588 2015-08-18  Trevor Saunders  <tbsaunde@tbsaunde.org>
16590         * bb-reorder.c, cfgloop.h, collect2.c, combine.c, dse.c,
16591         dwarf2cfi.c, gcse-common.h, genopinit.c, ggc-page.c, machmode.h,
16592         mcf.c, modulo-sched.c, omp-low.c, read-rtl.c, sched-rgn.c,
16593         signop.h, tree-call-cdce.c, tree-dfa.c, tree-diagnostic.c,
16594         tree-inline.h, tree-scalar-evolution.c, tree-ssa-address.c,
16595         tree-ssa-loop-niter.c, tree-ssa-loop.h, tree-ssa-pre.c,
16596         tree-ssa-reassoc.c, tree-ssa-sccvn.h, tree-ssa-structalias.c,
16597         tree-ssa-uninit.c, tree-ssa.h, tree-vect-loop-manip.c,
16598         tree-vectorizer.h, tree-vrp.c, var-tracking.c: Remove useless
16599         typedefs.
16601 2015-08-18  trevor Saunders  <tbsaunde@tbsaunde.org>
16603         * bt-load.c, cgraph.h, dwarf2out.c, dwarf2out.h, final.c,
16604         function.c, graphite-scop-detection.c, haifa-sched.c,
16605         ipa-devirt.c, ipa-split.c, recog.c, ree.c, stmt.c,
16606         tree-data-ref.c, tree-ssa-dom.c, tree-ssa-loop-ivopts.c,
16607         varasm.c: Remove typedefs of structs.
16609 2015-08-18  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
16611         * config/rs6000/altivec.h (vec_adde): New define.
16612         (vec_addec): Likewise.
16613         (vec_double): Likewise.
16614         (vec_bperm): Likewise.
16615         (vec_gb): Likewise.
16616         * config/rs6000/rs6000-builtin.def (ADDE): New
16617         BU_ALTIVEC_OVERLOAD_3.
16618         (ADDEC): Likewise.
16619         (DOUBLE): New BU_VSX_OVERLOAD_1.
16620         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add new
16621         entries for ALTIVEC_BUILTIN_VEC_ADDC, ALTIVEC_BUILTIN_VEC_ADDE,
16622         ALTIVEC_BUILTIN_VEC_ADDEC, ALTIVEC_BUILTIN_VEC_ANDC,
16623         VSX_BUILTIN_VEC_DOUBLE, ALTIVEC_BUILTIN_VEC_MERGEH,
16624         ALTIVEC_BUILTIN_VEC_MERGEL, ALTIVEC_BUILTIN_VEC_NOR,
16625         ALTIVEC_BUILTIN_VEC_OR, ALTIVEC_BUILTIN_VEC_XOR,
16626         ALTIVEC_BUILTIN_VEC_PERM, ALTIVEC_BUILTIN_VEC_SEL,
16627         P8V_BUILTIN_VEC_EQV, P8V_BUILTIN_VEC_NAND, P8V_BUILTIN_VEC_ORC,
16628         and P8V_BUILTIN_VEC_VBPERMQ.
16630 2015-08-18  Jason Merrill  <jason@redhat.com>
16632         * print-tree.c (print_node): Handle TREE_BINFO.
16634 2015-08-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
16636         PR middle-end/36757
16637         * builtins.c (expand_builtin_signbit): Add asserts to make sure
16638         we can expand BUILT_IN_SIGNBIT inline.
16639         * builtins.def (BUILT_IN_SIGNBIT): Make type-generic.
16640         * doc/extend.texi: Document the type-generic __builtin_signbit.
16642 2015-08-18  Richard Sandiford  <richard.sandiford@arm.com>
16644         PR rtl-optimization/67218
16645         * simplify-rtx.c (exact_int_to_float_conversion_p): New function.
16646         (simplify_unary_operation_1): Use it.
16648 2015-08-18  Marek Polacek  <polacek@redhat.com>
16650         PR middle-end/67222
16651         * gimple-low.c (lower_stmt): Don't lower BUILT_IN_POSIX_MEMALIGN
16652         if the call isn't valid.
16653         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Check builtins using
16654         gimple_call_builtin_p.
16655         (call_may_clobber_ref_p_1): Likewise.
16656         (stmt_kills_ref_p): Likewise.
16658 2015-08-18  Robert Suchanek  <robert.suchanek@imgtec.com>
16660         * config/mips/mips-protos.h (mips_hard_regno_rename_ok): New prototype.
16661         * config/mips/mips.c (mips_hard_regno_rename_ok): New function.
16662         (mips_hard_regno_scratch_ok): Likewise.
16663         (TARGET_HARD_REGNO_SCRATCH_OK): Define macro.
16664         * config/mips/mips.h (HARD_REGNO_RENAME_OK): New.
16666 2015-08-18  Bin Cheng  <bin.cheng@arm.com>
16668         * tree-ssa-loop-niter.c (refine_value_range_using_guard): New.
16669         (determine_value_range): Call refine_value_range_using_guard for
16670         each loop initial condition to improve value range.
16672 2015-08-17  Aldy Hernandez  <aldyh@redhat.com>
16674         * config/i386/i386.c: Remove include of fibheap.h.
16676 2015-08-17  Richard Biener  <rguenther@suse.de>
16678         PR tree-optimization/67221
16679         * tree-ssa-sccvn.c (visit_phi): Keep all-TOP args TOP.
16680         (sccvn_dom_walker::before_dom_children): Mark backedges of
16681         non-executable blocks as not executable.
16683 2015-08-17  David Sherwood  <david.sherwood@arm.com>
16685         * config/arm/arm.c (neon_element_bits): Replace call to
16686         GET_MODE_BITSIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_BITSIZE (m).
16687         * config/arm/neon.md (neon_vget_lane<mode>): Likewise.
16688         (neon_vget_laneu<mode>, neon_vset_lane<mode>): Likewise
16689         (neon_vdup_lane<mode>): Likewise.
16690         * config/i386/i386.c (ix86_expand_int_vcond): Likewise.
16691         (ix86_expand_multi_arg_builtin, ix86_expand_reduc): Likewise.
16692         (expand_vec_perm_palignr, ix86_expand_sse2_abs): Likewise.
16693         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
16694         * config/spu/spu.c (arith_immediate_p): Likewise.
16695         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
16696         * expr.c (expand_expr_real_2): Likewise.
16697         * optabs.c (shift_amt_for_vec_perm_mask): Likewise.
16698         * simplify-rtx.c (simplify_immed_subreg): Likewise.
16699         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
16700         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Likewise.
16701         New variable.
16702         * fold-const.c (fold_binary_loc): Replace call to
16703         GET_MODE_PRECISION (GET_MODE_INNER (m)) with
16704         GET_MODE_UNIT_PRECISION (m).
16706 2015-08-17  Mike Stump  <mikestump@comcast.net>
16708         * config/arm/arm.c (arm_block_move_unaligned_straight):
16709         Emit normal move instead of unaligned load when source or destination
16710         are appropriately aligned.
16712 2015-08-17  Richard Biener  <rguenther@suse.de>
16713             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
16715         PR middle-end/16107
16716         * match.pd (div (coss (op @0) : New simplifier.
16718 2015-08-14  Alexandre Oliva  <aoliva@redhat.com>
16720         PR rtl-optimization/64164
16721         PR bootstrap/66978
16722         PR middle-end/66983
16723         PR rtl-optimization/67000
16724         PR middle-end/67034
16725         PR middle-end/67035
16726         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
16727         * tree-ssa-copyrename.c: Removed.
16728         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
16729         -ftree-coalesce-vars.
16730         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
16731         * common.opt (ftree-copyrename): Ignore.
16732         (ftree-coalesce-inlined-vars): Likewise.
16733         * doc/invoke.texi: Remove the ignored options above.
16734         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
16735         * tree-ssa-coalesce.h: ... here.
16736         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
16737         headers required by it.
16738         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
16739         across variables when flag_tree_coalesce_vars.  Check register
16740         use and promoted modes to allow coalescing.  Do not coalesce
16741         maybe-byref parms with SSA_NAMEs of other variables, or
16742         anonymous SSA_NAMEs.  Moved to tree-ssa-coalesce.c.
16743         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
16744         with its member functions to tree-ssa-coalesce.c.
16745         (var_map_base_init): Likewise.  Renamed to
16746         compute_samebase_partition_bases.
16747         (partition_view_normal): Drop want_bases parameter.
16748         (partition_view_bitmap): Likewise.
16749         * tree-ssa-live.h: Adjust declarations.
16750         * tree-ssa-coalesce.c: Include explow.h and cfgexpand.h.
16751         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
16752         default defs at the entry point.
16753         (dump_part_var_map): New.
16754         (compute_optimized_partition_bases): New, called by...
16755         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
16756         of compute_samebase_partition_bases.  Adjust.
16757         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
16758         * cfgexpand.c (leader_merge, parm_maybe_byref_p): New.
16759         (ssa_default_def_partition): New.
16760         (get_rtl_for_parm_ssa_default_def): New.
16761         (align_local_variable, add_stack_var): Support anonymous SSA
16762         names.
16763         (defer_stack_allocation): Likewise.  Declare earlier.
16764         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
16765         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
16766         Do no record deferred-allocation marker in
16767         SA.partition_to_pseudo.
16768         (expand_stack_vars): Adjust check for the marker in it.
16769         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
16770         redundant MEM attr setting.
16771         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
16772         from...
16773         (expand_one_stack_var): ... this.  New wrapper to check and
16774         skip already expanded SSA partitions.
16775         (record_alignment_for_reg_var): New, factored out of...
16776         (expand_one_var): ... this.
16777         (expand_one_ssa_partition): New.
16778         (adjust_one_expanded_partition_var): New.
16779         (expand_one_register_var): Check and skip already expanded SSA
16780         partitions.
16781         (expand_used_vars): Don't create DECLs for anonymous SSA
16782         names.  Expand all SSA partitions, then adjust all SSA names.
16783         (pass::execute): Replace the loops that set
16784         SA.partition_to_pseudo from partition leaders and cleared
16785         DECL_RTL for multi-location variables, and that which used to
16786         rename vars and set attrs, with one that clears DECL_RTL and
16787         checks that PARMs and RESULTs default_defs match DECL_RTL.
16788         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
16789         * emit-rtl.c: Include stor-layout.h.
16790         (set_reg_attrs_for_parm): Handle NULL decl.
16791         (set_reg_attrs_for_decl_rtl): Take mode from expression if
16792         it's not a DECL.
16793         * stmt.c (emit_case_decision_tree): Pass it the SSA_NAME
16794         rather than its possibly-NULL DECL.
16795         * explow.c (promote_ssa_mode): New.
16796         * explow.h (promote_ssa_mode): Declare.
16797         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
16798         (read_complex_part): Export.
16799         * expr.h (read_complex_part): Declare.
16800         * cfgexpand.h (parm_maybe_byref_p): Declare.
16801         * function.c: Include cfgexpand.h.
16802         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
16803         (use_register_for_parm_decl): Wrapper for the above to
16804         special-case the result_ptr.
16805         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
16806         (split_complex_args): Take assign_parm_data_all argument.
16807         Pass it to rtl_for_parm.  Set up rtl and context for split
16808         args.  Reset complex parm before fetching its default decl
16809         rtl.
16810         (assign_parms_unsplit_complex): Use the default-def complex
16811         parm rtl if it matches the components.
16812         (assign_parms_augmented_arg_list): Adjust.
16813         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
16814         multiple locations.  Recognize split complex args.
16815         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
16816         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
16817         (assign_parm_setup_block): Prefer SSA-assigned location, and
16818         fill in its address if the memory location of a maybe-byref
16819         parm was not assigned by cfgexpand.
16820         (assign_parm_setup_reg): Likewise.  Adjust its mode as
16821         needed.  Use entry_parm for equiv if stack_parm is NULL.  Make
16822         sure passed_pointer parms don't need conversion.  Copy address
16823         or value as needed.
16824         (assign_parm_setup_stack): Prefer SSA-assigned location.
16825         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
16826         rtl before testing for pointer bounds.  Special-case result_ptr.
16827         (expand_function_start): Maybe reset DECL_RTL of result.
16828         Prefer SSA-assigned location for result and static chain.
16829         Factor out DECL_RESULT and SET_DECL_RTL.  Convert static chain
16830         to Pmode if needed, from H.J. Lu  <hongjiu.lu@intel.com>.
16831         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
16832         anonymous SSA names.  Use promote_ssa_mode.
16833         (get_temp_reg): Likewise.
16834         (remove_ssa_form): Adjust.
16835         * stor-layout.c (layout_decl): Don't set mem attributes of
16836         non-MEMs.
16837         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
16838         and get its reg_usage for reg invalidation.
16839         (compute_bb_dataflow): Pass it insn.
16840         (emit_notes_in_bb): Likewise.
16842 2015-08-14  Marek Polacek  <polacek@redhat.com>
16844         * tree-core.h (tree_base): Fix typo.
16846 2015-08-14  Marek Polacek  <polacek@redhat.com>
16848         PR middle-end/67133
16849         * gimple.c (infer_nonnull_range_by_attribute): Check that the
16850         nonnull argument position is not outside function arguments.
16852 2015-08-14  Matthew Wahab  <matthew.wahab@arm.com>
16854         PR target/67143
16855         * config/aarch64/atomics.md (atomic_<optab><mode>): Replace
16856         'lconst_atomic' with 'const_atomic'.
16857         (atomic_fetch_<optab><mode>): Likewise.
16858         (atomic_<optab>_fetch<mode>): Likewise.
16859         * config/aarch64/iterators.md (lconst-atomic): Move below
16860         'const_atomic'.
16861         (const_atomic): New.
16863 2015-08-14  Thomas Schwinge  <thomas@codesourcery.com>
16864             Bernd Schmidt  <bernds@codesourcery.com>
16866         * config/nvptx/nvptx.c (nvptx_option_override): Don't override
16867         debug options.
16868         * config/nvptx/nvptx.h (DWARF2_LINENO_DEBUGGING_INFO): Define.
16869         (DWARF2_DEBUGGING_INFO): Don't define.
16870         * debug.h (dwarf2_lineno_debug_hooks): Declare.
16871         * toplev.c (process_options): Add a case for it.
16872         * dwarf2out.c (dwarf2_lineno_debug_hooks): New variable.
16873         (dwarf2out_init): Skip most initializations if
16874         DWARF2_LINENO_DEBUGGING_INFO, but set cur_line_info_table in that
16875         case.
16876         * defaults.h (PREFERRED_DEBUGGING_TYPE): Also use DWARF2_DEBUG if
16877         DWARF2_LINENO_DEBUGGING_INFO.
16878         * opts.c (set_debug_level): Likewise.
16880 2015-08-14  James Greenhalgh  <james.greenhalgh@arm.com>
16882         * config/arm/types.md (is_neon_type): Add missing types.
16884 2015-08-14  Yuri Rumyantsev  <ysrumyan@gmail.com>
16886         * config/i386/driver-i386.c (host_detect_local_cpu): Add support
16887         for skylake.
16888         * config/i386/i386.c (PTA_SKYLAKE): New macros.
16889         (processor_alias_table): Add skylake description.
16890         (enum processor_model): Add skylake processor.
16891         (arch_names_table): Add skylake record.
16892         * doc/invoke.texi: Add skylake item.
16894 2015-08-13  Andrew MacLeod  <amacleod@redhat.com>
16896         * ira-int.h: Include recog.h.
16897         * ira-build.c: Don't include recog.h.
16898         * ira-color.c: Likewise.
16899         * ira-conflicts.c: Likewise.
16900         * ira-costs.c: Likewise.
16901         * ira-emit.c: Likewise.
16902         * ira-lives.c: Likewise.
16903         * ira.c: Likewise.
16904         * sched-deps.c: Likewise.
16905         * sel-sched.c: Likewise.
16906         * target-globals.c: Likewise.
16908 2015-08-13  Richard Sandiford  <richard.sandiford@arm.com>
16910         PR bootstrap/55035
16911         * reload1.c (elimination_costs_in_insn): Make it obvious to the
16912         compiler that the n_dups and n_operands loop bounds are invariant.
16914 2015-08-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16916         * ifcvt.c (noce_try_store_flag_constants): Handle PLUS-immediate
16917         expressions in A and B.
16919 2015-08-13  Richard Biener  <rguenther@suse.de>
16921         * tree.c (nonnull_arg_p): Move from ...
16922         * tree-vrp.c (nonnull_arg_p): ... here.
16923         * tree.h (nonnull_arg_p): Declare.
16924         * tree-ssa-sccvn.c (init_scc_vn): Perform all lattice init
16925         here, register ptr != 0 for nonnull_arg_p pointer arguments.
16926         Properly initialize static chain and by-reference result pointer.
16927         (run_scc_vn): Adjust.
16929 2015-08-13  Robert Suchanek  <robert.suchanek@imgtec.com>
16931         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Enable load/store pairs for
16932         TUNE_I6400.
16934 2015-08-13  Matthew Wahab  <matthew.wahab@arm.com>
16936         * config/aarch64/aarch64-protos.h
16937         (aarch64_gen_atomic_cas): Declare.
16938         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap):
16939         Choose appropriate instruction pattern for the target.
16940         (aarch64_gen_atomic_cas): New.
16941         * config/aarch64/atomics.md (UNSPECV_ATOMIC_CAS): New.
16942         (atomic_compare_and_swap<mode>_1): Rename to
16943         aarch64_compare_and_swap<mode>.  Fix some indentation.
16944         (aarch64_compare_and_swap<mode>_lse): New.
16945         (aarch64_atomic_cas<mode>): New.
16947 2015-08-13  Matthew Wahab  <matthew.wahab@arm.com>
16949         * config/aarch64/aarch64.h (AARCH64_ISA_LSE): New.
16950         (TARGET_LSE): New.
16952 2015-08-13  Richard Biener  <rguenther@suse.de>
16954         PR tree-optimization/67191
16955         * tree-ssa-sccvn.c (sccvn_dom_walker::before_dom_children): Remove
16956         assert we value-numbered last stmts operand because it can validly
16957         trigger for unreachable code.
16959 2015-08-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16961         PR rtl-optimization/67103
16962         * ifcvt.c (noce_try_store_flag_constants): Move
16963         x = (-(test != 0) & (b - a)) + a transformation to...
16964         (noce_try_cmove): ... Here.  Try it if normal conditional
16965         move fails.
16967 2015-08-13  Robert Suchanek  <robert.suchanek@imgtec.com>
16969         * config/mips/mips.c (mips_rtx_cost_data): Remove costs for W32 and W64
16970         pseudo-processors.
16971         * config/mips/mips.md (processor): Remove w32 and w64.
16973 2015-08-13  Richard Biener  <rguenther@suse.de>
16975         PR tree-optimization/66502
16976         PR tree-optimization/67167
16977         * tree-ssa-sccvn.c (vn_phi_compute_hash): Do not include
16978         backedge arguments.
16979         (vn_phi_lookup): Adjust.
16980         (vn_phi_insert): Likewise.
16981         (visit_phi): Prefer to value-number to another PHI node
16982         over value-numbering to a PHI argument.
16983         (init_scc_vn): Mark DFS back edges.
16985 2015-08-13  Richard Biener  <rguenther@suse.de>
16987         * gimple.h (gcall::code_): New constant static member.
16988         (gcond::code_): Likewise.
16989         * gimple.c (gcall::code_): Define.
16990         (gcond::code_): Likewise.
16991         (is_a_helper <const gcond *>): Add.
16992         (gimple_call_lhs): Use GIMPLE_CHECK2 in the gimple overload
16993         and forward to a new gcall overload with less checking and a
16994         cheaper way to access the operand.
16995         (gimple_call_lhs_ptr): Likewise.
16996         (gimple_call_set_lhs): Likewise.
16997         (gimple_call_internal_p): Likewise.
16998         (gimple_call_with_bounds_p): Likewise.
16999         (gimple_call_set_with_bounds): Likewise.
17000         (gimple_call_internal_fn): Likewise.
17001         (gimple_call_set_ctrl_altering): Likewise.
17002         (gimple_call_ctrl_altering_p): Likewise.
17003         (gimple_call_fntype): Likewise.
17004         (gimple_call_fn): Likewise.
17005         (gimple_call_fn_ptr): Likewise.
17006         (gimple_call_set_fndecl): Likewise.
17007         (gimple_call_fndecl): Likewise.
17008         (gimple_call_chain): Likewise.
17009         (gimple_call_num_args): Likewise.
17010         (gimple_call_arg): Likewise.
17011         (gimple_call_arg_ptr): Likewise.
17012         (gimple_call_set_arg): Likewise.
17013         (gimple_call_noreturn_p): Likewise.
17014         (gimple_cond_code): Likewise.
17015         (gimple_cond_lhs): Likewise.
17016         (gimple_cond_rhs): Likewise.
17017         (gimple_has_lhs): Reduce checking.
17019 2015-08-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
17021         PR middle-end/25529
17022         * match.pd (div (mult @0 @1) @1) : New simplifier.
17024 2015-08-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
17026         PR target/67071
17027         * config/rs6000/predicates.md (easy_vector_constant_vsldoi): New
17028         predicate to allow construction of vector constants using the
17029         VSLDOI vector shift instruction.
17031         * config/rs6000/rs6000-protos.h (vspltis_shifted): Add
17032         declaration.
17034         * config/rs6000/rs6000.c (vspltis_shifted): New function to return
17035         the number of bytes to be shifted left and filled in with either
17036         all zero or all one bits.
17037         (gen_easy_altivec_constant): Call vsplitis_shifted if no other
17038         methods exist.
17039         (output_vec_const_move): On power8, generate XXLORC to generate
17040         a vector constant with all 1's. Do a split if we need to use a
17041         VSLDOI instruction.
17043         * config/rs6000/rs6000.h (EASY_VECTOR_MSB): Use mode mask to
17044         properly test for the MSB.
17046         * config/rs6000/altivec.md (VSLDOI splitter): Add splitter for
17047         vector constants that can be created with VSLDOI.
17049 2015-08-11  Trevor Saunders  <tbsaunde@tbsaunde.org>
17051         revert:
17052         * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
17053         gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
17054         ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
17055         omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
17056         tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
17057         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
17058         tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
17059         tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
17060         vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
17062 2015-08-12  Max Filippov  <jcmvbkbc@gmail.com>
17064         * config/xtensa/constraints.md (define_constraint "Y"): New
17065         constraint.
17066         * config/xtensa/elf.h (ASM_SPEC): Add m(no-)auto-litpools.
17067         * config/xtensa/linux.h (ASM_SPEC): Likewise.
17068         * config/xtensa/predicates.md (move_operand): Match constants
17069         and symbols in the presence of TARGET_AUTO_LITPOOLS.
17070         * config/xtensa/xtensa.c (xtensa_valid_move): Don't allow
17071         immediate references to TLS data.
17072         (xtensa_emit_move_sequence): Don't force constants to memory in
17073         the presence of TARGET_AUTO_LITPOOLS.
17074         (print_operand): Add 'y' format, same as default, but capable of
17075         printing SF mode constants as well.
17076         * config/xtensa/xtensa.md (movsi_internal, movhi_internal)
17077         (movsf_internal): Add movi pattern that loads literal.
17078         (movsf, movdf): Don't force constants to memory in the presence
17079         of TARGET_AUTO_LITPOOLS.
17080         (movdf_internal): Add 'Y' constraint.
17081         * config/xtensa/xtensa.opt (mauto-litpools): New option.
17082         * doc/invoke.text (Xtensa options): Document -mauto-litpools.
17084 2015-08-12  Matthew Wahab  <matthew.wahab@arm.com>
17086         * config/arm/arm-fpus.def: Replace booleans with feature flags.
17087         Update comment.
17088         * config/arm/arm.c (ARM_FPU): Update macro.
17089         * config/arm/arm.h (TARGET_NEON_FP16): Update feature test.
17090         (TARGET_FP16): Likewise.
17091         (TARGET_CRYPTO): Likewise.
17092         (TARGET_NEON): Likewise.
17093         (struct arm_fpu_desc): Remove fields neon, fp16 and crypto.  Add
17094         field features.
17096 2015-08-12  Tom de Vries  <tom@codesourcery.com>
17098         PR other/67092
17099         PR other/67098
17100         * doc/install.texi: Remove --with_host_libstdcxx item.  Update
17101         --with-stage1-libs, --with-boot-ldflags and --with-boot-libs items
17102         accordingly.  Mention default for --with-stage1-ldflags.
17104 2015-08-12  Matthew Wahab  <matthew.wahab@arm.com>
17106         * config/arm/arm.h (arm_fpu_feature_set): New.
17107         (ARM_FPU_FSET_HAS): New.
17108         (FPU_FL_NONE): New.
17109         (FPU_FL_NEON): New.
17110         (FPU_FL_FP16): New.
17111         (FPU_FL_CRYPTO): New.
17113 2015-08-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17115         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Break
17116         after -mcmodel=large -fPIC sorry.
17118 2015-08-12  Richard Biener  <rguenther@suse.de>
17120         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Also canonicalize
17121         comparison operand order and commutative ternary op operand order.
17122         (sccvn_dom_walker::cond_stack): New state to track temporary
17123         expressions.
17124         (sccvn_dom_walker::after_dom_children): Remove tempoary expressions
17125         no longer valid.
17126         (sccvn_dom_walker::record_cond): Add a single temporary conditional
17127         expression.
17128         (sccvn_dom_walker::record_conds): Add a temporary conditional
17129         expressions and all related expressions also true/false.
17130         (sccvn_dom_walker::before_dom_children): Record temporary
17131         expressions based on the controlling condition of a single
17132         predecessor.  When trying to simplify a conditional statement
17133         lookup expressions we might have inserted earlier.
17135 2015-08-12  Yvan Roux  <yvan.roux@linaro.org>
17137         PR target/67127
17138         * config/arm/arm.md (movdi): Restrict illegitimate ldrd/strd checking
17139         to ARM core registers.
17141 2015-08-12  Nathan Sidwell  <nathan@acm.org>
17143         * tree-vrp.c (simplify_min_or_max_using_ranges): New.
17144         (simplify_stmt_using_ranges): Simplify MIN and MAX exprs.
17146 2015-08-12  Simon Dardis  <simon.dardis@imgtec.com>
17148         * config/mips/mips.c (mips_store_data_bypass_p): Bring code into
17149         line with comments.
17150         * config/mips/sb1.md: Update usage of mips_store_data_bypass_p.
17152 2015-08-12  Richard Biener  <rguenther@suse.de>
17154         * gimple.h (remove_pointer): New trait.
17155         (GIMPLE_CHECK2): New inline template function.
17156         (gassign::code_): New constant static member.
17157         (is_a_helper<const gassign *>): Add.
17158         (gimple_assign_lhs): Use GIMPLE_CHECK2 in the gimple overload
17159         and forward to a new gassign overload with less checking and a
17160         cheaper way to access the operand.
17161         (gimple_assign_lhs_ptr): Likewise.
17162         (gimple_assign_set_lhs): Likewise.
17163         (gimple_assign_rhs1, gimple_assign_rhs1_ptr, gimple_assign_set_rhs1):
17164         Likewise.
17165         (gimple_assign_rhs2, gimple_assign_rhs2_ptr, gimple_assign_set_rhs2):
17166         Likewise.
17167         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3):
17168         Likewise.
17169         (gimple_assign_rhs_code): Likewise.
17170         * gimple.c (gassign::code_): Define.
17172 2015-08-12  Richard Biener  <rguenther@suse.de>
17174         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
17175         Eliminate edges marked as not executable by SCCVN.
17176         * tree-ssa-sccvn.c: Include gimple-iterator.h.
17177         (cond_dom_walker): Rename to sccvn_dom_walker.
17178         (sccvn_dom_walker::before_dom_children): Value-number defs
17179         of all stmts.
17180         (run_scc_vn): Remove loop value-numbering all SSA names.
17181         Drop not visited SSA names to varying.
17183 2015-08-11  Trevor Saunders  <tbsaunde@tbsaunde.org>
17185         * compare-elim.c, dce.c, dse.c, gimple-ssa-isolate-paths.c,
17186         gimple-ssa-strength-reduction.c, graphite.c, init-regs.c,
17187         ipa-pure-const.c, ipa-visibility.c, ipa.c, mode-switching.c,
17188         omp-low.c, reorg.c, sanopt.c, trans-mem.c, tree-eh.c,
17189         tree-if-conv.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
17190         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
17191         tree-ssa-sink.c, tree-ssanames.c, tree-stdarg.c, tree-tailcall.c,
17192         tree-vect-generic.c, tree.c, ubsan.c, var-tracking.c,
17193         vtable-verify.c, web.c: Use GCC_FINAL instead of the anonymous
17195 2015-08-11  Uros Bizjak  <ubizjak@gmail.com>
17197         PR target/66954
17198         * config/i386/i386.c (get_builtin_code_for_version): Add P_PCLMUL
17199         to enum feature_priority and feature_list.
17200         (fold_builtin_cpu): Add F_PCLMUL to enum processor_features
17201         and isa_names_table.
17203 2015-08-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
17205         * tree-vect-stmts.c (vectorizable_shift): Add missed test on
17206         vect_induction_def.
17208 2015-08-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17210         PR c/66098
17211         PR c/66711
17212         * diagnostic.c (diagnostic_classify_diagnostic): Take -Werror into
17213         account when deciding what was the command-line status.
17215 2015-08-11  Nathan Sidwell  <nathan@acm.org>
17217         * tree-vrp.c (simplify_abs_using_ranges): Simplify.
17219         * tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if
17220         we're not the only contributor to target phi.
17222 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
17224         * config/aarch64/aarch64.h (REG_CLASS_NAMES): Add the missing ',' after
17225         FIXED_REG0.
17227 2015-08-11  Tom de Vries  <tom@codesourcery.com>
17229         * tree-cfg.c (move_sese_region_to_fn): Add todo comment.
17231 2015-08-10  H.J. Lu  <hongjiu.lu@intel.com>
17233         * config/i386/i386.c (processor_alias_table): Replace CPU_KNL
17234         with CPU_SLM.
17235         * config/i386/i386.md (cpu): Remove knl.
17237 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
17239         PR libgomp/65742
17240         PR middle-end/66332
17241         * builtins.c (expand_builtin_acc_on_device) [ACCEL_COMPILER]: Emit
17242         open-coded sequence.
17243         * omp-low.c (oacc_process_reduction_data): Remove handline of
17244         GOMP_DEVICE_HOST_NONSHM.
17246         * lto-streamer-in.c (lto_input_mode_table): Adjust to
17247         GET_MODE_INNER changes.
17249 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
17250             Ilya Verbin  <ilya.verbin@intel.com>
17252         * lto-streamer-in.c (lto_input_mode_table): Correctly advance iterator.
17254 2015-08-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17256         * doc/options.texi (EnabledBy): Document that the argument must be
17257         a Common option.
17258         * doc/invoke.texi (Wnull-dereference): Move after Wnonnull.
17259         Not enabled by -Wall.
17260         * optc-gen.awk: Give nicer error messages. Detect if the argument
17261         of EnabledBy is not a Common option.
17262         * common.opt (Wnull-dereference): Not enabled by -Wall.
17263         * opt-functions.awk (lang_enabled_by): Nicer error messages.
17265 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
17267         * config/i386/driver-i386.c (host_detect_local_cpu): Treat
17268         model == 0x4f as Broadwell.
17270 2015-08-08  Segher Boessenkool  <segher@kernel.crashing.org>
17272         PR rtl-optimization/67028
17273         * combine.c (simplify_comparison): Fix comment.  Rearrange code.
17274         Add test to see if a const_int fits in the new mode.
17276 2015-08-07  DJ Delorie  <dj@redhat.com>
17278         * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneeded asserts.
17280 2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
17282         PR rtl-optimization/67029
17283         * ira-color.c: Include "recog.h" before including "ira-int.h".
17284         * target-globals.c: Likewise.
17285         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Add an
17286         adds an alternative_mask argument and use it instead of
17287         preferred_alternatives.
17288         * ira.h (ira_implicitly_set_insn_hard_regs): Moved to ...
17289         * ira-int.h (ira_implicitly_set_insn_hard_regs): Here.
17290         * sched-deps.c: Include "ira-int.h" after including "ira.h".
17291         (sched_analyze_insn): Update call to
17292         ira_implicitly_set_insn_hard_regs.
17293         * sel-sched.c: Include "ira-int.h" after including "ira.h".
17294         (implicit_clobber_conflict_p): Update call to
17295         ira_implicitly_set_insn_hard_regs.
17297 2015-08-06  Uros Bizjak  <ubizjak@gmail.com>
17299         * Makefile.in (.INTERMEDIATE): Add gpl.pod.
17301 2015-08-07  Kaz Kojima  <kkojima@gcc.gnu.org>
17303         PR target/67002
17304         * config/sh/sh.c (sh_recog_treg_set_expr): Return false when
17305         currently_expanding_to_rtl is set.
17307 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
17309         * configure.ac: Define LIBICONV_DEP with in-tree libiconv.
17310         * configure: Regenerate.
17312 2015-08-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17313             Jiong Wang  <jiong.wang@arm.com>
17315         * config/aarch64/aarch64.d (tlsdesc_small_pseudo_<mode>): New pattern.
17316         * config/aarch64/aarch64.h (reg_class): New enumeration FIXED_REG0.
17317         (REG_CLASS_NAMES): Likewise.
17318         (REG_CLASS_CONTENTS): Likewise.
17319         * config/aarch64/aarch64.c (aarch64_class_max_nregs): Likewise.
17320         (aarch64_register_move_cost): Likewise.
17321         (aarch64_load_symref_appropriately): Invoke the new added pattern if
17322         possible.
17323         * config/aarch64/constraints.md (Uc0): New constraint.
17325 2015-08-06  Jiong Wang  <jiong.wang@arm.com>
17327         * config/aarch64/constraints.md (Usf): Add the test of
17328         aarch64_is_noplt_call_p.
17330 2015-08-06  Jiong Wang  <jiong.wang@arm.com>
17332         * config/aarch64/aarch64-protos.h (aarch64_is_noplt_call_p): New
17333         declaration.
17334         * config/aarch64/aarch64.c (aarch64_is_noplt_call_p): New function.
17335         * config/aarch64/aarch64.md (call_value_symbol): Check noplt scenarios.
17336         (call_symbol): Likewise.
17338 2015-08-06  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
17340         * tree-vect-patterns.c (vect_recog_mult_pattern): New function
17341         for vectorizing multiplication patterns.
17342         * tree-vectorizer.h: Adjust the number of patterns.
17344 2015-08-06  Uros Bizjak  <ubizjak@gmail.com>
17346         * config/i386/sse.md (*vec_concatv2df): Declare added
17347         alternatives as sselog type.
17349 2015-08-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17351         * config/s390/s390.c (s390_dwarf_frame_reg_mode): Return Pmode for
17352         all GPRs.
17354 2015-08-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17356         * config/s390/s390.c (s390_expand_tbegin): Expand either
17357         tbegin_1_z13 or tbegin_1 depending on VX flag.
17358         * config/s390/s390.md ("tbegin_1_z13"): New expander.
17360 2015-08-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17362         * config/s390/s390.opt: Clarify description for -mzvector
17363         * doc/invoke.texi: Add documentation for -mhtm, -mvx, and
17364         -mzvector.
17366 2015-08-06  Richard Biener  <rguenther@suse.de>
17368         * gimple.h (gimple_call_set_fn): Access op member directly.
17369         (gimple_call_chain_ptr): Likewise.
17370         (gimple_call_set_chain): Likewise.
17371         (gimple_cond_lhs_ptr): Likewise.
17372         (gimple_cond_set_lhs): Likewise.
17373         (gimple_cond_rhs_ptr): Likewise.
17374         (gimple_cond_set_rhs): Likewise.
17375         (gimple_cond_true_label): Likewise.
17376         (gimple_cond_set_true_label): Likewise.
17377         (gimple_cond_set_false_label): Likewise.
17378         (gimple_cond_false_label): Likewise.
17379         (gimple_label_label): Likewise.
17380         (gimple_label_set_label): Likewise.
17381         (gimple_goto_set_dest): Likewise.
17382         (gimple_asm_input_op): Likewise.
17383         (gimple_asm_input_op_ptr): Likewise.
17384         (gimple_asm_set_input_op): Likewise.
17385         (gimple_asm_output_op): Likewise.
17386         (gimple_asm_output_op_ptr): Likewise.
17387         (gimple_asm_set_output_op): Likewise.
17388         (gimple_asm_clobber_op): Likewise.
17389         (gimple_asm_set_clobber_op): Likewise.
17390         (gimple_asm_label_op): Likewise.
17391         (gimple_asm_set_label_op): Likewise.
17392         (gimple_switch_index): Likewise.
17393         (gimple_switch_index_ptr): Likewise.
17394         (gimple_return_retval_ptr): Likewise.
17395         (gimple_return_retval): Likewise.
17396         (gimple_return_set_retval): Likewise.
17397         (gimple_switch_set_index): Likewise.  Remove superfluous GIMPLE_CHECK.
17398         (gimple_switch_label): Likewise.
17399         (gimple_switch_set_label): Likewise.
17401 2015-08-06  Richard Biener  <rguenther@suse.de>
17403         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Simplify
17404         bool comparison canonicalization and restrict to integers.
17406 2015-08-05  Andrew MacLeod  <amacleod@redhat.com>
17408         * coretypes.h (enum symbol_visibility): Relocate here.
17409         * flag-types.h (enum symbol_visibility): Remove.
17410         * tree-core.h (enum symbol_visibility): Remove.
17412 2015-08-05  Lynn Boger  <laboger@linux.vnet.ibm.com>
17414         PR target/66870
17415         * config/rs6000/rs6000.c (rs6000_emit_prologue): Check
17416         for no_split_stack function attribute along with
17417         flag_split_stack.
17418         (rs6000_expand_split_stack_prologue): Likewise.
17420 2015-08-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17421             Jeff Law  <law@redhat.com>
17423         PR c/16351
17424         * doc/invoke.texi (Wnull-dereference): New.
17425         * tree-vrp.c (infer_value_range): Update call to infer_nonnull_range.
17426         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behaviour):
17427         Warn for potential NULL dereferences.
17428         (find_explicit_erroneous_behaviour): Warn for NULL dereferences.
17429         * ubsan.c (instrument_nonnull_arg): Call
17430         infer_nonnull_range_by_attribute.
17431         (instrument_nonnull_return): Likewise.
17432         * common.opt (Wnull-dereference); New.
17433         * gimple.c (infer_nonnull_range): Remove bool arguments.
17434         (infer_nonnull_range_by_dereference): New.
17435         (infer_nonnull_range_by_attribute): New.
17436         * gimple.h: Update declarations.
17438 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
17440         * gensupport.c (sequence_num): Replace with...
17441         (insn_sequence_num, split_sequence_num, peephole2_sequence_num):
17442         ...these new variables.
17443         (init_rtx_reader_args_cb): Update accordingly.
17444         (get_num_code_insns): Likewise.
17445         (read_md_rtx): Rework to use a while loop and get_c_test.
17446         Use the new counters.  Remove redundant DEFINE_SUBST case.
17447         * genoutput.c (gen_split): Delete.
17448         (main): Don't call it.
17450 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
17452         * gensupport.h (get_c_test): Declare.
17453         * gensupport.c (get_c_test): New function.
17454         * genconditions.c (main): Use it.
17455         * genrecog.c (validate_pattern): Likewise.
17456         (match_pattern_1): Likewise.  Remove c_test argument.
17457         (match_pattern): Update accordingly and remove c_test argument.
17458         (main): Update accordingly.
17460 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
17462         * gensupport.h (get_num_insn_codes): Declare.
17463         * gensupport.c (get_num_insn_codes): New function.
17464         * genattrtab.c (optimize_attrs): Rename max_insn_code to
17465         num_insn_codes.
17466         (main): Likewise.  Use get_num_insn_codes.
17467         * gencodes.c (main): Remove "last" and use get_num_insn_codes.
17469 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
17471         PR middle-end/66311
17472         * wide-int.cc (wi::from_mpz): Make sure that absolute mpz value
17473         is zero- rather than sign-extended.
17475 2015-08-05  Richard Sandiford  <richard.sandiford@arm.com>
17477         * target-insns.def (can_extend): Delete.
17479 2015-08-05  Richard Biener  <rguenther@suse.de>
17481         PR tree-optimization/67121
17482         * tree-if-conv.c (combine_blocks): Clear range-info produced
17483         by stmts no longer executed conditionally.
17485 2015-08-05  Nick Clifton  <nickc@redhat.com>
17487         * config/rl78/rl78.c (rl78_force_nonfar_3): Remove optimization
17488         to allow identical far pointers to remain.
17490 2015-08-05  Richard Biener  <rguenther@suse.de>
17492         PR middle-end/67120
17493         * match.pd: Compare address bases with == if they are decls
17494         or SSA names, not operand_equal_p.  Otherwise fail.
17496 2015-08-05  Richard Biener  <rguenther@suse.de>
17498         PR tree-optimization/67055
17499         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Handle
17500         NULL gimple_block.
17502         * g++.dg/torture/pr67055.C: New testcase.
17504 2015-08-05  Kirill Yukhin  <kirill.yukhin@intel.com>
17506         * config/i386/i386.md (define_attr "isa"): Addd avx512vl and
17507         noavx512vl.
17508         (define_attr "enabled"): Handle avx521vl and noavx512vl.
17509         * config/i386/sse.md (define_insn "vec_dupv2df<mask_name>"): Split
17510         AVX-512 alternative out of SSE.
17511         (define_insn "*vec_concatv2df"): Ditto.
17513 2015-08-05  Kirill Yukhin  <kirill.yukhin@intel.com>
17515         * config/i386/i386.c (bdesc_args): Rename CODE_FOR_sse4_1_ptest into
17516         CODE_FOR_sse4_1_ptestv2di and CODE_FOR_avx_vtestps256 into
17517         CODE_FOR_avx_ptestv4di.
17518         * config/i386/sse.md (define_mode_iterator V_AVX): New.
17519         (define_mode_attr sse4_1): Extend to other 128/256-bit modes.
17520         (define_insn "avx_ptest256"): Merge this ...
17521         (define_insn "sse4_1_ptest"): And this ...
17522         (define_insn "<sse4_1>_ptest<mode>"): Into this. Use V_AVX iterator.
17524 2015-08-05  Richard Biener  <rguenther@suse.de>
17526         PR tree-optimization/67109
17527         * tree-vect-data-refs.c (vect_analyze_group_access_1): Check
17528         against too big groups.  Print whether this is a load or store
17529         group.  Rename from ...
17530         (vect_analyze_group_access): ... this which is now a wrapper
17531         dissolving an invalid group.
17532         (vect_analyze_data_ref_accesses): Print whether this is a load
17533         or store group.
17535 2015-08-05  Richard Biener  <rguenther@suse.de>
17537         PR middle-end/67107
17538         * match.pd: Guard const_binop result checking against NULL_TREE
17539         result.
17541 2015-08-05  Kugan Vivekanandarajah  <kuganv@linaro.org>
17543         * cse.c (cse_insn): Restoring old behaviour for src_eqv
17544          when dest and value in the REG_EQUAL are same and dest
17545          is STRICT_LOW_PART.
17547 2015-08-04  Anatoly Sokolov  <aesok@post.ru>
17549         * config/moxie/moxie.h (PRINT_OPERAND,
17550           PRINT_OPERAND_ADDRESS): Remove macros.
17551         * config/moxie/moxie-protos.h (moxie_print_operand,
17552           moxie_print_operand_address): Remove declaration.
17553         * config/moxie/moxie.c (TARGET_PRINT_OPERAND,
17554           TARGET_PRINT_OPERAND_ADDRESS): Define.
17555           (moxie_print_operand, moxie_print_operand_address): Make static.
17557 2015-08-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
17559         PR target/66731
17560         * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix NEG cost for FNMUL.
17561         (aarch64_rtx_mult_cost): Fix MULT cost with -frounding-math.
17563 2015-08-04  Richard Biener  <rguenther@suse.de>
17565         * genmatch.c (dt_node::gen_kids_1): Use gassign and gcall in
17566         generated code.
17567         (dt_operand::gen_gimple_expr): Adjust.
17569 2015-08-04  Richard Biener  <rguenther@suse.de>
17571         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Canonicalize
17572         bool compares on RHS.
17573         * match.pd: Add X ==/!= !X is false/true pattern.
17575 2015-08-04  Pawel Kupidura  <pawel.kupidura@arm.com>
17577         * config/aarch64/aarch64.c: Change inner loop statement cost
17578         to be consistent with other targets.
17580 2015-08-04  Christophe Lyon  <christophe.lyon@linaro.org>
17582         * config/arm/neon.md (neon_vget_lanev2di): Handle big-endian
17583         targets.
17585 2015-08-04  Nathan Sidwell  <nathan@codesourcery.com>
17587         * config/nvptx/nvptx.h (struct nvptx_pseudo_info): Delete.
17588         (machine_function): Remove pseudos field.
17590 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17592         * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
17593         Exit early and use target_option_current_node if processing current
17594         pragma.
17596 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17598         * doc/extend.texi (AArch64 Function Attributes): New node.
17599         (AArch64 Pragmas): Likewise.
17601 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17603         * config/aarch64/aarch64.c (aarch64_option_valid_attribute_p):
17604         Initialize simd builtins if TARGET_SIMD.
17605         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
17606         Make sure that the builtins are initialized only once no matter how
17607         many times the function is called.
17608         (aarch64_init_builtins): Unconditionally initialize crc builtins.
17609         (aarch64_relayout_simd_param): New function.
17610         (aarch64_simd_expand_args): Use above during argument expansion.
17611         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse): Initialize
17612         simd builtins if TARGET_SIMD.
17613         * config/aarch64/aarch64-protos.h (aarch64_init_simd_builtins): New
17614         prototype.
17615         (aarch64_relayout_simd_types): Likewise.
17617 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17619         * config.gcc (aarch64*-*-*): Specify c_target_objs and cxx_target_objs.
17620         * config/aarch64/aarch64.h (REGISTER_TARGET_PRAGMAS): Define.
17621         (TARGET_CPU_CPP_BUILTINS): Redefine to call aarch64_cpu_cpp_builtins.
17622         * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
17623         static keyword.
17624         (aarch64_reset_previous_fndecl): New function.
17625         (aarch64_handle_attr_isa_flags): Handle "+nothing" in the beginning of
17626         the string.
17627         * config/aarch64/aarch64-c.c: New file.
17628         * config/aarch64/arm_acle.h: Add pragma +crc+nofp at the top.
17629         Push and pop options at beginning and end.  Remove ifdef
17630         __ARM_FEATURE_CRC32.
17631         * config/aarch64/arm_neon.h: Remove #ifdef check on __ARM_NEON.
17632         Add pragma +nothing+simd and +nothing+crypto where appropriate.
17633         * config/aarch64/t-aarch64 (aarch64-c.o): New rule.
17634         * config/aarch64/aarch64-protos.h (aarch64_cpu_cpp_builtins):
17635         Define prototype.
17636         (aarch64_register_pragmas): Likewise.
17637         (aarch64_reset_previous_fndecl): Likewise.
17638         (aarch64_process_target_attr): Likewise.
17639         (aarch64_override_options_internal): Likewise.
17641 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17643         * config/aarch64/aarch64.c (aarch64_tribools_ok_for_inlining_p):
17644         New function.
17645         (aarch64_can_inline_p): Likewise.
17646         (TARGET_CAN_INLINE_P): Define.
17648 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17650         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
17651         Remove static.  Handle OPT_mgeneral_regs_only,
17652         OPT_mfix_cortex_a53_835769, OPT_mstrict_align,
17653         OPT_momit_leaf_frame_pointer.
17654         * config/aarch64/aarch64.c: Include opts.h and diagnostic.h
17655         (aarch64_attr_opt_type): New enum.
17656         (aarch64_attribute_info): New struct.
17657         (aarch64_handle_attr_arch): New function.
17658         (aarch64_handle_attr_cpu): Likewise.
17659         (aarch64_handle_attr_tune): Likewise.
17660         (aarch64_handle_attr_isa_flags): Likewise.
17661         (aarch64_attributes): New table.
17662         (aarch64_process_one_target_attr): New function.
17663         (num_occurences_in_str): Likewise.
17664         (aarch64_process_target_attr): Likewise.
17665         (aarch64_option_valid_attribute_p): Likewise.
17666         (TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
17667         * config/aarch64/aarch64-protos.h: Include input.h
17668         (aarch64_handle_option): Declare prototype.
17670 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17672         * config/aarch64/aarch64.h (SWITCHABLE_TARGET): Define.
17673         * config/aarch64/aarch64.c: Include target-globals.h
17674         (aarch64_previous_fndecl): New variable.
17675         (aarch64_set_current_function): New function.
17676         (TARGET_SET_CURRENT_FUNCTION): Define.
17678 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17680         * config/aarch64/aarch64.opt (explicit_tune_core): New TargetVariable.
17681         (explicit_arch): Likewise.
17682         (x_aarch64_isa_flags): Likewise.
17683         (mgeneral-regs-only): Mark as Save.
17684         (mfix-cortex-a53-835769): Likewise.
17685         (mcmodel=): Likewise.
17686         (mstrict-align): Likewise.
17687         (momit-leaf-frame-pointer): Likewise.
17688         (mtls-dialect): Likewise.
17689         (master=): Likewise.
17690         * config/aarch64/aarch64.h (ASM_DECLARE_FUNCTION_NAME): Define.
17691         (aarch64_isa_flags): Remove extern declaration.
17692         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Return a bool
17693         to indicate success or failure.
17694         (aarch64_validate_march): Likewise.
17695         (aarch64_validate_mtune): Likewise.
17696         (aarch64_isa_flags): Delete.
17697         (aarch64_override_options_internal): Access opts->x_aarch64_isa_flags
17698         instead of aarch64_isa_flags.
17699         (aarch64_get_tune_cpu): New function.
17700         (aarch64_get_arch): Likewise.
17701         (aarch64_override_options): Use above and set up explicit_tune_core
17702         and explicit_arch.
17703         (aarch64_print_extension): Move earlier in file.  Add isa_flags
17704         argument and use that instead of the global aarch64_isa_flags.
17705         (aarch64_option_save): New function.
17706         (aarch64_option_restore): Likewise.
17707         (aarch64_option_print): Likewise.
17708         (aarch64_declare_function_name): Likewise.
17709         (aarch64_start_file): Delete.
17710         (TARGET_ASM_FILE_START): Do not define.
17711         (TARGET_OPTION_RESTORE, TARGET_OPTION_PRINT): Define.
17712         * config/aarch64/aarch64-protos.h (aarch64_declare_function_name):
17713         Declare prototype.
17715 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17717         * config/aarch64/aarch64.opt (momit-leaf-frame-pointer): Initialize
17718         flag_omit_leaf_frame_pointer to 2.
17720 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17722         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_835769_DEFAULT): Always
17723         define to 0 or 1.
17724         (TARGET_FIX_ERR_A53_835769): New macro.
17725         * config/aarch64/aarch64.c (aarch64_override_options_internal): Remove
17726         handling of opts->x_aarch64_fix_a53_err835769.
17727         (aarch64_madd_needs_nop): Check for TARGET_FIX_ERR_A53_835769 rather
17728         than aarch64_fix_a53_err835769.
17729         * config/aarch64/aarch64-elf-raw.h: Update for above changes.
17730         * config/aarch64/aarch64-linux.h: Likewise.
17732 2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
17734         * config/i386/i386.c (ix86_expand_int_movcc): Check result of
17735         ix86_expand_int_movcc as boolean.
17737 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17739         * config/aarch64/aarch64.opt (aarch64_arch_string): Delete.
17740         (aarch64_cpu_string): Likewise.
17741         (aarch64_tune_string): Likewise.
17742         * config/aarch64/aarch64.c (aarch64_parse_opt_result): New enum.
17743         (aarch64_parse_extension): Return aarch64_parse_opt_result.
17744         Add extra argument to put result into.
17745         (aarch64_parse_arch): Likewise.  Do not set selected_cpu.
17746         (aarch64_parse_cpu): Add arguments to put results into. Return
17747         aarch64_parse_opt_result.
17748         (aarch64_parse_tune): Likewise.
17749         (aarch64_override_options_after_change_1): New function.
17750         (aarch64_override_options_internal): New function.
17751         (aarch64_validate_mcpu): Likewise.
17752         (aarch64_validate_march): Likewise.
17753         (aarch64_validate_mtune): Likewise.
17754         (aarch64_override_options): Update to reflect above changes.
17755         Move some logic into aarch64_override_options_internal.
17756         Initialize target_option_default_node and target_option_current_node.
17757         (aarch64_override_options_after_change): Move logic into
17758         aarch64_override_options_after_change_1 and call it with global_options.
17759         (initialize_aarch64_code_model): Take a gcc_options pointer and use the
17760         flag values from that.
17762 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17764         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
17765         __ARM_ARCH_8A directly rather than with cpp_define_formatted.
17766         * config/aarch64/aarch64.c (struct processor): Add arch field.
17767         (all_architectures): Handle above, move above all_cores.
17768         (all_cores): Handle above.
17769         (aarch64_parse_arch): Handle above changes.
17770         * config/aarch64/aarch64-arches.def (armv8-a): Extend according to
17771         above.  Update comments.
17772         (armv8.1-a): Likewise.
17773         * config/aarch64/aarch64-cores.def: Update according to above.
17774         * config/aarch64/aarch64-opts.h (aarch64_arch): New enum.
17775         * config/aarch64/driver-aarch64.c (struct aarch64_arch): Rename to
17776         aarch64_arch_driver_info.
17778 2015-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17780         * config/aarch64/aarch64.c (struct processor): Add ident field.
17781         Rename core sched_core.
17782         (all_cores): Handle above changes.
17783         (all_architectures): Likewise.
17784         (aarch64_parse_arch): Likewise.
17785         (aarch64_override_options): Likewise.
17787 2015-08-04  Richard Biener  <rguenther@suse.de>
17789         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
17790         dispatching to fold_binary for GIMPLE_BINARY_RHS and for
17791         comparisons embedded in [VEC_]COND_EXPRs.
17793 2015-08-03  Abe Skolnik  <a.skolnik@samsung.com>
17795         * tree-if-conv.c: Fix various typos in comments.
17796         * tree-vect-stmts.c: Likewise.
17798 2015-08-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17800         PR tree-optimization/67043
17801         * loop-invariant.c (move_invariant_reg): Recompute luids in loop
17802         preheader after hoisting invariant in it.
17803         (find_defs): Force recomputation of all luids.
17805 2015-08-03  Peter Bergner  <bergner@vnet.ibm.com>
17807         * config/rs6000/htm.md (tabort.): Restrict the source operand to
17808         using a base register.
17810 2015-08-03  David Malcolm  <dmalcolm@redhat.com>
17812         * main.c (main): Pass in NULL for toplev's external_timer.
17813         * timevar.c: Include coretypes.h.
17814         (class timer::named_items): New.
17815         (timer::named_items::named_items): New.
17816         (timer::named_items::~named_items): New.
17817         (timer::named_items::push): New.
17818         (timer::named_items::pop): New.
17819         (timer::named_items::print): New.
17820         (timer::timer): Initialize field "m_jit_client_items".
17821         (timer::~timer): New.
17822         (timer::push): Move bulk of implementation to...
17823         (timer::push_internal): ...here.  New function.
17824         (timer::pop): Move bulk of implementation to...
17825         (timer::pop_internal): ...here.  New function.
17826         (timer::push_client_item): New.
17827         (timer::pop_client_item): New.
17828         (timer::print_row): New function, taken from timer::print.
17829         (timer::print): Print "GCC items" header if we also have client
17830         items.  Move row-printing to timer::print_row.  Print any client
17831         items.
17832         (timer::get_topmost_item_name): New method.
17833         * timevar.def (TV_JIT_ACQUIRING_MUTEX): New.
17834         (TV_JIT_CLIENT_CODE): New.
17835         * timevar.h (timer::push_client_item): New declaration.
17836         (timer::pop_client_item): New declaration.
17837         (timer::get_topmost_item_name): New method.
17838         (timer::push_internal): New declaration.
17839         (timer::pop_internal): New declaration.
17840         (timer::print_row): New declaration.
17841         (timer::named_items): New declaration.
17842         (timer::m_jit_client_items): New field.
17843         (timer): Add friend class named_items.
17844         (auto_timevar::auto_timevar): Add timer param.
17845         (auto_timevar::~auto_timevar): Use field "m_timer".
17846         (auto_timevar::m_timer): New field.
17847         * toplev.c (initialize_rtl): Add g_timer as param when
17848         constructing auto_timevar instance.
17849         (toplev::toplev): Add "external_timer" param, and use it to
17850         initialize the "g_timer" global if non-NULL.
17851         (toplev::~toplev): If this created "g_timer", delete it.
17852         * toplev.h (toplev::toplev): Replace "use_TV_TOTAL" bool param
17853         with "external_timer" timer *.
17855 2015-08-03  Alexander Basov <coohpt@gmail.com>
17857         PR middle-end/64744
17858         PR middle-end/48470
17859         PR middle-end/43404
17860         * cfgexpand.c (expand_one_var): Add check if stack is going to
17861         be used in naked function.
17862         * expr.c (expand_expr_addr_expr_1): Remove excess checking
17863         whether expression should not reside in MEM.
17864         * function.c (use_register_for_decl): Do not use registers for
17865         non-register things (volatile, float, BLKMode) in naked functions.
17867 2015-08-03  John David Anglin  <danglin@gcc.gnu.org>
17869         PR target/67060
17870         * config/pa/pa.md (call_reg_64bit): Remove reg:DI 1 clobber.
17871         Adjust splits to match new pattern.
17873 2015-08-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
17875         * config/rs6000/vector.md (VEC_L): Add KFmode and TFmode.
17876         (VEC_M): Likewise.
17877         (VEC_N): Likewise.
17878         (mov<mode>, VEC_M iterator): Add support for IEEE 128-bit floating
17879         point in VSX registers.
17881         * config/rs6000/constraints.md (wb constraint): Document unused
17882         w<x> constraint.
17883         (we constraint): Likewise.
17884         (wo constraint): Likewise.
17885         (wp constraint): New constraint for IEEE 128-bit floating point in
17886         VSX registers.
17887         (wq constraint): Likewise.
17889         * config/rs6000/predicates.md (easy_fp_constant): Add support for
17890         IEEE 128-bit floating point in VSX registers.
17891         (easy_scalar_constant): Likewise.
17893         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add new
17894         constraints (wp, wq) for IEEE 128-bit floating point in VSX
17895         registers.
17896         (rs6000_init_hard_regno_mode_ok): Likewise.
17898         * config/rs6000/vsx.md (VSX_LE_128): Add support for IEEE 128-bit
17899         floating point in VSX registers.
17900         (VSX_L): Likewise.
17901         (VSX_M): Likewise.
17902         (VSX_M2): Likewise.
17903         (VSm): Likewise.
17904         (VSs): Likewise.
17905         (VSr): Likewise.
17906         (VSa): Likewise.
17907         (VSv): Likewise.
17908         (vsx_le_permute_<mode>): Add support to properly swap bytes for
17909         IEEE 128-bit floating point in VSX registers on little endian.
17910         (vsx_le_undo_permute_<mode>): Likewise.
17911         (vsx_le_perm_load_<mode>): Likewise.
17912         (vsx_le_perm_store_<mode>): Likewise.
17913         (splitters for IEEE 128-bit fp moves): Likewise.
17915         * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Add wp and
17916         wq constraints.
17918         * config/rs6000/altivec.md (VM): Add support for IEEE 128-bit
17919         floating point in VSX registers.
17920         (VM2): Likewise.
17922         * doc/md.text (Machine Constraints): Document wp and wq
17923         constraints on PowerPC.
17925 2015-08-03  Jeff Law  <law@redhat.com>
17927         PR middle-end/66314
17928         PR gcov-profile/66899
17929         * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
17930         iterate over the jump threading paths when an element in the
17931         jump threading paths array is eliminated.
17933 2015-08-03  Segher Boessenkool  <segher@kernel.crashing.org>
17935         * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
17937 2015-08-03  Patrick Palka  <ppalka@gcc.gnu.org>
17939         * tree-ssa-uninit.c (find_uninit_use): Declare and pass to
17940         is_use_properly_guarded the variable def_preds.  Free its
17941         contents before returning.
17942         (prune_uninit_phi_opnds_in_unrealizable_paths): Same.
17943         (is_use_properly_guarded): Replace local variable def_preds with
17944         a parameter.  Adjust accordingly.  Only update *def_preds if it's
17945         the empty vector.
17947 2015-08-03  Richard Biener  <rguenther@suse.de>
17949         * genmatch.c (simplify::for_subst_vec): New member.
17950         (binary_ok): New helper for for lowering.
17951         (lower_for): Delay substituting operators into result expressions
17952         if we can merge the results eventually again.
17953         (capture_info::walk_result): Adjust for user_id appearing as
17954         result expression operator.
17955         (expr::gen_transform): Likewise.
17956         (dt_simplify::gen_1): Likewise.
17957         (dt_simplify::gen): Pass not substituted operators to tail
17958         functions or initialize local variable with it.
17959         (decision_tree::gen): Adjust function signature.
17960         * match.pd: Fix tests against global code and add default
17961         cases to switch stmts.
17963 2015-08-03  Richard Biener  <rguenther@suse.de>
17965         * genmatch.c (dt_simplify::gen): Create captures array
17966         with an initializer.
17968 2015-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17970         * configure.ac: Set aliasing_flags to -fno-strict-aliasing if
17971         the host compiler is affected by placement new aliasing bug.
17972         * configure: Regenerate.
17973         * Makefile.in (ALIASING_FLAGS): New variable.
17974         (ALL_CXXFLAGS): Add $(ALIASING_FLAGS).
17976 2015-08-03  Szabolcs Nagy  <szabolcs.nagy@arm.com>
17978         PR target/66731
17979         * config/arm/vfp.md (negmuldf3_vfp): Add new pattern.
17980         (negmulsf3_vfp): Likewise.
17981         (muldf3negdf_vfp): Disable for -frounding-math.
17982         (mulsf3negsf_vfp): Likewise.
17983         * config/arm/arm.c (arm_new_rtx_costs): Fix NEG cost for VNMUL,
17984         fix MULT cost with -frounding-math.
17986 2015-08-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17988         * ifcvt.c (noce_try_store_flag_constants): Make logic of the case
17989         when diff == STORE_FLAG_VALUE or diff == -STORE_FLAG_VALUE more
17990         explicit.  Prefer to add the flag whenever possible.
17991         (noce_process_if_block): Try noce_try_store_flag_constants before
17992         noce_try_cmove.
17994 2015-08-03  Richard Biener  <rguenther@suse.de>
17996         * genmatch.c (struct sinfo, struct sinfo_hashmap_traits, sinfo_map_t):
17997         New hash-map to record equivalent transforms.
17998         (dt_node::analyze): Populate the equivalent transforms hash-map.
17999         (dt_simplify::info): Add reference to hash-map entry.
18000         (dt_simplify::gen): If we have split out a function for the
18001         transform, generate a call to it.
18002         (sinfo_hashmap_traits::hash): New function.
18003         (compare_op): New helper function for ...
18004         (sinfo_hashmap_traits::equal_keys): ... this new function.
18005         (decision_tree::gen): Split out common equivalent transforms
18006         into functions.
18008 2015-08-03  Richard Biener  <rguenther@suse.de>
18010         * gimple-fold.c (fold_gimple_assign): Remove folding of
18011         the comparison in COND_EXPRs.
18013 2015-08-03  Richard Biener  <rguenther@suse.de>
18015         * gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs
18016         on the rhs of assignments first simplify the embedded
18017         GENERIC condition.
18019 2015-08-03  Richard Biener  <rguenther@suse.de>
18021         PR tree-optimization/66917
18022         * tree-vectorizer.h (struct dataref_aux): Add base_element_aligned
18023         field.
18024         (DR_VECT_AUX): New macro.
18025         (set_dr_misalignment): Adjust.
18026         (dr_misalignment): Likewise.
18027         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
18028         Compute whether the base is at least element aligned.
18029         * tree-vect-stmts.c (ensure_base_align): Adjust.
18030         (vectorizable_store): If the base is not element aligned
18031         preserve alignment of the original access if misalignment is unknown.
18032         (vectorizable_load): Likewise.
18034 2015-08-02  Martin Sebor  <msebor@redhat.com>
18036         * c-family/c.opt (-Wframe-address): New warning option.
18037         * doc/invoke.texi (Wframe-address): Document it.
18038         * doc/extend.texi (__builtin_frame_address, __builtin_return_address):
18039         Clarify possible effects of calling the functions with non-zero
18040         arguments and mention -Wframe-address.
18041         * builtins.c (expand_builtin_frame_address): Handle -Wframe-address.
18043 2015-08-01  Michael Collison  <michael.collison@linaro.org
18044             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18046         * config/arm/arm.md (*arm_smin_cmp): New pattern.
18047         (*arm_umin_cmp): Likewise.
18049 2015-08-01  Caroline Tice  <cmtice@google.com>
18051         PR 66521
18052         * vtable-verify.c (vtbl_mangled_name_types, vtbl_mangled_name_ids): New
18053         global variables.
18054         (vtbl_find_mangled_name):  New function.
18055         (vtbl_register_mangled_name):  New function.
18056         (vtbl_map_get_node):  If DECL_ASSEMBLER_NAME is "<anon>", look up
18057         mangled name in mangled name vectors.
18058         (find_or_create_vtbl_map_node):  Ditto.
18059         (var_is_used_for_virtual_call_p):  Add recursion_depth parameter;
18060         update recursion_depth on function entry; pass it to every recursive
18061         call; automatically exit if depth > 25 (give up looking at that point).
18062         (verify_bb_vtables):  Initialize recursion_depth and pass it to
18063         var_is_used_for_virtual_call_p.
18064         * vtable-verify.h (vtbl_mangbled_name_types, vtbl_mangled_name_ids): New
18065         global variable decls.
18066         (vtbl_register_mangled_name): New extern function decl.
18068 2015-08-01  Tom de Vries  <tom@codesourcery.com>
18070         * tree.c (operation_can_overflow, operation_no_trapping_overflow): New
18071         function.
18072         * tree.h (operation_can_overflow, operation_no_trapping_overflow):
18073         Declare.
18074         * tree-vect-loop.c (vect_is_simple_reduction_1): Use
18075         operation_no_trapping_overflow.  Allow non-overflow operations.
18076         * graphite-sese-to-poly.c (is_reduction_operation_p): Allow non-overflow
18077         operations.
18079 2015-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
18081         PR target/67049
18082         * config/sh/sh.md (GOTaddr2picreg): Fix typo.
18084 2015-07-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18086         * config/arm/arm.md (*if_neg_move): Convert to insn_and_split.
18087         Enable for TARGET_32BIT.
18088         (*if_move_neg): Likewise.
18090 2015-07-31  Nick Clifton  <nickc@redhat.com>
18092         * config/m32r/m32r.c (m32r_attribute_identifier): New function.
18093         Returns true for __model__.
18094         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
18096 2015-07-31  Alan Modra  <amodra@gmail.com>
18098         PR target/66870
18099         * config/rs6000/rs6000.c (machine_function): Add split_stack_argp_used.
18100         (rs6000_emit_prologue): Set it.
18101         (rs6000_set_up_by_prologue): Specify r12 when split_stack_argp_used.
18103 2015-07-31  Richard Biener  <rguenther@suse.de>
18105         * fold-const.c (fold_binary_loc): Remove X ^ C1 == C2
18106         -> X == (C1 ^ C2) which is already implemented in match.pd.
18107         Remove redundant dispatching to fold_relational_const.
18108         Move unordered self and NaN compares ...
18109         * match.pd: ... as patterns here.  Remove some stray captures
18110         and add a comment.
18112 2015-07-31  Petr Murzin  <petr.murzin@intel.com>
18114         * config/i386/i386.c
18115         (bdesc_special_args): Convert mask type from signed to unsigned for
18116         masked builtins.
18117         (ix86_expand_args_builtin): Do not handle UINT_FTYPE_V2DF,
18118         UINT64_FTYPE_V2DF, UINT64_FTYPE_V4SF, V16QI_FTYPE_V8DI,
18119         V16HI_FTYPE_V16SI, V16SI_FTYPE_V16SI, V16SF_FTYPE_FLOAT,
18120         V8HI_FTYPE_V8DI, V8UHI_FTYPE_V8UHI, V8SI_FTYPE_V8DI, V8SF_FTYPE_V8DF,
18121         V8DI_FTYPE_INT64, V8DI_FTYPE_V4DI, V8DI_FTYPE_V8DI, V8DF_FTYPE_DOUBLE,
18122         V8DF_FTYPE_V8SI, V16SI_FTYPE_V16SI_V16SI, V16SF_FTYPE_V16SF_V16SI,
18123         V8DI_FTYPE_V8DI_V8DI, V8DF_FTYPE_V8DF_V8DI, V4SI_FTYPE_V4SF_V4SF,
18124         V4SF_FTYPE_V4SF_UINT64, V2UDI_FTYPE_V4USI_V4USI, V2DI_FTYPE_V2DF_V2DF,
18125         V2DF_FTYPE_V2DF_UINT64, V4UDI_FTYPE_V8USI_V8USI, QI_FTYPE_V8DI_V8DI,
18126         HI_FTYPE_V16SI_V16SI, HI_FTYPE_HI_INT, V16SF_FTYPE_V16SF_V16SF_V16SF,
18127         V16SF_FTYPE_V16SF_V16SI_V16SF, V16SF_FTYPE_V16SI_V16SF_HI,
18128         V16SF_FTYPE_V16SI_V16SF_V16SF, V16SI_FTYPE_V16SF_V16SI_HI,
18129         V8DI_FTYPE_V8SF_V8DI_QI, V8SF_FTYPE_V8DI_V8SF_QI, V8DI_FTYPE_PV4DI,
18130         V8DF_FTYPE_V8DI_V8DF_QI, V16SI_FTYPE_V16SI_V16SI_V16SI,
18131         V2DI_FTYPE_V2DI_V2DI_V2DI, V8DI_FTYPE_V8DF_V8DI_QI, V8DF_FTYPE_PV4DF,
18132         V8SI_FTYPE_V8SI_V8SI_V8SI, V8DF_FTYPE_V8DF_V8DF_V8DF, UINT_FTYPE_V4SF,
18133         V8DF_FTYPE_V8DF_V8DI_V8DF, V8DF_FTYPE_V8DI_V8DF_V8DF,
18134         V8DF_FTYPE_V8SF_V8DF_QI, V8DI_FTYPE_V8DI_V8DI_V8DI, V16SF_FTYPE_PV4SF,
18135         V8SF_FTYPE_V8DF_V8SF_QI, V8SI_FTYPE_V8DF_V8SI_QI, V16SI_FTYPE_PV4SI,
18136         V2DF_FTYPE_V2DF_V4SF_V2DF_QI, V4SF_FTYPE_V4SF_V2DF_V4SF_QI,
18137         V8DI_FTYPE_V8DI_SI_V8DI_V8DI, QI_FTYPE_V8DF_V8DF_INT_QI,
18138         HI_FTYPE_V16SF_V16SF_INT_HI, V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI,
18139         VOID_FTYPE_PDOUBLE_V2DF_QI, VOID_FTYPE_PFLOAT_V4SF_QI,
18140         V2DF_FTYPE_PCDOUBLE_V2DF_QI, V4SF_FTYPE_PCFLOAT_V4SF_QI.
18141         * config/i386/i386-builtin-types.def
18142         (V16QI_FTYPE_V16SI): Remove.
18143         (V8DF_FTYPE_V8SI): Ditto.
18144         (V8HI_FTYPE_V8DI): Ditto.
18145         (V8SI_FTYPE_V8DI): Ditto.
18146         (V8SF_FTYPE_V8DF): Ditto.
18147         (V8SF_FTYPE_V8DF_V8SF_QI): Ditto.
18148         (V16HI_FTYPE_V16SI): Ditto.
18149         (V16SF_FTYPE_V16HI): Ditto.
18150         (V16SF_FTYPE_V16HI_V16SF_HI): Ditto.
18151         (V16SF_FTYPE_V16SI): Ditto.
18152         (V4DI_FTYPE_V4DI): Ditto.
18153         (V16SI_FTYPE_V16SF): Ditto.
18154         (V16SF_FTYPE_FLOAT): Ditto.
18155         (V8DF_FTYPE_DOUBLE): Ditto.
18156         (V8DI_FTYPE_INT64): Ditto.
18157         (V8DI_FTYPE_V4DI): Ditto.
18158         (V16QI_FTYPE_V8DI): Ditto.
18159         (UINT_FTYPE_V4SF): Ditto.
18160         (UINT64_FTYPE_V4SF): Ditto.
18161         (UINT_FTYPE_V2DF): Ditto.
18162         (UINT64_FTYPE_V2DF): Ditto.
18163         (V16SI_FTYPE_V16SI): Ditto.
18164         (V8DI_FTYPE_V8DI): Ditto.
18165         (V16SI_FTYPE_PV4SI): Ditto.
18166         (V16SF_FTYPE_PV4SF): Ditto.
18167         (V8DI_FTYPE_PV2DI): Ditto.
18168         (V8DF_FTYPE_PV2DF): Ditto.
18169         (V4DI_FTYPE_PV2DI): Ditto.
18170         (V4DF_FTYPE_PV2DF): Ditto.
18171         (V16SI_FTYPE_PV2SI): Ditto.
18172         (V16SF_FTYPE_PV2SF): Ditto.
18173         (V8DI_FTYPE_PV4DI): Ditto.
18174         (V8DF_FTYPE_PV4DF): Ditto.
18175         (V8SF_FTYPE_FLOAT): Ditto.
18176         (V4SF_FTYPE_FLOAT): Ditto.
18177         (V4DF_FTYPE_DOUBLE): Ditto.
18178         (V8SF_FTYPE_PV4SF): Ditto.
18179         (V8SI_FTYPE_PV4SI): Ditto.
18180         (V4SI_FTYPE_PV2SI): Ditto.
18181         (V8SF_FTYPE_PV2SF): Ditto.
18182         (V8SI_FTYPE_PV2SI): Ditto.
18183         (V16SF_FTYPE_PV8SF): Ditto.
18184         (V16SI_FTYPE_PV8SI): Ditto.
18185         (V8DI_FTYPE_V8SF): Ditto.
18186         (V4DI_FTYPE_V4SF): Ditto.
18187         (V2DI_FTYPE_V4SF): Ditto.
18188         (V64QI_FTYPE_QI): Ditto.
18189         (V32HI_FTYPE_HI): Ditto.
18190         (V8UHI_FTYPE_V8UHI): Ditto.
18191         (V16UHI_FTYPE_V16UHI): Ditto.
18192         (V32UHI_FTYPE_V32UHI): Ditto.
18193         (V2UDI_FTYPE_V2UDI): Ditto.
18194         (V4UDI_FTYPE_V4UDI): Ditto.
18195         (V8UDI_FTYPE_V8UDI): Ditto.
18196         (V4USI_FTYPE_V4USI): Ditto.
18197         (V8USI_FTYPE_V8USI): Ditto.
18198         (V16USI_FTYPE_V16USI): Ditto.
18199         (V2DF_FTYPE_V2DF_UINT64): Ditto.
18200         (V2DI_FTYPE_V2DF_V2DF): Ditto.
18201         (V2UDI_FTYPE_V4USI_V4USI): Ditto.
18202         (V8DF_FTYPE_V8DF_V8DI): Ditto.
18203         (V4SF_FTYPE_V4SF_UINT64): Ditto.
18204         (V4SI_FTYPE_V4SF_V4SF): Ditto.
18205         (V16SF_FTYPE_V16SF_V16SI): Ditto.
18206         (V64QI_FTYPE_V32HI_V32HI): Ditto.
18207         (V32HI_FTYPE_V16SI_V16SI): Ditto.
18208         (V8DF_FTYPE_V8DF_V8DF_V8DI_INT_QI): Ditto.
18209         (V16SF_FTYPE_V16SF_V16SF_V16SI_INT_HI): Ditto.
18210         (V32HI_FTYPE_V64QI_V64QI): Ditto.
18211         (V32HI_FTYPE_V32HI_V32HI): Ditto.
18212         (V16HI_FTYPE_V16HI_V16HI_INT_V16HI_HI): Ditto.
18213         (V16SI_FTYPE_V16SI_V4SI): Ditto.
18214         (V16SI_FTYPE_V16SI_V16SI): Ditto.
18215         (V16SI_FTYPE_V32HI_V32HI): Ditto.
18216         (V16SI_FTYPE_V16SI_SI): Ditto.
18217         (V8DI_FTYPE_V8DI_V8DI): Ditto.
18218         (V4UDI_FTYPE_V8USI_V8USI): Ditto.
18219         (V8DI_FTYPE_V16SI_V16SI): Ditto.
18220         (V8DI_FTYPE_V8DI_V2DI): Ditto.
18221         (QI_FTYPE_QI): Ditto.
18222         (SI_FTYPE_SI): Ditto.
18223         (DI_FTYPE_DI): Ditto.
18224         (QI_FTYPE_QI_QI): Ditto.
18225         (QI_FTYPE_QI_INT): Ditto.
18226         (HI_FTYPE_HI_INT): Ditto.
18227         (SI_FTYPE_SI_INT): Ditto.
18228         (DI_FTYPE_DI_INT): Ditto.
18229         (HI_FTYPE_V16QI_V16QI): Ditto.
18230         (SI_FTYPE_V32QI_V32QI): Ditto.
18231         (DI_FTYPE_V64QI_V64QI): Ditto.
18232         (QI_FTYPE_V8HI_V8HI): Ditto.
18233         (HI_FTYPE_V16HI_V16HI): Ditto.
18234         (SI_FTYPE_V32HI_V32HI): Ditto.
18235         (QI_FTYPE_V4SI_V4SI): Ditto.
18236         (QI_FTYPE_V8SI_V8SI): Ditto.
18237         (QI_FTYPE_V2DI_V2DI): Ditto.
18238         (QI_FTYPE_V4DI_V4DI): Ditto.
18239         (QI_FTYPE_V8DI_V8DI): Ditto.
18240         (HI_FTYPE_V16SI_V16SI): Ditto.
18241         (HI_FTYPE_V16SI_V16SI_INT_HI): Ditto.
18242         (QI_FTYPE_V8DF_V8DF_INT_QI): Ditto.
18243         (HI_FTYPE_V16SF_V16SF_INT_HI): Ditto.
18244         (V32HI_FTYPE_V32HI_V32HI_V32HI): Ditto.
18245         (V4SF_FTYPE_V4SF_V2DF_V4SF_QI): Ditto.
18246         (V8DF_FTYPE_V8DF_V8DF_V8DF): Ditto.
18247         (V16SF_FTYPE_V16SF_V16SF_V16SF): Ditto.
18248         (V8DF_FTYPE_V8SF_V8DF_QI): Ditto.
18249         (V8DI_FTYPE_V8DF_V8DI_QI): Ditto.
18250         (V8DF_FTYPE_V8DI_V8DF_V8DF): Ditto.
18251         (V2DF_FTYPE_V2DF_V4SF_V2DF_QI): Ditto.
18252         (V16SF_FTYPE_V16SI_V16SF_HI): Ditto.
18253         (V16SF_FTYPE_V16SI_V16SF_V16SF): Ditto.
18254         (V8SI_FTYPE_V8DF_V8SI_QI): Ditto.
18255         (V8DI_FTYPE_PCCHAR_V8DI_QI): Ditto.
18256         (V8SF_FTYPE_PCFLOAT_V8SF_QI): Ditto.
18257         (V4SF_FTYPE_PCFLOAT_V4SF_QI): Ditto.
18258         (V4DF_FTYPE_PCDOUBLE_V4DF_QI): Ditto.
18259         (V2DF_FTYPE_PCDOUBLE_V2DF_QI): Ditto.
18260         (V8SI_FTYPE_PCCHAR_V8SI_QI): Ditto.
18261         (V4SI_FTYPE_PCCHAR_V4SI_QI): Ditto.
18262         (V4DI_FTYPE_PCCHAR_V4DI_QI): Ditto.
18263         (V2DI_FTYPE_PCCHAR_V2DI_QI): Ditto.
18264         (V16SF_FTYPE_PCV8SF_V16SF_HI): Ditto.
18265         (V16SI_FTYPE_PCV8SI_V16SI_HI): Ditto.
18266         (V8DF_FTYPE_PCV2DF_V8DF_QI): Ditto.
18267         (V8SF_FTYPE_PCV4SF_V8SF_QI): Ditto.
18268         (V8DI_FTYPE_PCV2DI_V8DI_QI): Ditto.
18269         (V8SI_FTYPE_PCV4SI_V8SI_QI): Ditto.
18270         (V4DF_FTYPE_PCV2DF_V4DF_QI): Ditto.
18271         (V4DI_FTYPE_PCV2DI_V4DI_QI): Ditto.
18272         (VOID_FTYPE_PDOUBLE_V2DF_QI): Ditto.
18273         (VOID_FTYPE_PFLOAT_V4SF_QI): Ditto.
18274         (V16SI_FTYPE_V16SF_V16SI_HI): Ditto.
18275         (V8DI_FTYPE_V8SF_V8DI_QI): Ditto.
18276         (V8SF_FTYPE_V8DI_V8SF_QI): Ditto.
18277         (V8DF_FTYPE_V8DI_V8DF_QI): Ditto.
18278         (V2DF_FTYPE_V2DF_V2DF_V2DI): Ditto.
18279         (V4SF_FTYPE_V4SF_V4SF_V4SI): Ditto.
18280         (V2UDI_FTYPE_V2UDI_V2UDI_V2UDI): Ditto.
18281         (V4USI_FTYPE_V4USI_V4USI_V4USI): Ditto.
18282         (V8UHI_FTYPE_V8UHI_V8UHI_V8UHI): Ditto.
18283         (V16UQI_FTYPE_V16UQI_V16UQI_V16UQI): Ditto.
18284         (V4DF_FTYPE_V4DF_V4DF_V4DI): Ditto.
18285         (V8SF_FTYPE_V8SF_V8SF_V8SI): Ditto.
18286         (V8DI_FTYPE_V8DI_V8DI_V8DI): Ditto.
18287         (V16SI_FTYPE_V16SI_V16SI_V16SI): Ditto.
18288         (V2DF_FTYPE_V2DF_V2DI_V2DF): Ditto.
18289         (V4DF_FTYPE_V4DF_V4DI_V4DF): Ditto.
18290         (V8DF_FTYPE_V8DF_V8DI_V8DF): Ditto.
18291         (V4SF_FTYPE_V4SF_V4SI_V4SF): Ditto.
18292         (V8SF_FTYPE_V8SF_V8SI_V8SF): Ditto.
18293         (V16SF_FTYPE_V16SF_V16SI_V16SF): Ditto.
18294         (V8DI_FTYPE_V8DI_SI_V8DI_V8DI): Ditto.
18295         (PVOID_FTYPE_PVOID_PVOID_ULONG): Ditto.
18296         (V4SF_FTYPE_V2DF_V4SF_QI): Convert mask type from signed to unsigned.
18297         (V4SF_FTYPE_V4DF_V4SF_QI): Ditto.
18298         (V4SF_FTYPE_V8HI_V4SF_QI): Ditto.
18299         (V8SF_FTYPE_V8HI_V8SF_QI): Ditto.
18300         (V16SI_FTYPE_V16SI_V16SI_HI): Ditto.
18301         (V8DI_FTYPE_V8DI_V8DI_QI): Ditto.
18302         (V2DF_FTYPE_V4DF_INT_V2DF_QI): Ditto.
18303         (V2DF_FTYPE_V8DF_INT_V2DF_QI): Ditto.
18304         (V2DI_FTYPE_V2DI_INT_V2DI_QI): Ditto.
18305         (V4DF_FTYPE_V8DF_INT_V4DF_QI): Ditto.
18306         (V4SF_FTYPE_V8SF_INT_V4SF_QI): Ditto.
18307         (V4SI_FTYPE_V2DF_V4SI_QI): Ditto.
18308         (V4SI_FTYPE_V4SI_INT_V4SI_QI): Ditto.
18309         (V4SI_FTYPE_V8HI_V8HI_V4SI_QI): Ditto.
18310         (V4SI_FTYPE_V8SI_INT_V4SI_QI): Ditto.
18311         (V8HI_FTYPE_V16QI_V16QI_V8HI_QI): Ditto.
18312         (V8HI_FTYPE_V8SF_INT_V8HI_QI): Ditto.
18313         (V8HI_FTYPE_V4SF_INT_V8HI_QI): Ditto.
18314         (V8SF_FTYPE_V16SF_INT_V8SF_QI): Ditto.
18315         (V4SF_FTYPE_V16SF_INT_V4SF_QI): Ditto.
18316         (V8DF_FTYPE_V8DF_V2DF_INT_V8DF_QI): Ditto.
18317         (V8DF_FTYPE_V8DF_V4DF_INT_V8DF_QI): Ditto.
18318         (V8DF_FTYPE_V8DF_V8DF_INT_V8DF_QI): Ditto.
18319         (V8DF_FTYPE_V8DF_INT_V8DF_QI): Ditto.
18320         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT_QI): Ditto.
18321         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT_QI): Ditto.
18322         (V16SF_FTYPE_V16SF_V16SF_INT_V16SF_HI): Ditto.
18323         (V16SF_FTYPE_V16SF_INT_V16SF_HI): Ditto.
18324         (V16SI_FTYPE_V16SI_V4SI_INT_V16SI_HI): Ditto.
18325         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT_QI): Ditto.
18326         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT_QI): Ditto.
18327         (V16SF_FTYPE_V16SF_V4SF_INT_V16SF_HI): Ditto.
18328         (V16SF_FTYPE_V16SF_V8SF_INT_V16SF_HI): Ditto.
18329         (V16HI_FTYPE_V32QI_V32QI_V16HI_HI): Ditto.
18330         (V32HI_FTYPE_V64QI_V64QI_V32HI_SI): Ditto.
18331         (V16HI_FTYPE_V16SF_INT_V16HI_HI): Ditto.
18332         (V16SI_FTYPE_V16SI_V8SI_INT_V16SI_HI): Ditto.
18333         (V4SI_FTYPE_V16SI_INT_V4SI_QI): Ditto.
18334         (V16SI_FTYPE_V16SI_V16SI_INT_V16SI_HI): Ditto.
18335         (V8SI_FTYPE_V16HI_V16HI_V8SI_QI): Ditto.
18336         (V16SI_FTYPE_V32HI_V32HI_V16SI_HI): Ditto.
18337         (V8SI_FTYPE_V8SI_INT_V8SI_QI): Ditto.
18338         (V8SI_FTYPE_V16SI_INT_V8SI_QI): Ditto.
18339         (V16SI_FTYPE_V16SI_V4SI_V16SI_HI): Ditto.
18340         (V16SI_FTYPE_V16SI_INT_V16SI_HI): Ditto.
18341         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_QI): Ditto.
18342         (V8DI_FTYPE_V8DI_V8DI_INT_V8DI_DI): Ditto.
18343         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_SI): Ditto.
18344         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_HI): Ditto.
18345         (V8DI_FTYPE_V8DI_V2DI_INT_V8DI_QI): Ditto.
18346         (V8DI_FTYPE_V8DI_V4DI_INT_V8DI_QI): Ditto.
18347         (V4DI_FTYPE_V8DI_INT_V4DI_QI): Ditto.
18348         (V8DI_FTYPE_V8DI_V2DI_V8DI_QI): Ditto.
18349         (V8DI_FTYPE_V8DI_INT_V8DI_QI): Ditto.
18350         (V4DI_FTYPE_V4DI_INT_V4DI_QI): Ditto.
18351         (V2DI_FTYPE_V4DI_INT_V2DI_QI): Ditto.
18352         (V2DI_FTYPE_V8DI_INT_V2DI_QI): Ditto.
18353         (HI_FTYPE_HI): Ditto.
18354         (HI_FTYPE_V16QI): Ditto.
18355         (SI_FTYPE_V32QI): Ditto.
18356         (DI_FTYPE_V64QI): Ditto.
18357         (QI_FTYPE_V8HI): Ditto.
18358         (HI_FTYPE_V16HI): Ditto.
18359         (SI_FTYPE_V32HI): Ditto.
18360         (QI_FTYPE_V4SI): Ditto.
18361         (QI_FTYPE_V8SI): Ditto.
18362         (HI_FTYPE_V16SI): Ditto.
18363         (QI_FTYPE_V2DI): Ditto.
18364         (QI_FTYPE_V4DI): Ditto.
18365         (QI_FTYPE_V8DI): Ditto.
18366         (V16QI_FTYPE_HI): Ditto.
18367         (V32QI_FTYPE_SI): Ditto.
18368         (V64QI_FTYPE_DI): Ditto.
18369         (V8HI_FTYPE_QI): Ditto.
18370         (V16HI_FTYPE_HI): Ditto.
18371         (V32HI_FTYPE_SI): Ditto.
18372         (V4SI_FTYPE_QI): Ditto.
18373         (V4SI_FTYPE_HI): Ditto.
18374         (V8SI_FTYPE_QI): Ditto.
18375         (V8SI_FTYPE_HI): Ditto.
18376         (V2DI_FTYPE_QI): Ditto.
18377         (V4DI_FTYPE_QI): Ditto.
18378         (HI_FTYPE_HI_HI): Ditto.
18379         (SI_FTYPE_SI_SI): Ditto.
18380         (DI_FTYPE_DI_DI): Ditto.
18381         (HI_FTYPE_V16QI_V16QI_HI): Ditto.
18382         (HI_FTYPE_V16QI_V16QI_INT_HI): Ditto.
18383         (SI_FTYPE_V32QI_V32QI_SI): Ditto.
18384         (SI_FTYPE_V32QI_V32QI_INT_SI): Ditto.
18385         (DI_FTYPE_V64QI_V64QI_DI): Ditto.
18386         (DI_FTYPE_V64QI_V64QI_INT_DI): Ditto.
18387         (QI_FTYPE_V8HI_V8HI_QI): Ditto.
18388         (QI_FTYPE_V8HI_V8HI_INT_QI): Ditto.
18389         (HI_FTYPE_V16HI_V16HI_HI): Ditto.
18390         (HI_FTYPE_V16HI_V16HI_INT_HI): Ditto.
18391         (SI_FTYPE_V32HI_V32HI_SI): Ditto.
18392         (SI_FTYPE_V32HI_V32HI_INT_SI): Ditto.
18393         (QI_FTYPE_V4SI_V4SI_QI): Ditto.
18394         (QI_FTYPE_V4SI_V4SI_INT_QI): Ditto.
18395         (QI_FTYPE_V8SI_V8SI_QI): Ditto.
18396         (QI_FTYPE_V8SI_V8SI_INT_QI): Ditto.
18397         (QI_FTYPE_V2DI_V2DI_QI): Ditto.
18398         (QI_FTYPE_V2DI_V2DI_INT_QI): Ditto.
18399         (QI_FTYPE_V4DI_V4DI_QI): Ditto.
18400         (QI_FTYPE_V4DI_V4DI_INT_QI): Ditto.
18401         (QI_FTYPE_V8DI_V8DI_QI): Ditto.
18402         (HI_FTYPE_V16SI_V16SI_HI): Ditto.
18403         (QI_FTYPE_V8DI_V8DI_INT): Ditto.
18404         (QI_FTYPE_V8DI_V8DI_INT_QI): Ditto.
18405         (HI_FTYPE_V16SI_V16SI_INT): Ditto.
18406         (HI_FTYPE_V16SI_V16SI_INT _HI): Ditto.
18407         (QI_FTYPE_V8DF_V8DF_INT): Ditto.
18408         (QI_FTYPE_V8DF_V8DF_INT_QI_INT): Ditto.
18409         (HI_FTYPE_V16SF_V16SF_INT): Ditto.
18410         (HI_FTYPE_V16SF_V16SF_INT_HI_INT): Ditto.
18411         (QI_FTYPE_V2DF_V2DF_INT): Ditto.
18412         (QI_FTYPE_V2DF_V2DF_INT_QI): Ditto.
18413         (QI_FTYPE_V2DF_V2DF_INT_QI_INT): Ditto.
18414         (QI_FTYPE_V4SF_V4SF_INT): Ditto.
18415         (QI_FTYPE_V4SF_V4SF_INT_QI): Ditto.
18416         (QI_FTYPE_V4SF_V4SF_INT_QI_INT): Ditto.
18417         (V16SI_FTYPE_HI): Ditto.
18418         (V8DI_FTYPE_QI): Ditto.
18419         (V2DF_FTYPE_V2DI_V2DF_V2DF_QI): Ditto.
18420         (V2DF_FTYPE_V2DF_V2DI_V2DF_QI): Ditto.
18421         (V4DF_FTYPE_V4DF_V2DF_INT_V4DF_QI): Ditto.
18422         (V4SF_FTYPE_V4SI_V4SF_V4SF_QI): Ditto.
18423         (V4SF_FTYPE_V4SF_V4SI_V4SF_QI): Ditto.
18424         (V4SF_FTYPE_V4SF_V4SF_V4SF_QI): Ditto.
18425         (V8SF_FTYPE_V8SF_V4SF_INT_V8SF_QI): Ditto.
18426         (V8SI_FTYPE_V8SI_V4SI_INT_V8SI_QI): Ditto.
18427         (V4DI_FTYPE_V4DI_V2DI_INT_V4DI_QI): Ditto.
18428         (V2DF_FTYPE_V2DF_V2DF_QI): Ditto.
18429         (V2DF_FTYPE_V4SF_V2DF_QI): Ditto.
18430         (V2DF_FTYPE_V4SI_V2DF_QI): Ditto.
18431         (V4DF_FTYPE_V4DF_V4DF_QI): Ditto.
18432         (V4DF_FTYPE_V4SF_V4DF_QI): Ditto.
18433         (V4DF_FTYPE_V4SI_V4DF_QI): Ditto.
18434         (V8DF_FTYPE_V8DF_V8DF_QI): Ditto.
18435         (V8DF_FTYPE_V8SI_V8DF_QI): Ditto.
18436         (V2DI_FTYPE_V4SI_V2DI_QI): Ditto.
18437         (V2DI_FTYPE_V8HI_V2DI_QI): Ditto.
18438         (V4DI_FTYPE_V4DF_V4DI_QI): Ditto.
18439         (V2DI_FTYPE_V2DF_V2DI_QI): Ditto.
18440         (V2DI_FTYPE_V2DI_V2DI_V2DI_QI): Ditto.
18441         (V2DI_FTYPE_V2DI_V2DI_INT_V2DI_QI): Ditto.
18442         (V4DI_FTYPE_V4DI_V4DI_V4DI_QI): Ditto.
18443         (V4DI_FTYPE_V4DI_V4DI_INT_V4DI_QI): Ditto.
18444         (V8DI_FTYPE_V8SI_V8DI_QI): Ditto.
18445         (V8DI_FTYPE_V8HI_V8DI_QI): Ditto.
18446         (V8DI_FTYPE_V16QI_V8DI_QI): Ditto.
18447         (V2DI_FTYPE_V16QI_V2DI_QI): Ditto.
18448         (V4DI_FTYPE_V16QI_V4DI_QI): Ditto.
18449         (V4DI_FTYPE_V4DI_V4DI_QI): Ditto.
18450         (V4DI_FTYPE_V4SI_V4DI_QI): Ditto.
18451         (V4DI_FTYPE_V8HI_V4DI_QI): Ditto.
18452         (V8DI_FTYPE_V8DI_V8DI_V8DI_QI): Ditto.
18453         (V8DF_FTYPE_V8DI_V8DF_V8DF_QI): Ditto.
18454         (V8DF_FTYPE_V8DF_V8DI_V8DF_QI): Ditto.
18455         (V4DF_FTYPE_V4DI_V4DF_V4DF_QI): Ditto.
18456         (V4DF_FTYPE_V4DF_V4DI_V4DF_QI): Ditto.
18457         (V4DF_FTYPE_V4DF_V4DF_V4DF_QI): Ditto.
18458         (V8DF_FTYPE_V8DF_V8DF_V8DF_QI): Ditto.
18459         (V16QI_FTYPE_V16QI_V16QI_V16QI_HI): Ditto.
18460         (V16HI_FTYPE_V16HI_V16HI_V16HI_HI): Ditto.
18461         (V16SI_FTYPE_V16SI_V16SI_V16SI_HI): Ditto.
18462         (V2DF_FTYPE_V2DF_V2DF_V2DF_QI): Ditto.
18463         (V32HI_FTYPE_V32HI_V32HI_V32HI_SI): Ditto.
18464         (V64QI_FTYPE_V64QI_V64QI_V64QI_DI): Ditto.
18465         (V32QI_FTYPE_V32QI_V32QI_V32QI_SI): Ditto.
18466         (V8HI_FTYPE_V8HI_V8HI_V8HI_QI): Ditto.
18467         (V4SF_FTYPE_V4SF_V4SF_QI): Ditto.
18468         (V4SF_FTYPE_V4SI_V4SF_QI): Ditto.
18469         (V8SF_FTYPE_V8SF_V8SF_QI): Ditto.
18470         (V8SF_FTYPE_V8SI_V8SF_QI): Ditto.
18471         (V16SF_FTYPE_V16SF_V16SF_HI): Ditto.
18472         (V4SI_FTYPE_V16QI_V4SI_QI): Ditto.
18473         (V4SI_FTYPE_V8HI_V4SI_QI): Ditto.
18474         (V8SI_FTYPE_V8SI_V8SI_QI): Ditto.
18475         (V8SI_FTYPE_V8HI_V8SI_QI): Ditto.
18476         (V8SI_FTYPE_V16QI_V8SI_QI): Ditto.
18477         (V4SI_FTYPE_V4SI_V4SI_V4SI_QI): Ditto.
18478         (V4SI_FTYPE_V4SI_V4SI_INT_V4SI_QI): Ditto.
18479         (V8SF_FTYPE_V8SF_V8SF_V8SF_QI): Ditto.
18480         (V8SF_FTYPE_V8SI_V8SF_V8SF_QI): Ditto.
18481         (V8SF_FTYPE_V8SF_V8SI_V8SF_QI): Ditto.
18482         (V8SI_FTYPE_V8SI_V8SI_V8SI_QI): Ditto.
18483         (V8SI_FTYPE_V8SI_V8SI_INT_V8SI_QI): Ditto.
18484         (V16SF_FTYPE_V16SF_V16SF_V16SF_HI): Ditto.
18485         (V16SF_FTYPE_V16SI_V16SF_V16SF_HI): Ditto.
18486         (V16SF_FTYPE_V16SF_V16SI_V16SF_HI): Ditto.
18487         (V16SF_FTYPE_V8SF_V16SF_HI): Ditto.
18488         (V16SF_FTYPE_V4SF_V16SF_HI): Ditto.
18489         (V8DF_FTYPE_V4DF_V8DF_QI): Ditto.
18490         (V8DF_FTYPE_V2DF_V8DF_QI): Ditto.
18491         (V16SI_FTYPE_V8SI_V16SI_HI): Ditto.
18492         (V16SI_FTYPE_V4SI_V16SI_HI): Ditto.
18493         (V16SI_FTYPE_SI_V16SI_HI): Ditto.
18494         (V16SI_FTYPE_V16HI_V16SI_HI): Ditto.
18495         (V16SI_FTYPE_V16QI_V16SI_HI): Ditto.
18496         (V8DI_FTYPE_V4DI_V8DI_QI): Ditto.
18497         (V4SI_FTYPE_V4DF_V4SI_QI): Ditto.
18498         (V8DI_FTYPE_V2DI_V8DI_QI): Ditto.
18499         (V8DI_FTYPE_DI_V8DI_QI): Ditto.
18500         (V16QI_FTYPE_V16SI_V16QI_HI): Ditto.
18501         (V16QI_FTYPE_V8DI_V16QI_QI): Ditto.
18502         (V32HI_FTYPE_V32HI_V32HI_SI): Ditto.
18503         (V32HI_FTYPE_V32QI_V32HI_SI): Ditto.
18504         (V16HI_FTYPE_V16HI_V16HI_HI): Ditto.
18505         (V16HI_FTYPE_V16QI_V16HI_HI): Ditto.
18506         (V8HI_FTYPE_V16QI_V8HI_QI): Ditto.
18507         (V8SF_FTYPE_V4SF_V8SF_QI): Ditto.
18508         (V4DF_FTYPE_V2DF_V4DF_QI): Ditto.
18509         (V8SI_FTYPE_V4SI_V8SI_QI): Ditto.
18510         (V8SI_FTYPE_SI_V8SI_QI): Ditto.
18511         (V4SI_FTYPE_V4SI_V4SI_QI): Ditto.
18512         (V4SI_FTYPE_SI_V4SI_QI): Ditto.
18513         (V4DI_FTYPE_V2DI_V4DI_QI): Ditto.
18514         (V4DI_FTYPE_DI_V4DI_QI): Ditto.
18515         (V2DI_FTYPE_V2DI_V2DI_QI): Ditto.
18516         (V2DI_FTYPE_DI_V2DI_QI): Ditto.
18517         (V64QI_FTYPE_V64QI_V64QI_DI): Ditto.
18518         (V64QI_FTYPE_V16QI_V64QI_DI): Ditto.
18519         (V64QI_FTYPE_QI_V64QI_DI): Ditto.
18520         (V32QI_FTYPE_V32QI_V32QI_SI): Ditto.
18521         (V32QI_FTYPE_V16QI_V32QI_SI): Ditto.
18522         (V32QI_FTYPE_QI_V32QI_SI): Ditto.
18523         (V16QI_FTYPE_V16QI_V16QI_HI): Ditto.
18524         (V16QI_FTYPE_QI_V16QI_HI): Ditto.
18525         (V32HI_FTYPE_V8HI_V32HI_SI): Ditto.
18526         (V32HI_FTYPE_HI_V32HI_SI): Ditto.
18527         (V16HI_FTYPE_V8HI_V16HI_HI): Ditto.
18528         (V16HI_FTYPE_HI_V16HI_HI): Ditto.
18529         (V8HI_FTYPE_V8HI_V8HI_QI): Ditto.
18530         (V8HI_FTYPE_HI_V8HI_QI): Ditto.
18531         (V64QI_FTYPE_PCV64QI_V64QI_DI): Ditto.
18532         (V32HI_FTYPE_PCV32HI_V32HI_SI): Ditto.
18533         (V32QI_FTYPE_PCV32QI_V32QI_SI): Ditto.
18534         (V16SF_FTYPE_PCV16SF_V16SF_HI): Ditto.
18535         (V8DF_FTYPE_PCV8DF_V8DF_QI): Ditto.
18536         (V16SI_FTYPE_PCV16SI_V16SI_HI): Ditto.
18537         (V16HI_FTYPE_PCV16HI_V16HI_HI): Ditto.
18538         (V16QI_FTYPE_PCV16QI_V16QI_HI): Ditto.
18539         (V8SF_FTYPE_PCV8SF_V8SF_QI): Ditto.
18540         (V8DI_FTYPE_PCV8DI_V8DI_QI): Ditto.
18541         (V8SI_FTYPE_PCV8SI_V8SI_QI): Ditto.
18542         (V8HI_FTYPE_PCV8HI_V8HI_QI): Ditto.
18543         (V4DF_FTYPE_PCV4DF_V4DF_QI): Ditto.
18544         (V4SF_FTYPE_PCV4SF_V4SF_QI): Ditto.
18545         (V4DI_FTYPE_PCV4DI_V4DI_QI): Ditto.
18546         (V4SI_FTYPE_PCV4SI_V4SI_QI): Ditto.
18547         (V2DF_FTYPE_PCV2DF_V2DF_QI): Ditto.
18548         (V2DI_FTYPE_PCV2DI_V2DI_QI): Ditto.
18549         (V16HI_FTYPE_V16SI_V16HI_HI): Ditto.
18550         (V8SI_FTYPE_V8DI_V8SI_QI): Ditto.
18551         (V8HI_FTYPE_V8DI_V8HI_QI): Ditto.
18552         (V16QI_FTYPE_V8HI_V16QI_QI): Ditto.
18553         (V16QI_FTYPE_V16HI_V16QI_HI): Ditto.
18554         (V16QI_FTYPE_V4SI_V16QI_QI): Ditto.
18555         (V16QI_FTYPE_V8SI_V16QI_QI): Ditto.
18556         (V8HI_FTYPE_V4SI_V8HI_QI): Ditto.
18557         (V8HI_FTYPE_V8SI_V8HI_QI): Ditto.
18558         (V16QI_FTYPE_V2DI_V16QI_QI): Ditto.
18559         (V16QI_FTYPE_V4DI_V16QI_QI): Ditto.
18560         (V8HI_FTYPE_V2DI_V8HI_QI): Ditto.
18561         (V8HI_FTYPE_V4DI_V8HI_QI): Ditto.
18562         (V4SI_FTYPE_V2DI_V4SI_QI): Ditto.
18563         (V4SI_FTYPE_V4DI_V4SI_QI): Ditto.
18564         (V32QI_FTYPE_V32HI_V32QI_SI): Ditto.
18565         (V2DF_FTYPE_V2DF_INT_V2DF_QI): Ditto.
18566         (V4DF_FTYPE_V4DF_INT_V4DF_QI): Ditto.
18567         (V4SF_FTYPE_V4SF_INT_V4SF_QI): Ditto.
18568         (V8SF_FTYPE_V8SF_INT_V8SF_QI): Ditto.
18569         (V4DF_FTYPE_V4DF_V4DF_INT_V4DF_QI): Ditto.
18570         (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_QI): Ditto.
18571         (V8SF_FTYPE_V8SF_V8SF_INT_V8SF_QI): Ditto.
18572         (V4SF_FTYPE_V4SF_V4SF_INT_V4SF_QI): Ditto.
18573         (VOID_FTYPE_PV8DF_V8DF_QI): Ditto.
18574         (VOID_FTYPE_PV8SI_V8DI_QI): Ditto.
18575         (VOID_FTYPE_PV8HI_V8DI_QI): Ditto.
18576         (VOID_FTYPE_PV8HI_V4DI_QI): Ditto.
18577         (VOID_FTYPE_PV8HI_V2DI_QI): Ditto.
18578         (VOID_FTYPE_PV4SI_V4DI_QI): Ditto.
18579         (VOID_FTYPE_PV4SI_V2DI_QI): Ditto.
18580         (VOID_FTYPE_PV8HI_V8SI_QI): Ditto.
18581         (VOID_FTYPE_PV8HI_V4SI_QI): Ditto.
18582         (VOID_FTYPE_PV4DF_V4DF_QI): Ditto.
18583         (VOID_FTYPE_PV2DF_V2DF_QI): Ditto.
18584         (VOID_FTYPE_PV16SF_V16SF_HI): Ditto.
18585         (VOID_FTYPE_PV8SF_V8SF_QI): Ditto.
18586         (VOID_FTYPE_PV4SF_V4SF_QI): Ditto.
18587         (VOID_FTYPE_PV8DI_V8DI_QI): Ditto.
18588         (VOID_FTYPE_PV4DI_V4DI_QI): Ditto.
18589         (VOID_FTYPE_PV2DI_V2DI_QI): Ditto.
18590         (VOID_FTYPE_PV16SI_V16SI_HI): Ditto.
18591         (VOID_FTYPE_PV16HI_V16SI_HI): Ditto.
18592         (VOID_FTYPE_PV16QI_V16SI_HI): Ditto.
18593         (VOID_FTYPE_PV16QI_V8SI_QI): Ditto.
18594         (VOID_FTYPE_PV16QI_V4SI_QI): Ditto.
18595         (VOID_FTYPE_PV16QI_V8DI_QI): Ditto.
18596         (VOID_FTYPE_PV16QI_V4DI_QI): Ditto.
18597         (VOID_FTYPE_PV16QI_V2DI_QI): Ditto.
18598         (VOID_FTYPE_PV8SI_V8SI_QI): Ditto.
18599         (VOID_FTYPE_PV4SI_V4SI_QI): Ditto.
18600         (VOID_FTYPE_PV32HI_V32HI_SI): Ditto.
18601         (VOID_FTYPE_PV16HI_V16HI_HI): Ditto.
18602         (VOID_FTYPE_PV8HI_V8HI_QI): Ditto.
18603         (VOID_FTYPE_PV64QI_V64QI_DI): Ditto.
18604         (VOID_FTYPE_PV32QI_V32QI_SI): Ditto.
18605         (VOID_FTYPE_PV16QI_V16QI_HI): Ditto.
18606         (V8DI_FTYPE_V8DI_V8DI_V8DI_INT_QI): Ditto.
18607         (V8SI_FTYPE_V8SF_V8SI_QI): Ditto.
18608         (V4SI_FTYPE_V4SF_V4SI_QI): Ditto.
18609         (V4DI_FTYPE_V4SF_V4DI_QI): Ditto.
18610         (V2DI_FTYPE_V4SF_V2DI_QI): Ditto.
18611         (V4SF_FTYPE_V4DI_V4SF_QI): Ditto.
18612         (V4SF_FTYPE_V2DI_V4SF_QI): Ditto.
18613         (V4DF_FTYPE_V4DI_V4DF_QI): Ditto.
18614         (V2DF_FTYPE_V2DI_V2DF_QI): Ditto.
18615         (V32HI_FTYPE_V32HI_INT_V32HI_SI): Ditto.
18616         (V32HI_FTYPE_V32HI_V8HI_V32HI_SI): Ditto.
18617         (V16HI_FTYPE_V16HI_INT_V16HI_HI): Ditto.
18618         (V16HI_FTYPE_V16HI_V8HI_V16HI_HI): Ditto.
18619         (V8HI_FTYPE_V8HI_INT_V8HI_QI): Ditto.
18620         (V32HI_FTYPE_V64QI_V64QI_INT_V32HI_SI): Ditto.
18621         (V16HI_FTYPE_V32QI_V32QI_INT_V16HI_HI): Ditto.
18622         (V8HI_FTYPE_V16QI_V16QI_INT_V8HI_QI): Ditto.
18623         (V64QI_FTYPE_V32HI_V32HI_V64QI_DI): Ditto.
18624         (V32QI_FTYPE_V16HI_V16HI_V32QI_SI): Ditto.
18625         (V16QI_FTYPE_V8HI_V8HI_V16QI_HI): Ditto.
18626         (V32HI_FTYPE_V16SI_V16SI_V32HI_SI): Ditto.
18627         (V16HI_FTYPE_V8SI_V8SI_V16HI_HI): Ditto.
18628         (V8HI_FTYPE_V4SI_V4SI_V8HI_QI): Ditto.
18629         (V8DI_FTYPE_V16SI_V16SI_V8DI_QI): Ditto.
18630         (V4DI_FTYPE_V8SI_V8SI_V4DI_QI): Ditto.
18631         (V2DI_FTYPE_V4SI_V4SI_V2DI_QI): Ditto.
18632         (V16SI_FTYPE_V16SI_V16SI_V16SI_INT_HI): Ditto.
18633         (V8SI_FTYPE_V8SI_V8SI_V8SI_INT_QI): Ditto.
18634         (V4DI_FTYPE_V4DI_V4DI_V4DI_INT_QI): Ditto.
18635         (V4SI_FTYPE_V4SI_V4SI_V4SI_INT_QI): Ditto.
18636         (V2DI_FTYPE_V2DI_V2DI_V2DI_INT_QI): Ditto.
18637         (V8SI_FTYPE_V8SI_V4SI_V8SI_QI): Ditto.
18638         (V4DI_FTYPE_V4DI_V2DI_V4DI_QI): Ditto.
18639         (QI_FTYPE_V4DF_V4DF_INT_QI): Ditto.
18640         (QI_FTYPE_V8SF_V8SF_INT_QI): Ditto.
18641         (QI_FTYPE_V8DF_INT_QI): Ditto.
18642         (QI_FTYPE_V4DF_INT_QI): Ditto.
18643         (QI_FTYPE_V2DF_INT_QI): Ditto.
18644         (HI_FTYPE_V16SF_INT_HI): Ditto.
18645         (QI_FTYPE_V8SF_INT_QI): Ditto.
18646         (QI_FTYPE_V4SF_INT_QI): Ditto.
18647         (V8DF_FTYPE_V8DF_V8DF_V8DF_QI_INT): Ditto.
18649 2015-07-31  Richard Biener  <rguenther@suse.de>
18651         * gimple-fold.c (fold_gimple_assign): Remove folding of
18652         GIMPLE_BINARY_RHS.
18654 2015-07-31  Tom de Vries  <tom@codesourcery.com>
18656         PR tree-optimization/66846
18657         * omp-low.c (expand_omp_taskreg) [ENABLE_CHECKING]: Call
18658         verify_loop_structure for child_cfun if !LOOPS_NEED_FIXUP.
18659         (expand_omp_target) [ENABLE_CHECKING]: Same.
18660         (execute_expand_omp) [ENABLE_CHECKING]: Call verify_loop_structure for
18661         cfun if !LOOPS_NEED_FIXUP.
18662         (expand_omp_for_static_nochunk): Handle simple latch bb.  Handle case
18663         that omp_for already has its own loop struct.
18664         * tree-parloops.c (create_phi_for_local_result)
18665         (create_call_for_reduction): Handle simple latch bb.
18666         (create_parallel_loop): Add simple latch bb to preserve
18667         LOOPS_HAVE_SIMPLE_LATCHES.  Record new exit.  Handle simple latch bb.
18668         (gen_parallel_loop): Remove call to cancel_loop_tree.
18669         (parallelize_loops): Skip loops that are inner loops of parallelized
18670         loops.
18671         (pass_parallelize_loops::execute) [ENABLE_CHECKING]: Call
18672         verify_loop_structure.
18674 2015-07-30  Anatoly Sokolov  <aesok@post.ru>
18676         * config/v850/v850.h (LIBCALL_VALUE): Remove macros.
18677         * config/v850/v850.md (RV_REGNUM): New constants.
18678         * config/v850/v850.c (v850_libcall_value): New functions.
18679         (v850_function_value_regno_p, v850_function_value): Use RV_REGNUM.
18680         (TARGET_LIBCALL_VALUE): Define.
18682 2015-07-30  Anatoly Sokolov  <aesok@post.ru>
18684         * rtl.h (lowpart_subreg): Move in file.
18685         * loop-iv.c (lowpart_subreg): Move to...
18686         * simplify-rtx.c (lowpart_subreg): ...here.
18687           (simplify_binary_operation_1): Use lowpart_subreg instead of
18688           simplify_gen_subreg.
18689         * expr.c (expand_expr_real_2): Ditto.
18690         * emit-rtl.c (gen_lowpart_common): Ditto.
18691         * combine.c (gen_lowpart_for_combine): Ditto.
18692         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr,
18693           expand_debug_source_expr): Ditto.
18695 2015-07-30  Richard Sandiford  <richard.sandiford@arm.com>
18697         * builtins.c (HAVE_atomic_clear, gen_atomic_clear): Delete.
18698         (expand_builtin_atomic_clear): Remove support for atomic_clear
18699         pattern.
18701 2015-07-30  Richard Biener  <rguenther@suse.de>
18703         * gimple-fold.c (fold_gimple_assign): Only fold !tcc_comparison
18704         binaries.  Move X == 0, X == 1, X != 0, and X != 1 canonicalization ...
18705         (fold_stmt_1): ... here and work on GIMPLE directly.  Remove
18706         redundant operand canonicalization.
18708 2015-07-30  David Sherwood  <david.sherwood@arm.com>
18710         * config/aarch64/aarch64-simd.md (aarch64_ext<mode>): Replace call to
18711         GET_MODE_SIZE (GET_MODE_INNER (m)) with GET_MODE_UNIT_SIZE (m).
18712         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Likewise.
18713         * config/arm/arm.c (neon_valid_immediate): Likewise.
18714         * config/i386/i386.c (classify_argument, ix86_expand_int_vcond)
18715         (expand_vec_perm_blend, expand_vec_perm_pshufb): Likewise.
18716         (expand_vec_perm_pshufb2, expand_vec_perm_vpshufb2_vpermq): Likewise.
18717         (expand_vec_perm_vpshufb2_vpermq): Likewise.
18718         (expand_vec_perm_vpshufb2_vpermq_even_odd): Likewise.
18719         (expand_vec_perm_vpshufb4_vpermq2): Likewise.
18720         * config/i386/sse.md
18721         (<extract_type>_vinsert<shuffletype><extract_suf>_mask): Likewise.
18722         (*ssse3_palignr<mode>_perm): Likewise.
18723         * config/rs6000/rs6000.c (rs6000_complex_function_value): Likewise.
18724         * config/spu/spu.c (arith_immediate_p): Likewise.
18725         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
18726         (simplify_binary_operation_1, simplify_ternary_operation): Likewise.
18728 2015-07-30  Richard Biener  <rguenther@suse.de>
18730         * genmatch.c (decision_tree::gen_gimple): Merge with ...
18731         (decision_tree::gen_generic): ... this into ...
18732         (decision_tree::gen): ... this.
18733         (main): Adjust callers.
18735 2015-07-30  Richard Biener  <rguenther@suse.de>
18737         * genmatch.c (verbose): New global.
18738         (warning_at): Add overload with source_location.
18739         (capture_info::capture_info): Add bool whether generating gimple
18740         or generic.  Add gimple member.
18741         (capture_info::cinfo): Add capture member.
18742         (capture_info::walk_match): Record capture.  Warn on
18743         non-captured leafs.
18744         (capture_info::walk_c_expr): Add more fragments captures cannot
18745         escape through.  Warn on escaped captures.
18746         (dt_simplify::gen_1): Warn on operands we force to have no
18747         side-effects.
18748         (main): Initialize verbose.
18749         * match.pd: Add integer_nonzerop and HONOR_NANS predicates.
18751 2015-07-30  Richard Biener  <rguenther@suse.de>
18753         PR middle-end/67053
18754         * match.pd: Allow both operands to independently have conversion
18755         when simplifying compares of addresses.
18757 2015-07-29  Segher Boessenkool  <segher@kernel.crashing.org>
18759         PR target/66217
18760         PR target/67045
18761         * config/rs6000/rs6000.md (and<mode>3): Put a CONST_INT_P check
18762         around those cases that need one.
18764 2015-07-29  Aditya Kumar  <hiraditya@msn.com>
18766         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
18768 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
18770         * config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
18771         New.  Copied from config/i386/gnu-user.h.
18772         (ASM_COMMENT_START): Likewise.
18773         (DBX_REGISTER_NUMBER): Likewise.
18775 2015-07-29  Richard Biener  <rguenther@suse.de>
18777         * gimple-fold.c (fold_gimple_cond): Remove.
18778         (fold_stmt_1): Do not call it.
18780 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
18782         * config/aarch64/aarch64-builtins.c (aarch64_fp16_type_node): New.
18783         (aarch64_init_builtins): Make aarch64_fp16_type_node, use for __fp16.
18785         * config/aarch64/aarch64-modes.def: Add HFmode.
18787         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
18788         __ARM_FP16_FORMAT_IEEE and __ARM_FP16_ARGS. Set bit 1 of __ARM_FP.
18790         * config/aarch64/aarch64.c (aarch64_init_libfuncs,
18791         aarch64_promoted_type): New.
18793         (aarch64_float_const_representable_p): Disable HFmode.
18794         (aarch64_mangle_type): Mangle half-precision floats to "Dh".
18795         (TARGET_PROMOTED_TYPE): Define to aarch64_promoted_type.
18796         (TARGET_INIT_LIBFUNCS): Define to aarch64_init_libfuncs.
18798         * config/aarch64/aarch64.md (mov<mode>): Include HFmode using GPF_F16.
18799         (movhf_aarch64, extendhfsf2, extendhfdf2, truncsfhf2, truncdfhf2): New.
18801         * config/aarch64/iterators.md (GPF_F16): New.
18803 2015-07-29  Richard Biener  <rguenther@suse.de>
18805         * match.pd: Merge address comparison patterns and make them
18806         handle some more cases.
18808 2015-07-29  Richard Biener  <rguenther@suse.de>
18810         * genmatch.c (c_expr::gen_transform): Error on unknown captures.
18811         (parser::parse_capture): Add bool argument on whether to reject
18812         unknown captures.
18813         (parser::parse_expr): Adjust.
18814         (parser::parse_op): Likewise.
18815         (parser::parse_pattern): Likewise.
18817 2015-07-29  Richard Biener  <rguenther@suse.de>
18819         * gimple-fold.c (has_use_on_stmt): New function.
18820         (replace_stmt_with_simplification): Use it to allow
18821         abnormals originally referenced in the stmt.
18822         (fold_stmt_1): Canonicalize operand order.
18824 2015-07-28  David Sherwood  <david.sherwood@arm.com>
18826         * config/arm/arm.c (neon_element_bits, neon_valid_immediate): Call
18827         GET_MODE_INNER unconditionally.
18828         * config/spu/spu.c (arith_immediate_p): Likewise.
18829         * config/i386/i386.c (ix86_build_signbit_mask): Likewise.
18830         * expmed.c (synth_mult): Remove check for VOIDmode result from
18831         GET_MODE_INNER.
18832         (expand_mult_const): Likewise.
18833         * fold-const.c (fold_binary_loc): Replace call to element_precision
18834         with call to GET_MODE_PRECISION.
18835         * genmodes.c (emit_mode_inner_inline): Replace void_mode->name with
18836         m->name.
18837         (emit_mode_inner): Likewise.
18838         * lto-streamer-out.c (lto_write_mode_table): Update GET_MODE_INNER
18839         result check.
18840         * machmode.h (GET_MODE_UNIT_SIZE): Simplify.
18841         (GET_MODE_UNIT_PRECISION): Likewise.
18842         * rtlanal.c (subreg_get_info): Call GET_MODE_INNER unconditionally.
18843         * simplify-rtx.c (simplify_immed_subreg): Likewise.
18844         * stor-layout.c (bitwise_type_for_mode): Update assert.
18845         (element_precision): Remove.
18847 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
18849         * target-insns.def (reload_load_address): New targetm instruction
18850         pattern.
18851         * reload1.c (gen_reload): Use it instead of HAVE_*/gen_* interface.
18853 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
18855         * target-insns.def (atomic_test_and_set): New targetm instruction
18856         pattern.
18857         * optabs.c (maybe_emit_atomic_test_and_set): Use it instead of
18858         HAVE_*/gen_* interface.
18860 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
18862         * target-insns.def (can_extend, ptr_extend): New targetm instruction
18863         patterns.
18864         * optabs.c (can_extend_p): Use them instead of HAVE_*/gen_* interface.
18865         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
18866         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
18867         * rtlanal.c (nonzero_bits1): Likewise.
18868         (num_sign_bit_copies1): Likewise.
18870 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
18872         * target-insns.def (eh_return): New targetm instruction pattern.
18873         * except.c (expand_eh_return): Use it instead of HAVE_*/gen_*
18874         interface.
18875         * function.c (thread_prologue_and_epilogue_insns): Remove
18876         preprocessor condition.
18878 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
18880         * target-insns.def (indirect_jump): New targetm instruction pattern.
18881         * optabs.c (emit_indirect_jump): Use it instead of HAVE_*/gen_*
18882         interface.
18884 2015-07-28  Richard Sandiford  <richard.sandiford@arm.com>
18886         * config/fr30/fr30.md (indirect_jump): Use pmode_register_operand
18887         instead of nonimmediate_operand.  Remove C condiition.
18889 2015-07-28  Richard Biener  <rguenther@suse.de>
18891         * match.pd: Add more simplification of address comparisons.
18893 2015-07-28  Richard Biener  <rguenther@suse.de>
18895         * match.pd: Re-order two cases in comparison with max/min
18896         value simplification to make it apply for bools.
18898 2015-07-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18900         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p):
18901         Handle simple SIGN_EXTEND or ZERO_EXTEND.
18902         (aarch64_rtx_costs): Properly strip extend or extract before
18903         passing down to rtx costs again.
18905 2015-07-28  Nick Clifton  <nickc@redhat.com>
18907         * config/rl78/rl78.c (rl78_addsi3_internal): New function.
18908         Optimizes the case where -mes0 is active and a constant symbolic
18909         address is used.
18910         * config/rl78/rl78-protos.h: Prototype the new function.
18911         * config/rl78/rl78.md (addsi3_internal_real): Call new function.
18913 2015-07-28  Tom de Vries  <tom@codesourcery.com>
18915         * tree-parloops.c (reduc_stmt_res): New function.
18916         (initialize_reductions, add_field_for_reduction)
18917         (create_phi_for_local_result, create_loads_for_reductions)
18918         (create_stores_for_reduction, build_new_reduction): Handle case that
18919         reduc_stmt is a phi.
18920         (gather_scalar_reductions): Allow double_reduc reductions.
18922 2015-07-28  Richard Biener  <rguenther@suse.de>
18924         * fold-const.c (fold_comparison): Remove equality folding
18925         of decl addresses ...
18926         * match.pd: ... here and merge with existing pattern.
18928 2015-07-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18930         PR tree-optimization/66828
18931         * tree-ssa-math-opts.c (perform_symbolic_merge): Change type of inc
18932         from int64_t to uint64_t.
18934 2015-07-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18936         * opts-common.c (read_cmdline_option): List DriverOnly enum values
18937         as valid only in the error message of the driver, not in the
18938         messages of the language compilers.
18940 2015-07-27  Tom de Vries  <tom@codesourcery.com>
18942         * tree-parloops.c (gather_scalar_reductions): Simplify function
18943         structure.
18945 2015-07-27  Marek Polacek  <polacek@redhat.com>
18947         * ipa-devirt.c (types_same_for_odr): Fix typo.
18949 2015-07-27  Jason Merrill  <jason@redhat.com>
18951         PR debug/66468
18952         * dwarf2out.c (gen_inlined_subroutine_die): Check
18953         cgraph_function_possibly_inlined_p.
18955 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
18957         * config/aarch64/aarch64.md (aarch64_lshr_sisd_or_int_<mode>3):
18958         Place integer variant first.
18959         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
18961 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
18963         PR/63870
18964         * config/arm/arm-builtins.c (enum arm_builtins):
18965         Add ARM_BUILTIN_NEON_BASE and ARM_BUILTIN_NEON_LANE_CHECK.
18966         (ARM_BUILTIN_NEON_BASE): Rename macro to....
18967         (ARM_BUILTIN_NEON_PATTERN_START): ...this.
18968         (arm_init_neon_builtins): Register __builtin_arm_lane_check.
18969         (arm_expand_neon_builtin): Handle ARM_BUILTIN_NEON_LANE_CHECK.
18971 2015-07-27  Alan Lawrence  <alan.lawrence@arm.com>
18973         PR/63870
18974         * config/arm/arm-builtins.c (enum arm_type_qualifiers):
18975         Add qualifier_lane_index.
18976         (arm_binop_imm_qualifiers, BINOP_IMM_QUALIFIERS): New.
18977         (arm_getlane_qualifiers): Use qualifier_lane_index.
18978         (arm_lanemac_qualifiers): Rename to...
18979         (arm_mac_n_qualifiers): ...this.
18980         (LANEMAC_QUALIFIERS): Rename to...
18981         (MAC_N_QUALIFIERS): ...this.
18982         (arm_mac_lane_qualifiers, MAC_LANE_QUALIFIERS): New.
18983         (arm_setlane_qualifiers): Use qualifier_lane_index.
18984         (arm_ternop_imm_qualifiers, TERNOP_IMM_QUALIFIERS): New.
18985         (enum builtin_arg): Add NEON_ARG_LANE_INDEX.
18986         (arm_expand_neon_args): Handle NEON_ARG_LANE_INDEX.
18987         (arm_expand_neon_builtin): Handle qualifier_lane_index.
18989         * config/arm/arm-protos.h (neon_lane_bounds): Add const_tree parameter.
18990         * config/arm/arm.c (bounds_check): Likewise, improve error message.
18991         (neon_lane_bounds, neon_const_bounds): Add arguments to bounds_check.
18992         * config/arm/arm_neon_builtins.def (vshrs_n, vshru_n, vrshrs_n,
18993         vrshru_n, vshrn_n, vrshrn_n, vqshrns_n, vqshrnu_n, vqrshrns_n,
18994         vqrshrnu_n, vqshrun_n, vqrshrun_n, vshl_n, vqshl_s_n, vqshl_u_n,
18995         vqshlu_n, vshlls_n, vshllu_n): Change qualifiers to BINOP_IMM.
18996         (vsras_n, vsrau_n, vrsras_n, vrsrau_n, vsri_n, vsli_n): Change
18997         qualifiers to TERNOP_IMM.
18998         (vdup_lane): Change qualifiers to GETLANE.
18999         (vmla_lane, vmlals_lane, vmlalu_lane, vqdmlal_lane, vmls_lane,
19000         vmlsls_lane, vmlslu_lane, vqdmlsl_lane): Change qualifiers to MAC_LANE.
19001         (vmla_n, vmlals_n, vmlalu_n, vqdmlal_n, vmls_n, vmlsls_n, vmlslu_n,
19002         vqdmlsl_n): Change qualifiers to MAC_N.
19004         * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_laneu<mode>,
19005         neon_vget_lanedi, neon_vget_lanev2di, neon_vset_lane<mode>,
19006         neon_vset_lanedi, neon_vdup_lane<mode>, neon_vdup_lanedi,
19007         neon_vdup_lanev2di, neon_vmul_lane<mode>, neon_vmul_lane<mode>,
19008         neon_vmull<sup>_lane<mode>, neon_vqdmull_lane<mode>,
19009         neon_vq<r>dmulh_lane<mode>, neon_vq<r>dmulh_lane<mode>,
19010         neon_vmla_lane<mode>, neon_vmla_lane<mode>, neon_vmlal<sup>_lane<mode>,
19011         neon_vqdmlal_lane<mode>, neon_vmls_lane<mode>, neon_vmls_lane<mode>,
19012         neon_vmlsl<sup>_lane<mode>, neon_vqdmlsl_lane<mode>):
19013         Remove call to neon_lane_bounds.
19015 2015-07-27  Wilco Dijkstra  <wdijkstr@arm.com>
19017         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
19018         Place integer variant first.
19020 2015-07-27  Matthew Wahab  <matthew.wahab@arm.com>
19022         * config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
19023         and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
19024         * config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
19025         for armv6kz targets.
19026         * config/arm/arm-cores.def: Replace 6ZK with 6KZ.
19027         * config/arm/arm-protos.h (FL_ARCH6KZ): New.
19028         (FL_FOR_ARCH6ZK): Remove.
19029         (FL_FOR_ARCH6KZ): New.
19030         (arm_arch6zk): New declaration.
19031         * config/arm/arm-tables.opt: Regenerate.
19032         * config/arm/arm.c (arm_arch6kz): New.
19033         (arm_option_override): Set arm_arch6kz.
19034         * config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
19035         * config/arm/driver-arm.c: Add comment to "armv6zk" entry.
19036         * doc/invoke.texi: Replace "armv6zk" with "armv6kz".
19038 2015-07-27  Marek Polacek  <polacek@redhat.com>
19040         PR c++/66555
19041         PR c/54979
19042         * doc/invoke.texi: Document -Wtautological-compare.
19044 2015-07-27  Richard Biener  <rguenther@suse.de>
19046         * genmatch.c (decision_tree::gen_gimple): Split out large
19047         subtrees into separate functions.
19048         (decision_tree::gen_generic): Likewise.
19050 2015-07-26  Uros Bizjak  <ubizjak@gmail.com>
19052         * config/alpha/alpha.c: Use SUBREG_P predicate.
19053         * config/alpha/predicates.md: Ditto.
19055 2015-07-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19057         * config.host (s390*-*-*): Include driver-native.c only when
19058         building with s390* as host *and* target.
19060 2015-07-25  Oleg Endo  <olegendo@gcc.gnu.org>
19062         PR target/66930
19063         * config/sh/sh.c (sh_split_movrt_negc_to_movt_xor): Add missing
19064         T bit register modified_between_p check.
19066 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
19068         * config/i386/i386.c: Use SUBREG_P predicate.
19069         * config/i386/i386.md: Ditto.
19070         * config/i386/sse.md: Ditto.
19071         * config/i386/predicates.md: Ditto.
19073 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
19075         PR target/67004
19076         * config/i386/i386.h (ADJUST_INSN_LENGTH): Use NONDEBUG_INSN_P (INSN)
19077         predicate and INSN_CODE (INSN) >= 0 to check for valid instruction.
19079 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
19081         * Makefile.in: Remove use of TREEBROWSER.
19082         * config.in: Regenerated.
19083         * configure: Regenerated.
19084         * configure.ac: Remove definition of TREEBROWSER.
19085         * tree-browser.c: Removed.
19086         * tree-browser.def: Removed.
19088 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
19090         * graphite-scop-detection.c: Include gimple-pretty-print.h.
19091         (stmt_simple_for_scop_p): Print when a stmt is not handled in
19092         Graphite.
19093         (scopdet_basic_block_info): Print when a loop or bb cannot be
19094         represented in Graphite.
19096 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
19098         PR target/66648
19099         * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
19100         execution guard when min_size is less than size_needed.
19102 2015-07-25  Sebastian Pop  <s.pop@samsung.com>
19104         * doc/install.texi: Document supported versions of ISL.
19106 2015-07-25  Jeff Law  <law@redhat.com>
19108         Revert:
19109         PR lto/66752
19110         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
19111         unable to find X NE 0 in the tables, return X as the simplified
19112         condition.
19113         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
19114         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
19115         to VISISTED_BBS.  */
19116         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
19117         after removing the control flow statement and unnecessary edges.
19119 2015-07-25  David Edelsohn  <dje.gcc@gmail.com>
19121         Revert:
19122         2015-07-23  Alexandre Oliva  <aoliva@redhat.com>
19124         PR rtl-optimization/64164
19125         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
19126         * tree-ssa-copyrename.c: Removed.
19127         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
19128         -ftree-coalesce-vars.
19129         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
19130         * common.opt (ftree-copyrename): Ignore.
19131         (ftree-coalesce-inlined-vars): Likewise.
19132         * doc/invoke.texi: Remove the ignored options above.
19133         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
19134         * tree-ssa-coalesce.h: ... here.
19135         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
19136         headers required by it.
19137         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
19138         across variables when flag_tree_coalesce_vars.  Check register
19139         use and promoted modes to allow coalescing.  Moved to
19140         tree-ssa-coalesce.c.
19141         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
19142         with its member functions to tree-ssa-coalesce.c.
19143         (var_map_base_init): Likewise.  Renamed to
19144         compute_samebase_partition_bases.
19145         (partition_view_normal): Drop want_bases parameter.
19146         (partition_view_bitmap): Likewise.
19147         * tree-ssa-live.h: Adjust declarations.
19148         * tree-ssa-coalesce.c: Include explow.h.
19149         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
19150         default defs at the entry point.
19151         (dump_part_var_map): New.
19152         (compute_optimized_partition_bases): New, called by...
19153         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
19154         of compute_samebase_partition_bases.  Adjust.
19155         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
19156         * cfgexpand.c (leader_merge): New.
19157         (get_rtl_for_parm_ssa_default_def): New.
19158         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
19159         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
19160         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
19161         redundant MEM attr setting.
19162         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
19163         from...
19164         (expand_one_stack_var): ... this.  New wrapper to check and
19165         skip already expanded SSA partitions.
19166         (record_alignment_for_reg_var): New, factored out of...
19167         (expand_one_var): ... this.
19168         (expand_one_ssa_partition): New.
19169         (adjust_one_expanded_partition_var): New.
19170         (expand_one_register_var): Check and skip already expanded SSA
19171         partitions.
19172         (expand_used_vars): Don't create DECLs for anonymous SSA
19173         names.  Expand all SSA partitions, then adjust all SSA names.
19174         (pass::execute): Replace the loops that set
19175         SA.partition_to_pseudo from partition leaders and cleared
19176         DECL_RTL for multi-location variables, and that which used to
19177         rename vars and set attrs, with one that clears DECL_RTL and
19178         checks that PARMs and RESULTs default_defs match DECL_RTL.
19179         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
19180         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
19181         * explow.c (promote_ssa_mode): New.
19182         * explow.h (promote_ssa_mode): Declare.
19183         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
19184         * function.c: Include cfgexpand.h.
19185         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
19186         (use_register_for_parm_decl): Wrapper for the above to
19187         special-case the result_ptr.
19188         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
19189         (split_complex_args): Take assign_parm_data_all argument.
19190         Pass it to rtl_for_parm.  Set up rtl and context for split
19191         args.
19192         (assign_parms_augmented_arg_list): Adjust.
19193         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
19194         multiple locations.  Recognize split complex args.
19195         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
19196         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
19197         (assign_parm_setup_block): Prefer SSA-assigned location.
19198         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
19199         if stack_parm is NULL.
19200         (assign_parm_setup_stack): Prefer SSA-assigned location.
19201         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
19202         rtl before testing for pointer bounds.  Special-case result_ptr.
19203         (expand_function_start): Maybe reset DECL_RTL of result.
19204         Prefer SSA-assigned location for result and static chain.
19205         Factor out DECL_RESULT and SET_DECL_RTL.
19206         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
19207         anonymous SSA names.  Use promote_ssa_mode.
19208         (get_temp_reg): Likewise.
19209         (remove_ssa_form): Adjust.
19210         * stor-layout.c (layout_decl): Don't set mem attributes of
19211         non-MEMs.
19212         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
19213         and get its reg_usage for reg invalidation.
19214         (compute_bb_dataflow): Pass it insn.
19215         (emit_notes_in_bb): Likewise.
19217 2015-07-25  Uros Bizjak  <ubizjak@gmail.com>
19219         * config/i386/i386.c (ix86_va_start): Remove
19220         unneeded !TARGET_64BIT check.
19221         (ix86_gimplify_va_arg): Ditto.
19223 2015-07-24  Tom de Vries  <tom@codesourcery.com>
19225         * graphite-sese-to-poly.c (build_poly_scop): Always call
19226         rewrite_commutative_reductions_out_of_ssa.
19228 2015-07-24  Tom de Vries  <tom@codesourcery.com>
19230         * graphite-sese-to-poly.c (is_reduction_operation_p): Limit
19231         flag_associative_math to FLOAT_TYPE_P.  Honour
19232         TYPE_OVERFLOW_WRAPS for INTEGRAL_TYPE_P. Don't allow any other types.
19234 2015-07-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19236         PR c++/64079
19237         * toplev.c (check_global_declaration): Use DECL_SOURCE_LOCATION
19238         and "%qD" in warning_at instead of "%q+D" in warning.
19240 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
19242         * config/i386/i386.c (ix86_call_abi_override): Call ix86_function_abi.
19243         (ix86_function_abi): Cleanup.
19245 2015-07-24  Michael Darling  <darlingm@gmail.com>
19247         PR other/66259
19248         * acinclude.m4: Reflects renaming of configure.in to configure.ac
19249         * configure: Likewise
19250         * configure.ac: Likewise
19251         * doc/install.texi: Likewise
19252         * doc/tm.texi: Likewise
19253         * doc/tm.texi.in: Likewise
19255 2015-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19257         * alias.c (nonoverlapping_memrefs_p): Use std::swap instead of
19258         manually swapping values.
19259         * cse.c (fold_rtx): Likewise.
19260         * lra-eliminations.c (form_sum): Likewise.
19262 2015-07-24  Uros Bizjak  <ubizjak@gmail.com>
19264         PR target/64003
19265         * config/i386/i386.h (ADJUST_INSN_LENGTH): New define.
19266         * config/i386/i386.md (maybe_prefix_bnd): New attribute.
19267         (*jcc_1, *jcc_2, jump, simple_return_internal)
19268         (simple_return_pop_internal): Set attribute maybe_prefix_bnd.
19269         Set length_nobnd attribute instead of length attribute.
19270         (indirect_jump, *tablejump_1): Set attribute maybe_prefix_bnd.
19271         (length_nobnd): Remove attribute.
19272         (length): Remove length_nobnd processing.
19274 2015-07-24  Nathan Sidwell  <nathan@codesourcery.com>
19276         * gimplify.c (omp_default_clause): New function.  Reorganize flow
19277         for clarity. Broken out of ...
19278         (omp_notice_variable): ... here.
19280 2015-07-24  Gary Funck  <gary@intrepid.com>
19282         PR middle-end/66984
19283         * fold-const.c (fold_binary_loc): Call fold_convert on arguments to
19284         fold_build2 for CEIL_DIV_EXPR and FLOOR_DIV_EXPR optimization.
19286 2015-07-24  Tom de Vries  <tom@codesourcery.com>
19288         * tree-parloops.c (gen_parallel_loop): Add debug print for alternative
19289         exit-first loop transform.
19291 2015-07-24  Cesar Philippidis  <cesar@codesourcery.com>
19293         PR 66714
19294         * tree-cfg.c (struct replace_decls_d): New struct.
19295         (replace_block_vars_by_duplicates_1): New function.
19296         (replace_block_vars_by_duplicates): Use it to replace the decls
19297         in the value exprs by duplicates.
19299 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
19301         * config/aarch64/aarch64-elf-raw.h (LINK_SPEC): Handle -h, -static,
19302         -shared, -symbolic, -rdynamic.
19304 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
19306         PR target/65711
19307         * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Move
19308         -dynamic-linker within %{!static %{!shared, and -rdynamic within
19309         %{!static.
19311 2015-07-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
19313         PR ipa/66566
19314         * ipa-inline-analysis.c (estimate_calls_size_and_time): Check
19315         edge summary is available.
19317 2015-07-24  Richard Biener  <rguenther@suse.de>
19319         * genmatch.c (struct dt_node): Add statistic fields.
19320         (dt_node::analyze): New method.
19321         (decision_tree::gen_gimple): Call analyze on the root node
19322         and print statistics to stderr.
19323         (decision_tree::gen_generic): Likewise.
19325 2015-07-24  Richard Biener  <rguenther@suse.de>
19327         * fold-const.c (fold_binary_loc): Move simplifying of comparisons
19328         against the highest or lowest possible integer ...
19329         * match.pd: ... as patterns here.
19331 2015-07-24  Richard Biener  <rguenther@suse.de>
19333         * genmatch.c (struct capture_info): Add same_as field.
19334         (capture_info::capture_info): Initialize same_as.
19335         (capture_info::walk_match): Compute same_as.
19336         (capture_info::walk_result): Compute stuff for the leader.
19337         (capture_info::walk_c_expr): Likewise.
19338         (dt_simplify::gen_1): Only look at leaders when deciding
19339         to force no side-effects or emit side-effects of omitted operands.
19341 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19343         * config/s390/s390.c (s390_save_gprs_to_fprs): Add CFA_REGISTER
19344         reg note to the GPR -> FPR save instructions.
19346 2015-07-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19348         * config/s390/s390.c (s390_rtx_costs): Make risbg patterns
19349         cheaper.
19350         (s390_expand_insv): Don't generate risbg pattern for constant zero
19351         sources.
19352         * config/s390/s390.md ("*insv<mode>_zEC12_appendbitsleft")
19353         ("*insv<mode>_z10_appendbitsleft"): New pattern definitions.  New
19354         splitters.
19356 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19358         * config/s390/s390.c (s390_reorg): Clean up handling of processors
19359         with
19360         -mtune=
19361         (s390_issue_rate): Likewise.
19362         (s390_sched_reorder): Likewise.
19363         (s390_sched_variable_issue): Likewise.
19364         (s390_loop_unroll_adjust): Likewise.
19365         (s390_option_override):  Likewise.
19367 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19369         * config/s390/driver-native.c (s390_host_detect_local_cpu): Handle
19370         processor capabilities with -march=native.
19371         * config/s390/s390.h (MARCH_MTUNE_NATIVE_SPECS): Likewise.
19372         (DRIVER_SELF_SPECS): Likewise.  Join specs for 31 and 64 bit.
19373         (S390_TARGET_BITS_STRING): Macro to simplify specs.
19375 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19377         * config/s390/s390.c (s390_issue_rate): Handle
19378         PROCESSOR_2094_Z9_EC.
19379         (s390_option_override): Likewise.
19380         (s390_adjust_priority): Likewise.
19382 2015-07-24  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19384         * config/s390/s390.h: S390: Do not define EXTRA_SPEC_FUNCTIONS
19385         when cross compiling.
19387 2015-07-24  Richard Biener  <rguenther@suse.de>
19389         * fold-const.c (maybe_canonicalize_comparison_1): Move
19390         A code CST canonicalization ...
19391         * match.pd: ... to a pattern here.
19393 2015-07-24  Jiong Wang  <jiong.wang@arm.com>
19395         Revert:
19396         2015-07-22  Jiong Wang  <jiong.wang@arm.com>
19397         PR target/63521
19398         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
19399         (HONOR_REG_ALLOC_ORDER): Define.
19401 2015-07-24  Richard Biener  <rguenther@suse.de>
19403         * genmatch.c (add_operator): Allow SSA_NAME as predicate.
19404         * fold-const.c (fold_comparison): Move parameter does not
19405         alias &local simplification ...
19406         * match.pd: ... as a pattern here.
19408 2015-07-24  Richard Biener  <rguenther@suse.de>
19410         * gimple-fold.c (replace_stmt_with_simplification): Special-case
19411         valueizing call operands.
19412         * gimple-match-head.c (maybe_push_res_to_seq): Take
19413         number of call arguments from ops array.
19414         (do_valueize): New function.
19415         (gimple_simplify): Return true if valueization changed
19416         any operand even if the result didn't simplify further.
19418 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
19420         PR middle-end/25530
19421         * match.pd (mult (trunc_div @0 integer_pow2p@1) @1) : New simplifier.
19423 2015-07-24  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
19425         PR middle-end/25529
19426         * match.pd (trunc_div (mult @0 integer_pow2p@1) @1) : New simplifier.
19428 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
19430         * config/arm/arm.c (arm_emit_movpair): Add REG_EQUAL notes to
19431         instruction.
19433 2015-07-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
19435         * cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor
19436         clean up.
19438 2015-07-23  Uros Bizjak  <ubizjak@gmail.com>
19440         * config/i386/i386.c (ix86_build_builtin_va_list_64): Rename
19441         from ix86_build_builtin_va_list_abi.  Handle only 64bit non-MS_ABI
19442         targets here.
19443         (ix86_build_builtin_va_list): Rewrite sysv_va_list_type_node and
19444         ms_va_list_type_node initialization.
19446 2015-07-23  Jeff Law  <law@redhat.com>
19448         PR lto/66752
19449         * tree-ssa-threadedge.c (simplify_conrol_stmt_condition): If we are
19450         unable to find X NE 0 in the tables, return X as the simplified
19451         condition.
19452         (fsm_find_control_statement_thread_paths): If nodes in NEXT_PATH are
19453         in VISISTED_BBS, then return failure.  Else add nodes from NEXT_PATH
19454         to VISISTED_BBS.  */
19455         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix up edge flags
19456         after removing the control flow statement and unnecessary edges.
19458 2015-07-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19460         * tree-pass.h (get_current_pass_name): Removed.
19462 2015-07-23  Alexandre Oliva  <aoliva@redhat.com>
19464         PR rtl-optimization/64164
19465         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
19466         * tree-ssa-copyrename.c: Removed.
19467         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
19468         -ftree-coalesce-vars.
19469         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
19470         * common.opt (ftree-copyrename): Ignore.
19471         (ftree-coalesce-inlined-vars): Likewise.
19472         * doc/invoke.texi: Remove the ignored options above.
19473         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
19474         * tree-ssa-coalesce.h: ... here.
19475         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
19476         headers required by it.
19477         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
19478         across variables when flag_tree_coalesce_vars.  Check register
19479         use and promoted modes to allow coalescing.  Moved to
19480         tree-ssa-coalesce.c.
19481         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
19482         with its member functions to tree-ssa-coalesce.c.
19483         (var_map_base_init): Likewise.  Renamed to
19484         compute_samebase_partition_bases.
19485         (partition_view_normal): Drop want_bases parameter.
19486         (partition_view_bitmap): Likewise.
19487         * tree-ssa-live.h: Adjust declarations.
19488         * tree-ssa-coalesce.c: Include explow.h.
19489         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
19490         default defs at the entry point.
19491         (dump_part_var_map): New.
19492         (compute_optimized_partition_bases): New, called by...
19493         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
19494         of compute_samebase_partition_bases.  Adjust.
19495         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
19496         * cfgexpand.c (leader_merge): New.
19497         (get_rtl_for_parm_ssa_default_def): New.
19498         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
19499         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
19500         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
19501         redundant MEM attr setting.
19502         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
19503         from...
19504         (expand_one_stack_var): ... this.  New wrapper to check and
19505         skip already expanded SSA partitions.
19506         (record_alignment_for_reg_var): New, factored out of...
19507         (expand_one_var): ... this.
19508         (expand_one_ssa_partition): New.
19509         (adjust_one_expanded_partition_var): New.
19510         (expand_one_register_var): Check and skip already expanded SSA
19511         partitions.
19512         (expand_used_vars): Don't create DECLs for anonymous SSA
19513         names.  Expand all SSA partitions, then adjust all SSA names.
19514         (pass::execute): Replace the loops that set
19515         SA.partition_to_pseudo from partition leaders and cleared
19516         DECL_RTL for multi-location variables, and that which used to
19517         rename vars and set attrs, with one that clears DECL_RTL and
19518         checks that PARMs and RESULTs default_defs match DECL_RTL.
19519         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
19520         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
19521         * explow.c (promote_ssa_mode): New.
19522         * explow.h (promote_ssa_mode): Declare.
19523         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
19524         * function.c: Include cfgexpand.h.
19525         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
19526         (use_register_for_parm_decl): Wrapper for the above to
19527         special-case the result_ptr.
19528         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
19529         (split_complex_args): Take assign_parm_data_all argument.
19530         Pass it to rtl_for_parm.  Set up rtl and context for split
19531         args.
19532         (assign_parms_augmented_arg_list): Adjust.
19533         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
19534         multiple locations.  Recognize split complex args.
19535         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
19536         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
19537         (assign_parm_setup_block): Prefer SSA-assigned location.
19538         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
19539         if stack_parm is NULL.
19540         (assign_parm_setup_stack): Prefer SSA-assigned location.
19541         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
19542         rtl before testing for pointer bounds.  Special-case result_ptr.
19543         (expand_function_start): Maybe reset DECL_RTL of result.
19544         Prefer SSA-assigned location for result and static chain.
19545         Factor out DECL_RESULT and SET_DECL_RTL.
19546         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
19547         anonymous SSA names.  Use promote_ssa_mode.
19548         (get_temp_reg): Likewise.
19549         (remove_ssa_form): Adjust.
19550         * stor-layout.c (layout_decl): Don't set mem attributes of
19551         non-MEMs.
19552         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
19553         and get its reg_usage for reg invalidation.
19554         (compute_bb_dataflow): Pass it insn.
19555         (emit_notes_in_bb): Likewise.
19557 2015-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
19559         PR target/66217
19560         * config/rs6000/rs6000-protos.h (rs6000_emit_2insn_and): Change
19561         prototype.
19562         * config/rs6000/rs6000.c (rs6000_emit_dot_insn): New function.
19563         (rs6000_emit_2insn_and): Handle dot forms.
19564         * config/rs6000/rs6000.md (and<mode>3): Adjust.
19565         (*and<mode>3_2insn): Remove TODO.  Adjust.  Add "type" attr.
19566         (*and<mode>3_2insn_dot, *and<mode>3_2insn_dot2): New.
19568 2015-07-23  Richard Biener  <rguenther@suse.de>
19570         * generic-match-head.c: Include cgraph.h.
19571         * gimple-match-head.c: Likewise.
19572         * tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
19573         SSA names.
19574         * fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
19575         * match.pd: ...to a pattern here.  Add &A ==/!= 0 simplification
19576         pattern.
19578 2015-07-23  Richard Biener  <rguenther@suse.de>
19580         * gimple-fold.c (fold_gimple_cond): Do not require folding
19581         results to pass valid_gimple_rhs_p.
19582         * tree-cfg.h (fold_cond_expr_cond): Remove.
19583         * tree-cfg.c (fold_cond_expr_cond): Likewise.
19584         (make_edges): Do not call it.
19585         * tree-inline.c (tree_function_versioning): Likewise.
19587 2015-07-23  Tom de Vries  <tom@codesourcery.com>
19589         * tree-parloops.c (gather_scalar_reductions): Add arg to call to
19590         vect_force_simple_reduction.
19591         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Same.
19592         (vect_is_simple_reduction_1): Add and handle
19593         need_wrapping_integral_overflow parameter.
19594         (vect_is_simple_reduction, vect_force_simple_reduction): Add and pass
19595         need_wrapping_integral_overflow parameter.
19596         (vectorizable_reduction): Add arg to call to vect_is_simple_reduction.
19597         * tree-vectorizer.h (vect_force_simple_reduction): Add parameter to
19598         decl.
19600 2015-07-23  Yuri Rumyantsev  <ysrumyan@gmail.com>
19602         PR tree-optimization/66926,66951
19603         * tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Delete
19604         INNER_LOOP and fix up condition for renaming virtual operands.
19606 2015-07-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19608         * combine.c (try_combine): Use std::swap instead of manually
19609         swapping.
19611 2015-07-23  Prachi Godbole  <prachi.godbole@imgtec.com>
19613         * config/mips/i6400.md: New file.
19614         * config/mips/mips-cpus.def (mips32r6): Change to PROCESSOR_I6400.
19615         (mips64r6): Likewise.
19616         (i6400): Define.
19617         * config/mips/mips-tables.opt: Regenerate.
19618         * config/mips/mips.c (mips_rtx_cost_data): Add I6400 processor.
19619         (mips_issue_rate): Add support for i6400.
19620         (mips_multipass_dfa_lookahead): Likewise.
19621         * config/mips/mips.h (TUNE_I6400): Define.
19622         * config/mips/mips.md: Include i6400.md.
19623         (processor): Add i6400.
19624         * doc/invoke.texi (-march=@var{arch}): Add i6400.
19626 2015-07-23  Richard Biener  <rguenther@suse.de>
19628         PR middle-end/66916
19629         * match.pd: Guard widen and sign-change comparison simplification
19630         with single_use.
19632 2015-07-23  Richard Biener  <rguenther@suse.de>
19634         PR tree-optimization/66945
19635         * tree-ssa-propagate.c (substitute_and_fold_dom_walker
19636         ::before_dom_children): Force the propagators idea of
19637         non-executable edges to materialize, not what the folder
19638         chooses.
19640 2015-07-23  Richard Biener  <rguenther@suse.de>
19642         * gimple.h (gimple_cond_make_false): Use 0 != 0.
19643         (gimple_cond_make_true): Use 1 != 0.
19645 2015-07-22  DJ Delorie  <dj@redhat.com>
19647         * config/msp430/t-msp430 (MULTILIB_DIRNAMES): Remove trailing
19648         slashes.
19650         * config/msp430/msp430.md (ashlhi3): Optimize shifts of subregs.
19651         (ashrhi3): Likewise.
19652         (lshrhi3): Likewise.
19653         (movhi): Take advantage of zero-extend to load small constants.
19654         (movpsi): Likewise.
19655         (and<mode>3): Likewise.
19656         (zero_extendqihi2): Likewise.
19657         (zero_extendqisi2): New.
19658         * config/msp430/constraints.md (N,O): New.
19659         * config/msp430/msp430.h (WORD_REGISTER_OPERATIONS): Define.
19661 2015-07-22  Uros Bizjak  <ubizjak@gmail.com>
19663         PR target/66954
19664         * config/i386/i386.c (get_builtin_code_for_version): Add P_AES
19665         to enum feature_priority and feature_list.
19666         (fold_builtin_cpu): Add F_AES to enum processor_features
19667         and isa_names_table.
19669 2015-07-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
19671         PR driver/66737
19672         * config/i386/linux-common.h (MPX_SPEC): Use linker option
19673         for 64bit target only.
19675 2015-07-22  Bernd Schmidt  <bernds@codesourcery.com>
19677         * config/nvptx/nvptx.c: Expand some comments.
19679 2015-07-22  James Greenhalgh  <james.greenhalgh@arm.com>
19681         * config/arm/cortex-a53 (cortex_53_advsimd): Rename to...
19682         (cortex_a53_advsimd): ...This.
19684 2015-07-22  Richard Biener  <rguenther@suse.de>
19686         * genmatch.c (expr::gen_transform): Clarify error message
19687         and display location.
19689 2015-07-22  Richard Biener  <rguenther@suse.de>
19691         * genmatch.c (struct operand): Add location member.
19692         (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
19693         constructors.
19694         (struct simplify): Remove match_location and result_location
19695         members.
19696         (elsehwere): Adjust.
19698 2015-07-22  Prachi Godbole  <prachi.godbole@imgtec.com>
19700         * config/mips/m5100.md: New file.
19701         * config/mips/mips-cpus.def (m5100, m5101): Define.
19702         * config/mips/mips-tables.opt: Regenerate.
19703         * config/mips/mips.c (mips_rtx_cost_data): Add costs for m5100.
19704         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=m5100 and
19705         -march=m5101 to -mips32r5.
19706         (MIPS_ARCH_FLOAT_SPEC): Map -m5101 to -msoft-float.
19707         (MIPS_ISA_NAN2008_SPEC): Map -march=m51* to -mnan=2008 if
19708         !-msoft-float.
19709         * config/mips/mips.md: Include m5100.md.
19710         (processor): Add m5100.
19711         * doc/invoke.texi (-march=@var{arch}): Add m5100, m5101.
19713 2015-07-22  Robert Suchanek  <robert.suchanek@imgtec.com>
19715         * config/mips/mips-cpus.def (interaptiv): Define.
19716         * config/mips/mips-tables.opt: Regenerate.
19717         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=interaptiv to
19718         -mips32r2.
19719         (BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
19720         * doc/invoke.texi (-march=@var{arch}): Add interaptiv.
19722 2015-07-22  Jiong Wang  <jiong.wang@arm.com>
19724         PR target/63521
19725         * config/aarch64/aarch64.h (REG_ALLOC_ORDER): Define.
19726         (HONOR_REG_ALLOC_ORDER): Define.
19728 2015-07-22  Richard Biener  <rguenther@suse.de>
19730         PR tree-optimization/66952
19731         * tree-ssa-ifcombine.c (pass_tree_ifcombine::execute): For
19732         blocks we end up executing unconditionally reset all SSA
19733         info such as range and alignment.
19734         * tree-ssanames.h (reset_flow_sensitive_info): Declare.
19735         * tree-ssanames.c (reset_flow_sensitive_info): New function.
19737 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
19739         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): Fix
19740         typo in attribute.
19742 2015-07-22  Richard Biener  <rguenther@suse.de>
19744         * genmatch.c (parser::parse_result): Properly handle
19745         match with result operands and conditions.
19747 2015-07-22  Charles Baylis  <charles.baylis@linaro.org>
19749         PR target/63870
19750         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
19751         Add qualifier_struct_load_store_lane_index.
19752         (aarch64_types_loadstruct_lane_qualifiers): Use
19753         qualifier_struct_load_store_lane_index for lane index argument for
19754         last argument.
19755         (aarch64_types_storestruct_lane_qualifiers): Ditto.
19756         (builtin_simd_arg): Add SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
19757         (aarch64_simd_expand_args): Add new argument describing mode of
19758         builtin. Check lane bounds for arguments with
19759         SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
19760         (aarch64_simd_expand_builtin): Emit error for incorrect lane indices
19761         if marked with SIMD_ARG_STRUCT_LOAD_STORE_LANE_INDEX.
19762         (aarch64_simd_expand_builtin): Handle arguments with
19763         qualifier_struct_load_store_lane_index. Pass machine mode of builtin to
19764         aarch64_simd_expand_args.
19765         * config/aarch64/aarch64-simd-builtins.def: Declare ld[234]_lane and
19766         vst[234]_lane with BUILTIN_VALLDIF.
19767         * config/aarch64/aarch64-simd.md:
19768         (aarch64_vec_load_lanesoi_lane<mode>): Use VALLDIF iterator. Perform
19769         endianness reversal on lane index.
19770         (aarch64_vec_load_lanesci_lane<mode>): Ditto.
19771         (aarch64_vec_load_lanesxi_lane<mode>): Ditto.
19772         (vec_store_lanesoi_lane<mode>): Use VALLDIF iterator.
19773         (vec_store_lanesci_lane<mode>): Ditto.
19774         (vec_store_lanesxi_lane<mode>): Ditto.
19775         (aarch64_ld2_lane<mode>): Use VALLDIF iterator. Remove endianness
19776         reversal of lane index.
19777         (aarch64_ld3_lane<mode>): Ditto.
19778         (aarch64_ld4_lane<mode>): Ditto.
19779         (aarch64_st2_lane<mode>): Ditto.
19780         (aarch64_st3_lane<mode>): Ditto.
19781         (aarch64_st4_lane<mode>): Ditto.
19782         * config/aarch64/arm_neon.h (__LD2_LANE_FUNC): Rename mode parameter
19783         to qmode. Add new mode parameter. Update uses.
19784         (__LD3_LANE_FUNC): Ditto.
19785         (__LD4_LANE_FUNC): Ditto.
19786         (__ST2_LANE_FUNC): Ditto.
19787         (__ST3_LANE_FUNC): Ditto.
19788         (__ST4_LANE_FUNC): Ditto.
19790 2015-07-22  Jonathan Wakely  <jwakely@redhat.com>
19792         * doc/invoke.texi (Language Independent Options): Rename node to
19793         Diagnostic Message Formatting Options.
19795 2015-07-21  Vladimir Makarov  <vmakarov@redhat.com>
19797         PR ipa/66424.
19798         * lra-remat.c (operand_to_remat): Prevent using insns with input
19799         subregs processed separately by IRA.
19801 2015-07-21  Andrew MacLeod  <amacleod@redhat.com>
19803         * ssa-iterators.h (has_zero_uses, has_single_use): Implement as
19804         straight loops.
19805         (single_imm_use): Check for iterator node.
19806         (num_imm_uses): Likewise.
19807         * tree-ssa-operands.c (has_zero_uses_1): Delete.
19808         (single_imm_use_1): Check for iterator node.
19810 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
19811             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
19813         * configure.ac: Add check for new options in isl-0.15.
19814         * config.in, configure: Rebuilt.
19815         * graphite-blocking.c: Include <isl/constraint.h>
19816         * graphite-interchange.c,  graphite-poly.c: Likewise.
19817         * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
19818         * graphite.c: Likewise.
19819         * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
19820         <isl/union_set.h>.
19821         * graphite-dependences.c: Include <isl/constraint.h>.
19822         (max_number_of_out_dimensions): Returns isl_stat.
19823         (extend_schedule_1): Likewise
19824         (extend_schedule): Corresponding changes.
19825         * graphite-optimize-isl.c: Include <isl/constraint.h> and
19826         <isl/union_set.h>.
19827         (getSingleMap): Change return type of isl_stat.
19828         (optimize_isl): Conditionally use
19829         isl_options_set_schedule_serialize_sccs.
19830         * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
19831         if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.
19833 2015-07-21  Georg-Johann Lay  <avr@gjlay.de>
19835         PR target/66956
19836         * config/avr/avr-dimode.md (<extend_u>mulsidi3_insn)
19837         (<extend_u>mulsidi3): Don't use if !AVR_HAVE_MUL.
19839 2015-07-21  Richard Biener  <rguenther@suse.de>
19841         PR tree-optimization/66948
19842         * genmatch.c (capture_info::walk_match): Also recurse to
19843         captures.  Properly compute expr state from captures of
19844         captures.
19845         * match.pd: Add single-use guards to
19846         (X & C2) >> C1 into (X >> C1) & (C2 >> C1) transform.
19848 2015-07-21  Nathan Sidwell  <nathan@codesourcery.com>
19850         * config/nvptx/mkoffload.c (process): Add static destructor call.
19852 2015-07-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19854         PR middle-end/66915
19855         * match.pd (A - B -> A + (-B)): Don't allow folding
19856         when type if a fixed-point type.
19858 2015-07-20  DJ Delorie  <dj@redhat.com>
19860         * config/rl78/rl78-real.md (andqi3_real): Expand operands for clr1.
19861         (iorqi3_real): Likewise for set1.
19863 2015-07-20  Uros Bizjak  <ubizjak@gmail.com>
19865         * config/i386/i386.c (ix86_md_asm_adjust): Handle DImode dest_mode
19866         for !TARGET_64BIT.
19868 2015-07-20  Aditya Kumar  <hiraditya@msn.com>
19870         * graphite-isl-ast-to-gimple.c:
19871         Refactor so that each function can access 'region'. This will help
19872         maintain a parameter rename_map within a region.
19874 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
19876         * config/rs6000/rs6000.md (*lt0_disi): New.
19878 2015-07-20  Segher Boessenkool  <segher@kernel.crashing.org>
19880         PR target/66217
19881         * config/rs6000/constraints.md ("S", "T", "t"): Delete.  Update
19882         "available letters" comment.
19883         * config/rs6000/predicates.md (mask_operand, mask_operand_wrap,
19884         mask64_operand, mask64_2_operand, any_mask_operand, and64_2_operand,
19885         and_2rld_operand):  Delete.
19886         (and_operand): Adjust.
19887         (rotate_mask_operator): New.
19888         * config/rs6000/rs6000-protos.h (build_mask64_2_operands,
19889         includes_lshift_p, includes_rshift_p, includes_rldic_lshift_p,
19890         includes_rldicr_lshift_p, insvdi_rshift_rlwimi_p, extract_MB,
19891         extract_ME): Delete.
19892         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
19893         rs6000_is_valid_shift_mask, rs6000_is_valid_insert_mask,
19894         rs6000_insn_for_and_mask, rs6000_insn_for_shift_mask,
19895         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
19896         rs6000_emit_2insn_and): New.
19897         * config/rs6000/rs6000.c (num_insns_constant): Adjust.
19898         (build_mask64_2_operands, includes_lshift_p, includes_rshift_p,
19899         includes_rldic_lshift_p, includes_rldicr_lshift_p,
19900         insvdi_rshift_rlwimi_p, extract_MB, extract_ME): Delete.
19901         (rs6000_is_valid_mask, rs6000_is_valid_and_mask,
19902         rs6000_insn_for_and_mask, rs6000_is_valid_shift_mask,
19903         s6000_insn_for_shift_mask, rs6000_is_valid_insert_mask,
19904         rs6000_insn_for_insert_mask, rs6000_is_valid_2insn_and,
19905         rs6000_emit_2insn_and): New.
19906         (print_operand) <'b', 'B', 'm', 'M', 's', 'S', 'W'>: Delete.
19907         (rs6000_rtx_costs) <CONST_INT>: Delete mask_operand and mask64_operand
19908         handling.
19909         <NOT>: Don't fall through to next case.
19910         <AND>: Handle the various rotate-and-mask cases directly.
19911         <IOR>: Always cost as one insn.
19912         * config/rs6000/rs6000.md (splitter for bswap:SI): Adjust.
19913         (and<mode>3): Adjust expander for the new patterns.
19914         (and<mode>3_imm, and<mode>3_imm_dot, and<mode>3_imm_dot2,
19915         and<mode>3_imm_mask_dot, and<mode>3_imm_mask_dot2): Adjust condition.
19916         (*and<mode>3_imm_dot_shifted): New.
19917         (*and<mode>3_mask): Delete, rewrite as ...
19918         (and<mode>3_mask): ... New.
19919         (*and<mode>3_mask_dot, *and<mode>3_mask_dot): Rewrite.
19920         (andsi3_internal0_nomc): Delete.
19921         (*andsi3_internal6): Delete.
19922         (*and<mode>3_2insn): New.
19923         (insv, insvsi_internal, *insvsi_internal1, *insvsi_internal2,
19924         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
19925         *insvsi_internal6, insvdi_internal, *insvdi_internal2,
19926         *insvdi_internal3): Delete.
19927         (*rotl<mode>3_mask, *rotl<mode>3_mask_dot, *rotl<mode>3_mask_dot2,
19928         *rotl<mode>3_insert, *rotl<mode>3_insert_2, *rotl<mode>3_insert_3,
19929         *rotl<mode>3_insert_4, two splitters for multi-precision shifts,
19930         *ior<mode>_mask): New.
19931         (extzv, extzvdi_internal, *extzvdi_internal1, *extzvdi_internal2,
19932         *rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
19933         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
19934         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
19935         Delete.
19936         (ashr<mode>3): Delete expander.
19937         (*ashr<mode>3): Rename to ...
19938         (ashr<mode>3): ... This.
19939         (ashrdi3_no_power, *ashrdisi3_noppc64be): Delete.
19940         (*rotldi3_internal4, *rotldi3_internal5 and split,
19941         *rotldi3_internal6 and split, *ashldi3_internal4, ashldi3_internal5
19942         and split, *ashldi3_internal6 and split, *ashldi3_internal7,
19943         ashldi3_internal8 and split, *ashldi3_internal9 and split): Delete.
19944         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): Delete.
19945         (splitter for loading a mask): Adjust.
19946         * doc/md.texi (Machine Constraints): Remove q, S, T, t constraints.
19948 2015-07-20  Marek Polacek  <polacek@redhat.com>
19950         * genemit.c (print_code, gen_exp, gen_insn, gen_expand, gen_split,
19951         output_add_clobbers, output_added_clobbers_hard_reg_p,
19952         gen_rtx_scratch): Remove declarations.
19954 2015-07-20  Marek Polacek  <polacek@redhat.com>
19956         PR c++/55095
19957         * doc/invoke.texi: Document -Wshift-overflow and -Wshift-overflow=.
19959 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19961         * simplify-rtx.c (simplify_unary_operation_1, NEG case):
19962         (neg (x ? (neg y) : y)) -> !x ? (neg y) : y.
19964 2015-07-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19966         * combine.c (combine_simplify_rtx): Move simplification step
19967         before various transformations/substitutions.
19969 2015-07-20  Mikhail Maltsev  <maltsevm@gmail.com>
19971         * wide-int.h (struct binary_traits): Fix partial specialization syntax.
19972         (struct int_traits): Likewise.
19974 2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
19976         * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
19977         function to vmsdbgout_function_decl.
19979 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
19981         PR target/66922
19982         * config/i386/i386.c (ix86_expand_pextr): Reject extractions
19983         from misaligned positions.
19984         (ix86_expand_pinsr): Reject insertions to misaligned positions.
19986 2015-07-18  Sebastian Pop  <s.pop@samsung.com>
19988         PR middle-end/46851
19989         PR middle-end/60340
19990         * Makefile.in: Removed omega.o.
19991         * common.opt: Document flag fcheck-data-deps as deprecated.
19992         * doc/invoke.texi: Remove documentation for fcheck-data-deps and
19993         its associated params: omega-max-vars, omega-max-geqs,
19994         omega-max-eqs, omega-max-wild-cards, omega-hash-table-size,
19995         omega-max-keys, omega-eliminate-redundant-constraints.
19996         * doc/loop.texi: Remove all the section on Omega.
19997         * graphite-blocking.c: Include missing params.h: it used to be
19998         included through tree-data-ref.h and omega.h.
19999         * graphite-isl-ast-to-gimple.c: Same.
20000         * graphite-optimize-isl.c: Same.
20001         * graphite-sese-to-poly.c: Same.
20002         * graphite.c: Same.
20003         * omega.c: Remove.
20004         * omega.h: Remove.
20005         * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
20006         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
20007         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and
20008         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS.
20009         * passes.def: Remove pass_check_data_deps.
20010         * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION.
20011         (dump_conflict_function): Same.
20012         (dump_subscript): Same.
20013         (print_direction_vector): Same.
20014         (print_dir_vectors): Same.
20015         (print_lambda_vector): Same.
20016         (print_dist_vectors): Same.
20017         (dump_data_dependence_relation): Same.
20018         (dump_data_dependence_relations): Same.
20019         (dump_dist_dir_vectors): Same.
20020         (dump_ddrs): Same.
20021         (init_omega_eq_with_af): Removed.
20022         (omega_extract_distance_vectors): Removed.
20023         (omega_setup_subscript): Removed.
20024         (init_omega_for_ddr_1): Removed.
20025         (init_omega_for_ddr): Removed.
20026         (ddr_consistent_p): Removed.
20027         (compute_affine_dependence): Do not use omega to check data
20028         dependences.
20029         (compute_data_dependences_for_bb): Removed.
20030         (analyze_all_data_dependences): Removed.
20031         (tree_check_data_deps): Removed.
20032         * tree-data-ref.h: Do not include omega.h.
20033         (compute_data_dependences_for_bb): Removed.
20034         (tree_check_data_deps): Removed.
20035         * tree-ssa-loop.c (pass_check_data_deps): Removed.
20036         (make_pass_check_data_deps): Removed.
20037         * tree-ssa-phiopt.c: Include params.h.
20038         * tree-vect-data-refs.c: Same.
20039         * tree-vect-slp.c: Same.
20041 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
20043         * config/i386/i386.md (pushsf splitter): Pass curr_insn to
20044         find_constant_src.  FAIL if find_constant_src returns NULL_RTX.
20045         (mem->fpreg splitters): Ditto.
20046         (general_operand->nonimmediate_operand splitter): Use explicit modes.
20047         Disable DFmode for TARGET_64BIT.
20049 2015-07-17  H.J. Lu  <hongjiu.lu@intel.com>
20051         PR target/66906
20052         * config/i386/i386.c (ix86_expand_prologue): Replicate static
20053         chain on the stack.
20055 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
20057         * config/nvptx/mkoffload.c (process): Constify host data.
20058         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
20059         Constify host data.
20060         (generate_host_descr_file): Likewise.
20062 2015-07-17  Aditya Kumar  <aditya.k7@samsung.com>
20063             Sebastian Pop  <s.pop@samsung.com>
20065         PR middle-end/61929
20066         * graphite-dependences.c (add_pdr_constraints): Renamed
20067         pdr->extent to pdr->subscript_sizes.
20068         * graphite-interchange.c (build_linearized_memory_access): Add
20069         back all gcc_assert's that the "isl_int to isl_val conversion"
20070         patch has removed.  Refactored.
20071         (pdr_stride_in_loop): Renamed pdr->extent to pdr->subscript_sizes.
20072         * graphite-poly.c (new_poly_dr): Same.
20073         (free_poly_dr): Same.
20074         * graphite-poly.h (struct poly_dr): Same.
20075         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Ignore
20076         all data references other than ARRAY_REF, MEM_REF, and COMPONENT_REF.
20077         * graphite-scop-detection.h: Fix space.
20078         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Add
20079         back all gcc_assert's removed by a previous patch.
20080         (wrap): Remove the_isl_ctx global variable that the same patch has
20081         added.
20082         (build_loop_iteration_domains): Same.
20083         (add_param_constraints): Same.
20084         (pdr_add_data_dimensions): Same.  Refactored.
20085         (build_poly_dr): Renamed extent to subscript_sizes.
20087 2015-07-17  Marek Polacek  <polacek@redhat.com>
20089         * fold-const.c (fold_binary_loc): Move A - (A & B) into ~B & A ...
20090         * match.pd: ... here.
20092 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
20094         * config/nvptx/mkoffload.c (process): Constify target data.
20095         * config/i386/intelmic-mkoffload.c (generate_target_descr_file):
20096         Constify target data.
20097         (generate_target_offloadend_file): Likewise.
20099 2015-07-17  Yuri Rumyantsev  <ysrumyan@gmail.com>
20101         * tree-vect-loop-manip.c (rename_variables_in_bb): Add argument
20102         to allow renaming of PHI arguments on edges incoming from outer
20103         loop header, add corresponding check before start PHI iterator.
20104         (slpeel_tree_duplicate_loop_to_edge_cfg): Introduce new bool
20105         variable DUPLICATE_OUTER_LOOP and set it to true for outer loops
20106         with true force_vectorize.  Set-up dominator for outer loop too.
20107         Pass DUPLICATE_OUTER_LOOP as argument to rename_variables_in_bb.
20108         (slpeel_can_duplicate_loop_p): Allow duplicate of outer loop if it
20109         was marked with force_vectorize and has restricted cfg.
20110         (slpeel_tree_peel_loop_to_edge): Do not rename exit PHI uses in
20111         inner loop.
20112         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not
20113         do peeling for outer loops.
20115 2015-07-17  Yvan Roux  <yvan.roux@linaro.org>
20116             Matthias Klose  <doko@ubuntu.com>
20118         * configure.ac: Move AC_ARG_WITH checks for native-system-header-dir,
20119         build-sysroot, sysroot from the `Miscenalleous configure options' to
20120         the `Directories' section and strip trailing `/' from with_sysroot.
20121         (gcc_gxx_include_dir): Don't strip a `/' sysroot value.
20122         * configure: Regenerated.
20124 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
20126         PR target/66824
20127         * config/i386/i386.h (TARGET_HARD_SF_REGS): New define.
20128         (TARGET_HARD_DF_REGS): Ditto.
20129         (TARGET_HARD_XF_REGS): Ditto.
20130         * config/i386/i386.md (*movxf_internal): Add alternatives 9 and 10.
20131         Enable alternatives 9 and 10 only for !TARGET_HARD_XF_REG target.
20132         (*movdf_internal): Add alternatives 22, 23, 24 and 25. Enable
20133         alternatives 22, 23, 24 and 25 only for !TARGET_HARD_DF_REG target.
20134         (*movsf_internal): Add alternatives 16 and 17. Enable
20135         alternatives 16 and 17 only for !TARGET_HARD_SF_REG target.
20137 2015-07-17  Uros Bizjak  <ubizjak@gmail.com>
20139         PR rtl-optimization/66891
20140         * calls.c (expand_call): Wrap precompute_register_parameters with
20141         NO_DEFER_POP/OK_DEFER_POP to prevent deferred pops.
20143 2015-07-16  Nathan Sidwell  <nathan@codesourcery.com>
20145         * config/nvptx/mkoffload.c (process): Constify mapping variables.
20146         Define target data struct and initialize it.
20148 2015-07-16  Vladimir Makarov  <vmakarov@redhat.com>
20150         PR rtl-optimization/66626
20151         * ira.h (emit-rtl.h): Include.
20152         (non_spilled_static_chain_regno_p): New.
20153         * ira-color.c (setup_profitable_hard_regs): Clear profitable regs
20154         unless it is non spilled static chain pseudo.
20155         (assign_hard_rego): Spill memory profitable allocno unless it is
20156         non spilled static chain pseudo.
20157         (allocno_spill_priority_compare): Put non spilled static chain
20158         pseudo at the end of sorted array.
20159         (improve_allocation): Do nothing if we have static chain and
20160         non-local goto.
20161         (allocno__priority_compare_func): Put non spilled static chain
20162         pseudo at the beginning of sorted array.
20163         (move_spill_restore): Ignore non spilled static chain pseudo.
20164         * ira-costs.c (find_costs_and_classes): Don't assign class NO_REGS
20165         to non spilled static chain pseudo.
20166         * lra-assigns.c (pseudo_compare_func): Put non spilled static chain
20167         pseudo at the beginning of sorted array.
20168         (spill_for): Spill non spilled static chain pseudo last.
20169         * lra-constraints.c (lra_constraints): Remove static chain pseudo
20170         check for equivalence.
20172 2015-07-16  Martin Liska  <mliska@suse.cz>
20174         PR ipa/66896.
20175         * ipa-prop.c (update_jump_functions_after_inlining): Create properly
20176         dst_ctx if it does not exist.
20178 2015-07-16  Martin Liska  <mliska@suse.cz>
20180         * hash-set.h (remove): New function.
20181         (iterator): New iteration class for hash_set.
20183 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20185         * genattrtab.c (make_canonical): Add a file_location parameter.
20186         Use fatal_at rather than fatal.
20187         (get_attr_value): Likewise.  Update call to make_canonical.
20188         (fill_attr, make_length_attrs, optimize_attrs, gen_attr)
20189         (make_internal_attr): Update calls accordingly.
20191 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20193         * read-md.h (message_with_line, error_with_line): Delete.
20194         * read-md.c (message_with_line, error_with_line): Delete.
20195         * gensupport.h: Include read-md.h.
20196         (md_rtx_info): New structure.
20197         (read_md_rtx): Use it.  Return a bool success value.
20198         * gensupport.c (read_md_rtx): Likewise.
20199         * genattr-common.c (gen_attr): Take an md_rtx_info rather than an rtx.
20200         (main): Update after interface changes.
20201         * genattr.c (gen_attr): Take an md_rtx_info rather than an rtx.
20202         (main): Update after interface changes.
20203         * genattrtab.c (insn_code_number): Delete.
20204         (optimize_attrs): Add a max_insn_code parameter and use it instead
20205         of insn_code_number.
20206         (gen_attr): Take an md_rtx_info rather than an rtx and lineno.
20207         Use *_at rather than *_with_line functions.
20208         (gen_insn): Likewise.
20209         (gen_delay): Likewise.
20210         (gen_insn_reserv): Likewise.
20211         (gen_bypass): Take an md_rtx_info rather than an rtx.
20212         (main): Update after interface changes.  Use a local max_insn_code
20213         variable instead of insn_code_number.
20214         * genautomata.c (gen_cpu_unit): Take an md_rtx_info rather than
20215         an rtx.  Use fatal_at rather than fatal.
20216         (gen_query_cpu_unit, gen_bypass, gen_excl_set)
20217         (gen_presence_absence_set, gen_presence_set, gen_final_presence_set)
20218         (gen_absence_set, gen_final_absence_set, gen_automaton)
20219         (gen_automata_option, gen_reserv, gen_insn_reserv): Likewise.
20220         (main): Update after interface changes.
20221         * gencodes.c (gen_insn): Take an md_rtx_info rather than an rtx
20222         and code number.
20223         (main): Update after interface changes.
20224         * genconditions.c (main): Use new read_md_rtx interface.
20225         * genconfig.c (gen_insn): Take an md_rtx_info rather than an rtx.
20226         (gen_expand, gen_split, gen_peephole, gen_peephole2): Likewise.
20227         (main): Update after interface changes.
20228         * genemit.c (insn_code_number, insn_index_number): Delete.
20229         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
20230         Use fatal_at rather than fatal.
20231         (gen_expand): Take an md_rtx_info rather than an rtx.  Use fatal_at
20232         rather than fatal.
20233         (gen_split): Likewise.
20234         (main): Update after interface changes.
20235         * genextract.c (line_no): Delete.
20236         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
20237         Update call to walk_rtx.
20238         (VEC_safe_set_locstr): Add an md_rtx_info argument.  Use message_at
20239         rather than message_with_line.
20240         (walk_rtx): Add an md_rtx_info argument.  Update call to
20241         VEC_safe_set_locstr.
20242         (main): Update after interface changes.
20243         * genflags.c (gen_insn): Take an md_rtx_info rather than an rtx
20244         and lineno.  Use error_at rather than separate message_with_line
20245         calls and have_error assignments.
20246         (main): Update after interface changes.
20247         * genmddump.c (main): Use new read_md_rtx interface.
20248         * genopinit.c (insn): Take an md_rtx_info rather than an rtx.
20249         (main): Update after interface changes.
20250         * genoutput.c (next_code_number): Delete.
20251         (gen_insn): Take an md_rtx_info rather than an rtx and lineno.
20252         (gen_peephole, gen_expand, gen_split): Likewise.
20253         (note_constraint): Likewise.  Use *_at rather than *_with_line
20254         functions.
20255         (main): Update after interface changes.
20256         * genpeep.c (gen_peephole): Take an md_rtx_info rather than an
20257         rtx and lineno.
20258         (main): Update after interface changes.
20259         * genpreds.c (process_define_predicate): Take an md_rtx_info rather
20260         than an rtx and lineno.
20261         (process_define_constraint): Likewise.
20262         (process_define_register_constraint): Likewise.
20263         (main): Update after interface changes.
20264         * genrecog.c (next_insn_code, pattern_lineno): Delete.
20265         (validate_pattern): Replace top-level rtx with an md_rtx_info.
20266         Use *_at rather than *_with_line functions.
20267         (match_pattern_2): Likewise.
20268         (match_pattern_1, match_pattern): Add an md_rtx_info parameter.
20269         (get_peephole2_pattern): Take an md_rtx_info rather than an rtvec.
20270         Use *_at rather than *_with_line functions.
20271         * gentarget-def.c (add_insn): New function.
20272         (main): Use it.  Use new read_md_rtx interface.
20274 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20276         * gensupport.h (compute_test_codes): Take a file_location rather
20277         than a line number.
20278         * gensupport.c (compute_test_codes): Likewise.  Use *_at functions
20279         rather than *_with_line functions.
20280         (process_define_predicate): Update call to compute_test_codes.
20281         * genpreds.c (validate_exp): Take a file_location rather than a
20282         line number.  Use *_at functions rather than *_with_line functions.
20283         (process_define_predicate): Update call to validate_exp.
20284         (constraint_data): Replace lineno field with a file_location.
20285         (add_constraint): Take a file_location rather than a line number.
20286         Use *_at functions rather than *_with_line functions.  Fix error
20287         message for address constraints.  Update after changes to
20288         validate_exp, constraint_data and compute_test_codes.
20289         (process_define_constraint): Update accordingly.
20290         (process_define_register_constraint): Likewise.
20292 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20294         * genoutput.c (data): Use a file_location to record the source
20295         position.
20296         (nothing): Delete.
20297         (idata, idata_end): Remove initialization.
20298         (constraint_data): Replace lineno with a file_location.
20299         (output_insn_data): Update after changes to data.
20300         (gen_insn, gen_peephole, gen_expand, gen_split): Likewise.
20301         (scan_operands): Likewise, using *_at rather than *_with_line
20302         functions.
20303         (process_template): Likewise.
20304         (validate_insn_alternatives): Likewise.
20305         (validate_insn_operands): Likewise.
20306         (validate_optab_operands): Likewise.
20307         (init_insn_for_nothing): Initialize idata and idata_end.
20308         (note_constraint): Update after changes to constraint_data,
20309         using at rather than with_line functions.
20310         (mdep_constraint_len): Take a file_location rather than a
20311         line number.  Use at rather than with_line functions.
20313 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20315         * read-md.h (fatal_at): Declare.
20316         * read-md.c (fatal_at): New function.
20317         * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
20318         to record the source position.
20319         (check_attr_test): Take a file_location instead of a line number.
20320         Use fatal_at instead of fatal.
20321         (check_attr_value): Update after above changes, using "at"
20322         rather than "with_line" reporting functions.
20323         (convert_set_attr_alternative): Likewise.
20324         (gen_attr): Likewise.
20325         (check_defs): Likewise.  Don't assign to read_md_filename.
20326         (gen_insn): Update initialization after above changes.
20327         (gen_delay): Likewise.
20328         (write_insn_cases): Print the filename for a define_peephole.
20329         (gen_insn_reserv): Take a line number as argument and update
20330         the call to check_attr_test.
20331         (main): Pass a line number to gen_insn_reserv.
20333 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20335         * read-md.h (file_location): New structure.
20336         (directive_handler_t): Take a file_location rather than a line number.
20337         (message_at, error_at): Declare.
20338         (read_skip_construct): Delete.
20339         * read-md.c (message_with_line_1): Replace with...
20340         (message_at_1): ...this new function.
20341         (message_at, error_at): New functions.
20342         (message_with_line, error_with_line): Update to use message_at_1.
20343         (handle_enum): Take a file_location rather than a line number
20344         and use error_at for error reporting.
20345         (handle_include): Likewise.
20346         (read_skip_construct): Likewise.  Make static.
20347         (handle_file): Update after above changes.  Pass a file_location
20348         rather than a line number to handle_directive.
20349         * gensupport.c (queue_elem): Replace separate filename and lineno
20350         with a file_location.
20351         (queue_pattern): Replace filename and lineno arguments with a
20352         file_location.  Update after change to queue_elem.
20353         (process_define_predicate): Replace lineno argument with a
20354         file_location and use error_at for error reporting.  Update
20355         after above changes.
20356         (process_rtx): Likewise.
20357         (subst_pattern_match): Likewise.
20358         (get_alternatives_number): Likewise.
20359         (alter_predicate_for_insn): Likewise.
20360         (rtx_handle_directive): Likewise.
20361         (is_predicable): Update after above changes, using error_at rather
20362         than error_with_line.
20363         (has_subst_attribute): Likewise.
20364         (identify_predicable_attribute): Likewise.
20365         (alter_attrs_for_subst_insn): Likewise.
20366         (process_one_cond_exec): Likewise.
20367         (process_substs_on_one_elem): Likewise.
20368         (process_define_subst): Likewise.
20369         (check_define_attr_duplicates): Likewise.
20370         (read_md_rtx): Update after change to queue_elem.
20372 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20374         * genoutput.c (next_index_number): Delete.
20375         (data): Remove index_number.
20376         (gen_insn, gen_peephole, gen_expand, gen_split): Update accordingly.
20377         (main): Remove manipulation of next_index_number.
20379 2015-07-16  Richard Sandiford  <richard.sandiford@arm.com>
20381         * genattrtab.c (check_attr_value): Remove handling of null attrs.
20382         (make_canonical): Likewise.
20384 2015-07-16  Eric Botcazou  <ebotcazou@adacore.com>
20386         * config/sparc/sparc.md (save_stack_nonlocal): Use adjust_address
20387         instead of adjust_address_nv.
20388         (restore_stack_nonlocal): Likewise.
20389         (nonlocal_goto): Likewise.
20391 2015-07-16  Tom de Vries  <tom@codesourcery.com>
20393         * tree-parloops.c (create_parallel_loop): Handle case that exit phi does
20394         not have a corresponding loop header phi.
20396 2015-07-16  Tom de Vries  <tom@codesourcery.com>
20398         * tree-parloops.c (create_loads_for_reductions): Handle case that
20399         reduction is unused.
20401 2015-07-16  Richard Biener  <rguenther@suse.de>
20403         PR tree-optimization/66894
20404         * tree-vrp.c (register_edge_assert_for_2): Fix bad assumption
20405         about deriving NE_EXPR from truncated values.
20407 2015-07-16  Martin Liska  <mliska@suse.cz>
20409         * alloc-pool.h
20410         (object_allocator): Add new class.
20411         (pool_allocator::initialize): Use the underlying class.
20412         (pool_allocator::allocate): Likewise.
20413         (pool_allocator::remove): Likewise.
20414         (operator new): A new generic allocator.
20415         * asan.c (struct asan_mem_ref): Remove unused members.
20416         (asan_mem_ref_new): Replace new operator with
20417         object_allocator::allocate.
20418         (free_mem_ref_resources): Change deallocation.
20419         * cfg.c (initialize_original_copy_tables): Replace pool_allocator
20420         with object_allocator.
20421         * config/sh/sh.c (add_constant): Replace new operator with
20422         object_allocator::allocate.
20423         (sh_reorg): Change call to a release method.
20424         * cselib.c (struct elt_list): Remove unused members.
20425         (new_elt_list): Replace new operator with
20426         object_allocator::allocate.
20427         (new_elt_loc_list): Likewise.
20428         (new_cselib_val): Likewise.
20429         (unchain_one_elt_list): Change delete operator with remove method.
20430         (unchain_one_elt_loc_list): Likewise.
20431         (unchain_one_value): Likewise.
20432         (cselib_finish): Release newly added static allocators.
20433         * cselib.h (struct cselib_val): Remove unused members.
20434         (struct elt_loc_list): Likewise.
20435         * df-problems.c (df_chain_alloc): Replace pool_allocator with
20436         object_allocator.
20437         * df-scan.c (struct df_scan_problem_data): Likewise.
20438         (df_scan_alloc): Likewise.
20439         * df.h (struct dataflow): Likewise.
20440         * dse.c (struct read_info_type): Likewise.
20441         (struct insn_info_type): Likewise.
20442         (struct dse_bb_info_type): Likewise.
20443         (struct group_info): Likewise.
20444         (struct deferred_change): Likewise.
20445         (get_group_info): Likewise.
20446         (delete_dead_store_insn): Likewise.
20447         (free_read_records): Likewise.
20448         (replace_read): Likewise.
20449         (check_mem_read_rtx): Likewise.
20450         (scan_insn): Likewise.
20451         (dse_step1): Likewise.
20452         (dse_step7): Likewise.
20453         * et-forest.c (struct et_occ): Remove unused members.
20454         (et_new_occ): Use allocate instead of new operator.
20455         (et_new_tree): Likewise.
20456         (et_free_tree): Call release method explicitly.
20457         (et_free_tree_force): Likewise.
20458         (et_free_pools): Likewise.
20459         (et_split): Use remove instead of delete operator.
20460         * et-forest.h (struct et_node): Remove unused members.
20461         * ipa-cp.c: Change pool_allocator to object_allocator.
20462         * ipa-inline-analysis.c: Likewise.
20463         * ipa-profile.c: Likewise.
20464         * ipa-prop.c: Likewise.
20465         * ipa-prop.h: Likewise.
20466         * ira-build.c (initiate_cost_vectors): Cast return value.
20467         (ira_allocate_cost_vector): Likewise.
20468         * ira-color.c (struct update_cost_record): Remove unused members.
20469         * lra-int.h (struct lra_live_range): Likewise.
20470         (struct lra_copy): Likewise.
20471         (struct lra_insn_reg): Likewise.
20472         * lra-lives.c (lra_live_ranges_finish): Release new static allocator.
20473         * lra.c (new_insn_reg): Replace new operator with allocate method.
20474         (free_insn_regs): Same for operator delete.
20475         (finish_insn_regs): Release new static allocator.
20476         (finish_insn_recog_data): Likewise.
20477         (lra_free_copies): Replace delete operator with remove method.
20478         (lra_create_copy): Replace operator new with allocate method.
20479         (invalidate_insn_data_regno_info): Same for remove method.
20480         * regcprop.c (struct queued_debug_insn_change): Remove unused members.
20481         (free_debug_insn_changes): Replace delete operator with remove method.
20482         (replace_oldest_value_reg): Replace operator new with allocate method.
20483         (pass_cprop_hardreg::execute): Release new static variable.
20484         * sched-deps.c (sched_deps_init): Change pool_allocator to
20485         object_allocator.
20486         * sel-sched-ir.c: Likewise.
20487         * sel-sched-ir.h: Likewise.
20488         * stmt.c (expand_case): Likewise.
20489         (expand_sjlj_dispatch_table): Likewise.
20490         * tree-sra.c (struct access): Remove unused members.
20491         (struct assign_link): Likewise.
20492         (sra_deinitialize): Release newly added static pools.
20493         (create_access_1):Replace operator new with allocate method.
20494         (build_accesses_from_assign): Likewise.
20495         (create_artificial_child_access): Likewise.
20496         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Change
20497         pool_allocator to object_allocator.
20498         * tree-ssa-pre.c: Likewise.
20499         * tree-ssa-reassoc.c: Likewise.
20500         * tree-ssa-sccvn.c (allocate_vn_table): Likewise.
20501         * tree-ssa-strlen.c: Likewise.
20502         * tree-ssa-structalias.c: Likewise.
20503         * var-tracking.c (onepart_pool_allocate): New function.
20504         (unshare_variable): Use the newly added function.
20505         (variable_merge_over_cur): Likewise.
20506         (variable_from_dropped): Likewise.
20507         (variable_was_changed): Likewise.
20508         (set_slot_part): Likewise.
20509         (emit_notes_for_differences_1): Likewise.
20510         (vt_finalize): Release newly added static pools.
20512 2015-07-16  Martin Jambor  <mjambor@suse.cz>
20514         * ipa-prop.h (param_aa_status): Rename to ipa_param_aa_status.  Adjust
20515         all uses.  Fix two typos in its general comment.
20516         (func_body_info): Rename to ipa_func_body_info.  Adjust all uses.
20518 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
20520         * config/i386/linux-common.h (LINK_MPX): New.
20521         (MPX_SPEC): Use LINK_MPX instead of %(link_mpx).
20522         * configure.ac: Add HAVE_LD_BNDPLT_SUPPORT macro
20523         indicating '-z bndplt' support by linker.
20524         * configure: Regenerate.
20525         * config.in: Regenerate.
20527 2015-07-16  Richard Biener  <rguenther@suse.de>
20529         * fold-const.c (fold_widened_comparison): Remove.
20530         (fold_sign_changed_comparison): Likewise.
20531         (fold_comparison): Move widened and sign-changed comparison
20532         simplification ...
20533         * match.pd: ... to patterns here.
20534         * generic-match-head.c: Include target.h.
20535         * gimple-match-head.c: Likewise.
20537 2015-07-16  Richard Biener  <rguenther@suse.de>
20539         * tree-ssa-dom.c (dom_valueize): New function.
20540         (record_temporary_equivalences): Also record equivalences
20541         for dominating stmts that have uses of equivalences we are
20542         about to record.
20544 2015-07-16  Bin Cheng  <bin.cheng@arm.com>
20546         * tree-ssa-loop-ivopts.c (add_candidate): Remove call to
20547         add_autoinc_candidates.
20548         (add_iv_candidate_for_biv): Rename to add_iv_candidate_for_biv.
20549         (add_iv_candidate_for_biv): Rename from add_iv_candidate_for_biv.
20550         (add_old_ivs_candidates): Rename to add_iv_candidate_for_bivs.
20551         (add_iv_candidate_for_bivs): Rename from add_old_ivs_candidates.
20552         Call new function.
20553         (add_iv_value_candidates): Rename to add_iv_candidate_for_use.
20554         (add_iv_candidate_for_use): Rename from add_iv_value_candidates.
20555         Remove parameter struct iv*.  Call add_autoinc_candidates here.
20556         (add_derived_ivs_candidates): Rename to add_iv_candidate_for_uses.
20557         (add_iv_candidate_for_uses): Rename from add_derived_ivs_candidates.
20558         Call new function.
20559         (find_iv_candidates): Call new functions.
20561 2015-07-16  Sandra Loosemore  <sandra@codesourcery.com>
20563         * config/nios2/nios2.c (nios2_emit_stack_limit_check): Fix
20564         uninitialized-variable warning.
20566 2015-07-16  Kaz Kojima  <kkojima@gcc.gnu.org>
20568         PR target/65249
20569         * config/sh/sh.md (movdi): Split simple reg move to two movsi
20570         when the destination is R0.
20572 2015-07-16  Uros Bizjak  <ubizjak@gmail.com>
20574         PR target/66866
20575         * config/i386/i386-protos.h (ix86_expand_pextr): New prototype.
20576         * config/i386/i386.c (ix86_expand_pextr): New function.
20577         (ix86_expand_pinsr): Handle V1TI and TI modes.  Call ix86_expand_pextr
20578         for non-lowpart subregs.
20579         * config/i386/i386.md (extzv<mode>): Expand with ix86_expand_pextr.
20580         (insv<mode>): Use SWI248 mode iterator.
20581         (insv<mode>_1): Ditto.
20583 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
20584             Sebastian Pop  <s.pop@samsung.com>
20586         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Point
20587         iterator to use_stmt.
20589 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
20590             Sebastian Pop <s.pop@samsung.com>
20592         * graphite-scop-detection.c (build_scops_1): Discard scops for
20593         which entry==exit.
20595 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
20596             Sebastian Pop <s.pop@samsung.com>
20598         * graphite-scop-detection.c (stmt_simple_for_scop_p): Bail out in
20599         case of a return statement in scop.
20601 2015-07-15  Aditya Kumar  <aditya.k7@samsung.com>
20602             Sebastian Pop <s.pop@samsung.com>
20604         * graphite-sese-to-poly.c (parameter_index_in_region): Only handle
20605         INTEGER_TYPE parameters.
20606         (scan_tree_for_params): Handle REAL_CST, COMPLEX_CST, and
20607         VECTOR_CST in scan_tree_for_params.
20608         (add_conditions_to_domain): Only constrain on INTEGER_TYPE.
20610 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
20612         * gimple-pretty-print.h: Don't include pretty-print.h.
20613         * tree-streamer.h: Don't include lto-streamer.h.
20614         * gimple-streamer.h: Include tree-streamer.h rather than lto-streamer.h.
20615         * gimple-streamer-in.c: Remove redundant includes.
20616         * gimple-streamer-out.c: Likewise.
20617         * ipa-devirt.c: Likewise.
20618         * ipa-icf.c: Likewise.
20619         * ipa-inline-analysis.c: Likewise.
20620         * ipa-polymorphic-call.c: Likewise.
20621         * ipa-profile.c: Likewise.
20622         * ipa-prop.c: Likewise.
20623         * ipa-pure-const.c: Likewise.
20624         * lto-cgraph.c: Likewise.
20625         * lto-streamer-in.c: Likewise.
20626         * lto-streamer-out.c: Likewise.
20627         * lto-streamer.c: Likewise.
20628         * tree-streamer-in.c: Likewise.
20629         * tree-streamer-out.c: Likewise.
20630         * tree-streamer.c: Likewise.
20632 2015-07-15  Andrew MacLeod  <amacleod@redhat.com>
20634         * opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't
20635         include input.h.
20636         * opts.c: Remove multiline #include comment.
20638 2015-07-15  Nathan Sidwell  <nathan@codesourcery.com>
20640         * config/nvptx/mkoffload.c (process): Add C++ protection to
20641         emitted code.
20643 2015-07-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
20645         PR target/66854
20646         * config/rs6000/rs6000.c (rs6000_pass_by_reference): Move test for
20647         null before IEEE 128-bit floating point support patch.
20649 2015-07-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20651         * simplify-rtx.c (simplify_ternary_operation): Add simplification
20652         for (!c) != {0,...,0} ? a : b for vector modes.
20654 2015-07-15  Paolo Bonzini  <bonzini@gnu.org>
20655             Martin Jambor  <mjambor@suse.cz>
20657         * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
20658         struct func_body_info* instead of struct ipa_node_params*, expecting
20659         fbi->info to be filled in.  Replace throughout.  Adjust call to
20660         ipa_load_from_parm_agg.
20661         (set_cond_stmt_execution_predicate): Accept struct func_body_info*
20662         instead of struct ipa_node_params*.  Adjust calls to other functions
20663         so that they pass either fbi or fbi->info.
20664         (set_switch_stmt_execution_predicate): Likewise.
20665         (will_be_nonconstant_predicate): Likewise.
20666         (compute_bb_predicates): Likewise.
20667         (estimate_function_body_sizes): Move asserts earlier.  Fill in
20668         struct func_body_info, replace parms_info with fbi.info.  Adjust
20669         calls to functions that now accept struct func_body_info.
20670         * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
20671         (struct func_body_info): Likewise.
20672         (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
20673         remove static.  Adjust callers.
20674         (ipa_load_from_parm_agg): Remove.
20675         * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
20676         (func_body_info): Likewise.
20677         (ipa_load_from_parm_agg): Adjust prototype.
20679 2015-07-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
20681         * gensupport.c (rtx_handle_directive): Adjust.
20682         * read-rtl.c (apply_iterators): Take vector to add rtxs to
20683         instead of expr list rtx.
20684         (add_define_attr_for_define_subst): Likewise.
20685         (add_define_subst_attr): Likewise.
20686         (read_subst_mapping): Likewise.
20687         (read_rtx): Likewise.
20688         * rtl.h (read_rtx): Adjust.
20690 2015-07-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20692         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
20694 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
20696         PR target/58066
20697         * config/i386/i386.md (*tls_global_dynamic_64_<mode>): Depend on SP_REG.
20698         (*tls_local_dynamic_base_64_<mode>): Ditto.
20699         (*tls_local_dynamic_base_64_largepic): Ditto.
20700         (tls_global_dynamic_64_<mode>): Update expander pattern.
20701         (tls_local_dynamic_base_64_<mode>): Ditto.
20703 2015-07-15  Richard Biener  <rguenther@suse.de>
20705         * fold-const.c (fold_binary_loc): Move bool_var != 0 -> bool_var
20706         and bool_var == 1 -> bool_var simplifications ...
20707         * match.pd: ... to patterns here.  Factor out negate_expr_p
20708         cases from the A - B -> A + (-B) patterns as negate_expr_p
20709         predicate and add a -(A + B) -> (-B) - A pattern.
20711 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
20713         * config/mips/mips.c (mips_emit_save_slot_move): Fix typo.
20715 2015-07-15  Matthew Fortune  <matthew.fortune@imgtec.com>
20716             Robert Suchanek  <robert.suchanek@imgtec.com>
20718         * config/mips/mips.c (mips_int_mask): New enum.
20719         (mips_shadow_set): Likewise.
20720         (int_mask): New variable.
20721         (use_shadow_register_set_p): Change type to enum mips_shadow_set.
20722         (machine_function): Add int_mask and use_shadow_register_set.
20723         (mips_attribute_table): Add attribute handlers for interrupt and
20724         use_shadow_register_set.
20725         (mips_interrupt_mask): New static function.
20726         (mips_handle_interrupt_attr): Likewise.
20727         (mips_handle_use_shadow_register_set_attr): Likewise.
20728         (mips_use_shadow_register_set): Change return type to enum
20729         mips_shadow_set.  Add argument handling for use_shadow_register_set
20730         attribute.
20731         (mips_interrupt_extra_called_saved_reg_p): Update the conditional to
20732         compare with mips_shadow_set enum.
20733         (mips_compute_frame_info): Add interrupt mask and
20734         use_shadow_register_set to per-function information structure.
20735         Add a stack slot for EPC unconditionally.
20736         (mips_expand_prologue): Compare use_shadow_register_set value
20737         with mips_shadow_set enum.  Save EPC always in K1, clobber only K1 for
20738         masked interrupt register but in EIC mode use K0 and save Cause in K0.
20739         EPC saved and restored unconditionally.  Use PMODE_INSN macro when
20740         copying the stack pointer from the shadow register set.
20741         * config/mips/mips.h (SR_IM0): New define.
20742         * config/mips/mips.md (mips_rdpgpr): Rename to...
20743         (mips_rdpgpr_<mode>): ...this.  Use the Pmode iterator.
20744         * doc/extend.texi (Declaring Attributes of Functions): Document
20745         optional arguments for interrupt and use_shadow_register_set
20746         attributes.
20748 2015-07-15  Robert Suchanek  <robert.suchanek@imgtec.com>
20750         * config/mips/mips.c (mips_compute_frame_info): Allow -mhard-float in
20751         interrupt attribute.
20752         (mips_expand_prologue): Disable the floating point unit in an ISR.
20753         * config/mips/mips.h (SR_COP1): New define.
20755 2015-07-15  Richard Biener  <rguenther@suse.de>
20757         * genmatch.c (parser::peek, parser::peek_ident): Add argument
20758         to tell how many tokens to peek ahead (default 1).
20759         (parser::eat_token, parser::eat_ident): Return token consumed.
20760         (parser::parse_result): Parse new switch statement.
20761         * match.pd: Use case statements where appropriate.
20763 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
20765         PR rtl-optimization/58066
20766         * calls.c (expand_call): Precompute register parameters before stack
20767         alignment is performed.
20769 2015-07-15  Uros Bizjak  <ubizjak@gmail.com>
20771         PR rtl-optimization/66838
20772         * postreload.c (reload_cse_move2add): Also process
20773         CALL_INSN_FUNCTION_USAGE when resetting information of
20774         call-clobbered registers.
20776 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20777             Cesar Philippidis  <cesar@codesourcery.com>
20778             Chung-Lin Tang  <cltang@codesourcery.com>
20780         * config/nios2/constraints.md (U, v): New constraints.
20781         * config/nios2/predicates.md (rdprs_dcache_operand): New.
20782         (ldstex_memory_operand): New.
20783         * config/nios2/sync.md: New file.
20784         * config/nios2/nios2.md (unspecv): Add new builtin function
20785         UNSPECV codes.
20786         (rdprs, flushd, flushda, wrpie, eni): New patterns.
20787         (top-level): Include sync.md.
20788         * config/nios2/nios2.c (N2_FTYPES): Add function types for
20789         new builtins.
20790         (N2_BUILTINS): Add arch field setting, add new builtins.
20791         (enum nios2_builtin_code,nios2_builtins): Update N2_BUILTIN_DEF
20792         for arch field.
20793         (nios2_expand_ldst_builtin): Rename from nios2_expand_ldstio_builtin.
20794         Also handle ldex/stex/ldsex/stsex builtins.
20795         (nios2_expand_rdprs_builtin): New function.
20796         (nios2_expand_cache_builtin): New function.
20797         (nios2_expand_wrpie_builtin): New function.
20798         (nios2_expand_eni_builtin): New function.
20799         (nios2_expand_builtin): Add arch field handling and new builtin
20800         cases.
20801         * doc/extend.texi (Altera Nios II Built-in Functions): Document
20802         new builtins.
20803         * doc/md.texi (Machine Constraints): Document U and v constraints.
20805 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20806             Cesar Philippidis  <cesar@codesourcery.com>
20807             Chung-Lin Tang  <cltang@codesourcery.com>
20809         * config/nios2/nios2-protos.h (nios2_expand_return): Declare.
20810         * config/nios2/nios2.c (struct GTY (()) machine_function): Add
20811         callee_save_reg_size and uses_anonymous_args fields.
20812         (nios2_compute_frame_layout): Update for CDX push.n/pop.n usage.
20813         (nios2_create_cfa_notes): New function.
20814         (nios2_adjust_stack): New function for adjusting stack.
20815         (nios2_expand_prologue): Update for CDX push.n/pop.n usage.
20816         Use nios2_adjust_stack.
20817         (nios2_expand_epilogue): Likewise.
20818         (nios2_expand_return): New function.
20819         (nios2_can_use_return_insn): Update for CDX pop.n usage.
20820         (nios2_setup_incoming_varargs): Set uses_anonymous_args flag.
20821         If TARGET_HAS_CDX, defer pushing regs to nios2_expand_prologue.
20822         * config/nios2/nios2.md (return): Use nios2_expand_return.
20824 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20825             Cesar Philippidis  <cesar@codesourcery.com>
20826             Chung-Lin Tang  <cltang@codesourcery.com>
20828         * config/nios2/predicates.md (pop_operation): New.
20829         (ldwm_operation, stwm_operation): New.
20830         (nios2_hard_register_operand): New.
20831         * config/nios2/nios2-protos.h (pop_operation_p): Declare.
20832         (ldstwm_operation_p): Declare.
20833         (gen_ldstwm_peep): Declare.
20834         * config/nios2/nios2.c: (nios2_ldst_parallel): Declare.
20835         (base_reg_adjustment_p): New.
20836         (pop_operation_p): New.
20837         (CDX_LDSTWM_VALID_REGS_0, CDX_LDSTWM_VALID_REGS_1): Define.
20838         (nios2_ldstwm_regset_p): New.
20839         (ldstwm_operation_p): New.
20840         (gen_ldst): New.
20841         (nios2_ldst_parallel): New.
20842         (struct ldswm_operand): Declare.
20843         (compare_ldstwm_operands): New.
20844         (can_use_cdx_ldstw): New.
20845         (gen_ldstwm_peep): New.
20846         * config/nios2/nios2-ldstwm.sml: New.
20847         * config/nios2/nios2.md: Include ldstwm.md.
20848         * config/nios2/ldstwm.md: Generated.
20850 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20851             Cesar Philippidis  <cesar@codesourcery.com>
20852             Chung-Lin Tang  <cltang@codesourcery.com>
20854         * config/nios2/nios2.h (LABEL_ALIGN): Define.
20855         (REG_ALLOC_ORDER): Define.
20856         (ADJUST_REG_ALLOC_ORDER): Define.
20857         (HONOR_REG_ALLOC_ORDER): Define.
20858         (CDX_REG_P): Define.
20859         (ANDCLEAR_INT): Define.
20860         * config/nios2/nios2-protos.h (nios2_add_insn_asm): Declare.
20861         (nios2_label_align): Declare.
20862         (nios2_cdx_narrow_form_p): Declare.
20863         (nios2_adjust_reg_alloc_order): Declare.
20864         * config/nios2/nios2.c (nios2_rtx_costs): Adjust for BMX zero-extract
20865         operation.
20866         (nios2_large_unspec_reloc_p): New function, split from...
20867         (nios2_legitimate_pic_operand_p): ...here.
20868         (nios2_emit_move_sequence): Add *high/*lo_sum constant expand code.
20869         (nios2_print_operand_punct_valid_p): New.
20870         (nios2_print_operand): Add %., %!, %x, %y, %A.  Remove %U.
20871         (split_mem_address): New.
20872         (split_alu_insn): New.
20873         (cdxreg): New.
20874         (cdx_add_immed, cdx_and_immed, cdx_mov_immed, cdx_shift_immed): New.
20875         (enum nios2_add_insn_kind): New.
20876         (nios2_add_insn_names, nios2_add_insn_narrow): New.
20877         (nios2_add_insn_classify): New.
20878         (nios2_add_insn_asm): New.
20879         (nios2_cdx_narrow_form_p): New.
20880         (label_align, min_labelno, max_labelno): New.
20881         (nios2_reorg): New.
20882         (nios2_label_align): New.
20883         (nios2_adjust_reg_alloc_order): New.
20884         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20885         (TARGET_MACHINE_DEPENDENT_REORG): Define.
20886         * config/nios2/constraints.md (P): New constraint.
20887         * config/nios2/predicates.md (const_and_operand): New.
20888         (and_operand): New.
20889         (stack_memory_operand): New.
20890         * config/nios2/nios2.md (SP_REGNO): Define stack pointer regno.
20891         (length): Update to use nios2_cdx_narrow_form_p().
20892         (type): Add new insn type values.
20893         (control, alu, st, ld, shift): Update insn reservations with
20894         new insn type values.
20895         (*high, *lo_sum): Define new insn patterns for constant generation.
20896         (movqi_internal, movhi_internal, movsi_internal): Reduce
20897         alternatives, update asm template to handle CDX variants, update
20898         type attributes.
20899         (zero_extendhisi2, zero_extendqi<mode>2): Add CDX variants to asm
20900         template, update type attributes.
20901         (extendhisi2, extendqi<mode>2): Likewise.
20902         (addsi3): Change to use function for asm string.
20903         (subsi3): Add CDX notation to asm template, update type attributes.
20904         (negsi3, one_cmplsi3): Likewise.
20905         (andsi3): New pattern, specialized from logical patterns.
20906         (<code>si3): Remove and case, combine alternatives, update asm
20907         template.
20908         (<shift_op>si3): Add CDX notation, update type attributes.
20909         (rotrsi3): Update type attribute.
20910         (*merge, extzv, insv): New insn patterns.
20911         (return): Change to define_expand.
20912         (simple_return): Add CDX notation, update type attributes.
20913         (indirect_jump): Add CDX notation.
20914         (jump): Update asm cases, update length attribute expression.
20915         (*call, *call_value, *sibcall, *sibcall_value): Add CDX variant.
20916         (nios2_cbranch): Update asm cases and length attribute expression
20917         to handle CDX variants.
20918         (nios2_cmp<code>): Update asm template.
20919         (nop): Add CDX notation, update type attributes.
20920         (trap): Add CDX notation.
20921         (ctrapsi4): Update asm cases and length attribute expression to
20922         handle CDX variant.
20923         * doc/md.texi (Machine Constraints): Document P constraint.
20925 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20926             Cesar Philippidis  <cesar@codesourcery.com>
20927             Chung-Lin Tang  <cltang@codesourcery.com>
20929         * config/nios2/nios2.h (SMALL_INT12): New macro.
20930         * config/nios2/nios2.c (nios2_valid_addr_offset_p): New function.
20931         (nios2_valid_addr_expr_p): Use it.
20932         (nios2_symbol_ref_in_small_data_p): Disallow GP-relative addressing
20933         with implicit "io" instructions on R2.
20934         * config/nios2/constraints.md (w): New constraint.
20935         * config/nios2/predicates.md (ldstio_memory_operand): New.
20936         * config/nios2/nios2.md (ld<bhw_uns>io, ld<bh>io): Update memory
20937         operand predicate and constraint.
20938         (ld<bh>io_signed, st<bhw>io>): Likewise.
20939         * doc/md.texi (Machine Constraints): Document w constraint.
20941 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20942             Cesar Philippidis  <cesar@codesourcery.com>
20943             Chung-Lin Tang  <cltang@codesourcery.com>
20945         * config/nios2/nios2.opt (march, mbmx, mcdx): New options.
20946         * config/nios2/nios2-opts.h (enum nios2_arch_type): New enum for
20947         Nios II architecture level.
20948         * config/nios2/nios2.h (TARGET_ARCH_R2): New define.
20949         (TARGET_CPU_CPP_BUILTINS): Add definition of __nios2_arch__ symbol.
20950         (OPTION_DEFAULT_SPECS): Define.
20951         (ASM_SPEC): Add -march= spec strings.
20952         * config/nios2/nios2.c (nios2_option_override): Check for
20953         conflicts involving new options.
20954         * config.gcc (nios2*-*-*): Support --with-arch=.
20955         * doc/invoke.texi (Option Summary, Nios II Options): Document
20956         -march=, -mbmx, and -mcdx.
20958 2015-07-14  Vladimir Makarov  <vmakarov@redhat.com>
20960         PR rtl-optimization/66626
20961         * lra-constraints.c (lra_constraints): Prevent equivalence
20962         substitution for static chain pseudo in functions with nonlocal
20963         goto.
20965 2015-07-14  Sandra Loosemore  <sandra@codesourcery.com>
20967         * config/nios2/nios2.c (TEMP_REG_NUM): Move define up in file.
20968         (nios2_emit_stack_limit_check): Add size parameter.  Handle
20969         -fstack-limit-symbol as well as -fstack-limit-register.
20970         (nios2_expand_prologue): Emit only a single stack limit check,
20971         even if multiple stack adjustments are required.
20972         (nios2_option_override): Diagnose unsupported combination of -fpic
20973         and -stack-limit-symbol.
20975 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
20977         * Makefile.in (top_srcdir): New.
20978         * configure.ac: Use AM_ZLIB.
20979         * configure: Regeneated.
20981 2015-07-14  Matthias Klose  <doko@ubuntu.com>
20983         PR target/66840
20984         * config/rs6000/t-rs6000 (TM_H): Add rs6000-cpus.def.
20986 2015-07-14  Richard Biener  <rguenther@suse.de>
20988         PR tree-optimization/66863
20989         * tree-vrp.c (register_edge_assert_for_2): Properly restrict
20990         what we record for conversion use stmt lhs inequalities.
20992 2015-07-14  Richard Biener  <rguenther@suse.de>
20994         * genmatch.c (dt_node::gen_kids_1): Fix case label indenting.
20995         (decision_tree::gen_gimple): Likewise.
20997 2015-07-14  Tom de Vries  <tom@codesourcery.com>
20999         * gcc.c (greater_than_spec_func): Declare forward.
21000         (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use gt to ignore
21001         -ftree-parallelize-loops={0,1}.
21002         (static_spec_functions): Add greater_than_spec_func function with name
21003         "gt".
21004         (greater_than_spec_func): New function.
21006 2015-07-14  Richard Biener  <rguenther@suse.de>
21008         * tree-ssa-dom.c (record_temporary_equivalences): Merge
21009         wideing type conversion case from record_equivalences_from_incoming_edge
21010         and use record_equality to record equivalences.
21011         (record_equivalences_from_incoming_edge): Call
21012         record_temporary_equivalences.
21014 2015-07-14  Richard Biener  <rguenther@suse.de>
21016         * genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.
21017         (struct if_expr): New.
21018         (struct with_expr): Likewise.
21019         (is_a_helper): Add helpers for if_expr and with_expr.
21020         (struct simplify): Add simplify_kind enum and member.  Remove
21021         ifexpr_vec member.
21022         (simplify::simplify): Adjust.
21023         (lower_commutative): Adjust.
21024         (lower_opt_convert): Likewise.
21025         (lower_cond): Likewise.
21026         (replace_id): Handle with_expr and if_expr.
21027         (lower_for): Adjust.
21028         (dt_simplify::gen_1): New recursive worker, split out from ...
21029         (dt_simplify::gen): ... here.  Deal with if and with expansion
21030         recursively.
21031         (capture_info::capture_info): Take context argument
21032         (capture_info::walk_result): Only analyze specific result.
21033         (parser::parse_result): New function.
21034         (parser::parse_simplify): Adjust to parse ifs with then end
21035         else case.
21036         (parser::parse_if): Simplify.
21037         (parser::parse_pattern): Pass down simplify kind.
21038         * match.pd: Convert if structure to new syntax.
21040 2015-07-13  Marek Polacek  <polacek@redhat.com>
21042         * rtl.c (rtx_equal_p_cb): Fix typo.
21044 2015-07-13  Andrew MacLeod  <amacleod@redhat.com>
21046         * omega.h: Don't include config.h, don't include params.h again if
21047         omega.h has already been included.
21048         * graphite-poly.h: Include sese.h.
21049         * graphite.c: Don't include sese.h, remove needless includes and
21050         minimize includes outside #ifdef HAVE_isl block.
21051         * graphite-blocking.c: Don't include sese.h, remove needless includes,
21052         and wrap entire file in #ifdef HAVE_isl
21053         * graphite-dependences.c: Likewise.
21054         * graphite-interchange.c: Likewise.
21055         * graphite-isl-ast-to-gimple.c: Likewise.
21056         * graphite-optimize-isl.c: Likewise.
21057         * graphite-poly.c: Likewise.
21058         * graphite-scop-detection.c: Likewise.
21059         * graphite-sese-to-poly.c: Likewise.
21061 2015-07-13  Tom de Vries  <tom@codesourcery.com>
21063         * omp-low.c (build_receiver_ref): Mark *.omp_data_i as non-trapping.
21065 2015-07-13  Renlin Li  <renlin.li@arm.com>
21067         PR rtl/66556
21068         * simplify-rtx.c (simplify_const_relational_operation): Add
21069         side_effects_p checks.
21071 2015-07-12  Aldy Hernandez  <aldyh@redhat.com>
21073         * bitmap.h: Fix double word typos.
21074         * builtins.c: Same.
21075         * calls.c: Same.
21076         * cfgloopmanip.c: Same.
21077         * cgraph.c: Same.
21078         * cgraph.h: Same.
21079         * cgraphclones.c: Same.
21080         * combine.c: Same.
21081         * config/aarch64/aarch64-protos.h: Same.
21082         * config/aarch64/aarch64.c: Same.
21083         * config/aarch64/aarch64.md: Same.
21084         * config/arm/arm.md: Same.
21085         * config/arm/arm1020e.md: Same.
21086         * config/arm/arm1026ejs.md: Same.
21087         * config/arm/arm926ejs.md: Same.
21088         * config/arm/fa526.md: Same.
21089         * config/arm/fa606te.md: Same.
21090         * config/arm/fa626te.md: Same.
21091         * config/arm/fa726te.md: Same.
21092         * config/arm/fmp626.md: Same.
21093         * config/darwin.c: Same.
21094         * config/epiphany/epiphany.c: Same.
21095         * config/frv/frv.c: Same.
21096         * config/ft32/ft32.c: Same.
21097         * config/gnu-user.h: Same.
21098         * config/h8300/constraints.md: Same.
21099         * config/i386/i386.c: Same.
21100         * config/i386/i386.md: Same.
21101         * config/iq2000/iq2000.md: Same.
21102         * config/mips/mips.c: Same.
21103         * config/mmix/mmix.md: Same.
21104         * config/moxie/moxie.c: Same.
21105         * config/nds32/nds32.md: Same.
21106         * config/pa/pa.h: Same.
21107         * config/rs6000/aix.h: Same.
21108         * config/rs6000/rs6000.h: Same.
21109         * config/sh/sh.c: Same.
21110         * config/tilegx/tilegx.md: Same.
21111         * config/tilepro/gen-mul-tables.cc: Same.
21112         * cse.c: Same.
21113         * dbxout.c: Same.
21114         * doc/invoke.texi: Same.
21115         * dse.c: Same.
21116         * dwarf2out.c: Same.
21117         * final.c: Same.
21118         * gcc.c: Same.
21119         * genmatch.c: Same.
21120         * gimplify.c: Same.
21121         * hash-table.h: Same.
21122         * internal-fn.c: Same.
21123         * ipa-cp.c: Same.
21124         * ipa-devirt.c: Same.
21125         * ipa-icf.c: Same.
21126         * ipa-icf.h: Same.
21127         * ipa-profile.c: Same.
21128         * ipa-prop.c: Same.
21129         * ipa-prop.h: Same.
21130         * ira.c: Same.
21131         * omp-low.c: Same.
21132         * reg-stack.c: Same.
21133         * regcprop.c: Same.
21134         * reorg.c: Same.
21135         * rtl.h: Same.
21136         * sbitmap.h: Same.
21137         * tree-eh.c: Same.
21138         * tree-inline.c: Same.
21139         * tree-sra.c: Same.
21140         * tree-ssa-dom.c: Same.
21141         * tree-ssa-loop-ivopts.c: Same.
21142         * tree-ssa-structalias.c: Same.
21143         * tree-ssa-tail-merge.c: Same.
21144         * tree-ssa-ter.c: Same.
21145         * tree-ssa-threadupdate.c: Same.
21146         * tree-ssa-uninit.c: Same.
21147         * tree-ssanames.c: Same.
21148         * tree-vect-loop-manip.c: Same.
21149         * tree-vrp.c: Same.
21150         * tree.c: Same.
21151         * valtrack.c: Same.
21152         * vec.h: Same.
21154 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
21156         PR middle-end/66726
21157         * tree-ssa-phiopt.c(factor_out_conditional_conversion): New function.
21158         tree_ssa_phiopt_worker): Call it.
21160 2015-07-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
21162         * cse.c (cse_insn): Calculate src_eqv for ZERO_EXTRACT.
21163         * emit-rtl.c (set_for_reg_notes): Allow ZERO_EXTRACT to set
21164         REG_EQUAL note.
21166 2015-07-11  Marek Polacek  <polacek@redhat.com>
21168         PR middle-end/66353
21169         * basic-block.h (has_abnormal_call_or_eh_pred_edge_p): New function.
21170         * ira-lives.c (bb_has_abnormal_call_pred): Remove function.
21171         (process_bb_node_lives): Call has_abnormal_call_or_eh_pred_edge_p
21172         rather than bb_has_abnormal_call_pred.
21173         * lra-lives.c (bb_has_abnormal_call_pred): Remove function.
21174         (process_bb_lives): Call has_abnormal_call_or_eh_pred_edge_p
21175         rather than bb_has_abnormal_call_pred.
21177 2015-07-10  Anatoly Sokolov  <aesok@post.ru>
21179         * config/v850/v850.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
21180         REG_OK_FOR_BASE_P_STRICT, REG_OK_FOR_INDEX_P_STRICT, STRICT,
21181         RTX_OK_FOR_BASE_P, GO_IF_LEGITIMATE_ADDRESS): Remove macros.
21182         * config/v850/v850.c (v850_reg_ok_for_base_, v850_rtx_ok_for_base_p,
21183         v850_legitimate_address_p): New functions.
21184         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
21186 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
21188         PR target/66819
21189         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow
21190         indirect sibcall with register arguments if register available
21191         for argument passing.
21192         (init_cumulative_args): Set cfun->machine->arg_reg_available
21193         to (cum->nregs > 0) or to true if function has a variable
21194         argument list.
21195         (function_arg_advance_32): Set cfun->machine->arg_reg_available
21196         to false if cum->nregs <= 0.
21197         * config/i386/i386.h (machine_function): Add arg_reg_available.
21199 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
21201         * config/i386/sse.md (movdi_to_sse): Use gen_lowpart
21202         and gen_higpart instead of gen_rtx_SUBREG.
21203         * config/i386/i386.md
21204         (floatdi<X87MODEF:mode>2_i387_with_xmm splitter): Ditto.
21205         (read-modify peephole2): Use gen_lowpart instead of
21206         gen_rtx_SUBREG for operand 5.
21208 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
21210         * config/tilepro/gen-mul-tables.cc (main): Change include list for
21211         generated files.
21212         * config/tilepro/mul-tables.c: Regenerate.
21213         * config/tilegx/mul-tables.c: Regenerate.
21215 2015-07-10  Richard Biener  <rguenther@suse.de>
21217         * fold-const.c (distribute_bit_expr): Remove.
21218         (fold_binary_loc): Move simplifying (A & C1) + (B & C2)
21219         to (A & C1) | (B & C2), distributing (A & B) | (A & C)
21220         to A & (B | C) and simplifying A << C1 << C2 to ...
21221         * match.pd: ... patterns here.
21223 2015-07-10  Jiong Wang  <jiong.wang@arm.com>
21225         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
21226         Mark mem as READONLY and NOTRAP for PIC symbol.
21228 2015-07-10  Andrew MacLeod  <amacleod@redhat.com>
21230         * gimple-predict.h: New file.
21231         (gimple_predict_predictor, gimple_predict_set_predictor,
21232         gimple_predict_outcome, gimple_predict_set_outcome,
21233         gimple_build_predict): Relocate here.
21234         * gimple.h (gimple_predict_predictor, gimple_predict_set_predictor,
21235         gimple_predict_outcome, gimple_predict_set_outcome): Move to
21236         gimple-predict.h.
21237         * gimple.c (gimple_build_predict): Move to gimple-predict.h
21238         * basic-block.h: Don't include cfghooks.h.
21239         * backend.h: Don't include predict.h.
21240         * cfghooks.h: Include predict.h.
21241         * gimple-pretty-print.c: Include gimple-predict.h.
21242         * gimplify.c: Likwise.
21243         * predict.c: Adjust includes.
21244         * tree-inline.c: Likewise.
21245         * asan.c: Likewise.
21246         * auto-inc-dec.c: Likewise.
21247         * auto-profile.c: Likewise.
21248         * bb-reorder.c: Likewise.
21249         * builtins.c: Likewise.
21250         * caller-save.c: Likewise.
21251         * calls.c: Likewise.
21252         * cfganal.c: Likewise.
21253         * cfgbuild.c: Likewise.
21254         * cfg.c: Likewise.
21255         * cfgcleanup.c: Likewise.
21256         * cfgexpand.c: Likewise.
21257         * cfghooks.c: Likewise.
21258         * cfgloopanal.c: Likewise.
21259         * cfgloop.c: Likewise.
21260         * cfgloopmanip.c: Likewise.
21261         * cfgrtl.c: Likewise.
21262         * cgraph.c: Likewise.
21263         * cgraphunit.c: Likewise.
21264         * combine.c: Likewise.
21265         * cprop.c: Likewise.
21266         * cse.c: Likewise.
21267         * dce.c: Likewise.
21268         * dojump.c: Likewise.
21269         * dse.c: Likewise.
21270         * except.c: Likewise.
21271         * expmed.c: Likewise.
21272         * expr.c: Likewise.
21273         * final.c: Likewise.
21274         * fold-const.c: Likewise.
21275         * function.c: Likewise.
21276         * fwprop.c: Likewise.
21277         * gcc-plugin.h: Likewise.
21278         * gcse.c: Likewise.
21279         * genattrtab.c: Likewise.
21280         * genemit.c: Likewise.
21281         * gengtype.c: Likewise.
21282         * genopinit.c: Likewise.
21283         * genoutput.c: Likewise.
21284         * genpreds.c: Likewise.
21285         * genrecog.c: Likewise.
21286         * gimple-fold.c: Likewise.
21287         * gimple-iterator.c: Likewise.
21288         * gimple-ssa-isolate-paths.c: Likewise.
21289         * gimple-ssa-strength-reduction.c: Likewise.
21290         * graph.c: Likewise.
21291         * graphite-blocking.c: Likewise.
21292         * graphite.c: Likewise.
21293         * graphite-dependences.c: Likewise.
21294         * graphite-interchange.c: Likewise.
21295         * graphite-isl-ast-to-gimple.c: Likewise.
21296         * graphite-optimize-isl.c: Likewise.
21297         * graphite-poly.c: Likewise.
21298         * graphite-scop-detection.c: Likewise.
21299         * graphite-sese-to-poly.c: Likewise.
21300         * haifa-sched.c: Likewise.
21301         * ifcvt.c: Likewise.
21302         * internal-fn.c: Likewise.
21303         * ipa-cp.c: Likewise.
21304         * ipa-profile.c: Likewise.
21305         * ipa-split.c: Likewise.
21306         * ipa-utils.c: Likewise.
21307         * ira-build.c: Likewise.
21308         * ira-color.c: Likewise.
21309         * ira-conflicts.c: Likewise.
21310         * ira-costs.c: Likewise.
21311         * ira-emit.c: Likewise.
21312         * ira-lives.c: Likewise.
21313         * jump.c: Likewise.
21314         * loop-doloop.c: Likewise.
21315         * loop-init.c: Likewise.
21316         * loop-invariant.c: Likewise.
21317         * loop-unroll.c: Likewise.
21318         * lower-subreg.c: Likewise.
21319         * lra-assigns.c: Likewise.
21320         * lra.c: Likewise.
21321         * lra-coalesce.c: Likewise.
21322         * lra-constraints.c: Likewise.
21323         * lra-lives.c: Likewise.
21324         * lto-cgraph.c: Likewise.
21325         * lto-streamer-in.c: Likewise.
21326         * mode-switching.c: Likewise.
21327         * modulo-sched.c: Likewise.
21328         * omp-low.c: Likewise.
21329         * optabs.c: Likewise.
21330         * passes.c: Likewise.
21331         * postreload.c: Likewise.
21332         * postreload-gcse.c: Likewise.
21333         * profile.c: Likewise.
21334         * recog.c: Likewise.
21335         * regstat.c: Likewise.
21336         * reload1.c: Likewise.
21337         * reorg.c: Likewise.
21338         * rtlanal.c: Likewise.
21339         * sched-ebb.c: Likewise.
21340         * sel-sched-ir.c: Likewise.
21341         * sese.c: Likewise.
21342         * shrink-wrap.c: Likewise.
21343         * simplify-rtx.c: Likewise.
21344         * stmt.c: Likewise.
21345         * store-motion.c: Likewise.
21346         * tracer.c: Likewise.
21347         * trans-mem.c: Likewise.
21348         * tree-call-cdce.c: Likewise.
21349         * tree-cfg.c: Likewise.
21350         * tree-cfgcleanup.c: Likewise.
21351         * tree-chkp.c: Likewise.
21352         * tree-complex.c: Likewise.
21353         * tree-eh.c: Likewise.
21354         * tree-if-conv.c: Likewise.
21355         * tree-loop-distribution.c: Likewise.
21356         * tree-outof-ssa.c: Likewise.
21357         * tree-parloops.c: Likewise.
21358         * tree-predcom.c: Likewise.
21359         * tree-pretty-print.c: Likewise.
21360         * tree-profile.c: Likewise.
21361         * tree-sra.c: Likewise.
21362         * tree-ssa.c: Likewise.
21363         * tree-ssa-coalesce.c: Likewise.
21364         * tree-ssa-dce.c: Likewise.
21365         * tree-ssa-dom.c: Likewise.
21366         * tree-ssa-forwprop.c: Likewise.
21367         * tree-ssa-ifcombine.c: Likewise.
21368         * tree-ssa-loop-ch.c: Likewise.
21369         * tree-ssa-loop-im.c: Likewise.
21370         * tree-ssa-loop-ivcanon.c: Likewise.
21371         * tree-ssa-loop-ivopts.c: Likewise.
21372         * tree-ssa-loop-manip.c: Likewise.
21373         * tree-ssa-loop-prefetch.c: Likewise.
21374         * tree-ssa-loop-unswitch.c: Likewise.
21375         * tree-ssa-math-opts.c: Likewise.
21376         * tree-ssa-phiopt.c: Likewise.
21377         * tree-ssa-pre.c: Likewise.
21378         * tree-ssa-reassoc.c: Likewise.
21379         * tree-ssa-sink.c: Likewise.
21380         * tree-ssa-tail-merge.c: Likewise.
21381         * tree-ssa-threadedge.c: Likewise.
21382         * tree-ssa-threadupdate.c: Likewise.
21383         * tree-switch-conversion.c: Likewise.
21384         * tree-tailcall.c: Likewise.
21385         * tree-vect-data-refs.c: Likewise.
21386         * tree-vect-loop.c: Likewise.
21387         * tree-vect-loop-manip.c: Likewise.
21388         * tree-vectorizer.c: Likewise.
21389         * tree-vrp.c: Likewise.
21390         * ubsan.c: Likewise.
21391         * value-prof.c: Likewise.
21392         * varasm.c: Likewise.
21393         * var-tracking.c: Likewise.
21394         * config/aarch64/aarch64-builtins.c: Likewise.
21395         * config/aarch64/aarch64.c: Likewise.
21396         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
21397         * config/alpha/alpha.c: Likewise.
21398         * config/arc/arc.c: Likewise.
21399         * config/arm/arm.c: Likewise.
21400         * config/avr/avr.c: Likewise.
21401         * config/bfin/bfin.c: Likewise.
21402         * config/c6x/c6x.c: Likewise.
21403         * config/cr16/cr16.c: Likewise.
21404         * config/cris/cris.c: Likewise.
21405         * config/darwin.c: Likewise.
21406         * config/darwin-c.c: Likewise.
21407         * config/epiphany/epiphany.c: Likewise.
21408         * config/epiphany/mode-switch-use.c: Likewise.
21409         * config/epiphany/resolve-sw-modes.c: Likewise.
21410         * config/fr30/fr30.c: Likewise.
21411         * config/frv/frv.c: Likewise.
21412         * config/ft32/ft32.c: Likewise.
21413         * config/h8300/h8300.c: Likewise.
21414         * config/i386/i386.c: Likewise.
21415         * config/i386/winnt.c: Likewise.
21416         * config/ia64/ia64.c: Likewise.
21417         * config/iq2000/iq2000.c: Likewise.
21418         * config/lm32/lm32.c: Likewise.
21419         * config/m32c/m32c.c: Likewise.
21420         * config/m32r/m32r.c: Likewise.
21421         * config/m68k/m68k.c: Likewise.
21422         * config/mcore/mcore.c: Likewise.
21423         * config/mep/mep.c: Likewise.
21424         * config/microblaze/microblaze.c: Likewise.
21425         * config/mips/mips.c: Likewise.
21426         * config/mmix/mmix.c: Likewise.
21427         * config/mn10300/mn10300.c: Likewise.
21428         * config/moxie/moxie.c: Likewise.
21429         * config/msp430/msp430.c: Likewise.
21430         * config/nds32/nds32.c: Likewise.
21431         * config/nds32/nds32-cost.c: Likewise.
21432         * config/nds32/nds32-fp-as-gp.c: Likewise.
21433         * config/nds32/nds32-intrinsic.c: Likewise.
21434         * config/nds32/nds32-isr.c: Likewise.
21435         * config/nds32/nds32-md-auxiliary.c: Likewise.
21436         * config/nds32/nds32-memory-manipulation.c: Likewise.
21437         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
21438         * config/nds32/nds32-predicates.c: Likewise.
21439         * config/nios2/nios2.c: Likewise.
21440         * config/nvptx/nvptx.c: Likewise.
21441         * config/pa/pa.c: Likewise.
21442         * config/pdp11/pdp11.c: Likewise.
21443         * config/rl78/rl78.c: Likewise.
21444         * config/rs6000/rs6000.c: Likewise.
21445         * config/rx/rx.c: Likewise.
21446         * config/s390/s390.c: Likewise.
21447         * config/sh/sh.c: Likewise.
21448         * config/sh/sh-mem.cc: Likewise.
21449         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
21450         * config/sh/sh_treg_combine.cc: Likewise.
21451         * config/sparc/sparc.c: Likewise.
21452         * config/spu/spu.c: Likewise.
21453         * config/stormy16/stormy16.c: Likewise.
21454         * config/tilegx/tilegx.c: Likewise.
21455         * config/tilepro/tilepro.c: Likewise.
21456         * config/v850/v850.c: Likewise.
21457         * config/vax/vax.c: Likewise.
21458         * config/visium/visium.c: Likewise.
21459         * config/xtensa/xtensa.c: Likewise.
21461 2015-07-10  Richard Biener  <rguenther@suse.de>
21463         * genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.
21464         (decision_tree::gen_gimple): Likewise.
21465         (decision_tree::gen_generic): Likewise.
21467 2015-07-10  Uros Bizjak  <ubizjak@gmail.com>
21469         PR target/66813
21470         * config/i386/i386.c (ix86_md_asm_adjust): Emit movstrictqi
21471         sequence for TARGET_ZERO_EXTEND_WITH_AND targets.
21473 2015-07-10  Jakub Jelinek  <jakub@redhat.com>
21475         PR middle-end/66820
21476         * gimplify.c (maybe_fold_stmt): Don't fold in ORT_PARALLEL
21477         or ORT_TASK contexts.
21478         * omp-low.c (lower_omp): Call fold_stmt even if taskreg_nesting_level
21479         is non-zero.
21481 2015-07-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21483         * expr.c (expand_cond_expr_using_cmove): Fix typos in comment
21484         above function.
21486 2015-07-10  Tom de Vries  <tom@codesourcery.com>
21488         * tree-parloops.c (try_transform_to_exit_first_loop_alt): If not found,
21489         insert nit + 1 bound.
21491 2015-07-10  Richard Biener  <rguenther@suse.de>
21493         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p):
21494         Use ifcvt_could_trap_p also when not flag_tree_loop_if_convert_stores.
21495         (if_convertible_loop_p_1): For this always compute bb predicates.
21496         (if_convertible_loop_p): And free them.
21498 2015-07-10  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
21500         * ipa-icf.c (sem_item_optimizer::do_congruence_step): Fix typo
21501         in dump message.
21503 2015-07-10  Richard Biener  <rguenther@suse.de>
21505         PR tree-optimization/66823
21506         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Fix
21507         inverted predicate.
21509 2015-07-09  Steve Ellcey  <sellcey@imgtec.com>
21511         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): Update
21512         to handle mips[32|64]r3 and mips[32|64]r5.
21514 2015-07-09  Jakub Jelinek  <jakub@redhat.com>
21516         PR middle-end/66633
21517         * tree-nested.c (get_static_chain): Or in a flag into
21518         info->static_chain_added.
21519         (get_frame_field, get_nonlocal_debug_decl): Likewise.
21520         (convert_nonlocal_omp_clauses, convert_local_omp_clauses): Revert
21521         2015-07-01 changes.
21522         (convert_tramp_reference_stmt): If a frame_decl or chain_decl
21523         is needed newly inside of GIMPLE_OMP_{PARALLEL,TASK,TARGET} body,
21524         add it to clauses.
21526         PR tree-optimization/66718
21527         * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
21528         field.
21529         (vect_simd_lane_linear): New function.
21530         (vectorizable_simd_clone_call): Support using linear arguments for
21531         addresses of arrays elements indexed by GOMP_SIMD_LANE result.
21533 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
21535         PR target/66821
21536         * config/i386/i386.c (iamcu_cost): Adjust variable shift costs.
21538 2015-07-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
21540         * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_memory):
21541         Use machine mode, not enum machine_mode in the prototype.
21543         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): New helper macros to
21544         classify 128-bit floating point support.
21545         (FLOAT128_IBM_P): Likewise.
21546         (FLOAT128_VECTOR_P): Likewise.
21547         (FLOAT128_2REG_P): Likewise.
21548         (SCALAR_FLOAT_MODE_NOT_VECTOR_P): Likewise.
21549         (SLOW_UNALIGNED_ACCESS): Add IEEE 128-bit floating point support.
21550         (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
21551         (HARD_REGNO_CALL_PART_CLOBBERED): Likewise.
21553         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Drop
21554         tests against TFmode/TDmode, since those modes do not use VSX
21555         addresses.
21556         (rs6000_hard_regno_mode_ok): Add IEEE 128-bit floating point
21557         support.
21558         (rs6000_init_hard_regno_mode_ok): Use new helper macros instead of
21559         tests against TFmode, etc.
21560         (invalid_e500_subreg): Add tests against IFmode/KFmode.
21561         (reg_offset_addressing_ok_p): Likewise.
21562         (rs6000_legitimate_offset_address_p): Likewise.
21563         (rs6000_legitimize_address): Likewise.
21564         (rs6000_legitimize_reload_address): Likewise.
21565         (rs6000_legitimate_address_p): Clean up tests against TFmode and
21566         TDmode to use the new helper macros, which will include IFmode and
21567         KFmode.
21568         (rs6000_emit_move): Likewise.
21569         (rs6000_darwin64_record_arg_recurse): Likewise.
21570         (print_operand): Likewise.
21571         (rs6000_member_type_forces_blk): Treat IEEE 128-bit floating point
21572         that uses a single vector register as a vector and not as a
21573         floating point register in terms of the calling sequence.
21574         (rs6000_discover_homogeneous_aggregate): Likewise.
21575         (rs6000_return_in_memory): Likewise.
21576         (init_cumulative_args): Likewise.
21577         (rs6000_function_arg_boundary): Likewise.
21578         (rs6000_function_arg_advance_1): Likewise.
21579         (rs6000_function_arg): Likewise.
21580         (rs6000_pass_by_reference): Likewise.
21581         (rs6000_gimplify_va_arg): Likewise.
21582         (rs6000_secondary_reload_memory): Use machine_mode not enum
21583         machine mode.
21584         (rs6000_split_multireg_move): Use new helper macros.
21585         (spe_func_has_64bit_regs_p): Likewise.
21586         (rs6000_output_function_epilogue): Add IFmode/KFmode support.
21587         (output_toc): Use new helper macros.
21588         (rs6000_register_move_cost): Likewise.
21589         (rs6000_function_value): Add IEEE 128-bit floating point calling
21590         sequence support.
21591         (rs6000_libcall_value): Likewise.
21592         (rs6000_scalar_mode_supported_p): Add support for IEEE 128-bit
21593         floating point support.
21594         (rs6000_vector_mode_supported_p): Likewise.
21596 2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>
21598         PR rtl-optimization/66782
21599         * lra-int.h (struct lra_insn_recog_data): Add comment about
21600         clobbered hard regs for arg_hard_regs.
21601         * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
21602         * lra-lives.c (process_bb_lives): Process clobbered hard regs.
21603         Add condition for processing used hard regs.
21604         * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
21605         Process clobbered hard regs.
21607 2015-07-09  Michael Matz  <matz@suse.de>
21609         * genmatch.c (fprintf_indent): New function.
21610         (operand::gen_transform): Add indent parameter.
21611         (expr::gen_transform, c_expr::gen_transform,
21612         capture::gen_transform): Ditto and use fprintf_indent.
21613         (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto.
21614         (dt_operand::gen, dt_operand::gen_predicate,
21615         dt_operand::gen_match_op, dt_operand::gen_gimple_expr,
21616         dt_operand::gen_generic_expr, dt_simplify::gen): Ditto.
21617         (decision_tree::gen_gimple): Adjust calls and indent generated
21618         code.
21619         (decision_tree::gen_generic): Ditto.
21620         (write_predicate): Ditto.
21622 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
21624         PR target/66814
21625         * config/i386/predicates.md (nonimmediate_gr_operand): New predicate.
21626         * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand.
21627         (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of
21628         {GENERAL,SSE,MMX}_REG_P where appropriate.
21630 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
21632         * lto-streamer.h: Don't include target.h and alloc-pool.h.
21633         * builtins.c: Adjust includes.
21634         * gimple.c: Likewise.
21635         * ipa-icf.c: Likewise.
21636         * lto-opts.c: Likewise.
21637         * ipa-reference.c: Likewise.
21638         * lto-section-out.c: Likewise.
21639         * lto-streamer-in.c: Likewise.
21640         * lto-streamer-out.c: Likewise.
21641         * opts-global.c: Likewise.
21642         * symtab.c: Likewise.
21643         * tree-chkp.c: Likewise.
21644         * tree-ssa-live.c: Likewise.
21645         * tree-streamer-in.c: Likewise.
21646         * tree-streamer-out.c: Likewise.
21647         * config/darwin.c: Likewise.
21648         * config/i386/winnt.c: Likewise.
21650 2015-07-09  Richard Biener  <rguenther@suse.de>
21652         * genmatch.c (struct expr): Add force_single_use flag.
21653         (expr::expr): Add copy constructor.
21654         (capture_info::walk_match): Gather force_single_use captures.
21655         (expr::gen_transform): Use possibly NULLified sequence.
21656         (dt_simplify::gen): Apply single-use restrictions by NULLifying
21657         seq if any constrained expr is not single-use.
21658         (parser::parse_expr): Refactor to allow multiple flags.  Handle
21659         's' flag to force an expression have a single-use if the pattern
21660         simplifies to more than one statement.
21661         * match.pd: Convert most single_use conditionals to :s flags.
21663 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
21665         * config/i386/iamcu.h (ASM_OUTPUT_ALIGNED_BSS): New.
21666         (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
21667         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
21669 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
21671         * flags.h: Don't include flag-types.h or options.h.
21672         * opts-common.c: Adjust includes.
21673         * opts-global.c: Likewise.
21674         * common/config/epiphany/epiphany-common.c: Likewise.
21676 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
21678         PR target/66818
21679         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
21680         for IA MCU.
21682 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
21684         PR target/66817
21685         * config/i386/i386.c (ix86_return_in_memory): Return true
21686         if int_size_in_bytes returns negative for IA MCU.
21688 2015-07-09  Marek Polacek  <polacek@redhat.com>
21690         PR tree-optimization/66718
21691         * Makefile.in (OBJS): Add gimple-laddress.o.
21692         * passes.def: Schedule pass_laddress.
21693         * timevar.def (DEFTIMEVAR): Add TV_GIMPLE_LADDRESS.
21694         * tree-pass.h (make_pass_laddress): Declare.
21695         * gimple-laddress.c: New file.
21697 2015-07-09  Richard Biener  <rguenther@suse.de>
21699         * toplev.c (compile_file): Reset maximum_field_alignment after parsing.
21701 2015-07-09  Richard Biener  <rguenther@suse.de>
21703         PR tree-optimization/66807
21704         * tree-chkp-opt.c (chkp_opt_fini): Free post dominator info.
21706 2015-07-08  Kito Cheng  <kito.cheng@gmail.com>
21708         * function.c (stack_protect_epilogue): Use if rather than switch for
21709         check targetm.have_stack_protect_test.
21711 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21713         * defaults.h: Provide default for WORD_REGISTER_OPERATIONS.
21714         * config/alpha/alpha.h: Define WORD_REGISTER_OPERATIONS to 1.
21715         * config/arc/arc.h: Likewise.
21716         * config/arm/arm.h: Likewise.
21717         * config/bfin/bfin.h: Likewise.
21718         * config/epiphany/epiphany.h: Likewise.
21719         * config/frv/frv.h: Likewise.
21720         * config/ia64/ia64.h: Likewise.
21721         * config/iq2000/iq2000.h: Likewise.
21722         * config/lm32/lm32.h: Likewise.
21723         * config/m32r/m32r.h: Likewise.
21724         * config/mcore/mcore.h: Likewise.
21725         * config/mep/mep.h: Likewise.
21726         * config/microblaze/microblaze.h: Likewise.
21727         * config/mips/mips.h: Likewise.
21728         * config/mmix/mmix.h: Likewise.
21729         * config/mn10300/mn10300.h: Likewise.
21730         * config/nds32/nds32.h: Likewise.
21731         * config/nios2/nios2.h: Likewise.
21732         * config/pa/pa.h: Likewise.
21733         * config/rl78/rl78.h: Likewise.
21734         * config/sh/sh.h: Likewise.
21735         * config/sparc/sparc.h: Likewise.
21736         * config/stormy16/stormy16.h: Likewise.
21737         * config/tilegx/tilegx.h: Likewise.
21738         * config/tilepro/tilepro.h: Likewise.
21739         * config/v850/v850.h: Likewise.
21740         * config/xtensa/xtensa.h: Likewise.
21741         * doc/tm.texi: Regenerate.
21742         * doc/tm.texi.in: Adjust.
21743         * combine.c (simplify_set): Likewise.
21744         (simplify_comparison): Likewise.
21745         * expr.c (store_constructor): Likewise.
21746         * internal-fn.c (expand_arith_overflow): Likewise.
21747         * reload.c (push_reload): Likewise.
21748         (find_reloads): Likewise.
21749         (find_reloads_subreg_address): Likewise.
21750         * reload1.c (eliminate_regs_1): Likewise.
21751         * rtlanal.c (nonzero_bits1): Likewise.
21752         (num_sign_bit_copies1): Likewise.
21753         * simplify-rtx.c (simplify_truncation): Likewise.
21755 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21757         * auto-inc-dec.c (pass_inc_dec::execute): Don't check the value
21758         of AUTO_INC_DEC with the preprocessor.
21759         * combine.c (combine_instructions): Likewise.
21760         (can_combine_p): Likewise.
21761         (try_combine): Likewise.
21762         * emit-rtl.c (try_split): Likewise.
21763         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
21764         * lower-subreg.c (resolve_simple_move): Likewise.
21765         * lra.c (update_inc_notes): Likewise.
21766         * recog.c (asm_operand_ok): Likewise.
21767         (constrain_operands): Likewise.
21768         * regrename.c (scan_rtx_address): Likewise.
21769         * reload.c (update_auto_inc_notes): Likewise.
21770         (reg_inc_found_and_valid_p): Likewise.
21771         * reload1.c (reload): Likewise.
21772         (emit_input_reload_insns): Likewise.
21773         (delete_output_reload): Likewise.
21774         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
21775         * valtrack.c (cleanup_auto_inc_dec): Likewise.
21777 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21779         * rtl.h: Always define AUTO_INC_DEC.
21780         * auto-inc-dec.c (pass_inc_dec::execute): Adjust.
21781         * combine.c (combine_instructions): Likewise.
21782         (can_combine_p): Likewise.
21783         (try_combine): Likewise.
21784         * emit-rtl.c (try_split): Likewise.
21785         * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
21786         * lower-subreg.c (resolve_simple_move): Likewise.
21787         * lra.c (update_inc_notes): Likewise.
21788         * recog.c (asm_operand_ok): Likewise.
21789         (constrain_operands): Likewise.
21790         * regrename.c (scan_rtx_address): Likewise.
21791         * reload.c (update_auto_inc_notes): Likewise.
21792         (find_equiv_reg): Likewise.
21793         * reload1.c (reload): Likewise.
21794         (reload_as_needed): Likewise.
21795         (choose_reload_regs): Likewise.
21796         (emit_input_reload_insns): Likewise.
21797         (delete_output_reload): Likewise.
21798         * sched-deps.c (init_insn_reg_pressure_info): Likewise.
21799         * valtrack.c (cleanup_auto_inc_dec): Likewise.
21801 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21803         * combine.c (can_combine_def_p): Don't check the value of
21804         HARD_FRAME_POINTER_IS_FRAME_POINTER with the preprocessor.
21805         (combinable_i3pat): Likewise.
21806         (mark_used_regs_combine): Likewise.
21807         * regrename.c (rename_chains): Likewise.
21808         * reload.c (find_reloads_address): Likewise.
21809         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
21811 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21813         * combine.c (update_rsp_from_reg_equal): Don't check if
21814         SHORT_IMMEDIATES_SIGN_EXTEND is defined.
21815         (reg_nonzero_bits_for_combine): Likewise.
21816         * config/alpha/alpha.h: Define SHORT_IMMEDIATES_SIGN_EXTEND to
21817         1.
21818         * config/frv/frv.h: Likewise.
21819         * config/lm32/lm32.h: Likewise.
21820         * config/mep/mep.h: Likewise.
21821         * config/mips/mips.h: Likewise.
21822         * config/rs6000/rs6000.h: Likewise.
21823         * config/sh/sh.h: Likewise.
21824         * config/tilegx/tilegx.h (enum reg_class): Likewise.
21825         * config/tilepro/tilepro.h: Likewise.
21826         * defaults.h: Add default for SHORT_IMMEDIATES_SIGN_EXTEND.
21827         * doc/tm.texi: Regenerate.
21828         * doc/tm.texi.in: Adjust.
21829         * rtlanal.c (nonzero_bits1): Likewise.
21831 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21833         * combine.c (do_SUBST_MODE): Don't check the value of HAVE_cc0
21834         with the preprocessor.
21835         (combine_instructions): Likewise.
21836         (try_combine): Likewise.
21837         (subst): Likewise.
21838         (distribute_notes): Likewise.
21840 2015-07-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
21842         * combine.c (try_combine): Don't check if LOAD_EXTEND_OP is
21843         defined.
21844         (simplify_set): Likewise.
21845         * cse.c (cse_insn): Likewise.
21846         * fold-const.c (fold_single_bit_test): Likewise.
21847         (fold_unary_loc): Likewise.
21848         * postreload.c (reload_cse_simplify_set): Likewise.
21849         (reload_cse_simplify_operands): Likewise.
21851 2015-07-08  Jiong Wang  <jiong.wang@arm.com>
21853         * config/aarch64/aarch64.c (aarch64_unspec_may_trap_p): New function.
21854         (TARGET_UNSPEC_MAY_TRAP_P): Define as aarch64_unspec_may_trap_p.
21856 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
21858         PR target/66746
21859         * config/i386/x86intrin.h: Include <adxintrin.h> even if
21860         __iamcu__ is defined.
21862 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
21864         * config/i386/predicates.md (general_reg_operand): Use GENERAL_REGNO_P.
21866 2015-07-08  Iain Sandoe  <iain@codesourcery.com>
21868         PR target/66523
21869         * config/darwin.c (darwin_mark_decl_preserved): Exclude 'L' label
21870         names from preservation.
21872 2015-07-08  H.J. Lu  <hongjiu.lu@intel.com>
21874         PR target/66806
21875         * config/i386/i386.c (type_natural_mode): Don't warn vector ABI
21876         change for IAMCU.
21877         (function_arg_advance_32): Don't pass vectors in registers for
21878         IAMCU.
21879         (function_arg_32): Likewise.
21880         (ix86_return_in_memory): Don't return vectors in registers for
21881         IAMCU.
21883 2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>
21885         PR middle-end/66334
21886         * ira-lives.c (process_bb_node_lives): Make conflicts with PIC
21887         hard regno live at the start of BB with incoming abnormal edges.
21888         * lra-lives.c (process_bb_lives): Ditto.
21890 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
21892         PR libgomp/65099
21893         * config/nvptx/mkoffload.c (main): Create an offload image only in
21894         64-bit configurations.
21896 2015-07-08  Martin Liska  <mliska@suse.cz>
21898         PR bootstrap/66744
21899         * tree-sra.c (create_access_1): Call ctor without brackets.
21900         (create_artificial_child_access): Likewise.
21902 2015-07-08  Richard Biener  <rguenther@suse.de>
21904         PR tree-optimization/66793
21905         * gimple-ssa-isolate-paths.c (insert_trap_and_remove_trailing_statemen):
21906         Properly split the block after stmts ending it.
21908 2015-07-08  Richard Biener  <rguenther@suse.de>
21910         PR tree-optimization/66794
21911         * passes.c (execute_function_todo): Assert that post-dominators
21912         are not computed.
21913         * gimple-ssa-isolate-paths.c (gimple_ssa_isolate_erroneous_paths):
21914         Free post-dominators.
21916 2015-07-08  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21918         * config/s390/s390.c (s390_init_frame_layout): Replace assertion
21919         with early exit.
21921 2015-07-08  Uros Bizjak  <ubizjak@gmail.com>
21923         * config/i386/i386.md (*jcc_bt<mode>): Only allow const_int values
21924         more than or equal 8 and less than 32 when optimizing for size.
21926 2015-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21928         * config/arm/arm.c (arm_new_rtx_costs): Initialise cost to
21929         COSTS_N_INSNS (1) and increment it appropriately throughout the
21930         function.
21932 2015-07-08  Richard Biener  <rguenther@suse.de>
21934         * fold-const.c (fold_widened_comparison): Fix inverted comparison.
21936 2015-07-08  Alan Modra  <amodra@gmail.com>
21938         * target.def (rtx_costs): Remove "code" param, add "mode".
21939         * rtl.h (rtx_cost, get_full_rtx_cost): Update prototype.
21940         (set_src_cost, get_full_set_src_cost): Likewise.  Move later in file.
21941         (set_rtx_cost, get_full_set_rtx_cost): Move later in file.
21942         * rtlanal.c (rtx_cost): Add "mode" parameter.  Update targetm.rtx_costs
21943         call.  Track mode when given in rtx.
21944         (get_full_rtx_cost): Add "mode" parameter.  Update rtx_cost calls.
21945         (default_address_cost): Pass Pmode to rtx_cost.
21946         (insn_rtx_cost): Pass dest mode of set to set_src_cost.
21947         * cprop.c (try_replace_reg): Ensure set_rtx_cost is not called
21948         with NULL set.
21949         * cse.c (COST, COST_IN): Add MODE param.  Update all uses.
21950         (notreg_cost): Add mode param.  Use it.
21951         * gcse.c (want_to_gcse_p): Delete forward declaration.  Add
21952         mode param and pass to set_src_cost.  Update all calls.
21953         (hash_scan_set): Formatting.
21954         * hooks.c (hook_bool_rtx_int_int_int_intp_bool_false): Delete.
21955         (hook_bool_rtx_mode_int_int_intp_bool_false): New function.
21956         * hooks.h: Ditto.
21957         * expmed.c (init_expmed_one_conv, init_expmed_one_mode,
21958         init_expmed, expand_mult, mult_by_coeff_cost, expand_smod_pow2,
21959         emit_store_flag): Update set_src_cost and rtx_cost calls.
21960         * auto-inc-dec.c (attempt_change): Likewise.
21961         * calls.c (precompute_register_parameters): Likewise.
21962         * combine.c (expand_compound_operation, make_extraction,
21963         force_to_mode, distribute_and_simplify_rtx): Likewise.
21964         * dojump.c (prefer_and_bit_test): Likewise.
21965         * dse.c (find_shift_sequence): Likewise.
21966         * expr.c (compress_float_constant): Likewise.
21967         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
21968         * ifcvt.c (noce_try_sign_mask): Likewise.
21969         * loop-doloop.c (doloop_optimize): Likewise.
21970         * loop-invariant.c (create_new_invariant): Likewise.
21971         * lower-subreg.c (shift_cost, compute_costs): Likewise.
21972         * optabs.c (avoid_expensive_constant, prepare_cmp_insn,
21973         lshift_cheap_p): Likewise.
21974         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
21975         try_replace_in_use, reload_cse_move2add): Likewise.
21976         * reload1.c (calculate_elim_costs_all_insns, note_reg_elim_costly):
21977         Likewise.
21978         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
21979         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
21980         * tree-ssa-reassoc.c (optimize_range_tests_to_bit_test): Likewise.
21981         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
21982         * config/aarch64/aarch64.c (aarch64_rtx_costs): Delete "code" param,
21983         add "mode" param.  Use "mode: in place of GET_MODE (x).  Pass mode
21984         to rtx_cost calls.
21985         * config/alpha/alpha.c (alpha_rtx_costs): Likewise.
21986         * config/arc/arc.c (arc_rtx_costs): Likewise.
21987         * config/arm/arm.c (arm_rtx_costs): Likewise.
21988         * config/avr/avr.c (avr_rtx_costs, avr_rtx_costs_1): Likewise.
21989         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
21990         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
21991         * config/cris/cris.c (cris_rtx_costs): Likewise.
21992         * config/epiphany/epiphany.c (epiphany_rtx_costs): Likewise.
21993         * config/frv/frv.c (frv_rtx_costs): Likewise.
21994         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
21995         * config/i386/i386.c (ix86_rtx_costs): Likewise.
21996         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
21997         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
21998         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
21999         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
22000         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
22001         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
22002         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
22003         * config/mep/mep.c (mep_rtx_cost): Likewise.
22004         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
22005         * config/mips/mips.c (mips_rtx_costs): Likewise.
22006         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
22007         * config/mn10300/mn10300.c (mn10300_rtx_costs): Likewise.
22008         * config/msp430/msp430.c (msp430_rtx_costs): Likewise.
22009         * config/nds32/nds32-cost.c (nds32_rtx_costs_impl): Likewise.
22010         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Likewise.
22011         * config/nds32/nds32.c (nds32_rtx_costs): Likewise.
22012         * config/nios2/nios2.c (nios2_rtx_costs): Likewise.
22013         * config/pa/pa.c (hppa_rtx_costs): Likewise.
22014         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
22015         * config/rl78/rl78.c (rl78_rtx_costs): Likewise.
22016         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
22017         * config/s390/s390.c (s390_rtx_costs): Likewise.
22018         * config/sh/sh.c (sh_rtx_costs): Likewise.
22019         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
22020         * config/spu/spu.c (spu_rtx_costs): Likewise.
22021         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
22022         * config/tilegx/tilegx.c (tilegx_rtx_costs): Likewise.
22023         * config/tilepro/tilepro.c (tilepro_rtx_costs): Likewise.
22024         * config/v850/v850.c (v850_rtx_costs): Likewise.
22025         * config/vax/vax.c (vax_rtx_costs): Likewise.
22026         * config/visium/visium.c (visium_rtx_costs): Likewise.
22027         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
22028         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Change type of
22029         "code" param, and pass as outer_code to first rtx_cost call.  Pass
22030         mode to rtx_cost calls.
22031         (aarch64_address_cost, aarch64_if_then_else_costs): Update rtx_cost
22032         calls.
22033         (aarch64_rtx_costs_wrapper): Update.
22034         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs,
22035         arm_unspec_cost, arm_new_rtx_costs, arm_slowmul_rtx_costs): Update
22036         rtx_cost calls.
22037         * config/avr/avr.c (avr_final_prescan_insn): Update set_src_cost
22038         and rtx_cost calls.
22039         (avr_operand_rtx_cost): Similarly.
22040         (avr_rtx_costs_1): Correct mode passed to avr_operand_rtx_cost
22041         for subexpressions of ZERO_EXTEND, SIGN_EXTEND and COMPARE.
22042         * config/mips/mips.c (mips_stack_address_p): Comment typo.
22043         (mips_binary_cost): Update rtx_cost and set_src_cost calls.
22044         (mips_rtx_costs): Use GET_MODE (x) to detect const_int.
22045         * config/mn10300/mn10300.c (mn10300_address_cost): Pass Pmode to
22046         rtx_cost.
22047         (mn10300_rtx_costs): Correct mode passed to mn10300_address_cost.
22048         * config/rs6000/rs6000.c (rs6000_debug_rtx_costs): Update.
22049         * config/sh/sh.c (and_xor_ior_costs): Update rtx_cost call.
22050         * doc/tm.texi: Regenerate.
22052 2015-07-07  Andrew MacLeod  <amacleod@redhat.com>
22054         * tree-core.h: Include symtab.h.
22055         * rtl.h: Include hard-reg-set.h but not flags.h.
22056         (HARD_CONST): Remove condition compilation involving HARD_CONST since
22057         hard-reg-set.h is always included.
22058         * regs.h: Don't include hard-reg-set.h or rtl.h.
22059         * cfg.h: Include dominance.h.
22060         * gimple.h: Include tree-ssa-alias.h and gimple-expr.h.
22061         * backend.h: New.  Aggregate commonly used backend header files.
22062         * gimple-ssa.h: Don't include tree-hasher.h.
22063         * ssa.h: New.  Aggregate commonly used SSA header files.
22064         * regset.h: Remove bitmap.h and hard-reg-set.h #includes.
22065         * sel-sched-ir.h: Flatten includes.
22066         * lra-int.h: Flatten completely.
22067         * sel-sched-dump.h: Flatten includes.
22068         * ira-int.h: Flatten includes.
22069         * gimple-streamer.h: Remove all includes.
22070         * cfgloop.h: Remove all #includes except cfgloopmanip.h.
22071         * resource.h: Flatten hard-reg-set.h and df.h.
22072         * sched-int.h: Flatten insn-arrt.h and df.h.
22073         * valtrack.h: flatten bitmap.h, df.h, and rtl.h
22074         * df.h: Flatten includes, leaving regset.h, alloc-pool.h and timevar.h.
22075         * genattrtab.c (write_header): Adjust generated includes.
22076         * genautomata.c (main): Likewise.
22077         * genconditions.c (write-header): Likewise.
22078         * genemit.c (main): Likewise.
22079         * gengtype.c (open_base_files): Likewise.
22080         * genopinit.c (main): Likewise.
22081         * genoutput.c (output_prologue): Likewise.
22082         * genpeep.c (main): Likewise.
22083         * genpreds.c (write_insn_preds_c): Likewise.
22084         * genrecog.c (write_header): Likewise.
22085         * alias.c: Adjust includes.
22086         * asan.c: Likewise.
22087         * attribs.c: Likewise.
22088         * auto-inc-dec.c: Likewise.
22089         * auto-profile.c: Likewise.
22090         * bb-reorder.c: Likewise.
22091         * bt-load.c: Likewise.
22092         * builtins.c: Likewise.
22093         * caller-save.c: Likewise.
22094         * calls.c: Likewise.
22095         * ccmp.c: Likewise.
22096         * cfg.c: Likewise.
22097         * cfganal.c: Likewise.
22098         * cfgbuild.c: Likewise.
22099         * cfgcleanup.c: Likewise.
22100         * cfgexpand.c: Likewise.
22101         * cfghooks.c: Likewise.
22102         * cfgloop.c: Likewise.
22103         * cfgloopanal.c: Likewise.
22104         * cfgloopmanip.c: Likewise.
22105         * cfgrtl.c: Likewise.
22106         * cgraph.c: Likewise.
22107         * cgraphbuild.c: Likewise.
22108         * cgraphclones.c: Likewise.
22109         * cgraphunit.c: Likewise.
22110         * cilk-common.c: Likewise.
22111         * combine-stack-adj.c: Likewise.
22112         * combine.c: Likewise.
22113         * compare-elim.c: Likewise.
22114         * convert.c: Likewise.
22115         * coverage.c: Likewise.
22116         * cppbuiltin.c: Likewise.
22117         * cprop.c: Likewise.
22118         * cse.c: Likewise.
22119         * cselib.c: Likewise.
22120         * data-streamer-in.c: Likewise.
22121         * data-streamer-out.c: Likewise.
22122         * data-streamer.c: Likewise.
22123         * dbxout.c: Likewise.
22124         * dce.c: Likewise.
22125         * ddg.c: Likewise.
22126         * debug.c: Likewise.
22127         * df-core.c: Likewise.
22128         * df-problems.c: Likewise.
22129         * df-scan.c: Likewise.
22130         * dfp.c: Likewise.
22131         * dojump.c: Likewise.
22132         * dominance.c: Likewise.
22133         * domwalk.c: Likewise.
22134         * double-int.c: Likewise.
22135         * dse.c: Likewise.
22136         * dumpfile.c: Likewise.
22137         * dwarf2asm.c: Likewise.
22138         * dwarf2cfi.c: Likewise.
22139         * dwarf2out.c: Likewise.
22140         * emit-rtl.c: Likewise.
22141         * et-forest.c: Likewise.
22142         * except.c: Likewise.
22143         * explow.c: Likewise.
22144         * expmed.c: Likewise.
22145         * expr.c: Likewise.
22146         * final.c: Likewise.
22147         * fixed-value.c: Likewise.
22148         * fold-const.c: Likewise.
22149         * function.c: Likewise.
22150         * fwprop.c: Likewise.
22151         * gcc-plugin.h: Likewise.
22152         * gcse-common.c: Likewise.
22153         * gcse.c: Likewise.
22154         * generic-match-head.c: Likewise.
22155         * ggc-page.c: Likewise.
22156         * gimple-builder.c: Likewise.
22157         * gimple-expr.c: Likewise.
22158         * gimple-fold.c: Likewise.
22159         * gimple-iterator.c: Likewise.
22160         * gimple-low.c: Likewise.
22161         * gimple-match-head.c: Likewise.
22162         * gimple-pretty-print.c: Likewise.
22163         * gimple-ssa-isolate-paths.c: Likewise.
22164         * gimple-ssa-strength-reduction.c: Likewise.
22165         * gimple-streamer-in.c: Likewise.
22166         * gimple-streamer-out.c: Likewise.
22167         * gimple-walk.c: Likewise.
22168         * gimple.c: Likewise.
22169         * gimplify-me.c: Likewise.
22170         * gimplify.c: Likewise.
22171         * godump.c: Likewise.
22172         * graph.c: Likewise.
22173         * graphite-blocking.c: Likewise.
22174         * graphite-dependences.c: Likewise.
22175         * graphite-interchange.c: Likewise.
22176         * graphite-isl-ast-to-gimple.c: Likewise.
22177         * graphite-optimize-isl.c: Likewise.
22178         * graphite-poly.c: Likewise.
22179         * graphite-scop-detection.c: Likewise.
22180         * graphite-sese-to-poly.c: Likewise.
22181         * graphite.c: Likewise.
22182         * haifa-sched.c: Likewise.
22183         * hw-doloop.c: Likewise.
22184         * ifcvt.c: Likewise.
22185         * init-regs.c: Likewise.
22186         * internal-fn.c: Likewise.
22187         * ipa-chkp.c: Likewise.
22188         * ipa-comdats.c: Likewise.
22189         * ipa-cp.c: Likewise.
22190         * ipa-devirt.c: Likewise.
22191         * ipa-icf-gimple.c: Likewise.
22192         * ipa-icf.c: Likewise.
22193         * ipa-inline-analysis.c: Likewise.
22194         * ipa-inline-transform.c: Likewise.
22195         * ipa-inline.c: Likewise.
22196         * ipa-polymorphic-call.c: Likewise.
22197         * ipa-profile.c: Likewise.
22198         * ipa-prop.c: Likewise.
22199         * ipa-pure-const.c: Likewise.
22200         * ipa-ref.c: Likewise.
22201         * ipa-reference.c: Likewise.
22202         * ipa-split.c: Likewise.
22203         * ipa-utils.c: Likewise.
22204         * ipa-visibility.c: Likewise.
22205         * ipa.c: Likewise.
22206         * ira-build.c: Likewise.
22207         * ira-color.c: Likewise.
22208         * ira-conflicts.c: Likewise.
22209         * ira-costs.c: Likewise.
22210         * ira-emit.c: Likewise.
22211         * ira-lives.c: Likewise.
22212         * ira.c: Likewise.
22213         * jump.c: Likewise.
22214         * langhooks.c: Likewise.
22215         * lcm.c: Likewise.
22216         * loop-doloop.c: Likewise.
22217         * loop-init.c: Likewise.
22218         * loop-invariant.c: Likewise.
22219         * loop-iv.c: Likewise.
22220         * loop-unroll.c: Likewise.
22221         * lower-subreg.c: Likewise.
22222         * lra-assigns.c: Likewise.
22223         * lra-coalesce.c: Likewise.
22224         * lra-constraints.c: Likewise.
22225         * lra-eliminations.c: Likewise.
22226         * lra-lives.c: Likewise.
22227         * lra-remat.c: Likewise.
22228         * lra-spills.c: Likewise.
22229         * lra.c: Likewise.
22230         * lto-cgraph.c: Likewise.
22231         * lto-compress.c: Likewise.
22232         * lto-opts.c: Likewise.
22233         * lto-section-in.c: Likewise.
22234         * lto-section-out.c: Likewise.
22235         * lto-streamer-in.c: Likewise.
22236         * lto-streamer-out.c: Likewise.
22237         * lto-streamer.c: Likewise.
22238         * mcf.c: Likewise.
22239         * mode-switching.c: Likewise.
22240         * modulo-sched.c: Likewise.
22241         * omega.c: Likewise.
22242         * omp-low.c: Likewise.
22243         * optabs.c: Likewise.
22244         * opts-global.c: Likewise.
22245         * passes.c: Likewise.
22246         * plugin.c: Likewise.
22247         * postreload-gcse.c: Likewise.
22248         * postreload.c: Likewise.
22249         * predict.c: Likewise.
22250         * print-rtl.c: Likewise.
22251         * print-tree.c: Likewise.
22252         * profile.c: Likewise.
22253         * real.c: Likewise.
22254         * realmpfr.c: Likewise.
22255         * recog.c: Likewise.
22256         * ree.c: Likewise.
22257         * reg-stack.c: Likewise.
22258         * regcprop.c: Likewise.
22259         * reginfo.c: Likewise.
22260         * regrename.c: Likewise.
22261         * regstat.c: Likewise.
22262         * reload.c: Likewise.
22263         * reload1.c: Likewise.
22264         * reorg.c: Likewise.
22265         * resource.c: Likewise.
22266         * rtl-chkp.c: Likewise.
22267         * rtlanal.c: Likewise.
22268         * rtlhooks.c: Likewise.
22269         * sanopt.c: Likewise.
22270         * sched-deps.c: Likewise.
22271         * sched-ebb.c: Likewise.
22272         * sched-rgn.c: Likewise.
22273         * sched-vis.c: Likewise.
22274         * sdbout.c: Likewise.
22275         * sel-sched-dump.c: Likewise.
22276         * sel-sched-ir.c: Likewise.
22277         * sel-sched.c: Likewise.
22278         * sese.c: Likewise.
22279         * shrink-wrap.c: Likewise.
22280         * simplify-rtx.c: Likewise.
22281         * stack-ptr-mod.c: Likewise.
22282         * stmt.c: Likewise.
22283         * stor-layout.c: Likewise.
22284         * store-motion.c: Likewise.
22285         * stringpool.c: Likewise.
22286         * symtab.c: Likewise.
22287         * target-globals.c: Likewise.
22288         * targhooks.c: Likewise.
22289         * toplev.c: Likewise.
22290         * tracer.c: Likewise.
22291         * trans-mem.c: Likewise.
22292         * tree-affine.c: Likewise.
22293         * tree-browser.c: Likewise.
22294         * tree-call-cdce.c: Likewise.
22295         * tree-cfg.c: Likewise.
22296         * tree-cfgcleanup.c: Likewise.
22297         * tree-chkp-opt.c: Likewise.
22298         * tree-chkp.c: Likewise.
22299         * tree-chrec.c: Likewise.
22300         * tree-complex.c: Likewise.
22301         * tree-data-ref.c: Likewise.
22302         * tree-dfa.c: Likewise.
22303         * tree-diagnostic.c: Likewise.
22304         * tree-dump.c: Likewise.
22305         * tree-eh.c: Likewise.
22306         * tree-emutls.c: Likewise.
22307         * tree-if-conv.c: Likewise.
22308         * tree-inline.c: Likewise.
22309         * tree-into-ssa.c: Likewise.
22310         * tree-iterator.c: Likewise.
22311         * tree-loop-distribution.c: Likewise.
22312         * tree-nested.c: Likewise.
22313         * tree-nrv.c: Likewise.
22314         * tree-object-size.c: Likewise.
22315         * tree-outof-ssa.c: Likewise.
22316         * tree-parloops.c: Likewise.
22317         * tree-phinodes.c: Likewise.
22318         * tree-predcom.c: Likewise.
22319         * tree-pretty-print.c: Likewise.
22320         * tree-profile.c: Likewise.
22321         * tree-scalar-evolution.c: Likewise.
22322         * tree-sra.c: Likewise.
22323         * tree-ssa-address.c: Likewise.
22324         * tree-ssa-alias.c: Likewise.
22325         * tree-ssa-ccp.c: Likewise.
22326         * tree-ssa-coalesce.c: Likewise.
22327         * tree-ssa-copy.c: Likewise.
22328         * tree-ssa-copyrename.c: Likewise.
22329         * tree-ssa-dce.c: Likewise.
22330         * tree-ssa-dom.c: Likewise.
22331         * tree-ssa-dse.c: Likewise.
22332         * tree-ssa-forwprop.c: Likewise.
22333         * tree-ssa-ifcombine.c: Likewise.
22334         * tree-ssa-live.c: Likewise.
22335         * tree-ssa-loop-ch.c: Likewise.
22336         * tree-ssa-loop-im.c: Likewise.
22337         * tree-ssa-loop-ivcanon.c: Likewise.
22338         * tree-ssa-loop-ivopts.c: Likewise.
22339         * tree-ssa-loop-manip.c: Likewise.
22340         * tree-ssa-loop-niter.c: Likewise.
22341         * tree-ssa-loop-prefetch.c: Likewise.
22342         * tree-ssa-loop-unswitch.c: Likewise.
22343         * tree-ssa-loop.c: Likewise.
22344         * tree-ssa-math-opts.c: Likewise.
22345         * tree-ssa-operands.c: Likewise.
22346         * tree-ssa-phiopt.c: Likewise.
22347         * tree-ssa-phiprop.c: Likewise.
22348         * tree-ssa-pre.c: Likewise.
22349         * tree-ssa-propagate.c: Likewise.
22350         * tree-ssa-reassoc.c: Likewise.
22351         * tree-ssa-sccvn.c: Likewise.
22352         * tree-ssa-scopedtables.c: Likewise.
22353         * tree-ssa-sink.c: Likewise.
22354         * tree-ssa-strlen.c: Likewise.
22355         * tree-ssa-structalias.c: Likewise.
22356         * tree-ssa-tail-merge.c: Likewise.
22357         * tree-ssa-ter.c: Likewise.
22358         * tree-ssa-threadedge.c: Likewise.
22359         * tree-ssa-threadupdate.c: Likewise.
22360         * tree-ssa-uncprop.c: Likewise.
22361         * tree-ssa-uninit.c: Likewise.
22362         * tree-ssa.c: Likewise.
22363         * tree-ssanames.c: Likewise.
22364         * tree-stdarg.c: Likewise.
22365         * tree-streamer-in.c: Likewise.
22366         * tree-streamer-out.c: Likewise.
22367         * tree-streamer.c: Likewise.
22368         * tree-switch-conversion.c: Likewise.
22369         * tree-tailcall.c: Likewise.
22370         * tree-vect-data-refs.c: Likewise.
22371         * tree-vect-generic.c: Likewise.
22372         * tree-vect-loop-manip.c: Likewise.
22373         * tree-vect-loop.c: Likewise.
22374         * tree-vect-patterns.c: Likewise.
22375         * tree-vect-slp.c: Likewise.
22376         * tree-vect-stmts.c: Likewise.
22377         * tree-vectorizer.c: Likewise.
22378         * tree-vrp.c: Likewise.
22379         * tree.c: Likewise.
22380         * tsan.c: Likewise.
22381         * ubsan.c: Likewise.
22382         * valtrack.c: Likewise.
22383         * value-prof.c: Likewise.
22384         * var-tracking.c: Likewise.
22385         * varasm.c: Likewise.
22386         * varpool.c: Likewise.
22387         * vmsdbgout.c: Likewise.
22388         * vtable-verify.c: Likewise.
22389         * web.c: Likewise.
22390         * wide-int.cc: Likewise.
22391         * xcoffout.c: Likewise.
22392         * config/aarch64/aarch64-builtins.c: Likewise.
22393         * config/aarch64/aarch64.c: Likewise.
22394         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
22395         * config/alpha/alpha.c: Likewise.
22396         * config/arc/arc.c: Likewise.
22397         * config/arm/aarch-common.c: Likewise.
22398         * config/arm/arm-builtins.c: Likewise.
22399         * config/arm/arm-c.c: Likewise.
22400         * config/arm/arm.c: Likewise.
22401         * config/avr/avr-c.c: Likewise.
22402         * config/avr/avr-log.c: Likewise.
22403         * config/avr/avr.c: Likewise.
22404         * config/bfin/bfin.c: Likewise.
22405         * config/c6x/c6x.c: Likewise.
22406         * config/cr16/cr16.c: Likewise.
22407         * config/cris/cris.c: Likewise.
22408         * config/darwin-c.c: Likewise.
22409         * config/darwin.c: Likewise.
22410         * config/epiphany/epiphany.c: Likewise.
22411         * config/epiphany/mode-switch-use.c: Likewise.
22412         * config/epiphany/resolve-sw-modes.c: Likewise.
22413         * config/fr30/fr30.c: Likewise.
22414         * config/frv/frv.c: Likewise.
22415         * config/ft32/ft32.c: Likewise.
22416         * config/h8300/h8300.c: Likewise.
22417         * config/i386/i386-c.c: Likewise.
22418         * config/i386/i386.c: Likewise.
22419         * config/i386/msformat-c.c: Likewise.
22420         * config/i386/winnt-cxx.c: Likewise.
22421         * config/i386/winnt-stubs.c: Likewise.
22422         * config/i386/winnt.c: Likewise.
22423         * config/ia64/ia64-c.c: Likewise.
22424         * config/ia64/ia64.c: Likewise.
22425         * config/iq2000/iq2000.c: Likewise.
22426         * config/lm32/lm32.c: Likewise.
22427         * config/m32c/m32c-pragma.c: Likewise.
22428         * config/m32c/m32c.c: Likewise.
22429         * config/m32r/m32r.c: Likewise.
22430         * config/m68k/m68k.c: Likewise.
22431         * config/mcore/mcore.c: Likewise.
22432         * config/mep/mep-pragma.c: Likewise.
22433         * config/mep/mep.c: Likewise.
22434         * config/microblaze/microblaze-c.c: Likewise.
22435         * config/microblaze/microblaze.c: Likewise.
22436         * config/mips/mips.c: Likewise.
22437         * config/mmix/mmix.c: Likewise.
22438         * config/mn10300/mn10300.c: Likewise.
22439         * config/moxie/moxie.c: Likewise.
22440         * config/msp430/msp430-c.c: Likewise.
22441         * config/msp430/msp430.c: Likewise.
22442         * config/nds32/nds32-cost.c: Likewise.
22443         * config/nds32/nds32-fp-as-gp.c: Likewise.
22444         * config/nds32/nds32-intrinsic.c: Likewise.
22445         * config/nds32/nds32-isr.c: Likewise.
22446         * config/nds32/nds32-md-auxiliary.c: Likewise.
22447         * config/nds32/nds32-memory-manipulation.c: Likewise.
22448         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
22449         * config/nds32/nds32-predicates.c: Likewise.
22450         * config/nds32/nds32.c: Likewise.
22451         * config/nios2/nios2.c: Likewise.
22452         * config/nvptx/nvptx.c: Likewise.
22453         * config/pa/pa.c: Likewise.
22454         * config/pdp11/pdp11.c: Likewise.
22455         * config/rl78/rl78-c.c: Likewise.
22456         * config/rl78/rl78.c: Likewise.
22457         * config/rs6000/rs6000-c.c: Likewise.
22458         * config/rs6000/rs6000.c: Likewise.
22459         * config/rx/rx.c: Likewise.
22460         * config/s390/s390-c.c: Likewise.
22461         * config/s390/s390.c: Likewise.
22462         * config/sh/sh-c.c: Likewise.
22463         * config/sh/sh-mem.cc: Likewise.
22464         * config/sh/sh.c: Likewise.
22465         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
22466         * config/sh/sh_treg_combine.cc: Likewise.
22467         * config/sol2-c.c: Likewise.
22468         * config/sol2-cxx.c: Likewise.
22469         * config/sol2-stubs.c: Likewise.
22470         * config/sol2.c: Likewise.
22471         * config/sparc/sparc-c.c: Likewise.
22472         * config/sparc/sparc.c: Likewise.
22473         * config/spu/spu-c.c: Likewise.
22474         * config/spu/spu.c: Likewise.
22475         * config/stormy16/stormy16.c: Likewise.
22476         * config/tilegx/mul-tables.c: Likewise.
22477         * config/tilegx/tilegx-c.c: Likewise.
22478         * config/tilegx/tilegx.c: Likewise.
22479         * config/tilepro/mul-tables.c: Likewise.
22480         * config/tilepro/tilepro-c.c: Likewise.
22481         * config/tilepro/tilepro.c: Likewise.
22482         * config/v850/v850-c.c: Likewise.
22483         * config/v850/v850.c: Likewise.
22484         * config/vax/vax.c: Likewise.
22485         * config/visium/visium.c: Likewise.
22486         * config/vms/vms-c.c: Likewise.
22487         * config/vms/vms.c: Likewise.
22488         * config/vxworks.c: Likewise.
22489         * config/xtensa/xtensa.c: Likewise.
22491 2015-07-07  Uros Bizjak  <ubizjak@gmail.com>
22493         * config/i386/i386.md (*jcc_bt<mode>): Only split before reload.
22494         Remove operand constraints.  Change operand 2 predicate to
22495         nonmemory operand.  Limit const_int values to mode bitsize.  Only
22496         allow const_int values less than 32 when optimizing for size.
22497         (*jcc_bt<mode>_1, *jcc_bt<mode>_mask): Only split before reload.
22498         Remove operand constraints.
22499         (*bt<mode>): Use SImode for const_int values less than 32.
22500         (regmode): Remove mode attribute.
22502 2015-07-07  Anatoly Sokolov  <aesok@post.ru>
22504         * config/moxie/moxie.h (GO_IF_LEGITIMATE_ADDRESS): Remove macros.
22505         * config/moxie/moxie.c (moxie_reg_ok_for_base_p,
22506           moxie_legitimate_address_p): New functions.
22507           (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define.
22509 2015-07-07  Tom de Vries  <tom@codesourcery.com>
22511         PR tree-optimization/66642
22512         * tree-parloops.c (transform_to_exit_first_loop_alt): Update function
22513         header comment.  Rename split_edge variable to edge_at_split.  Split
22514         exit edge to create new loop exit bb.  Insert loop exit phis in new
22515         loop exit bb.
22517 2015-07-07  Tom de Vries  <tom@codesourcery.com>
22519         * tree-cfg.c (get_virtual_phi): New function.
22520         * tree-cfg.h (get_virtual_phi): Declare.
22521         * tree-ssa-loop-manip.c (replace_uses_in_dominated_bbs)
22522         (rewrite_virtuals_into_loop_closed_ssa): New function.
22523         * tree-ssa-loop-manip.h (rewrite_virtuals_into_loop_closed_ssa):
22524         Declare.
22525         * tree-parloops.c (replace_uses_in_bbs_by): Remove.
22526         (transform_to_exit_first_loop_alt): Use
22527         rewrite_virtuals_into_loop_closed_ssa.
22529 2015-07-07  Richard Biener  <rguenther@suse.de>
22531         * fold-const.c (fold_binary_loc): Move
22532         (X & C2) << C1 -> (X << C1) & (C2 << C1) simplification ...
22533         * match.pd: ... here.
22534         Add (X * C1) % C2 -> 0 simplification pattern derived from
22535         extract_muldiv_1.
22537 2015-07-07  Kaz Kojima  <kkojima@gcc.gnu.org>
22539         PR target/66780
22540         * config/sh/sh.md (symGOT_load): Revert a part of 2015-03-03
22541         change for target/65249.
22543 2015-07-07  Paulo Matos  <pmatos@broadcom.com>
22545         * symtab.c (address_matters_1): Fix typo in comment above.
22546         (can_increase_alignment_p): Likewise.
22548 2015-07-07  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22550         * function.c (free_after_compilation): Clear PROP_cfg in
22551         f->curr_properties.
22553 2015-07-07  Richard Biener  <rguenther@suse.de>
22555         * tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
22556         add which use to.
22557         (add_control_edge): Remove excessive vertical space in dumping.
22558         (process_ssa_edge_worklist): Simulate at most one statement and
22559         return whether we did.  Do not simulate PHIs if they are in a
22560         BB not yet simulated.
22561         (ssa_propagate): Adjust to always drain the BB worklist whenever
22562         a BB is available there, likewise the VARYING edges list before
22563         the interesting edge list.
22565 2015-07-07  Christian Bruel  <christian.bruel@st.com>
22567         PR target/52144
22568         * config/arm/elf.h (TARGET_ASM_FILE_START_APP_OFF): Delete.
22570 2015-07-07  Richard Biener  <rguenther@suse.de>
22572         PR middle-end/66739
22573         * match.pd: Condition A - B ==/!= 0 -> A ==/!= B on single-use
22574         A - B.
22576 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
22578         * config/i386/i386.md (insv<mode>): Rename from insv.  Use SWI48
22579         modes for operands 0 and 3.  Use SImode for operands 2 and 3.
22580         Copy operand 0 to a temporary if !ext_register_operand.  Remove
22581         ancient extract_bit_field workaround.
22582         (insv<mode>_1): Rename from mov<mode>_insv_1.
22583         (*insvqi): Rename from *movqi_insv_2.
22584         * config/i386/i386.c (emit_i386_cw_initialization): Update calls
22585         for renamed insvsi_1.
22586         (promote_duplicated_reg): Ditto for renamed insv<mode>_1.
22588 2015-07-06  Nathan Sidwell  <nathan@codesourcery.com>
22590         * config/nvptx/nvptx.c (nvptx_reorg): Remove unused vars.  Fix
22591         call to nvptx_reorg_subreg.
22593 2015-07-06  Jim Wilson  <jim.wilson@linaro.org>
22595         * graphite-blocking.c (HAVE_isl): Include <stddef.h>.
22596         * graphite-dependencies.c, graphite-interchange.c,
22597         graphite-isl-ast-to-gimple.c, graphite-optimize-isl.c, graphite-poly.c,
22598         graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c:
22599         Likewise.
22601 2015-07-06  Marc Glisse  <marc.glisse@inria.fr>
22603         * match.pd: Remove element_mode inside HONOR_*.
22604         (~ (-A) -> A - 1, ~ (A - 1) -> -A): Handle complex types.
22605         (~X | X -> -1, ~X ^ X -> -1): Merge.
22606         * tree.c (build_each_one_cst): New function.
22607         * tree.h (build_each_one_cst): Likewise.
22609 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
22611         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
22612         PROCESSOR_IAMCU.
22614 2015-07-06  Steve Ellcey  <sellcey@imgtec.com>
22616         * config.gcc <mips*-*-*>: Add fused-madd.opt.
22617         * config/mips/mips.opt (mfused-madd): Remove.
22618         * config/mips/mips.c (mips_rtx_costs): Update cost calculations.
22619         * config/mips/mips.h (TARGET_MIPS8000): New.
22620         (ISA_HAS_FP_MADD4_MSUB4): Remove.
22621         (ISA_HAS_FP_MADDF_MSUBF): Remove.
22622         (ISA_HAS_FP_MADD3_MSUB3): Remove.
22623         (ISA_HAS_NMADD4_NMSUB4): Remove.
22624         (ISA_HAS_NMADD3_NMSUB3): Remove.
22625         (ISA_HAS_FUSED_MADD4): New.
22626         (ISA_HAS_UNFUSED_MADD4): New.
22627         (ISA_HAS_FUSED_MADDF): New.
22628         (ISA_HAS_FUSED_MADD3): New.
22629         * config/mips/mips.md: (fma<mode>4) Change from insn to expand.
22630         (*fma<mode>4_madd3) New.
22631         (*fma<mode>4_madd4) New.
22632         (*fma<mode>4_maddf) New.
22633         (fms<mode>4) New.
22634         (*fms<mode>4_msub3) New.
22635         (*fms<mode>4_msub4) New.
22636         (fnma<mode>4) New.
22637         (*fnma<mode>4_nmadd3) New.
22638         (*fnma<mode>4_nmadd4) New.
22639         (fnms<mode>4) New.
22640         (*fnms<mode>4_nmsub3) New.
22641         (*fnms<mode>4_nmsub4) New.
22642         (*madd4<mode>) Modify to be unfused only.
22643         (*msub4<mode>) Modify to be unfused only.
22644         (*nmadd4<mode>) Modify to be unfused only.
22645         (*nmsub4<mode>) Modify to be unfused only.
22646         (*madd3<mode>) Remove.
22647         (*msub3<mode>) Remove.
22648         (*nmadd3<mode>) Remove.
22649         (*nmsub3<mode>) Remove.
22650         (*nmadd3<mode>_fastmath) Remove.
22651         (*nmsub3<mode>_fastmath) Remove.
22652         (*nmadd4<mode>_fastmath) Update condition.
22653         (*nmsub4<mode>_fastmath) Update condition.
22655 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
22657         PR target/65956
22658         * config/arm/arm.c (arm_needs_doubleword_align): Drop any outer
22659         alignment attribute, exploring one level down for records and arrays.
22661 2015-07-06  Uros Bizjak  <ubizjak@gmail.com>
22663         * config/i386/i386.md (extv<mode>): Rename from extv.  Use SWI24
22664         modes for operands 0 and 1.  Use SImode for operands 2 and 3.
22665         Copy operand 1 to a temporary if !ext_register_operand.  Remove
22666         ancient extract_bit_field workaround.
22667         (*extv<mode>): Rename from *mov<mode>_extv_1.
22668         (*extvqi): Rename from *movqi_extv_1.
22669         (extzv<mode>): Rename from extzv.  Use SWI248 modes for
22670         operands 0 and 1.  Use SImode for operands 2 and 3. Copy operand 1
22671         to a temporary if !ext_register_operand.  Remove ancient
22672         extract_bit_field workaround.
22673         (*extzv<mode>): Rename from *mov<mode>_extzv_1.
22674         (*extzvqi): Rename from *movqi_extzv_2.
22675         (*testqi_ext_3): Remove modes from const_int_operand predicated
22676         operands.  Add "n" constraint.
22677         (*btsq, *btrq, *btcq): Remove mode from const_0_to_63 predicated
22678         operand.  Add "J" constraint.
22679         (*btsq, *btrq, *btcq peephole2s): Remove mode from
22680         const_0_to_63 predicated operand.
22681         (regmode): New insn attribute.
22682         (*bt<mode>): Use SImode for operand 1.  Change operand 1 predicate
22683         to nonmemory_operand.  Use regmode insn attribute.
22684         (*jcc_bt<mode>_1): Convert operand 2 to SImode.
22685         (*jcc_bt<mode>_mask): Remove mode from operand 3.
22686         (*jcc_btsi_1, *jcc_btsi_mask_1): Remove patterns.
22687         (tbm_bextri_<mode>): Remove modes from const_0_to_255 predicated
22688         operands.  Use "N" constraint instead of "n".
22690 2015-07-06  Alan Lawrence  <alan.lawrence@arm.com>
22692         * config/arm/arm.md (movdi): Avoid odd-number ldrd/strd in ARM state.
22694 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
22696         PR target/66749
22697         * config/i386/i386.c (iamcu_cost): New.
22698         (m_IAMCU): Likewise.
22699         (initial_ix86_arch_features): Disable X86_ARCH_CMOV for m_IAMCU.
22700         (processor_target_table): Add an entry for "iamcu".
22701         (processor_alias_table): Likewise.
22702         (ix86_issue_rate): Handle PROCESSOR_IAMCU.
22703         (ix86_adjust_cost): Likewise.
22704         (ia32_multipass_dfa_lookahead): Likewise.
22705         * config/i386/i386.h (processor_type): Add PROCESSOR_IAMCU.
22706         * config/i386/x86-tune.def: Updated for m_IAMCU.
22708 2015-07-06  Richard Biener  <rguenther@suse.de>
22710         PR tree-optimization/66772
22711         * tree-ssa-ccp.c (ccp_visit_phi_node): Make sure that copy
22712         values are available in the PHI node BB when there are
22713         still unexecutable edges.
22715 2015-07-06  Richard Biener  <rguenther@suse.de>
22717         PR tree-optimization/66767
22718         * tree-vect-loop-manip.c (vect_create_cond_for_align_checks):
22719         Make sure to build the alignment test on a SSA name without
22720         final alignment info valid only if the alignment test
22721         evaluates to true.
22723 2015-07-06  Bernd Schmidt  <bernds@codesourcery.com>
22725         PR target/66620
22726         * config/bfin/bfin.c (hwloop_optimize): Create new bb between jump and
22727         loop start when inserting LSETUP.
22729 2015-07-06  H.J. Lu  <hongjiu.lu@intel.com>
22731         PR target/53383
22732         * config/i386/i386.c (ix86_option_override_internal): Allow
22733         -mincoming-stack-boundary=3 for 64-bit if SSE is disabled.
22735 2015-07-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22737         * read-md.c (decimal_string): Rename to ...
22738         (md_decimal_string): ... this.
22739         (handle_enum): Reflect this.
22741 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
22743         PR target/66731
22744         * config/aarch64/aarch64.md (fnmul<mode>3): Handle -frounding-math.
22746 2015-07-06  Richard Biener  <rguenther@suse.de>
22748         PR middle-end/66759
22749         * match.pd: Add missing constraint of y to REAL_CST in
22750         REAL_CST - x CMP y to y - CST CMP x simplification.
22752 2015-07-06  Eric Botcazou  <ebotcazou@adacore.com>
22754         PR tree-optimization/66757
22755         * match.pd: Add missing condition to ~X ^ C -> X ^ ~C.
22757 2015-07-05  Chung-Lin Tang  <cltang@codesourcery.com>
22758             Sandra Loosemore <sandra@codesourcery.com>
22760         * config/nios2/nios2-protos.h (nios2_symbol_ref_in_small_data_p):
22761         Delete extern declaration.
22762         (gprel_constant_p): Add extern declaration.
22763         * config/nios2/constraints.md ("S"): Use gprel_constant_p
22764         instead of nios2_symbol_ref_in_small_data_p.
22765         * config/nios2/nios2.c (nios2_legitimate_address_p): Likewise.
22766         (nios2_symbol_ref_in_small_data_p): Make static.
22767         (gprel_constant_p): Make non-static.
22769 2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
22771         * doc/fragments.texi (Target Fragment): Convert debian.org
22772         link to use https.
22773         * doc/install.texi (Configuration): Ditto.
22775 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
22777         PR tree-optimization/66718
22778         * tree-vect-stmts.c (vectorizable_call): Replace uses of
22779         GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.
22781         PR tree-optimization/66718
22782         * tree-vect-stmts.c (vectorizable_assignment, vectorizable_store,
22783         vectorizable_load, vectorizable_condition): Move vectype,
22784         nunits, ncopies computation after checking what kind of statement
22785         stmt is.
22787 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22789         * target-insns.def (extv, extzv, insv): New targetm instruction
22790         patterns.
22791         * optabs.c (get_extraction_insn): Use them instead of HAVE_*/gen_*
22792         interface.
22793         * recog.c (simplify_while_replacing): Likewise.
22795 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22797         * target-insns.def (doloop_begin, doloop_end): New targetm
22798         instruction patterns.
22799         * loop-init.c: Include target.h.
22800         (pass_loop2::gate): Use the new targetm patterns instead of
22801         HAVE_*/gen_* interface.
22802         (pass_rtl_doloop::gate): Likewise.
22803         (pass_rtl_doloop::execute): Remove preprocessor condition.
22804         * hw-doloop.c: Build unconditionally.
22805         * loop-doloop.c: Likewise.
22806         (doloop_optimize): Use the new targetm patterns instead of
22807         HAVE_*/gen_* interface.
22808         (doloop_modify): Likewise. Change type of doloop_seq to rtx_insn *.
22809         * modulo-sched.c (doloop_register_get): Likewise.
22811 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22813         * target-insns.def (clear_cache): New targetm instruction pattern.
22814         * builtins.c (expand_builtin___clear_cache): Use it instead of
22815         HAVE_*/gen_* interface.
22817 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22819         * target-insns.def (allocate_stack, check_stack, probe_stack)
22820         (probe_stack_address, split_stack_prologue, split_stack_space_check):
22821         New targetm instruction patterns.
22822         * explow.c (allocate_dynamic_stack_space): Use them instead of
22823         HAVE_*/gen_* interface.
22824         (emit_stack_probe): Likewise.
22825         (probe_stack_range): Likewise.
22826         * function.c (thread_prologue_and_epilogue_insns): Likewise.
22828 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22830         * target-insns.def (stack_protect_set, stack_protect_test): New
22831         targetm instruction patterns.
22832         * cfgexpand.c (stack_protect_prologue): Use them instead of
22833         HAVE_*/gen_* interface.
22834         * function.c (stack_protect_epilogue): Likewise.
22836 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22838         * expr.h (gen_move_insn_uncast): Delete.
22839         * expr.c (gen_move_insn_uncast): Delete.
22841 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22843         * target-insns.def (restore_stack_block, restore_stack_function)
22844         (restore_stack_nonlocal, save_stack_block, save_stack_function)
22845         (save_stack_nonlocal): New targetm instruction patterns.
22846         * builtins.c (expand_builtin_apply): Use them instead of
22847         HAVE_*/gen_* interface.
22848         * explow.c (emit_stack_save, emit_stack_restore): Likewise.
22850 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22852         * target-insns.def (trap): New targetm instruction pattern.
22853         * builtins.c (expand_builtin_trap): Use it instead of HAVE_*/gen_*
22854         interface.
22855         * explow.c (allocate_dynamic_stack_space): Likewise.
22856         * ifcvt.c (find_if_header): Likewise.
22858 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22860         * target-insns.def (prefetch): New targetm instruction pattern.
22861         * tree-ssa-loop-prefetch.c: Include targeth.
22862         (tree_ssa_prefetch_arrays): Use prefetch targetm pattern instead
22863         of HAVE_*/gen_* interface.
22864         * builtins.c (expand_builtin_prefetch): Likewise.
22865         * toplev.c (process_options): Likewise.
22867 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22869         * target-insns.def (untyped_call, untyped_return): New targetm
22870         instruction patterns.
22871         * builtins.c (expand_builtin_apply): Use them instead of
22872         HAVE_*/gen_* interface.
22873         (result_vector): Define unconditionally.
22875 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22877         * target-insns.def (builtin_longjmp, builtin_setjmp_receiver)
22878         (builtin_setjmp_setup, exception_receiver, nonlocal_goto)
22879         (nonlocal_goto_receiver): New targetm instruction patterns.
22880         * builtins.c (expand_builtin_setjmp_setup): Use them instead
22881         of HAVE_*/gen_* interface.
22882         (expand_builtin_setjmp_receiver): Likewise.
22883         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
22884         * except.c (expand_dw2_landing_pad_for_region): Likewise.
22886 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
22888         * target.def: Add code_for_* hooks.
22889         * gentarget-def.c (def_target_insn): Add TARGET_CODE_FOR_* macros.
22890         * defaults.h (HAVE_tablejump, gen_tablejump): Delete.
22891         * target-insns.def (casesi, tablejump): New targetm instruction
22892         patterns.
22893         * expr.c (try_casesi): Use them instead of HAVE_*/gen_* interface.
22894         (do_tablejump): Likewise.
22895         * stmt.c (expand_switch_as_decision_tree_p): Likewise.
22896         (expand_sjlj_dispatch_table): Likewise.
22897         * targhooks.c (default_case_values_threshold): Likewise.
22899 2015-07-04  Sandra Loosemore  <sandra@codesourcery.com>
22901         * config/nios2/nios2.c (save_reg, restore_reg): Use plus_constant.
22902         Use rtx_insn * instead of rtx.
22903         (nios2_emit_add_constant): Use rtx_insn * instead of rtx.
22904         (nios2_expand_prologue, nios2_expand_epilogue): Likewise.
22905         (nios2_call_tls_get_addr): Likewise.
22906         (nios2_emit_expensive_div): Likewise.
22907         (nios2_emit_move_sequence): Change return type to bool.
22908         * config/nios2/nios2-protos.h (nios2_emit_move_sequence):
22909         Change return type to bool.
22911 2015-07-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22913         PR target/66747
22914         * config/mips/mips.c (mips_find_gp_ref): Handle instruction sequences.
22916 2015-07-04  John David Anglin  <danglin@gcc.gnu.org>
22918         PR target/66114
22919         * config/pa/pa.md (indirect_jump): Use pmode_register_operand instead
22920         of register_operand.  Remove constraint.
22922 2015-07-04  Marc Glisse  <marc.glisse@inria.fr>
22924         * tree-cfg.c (verify_gimple_assign_ternary) <VEC_COND_EXPR>: Check
22925         the first argument.
22927 2015-07-03  Paolo Carlini  <paolo.carlini@oracle.com>
22929         * attribs.c (decl_attributes): Guard inform with the return value
22930         of the preceding warning.
22932 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
22934         * doc/invoke.texi (moverride): Move to correct section.
22936 2015-07-03  Richard Biener  <rguenther@suse.de>
22938         * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
22939         Copy from tree.c
22940         (dt_operand::gen_gimple_expr): After valueizing operands
22941         re-canonicalize operand order for commutative tree codes.
22943 2015-07-03  H.J. Lu  <hongjiu.lu@intel.com>
22945         PR target/66746.
22946         * config/i386/ia32intrin.h (__crc32b): Don't define if __iamcu__
22947         is defined.
22948         (__crc32w): Likewise.
22949         (__crc32d): Likewise.
22950         (__rdpmc): Likewise.
22951         (__rdtscp): Likewise.
22952         (_rdpmc): Likewise.
22953         (_rdtscp): Likewise.
22954         * config/i386/x86intrin.h: Only include ia32intrin.h if __iamcu__
22955         is defined.
22957 2015-07-03  Richard Biener  <rguenther@suse.de>
22959         * fold-const.c (fold_mathfn_compare): Remove.
22960         (fold_inf_compare): Likewise.
22961         (fold_comparison): Move floating point comparison simplifications...
22962         * match.pd: ... to patterns here.  Introduce simple_comparisons
22963         operator list and use it for patterns formerly in fold_comparison.
22965 2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
22967         PR tree-optimization/66119
22968         * toplev.c (process_options): Don't set up default values for
22969         the sra_max_scalarization_size_{speed,size} parameters.
22970         * tree-sra (analyze_all_variable_accesses): If no values
22971         have been set for the sra_max_scalarization_size_{speed,size}
22972         parameters, call get_move_ratio to get target defaults.
22974 2015-07-03  Richard Biener  <rguenther@suse.de>
22976         * fold-const.c (fold_binary_loc): Move (T)ptr & CST folding...
22977         * match.pd: ... here.
22979 2015-07-03  Gerald Pfeifer  <gerald@pfeifer.com>
22981         PR target/37072
22982         * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387
22983         is not actually the default on FreeBSD.
22985 2015-07-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22987         * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in
22988         definition.
22989         (CMPGE_8HI): Likewise.
22990         (CMPGE_4SI): Likewise.
22991         (CMPGE_2DI): Likewise.
22992         (CMPGE_U16QI): Likewise.
22993         (CMPGE_U8HI): Likewise.
22994         (CMPGE_U4SI): Likewise.
22995         (CMPGE_U2DI): Likewise.
22996         (CMPLE_16QI): Likewise.
22997         (CMPLE_8HI): Likewise.
22998         (CMPLE_4SI): Likewise.
22999         (CMPLE_2DI): Likewise.
23000         (CMPLE_U16QI): Likewise.
23001         (CMPLE_U8HI): Likewise.
23002         (CMPLE_U4SI): Likewise.
23003         (CMPLE_U2DI): Likewise.
23004         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
23005         overloads for ALTIVEC_BUILTIN_VEC_CMPGE and
23006         ALTIVEC_BUILTIN_VEC_CMPLE.
23007         * config/rs6000/vector.md (vector_ge<mode>): Restrict to
23008         floating-point vector modes.
23009         (vector_nlt<mode>): New define_expand.
23010         (vector_nltu<mode>): Likewise.
23011         (vector_ngt<mode>): Likewise.
23012         (vector_ngtu<mode>): Likewise.
23014 2015-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
23016         PR rtl-optimization/66706
23017         * combine.c (make_compound_operation): If an AND of SUBREG of
23018         LSHIFTRT does not simplify, see if just the AND of SUBREG does.
23020 2015-07-02  Alan Lawrence  <alan.lawrence@arm.com>
23022         * tree-pass.h (make_pass_ch_vect): New.
23023         * passes.def: Add pass_ch_vect just before pass_if_conversion.
23025         * tree-ssa-loop-ch.c (ch_base, pass_ch_vect, pass_data_ch_vect,
23026         pass_ch::process_loop_p, pass_ch_vect::process_loop_p,
23027         make_pass_ch_vect): New.
23028         (pass_ch): Extend ch_base.
23030         (pass_ch::execute): Move all but loop_optimizer_init/finalize to...
23031         (ch_base::copy_headers): ...here.
23033 2015-07-02  Richard Biener  <rguenther@suse.de>
23035         * builtins.c (get_pointer_alignment_1): Handle POINTER_PLUS_EXPR.
23036         * fold-const.c (get_pointer_modulus_and_residue): Remove.
23037         (fold_binary_loc): Implement (T)ptr & CST in terms of
23038         get_pointer_alignment_1.
23039         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop):
23040         Make sure to build the alignment test on a SSA name without
23041         final alignment info valid only after the prologue.
23043 2015-07-02  Hans-Peter Nilsson  <hp@axis.com>
23045         * config/cris/cris.md ("epilogue"): Remove condition.
23046         ("prologue"): Ditto.
23048 2015-07-02  Richard Biener  <rguenther@suse.de>
23050         * tree-ssa-dom.c (build_and_record_new_cond): Add optional
23051         parameter to record a condition that is false.
23052         (record_conditions): When recording an extra NE_EXPR that is
23053         true also record a EQ_EXPR that is false.
23055 2015-07-02  Bin Cheng  <bin.cheng@arm.com>
23057         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field iv_obstack.
23058         (tree_ssa_iv_optimize_init): Initialize iv_obstack.
23059         (alloc_iv): New parameter.  Allocate struct iv using obstack_alloc.
23060         (set_iv, find_interesting_uses_address, add_candidate_1): New
23061         argument to alloc_iv.
23062         (find_interesting_uses_op, find_interesting_uses_cond): Don't
23063         duplicate struct iv.
23064         (free_loop_data): Don't free struct iv explicitly.
23065         (tree_ssa_iv_optimize_finalize): Free iv_obstack.
23067 2015-07-01  DJ Delorie  <dj@redhat.com>
23069         * config/s390/tpf.h (LIBSTDCXX): Change to CPP1.
23070         (LIB_SPEC): Add.
23071         (SUPPORTS_DISCRIMINATOR): Define.
23073 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
23075         PR bootstrap/66685
23076         * rtl.c (classify_insn): Only return JUMP_INSN for parallel returns if
23077         there are no CALLs in the same pattern.
23079 2015-07-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
23081         PR rtl-optimization/61047
23082         * rtlanal.c (get_initial_register_offset): New function.
23083         (rtx_addr_can_trap_p_1): Check offsets of stack references.
23085 2015-07-01  Richard Biener  <rguenther@suse.de>
23087         * fold-const.c (fold_comparison): Move X - Y CMP 0 -> X CMP Y,
23088         X * C1 CMP 0 -> X CMP 0, X CMP X, ~X CMP ~Y -> Y CMP X and
23089         ~X CMP C -> X CMP' ~C to ...
23090         * match.pd: ... patterns here.
23092 2015-07-01  Nick Clifton  <nickc@redhat.com>
23094         * config/msp430/msp430.md (zero_extendhipsi2): Use MOVX.A to store
23095         a 16-bit value into a 20-bit memory slot.
23097 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
23099         * doc/sourcebuild.texi (AArch64-specific attributes): Document
23100         "aarch64_tiny", "aarch64_small", "aarch64_large",
23101         "aarch64_little_endian", "aarch64_big_endian".
23103 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
23105         * doc/sourcebuild.texi (AArch64-specific attributes): New subsection.
23106         Document "aarch64_small_fpic".
23108 2015-07-01  Jiong Wang  <jiong.wang@arm.com>
23110         * configure.ac: Add check for aarch64 assembler -fpic relocation
23111         modifier support.
23112         * configure: Regenerate.
23113         * config.in: Regenerate.
23114         * config/aarch64/aarch64.c (initialize_aarch64_code_model): Fall back
23115         to -fPIC if not support of -fpic relocation modifier in assembler.
23117 2015-07-01  Richard Sandiford  <richard.sandiford@arm.com>
23119         PR bootstrap/66685
23120         * rtl.c (classify_insn): Handle returns in PARALLELs.
23122 2015-07-01  Eric Botcazou  <ebotcazou@adacore.com>
23124         PR middle-end/66633
23125         * tree-nested.c (convert_nonlocal_omp_clauses): Initialize need_chain
23126         to true if the function is nested and if not optimizing.
23127         (convert_local_omp_clauses): Initialize need_frame to true if the
23128         function contains nested functions and if not optimizing.
23130 2015-07-01  Richard Biener  <rguenther@suse.de>
23132         * fold-const.c (fold_binary_loc): Move ~X ^ X -> -1 and
23133         (X & Y) ^ Y -> ~X & Y transforms to ...
23134         * match.pd: ... here.
23136 2015-07-01  Richard Biener <rguenther@suse.de>
23138         * genmatch.c (expr::gen_transform): Shortcut re-simplifying
23139         of converts to avoid uninteresting noise from the conversion
23140         simplifying patterns.
23142 2015-06-30  Sandra Loosemore <sandra@codesourcery.com>
23144         * config/c6x/c6x.c (try_rename_operands): Do not depend on
23145         gcc_assert evaluating its argument for side-effect.
23147 2015-06-30  Kaz Kojima  <kkojima@gcc.gnu.org>
23149         PR target/64833
23150         * config/sh/sh.md (casesi_worker_1): Set length to 8 when
23151         flag_pic is set.
23153 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
23155         * lto-streamer-out.c (class DFS): Adjust hash_scc method.
23156         (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
23157         (hash_scc): Add this_ref_p and ref_p parameters and pass them
23158         to the inner DFS walk.
23160 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
23162         * target-insns.def (jump): New targetm instruction pattern.
23163         * bb-reorder.c (get_uncond_jump_length): Use targetm.gen_jump
23164         instead of gen_jump.
23165         (fix_up_crossing_landing_pad): Likewise.
23166         (add_labels_and_missing_jumps): Likewise.
23167         (fix_crossing_conditional_branches): Likewise.
23168         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
23169         (force_nonfallthru_and_redirect): Likewise.
23170         * cse.c (cse_insn): Likewise.
23171         * expmed.c (expand_divmod): Likewise.
23172         * expr.c (store_expr_with_bounds, expand_expr_real_2): Likewise.
23173         * haifa-sched.c (init_before_recovery): Likewise.
23174         (sched_create_recovery_edges): Likewise.
23175         * ifcvt.c (find_cond_trap): Likewise.
23176         * optabs.c (expand_doubleword_shift, expand_doubleword_clz): Likewise.
23177         (expand_float, expand_fix): Likewise.
23178         * stmt.c (emit_jump): Likewise.
23180 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
23182         * defaults.h (HAVE_load_multiple, gen_load_multiple)
23183         (HAVE_store_multiple, gen_store_multiple): Delete.
23184         * target-insns.def (load_multiple, store_multiple): New targetm
23185         instruction patterns.
23186         * expr.c (move_block_to_reg, move_block_from_reg): Use them instead
23187         of HAVE_*/gen_* interface.
23189 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
23191         * defaults.h (HAVE_mem_thread_fence, gen_mem_thread_fence)
23192         (HAVE_memory_barrier, gen_memory_barrier, HAVE_mem_signal_fence)
23193         (gen_mem_signal_fence): Delete.
23194         * target-insns.def (mem_signal_fence, mem_thread_fence)
23195         (memory_barrier): New targetm instruction patterns.
23196         * optabs.c (expand_mem_thread_fence): Use them instead of HAVE_*/gen_*
23197         interface.
23198         (expand_mem_signal_fence): Likewise.
23200 2015-06-30  Richard Sandiford  <richard.sandiford@arm.com>
23202         * defaults.h (HAVE_epilogue, gen_epilogue): Delete.
23203         * target-insns.def (epilogue, prologue, sibcall_prologue): New
23204         targetm instruction patterns.
23205         * alias.c (init_alias_analysis): Use them instead of HAVE_*/gen_*
23206         interface.
23207         * calls.c (expand_call): Likewise.
23208         * cfgrtl.c (cfg_layout_finalize): Likewise.
23209         * df-scan.c (df_get_entry_block_def_set): Likewise.
23210         (df_get_exit_block_use_set): Likewise.
23211         * dwarf2cfi.c (pass_dwarf2_frame::gate): Likewise.
23212         * final.c (final_start_function): Likewise.
23213         * function.c (thread_prologue_and_epilogue_insns): Likewise.
23214         (reposition_prologue_and_epilogue_notes): Likewise.
23215         * reorg.c (find_end_label): Likewise.
23216         * toplev.c (process_options): Likewise.
23218 2015-06-30  David Malcolm  <dmalcolm@redhat.com>
23220         * typed-splay-tree.h: New file.
23222 2015-06-30  Vladimir Makarov  <vmakarov@redhat.com>
23224         PR debug/66691
23225         * lra-int.h (lra_substitute_pseudo): Add a parameter.
23226         (lra_substitute_pseudo_within_insn): Ditto.
23227         * lra.c (lra_substitute_pseudo): Add a parameter.  Simplify subreg
23228         of constant.
23229         (lra_substitute_pseudo_within_insn): Add a parameter.  Transfer it
23230         to lra_substitute_pseudo.
23231         * lra-lives.c (process_bb_lives): Add an argument to
23232         lra_substitute_pseudo_within_insn call.
23233         * lra-constraints.c (inherit_reload_reg, split_reg): Add an
23234         argument to lra_substitute_pseudo and
23235         lra_substitute_pseudo_within_insn calls.
23236         (remove_inheritance_pseudos, undo_optional_reloads): Ditto.
23238 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
23240         * configure: Regenerated.
23242 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
23244         * config.gcc: Support i[34567]86-*-elfiamcu target.
23245         * config/i386/iamcu.h: New.
23246         * config/i386/i386.opt: Add -miamcu.
23247         * doc/invoke.texi: Document -miamcu.
23248         * common/config/i386/i386-common.c  (ix86_handle_option): Turn
23249         off x87/MMX/SSE/AVX codegen for -miamcu.
23250         * config/i386/i386-c.c (ix86_target_macros_internal): Define
23251         __iamcu/__iamcu__ for -miamcu.
23252         * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set
23253         to MIN_STACK_BOUNDARY if TARGET_IAMCU is true.
23254         (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true.
23255         * config/i386/i386.c (ix86_option_override_internal): Ignore and
23256         warn -mregparm for Intel MCU.  Turn on -mregparm=3 for Intel
23257         MCU by default.  Default long double to 64-bit for Intel MCU.
23258         Turn on -freg-struct-return for Intel MCU.  Issue an error when
23259         -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or
23260         AVX is turned on.
23261         (function_arg_advance_32): Pass value whose size is no larger
23262         than 8 bytes in registers for Intel MCU.
23263         (function_arg_32): Likewise.
23264         (ix86_return_in_memory): Return value whose size is no larger
23265         than 8 bytes in registers for Intel MCU.
23266         (iamcu_alignment): New function.
23267         (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is
23268         true.
23269         (ix86_local_alignment): Don't increase alignment for Intel MCU.
23270         (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is
23271         true.
23273 2015-06-30  Marek Polacek  <polacek@redhat.com>
23275         * match.pd (X - (X / Y) * Y): Use convert1 and convert2.  Convert
23276         both operands of the resulting expression.
23278         * match.pd (~x | x): Don't use tree_nop_conversion_p.  Build
23279         the final expression with the operand's type and then convert
23280         it to the type of the expression.
23282 2015-06-30  Richard Biener  <rguenther@suse.de>
23284         * fold-const.c (fold_binary_loc): Move ~x & ~y -> ~(x | y) and
23285         ~x | ~y -> ~(x & y), (x & CST) ^ (x & CST2) -> (x & CST) | (x & CST2),
23286         (X | Y) ^ X -> Y & ~ X, ~X ^ ~Y to X ^ Y and ~X ^ C to X ^ ~C ...
23287         * match.pd: ... to patterns here.
23289 2015-06-30  Richard Biener  <rguenther@suse.de>
23291         PR tree-optimization/66704
23292         * tree-vect-data-refs.c (vect_setup_realignment): Use
23293         make_ssa_name for non-SSA name source.
23295 2015-06-30  Jakub Jelinek  <jakub@redhat.com>
23297         PR middle-end/66702
23298         * omp-low.c (simd_clone_adjust): Handle addressable linear
23299         or uniform parameters or non-gimple type uniform parameters.
23301 2015-06-30  Richard Biener  <rguenther@suse.de>
23303         * fold-const.c (fold_unary_loc): Move abs(abs(x)) -> abs(x),
23304         ~ (-A) to A - 1, ~ (A - 1) or ~ (A + -1) to -A and some cases of
23305         ~(X ^ Y) to ~X ^ Y or X ^ ~Y if ~X or ~Y simplify to ...
23306         * match.pd: ... here.
23307         Add a few cases of A - B -> A + (-B) when B "easily" negates.
23308         Move (x & y) | x -> x and friends before
23309         (x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2).
23311 2015-06-30  Eric Botcazou  <ebotcazou@adacore.com>
23313         * config/sparc/leon.md (leon_load): Enable for all LEON variants if
23314         -mfix-ut699 is not specified.
23315         (leon3_load): Rename into...
23316         (ut699_load): ...this.  Enable for all LEON variants if -mfix-ut699
23317         is specified.
23319 2015-06-30  Marek Polacek  <polacek@redhat.com>
23321         * fold-const.c (fold_binary_loc): Move ~X | X folding ...
23322         * match.pd: ... here.
23324 2015-06-30  Richard Biener  <rguenther@suse.de>
23326         * target-insns.def (canonicalize_funcptr_for_compare): Add.
23327         * fold-const.c (build_range_check): Replace uses of
23328         HAVE_canonicalize_funcptr_for_compare.
23329         (fold_widened_comparison): Likewise.
23330         (fold_sign_changed_comparison): Likewise.
23331         * dojump.c: Include "target.h".
23332         (do_compare_and_jump): Replace uses of
23333         HAVE_canonicalize_funcptr_for_compare and
23334         gen_canonicalize_funcptr_for_compare.
23335         * expr.c (do_store_flag): Likewise.
23337 2015-06-30  Tom de Vries  <tom@codesourcery.com>
23339         PR tree-optimization/66652
23340         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
23341         max_loop_iterations to determine if nit + 1 overflows.
23343 2015-06-30  Richard Biener  <rguenther@suse.de>
23345         * tree-vrp.c (register_edge_assert_for_2): Also register
23346         asserts for dominating conversion results.
23348 2015-06-30  Bin Cheng  <bin.cheng@arm.com>
23350         * tree-ssa-loop-ivopts.c (record_sub_use): Don't reset ssa_name
23351         field in struct iv.
23353 2015-06-29  Jack Howarth  <howarth.at.gcc@gmail.com>
23355         PR target/66509
23356         * configure.ac: Fix filds and fildq test for 64-bit.
23357         * configure: Regenerated.
23359 2015-06-29  Nathan Sidwell  <nathan@codesourcery.com>
23361         * config/nvptx/nvptx.md (nvptx_reorg_subreg): New fn, broken out of ...
23362         (nvptx_reorg): Here.  Keep the non-subreg pieces.
23364 2015-06-29  H.J. Lu  <hongjiu.lu@intel.com>
23366         * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Use
23367         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
23369 2015-06-29  Uros Bizjak  <ubizjak@gmail.com>
23371         * config/i386/i386.md (*jcc_1): Use %! in asm template.
23372         Set attribute "length_nobnd" instead of "length".
23373         (*jcc_2): Ditto.
23374         (jump): Ditto.
23375         (*jcc_1_bnd, *jcc_2_bnd, jump_bnd): Remove insn patterns.
23377 2015-06-29  Sandra Loosemore  <sandra@codesourcery.com>
23379         * config/nios2/nios2.c (nios2_delegitimize_address): Make
23380         assert less restrictive.
23382 2015-06-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23384         PR fortran/66605
23385         * cgraphunit.c (cgraph_node::finalize_function): Do not call
23386         do_warn_unused_parameter.
23387         * function.c (do_warn_unused_parameter): Move from here.
23388         * function.h (do_warn_unused_parameter): Do not declare.
23390 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
23392         PR target/65697
23393         * gcc.target/arm/armv-sync-comp-swap.c: New.
23394         * gcc.target/arm/armv-sync-op-acquire.c: New.
23395         * gcc.target/arm/armv-sync-op-full.c: New.
23396         * gcc.target/arm/armv-sync-op-release.c: New.
23398 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
23400         PR target/65697
23401         * config/armc/arm.c (arm_split_compare_and_swap): For ARMv8, replace an
23402         initial acquire barrier with final barrier.
23404 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
23406         PR target/65697
23407         * config/armc/arm.c (arm_split_atomic_op): For ARMv8, replace an
23408         initial acquire barrier with final barrier.
23410 2015-06-29  Richard Henderson  <rth@redhat.com>
23412         * config/i386/constraints.md (Bf): New constraint.
23413         * config/i386/i386-c.c (ix86_target_macros): Define
23414         __GCC_ASM_FLAG_OUTPUTS__.
23415         * config/i386/i386.c (ix86_md_asm_adjust): Handle =@cc* constraints
23416         as flags outputs.
23417         * doc/extend.texi (FlagOutputOperands): Document them.
23419 2015-06-29  Jiong Wang  <jiong.wang@arm.com>
23421         * config/arch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
23422         * config/arch64/aarch64.md (tlsle_small): Rename to tlsle and use new
23423         unspec name.
23424         (tlsle_small_<mode>): Rename to tlsle_<mode> and use new unspec name.
23425         * config/arch64/aarch64-protos.h (arch64_symbol_type): Rename
23426         SYMBOL_SMALL_TPREL to SYMBOL_TLSLE.
23427         (aarch64_symbol_context): Ditto.
23428         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto
23429         and use new pattern name.
23430         (aarch64_expand_mov_immediate): Ditto.
23431         (aarch64_print_operand): Ditto.
23432         (aarch64_classify_tls_symbol): Ditto.
23434 2015-06-29  Marek Polacek  <polacek@redhat.com>
23435             Marc Glisse  <marc.glisse@inria.fr>
23437         * fold-const.c (fold_binary_loc): Move X - (X / Y) * Y -> X % Y to ...
23438         * match.pd: ... pattern here.
23440 2015-06-29  Tom de Vries  <tom@codesourcery.com>
23442         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Simplify
23443         function structure.
23445 2015-06-29  Matthew Wahab  <matthew.wahab@arm.com>
23447         * doc/invoke.texi (Aarch64 Options, -march): Split out arch and
23448         feature description, split out the native option, add a link to
23449         the feature documentation, rearrange and slightly rewrite text.
23450         (Aarch64 options, -mcpu): Likewise.
23451         (Aarch64 options, Feature Modifiers): Add an anchor.  Mention
23452         +rdma implies Adv. SIMD.
23454 2015-06-29  Marek Polacek  <polacek@redhat.com>
23456         PR c/66322
23457         * function.c (stack_protect_epilogue): Remove a cast to int.
23458         * doc/invoke.texi: Update -Wswitch-bool description.
23460 2015-06-29  Richard Biener  <rguenther@suse.de>
23462         * genmatch.c (add_operator): Treat ADDR_EXPR as atom.
23463         * fold-const.c (fold_binary_loc): Move &A - &B simplification
23464         via ptr_difference_const ...
23465         * match.pd: ... here.
23466         When matching (X ^ Y) == Y also match with swapped operands.
23468 2015-06-29  Richard Biener  <rguenther@suse.de>
23470         * lto-streamer.h (LTO_major_version): Bump to 5.
23472 2015-06-29  Richard Biener  <rguenther@suse.de>
23474         PR tree-optimization/66677
23475         * tree-vect-stmts.c (vect_transform_stmt): Make assert about
23476         STMT_VINFO_VEC_STMT clobbering less strict.
23478 2015-06-29  Kugan Vivekanandarajah  <kuganv@linaro.org>
23480         PR middle-end/64130
23481         * tree-vrp.c (extract_range_from_binary_expr_1): For unsigned
23482         division, compute max and min when value ranges for dividend and
23483         divisor are available.
23485 2015-06-28  Chung-Lin Tang <cltang@codesourcery.com>
23486             Sandra Loosemore <sandra@codesourcery.com>
23488         * regrename.h (regrename_do_replace): Change to return bool.
23489         * regrename.c (rename_chains): Check return value of
23490         regname_do_replace.
23491         (regrename_do_replace): Re-validate the modified insns and
23492         return bool status.
23493         * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
23494         Update to match rename_chains changes.
23495         * config/c6x/c6x.c (try_rename_operands): Assert that
23496         regrename_do_replace returns true.
23498 2015-06-28  Uros Bizjak  <ubizjak@gmail.com>
23500         * config/i386/i386.md (<mode>_ldx): Do not zero-extend non-Pmode
23501         operand 2 here.  Use copy_addr_to_reg to copy non-index
23502         register operand 2 to a temporary.
23503         (<mode>_stx): Ditto for operand 1.
23504         (*<mode>_ldx, *<mode>_stx): Remove enclosing parallel.
23505         * config/i386/i386.c (ix86_load_bounds): Zero-extend non-Pmode ptr here.
23506         (ix86_store_bounds): Ditto.
23508 2015-06-27  Patrick Palka  <ppalka@gcc.gnu.org>
23510         * print-tree.c (print_node) [TREE_VEC]: Print its length.
23512 2015-06-26  Andrew MacLeod  <amacleod@redhat.com>
23514         * gimple.c (gimple_call_set_fndecl): Remove.
23515         * gimple.h (gimple_call_set_fndecl): Relocate to gimple.h and call
23516         build1_loc directly instead of build_fold_addr_expr_loc.
23518 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
23520         * hash-map.h (hash_map::traverse): Use the definition of the
23521         Key typedef rather than the typedef itself.
23523 2015-06-26  Martin Jambor  <mjambor@suse.cz>
23525         PR debug/66301
23526         * tree-ssa-pre.c (before_dom_children): Check that dump_file is not
23527         NULL instead of calling dump_enabled_p.
23529 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
23531         * config/aarch64/aarch64.opt: (override): New.
23532         * doc/invoke.texi (override): Document.
23533         * config/aarch64/aarch64.c (aarch64_flag_desc): New
23534         (aarch64_fusible_pairs): Likewise.
23535         (aarch64_tuning_flags): Likewise.
23536         (aarch64_tuning_override_function): Likewise.
23537         (aarch64_tuning_override_functions): Likewise.
23538         (aarch64_parse_one_option_token): Likewise.
23539         (aarch64_parse_boolean_options): Likewise.
23540         (aarch64_parse_fuse_string): Likewise.
23541         (aarch64_parse_tune_string): Likewise.
23542         (aarch64_parse_one_override_token): Likewise.
23543         (aarch64_parse_override_string): Likewise.
23544         (aarch64_override_options): Parse the -override string if it
23545         is present.
23547 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
23549         * config/aarch64/aarch64-protos.h (tune_params): Remove
23550         const from members.
23551         (aarch64_tune_params): Remove const, change to no longer be
23552         a pointer.
23553         * config/aarch64/aarch64.c (aarch64_tune_params): Remove const,
23554         change to no longer be a pointer, initialize to generic_tunings.
23555         (aarch64_min_divisions_for_recip_mul): Change dereference of
23556         aarch64_tune_params to member access.
23557         (aarch64_reassociation_width): Likewise.
23558         (aarch64_rtx_mult_cost): Likewise.
23559         (aarch64_address_cost): Likewise.
23560         (aarch64_branch_cost): Likewise.
23561         (aarch64_rtx_costs): Likewise.
23562         (aarch64_register_move_cost): Likewise.
23563         (aarch64_memory_move_cost): Likewise.
23564         (aarch64_sched_issue_rate): Likewise.
23565         (aarch64_builtin_vectorization_cost): Likewise.
23566         (aarch64_override_options): Take a copy of the selected tuning
23567         struct in to aarch64_tune_params, rather than just setting
23568         a pointer, change dereferences of aarch64_tune_params to member
23569         accesses.
23570         (aarch64_override_options_after_change): Change dereferences of
23571         aarch64_tune_params to member access.
23572         (aarch64_macro_fusion_p): Likewise.
23573         (aarch_macro_fusion_pair_p): Likewise.
23574         * config/aarch64/cortex-a57-fma-steering.c (gate): Likewise.
23576 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
23578         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Delete.
23579         (aarch64_tune_flags): Likewise.
23580         (AARCH64_TUNE_FMA_STEERING): Likewise.
23581         * config/aarch64/aarch64-cores.def (cortex-a57): Remove reference
23582         to AARCH64_FL_USE_FMA_STEERING_PASS.
23583         (cortex-a57.cortex-a53): Likewise.
23584         (cortex-a72): Use cortexa72_tunings.
23585         (cortex-a72.cortex-a53): Likewise.
23586         (exynos-m1): Likewise.
23587         * config/aarch64/aarch64-protos.h (tune_params): Add
23588         a field: extra_tuning_flags.
23589         * config/aarch64/aarch64-tuning-flags.def: New.
23590         * config/aarch64/aarch64-protos.h (AARCH64_EXTRA_TUNING_OPTION): New.
23591         (aarch64_extra_tuning_flags): Likewise.
23592         (aarch64_tune_params): Declare here.
23593         * config/aarch64/aarch64.c (generic_tunings): Set extra_tuning_flags.
23594         (cortexa53_tunings): Likewise.
23595         (cortexa57_tunings): Likewise.
23596         (thunderx_tunings): Likewise.
23597         (xgene1_tunings): Likewise.
23598         (cortexa72_tunings): New.
23599         * config/aarch64/cortex-a57-fma-steering.c: Include aarch64-protos.h.
23600          (gate): Check against aarch64_tune_params.
23601         * config/aarch64/t-aarch64 (cortex-a57-fma-steering.o): Depend on
23602         aarch64-protos.h.
23604 2015-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
23606         * config/aarch64/aarch64-fusion-pairs.def: New.
23607         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
23608         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
23609         aarch64_fusion_pairs.
23610         (AARCH64_FUSE_MOV_MOVK): Likewise.
23611         (AARCH64_FUSE_ADRP_ADD): Likewise.
23612         (AARCH64_FUSE_MOVK_MOVK): Likewise.
23613         (AARCH64_FUSE_ADRP_LDR): Likewise.
23614         (AARCH64_FUSE_CMP_BRANCH): Likewise.
23616 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
23618         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): New type
23619         SYMBOL_SMALL_GOT_28K.
23620         * config/aarch64/aarch64.md: (ldr_got_small_<mode>): Support new GOT
23621         relocation modifiers.
23622         (unspec): New enum "UNSPEC_GOTMALLPIC28K.
23623         (ldr_got_small_28k_<mode>): New.
23624         (ldr_got_small_28k_sidi): New.
23625         * config/aarch64/iterators.md (got_modifier): New mode iterator.
23626         * config/aarch64/aarch64-otps.h (aarch64_code_model): New model.
23627         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Support
23628         SYMBOL_SMALL_GOT_28K.
23629         (aarch64_rtx_costs): Add costs for new instruction sequences.
23630         (initialize_aarch64_code_model): Initialize new model.
23631         (aarch64_classify_symbol): Recognize new model and new symbol classification.
23632         (aarch64_asm_preferred_eh_data_format): Support new model.
23633         (aarch64_load_symref_appropriately): Generate new instruction
23634         sequences for -fpic.
23635         (TARGET_USE_PSEUDO_PIC_REG): New definition.
23636         (aarch64_use_pseudo_pic_reg): New function.
23638 2015-06-26  Jiong Wang  <jiong.wang@arm.com>
23640         * config/aarch64/aarch64-protos.h (aarch64_symbol_type): Rename
23641         SYMBOL_SMALL_GOT to SYMBOL_SMALL_GOT_4G.
23642         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Ditto.
23643         (aarch64_expand_mov_immediate): Ditto.
23644         (aarch64_print_operand): Ditto.
23645         (aarch64_classify_symbol): Ditto.
23647 2015-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23649         * config/nvptx/nvptx.md (call_operation): Remove unused variables.
23651 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
23653         PR bootstrap/66638
23654         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
23655         assertion failed.  Remove assertion itself.
23657 2015-06-26  Richard Biener  <rguenther@suse.de>
23659         * fold-const.c (fold_binary_loc): Remove -A CMP -B -> A CMP B
23660         and -A CMP CST -> A CMP -CST which is redundant with a pattern
23661         in match.pd.
23662         Move (A | C) == D where C & ~D != 0 -> 0, (X ^ Y) ==/!= 0 -> X ==/!= Y,
23663         (X ^ Y) ==/!= {Y,X} -> {X,Y} ==/!= 0 and
23664         (X ^ C1) op C2 -> X op (C1 ^ C2) to ...
23665         * match.pd: ... patterns here.
23667 2015-06-26  Marek Polacek  <polacek@redhat.com>
23669         * match.pd ((x | y) & ~(x & y) -> x ^ y,
23670         (x | y) & (~x ^ y) -> x & y): New patterns.
23672 2015-06-26  Richard Sandiford  <richard.sandiford@arm.com>
23674         * rtl.h (emit): Add an optional boolean parameter to control
23675         whether barriers are emitted.
23676         * emit-rtl.c (emit): Likewise.
23677         * gensupport.c (get_emit_function): Return null rather than "emit".
23678         * genemit.c (gen_emit_seq): Handle the null return value.
23679         Don't emit barriers after the final instruction in the sequence.
23680         * gentarget-def.c (main): Don't emit barriers after the instruction.
23682 2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23684         * config/arm/arm.c (arm_output_multireg_pop): Fix use of
23685         TARGET_UNIFIED_ASM.
23687 2015-06-26  Richard Biener  <rguenther@suse.de>
23689         * match.pd: Allow associating FLOAT_TYPE_P when flag_associative_math.
23691 2015-06-26  Richard Biener  <rguenther@suse.de>
23693         * match.pd: Allow (p +p off1) +p off2 to (p +p (off1 + off2))
23694         irrespective on whether the inner operation has a single use
23695         of both off are constant.
23697 2015-06-26  Uros Bizjak  <ubizjak@gmail.com>
23698             Segher Boessenkool  <segher@kernel.crashing.org>
23700         PR target/66412
23701         * config/i386/i386.md (various splitters): Use shallow_copy_rtx
23702         before doing PUT_MODE or PUT_CODE on operands to avoid
23703         in-place RTX modification.
23705 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
23707         * gentarget-def.c (def_target_insn): Cast return of strtol to
23708         unsigned int.
23710 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
23712         * gimple.h (gimple_call_set_fn): Move inline function.
23713         * gimple.c (gimple_call_set_fn): Relocate here.
23715 2015-06-25  Oleg Endo  <olegendo@gcc.gnu.org>
23717         PR target/65979
23718         PR target/66611
23719         * config/sh/sh.md (tstsi_t peephole2): Use insn_invalid_p to check if
23720         the replacement insn will work.
23722 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
23724         * gcc.c (driver_handle_option): Validate -pie if PIE is enabled
23725         by default.
23727 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
23729         * function.h (ipa_opt_pass, ipa_opt_pass_d): Move forward declarations.
23730         * cgraph.h: Include ipa-ref.h and plugin-api.h.
23731         (ipa_opt_pass, ipa_opt_pass_d)): Relocate forward declarations here.
23732         (symtab_node::address_can_be_compared_p): Move function.
23733         * cgraph.c (symtab_node::address_can_be_compared_p): Relocate function
23734         definition here.
23735         * asan.c: Remove ipa-ref.h and plugin-api.h from include list.
23736         * auto-profile.c: Likewise.
23737         * bb-reorder.c: Likewise.
23738         * builtins.c: Likewise.
23739         * calls.c: Likewise.
23740         * cfgexpand.c: Likewise.
23741         * cgraphbuild.c: Likewise.
23742         * cgraphclones.c: Likewise.
23743         * cgraphunit.c: Likewise.
23744         * combine.c: Likewise.
23745         * coverage.c: Likewise.
23746         * data-streamer-in.c: Likewise.
23747         * data-streamer-out.c: Likewise.
23748         * data-streamer.c: Likewise.
23749         * dbxout.c: Likewise.
23750         * dwarf2out.c: Likewise.
23751         * except.c: Likewise.
23752         * expr.c: Likewise.
23753         * final.c: Likewise.
23754         * fold-const.c: Likewise.
23755         * ggc-page.c: Likewise.
23756         * gimple-fold.c: Likewise.
23757         * gimple-iterator.c: Likewise.
23758         * gimple-pretty-print.c: Likewise.
23759         * gimple-streamer-in.c: Likewise.
23760         * gimple-streamer-out.c: Likewise.
23761         * gimple.c: Likewise.
23762         * gimplify.c: Likewise.
23763         * ipa-chkp.c: Likewise.
23764         * ipa-comdats.c: Likewise.
23765         * ipa-cp.c: Likewise.
23766         * ipa-devirt.c: Likewise.
23767         * ipa-icf-gimple.c: Likewise.
23768         * ipa-icf.c: Likewise.
23769         * ipa-inline-analysis.c: Likewise.
23770         * ipa-inline-transform.c: Likewise.
23771         * ipa-inline.c: Likewise.
23772         * ipa-polymorphic-call.c: Likewise.
23773         * ipa-profile.c: Likewise.
23774         * ipa-prop.c: Likewise.
23775         * ipa-pure-const.c: Likewise.
23776         * ipa-ref.c: Likewise.
23777         * ipa-reference.c: Likewise.
23778         * ipa-split.c: Likewise.
23779         * ipa-utils.c: Likewise.
23780         * ipa-visibility.c: Likewise.
23781         * ipa.c: Likewise.
23782         * langhooks.c: Likewise.
23783         * lto-cgraph.c: Likewise.
23784         * lto-compress.c: Likewise.
23785         * lto-opts.c: Likewise.
23786         * lto-section-in.c: Likewise.
23787         * lto-section-out.c: Likewise.
23788         * lto-streamer-in.c: Likewise.
23789         * lto-streamer-out.c: Likewise.
23790         * lto-streamer.c: Likewise.
23791         * omp-low.c: Likewise.
23792         * opts-global.c: Likewise.
23793         * passes.c: Likewise.
23794         * predict.c: Likewise.
23795         * print-tree.c: Likewise.
23796         * profile.c: Likewise.
23797         * ree.c: Likewise.
23798         * sanopt.c: Likewise.
23799         * stor-layout.c: Likewise.
23800         * symtab.c: Likewise.
23801         * toplev.c: Likewise.
23802         * trans-mem.c: Likewise.
23803         * tree-cfg.c: Likewise.
23804         * tree-chkp.c: Likewise.
23805         * tree-eh.c: Likewise.
23806         * tree-emutls.c: Likewise.
23807         * tree-inline.c: Likewise.
23808         * tree-nested.c: Likewise.
23809         * tree-parloops.c: Likewise.
23810         * tree-pretty-print.c: Likewise.
23811         * tree-profile.c: Likewise.
23812         * tree-sra.c: Likewise.
23813         * tree-ssa-alias.c: Likewise.
23814         * tree-ssa-live.c: Likewise.
23815         * tree-ssa-loop-ivcanon.c: Likewise.
23816         * tree-ssa-loop-ivopts.c: Likewise.
23817         * tree-ssa-pre.c: Likewise.
23818         * tree-ssa-sccvn.c: Likewise.
23819         * tree-ssa-strlen.c: Likewise.
23820         * tree-ssa-structalias.c: Likewise.
23821         * tree-streamer-in.c: Likewise.
23822         * tree-streamer-out.c: Likewise.
23823         * tree-streamer.c: Likewise.
23824         * tree-switch-conversion.c: Likewise.
23825         * tree-tailcall.c: Likewise.
23826         * tree-vect-data-refs.c: Likewise.
23827         * tree-vect-stmts.c: Likewise.
23828         * tree-vectorizer.c: Likewise.
23829         * tree.c: Likewise.
23830         * tsan.c: Likewise.
23831         * ubsan.c: Likewise.
23832         * value-prof.c: Likewise.
23833         * varasm.c: Likewise.
23834         * varpool.c: Likewise.
23835         * config/arm/arm.c: Likewise.
23836         * config/bfin/bfin.c: Likewise.
23837         * config/c6x/c6x.c: Likewise.
23838         * config/cris/cris.c: Likewise.
23839         * config/darwin-c.c: Likewise.
23840         * config/darwin.c: Likewise.
23841         * config/i386/i386.c: Likewise.
23842         * config/i386/winnt.c: Likewise.
23843         * config/microblaze/microblaze.c: Likewise.
23844         * config/mips/mips.c: Likewise.
23845         * config/rs6000/rs6000.c: Likewise.
23846         * config/rx/rx.c: Likewise.
23847         * config/s390/s390.c: Likewise.
23848         * config/tilegx/mul-tables.c: Likewise.
23850 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23852         * config/aarch64/aarch64.c, config/alpha/alpha.c,
23853         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
23854         config/c6x/c6x.c, config/cr16/cr16.c, config/cris/cris.c,
23855         config/fr30/fr30.c, config/frv/frv.c, config/h8300/h8300.c,
23856         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
23857         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
23858         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
23859         config/microblaze/microblaze.c, config/mips/mips.c,
23860         config/mmix/mmix.c, config/mn10300/mn10300.c,
23861         config/moxie/moxie.c, config/msp430/msp430.c,
23862         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
23863         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
23864         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
23865         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
23866         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
23867         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
23868         config/visium/visium.c, config/xtensa/xtensa.c: Add comment above
23869         target-def.h include.
23870         * config/ft32/ft32.c: Likewise.  Fix misapplied hunk.
23872 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23874         * Makefile.in (TARGET_DEF): Add target-insns.def.
23875         (.PRECIOUS, simple_rtl_generated_h): Add insn-target-def.h.
23876         (build/gentarget-def.o): New rule.
23877         (genprogrtl): Add target-def.
23878         * target-insns.def, gentarget-def.c: New files.
23879         * target.def: Add targetm.have_* and targetm.gen_* hooks,
23880         based on the contents of target-insns.def.
23881         * defaults.h (HAVE_simple_return, gen_simple_return): Delete.
23882         (HAVE_return, gen_return): Delete.
23883         * target-def.h: Include insn-target-def.h.
23884         * cfgrtl.c (force_nonfallthru_and_redirect): Use targetm interface
23885         instead of direct calls.  Rely on them to do the appropriate assertions.
23886         * function.c (gen_return_pattern): Likewise.  Return an rtx_insn *.
23887         (convert_jumps_to_returns): Use targetm interface instead of
23888         direct calls.
23889         (thread_prologue_and_epilogue_insns): Likewise.
23890         * reorg.c (find_end_label, dbr_schedule): Likewise.
23891         * shrink-wrap.h (SHRINK_WRAPPING_ENABLED): Likewise.
23892         * shrink-wrap.c (convert_to_simple_return): Likewise.
23893         (try_shrink_wrapping): Use SHRINK_WRAPPING_ENABLED.
23895 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23897         * config/aarch64/aarch64.c, config/alpha/alpha.c, config/arm/arm.c,
23898         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
23899         config/cr16/cr16.c, config/cris/cris.c, config/fr30/fr30.c,
23900         config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
23901         config/i386/i386.c, config/ia64/ia64.c, config/iq2000/iq2000.c,
23902         config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
23903         config/m68k/m68k.c, config/mcore/mcore.c, config/mep/mep.c,
23904         config/microblaze/microblaze.c, config/mips/mips.c, config/mmix/mmix.c,
23905         config/mn10300/mn10300.c, config/moxie/moxie.c, config/msp430/msp430.c,
23906         config/nds32/nds32.c, config/nios2/nios2.c, config/nvptx/nvptx.c,
23907         config/pa/pa.c, config/pdp11/pdp11.c, config/rl78/rl78.c,
23908         config/rs6000/rs6000.c, config/rx/rx.c, config/s390/s390.c,
23909         config/sh/sh.c, config/sparc/sparc.c, config/spu/spu.c,
23910         config/stormy16/stormy16.c, config/tilegx/tilegx.c,
23911         config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
23912         config/visium/visium.c, config/xtensa/xtensa.c: Move target-def.h
23913         includes to end.
23915 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23917         * hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
23918         (unbounded_int_hashmap_traits::key_type): Likewise.
23919         * hash-map.h (hash_map): Get the key type from the traits.
23920         * hash-traits.h (default_hash_traits): By default, inherit from the
23921         template parameter.
23922         * alias.c (alias_set_traits): Delete.
23923         (alias_set_entry_d::children): Use alias_set_hash as the first
23924         template parameter.
23925         (record_alias_subset): Update accordingly.
23926         * except.c (tree_hash_traits): Delete.
23927         (type_to_runtime_map): Use tree_hash as the first template parameter.
23928         (init_eh): Update accordingly.
23929         * genmatch.c (capture_id_map_hasher): Delete.
23930         (cid_map_t): Use nofree_string_hash as first template parameter.
23931         * ipa-icf.h (symbol_compare_hashmap_traits): Delete.
23932         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
23933         Use symbol_compare_hash as the first template parameter in
23934         subdivide_hash_map.
23935         * mem-stats.h (mem_usage_pair::mem_alloc_hashmap_traits): Delete.
23936         (mem_usage_pair::mem_map_t): Use mem_location_hash as the first
23937         template parameter.
23938         * passes.c (pass_registry_hasher): Delete.
23939         (name_to_pass_map): Use nofree_string_hash as the first template
23940         parameter.
23941         (register_pass_name): Update accordingly.
23942         * sanopt.c (sanopt_tree_map_traits): Delete.
23943         (sanopt_tree_triplet_map_traits): Delete.
23944         (sanopt_ctx::asan_check_map): Use tree_operand_hash as the first
23945         template parameter.
23946         (sanopt_ctx::vptr_check_map): Use sanopt_tree_triplet_hash as
23947         the first template parameter.
23948         * sese.c (rename_map_hasher): Delete.
23949         (rename_map_type): Use tree_ssa_name_hash as the first template
23950         parameter.
23951         * symbol-summary.h (function_summary::summary_hashmap_traits): Delete.
23952         (function_summary::m_map): Use map_hash as the first template
23953         parameter.
23954         (function_summary::release): Update accordingly.
23955         * tree-if-conv.c (phi_args_hash_traits): Delete.
23956         (predicate_scalar_phi): Use tree_operand_hash as the first template
23957         parameter to phi_arg_map.
23958         * tree-inline.h (dependence_hasher): Delete.
23959         (copy_body_data::dependence_map): Use dependence_hash as the first
23960         template parameter.
23961         * tree-inline.c (remap_dependence_clique): Update accordingly.
23962         * tree-ssa-strlen.c (stridxlist_hash_traits): Delete.
23963         (decl_to_stridxlist_htab): Use tree_decl_hash as the first template
23964         parameter.
23965         (addr_stridxptr): Update accordingly.
23966         * value-prof.c (profile_id_traits): Delete.
23967         (cgraph_node_map): Use profile_id_hash as the first template
23968         parameter.
23969         (init_node_map): Update accordingly.
23970         * config/alpha/alpha.c (string_traits): Delete.
23971         (machine_function::links): Use nofree_string_hash as the first
23972         template parameter.
23973         (alpha_use_linkage, alpha_write_linkage): Update accordingly.
23974         * config/m32c/m32c.c (pragma_traits): Delete.
23975         (pragma_htab): Use nofree_string_hash as the first template parameter.
23976         (m32c_note_pragma_address): Update accordingly.
23977         * config/mep/mep.c (pragma_traits): Delete.
23978         (pragma_htab): Use nofree_string_hash as the first template parameter.
23979         (mep_note_pragma_flag): Update accordingly.
23980         * config/mips/mips.c (mips16_flip_traits): Delete.
23981         (mflip_mips16_htab): Use nofree_string_hash as the first template
23982         parameter.
23983         (mflip_mips16_use_mips16_p): Update accordingly.
23984         (local_alias_traits): Delete.
23985         (mips16_local_aliases): Use nofree_string_hash as the first template
23986         parameter.
23987         (mips16_local_alias): Update accordingly.
23989 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23991         * hash-map-traits.h (default_hashmap_traits): Delete.
23993 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
23995         * hash-map-traits.h (unbounded_hashmap_traits): New class.
23996         (unbounded_int_hashmap_traits): Likewise.
23997         * cfgexpand.c (part_traits): Use unbounded_int_hashmap_traits.
23999 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24001         * ipa-icf.h (symbol_compare_hash): New class.
24002         (symbol_compare_hashmap_traits): Use it.
24003         * mem-stats.h (mem_alloc_description::mem_location_hash): New class.
24004         (mem_alloc_description::mem_alloc_hashmap_traits): Use it.
24005         (mem_alloc_description::reverse_mem_map_t): Remove redundant
24006         default_hashmap_traits.
24007         * sanopt.c (sanopt_tree_triplet_hash): New class.
24008         (sanopt_tree_triplet_map_traits): Use it.
24010 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24012         * gengtype-parse.c (require_template_declaration): Allow '+' in
24013         template parameters.  Consolidate cases.
24014         * hash-traits.h (int_hash): New class.
24015         * alias.c (alias_set_hash): New structure.
24016         (alias_set_traits): Use it.
24017         * symbol-summary.h (function_summary::map_hash): New class.
24018         (function_summary::summary_hashmap_traits): Use it.
24019         * tree-inline.h (dependence_hash): New class.
24020         (dependence_hasher): Use it.
24021         * tree-ssa-reassoc.c (oecount_hasher): Use int_hash.
24022         * value-prof.c (profile_id_hash): New class.
24023         (profile_id_traits): Use it.
24025 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24027         * config/mips/mips.c (mips16_flip_traits): Use it.
24028         (local_alias_traits, mips16_local_aliases): Convert from a map of
24029         rtxes to a map of symbol names.
24030         (mips16_local_alias): Update accordingly.
24032 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24034         * hash-traits.h (string_hash, nofree_string_hash): New classes.
24035         * genmatch.c (capture_id_map_hasher): Use nofree_string_hash.
24036         * passes.c (pass_registry_hasher): Likewise.
24037         * config/alpha/alpha.c (string_traits): Likewise.
24038         * config/i386/winnt.c (i386_find_on_wrapper_list): Likewise.
24039         * config/m32c/m32c.c (pragma_traits): Likewise.
24040         * config/mep/mep.c (pragma_traits): Likewise.
24042 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24044         * tree-hash-traits.h (tree_hash): New class.
24045         * except.c: Include tree-hash-traits.h.
24046         (tree_hash_traits): Use tree_hash.
24048 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24050         * tree-hash-traits.h (tree_ssa_name_hasher): New class.
24051         * sese.c: Include tree-hash-traits.h.
24052         (rename_map_hasher): Use tree_ssa_name_hasher.
24054 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24056         * tree-hash-traits.h (tree_decl_hash): New class.
24057         * tree-ssa-strlen.c: Include tree-hash-traits.h.
24058         (stridxlist_hash_traits): Use tree_decl_hash.
24060 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24062         * tree-hash-traits.h: New file.
24063         (tree_operand_hash): New class.
24064         * sanopt.c: Include tree-hash-traits.h.
24065         (sanopt_tree_map_traits): Use tree_operand_hash.
24066         * tree-if-conv.c: Include tree-hash-traits.h.
24067         (phi_args_hash_traits): Use tree_operand_hash.
24068         * tree-ssa-uncprop.c: Include tree-hash-traits.h.
24069         (val_ssa_equiv_hash_traits): Use tree_operand_hash.
24071 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24073         * hash-map-traits.h: Include hash-traits.h.
24074         (simple_hashmap_traits): New class.
24075         * mem-stats.h (hash_map): Change the default traits to
24076         simple_hashmap_traits<default_hash_traits<Key> >.
24078 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24080         * hash-table.h: Update comments.
24082 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24084         * hash-traits.h (default_hash_traits): New structure.
24085         * hash-set.h (default_hashset_traits): Delete.
24086         (hash_set): Use default_hash_traits<Key> instead of
24087         default_hashset_traits.  Delete hash_entry type and use Key directly.
24088         * ipa-devirt.c (pair_traits): Delete.
24089         (default_hash_traits <type_pair>): Override.
24090         (odr_subtypes_equivalent_p): Remove pair_types template parameter.
24091         (odr_types_equivalent_p, add_type_duplicate): Likewise.
24093 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24095         * hash-traits.h (typed_noop_remove): Don't require a pointer type.
24097 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24099         * hash-table.h (has_is_deleted, is_deleted_helper): Delete.
24100         (has_is_empty, is_empty_helper): Delete.
24101         (has_mark_deleted, mark_deleted_helper): Delete.
24102         (has_mark_empty, mark_empty_helper): Delete.
24103         (hash_table::is_deleted): Call the Descriptor unconditionally.
24104         (hash_table::is_empty): Likewise.
24105         (hash_table::mark_deleted): Likewise.
24106         (hash_table::mark_empty): Likewise.
24108 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24110         * cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.  Remove
24111         redundant typedefs and members.
24112         * coverage.c (counts_entry): Inherit from pointer_hash.  Remove
24113         redundant typedefs.
24114         * dwarf2out.c (cu_hash_table_entry_hasher): Likewise.
24115         * ipa-devirt.c (odr_name_hasher): Likewise.
24116         (polymorphic_call_target_hasher): Likewise.
24117         * ira-costs.c (cost_classes_hasher): Likewise.
24118         * statistics.c (stats_counter_hasher): Likewise.
24119         * trans-mem.c (log_entry_hasher): Likewise.
24120         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
24121         * tree-ssa-sccvn.c (vn_phi_hasher, vn_reference_hasher): Likewise.
24122         * tree-ssa-tail-merge.c (same_succ_def): Likewise.
24123         * var-tracking.c (variable_hasher): Likewise.
24124         * valtrack.h (dead_debug_hash_descr): Inherit from free_ptr_hash.
24125         Remove redundant typedefs and members.
24127 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24129         * hash-traits.h (ggc_cache_hasher): Rename to...
24130         (ggc_cache_remove): ...this and remove typedefs.
24131         (ggc_cache_ptr_hash): New class.
24132         * hash-table.h: Update commentary.
24133         * emit-rtl.c (const_int_hasher): Inherit from ggc_cache_ptr_hash
24134         rather than ggc_cache_hasher.
24135         (const_wide_int_hasher, reg_attr_hasher): Likewise.
24136         (const_double_hasher, const_fixed_hasher): Likewise.
24137         * function.c (insn_cache_hasher): Likewise.
24138         * trans-mem.c (tm_wrapper_hasher): Likewise.
24139         * tree.h (tree_decl_map_cache_hasher): Likewise.
24140         * tree.c (type_cache_hasher, int_cst_hasher): Likewise.
24141         (cl_option_hasher, tree_vec_map_cache_hasher): Likewise.
24142         * ubsan.c (tree_type_map_cache_hasher): Likewise.
24143         * varasm.c (tm_clone_hasher): Likewise.
24144         * config/i386/i386.c (dllimport_hasher): Likewise.
24145         * config/nvptx/nvptx.c (declared_libfunc_hasher): Likewise.
24146         (tree_hasher): Likewise.
24148 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24150         * hash-traits.h (ggc_hasher): Rename to...
24151         (ggc_remover): ...this and remove typedefs.
24152         (ggc_cache_hasher): Update accordingly.  Add typedefs.
24153         (ggc_ptr_hash): New class.
24154         * hash-table.h: Update comment.
24155         * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than
24156         ggc_hasher.
24157         * cgraph.h (section_name_hasher, cgraph_edge_hasher): Likewise.
24158         (tree_descriptor_hasher): Likewise.
24159         * cgraph.c (function_version_hasher): Likewise.
24160         * dwarf2out.c (indirect_string_hasher, dwarf_file_hasher): Likewise.
24161         (decl_die_hasher, block_die_hasher, decl_loc_hasher): Likewise.
24162         (dw_loc_list_hasher, addr_hasher): Likewise.
24163         * function.h (used_type_hasher): Likewise.
24164         * function.c (temp_address_hasher): Likewise.
24165         * gimple-ssa.h (tm_restart_hasher, ssa_name_hasher): Likewise.
24166         * libfuncs.h (libfunc_hasher): Likewise.
24167         * lto-streamer.h (decl_state_hasher): Likewise.
24168         * optabs.c (libfunc_decl_hasher): Likewise.
24169         * tree-scalar-evolution.c (scev_info_hasher): Likewise.
24170         * varasm.c (section_hasher, object_block_hasher): Likewise.
24171         (const_rtx_desc_hasher): Likewise.
24172         * config/darwin.c (indirection_hasher, cfstring_hasher): Likewise.
24173         * config/rs6000/rs6000.c (toc_hasher, builtin_hasher): Likewise.
24175 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24177         * hash-traits.h (free_ptr_hash): New class.
24178         * dwarf2out.c (decl_table_entry_hasher): Inherit from free_ptr_hash
24179         rather than typed_free_remove.  Remove redudant typedefs.
24180         (external_ref_hasher): Likewise.
24181         * except.c (action_record_hasher, ttypes_filter_hasher): Likewise.
24182         (ehspec_hasher): Likewise.
24183         * ggc-common.c (saving_hasher): Likewise.
24184         * gimplify.c (gimplify_hasher): Likewise.
24185         * haifa-sched.c (delay_i2_hasher): Likewise.
24186         * loop-invariant.c (invariant_expr_hasher): Likewise.
24187         * loop-iv.c (biv_entry_hasher): Likewise.
24188         * loop-unroll.c (iv_split_hasher, var_expand_hasher): Likewise.
24189         * trans-mem.c (tm_mem_map_hasher, tm_memop_hasher): Likewise.
24190         * tree-cfg.c (locus_discrim_hasher): Likewise.
24191         * tree-eh.c (finally_tree_hasher): Likewise.
24192         * tree-into-ssa.c (var_info_hasher): Likewise.
24193         * tree-parloops.c (reduction_hasher, name_to_copy_hasher): Likewise.
24194         * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.
24195         * tree-ssa-phiopt.c (ssa_names_hasher): Likewise.
24196         * tree-ssa-pre.c (expr_pred_trans_d): Likewise.
24197         * tree-ssa-sccvn.c (vn_constant_hasher): Likewise.
24198         * tree-ssa-structalias.c (equiv_class_hasher): Likewise.
24199         (shared_bitmap_hasher): Likewise.
24200         * tree-ssa-threadupdate.c (redirection_data): Likewise.
24201         * tree-vectorizer.h (peel_info_hasher): Likewise.
24202         * tree-vectorizer.c (simduid_to_vf, simd_array_to_simduid): Likewise.
24203         * config/mips/mips.c (mips_lo_sum_offset_hasher): Likewise.
24205 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24207         * hash-table.h: Update comments.
24208         * hash-traits.h (pointer_hash): Don't inherit from typed_noop_remove.
24209         (nofree_ptr_hash): New class.
24210         * asan.c (asan_mem_ref_hasher): Inherit from nofree_ptr_hash rather
24211         than typed_noop_remove.  Remove redudant typedefs.
24212         * attribs.c (attribute_hasher): Likewise.
24213         * cfg.c (bb_copy_hasher): Likewise.
24214         * cselib.c (cselib_hasher): Likewise.
24215         * dse.c (invariant_group_base_hasher): Likewise.
24216         * dwarf2cfi.c (trace_info_hasher): Likewise.
24217         * dwarf2out.c (macinfo_entry_hasher): Likewise.
24218         (comdat_type_hasher, loc_list_hasher): Likewise.
24219         * gcse.c (pre_ldst_expr_hasher): Likewise.
24220         * genmatch.c (id_base): Likewise.
24221         * genrecog.c (test_pattern_hasher): Likewise.
24222         * gimple-ssa-strength-reduction.c (cand_chain_hasher): Likewise.
24223         * haifa-sched.c (delay_i1_hasher): Likewise.
24224         * hard-reg-set.h (simplifiable_subregs_hasher): Likewise.
24225         * ipa-icf.h (congruence_class_group_hash): Likewise.
24226         * ipa-profile.c (histogram_hash): Likewise.
24227         * ira-color.c (allocno_hard_regs_hasher): Likewise.
24228         * lto-streamer.h (string_slot_hasher): Likewise.
24229         * lto-streamer.c (tree_entry_hasher): Likewise.
24230         * plugin.c (event_hasher): Likewise.
24231         * postreload-gcse.c (expr_hasher): Likewise.
24232         * store-motion.c (st_expr_hasher): Likewise.
24233         * tree-sra.c (uid_decl_hasher): Likewise.
24234         * tree-ssa-coalesce.c (coalesce_pair_hasher): Likewise.
24235         (ssa_name_var_hash): Likewise.
24236         * tree-ssa-live.c (tree_int_map_hasher): Likewise.
24237         * tree-ssa-loop-im.c (mem_ref_hasher): Likewise.
24238         * tree-ssa-pre.c (pre_expr_d): Likewise.
24239         * tree-ssa-sccvn.c (vn_nary_op_hasher): Likewise.
24240         * vtable-verify.h (registration_hasher): Likewise.
24241         * vtable-verify.c (vtbl_map_hasher): Likewise.
24242         * config/arm/arm.c (libcall_hasher): Likewise.
24243         * config/i386/winnt.c (wrapped_symbol_hasher): Likewise.
24244         * config/ia64/ia64.c (bundle_state_hasher): Likewise.
24245         * config/sol2.c (comdat_entry_hasher): Likewise.
24246         * fold-const.c (fold): Use nofree_ptr_hash instead of pointer_hash.
24247         (print_fold_checksum, fold_checksum_tree): Likewise.
24248         (debug_fold_checksum, fold_build1_stat_loc): Likewise.
24249         (fold_build2_stat_loc, fold_build3_stat_loc): Likewise.
24250         (fold_build_call_array_loc): Likewise.
24251         * tree-ssa-ccp.c (gimple_htab): Likewise.
24252         * tree-browser.c (tree_upper_hasher): Inherit from nofree_ptr_hash
24253         rather than pointer_type.
24255 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24257         * hash-traits.h (pointer_hash::mark_deleted, pointer_hash::mark_empty)
24258         (pointer_hash::is_deleted, pointer_hash::is_empty): New functions.
24260 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24262         * hash-traits.h (ggc_hasher::remove): Take a reference parameter.
24263         (ggc_hasher::ggc_mx): Likewise.
24264         (ggc_cache_hasher): Inherit from ggc_hasher.  Remove definitions
24265         that duplicate ggc_hasher ones.
24267 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24269         * hash-table.h (hash_table): Add gt_cleare_cache as a friend.
24270         (gt_cleare_cache): Check here for deleted and empty entries.
24271         Replace handle_cache_entry with a call to keep_cache_entry.
24272         * hash-traits.h (ggc_cache_hasher::handle_cache_entry): Delete.
24273         (ggc_cache_hasher::keep_cache_entry): New function.
24274         * trans-mem.c (tm_wrapper_hasher::handle_cache_entry): Delete.
24275         (tm_wrapper_hasher::keep_cache_entry): New function.
24276         * tree.h (tree_decl_map_cache_hasher::handle_cache_entry): Delete.
24277         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
24278         * tree.c (type_cache_hasher::handle_cache_entry): Delete.
24279         (type_cache_hasher::keep_cache_entry): New function.
24280         (tree_vec_map_cache_hasher::handle_cache_entry): Delete.
24281         (tree_vec_map_cache_hasher::keep_cache_entry): New function.
24282         * ubsan.c (tree_type_map_cache_hasher::handle_cache_entry): Delete.
24283         (tree_type_map_cache_hasher::keep_cache_entry): New function.
24284         * varasm.c (tm_clone_hasher::handle_cache_entry): Delete.
24285         (tm_clone_hasher::keep_cache_entry): New function.
24286         * config/i386/i386.c (dllimport_hasher::handle_cache_entry): Delete.
24287         (dllimport_hasher::keep_cache_entry): New function.
24289 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24291         * hash-table.h: Include hash-traits.h.
24292         (typed_free_remove, typed_noop_remove, pointer_hash, ggc_hasher)
24293         (ggc_cache_hasher): Move to...
24294         * hash-traits.h: ...this new file.
24296 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
24298         * tree-core.h (struct tree_optimization_option): Make opts a pointer to
24299         struct cl_optimization.
24300         * tree.h (TREE_OPTIMIZATION): Return the pointer, not the address of it.
24301         * tree.c (make_node_stat): Allocate cl_optimization struct.
24302         (copy_node_stat): Allocate and copy cl_optimization struct.
24304 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
24306         * function.h (struct incoming_args): Move struct.
24307         (pass_by_reference, reference_callee_copied): Remove prototypes.
24308         * emit-rtl.h (struct incoming_args): Relocate struct here.
24309         * calls.h (pass_by_reference, reference_callee_copied): Relocate
24310         prototypes here.
24311         * function.c (pass_by_reference, reference_callee_copied): Move.
24312         * calls.c (pass_by_reference, reference_callee_copied): Relocate here.
24313         * cfgloop.h: Don't include tm.h or hard-reg-set.h.
24314         * ipa-chkp.c: Include calls.h.
24316 2015-06-25  Andrew Macleod  <amacleod@redhat.com>
24318         * alias.h (alias_set_type): Move typedef.
24319         * coretypes.h (alias_set_type): Relocate typedef here.
24320         * rtl.h: Don't include alias.h.
24322 2015-06-25  Andrew MacLeod  <amacleod@redhat.com>
24324         * cgraph.h (cgraph_rtl_info): Move to rtl.h
24325         (cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
24326         and instance.
24327         * rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
24328         * cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
24329         doesn't exist.
24330         * calls.c: Include hard-reg-set.h before rtl.h.
24331         * ira.c: Likewise.
24333 2015-06-25  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
24334             Vladimir Makarov  <vmakarov@redhat.com>
24336         * ira-color.c (assign_hard_reg): Remove unecessary bitmap check.
24337         Add assert.
24339 2015-06-25  Richard Biener  <rguenther@suse.de>
24341         * fold-const.c (fold_binary_loc): Move simplification of
24342         (X <<>> C1) & C2 ...
24343         * match.pd: ... here.
24345 2015-06-25  Eric Botcazou  <ebotcazou@adacore.com>
24347         * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
24349 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
24351         * match.pd: Add patterns for vec_conds between 1 and 0.
24353 2015-06-25  Richard Biener  <rguenther@suse.de>
24355         * tree-vect-stmts.c (vectorizable_conversion): Do not set
24356         STMT_VINFO_VEC_STMT for SLP.
24357         (vectorizable_store): Likewise.
24358         (vectorizable_load): Likewise.
24359         (vect_transform_stmt): Catch SLP vectorization clobbering
24360         STMT_VINFO_VEC_STMT.
24362 2015-06-25  Richard Biener  <rguenther@suse.de>
24364         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Improve debug
24365         dumping.
24366         (vect_create_mask_and_perm): Do not set STMT_VINFO_VEC_STMT and
24367         cleanup resulting dead code and parameters.
24368         (vect_transform_slp_perm_load): Adjust.
24370 2015-06-25  Nick Clifton  <nickc@redhat.com>
24372         * config/bfin/bfin.c (bfin_expand_prologue): Set
24373         current_function_static_stack_size if flag_stack_usage_info is set.
24374         * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
24375         * config/h8300/h8300.c (h8300_expand_prologue): Likewise.
24376         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
24377         * config/m32c/m32c.c (m32c_emit_prologue): Likewise.
24379 2015-06-25  Tom de Vries  <tom@codesourcery.com>
24381         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Don't claim in header
24382         comment that the generated IV is unsigned.
24384 2015-06-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24386         PR target/29693
24387         * config/arm/arm.c (arm_dbx_register_number): Return
24388         DWARF_FRAME_REGISTERS by default.
24390 2015-06-25  Tom de Vries  <tom@codesourcery.com>
24392         * dominance.c (calculate_dominance_info): Fix verify_dominators call
24393         argument.  Call verify_dominator when reusing dominator info.
24395 2015-06-24  Kaz Kojima  <kkojima@gcc.gnu.org>
24397         PR target/66563
24398         * config/sh/sh.md (GOTaddr2picreg): Add a new operand for
24399         an additional element of the unspec vector.  Modify indices
24400         of operands.
24401         (builtin_setjmp_receiver): Pass const0_rtx to gen_GOTaddr2picreg.
24402         * config/sh/sh.c (prepare_move_operands): Pass incremented
24403         const_int to gen_GOTaddr2picreg.
24404         (sh_expand_prologue): Pass const0_rtx to gen_GOTaddr2picreg.
24406 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
24408         * config/aarch64/aarch64.md (<optab><fcvt_target><GPF:mode>2):
24409         Condition on TARGET_FLOAT.
24411 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
24413         * doc/invoke.texi: Clarify AArch64 feature modifiers (no)fp, (no)simd
24414         and (no)crypto.
24416 2015-06-24  Alan Lawrence  <alan.lawrence@arm.com>
24418         * config/aarch64/aarch64-protos.h (aarch64_err_no_fpadvsimd): New.
24420         * config/aarch64/aarch64.md (mov<mode>/GPF, movtf): Use
24421         aarch64_err_no_fpadvsimd.
24423         * config/aarch64/aarch64.c (aarch64_err_no_fpadvsimd): New.
24424         (aarch64_layout_arg, aarch64_init_cumulative_args): Use
24425         aarch64_err_no_fpadvsimd if !TARGET_FLOAT and we need FP regs.
24426         (aarch64_expand_builtin_va_start, aarch64_setup_incoming_varargs):
24427         Turn error into assert, test TARGET_FLOAT.
24428         (aarch64_gimplify_va_arg_expr): Use aarch64_err_no_fpadvsimd, test
24429         TARGET_FLOAT.
24431 2015-06-24  Aldy Hernandez  <aldyh@redhat.com>
24433         PR debug/66482
24434         * dwarf2out.c (gen_formal_parameter_die): Remove assert.
24436 2015-06-24  Ilya Enkovich  <enkovich.gnu@gmail.com>
24438         * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
24440 2015-06-24  Renlin Li <renlin.li@arm.com>
24442         * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
24443         __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
24445 2015-06-24  Richard Biener  <rguenther@suse.de>
24447         * genmatch.c (enum tree_code): Add VIEW_CONVERT[012].
24448         (main): Likewise.
24449         (lower_opt_convert): Support lowering of conditional view_convert.
24450         (parser::parse_operation): Likewise.
24451         (parser::parse_for): Likewise.
24453 2015-06-24  Renlin Li  <renlin.li@arm.com>
24455         * varasm.c (emit_local): Use unsigned int for align variable.
24457 2015-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24459         PR target/63408
24460         * config/arm/arm.c (vfp3_const_double_for_fract_bits): Disable
24461         for negative numbers.
24463 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24465         PR rtl-optimization/66306
24466         * reload.c (find_reloads): Swap the match_dup info for
24467         commutative operands.
24469 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24471         * config/s390/vx-builtins.md
24472         ("vec_scatter_element<mode>_<non_vec_int>")
24473         ("vec_scatter_element<V_HW_64:mode>_SI"): Replace gf mode
24474         attribute with bhfgq.
24476 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24478         * config/s390/s390-builtins.def: Fix vpopct instruction comments.
24480 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24482         * config/s390/s390-builtin-types.def: Add flag to indicate the
24483         options under which the function type is needed.
24484         * config/s390/s390-builtins.def: Add flag to indicate the options
24485         under which the builtin is enabled.
24486         * config/s390/s390-builtins.h: Add flags parameter to macro
24487         definitions.
24488         (bflags_for_builtin): New function.
24489         (flags_for_builtin): Renamed to ...
24490         (opflags_for_builtin): ... this.
24491         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Rename
24492         flags_for_builtin to bflags_for_builtin and
24493         flags_overloaded_builtin_var to opflags_overloaded_builtin_var.
24494         * config/s390/s390.c: Add initialization of bflags_builtin and
24495         opflags_builtin arrays.
24496         Remove code for flags_builtin.
24497         (s390_init_builtins): Only create builtin function types if one of
24498         their flags is active.
24499         Only create builtins if all of their flags are active.
24500         (s390_expand_builtin): Rename flags_for_builtin to
24501         opflags_for_builtin.
24503 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24505         * config/s390/vecintrin.h: Remove internal builtins.
24507 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24509         * config/s390/s390.c (s390_secondary_reload): Fix check for
24510         GENERAL_REGS register class.
24512 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24514         * config/s390/s390.c (s390_support_vector_misalignment): Call
24515         default implementation for !TARGET_VX.
24517 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24519         * config/s390/s390.c (s390_legitimate_constant_p): Add
24520         TARGET_VX check.
24522 2015-06-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24524         * config/s390/s390.c (s390_vector_abi): New variable definition.
24525         (s390_check_type_for_vector_abi): New function.
24526         (TARGET_ASM_FILE_END): New macro definition.
24527         (s390_asm_file_end): New function.
24528         (s390_function_arg): Call s390_check_type_for_vector_abi.
24529         (s390_gimplify_va_arg): Likewise.
24530         * configure: Regenerate.
24531         * configure.ac: Check for .gnu_attribute Binutils feature.
24533 2015-06-23  Chen Gang  <gang.chen.5i5j@gmail.com>
24535         PR target/65803
24536         * config/bfin/bfin.c (hwloop_optimize): Initialize
24537         JUMP_LABEL for newly created jump.
24539 2015-06-23  Tristan Gingold  <gingold@adacore.com>
24541         * collect-utils.c (collect_wait): Unlink the response file here
24542         instead of...
24543         (do_wait): ...here.
24544         (utils_cleanup): ...and here.
24546 2015-06-23  Richard Sandiford  <richard.sandiford@arm.com>
24548         * df-scan.c: Don't include target-def.h.
24549         * targhooks.c: Likewise.
24550         * config/arm/arm-c.c: Likewise.
24551         * config/i386/i386-c.c: Likewise.
24552         * config/nds32/nds32-cost.c: Likewise.
24553         * config/nds32/nds32-fp-as-gp.c: Likewise.
24554         * config/nds32/nds32-intrinsic.c: Likewise.
24555         * config/nds32/nds32-isr.c: Likewise.
24556         * config/nds32/nds32-md-auxiliary.c: Likewise.
24557         * config/nds32/nds32-memory-manipulation.c: Likewise.
24558         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
24559         * config/nds32/nds32-predicates.c: Likewise.
24561 2015-06-23  Richard Biener  <rguenther@suse.de>
24563         PR tree-optimization/66636
24564         * tree-vect-stmts.c (vectorizable_store): Properly compute the
24565         def type for further defs for strided stores.
24567 2015-06-23  Nathan Sidwell  <nathan@codesourcery.com>
24569         * config/nvptx/nvptx.md (sel_true<mode>, sel_false<mode>): New
24570         conditional selects.
24571         (setcc_int<mode>, setcc_float<mode>): Reformat.
24573 2015-06-23  Marek Polacek  <polacek@redhat.com>
24575         * match.pd ((x + y) - (x | y) -> x & y,
24576         (x + y) - (x & y) -> x | y): New patterns.
24578 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
24580         PR 65711
24581         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move
24582         '-dynamic-linker' within %{!shared: ...}.
24584 2015-06-23  Uros Bizjak  <ubizjak@gmail.com>
24586         PR target/66560
24587         * config/i386/predicates.md (addsub_vm_operator): New predicate.
24588         (addsub_vs_operator): Ditto.
24589         (addsub_vs_parallel): Ditto.
24590         * config/i386/sse.md (ssedoublemode): Add V4SF and V2DF modes.
24591         (avx_addsubv4df3, avx_addsubv8sf3, sse3_addsubv2df3, sse3_addsubv4sf3):
24592         Put minus RTX before plus and adjust vec_merge selector.
24593         (*avx_addsubv4df3_1, *avx_addsubv4df3_1s, *sse3_addsubv2df3_1)
24594         (*sse_addsubv2df3_1s, *avx_addsubv8sf3_1, *avx_addsubv8sf3_1s)
24595         (*sse3_addsubv4sf3_1, *sse_addsubv4sf3_1s): Remove insn patterns.
24596         (addsub vec_merge splitters): New combiner splitters.
24597         (addsub vec_select/vec_concat splitters): Ditto.
24599 2015-06-23  Bin Cheng  <bin.cheng@arm.com>
24601         PR tree-optimization/66449
24602         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Use
24603         POINTER_PLUS_EXPR for pointers.
24605 2015-06-23  Alan Modra  <amodra@gmail.com>
24607         * rtlanal.c (commutative_operand_precedence): Correct comments.
24608         * simplify-rtx.c (simplify_plus_minus_op_data_cmp): Delete forward
24609         declaration.  Return an int.  Distinguish REG,REG return from
24610         others.
24611         (struct simplify_plus_minus_op_data): Make local to function.
24612         (simplify_plus_minus): Don't set canonicalized if merely sorting
24613         registers.  Avoid packing ops if nothing changes.  White space fixes.
24615 2015-06-22  Pierre-Marie de Rodat  <derodat@adacore.com>
24617         * gcc.c (default_compilers): Pass "-o %g.s" to cc1 for headers even if
24618         -fdump-ada-spec is passed but not if -fsyntax-only is.
24620 2015-06-22  Vladimir Makarov  <vmakarov@redhat.com>
24622         PR bootstrap/63740
24623         * lra-lives.c (process_bb_lives): Check insn copying the same
24624         reload pseudo and don't create a copy for it.
24626 2015-06-22  Tom de Vries  <tom@codesourcery.com>
24628         * tree-parloops.c (transform_to_exit_first_loop_alt): Add update_stmt
24629         for cond_stmt.
24631 2015-06-22  Tom de Vries  <tom@codesourcery.com>
24633         * builtins.def (DEF_GOMP_BUILTIN): Test
24634         'flag_tree_parallelize_loops > 1' instead of
24635         'flag_tree_parallelize_loops'.  Test flag_cilkplus.
24637 2015-06-22  Tom de Vries  <tom@codesourcery.com>
24639         * dominance.c (calculate_dominance_info): Verify dominators if
24640         early-out.
24642 2015-06-22  Marek Polacek  <polacek@redhat.com>
24644         * match.pd ((x ^ y) ^ (x | y) -> x & y,
24645         (x & y) + (x ^ y) -> x | y, (x & y) | (x ^ y) -> x | y,
24646         (x & y) ^ (x ^ y) -> x | y, (x & y) + (x | y) -> x + y,
24647         (x | y) - (x ^ y) -> x & y, (x | y) - (x & y) -> x ^ y): New patterns.
24649 2015-06-22  Uros Bizjak  <ubizjak@gmail.com>
24651         PR target/65871
24652         * config/i386/i386.c (ix86_rtx_costs) <case COMPARE>: Ignore the
24653         cost of embedded comparison.
24655 2015-06-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24657         PR target/65914
24658         * config/rs6000/predicates.md (altivec_register_operand): Permit
24659         virtual stack registers.
24660         (vsx_register_operand): Likewise.
24661         (vfloat_operand): Likewise.
24662         (vint_operand): Likewise.
24663         (vlogical_operand): Likewise.
24665 2015-06-22  Richard Biener  <rguenther@suse.de>
24667         * tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec
24668         and single_scalar_iteration_cost members.
24669         (LOOP_VINFO_SCALAR_ITERATION_COST): New.
24670         (LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST): Likewise.
24671         (vect_get_single_scalar_iteration_cost): Remove.
24672         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
24673         Use LOOP_VINFO_SCALAR_ITERATION_COST.
24674         * tree-vect-loop.c (destroy_loop_vec_info): Free
24675         scalar_cost_vec.
24676         (vect_get_single_scalar_iteration_cost): Compute result into
24677         LOOP_VINFO_SINGLE_SCALAR_ITERATION_COST and
24678         LOOP_VINFO_SCALAR_ITERATION_COST.  Make static.
24679         (vect_analyze_loop_2): Call vect_get_single_scalar_iteration_cost.
24680         (vect_estimate_min_profitable_iters): Use them.
24682 2015-06-22  Christian Bruel  <christian.bruel@st.com>
24684         PR target/52144
24685         * config/arm/arm.c (add_attribute, arm_insert_attributes): New functions
24686         (TARGET_INSERT_ATTRIBUTES): Define.
24687         (thumb_flipper): New var.
24688         * config/arm/arm.opt (-mflip-thumb): New switch.
24690 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
24691             Martin Liska  <mliska@suse.cz>
24693         PR ipa/65908
24694         * ipa-icf.c (sem_item::target_supports_symbol_aliases): Remove
24695         construction of arg_types.
24696         (sem_function::sem_function): Likewise.
24697         (sem_function::~sem_function): Remove destruction of arg_types.
24698         (sem_function::compatible_parm_types_p): New function.
24699         (sem_function::equals_wpa): Reorg matching of return values
24700         and parameter types.
24701         (sem_function::equals_private): Reorg mathcing of argument types.
24702         (sem_function::parse_tree_args): Remove.
24703         * ipa-icf.h (init_wpa): Do not call it.
24704         (parse_tree_args): Remove.
24705         (compatible_parm_types_p): Declare.
24706         (result_type): Remove.
24707         (arg_types): Remove.
24709 2015-06-22  Jan Hubicka  <hubicka@ucw.cz>
24711         PR ipa/66351
24712         * ipa-polymorphic-call.c
24713         (ipa_polymorphic_call_context::get_dynamic_type): Fix thinko when
24714         initializing alias oracle; fix formating; set base_alias_set if it
24715         is known.
24717 2015-06-22  Mikhail Maltsev  <maltsevm@gmail.com>
24719         * auto-inc-dec.c (reverse_mem, reverse_inc): Remove.
24720         (parse_add_or_inc): Use std::swap instead of reverse_{mem,inc}.
24721         (find_inc): Likewise.
24722         * combine.c (combine_simplify_rtx): Use std::swap instead of manually
24723         swapping.
24724         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
24725         * df-scan.c (df_swap_refs): Remove.
24726         (df_sort_and_compress_refs): Use std::swap instead of df_swap_refs.
24727         * dominance.c (link_roots): Use std::swap instead of manually swapping.
24728         * expr.c (expand_expr_real_2, do_store_flag): Likewise.
24729         * fold-const.c (fold_relational_const): Likewise.
24730         * genattrtab.c (simplify_test_exp): Likewise.
24731         * gimple-match-head.c (gimple_resimplify2, gimple_resimplify3,
24732         gimple_simplify): Likewise.
24733         * ifcvt.c (noce_try_abs, find_if_header): Likewise.
24734         * internal-fn.c (expand_addsub_overflow, expand_mul_overflow): Likewise.
24735         * ipa-devirt.c (add_type_duplicate): Likewise.
24736         * loop-iv.c (get_biv_step_1, iv_number_of_iterations): Likewise.
24737         * lra-lives.c (lra_setup_reload_pseudo_preferenced_hard_reg): Likewise.
24738         * lra.c (lra_create_copy): Likewise.
24739         * lto-streamer-out.c (DFS::DFS): Likewise.
24740         * modulo-sched.c (get_sched_window): Likewise.
24741         * omega.c (omega_pretty_print_problem): Likewise.
24742         * optabs.c (prepare_float_lib_cmp, expand_mult_highpart): Likewise.
24743         * reload1.c (reloads_unique_chain_p): Likewise.
24744         * sel-sched-ir.c (exchange_lv_sets, exchange_av_sets): Remove.
24745         (exchange_data_sets): Move logic from exchange_{av,lv}_sets here and
24746         use std::swap.
24747         * simplify-rtx.c (simplify_unary_operation_1): Use std::swap instead of
24748         manually swapping.
24749         * tree-if-conv.c (is_cond_scalar_reduction, predicate_scalar_phi,
24750         predicate_mem_writes): Likewise.
24751         * tree-loop-distribution.c (pg_add_dependence_edges): Likewise.
24752         * tree-predcom.c (combine_chains): Likewise.
24753         * tree-ssa-alias.c (nonoverlapping_component_refs_p,
24754         refs_may_alias_p_1): Likewise.
24755         * tree-ssa-ifcombine.c (recognize_if_then_else): Likewise.
24756         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
24757         * tree-ssa-loop-niter.c (refine_bounds_using_guard,
24758         number_of_iterations_cond): Likewise.
24759         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
24760         * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
24761         * tree-vect-slp.c (vect_build_slp_tree): Likewise.
24762         * tree-vect-stmts.c (supportable_widening_operation): Likewise.
24763         * tree-vrp.c (extract_range_from_binary_expr_1,
24764         extract_range_from_unary_expr_1): Likewise.
24766 2015-06-20  Marek Polacek  <polacek@redhat.com>
24768         * common.opt (fsanitize-undefined-trap-on-error): Add Driver.
24770 2015-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
24772         PR target/66591
24773         * config/sh/sh.c (prepare_move_operands): Replace subreg
24774         index term with R0 for base and index addressing.
24776 2015-06-19  Jim Wilson  <jim.wilson@linaro.org>
24778         * config/aarch64/aarch64.md (mov<mode>:GPF): Don't call force_reg if
24779         op1 is an fp zero.
24780         (movsf_aarch64): Change condition from register_operand to
24781         aarch64_reg_or_fp_zero for op1.  Change type for alternative 6 to
24782         load1.  Change type for alternative 7 to store1.
24783         (movdf_aarch64): Likewise.
24785 2015-06-19  James Greenhalgh  <james.greenhalgh@arm.com>
24787         * config/vax/vax.md: Adjust sign/zero extend patterns to
24788         handle SUBREGs in operands[1].
24790 2015-06-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24792         * config/i386/i386.c (ix86_function_versions): Use std::swap instead
24793         of manually swapping.
24794         (expand_vec_perm_interleave2): Likewise.
24796 2015-06-19  Ilya Enkovich  <enkovich.gnu@gmail.com>
24798         * tree-chkp.c (chkp_compute_bounds_for_assignment): Don't
24799         reuse bounds created for abnormal ssa names.
24801 2015-06-19  Jakub Jelinek  <jakub@redhat.com>
24803         * config/nvptx/nvptx.md (allocate_stack): Rename to...
24804         (allocate_stack_<mode>): ... this, and add :P on both
24805         match_operand and unspec.
24806         (allocate_stack): New expander.
24808 2015-06-19  Christian Bruel  <christian.bruel@st.com>
24810         PR target/66541
24811         PR target/52144
24812         * config/arm/arm.c (arm_set_current_function): Handle
24813         explicit default options.
24815 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
24817         * config/i386/i386.md (*movsicc_noc_zext): New insn.
24818         (zero-extended cmove with mem peephole2): New pattern.
24819         (cmove with mem peephole2): Merge patterns.
24821 2015-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
24823         * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
24825 2015-06-18  Steve Ellcey  <sellcey@imgtec.com>
24827         * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check.
24828         * config/mips/mips.md (*madd4<mode>): Ditto.
24829         (*nmadd3<mode>) Ditto.
24830         (*nmadd4<mode>_fastmath): Ditto.
24831         (*nmadd3<mode>_fastmath): Ditto.
24832         (*nmsub4<mode>): Ditto.
24833         (*nmsub3<mode>): Ditto.
24834         (*nmsub4<mode>_fastmath): Ditto.
24835         (*nmsub3<mode>_fastmath): Ditto.
24837 2015-06-18  Michael Matz  <matz@suse.de>
24839         PR middle-end/66253
24840         * tree-vect-stmts.c (vectorizable_store): Implement non-SLP
24841         grouped strided stores.
24842         (vectorizable_load): Don't use the DR from first_stmt in
24843         the non-SLP grouped strided case.
24845 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
24847         PR target/66569
24848         * function.c (assign_bounds): Add arguments assign_regs,
24849         assign_special, assign_bt.
24850         (assign_parms): For vararg functions handle bounds in BT
24851         and special slots after incoming vararg bounds.
24853 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
24855         PR middle-end/66568
24856         * cfgexpand.c (expand_return): Handle missing bounds.
24857         (expand_gimple_stmt_1): Likewise.
24858         * tree-chkp.c (chkp_expand_zero_bounds): New.
24859         * tree-chkp.h (chkp_expand_zero_bounds): New.
24861 2015-06-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
24863         PR middle-end/66567
24864         * ipa-chkp.c (chkp_maybe_create_clone): Require
24865         functions to be instrumentable.
24866         * tree-chkp.c (chkp_replace_function_pointer): Use
24867         chkp_instrumentable_p instead of attribute check.
24869 2015-06-18  Richard Biener  <rguenther@suse.de>
24871         PR tree-optimization/66510
24872         * tree-vect-stmts.c (vectorizable_load): Properly compute the
24873         number of vector loads for SLP permuted loads.
24874         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Also
24875         check the stride for loop vectorization.
24876         (vect_enhance_data_refs_alignment): Deal with SLP adjusted
24877         vectorization factor.
24878         (vect_analyze_group_access): If the group size is not a power
24879         of two require a epilogue loop.
24880         * tree-vect-loop.c (vect_analyze_loop_2): Move alignment
24881         compute and optimizing and alias test pruning after final
24882         vectorization factor computation.
24883         * tree-vect-slp.c (vect_build_slp_tree_1): Remove check on
24884         vector alignment.
24885         (vect_transform_slp_perm_load): Properly compute the original
24886         number of vector load stmts.
24888 2015-06-18  Uros Bizjak  <ubizjak@gmail.com>
24890         * doc/invoke.texi (-fsanitize-sections): Split @var to avoid
24891         "unlikely character , in @var" warning.
24893 2015-06-17  Uros Bizjak  <ubizjak@gmail.com>
24895         * config/i386/i386.c (ix86_function_arg): Nest TARGET_64BIT code.
24896         (ix86_function_arg_advance): Ditto.
24897         (ix86_pass_by_reference): Ditto.  Rewrite MS_ABI part.
24899 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
24901         * function.h (struct rtl_data): Remove struct and accessor macros.
24902         * emit-rtl.h (struct rtl_data): Relocate to here.
24903         * Makefile.in (GTFILES): Add emit-rtl.h.
24904         * df-core.c: Include emit-rtl.h.
24905         * genattrtab.c: Likewise.
24906         * genconditions.c: Likewise.
24907         * genpreds.c: Likewise.
24908         * genrecog.c: Likewise.
24909         * regcprop.c: Likewise.
24910         * resource.c: Likewise.
24911         * sched-rgn.c: Likewise.
24912         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
24913         * config/i386/winnt.c: Likewise.
24915 2015-06-17  Jakub Jelinek  <jakub@redhat.com>
24917         PR middle-end/66429
24918         * omp-low.c (expand_omp_taskreg, expand_omp_target): Use child_cfun
24919         instead of DECL_STRUCT_FUNCTION (child_fn).  Or in has_simduid_loops
24920         and has_force_vectorize_loops flags from cfun into
24921         child_cfun.
24922         (expand_omp_simd): For broken loop, set cfun->has_simduid_loops
24923         if simduid is non-NULL.
24924         * tree-pass.h (make_pass_simduid_cleanup): New prototype.
24925         * passes.def (pass_simduid_cleanup): Add new pass after loop
24926         passes.
24927         * tree-vectorizer.c (adjust_simduid_builtins): Remove one unnecessary
24928         indirection from htab argument's type.
24929         (shrink_simd_arrays): New function.
24930         (vectorize_loops): Use it.  Adjust adjust_simduid_builtins caller.
24931         Don't call adjust_simduid_builtins if there are no loops.
24932         (pass_data_simduid_cleanup, pass_simduid_cleanup): New variables.
24933         (pass_simduid_cleanup::execute): New method.
24934         (make_pass_simduid_cleanup): New function.
24936 2017-06-17  Andrew MacLeod  <amacleod@redhat.com>
24938         * tree-core.h (tree_target_option): Make opts field a pointer to a
24939         cl_target_option instead of an instance of the struct.
24940         * tree.h (TREE_TARGET_OPTION): Return the pointer, not an address of
24941         the structure.
24942         * tree.c (make_node_stat ): Allocate a cl_target_option struct for
24943         TARGET_OPTION_NODE.
24944         (copy_node_stat): Allocate and copy struct cl_target_option.
24946 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
24948         * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):
24949         Remove conditional exposure of prototypes.
24950         (ANON_AGGRNAME_FORMAT, ANON_AGGRNAME_P): Delete.
24951         * tree.c (anon_aggrname_format, anon_aggrname_p): New.  Replace macro
24952         definitions in tree.h with functions.
24953         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Use
24954         anon_aggrname_p.
24955         * tree-streamer-out.c (write_ts_decl_minimal_tree_pointers): Likewise.
24957 2015-06-17  Segher Boessenkool  <segher@kernel.crashing.org>
24959         * config/rs6000/rs6000.md (*cmp<mode>_internal1): Rename to...
24960         (*cmp<mode>_signed): ... this.
24961         (*cmpsi_internal2, *cmpdi_internal2): Merge, rename to...
24962         (*cmp<mode>_unsigned): ... this.  Remove %b.
24964 2015-06-17  Andrew MacLeod  <amacleod@redhat.com>
24966         * coretypes.h: Include input.h and as-a.h.
24967         * rtl.h: Include input.h and as-a.h for generator files.
24968         * hwint.c: Include coretypes.h, don't include diagnostic-core.h.
24969         * vec.c: Don't include diagnostic-core.h.
24970         * alias.c: Do not include input.h, line-map.h or is-a.h.
24971         * asan.c: Likewise.
24972         * attribs.c: Likewise.
24973         * auto-inc-dec.c: Likewise.
24974         * auto-profile.c: Likewise.
24975         * bb-reorder.c: Likewise.
24976         * bt-load.c: Likewise.
24977         * builtins.c: Likewise.
24978         * caller-save.c: Likewise.
24979         * calls.c: Likewise.
24980         * ccmp.c: Likewise.
24981         * cfg.c: Likewise.
24982         * cfganal.c: Likewise.
24983         * cfgbuild.c: Likewise.
24984         * cfgcleanup.c: Likewise.
24985         * cfgexpand.c: Likewise.
24986         * cfghooks.c: Likewise.
24987         * cfgloop.c: Likewise.
24988         * cfgloop.h: Likewise.
24989         * cfgloopanal.c: Likewise.
24990         * cfgloopmanip.c: Likewise.
24991         * cfgrtl.c: Likewise.
24992         * cgraph.c: Likewise.
24993         * cgraphbuild.c: Likewise.
24994         * cgraphclones.c: Likewise.
24995         * cgraphunit.c: Likewise.
24996         * cilk-common.c: Likewise.
24997         * combine-stack-adj.c: Likewise.
24998         * combine.c: Likewise.
24999         * compare-elim.c: Likewise.
25000         * convert.c: Likewise.
25001         * coverage.c: Likewise.
25002         * cppbuiltin.c: Likewise.
25003         * cprop.c: Likewise.
25004         * cse.c: Likewise.
25005         * cselib.c: Likewise.
25006         * data-streamer-in.c: Likewise.
25007         * data-streamer-out.c: Likewise.
25008         * data-streamer.c: Likewise.
25009         * dbxout.c: Likewise.
25010         * dce.c: Likewise.
25011         * ddg.c: Likewise.
25012         * debug.c: Likewise.
25013         * df-core.c: Likewise.
25014         * df-problems.c: Likewise.
25015         * df-scan.c: Likewise.
25016         * df.h: Likewise.
25017         * dfp.c: Likewise.
25018         * diagnostic-core.h: Likewise.
25019         * diagnostic.c: Likewise.
25020         * dojump.c: Likewise.
25021         * dominance.c: Likewise.
25022         * domwalk.c: Likewise.
25023         * double-int.c: Likewise.
25024         * dse.c: Likewise.
25025         * dumpfile.c: Likewise.
25026         * dumpfile.h: Likewise.
25027         * dwarf2asm.c: Likewise.
25028         * dwarf2cfi.c: Likewise.
25029         * dwarf2out.c: Likewise.
25030         * emit-rtl.c: Likewise.
25031         * et-forest.c: Likewise.
25032         * except.c: Likewise.
25033         * explow.c: Likewise.
25034         * expmed.c: Likewise.
25035         * expr.c: Likewise.
25036         * final.c: Likewise.
25037         * fixed-value.c: Likewise.
25038         * fold-const.c: Likewise.
25039         * function.c: Likewise.
25040         * fwprop.c: Likewise.
25041         * gcc-plugin.h: Likewise.
25042         * gcse.c: Likewise.
25043         * generic-match-head.c: Likewise.
25044         * ggc-page.c: Likewise.
25045         * gimple-builder.c: Likewise.
25046         * gimple-expr.c: Likewise.
25047         * gimple-fold.c: Likewise.
25048         * gimple-iterator.c: Likewise.
25049         * gimple-low.c: Likewise.
25050         * gimple-match-head.c: Likewise.
25051         * gimple-pretty-print.c: Likewise.
25052         * gimple-ssa-isolate-paths.c: Likewise.
25053         * gimple-ssa-strength-reduction.c: Likewise.
25054         * gimple-streamer-in.c: Likewise.
25055         * gimple-streamer-out.c: Likewise.
25056         * gimple-streamer.h: Likewise.
25057         * gimple-walk.c: Likewise.
25058         * gimple.c: Likewise.
25059         * gimplify-me.c: Likewise.
25060         * gimplify.c: Likewise.
25061         * godump.c: Likewise.
25062         * graph.c: Likewise.
25063         * graphite-blocking.c: Likewise.
25064         * graphite-dependences.c: Likewise.
25065         * graphite-interchange.c: Likewise.
25066         * graphite-isl-ast-to-gimple.c: Likewise.
25067         * graphite-optimize-isl.c: Likewise.
25068         * graphite-poly.c: Likewise.
25069         * graphite-scop-detection.c: Likewise.
25070         * graphite-sese-to-poly.c: Likewise.
25071         * graphite.c: Likewise.
25072         * haifa-sched.c: Likewise.
25073         * hw-doloop.c: Likewise.
25074         * ifcvt.c: Likewise.
25075         * init-regs.c: Likewise.
25076         * input.c: Likewise.
25077         * internal-fn.c: Likewise.
25078         * ipa-chkp.c: Likewise.
25079         * ipa-comdats.c: Likewise.
25080         * ipa-cp.c: Likewise.
25081         * ipa-devirt.c: Likewise.
25082         * ipa-icf-gimple.c: Likewise.
25083         * ipa-icf.c: Likewise.
25084         * ipa-inline-analysis.c: Likewise.
25085         * ipa-inline-transform.c: Likewise.
25086         * ipa-inline.c: Likewise.
25087         * ipa-polymorphic-call.c: Likewise.
25088         * ipa-profile.c: Likewise.
25089         * ipa-prop.c: Likewise.
25090         * ipa-pure-const.c: Likewise.
25091         * ipa-ref.c: Likewise.
25092         * ipa-reference.c: Likewise.
25093         * ipa-split.c: Likewise.
25094         * ipa-utils.c: Likewise.
25095         * ipa-visibility.c: Likewise.
25096         * ipa.c: Likewise.
25097         * ira-build.c: Likewise.
25098         * ira-color.c: Likewise.
25099         * ira-conflicts.c: Likewise.
25100         * ira-costs.c: Likewise.
25101         * ira-emit.c: Likewise.
25102         * ira-lives.c: Likewise.
25103         * ira.c: Likewise.
25104         * jump.c: Likewise.
25105         * langhooks.c: Likewise.
25106         * lcm.c: Likewise.
25107         * loop-doloop.c: Likewise.
25108         * loop-init.c: Likewise.
25109         * loop-invariant.c: Likewise.
25110         * loop-iv.c: Likewise.
25111         * loop-unroll.c: Likewise.
25112         * lower-subreg.c: Likewise.
25113         * lra-assigns.c: Likewise.
25114         * lra-coalesce.c: Likewise.
25115         * lra-constraints.c: Likewise.
25116         * lra-eliminations.c: Likewise.
25117         * lra-lives.c: Likewise.
25118         * lra-remat.c: Likewise.
25119         * lra-spills.c: Likewise.
25120         * lra.c: Likewise.
25121         * lto-cgraph.c: Likewise.
25122         * lto-compress.c: Likewise.
25123         * lto-opts.c: Likewise.
25124         * lto-section-in.c: Likewise.
25125         * lto-section-out.c: Likewise.
25126         * lto-streamer-in.c: Likewise.
25127         * lto-streamer-out.c: Likewise.
25128         * lto-streamer.c: Likewise.
25129         * mcf.c: Likewise.
25130         * mode-switching.c: Likewise.
25131         * modulo-sched.c: Likewise.
25132         * omega.c: Likewise.
25133         * omp-low.c: Likewise.
25134         * optabs.c: Likewise.
25135         * opts-global.c: Likewise.
25136         * opts.h: Likewise.
25137         * passes.c: Likewise.
25138         * plugin.c: Likewise.
25139         * postreload-gcse.c: Likewise.
25140         * postreload.c: Likewise.
25141         * predict.c: Likewise.
25142         * pretty-print.h: Likewise.
25143         * print-rtl.c: Likewise.
25144         * print-tree.c: Likewise.
25145         * profile.c: Likewise.
25146         * real.c: Likewise.
25147         * realmpfr.c: Likewise.
25148         * recog.c: Likewise.
25149         * ree.c: Likewise.
25150         * reg-stack.c: Likewise.
25151         * regcprop.c: Likewise.
25152         * reginfo.c: Likewise.
25153         * regrename.c: Likewise.
25154         * regstat.c: Likewise.
25155         * reload.c: Likewise.
25156         * reload1.c: Likewise.
25157         * reorg.c: Likewise.
25158         * resource.c: Likewise.
25159         * rtl-chkp.c: Likewise.
25160         * rtl-error.c: Likewise.
25161         * rtlanal.c: Likewise.
25162         * rtlhooks.c: Likewise.
25163         * sanopt.c: Likewise.
25164         * sched-deps.c: Likewise.
25165         * sched-ebb.c: Likewise.
25166         * sched-rgn.c: Likewise.
25167         * sched-vis.c: Likewise.
25168         * sdbout.c: Likewise.
25169         * sel-sched-dump.c: Likewise.
25170         * sel-sched-ir.c: Likewise.
25171         * sel-sched.c: Likewise.
25172         * sese.c: Likewise.
25173         * shrink-wrap.c: Likewise.
25174         * simplify-rtx.c: Likewise.
25175         * stack-ptr-mod.c: Likewise.
25176         * statistics.c: Likewise.
25177         * stmt.c: Likewise.
25178         * stor-layout.c: Likewise.
25179         * store-motion.c: Likewise.
25180         * streamer-hooks.c: Likewise.
25181         * stringpool.c: Likewise.
25182         * symtab.c: Likewise.
25183         * target-globals.c: Likewise.
25184         * targhooks.c: Likewise.
25185         * toplev.c: Likewise.
25186         * tracer.c: Likewise.
25187         * trans-mem.c: Likewise.
25188         * tree-affine.c: Likewise.
25189         * tree-browser.c: Likewise.
25190         * tree-call-cdce.c: Likewise.
25191         * tree-cfg.c: Likewise.
25192         * tree-cfgcleanup.c: Likewise.
25193         * tree-chkp-opt.c: Likewise.
25194         * tree-chkp.c: Likewise.
25195         * tree-chrec.c: Likewise.
25196         * tree-complex.c: Likewise.
25197         * tree-data-ref.c: Likewise.
25198         * tree-dfa.c: Likewise.
25199         * tree-diagnostic.c: Likewise.
25200         * tree-dump.c: Likewise.
25201         * tree-eh.c: Likewise.
25202         * tree-emutls.c: Likewise.
25203         * tree-if-conv.c: Likewise.
25204         * tree-inline.c: Likewise.
25205         * tree-into-ssa.c: Likewise.
25206         * tree-iterator.c: Likewise.
25207         * tree-loop-distribution.c: Likewise.
25208         * tree-nested.c: Likewise.
25209         * tree-nrv.c: Likewise.
25210         * tree-object-size.c: Likewise.
25211         * tree-outof-ssa.c: Likewise.
25212         * tree-parloops.c: Likewise.
25213         * tree-phinodes.c: Likewise.
25214         * tree-predcom.c: Likewise.
25215         * tree-pretty-print.c: Likewise.
25216         * tree-profile.c: Likewise.
25217         * tree-scalar-evolution.c: Likewise.
25218         * tree-sra.c: Likewise.
25219         * tree-ssa-address.c: Likewise.
25220         * tree-ssa-alias.c: Likewise.
25221         * tree-ssa-ccp.c: Likewise.
25222         * tree-ssa-coalesce.c: Likewise.
25223         * tree-ssa-copy.c: Likewise.
25224         * tree-ssa-copyrename.c: Likewise.
25225         * tree-ssa-dce.c: Likewise.
25226         * tree-ssa-dom.c: Likewise.
25227         * tree-ssa-dse.c: Likewise.
25228         * tree-ssa-forwprop.c: Likewise.
25229         * tree-ssa-ifcombine.c: Likewise.
25230         * tree-ssa-live.c: Likewise.
25231         * tree-ssa-loop-ch.c: Likewise.
25232         * tree-ssa-loop-im.c: Likewise.
25233         * tree-ssa-loop-ivcanon.c: Likewise.
25234         * tree-ssa-loop-ivopts.c: Likewise.
25235         * tree-ssa-loop-manip.c: Likewise.
25236         * tree-ssa-loop-niter.c: Likewise.
25237         * tree-ssa-loop-prefetch.c: Likewise.
25238         * tree-ssa-loop-unswitch.c: Likewise.
25239         * tree-ssa-loop.c: Likewise.
25240         * tree-ssa-math-opts.c: Likewise.
25241         * tree-ssa-operands.c: Likewise.
25242         * tree-ssa-phiopt.c: Likewise.
25243         * tree-ssa-phiprop.c: Likewise.
25244         * tree-ssa-pre.c: Likewise.
25245         * tree-ssa-propagate.c: Likewise.
25246         * tree-ssa-reassoc.c: Likewise.
25247         * tree-ssa-sccvn.c: Likewise.
25248         * tree-ssa-scopedtables.c: Likewise.
25249         * tree-ssa-sink.c: Likewise.
25250         * tree-ssa-strlen.c: Likewise.
25251         * tree-ssa-structalias.c: Likewise.
25252         * tree-ssa-tail-merge.c: Likewise.
25253         * tree-ssa-ter.c: Likewise.
25254         * tree-ssa-threadedge.c: Likewise.
25255         * tree-ssa-threadupdate.c: Likewise.
25256         * tree-ssa-uncprop.c: Likewise.
25257         * tree-ssa-uninit.c: Likewise.
25258         * tree-ssa.c: Likewise.
25259         * tree-ssanames.c: Likewise.
25260         * tree-stdarg.c: Likewise.
25261         * tree-streamer-in.c: Likewise.
25262         * tree-streamer-out.c: Likewise.
25263         * tree-streamer.c: Likewise.
25264         * tree-switch-conversion.c: Likewise.
25265         * tree-tailcall.c: Likewise.
25266         * tree-vect-data-refs.c: Likewise.
25267         * tree-vect-generic.c: Likewise.
25268         * tree-vect-loop-manip.c: Likewise.
25269         * tree-vect-loop.c: Likewise.
25270         * tree-vect-patterns.c: Likewise.
25271         * tree-vect-slp.c: Likewise.
25272         * tree-vect-stmts.c: Likewise.
25273         * tree-vectorizer.c: Likewise.
25274         * tree-vrp.c: Likewise.
25275         * tree.c: Likewise.
25276         * tsan.c: Likewise.
25277         * ubsan.c: Likewise.
25278         * valtrack.c: Likewise.
25279         * value-prof.c: Likewise.
25280         * var-tracking.c: Likewise.
25281         * varasm.c: Likewise.
25282         * varpool.c: Likewise.
25283         * vmsdbgout.c: Likewise.
25284         * vtable-verify.c: Likewise.
25285         * web.c: Likewise.
25286         * wide-int.cc: Likewise.
25287         * xcoffout.c: Likewise.
25288         * common/common-target.h: Do not include input.h, line-map.h or is-a.h.
25289         * common/common-targhooks.c: Likewise.
25290         * config/aarch64/aarch64-builtins.c: Likewise.
25291         * config/aarch64/aarch64.c: Likewise.
25292         * config/alpha/alpha.c: Likewise.
25293         * config/arc/arc.c: Likewise.
25294         * config/arm/aarch-common.c: Likewise.
25295         * config/arm/arm-builtins.c: Likewise.
25296         * config/arm/arm-c.c: Likewise.
25297         * config/arm/arm.c: Likewise.
25298         * config/avr/avr-c.c: Likewise.
25299         * config/avr/avr-log.c: Likewise.
25300         * config/avr/avr.c: Likewise.
25301         * config/bfin/bfin.c: Likewise.
25302         * config/c6x/c6x.c: Likewise.
25303         * config/cr16/cr16.c: Likewise.
25304         * config/cris/cris.c: Likewise.
25305         * config/darwin-c.c: Likewise.
25306         * config/darwin.c: Likewise.
25307         * config/default-c.c: Likewise.
25308         * config/epiphany/epiphany.c: Likewise.
25309         * config/epiphany/mode-switch-use.c: Likewise.
25310         * config/epiphany/resolve-sw-modes.c: Likewise.
25311         * config/fr30/fr30.c: Likewise.
25312         * config/frv/frv.c: Likewise.
25313         * config/ft32/ft32.c: Likewise.
25314         * config/glibc-c.c: Likewise.
25315         * config/h8300/h8300.c: Likewise.
25316         * config/i386/i386-c.c: Likewise.
25317         * config/i386/i386.c: Likewise.
25318         * config/i386/msformat-c.c: Likewise.
25319         * config/i386/winnt-cxx.c: Likewise.
25320         * config/i386/winnt-stubs.c: Likewise.
25321         * config/i386/winnt.c: Likewise.
25322         * config/ia64/ia64-c.c: Likewise.
25323         * config/ia64/ia64.c: Likewise.
25324         * config/iq2000/iq2000.c: Likewise.
25325         * config/lm32/lm32.c: Likewise.
25326         * config/m32c/m32c-pragma.c: Likewise.
25327         * config/m32c/m32c.c: Likewise.
25328         * config/m32r/m32r.c: Likewise.
25329         * config/m68k/m68k.c: Likewise.
25330         * config/mcore/mcore.c: Likewise.
25331         * config/mep/mep-pragma.c: Likewise.
25332         * config/mep/mep.c: Likewise.
25333         * config/microblaze/microblaze-c.c: Likewise.
25334         * config/microblaze/microblaze.c: Likewise.
25335         * config/mips/mips.c: Likewise.
25336         * config/mmix/mmix.c: Likewise.
25337         * config/mn10300/mn10300.c: Likewise.
25338         * config/moxie/moxie.c: Likewise.
25339         * config/msp430/msp430-c.c: Likewise.
25340         * config/msp430/msp430.c: Likewise.
25341         * config/nds32/nds32-cost.c: Likewise.
25342         * config/nds32/nds32-fp-as-gp.c: Likewise.
25343         * config/nds32/nds32-intrinsic.c: Likewise.
25344         * config/nds32/nds32-isr.c: Likewise.
25345         * config/nds32/nds32-md-auxiliary.c: Likewise.
25346         * config/nds32/nds32-memory-manipulation.c: Likewise.
25347         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
25348         * config/nds32/nds32-predicates.c: Likewise.
25349         * config/nds32/nds32.c: Likewise.
25350         * config/nios2/nios2.c: Likewise.
25351         * config/nvptx/nvptx.c: Likewise.
25352         * config/pa/pa.c: Likewise.
25353         * config/pdp11/pdp11.c: Likewise.
25354         * config/rl78/rl78-c.c: Likewise.
25355         * config/rl78/rl78.c: Likewise.
25356         * config/rs6000/rs6000-c.c: Likewise.
25357         * config/rs6000/rs6000.c: Likewise.
25358         * config/rx/rx.c: Likewise.
25359         * config/s390/s390-c.c: Likewise.
25360         * config/s390/s390.c: Likewise.
25361         * config/sh/sh-c.c: Likewise.
25362         * config/sh/sh-mem.cc: Likewise.
25363         * config/sh/sh.c: Likewise.
25364         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
25365         * config/sh/sh_treg_combine.cc: Likewise.
25366         * config/sol2-c.c: Likewise.
25367         * config/sol2-cxx.c: Likewise.
25368         * config/sol2-stubs.c: Likewise.
25369         * config/sol2.c: Likewise.
25370         * config/sparc/sparc-c.c: Likewise.
25371         * config/sparc/sparc.c: Likewise.
25372         * config/spu/spu-c.c: Likewise.
25373         * config/spu/spu.c: Likewise.
25374         * config/stormy16/stormy16.c: Likewise.
25375         * config/tilegx/mul-tables.c: Likewise.
25376         * config/tilegx/tilegx-c.c: Likewise.
25377         * config/tilegx/tilegx.c: Likewise.
25378         * config/tilepro/mul-tables.c: Likewise.
25379         * config/tilepro/tilepro-c.c: Likewise.
25380         * config/tilepro/tilepro.c: Likewise.
25381         * config/v850/v850-c.c: Likewise.
25382         * config/v850/v850.c: Likewise.
25383         * config/vax/vax.c: Likewise.
25384         * config/visium/visium.c: Likewise.
25385         * config/vms/vms-c.c: Likewise.
25386         * config/vms/vms.c: Likewise.
25387         * config/vxworks.c: Likewise.
25388         * config/winnt-c.c: Likewise.
25389         * config/xtensa/xtensa.c: Likewise.
25391 2015-06-17  Robert Suchanek  <robert.suchanek@imgtec.com>
25393         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class): New
25394         function.
25395         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define macro.
25397 2015-06-17  Richard Biener  <rguenther@suse.de>
25399         PR tree-optimization/66251
25400         * tree-vect-stmts.c (vectorizable_store): Fix gathering of vectorized
25401         stmts for SLP strided stores.
25403         Revert
25404         2015-05-22  Richard Biener  <rguenther@suse.de>
25406         PR tree-optimization/66251
25407         * tree-vect-stmts.c (vectorizable_conversion): Properly
25408         set STMT_VINFO_VEC_STMT even for the SLP case.
25410         2015-05-26  Michael Matz  <matz@suse.de>
25412         PR middle-end/66251
25413         * tree-vect-stmts.c (vect_create_vectorized_demotion_stmts): Always set
25414         STMT_VINFO_VEC_STMT, also with SLP.
25416 2015-06-16  Uros Bizjak  <ubizjak@gmail.com>
25418         PR target/56766
25419         * config/i386/sse.md (*avx_addsubv4df3_1): New insn pattern.
25420         (*avx_addsubv4df3_1s): Ditto.
25421         (*sse3_addsubv2df3_1): Ditto.
25422         (*sse3_addsubv2df3_1s): Ditto.
25423         (*avx_addsubv8sf3_1): Ditto.
25424         (*avx_addsubv8sf3_1s): Ditto.
25425         (*sse3_addsubv4sf3_1): Ditto.
25426         (*sse3_addsubv4sf3_1s): Ditto.
25428 2015-06-16  Steve Ellcey  <sellcey@imgtec.com>
25430         * config/mips/mti-linux.h (MIPS_SYSVERSION_SPEC): New.
25431         (SYSROOT_SUFFIX_SPEC): Update.
25432         (SYSROOT_HEADERS_SUFFIX_SPEC): New.
25433         (STARTFILE_PREFIX_SPEC): Update.
25434         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Remove.
25435         (MULTILIB_REQUIRED): New.
25436         (MULTILIB_OSDIRNAMES): New.
25437         * config/mips/t-img-linux (MULTILIB_EXCEPTIONS): Remove.
25438         (MULTILIB_REQUIRED): New.
25439         (MULTILIB_OSDIRNAMES): New.
25441 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
25443         * config/aarch64/aarch64-arches.def: Add "armv8.1-a".
25444         * config/aarch64/aarch64-options-extensions.def: Update "fP",
25445         "simd" and "crypto".  Add "lse", "pan", "lor" and "rdma".
25446         * config/aarch64/aarch64.h (AARCH64_FL_LSE): New.
25447         (AARCH64_FL_PAN): New.
25448         (AARCH64_FL_LOR): New.
25449         (AARCH64_FL_RDMA): New.
25450         (AARCH64_FL_FOR_ARCH8_1): New.
25451         * doc/invoke.texi (AArch64 Options): Add "armv8.1-a" to
25452         -march. Add "lse", "pan", "lor", "rdma" to feature modifiers.
25454 2015-06-16  Martin Liska  <mliska@suse.cz>
25456         * bitmap.c (dump_bitmap_statistics): Fix GNU coding style.
25457         * hash-table.c (void dump_hash_table_loc_statistics): Add missing
25458         guard.
25460 2015-06-16  Richard Biener  <rguenther@suse.de>
25462         * tree-vect-stmts.c (vectorizable_store): Adjust.
25463         (vectorizable_load): Likewise.
25464         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
25465         Simplify.
25466         (vect_create_data_ref_ptr): Likewise.
25467         (bump_vector_ptr): Adjust.
25469 2015-06-16  Richard Biener  <rguenther@suse.de>
25471         * tree-vect-stmts.c (vectorizable_load): Properly start loads
25472         with the first element if this is grouped loads.
25474 2015-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
25476         * config/arm/arm-protos.h (struct tune_params): Rename
25477         log_op_non_sc to log_op_non_short_circuit, and rename enum
25478         values to expand SC to SHORT_CIRCUIT.
25479         * config/arm/arm.c (arm_slowmul_tune): Expand LOG_OP_NON_SC
25480         to LOG_OP_NON_SHORT_CIRCUIT.
25481         (arm_fastmul_tune):Likewise
25482         (arm_strongarm_tune): Likewise.
25483         (arm_xscale_tune): Likewise.
25484         (arm_9e_tune): Likewise.
25485         (arm_marvell_pj4_tune): Likewise.
25486         (arm_v6t2_tune): Likewise.
25487         (arm_cortex_tune): Likewise.
25488         (arm_cortex_a8_tune): Likewise.
25489         (arm_cortex_a7_tune): Likewise.
25490         (arm_cortex_a15_tune): Likewise.
25491         (arm_cortex_a53_tune): Likewise.
25492         (arm_cortex_a57_tune): Likewise.
25493         (arm_xgene1_tune): Likewise.
25494         (arm_cortex_a5_tune): Likewise.
25495         (arm_cortex_a9_tune): Likewise.
25496         (arm_cortex_a12_tune): Likewise.
25497         (arm_v7m_tune): Likewise.
25498         (arm_cortex_m7_tune): Likewise.
25499         (arm_v6m_tune): Likewise.
25500         (arm_fa726te_tune): Likewise.
25502 2015-06-15  David Edelsohn  <dje.gcc@gmail.com>
25504         * altivec.md: Delete UNSPEC_VMLADDUHM.
25505         (mulv4si3_p8): New pattern.
25506         (mulv4si3): Use it for POWER8.
25507         (mulv8hi3): Use vmladduhm with zero addend.
25508         (altivec_vmladduhm): Descriptive RTL.
25510 2015-06-15  Jim Wilson  <jim.wilson@linaro.org>
25512         * config/aarch64/aarch64.md (mov<mode>_aarch64): Change alternative 2
25513         to use neon_move instead of mov_imm.
25514         (movdi_aarch64): Change alternative 14 to use neon_move not fmov.
25515         (movtf_aarch64): Change alternative 4 to use neon_move_q not fconstd.
25517         * config/aarch64/aarch64.c (aarch64_valid_floating_const): Move
25518         aarch64_float_const_zero_rtx_p check before TFmode check.
25519         * config/aarch64/aarch64.md (movtf): Don't call force_reg if op1 is
25520         an fp zero.
25521         (movtf_aarch64): Separate ?rY alternative into two.  Adjust assembly
25522         code and attributes to match.  Change condition from register_operand
25523         to aarch64_reg_or_fp_zero for op1.  Change type for ldp from
25524         neon_load1_2reg to load2.  Change type for stp from neon_store1_2reg
25525         to store2.
25527 2015-06-15  Aldy Hernandez  <aldyh@redhat.com>
25529         PR debug/66535
25530         * dwarf2out.c (gen_subprogram_die): Do not check a parent's tag if
25531         there is no parent.
25533 2015-06-14  Shiva Chen  <shiva0217@gmail.com>
25535         * aarch64.c (aarch64_simd_lane_bounds): Change %ld to %wd for
25536         HOST_WIDE_INT parameter.
25538 2015-06-14  Jan Hubicka  <hubicka@ucw.cz>
25540         PR ipa/66181
25541         * lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
25542         * tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
25543         TYPE_NO_FORCE_BLK.
25544         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
25546 2015-06-14  Richard Sandiford  <richard.sandiford@arm.com>
25548         * rtl.h (classify_insn): Declare.
25549         * emit-rtl.c (classify_insn): Move to...
25550         * rtl.c: ...here and add generator support.
25551         * gensupport.h (get_emit_function, needs_barrier_p): Declare.
25552         * gensupport.c (get_emit_function, needs_barrier_p): New functions.
25553         * genemit.c (gen_emit_seq): New function.
25554         (gen_expand, gen_split): Use it.
25556 2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
25558         * tree.c (make_vector_stat): Fix comment to state that the
25559         function returns a VECTOR_CST.
25561 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
25563         * gensupport.h (add_implicit_parallel): Declare.
25564         * genrecog.c (add_implicit_parallel): Move to...
25565         * gensupport.c (add_implicit_parallel): ...here.
25566         (process_one_cond_exec): Use it.
25567         * genemit.c (gen_insn): Likewise.
25569 2015-06-13  Iain Sandoe  <iain@codesourcery.com>
25571         PR bootstrap/66448
25572         * passes.c (rest_of_decl_compilation): Do not register globals for
25573         early debug if they are declared in built-ins.
25575 2015-06-12  Aldy Hernandez  <aldyh@redhat.com>
25577         * dwarf2out.c (check_die): Protect with ENABLE_CHECKING.
25579 2015-06-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25581         * ifcvt.c (noce_try_store_flag_constants): Use std::swap instead of
25582         manually swapping.
25583         (noce_try_cmove_arith): Likewise.
25584         (noce_get_alt_condition): Likewise.
25586 2015-06-12  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
25588         * common/config/i386/i386-common.c
25589         (OPTION_MASK_ISA_MWAITX_SET): New.
25590         (ix86_handle_option): Handle mwaitx.
25591         * config.gcc (i[34567]86-*-*): Add mwaitxintrin.h,
25592         (x86_64-*-*): Likewise.
25593         * config/i386/mwaitxintrin.h: New header.
25594         * config/i386/cpuid.h (bit_MWAITX):  Define.
25595         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
25596         MWAITX support.
25597         * config/i386/i386.opt (mwaitx): New.
25598         * config/i386/i386-builtin-types.def
25599         (VOID_FTYPE_UNSIGNED_ UNSIGNED_UNSIGNED): New function type.
25600         * config/i386/i386-c.c: Define __MWAITX__ if needed.
25601         * config/i386/i386.c (ix86_target_string): Define -mmwaitx option.
25602         (PTA_MWAITX): New.
25603         (ix86_option_override_internal): Handle new option.
25604         (processor_alias_table): Added PTA_MWAITX.
25605         (ix86_valid_target_attribute_inner_p): Add OPT_mmwaitx.
25606         (ix86_builtins): Add IX86_BUILTIN_MWAITX, IX86_BUILTIN_MONITORX.
25607         (ix86_expand_builtin): Handle IX86_BUILTIN_MWAITX and
25608         IX86_BUILTIN_MONITORX  built-ins.
25609         * config/i386/i386.h (TARGET_MWAITX): New.
25610         * config/i386/i386.md (unspecv): Add UNSPEC_MWAITX and
25611         UNSPEC_MONITORX.
25612         (mwaitx):  New pattern.
25613         (monitorx_<mode>): New pattern.
25614         * config/i386/x86intrin.h: Include mwaitxintrin.h.
25615         * doc/extend.texi: Document monitorx and mwaitx builtins.
25616         * doc/invoke.texi: Document -mmwaitx option.
25618 2015-06-12  Uros Bizjak  <ubizjak@gmail.com>
25620         * emit-rtl.c (need_atomic_barrier_p): Mask model with
25621         MEMMODEL_BASE_MASK.  Remove MEMMODEL_SYNC_* cases.
25623 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
25625         * dbxout.c (xcoff_debug_hooks): Provide a function for
25626         register_main_translation_unit hook.
25628 2015-06-11  David Edelsohn  <dje.gcc@gmail.com>
25630         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier): Remove SYNC
25631         variants cases from switch.
25632         (rs6000_post_atomic_barrier): Same.
25633         (rs6000_expand_atomic_compare_and_swap): Use memmodel_base.
25634         (rs6000_expand_atomic_exchange): Same.
25635         (rs6000_expand_atomic_op): Same.
25636         * config/rs6000/sync.md (mem_thread_fence): Use memodel_base. Remove
25637         SYNC variants cases from switch.
25638         (atomic_load): Same.
25639         (atomic_store): Same.
25641 2015-06-11  John David Anglin  <danglin@gcc.gnu.org>
25643         * config/pa/pa.c (pa_output_global_address): Handle LABEL_REF plus
25644         CONST_INT for goto.
25646 2015-06-11  Aldy Hernandez  <aldyh@redhat.com>
25648         PR bootstrap/66448
25649         * dwarf2out.c (check_die): Check for common duplicate attributes.
25650         (add_location_or_const_value_attribute): Do not add duplicate
25651         attributes.
25652         (gen_formal_parameter_die): Do not add DW_AT_artificial the second
25653         time around.
25654         (gen_struct_or_union_type_die): Bail early if TREE_ASM_WRITTEN.
25655         (gen_type_die_with_usage): Call check_die.
25656         (dwarf2out_decl): Only call check_die() when ENABLE_CHECKING.
25658 2015-06-11  Jason Merrill  <jason@redhat.com>
25660         * dwarf2out.c (prune_unused_types): Handle unused top-level limbo
25661         dies.
25663 2015-06-11  Marek Polacek  <polacek@redhat.com>
25665         * match.pd ((x & y) ^ (x | y)): Don't check for single_use.
25667 2015-06-11  Eric Botcazou  <ebotcazou@adacore.com>
25669         PR bootstrap/66252
25670         * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
25671         * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
25672         (*addx_extend_sp32): Fix pasto.
25673         (*subx_extend): Rename into...
25674         (*subx_extend_sp32): ...this.
25675         (*adddi3_extend_sp32): Add earlyclobber.
25676         (*subdi3_insn_sp32): Likewise.
25677         (*subdi3_extend_sp32): Likewise.
25678         (*and_not_di_sp32): Likewise.
25679         (*or_not_di_sp32): Likewise.
25680         (*xor_not_di_sp32): Likewise.
25681         (*negdi2_sp32): Likewise.
25682         (*one_cmpldi2_sp32): Likewise.
25684 2015-06-11  Pierre-Marie de Rodat  <derodat@adacore.com>
25686         * debug.h (struct gcc_debug_hooks): Add a
25687         register_main_translation_unit hook.
25688         * debug.c (do_nothing_debug_hooks): Provide a function for this
25689         new hook.
25690         * dbxout.c (dbx_debug_hooks): Likewise.
25691         * sdbout.c (sdb_debug_hooks): Likewise.
25692         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
25693         * dwarf2out.c (main_translation_unit): New global variable.
25694         (dwarf2out_register_main_translation_unit): New function
25695         implementing the new hook.
25696         (dwarf2_debug_hooks): Assign
25697         dwarf2out_register_main_translation_unit to this new hook.
25698         (dwarf2out_init): Associate any main translation unit to
25699         comp_unit_die ().
25701 2015-06-11  Marek Polacek  <polacek@redhat.com>
25703         * match.pd ((x & y) ^ (x | y) -> x ^ y): New pattern.
25705 2015-06-11  Marek Polacek  <polacek@redhat.com>
25707         * match.pd: Use single_use throughout.
25709 2015-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25711         * config/arm/arm.c (arm_option_params_internal): When optimising
25712         for speed set max_insns_skipped when arm_restrict_it.
25714 2015-06-11  Christian Bruel  <christian.bruel@st.com>
25716         PR target/52144
25717         * config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
25718          macros in ...
25719         (arm_cpu_builtins): New function.
25720         (arm_pragma_target_parse): Call arm_cpu_builtins.
25721         * config/arm/arm-protos.h (arm_cpu_builtins): Declare.
25722         (arm_register_target_pragmas): Likewise.
25723         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS):
25724          Call arm_register_target_pragmas.
25725         * config/arm/arm-c.c (arm_register_target_pragmas): New function.
25726         (arm_pragma_target_parse): Likewise.
25728 2015-06-10  Kaz Kojima  <kkojima@gcc.gnu.org>
25730         * config/sh/sh.md (tstsi_t): Add '?' modifier to 'r' alternative
25731         of the second operand.
25733 2015-06-10  Uros Bizjak  <ubizjak@gmail.com>
25735         PR target/66473
25736         * config/i386/i386.c (ix86_expand_vector_set): Use gen_int_mode
25737         to prepare mask operand for AVX512 modes.
25739 2015-06-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
25741         PR target/66474
25742         * doc/md.texi (Machine Constraints): Document that on the PowerPC
25743         if you use a constraint that targets a VSX register, you must use
25744         %x<n> in the template.
25746 2015-06-10  Max Filippov  <jcmvbkbc@gmail.com>
25748         * config/xtensa/xtensa.h (TARGET_DEBUG): New definition.
25749         * config/xtensa/xtensa.md (define_attr "type"): New type "trap".
25750         (define_insn "trap"): New definition.
25752 2015-06-10  Richard Biener  <rguenther@suse.de>
25754         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Split
25755         out from ...
25756         (vect_supported_load_permutation_p): ... here.  Handle
25757         supportable permutations in reductions.
25758         * tree-vect-stmts.c (vectorizable_load): Handle SLP permutations
25759         for vectorizing strided group loads.
25761 2015-06-10  Jakub Jelinek  <jakub@redhat.com>
25763         PR target/66470
25764         * config/i386/i386.c (ix86_split_long_move): For collisions
25765         involving direct tls segment refs, move the UNSPEC_TP possibly
25766         wrapped in ZERO_EXTEND out of the address for lea, to each of
25767         the memory loads.
25769 2015-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25771         * config/arm/sync.md (*memory_barrier): Use dmb ish instead of
25772         dmb sy. Adjust tabs.
25774 2015-06-10  Tom de Vries  <tom@codesourcery.com>
25776         * omp-low.c (expand_omp_target): Remove duplicate declaration of node.
25778 2015-06-10  Martin Liska  <mliska@suse.cz>
25780         PR bootstrap/66471
25781         * mem-stats-traits.h (enum mem_alloc_origin): Add _ORIGIN suffix for
25782         all enum values in mem_alloc_origin.
25783         * alloc-pool.c (dump_alloc_pool_statistics): Use newly changed enum
25784         name.
25785         * alloc-pool.h (pool_allocator::pool_allocator): Likewise.
25786         * bitmap.c (bitmap_register): Likewise.
25787         (dump_bitmap_statistics): Likewise.
25788         * ggc-common.c (dump_ggc_loc_statistics): Likewise.
25789         (ggc_record_overhead): Likewise.
25790         * hash-map.h: Likewise.
25791         * hash-set.h: Likewise.
25792         * hash-table.c (void dump_hash_table_loc_statistics): Likewise.
25793         * hash-table.h: Likewise.
25794         * vec.c (vec_prefix::register_overhead): Likewise.
25795         (vec_prefix::release_overhead): Likewise.
25796         (dump_vec_loc_statistics): Likewise.
25798 2015-06-09  Christian Bruel  <christian.bruel@st.com>
25800         PR target/52144
25801         * config/arm/arm.opt (THUMB, arm_restrict_it, inline_asm_unified): Save.
25802         * config/arm/arm-protos.h (arm_valid_target_attribute_tree): Declare.
25803         (arm_reset_previous_fndecl, arm_change_mode_p): Likewise.
25804         * config/arm/arm.h (SWITCHABLE_TARGET): Define.
25805         * config/arm/arm.c (arm_reset_previous_fndecl): New functions.
25806         (arm_valid_target_attribute_tree, arm_change_mode_p): Likewise.
25807         (arm_valid_target_attribute_p): Likewise.
25808         (arm_set_current_function, arm_can_inline_p): Likewise.
25809         (arm_valid_target_attribute_rec): Likewise.
25810         (arm_previous_fndecl): New variable.
25811         (TARGET_SET_CURRENT_FUNCTION, TARGET_OPTION_VALID_ATTRIBUTE_P): Define.
25812         (TARGET_CAN_INLINE_P): Define.
25813         (arm_asm_trampoline_template): Emit mode.
25814         (arm_file_start): Don't set unified syntax.
25815         (arm_declare_function_name): Set unified syntax and mode.
25816         (arm_option_override): Init target_option_default_node.
25817         and target_option_current_node.
25818         * config/arm/arm.md (*call_value_symbol): Set mode when possible.
25819         (*call_symbol): Likewise.
25820         * doc/extend.texi: Document ARM/Thumb target attribute.
25821         * doc/invoke.texi: Likewise.
25823 2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
25825         Revert:
25826         2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
25827         PR rtl-optimization/64164
25828         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
25829         * tree-ssa-copyrename.c: Removed.
25830         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
25831         -ftree-coalesce-vars.
25832         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
25833         * common.opt (ftree-copyrename): Ignore.
25834         (ftree-coalesce-inlined-vars): Likewise.
25835         * doc/invoke.texi: Remove the ignored options above.
25836         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
25837         * tree-ssa-coalesce.h: ... here.
25838         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
25839         headers required by it.
25840         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
25841         across variables when flag_tree_coalesce_vars.  Check register
25842         use and promoted modes to allow coalescing.  Moved to
25843         tree-ssa-coalesce.c.
25844         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
25845         with its member functions to tree-ssa-coalesce.c.
25846         (var_map_base_init): Likewise.  Renamed to
25847         compute_samebase_partition_bases.
25848         (partition_view_normal): Drop want_bases parameter.
25849         (partition_view_bitmap): Likewise.
25850         * tree-ssa-live.h: Adjust declarations.
25851         * tree-ssa-coalesce.c: Include explow.h.
25852         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
25853         default defs at the entry point.
25854         (dump_part_var_map): New.
25855         (compute_optimized_partition_bases): New, called by...
25856         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
25857         of compute_samebase_partition_bases.  Adjust.
25858         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
25859         * cfgexpand.c (leader_merge): New.
25860         (get_rtl_for_parm_ssa_default_def): New.
25861         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
25862         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
25863         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
25864         redundant MEM attr setting.
25865         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
25866         from...
25867         (expand_one_stack_var): ... this.  New wrapper to check and
25868         skip already expanded SSA partitions.
25869         (record_alignment_for_reg_var): New, factored out of...
25870         (expand_one_var): ... this.
25871         (expand_one_ssa_partition): New.
25872         (adjust_one_expanded_partition_var): New.
25873         (expand_one_register_var): Check and skip already expanded SSA
25874         partitions.
25875         (expand_used_vars): Don't create DECLs for anonymous SSA
25876         names.  Expand all SSA partitions, then adjust all SSA names.
25877         (pass::execute): Replace the loops that set
25878         SA.partition_to_pseudo from partition leaders and cleared
25879         DECL_RTL for multi-location variables, and that which used to
25880         rename vars and set attrs, with one that clears DECL_RTL and
25881         checks that PARMs and RESULTs default_defs match DECL_RTL.
25882         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
25883         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
25884         * explow.c (promote_ssa_mode): New.
25885         * explow.h (promote_ssa_mode): Declare.
25886         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
25887         * function.c: Include cfgexpand.h.
25888         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
25889         (use_register_for_parm_decl): Wrapper for the above to
25890         special-case the result_ptr.
25891         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
25892         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
25893         multiple locations.
25894         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
25895         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
25896         (assign_parm_setup_block): Prefer SSA-assigned location.
25897         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
25898         if stack_parm is NULL.
25899         (assign_parm_setup_stack): Prefer SSA-assigned location.
25900         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
25901         rtl before testing for pointer bounds.  Special-case result_ptr.
25902         (expand_function_start): Maybe reset DECL_RTL of result.
25903         Prefer SSA-assigned location for result and static chain.
25904         Factor out DECL_RESULT and SET_DECL_RTL.
25905         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
25906         anonymous SSA names.  Use promote_ssa_mode.
25907         (get_temp_reg): Likewise.
25908         (remove_ssa_form): Adjust.
25909         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
25910         and get its reg_usage for reg invalidation.
25911         (compute_bb_dataflow): Pass it insn.
25912         (emit_notes_in_bb): Likewise.
25913         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
25914         fail assert on conversion between unsigned types.
25916 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25918         PR tree-optimization/65460
25919         * omp-low.c (expand_omp_target): Set parallelized_function on
25920         cgraph_node for child_fn.
25922 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25924         * omp-low.c (finalize_task_copyfn, expand_omp_taskreg): Mark function
25925         parallelized_function before add_new_function.
25927 2015-06-09  Andrew MacLeod  <amacleod@redhat.com>
25929         * gcc-plugin.h: Move decls to plugin.h and include it.
25930         * plugin.h: Relocate decls from gcc-plugin.h
25931         * ggc-page.c: Include required header files.
25932         * passes.c: Likewise.
25933         * cgraphunit.c: Likewise.
25935 2015-06-09  Tom de Vries  <tom@codesourcery.com>
25937         * tree-stdarg.c (expand_ifn_va_arg_1): Handle location.
25939 2015-06-09  Jason Merrill  <jason@redhat.com>
25941         PR bootstrap/66448
25942         * toplev.c (check_global_declaration): Don't warn about a clone.
25944 2015-06-09  Marek Polacek  <polacek@redhat.com>
25946         PR tree-optimization/66299
25947         * match.pd ((CST1 << A) == CST2 -> A == ctz (CST2) - ctz (CST1)
25948         ((CST1 << A) != CST2 -> A != ctz (CST2) - ctz (CST1)): New
25949         patterns.
25951 2015-06-09  Richard Biener  <rguenther@suse.de>
25953         * tree-vect-slp.c (vect_build_slp_tree_1): Remove bailout on gaps.
25954         (vect_analyze_slp_instance): Instead do not falsely drop
25955         load permutations.
25957 2015-06-09  Richard Biener  <rguenther@suse.de>
25959         PR middle-end/66423
25960         * match.pd: Handle A % (unsigned)(1 << B).
25962 2015-06-09  Aldy Hernandez  <aldyh@redhat.com>
25964         * varasm.c (output_object_block_htab): Remove.
25965         (output_object_block_compare): New.
25966         (output_object_blocks): Sort named object_blocks before outputting
25967         them.
25969 2015-06-09  Richard Biener  <rguenther@suse.de>
25971         PR tree-optimization/66419
25972         * tree-vect-slp.c (vect_supported_load_permutation_p): Properly
25973         consider GROUP_GAP when detecting a perfect subchain.
25975 2015-06-09  Nick Clifton  <nickc@redhat.com>
25977         * config/rl78/rl78.c (rl78_select_section): When -mes0 is active
25978         place read only data in the .frodata section.
25980 2015-06-09  Shiva Chen  <shiva0217@gmail.com>
25982         * sync.md (atomic_load<mode>): Add conditional code for lda/ldr
25983         (atomic_store<mode>): Likewise.
25985 2015-06-09  Richard Biener  <rguenther@suse.de>
25987         * cfgloop.c (get_loop_body_in_bfs_order): Fix assert.
25989 2015-06-09  Richard Biener  <rguenther@suse.de>
25991         PR middle-end/66413
25992         * tree-inline.c (insert_init_debug_bind): Unshare value.
25994 2015-06-09  Richard Biener  <rguenther@suse.de>
25996         PR tree-optimization/66396
25997         * graphite-isl-ast-to-gimple.c (graphite_regenerate_ast_isl):
25998         Rename virtual operands.
26000 2015-06-09  Tom de Vries  <tom@codesourcery.com>
26002         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Don't
26003         always return false.
26005 2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
26007         PR rtl-optimization/64164
26008         * Makefile.in (OBJS): Drop tree-ssa-copyrename.o.
26009         * tree-ssa-copyrename.c: Removed.
26010         * opts.c (default_options_table): Drop -ftree-copyrename.  Add
26011         -ftree-coalesce-vars.
26012         * passes.def: Drop all occurrences of pass_rename_ssa_copies.
26013         * common.opt (ftree-copyrename): Ignore.
26014         (ftree-coalesce-inlined-vars): Likewise.
26015         * doc/invoke.texi: Remove the ignored options above.
26016         * gimple-expr.h (gimple_can_coalesce_p): Move declaration
26017         * tree-ssa-coalesce.h: ... here.
26018         * tree-ssa-uncprop.c: Include tree-ssa-coalesce.h and other
26019         headers required by it.
26020         * gimple-expr.c (gimple_can_coalesce_p): Allow coalescing
26021         across variables when flag_tree_coalesce_vars.  Check register
26022         use and promoted modes to allow coalescing.  Moved to
26023         tree-ssa-coalesce.c.
26024         * tree-ssa-live.c (struct tree_int_map_hasher): Move along
26025         with its member functions to tree-ssa-coalesce.c.
26026         (var_map_base_init): Likewise.  Renamed to
26027         compute_samebase_partition_bases.
26028         (partition_view_normal): Drop want_bases parameter.
26029         (partition_view_bitmap): Likewise.
26030         * tree-ssa-live.h: Adjust declarations.
26031         * tree-ssa-coalesce.c: Include explow.h.
26032         (build_ssa_conflict_graph): Process PARM_ and RESULT_DECLs's
26033         default defs at the entry point.
26034         (dump_part_var_map): New.
26035         (compute_optimized_partition_bases): New, called by...
26036         (coalesce_ssa_name): ... when flag_tree_coalesce_vars, instead
26037         of compute_samebase_partition_bases.  Adjust.
26038         * alias.c (nonoverlapping_memrefs_p): Disregard gimple-regs.
26039         * cfgexpand.c (leader_merge): New.
26040         (get_rtl_for_parm_ssa_default_def): New.
26041         (set_rtl): Merge exprs and attrs, even for MEMs and non-SSA
26042         vars.  Update DECL_RTL for PARM_DECLs and RESULT_DECLs too.
26043         (expand_one_stack_var_at): Handle anonymous SSA_NAMEs.  Drop
26044         redundant MEM attr setting.
26045         (expand_one_stack_var_1): Handle anonymous SSA_NAMEs.  Renamed
26046         from...
26047         (expand_one_stack_var): ... this.  New wrapper to check and
26048         skip already expanded SSA partitions.
26049         (record_alignment_for_reg_var): New, factored out of...
26050         (expand_one_var): ... this.
26051         (expand_one_ssa_partition): New.
26052         (adjust_one_expanded_partition_var): New.
26053         (expand_one_register_var): Check and skip already expanded SSA
26054         partitions.
26055         (expand_used_vars): Don't create DECLs for anonymous SSA
26056         names.  Expand all SSA partitions, then adjust all SSA names.
26057         (pass::execute): Replace the loops that set
26058         SA.partition_to_pseudo from partition leaders and cleared
26059         DECL_RTL for multi-location variables, and that which used to
26060         rename vars and set attrs, with one that clears DECL_RTL and
26061         checks that PARMs and RESULTs default_defs match DECL_RTL.
26062         * cfgexpand.h (get_rtl_for_parm_ssa_default_def): Declare.
26063         * emit-rtl.c (set_reg_attrs_for_parm): Handle NULL decl.
26064         * explow.c (promote_ssa_mode): New.
26065         * explow.h (promote_ssa_mode): Declare.
26066         * expr.c (expand_expr_real_1): Handle anonymous SSA_NAMEs.
26067         * function.c: Include cfgexpand.h.
26068         (use_register_for_decl): Handle SSA_NAMEs, anonymous or not.
26069         (use_register_for_parm_decl): Wrapper for the above to
26070         special-case the result_ptr.
26071         (rtl_for_parm): Ditto for get_rtl_for_parm_ssa_default_def.
26072         (maybe_reset_rtl_for_parm): Reset DECL_RTL of parms with
26073         multiple locations.
26074         (assign_parm_adjust_stack_rtl): Add all and parm arguments,
26075         for rtl_for_parm.  For SSA-assigned parms, zero stack_parm.
26076         (assign_parm_setup_block): Prefer SSA-assigned location.
26077         (assign_parm_setup_reg): Likewise.  Use entry_parm for equiv
26078         if stack_parm is NULL.
26079         (assign_parm_setup_stack): Prefer SSA-assigned location.
26080         (assign_parms): Maybe reset DECL_RTL of params.  Adjust stack
26081         rtl before testing for pointer bounds.  Special-case result_ptr.
26082         (expand_function_start): Maybe reset DECL_RTL of result.
26083         Prefer SSA-assigned location for result and static chain.
26084         Factor out DECL_RESULT and SET_DECL_RTL.
26085         * tree-outof-ssa.c (insert_value_copy_on_edge): Handle
26086         anonymous SSA names.  Use promote_ssa_mode.
26087         (get_temp_reg): Likewise.
26088         (remove_ssa_form): Adjust.
26089         * var-tracking.c (dataflow_set_clear_at_call): Take call_insn
26090         and get its reg_usage for reg invalidation.
26091         (compute_bb_dataflow): Pass it insn.
26092         (emit_notes_in_bb): Likewise.
26093         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Don't
26094         fail assert on conversion between unsigned types.
26096 2015-06-09  Alexandre Oliva  <aoliva@redhat.com>
26098         PR debug/58315
26099         * tree-inline.c (reset_debug_binding): New.
26100         (reset_debug_bindings): Likewise.
26101         (expand_call_inline): Call it.
26103 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
26105         * tree.c (gimple_canonical_types_compatible_p): Drop comparsion of
26106         TYPE_STRING_FLAG.
26108 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
26110         * lto-streamer-out.c (lto_output_location): Stream
26111         reserved locations correctly.
26112         * lto-streamer-in.c (lto_output_location): Likewise.
26114 2015-06-08  Andrew MacLeod  <amacleod@redhat.com>
26116         * coretypes.h: Include hash-table.h and hash-set.h for host files.
26117         * ggc.h: Don't include statistics.h>
26118         * hash-map.h: Remove all includes.
26119         * hash-set.h: Likewise.
26120         * hash-table.h: Add statistics.h, inchash.h and hash-map-traits.h to
26121         the include list. Remove <new>.
26122         * inchash.h: Remove all includes.
26123         * mem-stats.h: Likewise.
26124         * vec.h: No special processing for generators or ggc.
26125         * alias.c : Adjust include files.
26126         * alloc-pool.c : Likewise.
26127         * alloc-pool.h : Likewise.
26128         * asan.c : Likewise.
26129         * attribs.c : Likewise.
26130         * auto-inc-dec.c : Likewise.
26131         * auto-profile.c : Likewise.
26132         * bb-reorder.c : Likewise.
26133         * bitmap.c : Likewise.
26134         * bitmap.h : Likewise.
26135         * bt-load.c : Likewise.
26136         * builtins.c : Likewise.
26137         * caller-save.c : Likewise.
26138         * calls.c : Likewise.
26139         * ccmp.c : Likewise.
26140         * cfg.c : Likewise.
26141         * cfganal.c : Likewise.
26142         * cfgbuild.c : Likewise.
26143         * cfgcleanup.c : Likewise.
26144         * cfgexpand.c : Likewise.
26145         * cfghooks.c : Likewise.
26146         * cfgloop.c : Likewise.
26147         * cfgloop.h : Likewise.
26148         * cfgloopanal.c : Likewise.
26149         * cfgloopmanip.c : Likewise.
26150         * cfgrtl.c : Likewise.
26151         * cgraph.c : Likewise.
26152         * cgraphbuild.c : Likewise.
26153         * cgraphclones.c : Likewise.
26154         * cgraphunit.c : Likewise.
26155         * cilk-common.c : Likewise.
26156         * combine-stack-adj.c : Likewise.
26157         * combine.c : Likewise.
26158         * compare-elim.c : Likewise.
26159         * context.c : Likewise.
26160         * convert.c : Likewise.
26161         * coverage.c : Likewise.
26162         * cppbuiltin.c : Likewise.
26163         * cprop.c : Likewise.
26164         * cse.c : Likewise.
26165         * cselib.c : Likewise.
26166         * data-streamer-in.c : Likewise.
26167         * data-streamer-out.c : Likewise.
26168         * data-streamer.c : Likewise.
26169         * data-streamer.h : Likewise.
26170         * dbxout.c : Likewise.
26171         * dce.c : Likewise.
26172         * ddg.c : Likewise.
26173         * debug.c : Likewise.
26174         * df-core.c : Likewise.
26175         * df-problems.c : Likewise.
26176         * df-scan.c : Likewise.
26177         * df.h : Likewise.
26178         * dfp.c : Likewise.
26179         * dojump.c : Likewise.
26180         * dominance.c : Likewise.
26181         * domwalk.c : Likewise.
26182         * double-int.c : Likewise.
26183         * dse.c : Likewise.
26184         * dumpfile.c : Likewise.
26185         * dwarf2asm.c : Likewise.
26186         * dwarf2cfi.c : Likewise.
26187         * dwarf2out.c : Likewise.
26188         * emit-rtl.c : Likewise.
26189         * et-forest.c : Likewise.
26190         * except.c : Likewise.
26191         * except.h : Likewise.
26192         * explow.c : Likewise.
26193         * expmed.c : Likewise.
26194         * expr.c : Likewise.
26195         * final.c : Likewise.
26196         * fixed-value.c : Likewise.
26197         * fold-const.c : Likewise.
26198         * function.c : Likewise.
26199         * fwprop.c : Likewise.
26200         * gcc-plugin.h : Likewise.
26201         * gcc.c : Likewise.
26202         * gcse-common.c : Likewise.
26203         * gcse.c : Likewise.
26204         * genattrtab.c : Likewise.
26205         * genautomata.c : Likewise.
26206         * genconditions.c : Likewise.
26207         * genemit.c : Likewise.
26208         * generic-match-head.c : Likewise.
26209         * genextract.c : Likewise.
26210         * gengtype-state.c : Likewise.
26211         * gengtype.c : Likewise.
26212         * genhooks.c : Likewise.
26213         * genmatch.c : Likewise.
26214         * genmodes.c : Likewise.
26215         * genrecog.c : Likewise.
26216         * gensupport.c : Likewise.
26217         * ggc-common.c : Likewise.
26218         * ggc-internal.h : Likewise.
26219         * ggc-none.c : Likewise.
26220         * ggc-page.c : Likewise.
26221         * gimple-builder.c : Likewise.
26222         * gimple-expr.c : Likewise.
26223         * gimple-fold.c : Likewise.
26224         * gimple-iterator.c : Likewise.
26225         * gimple-low.c : Likewise.
26226         * gimple-match-head.c : Likewise.
26227         * gimple-pretty-print.c : Likewise.
26228         * gimple-ssa-isolate-paths.c : Likewise.
26229         * gimple-ssa-strength-reduction.c : Likewise.
26230         * gimple-ssa.h : Likewise.
26231         * gimple-streamer-in.c : Likewise.
26232         * gimple-streamer-out.c : Likewise.
26233         * gimple-streamer.h : Likewise.
26234         * gimple-walk.c : Likewise.
26235         * gimple.c : Likewise.
26236         * gimplify-me.c : Likewise.
26237         * gimplify.c : Likewise.
26238         * godump.c : Likewise.
26239         * graph.c : Likewise.
26240         * graphds.c : Likewise.
26241         * graphite-blocking.c : Likewise.
26242         * graphite-dependences.c : Likewise.
26243         * graphite-interchange.c : Likewise.
26244         * graphite-isl-ast-to-gimple.c : Likewise.
26245         * graphite-optimize-isl.c : Likewise.
26246         * graphite-poly.c : Likewise.
26247         * graphite-scop-detection.c : Likewise.
26248         * graphite-sese-to-poly.c : Likewise.
26249         * graphite.c : Likewise.
26250         * haifa-sched.c : Likewise.
26251         * hard-reg-set.h : Likewise.
26252         * hw-doloop.c : Likewise.
26253         * ifcvt.c : Likewise.
26254         * inchash.c : Likewise.
26255         * incpath.c : Likewise.
26256         * init-regs.c : Likewise.
26257         * input.c : Likewise.
26258         * internal-fn.c : Likewise.
26259         * ipa-chkp.c : Likewise.
26260         * ipa-comdats.c : Likewise.
26261         * ipa-cp.c : Likewise.
26262         * ipa-devirt.c : Likewise.
26263         * ipa-icf-gimple.c : Likewise.
26264         * ipa-icf.c : Likewise.
26265         * ipa-inline-analysis.c : Likewise.
26266         * ipa-inline-transform.c : Likewise.
26267         * ipa-inline.c : Likewise.
26268         * ipa-polymorphic-call.c : Likewise.
26269         * ipa-profile.c : Likewise.
26270         * ipa-prop.c : Likewise.
26271         * ipa-pure-const.c : Likewise.
26272         * ipa-ref.c : Likewise.
26273         * ipa-reference.c : Likewise.
26274         * ipa-split.c : Likewise.
26275         * ipa-utils.c : Likewise.
26276         * ipa-visibility.c : Likewise.
26277         * ipa.c : Likewise.
26278         * ira-build.c : Likewise.
26279         * ira-color.c : Likewise.
26280         * ira-conflicts.c : Likewise.
26281         * ira-costs.c : Likewise.
26282         * ira-emit.c : Likewise.
26283         * ira-lives.c : Likewise.
26284         * ira.c : Likewise.
26285         * jump.c : Likewise.
26286         * langhooks.c : Likewise.
26287         * lcm.c : Likewise.
26288         * libfuncs.h : Likewise.
26289         * lists.c : Likewise.
26290         * loop-doloop.c : Likewise.
26291         * loop-init.c : Likewise.
26292         * loop-invariant.c : Likewise.
26293         * loop-iv.c : Likewise.
26294         * loop-unroll.c : Likewise.
26295         * lower-subreg.c : Likewise.
26296         * lra-assigns.c : Likewise.
26297         * lra-coalesce.c : Likewise.
26298         * lra-constraints.c : Likewise.
26299         * lra-eliminations.c : Likewise.
26300         * lra-lives.c : Likewise.
26301         * lra-remat.c : Likewise.
26302         * lra-spills.c : Likewise.
26303         * lra.c : Likewise.
26304         * lto-cgraph.c : Likewise.
26305         * lto-compress.c : Likewise.
26306         * lto-opts.c : Likewise.
26307         * lto-section-in.c : Likewise.
26308         * lto-section-out.c : Likewise.
26309         * lto-streamer-in.c : Likewise.
26310         * lto-streamer-out.c : Likewise.
26311         * lto-streamer.c : Likewise.
26312         * lto-streamer.h : Likewise.
26313         * mcf.c : Likewise.
26314         * mode-switching.c : Likewise.
26315         * modulo-sched.c : Likewise.
26316         * omega.c : Likewise.
26317         * omp-low.c : Likewise.
26318         * optabs.c : Likewise.
26319         * opts-global.c : Likewise.
26320         * opts.h : Likewise.
26321         * passes.c : Likewise.
26322         * plugin.c : Likewise.
26323         * postreload-gcse.c : Likewise.
26324         * postreload.c : Likewise.
26325         * predict.c : Likewise.
26326         * print-rtl.c : Likewise.
26327         * print-tree.c : Likewise.
26328         * profile.c : Likewise.
26329         * read-md.c : Likewise.
26330         * read-md.h : Likewise.
26331         * read-rtl.c : Likewise.
26332         * real.c : Likewise.
26333         * realmpfr.c : Likewise.
26334         * recog.c : Likewise.
26335         * ree.c : Likewise.
26336         * reg-stack.c : Likewise.
26337         * regcprop.c : Likewise.
26338         * reginfo.c : Likewise.
26339         * regrename.c : Likewise.
26340         * regstat.c : Likewise.
26341         * reload.c : Likewise.
26342         * reload1.c : Likewise.
26343         * reorg.c : Likewise.
26344         * resource.c : Likewise.
26345         * rtl-chkp.c : Likewise.
26346         * rtl.c : Likewise.
26347         * rtl.h : Likewise.
26348         * rtlanal.c : Likewise.
26349         * rtlhash.c : Likewise.
26350         * rtlhash.h : Likewise.
26351         * rtlhooks.c : Likewise.
26352         * sanopt.c : Likewise.
26353         * sched-deps.c : Likewise.
26354         * sched-ebb.c : Likewise.
26355         * sched-rgn.c : Likewise.
26356         * sched-vis.c : Likewise.
26357         * sdbout.c : Likewise.
26358         * sel-sched-dump.c : Likewise.
26359         * sel-sched-ir.c : Likewise.
26360         * sel-sched-ir.h : Likewise.
26361         * sel-sched.c : Likewise.
26362         * sese.c : Likewise.
26363         * shrink-wrap.c : Likewise.
26364         * shrink-wrap.h : Likewise.
26365         * simplify-rtx.c : Likewise.
26366         * stack-ptr-mod.c : Likewise.
26367         * statistics.c : Likewise.
26368         * stmt.c : Likewise.
26369         * stor-layout.c : Likewise.
26370         * store-motion.c : Likewise.
26371         * stringpool.c : Likewise.
26372         * symtab.c : Likewise.
26373         * target-globals.c : Likewise.
26374         * targhooks.c : Likewise.
26375         * tlink.c : Likewise.
26376         * toplev.c : Likewise.
26377         * tracer.c : Likewise.
26378         * trans-mem.c : Likewise.
26379         * tree-affine.c : Likewise.
26380         * tree-affine.h : Likewise.
26381         * tree-browser.c : Likewise.
26382         * tree-call-cdce.c : Likewise.
26383         * tree-cfg.c : Likewise.
26384         * tree-cfgcleanup.c : Likewise.
26385         * tree-chkp-opt.c : Likewise.
26386         * tree-chkp.c : Likewise.
26387         * tree-chrec.c : Likewise.
26388         * tree-complex.c : Likewise.
26389         * tree-data-ref.c : Likewise.
26390         * tree-dfa.c : Likewise.
26391         * tree-diagnostic.c : Likewise.
26392         * tree-dump.c : Likewise.
26393         * tree-eh.c : Likewise.
26394         * tree-eh.h : Likewise.
26395         * tree-emutls.c : Likewise.
26396         * tree-hasher.h : Likewise.
26397         * tree-if-conv.c : Likewise.
26398         * tree-inline.c : Likewise.
26399         * tree-inline.h : Likewise.
26400         * tree-into-ssa.c : Likewise.
26401         * tree-iterator.c : Likewise.
26402         * tree-loop-distribution.c : Likewise.
26403         * tree-nested.c : Likewise.
26404         * tree-nrv.c : Likewise.
26405         * tree-object-size.c : Likewise.
26406         * tree-outof-ssa.c : Likewise.
26407         * tree-parloops.c : Likewise.
26408         * tree-phinodes.c : Likewise.
26409         * tree-predcom.c : Likewise.
26410         * tree-pretty-print.c : Likewise.
26411         * tree-profile.c : Likewise.
26412         * tree-scalar-evolution.c : Likewise.
26413         * tree-sra.c : Likewise.
26414         * tree-ssa-address.c : Likewise.
26415         * tree-ssa-alias.c : Likewise.
26416         * tree-ssa-ccp.c : Likewise.
26417         * tree-ssa-coalesce.c : Likewise.
26418         * tree-ssa-copy.c : Likewise.
26419         * tree-ssa-copyrename.c : Likewise.
26420         * tree-ssa-dce.c : Likewise.
26421         * tree-ssa-dom.c : Likewise.
26422         * tree-ssa-dse.c : Likewise.
26423         * tree-ssa-forwprop.c : Likewise.
26424         * tree-ssa-ifcombine.c : Likewise.
26425         * tree-ssa-live.c : Likewise.
26426         * tree-ssa-loop-ch.c : Likewise.
26427         * tree-ssa-loop-im.c : Likewise.
26428         * tree-ssa-loop-ivcanon.c : Likewise.
26429         * tree-ssa-loop-ivopts.c : Likewise.
26430         * tree-ssa-loop-manip.c : Likewise.
26431         * tree-ssa-loop-niter.c : Likewise.
26432         * tree-ssa-loop-prefetch.c : Likewise.
26433         * tree-ssa-loop-unswitch.c : Likewise.
26434         * tree-ssa-loop.c : Likewise.
26435         * tree-ssa-math-opts.c : Likewise.
26436         * tree-ssa-operands.c : Likewise.
26437         * tree-ssa-phiopt.c : Likewise.
26438         * tree-ssa-phiprop.c : Likewise.
26439         * tree-ssa-pre.c : Likewise.
26440         * tree-ssa-propagate.c : Likewise.
26441         * tree-ssa-reassoc.c : Likewise.
26442         * tree-ssa-sccvn.c : Likewise.
26443         * tree-ssa-scopedtables.c : Likewise.
26444         * tree-ssa-sink.c : Likewise.
26445         * tree-ssa-strlen.c : Likewise.
26446         * tree-ssa-structalias.c : Likewise.
26447         * tree-ssa-tail-merge.c : Likewise.
26448         * tree-ssa-ter.c : Likewise.
26449         * tree-ssa-threadedge.c : Likewise.
26450         * tree-ssa-threadupdate.c : Likewise.
26451         * tree-ssa-uncprop.c : Likewise.
26452         * tree-ssa-uninit.c : Likewise.
26453         * tree-ssa.c : Likewise.
26454         * tree-ssanames.c : Likewise.
26455         * tree-stdarg.c : Likewise.
26456         * tree-streamer-in.c : Likewise.
26457         * tree-streamer-out.c : Likewise.
26458         * tree-streamer.c : Likewise.
26459         * tree-streamer.h : Likewise.
26460         * tree-switch-conversion.c : Likewise.
26461         * tree-tailcall.c : Likewise.
26462         * tree-vect-data-refs.c : Likewise.
26463         * tree-vect-generic.c : Likewise.
26464         * tree-vect-loop-manip.c : Likewise.
26465         * tree-vect-loop.c : Likewise.
26466         * tree-vect-patterns.c : Likewise.
26467         * tree-vect-slp.c : Likewise.
26468         * tree-vect-stmts.c : Likewise.
26469         * tree-vectorizer.c : Likewise.
26470         * tree-vectorizer.h : Likewise.
26471         * tree-vrp.c : Likewise.
26472         * tree.c : Likewise.
26473         * tsan.c : Likewise.
26474         * ubsan.c : Likewise.
26475         * valtrack.c : Likewise.
26476         * valtrack.h : Likewise.
26477         * value-prof.c : Likewise.
26478         * var-tracking.c : Likewise.
26479         * varasm.c : Likewise.
26480         * varpool.c : Likewise.
26481         * vec.c: Likewise.
26482         * vmsdbgout.c : Likewise.
26483         * vtable-verify.c : Likewise.
26484         * vtable-verify.h : Likewise.
26485         * web.c : Likewise.
26486         * wide-int.cc : Likewise.
26487         * xcoffout.c : Likewise.
26488         * config/aarch64/aarch64-builtins.c : Likewise.
26489         * config/aarch64/aarch64.c : Likewise.
26490         * config/aarch64/cortex-a57-fma-steering.c : Likewise.
26491         * config/alpha/alpha.c : Likewise.
26492         * config/arc/arc.c : Likewise.
26493         * config/arm/aarch-common.c : Likewise.
26494         * config/arm/arm-builtins.c : Likewise.
26495         * config/arm/arm-c.c : Likewise.
26496         * config/arm/arm.c : Likewise.
26497         * config/avr/avr-c.c : Likewise.
26498         * config/avr/avr-log.c : Likewise.
26499         * config/avr/avr.c : Likewise.
26500         * config/bfin/bfin.c : Likewise.
26501         * config/c6x/c6x.c : Likewise.
26502         * config/cr16/cr16.c : Likewise.
26503         * config/cris/cris.c : Likewise.
26504         * config/darwin-c.c : Likewise.
26505         * config/darwin.c : Likewise.
26506         * config/default-c.c : Likewise.
26507         * config/epiphany/epiphany.c : Likewise.
26508         * config/epiphany/mode-switch-use.c : Likewise.
26509         * config/epiphany/resolve-sw-modes.c : Likewise.
26510         * config/fr30/fr30.c : Likewise.
26511         * config/frv/frv.c : Likewise.
26512         * config/ft32/ft32.c : Likewise.
26513         * config/glibc-c.c : Likewise.
26514         * config/h8300/h8300.c : Likewise.
26515         * config/i386/i386-c.c : Likewise.
26516         * config/i386/i386.c : Likewise.
26517         * config/i386/msformat-c.c : Likewise.
26518         * config/i386/winnt-cxx.c : Likewise.
26519         * config/i386/winnt-stubs.c : Likewise.
26520         * config/i386/winnt.c : Likewise.
26521         * config/ia64/ia64-c.c : Likewise.
26522         * config/ia64/ia64.c : Likewise.
26523         * config/iq2000/iq2000.c : Likewise.
26524         * config/lm32/lm32.c : Likewise.
26525         * config/m32c/m32c-pragma.c : Likewise.
26526         * config/m32c/m32c.c : Likewise.
26527         * config/m32r/m32r.c : Likewise.
26528         * config/m68k/m68k.c : Likewise.
26529         * config/mcore/mcore.c : Likewise.
26530         * config/mep/mep-pragma.c : Likewise.
26531         * config/mep/mep.c : Likewise.
26532         * config/microblaze/microblaze-c.c : Likewise.
26533         * config/microblaze/microblaze.c : Likewise.
26534         * config/mips/mips.c : Likewise.
26535         * config/mmix/mmix.c : Likewise.
26536         * config/mn10300/mn10300.c : Likewise.
26537         * config/moxie/moxie.c : Likewise.
26538         * config/msp430/msp430-c.c : Likewise.
26539         * config/msp430/msp430.c : Likewise.
26540         * config/nds32/nds32-cost.c : Likewise.
26541         * config/nds32/nds32-fp-as-gp.c : Likewise.
26542         * config/nds32/nds32-intrinsic.c : Likewise.
26543         * config/nds32/nds32-isr.c : Likewise.
26544         * config/nds32/nds32-md-auxiliary.c : Likewise.
26545         * config/nds32/nds32-memory-manipulation.c : Likewise.
26546         * config/nds32/nds32-pipelines-auxiliary.c : Likewise.
26547         * config/nds32/nds32-predicates.c : Likewise.
26548         * config/nds32/nds32.c : Likewise.
26549         * config/nios2/nios2.c : Likewise.
26550         * config/nvptx/nvptx.c : Likewise.
26551         * config/pa/pa.c : Likewise.
26552         * config/pdp11/pdp11.c : Likewise.
26553         * config/rl78/rl78-c.c : Likewise.
26554         * config/rl78/rl78.c : Likewise.
26555         * config/rs6000/rs6000-c.c : Likewise.
26556         * config/rs6000/rs6000.c : Likewise.
26557         * config/rx/rx.c : Likewise.
26558         * config/s390/s390-c.c : Likewise.
26559         * config/s390/s390.c : Likewise.
26560         * config/sh/sh-c.c : Likewise.
26561         * config/sh/sh-mem.cc : Likewise.
26562         * config/sh/sh.c : Likewise.
26563         * config/sh/sh_optimize_sett_clrt.cc : Likewise.
26564         * config/sh/sh_treg_combine.cc : Likewise.
26565         * config/sol2-c.c : Likewise.
26566         * config/sol2-cxx.c : Likewise.
26567         * config/sol2-stubs.c : Likewise.
26568         * config/sol2.c : Likewise.
26569         * config/sparc/sparc-c.c : Likewise.
26570         * config/sparc/sparc.c : Likewise.
26571         * config/spu/spu-c.c : Likewise.
26572         * config/spu/spu.c : Likewise.
26573         * config/stormy16/stormy16.c : Likewise.
26574         * config/tilegx/mul-tables.c : Likewise.
26575         * config/tilegx/tilegx-c.c : Likewise.
26576         * config/tilegx/tilegx.c : Likewise.
26577         * config/tilepro/mul-tables.c : Likewise.
26578         * config/tilepro/tilepro-c.c : Likewise.
26579         * config/tilepro/tilepro.c : Likewise.
26580         * config/v850/v850-c.c : Likewise.
26581         * config/v850/v850.c : Likewise.
26582         * config/vax/vax.c : Likewise.
26583         * config/visium/visium.c : Likewise.
26584         * config/vms/vms-c.c : Likewise.
26585         * config/vms/vms.c : Likewise.
26586         * config/vxworks.c : Likewise.
26587         * config/winnt-c.c : Likewise.
26588         * config/xtensa/xtensa.c : Likewise.
26590 2015-06-08  Jan Hubicka  <hubicka@ucw.cz>
26592         PR lto/65378
26593         * ipa-utils.h (warn_types_mismatch): Update prototype.
26594         * ipa-devirt.c (odr_types_equivalent_p): Add loc1/loc2
26595         parameters.
26596         (type_mismatch_p): New function.
26597         (warn_types_mismatch): Reorg to work better on non-C++ types.
26598         (odr_types_equivalent_p): Add loc1/loc2 parameters.
26599         (add_type_duplicate): Update.
26601 2015-06-08  Tom de Vries  <tom@codesourcery.com>
26603         PR rtl-optimization/66444
26604         * postreload.c (reload_combine): Use get_call_reg_set_usage instead of
26605         call_used_regs.
26607 2015-06-08  Richard Biener  <rguenther@suse.de>
26609         PR tree-optimization/66422
26610         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Split
26611         block after inserted gcc_unreachable.
26613 2015-06-08  Nick Clifton  <nickc@redhat.com>
26615         * config/rx/rx.c (rx_function_value): Do not promote vector types.
26616         (rx_promote_function_mode): Likewise.
26617         * config/rx/rx.h (LIBCALL_VALUE): Likewise.
26619 2015-06-08  Jakub Jelinek  <jakub@redhat.com>
26621         * genattrtab.c (insn_alternatives): Change type from int *
26622         to uint64_t *.
26623         (check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
26624         (get_attr_value): Change type of num_alt to uint64_t.
26625         (compute_alternative_mask): Change return type from
26626         int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
26627         (make_alternative_compare, mk_attr_alt): Change argument type
26628         from int to uint64_t.
26629         (simplify_test_exp): Change type of i from int to uint64_t.
26630         Shift ((uint64_t) 1) instead of 1 up.
26631         (main): Adjust oballocvec first argument from int to uint64_t.
26632         Shift ((uint64_t) 1) instead of 1 up.
26634 2015-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
26636         PR other/65366
26637         * gdbhooks.py: Import sys.
26638         (intptr): New function.  Replace int(...) by intptr(...).
26640 2015-06-08  Richard Biener  <rguenther@suse.de>
26642         * tree-vect-stmts.c (vectorizable_load): Compute the pointer
26643         adjustment for gaps at the end of a SLP load group properly.
26644         * tree-vect-slp.c (vect_supported_load_permutation_p): Allow
26645         all permutations we can generate.
26646         (vect_transform_slp_perm_load): Use the correct group-size.
26648 2015-06-08  Marc Glisse  <marc.glisse@inria.fr>
26650         * genmatch.c (expr::gen_transform): For conditions, guess the type
26651         from the second operand.
26653 2015-06-08  Tom de Vries  <tom@codesourcery.com>
26655         PR tree-optimization/66442
26656         * gimple-iterator.h (gimple_seq_nondebug_singleton_p): Add function.
26657         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Return false
26658         if the loop latch is not a singleton.  Use
26659         gimple_seq_nondebug_singleton_p instead of gimple_seq_singleton_p.
26661 2015-06-08  Marek Polacek  <polacek@redhat.com>
26663         PR sanitizer/66452
26664         * toplev.c (check_global_declaration): Don't warn about artificial
26665         decls.
26667 2015-06-08  Tom de Vries  <tom@codesourcery.com>
26669         PR tree-optimization/66436
26670         * cgraphunit.c (cgraph_node::analyze): Don't dump function to gimple
26671         dump file.
26672         * gimplify.c: Add tree-dump.h include.
26673         (gimplify_function_tree): Dump function to gimple dump file.
26674         * stor-layout.c (finalize_size_functions): Don't dump function to gimple
26675         dump file.
26677 2015-06-08  Tom de Vries  <tom@codesourcery.com>
26679         PR tree-optimization/66435
26680         * cgraphunit.c (cgraph_node::add_new_function): Dump message on new
26681         function.
26683 2015-06-06  Jan Hubicka  <hubicka@ucw.cz>
26685         * alias.c (get_alias_set): Be ready for TYPE_CANONICAL
26686         of ptr_type_node to not be ptr_to_node.
26687         * tree.c (gimple_types_compatible_p): Do not match TREE_CODE of
26688         TREE_TYPE of pointers.
26689         * gimple-expr.c (useless_type_conversion): Reorder the check for
26690         function pointers and TYPE_CANONICAL.
26692 2015-06-06  John David Anglin  <danglin@gcc.gnu.org>
26694         PR bootstrap/66319
26695         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Rearrange builtin
26696         defines.  Define _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE for c++.
26697         Define _XOPEN_UNIX and _XOPEN_SOURCE_EXTENDED for c++ if unix95 or
26698         later.
26699         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Likewise.
26700         Define _INCLUDE_STDC_SOURCE_PRE_199901, _INCLUDE_STDC_SOURCE_199901,
26701         _INCLUDE_XOPEN_SOURCE_PRE_500, _INCLUDE_XOPEN_SOURCE_520,
26702         _INCLUDE_XOPEN_SOURCE_PRE_600 and _INCLUDE_XOPEN_SOURCE_600 for c++
26703         and non iso if unix2003.
26705 2015-06-06  Aldy Hernandez  <aldyh@redhat.com>
26707         * dwarf2out.c (gen_lexical_block_die): Initialize stmt_die.
26709 2015-06-06  Richard Sandiford  <richard.sandiford@arm.com>
26711         * emit-rtl.c, expr.c, gcse.c, optabs.c, optabs.h, print-rtl.c,
26712         rtl.h, bb-reorder.c, builtins.c, calls.c, cfgbuild.c, cfgexpand.c,
26713         cfgrtl.c, cilk-common.c, config/i386/i386.md, cse.c, dwarf2cfi.c,
26714         except.c, final.c, function.c, gcse-common.c, genemit.c,
26715         haifa-sched.c, ifcvt.c, jump.c, loop-invariant.c, loop-iv.c,
26716         lra-constraints.c, lra.c, reload1.c, resource.c, rtlanal.c,
26717         sched-deps.c, sched-ebb.c, sel-sched-ir.c, sel-sched.c,
26718         shrink-wrap.c, stmt.c, store-motion.c: Replace rtx base types with
26719         more derived ones.
26721 2015-06-06  Mikhail Maltsev  <maltsevm@gmail.com>
26723         * combine.c (combine_split_insns): Remove cast.
26724         * config/bfin/bfin.c (hwloop_fail): Add cast in try_split call.
26725         * config/sh/sh.c (sh_try_split_insn_simple): Remove cast.
26726         * config/sh/sh_treg_combine.cc (sh_treg_combine::execute): Add cast.
26727         * emit-rtl.c (try_split): Promote type of trial argument to rtx_insn.
26728         * genemit.c (gen_split): Change return type of generated functions to
26729         rtx_insn.
26730         * genrecog.c (get_failure_return): Use NULL instead of NULL_RTX.
26731         (print_subroutine_start): Promote rtx to rtx_insn in gen_split_* and
26732         gen_peephole2_* functions.
26733         (print_subroutine, main): Likewise.
26734         * recog.c (peephole2_optimize): Remove cast.
26735         (peep2_next_insn): Promote return type to rtx_insn.
26736         * recog.h (peep2_next_insn): Fix prototype.
26737         * rtl.h (try_split, split_insns): Likewise.
26739 2015-06-06  DJ Delorie  <dj@redhat.com>
26741         * config/msp430/msp430.c (msp430_asm_integer): Support addition
26742         and subtraction too.
26744 2015-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
26746         PR target/66410
26747         * config/sh/constraints.md (Sid, Ssd): New memory constraints.
26748         * config/sh/sh.md (*mov<mode>): Use Sid and Ssd alternatives
26749         instead of Snd.  Disparage Sid/z alternative with '^'.
26751 2015-06-05  Aldy Hernandez  <aldyh@redhat.com>
26753         * dwarf2out.c: Remove deferred_locations*.
26754         (dwarf2_debug_hooks): Add early_finish hook.
26755         Remove global_decl hook.
26756         Add early_global_decl and late_global_decl hook.
26757         New global early_dwarf.
26758         New structure set_early_dwarf.
26759         (output_die): Indicate whether a DIE was generated early
26760         when generating assembly with -dA.
26761         (struct limbo_die_struct): Document created_for field.
26762         Remove file_table_last_lookup.
26763         (remove_AT): Return TRUE if successful.
26764         (remove_child_TAG): Clear die_parent.
26765         (reparent_child): New function abstracted from...
26766         (splice_child_die): ...here.
26767         (new_die): ICE if a DIE ends up in limbo too late.
26768         (check_die): New.
26769         (defer_location): Remove.
26770         (add_subscript_info): Reuse DW_TAG_subrange_type if available.
26771         (fill_variable_array_bounds): New.
26772         (decl_start_label): Call fill_variable_array_bounds.
26773         (gen_formal_parameter_die): Rewrite to reuse previously generated
26774         DIEs.
26775         (gen_subprogram_die): Same.
26776         (gen_variable_die): Same.
26777         (gen_const_die): Same.
26778         (gen_label_die): Same.
26779         (gen_lexical_block_die): Same.
26780         (decl_will_get_specification_p): New.
26781         (local_function_static): New.
26782         (gen_struct_or_union_type_die): Fill in variable-length fields.
26783         (gen_typedef_die): Fill in variable-length typedefs.
26784         (gen_tagged_type_die): Gracefully return on error_mark_node.
26785         Handle re-entrancy.
26786         (gen_type_die_with_usage): Handle variable-length types.
26787         Remove duplicate code for ARRAY_TYPE case.
26788         (process_scope_var): Only process imported modules during early
26789         dwarf.
26790         (dwarf2out_early_global_decl): New.
26791         (dwarf2out_late_global_decl): Rename from dwarf2out_global_decl.
26792         (dwarf2out_type_decl): Set early_dwarf while calling
26793         dwarf2out_decl.
26794         (dwarf2out_decl): Verify that we did not recreate a previously
26795         generated DIE.
26796         Do not return on DECL_EXTERNALs in VAR_DECLs.
26797         Abstract some code to local_function_static.
26798         (lookup_filename): Remove use of file_table_last_lookup.
26799         Gracefully exit on missing file_name.
26800         (dwarf2out_finish): Verify limbo list.
26801         Remove deferred_locations_list use.
26802         Move deferred_asm_name and limbo flushing to...
26803         (dwarf2out_early_finish): ...here.  New.
26804         (dwarf2out_c_finalize): Remove set of deferred_location_list,
26805         deferred_asm_name, and file_table_last_lookup.
26806         * cgraph.h (referred_to_p): Add default argument.
26807         * cgraphunit.c (referred_to_p): Add and handle include_self
26808         argument.
26809         (analyze_functions): Add first_time argument.
26810         Call check_global_declaration for all symbols.
26811         Call late_global_decl for nodes for moribund nodes.
26812         (finalize_compilation_unit): Add new argument to
26813         analyze_functions.
26814         Call early_global_decl for functions.
26815         Call early_finish debug hook.
26816         * dbxout.c (dbxout_early_global_decl): New.
26817         (dbxout_late_global_decl): New.  Adapted from dbxout_global_decl.
26818         (dbx_debug_hooks): Add new hooks.
26819         (xcoff_debug_hooks): Same.
26820         * debug.c (do_nothing_debug_hooks): Add early_finish field.
26821         Add early and late debug hooks.
26822         Remove global_decl hook.
26823         * debug.h (struct gcc_debug_hooks): Add early_finish,
26824         early_global_decl, and late_global_decl fields.
26825         Remove global_decl field.
26826         Document gcc_debug_hooks.
26827         * gengtype.c (output_typename): Remove.
26828         * godump.c (go_early_global_decl): New.
26829         (go_late_global_decl): New.
26830         (go_global_decl): Remove.
26831         (dump_go_spec_init): Remove global_decl.  Add
26832         {early,late}_global_decl.
26833         * langhooks-def.h (LANG_HOOKS_WRITE_GLOBALS): Remove.
26834         (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): New.
26835         * langhooks.c (lhd_warn_unused_global_decl): Adjust comment.
26836         (write_global_declarations): Remove.
26837         (global_decl_processing): New.
26838         * langhooks.h (struct lang_hooks_for_decls): Remove
26839         final_write_globals field.
26840         Add post_compilation_parsing_cleanups field.
26841         * passes.c (rest_of_decl_compilation): Call early_global_decl.
26842         * sdbout.c: Add early and late_global_decl hooks.  Remove
26843         sdbout_global_decl hook.
26844         Add early_finish field for sdb_debug_hooks.
26845         (sdbout_global_decl): Remove.
26846         (sdbout_early_global_decl): New.
26847         (sdbout_late_global_decl): New.
26848         * timevar.def (TV_PHASE_LATE_PARSING_CLEANUPS): New.
26849         * toplev.c (check_global_declaration): Rename from
26850         check_global_declaration_1.
26851         Adapt to use symtab infrastructure.
26852         (check_global_declarations): Remove.
26853         (emit_debug_global_declarations): Remove.
26854         (compile_file): Remove call to final_write_globals langhook.
26855         Run the actual compilation process.
26856         Perform any post compilation parser cleanups.
26857         Generate late debug info.
26858         * toplev.h (check_global_declaration): New.
26859         (check_global_declaration_1): Remove.
26860         (check_global_declarations): Remove.
26861         (write_global_declarations): Remove.
26862         (emit_debug_global_declarations): Remove.
26863         (global_decl_processing): New.
26864         * tree-core.h (struct tree_block): Add DIE field.
26865         * tree.h (BLOCK_DIE): New.
26866         * vmsdbgout.c (vmsdbgout_global_decl): Remove function and its use
26867         throughout.
26868         (vmsdbgout_early_global_decl): New.
26869         (vmsdbgout_late_global_decl): New.
26870         Add early_finish debug hook field to vmsdbg_debug_hooks.
26871         Remove vmsdbgout_decl to vmsdbgout_function_decl.
26872         Add early and late_global_decl debug hooks.
26874 2015-06-05  Julian Brown  <julian@codesourcery.com>
26875             Sandra Loosemore  <sandra@codesourcery.com>
26877         * config/print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.
26878         * config/t-sysroot-suffix (sysroot-suffix.h): Pass MULTILIB_REUSE
26879         to print-sysroot-suffix.sh script.
26881 2015-06-05  Tom de Vries  <tom@codesourcery.com>
26883         merge from gomp4 branch:
26884         2015-05-28  Tom de Vries  <tom@codesourcery.com>
26886         PR tree-optimization/65443
26887         * tree-parloops.c (replace_imm_uses, replace_uses_in_bb_by)
26888         (replace_uses_in_bbs_by, transform_to_exit_first_loop_alt)
26889         (try_transform_to_exit_first_loop_alt): New function.
26890         (transform_to_exit_first_loop): Use
26891         try_transform_to_exit_first_loop_alt.
26893 2015-06-05  James Greenhalgh  <james.greenhalgh@arm.com>
26895         * builtins.c (expand_builtin_atomic_compare_exchange): Call
26896         emit_cmp_and_jump_insns with the mode of target.
26898 2015-06-05  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
26900         * config/i386/sse.md (sse3_mwait): Swap the operand constriants.
26902 2015-06-04  DJ Delorie  <dj@redhat.com>
26904         * config/msp430/msp430.md (movsi_s): New.  Special case for
26905         storing a 20-bit symbol into a 32-bit register.
26906         * config/msp430/msp430.c (msp430_subreg): Add support for it.
26907         * config/msp430/predicates.md (msp430_symbol_operand): New.
26909 2015-06-04  Sriraman Tallam  <tmsriram@google.com>
26911         * c-family/c-common.c (noplt): New attribute.
26912         (handle_noplt_attribute): New handler.
26913         * calls.c (prepare_call_address): Check for noplt
26914         attribute.
26915         * config/i386/i386.c (ix86_expand_call): Check
26916         for noplt attribute.
26917         (ix86_nopic_noplt_attribute_p): New function.
26918         (ix86_output_call_insn): Output indirect call for non-pic
26919         no plt calls.
26920         * doc/extend.texi (noplt): Document new attribute.
26921         * doc/invoke.texi: Document new attribute.
26923 2015-06-04  Andrew MacLeod  <amacleod@redhat.com>
26925         * coretypes.h: Include machmode.h, signop.h, wide-int.h, double-int.h,
26926         real.h, and fixed-value.h when included in host source files.
26927         * double-int.h: Remove redundant #includes listed above.
26928         * fixed-value.h: Likewise.
26929         * real.h: Likewise.
26930         * wide-int.h: Likewise.
26931         * inchash.h: Likewise.
26932         * rtl.h: Add some include files When included from a generator file.
26933         * target.h: Remove wide-int.h and insn-modes.h from the include list.
26934         * internal-fn.h: Don't include coretypes.h.
26935         * alias.c: Adjust includes for restructured coretypes.h.
26936         * asan.c: Likewise.
26937         * attribs.c: Likewise.
26938         * auto-inc-dec.c: Likewise.
26939         * auto-profile.c: Likewise.
26940         * bb-reorder.c: Likewise.
26941         * bt-load.c: Likewise.
26942         * builtins.c: Likewise.
26943         * caller-save.c: Likewise.
26944         * calls.c: Likewise.
26945         * ccmp.c: Likewise.
26946         * cfg.c: Likewise.
26947         * cfganal.c: Likewise.
26948         * cfgbuild.c: Likewise.
26949         * cfgcleanup.c: Likewise.
26950         * cfgexpand.c: Likewise.
26951         * cfghooks.c: Likewise.
26952         * cfgloop.c: Likewise.
26953         * cfgloop.h: Likewise.
26954         * cfgloopanal.c: Likewise.
26955         * cfgloopmanip.c: Likewise.
26956         * cfgrtl.c: Likewise.
26957         * cgraph.c: Likewise.
26958         * cgraphbuild.c: Likewise.
26959         * cgraphclones.c: Likewise.
26960         * cgraphunit.c: Likewise.
26961         * cilk-common.c: Likewise.
26962         * combine-stack-adj.c: Likewise.
26963         * combine.c: Likewise.
26964         * compare-elim.c: Likewise.
26965         * convert.c: Likewise.
26966         * coverage.c: Likewise.
26967         * cppbuiltin.c: Likewise.
26968         * cprop.c: Likewise.
26969         * cse.c: Likewise.
26970         * cselib.c: Likewise.
26971         * data-streamer-in.c: Likewise.
26972         * data-streamer-out.c: Likewise.
26973         * data-streamer.c: Likewise.
26974         * dbxout.c: Likewise.
26975         * dce.c: Likewise.
26976         * ddg.c: Likewise.
26977         * debug.c: Likewise.
26978         * df-core.c: Likewise.
26979         * df-problems.c: Likewise.
26980         * df-scan.c: Likewise.
26981         * df.h: Likewise.
26982         * dfp.c: Likewise.
26983         * dojump.c: Likewise.
26984         * dominance.c: Likewise.
26985         * domwalk.c: Likewise.
26986         * double-int.c: Likewise.
26987         * dse.c: Likewise.
26988         * dumpfile.c: Likewise.
26989         * dwarf2asm.c: Likewise.
26990         * dwarf2cfi.c: Likewise.
26991         * dwarf2out.c: Likewise.
26992         * dwarf2out.h: Likewise.
26993         * emit-rtl.c: Likewise.
26994         * et-forest.c: Likewise.
26995         * except.c: Likewise.
26996         * explow.c: Likewise.
26997         * expmed.c: Likewise.
26998         * expr.c: Likewise.
26999         * final.c: Likewise.
27000         * fixed-value.c: Likewise.
27001         * fold-const.c: Likewise.
27002         * function.c: Likewise.
27003         * fwprop.c: Likewise.
27004         * gcc-plugin.h: Likewise.
27005         * gcse.c: Likewise.
27006         * generic-match-head.c: Likewise.
27007         * ggc-page.c: Likewise.
27008         * gimple-builder.c: Likewise.
27009         * gimple-expr.c: Likewise.
27010         * gimple-fold.c: Likewise.
27011         * gimple-iterator.c: Likewise.
27012         * gimple-low.c: Likewise.
27013         * gimple-match-head.c: Likewise.
27014         * gimple-pretty-print.c: Likewise.
27015         * gimple-ssa-isolate-paths.c: Likewise.
27016         * gimple-ssa-strength-reduction.c: Likewise.
27017         * gimple-streamer-in.c: Likewise.
27018         * gimple-streamer-out.c: Likewise.
27019         * gimple-streamer.h: Likewise.
27020         * gimple-walk.c: Likewise.
27021         * gimple.c: Likewise.
27022         * gimplify-me.c: Likewise.
27023         * gimplify.c: Likewise.
27024         * godump.c: Likewise.
27025         * graph.c: Likewise.
27026         * graphite-blocking.c: Likewise.
27027         * graphite-dependences.c: Likewise.
27028         * graphite-interchange.c: Likewise.
27029         * graphite-isl-ast-to-gimple.c: Likewise.
27030         * graphite-optimize-isl.c: Likewise.
27031         * graphite-poly.c: Likewise.
27032         * graphite-scop-detection.c: Likewise.
27033         * graphite-sese-to-poly.c: Likewise.
27034         * graphite.c: Likewise.
27035         * haifa-sched.c: Likewise.
27036         * hooks.h: Likewise.
27037         * hw-doloop.c: Likewise.
27038         * ifcvt.c: Likewise.
27039         * incpath.c: Likewise.
27040         * init-regs.c: Likewise.
27041         * internal-fn.c: Likewise.
27042         * ipa-chkp.c: Likewise.
27043         * ipa-comdats.c: Likewise.
27044         * ipa-cp.c: Likewise.
27045         * ipa-devirt.c: Likewise.
27046         * ipa-icf-gimple.c: Likewise.
27047         * ipa-icf.c: Likewise.
27048         * ipa-inline-analysis.c: Likewise.
27049         * ipa-inline-transform.c: Likewise.
27050         * ipa-inline.c: Likewise.
27051         * ipa-polymorphic-call.c: Likewise.
27052         * ipa-profile.c: Likewise.
27053         * ipa-prop.c: Likewise.
27054         * ipa-pure-const.c: Likewise.
27055         * ipa-ref.c: Likewise.
27056         * ipa-reference.c: Likewise.
27057         * ipa-split.c: Likewise.
27058         * ipa-utils.c: Likewise.
27059         * ipa-visibility.c: Likewise.
27060         * ipa.c: Likewise.
27061         * ira-build.c: Likewise.
27062         * ira-color.c: Likewise.
27063         * ira-conflicts.c: Likewise.
27064         * ira-costs.c: Likewise.
27065         * ira-emit.c: Likewise.
27066         * ira-lives.c: Likewise.
27067         * ira.c: Likewise.
27068         * jump.c: Likewise.
27069         * langhooks.c: Likewise.
27070         * lcm.c: Likewise.
27071         * loop-doloop.c: Likewise.
27072         * loop-init.c: Likewise.
27073         * loop-invariant.c: Likewise.
27074         * loop-iv.c: Likewise.
27075         * loop-unroll.c: Likewise.
27076         * lower-subreg.c: Likewise.
27077         * lra-assigns.c: Likewise.
27078         * lra-coalesce.c: Likewise.
27079         * lra-constraints.c: Likewise.
27080         * lra-eliminations.c: Likewise.
27081         * lra-lives.c: Likewise.
27082         * lra-remat.c: Likewise.
27083         * lra-spills.c: Likewise.
27084         * lra.c: Likewise.
27085         * lto-cgraph.c: Likewise.
27086         * lto-compress.c: Likewise.
27087         * lto-opts.c: Likewise.
27088         * lto-section-in.c: Likewise.
27089         * lto-section-out.c: Likewise.
27090         * lto-streamer-in.c: Likewise.
27091         * lto-streamer-out.c: Likewise.
27092         * lto-streamer.c: Likewise.
27093         * mcf.c: Likewise.
27094         * mode-switching.c: Likewise.
27095         * modulo-sched.c: Likewise.
27096         * omega.c: Likewise.
27097         * omp-low.c: Likewise.
27098         * optabs.c: Likewise.
27099         * opts-global.c: Likewise.
27100         * passes.c: Likewise.
27101         * plugin.c: Likewise.
27102         * postreload-gcse.c: Likewise.
27103         * postreload.c: Likewise.
27104         * predict.c: Likewise.
27105         * print-rtl.c: Likewise.
27106         * print-tree.c: Likewise.
27107         * profile.c: Likewise.
27108         * real.c: Likewise.
27109         * realmpfr.c: Likewise.
27110         * realmpfr.h: Likewise.
27111         * recog.c: Likewise.
27112         * ree.c: Likewise.
27113         * reg-stack.c: Likewise.
27114         * regcprop.c: Likewise.
27115         * reginfo.c: Likewise.
27116         * regrename.c: Likewise.
27117         * regs.h: Likewise.
27118         * regstat.c: Likewise.
27119         * reload.c: Likewise.
27120         * reload1.c: Likewise.
27121         * reorg.c: Likewise.
27122         * resource.c: Likewise.
27123         * rtl-chkp.c: Likewise.
27124         * rtlanal.c: Likewise.
27125         * rtlhooks.c: Likewise.
27126         * sanopt.c: Likewise.
27127         * sched-deps.c: Likewise.
27128         * sched-ebb.c: Likewise.
27129         * sched-rgn.c: Likewise.
27130         * sched-vis.c: Likewise.
27131         * sdbout.c: Likewise.
27132         * sel-sched-dump.c: Likewise.
27133         * sel-sched-ir.c: Likewise.
27134         * sel-sched.c: Likewise.
27135         * sese.c: Likewise.
27136         * shrink-wrap.c: Likewise.
27137         * shrink-wrap.h: Likewise.
27138         * simplify-rtx.c: Likewise.
27139         * stack-ptr-mod.c: Likewise.
27140         * statistics.c: Likewise.
27141         * stmt.c: Likewise.
27142         * stor-layout.c: Likewise.
27143         * store-motion.c: Likewise.
27144         * stringpool.c: Likewise.
27145         * symtab.c: Likewise.
27146         * target-globals.c: Likewise.
27147         * targhooks.c: Likewise.
27148         * toplev.c: Likewise.
27149         * tracer.c: Likewise.
27150         * trans-mem.c: Likewise.
27151         * tree-affine.c: Likewise.
27152         * tree-affine.h: Likewise.
27153         * tree-browser.c: Likewise.
27154         * tree-call-cdce.c: Likewise.
27155         * tree-cfg.c: Likewise.
27156         * tree-cfgcleanup.c: Likewise.
27157         * tree-chkp-opt.c: Likewise.
27158         * tree-chkp.c: Likewise.
27159         * tree-chrec.c: Likewise.
27160         * tree-complex.c: Likewise.
27161         * tree-data-ref.c: Likewise.
27162         * tree-dfa.c: Likewise.
27163         * tree-diagnostic.c: Likewise.
27164         * tree-dump.c: Likewise.
27165         * tree-eh.c: Likewise.
27166         * tree-emutls.c: Likewise.
27167         * tree-if-conv.c: Likewise.
27168         * tree-inline.c: Likewise.
27169         * tree-into-ssa.c: Likewise.
27170         * tree-iterator.c: Likewise.
27171         * tree-loop-distribution.c: Likewise.
27172         * tree-nested.c: Likewise.
27173         * tree-nrv.c: Likewise.
27174         * tree-object-size.c: Likewise.
27175         * tree-outof-ssa.c: Likewise.
27176         * tree-parloops.c: Likewise.
27177         * tree-phinodes.c: Likewise.
27178         * tree-predcom.c: Likewise.
27179         * tree-pretty-print.c: Likewise.
27180         * tree-pretty-print.h: Likewise.
27181         * tree-profile.c: Likewise.
27182         * tree-scalar-evolution.c: Likewise.
27183         * tree-sra.c: Likewise.
27184         * tree-ssa-address.c: Likewise.
27185         * tree-ssa-alias.c: Likewise.
27186         * tree-ssa-ccp.c: Likewise.
27187         * tree-ssa-coalesce.c: Likewise.
27188         * tree-ssa-copy.c: Likewise.
27189         * tree-ssa-copyrename.c: Likewise.
27190         * tree-ssa-dce.c: Likewise.
27191         * tree-ssa-dom.c: Likewise.
27192         * tree-ssa-dse.c: Likewise.
27193         * tree-ssa-forwprop.c: Likewise.
27194         * tree-ssa-ifcombine.c: Likewise.
27195         * tree-ssa-live.c: Likewise.
27196         * tree-ssa-loop-ch.c: Likewise.
27197         * tree-ssa-loop-im.c: Likewise.
27198         * tree-ssa-loop-ivcanon.c: Likewise.
27199         * tree-ssa-loop-ivopts.c: Likewise.
27200         * tree-ssa-loop-manip.c: Likewise.
27201         * tree-ssa-loop-niter.c: Likewise.
27202         * tree-ssa-loop-prefetch.c: Likewise.
27203         * tree-ssa-loop-unswitch.c: Likewise.
27204         * tree-ssa-loop.c: Likewise.
27205         * tree-ssa-loop.h: Likewise.
27206         * tree-ssa-math-opts.c: Likewise.
27207         * tree-ssa-operands.c: Likewise.
27208         * tree-ssa-phiopt.c: Likewise.
27209         * tree-ssa-phiprop.c: Likewise.
27210         * tree-ssa-pre.c: Likewise.
27211         * tree-ssa-propagate.c: Likewise.
27212         * tree-ssa-reassoc.c: Likewise.
27213         * tree-ssa-sccvn.c: Likewise.
27214         * tree-ssa-scopedtables.c: Likewise.
27215         * tree-ssa-sink.c: Likewise.
27216         * tree-ssa-strlen.c: Likewise.
27217         * tree-ssa-structalias.c: Likewise.
27218         * tree-ssa-tail-merge.c: Likewise.
27219         * tree-ssa-ter.c: Likewise.
27220         * tree-ssa-threadedge.c: Likewise.
27221         * tree-ssa-threadupdate.c: Likewise.
27222         * tree-ssa-uncprop.c: Likewise.
27223         * tree-ssa-uninit.c: Likewise.
27224         * tree-ssa.c: Likewise.
27225         * tree-ssanames.c: Likewise.
27226         * tree-stdarg.c: Likewise.
27227         * tree-streamer-in.c: Likewise.
27228         * tree-streamer-out.c: Likewise.
27229         * tree-streamer.c: Likewise.
27230         * tree-switch-conversion.c: Likewise.
27231         * tree-tailcall.c: Likewise.
27232         * tree-vect-data-refs.c: Likewise.
27233         * tree-vect-generic.c: Likewise.
27234         * tree-vect-loop-manip.c: Likewise.
27235         * tree-vect-loop.c: Likewise.
27236         * tree-vect-patterns.c: Likewise.
27237         * tree-vect-slp.c: Likewise.
27238         * tree-vect-stmts.c: Likewise.
27239         * tree-vectorizer.c: Likewise.
27240         * tree-vrp.c: Likewise.
27241         * tree.c: Likewise.
27242         * tsan.c: Likewise.
27243         * ubsan.c: Likewise.
27244         * valtrack.c: Likewise.
27245         * value-prof.c: Likewise.
27246         * var-tracking.c: Likewise.
27247         * varasm.c: Likewise.
27248         * varpool.c: Likewise.
27249         * vmsdbgout.c: Likewise.
27250         * vtable-verify.c: Likewise.
27251         * web.c: Likewise.
27252         * wide-int-print.cc: Likewise.
27253         * wide-int-print.h: Likewise.
27254         * wide-int.cc: Likewise.
27255         * xcoffout.c: Likewise.
27256         * config/aarch64/aarch64-builtins.c: Likewise.
27257         * config/aarch64/aarch64.c: Likewise.
27258         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
27259         * config/alpha/alpha.c: Likewise.
27260         * config/arc/arc.c: Likewise.
27261         * config/arm/aarch-common.c: Likewise.
27262         * config/arm/arm-builtins.c: Likewise.
27263         * config/arm/arm-c.c: Likewise.
27264         * config/arm/arm.c: Likewise.
27265         * config/avr/avr-c.c: Likewise.
27266         * config/avr/avr-log.c: Likewise.
27267         * config/avr/avr.c: Likewise.
27268         * config/bfin/bfin.c: Likewise.
27269         * config/c6x/c6x.c: Likewise.
27270         * config/cr16/cr16.c: Likewise.
27271         * config/cris/cris.c: Likewise.
27272         * config/darwin-c.c: Likewise.
27273         * config/darwin.c: Likewise.
27274         * config/default-c.c: Likewise.
27275         * config/epiphany/epiphany.c: Likewise.
27276         * config/epiphany/mode-switch-use.c: Likewise.
27277         * config/epiphany/resolve-sw-modes.c: Likewise.
27278         * config/fr30/fr30.c: Likewise.
27279         * config/frv/frv.c: Likewise.
27280         * config/ft32/ft32.c: Likewise.
27281         * config/glibc-c.c: Likewise.
27282         * config/h8300/h8300.c: Likewise.
27283         * config/i386/i386-c.c: Likewise.
27284         * config/i386/i386.c: Likewise.
27285         * config/i386/msformat-c.c: Likewise.
27286         * config/i386/winnt-cxx.c: Likewise.
27287         * config/i386/winnt-stubs.c: Likewise.
27288         * config/i386/winnt.c: Likewise.
27289         * config/ia64/ia64-c.c: Likewise.
27290         * config/ia64/ia64.c: Likewise.
27291         * config/iq2000/iq2000.c: Likewise.
27292         * config/lm32/lm32.c: Likewise.
27293         * config/m32c/m32c-pragma.c: Likewise.
27294         * config/m32c/m32c.c: Likewise.
27295         * config/m32r/m32r.c: Likewise.
27296         * config/m68k/m68k.c: Likewise.
27297         * config/mcore/mcore.c: Likewise.
27298         * config/mep/mep-pragma.c: Likewise.
27299         * config/mep/mep.c: Likewise.
27300         * config/microblaze/microblaze-c.c: Likewise.
27301         * config/microblaze/microblaze.c: Likewise.
27302         * config/mips/mips.c: Likewise.
27303         * config/mmix/mmix.c: Likewise.
27304         * config/mn10300/mn10300.c: Likewise.
27305         * config/moxie/moxie.c: Likewise.
27306         * config/msp430/msp430-c.c: Likewise.
27307         * config/msp430/msp430.c: Likewise.
27308         * config/nds32/nds32-cost.c: Likewise.
27309         * config/nds32/nds32-fp-as-gp.c: Likewise.
27310         * config/nds32/nds32-intrinsic.c: Likewise.
27311         * config/nds32/nds32-isr.c: Likewise.
27312         * config/nds32/nds32-md-auxiliary.c: Likewise.
27313         * config/nds32/nds32-memory-manipulation.c: Likewise.
27314         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
27315         * config/nds32/nds32-predicates.c: Likewise.
27316         * config/nds32/nds32.c: Likewise.
27317         * config/nios2/nios2.c: Likewise.
27318         * config/nvptx/nvptx.c: Likewise.
27319         * config/pa/pa.c: Likewise.
27320         * config/pdp11/pdp11.c: Likewise.
27321         * config/rl78/rl78-c.c: Likewise.
27322         * config/rl78/rl78.c: Likewise.
27323         * config/rs6000/rs6000-c.c: Likewise.
27324         * config/rs6000/rs6000.c: Likewise.
27325         * config/rx/rx.c: Likewise.
27326         * config/s390/s390-c.c: Likewise.
27327         * config/s390/s390.c: Likewise.
27328         * config/sh/sh-c.c: Likewise.
27329         * config/sh/sh-mem.cc: Likewise.
27330         * config/sh/sh.c: Likewise.
27331         * config/sh/sh_optimize_sett_clrt.cc: Likewise.
27332         * config/sh/sh_treg_combine.cc: Likewise.
27333         * config/sol2-c.c: Likewise.
27334         * config/sol2-cxx.c: Likewise.
27335         * config/sol2-stubs.c: Likewise.
27336         * config/sol2.c: Likewise.
27337         * config/sparc/sparc-c.c: Likewise.
27338         * config/sparc/sparc.c: Likewise.
27339         * config/spu/spu-c.c: Likewise.
27340         * config/spu/spu.c: Likewise.
27341         * config/stormy16/stormy16.c: Likewise.
27342         * config/tilegx/mul-tables.c: Likewise.
27343         * config/tilegx/tilegx-c.c: Likewise.
27344         * config/tilegx/tilegx.c: Likewise.
27345         * config/tilepro/mul-tables.c: Likewise.
27346         * config/tilepro/tilepro-c.c: Likewise.
27347         * config/tilepro/tilepro.c: Likewise.
27348         * config/v850/v850-c.c: Likewise.
27349         * config/v850/v850.c: Likewise.
27350         * config/vax/vax.c: Likewise.
27351         * config/visium/visium.c: Likewise.
27352         * config/vms/vms-c.c: Likewise.
27353         * config/vms/vms.c: Likewise.
27354         * config/vxworks.c: Likewise.
27355         * config/winnt-c.c: Likewise.
27356         * config/xtensa/xtensa.c: Likewise.
27357         * common/config/bfin/bfin-common.c: Likewise.
27359 2015-06-04  Jan Hubicka  <hubicka@ucw.cz>
27361         * tree.h (tree_code_for_canonical_type_merging): New function.
27362         * tree.c (gimple_canonical_types_compatible_p): Use
27363         tree_code_for_canonical_type_merging..
27365 2015-06-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
27367         PR c++/66192
27368         PR target/66200
27369         * doc/tm.texi: Regenerate.
27370         * doc/tm.texi.in (TARGET_RELAXED_ORDERING): Delete.
27371         * target.def (TARGET_RELAXED_ORDERING): Likewise.
27372         * config/alpha/alpha.c (TARGET_RELAXED_ORDERING): Likewise.
27373         * config/ia64/ia64.c (TARGET_RELAXED_ORDERING): Likewise.
27374         * config/rs6000/rs6000.c (TARGET_RELAXED_ORDERING): Likewise.
27375         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Likewise.
27376         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
27377         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Likewise.
27378         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Likewise.
27380 2015-06-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27382         * config/aarch64/aarch64.c (aarch64_override_options): Unconditionally
27383         register fma steering pass.
27384         * config/aarch64/cortex-a57-fma-steering.c (gate): Add gating on
27385         AARCH64_TUNE_FMA_STEERING.
27387 2015-06-03  Jan Hubicka  <hubicka@ucw.cz>
27389         * tree.c (verify_type_variant): Verify that type and variant is
27390         compatible.
27391         (gimple_canonical_types_compatible_p): Look for main variants.
27393 2015-06-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
27395         * config.gcc (powerpc*-*-*): Add support for a new configure
27396         option --with-advance-toolchain=<xxx> which overrides using the
27397         default header files, libraries and dynamic linker.
27399         * config/rs6000/linux64.h (SUBSUBTARGET_EXTRA_SPECS): Add new
27400         specs to support the configure --with-advance-toolchain=<xxx>
27401         option.
27402         (INCLUDE_EXTRA_SPEC): Likewise.
27403         (LINK_OS_EXTRA_SPEC32): Likewise.
27404         (LINK_OK_EXTRA_SPEC64): Likewise.
27405         (LINK_OS_NEW_DTAGS_SPEC): Likewise.
27406         (DYNAMIC_LINKER_PREFIX): Likewise.
27407         (CPP_OS_DEFAULT_SPEC): Use the new specs for providing advance
27408         toolchain support.
27409         (GLIBC_DYNAMIC_LINKER32): Likewise.
27410         (GLIBC_DYNAMIC_LINKER64): Likewise.
27411         (LINK_OS_LINUX_SPEC32): Likewise.
27412         (LINK_OS_LINUX_SPEC64): Likewise.
27414         * doc/install.texi (--enable-advance-toolchain=<xx>): Document new
27415         configuration option.
27417 2015-06-03  Uros Bizjak  <ubizjak@gmail.com>
27419         PR target/66275
27420         * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
27421         to determine current function ABI.
27422         (ix86_function_value_regno_p): Ditto.
27424 2015-06-03  Martin Liska  <mliska@suse.cz>
27426         * alloc-pool.h (struct pool_usage): Correct GNU coding style.
27427         * bitmap.h (struct bitmap_usage): Likewise.
27428         * ggc-common.c (struct ggc_usage): Likewise.
27429         * mem-stats.h (struct mem_location): Likewise.
27430         (struct mem_usage): Likewise.
27431         * vec.c (struct vec_usage): Likewise.
27433 2015-06-03  Benigno B. Junior  <bbj@gentoo.org>
27435         * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into
27436         -Bsymbolic.
27438 2015-06-02  Andres Tiraboschi  <andres.tiraboschi@tallertechnologies.com>
27440         * doc/plugins.texi (enum plugin_event): New event.
27441         * plugin.c (register_callback): Handle PLUGIN_START_PARSE_FUNCTION
27442         and PLUGIN_FINISH_FUNCTION.
27443         * plugin.def (PLUGIN_START_PARSE_FUNCTION): Add plugin event
27444         (PLUGIN_FINISH_PARSE_FUNCTION): Likewise.
27446 2015-06-03  Richard Biener  <rguenther@suse.de>
27448         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
27449         compute GROUP_GAP for the first element.
27450         * tree-vect-slp.c (vect_build_slp_tree_1): Remove restriction
27451         on in-group gaps.
27453 2015-06-03  Nick Clifton  <nickc@redhat.com>
27455         * config/rl78/rl78-real.md: Add peepholes to avoid a register
27456         copy when calling a function.
27457         * config/rl78/rl78.c (need_to_save): Do not push the frame
27458         pointer in an interrupt handler prologue if it is never used.
27460 2015-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27462         * ifcvt (end_ifcvt_sequence): Fix typo in comment above.
27464 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
27466         * ipa-chkp.c (chkp_maybe_create_clone): Create alias
27467         reference when cloning alias node.
27469 2015-06-03  Martin Liska  <mliska@suse.cz>
27471         * alloc-pool.h (struct pool_usage): Correct space padding.
27472         * ggc-page.c (ggc_print_statistics): Align columns in a report.
27473         * mem-stats.h (struct mem_usage): Add argument to print_dash_line.
27474         * tree.c (dump_tree_statistics): Align columns in a report.
27476 2015-06-03  Martin Liska  <mliska@suse.cz>
27478         * alloc-pool.c (allocate_pool_descriptor): Remove.
27479         (struct pool_output_info): Likewise.
27480         (print_alloc_pool_statistics): Likewise.
27481         (dump_alloc_pool_statistics): Likewise.
27482         * alloc-pool.h (struct pool_usage): New struct.
27483         (pool_allocator::initialize): Change usage of memory statistics
27484         to a new interface.
27485         (pool_allocator::release): Likewise.
27486         (pool_allocator::allocate): Likewise.
27487         (pool_allocator::remove): Likewise.
27488         * mem-stats-traits.h (enum mem_alloc_origin): Add new enum value
27489         for a pool allocator.
27490         * mem-stats.h (struct mem_location): Add new ctor.
27491         (struct mem_usage): Add counter for number of
27492         instances.
27493         (mem_alloc_description::register_descriptor): New overload of
27494         * mem-stats.h (mem_location::to_string): New function.
27495         * bitmap.h (struct bitmap_usage): Use this new function.
27496         * ggc-common.c (struct ggc_usage): Likewise.
27497         the function.
27499 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
27501         * defaults.h (SWITCHABLE_TARGET, TARGET_SUPPORTS_WIDE_INT): Move out
27502         of GCC_INSN_FLAGS_H block.
27504 2015-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
27506         * explow.c (plus_constant): Update check after force_const_mem call
27507         to see if the value returned is not a NULL_RTX.
27509 2015-06-03  Ilya Enkovich  <ilya.enkovich@intel.com>
27511         * ipa.c (symbol_table::remove_unreachable_nodes): Don't
27512         remove instumentation thunks calling reachable functions.
27513         * lto-cgraph.c (output_refs): Always output IPA_REF_CHKP.
27514         * lto/lto-partition.c (privatize_symbol_name_1): New.
27515         (privatize_symbol_name): Privatize both decl and orig_decl
27516         names for instrumented functions.
27517         * cgraph.c (cgraph_node::verify_node): Add transparent
27518         alias chain check for instrumented node.
27520 2015-06-03  Marek Polacek  <polacek@redhat.com>
27522         PR c/64223
27523         PR c/29358
27524         * tree.c (attribute_value_equal): Handle attribute format.
27525         (cmp_attrib_identifiers): Factor out of lookup_ident_attribute.
27527 2015-06-03  Richard Biener  <rguenther@suse.de>
27529         PR tree-optimization/63916
27530         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
27531         Forward-propagate non-invariant addresses by splicing their
27532         reference ops if the result isn't going to be used by PRE.
27533         (vn_reference_lookup_3): Remove pointless assert.
27535 2015-06-03  Richard Biener  <rguenther@suse.de>
27537         PR tree-optimization/66375
27538         * tree-scalar-evolution.c (follow_ssa_edge_binary): First
27539         add to the evolution before following SSA edges.
27541 2015-06-03  Bin Cheng  <bin.cheng@arm.com>
27543         * tree-ssa-loop-ivopts.c (dump_iv): New parameter.
27544         (dump_use, dump_cand, find_induction_variables): Pass new argument
27545         to dump_iv.
27546         (record_use): Preserve the ssa name information in IV.
27548 2015-06-03  Richard Sandiford  <richard.sandiford@arm.com>
27550         * genpreds.c (mark_mode_tests): Mark all MATCH_CODEs as
27551         NO_MODE_TEST.
27552         (add_mode_tests): Don't add mode tests if the predicate only
27553         accepts scalar constant integers.  Otherwise, allow the mode
27554         of "op" to be VOIDmode if the predicate does accept such integers.
27556 2015-06-02  Jim Wilson  <jim.wilson@linaro.org>
27558         PR target/66258
27559         * config/aarch64/aarch64.c (aarch64_function_value_regno_p): Change
27560         !TARGET_GENERAL_REGS_ONLY to TARGET_FLOAT.
27561         (aarch64_secondary_reload): Likewise
27562         (aarch64_expand_builtin_va_start): Change TARGET_GENERAL_REGS_ONLY
27563         to !TARGET_FLOAT.
27564         (aarch64_gimplify_va_arg_expr, aarch64_setup_incoming_varargs):
27565         Likewise.
27567 2015-06-03  Kugan Vivekanandarajah  <kuganv@linaro.org>
27568             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
27570         PR target/65768
27571         * cprop.c (try_replace_reg): Check cost of constants before propagating.
27573 2015-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
27575         * config/rs6000/rs6000-modes.def (IFmode): Define IFmode to
27576         provide access to the IBM extended double floating point mode if
27577         long double is IEEE 128-bit floating point.
27578         (KFmode): Define KFmode to provide access to IEEE 128-bit floating
27579         point if long double is the IBM extended double type.
27581         * config/rs6000/rs6000.opt (-mfloat128-none): New switches to
27582         enable adding IEEE 128-bit floating point support.
27583         (-mfloat128-software): Likewise.
27584         (-mfloat128-sw): Likewise.
27586         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Do not allow
27587         128-bit floating point types to occupy any register if
27588         -mlong-double-64.  Do not allow use of IFmode/KFmode unless
27589         -mfloat128-software is enabled.
27590         (rs6000_debug_reg_global): Add IEEE 128-bit floating point debug
27591         support.
27592         (rs6000_option_override_internal): Add -mfloat128-* support.
27593         (rs6000_init_builtins): Setup __ibm128 and __float128 type modes.
27595         * config/rs6000/rs6000.h (rs6000_builtin_type_index): Add ibm128
27596         and float128 type nodes.
27597         (ieee128_float_type_node): Likewise.
27598         (ibm128_float_type_node): Likewise.
27600 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
27602         PR target/66136
27603         * config/aarch64/geniterators.sh: Rewrite in awk.
27605 2015-06-02  Martin Liska  <mliska@suse.cz>
27607         * alloc-pool.h (pool_allocator::pool_allocator): Set implicit
27608         values to avoid -Wmaybe-uninitialized errors.
27610 2015-06-02  Richard Biener  <rguenther@suse.de>
27612         PR debug/65549
27613         * dwarf2out.c (lookup_context_die): New function.
27614         (resolve_addr): Avoid forcing a full DIE for the
27615         target of a DW_TAG_GNU_call_site during late compilation.
27616         Instead create a stub DIE without a type if we have a
27617         context DIE present.
27619 2015-06-02  Uros Bizjak  <ubizjak@gmail.com>
27621         * df-scan.c (df_scan_start_dump): Add space between regno and regname.
27623 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
27625         PR tree-optimization/48052
27626         * cfgloop.h (struct control_iv): New.
27627         (struct loop): New field control_ivs.
27628         * tree-ssa-loop-niter.c : Include "stor-layout.h".
27629         (number_of_iterations_lt): Set no_overflow information.
27630         (number_of_iterations_exit): Init control iv in niter struct.
27631         (record_control_iv): New.
27632         (estimate_numbers_of_iterations_loop): Call record_control_iv.
27633         (loop_exits_before_overflow): New.  Interface factored out of
27634         scev_probably_wraps_p.
27635         (scev_probably_wraps_p): Factor loop niter related code into
27636         loop_exits_before_overflow.
27637         (free_numbers_of_iterations_estimates_loop): Free control ivs.
27638         * tree-ssa-loop-niter.h (free_loop_control_ivs): New.
27640 2015-06-02  Eric Botcazou  <ebotcazou@adacore.com>
27642         * gimplify.c (gimplify_modify_expr): Do not create a DECL_DEBUG_EXPR if
27643         the target doesn't belong to the current function.
27645 2015-06-02  Marek Polacek  <polacek@redhat.com>
27647         PR middle-end/66345
27648         * gimple-fold.c (gimple_fold_builtin_snprintf): Return false if
27649         get_maxval_strlen does not produce an INTEGER_CST.
27651 2015-06-02  Richard Sandiford  <richard.sandiford@arm.com>
27653         * config/arc/constraints.md: Use lower-case names in match_code.
27654         * config/mmix/constraints.md: Likewise.
27656 2015-06-02  Richard Biener  <rguenther@suse.de>
27658         PR tree-optimization/65961
27659         * tree-vect-slp.c (vect_get_and_check_slp_defs): Remove bogus
27660         check and clarify dump message.
27661         (vect_build_slp_tree): If all children are built up from scalars
27662         build up the parent from scalars instead.
27663         * tree-vect-stmts.c (vect_is_simple_use): Cleanup.
27665 2015-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
27667         PR other/65366
27668         * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
27669         instead of print ... .
27671 2015-06-02  Alan Modra  <amodra@gmail.com>
27673         * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental
27674         2014-08-11 change.
27676 2015-06-02  Bin Cheng  <bin.cheng@arm.com>
27678         PR tree-optimization/52563
27679         PR tree-optimization/62173
27680         * tree-ssa-loop-ivopts.c (struct iv): New field.  Reorder fields.
27681         (alloc_iv, set_iv): New parameter.
27682         (determine_biv_step): Delete.
27683         (find_bivs): Inline original determine_biv_step.  Pass new
27684         argument to set_iv.
27685         (idx_find_step): Use no_overflow information for conversion.
27686         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Let
27687         resolve_mixers handle folded_casts.
27688         (instantiate_scev_name): Change bool parameter to bool pointer.
27689         (instantiate_scev_poly, instantiate_scev_binary): Ditto.
27690         (instantiate_array_ref, instantiate_scev_not): Ditto.
27691         (instantiate_scev_3, instantiate_scev_2): Ditto.
27692         (instantiate_scev_1, instantiate_scev_r): Ditto.
27693         (instantiate_scev_convert, ): Change parameter.  Pass argument
27694         to chrec_convert_aggressive.
27695         (instantiate_scev): Change argument.
27696         (resolve_mixers): New parameter and set it.
27697         (scev_const_prop): New argument.
27698         * tree-scalar-evolution.h (resolve_mixers): New parameter.
27699         * tree-chrec.c (convert_affine_scev): Call chrec_convert instead
27700         of chrec_conert_1.
27701         (chrec_convert): New parameter.  Move definition below.
27702         (chrec_convert_aggressive): New parameter and set it.  Call
27703         convert_affine_scev.
27704         * tree-chrec.h (chrec_convert): New parameter.
27705         (chrec_convert_aggressive): Ditto.
27707 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
27709         * gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.
27710         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Do not remove
27711         the LHS of a no-return call if its type has variable size.
27712         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
27713         * tree-cfg.c (verify_gimple_call): Accept these no-return calls.
27715 2015-06-01  Andreas Tobler  <andreast@gcc.gnu.org>
27717         * read-rtl.c: Adapt to use HAVE_DECL_ATOLL instead of HAVE_ATOLL.
27718         * config.in: Regenerate.
27720 2015-06-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
27722         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
27723         consecutive accesses within outer-loop with force_vectorize
27724         for references with zero step in inner-loop.
27726 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
27728         * Makefile.in: Pick up gcov-dump dependencies from gcc/ directory
27729         rather than from gcc/build directory.
27731 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
27733         PR target/65697
27734         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap): Check
27735         for __sync memory models, emit initial loads and final barriers as
27736         appropriate.
27738 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
27740         PR target/65697
27741         * config/aarch64/aarch64.c (aarch64_emit_post_barrier):New.
27742         (aarch64_split_atomic_op): Check for __sync memory models, emit
27743         appropriate initial loads and final barriers.
27745 2015-06-01  Vidya Praveen  <vidyapraveen@arm.com>
27747         * Makefile.in: Fix gcov dependencies that should
27748         not point to a build folder.
27750 2015-06-01  Richard Biener  <rguenther@suse.de>
27752         Revert
27753         2015-05-29  Richard Biener  <rguenther@suse.de>
27755         PR tree-optimization/66314
27756         * tree-ssa-threadupdate.c (create_block_for_threading): Add
27757         parameter that says which loop the new block belongs to.
27758         (ssa_create_duplicates): Blocks duplicated for the threaded
27759         path belong to the loop of the thread destination.
27761 2015-06-01  Martin Liska  <mliska@suse.cz>
27763         * sched-deps.c: Include pool-alloc.h before
27764         cselib.h header file is included.
27766 2015-06-01  Richard Biener  <rguenther@suse.de>
27768         * tree-ssa-structalias.c (ipa_pta_execute): Handle address-taken
27769         functions.
27771 2015-06-01  Martin Liska  <mliska@suse.cz>
27773         * alloc-pool.h: Add ATTRIBUTE_UNUSED for
27774         a function local variable.
27776 2015-06-01  Martin Liska  <mliska@suse.cz>
27778         * alloc-pool.c (create_alloc_pool): Remove.
27779         (empty_alloc_pool): Likewise.
27780         (free_alloc_pool): Likewise.
27781         (free_alloc_pool_if_empty): Likewise.
27782         (pool_alloc): Likewise.
27783         (pool_free): Likewise.
27784         * alloc-pool.h: Remove old declarations.
27786 2015-06-01  Martin Liska  <mliska@suse.cz>
27788         * ira-build.c (initiate_allocnos): Use new type-based pool allocator.
27789         (ira_create_object): Likewise.
27790         (ira_create_allocno): Likewise.
27791         (ira_create_live_range): Likewise.
27792         (copy_live_range): Likewise.
27793         (ira_finish_live_range): Likewise.
27794         (ira_free_allocno_costs): Likewise.
27795         (finish_allocno): Likewise.
27796         (finish_allocnos): Likewise.
27797         (initiate_prefs): Likewise.
27798         (ira_create_pref): Likewise.
27799         (finish_pref): Likewise.
27800         (finish_prefs): Likewise.
27801         (initiate_copies): Likewise.
27802         (ira_create_copy): Likewise.
27803         (finish_copy): Likewise.
27804         (finish_copies): Likewise.
27805         (finish_prefs): Likewise.
27807 2015-06-01  Martin Liska  <mliska@suse.cz>
27809         * ipa-cp.c (ipcp_value::add_source): Use new type-based pool allocator.
27810         (allocate_and_init_ipcp_value): Likewise.
27811         (ipcp_lattice::add_value): Likewise.
27812         (merge_agg_lats_step): Likewise.
27813         (ipcp_driver): Likewise.
27814         * ipa-prop.c (ipa_free_all_structures_after_ipa_cp): Likewise.
27815         (ipa_free_all_structures_after_iinln): Likewise.
27816         * ipa-prop.h: Likewise.
27818 2015-06-01  Martin Liska  <mliska@suse.cz>
27820         * ipa-inline-analysis.c (edge_set_predicate): Use new type-based
27821         pool allocator.
27822         (set_hint_predicate): Likewise.
27823         (inline_summary_alloc): Likewise.
27824         (reset_inline_edge_summary): Likewise.
27825         (reset_inline_summary): Likewise.
27826         (set_cond_stmt_execution_predicate): Likewise.
27827         (set_switch_stmt_execution_predicate): Likewise.
27828         (compute_bb_predicates): Likewise.
27829         (estimate_function_body_sizes): Likewise.
27830         (inline_free_summary): Likewise.
27832 2015-06-01  Martin Liska  <mliska@suse.cz>
27834         * ipa-prop.c (ipa_set_jf_constant): Use new type-based pool allocator.
27835         (ipa_edge_duplication_hook): Likewise.
27836         (ipa_free_all_structures_after_ipa_cp): Likewise.
27837         (ipa_free_all_structures_after_iinln): Likewise.
27839 2015-06-01  Martin Liska  <mliska@suse.cz>
27841         * ipa-profile.c (account_time_size): Use new type-based pool allocator.
27842         (ipa_profile_generate_summary): Likewise.
27843         (ipa_profile_read_summary): Likewise.
27844         (ipa_profile): Likewise.
27846 2015-06-01  Martin Liska  <mliska@suse.cz>
27848         * tree-ssa-structalias.c (new_var_info): Use new type-based
27849         pool allocator.
27850         (new_constraint): Likewise.
27851         (init_alias_vars): Likewise.
27852         (delete_points_to_sets): Likewise.
27854 2015-06-01  Martin Liska  <mliska@suse.cz>
27856         * tree-ssa-strlen.c (new_strinfo): Use new type-based pool allocator.
27857         (free_strinfo): Likewise.
27858         (pass_strlen::execute): Likewise.
27860 2015-06-01  Martin Liska  <mliska@suse.cz>
27862         * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based
27863         pool allocator.
27864         (vn_reference_insert_pieces): Likewise.
27865         (vn_phi_insert): Likewise.
27866         (visit_reference_op_call): Likewise.
27867         (copy_phi): Likewise.
27868         (copy_reference): Likewise.
27869         (process_scc): Likewise.
27870         (allocate_vn_table): Likewise.
27871         (free_vn_table): Likewise.
27873 2015-06-01  Martin Liska  <mliska@suse.cz>
27875         * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based
27876         pool allocator.
27877         (add_repeat_to_ops_vec): Likewise.
27878         (get_ops): Likewise.
27879         (maybe_optimize_range_tests): Likewise.
27880         (init_reassoc): Likewise.
27881         (fini_reassoc): Likewise.
27883 2015-06-01  Martin Liska  <mliska@suse.cz>
27885         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based
27886         pool allocator.
27887         (bitmap_set_new): Likewise.
27888         (get_or_alloc_expr_for_constant): Likewise.
27889         (get_or_alloc_expr_for): Likewise.
27890         (phi_translate_1): Likewise.
27891         (compute_avail): Likewise.
27892         (init_pre): Likewise.
27893         (fini_pre): Likewise.
27895 2015-06-01  Martin Liska  <mliska@suse.cz>
27897         * sched-deps.c (create_dep_node): Use new type-based pool allocator.
27898         (delete_dep_node): Likewise.
27899         (create_deps_list): Likewise.
27900         (free_deps_list): Likewise.
27901         (sched_deps_init): Likewise.
27902         (sched_deps_finish): Likewise.
27904 2015-06-01  Martin Liska  <mliska@suse.cz>
27906         * regcprop.c (free_debug_insn_changes): Use new type-based
27907         pool allocator.
27908         (replace_oldest_value_reg): Likewise.
27909         (pass_cprop_hardreg::execute): Likewise.
27911 2015-06-01  Martin Liska  <mliska@suse.cz>
27913         * ira-build.c (initiate_cost_vectors): Use new type-based
27914         pool allocator.
27915         (ira_allocate_cost_vector): Likewise.
27916         (ira_free_cost_vector): Likewise.
27917         (finish_cost_vectors): Likewise.
27919 2015-06-01  Martin Liska  <mliska@suse.cz>
27921         * sel-sched-ir.c (alloc_sched_pools): Use new type-based
27922         pool allocator.
27923         (free_sched_pools): Likewise.
27924         * sel-sched-ir.h (_list_alloc): Likewise.
27925         (_list_remove): Likewise.
27927 2015-06-01  Martin Liska  <mliska@suse.cz>
27929         * stmt.c (add_case_node): Use new type-based pool allocator.
27930         (expand_case): Likewise.
27931         (expand_sjlj_dispatch_table): Likewise.
27933 2015-06-01  Martin Liska  <mliska@suse.cz>
27935         * tree-ssa-math-opts.c (occ_new): Use new type-based pool allocator.
27936         (free_bb): Likewise.
27937         (pass_cse_reciprocals::execute): Likewise.
27939 2015-06-01  Martin Liska  <mliska@suse.cz>
27941         * tree-sra.c (sra_initialize): Use new type-based pool allocator.
27942         (sra_deinitialize) Likewise.
27943         (create_access_1) Likewise.
27944         (build_accesses_from_assign) Likewise.
27945         (create_artificial_child_access) Likewise.
27947 2015-06-01  Martin Liska  <mliska@suse.cz>
27949         * dse.c (get_group_info):Use new type-based pool allocator.
27950         (dse_step0) Likewise.
27951         (free_store_info) Likewise.
27952         (delete_dead_store_insn) Likewise.
27953         (free_read_records) Likewise.
27954         (record_store) Likewise.
27955         (replace_read) Likewise.
27956         (check_mem_read_rtx) Likewise.
27957         (scan_insn) Likewise.
27958         (dse_step1) Likewise.
27959         (dse_step7) Likewise.
27961 2015-06-01  Martin Liska  <mliska@suse.cz>
27963         * df-scan.c (struct df_scan_problem_data):Use new type-based
27964         pool allocator.
27965         (df_scan_free_internal) Likewise.
27966         (df_scan_alloc) Likewise.
27967         (df_grow_reg_info) Likewise.
27968         (df_free_ref) Likewise.
27969         (df_insn_create_insn_record) Likewise.
27970         (df_mw_hardreg_chain_delete) Likewise.
27971         (df_insn_info_delete) Likewise.
27972         (df_free_collection_rec) Likewise.
27973         (df_mw_hardreg_chain_delete_eq_uses) Likewise.
27974         (df_sort_and_compress_mws) Likewise.
27975         (df_ref_create_structure) Likewise.
27976         (df_ref_record) Likewise.
27978 2015-06-01  Martin Liska  <mliska@suse.cz>
27980         * df-problems.c (df_chain_create):Use new type-based pool allocator.
27981         (df_chain_unlink_1) Likewise.
27982         (df_chain_unlink) Likewise.
27983         (df_chain_remove_problem) Likewise.
27984         (df_chain_alloc) Likewise.
27985         (df_chain_free) Likewise.
27986         * df.h (struct dataflow) Likewise.
27988 2015-06-01  Martin Liska  <mliska@suse.cz>
27990         * cselib.c (new_elt_list):Use new type-based pool allocator.
27991         (new_elt_loc_list) Likewise.
27992         (unchain_one_elt_list) Likewise.
27993         (unchain_one_elt_loc_list) Likewise.
27994         (unchain_one_value) Likewise.
27995         (new_cselib_val) Likewise.
27996         (cselib_init) Likewise.
27997         (cselib_finish) Likewise.
27999 2015-06-01  Martin Liska  <mliska@suse.cz>
28001         * config/sh/sh.c (add_constant):Use new type-based pool allocator.
28002         (sh_reorg) Likewise.
28004 2015-06-01  Martin Liska  <mliska@suse.cz>
28006         * cfg.c (initialize_original_copy_tables):Use new type-based
28007         pool allocator.
28008         (free_original_copy_tables) Likewise.
28009         (copy_original_table_clear) Likewise.
28010         (copy_original_table_set) Likewise.
28012 2015-06-01  Martin Liska  <mliska@suse.cz>
28014         * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based
28015         pool allocator.
28016         (asan_mem_ref_new) Likewise.
28017         (free_mem_ref_resources) Likewise.
28019 2015-06-01  Martin Liska  <mliska@suse.cz>
28021         * var-tracking.c (variable_htab_free):Use new type-based
28022         pool allocator.
28023         (attrs_list_clear) Likewise.
28024         (attrs_list_insert) Likewise.
28025         (attrs_list_copy) Likewise.
28026         (shared_hash_unshare) Likewise.
28027         (shared_hash_destroy) Likewise.
28028         (unshare_variable) Likewise.
28029         (var_reg_delete_and_set) Likewise.
28030         (var_reg_delete) Likewise.
28031         (var_regno_delete) Likewise.
28032         (drop_overlapping_mem_locs) Likewise.
28033         (variable_union) Likewise.
28034         (insert_into_intersection) Likewise.
28035         (canonicalize_values_star) Likewise.
28036         (variable_merge_over_cur) Likewise.
28037         (dataflow_set_merge) Likewise.
28038         (remove_duplicate_values) Likewise.
28039         (variable_post_merge_new_vals) Likewise.
28040         (dataflow_set_preserve_mem_locs) Likewise.
28041         (dataflow_set_remove_mem_locs) Likewise.
28042         (variable_from_dropped) Likewise.
28043         (variable_was_changed) Likewise.
28044         (set_slot_part) Likewise.
28045         (clobber_slot_part) Likewise.
28046         (delete_slot_part) Likewise.
28047         (loc_exp_insert_dep) Likewise.
28048         (notify_dependents_of_changed_value) Likewise.
28049         (emit_notes_for_differences_1) Likewise.
28050         (vt_emit_notes) Likewise.
28051         (vt_initialize) Likewise.
28052         (vt_finalize) Likewise.
28054 2015-06-01  Martin Liska  <mliska@suse.cz>
28056         * ira-color.c (init_update_cost_records):Use new type-based
28057         pool allocator.
28058         (get_update_cost_record) Likewise.
28059         (free_update_cost_record_list) Likewise.
28060         (finish_update_cost_records) Likewise.
28061         (initiate_cost_update) Likewise.
28063 2015-06-01  Martin Liska  <mliska@suse.cz>
28065         * lra.c (init_insn_regs): Use new type-based pool allocator.
28066         (new_insn_reg) Likewise.
28067         (free_insn_reg) Likewise.
28068         (free_insn_regs) Likewise.
28069         (finish_insn_regs) Likewise.
28070         (init_insn_recog_data) Likewise.
28071         (init_reg_info) Likewise.
28072         (finish_reg_info) Likewise.
28073         (lra_free_copies) Likewise.
28074         (lra_create_copy) Likewise.
28075         (invalidate_insn_data_regno_info) Likewise.
28077 2015-06-01  Martin Liska  <mliska@suse.cz>
28079         * lra-lives.c (free_live_range): Use new type-based pool allocator.
28080         (free_live_range_list) Likewise.
28081         (create_live_range) Likewise.
28082         (copy_live_range) Likewise.
28083         (lra_merge_live_ranges) Likewise.
28084         (remove_some_program_points_and_update_live_ranges) Likewise.
28085         (lra_live_ranges_init) Likewise.
28086         (lra_live_ranges_finish) Likewise.
28088 2015-06-01  Martin Liska  <mliska@suse.cz>
28090         * et-forest.c (et_new_occ): Use new type-based pool allocator.
28091         (et_new_tree): Likewise.
28092         (et_free_tree): Likewise.
28093         (et_free_tree_force): Likewise.
28094         (et_free_pools): Likewise.
28095         (et_split): Likewise.
28097 2015-06-01  Martin Liska  <mliska@suse.cz>
28099         * alloc-pool.c (struct alloc_pool_descriptor): Move definition
28100         to header file.
28101         * alloc-pool.h (pool_allocator::pool_allocator): New function.
28102         (pool_allocator::release): Likewise.
28103         (inline pool_allocator::release_if_empty): Likewise.
28104         (inline pool_allocator::~pool_allocator): Likewise.
28105         (pool_allocator::allocate): Likewise.
28106         (pool_allocator::remove): Likewise.
28108 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
28110         * sched-deps.c (sched_analyze_2): Replace fuseable with fusible
28111         in comment.
28113 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
28115         * config/arm/arm-protos.h (tune_params): Rename fuseable_ops
28116         to fusible_ops.
28117         * config/arm/arm.c (arm_print_tune_info): Likewise.
28118         (arm_macro_fusion_p): Likewise.
28119         (arm_macro_fusion_pair_p): Likewise.
28121 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
28123         * config/aarch64/aarch64-protos.h (tune_params): Rename
28124         fuseable_ops to fusible_ops.
28125         * config/aarch64/aarch64.c (generic_tunings): Rename
28126         fuseable_ops to fusible_ops.
28127         (cortexa53_tunings): Likewise.
28128         (cortexa57_tunings): Likewise.
28129         (thunderx_tunings): Likewise.
28130         (xgene1_tunings): Likewise.
28131         (aarch64_macro_fusion_p): Likewise.
28132         (aarch64_macro_fusion_pair_p): Likewise.
28134 2015-06-01  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28136         * config/s390/driver-native.c: New file.
28137         * config/s390/x-native: New file.
28138         * config.host: Add new files for s390.
28139         * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native
28140         and -march=native
28141         * config.gcc: Likewise.
28142         * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE
28143         * config/s390/s390-opts.h (enum processor_type): Ditto.
28144         * config/s390/s390.c (s390_option_override): Catch unhandled
28145         PROCESSOR_NATIVE
28147 2015-06-01  Ilya Enkovich  <ilya.enkovich@intel.com>
28149         PR target/65527
28150         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Add
28151         redirection for instrumented calls.
28152         * lto-wrapper.c (merge_and_complain): Merge -fcheck-pointer-bounds.
28153         (append_compiler_options): Append -fcheck-pointer-bounds.
28154         * tree-chkp.h (chkp_copy_call_skip_bounds): New.
28155         (chkp_redirect_edge): New.
28156         * tree-chkp.c (chkp_copy_call_skip_bounds): New.
28157         (chkp_redirect_edge): New.
28159 2015-06-01  Richard Biener  <rguenther@suse.de>
28161         PR tree-optimization/66280
28162         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Fix pattern
28163         def-use walking.
28165 2015-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28167         * config/aarch64/aarch64.md
28168         (*<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3): Change type to
28169         logic_shift_imm.
28171 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
28173         * config/i386/winnt.c (i386_pe_encode_section_info) <FUNCTION_DECL>:
28174         Remove obsolete kludge.
28176 2015-06-01  Richard Biener  <rguenther@suse.de>
28178         * tree-ssa-reassoc.c (get_rank): Simplify.
28180 2015-05-31  H.J. Lu  <hongjiu.lu@intel.com>
28182         * configure.ac (NO_PIE_CFLAGS): Check CXXFLAGS instead of CFLAGS.
28183         * configure: Regenerated.
28185 2015-05-31  Mikhail Maltsev  <maltsevm@gmail.com>
28187         * config/cris/cris.h (CRIS_ARCH_CPP_DEFAULT): Fix C++11 compatibility
28188         issue (add space between string literal and macro).
28189         * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Likewise.
28191 2015-05-30  Andreas Schwab  <schwab@linux-m68k.org>
28193         * config/m68k/m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for
28194         implict or explicit -fPIE or -fpie.
28196 2015-05-30  Mike Frysinger  <vapier@gentoo.org>
28198         * config/alpha/elf.h (ASM_SPEC): Add %{mcpu=*:-m%*}.
28200 2015-05-28  DJ Delorie  <dj@redhat.com>
28202         * expmed.c (extract_bit_field_1): Avoid clobbering a
28203         yet-to-be-used base/index register.
28205 2015-05-30  Jan Hubicka  <hubicka@ucw.cz>
28207         * alias.c (alias_set_entry_d): Add is_pointer and has_pointer.
28208         (alias_stats): Add num_universal.
28209         (alias_set_subset_of): Special case pointers; be ready for NULL
28210         children.
28211         (alias_sets_conflict_p): Special case pointers; be ready for NULL
28212         children.
28213         (init_alias_set_entry): Break out from ...
28214         (record_alias_subset): ... here; propagate new fields;
28215         allocate children only when really needed.
28216         (get_alias_set): Do less generous pointer globbing.
28217         (dump_alias_stats_in_alias_c): Update statistics.
28219 2015-05-30  Alan Modra  <amodra@gmail.com>
28221         * config/rs6000/rs6000.c (split_stack_arg_pointer_used_p): Scan
28222         correct block for use of r12.
28223         (rs6000_expand_split_stack_prologue): Error on r29 asm global reg.
28225 2015-05-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
28227         PR target/66215
28228         * config/s390/s390.c (s390_reorg): Fix placement of post-label NOPs
28229         with -mhotpatch=.
28231 2015-05-29  Jakub Jelinek  <jakub@redhat.com>
28233         PR tree-optimization/66142
28234         * tree-if-conv.c (if_convertible_phi_p): Don't give up on
28235         virtual phis that feed themselves.
28237 2015-05-29  Richard Biener  <rguenther@suse.de>
28239         PR tree-optimization/66314
28240         * tree-ssa-threadupdate.c (create_block_for_threading): Add
28241         parameter that says which loop the new block belongs to.
28242         (ssa_create_duplicates): Blocks duplicated for the threaded
28243         path belong to the loop of the thread destination.
28245 2015-05-29  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
28247         * config/arm/neon-testgen.ml (emit_epilogue): Remove manual call
28248         to cleanup-saved-temps.
28249         * doc/sourcebuild.texi (Clean up generated test files): Expand
28250         introduction.
28251         (dg-keep-saved-temps): Document new proc.
28252         (cleanup-ipa-dump, cleanup-rtl-dump, cleanup-tree-dump,
28253         cleanup-saved-temps): Remove.
28255 2015-05-28  Andreas Tobler  <andreast@gcc.gnu.org>
28257         * configure.ac: Move the atoll check from AC_CHECK_FUNCS to
28258         gcc_AC_CHECK_DECLS.
28259         * configure: Regenerate.
28261 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
28263         * config/nios2/linux.h (CPP_SPEC): Define.
28265 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
28267         * config/microblaze/linux.h (CPP_SPEC): Define.
28269 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
28271         * config/pa/pa-linux.h (CPP_SPEC): Change so -D_REENTRANT is used when
28272         -pthread is specified.
28274 2015-05-28  Richard Biener  <rguenther@suse.de>
28276         * tree-vect-loop.c (vect_fixup_reduc_chain): New function.
28277         (vect_fixup_scalar_cycles_with_patterns): Likewise.
28278         (vect_analyze_loop_2): Call vect_fixup_scalar_cycles_with_patterns
28279         after pattern recog.
28280         (vect_create_epilog_for_reduction): Properly handle reductions
28281         with patterns.
28282         (vectorizable_reduction): Likewise.
28283         * tree-vect-slp.c (vect_analyze_slp_instance): Properly mark
28284         reduction chains.
28285         (vect_get_constant_vectors): Create the correct number of
28286         initial values for reductions.
28287         (vect_schedule_slp_instance): Handle reduction chains that are
28288         type changing properly.
28289         * tree-vect-stmts.c (vect_analyze_stmt): Adjust.
28291 2015-05-28  Richard Biener  <rguenther@suse.de>
28293         PR tree-optimization/66142
28294         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle non-GIMPLE
28295         values better in memcpy destination handling.  Handle non-aliasing
28296         we discover here.
28298 2015-05-28  Lawrence Velázquez  <vq@larryv.me>
28300         PR target/63810
28301         * config/darwin-c.c (version_components): New global enum.
28302         (parse_version, version_as_legacy_macro)
28303         (version_as_modern_macro, macosx_version_as_macro): New functions.
28304         (version_as_macro): Remove.
28305         (darwin_cpp_builtins): Use new function.
28307 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
28309         * builtins.c (expand_builtin_acc_on_device): Mark parameters
28310         with ATTRIBUTE_UNUSED.
28312 2015-05-28  Julian Brown  <julian@codesourcery.com>
28314         PR libgomp/65742
28316         * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
28317         sequence for !ACCEL_COMPILER.
28319 2015-05-28  Nick Clifton  <nickc@redhat.com>
28321         * config/rx/rx.c (push_regs): New function.  Extracts code from...
28322         (rx_expand_prologue): ... here.  Use push_regs to push even small
28323         spans of registers.
28324         (pop_regs): New function.
28325         (rx_expand_epilogue):  Use pop_regs to pop even small spans of
28326         registers.
28328 2015-05-28  Richard Biener  <rguenther@suse.de>
28330         * tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec
28331         member.
28332         (SLP_INSTANCE_BODY_COST_VEC): Remove.
28333         (vect_update_slp_costs_according_to_vf): Likewise.
28334         (vect_slp_analyze_operations): Update prototype.
28335         * tree-vect-loop.c (vect_analyze_loop_2): Remove call to
28336         vect_update_slp_costs_according_to_vf, adjust.
28337         * tree-vect-slp.c (vect_free_slp_instance): Adjust.
28338         (vect_analyze_slp_cost_1): Likewise.
28339         (vect_analyze_slp_cost): Likewise.  Properly deal with
28340         widening reduction ops.  Commit body costs.
28341         (vect_analyze_slp_instance): Adjust.  Do not analyze SLP
28342         cost for loops from here.
28343         (vect_slp_analyze_operations): But do it from here when
28344         the vectorization factor is known and stmts are analyzed.
28345         (vect_bb_vectorization_profitable_p): Simplify.
28346         (vect_slp_analyze_bb_1): Do not compute SLP cost here.
28347         (vect_update_slp_costs_according_to_vf): Remove.
28349 2015-05-27  Magnus Granberg  <zorry@gentoo.org>
28350             H.J. Lu  <hongjiu.lu@intel.com>
28352         * Makefile.in (COMPILER): Add @NO_PIE_CFLAGS@.
28353         (BUILD_CFLAGS): Likewise.
28354         (BUILD_CXXFLAGS): Likewise.
28355         (LINKER): Add @NO_PIE_FLAG@.
28356         (BUILD_LDFLAGS): Likewise.
28357         (libgcc.mvars): Set NO_PIE_CFLAGS to -fno-PIE for
28358         --enable-default-pie.
28359         * common.opt (fPIE): Initialize to -1.
28360         (fpie): Likewise.
28361         (no-pie): New option.
28362         (pie): Replace "Negative(shared)" with "Negative(no-pie)".
28363         * configure.ac: Add --enable-default-pie.
28364         (NO_PIE_CFLAGS): New.  Check if -fno-PIE works.  AC_SUBST.
28365         (NO_PIE_FLAG): New.  Check if -no-pie works.  AC_SUBST.
28366         * defaults.h (DEFAULT_FLAG_PIE): New.  Default PIE to -fPIE.
28367         * gcc.c (NO_PIE_SPEC): New.
28368         (PIE_SPEC): Likewise.
28369         (NO_FPIE1_SPEC): Likewise.
28370         (FPIE1_SPEC): Likewise.
28371         (NO_FPIE2_SPEC): Likewise.
28372         (FPIE2_SPEC): Likewise.
28373         (NO_FPIE2_SPEC): Likewise.
28374         (FPIE_SPEC): Likewise.
28375         (NO_FPIE_SPEC): Likewise.
28376         (NO_FPIC1_SPEC): Likewise.
28377         (FPIC1_SPEC): Likewise.
28378         (NO_FPIC2_SPEC): Likewise.
28379         (FPIC2_SPEC): Likewise.
28380         (NO_FPIC2_SPEC): Likewise.
28381         (FPIC_SPEC): Likewise.
28382         (NO_FPIC_SPEC): Likewise.
28383         (NO_FPIE1_AND_FPIC1_SPEC): Likewise.
28384         (FPIE1_OR_FPIC1_SPEC): Likewise.
28385         (NO_FPIE2_AND_FPIC2_SPEC): Likewise.
28386         (FPIE2_OR_FPIC2_SPEC): Likewise.
28387         (NO_FPIE_AND_FPIC_SPEC): Likewise.
28388         (FPIE_OR_FPIC_SPEC): Likewise.
28389         (LD_PIE_SPEC): Likewise.
28390         (LINK_PIE_SPEC): Handle -no-pie.  Use PIE_SPEC and LD_PIE_SPEC.
28391         * opts.c (finish_options): Update opts->x_flag_pie if it is -1.
28392         * config/darwin.h (PIE_SPEC): Renamed to ...
28393         (DARWIN_PIE_SPEC): This.
28394         (LINK_SPEC): Replace PIE_SPEC with DARWIN_PIE_SPEC.
28395         * config/darwin9.h (PIE_SPEC): Renamed to ...
28396         (DARWIN_PIE_SPEC): This.
28397         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Use
28398         PIE_SPEC and NO_PIE_SPEC if HAVE_LD_PIE is defined.
28399         * config/openbsd.h (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and
28400         FPIE2_OR_FPIC2_SPEC.
28401         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
28402         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
28403         * config/sol2.h (ASM_PIC_SPEC): Likewise.
28404         * config/arm/freebsd.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
28405         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
28406         * config/arm/semi.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
28407         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
28408         * config/m32r/m32r.h (ASM_SPEC): Likewise.
28409         * config/m68k/uclinux.h (DRIVER_SELF_SPECS): Likewise.
28410         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
28411         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
28412         * config/sparc/freebsd.h (ASM_SPEC): Likewise.
28413         * config/sparc/linux.h (ASM_SPEC): Likewise.
28414         * config/sparc/linux64.h (ASM_SPEC): Likewise.
28415         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
28416         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
28417         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
28418         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
28419         * config/sparc/sparc.h (ASM_SPEC): Likewise.
28420         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
28421         * config/sparc/vxworks.h (ASM_SPEC): Likewise.
28422         * config/c6x/elf-common.h (ASM_SPEC): Use NO_FPIC2_SPEC,
28423         FPIC2_SPEC, FPIC1_SPEC and FPIC2_SPEC.
28424         * config/c6x/uclinux-elf.h (LINK_SPEC): Use FPIE_SPEC.
28425         * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC,
28426         NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC.
28427         (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC.
28428         * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC.
28429         * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC.
28430         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC.
28431         * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise.
28432         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
28433         * config/vax/linux.h (ASM_SPEC): Likewise.
28434         * doc/install.texi: Document --enable-default-pie.
28435         * doc/invoke.texi: Document -no-pie.
28436         * config.in: Regenerated.
28437         * configure: Likewise.
28439 2015-05-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
28441         PR rtl-optimization/66168
28442         * loop-invariant.c (move_invariant_reg): Pass dest rather than reg to
28443         can_move_invariant_reg.
28445 2015-05-27  John David Anglin  <danglin@gcc.gnu.org>
28447         PR target/66148
28448         * config/pa/pa.c (pa_emit_move_sequence): Correct placement of
28449         REG_EQUAL note when doing insert.
28451         * config/pa/pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC
28452         instead of "%d" for 'o' operand.
28454 2015-05-27  Nathan Sidwell  <nathan@acm.org>
28456         PR c++/66270
28457         * tree.c (build_pointer_type_for_mode): Canonical type does not
28458         inherit can_alias_all.
28459         (build_reference_type_for_mode): Likewise.
28461 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
28463         * expr.h (array_at_struct_end_p): Move to...
28464         (array_ref_element_size): Likewise.
28465         (component_ref_field_offset): Likewise.
28466         * tree.h (array_ref_element_size): ...here.
28467         (array_at_struct_end_p): Likewise.
28468         (component_ref_field_offset): Likewise.
28469         * expr.c (array_ref_element_size): Move to...
28470         (array_ref_low_bound): Likewise.
28471         (array_at_struct_end_p): Likewise.
28472         (array_ref_up_bound): Likewise.
28473         (component_ref_field_offset): Likewise.
28474         * tree.c (array_ref_element_size): ...here.
28475         (array_ref_low_bound): Likewise.
28476         (array_ref_up_bound): Likewise.
28477         (array_at_struct_end_p): Likewise.
28478         (component_ref_field_offset): Likewise.
28480 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
28481             Szabolcs Nagy  <szabolcs.nagy@arm.com>
28483         * config/aarch64/aarch64-linux.h (MUSL_DYNAMIC_LINKER): Define.
28485 2015-05-27  Jason Merrill  <jason@redhat.com>
28487         PR bootstrap/66304
28488         * configure.ac: Use ACX_PROG_CXX_WARNING_OPTS,
28489         ACX_PROG_CXX_WARNING_ALMOST_PEDANTIC, and
28490         ACX_PROG_CXX_WARNINGS_ARE_ERRORS.
28492 2015-05-22  Aditya Kumar  <hiraditya@msn.com>
28494         * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample
28495         is true.
28497         * statistics.c (statistics_fini_pass): Print pass name.
28499 2015-05-27  Richard Biener  <rguenther@suse.de>
28501         PR tree-optimization/66272
28502         Revert parts of
28503         2014-08-15  Richard Biener  <rguenther@suse.de>
28505         PR tree-optimization/62031
28506         * tree-data-ref.c (dr_analyze_indices): Do not set
28507         DR_UNCONSTRAINED_BASE.
28508         (dr_may_alias_p): All indirect accesses have to go the
28509         formerly DR_UNCONSTRAINED_BASE path.
28510         * tree-data-ref.h (struct indices): Remove
28511         unconstrained_base member.
28512         (DR_UNCONSTRAINED_BASE): Remove.
28514 2015-05-27  Aldy Hernandez  <aldyh@redhat.com>
28516         * dwarf2out.c: Remove block_map.
28517         (gen_call_site_die): Replace block_map use with BLOCK_DIE.
28518         (gen_lexical_block_die): Same.
28519         (dwarf2out_function_decl): Remove block_map use.
28520         (dwarf2out_c_finalize): Same.
28521         * tree-core.h (struct tree_block): Add die field.
28522         * tree.h (BLOCK_DIE): New.
28524 2015-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28526         PR target/65358
28527         * expr.c (memory_load_overlap): New function.
28528         (emit_push_insn): When pushing partial args to the stack would
28529         clobber the register part load the overlapping part into a pseudo
28530         and put it into the hard reg after pushing.  Change return type
28531         to bool.  Add bool argument.
28532         * expr.h (emit_push_insn): Change return type to bool.
28533         Add bool argument.
28534         * calls.c (expand_call): Cancel sibcall optimization when encountering
28535         partial argument on targets with ARGS_GROW_DOWNWARD and
28536         !STACK_GROWS_DOWNWARD.
28537         (emit_library_call_value_1): Update callsite of emit_push_insn.
28538         (store_one_arg): Likewise.
28540 2015-05-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
28542         * config/arm/linux-eabi.h (MUSL_DYNAMIC_LINKER): Define.
28544 2015-05-27  Martin Liska  <mliska@suse.cz>
28546         * Makefile.in: Add additional dependencies related to memory report
28547         enhancement.
28548         * alloc-pool.c (allocate_pool_descriptor): Use new ctor.
28549         * bitmap.c (struct bitmap_descriptor_d): Remove.
28550         (struct loc): Likewise.
28551         (struct bitmap_desc_hasher): Likewise.
28552         (bitmap_desc_hasher::hash): Likewise.
28553         (bitmap_desc_hasher::equal): Likewise.
28554         (get_bitmap_descriptor): Likewise.
28555         (bitmap_register): User new memory descriptor API.
28556         (register_overhead): Likewise.
28557         (bitmap_find_bit): Register nsearches and search_iter statistics.
28558         (struct bitmap_output_info): Remove.
28559         (print_statistics): Likewise.
28560         (dump_bitmap_statistics): Use new memory descriptor.
28561         * bitmap.h (struct bitmap_usage): New class.
28562         * genmatch.c: Extend header file inclusion.
28563         * genpreds.c: Likewise.
28564         * ggc-common.c (struct ggc_usage): New class.
28565         (struct ggc_loc_desc_hasher): Remove.
28566         (ggc_loc_desc_hasher::hash): Likewise.
28567         (ggc_loc_desc_hasher::equal): Likewise.
28568         (struct ggc_ptr_hash_entry): Likewise.
28569         (struct ptr_hash_hasher): Likewise.
28570         (ptr_hash_hasher::hash): Likewise.
28571         (ptr_hash_hasher::equal): Likewise.
28572         (make_loc_descriptor): Likewise.
28573         (ggc_prune_ptr): Likewise.
28574         (dump_ggc_loc_statistics): Use new memory descriptor.
28575         (ggc_record_overhead): Likewise.
28576         (ggc_free_overhead): Likewise.
28577         (final_cmp_statistic): Remove.
28578         (cmp_statistic): Likewise.
28579         (ggc_add_statistics): Liekwise.
28580         (ggc_prune_overhead_list): Likewise.
28581         * hash-map-traits.h: New file.
28582         * hash-map.h (struct default_hashmap_traits): Move the traits to a
28583         separate header file.
28584         * hash-set.h: Pass memory statistics info to ctor.
28585         * hash-table.c (void dump_hash_table_loc_statistics): New function.
28586         * hash-table.h (hash_table::hash_table): Add new ctor arguments.
28587         (hash_table::~hash_table): Register memory release operation.
28588         (hash_table::alloc_entries): Handle memory allocation operation.
28589         (hash_table::expand): Likewise.
28590         * inchash.c (iterative_hash_hashval_t): Move implementation to header
28591         file.
28592         (iterative_hash_host_wide_int): Likewise.
28593         * inchash.h (class hash): Likewise.
28594         * mem-stats-traits.h: New file.
28595         * mem-stats.h: New file.
28596         (mem_location): Add new class.
28597         (mem_usage): Likewise.
28598         (mem_alloc_description): Likewise.
28599         * sese.c: Add new header file inclusision.
28600         * toplev.c (dump_memory_report): Add report for hash_table, hash_map
28601         and hash_set.
28602         * tree-sra.c: Add new header file inclusision.
28603         * vec.c (struct vec_descriptor): Remove.
28604         (hash_descriptor): Likewise.
28605         (struct vec_usage): Likewise.
28606         (struct ptr_hash_entry): Likewise.
28607         (hash_ptr): Likewise.
28608         (eq_ptr): Likewise.
28609         (vec_prefix::register_overhead): Use new memory descriptor API.
28610         (vec_prefix::release_overhead): Likewise.
28611         (add_statistics): Remove.
28612         (dump_vec_loc_statistics): Use new memory descriptor API.
28613         * vec.h (struct vec_prefix): Likewise.
28614         (va_heap::reserve): Likewise.
28615         (va_heap::release): Likewise.
28616         * emit-rtl.c (gen_raw_REG): Fix passing MEM_STAT.
28618 2015-05-27  Richard Biener  <rguenther@suse.de>
28620         * tree-vect-stmts.c (vectorizable_load): Initialize slp_perm
28621         earlier and remove ??? comment.
28622         (vect_analyze_stmt): If we are analyzing a pure SLP stmt
28623         and got called from loop analysis bail out.  Always pass the SLP
28624         node to the vectorizable_* functions.
28625         * tree-vect-loop.c (vect_analyze_loop_operations): Remove
28626         the premature SLP check here.
28627         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Dump hybrid
28628         detected SLP stmts.
28629         (vect_detect_hybrid_slp_1): Likewise.
28631 2015-05-26  Jeff Law  <law@redhat.com>
28633         * combine.c (find_split_point): Verify that the shift count is a
28634         constant when choosing (plus (ashift ...)) as a split point.
28636         * tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.
28637         No functional changes.
28639 2015-05-26  Jan Hubicka  <hubicka@ucw.cz>
28641         * ipa-polymorphic-call.c
28642         (ipa_polymorphic_call_context::get_dynamic_type): Short circuit the
28643         case when call target is already known.
28645 2015-05-26  Oleg Endo  <olegendo@gcc.gnu.org>
28647         PR target/65979
28648         * config/sh/sh.md (tstsi_t peephole2): Use gen_rtx_SET and
28649         take into account the case that operands[1] and operands[2]
28650         are the same register.
28652 2015-05-26  Michael Matz  <matz@suse.de>
28654         PR middle-end/66251
28656         * tree-vect-stmts.c (vect_model_store_cost): Handled strided group
28657         stores.
28658         (vect_create_vectorized_demotion_stmts): Always set
28659         STMT_VINFO_VEC_STMT, also with SLP.
28660         (vectorizable_store): Handle strided group stores.
28662 2015-05-26  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
28664         PR target/66049
28665         * config/aarch64/aarch64.md
28666         (*adds_shift_imm_<mode>):  New pattern.
28667         (*subs_shift_imm_<mode>):  Likewise.
28668         (*adds_<optab><ALLX:mode>_shift_<GPI:mode>):  Likewise.
28669         (*subs_<optab><ALLX:mode>_shift_<GPI:mode>): Likewise.
28670         (*add_uxt<mode>_shift2): Likewise.
28671         (*add_uxtsi_shift2_uxtw): Likewise.
28672         (*sub_uxt<mode>_shift2): Likewise.
28673         (*sub_uxtsi_shift2_uxtw): Likewise.
28675 2015-05-26  David Edelsohn  <dje.gcc@gmail.com>
28677         * config/rs6000/constraints.md (Y, U): Use match_test.
28679 2015-05-26  Christian Bruel  <christian.bruel@st.com>
28681         PR target/52144
28682         * config/arm/arm.c (arm_option_check_internal)
28683         (arm_option_params_internal): Check opts->target_flags to set macros.
28684         (TREE_TARGET_ARM, TREE_TARGET_THUMB)
28685         (TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Replace with...
28686         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
28687         (builtin_define): Replaced with def_or_undef_macro.
28688         * config/arm/arm.h (TREE_TARGET_ARM, TREE_TARGET_THUMB)
28689         TREE_TARGET_THUMB1, TREE_TARGET_THUMB2) Redefine with...
28690         (TARGET_ARM_P, TARGET_THUMB_P, TARGET_THUMB1_P, TARGET_THUMB2_P)
28691         (TARGET_32BIT_P, TARGET_ARM_QBIT_P, TARGET_ARM_SAT_P, TARGET_IDIV_P)
28692         (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
28693         (TARGET_ARM_FEATURE_LDREX_P)
28694         (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
28695         * config/arm/arm-c.c (def_or_undef_macro): New function.
28696         (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
28698 2015-05-26  Christian Bruel  <christian.bruel@st.com>
28700         * c-common.h (builtin_define_with_int_value)
28701         (builtin_define_type_sizeof): Declare.
28702         * c-cppbuiltin.c (builtin_define_with_int_value)
28703         (builtin_define_type_sizeof): Externalize.
28704         (builtin_define_std): Cleanup declaration.
28705         * config/arm/arm-protos.h (arm_cpu_cpp_builtins): Declare.
28706         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Move macro defines into...
28707         * config/arm/arm-c.c (arm_cpu_cpp_builtins): New function.
28708         (builtin_define, builtin_assert): New macros.
28710 2015-05-26  Richard Biener  <rguenther@suse.de>
28712         PR tree-optimization/66142
28713         * tree-ssa-sccvn.c (vn_reference_lookup_3): Manually compare
28714         MEM_REFs for the same base address.
28716 2015-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
28718         PR ipa/66181
28719         * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
28721 2015-05-26  Jason Merrill  <jason@redhat.com>
28723         * configure.ac: Set CXXFLAGS for ISL test.
28724         * configure: Regenerate.
28726         * configure.ac: Use C++ for all tests.  Use AC_CHECK_DECLS for
28727         strstr and basename.
28728         * configure: Regenerate.
28730 2015-05-26  Richard Biener  <rguenther@suse.de>
28732         * fold-const.c (fold_binary_loc): Move X % -Y -> X % Y and
28733         X % C -> X & (C - 1) for C being a power-of two to ...
28734         * match.pd: ... patterns.
28736 2015-05-26  Marc Glisse  <marc.glisse@inria.fr>
28738         * match.pd (swapped_tcc_comparison): New operator list.
28739         (-A CMP -B): New simplification.
28740         * fold-const.c (fold_comparison): Remove corresponding code.
28742 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
28744         * caller-save.c (init_caller_save): Base temporary register numbers
28745         on LAST_VIRTUAL_REGISTER + 1 rather than FIRST_PSEUDO_REGISTER.
28746         * cfgloopanal.c (init_set_costs): Likewise.
28747         * dojump.c (prefer_and_bit_test): Likewise.
28748         * expr.c (init_expr_target): Likewise.
28749         * ira.c (setup_prohibited_mode_move_regs): Likewise.
28750         * lower-subreg.c (init_lower_subreg): Likewise.
28751         * postreload.c (reload_cse_regs_1): Likewise.
28753 2015-05-26  Richard Sandiford  <richard.sandiford@arm.com>
28755         * gensupport.h (compute_test_codes): Declare.
28756         * gensupport.c (compute_predicate_codes): Rename to...
28757         (compute_test_codes): ...this.  Generalize error message.
28758         (process_define_predicate): Update accordingly.
28759         * genpreds.c (compute_maybe_allows): Delete.
28760         (add_constraint): Use compute_test_codes to determine whether
28761         something can accept a SUBREG, REG or MEM.
28763 2015-05-26  Torvald Riegel  <triegel@redhat.com>
28765         * doc/extend.texi (__atomic Builtins): Use 'memory order' instead of
28766         'memory model' to align with C++11; fix description of memory orders;
28767         fix a few typos.
28769 2015-05-26  Richard Biener  <rguenther@suse.de>
28771         * tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...
28772         (vect_analyze_loop_operations): ... here.  Remove slp parameter,
28773         detect whether we apply SLP.  Remove call to
28774         vect_update_slp_costs_according_to_vf.
28775         (vect_analyze_loop_2): Call vect_update_vf_for_slp and
28776         vect_update_slp_costs_according_to_vf from here.  Dispatch
28777         to vect_slp_analyze_operations to analyze SLP stmts.
28778         * tree-vect-slp.c (vect_slp_analyze_node_operations): Drop
28779         unused bb_vec_info parameter, adjust assert.
28780         (vect_slp_analyze_operations): Pass in the slp instance tree
28781         instead of bb_vec_info.
28782         (vect_slp_analyze_bb_1): Adjust call to vect_slp_analyze_operations.
28783         * tree-vectorizer.h (vect_slp_analyze_operations): Declare.
28785 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
28787         * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS prior to
28788         Q_REGS.  Expand comment.
28789         (REG_CLASS_NAMES): Ditto.
28790         (REG_CLASS_CONTENTS): Ditto.
28792 2015-05-25  Uros Bizjak  <ubizjak@gmail.com>
28794         PR target/66274
28795         * config/i386/i386.c (print_reg): Only print "r" for TARGET_64BIT
28796         when LEGACY_INT_REGNO_P is processed.
28798 2015-05-25  Alexander Monakov  <amonakov@ispras.ru>
28800         * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
28802 2015-05-25  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
28804         * config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
28805         register if not marked dead/unused, before return.
28807 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
28809         PR lto/66180
28810         * ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
28811         is set; check for assembler name at LTO time.
28812         (type_in_anonymous_namespace): Remove hacks, check that all
28813         anonymous types are called "<anon>"
28814         (odr_type_p): Simplify; add check for "<anon>"
28815         (odr_subtypes_equivalent): Add odr_type_p check.
28816         * tree.c (need_assembler_name_p): Even anonymous namespace needs
28817         assembler name.
28819 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
28821         * ipa-utils.h (method_class_type): Remove.
28822         * cgraphunit.c (walk_polymorphic_call_targets): Use
28823         TYPE_METHOD_BASETYPE.
28824         * ipa-devirt.c (type_in_anonymous_namespace_p): Check that it is called
28825         on main variants only.
28826         (method_class_type): Remove.
28827         (update_type_inheritance_graph): Use TYPE_METHOD_BASETYPE.
28828         (build_type_inheritance_graph): Likewise.
28829         * ipa-icf.c (sem_function::equals_wpa): Likewise.
28830         * pa-polymorphic-call.c (decl_maybe_in_construction_p,
28831         check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
28833 2015-05-24  Jan Hubicka  <hubicka@ucw.cz>
28835         * tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
28836         is_typedef_decl, typedef_variant_p): Constify.
28837         * tree.h (prototype_p, virtual_method_call_p, obj_type_ref_class,
28838         is_typedef_decl, typedef_variant_p): Constify.
28840 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28842         * defaults.h (gen_tablejump): New function.
28843         (HAVE_tablejump): Add default value.
28844         * expr.c: Adjust.
28845         * stmt.c: Likewise.
28847 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28849         * defaults.h (gen_store_multiple): New function.
28850         (HAVE_store_multiple): Add default value.
28851         * expr.c (move_block_from_reg): Adjust.
28853 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28855         * defaults.h (gen_load_multiple): New function.
28856         (HAVE_load_multiple): Add default value.
28857         * expr.c (move_block_to_reg): Adjust.
28859 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28861         * defaults.h (gen_mem_signal_fence): New function.
28862         (HAVE_mem_signal_fence): Add default value.
28863         * optabs.c: Adjust.
28865 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28867         * defaults.h (gen_memory_barrier): New function.
28868         (HAVE_memory_barrier): Add default value.
28869         * optabs.c: Adjust.
28871 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28873         * defaults.h (gen_mem_thread_fence): New function.
28874         (HAVE_mem_thread_fence): Add default definition.
28875         * optabs.c: Adjust.
28877 2015-05-23  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
28879         * combine.c (find_split_point): Check the value of HAVE_lo_sum
28880         instead of if it is defined.
28881         (combine_simplify_rtx): Likewise.
28882         * lra-constraints.c (process_address_1): Likewise.
28883         * config/darwin.c: Adjust.
28884         * genconfig.c (main): Always define HAVE_lo_sum.
28886 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
28888         * genmatch.c (parser::parse_operation): Reject expanding
28889         operator-list inside 'for'.
28891 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
28893         * genmatch.c (parser::parse_for): Reject iterator if used as
28894         operator-list.
28896 2015-05-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
28898         * genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN
28899         after end of id-list.
28901 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
28903         * tree.c (gimple_canonical_types_compatible_p): Sanity check that
28904         we do not try to compute canonical type for type that does not need
28905         alias set.
28906         (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
28907         FUNCITON_TYPE.
28908         * tree.h (type_with_alias_set_p): New.
28910 2015-05-22  Jan Hubicka  <hubicka@ucw.cz>
28912         * tree.c (gimple_canonical_types_compatible_p):  Do not compare
28913         function attributes.
28914         (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
28916 2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
28918         * Makefile.in (check_gcc_parallelize): Delete.
28919         (lang_checks_parallelized): Update comment.
28921 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
28923         PR rtl-optimization/66237
28924         * bb-reorder.c (fix_crossing_conditional_branches): Fix wrong
28925         location of an "as_a" cast.
28927 2015-05-22  Jeff Law  <law@redhat.com>
28929         * config/pa/pa.md (non-canonical shift-add insns): Remove.
28930         (peepholes with non-canonical RTL sources): Remove.
28931         (peepholes for indexed stores of FP regs in integer modes): Match and
28932         generate canonical RTL.
28934 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
28936         PR tree-optimization/63387
28937         * match.pd ((X /[ex] A) * A -> X): Remove unnecessary condition.
28938         ((x ord x) & (y ord y) -> (x ord y),
28939         (x ord x) & (x ord y) -> (x ord y)): New simplifications.
28940         * fold-const.c (tree_unary_nonnegative_warnv_p) <ABS_EXPR>: Handle
28941         vectors like scalars.
28943 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
28945         * convert.c (convert_to_integer, convert_to_vector): Include the
28946         types in the error message.
28948 2015-05-22  Marc Glisse  <marc.glisse@inria.fr>
28950         * match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
28951         simplifications.
28953 2015-05-22  Jeff Law  <law@redhat.com>
28955         * config/pa/pa.md (integer_indexed_store splitters): Use
28956         mem_shadd_operand.  Use ASHIFT rather than MULT in the resulting
28957         insns -- adjusting the constant 2nd operand accordingly.
28959         * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into
28960         (plus (ashift X log2) Y) if it is a split point.
28962         * config/pa/pa.c (mem_shadd_or_shadd_rtx_p): New function factoredx
28963         out of hppa_legitimize_address to handle both forms of a multiply
28964         by 2, 4 or 8.
28965         (hppa_legitimize_address): Use mem_shadd_or_shadd_rtx_p.
28966         Always generate the ASHIFT variant as the result is not directly
28967         used in a MEM.  Update comments and refactor slightly to improve
28968         readability.
28970 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28972         PR target/65491
28973         * config/aarch64/aarch64.c (aarch64_short_vector_p): Move above
28974         aarch64_composite_type_p.  Remove check for aarch64_composite_type_p.
28975         (aarch64_composite_type_p): Return false if given type and mode are
28976         for a short vector.
28978 2015-05-22  Richard Biener  <rguenther@suse.de>
28980         * tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern
28981         member.
28982         * tree-vect-loop.c (vect_analyze_loop_operations): Look at
28983         patterns when determining whether SLP is pure.
28984         (vect_is_slp_reduction): Remove check for pattern stmts.
28985         (vect_is_simple_reduction_1): Remove dead code.
28986         * tree-vect-slp.c (vect_create_oprnd_info): Initialize second_pattern.
28987         (vect_get_and_check_slp_defs): Pass in the stmt number.
28988         Allow the first def in a reduction to be not a pattern stmt when
28989         the rest of the stmts def are patterns.
28990         (vect_build_slp_tree_1): Allow tcc_expression codes like
28991         SAD_EXPR and DOT_PROD_EXPR.
28992         (vect_build_slp_tree): Adjust.
28993         (vect_analyze_slp): Refactor and move BB vect error message ...
28994         (vect_slp_analyze_bb_1): ... here.
28996 2015-05-22  Aldy Hernandez  <aldyh@redhat.com>
28998         * tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P
28999         for CSWTCH temporary.
29001 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29003         * config/arm/arm.c (arm_new_rtx_costs): Handle UNSPEC_VOLATILE.
29004         (arm_unspec_cost): Allow UNSPEC_VOLATILE.  Do not recurse inside
29005         unknown unspecs.
29007 2015-05-22  Richard Biener  <rguenther@suse.de>
29009         PR tree-optimization/66251
29010         * tree-vect-stmts.c (vectorizable_conversion): Properly
29011         set STMT_VINFO_VEC_STMT even for the SLP case.
29013 2015-05-22  Marek Polacek  <polacek@redhat.com>
29015         * doc/extend.texi: Use @pxref instead of @xref.
29017 2015-05-22  hiraditya  <hiraditya@msn.com>
29019         * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
29020         redundant if.
29022 2015-05-22  Richard Biener  <rguenther@suse.de>
29024         PR tree-optimization/65701
29025         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
29026         Move peeling cost models into one place.  Peel for alignment
29027         for single loads only if an aligned load is cheaper than
29028         an unaligned load.
29030 2015-05-22  Marek Polacek  <polacek@redhat.com>
29032         PR c/47043
29033         * doc/extend.texi (Enumerator Attributes): New section.
29034         Document syntax of enumerator attributes.
29036 2015-05-22  Richard Biener  <rguenther@suse.de>
29038         * tree-vect-loop.c (get_reduction_op): New function.
29039         (vect_model_reduction_cost): Use it, add reduc_index parameter.
29040         Make ready for BB reductions.
29041         (vect_create_epilog_for_reduction): Use get_reduction_op.
29042         (vectorizable_reduction): Init reduc_index to a valid value.
29043         Adjust vect_model_reduction_cost call.
29044         * tree-vect-slp.c (vect_get_constant_vectors): Use the proper
29045         operand for reduction defaults.  Add SAD_EXPR support.
29046         Assert we have a neutral op for SLP reductions.
29047         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): When
29048         walking pattern stmt ops only recurse to SSA names.
29050 2015-05-22  Richard Biener  <rguenther@suse.de>
29052         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace
29053         assert with guard, remove check on detected reduction.
29054         (vect_recog_sad_pattern): Likewise.
29055         (vect_recog_widen_sum_pattern): Likewise.
29057 2015-05-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29059         * config/aarch64/arm_neon.h (vaeseq_u8): Add __extension__ and
29060         __always_inline__ attribute.
29061         (vaesdq_u8): Likewise.
29062         (vaesmcq_u8): Likewise.
29063         (vaesimcq_u8): Likewise.
29064         (vsha1cq_u32): Likewise.
29065         (vsha1mq_u32): Likewise.
29066         (vsha1pq_u32): Likewise.
29067         (vsha1h_u32): Likewise.
29068         (vsha1su0q_u32): Likewise.
29069         (vsha1su1q_u32): Likewise.
29070         (vsha256hq_u32): Likewise.
29071         (vsha256h2q_u32): Likewise.
29072         (vsha256su0q_u32): Likewise.
29073         (vsha256su1q_u32): Likewise.
29074         (vmull_p64): Likewise.
29075         (vmull_high_p64): Likewise.
29077 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29079         * final.c (final_scan_insn): Don't check HAVE_peephole with the
29080         preprocessor.
29081         * output.h: Likewise.
29082         * genconfig.c (main): Alwways define HAVE_peephole.
29083         * genpeep.c: Don't emit checks of HAVE_peephole.
29085 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29087         * combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
29088         check HAVE_conditional_move with the preprocessor.
29090 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29092         * genconfig.c (main): Always define HAVE_conditional_move.
29093         * combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
29094         toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
29095         is defined.
29097 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29099         * combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
29100         reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
29101         and FRAME_POINTER_REGNUM with the preprocessor.
29103 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29105         * defaults.h: Add default for STACK_PUSH_CODE.
29106         * expr.c: Don't redefine STACK_PUSH_CODE.
29107         * recog.c: Likewise.
29109 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29111         * builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
29112         sched-deps.c: Use if instead of preprocessor checks with
29113         STACK_GROWS_DOWNWARD.
29115 2015-05-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29117         * *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
29118         is defined.
29119         * config/**/*.h: Define STACK_GROWS_DOWNWARD to an integer.
29120         * defaults.h: Provide default for STACK_GROWS_DOWNWARD.
29121         * doc/tm.texi.in: Update references to STACK_GROWS_DOWNWARD.
29122         * doc/tm.texi: Regenerate.
29124 2015-05-21  H.J. Lu  <hongjiu.lu@intel.com>
29126         PR target/66232
29127         * config/i386/constraints.md (Bg): New constraint for GOT memory
29128         operand.
29129         * config/i386/i386.md (*call_got_x32): New pattern.
29130         (*call_value_got_x32): Likewise.
29131         * config/i386/predicates.md (GOT_memory_operand): New predicate.
29133 2015-05-21  Jakub Jelinek  <jakub@redhat.com>
29135         PR tree-optimization/66233
29136         * match.pd (ocvt (icvt@1 @0)): Don't handle vector types.
29137         Simplify.
29139 2015-05-21  Jeff Law  <law@redhat.com>
29141         * config/pa/pa.md (add-with-constant splitter): Use ASHIFT rather
29142         than MULT for shadd sequences.
29144 2015-05-08  Jan Hubicka  <hubicka@ucw.cz>
29146         * alias.c (alias_stats): New static var.
29147         (alias_sets_conflict_p, alias_sets_must_conflict_p): Update stats.
29148         (dump_alias_stats_in_alias_c): New function.
29149         * alias.h (dump_alias_stats_in_alias_c): Declare.
29150         * tree-ssa-alias.c (dump_alias_stats): Call it.
29152 2015-05-08  Michael Matz  <matz@suse.de>
29154         * tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p
29155         to strided_p.
29156         (STMT_VINFO_STRIDE_LOAD_P): Rename to ...
29157         (STMT_VINFO_STRIDED_P): ... this.
29158         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust.
29159         (vect_verify_datarefs_alignment): Likewise.
29160         (vect_enhance_data_refs_alignment): Likewise.
29161         (vect_analyze_data_ref_access): Likewise.
29162         (vect_analyze_data_refs): Accept strided stores.
29163         * tree-vect-stmts.c (vect_model_store_cost): Count strided stores.
29164         (vect_model_load_cost): Adjust for macro rename.
29165         (vectorizable_mask_load_store): Likewise.
29166         (vectorizable_load): Likewise.
29167         (vectorizable_store): Open code strided stores.
29169 2015-05-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29171         * doc/sourcebuild.texi (7.2.3.9 Other hardware attributes):
29172         Document sqrt_insn.
29174 2015-05-21  Richard Biener  <rguenther@suse.de>
29176         PR c++/66211
29177         * match.pd: Guard pattern optimzing (int)(float)int
29178         conversions to apply only on GIMPLE.
29180 2015-05-21  Jeff Law  <law@redhat.com>
29182         * combine.c (find_split_point): Handle ASHIFT like MULT to encourage
29183         multiply-accumulate/shift-add insn generation.
29185 2015-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
29187         PR target/54236
29188         * config/sh/sh.md (*round_int_even): Reject pattern if operands[0] and
29189         operands[1] are the same.
29191 2015-05-21  Ilya Enkovich  <enkovich.gnu@gmail.com>
29193         PR middle-end/66221
29194         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Use
29195         build_distinct_type_copy to copy bounds.
29197 2015-05-21  Thomas Schwinge  <thomas@codesourcery.com>
29199         * genrecog.c (MAX_DEPTH, MIN_NUM_STATEMENTS, MAX_NUM_STATEMENTS):
29200         Change to unsigned int.
29202 2015-05-20  Jeff Law  <law@redhat.com>
29204         * config/pa/pa.c (pa_print_operand): New 'o' output modifier.
29205         (pa_mem_shadd_constant_p): Renamed from pa_shadd_constant_p.
29206         (pa_shadd_constant_p): Allow constants for shadd insns rather
29207         than valid scaling constants for memory addresses.
29208         * config/pa/pa-protos.h (pa_mem_shadd_constant_p): Add prototype.
29209         * config/pa/predicates.md (mem_shadd_operand): New predicate.
29210         * config/pa/pa.md (shift-add insns using MULT): Use mem_shadd_operand.
29211         (shift-add insns using ASHIFT): New patterns.
29213 2015-05-20  Mikhail Maltsev  <maltsevm@gmail.com>
29215         * bb-reorder.c (set_edge_can_fallthru_flag): Use rtx_jump_insn where
29216         feasible.
29217         (fix_up_fall_thru_edges): Likewise.
29218         (fix_crossing_conditional_branches): Likewise. Promote jump targets
29219         from to rtx_insn to rtx_code_label where feasible.
29220         * bt-load.c (move_btr_def): Remove as-a cast of the value returned by
29221         gen_move_insn (returned type changed to rtx_insn).
29222         * builtins.c (expand_errno_check): Fix arguments of
29223         do_compare_rtx_and_jump (now expects rtx_code_label).
29224         (expand_builtin_acc_on_device): Likewise.
29225         * cfgcleanup.c (try_simplify_condjump): Add cast when calling
29226         invert_jump (now exprects rtx_jump_insn).
29227         * cfgexpand.c (label_rtx_for_bb): Promote return type to rtx_code_label.
29228         (construct_init_block): Use rtx_code_label.
29229         * cfgrtl.c (block_label): Promote return type to rtx_code_label.
29230         (try_redirect_by_replacing_jump): Use cast to rtx_jump_insn when
29231         calling redirect_jump.
29232         (patch_jump_insn): Likewise.
29233         (redirect_branch_edge): Likewise.
29234         (force_nonfallthru_and_redirect): Likewise.
29235         (fixup_reorder_chain): Explicitly use rtx_jump_insn instead of rtx_insn
29236         when suitable.
29237         (rtl_lv_add_condition_to_bb): Update call of do_compare_rtx_and_jump.
29238         * cfgrtl.h: Promote return type of block_label to rtx_code_label.
29239         * config/bfin/bfin.c (hwloop_optimize): Fix call of emit_label_before.
29240         * config/i386/i386.c (ix86_emit_cmove): Explicitly use rtx_code_label
29241         to store the value retured by gen_label_rtx.
29242         * config/mips/mips.c (mips16_split_long_branches): Promote rtx_insn to
29243         rtx_jump_insn.
29244         * config/sh/sh.c (gen_far_branch): Likewise. Fix call of invert_jump.
29245         (split_branches): Fix calls of redirect_jump.
29246         * dojump.c (jumpifnot): Promote argument type from rtx to
29247         rtx_code_label.
29248         (jumpifnot_1): Likewise.
29249         (jumpif): Likewise.
29250         (jumpif_1): Likewise.
29251         (do_jump_1): Likewise.
29252         (do_jump): Likewise. Use rtx_code_label when feasible.
29253         (do_jump_by_parts_greater_rtx): Likewise.
29254         (do_jump_by_parts_zero_rtx): Likewise.
29255         (do_jump_by_parts_equality_rtx): Likewise.
29256         (do_compare_rtx_and_jump): Likewise.
29257         * dojump.h: Update function prototypes.
29258         * dse.c (emit_inc_dec_insn_before): Remove case (gen_move_insn now
29259         returns rtx_insn).
29260         * emit-rtl.c (emit_jump_insn_before_noloc): Promote return type to
29261         rtx_jump_insn.
29262         (emit_label_before): Likewise.
29263         (emit_jump_insn_after_noloc): Likewise.
29264         (emit_jump_insn_after_setloc): Likewise.
29265         (emit_jump_insn_after): Likewise
29266         (emit_jump_insn_before_setloc): Likewise.
29267         (emit_jump_insn_before): Likewise.
29268         (emit_label_before): Promote return type to rtx_code_label.
29269         (emit_label): Likewise.
29270         * except.c (sjlj_emit_dispatch_table): Use jump_target_rtx.
29271         * explow.c (emit_stack_save): Use gen_move_insn_uncast instead of
29272         gen_move_insn.
29273         (emit_stack_restore): Likewise.
29274         * expmed.c (emit_store_flag_force): Fix calls of do_compare_rtx_and_jump.
29275         (do_cmp_and_jump): Likewise.
29276         * expr.c (expand_expr_real_2): Likewise. Promote some local variables
29277         from rtx to rtx_code_label.
29278         (gen_move_insn_uncast): New function.
29279         * expr.h: Update return type of gen_move_insn (promote to rtx_insn).
29280         * function.c (convert_jumps_to_returns): Fix call of redirect_jump.
29281         * gcse.c (pre_insert_copy_insn): Use rtx_insn instead of rtx.
29282         * ifcvt.c (dead_or_predicable): Use rtx_jump_insn when calling
29283         invert_jump_1 and redirect_jump_1.
29284         * internal-fn.c (expand_arith_overflow_result_store): Fix call of
29285         do_compare_rtx_and_jump.
29286         (expand_addsub_overflow): Likewise.
29287         (expand_neg_overflow): Likewise.
29288         (expand_mul_overflow): Likewise.
29289         * ira.c (split_live_ranges_for_shrink_wrap): Use rtx_insn for
29290         return value of gen_move_insn.
29291         * jump.c (redirect_jump): Promote argument from rtx to rtx_jump_insn.
29292         * loop-doloop.c (add_test): Use rtx_code_label.
29293         (doloop_modify): Likewise.
29294         (doloop_optimize): Likewise.
29295         * loop-unroll.c (compare_and_jump_seq): Promote rtx to rtx_code_label.
29296         * lra-constraints.c (emit_spill_move): Remove cast of value returned
29297         by gen_move_insn.
29298         (inherit_reload_reg): Add cast when calling dump_insn_slim.
29299         (split_reg): Likewise.
29300         * modulo-sched.c (schedule_reg_moves): Remove cast of value returned by
29301         gen_move_insn.
29302         * optabs.c (expand_binop_directly): Remove casts of values returned by
29303         maybe_gen_insn.
29304         (expand_unop_direct): Likewise.
29305         (expand_abs): Likewise.
29306         (maybe_emit_unop_insn): Likewise.
29307         (maybe_gen_insn): Promote return type to rtx_insn.
29308         * optabs.h: Update prototype of maybe_gen_insn.
29309         * postreload-gcse.c (eliminate_partially_redundant_load): Remove
29310         redundant cast.
29311         * recog.c (struct peep2_insn_data): Promote type of insn field to
29312         rtx_insn.
29313         (peep2_reinit_state): Use NULL instead of NULL_RTX.
29314         (peep2_attempt): Remove casts of insn in peep2_insn_data.
29315         (peep2_fill_buffer): Promote argument from rtx to rtx_insn
29316         * recog.h (struct insn_gen_fn): Promote return types of function
29317         pointers and operator ().from rtx to rtx_insn.
29318         * reorg.c (fill_simple_delay_slots): Promote rtx_insn to rtx_jump_insn.
29319         (fill_eager_delay_slots): Likewise.
29320         (relax_delay_slots): Likewise.
29321         (make_return_insns): Likewise.
29322         (dbr_schedule): Likewise.
29323         (optimize_skips): Likewise.
29324         (reorg_redirect_jump): Likewise.
29325         (fill_slots_from_thread): Likewise.
29326         * reorg.h: Update prototypes.
29327         * resource.c (find_dead_or_set_registers): Use dyn_cast to
29328         rtx_jump_insn instead of check.  Use it's jump_target method.
29329         * rtl.h (rtx_jump_insn::jump_label): Define new method.
29330         (rtx_jump_insn::jump_target): Define new method.
29331         (rtx_jump_insn::set_jump_target): Define new method.
29332         * rtlanal.c (tablejump_p): Promote type of one local variable.
29333         * sched-deps.c (sched_analyze_2): Promote rtx to rtx_insn_list.
29334         (sched_analyze_insn): Likewise.
29335         * sched-vis.c (print_insn_with_notes): Promote rtx to rtx_insn.
29336         (print_insn): Likewise.
29337         * stmt.c (label_rtx): Promote return type to rtx_insn.
29338         (force_label_rtx): Likewise.
29339         (jump_target_rtx): Define new function.
29340         (expand_label): Use it, get rid of one cast.
29341         (expand_naked_return): Promote rtx to rtx_code_label.
29342         (do_jump_if_equal): Fix do_compare_rtx_and_jump call.
29343         (expand_case): Use rtx_code_label instread of rtx where feasible.
29344         (expand_sjlj_dispatch_table): Likewise.
29345         (emit_case_nodes): Likewise.
29346         * stmt.h: Declare jump_target_rtx.  Update prototypes.  Fix comments.
29347         * store-motion.c (insert_store): Make use of new return type of
29348         gen_move_insn and remove a cast.
29349         (replace_store_insn): Likewise.
29351 2015-05-20  Max Filippov  <jcmvbkbc@gmail.com>
29353         * config/xtensa/xtensa.c (init_alignment_context): Replace MULT
29354         by BITS_PER_UNIT with ASHIFT by exact_log2 (BITS_PER_UNIT).
29356 2015-05-20  Jeff Law  <law@redhat.com>
29358         * tree-ssa-threadupdate.c (mark_threaded_blocks): Properly
29359         dispose of the jump thread path when the jump threading
29360         opportunity is cancelled.
29362 2015-05-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
29364         * diagnostic.c (diagnostic_print_caret_line): Fix off-by-one error
29365         when printing the caret character.
29367 2015-05-20  Marek Polacek  <polacek@redhat.com>
29369         * cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.
29371 2015-05-20  Marek Polacek  <polacek@redhat.com>
29373         * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.
29374         * gimple-expr.c (gimple_cond_get_ops_from_tree): Likewise.
29375         * gimple-fold.c (canonicalize_bool): Likewise.
29376         (same_bool_result_p): Likewise.
29377         * tree-if-conv.c (parse_predicate): Likewise.
29379 2015-05-20  Marek Polacek  <polacek@redhat.com>
29381         * gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.
29382         * gimplify.c (gimplify_modify_expr_rhs): Likewise.
29384 2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29386         * config/aarch64/aarch64.c (aarch64_class_max_nregs):
29387         Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
29388         values.
29390 2015-05-20  Robert Suchanek  <robert.suchanek@imgtec.com>
29392         * config/mips/mips.h (micromips_globals): Declare.
29394 2015-05-20  David Malcolm  <dmalcolm@redhat.com>
29396         * timevar.def (TV_INITIALIZE_RTL): New.
29397         * toplev.c (initialize_rtl): Use an auto_timevar to account this
29398         function's time to TV_INITIALIZE_RTL.
29400 2015-05-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
29402         * tree-chkp.c (chkp_maybe_copy_and_register_bounds): Remove useless
29403         gimple_build_nop calls.
29404         (chkp_find_bounds_for_elem): Likewise.
29405         (chkp_get_zero_bounds): Likewise.
29406         (chkp_get_none_bounds): Likewise.
29407         (chkp_get_bounds_by_definition): Likewise.
29408         (chkp_generate_extern_var_bounds): Likewise.
29409         (chkp_get_bounds_for_decl_addr): Likewise.
29410         (chkp_get_bounds_for_string_cst): Likewise.
29412 2015-05-20  Bin Cheng  <bin.cheng@arm.com>
29414         PR tree-optimization/65447
29415         * tree-ssa-loop-ivopts.c (struct iv_use): New fields.
29416         (dump_use, dump_uses): Support to dump sub use.
29417         (record_use): New parameters to support sub use.  Remove call to
29418         dump_use.
29419         (record_sub_use, record_group_use): New functions.
29420         (compute_max_addr_offset, split_all_small_groups): New functions.
29421         (group_address_uses, rewrite_use_address): New functions.
29422         (strip_offset): New declaration.
29423         (find_interesting_uses_address): Call record_group_use.
29424         (add_candidate): New assertion.
29425         (infinite_cost_p): Move definition forward.
29426         (add_costs): Check INFTY cost and return immediately.
29427         (get_computation_cost_at): Clear setup cost and dependent bitmap
29428         for sub uses.
29429         (determine_use_iv_cost_address): Compute cost for sub uses.
29430         (rewrite_use_address_1): Rename from old rewrite_use_address.
29431         (free_loop_data): Free sub uses.
29432         (tree_ssa_iv_optimize_loop): Call group_address_uses.
29434 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
29435             Jim Wilson  <jim.wilson@linaro.org>
29437         * config/arm/aarch-common-protos.h (struct mem_cost_table): Added
29438         new  fields loadv and storev.
29439         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
29440         Initialize loadv and storev.
29441         * config/arm/aarch-cost-tables.h (generic_extra_costs): Likewise.
29442         (cortexa53_extra_costs): Likewise.
29443         (cortexa57_extra_costs): Likewise.
29444         (xgene1_extra_costs): Likewise.
29445         * config/aarch64/aarch64.c (aarch64_rtx_costs): Update vector
29446         rtx_costs.
29448 2015-05-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
29450         * config/arm/arm.c (cortexa9_extra_costs): Initialize loadv and
29451          storev.
29452         (cortexa8_extra_costs): Likewise.
29453         (cortexa5_extra_costs): Likewise.
29454         (cortexa7_extra_costs): Likewise.
29455         (cortexa12_extra_costs): Likewise.
29456         (cortexa15_extra_costs): Likewise.
29457         (v7m_extra_costs): Likewise.
29459 2015-05-20  Jeff Law  <law@redhat.com>
29461         * tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread
29462         instead of open-coded version.  Also delete the jump thread created
29463         within this function.
29465 2015-05-20  Alan Modra  <amodra@gmail.com>
29467         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Return
29468         stack adjusting insn.  Formatting.
29469         (rs6000_emit_prologue): Track stack adjusting insn, and use of
29470         r12.  If possible, emit first -fsplit-stack arg pointer insn
29471         before stack adjust.  Don't use r12 to save cr if split-stack.
29473 2015-05-20  Alan Modra  <amodra@gmail.com>
29475         * common/config/rs6000/rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK):
29476         Define.
29477         (rs6000_supports_split_stack): New function.
29478         * config/rs6000/rs6000.c (machine_function): Add
29479         split_stack_arg_pointer.
29480         (TARGET_EXTRA_LIVE_ON_ENTRY, TARGET_INTERNAL_ARG_POINTER): Define.
29481         (setup_incoming_varargs): Use crtl->args.internal_arg_pointer
29482         rather than virtual_incoming_args_rtx.
29483         (rs6000_va_start): Likewise.
29484         (split_stack_arg_pointer_used_p): New function.
29485         (rs6000_emit_prologue): Set up arg pointer for -fsplit-stack.
29486         (morestack_ref): New var.
29487         (gen_add3_const, rs6000_expand_split_stack_prologue,
29488         rs6000_internal_arg_pointer, rs6000_live_on_entry,
29489         rs6000_split_stack_space_check): New functions.
29490         (rs6000_elf_file_end): Call file_end_indicate_split_stack.
29491         * config/rs6000/rs6000.md (UNSPEC_STACK_CHECK): Define.
29492         (UNSPECV_SPLIT_STACK_RETURN): Define.
29493         (split_stack_prologue, load_split_stack_limit,
29494         load_split_stack_limit_di, load_split_stack_limit_si,
29495         split_stack_return, split_stack_space_check): New expands and insns.
29496         * config/rs6000/rs6000-protos.h
29497         (rs6000_expand_split_stack_prologue): Declare.
29498         (rs6000_split_stack_space_check): Declare.
29500 2015-05-20  Alan Modra  <amodra@gmail.com>
29502         * config/rs6000/rs6000.c (struct rs6000_stack): Correct comments.
29503         (direct_return): Test vrsave_size rather than vrsave_mask.
29504         (rs6000_emit_prologue): Likewise.  Remove redundant altivec tests.
29505         (rs6000_emit_epilogue): Likewise.
29507 2015-05-20  Alan Modra  <amodra@gmail.com>
29509         * config/rs6000/rs6000.c (rs6000_stack_info): Don't zero offsets
29510         when not saving registers.
29511         (debug_stack_info): Adjust to omit printing unused offsets,
29512         as before.
29513         (rs6000_emit_epilogue): Adjust use_backchain_to_restore_sp
29514         expression.
29516 2015-05-19  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
29518         PR c++/65835
29519         * config/i386/winnt.c (struct wrapped_symbol_hasher): Change
29520         value_type to const char *.
29522 2015-05-19  Sandra Loosemore  <sandra@codesourcery.com>
29524         * config.gcc [powerpc*-*-linux*]: Allow --enable-targets=all
29525         to build a biarch toolchain again.
29527 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
29529         * ipa-devirt.c (type_in_anonymous_namespace_p): Return true
29530         or implicit declarations.
29531         (odr_type_p): Check that TYPE_NAME is TYPE_DECL before looking
29532         into it.
29533         (get_odr_type): Check type has linkage before adding bases.
29534         (register_odr_type): Check that type has linkage before adding it.
29535         (type_known_to_have_no_deriavations_p): Rename to ..
29536         (type_known_to_have_no_derivations_p): This one.
29537         * ipa-utils.h (type_known_to_have_no_deriavations_p): Rename to ..
29538         (type_known_to_have_no_derivations_p): This one.
29539         * ipa-polymorphic-call.c
29540         (ipa_polymorphic_call_context::restrict_to_inner_type): Check that
29541         type has linkage.
29543 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
29545         * stor-layout.c (finalize_type_size): Use AGGREGATE_TYPE_P.
29546         (layout_type): Use RECORD_OR_UNION_TYPE_P.
29548 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29550         * config/s390/s390.c (s390_vector_bool_type_p): New function.
29551         (s390_invalid_binary_op): New function.
29552         (TARGET_INVALID_BINARY_OP): Define macro.
29554 2015-05-19  David Sherwood  <david.sherwood@arm.com>
29556         * loop-invariant.c (create_new_invariant): Don't calculate address cost
29557         if mode is not a scalar integer.
29558         (get_inv_cost): Increase computational cost for unused invariants.
29560 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29562         * config.gcc: Add vecintrin.h to extra_headers.  Add s390-c.o to
29563         c_target_objs and cxx_target_objs.  Add t-s390 to tmake_file.
29564         * config/s390/s390-builtin-types.def: New file.
29565         * config/s390/s390-builtins.def: New file.
29566         * config/s390/s390-builtins.h: New file.
29567         * config/s390/s390-c.c: New file.
29568         * config/s390/s390-modes.def: Add modes CCVEQANY, CCVH,
29569         CCVHANY, CCVHU, CCVHUANY, CCVFHANY, CCVFHEANY.
29570         * config/s390/s390-protos.h (s390_expand_vec_compare_cc)
29571         (s390_cpu_cpp_builtins, s390_register_target_pragmas): Add
29572         prototypes.
29573         * config/s390/s390.c (s390-builtins.h, s390-builtins.def):
29574         Include.
29575         (flags_builtin, flags_overloaded_builtin_var, s390_builtin_types)
29576         (s390_builtin_fn_types, s390_builtin_decls, code_for_builtin): New
29577         variable definitions.
29578         (s390_const_operand_ok): New function.
29579         (s390_expand_builtin): Rewrite.
29580         (s390_init_builtins): New function.
29581         (s390_handle_vectorbool_attribute): New function.
29582         (s390_attribute_table): Add s390_vector_bool attribute.
29583         (s390_match_ccmode_set): Handle new cc modes CCVH, CCVHU.
29584         (s390_branch_condition_mask): Generate masks for new modes.
29585         (s390_expand_vec_compare_cc): New function.
29586         (s390_mangle_type): Add mangling for vector bool types.
29587         (enum s390_builtin): Remove.
29588         (s390_atomic_assign_expand_fenv): Rename constants for sfpc and
29589         efpc builtins.
29590         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Call
29591         s390_cpu_cpp_builtins.
29592         (REGISTER_TARGET_PRAGMAS): New macro.
29593         * config/s390/s390.md: Define more UNSPEC_VEC_* constants.
29594         (insn_cmp mode attribute): Add new CC modes.
29595         (s390_sfpc, s390_efpc): Rename patterns to sfpc and efpc.
29596         (lcbb): New pattern definition.
29597         * config/s390/s390intrin.h: Include vecintrin.h.
29598         * config/s390/t-s390: New file.
29599         * config/s390/vecintrin.h: New file.
29600         * config/s390/vector.md: Include vx-builtins.md.
29601         * config/s390/vx-builtins.md: New file.S/390 zvector builtin
29602         support.
29604 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29606         * config/s390/s390-modes.def: Add new modes CCVEQ, CCVFH, and
29607         CCVFHE.
29608         * config/s390/s390.c (s390_match_ccmode_set): Handle new modes.
29609         (s390_select_ccmode): Likewise.
29610         (s390_canonicalize_comparison): Swap operands if necessary.
29611         (s390_expand_vec_compare_scalar): Expand DFmode compare using
29612         single element vector instructions.
29613         (s390_emit_compare): Call s390_expand_vec_compare_scalar.
29614         (s390_branch_condition_mask): Generate CC masks for the new modes.
29615         * config/s390/s390.md (v0, vf, vd): New mode attributes.
29616         (VFCMP, asm_fcmp, insn_cmp): New mode iterator and attributes.
29617         (*vec_cmp<insn_cmp>df_cconly, *fixuns_truncdfdi2_z13)
29618         (*fix_trunc<BFP:mode><GPR:mode>2_bfp, *floatunsdidf2_z13)
29619         (*floatuns<GPR:mode><FP:mode>2, *extendsfdf2_z13)
29620         (*extend<DSF:mode><BFP:mode>2): New insn definition.
29621         (fix_trunc<BFP:mode><GPR:mode>2_bfp, loatuns<GPR:mode><FP:mode>2)
29622         (extend<DSF:mode><BFP:mode>2): Turn into expander.
29623         (floatdi<mode>2, truncdfsf2, add<mode>3, sub<mode>3, mul<mode>3)
29624         (div<mode>3, *neg<mode>2, *abs<mode>2, *negabs<mode>2)
29625         (sqrt<mode>2): Add vector instruction.
29627 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29629         * config/s390/constraints.md (j00, jm1, jxx, jyy, v): New
29630         constraints.
29631         * config/s390/predicates.md (const0_operand, constm1_operand)
29632         (constable_operand): Accept vector operands.
29633         * config/s390/s390-modes.def: Add supported vector modes.
29634         * config/s390/s390-protos.h (s390_cannot_change_mode_class)
29635         (s390_function_arg_vector, s390_contiguous_bitmask_vector_p)
29636         (s390_bytemask_vector_p, s390_expand_vec_strlen)
29637         (s390_expand_vec_compare, s390_expand_vcond)
29638         (s390_expand_vec_init): Add prototypes.
29639         * config/s390/s390.c (VEC_ARG_NUM_REG): New macro.
29640         (s390_vector_mode_supported_p): New function.
29641         (s390_contiguous_bitmask_p): Mask out the irrelevant bits.
29642         (s390_contiguous_bitmask_vector_p): New function.
29643         (s390_bytemask_vector_p): New function.
29644         (s390_split_ok_p): Vector regs don't work either.
29645         (regclass_map): Add VEC_REGS.
29646         (s390_legitimate_constant_p): Handle vector constants.
29647         (s390_cannot_force_const_mem): Handle CONST_VECTOR.
29648         (legitimate_reload_vector_constant_p): New function.
29649         (s390_preferred_reload_class): Handle CONST_VECTOR.
29650         (s390_reload_symref_address):  Likewise.
29651         (s390_secondary_reload): Vector memory instructions only support
29652         short displacements.  Rename reload*_nonoffmem* to reload*_la*.
29653         (s390_emit_ccraw_jump): New function.
29654         (s390_expand_vec_strlen): New function.
29655         (s390_expand_vec_compare): New function.
29656         (s390_expand_vcond): New function.
29657         (s390_expand_vec_init): New function.
29658         (s390_dwarf_frame_reg_mode): New function.
29659         (print_operand): Handle addresses with 'O' and 'R' constraints.
29660         (NR_C_MODES, constant_modes): Add vector modes.
29661         (s390_output_pool_entry): Handle vector constants.
29662         (s390_hard_regno_mode_ok): Handle vector registers.
29663         (s390_class_max_nregs): Likewise.
29664         (s390_cannot_change_mode_class): New function.
29665         (s390_invalid_arg_for_unprototyped_fn): New function.
29666         (s390_function_arg_vector): New function.
29667         (s390_function_arg_float): Remove size variable.
29668         (s390_pass_by_reference): Handle vector arguments.
29669         (s390_function_arg_advance): Likewise.
29670         (s390_function_arg): Likewise.
29671         (s390_return_in_memory): Vector values are returned in a VR if
29672         possible.
29673         (s390_function_and_libcall_value): Handle vector arguments.
29674         (s390_gimplify_va_arg): Likewise.
29675         (s390_call_saved_register_used): Consider the arguments named.
29676         (s390_conditional_register_usage): Disable v16-v31 for non-vec
29677         targets.
29678         (s390_preferred_simd_mode): New function.
29679         (s390_support_vector_misalignment): New function.
29680         (s390_vector_alignment): New function.
29681         (TARGET_STRICT_ARGUMENT_NAMING, TARGET_DWARF_FRAME_REG_MODE)
29682         (TARGET_VECTOR_MODE_SUPPORTED_P)
29683         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN)
29684         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
29685         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT)
29686         (TARGET_VECTOR_ALIGNMENT): Define target macro.
29687         * config/s390/s390.h (FUNCTION_ARG_PADDING): Define macro.
29688         (FIRST_PSEUDO_REGISTER): Increase value.
29689         (VECTOR_NOFP_REGNO_P, VECTOR_REGNO_P, VECTOR_NOFP_REG_P)
29690         (VECTOR_REG_P): Define macros.
29691         (FIXED_REGISTERS, CALL_USED_REGISTERS)
29692         (CALL_REALLY_USED_REGISTERS, REG_ALLOC_ORDER)
29693         (HARD_REGNO_CALL_PART_CLOBBERED, REG_CLASS_NAMES)
29694         (FUNCTION_ARG_REGNO_P, FUNCTION_VALUE_REGNO_P, REGISTER_NAMES):
29695         Add vector registers.
29696         (CANNOT_CHANGE_MODE_CLASS): Call C function.
29697         (enum reg_class): Add VEC_REGS, ADDR_VEC_REGS, GENERAL_VEC_REGS.
29698         (SECONDARY_MEMORY_NEEDED): Allow SF<->SI mode moves without
29699         memory.
29700         (DBX_REGISTER_NUMBER, FIRST_VEC_ARG_REGNO, LAST_VEC_ARG_REGNO)
29701         (SHORT_DISP_IN_RANGE, VECTOR_STORE_FLAG_VALUE): Define macro.
29702         * config/s390/s390.md (UNSPEC_VEC_*): New constants.
29703         (VR*_REGNUM): New constants.
29704         (ALL): New mode iterator.
29705         (INTALL): Remove mode iterator.
29706         Include vector.md.
29707         (movti): Implement TImode moves for VRs.
29708         Disable TImode splitter for VR targets.
29709         Implement splitting TImode GPR<->VR moves.
29710         (reload*_tomem_z10, reload*_toreg_z10): Replace INTALL with ALL.
29711         (reload<mode>_nonoffmem_in, reload<mode>_nonoffmem_out): Rename to
29712         reload<mode>_la_in, reload<mode>_la_out.
29713         (*movdi_64, *movsi_zarch, *movhi, *movqi, *mov<mode>_64dfp)
29714         (*mov<mode>_64, *mov<mode>_31): Add vector instructions.
29715         (TD/TF mode splitter): Enable for GPRs only (formerly !FP).
29716         (mov<mode> SF SD): Prefer lder, lde for loading.
29717         Add lrl and strl instructions.
29718         Add vector instructions.
29719         (strlen<mode>): Rename old strlen<mode> to strlen_srst<mode>.
29720         Call s390_expand_vec_strlen on z13.
29721         (*cc_to_int): Change predicate to nonimmediate_operand.
29722         (addti3): Rename to *addti3.  New expander.
29723         (subti3): Rename to *subti3.  New expander.
29724         * config/s390/vector.md: New file.
29726 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29728         * common/config/s390/s390-common.c (processor_flags_table): Add
29729         z13.
29730         * config.gcc: Add z13.
29731         * config/s390/s390-opts.h (enum processor_type): Add
29732         PROCESSOR_2964_Z13.
29733         * config/s390/s390.c (s390_adjust_priority): Check for
29734         PROCESSOR_2964_Z13.
29735         (s390_reorg): Likewise.
29736         (s390_sched_reorder): Likewise.
29737         (s390_sched_variable_issue): Likewise.
29738         (s390_loop_unroll_adjust): Likewise.
29739         (s390_option_override): Likewise. Default to -mvx when available.
29740         * config/s390/s390.h (enum processor_flags): Add PF_Z13 and PF_VX.
29741         (TARGET_CPU_Z13, TARGET_CPU_VX, TARGET_Z13, TARGET_VX)
29742         (TARGET_VX_ABI): Define macros.
29743         macros.
29744         (TARGET_DEFAULT): Add MASK_OPT_VX.
29745         * config/s390/s390.md ("cpu" attribute): Add z13.
29746         ("cpu_facility" attribute): Add vec.
29747         * config/s390/s390.opt (processor_type): Add z13.
29748         (mvx): New options.
29749         * doc/invoke.texi: Add z13 option for -march.
29751 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29753         * config/s390/predicates.md (shift_count_or_setmem_operand): Add
29754         mode check to make sure that only scalar integer values are
29755         accepted.
29757 2015-05-19  Jan Hubicka  <hubicka@ucw.cz>
29759         * tree.c (verify_type_variant): Fix #undef.
29760         (gimple_canonical_types_compatible_p): Move here from lto.c
29761         (verify_type): Verify TYPE_CANONICAL compatibility.
29762         * tree.h (gimple_canonical_types_compatible_p): Declare.
29764 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
29766         PR middle-end/66199
29767         * tree.h (OMP_TEAMS_COMBINED): Define.
29768         * gimplify.c (enum gimplify_omp_var_data): Add
29769         GOVD_LINEAR_LASTPRIVATE_NO_OUTER.
29770         (enum omp_region_type): Add ORT_COMBINED_TEAMS.
29771         (omp_notice_variable): Accept both ORT_TEAMS
29772         and ORT_COMBINED_TEAMS.  Don't recurse if
29773         GOVD_LINEAR_LASTPRIVATE_NO_OUTER is set and either
29774         GOVD_LINEAR is set, or GOVD_LASTPRIVATE without
29775         GOVD_FIRSTPRIVATE.
29776         (omp_no_lastprivate): New function.
29777         (gimplify_scan_omp_clauses): For OMP_CLAUSE_LASTPRIVATE
29778         and OMP_CLAUSE_LINEAR, if omp_no_lastprivate, don't
29779         notice_outer and set appropriate bits, otherwise make
29780         sure default(none) combined constructs won't complain.
29781         (gimplify_adjust_omp_clauses): Remove OMP_CLAUSE_LINEAR
29782         outer special casing, for OMP_CLAUSE_LASTPRIVATE if
29783         omp_no_lastprivate either remove the clause or turn it
29784         into OMP_CLAUSE_PRIVATE.
29785         (gimplify_omp_for): Fix up handling of implicit
29786         lastprivate or linear iterators.
29787         (gimplify_omp_workshare): For OMP_TEAMS_COMBINED use
29788         ORT_COMBINED_TEAMS.
29789         * omp-low.c (lower_omp_for_lastprivate): For combined
29790         for simd use fd.loop.n2 from the for rather than simd.
29792 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29794         * config/cris/cris.c (cris_expand_prologue): Use gen_raw_REG
29795         instead of gen_rtx_raw_REG.
29796         (cris_expand_epilogue): Likewise.
29797         * config/microblaze/microblaze.c (microblaze_classify_address):
29798         Likewise.
29799         * config/sparc/sparc.md: Likewise.
29801 2015-05-19  Uros Bizjak  <ubizjak@gmail.com>
29803         * config/alpha/alpha.c (alpha_legitimize_reload_address)
29804         (alpha_preferred_reload_class, alpha_legitimate_constant_p): Use
29805         CONST_INT_P, CONST_SCALAR_INT_P and CONST_DOUBLE_P predicates.
29806         (alpha_split_reload_pair) <case CONST_INT, case CONST_WIDE_INT>:
29807         Use CASE_CONST_SCALAR_INT.
29808         (print_operand) <case 'M'>: Use mode_width_operand to check the
29809         value of the constant.
29810         * config/alpha/alpha.md (movti): Use CONST_SCALAR_INT_P predicate.
29811         * config/alpha/predicates.md (input_operand): Use general_operand
29812         instead of match_code as operand check.
29813         (symbolic_operand): Use match_code with subexpression digits.
29814         * config/alpha/constraints.md (Q): Ditto.
29816 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29818         * optabs.c (expand_vec_perm): Don't re-use SEL as target operand.
29820 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29822         * config/s390/s390.c (s390_secondary_reload): Fix check for
29823         load/store relative.
29825 2015-05-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
29827         * recog.h: Increase MAX_RECOG_ALTERNATIVES.  Change type of
29828         alternative_mask to uint64_t.
29830 2015-05-19  Jakub Jelinek  <jakub@redhat.com>
29832         PR tree-optimization/66187
29833         * match.pd ((bit_and (plus/minus (convert @0) (convert @1)) mask)):
29834         Pass TYPE_SIGN to tree_int_cst_min_precision.  If
29835         !TYPE_OVERFLOW_WRAPS, ensure @4 is non-negative.
29837 2015-05-19  David Malcolm  <dmalcolm@redhat.com>
29839         * diagnostic.c (diagnostic_report_current_module): Strengthen
29840         local "new_map" from const line_map * to
29841         const line_map_ordinary *.
29842         * genmatch.c (error_cb): Likewise for local "map".
29843         (output_line_directive): Likewise for local "map".
29844         * input.c (expand_location_1): Likewise for local "map".
29845         Pass NULL rather than &map to
29846         linemap_unwind_to_first_non_reserved_loc, since the value is never
29847         read from there, and the value written back not read from here.
29848         (is_location_from_builtin_token): Strengthen local "map" from
29849         const line_map * to const line_map_ordinary *.
29850         (dump_location_info): Strengthen locals "map" from
29851         line_map *, one to const line_map_ordinary *, the other
29852         to const line_map_macro *.
29853         * tree-diagnostic.c (loc_map_pair): Strengthen field "map" from
29854         const line_map * to const line_map_macro *.
29855         (maybe_unwind_expanded_macro_loc): Add a call to
29856         linemap_check_macro when writing to the "map" field of the
29857         loc_map_pair.
29858         Introduce local const line_map_ordinary * "ord_map", using it in
29859         place of "map" in the part of the function where we know we have
29860         an ordinary map.  Strengthen local "m" from const line_map * to
29861         const line_map_ordinary *.
29863 2015-05-19  Nick Clifton  <nickc@redhat.com>
29865         PR target/66156
29866         * config/msp430/msp430.md (zero_extendhisi2): Add support for
29867         separate source and destination registers.
29869 2015-05-19  Richard Biener  <rguenther@suse.de>
29871         PR tree-optimization/66165
29872         * tree-vect-slp.c (vect_supported_load_permutation_p): Add guard
29873         for no load permutation.
29875         PR tree-optimization/66185
29876         * tree-vect-slp.c (vect_build_slp_tree): Properly roll back
29877         when building the SLP node from scalars.
29879 2015-05-19  Eric Botcazou  <ebotcazou@adacore.com>
29880             Tristan Gingold  <gingold@adacore.com>
29882         * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.
29883         * builtins.c (expand_builtin_update_setjmp_buf): Make global.
29884         (expand_stack_restore): Call record_new_stack_level.
29885         (expand_stack_save): Do not call do_pending_stack_adjust.
29886         * builtins.h (expand_builtin_update_setjmp_buf): Declare.
29887         * calls.c (expand_call): Call record_new_stack_level for alloca.
29888         * except.c (sjlj_mark_call_sites): Expand builtin_update_setjmp_buf
29889         wherever a NOTE_INSN_UPDATE_SJLJ_CONTEXT note is present.
29890         (update_sjlj_context): New global function.
29891         * except.h (update_sjlj_context): Declare.
29892         * explow.c (record_new_stack_level): New global function.
29893         (allocate_dynamic_stack_space): Call record_new_stack_level.
29894         * explow.h (record_new_stack_level): Declare.
29895         * final.c (final_scan_insn): Deal with NOTE_INSN_UPDATE_SJLJ_CONTEXT.
29896         * cfgrtl.c (duplicate_insn_chain): Likewise.
29898 2015-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
29900         * calls.c: Always define STACK_GROWS_DOWNWARD as 0 or 1.
29901         (mem_overlaps_already_clobbered_arg_p): Rewrite ifdef
29902         STACK_GROWS_DOWNWARD as normal if.
29903         (expand_call): Likewise.
29905 2015-05-19  Oleg Endo  <olegendo@gcc.gnu.org>
29907         PR target/54236
29908         * config/sh/sh.md (*round_int_even): New insn_and_split and
29909         accompanying new unnamed split.
29911 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29913         * bitmap.c (bitmap_set_range): Handle count==1 specially.
29914         (bitmap_clear_range): Likewise.
29915         * cfgcleanup.c (mark_effect): Use bitmap_clear_range and
29916         bitmap_set_range unconditionally.
29917         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
29918         * df-scan.c (df_mark_reg): Likewise.
29919         * haifa-sched.c (setup_ref_regs): Likewise.
29920         * sched-rgn.c (update_live_1): Likewise.
29922 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29924         * regs.h (END_HARD_REGNO): Delete.
29925         (END_REGNO): Move to...
29926         * rtl.h: ...here.
29927         * bt-load.c (note_btr_set): Use END_REGNO instead of END_HARD_REGNO.
29928         * caller-save.c (mark_set_regs): Likewise.
29929         * combine.c (move_deaths, distribute_notes): Likewise.
29930         * cse.c (invalidate, invalidate_for_call): Likewise.
29931         * df-scan.c (df_ref_record): Likewise.
29932         * postreload-gcse.c (reg_changed_after_insn_p): Likewise.
29933         (record_last_reg_set_info): Likewise.
29934         * reg-stack.c (convert_regs_exit): Likewise.
29935         * reload.c (reg_overlap_mentioned_for_reload_p): Likewise.
29936         * resource.c (update_live_status): Likewise.
29937         * rtlanal.c (find_reg_fusage, find_regno_fusage): Likewise.
29939 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29941         * rtl.h (reg_info): Add an nregs field.
29942         (REG_NREGS): Use it.
29943         (SET_REGNO_RAW): Delete.
29944         (set_regno_raw): New function.
29945         * regs.h (END_HARD_REGNO): Make equivalent to END_REGNO.
29946         (END_REGNO): Redefine in terms of REG_NREGS.
29947         * read-rtl.c (read_rtx_code): Call set_regno_raw instead of
29948         SET_REGNO_RAW.
29949         * emit-rtl.c (set_mode_and_regno): Likewise.
29950         * df-scan.c (df_ref_change_reg_with_loc): Use set_mode_and_regno
29951         instead of SET_REGNO_RAW.
29953 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29955         * rtl.h (PUT_MODE_RAW): New macro.
29956         (PUT_REG_NOTE_KIND): Use it.
29957         (set_mode_and_regno): Declare.
29958         (gen_raw_REG): Change regno to "unsigned int".
29959         (gen_rtx_REG): Change "unsigned" to "unsigned int".
29960         (PUT_MODE): Forward to PUT_MODE_RAW for generators, otherwise
29961         use set_mode_and_regno to change the mode of registers.
29962         * gengenrtl.c (gendef): Use PUT_MODE_RAW.
29963         * emit-rtl.c (set_mode_and_regno): New function.
29964         (gen_raw_REG): Change regno to unsigned int.  Use set_mode_and_regno.
29965         * caller-save.c (reg_save_code): Use set_mode_and_regno.
29966         * expr.c (init_expr_target): Likewise.
29967         * ira.c (setup_prohibited_mode_move_regs): Likewise.
29968         * postreload.c (reload_cse_simplify_operands): Likewise.
29970 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29972         * caller-save.c (init_caller_save): Use word_mode and
29973         FIRST_PSEUDO_REGISTER when creating temporary rtxes.
29974         * expr.c (init_expr_target): Likewise.
29975         * ira.c (setup_prohibited_mode_move_regs): Likewise.
29976         * postreload.c (reload_cse_regs_1): Likewise.
29978 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
29980         * rtl.def (REG): Change format to "r".
29981         * rtl.h (rtunion): Remove rt_reg.
29982         (reg_info): New structure.
29983         (rtx_def): Add reg field to main union.
29984         (X0REGATTR): Delete.
29985         (REG_CHECK): New macro.
29986         (SET_REGNO_RAW, rhs_regno, REG_ATTRS): Use it.
29987         * rtl.c (rtx_format): Document "r".
29988         (rtx_code_size): Handle REG specially.
29989         * gengenrtl.c (special_format): Return true for formats
29990         that include 'r'.
29991         * gengtype.c (adjust_field_rtx_def): Handle 'r' fields.
29992         Deal with REG_ATTRS after the field loop.
29993         * emit-rtl.c (gen_raw_REG): Call rtx_alloc_stat directly.
29994         * expmed.c (init_expmed): Call gen_raw_REG instead of
29995         gen_rtx_raw_REG.
29996         * expr.c (init_expr_target): Likewise.
29997         * regcprop.c (maybe_mode_change): Likewise.
29998         * varasm.c (make_decl_rtl): Likewise.
29999         * final.c (leaf_renumber_regs_insn): Return early after
30000         handling REGs.
30001         * genemit.c (gen_exp): Handle 'r' fields.
30002         * genpeep.c (match_rtx): Likewise.
30003         * gensupport.c (subst_pattern_match): Likewise.
30004         (get_alternatives_number, collect_insn_data, alter_predicate_for_insn)
30005         (alter_constraints, subst_dup): Likewise.
30006         * read-rtl.c (read_rtx_code): Likewise.
30007         * print-rtl.c (print_rtx): Likewise.
30008         * genrecog.c (find_operand, find_matching_operand): Likewise.
30009         (validate_pattern, match_pattern_2): Likewise.
30010         (parameter::UINT, rtx_test::REGNO_FIELD): New enum values.
30011         (rtx_test::regno_field): New function.
30012         (operator ==, safe_to_hoist_p, transition_parameter_type)
30013         (parameter_type_string, print_parameter_value)
30014         (print_nonbool_test, print_test): Handle new enum values.
30015         * cselib.c (rtx_equal_for_cselib_1): Handle REG specially.
30016         * lra-constraints.c (operands_match_p): Likewise.
30018 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
30020         * df.h (df_ref_change_reg_with_loc): Remove old_regno parameter.
30021         Change type of new_regno to unsigned int.
30022         * df-scan.c (df_ref_change_reg_with_loc_1): Change type of
30023         new_regno to unsigned int.
30024         (df_ref_change_reg_with_loc): Remove old_regno parameter.
30025         Change type of new_regno to unsigned int.  Use SET_REGNO_RAW.
30026         * rtl.h (SET_REGNO): Update call to df_ref_change_reg_with_loc.
30027         (SET_REGNO_RAW): Add space after ",".
30029 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
30031         * rtl.h (REG_NREGS): New macro
30032         * alias.c (record_set): Use it.
30033         * cfgcleanup.c (mark_effect): Likewise.
30034         * combine.c (likely_spilled_retval_1): Likewise.
30035         (likely_spilled_retval_p, can_change_dest_mode): Likewise.
30036         (move_deaths, distribute_notes): Likewise.
30037         * cselib.c (cselib_record_set): Likewise.
30038         * df-problems.c (df_simulate_one_insn_forwards): Likewise.
30039         * df-scan.c (df_mark_reg): Likewise.
30040         * dse.c (look_for_hardregs): Likewise.
30041         * dwarf2out.c (reg_loc_descriptor): Likewise.
30042         (multiple_reg_loc_descriptor): Likewise.
30043         * expr.c (write_complex_part, read_complex_part): Likewise.
30044         (emit_move_complex): Likewise.
30045         * haifa-sched.c (setup_ref_regs): Likewise.
30046         * ira-lives.c (mark_hard_reg_live): Likewise.
30047         * lra.c (lra_set_insn_recog_data): Likewise.
30048         * mode-switching.c (create_pre_exit): Likewise.
30049         * postreload.c (reload_combine_recognize_const_pattern): Likewise.
30050         (reload_combine_recognize_pattern): Likewise.
30051         (reload_combine_note_use, move2add_record_mode): Likewise.
30052         (reload_cse_move2add): Likewise.
30053         * reg-stack.c (subst_stack_regs_pat): Likewise.
30054         * regcprop.c (kill_value, copy_value): Likewise.
30055         (copyprop_hardreg_forward_1): Likewise.
30056         * regrename.c (verify_reg_in_set, scan_rtx_reg): Likewise.
30057         (build_def_use): Likewise.
30058         * sched-deps.c (mark_insn_reg_birth, mark_reg_death): Likewise.
30059         (deps_analyze_insn): Likewise.
30060         * sched-rgn.c (check_live_1, update_live_1): Likewise.
30061         * sel-sched.c (count_occurrences_equiv): Likewise.
30062         * valtrack.c (dead_debug_insert_temp): Likewise.
30064 2015-05-19  Richard Sandiford  <richard.sandiford@arm.com>
30066         * cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.
30067         * dse.c (note_add_store): Likewise.
30068         * ira-lives.c (mark_hard_reg_dead): Likewise.
30069         * loop-invariant.c (mark_reg_store): Likewise.
30070         (mark_reg_death): Likewise.
30071         * postreload.c (reload_combine): Likewise.
30072         (reload_combine_note_store): Likewise.
30073         (reload_combine_note_use): Likewise.
30074         * recog.c (peep2_reg_dead_p): Likewise.
30076 2015-05-19  Alan Modra  <amodra@gmail.com>
30078         * config/rs6000/predicates.md (gpc_reg_operand): Don't allow all
30079         hard registers numbered greater or equal to ARG_POINTER_REGNUM.
30080         (reg_or_neg_short_operand, fix_trunc_dest_operand): Delete
30081         unused predicates.
30082         * config/rs6000/altivec.md (save_vregs_*, restore_vregs_*):
30083         Use altivec_register_operand.  Make insn predicate TARGET_ALTIVEC.
30084         * config/rs6000/rs6000.md (extzvdi_internal2): Use cc_reg_operand.
30085         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Expand comment.
30087 2015-05-19  Sameera Deshpande  <Sameera.Deshpande@imgtec.com>
30089         * config/mips/mips.md (JOIN_MODE): New mode iterator.
30090         (join2_load_Store<JOIN_MODE:mode>): New pattern.
30091         (join2_loadhi): Likewise.
30092         (define_peehole2): Add peephole2 patterns to join 2 HI/SI/SF/DF-mode
30093         load-load and store-stores.
30094         * config/mips/mips.opt (mload-store-pairs): New option.
30095         (TARGET_LOAD_STORE_PAIRS): New macro.
30096         * config/mips/mips.h (ENABLE_LD_ST_PAIRS): Likewise.
30097         * config/mips/mips-protos.h (mips_load_store_bonding_p): New prototype.
30098         * config/mips/mips.c (mips_load_store_bonding_p): New function.
30100 2015-05-19  Mikhail Maltsev  <maltsevm@gmail.com>
30102         * bb-reorder.c (fix_up_fall_thru_edges): Use std::swap instead of
30103         explicit swaps.
30104         * dojump.c (do_compare_rtx_and_jump): Likewise.
30105         * expmed.c (emit_store_flag_1): Likewise.
30106         * fibonacci_heap.h (fibonacci_heap::union_with): Likewise.
30107         * final.c (sprint_ul): Use std::reverse for reversing a string.
30108         * fold-const.c (extract_muldiv_1): Use std::swap.
30109         * genmodes.c (emit_mode_int_n): Likewise.
30110         * ifcvt.c (dead_or_predicable): Likewise.
30111         * ira-build.c (ira_merge_live_ranges): Likewise.
30112         (swap_allocno_copy_ends_if_necessary): Likewise.
30113         * ira.c (ira_setup_alts): Likewise.
30114         * loop-iv.c (iv_analyze_expr): Likewise.
30115         (implies_p): Likewise.
30116         (canon_condition): Likewise.
30117         * lra-constraints.c (swap_operands): Likewise.
30118         * lra-lives.c (lra_merge_live_ranges): Likewise.
30119         * omega.c (swap): Remove.
30120         (bswap): Remove.
30121         (omega_unprotect_1): Use std::swap.
30122         (omega_solve_geq): Likewise.
30123         * optabs.c (expand_binop_directly): Likewise.
30124         (expand_binop): Likewise.
30125         (emit_conditional_move): Likewise.
30126         (emit_conditional_add): Likewise.
30127         * postreload.c (reload_cse_simplify_operands): Likewise.
30128         * reg-stack.c (emit_swap_insn): Likewise.
30129         (swap_to_top): Likewise.
30130         (compare_for_stack_reg): Likewise.
30131         (subst_asm_stack_regs): Likewise.
30132         * reload.c (find_reloads): Likewise.
30133         * reload1.c (gen_reload_chain_without_interm_reg_p): Likewise.
30134         * sel-sched.c (invoke_reorder_hooks): Likewise.
30135         (create_block_for_bookkeeping): Likewise.
30136         * tree-data-ref.c (lambda_matrix_row_exchange): Remove.
30137         (lambda_matrix_right_hermite): Use std::swap.
30138         * tree-ssa-coalesce.c (sort_coalesce_list): Likewise.
30139         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
30140         * tree-ssa-loop-ivopts.c (iv_ca_delta_reverse): Likewise.
30141         * tree-ssa-math-opts.c (is_widening_mult_p): Likewise.
30142         * tree-ssa-phiopt.c (hoist_adjacent_loads): Likewise.
30143         * tree-ssa-reassoc.c (linearize_expr_tree): Likewise.
30144         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
30145         * tree-vrp.c (compare_ranges): Likewise.
30146         * var-tracking.c (add_with_sets): Likewise.
30147         (vt_find_locations): Likewise.
30149 2015-05-18  Andreas Tobler  <andreast@gcc.gnu.org>
30151         * config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
30152         pie executables.
30153         (FBSD_ENDFILE_SPEC): Likewise.
30154         * config/i386/freebsd.h (STARTFILE_SPEC): Remove and use the one from
30155         config/freebsd-spec.h.
30156         (ENDFILE_SPEC): Likewise.
30158 2015-05-18  Uros Bizjak  <ubizjak@gmail.com>
30159             Richard Henderson  <rth@redhat.com>
30161         PR target/57032
30162         * config/alpha/constraints.md (Q): Rewrite as define_memory_constraint.
30163         Check for a memory location that is not a reference (using an AND)
30164         to an unaligned location here.
30165         * config/alpha/predicates.md (normal_memory_operand): Remove.
30167 2015-05-18  Alex Velenko  <Alex.Velenko@arm.com>
30169         * config/arm/arm.md (andsi_not_shiftsi_si_scc): New pattern.
30170         (andsi_not_shiftsi_si_scc_no_reuse): New pattern.
30172 2015-05-18  Robert Suchanek  <robert.suchanek@imgtec.com>
30174         * config/mips/mips.c (micromips_globals): New variable.
30175         (mips_set_compression_mode): Save and reinitialize target-dependent
30176         state for microMIPS.
30178 2015-05-18  Martin Liska  <mliska@suse.cz>
30180         * dbgcnt.def: Add new counter.
30181         * ipa-icf.c (sem_item_optimizer::merge_classes): Use the counter.
30183 2015-05-18  Martin Liska  <mliska@suse.cz>
30185         * dbgcnt.def: Sort counters.
30186         * opts.c (common_handle_option): Do not compile if
30187         -fdbg-cnt-list is enabled.
30189 2015-05-18  Tom de Vries  <tom@codesourcery.com>
30191         * gimplify.c (gimplify_modify_expr): Remove do_deref handling.
30192         (gimplify_va_arg_expr): Remove do_deref handling.  Remove adding of
30193         address operator to va_list operand.
30194         * tree-stdarg.c (expand_ifn_va_arg_1): Do deref of va_list operand
30195         unconditionally.
30196         * config/i386/i386.c (ix86_gimplify_va_arg): Remove deref on va_list
30197         operand.
30198         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Same.
30199         * config/s390/s390.c (s390_gimplify_va_arg): Same.
30200         * config/spu/spu.c (spu_gimplify_va_arg_expr): Same.
30202 2015-05-18  Tom de Vries  <tom@codesourcery.com>
30204         * tree-ssa-tail-merge.c: Fix whitespace.
30206 2015-05-17  Jim Wilson  <jim.wilson@linaro.org>
30208         * doc/invoke.texi (ARM Options, mtune): Add generic-armv7-a,
30209         cortex-a17, and cortex-a17.cortex-a7.
30211 2015-05-17  Oleg Endo  <olegendo@gcc.gnu.org>
30213         PR target/54236
30214         * config/sh/sh.md (*addc_2r_t): Use ashift instead of mult.
30216 2015-05-17  Uros Bizjak  <ubizjak@gmail.com>
30218         PR target/66174
30219         * config/i386/i386.c (expand_vec_perm_blend): Enable HImode and
30220         QImode inner modes for TARGET_AVX512BW.  Force mask operand
30221         to a register for AVX512F modes.
30223 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
30225         * toplev.c (emit_debug_global_declarations): Do not output debug info
30226         when doing slim LTO objects.
30228 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
30230         * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
30231         odr_types_equivalent_p): Declare.
30232         (odr_type_p): Use gcc_checking_assert.
30233         (type_in_anonymous_namespace_p) Declare.
30234         (type_with_linkage_p): Declare.
30235         * common.opt (Wlto-type-mismatch): New warning.
30236         * ipa-devirt.c (compound_type_base): New function.
30237         (odr_or_derived_type_p): New function.
30238         (odr_types_equivalent_p): New function.
30239         (add_type_duplicate): Simplify.
30240         (type_with_linkage_p): Add hack to prevent false positives on C types
30241         (type_in_anonymous_namespace_p): Likewise.
30242         * tree.c (need_assembler_name_p): Use type_with_linkage.
30243         * tree.h (type_in_anonymous_namespace_p): Remove.
30244         * doc/invoke.texi (-Wlto-type-mismatch): Document
30246 2015-05-16  Jan Hubicka  <hubicka@ucw.cz>
30248         * tree.c (verify_type_variant): Verify tree_base and type_common flags.
30249         (verify_type): Verify STRING_FLAG.
30251 2015-05-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
30253         PR fortran/44054
30254         * tree-pretty-print.c (percent_K_format): Replace locus pointer
30255         with accessor function.
30256         * tree-diagnostic.c (diagnostic_report_current_function): Use
30257         diagnostic_location function.
30258         (maybe_unwind_expanded_macro_loc): Likewise.
30259         (virt_loc_aware_diagnostic_finalizer): Likewise.
30260         (default_tree_printer): Replace locus pointer with accessor function.
30261         * diagnostic.c (diagnostic_initialize): Initialize caret_chars array.
30262         (diagnostic_set_info_translated): Initialize second location.
30263         (diagnostic_build_prefix): Use CARET_LINE_MARGIN.
30264         (diagnostic_show_locus): Handle two locations. Call
30265         diagnostic_print_caret_line.
30266         (diagnostic_print_caret_line): New.
30267         (default_diagnostic_starter): Use diagnostic_location function.
30268         (diagnostic_report_diagnostic): Use diagnostic_location function.
30269         (verbatim): Do not set text.locus.
30270         * diagnostic.h (struct diagnostic_info): Remove location field.
30271         (struct diagnostic_context): Make caret_chars an array of two.
30272         (diagnostic_location): New inline.
30273         (diagnostic_expand_location): Handle two locations.
30274         (diagnostic_same_line): New inline.
30275         (diagnostic_print_caret_line): Declare.
30276         (CARET_LINE_MARGIN): New constant.
30277         * pretty-print.c (pp_printf): Do not set text.locus.
30278         (pp_verbatim): Do not set text.locus.
30279         * pretty-print.h (MAX_LOCATIONS_PER_MESSAGE): New constant.
30280         (struct text_info): Replace locus pointer with locations
30281         array. Add accessor functions.
30283 2015-05-16  Kugan Vivekanandarajah  <kuganv@linaro.org>
30284             Zhenqiang Chen  <zhenqiang.chen@linaro.org>
30286         PR target/65768
30287         * config/arm/arm.h (DONT_EARLY_SPLIT_CONSTANT): New macro.
30288         * config/arm/arm.md (subsi3, andsi3, iorsi3, xorsi3, movsi): Keep some
30289          large constants in register instead of splitting them.
30291 2015-05-16  Uros Bizjak  <ubizjak@gmail.com>
30293         PR target/66140
30294         * config/alpha/alpha.c (get_aligned_mem): Also look for reload
30295         replacements in memory addresses.
30296         (get_unaligned_address): Ditto.
30298 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
30300         * config/ft32/*: New files for FT32 port.
30301         * doc/install.texi: Add FT32 information.
30302         * doc/invoke.texi: Add FT32 information.
30303         * doc/md.texi: Add FT32 information.
30304         * doc/contrib.texi: Self added.
30306 2015-05-15  Marc Glisse  <marc.glisse@inria.fr>
30308         PR tree-optimization/64454
30309         * match.pd ((X % Y) % Y, (X % Y) < Y): New patterns.
30310         (-1 - A -> ~A): Remove unnecessary condition.
30312 2015-05-15  Gregor Richards  <gregor.richards@uwaterloo.ca>
30314         * config/i386/linux.h (MUSL_DYNAMIC_LINKER): Define.
30315         * config/i386/linux64.h (MUSL_DYNAMIC_LINKER32): Define.
30316         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32): Define.
30318 2015-05-15  Ilya Enkovich  <ilya.enkovich@intel.com>
30320         * ipa-chkp.h (chkp_wrap_function): New.
30321         * ipa-chkp.c (chkp_wrap_function): Remove 'static'.
30322         (chkp_wrap_function_name): New.
30323         (chkp_build_instrumented_fndecl): Use chkp_wrap_function_name
30324         to get wrapper name.
30325         * lto-cgraph.c: Include ipa-chkp.h.
30326         (input_cgraph_1): Avoid alias chain for wrappers.
30328 2015-05-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
30330         PR middle-end/66134
30331         * tree-chkp.c (chkp_get_orginal_bounds_for_abnormal_copy): New.
30332         (chkp_maybe_copy_and_register_bounds): Don't copy abnormal copy.
30334 2015-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30336         * config/aarch64/aarch64.h (AARCH64_TUNE_SLOWMUL): Delete.
30337         (AARCH64_FL_SLOWMUL): Delete.
30338         (AARCH64_FL_CRC): Redefine to 1<<3.
30339         (AARCH64_FL_USE_FMA_STEERING_PASS): Redefine to 1<<4.
30341 2015-05-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
30343         * config/arm/arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Add appropriate
30344         casting.
30346 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
30348         * config/alpha/alpha.md (extendqidi2): Use general_operand
30349         instead of some_operand for operand[1] predicate.
30350         (extendhidi2): Ditto.
30351         (cbranchdi4): Use general_operand instead of some_operand
30352         for operand[1] and operands[2] predicates.
30353         (cstoredi4): Ditto.
30354         * config/alpha/predicates.md (some_operand): Remove unused predicate.
30355         (some_ni_operand): Ditto.
30357 2015-05-15  Uros Bizjak  <ubizjak@gmail.com>
30359         * config/alpha/alpha.c (alpha_extract_integer): Do not handle
30360         CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
30361         (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
30362         low part of the constant using alpha_emit_set_const_1.
30363         (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
30365 2015-05-14  Rohit Arul Raj  <rohitrulraj@freescale.com>
30367         * varasm.c (output_constant_pool_1): Pass down alignment from
30368         constant pool entry's descriptor to output_constant_pool_2.
30369         (output_object_block): Add comment prior to call to
30370         output_constant_pool_1.
30372 2015-05-14  Vladimir Makarov  <vmakarov@redhat.com>
30374         PR rtl-optimization/65862
30375         * target.def (ira_change_pseudo_allocno_class): New hook.
30376         * targhooks.c (default_ira_change_pseudo_allocno_class): Default
30377         value of the hook.
30378         * targhooks.h (default_ira_change_pseudo_allocno_class): New extern.
30379         * doc/tm.texi.in (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Add the
30380         hook.
30381         * ira-costs.c (find_costs_and_classes): Call the hook and change
30382         classes when it is necessary.
30383         * doc/tm.texi: Update.
30385 2015-05-14  Alexander Monakov  <amonakov@ispras.ru>
30387         * config/i386/i386.md (sibcall_memory): Check that register with
30388         callee address is not also used as one of the arguments, instead
30389         of checking that it is not live after the sibcall.
30390         (sibcall_pop_memory): Ditto.
30391         (sibcall_value_memory): Ditto.
30392         (sibcall_value_pop_memory): Ditto.
30394 2015-05-14  Marc Glisse  <marc.glisse@inria.fr>
30396         * generic-match-head.c (types_match): Handle non-types.
30397         * gimple-match-head.c (types_match): Likewise.
30398         * match.pd: Remove unnecessary TREE_TYPE for types_match.
30400 2015-05-14  Wilco Dijkstra  <wdijkstr@arm.com>
30402         * config/aarch64/aarch64.md (absdi2): Optimize abs expansion.
30403         (csneg3<mode>_insn): Enable expansion of pattern.
30405 2015-05-14  Nick Clifton  <nickc@redhat.com>
30407         * config/rl78/rl78.c (rl78_select_section): Select the correct
30408         default section based upon the category of the decl.
30410 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
30412         PR rtl-optimization/30967
30413         * config/rs6000/rs6000.c (rs6000_rtx_costs): Don't consider
30414         destination mode for the cost of scc patterns.
30416 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
30418         * config/i386/i386.md (*mul<mode>3_1): Merge with *mulhi3_1
30419         using SWIM248 mode iterator.
30420         (*mulv<mode>4): Use x86_64_sext_operand for operand[2] constraint.
30421         (*mulvhi4): mark operand[1] as commutative.  Use nonimmediate_operand
30422         for operand[2] constraint.
30423         (*mulv<mode>4_1): Merge with *mulvhi4_1 using SWI248 mode iterator.
30425 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
30427         PR middle-end/66133
30428         * omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
30429         make sure it is never noreturn, even when the task body does not
30430         return.
30431         (lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
30432         right before GIMPLE_OMP_RETURN.
30433         (make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
30434         for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
30435         GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.
30437 2015-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30439         * params.def (PARAM_MAX_POW_SQRT_DEPTH): New param.
30440         * tree-ssa-math-opts.c: Include params.h
30441         (pow_synth_sqrt_info): New struct.
30442         (representable_as_half_series_p): New function.
30443         (get_fn_chain): Likewise.
30444         (print_nested_fn): Likewise.
30445         (dump_fractional_sqrt_sequence): Likewise.
30446         (dump_integer_part): Likewise.
30447         (expand_pow_as_sqrts): Likewise.
30448         (gimple_expand_builtin_pow): Use above to attempt to expand
30449         pow as series of square roots.  Removed now unused variables.
30451 2015-05-13  Uros Bizjak  <ubizjak@gmail.com>
30453         * config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
30454         (alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
30455         Remove *p0 and *p1 arguments.  Rewrite function.
30456         (alpha_legitimate_constant_p): Update call to alpha_extract_integer.
30457         (alpha_split_const_mov): Update calls to alpha_extract_integer and
30458         alpha_emit_set_long_const.
30459         (alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
30460         (alpha_output_mi_thunk_osf): Ditto.
30461         * config/alpha/alpha.md (movti): Do not check operands[1]
30462         for CONST_DOUBLE.
30464 2015-05-13  Richard Biener  <rguenther@suse.de>
30466         PR tree-optimization/66129
30467         * tree-vect-slp.c (vect_build_slp_tree): Make sure all ops are
30468         commutative.
30469         (vect_schedule_slp_instance): Fix typo.
30471 2015-05-13  David Malcolm  <dmalcolm@redhat.com>
30473         * common.opt (fdump-internal-locations): New option.
30474         * input.c: Include diagnostic-core.h.
30475         (get_end_location): New function.
30476         (write_digit): New function.
30477         (write_digit_row): New function.
30478         (dump_location_range): New function.
30479         (dump_labelled_location_range): New function.
30480         (dump_location_info): New function.
30481         * input.h (dump_location_info): New prototype.
30482         * toplev.c (compile_file): Handle flag_dump_locations.
30484 2015-05-13  Eric Botcazou  <ebotcazou@adacore.com>
30486         * gimple-expr.h (is_gimple_constant): Reorder.
30487         * tree-ssa-propagate.c (before_dom_children): Use inline accessor.
30489 2015-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
30491         * combine.c (simplify_set): When generating a CC set, if the
30492         source already is in the correct mode, do not wrap it in a
30493         compare.  Simplify the rest of that code.
30495 2015-05-13  Richard Biener  <rguenther@suse.de>
30497         PR tree-optimization/66123
30498         * tree-ssa-dom.c (propagate_rhs_into_lhs): Check if we found
30499         a taken edge.
30501 2015-05-13  Richard Biener  <rguenther@suse.de>
30503         PR middle-end/66110
30504         * alias.c (alias_sets_conflict_p): Do not treat has_zero_child
30505         specially.
30506         * Makefile.in (dfp.o-warn): Add -Wno-strict-aliasing.
30508 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
30510         * doc/install.texi: Bump latest automake 1.11 version to 1.11.6.
30511         * aclocal.m4: Regenerated with automake-1.11.6.
30513 2015-05-13  Tom de Vries  <tom@codesourcery.com>
30515         PR tree-optimization/66010
30516         * gimplify.h (gimplify_va_arg_internal): Remove declaration.
30517         * gimplify.c (gimplify_va_arg_internal): Remove and inline into ...
30518         * tree-stdarg.c (expand_ifn_va_arg_1): ... here.  Choose between lval
30519         and rval based on do_deref.
30521 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
30523         PR target/65103
30524         * config/i386/i386.c (ix86_rtx_costs): We want to propagate
30525         link time constants into adress expressions and therefore set
30526         their cost to 0.
30528 2015-05-13  Jakub Jelinek  <jakub@redhat.com>
30530         PR target/66112
30531         * config/i386/i386.md (mulv<mode>4, umulv<mode>4, *umulv<mode>4):
30532         Use SWI248 iterator instead of SWI.
30533         (*mulv<mode>4_1): Use SWI48 instead of SWI.  Simplify output template.
30534         Use eq_attr "alternative" "0" instead of match_test in
30535         length_immediate attribute computation.
30536         (*mulvhi4, *mulvhi4_1): New define_insns.
30538         PR target/66112
30539         * internal-fn.c (get_min_precision): Use UNSIGNED instead of
30540         SIGNED to get precision of non-negative value.
30542 2015-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
30544         PR target/66048
30545         * function.c (diddle_return_value_1): Process bounds first.
30546         * config/i38/i386.c (ix86_function_value_regno_p): Add bnd1
30547         register.
30549 2015-05-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
30551         PR rtl-optimization/64616
30552         * loop-invariant.c (can_move_invariant_reg): New.
30553         (move_invariant_reg): Call above new function to decide whether
30554         instruction can just be moved, skipping creation of temporary
30555         register.
30557 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
30559         PR target/pr66047.c
30560         * i386.c (ix86_function_sseregparm): Only return -1 if local function
30561         with implied regparm is called from -mno-sse function.
30562         (init_cumulative_args): Output error if ix86_function_sseregparm
30563         return -1 and SSE register would be needed.
30564         (function_arg_advance_32): Likewise.
30565         (function_arg_32): Likewise.
30566         * i386.h (ix86_args): Add decl field.
30568 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
30570         PR ipa/65873
30571         * ipa-inline.c (can_inline_edge_p): Allow early inlining of always
30572         inlines across optimization boundary.
30574 2015-05-12  Jason Merrill  <jason@redhat.com>
30576         * config/mmix/mmix.c, config/msp430/msp430.c: Add space between
30577         string literal and macro name.
30579 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
30581         * config/mips/mips.c (mips_print_operand): Remove 'y' operand code.
30582         * config/mips/mips.md (<GPR:d>lsa): Rewrite with shift operator.
30583         * config/mips/predicates.md (const_immlsa_operand): Remove log call.
30585 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
30587         * doc/invoke.texi (Warning Options): Add -Wmisleading-indentation.
30588         (-Wmisleading-indentation): New option.
30589         * Makefile.in (C_COMMON_OBJS): Add c-family/c-indentation.o.
30591 2015-05-12  Uros Bizjak  <ubizjak@gmail.com>
30593         * config/alpha/alpha.h (TARGET_SUPPORTS_WIDE_INT): New define.
30594         * config/alpha/alpha.c (alpha_rtx_costs): Handle CONST_WIDE_INT.
30595         (alpha_extract_integer): Ditto.
30596         (alpha_legitimate_constant_p): Ditto.
30597         (alpha_split_tmode_pair): Ditto.
30598         (alpha_preferred_reload_class): Add CONST_WIDE_INT.
30599         (alpha_expand_mov): Ditto.
30600         (print_operand): Remove handling of 'H' modifier.
30601         <case 'm'>: Remove CONST_DOUBLE handling.
30602         (summarize_insn): Handle CONST_WIDE_INT.
30603         * config/alpha/alpha.md (*andsi_internal): Remove H constraint.
30604         (anddi3): Ditto.
30605         (movti): Handle CONST_WIDE_INT.
30606         * config/alpha/constraints.md ('H'): Remove constraint definition.
30607         ('G'): Do not match MODE_FLOAT class.
30608         * config/alpha/predicates.md (const0_operand): Also match
30609         const_wide_int.
30610         (non_add_const_operand): Ditto.
30611         (non_zero_const_operand): Ditto.
30612         (some_operand): Ditto.
30613         (input_operand): Ditto.  Handle CONST_WIDE_INT.
30614         (and_operand): Do not match const_double.
30615         * config/alpha/sync.md (fetchop_constr): Remove H constraint.
30617 2015-05-12  Andrew MacLeod  <amacleod@redhat.com>
30619         PR target/65697
30620         * coretypes.h (MEMMODEL_SYNC, MEMMODEL_BASE_MASK): New macros.
30621         (enum memmodel): Add SYNC_{ACQUIRE,RELEASE,SEQ_CST}.
30622         * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
30623         is_mm_consume,is_mm_acquire, is_mm_release, is_mm_acq_rel,
30624         is_mm_seq_cst, is_mm_sync): New accessor functions.
30625         * builtins.c (expand_builtin_sync_operation,
30626         expand_builtin_compare_and_swap): Use MEMMODEL_SYNC_SEQ_CST.
30627         (expand_builtin_sync_lock_release): Use MEMMODEL_SYNC_RELEASE.
30628         (get_memmodel,  expand_builtin_atomic_compare_exchange,
30629         expand_builtin_atomic_load, expand_builtin_atomic_store,
30630         expand_builtin_atomic_clear): Use new accessor routines.
30631         (expand_builtin_sync_synchronize): Use MEMMODEL_SYNC_SEQ_CST.
30632         * optabs.c (expand_compare_and_swap_loop): Use MEMMODEL_SYNC_SEQ_CST.
30633         (maybe_emit_sync_lock_test_and_set): Use new accessors and
30634         MEMMODEL_SYNC_ACQUIRE.
30635         (expand_sync_lock_test_and_set): Use MEMMODEL_SYNC_ACQUIRE.
30636         (expand_mem_thread_fence, expand_mem_signal_fence, expand_atomic_load,
30637         expand_atomic_store): Use new accessors.
30638         * emit-rtl.c (need_atomic_barrier_p): Add additional enum cases.
30639         * tsan.c (instrument_builtin_call): Update check for memory model beyond
30640         final enum to use MEMMODEL_LAST.
30641         * c-family/c-common.c: Use new accessor for memmodel_base.
30642         * config/aarch64/aarch64.c (aarch64_expand_compare_and_swap): Use new
30643         accessors.
30644         * config/aarch64/atomics.md (atomic_load<mode>,atomic_store<mode>,
30645         arch64_load_exclusive<mode>, aarch64_store_exclusive<mode>,
30646         mem_thread_fence, *dmb): Likewise.
30647         * config/alpha/alpha.c (alpha_split_compare_and_swap,
30648         alpha_split_compare_and_swap_12): Likewise.
30649         * config/arm/arm.c (arm_expand_compare_and_swap,
30650         arm_split_compare_and_swap, arm_split_atomic_op): Likewise.
30651         * config/arm/sync.md (atomic_load<mode>, atomic_store<mode>,
30652         atomic_loaddi): Likewise.
30653         * config/i386/i386.c (ix86_destroy_cost_data, ix86_memmodel_check):
30654         Likewise.
30655         * config/i386/sync.md (mem_thread_fence, atomic_store<mode>): Likewise.
30656         * config/ia64/ia64.c (ia64_expand_atomic_op): Add new memmodel cases and
30657         use new accessors.
30658         * config/ia64/sync.md (mem_thread_fence, atomic_load<mode>,
30659         atomic_store<mode>, atomic_compare_and_swap<mode>,
30660         atomic_exchange<mode>): Use new accessors.
30661         * config/mips/mips.c (mips_process_sync_loop): Likewise.
30662         * config/pa/pa.md (atomic_loaddi, atomic_storedi): Likewise.
30663         * config/rs6000/rs6000.c (rs6000_pre_atomic_barrier,
30664         rs6000_post_atomic_barrier): Add new cases.
30665         (rs6000_expand_atomic_compare_and_swap): Use new accessors.
30666         * config/rs6000/sync.md (mem_thread_fence): Add new cases.
30667         (atomic_load<mode>): Add new cases and use new accessors.
30668         (store_quadpti): Add new cases.
30669         * config/s390/s390.md (mem_thread_fence, atomic_store<mode>): Use new
30670         accessors.
30671         * config/sparc/sparc.c (sparc_emit_membar_for_model): Use new accessors.
30672         * doc/extend.texi: Update docs to indicate 16 bits are used for memory
30673         model, not 8.
30675 2015-05-12  Jan Hubicka  <hubicka@ucw.cz>
30677         * ipa-devirt.c (type_with_linkage_p): New function.
30678         (type_in_anonymous_namespace_p): Move here from tree.c; assert that
30679         type has linkage.
30680         (odr_type_p): Move here from ipa-utils.h; use type_with_linkage_p.
30681         (can_be_name_hashed_p): Simplify.
30682         (hash_odr_name): Check that type has linkage before checking if it is
30683         anonymous.
30684         (types_same_for_odr): Likewise.
30685         (odr_name_hasher::equal): Likewise.
30686         (odr_subtypes_equivalent_p): Likewise.
30687         (warn_types_mismatch): Likewise.
30688         (get_odr_type): Likewise.
30689         (odr_types_equivalent_p): Fix checking of TYPE_MAIN_VARIANT.
30690         * ipa-utils.h (odr_type_p): Move offline.
30691         * tree.c (need_assembler_name_p): Fix handling of types
30692         without linkages.
30693         (type_in_anonymous_namespace_p): Move to ipa-devirt.c
30695 2015-05-12  David Malcolm  <dmalcolm@redhat.com>
30697         * timevar.c (timevar_enable): Delete in favor of...
30698         (g_timer): New global.
30699         (struct timevar_def): Move to timevar.h inside class timer.
30700         (struct timevar_stack_def): Likewise.
30701         (timevars): Delete global in favor of field "m_timevars" within
30702         class timer in timevar.h
30703         (stack): Likewise, in favor of field "m_stack".
30704         (unused_stack_instances): Likewise, in favor of field
30705         "m_unused_stack_instances".
30706         (start_time): Likewise, in favor of field "m_start_time".
30707         (get_time): Eliminate check for timevar_enable.
30708         (timer::timer): New function, built from part of timevar_init.
30709         (timevar_init): Rewrite idempotency test from using
30710         "timevar_enable" bool to using dynamic allocation of "g_timer".
30711         Move rest of implementation into timer's constructor.
30712         (timevar_push_1): Rename to...
30713         (timer::push): ...this, adding "m_" prefixes to variables that
30714         are now fields of timer.
30715         (timevar_pop_1): Likewise, rename to...
30716         (timer::pop): ...this, and add "m_" prefixes.
30717         (timevar_start): Replace test for "timevar_enable" with one for
30718         "g_timer", and move bulk of implementation to...
30719         (timer::start): ...here, adding "m_" prefixes.
30720         (timevar_stop): Likewise, from here...
30721         (timer::stop): ...to here.
30722         (timevar_cond_start): Likewise, from here...
30723         (timer::cond_start): ...to here.
30724         (timevar_cond_stop): Likewise, from here...
30725         (timer::cond_stop): ...to here.
30726         (validate_phases): Rename to...
30727         (timer::validate_phases): ...this, and add "m_" prefixes.  Make
30728         locals "total" and "tv" const.
30729         (timevar_print): Rename to...
30730         (timer::print): ...this, and add "m_" prefixes.  Make locals
30731         "total" and "tv" const.  Eliminate test for timevar_enable.
30732         * timevar.h (timevar_enable): Eliminate.
30733         (g_timer): New declaration.
30734         (timevar_push_1): Eliminate.
30735         (timevar_pop_1): Eliminate.
30736         (timevar_print): Eliminate.
30737         (class timer): New class.
30738         (timevar_push): Rewrite to use g_timer.
30739         (timevar_pop): Likewise.
30740         * toplev.c (toplev::~toplev): Likewise.
30742 2015-05-12  Richard Earnshaw  <rearnsha@arm.com>
30744         * arm-protos.h (arm_sched_autopref): Delete.
30745         (tune_params): Re-organize, use enums for flag values.
30746         (FUSE_OPS): New macro.
30747         * arm.c (ARM_PREFETCH_NOT_BENEFICIAL): Update.
30748         (ARM_PREFETCH_BENEFICIAL): Likewise.
30749         (ARM_FUSE_NOTHING, ARM_FUSE_MOVW_MOVT): Delete.
30750         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune)
30751         (arm_xscale_tune, arm_9e_tune, arm_marvell_pj4_tune)
30752         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a8_tune)
30753         (arm_cortex_a7_tune, arm_cortex_a15_tune, arm_cortex_a53_tune)
30754         (arm_cortex_a57_tune,  arm_xgene1_tune, arm_cortex_a5_tune)
30755         (arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune)
30756         (arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune): Use new
30757         format.
30758         (arm_option_override, thumb2_reorg, arm_print_tune_info)
30759         (aarch_macro_fusion_pair_p): Update uses of current_tune.
30760         * arm.h (LOGICAL_OP_NON_SHORT_CIRCUIT): Likewise.
30762 2015-05-12  Sandra Loosemore  <sandra@codesourcery.com>
30764         * config/nios2/nios2.md (trap, ctrapsi4): Use "trap" instead of
30765         "break".
30767 2015-05-12  Chung-Lin Tang  <cltang@codesourcery.com>
30768             Sandra Loosemore <sandra@codesourcery.com>
30770         * config/nios2/nios2.h (enum reg_class): Add IJMP_REGS enum
30771         value.
30772         (REG_CLASS_NAMES): Add "IJMP_REGS".
30773         (REG_CLASS_CONTENTS): Add new entry for IJMP_REGS.
30774         * config/nios2/nios2.md (indirect_jump,*tablejump): Adjust to
30775         use new "c" register constraint.
30776         * config/nios2/constraint.md (c): New register constraint
30777         corresponding to IJMP_REGS.
30779 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
30781         * config/rs6000/rs6000.md (*rotlsi3_internal4, *rotlsi3_internal5,
30782         *rotlsi3_internal6, rlwinm, 5 unnamed define_insns, and 6
30783         define_splits): Delete, revamp, transmogrify into ...
30784         (*rotlsi3_mask, *rotlsi3_mask_dot, *rotlsi3_mask_dot2,
30785         *ashlsi3_imm_mask, *ashlsi3_imm_mask_dot, *ashlsi3_imm_mask_dot2,
30786         *lshrsi3_imm_mask, *lshrsi3_imm_mask_dot, *lshrsi3_imm_mask_dot2):
30787         New.
30789 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
30791         * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use
30792         gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
30794 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
30796         * config/rs6000/rs6000.md (extzv): FAIL for SImode.
30797         (extzvsi_internal, *extzvsi_internal1, *extzvsi_internal2,
30798         *rotlsi3_internal7le, *rotlsi3_internal7be, *rotlsi3_internal8le,
30799         *rotlsi3_internal8be, *rotlsi3_internal9le, *rotlsi3_internal9be,
30800         *rotlsi3_internal10le, *rotlsi3_internal10be, *rotlsi3_internal11le,
30801         *rotlsi3_internal11be, *rotlsi3_internal12le, *rotlsi3_internal12be,
30802         *lshiftrt_internal1le, *lshiftrt_internal1be, *lshiftrt_internal2le,
30803         *lshiftrt_internal2be, *lshiftrt_internal3le, *lshiftrt_internal3be,
30804         *lshiftrt_internal4le, *lshiftrt_internal4be, *lshiftrt_internal5le,
30805         *lshiftrt_internal5be, *lshiftrt_internal5le, *lshiftrt_internal5be,
30806         *rotldi3_internal7le, *rotldi3_internal7be, *rotldi3_internal8le,
30807         *rotldi3_internal8be, *rotldi3_internal9le, *rotldi3_internal9be,
30808         *rotldi3_internal10le, *rotldi3_internal10be, *rotldi3_internal11le,
30809         *rotldi3_internal11be, *rotldi3_internal12le, *rotldi3_internal12be,
30810         *rotldi3_internal13le, *rotldi3_internal13be, *rotldi3_internal14le,
30811         *rotldi3_internal14be, *rotldi3_internal15le, *rotldi3_internal15be,
30812         and 30 corresponding splitters): Delete.
30814 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
30816         * config/rs6000/rs6000.md (define_split for bswaphi): Don't use
30817         zero_extract.
30819 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
30821         * combine.c (recog_for_combine_1): New function, factored out
30822         from recog_for_combine.
30823         (change_zero_ext): New function.
30824         (recog_for_combine): If recog fails, try again with the pattern
30825         modified by change_zero_ext; if that still fails, restore the
30826         pattern.
30828 2015-05-12  Segher Boessenkool  <segher@kernel.crashing.org>
30830         * combine.c (get_undo_marker): New function.
30831         (undo_to_marker): New function, largely factored out from ...
30832         (undo_all): ... this.  Adjust.
30834 2015-05-12  Richard Biener  <rguenther@suse.de>
30836         PR tree-optimization/66101
30837         * tree-ssa-dce.c (remove_dead_stmt): Properly mark loops for
30838         fixup if we turn a loop exit edge to a fallthru edge.
30840 2015-05-12  Richard Biener  <rguenther@suse.de>
30842         PR tree-optimization/37021
30843         * tree-vectorizer.h (struct _slp_tree): Add two_operators flag.
30844         (SLP_TREE_TWO_OPERATORS): New define.
30845         * tree-vect-slp.c (vect_create_new_slp_node): Initialize
30846         SLP_TREE_TWO_OPERATORS.
30847         (vect_build_slp_tree_1): Allow two mixing plus/minus in an
30848         SLP node.
30849         (vect_build_slp_tree): Adjust.
30850         (vect_analyze_slp_cost_1): Likewise.
30851         (vect_schedule_slp_instance): Vectorize mixing plus/minus by
30852         emitting two vector stmts and mixing the results.
30854 2015-05-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
30856         * call.c (print_z_candidates): Remove dead code.
30858 2015-05-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
30860         * config/s390/2827.md: Split zEC12_simple into zEC12_simple_int
30861         and zEC12_simple_fp.
30862         * config/s390/s390.c (s390_issue_rate): Set issue rate for zEC12
30863         to 1.
30865 2015-05-12  Tom de Vries  <tom@codesourcery.com>
30867         PR tree-optimization/66010
30868         * gimplify.c (gimplify_modify_expr): Handle new do_deref argument of
30869         ifn_va_arg.
30870         * gimplify.h (gimplify_va_arg_internal): Remove loc parameter.
30871         (gimplify_va_arg_internal): Remove loc parameter.  Assert no array-typed
30872         va_lists are passed, and remove corresponding handling.
30873         (gimplify_va_arg_expr): Only take address of ap if necessary.  Add
30874         do_deref argument to ifn_va_arg.
30875         * tree-stdarg.c (expand_ifn_va_arg_1): Handle new do_deref argument of
30876         ifn_va_arg.
30878 2015-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30880         PR target/65955
30881         * config/arm/arm.md (movcond_addsi): Check that operands[2] is a
30882         REG before taking its REGNO.
30884 2015-05-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
30886         * combine.c i(set_nonzero_bits_and_sign_copies): Split code updating
30887         rsp->sign_bit_copies and rsp->nonzero_bits into ...
30888         (update_rsp_from_reg_equal): This.  Also use REG_EQUAL note on src if
30889         present to get more accurate information about the number of sign bit
30890         copies and non zero bits.
30892 2015-05-12  Richard Biener  <rguenther@suse.de>
30894         * tree-vect-slp.c (vect_build_slp_tree_1): For BB vectorization
30895         do not allow unrolling.
30897 2015-05-11  Richard Henderson  <rth@redhat.com>
30899         * config/i386/i386-modes.def (CCP): New.
30900         * config/i386/i386.c (put_condition_code): Handle it.
30901         (ix86_match_ccmode, ix86_cc_modes_compatible): Likewise.
30903 2015-05-11  Richard Henderson  <rth@redhat.com>
30905         * target.def (md_asm_clobbers): Replace with...
30906         (md_asm_adjust): this.
30907         * tm.texi.in (TARGET_MD_ASM_CLOBBERS): Remove.
30908         (TARGET_MD_ASM_ADJUST): New.
30909         * tm.texi: Rebuild.
30910         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Remove.
30911         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Remove.
30912         * system.h (TARGET_MD_ASM_CLOBBERS): Poison.
30914         * cfgexpand.c (check_operand_nalternatives): Accept vector of
30915         constraints instead of lists of outputs and inputs.
30916         (expand_asm_stmt): Save and restore input_location around the
30917         body of the function.  Move asm data into vectors instead of
30918         building tree lists.  Generate cleanup sequences as needed,
30919         rather than waiting til the end.  Use new md_asm_adjust hook.
30921         * config/vxworks.c: Include vec.h before target.h.
30922         * gimple.c: Likewise.
30923         * incpath.c: Likewise.
30924         * mode-switching.c: Likewise.
30926         * config/cris/cris.c (cris_md_asm_clobbers): Convert to...
30927         (cris_md_asm_adjust): this.
30928         (TARGET_MD_ASM_CLOBBERS): Remove.
30929         (TARGET_MD_ASM_ADJUST): New.
30930         * config/i386/i386.c (ix86_md_asm_clobbers): Convert to...
30931         (ix86_md_asm_adjust): this.
30932         (TARGET_MD_ASM_CLOBBERS): Remove.
30933         (TARGET_MD_ASM_ADJUST): New.
30934         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): Convert to...
30935         (mn10300_md_asm_adjust): this.
30936         (TARGET_MD_ASM_CLOBBERS): Remove.
30937         (TARGET_MD_ASM_ADJUST): New.
30938         * config/rs6000/rs6000.c (rs6000_md_asm_clobbers): Convert to...
30939         (rs6000_md_asm_adjust): this.
30940         (TARGET_MD_ASM_CLOBBERS): Remove.
30941         (TARGET_MD_ASM_ADJUST): New.
30942         * config/visium/visium.c (visium_md_asm_clobbers): Convert to...
30943         (visium_md_asm_adjust): this.
30944         (TARGET_MD_ASM_CLOBBERS): Remove.
30945         (TARGET_MD_ASM_ADJUST): New.
30947 2015-05-11  Richard Henderson  <rth@redhat.com>
30949         * gimplify.c (gimplify_asm_expr): Set gimple_asm_volatile_p
30950         if noutputs is zero.
30951         * cfgexpand.c (expand_asm_stmt): Use gimple_asm_volatile_p unchanged.
30953         * cfgexpand.c (expand_asm_operands): Merge into...
30954         (expand_asm_stmt): ... here.
30956         * cfgexpand.c (expand_asm_operands): Don't call
30957         resolve_asm_operand_names.
30958         * stmt.c (resolve_asm_operand_names): Clarify block comment.
30960 2015-05-11  Jan Hubicka  <hubicka@ucw.cz>
30962         * dwarf2out.c (gen_member_die): Sanity check that we access
30963         TYPE_MAIN_VARIANT for TYPE_METHODS.
30964         * function.c (use_register_for_decl): Look for TYPE_MAIN_VARIANT when
30965         checking TYPE_METHODS.
30966         * tree.c (free_lang_data_in_type): See TYPE_METHODS to error_mark_node
30967         if non-null.
30968         (build_distinct_type_copy): Clear TYPE_METHODS.
30969         (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
30970         (verify_type): Allow TYPE_METHODS to be error_mark_node.
30971         * tree.def: Update docs of TYPE_STUB_DECL and TYPE_METHODS.
30973 2015-05-11  Eric Botcazou  <ebotcazou@adacore.com>
30975         * emit-rtl.c (emit_pattern_after_setloc): Add missing guard.
30976         (emit_pattern_before_setloc): Likewise.
30978 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
30980         * genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE
30981         for define_peephole2s.
30982         (get_peephole2_pattern): New function.
30983         (main): Use it.  Call validate_pattern.
30985 2015-05-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
30987         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Use
30988         LAST_CALLEE_SAVED_REG instead of hard-coded register number.
30989         (Last callee saved reg is different for AVR_TINY architecture)
30991 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
30993         * config/i386/i386.c (ix86_loop_unroll_adjust): Use PATTERN (insn)
30994         when looking for memory references.
30996 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
30998         PR target/65753
30999         * config/i386/i386.c (ix86_function_ok_for_sibcall): Allow PIC sibcalls
31000         via function pointers.
31002 2015-05-11  Alexander Monakov  <amonakov@ispras.ru>
31004         * calls.c (prepare_call_address): Transform PLT call to GOT lookup and
31005         indirect call by forcing address into a pseudo with -fno-plt.
31006         * common.opt (flag_plt): New option.
31007         * doc/invoke.texi (Code Generation Options): Add -fno-plt.
31008         ([-fno-plt]): Document.
31010 2015-05-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
31012         PR bootstrap/66105
31013         * config/rs6000/option-defaults.h: Add space between string literal
31014         and macro name.
31016 2015-05-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
31018         * gcc.target/arm/pr64616.c: Test dump rather than assembly to work
31019         accross ARM targets.
31021 2015-05-11  Christian Bruel  <christian.bruel@st.com>
31023         * config/arm/arm-protos.h (thumb_code, thumb1_code): Remove.
31024         * config/arm/vxworks.h (thumb_code): Replace with TARGET_THUMB.
31026 2015-05-11  Richard Sandiford  <richard.sandiford@arm.com>
31028         PR rtl-optimization/66076
31029         * rtlanal.c (generic_subrtx_iterator <T>::add_single_to_queue):
31030         Don't grow the heap array if it is already big enough from a
31031         previous iteration.
31033 2015-05-11  Christian Bruel  <christian.bruel@st.com>
31035         * config/arm/arm-protos.h (arm_declare_function_name): Declare.
31036         (is_called_in_ARM_mode): Remove.
31037         * config/arm/arm.c (is_called_in_ARM_mode): Declare static bool.
31038         (arm_declare_function_name): Moved from from ARM_DECLARE_FUNCTION_NAME.
31039         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Call
31040          arm_declare_function_name.
31042 2015-05-11  Christian Bruel  <christian.bruel@st.com>
31044         * config/arm/arm.c (arm_option_override): Reoganized and split into :
31045         (arm_option_params_internal); New function.
31046         (arm_option_check_internal): New function.
31047         (arm_option_override_internal): New function.
31048         (thumb_code, thumb1_code): Remove.
31049         * config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
31050         (TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
31051         (thumb_code, thumb1_code): Remove.
31052         * config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.
31054 2015-05-11  Uros Bizjak  <ubizjak@gmail.com>
31056         * config/alpha/alpha.c (alpha_emit_set_const_1)
31057         (alpha_emit_set_long_const, alpha_extract_integer)
31058         (alpha_legitimate_constant_p, alpha_split_const_mov)
31059         (alpha_expand_block_clear, alpha_expand_zap_mask, print_operand):
31060         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
31061         (alpha_emit_set_const_1): Change "(HOST_WIDE_INT) 1" to
31062         HOST_WIDE_INT_1U.
31063         * config/alpha/predicates.md (mode_mask_operand): Do not match
31064         const_double RTX.
31065         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
31066         * config/alpha/alpha.md (abstf, *abstf_internal, UNSPEC_ZAP splitter):
31067         Change "(HOST_WIDE_INT) 1" to HOST_WIDE_INT_1U.
31068         [HOST_BITS_PER_WIDE_INT < 64]: Remove dead code.
31069         (*negtf_internal): Use gen_int_mode instead of immed_double_const.
31071 2015-05-11  Jakub Jelinek  <jakub@redhat.com>
31073         PR target/65780
31074         * config/s390/linux.h (TARGET_BINDS_LOCAL_P): Define to
31075         default_binds_local_p_2.
31076         * config/arm/linux-elf.h (TARGET_BINDS_LOCAL_P): Likewise.
31077         * config/aarch64/aarch64-linux.h (TARGET_BINDS_LOCAL_P): Likewise.
31079 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
31081         * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
31083 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
31085         Patch by Richard Biener
31086         * coverage.c (coverage_obj_init): Delay building of type variant
31087         until the type is finished.
31089 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
31091         * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about
31092         mismatch between C and C++ type; compoare correctly ARG_TYPES
31093         for non-prototypes and output correctly parameter index for METHOD_TYPE.
31094         (odr_types_equivalent_p): Fix wording of warning about attributes;
31095         it is OK to match prototype and non-prototype.
31097 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
31099         * tree.c (free_lang_data_in_type): Free TREE_PURPOSE of
31100         TYPE_ARG_TYPES list.
31101         (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
31102         * tree.def (FUNCTION_TYPE): Document TREE_PURPOSE in TYPE_ARG_TYPES
31104 2015-05-09  Jan Hubicka  <hubicka@ucw.cz>
31106         * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
31107         * tree.h (is_lang_specific): Constify.
31109 2015-05-09  Marc Glisse  <marc.glisse@inria.fr>
31111         PR tree-optimization/64454
31112         * tree-vrp.c (extract_range_from_binary_expr_1) <TRUNC_MOD_EXPR>:
31113         Rewrite.
31115 2015-05-08  Jason Merrill  <jason@redhat.com>
31117         * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
31118         config/aarch64/aarch64.md config/alpha/vms.h, config/darwin.c,
31119         config/darwin.h, config/darwin9.h, config/elfos.h,
31120         config/i386/bsd.h, config/ia64/ia64.c, config/lm32/lm32.h,
31121         config/microblaze/microblaze.h, config/mips/mips.h,
31122         config/mmix/mmix.c, config/msp430/msp430.c, config/nios2/nios2.h,
31123         config/nvptx/nvptx.c, config/nvptx/nvptx.h, config/pa/pa.c,
31124         config/pa/pa.h, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
31125         config/rs6000/xcoff.h, config/rx/rx.h, config/s390/s390.h,
31126         config/sparc/sol2.h, config/sparc/sparc.h, config/visium/visium.h,
31127         cppbuiltin.c, defaults.h, doc/invoke.texi, dwarf2cfi.c,
31128         dwarf2out.c, final.c, gcc.c, gcov-dump.c, gcov.c, ipa-cp.c,
31129         ipa-inline.c, ipa-polymorphic-call.c, ipa-profile.c, ipa-prop.c,
31130         ira-color.c, ira.c, loop-doloop.c, loop-iv.c, mcf.c,
31131         modulo-sched.c, predict.c, profile.c, stor-layout.c, toplev.c,
31132         tree-ssa-reassoc.c, value-prof.c, wide-int-print.cc: Add space
31133         between string literal and macro name.
31135 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31137         * jump.c: Change argument types to rtx_insn *.
31138         * rtl.h: Adjust.
31140 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31142         * lra-constraints.c: Change argument type to rtx_insn *.
31144 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31146         * df-problems.c: Change argument type to rtx_insn *.
31148 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31150         * combine.c: Change argument type to rtx_insn *.
31152 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31154         * rtl.h: Adjust.
31155         * rtlanal.c: Change argument type to rtx_insn *.
31157 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31159         * sched-deps.c: Change argument types to rtx_insn *.
31160         * sched-int.h: Adjust.
31162 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31164         * dwarf2cfi.c: Change argument type to rtx_insn *.
31166 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31168         * ira.c (decrease_live_ranges_number): Changetype of local
31169         variable to rtx_insn *.
31170         * recog.c: Change argument types to rtx_insn *.
31171         * recog.h: Adjust.
31173 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31175         * reorg.c: Change argument types to rtx_insn *.
31177 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31179         * ira-color.c: Change argument types to rtx_insn *.
31180         * lra-eliminations.c: Likewise.
31181         * ira.h: Adjust.
31183 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31185         * gcse.c: Change argument types to rtx_insn *.
31187 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31189         * cse.c (cse_change_cc0_mode): Change argument type to rtx_insn *.
31191 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31193         * emit-rtl.c (emit_debug_insn_before): Change argument type to
31194         rtx_insn *.
31195         * rtl.h: Adjust.
31197 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31199         * emit-rtl.c (emit_note_before): Change argument type to rtx_insn *.
31200         * rtl.h: Adjust.
31202 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31204         * emit-rtl.c (emit_note_after): Change argument type to rtx_insn *.
31205         * rtl.h: Adjust.
31207 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31209         * emit-rtl.c (prev_cc0_setter): Change argument type to rtx_insn *.
31210         * rtl.h: Adjust.
31212 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31214         * rtlanal.c (noop_move_p): Change argument type to rtx_insn *.
31215         * rtl.h: Adjust.
31217 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31219         * rtlanal.c (add_shallow_copy_of_reg_note): Change argument type
31220         to rtx_insn *.
31221         * rtl.h: Adjust.
31223 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31225         * rtlanal.c (remove_reg_equal_equiv_notes): Change argument type
31226         to rtx_insn *.
31227         * rtl.h: Likewise.
31229 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31231         * except.c (can_nonlocal_goto): Change type of argument to
31232         rtx_insn *.
31233         * rtl.h: Adjust.
31235 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31237         * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *.
31238         * rtl.h: Adjust.
31240 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31242         * rtlanal.c (in_insn_list_p): Renamed from in_expr_list_p.
31243         * cfgrtl.c (can_delete_label_p): Adjust.
31244         * rtl.h: likewise.
31246 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31248         * reorg.c (stop_search_p): Change argument to rtx_insn *.
31250 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31252         * except.c (make_reg_eh_region_note): Change argument to
31253         rtx_insn *.
31254         (make_reg_eh_region_note_nothrow_nononlocal): Likewise.
31255         * except.h: Adjust.
31257 2015-05-08  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31259         * mode-switching.c (commit_mode_sets): Change type of local
31260         variable from rtx to rtx_insn *.
31262 2015-05-08  Jim Wilson  <jim.wilson@linaro.org>
31264         * doc/install.texi (--enable-languages): Add missing jit and lto info.
31265         Add ^ to grep command.
31266         * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
31267         arg to last gimple_simplify declaration.  Add missing gimple_build
31268         declaration for built-in function case with four tree args.
31270 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
31271             Szabolcs Nagy  <szabolcs.nagy@arm.com>
31273         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
31274         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
31275         (GNU_USER_DYNAMIC_LINKERN32): Update.
31277 2015-05-08  Richard Biener  <rguenther@suse.de>
31279         PR tree-optimization/66036
31280         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
31281         Handle strided group loads.
31282         (vect_verify_datarefs_alignment): Likewise.
31283         (vect_enhance_data_refs_alignment): Likewise.
31284         (vect_analyze_group_access): Likewise.
31285         (vect_analyze_data_ref_access): Likewise.
31286         (vect_analyze_data_ref_accesses): Likewise.
31287         * tree-vect-stmts.c (vect_model_load_cost): Likewise.
31288         (vectorizable_load): Likewise.
31290 2015-05-08  Segher Boessenkool  <segher@kernel.crashing.org>
31292         * config/rs6000/rs6000.md: Require operand inequality in one
31293         of the peepholes.
31295 2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
31296             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
31298         * config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
31299         from (set ...).
31300         * config/rx/rx.md (movdi, movdf): Likewise.
31301         Likewise for define_peephole2s.
31303 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
31305         * config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
31306         vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
31307         vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
31308         vtst_u64): Rewrite using gcc vector extensions.
31310 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
31312         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
31313         vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
31315 2015-05-08  Alan Lawrence  <alan.lawrence@arm.com>
31317         * optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
31319 2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
31321         * config/glibc-stdint.h (OPTION_MUSL): Define.
31322         (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
31323         Change the definition based on OPTION_MUSL for 64 bit targets.
31324         * config/linux.h (OPTION_MUSL): Redefine.
31325         * config/alpha/linux.h (OPTION_MUSL): Redefine.
31326         * config/rs6000/linux.h (OPTION_MUSL): Redefine.
31327         * config/rs6000/linux64.h (OPTION_MUSL): Redefine.
31329 2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
31330             Szabolcs Nagy  <szabolcs.nagy@arm.com>
31332         * config.gcc (LIBC_MUSL): New tm_defines macro.
31333         * config/linux.h (OPTION_MUSL): Define.
31334         (MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
31335         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
31336         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
31337         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
31338         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
31339         * config/linux.opt (mmusl): New option.
31340         * doc/invoke.texi (GNU/Linux Options): Document -mmusl.
31341         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
31342         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
31343         * configure: Regenerate.
31345 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
31346             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
31348         PR target/48904
31349         * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
31350         * config/i386/knetbsd-gnu64.h: New file.
31352 2015-05-08  Marek Polacek  <polacek@redhat.com>
31354         PR c/64918
31355         * doc/invoke.texi: Document -Woverride-init-side-effects.
31357 2015-05-07  Marek Polacek  <polacek@redhat.com>
31359         PR c/65179
31360         * doc/invoke.texi: Document -Wshift-negative-value.
31362 2015-05-06  Aditya Kumar  <hiraditya@msn.com>
31364         * gcov-tool.c (do_merge): Refactore to remove int ret.
31365         * ipa-icf.c (sem_item::hash_referenced_symbol_properties): Change
31366         !type == FUNC to type != FUNC.
31367         * reload.h (struct target_reload): Changee to type of
31368         x_spill_indirect_levels from bool to unsigned char.
31370 2015-05-07  Richard Sandiford  <richard.sandiford@arm.com>
31372         * rtl.h (always_void_p): New function.
31373         * gengenrtl.c (always_void_p): Likewise.
31374         (genmacro): Don't add a mode parameter to gen_rtx_foo if rtxes
31375         with code foo are always VOIDmode.
31376         * genemit.c (gen_exp): Update gen_rtx_foo calls accordingly.
31377         * builtins.c, caller-save.c, calls.c, cfgexpand.c, combine.c,
31378         compare-elim.c, config/aarch64/aarch64.c,
31379         config/aarch64/aarch64.md, config/alpha/alpha.c,
31380         config/alpha/alpha.md, config/arc/arc.c, config/arc/arc.md,
31381         config/arm/arm-fixed.md, config/arm/arm.c, config/arm/arm.md,
31382         config/arm/ldrdstrd.md, config/arm/thumb2.md, config/arm/vfp.md,
31383         config/avr/avr.c, config/bfin/bfin.c, config/c6x/c6x.c,
31384         config/c6x/c6x.md, config/cr16/cr16.c, config/cris/cris.c,
31385         config/cris/cris.md, config/darwin.c, config/epiphany/epiphany.c,
31386         config/epiphany/epiphany.md, config/fr30/fr30.c, config/frv/frv.c,
31387         config/frv/frv.md, config/h8300/h8300.c, config/i386/i386.c,
31388         config/i386/i386.md, config/i386/sse.md, config/ia64/ia64.c,
31389         config/ia64/vect.md, config/iq2000/iq2000.c,
31390         config/iq2000/iq2000.md, config/lm32/lm32.c, config/lm32/lm32.md,
31391         config/m32c/m32c.c, config/m32r/m32r.c, config/m68k/m68k.c,
31392         config/m68k/m68k.md, config/mcore/mcore.c, config/mcore/mcore.md,
31393         config/mep/mep.c, config/microblaze/microblaze.c,
31394         config/mips/mips.c, config/mips/mips.md, config/mmix/mmix.c,
31395         config/mn10300/mn10300.c, config/msp430/msp430.c,
31396         config/nds32/nds32-memory-manipulation.c, config/nds32/nds32.c,
31397         config/nds32/nds32.md, config/nios2/nios2.c, config/nvptx/nvptx.c,
31398         config/pa/pa.c, config/pa/pa.md, config/rl78/rl78.c,
31399         config/rs6000/altivec.md, config/rs6000/rs6000.c,
31400         config/rs6000/rs6000.md, config/rs6000/vector.md,
31401         config/rs6000/vsx.md, config/rx/rx.c, config/rx/rx.md,
31402         config/s390/s390.c, config/s390/s390.md, config/sh/sh.c,
31403         config/sh/sh.md, config/sh/sh_treg_combine.cc,
31404         config/sparc/sparc.c, config/sparc/sparc.md, config/spu/spu.c,
31405         config/spu/spu.md, config/stormy16/stormy16.c,
31406         config/tilegx/tilegx.c, config/tilegx/tilegx.md,
31407         config/tilepro/tilepro.c, config/tilepro/tilepro.md,
31408         config/v850/v850.c, config/v850/v850.md, config/vax/vax.c,
31409         config/visium/visium.c, config/xtensa/xtensa.c, cprop.c, dse.c,
31410         expr.c, gcse.c, ifcvt.c, ira.c, jump.c, lower-subreg.c,
31411         lra-constraints.c, lra-eliminations.c, lra.c, postreload.c, ree.c,
31412         reg-stack.c, reload.c, reload1.c, reorg.c, sel-sched.c,
31413         var-tracking.c: Update calls accordingly.
31415 2015-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
31417         PR middle-end/192
31418         PR middle-end/54303
31419         * varasm.c (function_mergeable_rodata_prefix): New function.
31420         (mergeable_string_section): Use it.
31421         (mergeable_constant_section): Use it.
31423 2015-05-07  Jeff Law  <law@redhat.com>
31425         PR target/39726
31426         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
31427         simplifier to narrow arithmetic.
31428         * generic-match-head.c: (types_match, single_use): New functions.
31429         * gimple-match-head.c: (types_match, single_use): New functions.
31431 2015-05-07  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
31433         * combine.c (make_compound_operation): Remove checks for PLUS/MINUS
31434         rtx type.
31436 2015-05-07  Richard Biener  <rguenther@suse.de>
31438         PR tree-optimization/66002
31439         * passes.def: Schedule another pass_merge_phi after ifcombine, right
31440         before phiopt.
31442 2015-05-07  Marek Polacek  <polacek@redhat.com>
31443             Martin Uecker  <uecker@eecs.berkeley.edu>
31445         * doc/invoke.texi: Document -fsanitize=bounds-strict.
31446         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS_STRICT, or it
31447         into SANITIZE_NONDEFAULT.
31448         * opts.c (common_handle_option): Handle -fsanitize=bounds-strict.
31450 2015-05-07  Uros Bizjak  <ubizjak@gmail.com>
31452         PR target/66015
31453         * config/alpha/alpha.c (alpha_override_options_after_change): New.
31454         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New.
31455         (alpha_override_options): Move align_loops, align_jumps and
31456         align_functions handling into alpha_override_options_after_change.
31458 2015-05-06  Sandra Loosemore  <sandra@codesourcery.com>
31459             Chris Jones  <chrisj@nvidia.com>
31460             Joshua Conner  <jconner@nvidia.com>
31462         * config/arm/unknown-elf.h (STARTFILE_SPEC): Add conditional
31463         linking of crtfastmath.o.
31464         * config/arm/linux-eabi.h (STARTFILE_SPEC): Likewise.
31466 2015-05-06  Segher Boessenkool  <segher@kernel.crashing.org>
31468         * config/rs6000/rs6000.md (cstore<mode>4_signed_imm): New expander.
31469         (cstore<mode>4_unsigned_imm): New expander.
31470         (cstore<mode>4): Remove empty constraint strings.  Use the new
31471         expanders.
31473 2015-05-06  Yvan Roux  <yvan.roux@linaro.org>
31475         PR target/64208
31476         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Cleanup redundant
31477         alternatives.
31479 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
31481         * config/aarch64/geniterators.sh: Use standard BRE in sed.
31483 2015-05-06  Alan Modra  <amodra@gmail.com>
31485         PR target/66033
31486         * config/rs6000/rs6000.md (nop): Use an unspec pattern.
31487         (UNSPEC_NOP): Define.
31488         (reload_vsx_from_gpr<mode>): Add missing DONE.
31489         (reload_gpr_from_vsx<mode>): Likewise.
31490         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
31491         (vsx_div_v2di, vsx_udiv_v2di): Likewise.
31493 2015-05-06  Christian Bruel  <christian.bruel@st.com>
31495         PR target/66015
31496         * config/aarch64/aarch64.c (aarch64_override_options): Move align_loops,
31497         align_jumps, align_functions into aarch64_override_options_after_change.
31499 2015-05-06  Richard Biener  <rguenther@suse.de>
31501         * tree-vect-slp.c (vect_supported_load_permutation_p): Use
31502         vect_transform_slp_perm_load to check if we support a permutation
31503         for basic-block vectorization.
31505 2015-05-06  Nick Clifton  <nickc@redhat.com>
31507         * config/rl78/rl78.c (need_to_save): Save register 22 if it is
31508         used, even if it is not being used as a frame pointer.
31510 2015-05-05  Jason Merrill  <jason@redhat.com>
31512         * dwarf2out.c (gen_member_die): Don't emit anything for an
31513         anonymous class constructor.
31515 2015-05-05  David Malcolm  <dmalcolm@redhat.com>
31517         * auto-profile.c (afdo_find_equiv_class): Fix indentation so
31518         that it reflects the block structure.
31519         (afdo_propagate_edge): Likewise.
31520         (afdo_calculate_branch_prob): Likewise.
31521         (afdo_annotate_cfg): Likewise.
31522         * cfgcleanup.c (equal_different_set_p): Likewise.
31523         (try_crossjump_to_edge): Likewise.
31524         * cgraph.c (cgraph_node::verify_node): Likewise.
31525         * cgraphunit.c (expand_all_functions): Likewise.
31526         * config/i386/i386.c (ix86_expand_copysign): Likewise.
31527         (exact_dependency_1): Likewise.
31528         * dwarf2asm.c (dw2_output_indirect_constants): Likewise.
31529         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Likewise.
31530         * gensupport.c (process_define_subst): Likewise.
31531         * lto-wrapper.c (merge_and_complain): Likewise.
31532         * tree-if-conv.c (if_convertible_bb_p): Likewise.
31533         * tree-ssa-loop-prefetch.c (find_or_create_group): Likewise.
31534         * tree-ssa-tail-merge.c (gsi_advance_fw_nondebug_nonlocal): Likewise.
31535         * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
31536         * tree-vect-loop.c (vectorizable_reduction): Likewise.
31537         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
31538         * tree-vect-stmts.c (vectorizable_shift): Likewise.
31539         * tree-vrp.c (vrp_finalize): Likewise.
31540         * tree.c (variably_modified_type_p): Likewise.
31542 2015-05-05  Jack Howarth  <howarth.at.gcc@gmail.com>
31544         * config.gcc: Use darwin9.h, darwin10.h and darwin12.h
31545         on darwin12 and later.
31546         * config/darwin12.h (LINK_GCC_C_SEQUENCE_SPEC): Add
31547         file to pass -rdynamic on darwin12 and later.
31548         * config/darwin.opt (rdynamic): Add.
31550 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
31552         * doc/extend.texi (C Extensions): Update menu for moved Variable
31553         Attributes and Type Attributes sections.
31555 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
31557         PR target/65990
31558         * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out
31559         if rep_8byte stringop strategy was specified for 32-bit target.
31561 2015-05-05  Ilya Tocar  <ilya.tocar@intel.com>
31563         PR target/65915
31564         * config/i386/i386.md (vector convert to float spltiter): Check for
31565         xmm16+, when splitting scalar float conversion.
31566         * config/i386/sse.md (sse2_cvtsi2sd): Support EVEX version.
31568 2015-05-05  Nick Clifton  <nickc@redhat.com>
31570         * config/msp430/msp430-opts.h (enum msp430_regions): New.
31571         * config/msp430/msp430.c (msp430_override_options): Complain if
31572         -mcode-region or -mdata-region is used on a non MSP430X.
31573         (msp430_section_attr): New function.  Checks lower, upper and
31574         either attributes.
31575         (msp430_attribute_table): Add lower, upper and either.
31576         (gen_prefix): New function.  Generates a prefix for a section
31577         name.
31578         (msp430_select_section): New function - handles the choice of
31579         section for an object.  Takes into account memory region
31580         attributes and options.
31581         (msp430_function_section): Use gen_prefix.
31582         (TARGET_SECTION_TYPE_FLAGS): Define.
31583         (msp430_section_type_flags): New function.
31584         (TARGET_ASM_UNIQUE_SECTION): Define.
31585         (msp430_unique_section): New function.
31586         (msp430_output_aligned_decl_common): New function.
31587         (msp430_do_not_relax_short_jumps): New function.
31588         * config/msp430/msp430.h (USE_SELECT_SECTION_FOR_FUNCTIONS):
31589         Define.
31590         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
31591         * config/msp430/msp430-protos.h
31592         (msp430_do_not_relax_short_jumps): New prototype.
31593         (msp430_output_aligned_decl_common): New prototype.
31594         * config/msp430/msp430.md (length): New attribute.
31595         (cbranchhi4_real): If msp430_do_not_relax_short_jumps is true
31596         then use a long code sequence for short jumps.
31597         * config/msp430/msp430.opt (mcode-region): New.
31598         (mdata-region): New.
31599         * doc/invoke.texi: Document new options.
31600         * doc/extend.texi: Document new attributes.
31602 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
31604         * config/aarch64-protos.h (struct cpu_branch_cost): New.
31605         (tune_params): Add field branch_costs.
31606         (aarch64_branch_cost): Declare.
31607         * config/aarch64.c (generic_branch_cost): New.
31608         (generic_tunings): Set field cpu_branch_cost to generic_branch_cost.
31609         (cortexa53_tunings): Likewise.
31610         (cortexa57_tunings): Likewise.
31611         (thunderx_tunings): Likewise.
31612         (xgene1_tunings): Likewise.
31613         (aarch64_branch_cost): Define.
31614         * config/aarch64/aarch64.h (BRANCH_COST): Redefine.
31616 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
31618         * config/i386/i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1
31619         and HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1.
31620         * config/i386/i386.md: Ditto.
31621         * config/i386/winnt.c: Ditto.
31623 2015-05-05  Matthew Wahab  <matthew.wahab@arm.com>
31625         * doc/extend.texi (__atomic Builtins): Move implementation details
31626         to the end of the description, rewrite opening paragraphs, state
31627         difference with __sync builtins, state C11/C++11 assumptions,
31628         weaken itemized descriptions, add explanation of memory model
31629         behaviour, expand description of compare-exchange, simplify text.
31631 2015-05-05  Renlin Li  <renlin.li@arm.com>
31633         * config/aarch64/aarch64.md (add<mode>3): Use mov when allowed.
31635 2015-05-05  Yvan Roux  <yvan.roux@linaro.org>
31637         * config/aarch64/aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.
31638         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
31639         * config/aarch64/aarch64-linux.h (CA53_ERR_843419_SPEC): Define.
31640         (LINK_SPEC): Include CA53_ERR_843419_SPEC.
31641         * config/aarch64/aarch64.opt (mfix-cortex-a53-843419): New option.
31642         * configure: Regenerate.
31643         * configure.ac: Add --enable-fix-cortex-a53-843419 option.
31644         * doc/install.texi (aarch64*-*-*): Document new
31645         --enable-fix-cortex-a53-843419 option.
31646         * doc/invoke.texi (AArch64 Options): Document -mfix-cortex-a53-843419
31647         and -mno-fix-cortex-a53-843419 options.
31649 2015-05-05  Uros Bizjak  <ubizjak@gmail.com>
31651         PR target/65871
31652         * config/i386/i386.md (*bmi_andn_<mode>_ccno): New pattern.
31654 2015-05-04  Jan Hubicka  <hubicka@ucw.cz>
31656         * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
31657         fix overactive TYPE_MIN_VALUE check and add FIXME for type
31658         compatibility problems.
31660 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
31662         * config/microblaze/microblaze.md (cbranchsi4): Added immediate
31663         constraints.
31664         (cbranchsi4_reg): New.
31665         * config/microblaze/microblaze.c
31666         (microblaze_expand_conditional_branch_reg): New.
31667         * config/microblaze/microblaze-protos.h
31668         (microblaze_expand_conditional_branch_reg): New prototype.
31670 2015-05-04  Ajit Agarwal  <ajitkum@xilinx.com>
31672         * config/microblaze/microblaze.md (peephole2): New.
31674 2015-05-04  Jeff Law  <law@redhat.com>
31676         Revert:
31677         2015-05-04  Jeff Law  <law@redhat.com>
31679         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
31680         simplifier to narrow arithmetic.
31681         * generic-match-head.c: (types_match, single_use): New functions.
31682         * gimple-match-head.c: (types_match, single_use): New functions.
31684 2015-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
31686         PR target/65987
31687         * config/sh/sh.c (output_far_jump): Take into account crossing jumps.
31688         (split_branches): Likewise.
31690 2015-05-04  Sandra Loosemore  <sandra@codesourcery.com>
31692         * common.opt (fdelete-null-pointer-checks): Init to -1.
31693         * config/nios2/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define to
31694         override flag_delete_null_pointer_checks default.
31695         * doc/invoke.texi (-fdelete-null-pointer-checks): Clarify
31696         behavior re address zero.  Better document target-specific behavior.
31697         (-fisolate-errneous-paths-dereference): Mention relationship to
31698         -fdelete-null-pointer-checks.
31700 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
31702         PR tree-optimization/65984
31703         * ubsan.c: Include tree-cfg.h.
31704         (instrument_bool_enum_load): Use stmt_ends_bb_p instead of
31705         stmt_could_throw_p test, rename can_throw variable to ends_bb.
31707 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
31709         * config/i386/i386.c: Change GET_CODE (...) == CONST_DOUBLE check
31710         to CONST_DOUBLE_P predicate.
31711         (standard_sse_constant_p): Return 0 for !TARGET_SSE.
31712         (ix86_legitimate_constant_p) <case CONST_WIDE_INT>: For 32bit targets,
31713         allow only operands that satisfy standard_sse_constant_p predicate.
31714         * config/i386/i386.md: Change GET_CODE (...) == CONST_DOUBLE check
31715         to CONST_DOUBLE_P predicate.
31717 2015-05-04  Jeff Law  <law@redhat.com>
31719         * match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New
31720         simplifier to narrow arithmetic.
31721         * generic-match-head.c: (types_match, single_use): New functions.
31722         * gimple-match-head.c: (types_match, single_use): New functions.
31724 2015-05-04  Andreas Tobler  <andreast@gcc.gnu.org>
31726         * config/arm/arm.c: Restore bootstrap.
31728 2015-05-04  Uros Bizjak  <ubizjak@gmail.com>
31730         * config/i386/i386.h (TARGET_SUPPORTS_WIDE_INT): New define.
31731         * config/i386/i386.c (ix86_legitimate_constant_p): Handle TImode
31732         as CONST_WIDE_INT, not CONST_DOUBLE.
31733         (ix86_cannot_force_const_mem): Handle CONST_WIDE_INT.
31734         (output_pic_addr_const): Do not handle VOIDmode CONST_DOUBLEs.
31735         (ix86_find_base_term): Do not check for CONST_DOUBLE.
31736         (ix86_print_operand): Do not handle non-FPmode CONST_DOUBLEs.
31737         (ix86_build_signbit_mask): Rewrite using wide ints.
31738         (ix86_split_to_parts) [HOST_BITS_PER_WIDE_INT < 64]: Remove.
31739         (ix86_rtx_costs): Handle CONST_WIDE_INT.
31740         (find_constant): Ditto.
31741         * config/i386/i386.md (bts, btr, btc peepholes): Rewrite
31742         using gen_int_mode.
31743         * config/i386/predicates.md (x86_64_immediate_operand)
31744         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
31745         (x86_64_zext_immediate_operand): Remove CONST_DOUBLE handling.
31746         <case CONST_INT>: Remove HOST_BITS_PER_WIDE_INT == 32 code.
31747         (const0_operand): Also match const_wide_int.
31748         (constm1_operand): Ditto.
31749         (const1_operand): Ditto.
31751 2015-05-04  Richard Biener  <rguenther@suse.de>
31753         PR tree-optimization/65965
31754         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
31755         store groups at gaps.
31757 2015-05-04  Richard Biener  <rguenther@suse.de>
31759         PR tree-optimization/65935
31760         * tree-vect-slp.c (vect_build_slp_tree): If we swapped operands
31761         then make sure to apply that swapping to the IL.
31763 2015-05-04  Jakub Jelinek  <jakub@redhat.com>
31765         * Makefile.in (PATCHLEVEL_c): New variable.
31766         (DATESTAMP_s, REVISION_s): If PATCHLEVEL_c is not 0,
31767         expand the same way as if DEVPHASE_c was non-empty.
31769 2015-05-04  Kai Tietz  <ktietz@redhat.com>
31771         PR target/65559
31772         * lto-wrapper.c (run_gcc): Open filename
31773         in binary-mode.
31775 2015-05-03  Sandra Loosemore  <sandra@codesourcery.com>
31777         * doc/extend.texi (Variable Attributes, Type Attributes):  Move
31778         sections up in file, to immediately after the Function Attributes
31779         section.
31781 2015-05-02  Jan Hubicka  <hubicka@ucw.cz>
31783         * tree.c (verify_type): Check various uses of TYPE_MINVAL.
31785 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31787         * tree-outof-ssa.c (emit_partition_copy): Return rtx_insn *.
31788         (insert_partition_copy_on_edge): Adjust.
31789         (insert_rtx_to_part_on_edge): Likewise.
31790         (insert_part_to_rtx_on_edge): Likewise.
31792 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31794         * function.c (set_return_jump_label): Change type of argument to
31795         rtx_insn *.
31796         * function.h (set_return_jump_label): Adjust.
31798 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31800         * reload.h (struct reg_equivs_t): Change type of init to
31801         rtx_insn *.
31802         * ira.c (fix_reg_equiv_init): Adjust.
31803         * reload1.c (eliminate_regs_1): Likewise.
31804         (init_eliminable_invariants): Likewise.
31806 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31808         * cselib.c (fp_setter_insn): Take a rtx_insn *.
31809         * cselib.h (fp_setter_insn): Adjust.
31811 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31813         * recog.c (struct validate_replace_src_data): Change type of
31814         insn field to rtx_insn *.
31815         (validate_replace_src_group): Change type of argument to rtx_insn *.
31816         * recog.h (validate_replace_src_group): Adjust.
31818 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31820         * haifa-sched.c: Change the type of some variables to rtx_insn *.
31821         * sched-deps.c: Likewise.
31822         * sched-int.h: Likewise.
31823         * sched-rgn.c: Likewise.
31824         * sel-sched.c: Likewise.
31826 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31828         to rtx_insn *.
31829         * config/i386/i386.c: Change the type of some arguments to
31830         rtx_insn *.
31831         * config/arm/arm.c: Likewise.
31833 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31835         * lra-constraints.c: Change type of some arguments to rtx_insn *.
31837 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31839         * regcprop.c (kill_autoinc_value): Change type of argument to
31840         rtx_insn *.
31842 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31844         * genrecog.c (print_subroutine): Adjust.
31845         * recog.c (get_bool_attr_mask_uncached): Likewise.
31846         * recog.h (struct recog_data_d): Change the type of insn to
31847         rtx_insn *.
31849 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31851         * dwarf2cfi.c (add_cfi_insn): Change type to rtx_insn *.
31853 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31855         * df-problems.c (df_set_note): Change type of argument to
31856         rtx_insn *.
31858 2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
31860         * builtins.c (expand_builtin_trap): Change type of local
31861         variable to rtx_insn *.
31862         (add_sched_insns_for_speculation): Likewise.
31863         (ix86_emit_save_regs): Likewise.
31864         (get_scratch_register_on_entry): Likewise.
31865         (ix86_emit_restore_reg_using_pop): Likewise.
31866         (ix86_emit_leave): Likewise.
31867         (ix86_emit_restore_regs_using_mov): Likewise.
31868         (ix86_expand_epilogue): Likewise.
31869         Likewise.
31870         (rl78_alloc_physical_registers_umul): Likewise.
31871         * cselib.c (discard_useless_locs): Likewise.
31872         (cselib_invalidate_regno): Likewise.
31873         (cselib_invalidate_mem): Likewise.
31874         * function.c (expand_function_start): Likewise.
31875         (emit_use_return_register_into_block): Likewise.
31876         * gcse.c: Likewise.
31877         * haifa-sched.c (ok_for_early_queue_removal): Likewise.
31878         * ifcvt.c (noce_get_alt_condition): Likewise.
31879         * loop-doloop.c (doloop_condition_get): Likewise.
31880         * lra-constraints.c (inherit_in_ebb): Likewise.
31881         * modulo-sched.c (sms_schedule_by_order): Likewise.
31882         * recog.c (next_insn_tests_no_inequality): Likewise.
31883         * reorg.c (emit_delay_sequence): Likewise.
31884         (update_reg_dead_notes): Likewise.
31885         (fix_reg_dead_note): Likewise.
31886         (fill_slots_from_thread): Likewise.
31887         (delete_computation): Likewise.
31889 2015-05-01  Sandra Loosemore  <sandra@codesourcery.com>
31891         * doc/extend.texi (Variable Attributes): Add menu and proper
31892         @nodes to subsections.  Move Microsoft Windows attributes to
31893         their own subsection.
31894         (Type Attributes): Reorganize introduction to remove duplicate
31895         list of attributes.  Add menu and proper @nodes to subsections.
31896         Alphabetize the main table of common attributes.
31898 2015-05-01  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
31900         * match.pd: New simplification patterns.
31901         (x + (x & 1))  -> ((x + 1) & ~1)
31902         (x & ~(x & y)) -> ((x & ~y))
31903         (x | ~(x | y)) -> ((x | ~y))
31905 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31907         * target.def (attribute_table): Mention that struct attribute_spec
31908         is defined in tree-core.h rather than tree.h
31909         * doc/tm.texi: Regenerate.
31911 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
31913         * genrecog.c (test): Rename to rtx_test.  Update rest of file
31914         accordingly.
31916 2015-05-01  Andreas Schwab  <schwab@linux-m68k.org>
31918         PR translation/65959
31919         * params.h (DEFPARAM): Rename msgid to nocmsgid.
31921 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
31923         * config/aarch64/aarch64-protos.h (tune_params):
31924         Add min_div_recip_mul_sf and min_div_recip_mul_df fields.
31925         * config/aarch64/aarch64.c (aarch64_min_divisions_for_recip_mul):
31926         Return value depending on target.
31927         (generic_tunings): Initialize new target settings.
31928         (cortexa53_tunings): Likewise.
31929         (cortexa57_tunings): Likewise.
31930         (thunderx_tunings): Likewise.
31931         (xgene1_tunings): Likewise.
31933 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
31935         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs):
31936         Make Cortex-A53 shift costs more accurate.
31938 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31940         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and
31941         UNSIGNED_FLOAT.
31943 2015-05-01  Wilco Dijkstra  <wdijkstr@arm.com>
31945         * config/aarch64/aarch64.c (aarch64_rtx_costs):
31946         Calculate cost of op0 and op1 in PLUS and MINUS cases.
31948 2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31950         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
31951         Add cost of op0 in the compare-with-fpzero case.
31953 2015-04-30  David Malcolm  <dmalcolm@redhat.com>
31955         * builtins.c (fold_builtin_1): Remove spurious second
31956         semicolon.
31957         * cgraph.h (symtab_node::get_availability): Likewise.
31958         * opts.c (common_handle_option): Remove spurious second semicolon.
31959         * tree-ssa-loop-ivopts.c (extract_cond_operands): Likewise.
31960         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
31962 2015-04-30  Caroline Tice  <cmtice@google.com>
31964         PR gcov-profile/65929
31965         * config/elfos.h (ASM_DECLARE_COLD_FUNCTION_NAME): New macro definition.
31966         (ASM_DECLARE_COLD_FUNCTION_SIZE): New macro definition.
31967         * doc/tm.texi.in (ASM_DECLARE_COLD_FUNCTION_NAME): Document new macro.
31968         (ASM_DECLARE_COLD_FUNCTION_SIZE): Document new macro.
31969         * doc/tm.texi: Regenerate.
31970         * final.c (final_scan_insn):  Use ASM_DECLARE_COLD_FUNCTION_NAME
31971         instead of ASM_DECLARE_FUNCTION_NAME for cold partition name.
31972         * varasm.c (assemble_end_function):  Use ASM_DECLARE_COLD_FUNCTION_SIZE
31973         instead of ASM_DECLARE_FUNCTION_SIZE for cold partition size.
31975 2015-04-30  Marek Polacek  <polacek@redhat.com>
31977         * varasm.c (handle_cache_entry): Fix logic.
31979 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31981         * config/aarch64/aarch64.md (*extr<mode>5_insn_alt): New pattern.
31982         (*extrsi5_insn_uxtw_alt): Likewise.
31983         * config/aarch64/aarch64.c (aarch64_extr_rtx_p): New function.
31984         (aarch64_rtx_costs, IOR case): Use above to properly cost extr
31985         operations.
31987 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31989         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle pattern for
31990         fabd in ABS case.
31992 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
31994         * config/aarch64/aarch64.md
31995         (*eor_one_cmpl_<SHIFT:optab><mode>3_alt): New pattern.
31996         (*eor_one_cmpl_<SHIFT:optab>sidi3_alt_ze): Likewise.
31997         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle MVN-shift
31998         appropriately.  Handle alternative EON form.
32000 2015-04-30  Renlin Li  <renlin.li@arm.com>
32002         * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
32003         * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
32005 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
32007         PR ipa/65873
32008         * ipa-inline.c (can_inline_edge_p): It is safe to inline across
32009         -fstrict-aliasing boundaries.
32011 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32013         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Handle MNEG
32014         and [SU]MNEGL patterns.
32016 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32018         * config/aarch64/aarch64.c (aarch64_shift_p): New function.
32019         (aarch64_rtx_mult_cost): Update comment to reflect that it also handles
32020         combined arithmetic-shift ops.  Properly handle all shift and extend
32021         operations that can occur in combination with PLUS/MINUS.
32022         Rename maybe_fma to compound_p.
32023         (aarch64_rtx_costs): Use aarch64_shift_p when costing compound
32024         arithmetic and shift operations.
32026 2015-04-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32028         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use extend_arith
32029         rather than arith_shift cost when costing ADD/MINUS of an
32030         extended value.
32032 2015-04-30  Jan Hubicka  <hubicka@ucw.cz>
32034         PR lto/65948
32035         * ipa-devirt.c (odr_types_equivalent_p): NULLPTR_TYPE is equivalent
32036         to itself.
32038 2015-04-30  Richard Sandiford  <richard.sandiford@arm.com>
32040         * genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests
32041         are for the same position.
32043 2015-04-29  Aditya Kumar  <hiraditya@hotmail.com>
32045         * tree-vectorizer.c (set_uid_loop_bbs): New.  Factored out of
32046         vectorize_loops.
32047         (vectorize_loops): Use it.
32049 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
32051         * ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only
32052         for aggregate types.
32053         (register_odr_type): Be ready for MAIN_VARIANT of ODR type
32054         type to be non_ODR.
32055         * tree.c (need_assembler_name_p): Compute mangled name for
32056         non-fundamental types and integer types.
32058 2015-04-29  Mikhail Maltsev  <maltsevm@gmail.com>
32060         * dojump.c (do_compare_rtx_and_jump): Use std::swap instead of
32061         manual swaps.
32062         * expr.c (expand_expr_real_2): Likewise.
32064 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
32066         * tree.c (build_common_builtin_nodes): Do not build
32067         __builtin_alloca_with_align as equivalent of library alloca.
32069 2015-04-29  Jan Hubicka  <hubicka@ucw.cz>
32071         * dwarf2out.c (gen_type_die_with_usage): Call verify_type.
32072         * ipa-chkp.c (chkp_copy_function_type_adding_bounds): Do not produce
32073         bugus variants.
32074         * tree.c: Include print-tree.h and ipa-utils.h
32075         (free_lang_data_in_type): Clear TYPE_VFIELD leaked by C FE.
32076         (free_lang_data_in_cgraph): Call verify_type.
32077         (verify_type_variant): New function.
32078         (verify_type): New function.
32079         * tree.h (verify_type): Declare.
32081 2015-04-29  Steve Ellcey  <sellcey@imgtec.com>
32083         * config/mips/mips-cpus.def: (mips4): Change default processor
32084         from PROCESSOR_R8000 to PROCESSOR_R10000.
32086 2015-04-29  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
32088         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use
32089         la/jalr instead of jal.
32091 2015-04-29  Uros Bizjak  <ubizjak@gmail.com>
32093         PR target/65871
32094         * config/i386/i386.md (*bmi_bextr_<mode>_ccz): New pattern.
32095         (*bmi2_bzhi_<mode>3_1_ccz): Ditto.
32096         (setcc+movzbl peephole2): Check also clobbered reg.
32097         (setcc+andl peephole2): Ditto.
32099 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
32101         PR libgomp/65099
32102         * config/nvptx/mkoffload.c (target_ilp32): New variable.
32103         (main): Set it depending on "-foffload-abi=[...]".
32104         (compile_native, main): Use it to pass "-m32" or "-m64" to the
32105         compiler.
32107 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
32109         PR target/65770
32110         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>,
32111         vec_store_lanesci_lane<mode>, vec_store_lanesxi_lane<mode>):
32112         Flip lane index back at assembly time for bigendian.
32114 2015-04-29  Thomas Schwinge  <thomas@codesourcery.com>
32116         * tree.h (OMP_STANDALONE_CLAUSES): New macro.
32117         * gimplify.c (gimplify_omp_workshare): Use it.
32119 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
32121         * Makefile.in (build/genrecog.o): Depend on inchash.h.
32122         (build/genrecog$(build_exeext): Depend on build/hash-table.o and
32123         build/inchash.o
32124         * genrecog.c: Rewrite most of the code except for the third page.
32126 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
32128         * inchash.h, inchash.c: Include bconfig.h for build objects.
32129         * Makefile.in (build/inchash.o): New rule.
32131 2015-04-29  Yvan Roux  <yvan.roux@linaro.org>
32133         PR target/65924
32134         * config/arm/thumb2.md (*thumb2_addsi3_compare0_scratch): Fix operand
32135         number in type attribute expression.
32137 2015-04-29  Richard Sandiford  <richard.sandiford@arm.com>
32139         * loop-iv.c (canon_condition): Generalize to all types of integer
32140         constant.
32142 2015-04-29  Bernhard Reuther-Fischer  <aldot@gcc.gnu.org>
32144         * gimple-walk.c: Prune duplicate or unneeded includes.
32145         (walk_gimple_asm): Only call parse_input_constraint or
32146         parse_output_constraint if their findings are used.
32147         Honour parse_input_constraint and parse_output_constraint
32148         result.
32150 2015-04-29  Alan Lawrence  <alan.lawrence@arm.com>
32152         * config/arm/neon.md (vec_shl<mode>, vec_shr<mode>): Remove.
32154 2015-04-29  Tom de Vries  <tom@codesourcery.com>
32156         PR tree-optimization/65893
32157         * passes.def (pass_all_optimizations): Move pass_stdarg to after
32158         pass_dce.
32160 2015-04-29  Richard Biener  <rguenther@suse.de>
32162         * tree-vect-data-refs.c (vect_analyze_group_access): Properly
32163         compute GROUP_SIZE for basic-block SLP.
32164         * tree-vect-slp.c (vect_get_place_in_interleaving_chain): Properly
32165         take into account gaps.
32166         (vect_get_mask_element): Properly reject references to previous
32167         vectors.
32168         (vect_transform_slp_perm_load): Likewise.
32170 2015-04-29  Christian Bruel  <christian.bruel@st.com>
32172         PR target/64835
32173         * config/i386/i386.c (ix86_default_align): New function.
32174         (ix86_override_options_after_change): Call ix86_default_align.
32175         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): New hook.
32176         (ix86_override_options_after_change): New function.
32178 2015-04-28  Jeff Law  <law@redhat.com>
32180         * tree-ssa-dom.c (record_equality); Fix comment typos.
32182 2015-04-28  Tom de Vries  <tom@codesourcery.com>
32184         PR tree-optimization/65887
32185         * gimplify.c (gimplify_modify_expr): Remove ifn_va_arg ap fixup.
32187 2015-04-28  Sandra Loosemore  <sandra@codesourcery.com>
32189         * doc/extend.texi (Declaring Attributes of Functions): Split into
32190         subsections by target.  Alphabetize the table of common attributes.
32191         Rewrite some of the introductory text to reflect the new structure.
32192         Update some cross-references to point to the new subsections.
32193         (Attribute Syntax): Put paragraph about "__" naming here.  Remove
32194         duplicate copies in the discussion of function, label, and type
32195         attributes.
32197 2015-04-28  Dominique d'Humieres  <dominiq@lps.ens.fr>
32199         PR bootstrap/65910
32200         * varasm.c (assemble_end_function): Guard ASM_DECLARE_FUNCTION_SIZE.
32202 2015-04-28  Jason Merrill  <jason@redhat.com>
32204         PR c++/65734
32205         * stor-layout.c (layout_type): Layout the TYPE_MAIN_VARIANT.
32206         (finalize_type_size): Respect TYPE_USER_ALIGN.
32207         (layout_type) [ARRAY_TYPE]: Likewise.
32209 2015-04-28  Yvan Roux  <yvan.roux@linaro.org>
32211         * config/arm/arm.md (*arm_movt): Fix type attribute.
32212         (*cmpsi_shiftsi): Likewise.
32213         (*cmpsi_shiftsi_swp): Likewise.
32214         (*movsicc_insn): Likewise.
32215         (*cond_move): Likewise.
32216         (*if_plus_move): Likewise.
32217         (*if_move_plus): Likewise.
32218         (*if_arith_move): Likewise.
32219         (*if_move_arith): Likewise.
32220         (*if_shift_move): Likewise.
32221         (*if_move_shift): Likewise.
32222         (*arm_movtas_ze): Likewise.
32223         * config/arm/thumb2.md (*thumb2_movsicc_insn): Fix alternative
32224         redundancy and type attribute.
32225         (*thumb2_movsi_insn): Fix type attribute.
32226         (*thumb2_addsi_short): Likewise.
32227         (thumb2_addsi3_compare0): Likewise.
32228         (*thumb2_addsi3_compare0_scratch): Merge alternatives and fix
32229         attributes accordingly.
32231 2015-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
32233         PR other/65911
32234         * function.c (pad_to_arg_alignment): Add parentheses.
32236 2015-04-28  Uros Bizjak  <ubizjak@gmail.com>
32238         * config/frv/frv.h (CRT_GET_RFIB_DATA): Move definition to
32239         libgcc/config/frv/elf-lib.h.
32241 2015-04-28  Tom de Vries  <tom@codesourcery.com>
32243         * tree-call-cdce.c: Fix example in header comment.
32245 2015-04-28  Richard Biener  <rguenther@suse.de>
32247         PR tree-optimization/62283
32248         * tree-vect-slp.c (vect_build_slp_tree): When the SLP build
32249         fails fatally and we are vectorizing a basic-block simply
32250         cause the child to be constructed piecewise.
32251         (vect_analyze_slp_cost_1): Adjust.
32252         (vect_detect_hybrid_slp_stmts): Likewise.
32253         (vect_bb_slp_scalar_cost): Likewise.
32254         (vect_get_constant_vectors): For piecewise constructed
32255         constants place them after the last def.
32256         (vect_get_slp_defs): Adjust.
32257         * tree-vect-stmts.c (vect_is_simple_use): Detect in-BB
32258         externals for basic-block vectorization.
32260 2015-04-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
32262         PR target/63503
32263         * config.gcc: Add cortex-a57-fma-steering.o to extra_objs for
32264         aarch64-*-*.
32265         * config/aarch64/t-aarch64: Add a rule for cortex-a57-fma-steering.o.
32266         * config/aarch64/aarch64.h (AARCH64_FL_USE_FMA_STEERING_PASS): Define.
32267         (AARCH64_TUNE_FMA_STEERING): Likewise.
32268         * config/aarch64/aarch64-cores.def: Set
32269         AARCH64_FL_USE_FMA_STEERING_PASS for cores with dynamic steering of
32270         FMUL/FMADD instructions.
32271         * config/aarch64/aarch64.c (aarch64_register_fma_steering): Declare.
32272         (aarch64_override_options): Include cortex-a57-fma-steering.h.  Call
32273         aarch64_register_fma_steering () if AARCH64_TUNE_FMA_STEERING is true.
32274         * config/aarch64/cortex-a57-fma-steering.h: New file.
32275         * config/aarch64/cortex-a57-fma-steering.c: Likewise.
32277 2015-04-28  Richard Sandiford  <richard.sandiford@arm.com>
32279         * gensupport.c (std_preds): Add missing codes to address_operand entry.
32281 2015-04-28  Richard Biener  <rguenther@suse.de>
32283         PR tree-optimization/65851
32284         * tree-ssa-ccp.c (set_lattice_value): Perform a meet when
32285         changing CONSTANT to CONSTANT non-copy.  Get new_val by reference.
32286         (ccp_lattice_meet): Remove stray argument.  Use operand_equal_p
32287         rather than simple_cst_equal as the latter doesn't handle COMPLEX_CST.
32288         (ccp_visit_phi_node): Adjust.
32289         (evaluate_stmt): For simplifications to SSA names return its
32290         lattice value if that isn't VARYING.  Return immediately when
32291         simplified to a constant.
32292         (visit_assignment): Adjust.
32293         (ccp_visit_stmt): Likewise.
32295 2015-04-28  Tom de Vries  <tom@codesourcery.com>
32297         PR tree-optimization/65818
32298         * tree-stdarg.c (expand_ifn_va_arg_1): Ensure that side-effects are
32299         evaluated.
32301 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32303         * calls.c (save_fixed_argument_area): Don't check
32304         ARGS_GROW_DOWNWARD with the preprocessor.
32305         (restore_fixed_argument_area): Likewise.
32306         (mem_overlaps_already_clobbered_arg_p): Likewise.
32307         (check_sibcall_argument_overlap): Likewise.
32308         (expand_call): Likewise.
32309         (emit_library_call_value_1): Likewise.
32310         (store_one_arg): Likewise.
32311         * function.c (assign_parms): Likewise.
32312         (locate_and_pad_parm): Likewise.
32313         (pad_to_arg_alignment): Likewise.
32314         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
32316 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32318         * config/pa/pa.h (ARGS_GROW_DOWNWARD): Define to 1.
32319         * defaults.h (ARGS_GROW_DOWNWARD): Define it to 0 by default.
32320         * calls.c (save_fixed_argument_area): Don't chekc if
32321         ARGS_GROW_DOWNWARD is defined.
32322         (restore_fixed_argument_area): Likewise.
32323         (mem_overlaps_already_clobbered_arg_p): Likewise.
32324         (check_sibcall_argument_overlap): Likewise.
32325         (expand_call): Likewise.
32326         (emit_library_call_value_1): Likewise.
32327         (store_one_arg): Likewise.
32328         * function.c (assign_parms): Likewise.
32329         (locate_and_pad_parm): Likewise.
32330         (pad_to_arg_alignment): Likewise.
32331         * targhooks.c (std_gimplify_va_arg_expr): Likewise.
32333 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32335         * defaults.h (gen_epilogue): New function.
32336         * alias.c (init_alias_analysis): don't check if HAVE_epilogue is
32337         defined.
32338         * cfgrtl.c (cfg_layout_finalize): Likewise.
32339         * df-scan.c: Likewise.
32340         * function.c (thread_prologue_and_epilogue_insns): Likewise.
32341         (reposition_prologue_and_epilogue_notes): Likewise.
32342         * reorg.c (find_end_label): Likewise.
32343         * toplev.c: Likewise.
32345 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32347         * bb-reorder.c (HAVE_return): Don't check if its undefined.
32348         * defaults.h (gen_simple_return): New function.
32349         (gen_simple_return): Likewise.
32350         (HAVE_return): Add default definition to false.
32351         (HAVE_simple_return): Likewise.
32352         * cfgrtl.c (force_nonfallthru_and_redirect): Remove checks if
32353         HAVE_return and HAVE_simple_return are defined.
32354         * function.c (gen_return_pattern): Likewise.
32355         (convert_jumps_to_returns): Likewise.
32356         (thread_prologue_and_epilogue_insns): Likewise.
32357         * reorg.c (find_end_label): Likewise.
32358         (dbr_schedule): Likewise.
32359         * shrink-wrap.c: Likewise.
32360         * shrink-wrap.h: Likewise.
32362 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32364         * defaults.h (EPILOGUE_USES): Add default definition of false.
32365         * df-scan.c (EPILOGUE_USES): Remove check if its undefined.
32366         * resource.c (init_resource_info): Likewise.
32368 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32370         * defaults.h (PCC_BITFIELD_TYPE_MATTERS): Add default definition
32371         to false.
32372         * dwarf2out.c (field_byte_offset): REmove check if
32373         PCC_BITFIELD_TYPE_MATTERS is defined.
32374         * stor-layout.c (layout_decl): Likewise.
32375         (update_alignment_for_field): Likewise.
32376         (place_field): Likewise.
32378 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32380         * defaults.h (HARD_REGNO_RENAME_OK): Add default definition to
32381         true.
32382         * regrename.c (check_new_reg_p): Remove check if
32383         HARD_REGNO_RENAME_OK is defined.
32384         * sel-sched.c (sel_hard_regno_rename_ok): Likewise.
32386 2015-04-27  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
32388         * calls.c (prepare_call_address): Remove ifdef NO_FUNCTION_CSE.
32389         * cse.c (fold_rtx): Likewise.
32390         * config/alpha/alpha.h (NO_FUNCTION_CSE): Define to 1.
32391         * config/arc/arc.h (NO_FUNCTION_CSE): Likewise.
32392         * config/avr/avr.h (NO_FUNCTION_CSE): Likewise.
32393         * config/cr16/cr16.h (NO_FUNCTION_CSE): Likewise.
32394         * config/epiphany/epiphany.h (NO_FUNCTION_CSE): Likewise.
32395         * config/frv/frv.h (NO_FUNCTION_CSE): Likewise.
32396         * config/h8300/h8300.h (NO_FUNCTION_CSE): Likewise.
32397         * config/i386/i386.h (NO_FUNCTION_CSE): Likewise.
32398         * config/ia64/ia64.h (NO_FUNCTION_CSE): Likewise.
32399         * config/lm32/lm32.h (enum reg_class) (NO_FUNCTION_CSE):
32400         * Likewise.
32401         * config/m32r/m32r.h (NO_FUNCTION_CSE): Likewise.
32402         * config/mep/mep.h (NO_FUNCTION_CSE): Likewise.
32403         * config/mn10300/mn10300.h (NO_FUNCTION_CSE): Likewise.
32404         * config/nds32/nds32.h (NO_FUNCTION_CSE): Likewise.
32405         * config/nios2/nios2.h (NO_FUNCTION_CSE): Likewise.
32406         * config/pa/pa.h (NO_FUNCTION_CSE): Likewise.
32407         * config/rs6000/rs6000.h (NO_FUNCTION_CSE): Likewise.
32408         * config/s390/s390.h (NO_FUNCTION_CSE): Likewise.
32409         * config/sparc/sparc.h (NO_FUNCTION_CSE): Likewise.
32410         * config/spu/spu.h (NO_FUNCTION_CSE): Likewise.
32411         * config/stormy16/stormy16.h (NO_FUNCTION_CSE): Likewise.
32412         * config/v850/v850.h (NO_FUNCTION_CSE): Likewise.
32413         * defaults.h (NO_FUNCTION_CSE): Provide default definition to 0.
32414         * doc/tm.texi: Regenerate.
32415         * doc/tm.texi.in: Document NO_FUNCTION_CSE is always defined to
32416         either true or false.
32418 2015-04-27  Jeff Law  <law@redhat.com>
32420         PR tree-optimization/65217
32421         * tree-ssa-dom.c (record_equality): Given two SSA_NAMEs, if just one
32422         of them has a single use, make sure it is the LHS of the implied
32423         copy.
32425 2015-04-28  Alan Modra  <amodra@gmail.com>
32427         PR target/65810
32428         * config/rs6000/rs6000.c (POWERPC64_TOC_POINTER_ALIGNMENT): Define.
32429         (offsettable_ok_by_alignment): Use minimum of decl and toc
32430         pointer alignment.  Replace dead code with assertion.
32431         (use_toc_relative_ref): Add mode arg.  Return false in -mcmodel=medium
32432         case if size exceeds toc pointer alignment.
32433         (rs6000_legitimize_reload_address): Update use_toc_relative_ref call.
32434         (rs6000_emit_move): Likewise.
32435         * configure.ac: Add linker toc pointer alignment check.
32436         * configure: Regenerate.
32437         * config.in: Regenerate.
32439 2015-04-27  Yoshinori Sato <ysato@users.sourceforge.jp>
32441         * config.gcc: Add h8300-*-linux.
32442         * config/h8300/linux.h: New.
32443         * config/h8300/t-linux: New.
32444         * config/h8300/h8300.c (h8300_option_override): Normal mode
32445         is not supported for h8300-*-linux.
32446         (h8300_file_start): Target priority change.
32447         (get_shift_alg): Likewise.
32448         (h8300_shift_need_scratch_p): Likewise.
32449         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Likewise.
32450         * config/h8300/h8300.md (define_peephole2): Remove duplicate condition.
32452 2015-04-27  Caroline Tice  <cmtice@google.com>
32454         * final.c (final_scan_insn):  Output cold_function_name as function
32455         type.
32456         * varasm.c (cold_function_name):  Make global.
32457         (assemble_start_function):  Re-set cold_function_name.
32458         (assemble_end_function): Output cold partition size.
32459         * varasm.h (cold_function_name):  Declare global.
32461 2015-04-27  Ilya Tocar  <ilya.tocar@intel.com>
32463         * config/i386/i386.h (EXT_REX_SSE_REG_P): New.
32464         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed): Use "v"
32465         constraint.
32466         (*movxi_internal_avx512f): Ditto.
32467         (define_split): Check for xmm16+, when splitting scalar float_extend.
32468         (*extendsfdf2_mixed): Use "v" constraint.
32469         (define_split): Check for xmm16+, when splitting scalar float_truncate.
32470         (*truncdfsf_fast_sse): Use "v" constraint.
32471         (fix_trunc<MODEF:mode><SWI48:mode>_sse): Ditto.
32472         (*float<SWI48:mode><MODEF:mode>2_sse): Ditto.
32473         (define_peephole2): Check for xmm16+, when converting scalar
32474         float_truncate.
32475         (define_peephole2): Check for xmm16+, when converting scalar
32476         float_extend.
32477         (*fop_<mode>_comm_mixed): Use "v" constraint.
32478         (*fop_<mode>_comm_sse): Ditto.
32479         (*fop_<mode>_1_mixed): Ditto.
32480         (*sqrt<mode>2_sse): Ditto.
32481         (*ieee_s<ieee_maxmin><mode>3): Ditto.
32483 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32485         * combine.c (simplify_if_then_else): Use std::swap instead
32486         of manually swapping.
32487         (known_cond): Likewise.
32488         (simplify_comparison): Likewise.
32490 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
32492         PR target/64579
32493         * config/rs6000/htm.md: Remove all define_expands.
32494         (UNSPECV_HTM_TABORTDC, UNSPECV_HTM_TABORTDCI, UNSPECV_HTM_TABORTWC,
32495         UNSPECV_HTM_TABORTWCI): Remove.
32496         (UNSPECV_HTM_TABORTXC, UNSPECV_HTM_TABORTXCI, UNSPECV_HTM_TTEST): New.
32497         (tabort_internal, tbegin_internal, tcheck_internal, tend_internal,
32498         trechkpt_internal, treclaim_internal, tsr_internal): Rename from this...
32499         (tabort, tbegin, tcheck, tend, trechkpt, treclaim, tsr): ...to this.
32500         (tabortdc_internal, tabortdci_internal, tabortwc_internal,
32501         tabortwci_internal): Remove define_insns.
32502         (tabort<wd>c, tabort<wd>ci): New define_insns.
32503         (tabort): Use gpc_reg_operand.
32504         (tcheck): Remove operand.
32505         (htm_mfspr_<mode>, htm_mtspr_<mode>): Use GPR mode macro.
32506         * config/rs6000/htmxlintrin.h (__TM_end): Use _HTM_TRANSACTIONAL as
32507         expected value.
32508         * config/rs6000/rs6000-builtin.def (BU_HTM_SPR0): Remove.
32509         (BU_HTM_SPR1): Rename to BU_HTM_V1.  Remove use of RS6000_BTC_SPR.
32510         (tabort, tabortdc, tabortdci, tabortwc, tabortwci, tbegin,
32511         tcheck, tend, tendall, trechkpt, treclaim, tresume, tsuspend,
32512         tsr, ttest): Pass in the RS6000_BTC_CR attribute.
32513         (get_tfhar, set_tfhar, get_tfiar, set_tfiar, get_texasr, set_texasr,
32514         get_texasru, set_texasru): Pass in the RS6000_BTC_SPR attribute.
32515         (tcheck): Remove builtin argument.
32516         * config/rs6000/rs6000.c (rs6000_htm_spr_icode): Use TARGET_POWERPC64
32517         not TARGET_64BIT.
32518         (htm_expand_builtin): Fix usage of expandedp.  Disallow usage of the
32519         tabortdc and tabortdci builtins when not in 64-bit mode.
32520         Modify code to handle the loss of the HTM define_expands.
32521         Emit code to copy the CR register to TARGET.
32522         (htm_init_builtins): Modify code to handle the loss of the HTM
32523         define_expands.
32524         * config/rs6000/rs6000.h (RS6000_BTC_32BIT): Delete.
32525         (RS6000_BTC_64BIT): Likewise.
32526         (RS6000_BTC_CR): New macro.
32527         * doc/extend.texi: Update documentation for htm builtins.
32529 2015-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32531         * simplify-rtx.c (simplify_gen_binary): Use std::swap instead
32532         of manually swapping.
32533         (simplify_associative_operation): Likewise.
32534         (simplify_binary_operation): Likewise.
32535         (simplify_plus_minus): Likewise.
32536         (simplify_relational_operation): Likewise.
32537         (simplify_ternary_operation): Likewise.
32539 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
32541         * config/stormy16/predicates.md (xs_hi_general_operand): Delete.
32542         (xs_hi_nonmemory_operand): Remove error.
32543         * config/stormy16/stormy16.md (movhi, movhi_internal): Use
32544         general_operand rather than xs_hi_general_operand.
32546 2015-04-27  Richard Biener  <rguenther@suse.de>
32548         * tree-ssa-dom.c (record_equivalences_from_phis): Valueize PHI arg.
32549         (record_equivalences_from_stmt): Valueize rhs.
32550         (record_equality): Canonicalize x and y order via
32551         tree_swap_operands_p.  Do not swap operands for same loop depth.
32553 2015-04-27  Georg-Johann Lay  <avr@gjlay.de>
32555         PR target/65296
32556         PR target/65895
32557         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Close file.
32558         Add hint how to use own spec file.
32560 2015-04-27  Jakub Jelinek  <jakub@redhat.com>
32562         PR tree-optimization/65875
32563         * tree-vrp.c (update_value_range): If in is_new case setting
32564         old_vr to VR_VARYING, also set new_vr to it.  Remove
32565         old_vr->type == VR_VARYING test.
32566         (vrp_visit_phi_node): Return SSA_PROP_VARYING instead of
32567         SSA_PROP_INTERESTING if update_value_range returned true,
32568         but new range is VR_VARYING.
32570 2015-04-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
32572         * combine.c (sign_extend_short_imm): New.
32573         (set_nonzero_bits_and_sign_copies): Use above new function for sign
32574         extension of src short immediate.
32575         (reg_nonzero_bits_for_combine): Likewise for tem.
32577 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
32579         * stor-layout.c (self_referential_component_ref_p): New predicate.
32580         (copy_self_referential_tree_r): Use it.
32581         (self_referential_size): Punt for simple operations directly involving
32582         self-referential component references.
32583         * tree-cfg.c (dump_function_to_file): Add missing final curly bracket.
32585 2015-04-27  Eric Botcazou  <ebotcazou@adacore.com>
32587         * ipa-icf.c (icf_handled_component_p): Remove redundant tests.
32589 2015-04-27  Richard Sandiford  <richard.sandiford@arm.com>
32591         * vec.h (vec): Make splice arguments const.  Update definitions
32592         accordingly.
32594 2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
32596         * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
32597         alternatives.
32599 2015-04-26  Tom de Vries  <tom@codesourcery.com>
32601         PR tree-optimization/65826
32602         * internal-fn.def: Mark VA_ARG with ECF_LEAF.
32604 2015-04-24  Steve Ellcey  <sellcey@imgtec.com>
32606         * config/mips/mips.md: (*madd4<mode>) Remove accum_in attribute.
32607         (*madd3<mode>): Ditto.
32608         (*msub4<mode>): Ditto.
32609         (*msub3<mode>): Ditto.
32610         (*nmadd4<mode>): Ditto.
32611         (*nmadd3<mode>): Ditto.
32612         (*nmadd4<mode>_fastmath): Ditto.
32613         (*nmadd3<mode>_fastmath): Ditto.
32614         (*nmsub4<mode>): Ditto.
32615         (*nmsub3<mode>): Ditto.
32616         (*nmsub4<mode>_fastmath): Ditto.
32617         (*nmsub3<mode>_fastmath): Ditto.
32619 2015-04-24  Jason Merrill  <jason@redhat.com>
32621         PR c++/50800
32622         * tree.c (build_reference_type_for_mode): Don't pass can_alias_all
32623         down when building TYPE_CANONICAL.
32624         (build_pointer_type_for_mode): Likewise.
32626 2015-04-24  Chen Gang  <gang.chen.5i5j@gmail.com>
32628         * genrecog.c (validate_pattern): Check matching constraint refers
32629         to a lower numbered operand.
32631 2015-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
32633         PR target/65849
32634         * config/rs6000/rs6000.opt (-mvsx-align-128): Make options that
32635         save to independent variables use the Save attribute.  This will
32636         allow these options to be modified with the #pragma/attribute
32637         target support.
32638         (-mallow-movmisalign): Likewise.
32639         (-mallow-df-permute): Likewise.
32640         (-msched-groups): Likewise.
32641         (-malways-hint): Likewise.
32642         (-malign-branch-targets): Likewise.
32643         (-mvectorize-builtins): Likewise.
32644         (-msave-toc-indirect): Likewise.
32646         * config/rs6000/rs6000.c (rs6000_opt_masks): Add more options that
32647         can be set via the #pragma/attribute target support.
32648         (rs6000_opt_vars): Likewise.
32649         (rs6000_inner_target_options): If VSX was set, also set
32650         -mno-avoid-indexed-addresses.
32652 2015-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32654         * config/arm/iterators.md (shiftable_ops): Rename to...
32655         (SHIFTABLE_OPS): ... This.  Update use in comments.
32656         (ior_xor): Rename to...
32657         (IOR_XOR): ... This.
32658         (vqh_ops): Rename to...
32659         (VQH_OPS): ... This.
32660         (vqhs_ops): Rename to...
32661         (VQHS_OPS): ... This.
32662         (rshifts): Rename to...
32663         (RSHIFTS): ... This.
32664         (returns): Rename to...
32665         (RETURNS): ... This.
32666         * config/arm/arm.md: Update uses of the above.
32667         * config/arm/neon.md: Likewise.
32669 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32671         * config.host (case ${host}): Add aarch64*-*-linux case.
32672         * config/aarch64/aarch64-cores.def: Add IMPLEMENTER_ID and PART_NUMBER
32673         fields to all the cores.
32674         * config/aarch64/aarch64-elf.h (DRIVER_SELF_SPECS):
32675         Add MCPU_MTUNE_NATIVE_SPECS.
32676         * config/aarch64/aarch64-option-extensions.def: Add FEATURE_STRING
32677         field to all extensions.
32678         * config/aarch64/aarch64-opts.h: Adjust definition of AARCH64_CORE.
32679         * config/aarch64/aarch64.c: Adjust definition of AARCH64_CORE.
32680         Adjust definition of AARCH64_OPT_EXTENSION.
32681         * config/aarch64/aarch64.h: Adjust definition of AARCH64_CORE.
32682         (MCPU_MTUNE_NATIVE_SPECS): Define.
32683         * config/aarch64/driver-aarch64.c: New file.
32684         * config/aarch64/x-arch64: New file.
32685         * doc/invoke.texi (AArch64 Options): Document native value for -mcpu,
32686         -mtune and -march.
32688 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
32689             Wei Mi  <wmi@google.com>
32691         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple): New.
32692         * config/i386/i386.c (extract_base_offset_in_addr): New function.
32693         (ix86_operands_ok_for_move_multiple): Ditto.
32694         * config/i386/sse.md (movsd/movhpd to movupd peephole2): New pattern.
32695         (movlpd/movhpd to movupd peephole2): Ditto.
32697 2015-04-24  Marek Polacek  <polacek@redhat.com>
32699         PR c/61534
32700         * input.h (from_macro_expansion_at): Define.
32702         PR c/63357
32703         * doc/invoke.texi: Update description of -Wlogical-op.
32705 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
32707         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix
32708         ternary operator in fprintf and harmonize spacing.
32710 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
32712         * config/i386/sse.md (*vec_widen_smult_even_v8si<mask_name>):
32713         Mark operand1 commutative.
32715 2015-04-24  Uros Bizjak  <ubizjak@gmail.com>
32717         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Do not allow both
32718         input operands in memory.
32719         (*vec_concatv2si_sse4_1): Ditto.
32720         (*vec_concatv2df): Ditto, except for SSE3 and equal input operands.
32721         (vec_extract_lo_<mode><mask_name>): Change operand 1 predicate to
32722         register_operand.
32723         (vec_extract_hi_v32hi): Ditto.
32724         (vec_extract_hi_v64hi): Ditto.
32725         (<mask_codefor>avx512f_unpckhpd512<mask_name>): Ditto.
32727 2015-04-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
32728             Steven Bosscher <steven@gcc.gnu.org>
32730         PR rtl-optimization/34503
32731         * cprop.c (cprop_reg_p): New.
32732         (hash_scan_set): Use above function to check if register can be
32733         propagated.
32734         (find_avail_set): Return up to two sets, one whose source is a
32735         register and one whose source is a constant.  Sets are returned in an
32736         array passed as parameter rather than as a return value.
32737         (cprop_insn): Use a do while loop rather than a goto.  Try each of the
32738         sets returned by find_avail_set, starting with the one whose source is
32739         a constant. Use cprop_reg_p to check if register can be propagated.
32740         (do_local_cprop): Use cprop_reg_p to check if register can be
32741         propagated.
32742         (implicit_set_cond_p): Likewise.
32744 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
32746         * ipa-icf.c (sem_function::equals_wpa): Compare thunk info.
32747         (sem_function::equals): IGNORED_NODES parameter is now unused;
32748         update call of equals_private.
32749         (sem_function::equals_private): Do not call equals_wpa; skip
32750         gimple body matching if there is no body.
32751         (sem_function::init): Add logic to hash tthunk info.
32752         (sem_function::parse): Also parse thunks.
32753         * ipa-icf.h (equals_private): Update declaration.
32755 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32757         * config/rs6000/altivec.md (*altivec_lvx_<mode>_internal): Remove
32758         asterisk from name so this can be generated directly.
32759         (*altivec_stvx_<mode>_internal): Likewise.
32760         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_store): Add assert
32761         that this is never called during or after reload/lra.
32762         (rs6000_frame_related): Remove split_reg
32763         argument and logic that references it.
32764         (emit_frame_save): Remove last parameter from call to
32765         rs6000_frame_related.
32766         (rs6000_emit_prologue): Remove last parameter from eight calls to
32767         rs6000_frame_related.  Force generation of stvx instruction for
32768         Altivec register saves.  Remove split_reg handling, which is no
32769         longer needed.
32770         (rs6000_emit_epilogue):  Force generation of lvx instruction for
32771         Altivec register restores.
32773 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32775         * config/rs6000/rs6000.opt (mcrypto): Change option description to
32776         match category changes in ISA 2.07B.
32778 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32780         * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code
32781         iterators.
32782         (cmp_op, cmp_type): New code attributes.
32783         (NEON_VCMP, NEON_VACMP): New int iterators.
32784         (cmp_op_unsp): New int attribute.
32785         * config/arm/neon.md (neon_vc<cmp_op><mode>): New define_expand.
32786         (neon_vceq<mode>): Delete.
32787         (neon_vc<cmp_op><mode>_insn): New pattern.
32788         (neon_vc<cmp_op_unsp><mode>_insn_unspec): Likewise.
32789         (neon_vcgeu<mode>): Delete.
32790         (neon_vcle<mode>): Likewise.
32791         (neon_vclt<mode>: Likewise.
32792         (neon_vcage<mode>): Likewise.
32793         (neon_vcagt<mode>): Likewise.
32794         (neon_vca<cmp_op><mode>): New define_expand.
32795         (neon_vca<cmp_op><mode>_insn): New pattern.
32796         (neon_vca<cmp_op_unsp><mode>_insn_unspec): Likewise.
32798 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
32800         * tree.h (attribute_value_equal): Declare.
32801         * tree.c (attribute_value_equal): Export.
32803 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
32805         * ipa-icf.c (sem_item::compare_attributes): New function.
32806         (sem_item::compare_referenced_symbol_properties): Compare variable
32807         attributes.
32808         (sem_item::hash_referenced_symbol_properties): Record DECL_ALIGN.
32809         (sem_function::param_used_p): New function.
32810         (sem_function::equals_wpa): Fix attribute comparsion; match
32811         parameter type codes; do not compare paremter flags when
32812         they are not used; compare edge flags; compare indirect calls.
32813         (sem_item::update_hash_by_addr_refs): Hash reference type.
32814         (sem_function::equals_private): Do not match DECL_ATTRIBUTES.
32815         (sem_variable::equals_wpa): Do not match DECL_ALIGN; match
32816         reference use type.
32817         (sem_item_optimizer::update_hash_by_addr_refs): Use param_used_p.
32818         * ipa-icf.h (compare_attributes, param_used_p): Declare.
32820 2015-04-23  Jan Hubicka  <hubicka@ucw.cz>
32822         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection):
32823         cleanup.
32824         (sem_function::get_hash): Do not hash DECL_DISREGARD_INLINE_LIMITS,
32825         DECL_DECLARED_INLINE_P and DECL_IS_OPERATOR_NEW.
32826         (sem_item::compare_referenced_symbol_properties): New.
32827         (sem_item::hash_referenced_symbol_properties): New.
32828         (sem_item::compare_cgraph_references): Rename to ...
32829         (sem_item::compare_symbol_references): ... this one; use
32830         compare_referenced_symbol_properties.
32831         (sem_function::equals_wpa): Do not compare
32832         DECL_DISREGARD_INLINE_LIMITS, DECL_DECLARED_INLINE_P,
32833         DECL_IS_OPERATOR_NEW; compare pointer sizes.
32834         (sem_item::update_hash_by_addr_refs): Call
32835         hash_referenced_symbol_properties.
32836         (sem_item::update_hash_by_local_refs): Cleanup.
32837         (sem_function::merge): Do not mix up symbol properties.
32838         (sem_variable::equals_wpa): Use compare_symbol_references.
32839         * ipa-icf.h (sem_item::compare_referenced_symbol_properties): New.
32840         (sem_item::hash_referenced_symbol_properties): New.
32841         (sem_item::compare_symbol_references): New.
32842         (sem_item::compare_cgraph_references): Remove.
32844 2015-04-23  Kwok Cheung Yeung  <kcy@codesourcery.com>
32846         PR target/26702
32847         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL):
32848         Emit size of local.
32850 2015-04-23  Nick Clifton  <nickc@redhat.com>
32852         * config/rl78/rl78.c (rl78_preferred_reload_class): Add
32853         ATTRIBUTE_UNUSED to x parameter.
32854         * config/rl78/rl78-opts.h (enum rl78_mul_types): Remove unused MUL_RL78.
32856 2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32858         * config/rs6000/crypto.md (crypto_vpmsum<CR_char>): Change
32859         TARGET_CRYPTO to TARGET_P8_VECTOR>
32860         (crypto_vpermxor_<mode>): Likewise.
32861         * config/rs6000/rs6000-builtin.def (BU_CRYPTO_2A): New #define.
32862         (BU_CRYPTO_3A): Likewise.
32863         (BU_CRYPTO_OVERLOAD_2A): Rename from BU_CRYPTO_OVERLOAD_2.
32864         (BU_CRYPTO_OVERLOAD_3A): New #define.
32865         (VPMSUMB): Change from BU_CRYPTO_2 to BU_CRYPTO_2A.
32866         (VPMSUMH): Likewise.
32867         (VPMSUMW): Likewise.
32868         (VPMSUMD): Likewise.
32869         (VPERMXOR_V2DI): Change from BU_CRYPTO_3 to BU_CRYPTO_3A.
32870         (VPERMXOR_V4SI): Likewise.
32871         (VPERMXOR_V8HI): Likewise.
32872         (VPERMXOR_V16QI): Likewise.
32873         (VPMSUM): Change from BU_CRYPTO_OVERLOAD_2 to
32874         BU_CRYPTO_OVERLOAD_2A.
32875         (VPERMXOR): Change from BU_CRYPTO_OVERLOAD3 to
32876         BU_CRYPTO_OVERLOAD_3A.
32877         * config/rs6000/rs6000.opt (mcrypto): Change description of
32878         option.
32880 2015-04-23  Richard Biener  <rguenther@suse.de>
32882         * passes.def: Remove copy propagation passes run directly after CCP.
32883         * tree-ssa-ccp.c (get_value_for_expr): Fall back to a COPY for
32884         SSA names.
32885         (ccp_visit_phi_node): Rework to handle first executable edge
32886         specially.
32888 2015-04-23  Matthew Wahab  <matthew.wahab@arm.com>
32890         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
32891         (ARM_LEGITIMIZE_RELOAD_ADDRESS): Remove.
32892         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Remove.
32893         * config/arm/arm.c (arm_legimitimize_reload_address): Remove.
32894         (thumb_legimitimize_reload_address): Remove.
32895         * config/arm/arm-protos.h (arm_legimitimize_reload_address):
32896         Remove.
32897         (thumb_legimitimize_reload_address): Remove.
32899 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32901         * conditions.h (CC_STATUS_INIT): Gate on #ifndef CC_STATUS_INIT.
32903 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32905         * config/arm/arm.md (load_multiple): Reject operand 2 greater than
32906         MAX_LDM_STM_OPS.
32907         (store_multiple): Likewise.
32909 2015-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32911         * config/arm/arm-protos.h (struct tune_params): Add issue_rate field.
32912         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune,
32913         arm_strongarm_tune, arm_xscale_tune, arm_9e_tune, arm_v6t2_tune,
32914         arm_cortex_tune, arm_cortex_a8_tune, arm_cortex_a7_tune,
32915         arm_cortex_a15_tune, arm_cortex_a53_tune, arm_cortex_a57_tune,
32916         arm_cortex_a9_tune, arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune,
32917         arm_fa726te_tune arm_cortex_a5_tune, arm_xgene1_tune):
32918         Specify issue_rate value.
32919         (arm_issue_rate): Look up issue rate from tuning structs. Remove
32920         large switch statement.
32921         (arm_marvell_pj4_tune): New struct.
32922         * config/arm/arm-cores.def (marvell-pj4): Use arm_marvell_pj4_tune
32923         struct.
32925 2015-04-23  Richard Biener  <rguenther@suse.de>
32927         * tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.
32928         (vect_find_last_store_in_slp_instance): Rename to ...
32929         (vect_find_last_scalar_stmt_in_slp): ... this and generalize.
32930         (vect_analyze_slp_cost_1): Use vector_load for constant defs
32931         and vec_construct for external defs when estimating prologue cost.
32932         (vect_analyze_slp_instance): Do not init SLP_INSTANCE_FIRST_LOAD_STMT.
32933         Compute costs here only when vectorizing loops.
32934         (vect_slp_analyze_bb_1): Compute SLP cost here, after vector types
32935         have been determined.
32936         (vect_schedule_slp_instance): Simplify vectorized code placement
32937         and prepare for in-BB external defs.
32938         * tree-vectorizer.h (struct _slp_instance): Remove first_load member.
32939         (SLP_INSTANCE_FIRST_LOAD_STMT): Remove.
32940         * tree-vect-stmts.c (vect_model_store_cost): Remove PURE_SLP_STMT
32941         guard.
32942         (vect_model_load_cost): Likewise.
32943         (vectorizable_store): Instead add it here.
32944         (vectorizable_load): Likewise.
32945         (vect_is_simple_use): Dump def type textually.
32947 2015-04-23  Richard Biener  <rguenther@suse.de>
32949         * cfgexpand.c (expand_gimple_stmt_1): Use ops.code.
32950         * cfgloop.c (verify_loop_structure): Verify the root loop node.
32951         * except.c (duplicate_eh_regions): Call get_eh_region_from_lp_number_fn
32952         instead of get_eh_region_from_lp_number.
32953         * loop-init.c (fix_loop_structure): If we removed a loop, reset
32954         the SCEV cache.
32956 2015-04-23  Anton Blanchard  <anton@samba.org>
32958         * config/rs6000/rs6000.c (rs6000_output_function_prologue): No
32959         need for -mprofile-kernel to save LR to stack.
32961 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32963         * config/rs6000/rs6000.c (rtx_is_swappable_p): Commentary
32964         adjustments.
32965         (insn_is_swappable_p): Return 1 for a convert from double to
32966         single precision when all of its uses are splats of BE element
32967         zero.
32969 2015-04-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
32971         * ira-costs.c (record_operand_costs): Fix typo (remove redundant code).
32973 2015-04-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
32975         PR target/65456
32976         * config/rs6000/rs6000.c (rs6000_option_override_internal):  For
32977         VSX + POWER8, enable TARGET_ALLOW_MOVMISALIGN and
32978         TARGET_EFFICIENT_UNALIGNED_VSX if not selected by command line
32979         option.
32980         (rs6000_builtin_mask_for_load): Return 0 for targets with
32981         efficient unaligned VSX accesses so that the vectorizer will use
32982         direct unaligned loads.
32983         (rs6000_builtin_support_vector_misalignment): Always return true
32984         for targets with efficient unaligned VSX accesses.
32985         (rs6000_builtin_vectorization_cost): Cost of unaligned loads and
32986         stores on targets with efficient unaligned VSX accesses is almost
32987         always the same as the cost of an aligned load or store, so model
32988         it that way.
32989         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Return 0 for
32990         unaligned vectors if we have efficient unaligned VSX accesses.
32991         * config/rs6000/rs6000.opt (mefficient-unaligned-vector): New
32992         undocumented option.
32994 2015-04-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
32996         Revert:
32997         2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
32999         * config.gcc (LIBC_MUSL): New tm_defines macro.
33000         * config/linux.h (OPTION_MUSL): Define.
33001         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
33002         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
33003         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
33005         * config/linux.opt (mmusl): New option.
33006         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
33007         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
33009         * configure: Regenerate.
33011 2015-04-22  Gregor Richards  <gregor.richards@uwaterloo.ca>
33013         * config.gcc (LIBC_MUSL): New tm_defines macro.
33014         * config/linux.h (OPTION_MUSL): Define.
33015         (INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
33016         (INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
33017         (INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
33019         * config/linux.opt (mmusl): New option.
33020         * configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
33021         (gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
33023         * configure: Regenerate.
33025 2015-04-22  Yury Gribov  <y.gribov@samsung.com>
33027         * doc/invoke.texi (-fsanitize-sections): Update description.
33028         * asan.c (set_sanitized_sections): Parse incoming arg.
33029         (section_sanitized_p): Support wildcards.
33031 2015-04-22  Tom de Vries  <tom@codesourcery.com>
33033         PR tree-optimization/65823
33034         * gimplify.c (gimplify_modify_expr): Use operand_equal_p to test for
33035         equality between ap_copy and ap.
33037 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33039         PR target/47098
33040         * config/openbsd-oldgas.h (OBSD_LIB_SPEC): Add.
33042 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33044         PR target/47122
33045         * config.gcc (vax-*-openbsd*): Fix name of pthread spec header.
33047 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33049         PR target/55144
33050         * config.gcc (bfin*-linux-uclibc*): Prepend tmake_file and
33051         remove already contained t-files.
33053 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33055         * tree-tailcall.c (suitable_for_tail_opt_p, find_tail_calls):
33056         Remove unneeded forward declarations.
33057         (suitable_for_tail_call_opt_p): Commentary typo fix.
33059 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33061         * varasm.c (emit_bss): Remove redundant guard.
33063 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33065         * config/c6x/c6x.h (TARGET_CPU_CPP_BUILTINS): Add unk_isa.
33067 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
33069         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Add BFIN_CPU_UNKNOWN.
33071 2015-04-22  Hale Wang  <hale.wang@arm.com>
33072             Terry Guo  <terry.guo@arm.com>
33074         PR rtl-optimization/64818
33075         * combine.c (can_combine_p): Don't combine user-specified
33076         register if it is in an asm input.
33078 2015-04-21  Jan Hubicka  <hubicka@ucw.cz>
33080         PR ipa/65076
33081         * passes.def (early_optimizations): Add pass_dse.
33083 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33085         * defaults.h (INSN_REFERENCES_ARE_DELAYED): New definition.
33086         * reorg.c (redundant_insn): Remove ifdef
33087         INSN_REFERENCES_ARE_DELAYED.
33088         * resource.c (mark_referenced_resources): Likewise.
33090 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33092         * defaults.h (INSN_SETS_ARE_DELAYED): New definition.
33093         * reorg.c (redundant_insn): Remove ifdef INSN_SETS_ARE_DELAYED.
33094         * resource.c (mark_set_resources): Likewise.
33096 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33098         * caller-save.c (insert_one_insn): Remove ifdef HAVE_cc0.
33099         * cfgcleanup.c (flow_find_cross_jump): Likewise.
33100         (flow_find_head_matching_sequence): Likewise.
33101         (try_head_merge_bb): Likewise.
33102         * combine.c (can_combine_p): Likewise.
33103         (try_combine): Likewise.
33104         (distribute_notes): Likewise.
33105         * df-problems.c (can_move_insns_across): Likewise.
33106         * final.c (final): Likewise.
33107         * gcse.c (insert_insn_end_basic_block): Likewise.
33108         * ira.c (find_moveable_pseudos): Likewise.
33109         * reorg.c (try_merge_delay_insns): Likewise.
33110         (fill_simple_delay_slots): Likewise.
33111         (fill_slots_from_thread): Likewise.
33112         * sched-deps.c (sched_analyze_2): Likewise.
33114 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33116         * df-scan.c (df_get_entry_block_def_set): Remove #ifdef
33117         PIC_OFFSET_TABLE_REGNUM.
33119 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33121         * alias.c (init_alias_target): Remove ifdef
33122         * HARD_FRAME_POINTER_IS_FRAME_POINTER.
33123         * df-scan.c (df_insn_refs_collect): Likewise.
33124         (df_get_regular_block_artificial_uses): Likewise.
33125         (df_get_eh_block_artificial_uses): Likewise.
33126         (df_get_entry_block_def_set): Likewise.
33127         (df_get_exit_block_use_set): Likewise.
33128         * emit-rtl.c (gen_rtx_REG): Likewise.
33129         * ira.c (ira_setup_eliminable_regset): Likewise.
33130         * reginfo.c (init_reg_sets_1): Likewise.
33131         * regrename.c (rename_chains): Likewise.
33132         * reload1.c (reload): Likewise.
33133         (eliminate_regs_in_insn): Likewise.
33134         * resource.c (mark_referenced_resources): Likewise.
33135         (init_resource_info): Likewise.
33137 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33139         * defaults.h (MASK_RETURN_ADDR): New definition.
33140         * except.c (expand_builtin_extract_return_addr): Remove ifdef
33141         MASK_RETURN_ADDR.
33143 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33145         * defaults.h (RETURN_ADDR_OFFSET): New definition.
33146         * except.c (expand_builtin_extract_return_addr): Remove ifdef
33147         RETURN_ADDR_OFFSET.
33148         (expand_builtin_frob_return_addr): Likewise.
33150 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33152         * cfgrtl.c (rtl_merge_blocks): Change #if HAVE_cc0 to if (HAVE_cc0)
33153         (try_redirect_by_replacing_jump): Likewise.
33154         (rtl_tidy_fallthru_edge): Likewise.
33155         * combine.c (insn_a_feeds_b): Likewise.
33156         (find_split_point): Likewise.
33157         (simplify_set): Likewise.
33158         * cprop.c (cprop_jump): Likewise.
33159         * cse.c (cse_extended_basic_block): Likewise.
33160         * df-problems.c (can_move_insns_across): Likewise.
33161         * function.c (emit_use_return_register_into_block): Likewise.
33162         * haifa-sched.c (sched_init): Likewise.
33163         * ira.c (find_moveable_pseudos): Likewise.
33164         * loop-invariant.c (find_invariant_insn): Likewise.
33165         * lra-constraints.c (curr_insn_transform): Likewise.
33166         * postreload.c (reload_combine_recognize_const_pattern):
33167         * Likewise.
33168         * reload.c (find_reloads): Likewise.
33169         * reorg.c (delete_scheduled_jump): Likewise.
33170         (steal_delay_list_from_target): Likewise.
33171         (steal_delay_list_from_fallthrough): Likewise.
33172         (redundant_insn): Likewise.
33173         (fill_simple_delay_slots): Likewise.
33174         (fill_slots_from_thread): Likewise.
33175         (delete_computation): Likewise.
33176         * sched-rgn.c (add_branch_dependences): Likewise.
33178 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33180         * genconfig.c (main): Always define HAVE_cc0.
33181         * caller-save.c (insert_one_insn): Change ifdef HAVE_cc0 to #if
33182         HAVE_cc0.
33183         * cfgcleanup.c (flow_find_cross_jump): Likewise.
33184         (flow_find_head_matching_sequence): Likewise.
33185         (try_head_merge_bb): Likewise.
33186         * cfgrtl.c (rtl_merge_blocks): Likewise.
33187         (try_redirect_by_replacing_jump): Likewise.
33188         (rtl_tidy_fallthru_edge): Likewise.
33189         * combine.c (do_SUBST_MODE): Likewise.
33190         (insn_a_feeds_b): Likewise.
33191         (combine_instructions): Likewise.
33192         (can_combine_p): Likewise.
33193         (try_combine): Likewise.
33194         (find_split_point): Likewise.
33195         (subst): Likewise.
33196         (simplify_set): Likewise.
33197         (distribute_notes): Likewise.
33198         * cprop.c (cprop_jump): Likewise.
33199         * cse.c (cse_extended_basic_block): Likewise.
33200         * df-problems.c (can_move_insns_across): Likewise.
33201         * final.c (final): Likewise.
33202         (final_scan_insn): Likewise.
33203         * function.c (emit_use_return_register_into_block): Likewise.
33204         * gcse.c (insert_insn_end_basic_block): Likewise.
33205         * haifa-sched.c (sched_init): Likewise.
33206         * ira.c (find_moveable_pseudos): Likewise.
33207         * loop-invariant.c (find_invariant_insn): Likewise.
33208         * lra-constraints.c (curr_insn_transform): Likewise.
33209         * optabs.c (prepare_cmp_insn): Likewise.
33210         * postreload.c (reload_combine_recognize_const_pattern):
33211         * Likewise.
33212         * reload.c (find_reloads): Likewise.
33213         (find_reloads_address_1): Likewise.
33214         * reorg.c (delete_scheduled_jump): Likewise.
33215         (steal_delay_list_from_target): Likewise.
33216         (steal_delay_list_from_fallthrough): Likewise.
33217         (try_merge_delay_insns): Likewise.
33218         (redundant_insn): Likewise.
33219         (fill_simple_delay_slots): Likewise.
33220         (fill_slots_from_thread): Likewise.
33221         (delete_computation): Likewise.
33222         (relax_delay_slots): Likewise.
33223         * sched-deps.c (sched_analyze_2): Likewise.
33224         * sched-rgn.c (add_branch_dependences): Likewise.
33226 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33228         * combine.c (find_single_use): Remove HAVE_cc0 ifdef for code
33229         that is trivially ded on non cc0 targets.
33230         (simplify_set): Likewise.
33231         (mark_used_regs_combine): Likewise.
33232         * cse.c (new_basic_block): Likewise.
33233         (fold_rtx): Likewise.
33234         (cse_insn): Likewise.
33235         (cse_extended_basic_block): Likewise.
33236         (set_live_p): Likewise.
33237         * rtlanal.c (canonicalize_condition): Likewise.
33238         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
33240 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33242         * conditions.h: Define macros even if HAVE_cc0 is undefined.
33243         * emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
33244         * final.c: Likewise.
33245         * jump.c: Likewise.
33246         * recog.c: Likewise.
33247         * recog.h: Declare functions even when HAVE_cc0 is undefined.
33248         * sched-deps.c (sched_analyze_2): Always compile case for cc0.
33250 2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
33252         * defaults.h: New definition of EH_RETURN_DATA_REGNO.
33253         * except.c: Remove definition of EH_RETURN_DATA_REGNO.
33254         * builtins.c (expand_builtin): Remove check if
33255         EH_RETURN_DATA_REGNO is defined.
33256         * df-scan.c (df_bb_refs_collect): Likewise.
33257         (df_get_exit_block_use_set): Likewise.
33258         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
33259         * ira-lives.c (process_bb_node_lives): Likewise.
33260         * lra-lives.c (process_bb_lives): Likewise.
33262 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
33264         * config/i386/i386.md (ARGP_REG, FRAME_REG, BND2_REG, BND3_REG,
33265         FIRST_PSEUDO_REG): New.
33266         * config/i386/i386.h (STACK_POINTER_REGNUM): Define to SP_REG.
33267         (ARG_POINTER_REGNUM): Define to ARGP_REG.
33268         (FRAME_POINTER_REGNUM): Define to FRAME_REG.
33269         (HARD_FRAME_POINTER_REGNUM): Define to BP_REG.
33270         (FIRST_PSEUDO_REGISTER): Define to FIRST_PSEUDO_REG.
33271         (FIRST_INT_REG): New.
33272         (LAST_INT_REG): New.
33273         (FIRST_*_REG): Define using *_REG.
33274         (LAST_*_REG): Ditto.
33275         (QI_REGNO_P): Define using FIRST_QU_REG and LAST_QI_REG.
33276         (LEGACY_INT_REGNO_P): Define using FIRST_INT_REG and LAST_INT_REG.
33277         (FIRST_FLOAT_REG): Define to FIRST_STACK_REG.
33279 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33281         * expmed.c: (synth_mult): Only assume overlapping
33282         shift with previous steps in alg_sub_t_m2 case.
33284 2015-04-21  Richard Biener  <rguenther@suse.de>
33286         PR tree-optimization/65650
33287         * tree-ssa-ccp.c (valid_lattice_transition): Allow lattice
33288         transitions involving copies.
33289         (set_lattice_value): Adjust for copy lattice state.
33290         (ccp_lattice_meet): Do not merge UNDEFINED and a copy to the copy
33291         if that doesn't dominate the merge point.
33292         (bit_value_unop): Adjust what we treat as varying mask.
33293         (bit_value_binop): Likewise.
33294         (bit_value_assume_aligned): Likewise.
33295         (evaluate_stmt): When we simplified to a SSA name record a copy
33296         instead of dropping to varying.
33297         (visit_assignment): Simplify.
33299         * gimple-match.h (gimple_simplify): Add another callback.
33300         * gimple-fold.c (fold_stmt_1): Adjust caller.
33301         (gimple_fold_stmt_to_constant_1): Likewise - pass valueize
33302         for the 2nd callback.
33303         * gimple-match-head.c (gimple_simplify): Add a callback that is
33304         used to valueize the stmt operands and use it that way.
33306 2015-04-21  Richard Biener  <rguenther@suse.de>
33308         PR tree-optimization/65788
33309         * tree-ssa-ccp.c (evaluate_stmt): Evaluate to UNDEFINED early.
33311 2015-04-21  Richard Biener  <rguenther@suse.de>
33313         * config/i386/i386.c (ix86_builtin_vectorization_cost): Scale
33314         vec_construct cost by vec_stmt_cost.
33316 2015-04-21  Richard Biener  <rguenther@suse.de>
33318         * cfghooks.h (create_basic_block): Replace with two overloads
33319         for RTL and GIMPLE.
33320         (split_block): Likewise.
33321         * cfghooks.c (split_block): Rename to ...
33322         (split_block_1): ... this.
33323         (split_block): Add two type-safe overloads for RTL and GIMPLE.
33324         (split_block_after_labels): Call split_block_1.
33325         (create_basic_block): Rename to ...
33326         (create_basic_block_1): ... this.
33327         (create_basic_block): Add two type-safe overloads for RTL and GIMPLE.
33328         (create_empty_bb): Call create_basic_block_1.
33329         * cfgrtl.c (fixup_fallthru_exit_predecessor): Use
33330         split_block_after_labels.
33331         * omp-low.c (expand_parallel_call): Likewise.
33332         (expand_omp_target): Likewise.
33333         (simd_clone_adjust): Likewise.
33334         * tree-chkp.c (chkp_get_entry_block): Likewise.
33335         * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE
33336         create_basic_block overload.
33337         (cgraph_node::expand_thunk): Likewise.
33338         * tree-cfg.c (make_blocks): Likewise.
33339         (handle_abnormal_edges): Likewise.
33340         * tree-inline.c (copy_bb): Likewise.
33342 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33344         * config/aarch64/aarch64.md (*<NLOGICAL:optab>_one_cmplsidi3_ze):
33345         New pattern.
33346         (*xor_one_cmplsidi3_ze): Likewise.
33348 2015-04-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
33350         * df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
33351         use df_remove_problem rather than manually removing problems, leaving
33352         holes in df->problems_in_order[].
33354 2015-04-21  Tom de Vries  <tom@codesourcery.com>
33356         PR tree-optimization/65802
33357         * internal-fn.def (VA_ARG): Add ECF_NOTROW to flags.
33359 2015-04-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
33361         * common/config/aarch64/aarch64-common.c (AARCH64_CPU_NAME_LENGTH):
33362         Increase to 128.
33363         (aarch64_rewrite_selected_cpu): Do not chop off extensions starting
33364         at '.'.  Assert that there's enough space for everything.
33366 2015-04-21  Uros Bizjak  <ubizjak@gmail.com>
33368         PR tree-optimization/64950
33369         Revert:
33370         2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
33372         PR target/41089
33373         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
33374         as volatile.
33376 2015-04-20  Shiva Chen  <shiva0217@gmail.com>
33378         PR rtl-optimization/64916
33379         * cfgcleanup.c (values_equal_p): New function.
33380         (can_replace_by): Use it.
33382 2015-04-20  Paolo Carlini  <paolo.carlini@oracle.com>
33384         PR c++/65801
33385         * doc/invoke.texi ([-Wnarrowing]): Update.
33387 2015-04-20  Jeff Law  <law@redhat.com>
33389         PR tree-optimization/65658
33390         * tree-ssa-threadupdate.c (redirection_block_p): Remove
33391         redundant test for GIMPLE_ASSIGN in last change.
33393 2015-04-20  Uros Bizjak  <ubizjak@gmail.com>
33395         * config/i386/i386.c (set_pic_reg_ever_live): Remove.
33396         (legitimize_pic_address): Do not call set_pic_reg_ever_live.
33397         (legitimize_tls_address): Ditto.
33398         (ix86_expand_move): Ditto.
33399         (ix86_expand_binary_operator): Remove reload_in_progress checks.
33400         (ix86_expand_unary_operator): Ditto.
33401         * config/i386/predicates.md (index_register_operand): Ditto.
33403 2015-04-20  Selim Belbachir  <selim.belbachir@fr.thalesgroup.com>
33405         * reorg.c (try_merge_delay_insns): Improve correctness checking
33406         for targets with multiple delay slots.
33408 2015-04-20  Jeff Law  <law@redhat.com>
33410         PR tree-optimization/65658
33411         * tree-ssa-threadupdate.c (redirection_block_p): Ignore clobber
33412         statements too.
33414 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
33416         * config/aarch64/aarch64.c (aarch64_simd_emit_pair_result_insn): Delete.
33417         * config/aarch64/aarch64-protos.h (aarch64_simd_emit_pair_result_insn):
33418         Delete.
33420 2015-04-20  Jakub Jelinek  <jakub@redhat.com>
33422         PR debug/65807
33423         * dwarf2out.c (add_AT_wide): Clear attr.dw_attr_val.val_entry.
33425 2015-04-20  Richard Biener  <rguenther@suse.de>
33427         * gimple-fold.h (gimple_build): Remove optional valueize arguments.
33428         * gimple-fold.c (gimple_build_valueize): New function.
33429         (gimple_build): Always use gimple_build_valueize as valueize hook.
33431 2015-04-20  Alan Lawrence  <alan.lawrence@arm.com>
33433         PR target/64134
33434         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Load constant
33435         and overwrite variable parts if <= 1/2 the elements are variable.
33437 2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
33439         PR rtl-optimization/65805
33440         * lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
33441         Don't use difference of offset and previous offset if
33442         update_sp_offset is non-zero.
33443         (eliminate_regs_in_insn): Ditto.
33444         * lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
33445         lra_eliminate_regs_1 call.
33446         * lra-constraints.c (get_equiv_with_elimination): Ditto.
33448 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
33450         * hash-table.h: Remove version of hash_table that stored value_type *.
33451         * asan.c, attribs.c, bitmap.c, cfg.c, cgraph.h, config/arm/arm.c,
33452         config/i386/winnt.c, config/ia64/ia64.c, config/mips/mips.c,
33453         config/sol2.c, coverage.c, cselib.c, dse.c, dwarf2cfi.c,
33454         dwarf2out.c, except.c, gcse.c, genmatch.c, ggc-common.c,
33455         gimple-ssa-strength-reduction.c, gimplify.c, haifa-sched.c,
33456         hard-reg-set.h, hash-map.h, hash-set.h, ipa-devirt.c, ipa-icf.h,
33457         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
33458         loop-iv.c, loop-unroll.c, lto-streamer.h, plugin.c, postreload-gcse.c,
33459         reginfo.c, statistics.c, store-motion.c, trans-mem.c, tree-cfg.c,
33460         tree-eh.c, tree-hasher.h, tree-into-ssa.c, tree-parloops.c,
33461         tree-sra.c, tree-ssa-coalesce.c, tree-ssa-dom.c, tree-ssa-live.c,
33462         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c,
33463         tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
33464         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
33465         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
33466         valtrack.h, var-tracking.c, vtable-verify.c, vtable-verify.h: Adjust.
33468 2015-04-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
33469             Jakub Jelinek  <jakub@redhat.com>
33471         PR target/65787
33472         * config/rs6000/rs6000.c (rtx_is_swappable_p): Ensure that a
33473         subsequent SH_NONE operand does not overwrite an existing *special
33474         value.
33475         (adjust_extract): Handle case where a vec_extract operation is
33476         wrapped in a PARALLEL.
33478 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
33480         PR target/65780
33481         * config/i386/i386.c (ix86_binds_local_p): Define only if
33482         TARGET_MACHO and TARGET_DLLIMPORT_DECL_ATTRIBUTES are false.
33484 2015-04-17  Jeff Law  <law@redhat.com>
33486         PR tree-optimization/47679
33487         * Makefile.in (OBJS); Add tree-ssa-scopedtables.o.
33488         * tree-ssa-scopedtables.c: New file.
33489         * tree-ssa-scopedtables.h: New file.
33490         * tree-ssa-dom.c: Include tree-ssa-scopedtables.h.
33491         (const_and_copies): Change name/type.
33492         (record_const_or_copy): Move into tree-ssa-scopedtables.c
33493         (record_const_or_copy_1): Similarly.
33494         (restore_vars_to_original_value): Similarly.
33495         (pass_dominator::execute): Create and destroy const_and_copies table.
33496         (thread_across_edge): Update passing of const_and_copies.
33497         (record_temporary_equivalence): Use method calls rather than
33498         manipulating const_and_copies directly.
33499         (record_equality, cprop_into_successor_phis): Similarly.
33500         (dom_opt_dom_walker::before_dom_children): Similarly.
33501         (dom_opt_dom_walker::after_dom_children): Similarly.
33502         (eliminate_redundant_computations): Similarly.
33503         * tree-ssa-threadedge.c (remove_temporary_equivalences): Delete.
33504         (record_temporary_equivalence): Likewise.
33505         (invalidate_equivalences): Likewise.
33506         (record_temporary_equivalences_from_phis): Update due to type
33507         change of const_and_copies.  Use method calls rather than
33508         manipulating the stack directly.
33509         (record_temporary_equivalences_from_stmts_at_dest): Likewise.
33510         (thread_through_normal_block, thread_across_edge): Likewise.
33511         (thread_across_edge): Likewise.
33512         * tree-ssa-threadedge.h (thread_across_edge): Update prototype.
33513         * tree-vrp.c: Include tree-ssa-scopedtables.h.  Change type
33514         of equiv_stack.
33515         (identify_jump_threads): Update due to type change of equiv_stack.
33516         (finalize_jump_threads): Delete the equiv_stack when complete.
33518 2015-04-17  Uros Bizjak  <ubizjak@gmail.com>
33520         * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
33521         * config/i386/i386.c (ix86_legitimize_reload_address): Ditto.
33522         * config/i386/i386-protos.h (ix86_legitimize_reload_address): Ditto.
33524 2015-04-17  Andreas Tobler  <andreast@gcc.gnu.org>
33526         PR target/65535
33527         * config.gcc: Exit with a comment when we do not have a major version
33528         number for the FreeBSD target.
33530 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
33532         PR target/65689
33533         * genpreds.c (struct constraint_data): Add maybe_allows_reg and
33534         maybe_allows_mem bitfields.
33535         (maybe_allows_none_start, maybe_allows_none_end,
33536         maybe_allows_reg_start, maybe_allows_reg_end, maybe_allows_mem_start,
33537         maybe_allows_mem_end): New variables.
33538         (compute_maybe_allows): New function.
33539         (add_constraint): Use it to initialize maybe_allows_reg and
33540         maybe_allows_mem fields.
33541         (choose_enum_order): Sort the non-is_register/is_const_int/is_memory/
33542         is_address constraints such that those that allow neither mem nor
33543         reg come first, then those that only allow reg but not mem, then
33544         those that only allow mem but not reg, then the rest.
33545         (write_allows_reg_mem_function): New function.
33546         (write_tm_preds_h): Call it.
33547         * stmt.c (parse_output_constraint, parse_input_constraint): Use
33548         the generated insn_extra_constraint_allows_reg_mem function
33549         instead of always setting *allows_reg = true; *allows_mem = true;
33550         for unknown extra constraints.
33552 2015-04-17  H.J. Lu  <hongjiu.lu@intel.com>
33554         PR target/65780
33555         * output.h (default_binds_local_p_3): New.
33556         * varasm.c (default_binds_local_p_3): Make it public.  Take an
33557         argument to indicate if common symbol may be local.  If common
33558         symbol may be local, treat non-external variable as defined
33559         locally.
33560         (default_binds_local_p_2): Pass !flag_pic to default_binds_local_p_3.
33561         (default_binds_local_p_1): Pass false to default_binds_local_p_3.
33562         * config/i386/i386.c (ix86_binds_local_p): New.
33563         (TARGET_BINDS_LOCAL_P): Replace default_binds_local_p_2 with
33564         ix86_binds_local_p.
33566 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
33568         PR debug/65771
33569         * dwarf2out.c (mem_loc_descriptor): For CONST, fallback to
33570         trying mem_loc_descriptor on XEXP (rtl, 0).
33572 2015-04-17  Martin Liska  <mliska@suse.cz>
33574         * ipa-icf.c (sem_item_optimizer::subdivide_classes_by_sensitive_refs):
33575         Release symbol_compare_collection.
33576         * ipa-reference.c: Add TODO that a vector should be released.
33578 2015-04-17  Sivanupandi Pitchumani <Pitchumani.Sivanupandi@atmel.com>
33580         PR target/65296
33581         * config/avr/gen-avr-mmcu-specs.c (*avrlibc_startfile): Adjust
33582         to new AVR-LibC file layout (bug #44574).
33583         (*avrlibc_devicelib): Same.
33584         * config/avr/avr-mcus.def: Adjust comments.
33585         * config/avr/avr.opt (nodevicelib): Adjust help.
33587 2015-04-17  Alan Lawrence  <alan.lawrence@arm.com>
33589         * config/aarch64/arm_neon.h (vdup_n_f32): Remove forward declaration.
33591 2015-04-17  Patrick Palka  <ppalka@gcc.gnu.org>
33593         PR c++/64527
33594         * gimplify.c (gimplify_init_constructor): Always emit a
33595         side-effecting constructor.
33597 2015-04-17  Tom de Vries  <tom@codesourcery.com>
33599         PR tree-optimization/64950
33600         * gimplify.c (gimplify_function_tree): Tentatively set PROP_gimple_lva
33601         in cfun->curr_properties.
33602         (gimplify_va_arg_expr): Clear PROP_gimple_lva in cfun->curr_properties
33603         if we generate an IFN_VA_ARG.
33604         * tree-inline.c (expand_call_inline): Reset PROP_gimple_lva in dest
33605         function if PROP_gimple_lva is not set in src function.
33607 2015-04-17  Tom de Vries  <tom@codesourcery.com>
33608             Michael Matz  <matz@suse.de>
33610         PR tree-optimization/64950
33611         * gimple-iterator.c (update_modified_stmts): Remove static.
33612         * gimple-iterator.h (update_modified_stmts): Declare.
33613         * gimplify.c (gimplify_modify_expr): Handle IFN_VA_ARG.
33614         (gimplify_va_arg_internal): New function.
33615         (gimplify_va_arg_expr): Use IFN_VA_ARG.
33616         * gimplify.h (gimplify_va_arg_internal): Declare.
33617         * internal-fn.c (expand_VA_ARG): New unreachable function.
33618         * internal-fn.def (VA_ARG): New DEF_INTERNAL_FN.
33619         * tree-stdarg.c (gimple_call_ifn_va_arg_p, expand_ifn_va_arg_1)
33620         (expand_ifn_va_arg): New function.
33621         (pass_data_stdarg): Add PROP_gimple_lva to properties_provided field.
33622         (pass_stdarg::execute): Call expand_ifn_va_arg.
33623         (pass_data_lower_vaarg): New pass_data.
33624         (pass_lower_vaarg): New gimple_opt_pass.
33625         (pass_lower_vaarg::gate, pass_lower_vaarg::execute)
33626         (make_pass_lower_vaarg): New function.
33627         * cfgexpand.c (pass_data_expand): Add PROP_gimple_lva to
33628         properties_required field.
33629         * passes.def (all_passes): Add pass_lower_vaarg.
33630         * tree-pass.h (PROP_gimple_lva): Add define.
33631         (make_pass_lower_vaarg): Declare.
33633 2015-04-17  Tom de Vries  <tom@codesourcery.com>
33635         * fold-const.c (operand_equal_p): Handle INTERNAL_FNs.
33636         * calls.c (call_expr_flags): Same.
33638 2015-04-17  Tom de Vries  <tom@codesourcery.com>
33640         * tree-stdarg.c (optimize_va_list_gpr_fpr_size): Factor out of ...
33641         (pass_stdarg::execute): ... here.
33643 2015-04-17  Tom de Vries  <tom@codesourcery.com>
33644             Michael Matz  <matz@suse.de>
33646         * tree-cfg.c (make_blocks_1): Factor out of ...
33647         (make_blocks): ... here.
33648         (make_edges_bb): Factor out of ...
33649         (make_edges): ... here.
33650         (gimple_find_sub_bbs): New function.
33651         * tree-cfg.h (gimple_find_sub_bbs): Declare.
33653 2015-04-17  Tom de Vries  <tom@codesourcery.com>
33655         * tree.c (free_lang_data): Disable lang_hooks.gimplify_expr.
33657 2015-04-17  Yury Gribov  <y.gribov@samsung.com>
33659         * asan.c (set_sanitized_sections): New function.
33660         (section_sanitized_p): Ditto.
33661         (asan_protect_global): Optionally sanitize user-defined
33662         sections.
33663         * asan.h (set_sanitized_sections): Declare new function.
33664         * common.opt (fsanitize-sections): New option.
33665         * doc/invoke.texi (-fsanitize-sections): Document new option.
33666         * opts-global.c (handle_common_deferred_options): Handle new
33667         option.
33669 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
33671         PR debug/65771
33672         * dwarf2out.c (loc_list_from_tree): Return NULL
33673         for DEBUG_EXPR_DECL.
33675 2015-04-17  Christian Bruel  <christian.bruel@st.com>
33677         * ipa-inline.c (can_inline_edge_p): Allow inlining of functions with
33678         same attributes.
33680 2015-04-16  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
33682         * ira-color.c (setup_left_conflict_sizes_p): Do not process
33683         node itself when computing left conflict subnode size.
33685 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
33687         * config/i386/predicates.md (register_mixssei387nonimm_operand): New.
33688         * config/i386/i386.md (*fop_<mode>_1_mixed): Merge with
33689         *fop_<mode>_1_sse using enabled attribute.  Use
33690         register_mixssei387nonimm_operand operand 1 predicate. Change
33691         alternative 3 constraints from "x" to "v".
33693 2015-04-16  Richard Biener  <rguenther@suse.de>
33695         PR tree-optimization/65774
33696         * tree-ssa-ccp.c (evaluate_stmt): Constrain types we invoke
33697         bit-value tracking on.
33699 2015-04-16  Richard Biener  <rguenther@suse.de>
33701         PR tree-optimization/64277
33702         * tree-vrp.c (check_array_ref): Fix anti-range handling,
33703         simplify upper bound handling.
33704         (search_for_addr_array): Simplify.
33705         (check_array_bounds): Handle ADDR_EXPRs here.
33706         (check_all_array_refs): Simplify.
33708 2015-04-16  Uros Bizjak  <ubizjak@gmail.com>
33710         * config/i386/i386.c (print_reg): Rewrite function.
33712 2015-04-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33714         * config/s390/s390.h (IRA_HARD_REGNO_ADD_COST_MULTIPLIER):
33715         Invert the condition.
33717 2015-04-16  Renlin Li  <renlin.li@arm.com>
33719         * simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
33720         simplifications for UNSIGNED_FLOAT.
33722 2015-04-16  Nick Clifton  <nickc@redhat.com>
33724         * config/rl78/rl78-opts.h (enum rl78_mul_types): Add MUL_G14 and
33725         MUL_UNINIT.
33726         (enum rl78_cpu_type): New.
33727         * config/rl78/rl78-virt.md (attr valloc): Add divhi and divsi.
33728         (umulhi3_shift_virt): Remove m constraint from operand 1.
33729         (umulqihi3_virt): Likewise.
33730         * config/rl78/rl78.c (rl78_option_override): Add code to process
33731         -mcpu and -mmul options.
33732         (rl78_alloc_physical_registers): Add code to handle divhi and
33733         divsi valloc attributes.
33734         (set_origin): Likewise.
33735         * config/rl78/rl78.h (RL78_MUL_G14): Define.
33736         (TARGET_G10, TARGET_G13, TARGET_G14): Define.
33737         (TARGET_CPU_CPP_BUILTINS): Define __RL78_MUL_xxx__ and
33738         __RL78_Gxx__.
33739         (ASM_SPEC): Pass -mcpu on to assembler.
33740         * config/rl78/rl78.md (mulqi3): Add a clobber of AX.
33741         (mulqi3_rl78): Likewise.
33742         (mulhi3_g13): Likewise.
33743         (mulhi3): Generate the G13 or G14 versions of the insn directly.
33744         (mulsi3): Likewise.
33745         (mulhi3_g14): Add clobbers of AX and BC.
33746         (mulsi3_g14): Likewise.
33747         (mulsi3_g13): Likewise.
33748         (udivmodhi4, udivmodhi4_g14, udivmodsi4): New patterns.
33749         (udivmodsi4_g14, udivmodsi4_g13): New patterns.
33750         * config/rl78/rl78.opt (mmul): Initialise value to
33751         RL78_MUL_UNINIT.
33752         (mcpu): New option.
33753         (m13, m14, mrl78): New option aliases.
33754         * config/rl78/t-rl78 (MULTILIB_OPTIONS): Add mg13 and mg14.
33755         (MULTILIB_DIRNAMES): Add g13 and g14.
33756         * doc/invoke.texi: Document -mcpu and -mmul options.
33758 2015-04-16  Richard Biener  <rguenther@suse.de>
33760         * tree-ssa-ccp.c (likely_value): See if we have operands that
33761         are marked as never simulate again and return CONSTANT in this
33762         case.
33763         * tree-ssa-propagate.c (simulate_stmt): Mark stmts that do
33764         not have any operands that will be simulated again as
33765         not being simulated again.
33767 2015-04-15  Uros Bizjak  <ubizjak@gmail.com>
33769         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>_mixed):
33770         Merge with *cmpi<FPCMP:unord><MODEF:mode>_sse using enabled attribute.
33771         (*extendsfdf2_mixed): Merge with *extendsfdf2_sse using enabled
33772         attribute.
33773         (*truncdfsf_fast_mixed): Merge with *truncdfsf_fast_sse using
33774         enabled attribute.
33775         (*float<SWI48:mode><MODEF:mode>2_mixed): Rename from
33776         *float<SWI48:mode><MODEF:mode>2_sse.
33777         (*absneg<mode>2_mixed): Merge with *absneg<mode>2_sse using
33778         enabled attribute.
33779         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_sse using
33780         enabled attribute.
33782 2015-04-15  Tom de Vries  <tom@codesourcery.com>
33784         PR other/65487
33785         * function.c (push_dummy_function): New function.
33786         (init_dummy_function_start): Use push_dummy_function.
33787         (pop_dummy_function): New function.  Factored out of ...
33788         (expand_dummy_function_end): ... here.
33789         * function.h (push_dummy_function, pop_dummy_function): Declare.
33790         * passes.c (pass_manager::dump_passes): Use push_dummy_function and
33791         pop_dummy_function.
33792         * tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.
33794 2015-04-15  Jeff Law  <law@redhat.com>
33796         PR tree-optimization/47679
33797         * tree-ssa-dom.c (build_and_record_new_cond): Moved to avoid
33798         need for forward declaration in upcoming changes.
33799         (record_conditions, record_edge_info): Likewise.
33801         PR rtl-optimization/42522
33802         * cse.c (fold_rtx): Try to simplify a ZERO_EXTRACT or
33803         SIGN_EXTRACT as a whole object rather than simplifying
33804         its operand.
33806 2015-04-15  Jakub Jelinek  <jakub@redhat.com>
33808         PR ipa/65765
33809         * ipa-icf-gimple.c (func_checker::compare_bb): For GIMPLE_NOP
33810         and GIMPLE_PREDICT use break instead of return true. For
33811         GIMPLE_EH_DISPATCH, compare dispatch region.
33813 2015-04-14  Matthew Wahab  <matthew.wahab@arm.com>
33815         * doc/extend.texi (__sync Builtins): Simplify some text.  Update
33816         details about the implementation.  Make clear preference for
33817         __atomic builtins.  Reduce possibility of future change.
33819 2015-04-15  Nick Clifton  <nickc@redhat.com>
33821         * config/rx/rx.opt (mallow-string-insns): New option.
33822         * config/rx/rx.c (RX_BUILTIN_RMPA): Disable the use of this
33823         builtin if string instructions are denied.
33824         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Define
33825         __RX_ALLOW_STRING_INSNS__ or __RX_DISALLOW_STRING_INSNS__, as
33826         appropriate.
33827         (ASM_SPEC): Pass -mno-allow-string-insns on to the assembler.
33828         * config/rx/rx.md (movstr): Enable pattern only if string
33829         instructions are allowed.
33830         (rx_movstr, rx_strend, movmemsi, rx_movmem): Likewise.
33831         (cmpstrnsi, cmpstrsi, rx_cmpstrn, rmpa): Likewise.
33832         * config/rx/t-rx (MULTILIB_OPTIONS): Add mno-allow-string-insns.
33833         (MULTILIB_DIRNAMES): Add no-strings.
33834         * doc/invoke.texi: Document -mno-allow-string-insns.
33836 2015-04-15  Alan Modra  <amodra@gmail.com>
33838         PR target/65408
33839         PR target/58744
33840         PR middle-end/36043
33841         * calls.c (load_register_parameters): Don't load past end of
33842         mem unless suitably aligned.
33844 2015-04-15  Nick Clifton  <nickc@redhat.com>
33846         * config/rl78/rl78.c (rl78_expand_prologue): Mark large stack
33847         decrement instruction as being frame related.
33848         (rl78_print_operand_1): Handle 'p' modifier to add +0 to HL
33849         based addresses.
33850         If zero extending a function address enclose the operation in
33851         %code(...).
33852         (rl78_preferred_reload_class): New function.
33853         (TARGET_PREFERRED_RELOAD_CLASS): Define.
33854         * config/rl78/rl78.md: Remove useless constraints in expanders.
33855         (mulqi3_rl78): Remove + qualifier on input-only operand 1.
33856         (mulhi3_rl78): Likewise.
33857         (mulhi3_g13): Likewise.
33858         (mulsi3_rl78): Likewise.
33859         (es_addr): Move to before the multiply patterns.
33861 2015-04-15  Alan Modra  <amodra@gmail.com>
33863         * function.h (struct emit_status): Delete x_first_insn, x_last_insn
33864         and sequence_stack.  Add seq.
33865         (seq_stack): Delete.
33866         * function.c (prepare_function_start): Don't access x_last_insn.
33867         * emit-rtl.h (get_current_sequence, get_topmost_sequence): New.
33868         (get_insns, set_first_insn, get_last_insn, set_last_insn): Use them.
33869         * emit_rtl.c (start_sequence, push_topmost_sequence,
33870         pop_topmost_sequence, end_sequence, in_sequence_p, init_emit): Use
33871         sequence accessors.
33872         (get_last_insn_anywhere, add_insn_after_nobb, add_insn_before_nobb,
33873         remove_insn): Likewise.  Simplify.
33874         * config/m32c/m32c.c (m32c_leaf_function_p): Use push_topmost_sequence
33875         and pop_topmost_sequence.
33876         (m32c_function_needs_enter): Use get_topmost_sequence.  Ignore
33877         debug insns.
33878         * config/rs6000/rs6000.c (rs6000_call_aix): Use get_current_sequence.
33880 2015-04-14  Yvan Roux  <yvan.roux@linaro.org>
33882         PR target/65729
33883         * lra-constraints.c (prohibited_class_reg_set_mode_p): Restore and fix
33884         the assertiion.
33886 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
33888         * config/i386/i386.h (LEGACY_INT_REG_P): New define.
33889         (LEGACY_INT_REGNO_P): Ditto.
33890         (GENERAL_REGNO_P): Use LEGACY_INT_REGNO_P.
33891         (ANY_MASK_REG_P): Remove.
33892         (BND_REG_P): Rename from ANY_BND_REG_P.
33893         * config/i386/i386.c (print_reg): Use LEGACY_INT_REG_P to print
33894         legacy integer registers.  Do not handle MMX_REG_P in a special way.
33895         Merge 64byte and 32byte SSE handling.
33897 2015-04-14  Nick Clifton  <nickc@redhat.com>
33899         * expr.c (expand_assignment): Force an address offset computation
33900         into a register before changing its mode.
33901         (expand_expr_real_1): Likewise.
33903 2015-04-14  Alan Lawrence  <alan.lawrence@arm.com>
33905         * config/aarch64/arm_neon.h (vst1_lane_f32, vst1_lane_f64,
33906         vst1_lane_p8, vst1_lane_p16, vst1_lane_s8, vst1_lane_s16,
33907         vst1_lane_s32, vst1_lane_s64, vst1_lane_u8, vst1_lane_u16,
33908         vst1_lane_u32, vst1_lane_u64, vst1q_lane_f32, vst1q_lane_f64,
33909         vst1q_lane_p8, vst1q_lane_p16, vst1q_lane_s8, vst1q_lane_s16,
33910         vst1q_lane_s32, vst1q_lane_s64, vst1q_lane_u8, vst1q_lane_u16,
33911         vst1q_lane_u32, vst1q_lane_u64): Reimplement with pointer dereference
33912         and __aarch64_vget_lane_any.
33914 2015-04-14  Jakub Jelinek  <jakub@redhat.com>
33916         PR rtl-optimization/65761
33917         * cfgrtl.c (rtl_split_edge): For EDGE_CROSSING split, use
33918         get_last_bb_insn (after) instead of NEXT_INSN (BB_END (after)).
33920 2015-04-14  Richard Biener  <rguenther@suse.de>
33922         * graphite-scop-detection.c: Do not include cp/cp-tree.h.
33923         (graphite_can_represent_scev): Use POINTER_TYPE_P.
33925 2015-04-14  Richard Biener  <rguenther@suse.de>
33927         PR tree-optimization/65758
33928         * tree-ssa-ccp.c (get_value_from_alignment): Adjust mask test
33929         against -1.
33930         (ccp_lattice_meet): Likewise.
33931         (bit_value_unop): Likewise.
33932         (bit_value_binop): Likewise.
33933         (bit_value_assume_aligned): Likewise.
33935 2015-04-14  Christian Bruel  <christian.bruel@st.com>
33937         * execute_dwarf2_frame (dw_frame_pointer_regnum): Reinitialize for each
33938         function.
33940 2015-04-14  Marc Glisse  <marc.glisse@inria.fr>
33942         PR tree-optimization/63387
33943         * match.pd ((x unord x) | (y unord y) -> (x unord y),
33944         (x unord x) | (x unord y) -> (x unord y)): New simplifications.
33946 2015-04-14  Uros Bizjak  <ubizjak@gmail.com>
33948         * config/i386/predicates.md (any_QIreg_operand): Rename from
33949         q_regs_operand.  Do not process subregs.
33950         (QIreg_operand): Use QI_REGNO_P predicate.
33951         (ext_QIreg_operand): Ditto.
33952         (ext_register_operand): Ditto.
33953         * config/i386/i386.md (TEST splitters): Use QIreg_operand predicate.
33954         (AND splitters): Ditto.
33955         (AND with -65536 splitter): Add SWI48 mode for operand 0.
33956         (AND with -256 splitter): Use any_QIreg_operand predicate and
33957         SWI248 mode for operand 0.
33958         (AND with -65281 splitter): Use QIreg_operand predicate and SWI248
33959         mode for operand 0.
33960         (SETCC + MOVZBL peepholes): Update for renamed any_QIreg_operand.
33962 2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
33964         * doc/plugins.texi: Rewrite first introductory paragraph.
33966 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33968         * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
33969         (gimple_stmt_nonzero_warnv_p): Reference return values are non-zero.
33971 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33973         * ipa-profie.c (ipa_profile): Check number of parameters
33974         and possible polymorphic call targets before
33975         devirtualizing.
33977 2015-04-13  Uros Bizjak  <ubizjak@gmail.com>
33979         * config/i386/i386.md (*bmi2_umul<mode><dwi>3_1): Merge from
33980         *bmi2_umulsidi3_1 and *bmi2_umulditi3_1 using DWIH mode iterator.
33982 2015-04-13  Richard Biener  <rguenther@suse.de>
33984         PR tree-optimization/65204
33985         * tree-ssa-ccp.c (evaluate_stmt): Always evaluate address
33986         takens for bit-CCP.
33988 2015-04-13  Richard Biener  <rguenther@suse.de>
33990         PR target/65660
33991         * config/i386/i386.c (bdver1_cost): Double cond_taken_branch_cost
33992         and cond_not_taken_branch_cost to 4 and 2.
33993         (bdver2_cost): Likewise.
33994         (bdver3_cost): Likewise.
33995         (bdver4_cost): Likewise.
33997 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
33999         * hash-table.h (hash_table constructor): Add mem stats.
34000         (alloc_entries): Likewise.
34002 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
34004         * ipa-cp.c (ipcp_driver): Relase prev_edge.
34005         * passes.c (execute_one_pass): Only add transform if pass has one.
34007 2015-04-12  Joseph Myers  <joseph@codesourcery.com>
34009         * config/i386/i386.c (ix86_option_override_internal): Don't set
34010         -fprefetch-loop-arrays if optimizing for size.
34012 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
34013             Gerald Pfeifer  <gerald@pfeifer.com>
34015         * doc/contrib.texi (Contributors): Add Martin Jambor and
34016         Michael Matz.
34018 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
34020         * BASE-VER: Set to 6.0.0.
34022         PR tree-optimization/65747
34023         * ipa-icf-gimple.c (func_checker::compare_operand): Use compare_operand
34024         rather than compare_ssa_name for OBJ_TYPE_REF_OBJECT.
34026 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
34028         * doc/invoke.texi (-Wmemset-transposed-args): Break a long
34029         sentence.  Improve grammar.
34031 2015-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
34033         * doc/contrib.texi (Contributors): Add Maxim Kuvyrkov.
34035 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
34037         PR ipa/65743
34038         * ipa-inline-transform.c (speculation_removed): Remove static var.
34039         (check_speculations): New function.
34040         (clone_inlined_nodes): Do not check spculations.
34041         (inline_call): Call check_speculations.
34042         * ipa-prop.c (ipa_make_edge_direct_to_target): Do not
34043         consider non-invariants.
34045 2015-04-11  Jan Hubicka  <hubicka@ucw.cz>
34046             Martin Liska  <mliska@suse.cz>
34048         PR ipa/65722
34049         * ipa-icf.c (sem_item::compare_cgraph_references): function and
34050         variable can not match.
34051         (sem_item::update_hash_by_addr_refs): Fix handling of virtual tables.
34052         (sem_variable::equals_wpa): Fix checking of DECL_FINAL_P patch.
34054 2015-04-11  Jakub Jelinek  <jakub@redhat.com>
34056         PR tree-optimization/65735
34057         * tree-ssa-threadedge.c (fsm_find_control_statement_thread_paths):
34058         Remove visited_phis argument, add visited_bbs, avoid recursing into the
34059         same bb rather than just into the same phi node.
34060         (thread_through_normal_block): Adjust caller.
34062 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
34064         * doc/contrib.texi (Contributors): Add Ira Rosen.
34066 2015-04-11  Benno Schulenberg  <bensberg@justemail.net>
34068         * gcov.c (find_source): Fix miswording in error message.
34069         * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
34070         (ix86_expand_sse_comi_round): Fix typo in error message.
34072 2015-04-11  Gerald Pfeifer  <gerald@pfeifer.com>
34074         * doc/contrib.texi (Contributors): Add Laurynas Biveinis.
34076 2015-04-10  Gerald Pfeifer  <gerald@pfeifer.com>
34078         * doc/contrib.texi (Contributors): Update Joe Buck's entry.
34080 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
34082         PR target/65710
34083         * lra-assigns.c (spill_for): Update smallest_bad_spills_num.
34084         Print bad_spills_num and insn_pseudos_num.
34086 2015-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34088         PR target/65694
34089         * config/arm/arm.c (arm_canonicalize_comparison): Use ARM_SIGN_EXTEND
34090         when creating +1 values for SImode.
34092 2015-04-10  Vladimir Makarov  <vmakarov@redhat.com>
34094         PR target/65729
34095         * lra-constraints.c (prohibited_class_reg_set_mode_p): Comment the
34096         assert.
34098 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
34099             Iain Sandoe  <iain@codesourcery.com>
34101         PR target/65351
34102         * configure: Regenerate.
34104 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
34106         PR target/65671
34107         * config/i386/sse.md: Generate vextract32x4 if AVX-512DQ is disabled.
34109 2015-04-09  Gerald Pfeifer  <gerald@pfeifer.com>
34111         * doc/contrib.texi (Contributors): Add John Marino.
34113 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
34115         PR tree-optimization/65709
34116         * ubsan.c (instrument_mem_ref): Use TREE_TYPE (base) instead of
34117         TREE_TYPE (TREE_TYPE (t)).
34119 2015-04-09  Vladimir Makarov  <vmakarov@redhat.com>
34121         PR target/65710
34122         * lra-int.h (lra_bad_spill_regno_start): New.
34123         * lra.c (lra_bad_spill_regno_start): New.
34124         (lra): Set up lra_bad_spill_regno_start.  Set up
34125         lra_constraint_new_regno_start unconditionally.
34126         * lra-assigns.c (spill_for): Use lra_bad_spill_regno_start for
34127         spill preferences.
34129 2015-04-09  Marek Polacek  <polacek@redhat.com>
34130             Jakub Jelinek  <jakub@redhat.com>
34132         PR middle-end/65554
34133         * gimple-fold.c (gimple_fold_builtin_memory_op): Update comment.
34134         (fold_ctor_reference): Use STRIP_USELESS_TYPE_CONVERSION instead
34135         of STRIP_NOPS.
34137 2015-04-09  Segher Boessenkool  <segher@kernel.crashing.org>
34139         PR rtl-optimization/65693
34140         * combine.c (is_parallel_of_n_reg_sets): Move outside of
34141         #ifndef HAVE_cc0.
34143 2015-04-09  Georg-Johann Lay  <avr@gjlay.de>
34145         PR target/65296
34146         * config/avr/driver-avr.c (avr_devicespecs_file): Don't specify a
34147         device specs file if "device-specs%s" didn't resolve to a path.
34149 2015-04-09  Kirill Yukhin  <kirill.yukhin@intel.com>
34151         PR target/65676
34152         * config/i386/i386.c (fixup_modeless_constant): New.
34153         (ix86_expand_args_builtin): Fixup modeless constant operand.
34154         (ix86_expand_round_builtin): Ditto.
34155         (ix86_expand_special_args_builtin): Ditto.
34156         (ix86_expand_builtin): Ditto.
34158 2015-04-09  Jakub Jelinek  <jakub@redhat.com>
34160         PR target/65693
34161         * config/i386/i386.md (*udivmod<mode>4_pow2): Allow
34162         any pow2 integer in between 2 and 0x80000000U inclusive.
34164 2015-04-08  Segher Boessenkool  <segher@kernel.crashing.org>
34166         PR rtl-optimization/65693
34167         * combine.c (is_parallel_of_n_reg_sets): Change first argument
34168         from an rtx_insn * to an rtx.
34169         (try_combine): Adjust both callers.  Use it once more.
34171 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
34173         * tree-chkp.c (chkp_find_const_bounds_var): Remove.
34174         (chkp_make_static_const_bounds): Search existing
34175         symbol by assembler name.  Use make_decl_one_only.
34176         (chkp_get_zero_bounds_var): Remove node search which
34177         is now performed in chkp_make_static_const_bounds.
34178         (chkp_get_none_bounds_var): Likewise.
34180 2015-04-08  Michael Witten  <mfwitten@gmail.com>
34182         * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
34183         to an example.
34185 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
34187         * tree.h (CONVERT_EXPR_P): Commentary typo fix.
34189 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
34191         * doc/extend.texi (__sync Builtins): Fix grammar.
34193 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
34195         * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
34197 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
34199         * varasm.c (emit_local): Move definition of align.
34201 2015-04-08  Julian Brown  <julian@codesourcery.com>
34203         * config/nvptx/mkoffload.c (process): Support variable mapping.
34205 2015-03-27  Trevor Saunders  <tbsaunde@tbsaunde.org>
34207         * config/alpha/alpha.c (alpha_use_linkage): Change type of slot to
34208         alpha_links **.
34209         (alpha_write_one_linkage): Correct typo.
34211 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
34213         * ipa-comdats.c (propagate_comdat_group): Walk through thunks.
34215 2015-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
34217         * doc/install.texi (bootstrap-lto-noplugin): Rewrite.
34219 2015-04-08  Ilya Enkovich  <ilya.enkovich@intel.com>
34221         * tree-chkp.h (chkp_insert_retbnd_call): New.
34222         * tree-chkp.c (chkp_insert_retbnd_call): New.
34223         * ipa-split.c (insert_bndret_call_after): Remove.
34224         (split_function): Use chkp_insert_retbnd_call.
34225         * cgraphunit.c (cgraph_node::expand_thunk): Build returned
34226         bounds for instrumented functions.
34228 2015-04-07  Jan Hubicka  <hubicka@ucw.cz>
34230         PR ipa/65540
34231         * calls.c (initialize_argument_information): When producing tail
34232         call also turn SSA_NAMES passed by references to original PARM_DECLs
34234 2015-04-07  Vladimir Makarov  <vmakarov@redhat.com>
34236         PR target/65648
34237         * lra-remat.c (do_remat): Process input and non-input insn
34238         registers separately.
34240 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
34242         PR debug/65678
34243         * valtrack.c (debug_lowpart_subreg): New function.
34244         (dead_debug_insert_temp): Use it.
34246         PR middle-end/65680
34247         * expr.c (get_inner_reference): Handle bit_offset that doesn't fit
34248         into signed HOST_WIDE_INT the same as negative bit_offset.
34250 2015-04-07  Ilya Enkovich  <ilya.enkovich@intel.com>
34252         * ipa-comdats.c (ipa_comdats): Visit all thunks
34253         to set proper comdat group.
34255 2015-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34257         PR target/65489
34258         * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction
34259         on constants for NEON VSTRUCT modes.
34261 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
34262             Iain Sandoe  <iain@codesourcery.com>
34264         PR target/65351
34265         * configure: Regenerate.
34267 2015-04-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
34269         PR target/65614
34270         * config/rs6000/rs6000.c (struct processor_costs): Add cost field
34271         for SF->DF conversions to make FLOAT_EXTEND more expensive, so
34272         that LFD is used to load double constants instead of LFS.  Add
34273         defaults for all costs structures.  Add comments for missing
34274         initialization fields.
34275         (size32_cost): Likewise.
34276         (size64_cost): Likewise.
34277         (rs64a_cost): Likewise.
34278         (mpccore_cost): Likewise.
34279         (ppc403_cost): Likewise.
34280         (ppc405_cost): Likewise.
34281         (ppc440_cost): Likewise.
34282         (ppc476_cost): Likewise.
34283         (ppc601_cost): Likewise.
34284         (ppc603_cost): Likewise.
34285         (ppc604_cost): Likewise.
34286         (ppc604e_cost): Likewise.
34287         (ppc620_cost): Likewise.
34288         (ppc630_cost): Likewise.
34289         (ppccell_cost): Likewise.
34290         (ppc750_cost): Likewise.
34291         (ppc7450_cost): Likewise.
34292         (ppc8540_cost): Likewise.
34293         (ppce300c2c3_cost): Likewise.
34294         (ppce500mc_cost): Likewise.
34295         (ppce500mc64_cost): Likewise.
34296         (ppce5500_cost): Likewise.
34297         (ppce6500_cost): Likewise.
34298         (titan_cost): Likewise.
34299         (power4_cost): Likewise.
34300         (power6_cost): Likewise.
34301         (power7_cost): Likewise.
34302         (power8_cost): Likewise.
34303         (ppca2_cost): Likewise.
34304         (rs6000_rtx_costs): Make FLOAT_EXTEND use SFDF_convert field.
34306         * config/rs6000/rs6000.md (extendsfdf2_fpr): Generate XSCPSGNDP
34307         instead of XXLOR to copy SFmode to clear out dirty bits created
34308         when SFmode denormals are generated.
34309         (mov<mode>_hardfloat, FMOVE32 case): Likewise.
34310         (truncdfsf2_fpr): Add support for ISA 2.07 XSRSP instruction.
34312 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
34314         * doc/invoke.texi (AARCH64/mtune): Add exynos-m1 as an option.
34315         * config/aarch64/aarch64-cores.def (exynos-m1): New core.
34316         * config/aarch64/aarch64-tune.md: Regenerate.
34318 2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
34320         * doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
34321         * config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
34322         * config/arm/arm-cores.def (exynos-m1): New core.
34323         * config/arm/arm-tune.md: Regenerate.
34324         * config/arm/arm-tables.opt: Add entry for "exynos-m1".
34325         * config/arm/bpabi.h: Likewise.
34327 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
34329         * ipa-cp (set_single_call_flag): Remove too
34330         restrictive assert.
34332 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
34334         * config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
34335         GOMP_offload_unregister from the destructor.
34337 2015-04-06  Ilya Enkovich  <ilya.enkovich@intel.com>
34339         * ipa-chkp.c (chkp_maybe_create_clone): Reset cdtor
34340         flags for instrumentation thunk.
34341         (chkp_produce_thunks): Likewise.
34343 2015-04-05  Martin Liska  <mliska@suse.cz>
34345         PR ipa/65665
34346         * ipa-icf.c (sem_function::equals_wpa): Verify that IPA CP
34347         has computed data structure.
34348         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
34350 2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
34352         * invoke.texi (inline-unit-growth): Increase growth to 20%
34353         * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
34355 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
34357         PR target/65647
34358         * lra-int.h (LRA_MAX_REMATERIALIZATION_PASSES): New.  Add its
34359         value checking.
34360         (lra_rematerialization_iter): New.
34361         * lra.c (lra): Initialize lra_rematerialization_iter.
34362         Stop updating lra_constraint_new_regno_start after switching of
34363         inheritance and rematerialization.
34364         * lra-remat.c (lra_rematerialization_iter): New.
34365         (lra_remat): Add printing pass iteration.  Do rematerialization
34366         only first LRA_MAX_REMATERIALIZATION_PASSES iterations.
34368 2015-04-04  Richard Biener  <rguenther@suse.de>
34370         PR tree-optimization/64909
34371         PR tree-optimization/65660
34372         * tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
34373         to take a cost vector for scalar iteration cost.
34374         (vect_get_single_scalar_iteration_cost): Likewise.
34375         * tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
34376         Compute the scalar iteration cost into a cost vector.
34377         (vect_get_known_peeling_cost): Use the scalar cost vector to
34378         account for the cost of the peeled iterations.
34379         (vect_estimate_min_profitable_iters): Likewise.
34380         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
34381         Likewise.
34383 2015-04-04  Alan Modra  <amodra@gmail.com>
34385         PR target/65576
34386         PR target/65240
34387         * config/rs6000/predicates.md (zero_reg_mem_operand): Exclude
34388         0.0 constant unless TARGET_VSX.
34389         * config/rs6000/rs6000.md (extenddftf2_internal): Remove last
34390         alternative.
34392 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
34394         PR ipa/65654
34395         * ipa-inline-transform.c (inline_call): Skip sanity check to work
34396         around the ICE
34398 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
34400         PR ipa/65655
34401         * ipa-inline-analysis.c (edge_set_predicate): Do not redirect
34402         speculative indirect edges to avoid ordering issue.
34404 2015-04-03  Jan Hubicka  <hubicka@ucw.cz>
34406         PR ipa/65076
34407         * ipa-inline.c (edge_badness): Add combined size to the denominator.
34409 2015-04-03  Jakub Jelinek  <jakub@redhat.com>
34411         * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Set
34412         TYPE_ARTIFICIAL on the .omp_data* types.
34414 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
34416         * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
34417         instrumentation thunks.
34419 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
34421         * config/i386/i386.c (ix86_expand_call): Avoid nested
34422         PARALLEL in returned call value.
34424 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
34426         * lto-cgraph.c (input_cgraph_1): Always link instrumented
34427         assembler name with original one.
34429 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
34431         * config/i386/i386.c (ix86_register_priority): Use AX_REG.
34433 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
34435         Revert parts of r216820.
34436         * config/i386/i386.md (movqi_internal): Correct type calculation
34437         for alternatives 3 and 5.
34439 2015-04-02  Jakub Jelinek  <jakub@redhat.com>
34441         PR preprocessor/61977
34442         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Don't
34443         predefine __vector/__bool/__pixel macros nor context sensitive
34444         macros for CLK_ASM.
34445         * config/spu/spu-c.c (spu_cpu_cpp_builtins): Similarly.
34447 2015-04-02  John David Anglin  <danglin@gcc.gnu.org>
34449         * config/pa/pa.c (pa_output_move_double): Directly handle register
34450         indexed memory operand.  Simplify handling of scaled register indexed
34451         memory operands.
34453 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
34455         PR driver/65444
34456         * config/i386/linux-common.h (MPX_SPEC): New.
34457         (CHKP_SPEC): Add MPX_SPEC.
34458         * doc/invoke.texi (-fcheck-pointer-boudns): Document
34459         possible issues with '-z bndplt' support in linker.
34461 2015-04-02  Uros Bizjak  <ubizjak@gmail.com>
34463         * config/i386/sync.md (UNSPEC_FILD_ATOMIC, UNSPEC_FIST_ATOMIC): New.
34464         (loaddi_via_fpu): Use UNSPEC_FILD_ATOMIC.
34465         (storedi_via_fpu): Use UNSPEC_FIST_ATOMIC.
34466         * reg-stack.c (get_true_reg): Change UNSPEC_LDA to UNSPEC_FILD_ATOMIC.
34467         (subst_stack_regs_pat): Change UNSPEC_STA to UNSPEC_FIST_ATOMIC.
34469 2015-04-01  Uros Bizjak  <ubizjak@gmail.com>
34471         * config/i386/sync.md (UNSPEC_MOVA): Remove.
34472         (atomic_load<mode>): Change operand 0 predicate to
34473         nonimmediate_operand and fix up the destination when needed.
34474         Use UNSPEC_LDA.
34475         (atomic_loaddi_fpu): Use UNSPEC_LDA.
34476         (atomic_store<mode>): Change operand 1 predicate to
34477         nonimmendate_operand and move the source to register when needed.
34478         Use UNSPEC_STA.
34479         (atomic_store<mode>_1): Use UNSPEC_STA.
34480         (atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
34481         Fix moves from memory operand.  Use UNSPEC_STA.
34483 2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
34485         * expmed.c (strict_volatile_bitfield_p): Check that the access will
34486         not cross a MODESIZE boundary.
34487         (store_bit_field, extract_bit_field): Added assertions in the
34488         strict volatile bitfields code path.
34490 2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
34492         PR target/65624
34493         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin):
34494         Increase args array size by one to avoid buffer overflow.
34496 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
34498         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
34499         split_part.
34500         * ipa-inline.c (edge_badness): Add wrapper penalty.
34501         (sum_callers): Move up.
34502         (inline_small_functions): Set single_caller.
34503         * ipa-inline.h (inline_summary): Add single_caller.
34504         * ipa-split.c (split_function): Set split_part.
34505         (cgraph_node::create_clone): Do not shadow decl; copy split_part.
34506         * cgraph.h (cgraph_node): Add split_part.
34508 2015-03-31  Uros Bizjak  <ubizjak@gmail.com>
34510         PR target/58945
34511         * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
34512         Do not split operands 0 and operands 2 to halfmode.
34513         (atomic_compare_and_swap<mode>): Update for
34514         atomic_compare_and_swap<dwi>_doubleword changes.
34516 2015-03-31  Jan Hubicka  <hubicka@ucw.cz>
34518         * tree.c (need_assembler_name_p): Artificial types have no ODR names.
34519         * ipa-devirt.c (warn_odr): Do not try to apply ODR cache when
34520         no caching is done.
34522 2015-03-31  Martin Liska  <mliska@suse.cz>
34524         PR ipa/65557
34525         * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP
34526         has already filled up function summary.
34527         (sem_item_optimizer::update_hash_by_addr_refs): Likewise.
34529 2015-03-31  Richard Biener  <rguenther@suse.de>
34531         * tree-sra.c (create_access_replacement): Drop under-/over-alignment
34532         of types.
34534 2015-03-31  Dominik Vogt  <vogt@linux.vnet.ibm.com>
34536         * config/s390/s390.c (s390_function_num_hotpatch_hw): Allow hotpatching
34537         nested functions.
34538         (s390_reorg): Adapt to new signature of s390_function_num_hotpatch_hw.
34539         (s390_asm_output_function_label): Adapt to new signature of
34540         s390_function_num_hotpatch_hw
34541         Optimise the code generating assembler output.
34542         Add comments to assembler file.
34544 2015-03-31  Richard Biener  <rguenther@suse.de>
34546         PR middle-end/65626
34547         * tree-cfgcleanup.c (fixup_noreturn_call): Only split the block
34548         of the noreturn call so it is last and cleanup_control_flow_bb
34549         can do the CFG part.
34551 2015-03-31  Ilya Enkovich  <ilya.enkovich@intel.com>
34553         PR target/65531
34554         * ipa-chkp.c (chkp_maybe_create_clone): Don't set
34555         same_comdat_group for external symbols.
34556         * symtab.c (symtab_node::verify_symtab_nodes): Avoid
34557         infinite same_comdat_group traversal loop.
34559 2015-03-31  Jakub Jelinek  <jakub@redhat.com>
34561         PR plugins/61176
34562         * Makefile.in (install-plugin): Add all gcc/*.{h,def} files
34563         automatically to $headers.
34565 2015-03-30  Jakub Jelinek  <jakub@redhat.com>
34567         PR ipa/65610
34568         * ipa-utils.h (inlined_polymorphic_ctor_dtor_block_p): Declare.
34569         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p): New
34570         function.
34571         (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
34572         Use it.
34573         * ipa-prop.c (param_type_may_change_p): Likewise.
34574         * tree-ssa-live.c: Include ipa-utils.h and its dependencies.
34575         (remove_unused_scope_block_p): Add in_ctor_dtor_block
34576         argument.  Before inlining, preserve
34577         inlined_polymorphic_ctor_dtor_block_p blocks and the outermost block
34578         with FUNCTION_DECL BLOCK_ABSTRACT_ORIGIN inside of them.  Adjust
34579         recursive calls.
34580         (remove_unused_locals): Adjust remove_unused_scope_block_p caller.
34582 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
34584         PR ipa/65076
34585         * ipa-inline.c (edge_badness): Base denominator on callee's
34586         grwoth squared.
34588 2015-03-27  Martin Jambor  <mjambor@suse.cz>
34590         PR ipa/65478
34591         * params.def (PARAM_IPA_CP_RECURSION_PENALTY) : New.
34592         (PARAM_IPA_CP_SINGLE_CALL_PENALTY): Likewise.
34593         * ipa-prop.h (ipa_node_params): New flags node_within_scc and
34594         node_calling_single_call.
34595         * ipa-cp.c (count_callers): New function.
34596         (set_single_call_flag): Likewise.
34597         (initialize_node_lattices): Count callers and set single_flag_call if
34598         necessary.
34599         (incorporate_penalties): New function.
34600         (good_cloning_opportunity_p): Use it, dump new flags.
34601         (propagate_constants_topo): Set node_within_scc flag if appropriate.
34602         * doc/invoke.texi (ipa-cp-recursion-penalty,
34603         ipa-cp-single-call-pentalty): Document.
34605 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
34607         PR ipa/65588
34608         * symtab.c (symtab_node::get_partitioning_class): Register vars
34609         are duplicated.
34610         * varpool.c (symbol_table::output_variables) Do not assemble unefined
34611         decls for non-symbols.
34613 2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
34615         PR target/65248
34616         * output.h (default_binds_local_p_2): New.
34617         * varasm.c (default_binds_local_p_2): Renamed to ...
34618         (default_binds_local_p_3): This.  Don't return true on protected
34619         data symbol if protected data may be external.
34620         (default_binds_local_p): Use default_binds_local_p_3.
34621         (default_binds_local_p_1): Likewise.
34622         (default_binds_local_p_2): New.
34623         * config/i386/i386.c (TARGET_BINDS_LOCAL_P): Set to
34624         default_binds_local_p_2 if TARGET_MACHO is undefined.
34626 2015-03-27  Jakub Jelinek  <jakub@redhat.com>
34628         PR target/65593
34629         * config/i386/i386.c (legitimize_pic_address): If base
34630         is SYMBOL_REF or LABEL_REF using %rip addressing, force
34631         it to reg to avoid PLUS of SYMBOL_REF/LABEL_REF and register.
34633 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
34635         PR target/65531
34636         * symtab.c (symtab_node::verify_symtab_nodes): Fix verification of
34637         comdat groups.
34639 2015-03-27  Jan Hubicka  <hubicka@ucw.cz>
34641         PR ipa/65600
34642         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
34643         of optimized out indirect call.
34644         (redirect_to_unreachable): Always build symbol table node for
34645         BUILT_IN_UNREACHABLE
34647 2015-03-27  Vladimir Makarov  <vmakarov@redhat.com>
34649         PR target/65407
34650         * ira-costs.c (record_reg_classes): Process all constraint string
34651         containing 0-9.
34653 2015-03-27  Bernd Schmidt  <bernds@codesourcery.com>
34655         * config/c6x/c6x.md (movmisalign<mode>): Use MEM_P, not
34656         memory_operand.
34658         PR target/65052
34659         * config/c6x/constraints.md (S3): New constraint.
34660         * config/c6x/c6x.md (real_jump): Use it.
34662 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34664         PR middle-end/65595
34665         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Only
34666         do redirection if the call is not optimized out.
34668 2015-03-27  Ilya Enkovich  <ilya.enkovich@intel.com>
34670         PR target/65495
34671         * c-family/c.opt (fcheck-pointer-bounds): List supported languages.
34672         (fchkp-check-incomplete-type): Add LTO.
34673         (fchkp-zero-input-bounds-for-main): Likewise.
34674         (fchkp-first-field-has-own-bounds): Likewise.
34675         (fchkp-narrow-bounds): Likewise.
34676         (fchkp-narrow-to-innermost-array): Likewise.
34677         (fchkp-use-static-bounds): Likewise.
34678         (fchkp-use-static-const-bounds): Likewise.
34679         (fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
34681 2015-03-27  Marek Polacek  <polacek@redhat.com>
34683         * gimple-iterator.h (gsi_prev_nondebug): Fix typo.
34685 2015-03-27  Marek Polacek  <polacek@redhat.com>
34687         PR sanitizer/65583
34688         * ubsan.c (ubsan_create_edge): New function.
34689         (instrument_bool_enum_load): Call it.
34690         (instrument_nonnull_arg): Likewise.
34691         (instrument_nonnull_return): Likewise.
34692         (instrument_object_size): Likewise.
34694 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34696         * lto-streamer.h (class lto_location_cache): Turn loc_cache into
34697         auto_vec.
34699 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34701         PR lto/65536
34702         * lto-streamer.h (class lto_location_cache): New.
34703         (struct data_in): Add location_cache.
34704         (lto_input_location): Update prototype.
34705         (stream_input_location_now): New.
34706         * streamer-hooks.h (struct streamer_hooks): Make input_location to take
34707         pointer to location.
34708         (stream_input_location): Update.
34709         * ipa-devirt.c: Include streamer-hooks.h and lto-streamer.h
34710         (warn_odr): Apply location cache before warning.
34711         (lto_input_location): Update prototype.
34712         * gimple-streamer-in.c (input_phi, input_gimple_stmt):
34713         Use stream_input_location_now.
34714         * lto-streamer-in.c (lto_location_cache::current_cache): New static
34715         variable.
34716         (lto_location_cache::cmp_loc): New function.
34717         (lto_location_cache::apply_location_cache): New function.
34718         (lto_location_cache::accept_location_cache): New function.
34719         (lto_location_cache::revert_location_cache): New function.
34720         (lto_location_cache::input_location): New function.
34721         (lto_input_location): Do location caching.
34722         (stream_input_location_now): New function.
34723         (input_eh_region, input_struct_function_base): Use
34724         stream_input_location_now.
34725         (lto_data_in_create): use new.
34726         (lto_data_in_delete): Use delete.
34727         * tree-streamer-in.c (unpack_ts_block_value_fields,
34728         unpack_ts_omp_clause_value_fields, streamer_read_tree_bitfields,
34729         lto_input_ts_exp_tree_pointers): Update for cached location api.
34731 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34733         PR ipa/65076
34734         * passes.def: Add pass_nothrow.
34735         * ipa-pure-const.c: (pass_data_nothrow): New.
34736         (pass_nothrow): New.
34737         (pass_nothrow::execute): New.
34738         (make_pass_nothrow): New.
34739         * tree-pass.h (make_pass_nothrow): Declare.
34741 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34743         * ipa-inline-analysis.c (redirect_to_unreachable): Be prepared for
34744         edge to change by speculation resolution or redirection.
34745         (edge_set_predicate): Likewise.
34746         (inline_summary_t::duplicate): Likewise.
34747         (remap_edge_summaries): Likewise.
34749 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34751         * ipa-inline.c (check_maybe_up, check_maybe_down, check_match):
34752         New macros.
34753         (can_inline_edge_p): Relax option matching for always inline functions.
34755 2015-03-26  Uros Bizjak  <ubizjak@gmail.com>
34757         PR target/65561
34758         * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm):
34759         Check operand 4 and operand 0 for equality.
34760         (avx512f_vextract<shuffletype>32x4_1_maskm):
34761         Check operand 6 and operand 0 for equality.
34762         (vec_extract_lo_<mode>_maskm): Check operand 2 and operand 0
34763         for equality.
34764         (vec_extract_hi_<mode>_maskm): Ditto.
34766 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34768         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bring
34769         dead calls back to live.
34770         (cgraph_edge::verify_count_and_frequency): Move cgraph/cfg frequency
34771         cross check to ...
34772         (cgraph_node::verify_node): ... here; verify only callee edges,
34773         not caller.
34774         * cif-code.def (CILK_SPAWN): New code.
34776 2015-03-26  Jan Hubicka  <hubicka@ucw.cz>
34778         * ipa-inline-analysis.c (redirect_to_unreachable): New function.
34779         (edge_set_predicate): Use it to mark unreachable edges.
34780         (inline_summary_t::duplicate): Remove unnecesary code.
34781         (remap_edge_summaries): Likewise.
34782         (dump_inline_summary): Report contains_cilk_spawn.
34783         (compute_inline_parameters): Compute contains_cilk_spawn.
34784         (inline_read_section, inline_write_summary): Stream
34785         contains_cilk_spawn.
34786         * ipa-inline.c (can_inline_edge_p): Do not touch
34787         DECL_STRUCT_FUNCTION that may not be available;
34788         use CIF_CILK_SPAWN for cilk; fix optimization attribute checks;
34789         remove check for callee_fun->can_throw_non_call_exceptions and
34790         replace it by optimization attribute check; check for flag_exceptions.
34791         * ipa-inline-transform.c (inline_call): Maintain
34792         DECL_FUNCTION_PERSONALITY
34793         * ipa-inline.h (inline_summary): Add contains_cilk_spawn.
34795 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
34797         PR tree-optimization/65551
34798         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use
34799         TYPE_PRECISION only for INTEGRAL_TYPE_P types.
34801 2015-03-26  Richard Biener  <rguenther@suse.de>
34803         PR middle-end/65555
34804         * tree-cfg.c (verify_gimple_call): Do not require a call to
34805         have no LHS if it wasn't recognized as control altering yet.
34807 2015-03-26  Jakub Jelinek  <jakub@redhat.com>
34809         PR tree-optimization/64715
34810         * passes.def: Add another instance of pass_object_sizes before ccp1.
34811         * tree-object-size.c (pass_object_sizes::execute): In
34812         first_pass_instance, only handle __bos (, 1) and __bos (, 3)
34813         calls, and keep the call in the IL, as {MIN,MAX}_EXPR of the
34814         __bos result and the computed constant.  Remove redundant
34815         checks, obsoleted by gimple_call_builtin_p test.
34817         * var-tracking.c (variable_tracking_main_1): Don't track
34818         variables for targetm.no_register_allocation targets.
34820 2015-03-26  Oleg Endo  <olegendo@gcc.gnu.org>
34822         * config/sh/t-linux (DEFAULT_ENDIAN, MULTILIB_EXCEPTIONS): Remove.
34823         * config/sh/t-sh (MULTILIB_EXCEPTIONS): Handle default endian.
34825 2015-03-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
34827         PR target/65569
34828         * config/rs6000/rs6000.md (extenddftf2_fprs): On VSX systems use
34829         XXLXOR to create 0.0.  On pre-VSX systems make sure the constant
34830         0.0 is correctly setup.
34831         (extenddftf2_internal): Likewise.
34833 2015-03-25  Sebastian Pop  <s.pop@samsung.com>
34835         PR tree-optimization/65177
34836         * tree-ssa-threadupdate.c (verify_seme): Renamed verify_jump_thread.
34837         (bb_in_bbs): New.
34838         (duplicate_seme_region): Renamed duplicate_thread_path.  Redirect all
34839         edges not adjacent on the path to the original code.
34841 2015-03-25  Uros Bizjak  <ubizjak@gmail.com>
34843         PR bootstrap/65537
34844         * doc/install.texi (Building a native compiler): Document new
34845         bootstrap-lto-noplugin configuration.  Mention that bootstrap-lto
34846         configuration assumes that the host supports the linker plugin.
34848 2015-03-25  Ilya Enkovich  <ilya.enkovich@intel.com>
34850         PR target/65508
34851         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Set static
34852         chain for generated call.
34854 2015-03-25  Richard Biener  <rguenther@suse.de>
34856         * passes.c (pass_manager::execute_early_local_passes): Guard
34857         execution of pass_chkp_instrumentation_passes with
34858         flag_check_pointer_bounds.
34859         (pass_chkp_instrumentation_passes::gate): Likewise.
34861 2015-03-25  Martin Liska  <mliska@suse.cz>
34863         PR tree-optimization/65538
34864         * symbol-summary.h (function_summary::~function_summary):
34865         Relese memory for allocated summaries.
34866         (function_summary::release): New function.
34868 2015-03-25  Jakub Jelinek  <jakub@redhat.com>
34870         PR lto/65515
34871         * lto-streamer-out.c (DFS::worklist): New struct.
34872         (DFS::worklist_vec): New data member.
34873         (DFS::next_dfs_num): Remove.
34874         (DFS::DFS): Rewritten using worklist instead of recursion,
34875         using most of code from DFS::DFS_write_tree.
34876         (DFS::DFS_write_tree_body): Remove SINGLE_P argument, don't
34877         pass it to DFS_write_tree calls.
34878         (DFS::DFS_write_tree): Remove SINGLE_P argument, after
34879         quick initial checks push it into worklist_vec and return.
34881 2015-03-25  Richard Biener  <rguenther@suse.de>
34883         PR middle-end/65519
34884         * genmatch.c (expr::gen_transform): Re-write to avoid
34885         using gimple_build.
34887 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
34889         * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
34891 2015-03-25  Bin Cheng  <bin.cheng@arm.com>
34893         * config/arm/arm.opt (print_tune_info): New option.
34894         * config/arm/arm.c (arm_print_tune_info): New function.
34895         (arm_file_start): Call arm_print_tune_info.
34896         * config/arm/arm-protos.h (struct tune_params): Add comment.
34897         * doc/invoke.texi (@item -mprint-tune-info): New item.
34898         (-mtune): mention it in ARM Option Summary.
34900 2015-03-25  DJ Delorie  <dj@redhat.com>
34902         * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
34903         correct clause.
34905 2015-03-24  Jan Hubicka  <hubicka@ucw.cz>
34906             Martin Liska  <mliska@suse.cz>
34908         * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
34909         * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
34910         (sem_item::add_type): New function.
34911         (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
34912         (sem_function::compare_polymorphic_p): Do not consider indirect calls.
34913         (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
34914         (sem_function::equals_wpa): Fix typo.
34915         * ipa-icf.h (sem_item::add_type): New function.
34916         (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
34917         order.
34919 2015-03-24  Jakub Jelinek  <jakub@redhat.com>
34921         PR tree-optimization/65533
34922         * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
34923         with swapped operands, call vect_free_slp_tree on
34924         SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
34925         vector.
34927 2015-03-24  Richard Biener  <rguenther@suse.de>
34929         PR middle-end/65517
34930         * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
34931         for fixup if necessary.
34933 2015-03-23  Sandra Loosemore  <sandra@codesourcery.com>
34935         * doc/extend.texi (Function Attributes): Add @cindex entries
34936         for all attributes and regularize their format.  Delete text
34937         about long-obsolete 68HC11 and 68HC12 targets.  Move misplaced
34938         information about "eightbit_data", "tiny_data", and "model"
34939         variable attributes to the Variable Attributes section.  Fix
34940         some obvious typos and copy-editing issues.
34941         (Variable Attributes, Type Attributes): Likewise add/fix
34942         @cindex entries for all attributes.
34944 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
34946         PR target/65523
34947         * tree-chkp.c (chkp_build_returned_bound): Ignore
34948         ERF_RETURNS_ARG calls if they have fewer than needed arguments.
34950 2015-03-23  Oleg Endo  <olegendo@gcc.gnu.org>
34952         PR target/65505
34953         * config/sh/predicates.md (simple_mem_operand,
34954         displacement_mem_operand): Add test for reg.
34955         (short_displacement_mem_operand): Test for displacement_mem_operand
34956         before invoking sh_disp_addr_displacement.
34957         * config/sh/constraints.md (Sdd, Sra): Simplify.
34958         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
34959         Remove redundant displacement_mem_operand tests.
34961 2015-03-23  Georg-Johann Lay  <avr@gjlay.de>
34963         PR target/65296
34964         * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
34965         the same -mmcu=MCU more than once.
34967 2015-03-23  Jakub Jelinek  <jakub@redhat.com>
34969         PR bootstrap/65522
34970         * ipa-devirt.c: Remove duplicate demangle.h include.
34972         PR target/65504
34973         * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
34974         on the pseudo.
34975         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
34976         REG_POINTER on *destptr after adjusting it for prologue size.
34978         PR ipa/65521
34979         * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
34980         ultimate_alias_target ()->order ints instead of
34981         ultimate_alias_target () pointers.
34983 2015-03-23  Richard Biener  <rguenther@suse.de>
34985         PR tree-optimization/65518
34986         * tree-vect-stmts.c (vectorizable_load): Reject single-element
34987         interleaving cases we generate absymal code for.
34989 2015-03-23  Richard Biener  <rguenther@suse.de>
34991         PR tree-optimization/65494
34992         * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
34993         matches here.
34994         (vect_analyze_slp_instance): But do that here, always and once.
34996 2015-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
34998         * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
34999         adding T or multiplying by T+1 and subracting T.
35001 2015-03-22  Jeff Law  <law@redhat.com>
35003         PR rtl-optimization/64317
35004         * Makefile.in (OBJS): Add gcse-common.c
35005         * gcse.c: Include gcse-common.h
35006         (struct modify_pair_s): Move structure definition to gcse-common.h
35007         (compute_transp): Move function to gcse-common.c.
35008         (canon_list_insert): Similarly.
35009         (record_last_mem_set_info): Break out some code and put it into
35010         gcse-common.c.  Call into the new common code.
35011         (compute_local_properties): Pass additional arguments to compute_transp.
35012         * postreload-gcse.c: Include gcse-common.h and df.h
35013         (modify_mem_list_set, blocks_with_calls): New variables.
35014         (modify_mem_list, canon_modify_mem_list, transp): Likewise.
35015         (get_bb_avail_insn): Pass in the expression index too.
35016         (alloc_mem): Allocate memory for the new bitmaps and lists.
35017         (free_mem): Free memory for the new bitmaps and lists.
35018         (insert_expr_in_table): Record a bitmap index for each entry we
35019         add to the table.
35020         (record_last_mem_set_info): Call into common code in gcse-common.c.
35021         (get_bb_avail_insn): If no available insn was found in the requested
35022         BB.  If BB has a single predecessor, see if the expression is
35023         transparent in BB and available in that single predecessor.
35024         (compute_expr_transp): New wrapper for compute_transp.
35025         (eliminate_partially_redundant_load): Pass expression's bitmap_index
35026         to get_bb_avail_insn.  Compute next_pred_bb_end a bit later.
35027         (gcse_after_reload_main): If there are elements in the hash table,
35028         then compute transparency for all the elements in the hash table.
35029         * gcse-common.h: New file.
35030         * gcse-common.c: New file.
35032 2015-03-22  Sandra Loosemore  <sandra@codesourcery.com>
35034         * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
35035         as an adjective.
35036         (System Headers): Likewise.
35037         (Ifdef): Likewise.
35038         (Traditional macros): Likewise.
35039         (Invocation): Likewise.
35040         (Option Index): Likewise.
35041         * doc/cppopts.texi (-M): Likewise.
35042         (-finput-charset): Likewise.
35043         (--help): Likewise.
35044         * doc.invoke.texi (AVR Options): Likewise.
35045         (V850 Options): Likewise.
35047 2015-03-22  Jan Hubicka  <hubicka@ucw.cz>
35049         PR ipa/65475
35050         * ipa-devirt.c: Include demangle.h
35051         (odr_type_d): Add field rtti_broken.
35052         (odr_subtypes_equivalent_p): Do not require name to match.
35053         (compare_virtual_tables): Fix typo; if type already has ODR violation,
35054         bypass the tests; be ready for function referneces in vtables that are
35055         not DECL_VIRTUAL; make warnings to be OPT_Wodr.
35056         (warn_odr): Give up for nameless types.
35057         (warn_types_mismatch): Report mismatch in mangled names;
35058         report mismatch in anonymous namespaces; look into component types to
35059         give useful error; report when mismatch is dragged in from other ODR
35060         type.
35061         (odr_types_equivalent_p): Match types for being polymorphic; avoid
35062         duplicated diagnostics.
35063         (add_type_duplicate): Reorder checks so more informative ones come
35064         first; fix typo; do not output "the extra base is defined here" when
35065         we did not warn.
35066         (BINFO_N_BASE_BINFOS): Relax sanity check.
35068 2015-03-22  Martin Liska  <mliska@suse.cz>
35069             Jakub Jelinek  <jakub@redhat.com>
35071         * config/i386/i386.c (def_builtin): Set deferred_isa_values for
35072         masks that can potentially include a builtin.
35073         (ix86_add_new_builtins): Introduce fast filter for isa values
35074         that cannot trigger builtin inclusion.
35076 2015-03-22  Martin Liska  <mliska@suse.cz>
35078         * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
35079         (sem_item::update_hash_by_local_refs): Likewise.
35080         (sem_variable::get_hash): Empty line is fixed.
35081         (sem_item_optimizer::execute): Include adding of hash references.
35082         (sem_item_optimizer::update_hash_by_addr_refs): New function.
35083         (sem_item_optimizer::build_hash_based_classes): Use local hash.
35084         * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
35085         (sem_item::update_hash_by_local_refs): Likewise.
35087 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
35089         PR ipa/65502
35090         * ipa-comdats.c (enqueue_references): Walk through thunks.
35091         (ipa_comdats): Likewise.
35092         (set_comdat_group_1): New function.
35094 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
35096         PR ipa/65475
35097         * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
35098         non-polymorphic
35100 2015-03-22  Dave Korn  <dave.korn.cygwin@gmail.com>
35101             Gerald Pfeifer  <gerald@pfeifer.com>
35103         * doc/contrib.texi (Contributors): Update entry for Danny Smith.
35105 2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
35106             Sandra Loosemore  <sandra@codesourcery.com>
35108         * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
35109         function parameter declaration.
35110         * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
35111         Update arguments to nios2_adjust_call_address().
35112         (sibcall_internal): Rename from *sibcall.
35113         (sibcall_value_internal): Rename from *sibcall_value.
35114         * config/nios2/nios2.c (nios2_emit_add_constant): New function.
35115         (nios2_large_got_address): Add target temp reg parameter.
35116         (nios2_got_address): Adjust call to nios2_large_got_address, add
35117         force_reg around it.
35118         (nios2_load_pic_address): Add target temp reg parameter, replace call
35119         to nios2_got_address with corresponding code.
35120         (nios2_legitimize_constant_address): Update call to
35121         nios2_load_pic_address.
35122         (nios2_adjust_call_address): Add temp reg parameter, update PIC case
35123         to use temp reg for PIC loading purposes.
35124         (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
35125         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
35126         (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
35128 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
35130         * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
35131         usage of "the @option{...}".
35132         (-Wopenmp-simd): Likewise.
35133         (-fsanitize-recover): Likewise.
35134         (-fsanitize-undefined-trap-on-error): Likewise.
35135         (-flto): Likewise.
35136         (tracer-dynamic-coverage-feedback): Likewise.
35137         (reorder-block-duplicate-feedback): Likewise.
35138         (loop-unroll-jam-size): Likewise.
35139         (-B): Likewise.
35140         (-I-): Likewise.
35141         (-mabs=legacy): Likewise.
35142         (-mupper-regs-df): Likewise.
35143         (-mupper-regs-sf): Likewise.
35144         (-mpointers-to-nested-functions): Likewise.
35146 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
35148         * doc/extend.texi (Cilk Plus Builtins): Add markup.
35150 2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
35152         * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
35153         additional index entries and cross-references.
35154         (-fchkp-check-incomplete-type): Likewise.
35155         (-fchkp-first-field-has-own-bounds): Likewise.
35156         (-fchkp-narrow-to-innermost-array): Likewise.
35157         (-fchkp-use-fast-string-functions): Likewise.
35158         (-fchkp-use-nochk-string-functions): Likewise.
35159         (-fchkp-use-static-const-bounds): Likewise.
35160         (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
35161         (-fchkp-instrument-marked-only): Likewise.
35162         (-fchkp-use-wrappers): Likewise.
35163         (-static-libmpx): Likewise.
35164         (-static-libmpxwrappers): Likewise.
35165         * doc/extend.texi (bnd_legacy): Likewise.
35166         (bnd_instrument): Likewise.
35167         (bnd_variable_size): Likewise.
35168         (Pointer Bounds Checker builtins): Likewise.
35170 2015-03-21  Tom de Vries  <tom@codesourcery.com>
35172         PR tree-optimization/65458
35173         * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
35174         * cgraph.h (cgraph_node): Add parallelized_function field.
35175         * lto-cgraph.c (lto_output_node): Write parallelized_function field.
35176         (input_overwrite_node): Read parallelized_function field.
35177         * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
35178         parallelized_function on cgraph_node for child_fn.
35179         * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
35180         Remove include of gt-tree-parloops.h.
35181         (parallelized_functions): Remove static variable.
35182         (parallelized_function_p): Rewrite using parallelized_function field of
35183         cgraph_node.
35184         (create_loop_fn): Remove adding to parallelized_functions.
35185         * Makefile.in (GTFILES): Remove tree-parloops.c
35187 2015-03-20  Vladimir Makarov  <vmakarov@redhat.com>
35189         PR rtl-optimization/64366
35190         * lra.c (lra_update_insn_regno_info): Consider regs in
35191         CALL_INSN_FUNCTION_USAGE memory.
35193 2015-03-20  Richard Biener  <rguenther@suse.de>
35195         PR middle-end/64715
35196         * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
35197         for type comparison and gcc_checking_assert.
35198         (chrec_fold_plus_poly_poly): Likewise.
35199         (chrec_fold_multiply_poly_poly): Likewise.
35200         (chrec_convert_1): Likewise.
35201         * gimplify.c (gimplify_expr): Remove premature folding of
35202         &X + CST to &MEM[&X, CST].
35204 2015-03-20  Jan Hubicka  <hubicka@ucw.cz>
35206         * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
35207         already is final.
35208         (ipa_inline): Recompute inline_failed codes.
35209         * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
35210         USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
35211         CIF_FINAL_ERROR.
35213 2015-03-20  Uros Bizjak  <ubizjak@gmail.com>
35215         PR rtl-optimization/60851
35216         * recog.c (constrain_operands): Accept a pseudo register before reload
35217         for LRA enabled targets.
35219 2015-03-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
35221         PR target/65240
35222         * config/rs6000/predicates.md (easy_fp_constant): Remove special
35223         -ffast-math handling that kept non-0 constants live in the RTL
35224         until reload.  Remove logic testing the number of instructions it
35225         took to create a constant in a GPR that was never used, due to a
35226         test for soft-float earlier.
35227         (memory_fp_constant): Delete, no longer used.
35229         * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
35230         alternatives for loading non-0 constants into GPRs for hard
35231         floating point that is no longer needed due to changes in
35232         easy_fp_constant.  Add support for loading 0.0 into GPRs.
35233         (mov<mode>_hardfloat32): Likewise.
35234         (mov<mode>_hardfloat64): Likewise.
35235         (mov<mode>_64bit_dm): Likewise.
35236         (movtd_64bit_nodm): Likewise.
35237         (pre-reload move FP constant define_split): Delete define_split,
35238         since it is no longer used.
35239         (extenddftf2_internal): Remove GHF constraints that are not valid
35240         for extenddftf2.
35242 2015-03-19  Vladimir Makarov  <vmakarov@redhat.com>
35244         PR rtl-optimization/63491
35245         * lra-constraints.c (check_and_process_move): Use src instead of
35246         sreg.  Remove some dead code.
35248 2015-03-19  Jan Hubicka  <hubicka@ucw.cz>
35250         PR ipa/65380
35251         * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
35252         (sem_variable::merge): Likewise.
35254 2015-03-19  Martin Liska  <mliska@suse.cz>
35256         PR ipa/65465
35257         * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
35258         all fields of cgraph_thunk_info.
35260 2015-03-19  Ilya Enkovich  <ilya.enkovich@intel.com>
35262         * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
35263         clone instrumented thunks.
35265 2015-03-19  Richard Biener  <rguenther@suse.de>
35267         Revert
35268         2015-03-10  Richard Biener  <rguenther@suse.de>
35270         PR middle-end/63155
35271         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
35272         * tree-ssa-coalesce.c: Include timevar.h.
35273         (attempt_coalesce): Handle graph being NULL.
35274         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
35275         Split out abnormal coalescing to ...
35276         (perform_abnormal_coalescing): ... this function.
35277         (coalesce_ssa_name): Perform abnormal coalescing without computing
35278         live/conflict.
35279         (verify_ssa_coalescing_worker): New function.
35280         (verify_ssa_coalescing): Likewise.
35282 2015-03-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
35283             Jakub Jelinek  <jakub@redhat.com>
35285         PR sanitizer/65400
35286         * tsan.c (instrument_gimple): Clear tail call flag on
35287         calls.
35289 2015-03-19  Jakub Jelinek  <jakub@redhat.com>
35291         PR sanitizer/65400
35292         * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
35293         call in the return bb.
35294         (find_split_points): Add RETURN_BB argument, don't call
35295         find_return_bb.
35296         (split_function): Likewise.  Add ADD_TSAN_FUNC_EXIT argument,
35297         if true append TSAN_FUNC_EXIT internal call after the call to
35298         the split off function.
35299         (execute_split_functions): Call find_return_bb here.
35300         Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
35301         Adjust find_split_points and split_function calls.
35303 2015-03-18  DJ Delorie  <dj@redhat.com>
35305         * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
35306         (iorqi3_virt): Likewise.
35308 2015-03-18  Tom de Vries  <tom@codesourcery.com>
35310         * tree-parloops.c (parallelize_loops): Make static.
35311         * tree-parloops.h (parallelize_loops): Remove extern declaration.
35313 2015-03-18  Andrew Stubbs  <ams@codesourcery.com>
35315         PR middle-end/64491
35316         Revert:
35317         2014-11-20  Andrew Stubbs  <ams@codesourcery.com>
35319         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
35320         condition would be removed due to undefined behaviour.
35322 2015-03-18  Martin Liska  <mliska@suse.cz>
35324         PR ipa/65432
35325         * cgraph.c (cgraph_node::get_create): Remove unnecessary
35326         xstrdup_for_dump wrapper.
35327         * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
35328         sem_item::name.
35329         (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
35330         with xstrdup_for_dump.
35331         (sem_variable::equals): Likewise.
35332         (sem_item_optimizer::read_section): Use symtab_node::name instead of
35333         sem_item::name.
35334         (sem_item_optimizer::parse_funcs_and_vars): Likewise.
35335         (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
35336         symtab_node::asm_name with xstrdup_for_dump.
35337         (congruence_class::dump): Use symtab_node::name instead of
35338         sem_item::name.
35339         * ipa-icf.h (symtab_node::name): Remove.
35340         (symtab_node::asm_name): Likewise.
35342 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
35344         PR tree-optimization/65450
35345         * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
35346         function.
35347         (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
35348         it instead of duplicate_ssa_name_ptr_info.
35350         PR target/65222
35351         * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
35353 2015-03-18  Richard Biener  <rguenther@suse.de>
35355         * tree-data-ref.h (struct access_matrix): Remove.
35356         (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
35357         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
35358         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
35359         (am_vector_index_for_loop): Likewise.
35360         (struct data_reference): Remove access_matrix member.
35361         (DR_ACCESS_MATRIX): Remove.
35362         (lambda_vector_new): Add comment.
35363         (lambda_matrix_new): Use XOBNEWVEC.
35365 2015-03-18  Richard Biener  <rguenther@suse.de>
35367         * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
35368         (pass_ch::execute): Cleanup the CFG only if we did sth.
35369         * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
35371 2015-03-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
35373         * expmed.c (synth_mult): Use std::swap instead of manually
35374         swapping algorithms.
35376 2015-03-18  Jakub Jelinek  <jakub@redhat.com>
35378         PR target/65078
35379         * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
35381 2015-03-16  Georg-Johann Lay  <avr@gjlay.de>
35383         PR target/65296
35384         * config/avr/avr.opt (-nodevicelib): New option.
35385         * doc/invoke.texi (AVR Options): Document it.
35386         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
35387         libgcc.a, libc.a, libm.a.
35388         * config/avr/specs.h: Same.
35389         * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
35390         which don't (directly) depend on the device.  Print more help.
35391         (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
35392         (*cpp): Don't define __AVR_DEV_LIB_NAME__.
35393         * config/avr/driver-avr.c: Remove -nodevicelib from option list in
35394         case of an error.
35395         (avr_devicespecs_file): Use suffix "%s" instead of absolute path
35396         for specs file name.
35397         * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
35398         * config/avr/avr-mcus.def: Adjust initializers and comments.
35400 2015-03-16  Jan Hubicka  <hubicka@ucw.cz>
35402         * tree-sra.c (ipa_sra_preliminary_function_checks): Use
35403         DECL_ONE_ONLY to check if decl is one only.
35404         * ipa-split.c (consider_split): Limit splitt of one only functions.
35406 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
35408         PR tree-optimization/65427
35409         * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
35410         functions.
35411         (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
35413 2015-03-16  Marek Polacek  <polacek@redhat.com>
35415         * cgraph.h (add_new_static_var): Remove declaration.
35416         * varpool.c (add_new_static_var): Remove function.
35418 2015-03-16  Jakub Jelinek  <jakub@redhat.com>
35420         * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
35421         instead of vec<tree> * with vec_alloc and release for args.
35422         Adjust all users.
35424         PR middle-end/65431
35425         * omp-low.c (delete_omp_context): Only splay_tree_delete
35426         reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
35427         is_gimple_omp_oacc contexts.  Don't look at ctx->outer.
35429 2015-03-16  Max Ostapenko  <m.ostapenko@partner.samsung.com>
35431         PR sanitizer/64820
35432         * cfgexpand.c (align_base): New function.
35433         (alloc_stack_frame_space): Call it.
35434         (expand_stack_vars): Align prev_frame to be sure
35435         data->asan_vec elements aligned properly.
35437 2015-03-16  Eric Botcazou  <ebotcazou@adacore.com>
35439         PR middle-end/65409
35440         * expr.c (store_field): Do not do a direct block copy if the source is
35441         a PARALLEL with BLKmode.
35443 2015-03-16  Tom de Vries  <tom@codesourcery.com>
35445         PR middle-end/65414
35446         Revert:
35447         2015-03-12  Tom de Vries  <tom@codesourcery.com>
35449         PR rtl-optimization/64895
35450         * lra-lives.c (check_pseudos_live_through_calls): Use
35451         actual_call_used_reg_set instead of call_used_reg_set, if available.
35453 2015-03-16  Alan Modra  <amodra@gmail.com>
35455         PR target/63150
35456         * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
35457         Modify Z->r bswapdi splitter to use dest in place of scratch.
35458         In r->Z and Z->r bswapdi splitter rename word_high, word_low
35459         to word1, word2 and rearrange logic to suit.
35460         (bswapdi2_64bit): Remove early clobber on Z->r alternative.
35461         (bswapdi2_ldbrx): Likewise.  Remove '??' on r->r.
35462         (bswapdi2_32bit): Remove early clobber on Z->r alternative.
35463         Add one '?' on r->r.  Modify Z->r splitter to avoid need for
35464         early clobber.
35466 2015-03-14  Jakub Jelinek  <jakub@redhat.com>
35468         PR tree-optimization/65369
35469         * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
35470         Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
35471         (vs - 1) * TYPE_SIZE_UNIT (elem_type).
35473         PR tree-optimization/65418
35474         * tree-ssa-reassoc.c (extract_bit_test_mask): If there
35475         are casts in the first PLUS_EXPR operand, ensure tbias and
35476         *totallowp are in the inner type.
35478         PR rtl-optimization/65401
35479         * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
35480         argument.  If true, adjust_address_nv of x with big-endian
35481         correction for the mode widening to GET_MODE (y).
35482         (make_field_assignment): Don't do MEM mode widening here.
35483         Use MEM_P instead of GET_CODE == MEM.
35485 2015-03-13  Ilya Verbin  <ilya.verbin@intel.com>
35487         * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
35488         the external decls.
35490 2015-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
35492         PR target/64600
35493         * config/arm/arm.c (arm_gen_constant, AND case): Use
35494         ARM_SIGN_EXTEND when constructing AND mask.
35496 2015-03-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
35498         * graph.c (print_graph_cfg): Make function names visible and append
35499         parenthesis to it.  Also make groups of basic blocks belonging to the
35500         same function visible.
35502 2015-03-12  Richard Biener  <rguenther@suse.de>
35504         PR middle-end/44563
35505         * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
35506         to avoid quadratic behavior with inline expansion splitting blocks.
35507         * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
35508         with the successor if the predecessor will be merged with it.
35509         * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
35510         entry block with its successor.
35512 2015-03-13  Richard Biener  <rguenther@suse.de>
35514         PR middle-end/44563
35515         * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
35516         (cleanup_tree_cfg_1): Do not call it.
35517         (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
35518         (fixup_noreturn_call): Mark the stmt as control altering.
35519         * tree-cfg.c (execute_fixup_cfg): Do not dump the function
35520         here.
35521         (pass_data_fixup_cfg): Produce a dump file.
35522         * tree-ssa-dom.c: Include tree-cfgcleanup.h.
35523         (need_noreturn_fixup): New global.
35524         (pass_dominator::execute): Fixup queued noreturn calls.
35525         (optimize_stmt): Queue calls that became noreturn for fixup.
35526         * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
35527         * tree-ssa-pre.c: Include tree-cfgcleanup.h.
35528         (el_to_fixup): New global.
35529         (eliminate_dom_walker::before_dom_childre): Queue calls that
35530         became noreturn for fixup.
35531         (eliminate): Fixup queued noreturn calls.
35532         * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
35533         (substitute_and_fold_dom_walker): New member stmts_to_fixup.
35534         (substitute_and_fold_dom_walker::before_dom_children): Queue
35535         alls that became noreturn for fixup.
35536         (substitute_and_fold): Fixup queued noreturn calls.
35538 2015-03-12  Jan Hubicka  <hubicka@ucw.cz>
35540         * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
35541         and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
35542         are building; for methods check ODR type of class they belong to if
35543         they may lead to a polymorphic call.
35544         (sem_function::compare_polymorphic_p): Be bit smarter about testing
35545         when function may lead to a polymorphic call.
35546         (sem_function::compare_type_list): Remove.
35547         (sem_variable::equals): Update use of compatible_types_p.
35548         (sem_variable::parse_tree_refs): Remove.
35549         (sem_item_optimizer::filter_removed_items): Do not filter out CXX
35550         cdtor.
35551         * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
35552         matching here.
35553         (func_checker::compatible_polymorphic_types_p): Break out from ...
35554         (unc_checker::compatible_types_p): ... here.
35555         * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
35556         Declare.
35557         (unc_checker::compatible_types_p): Update.
35558         * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
35559         Remove.
35561 2015-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
35563         PR rtl-optimization/65235
35564         * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
35565         When first element of vec_concat is const_int, calculate its size
35566         using second element.
35568 2015-03-12  Richard Biener  <rguenther@suse.de>
35570         PR middle-end/65270
35571         * fold-const.c (operand_equal_p): Fix ordering of resetting
35572         OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
35574 2015-03-12  Dominik Vogt  <vogt@linux.vnet.ibm.com>
35576         * config/s390/s390.c (s390_reorg): Move code to output nops after label
35577         to s390_reorg ().
35578         (s390_asm_output_function_label): Likewise.
35579         * config/s390/s390.c (s390_asm_output_function_label):
35580         Fix function label alignment with -mhtopatch.
35581         * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
35582         UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
35583         ("nop_2_byte"): New define_insn.
35584         ("nop_4_byte"): Likewise.
35585         ("nop_6_byte"): Likewise.
35586         * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
35587         * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
35589 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
35591         PR target/65103
35592         * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
35593         register.
35595 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
35597         PR target/65044
35598         * toplev.c (process_options): Restrict Pointer Bounds Checker
35599         usage with Address Sanitizer.
35601 2015-03-12  Richard Biener  <rguenther@suse.de>
35603         * tree-cfg.c (gimple_split_block): Remove loop finding stmt
35604         to split on.
35605         * omp-low.c (expand_omp_taskreg): Split block before removing
35606         the stmt.
35607         (expand_omp_target): Likewise.
35608         * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
35609         * tree-parloops.c (create_call_for_reduction_1): Pass a proper
35610         stmt to split_block.
35612 2015-03-12  Tom de Vries  <tom@codesourcery.com>
35614         PR rtl-optimization/64895
35615         * lra-lives.c (check_pseudos_live_through_calls): Use
35616         actual_call_used_reg_set instead of call_used_reg_set, if available.
35618 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
35620         * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
35621         (cgraph_node::remove): Likewise.
35622         (cgraph_node::get_untransformed_body): Likewise.
35623         * varpool.c (varpool_node::remove): Likewise.
35624         (varpool_node::get_constructor): Add sanity check.
35626 2015-03-11  Sandra Loosemore  <sandra@codesourcery.com>
35628         * doc/invoke.texi (-fgnu89-inline): Remove discussion about
35629         old GCC versions.
35630         (-fabi-compat-version): Likewise.
35631         (-ffriend-injection): Likewise.
35632         (-Wdeclaration-after-statement): Likewise.
35633         (-fomit-frame-pointer): Likewise.
35634         (-ftree-coalesce-inlined-vars): Likewise.
35635         (-fvisibility=): Likewise.
35636         * doc/extend.texi (Typeof): Likewise.
35637         (Zero Length): Likewise.
35638         (Escaped Newlines): Likewise.
35639         (Compound Literals): Likewise.
35640         (Function Attributes): Likewise.
35641         (Label Attributes): Likewise.
35642         (Type Attributes): Likewise.
35643         (Function Names): Likewise.
35644         (Other Builtins): Likewise.
35645         (Function Specific Option Pragmas): Likewise.
35646         (C++ Interface): Likewise.
35648 2015-03-11  Thomas Schwinge  <thomas@codesourcery.com>
35650         * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
35652 2015-03-11  Marek Polacek  <polacek@redhat.com>
35654         PR tree-optimization/65388
35655         * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
35657 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
35659         PR target/65296
35660         * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
35661         * configure: Regenerate.
35662         * config.in: Regenerate.
35663         * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
35664         [-mn-flash]: Document it.
35665         [__AVR_ARCH__]: Document avrtiny.
35667         * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
35668         (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
35669         (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
35671 2015-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
35673         * doc/invoke.texi: Add missing cpu values (z196, zEC12).
35675 2015-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
35677         PR target/65242
35678         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
35679         allow reloads of PLUS in floating point/VSX registers.
35681 2015-03-11  Junmo Park  <junmoz.park@samsung.com>
35683         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
35684         crypto_sha256_fast.
35685         (cortex_a57_crypto_complex): Add crypto_sha256_slow.
35687 2015-03-11  Richard Biener  <rguenther@suse.de>
35689         PR tree-optimization/65310
35690         * tree-sra.c (build_ref_for_offset): Also preserve larger
35691         alignment.
35693 2015-03-11  Marat Zakirov  <m.zakirov@samsung.com>
35695         * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
35697 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
35699         PR target/65368
35700         * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
35701         new define_expand.
35702         (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
35704 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
35706         * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
35707         (sem_function::equals_wpa): ... here.
35709 2015-03-10  Marek Polacek  <polacek@redhat.com>
35710             Jakub Jelinek  <jakub@redhat.com>
35712         PR sanitizer/65367
35713         * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
35714         when only removing the statement.  Handle expanding UBSAN_OBJECT_SIZE
35715         separately.
35717 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
35719         PR target/65286
35720         * config/rs6000/t-linux: For powerpc64* target set
35721         MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
35723 2015-03-10  Richard Biener  <rguenther@suse.de>
35725         PR middle-end/44563
35726         * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
35727         for redirect_all_calls.
35729 2015-03-10  Marek Polacek  <polacek@redhat.com>
35731         * gdbinit.in (pcfun): Define and document.
35733 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
35735         * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
35736         of libgomp-plugin.h.
35737         (find_target_compiler): Support a case when the path to gcc is
35738         specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
35739         (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
35740         intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
35741         libgomp-plugin.h.
35742         (main): Use GCC_INSTALL_NAME as target_driver_name.
35743         * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
35744         define.
35745         (mkoffload.o): Remove obsolete include path and defines.
35746         (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
35748 2015-03-10  Richard Biener  <rguenther@suse.de>
35750         PR middle-end/63155
35751         * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
35752         * tree-ssa-coalesce.c: Include timevar.h.
35753         (attempt_coalesce): Handle graph being NULL.
35754         (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
35755         Split out abnormal coalescing to ...
35756         (perform_abnormal_coalescing): ... this function.
35757         (coalesce_ssa_name): Perform abnormal coalescing without computing
35758         live/conflict.
35759         (verify_ssa_coalescing_worker): New function.
35760         (verify_ssa_coalescing): Likewise.
35762 2015-03-10  Georg-Johann Lay  <avr@gjlay.de>
35764         PR target/65296
35765         * config.gcc (extra_options) [avr]: Remove.
35766         (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
35767         (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
35768         (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
35770         * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
35771         (-mmcu=): Add Var and MissingArgError properties.
35772         (-march=): Remove.
35773         * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
35774         * config/avr/t-multilib: Regenerate.
35775         * config/avr/specs.h: New file.
35776         * config/avr/driver-avr.c: New file.
35777         * config/avr/genopt.sh: Remove file.
35778         * config/avr/avr-tables.opt: Remove file.
35779         * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
35780         * config/avr/avr-c.c: Same.
35781         * avr-arch.h: Same.
35782         (avr_current_device): Remove proto.
35783         * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
35784         (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
35785         (EXTRA_SPEC_FUNCTIONS): Define.
35786         (avr_devicespecs_file): New specs function proto.
35787         (DRIVER_SELF_SPECS): Use device-specs-file spec function.
35788         * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
35789         (avr_current_device): Remove definition and usage.
35790         (avr_set_core_architecture): New static function.
35791         (avr_option_override): Use it.
35792         * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
35793         (mcu_name): New static array.
35794         (comparator, avr_archs_str, avr_mcus_str): New static functions.
35795         (avr_inform_devices, avr_inform_core_architectures): New functions.
35796         * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
35797         (avrlibc.h) [WITH_AVRLIBC]: Include.
35798         (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
35799         (print_mcu): Rewrite from scratch.
35800         * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
35801         Forward to avr-specific specs defined in device-specs file.
35802         * config/avr/t-avr (driver-avr.o): New rule.
35803         (avr-devices.o): Depend on avr-arch.h.
35804         (avr-mcus): No more depend on avr-tables.opt.
35805         (avr-tables.opt): Remove rule.
35806         (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
35808 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
35810         * c-family/c.opt (fchkp-use-wrappers): New.
35811         * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
35812         (chkp_wrap_function): New.
35813         (chkp_build_instrumented_fndecl): Support wrapped
35814         functions.
35815         * doc/invoke.texi (-fcheck-pointer-bounds): New.
35816         (-fchkp-check-incomplete-type): New.
35817         (-fchkp-first-field-has-own-bounds): New.
35818         (-fchkp-narrow-bounds): New.
35819         (-fchkp-narrow-to-innermost-array): New.
35820         (-fchkp-optimize): New.
35821         (-fchkp-use-fast-string-functions): New.
35822         (-fchkp-use-nochk-string-functions): New.
35823         (-fchkp-use-static-bounds): New.
35824         (-fchkp-use-static-const-bounds): New.
35825         (-fchkp-treat-zero-dynamic-size-as-infinite): New.
35826         (-fchkp-check-read): New.
35827         (-fchkp-check-write): New.
35828         (-fchkp-store-bounds): New.
35829         (-fchkp-instrument-calls): New.
35830         (-fchkp-instrument-marked-only): New.
35831         (-fchkp-use-wrappers): New.
35832         (-static-libmpx): New.
35833         (-static-libmpxwrappers): New.
35835 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
35837         * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
35838         (CHKP_SPEC): Add wrappers library.
35839         * c-family/c.opt (static-libmpxwrappers): New.
35841 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
35843         * config/i386/linux-common.h (LIBMPX_LIBS): New.
35844         (LIBMPX_SPEC): New.
35845         (CHKP_SPEC): New.
35846         * gcc.c (CHKP_SPEC): New.
35847         (LINK_COMMAND_SPEC): Add CHKP_SPEC.
35848         * c-family/c.opt (static-libmpx): New.
35850 2015-03-10  Richard Biener  <rguenther@suse.de>
35852         PR middle-end/44563
35853         * cgraph.h (struct cgraph_edge_hasher): Add hash overload
35854         for compare_type.
35855         * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
35856         (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
35857         (cgraph_add_edge_to_call_site_hash): Likewise.
35858         (cgraph_node::get_edge): Likewise.
35859         (cgraph_edge::set_call_stmt): Likewise.
35860         (cgraph_edge::remove_caller): Likewise.
35862 2015-03-10  Chung-Ju Wu  <jasonwucj@gmail.com>
35864         * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
35865         (callee_saved_gpr_regs_size): ... this.
35866         (callee_saved_regs_first_regno): Rename to ...
35867         (callee_saved_first_gpr_regno): ... this.
35868         (callee_saved_regs_last_regno) Rename to ...
35869         (callee_saved_last_gpr_regno): ... this.
35870         * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
35871         variables.
35872         (nds32_initial_elimination_offset): Likewise.
35873         (nds32_expand_prologue): Likewise.
35874         (nds32_expand_epilogue): Likewise.
35875         (nds32_expand_prologue_v3push): Likewise.
35876         (nds32_expand_epilogue_v3pop): Likewise.
35877         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
35878         Adjust renamed variables.
35879         (nds32_output_stack_pop): Likewise.
35881 2015-03-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
35883         * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
35884         code in comment.
35886 2015-03-10  Jakub Jelinek  <jakub@redhat.com>
35888         PR rtl-optimization/65321
35889         * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
35890         than shift mode.
35891         * var-tracking.c (use_narrower_mode): Likewise.
35893 2015-03-10  Jan Hubicka  <hubicka@ucw.cz>
35895         PR tree-optimization/65355
35896         * varasm.c (notice_global_symbol): Do not produce RTL.
35897         * symtab.c (symtab_node::can_increase_alignment_p): Check for section
35898         anchor.
35899         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
35900         check for section anchors.
35902 2015-03-10  Alan Modra  <amodra@gmail.com>
35904         PR target/65286
35905         * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
35906         to be single-arch by default.  Set cpu_is_64bit for powerpc64
35907         given --with-cpu=native.
35908         * config/rs6000/t-fprules: Do not set default MULTILIB vars.
35909         * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
35910         and powerpc64le.
35911         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
35912         rs6000_isa_flags rather than TARGET_64BIT.
35914 2015-03-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
35915             Kaz Kojima  <kkojima@gcc.gnu.org>
35917         * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
35919 2015-03-09  Jakub Jelinek  <jakub@redhat.com>
35921         PR lto/65361
35922         * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
35923         on a TREE_BINFO, instead use BINFO_TYPE.
35925 2015-03-09  Richard Biener  <rguenther@suse.de>
35927         PR middle-end/65270
35928         * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
35929         * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
35930         operand set OEP_ADDRESS_OF.  Clear it when recursing to non-bases
35931         of that.  When comparing dereferences compare alignment.
35932         When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
35934 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
35936         * ipa-inline-analysis.c (check_callers): Check
35937         node->can_remove_if_no_direct_calls_and_refs_p.
35938         (growth_likely_positive): Reorganize to call
35939         can_remove_if_no_direct_calls_p later.
35940         * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
35941         will_be_removed_from_program_if_no_direct_calls_p): Add
35942         will_inline parameter.
35943         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
35944         cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
35945         Handle inliner case correctly.
35947 2015-03-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
35949         PR tree-optimization/63743
35950         * cfgexpand.c (reorder_operands): Also reorder if only second operand
35951         had its definition forwarded by TER.
35953 2015-03-08  Jan Hubicka  <hubicka@ucw.cz>
35955         PR lto/65316
35956         * ipa-utils.h (types_odr_comparable): Add strict argument.
35957         * ipa-devirt.c: Fix whitespace;
35958         (odr_hasher): Remove.
35959         (odr_name_hasher, odr_vtable_hasher): New hashers.
35960         (can_be_name_hashed_p): New predicate.
35961         (hash_type_name): remove.
35962         (hash_odr_name): New.
35963         (odr_name_hasher::hash): new.
35964         (can_be_vtable_hashed_p): New.
35965         (hash_odr_vtable): New.
35966         (odr_vtable_hasher::hash): New.
35967         (types_same_for_odr): Add strict parameter.
35968         (types_odr_comparable): Likewise.
35969         (odr_name_hasher::equal): New.
35970         (odr_vtable_hasher::equal): New.
35971         (odr_name_hasher::remove): New.
35972         (odr_hash_type): Change to hash_table<odr_name_hasher>.
35973         (odr_vtable_hash_type): New.
35974         (odr_vtable_hash): New.
35975         (odr_subtypes_equivalent_p): Do strict comparsion.
35976         (add_type_duplicate): Merge type names; cleanup; avoid type
35977         duplicates.
35978         (register_odr_type): Initialize vtable hash.
35979         (build_type_inheritance_graph): Likewise
35980         (get_odr_type): Reorg to use two hashes.
35981         (dump_possible_polymorphic_call_targets): Move sanity check after debug
35982         output.
35983         (ipa_devirt): Dump type_inheritance_graph.
35984         (types_same_for_odr): Add strict mode.
35986 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
35988         PR ipa/65334
35989         * cgraph.h (symtab_node): Add definition_alignment,
35990         can_increase_alignment_p and increase_alignment.
35991         * symtab.c (symtab_node::can_increase_alignment_p,
35992         increase_alignment_1, symtab_node::increase_alignment,
35993         symtab_node::definition_alignment): New.
35994         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
35995         can_increase_alignment_p.
35996         * tree-vectorizer.c (increase_alignment): Use increase_alignment.
35997         * tree-vect-stmts.c (ensure_base_align): Likewise.
35998         * varasm.c (function_section_1): Use definition_alignment.
35999         (assemble_start_function): Likewise.
36000         (emit_local): likewise.
36001         (build_constant_desc): Likewsie.
36002         (output_constant_def_contents): Likewise.
36003         (place_block_symbol): Likewise.
36004         (output_object_block): Likewise.
36006 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
36008         PR ipa/65316
36009         * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
36010         when outputting debug.
36012 2015-03-07  Marek Polacek  <polacek@redhat.com>
36013             Martin Uecker  <uecker@eecs.berkeley.edu>
36015         PR sanitizer/65280
36016         * doc/invoke.texi: Update description of -fsanitize=bounds.
36018 2015-03-06  Wilco Dijkstra  <wilco.dijkstra@arm.com>
36020         * tree-ssa-phiopt.c (neg_replacement): Remove.
36021         (tree_ssa_phiopt_worker): Remove negate optimization.
36023 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
36025         PR ipa/65302
36026         * value-prof.c (gimple_ic): Pure dead eh edges when needed.
36028 2015-03-06  Richard Biener  <rguenther@suse.de>
36030         PR middle-end/64928
36031         * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
36032         and liveout_obstack members.
36033         (calculate_live_on_exit): Remove.
36034         (calculate_live_ranges): Change declaration.
36035         * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
36036         (new_tree_live_info): Adjust.
36037         (calculate_live_ranges): Delete livein when not wanted.
36038         (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
36039         Deal with partly deleted live info.
36040         (loe_visit_block): Remove temporary bitmap by using
36041         bitmap_ior_and_compl_into.
36042         (live_worklist): Adjust accordingly.
36043         (calculate_live_on_exit): Make static.
36044         * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
36045         we do not need livein.
36047 2015-03-06  Jonathan Wakely  <jwakely@redhat.com>
36049         * real.c (real_from_string): Fix typo in assertion.
36051 2015-03-06  Alex Velenko  <alex.velenko@arm.com>
36053         * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
36054         the patch.
36056 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
36058         * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
36060 2015-03-05  Vladimir Makarov  <vmakarov@redhat.com>
36062         PR target/64342
36063         * lra-assigns.c (find_hard_regno_for): Rename to
36064         find_hard_regno_for_1.  Add a new parameter.
36065         (find_hard_regno_for): New function using find_hard_regno_for_1.
36067 2015-03-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
36069         PR rtl-optimization/65067
36070         * expmed.c (store_bit_field, extract_bit_field): Reworked the
36071         strict volatile bitfield handling.
36073 2015-03-05  Martin Liska  <mliska@suse.cz>
36075         PR ipa/65318
36076         * ipa-icf.c (sem_variable::equals): Compare variables types.
36078 2015-03-05  Richard Henderson  <rth@redhat.com>
36080         PR target/65121
36081         * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
36082         correctly check weak symbol binding.
36084 2015-03-05  Steve Ellcey  <sellcey@imgtec.com>
36086         PR middle-end/65315
36087         * cfgexpand.c (expand_stack_vars): Update large_align to maximum
36088         needed alignment.
36090 2015-03-05  Martin Liska  <mliska@suse.cz>
36092         * ipa-inline.c (inline_small_functions): Set default value to
36093         prevent warning during bootstrap.
36094         * tree.h: Add pragma guard that ignores false positives during
36095         bootstrap.
36097 2015-03-05  Richard Biener  <rguenther@suse.de>
36099         PR tree-optimization/65310
36100         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
36101         Properly preserve alignment of the base of the access.
36103 2015-03-05  Richard Biener  <rguenther@suse.de>
36105         PR ipa/65270
36106         * ipa-icf-gimple.c (func_checker::compare_memory_operand):
36107         Compare dependence info.
36109 2015-03-05  Richard Biener  <rguenther@suse.de>
36111         PR middle-end/65233
36112         * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
36113         tree-into-ssa.h.
36114         (walk_ssa_copies): Revert last chage.  Instead do not walk
36115         SSA names registered for SSA update.
36117 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
36119         PR ipa/65270
36120         * ipa-icf.c (sem_item::compare_cgraph_references): Compare
36121         vtable references for their containing type.
36122         (sem_function::equals_wpa): Compare TYPE_RESTRICT
36123         and type attributes.
36125 2015-03-04  Eric Botcazou  <ebotcazou@adacore.com>
36127         * fold-const.c (round_up_loc): Cast divisor to signed on all paths
36128         before negating it.
36129         * stor-layout.c (finalize_record_size): Revert latest change.
36131 2015-03-04  Andreas Tobler  <andreast@gcc.gnu.org>
36133         * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
36135 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
36137         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
36138         for correct comdat handling.
36139         (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
36140         Likewise.
36141         * cgraph.h (call_for_symbol_and_aliases): Fix formating.
36142         (used_from_object_file_p_worker): Remove.
36143         (cgraph_node::only_called_directly_or_alised): Add
36144         used_from_object_file_p.
36145         * ipa-inline-analysis.c (growth_likely_positive): Optimie.
36146         * ipa-inline-transform.c (can_remove_node_now_p_1): Use
36147         can_remove_if_no_direct_calls_and_refs_p.
36149 2015-03-04  Nick Clifton  <nickc@redhat.com>
36151         * config/rl78/rl78.h (enum reg_class): Remove real registers from
36152         General register class.
36153         * config/rl78/rl78-real.md: Replace general register constraints
36154         with real+virtual register constraints.
36156 2015-03-04  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
36158         * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
36159         from checking for -mhtm option.
36161 2015-03-03  Jan Hubicka  <hubicka@ucw.cz>
36163         * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
36164         (struct ipa_sra_check_caller_data): Add has_thunk field.
36165         (ipa_sra_check_caller): Check for thunk.
36166         (ipa_sra_preliminary_function_checks): Give up on function with
36167         thunks.
36168         (ipa_early_sra): Use call_for_symbol_and_aliases.
36170 2015-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
36172         PR target/65249
36173         * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
36174         called for __stack_chk_guard symbol.
36176 2015-03-03  DJ Delorie  <dj@redhat.com>
36178         * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
36179         inc/dec.
36180         (*addhi3_real): Likewise.
36181         * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
36182         pattern to match incrementing memory.
36183         * config/rl78/predicates.md (rl78_1_2_operand): New.
36184         * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
36185         it's the same and only mem.
36186         (rl78_alloc_physical_registers_op2): If there's effectively only
36187         one MEM, transcode it into HL.
36188         (rl78_far_p): Reject addresses that aren't legitimate.
36190 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
36192         * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
36193         negating it.
36195         * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
36197 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
36199         Implement call0 ABI for xtensa
36200         * config/xtensa/constraints.md ("a" constraint): Include stack
36201         pointer in case of call0 ABI.
36202         ("q" constraint): Make empty in case of call0 ABI.
36203         ("D" constraint): Include stack pointer in case of call0 ABI.
36204         * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
36205         xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
36206         prototypes.
36207         * config/xtensa/xtensa.c (xtensa_callee_save_size): New
36208         variable.
36209         (xtensa_regno_to_class): Make it a local variable in the
36210         function xtensa_regno_to_class.
36211         (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
36212         macro, function prototype and implementation.
36213         (reg_nonleaf_alloc_order): Make it a local variable in the
36214         function order_regs_for_local_alloc.
36215         (xtensa_conditional_register_usage): New function.
36216         (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
36217         (xtensa_valid_move): Allow direct moves to stack pointer
36218         register in call0 ABI.
36219         (xtensa_setup_frame_addresses): Only spill register windows in
36220         windowed ABI.
36221         (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
36222         call0 ABI respectively.
36223         (xtensa_function_arg_1): Only mark a7 register for copying in
36224         windowed ABI.
36225         (xtensa_call_save_reg): New function.
36226         (compute_frame_size): Add space for callee saved register
36227         storage to the frame size in call0 ABI.
36228         (xtensa_expand_prologue): Generate code to set up stack frame
36229         and save callee-saved registers in call0 ABI.
36230         (xtensa_expand_epilogue): New function.
36231         (xtensa_set_return_address): New function.
36232         (xtensa_return_addr): Calculate return address in call0 ABI.
36233         (xtensa_builtin_saveregs): Only mark a7 register for copying and
36234         emit copying code in windowed ABI.
36235         (order_regs_for_local_alloc): Add preferred register allocation
36236         order for non-leaf function in call0 ABI.
36237         (xtensa_static_chain): Add atatic chain passing for call0 ABI.
36238         (xtensa_asm_trampoline_template): Add trampoline generation for
36239         call0 ABI.
36240         (xtensa_trampoline_init): Add trampoline initialization for
36241         call0 ABI.
36242         (xtensa_conditional_register_usage, xtensa_regno_to_class): New
36243         functions.
36244         * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
36245         (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
36246         (CALL_USED_REGISTERS): Modify to encode both windowed and call0
36247         ABI call-used registers.
36248         (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
36249         (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
36250         call0 ABI.
36251         (REG_CLASS_CONTENTS): Include all registers into the preferred
36252         reload registers set, adjust the set in the
36253         xtensa_conditional_register_usage.
36254         (xtensa_regno_to_class): Drop variable declaration.
36255         (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
36256         function.
36257         (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
36258         respectively.
36259         (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
36260         (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
36261         (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
36262         (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
36263         location in call0 ABI.
36264         (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
36265         stack adjustment size when handling exception.
36266         (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
36267         * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
36268         definitions.
36269         ("return" pattern): Generate ret.n/ret in call0 ABI.
36270         ("epilogue" pattern): Expand epilogue.
36271         ("nonlocal_goto" pattern): Use default in call0 ABI.
36272         ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
36273         emit eh_set_a0_* depending on ABI.
36274         ("eh_set_a0_windowed" pattern): Former eh_return pattern.
36275         ("eh_set_a0_call0", "blockage"): New patterns.
36277 2015-03-03  Martin Liska  <mliska@suse.cz>
36279         PR ipa/65287
36280         * ipa-icf.c (sem_variable::parse): Skip all alias variables.
36282 2015-03-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
36284         PR 65138/target
36285         * config/rs6000/rs6000-tables.opt: Regenerate table.
36287 2015-03-03  Renlin Li  <renlin.li@arm.com>
36289         * doc/md.texi (@item ^): Change ? into ^.
36291 2015-03-03  H.J. Lu  <hongjiu.lu@intel.com>
36293         * doc/tm.texi: Regenerated.
36295 2015-03-03  Max Filippov  <jcmvbkbc@gmail.com>
36297         * builtins.c (expand_builtin_return_addr): Add
36298         RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
36299         surrounding #ifdef.
36300         * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
36301         definition to 1.
36302         * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
36303         Likewise.
36304         * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
36305         undefined.
36306         * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
36307         paragraph.
36309 2015-03-03  Martin Jambor  <mjambor@suse.cz>
36310             Eric Botcazou  <ebotcazou@adacore.com>
36312         * tree-sra.c (ipa_sra_check_caller_data): New type.
36313         (has_caller_p): Removed.
36314         (ipa_sra_check_caller): New function.
36315         (ipa_sra_preliminary_function_checks): Use it.
36317 2015-03-03  Martin Liska  <mliska@suse.cz>
36319         * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
36320         instead of if branch.
36322 2015-03-03  Martin Liska  <mliska@suse.cz>
36324         PR ipa/65282
36325         * ipa-icf.c (sem_variable::equals): Fix wrong condition.
36327 2015-03-23  Jeff Law  <law@redhat.com>
36329         PR tree-optimization/65241
36330         * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
36331         hash table if INSERT is true.
36333 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
36335         PR target/65296
36336         * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
36338 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
36340         PR target/64331
36341         * config/avr/avr.c (context.h, tree-pass.h): Include them.
36342         (avr_pass_data_recompute_notes): New static variable.
36343         (avr_pass_recompute_notes): New class.
36344         (avr_register_passes): New static function.
36345         (avr_option_override): Call it.
36347 2015-03-03  Georg-Johann Lay  <avr@gjlay.de>
36349         Fix various problems with specs file generation.
36351         PR target/65296
36352         * config.gcc (extra_gcc_objs) [avr]: Remove.
36353         * config/avr/driver-avr.c: Remove file.
36354         * config/avr/t-avr (driver-avr.o): Remove rule.
36355         (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
36356         INCLUDES to build.  Depend on TM_H.
36357         * config/avr/gen-avr-mmcu-specs.c: Tidy up code.  Fix various
36358         build warnings.  Fix non-matching types and non-existing %-codes.
36359         (tm.h): Include.
36360         (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
36361         (*libgcc) [WITH_AVRLIBC]: Add "-lm".
36362         * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
36363         * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
36364         (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
36365         (LIBGCC_SPEC): Remove definitions.
36367 2015-03-03  Eric Botcazou  <ebotcazou@adacore.com>
36369         * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
36370         to create a register in testing mode.
36372 2015-03-03  Martin Liska  <mliska@suse.cz>
36373             Jan Hubicka  <hubicka@ucw.cz>
36375         PR ipa/65263
36376         * cgraph.c (cgraph_node::has_thunk_p): New function.
36377         * cgraph.h (cgraph_node::has_thunk_p: Likewise.
36378         * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
36379         (sem_function::merge): Assert is changed.
36381 2015-03-03  Martin Liska  <mliska@suse.cz>
36382             Martin Jambor  <mjambor@suse.cz>
36384         PR ipa/65087
36385         * ipa-icf.c (sem_item_optimizer::execute): Change function
36386         return value to boolean.
36387         (sem_item_optimizer::merge_classes): Likewise.
36388         (ipa_icf_driver): Return TODO_remove_functions in case there's
36389         a merge operation processed.
36390         * ipa-icf.h: Change function return value to boolean.
36392 2015-03-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
36394         PR 65138/target
36395         * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
36396         processor type for 64-bit little endian PowerPC.
36398         * config/rs6000/rs6000.c (rs6000_option_override_internal): If
36399         -mdebug=reg, print TARGET_DEFAULT.  Fix logic to use
36400         TARGET_DEFAULT if there is no default cpu.  Fix -mdebug=reg
36401         printing built-in mask so it does not pass NULL pointers.
36403         * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
36404         -mcpu=powerpc64le.
36406 2015-03-02  Steve Ellcey  <sellcey@imgtec.com>
36408         PR target/58158
36409         * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
36410         !ISA_HAS_FP_CONDMOVE.
36412 2015-03-02  Aldy Hernandez  <aldyh@redhat.com>
36414         * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
36415         reload_completed.
36417 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
36419         * doc/invoke.texi (Options for Code Generation Conventions):
36420         Fix URL of DSO paper.
36422 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
36424         PR ipa/65130
36425         * ipa-inline.c (check_callers): Looks for recursion.
36426         (inline_to_all_callers): Give up on uninlinable or recursive edges.
36427         * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
36428         summary of inline clones.
36429         (do_estimate_growth_1): Fix recursion check.
36431 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
36433         PR ipa/64988
36434         * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
36435         comdat groups.
36437 2015-03-02  Jan Hubicka  <hubicka@ucw.cz>
36438             Aldy Hernandez  <aldyh@redhat.com>
36440         PR lto/65276
36441         * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
36442         when checking TYPE_BINFO.
36444 2015-03-02  Richard Biener  <rguenther@suse.de>
36446         PR ipa/65270
36447         * ipa-icf-gimple.c: Include builtins.h.
36448         (func_checker::compare_memory_operand): Compare base alignment.
36450 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
36452         PR target/65184
36453         * config/i386/i386.c (ix86_pass_by_reference): Bounds are never
36454         passed by reference.
36456 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
36458         PR target/65183
36459         * tree-chkp.c (chkp_check_lower): Don't check against
36460         zero bounds for already instrumented functions.
36461         (chkp_check_upper): Likewise.
36462         (chkp_fini): Clean pass local data to avoid wrong reusage.
36464 2015-02-28  Martin Liska  <mliska@suse.cz>
36465             Jan Hubicka  <hubicka@ucw.cz>
36467         * ipa-icf.c (sem_variable::equals): Improve debug output;
36468         get variable constructor.
36469         (sem_variable::parse): Do not filter out too early; give up on
36470         volatile and register vars.
36471         (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
36472         variables.
36473         * ipa-icf.h (sem_variable::init): Do not set ctor.
36474         (sem_variable::ctor): Remove.
36476 2015-03-01  Aldy Hernandez  <aldyh@redhat.com>
36478         PR middle-end/65233
36479         * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
36481 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36483         * ipa-icf.c: Include stor-layout.h
36484         (sem_function::compare_cgraph_references): Rename to ...
36485         (sem_item::compare_cgraph_references): ... this one.
36486         (sem_variable::equals_wpa): New function
36487         (sem_variable::equals): Do not check stuff already verified by
36488         equals_wpa.
36489         (sem_variable::equals): Reorg based on varasm.c:compare_constant.
36490         * ipa-icf.h (sem_item): Add compare_cgraph_references.
36491         (sem_function): Remove compare_cgraph_references.
36492         (sem_variable): Turns equals_wpa into non-inline.
36494 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36496         * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
36497         (sem_item::add_expr): New function.
36498         (sem_function::hash_stmt): Handle operands of most statements.
36499         (sem_variable::get_hash): Hash the actual constructor.
36500         * ipa-icf.h (sem_item): Add add_expr.
36501         (sem_function): Update prototype of hash_stmt
36503 2015-02-28  Martin Liska  <mliska@suse.cz>
36504             Jan Hubicka  <hubicka@ucw.cz>
36506         PR ipa/65245
36507         * ipa-icf-gimple.c (func_checker::compare_function_decl):
36508         Remove.
36509         (func_checker::compare_variable_decl): Skip symtab vars.
36510         (func_checker::compare_cst_or_decl): Update.
36511         * ipa-icf.c (sem_function::parse): Do not consider aliases.
36512         (sem_function::compare_cgraph_references): Add ADDRESS parameter;
36513         use correct symtab predicates.
36514         (sem_function::equals_wpa): Update uses of compare_cgraph_references.
36515         (sem_variable::parse):  Update comment.
36516         (sem_item_optimizer::build_graph): Consider ultimate aliases
36517         for references.
36519 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36521         * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
36522         of OBJ_TYPE_REF.
36524 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36526         * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
36527         (sem_variable::merge) Likewise.
36529 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36531         * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
36532         target; also match flag_ipa_devirt.
36534 2015-03-01  Martin Liska  <mliska@suse.cz>
36535             Jan Hubicka  <hubicka@ucw.cz>
36537         * ipa-icf-gimple.c (func_checker::compare_variable_decl):
36538         Validate variable alignment.
36539         * ipa-icf.c (sem_function::equals_private): Be more precise
36540         about non-common function attributes.
36541         (sem_variable::equals): Likewise.
36543 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36545         PR ipa/65237
36546         * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
36547         across COMDAT group boundary.
36549 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36551         PR ipa/65232
36552         * ipa-icf.c (clear_decl_rtl): New function.
36553         (sem_function::merge): Clear RTL before forming alias.
36554         (sem_variable::merge): Clear RTL before forming alias.
36556 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
36558         PR ipa/65236
36559         * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
36561 2015-02-28  Xingxing Pan  <xxingpan@marvell.com>
36563         * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
36564         to neon_to_gp<q>.
36566 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
36568         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
36569         a typo in the description.
36571 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
36573         PR target/64317
36574         * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
36575         * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
36576         * lra-constraints.c: Include "params.h".
36577         (EBB_PROBABILITY_CUTOFF): Use
36578         LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
36579         (lra_inheritance): Use '<' instead of '<=' for
36580         EBB_PROBABILITY_CUTOFF.
36581         * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
36582         Document change.
36584 2015-02-27  Martin Liska  <mliska@suse.cz>
36586         * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
36587         vector length condition.
36589 2015-02-27  Sandra Loosemore  <sandra@codesourcery.com>
36591         * doc/extend.texi (x86 transactional memory intrinsics):
36592         Reorganize discussion of _xbegin.  Clarify that the return
36593         value is a bit mask.  Expand example and move to end of section.
36595 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
36596             Aldy Hernandez  <aldyh@redhat.com>
36598         PR rtl-optimization/65220
36599         * config/i386/i386.md (*udivmod<mode>4_pow2): New.
36601 2015-02-27  Vladimir Makarov  <vmakarov@redhat.com>
36603         PR target/65032
36604         * lra-remat.c (update_scratch_ops): New.
36605         (do_remat): Call it.
36606         * lra.c (lra_register_new_scratch_op): New. Take code from ...
36607         (remove_scratches): ... here.
36608         * lra-int.h (lra_register_new_scratch_op): New prototype.
36610 2015-02-27  Marek Polacek  <polacek@redhat.com>
36612         PR c/65040
36613         * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
36614         -Wformat-signedness anymore.
36616 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36618         * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
36619         function.
36620         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
36622 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36624         * config/s390/s390.c (enum s390_builtin):
36625         Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
36626         (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
36627         (s390_init_builtins): Generate new builtin functions.
36628         * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
36629         (s390_sfpc, s390_efpc): New pattern definitions.
36631 2015-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36633         * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
36634         Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
36635         (s390_builtin_decls): New array.
36636         (s390_init_builtins): Put builtin decls into s390_builtin_decls.
36637         (s390_builtin_decl): New function.
36638         (TARGET_BUILTIN_DECL): Define macro.
36640 2015-02-27  Richard Biener  <rguenther@suse.de>
36642         PR middle-end/63175
36643         * builtins.c (get_object_alignment_2): Make sure to re-apply
36644         the ANDed mask after recursing to its operand gets us a new
36645         misalignment bit position.
36647 2015-02-26  Jan Hubicka  <hubicka@ucw.cz>
36648             Martin Liska  <mliska@suse.cz>
36650         PR bootstrap/65150
36651         * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
36652         Use address_matters_p.
36653         (redirect_all_callers, set_addressable): New functions.
36654         (sem_function::merge): Reorganize and fix merging issues.
36655         (sem_variable::merge): Likewise.
36656         (sem_variable::compare_sections): Remove.
36657         * common.opt (fmerge-all-constants, fmerge-constants): Remove
36658         Optimization flag.
36659         * symtab.c (symtab_node::resolve_alias): When alias has aliases,
36660         redirect them.
36661         (symtab_node::make_decl_local): Set ADDRESSABLE bit when
36662         decl is used.
36663         (address_matters_1): New function.
36664         (symtab_node::address_matters_p): New function.
36665         * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
36666         check for merged flag.
36667         * cgraph.h (address_matters_p): Declare.
36668         (symtab_node::address_taken_from_non_vtable_p): Remove.
36669         (symtab_node::address_can_be_compared_p): New method.
36670         (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
36671         * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
36672         Remove.
36673         (comdat_can_be_unshared_p_1) Use address_matters_p.
36674         (update_vtable_references): Fix formating.
36675         * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
36676         * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
36677         * cgraphclones.c: Preserve merged and icf_merged flags.
36679 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
36681         * doc/extend.texi (Function Attributes): Fix spelling and typos.
36682         (Label Attributes): Likewise.
36683         (Cilk Plus Builtins): Likewise.
36684         (ARC SIMD Built-in Functions): Likewise.
36685         (ARM C Language Extensions (ACLE)): Likewise.
36686         (PowerPC Built-in Functions): Likewise.
36687         (PowerPC Hardware Transactional Memory Built-in Functions):
36688         Likewise.
36690 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
36692         PR tree-optimization/65216
36693         * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
36694         new stmt and new SSA_NAME for lhs whenever the arguments have
36695         changed and weren't just swapped.  Fix comment typo.
36697         PR tree-optimization/65215
36698         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
36699         for PDP endian targets.
36700         (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
36701         Fix up formatting issues.
36702         (bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
36703         size is smaller than the original, adjust MEM_REF offset by the
36704         difference of sizes.  Use is_gimple_mem_ref_addr instead of
36705         is_gimple_min_invariant test to avoid adding address temporaries.
36707 2015-02-26  Martin Liska  <mliska@suse.cz>
36708             Jan Hubicka  <hubicka@ucw.cz>
36710         PR ipa/64693
36711         * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
36712         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
36713         (sem_item_optimizer::process_cong_reduction): Include division by
36714         sensitive references.
36715         * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
36716         * ipa-ref.c (ipa_ref::address_matters_p): New function.
36717         * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
36719 2015-02-26  Georg-Johann Lay  <avr@gjlay.de>
36721         PR target/65192
36722         * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
36723         Remove.
36724         * config/avr/avr.c: Same.
36725         (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
36726         Refuse any constant address not in 0..0xbf.
36727         * config/avr/avr.md (*mov<mode>, *movsf): Remove
36728         tiny_valid_direct_memory_access_range from insn conditions.
36729         (mov<mode>): Don't special-case expansion of avrtiny addresses.
36731 2015-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
36733         PR target/61142
36734         * config/sh/sh.c (sh_check_add_incdec_notes): New function.
36735         * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
36736         * config/sh/predicates.md (const_logical_operand): New predicate.
36737         * config/sh/sh.md: Add new peephole2 patterns.
36739 2015-02-26  Marek Polacek  <polacek@redhat.com>
36741         PR ipa/65008
36742         * ipa-inline.c (early_inliner): Recompute inline parameters.
36744 2015-02-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
36746         PR target/65171
36747         * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
36748         instructions with TImode operands are included in the analysis.
36750 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
36752         * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
36753         of an EDGE_FSM_THREAD.
36755 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36757         * config/rs6000/htm.md (tcheck): Fix assembly encoding.
36759 2015-02-25  Aldy Hernandez  <aldyh@redhat.com>
36761         PR debug/46102
36762         * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
36764 2015-02-26  Sebastian Pop  <s.pop@samsung.com>
36766         PR tree-optimization/65048
36767         * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
36768         (thread_through_all_blocks): Call valid_jump_thread_path.
36769         Remove invalid FSM jump-thread paths.
36771 2015-02-26  Jakub Jelinek  <jakub@redhat.com>
36773         * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
36774         (ipa_write_optimization_summaries): Likewise.
36775         * tree-streamer.h: Include data-streamer.h.
36776         (streamer_mode_table): Declare extern variable.
36777         (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
36778         * lto-streamer-out.c (lto_output_init_mode_table,
36779         lto_write_mode_table): New functions.
36780         (produce_asm_for_decls): Call lto_write_mode_table when streaming
36781         offloading LTO.
36782         * lto-section-in.c (lto_section_name): Add "mode_table" entry.
36783         (lto_create_simple_input_block): Add mode_table argument to the
36784         lto_input_block constructors.
36785         * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
36786         Likewise.
36787         * data-streamer-in.c (string_for_index): Likewise.
36788         * ipa-inline-analysis.c (inline_read_section): Likewise.
36789         * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
36790         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
36791         * lto-streamer-in.c (lto_read_body_or_constructor,
36792         lto_input_toplevel_asms): Likewise.
36793         (lto_input_mode_table): New function.
36794         * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
36795         pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
36796         Use bp_pack_machine_mode.
36797         * real.h (struct real_format): Add name field.
36798         * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
36799         (class lto_input_block): Add mode_table member.
36800         (lto_input_block::lto_input_block): Add mode_table_ argument,
36801         initialize mode_table.
36802         (struct lto_file_decl_data): Add mode_table field.
36803         (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
36804         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
36805         unpack_ts_decl_common_value_fields,
36806         unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
36807         * tree-streamer.c (streamer_mode_table): New variable.
36808         * real.c (ieee_single_format, mips_single_format,
36809         motorola_single_format, spu_single_format, ieee_double_format,
36810         mips_double_format, motorola_double_format,
36811         ieee_extended_motorola_format, ieee_extended_intel_96_format,
36812         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
36813         ibm_extended_format, mips_extended_format, ieee_quad_format,
36814         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
36815         decimal_single_format, decimal_double_format, decimal_quad_format,
36816         ieee_half_format, arm_half_format, real_internal_format): Add name
36817         field.
36818         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
36820 2015-02-26  Yuri Rumyantsev  <ysrumyan@gmail.com>
36822         PR target/65161
36823         * config/i386/i386.c (ix86_sched_reorder): Skip instruction
36824         reordering for selective scheduling.
36826 2015-02-26  Terry Guo  <terry.guo@arm.com>
36828         * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
36829         * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
36830         (arm_arch_no_volatile_ce): Declare new global variable.
36831         * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
36832         (arm_option_override): Assign value to arm_arch_no_volatile_ce.
36833         * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
36834         (TARGET_NO_VOLATILE_CE): New macro.
36835         * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
36836         volatile memory access in IT block
36838 2015-02-25  Kai Tietz  <ktietz@redhat.com>
36840         PR tree-optimization/61917
36841         * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
36842         that reduc_def_stmt is null.
36844 2015-02-25  Martin Liska  <mliska@suse.cz>
36846         * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
36847         hard register variables.
36849 2015-02-25  Kai Tietz  <ktietz@redhat.com>
36851         PR target/64212
36852         * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
36853         (symtab::noninterposable_alias): Likewise.
36855 2015-02-25  Ilya Enkovich  <ilya.enkovich@intel.com>
36857         PR target/65167
36858         * config/i386/i386.c (ix86_function_arg_regno_p): Support
36859         bounds registers.
36860         (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
36862 2015-02-25  Alan Lawrence  <alan.lawrence@arm.com>
36864         PR target/64997
36865         * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
36866         as split condition; force split via '#' in output pattern.
36868 2015-02-25  Richard Biener  <rguenther@suse.de>
36869             Kai Tietz  <ktietz@redhat.com>
36871         PR tree-optimization/61917
36872         * tree-vect-loop.c (vectorizable_reduction): Allow
36873         vect_internal_def without reduction to exit graceful.
36875 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
36877         PR target/65196
36878         * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
36879         only with NONDEBUG_INSN_P.
36881 2015-02-25  Georg-Johann Lay  <avr@gjlay.de>
36883         Use variadic macros with avr-log.c.
36885         * config/avr/avr-protos.h (avr_vdump): New prototype.
36886         (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
36887         (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
36888         * config/avr/avr-log.c: Adjust comments.
36889         (avr_vdump): New function.
36890         (avr_vadump): Pass caller as 2nd argument instead of format string.
36891         (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
36892         (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
36894 2015-02-25  Jakub Jelinek  <jakub@redhat.com>
36896         PR lto/64374
36897         * target.def (target_option_stream_in): New target hook.
36898         * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
36899         targetm.target_option.post_stream_in if non-NULL.
36900         * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
36901         * doc/tm.texi: Updated.
36902         * config/i386/i386.c (ix86_function_specific_post_stream_in): New
36903         function.
36904         (TARGET_OPTION_POST_STREAM_IN): Redefine.
36906 2015-02-24  Jeff Law  <law@redhat.com>
36908         PR target/65117
36909         * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
36910         of operand 0 and operand 2.
36911         (zero_cost_loop_end, loop_end): Similarly.
36913 2015-02-24  Aldy Hernandez  <aldyh@redhat.com>
36915         * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
36916         CXX_MEM_STAT_INFO.
36918 2015-02-24  DJ Delorie  <dj@redhat.com>
36920         * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
36921         * config/rl78/rl78-expand.md (movsf): New, same as movsi.
36922         * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
36923         instead of hardcoding SImode.
36925 2015-02-24  Bernd Schmidt  <bernds@codesourcery.com>
36927         * omp-low.c (create_omp_child_function): Tag entrypoint
36928         functions with a special attribute.
36930 2015-02-24  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
36932         PR target/65058
36933         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
36935 2015-02-24  Vladimir Makarov  <vmakarov@redhat.com>
36937         PR rtl-optimization/65123
36938         * lra-remat.c (operand_to_remat): Check hard regs in insn
36939         definition too.
36941 2015-02-24  Nick Clifton  <nickc@redhat.com>
36943         * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
36944         to the assembler.
36946 2015-02-24  Thomas Schwinge  <thomas@codesourcery.com>
36948         PR libgomp/64625
36949         * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
36950         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
36951         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
36952         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
36953         BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
36954         BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
36955         (BUILT_IN_GOACC_PARALLEL): Specify as
36956         BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
36957         BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
36958         * builtin-types.def
36959         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36960         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36961         Remove function types.
36962         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
36963         (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
36964         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
36965         New function types.
36967 2015-02-24  Georg-Johann Lay  <avr@gjlay.de>
36969         * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
36971 2015-02-24  Jakub Jelinek  <jakub@redhat.com>
36973         PR tree-optimization/65170
36974         * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
36975         if val[1] < 0, clear also val[2] and return 3.
36977 2015-02-24  Alan Modra  <amodra@gmail.com>
36979         PR target/65172
36980         * config/rs6000/rs6000.c (get_memref_parts): Only return true
36981         when *base is a reg.  Handle nested plus addresses.  Simplify
36982         pre_modify test.
36984 2015-02-22  Max Filippov  <jcmvbkbc@gmail.com>
36986         * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
36987         use natural alignment when optimizing for size.
36989 2015-02-23  Kaz Kojima  <kkojima@gcc.gnu.org>
36991         PR target/65153
36992         * config/sh/sh.md (movsicc_true+3): Remove peephole.
36993         * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
36994         * config/sh/sh.c (replace_n_hard_rtx): Remove.
36996 2015-02-23  Richard Sandiford  <richard.sandiford@arm.com>
36998         PR fortran/63427
36999         * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
37000         too big for a wide_int.  Implement missing wrapping operation.
37002 2015-02-23  Oleg Endo  <olegendo@gcc.gnu.org>
37004         PR target/65163
37005         * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
37006         instead of const_int 4294901760.
37008 2015-02-23  Georg-Johann Lay  <avr@gjlay.de>
37010         * config/avr/t-avr: Fix typo in comment.
37012 2015-02-21  Richard Sandiford  <richard.sandiford@arm.com>
37014         * doc/rtl.texi (fma): Clarify documentation.
37016 2015-02-20  Aldy Hernandez  <aldyh@redhat.com>
37018         PR debug/58123
37019         * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
37020         over input_location.
37022 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
37024         * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
37025         unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
37026         restrict alignments to absolute_biggest_alignment.
37027         * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
37028         Define.
37029         * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
37030         * doc/tm.texi: Regenerate.
37031         * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
37033 2015-02-20  Vladimir Makarov  <vmakarov@redhat.com>
37035         PR target/64172
37036         * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
37038 2015-02-20  Richard Biener  <rguenther@suse.de>
37040         PR tree-optimization/65136
37041         * tree-ssa-propagate.c: Include cfgloop.h.
37042         (replace_phi_args_in): Avoid replacing loop latch edge PHI
37043         arguments with constants.
37045 2015-02-20  Jakub Jelinek  <jakub@redhat.com>
37046             Martin Liska  <mliska@suse.cz>
37048         PR target/63892
37049         * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
37050         don't try to create_thunk if stdarg_p.  If
37051         !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
37052         redirect_callers if possible.
37053         (sem_item_optimizer::execute): Call unregister_hooks here...
37054         (ipa_icf_driver): ... instead of here.
37056 2015-02-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
37058         * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
37059         Mark operand 0 as earlyclobber in 2nd alternative.
37060         (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
37061         Write negated shift amount into QI lowpart operand 0 and use it
37062         in the shift step.
37063         (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
37065 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
37067         * cgraph.h (clone_function_name_1): Declare.
37068         * cgraphclones.c (clone_function_name_1): New function.
37069         (clone_function_name): Use it.
37070         * lto-partition.c: Include "stringpool.h".
37071         (must_not_rename, maybe_rewrite_identifier)
37072         (validize_symbol_for_target): New static functions.
37073         (privatize_symbol_name): Use must_not_rename.
37074         (promote_symbol): Call validize_symbol_for_target.
37075         (lto_promote_cross_file_statics): Likewise.
37076         (lto_promote_statics_nonwpa): Likewise.
37078 2015-02-20  Georg-Johann Lay  <avr@gjlay.de>
37080         PR target/64452
37081         * config/avr/avr.md (pushhi_insn): New insn.
37082         (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
37084 2015-02-20  Bernd Schmidt  <bernds@codesourcery.com>
37085             Jakub Jelinek  <jakub@redhat.com>
37087         * tree-streamer.c (preload_common_nodes): Don't preload
37088         TI_VA_LIST* for offloading.
37089         * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
37090         in_lto_p.
37092 2015-02-19  John David Anglin  <danlgin@gcc.gnu.org>
37094         * config/pa/pa.c (pa_emit_move_sequence): Always force
37095         (const (plus (symbol) (const_int))) to const mem.  Put REG_EQUAL
37096         note on insn.
37098         * config/pa/pa.c (pa_reloc_rw_mask): New function.
37099         (TARGET_ASM_RELOC_RW_MASK): Define.
37100         (pa_cannot_force_const_mem): Revert previous change.
37102 2015-02-19  Martin Jambor  <mjmabor@suse.cz>
37103             Jan Hubicka  <hubicka@ucw.cz>
37105         PR ipa/65028
37106         * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
37107         across jump functions.
37109 2015-02-19  Uros Bizjak  <ubizjak@gmail.com>
37111         * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
37113 2015-02-19  Sandra Loosemore  <sandra@codesourcery.com>
37115         * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
37117 2015-02-19  Richard Henderson  <rth@redhat.com>
37119         PR middle-end/65074
37120         * varasm.c (default_binds_local_p_2): Don't test node->definition;
37121         test DECL_EXTERNAL independent of symtab_node.
37123 2015-02-19  Jakub Jelinek  <jakub@redhat.com>
37125         PR lto/65012
37126         * varpool.c (varpool_node::get_constructor): Return early
37127         if this->lto_file_data is NULL.
37129 2015-02-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
37131         * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
37132         (rank_for_schedule_debug): Update.
37133         (ready_sort): Make static.  Move sorting logic to ...
37134         (ready_sort_debug, ready_sort_real): New static functions.
37135         (schedule_block): Sort both debug insns and real insns in preparation
37136         for ready list trimming.  Improve debug output.
37137         * sched-int.h (ready_sort): Remove global declaration.
37139 2015-02-18  Trevor Saunders  <tsaunders@mozilla.com>
37141         * ipa-icf.c (sem_function::equals_private): Adjust.
37142         (sem_function::bb_dict_test): Take a vec<int> * instead of
37143         auto_vec<int>.
37144         * ipa-icf.h (bb_dict_test): Likewise.
37146 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
37148         PR gcov-profile/64634
37149         * tree-eh.c (frob_into_branch_around): Fix up typos
37150         in function comment.
37151         (lower_catch): Put eh_seq resulting from EH lowering of
37152         the cleanup sequence after the cleanup rather than before it.
37154 2015-02-18  Tom de Vries  <tom@codesourcery.com>
37156         * common.opt (fstdarg-opt): New option.
37157         * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
37158         * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
37159         (@item -fstdarg-opt): New item.
37161 2015-02-18  H.J. Lu  <hongjiu.lu@intel.com>
37163         PR target/65064
37164         * config/ia64/predicates.md (sdata_symbolic_operand): Return false
37165         for common symbols.
37167 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
37169         * config/i386/t-intelmic (mkoffload.o): Remove dependency on
37170         insn-modes.h.
37171         (ALL_HOST_OBJS): Add mkoffload.o.
37172         * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
37174 2015-02-18  Jan Hubicka  <hubicka@ucw.cz>
37176         * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
37177         (compare_virtual_tables): Be smarter about skipping typeinfos;
37178         do sane output on virtual table table mismatch.
37179         (warn_odr): Be ready for forward declarations of enums;
37180         output sane info on base mismatch and virtual table mismatch.
37181         (add_type_duplicate): Fix code choosing prevailing type; do not ICE
37182         when only one type is polymorphic.
37183         (get_odr_type): Fix hashtable corruption.
37184         (dump_odr_type): Dump mangled names.
37186 2015-02-18  Richard Biener  <rguenther@suse.de>
37188         PR tree-optimization/65063
37189         * tree-predcom.c (determine_unroll_factor): Return 1 if we
37190         have replaced looparound PHIs.
37192 2015-02-18  Martin Liska  <mliska@suse.cz>
37194         * lto-streamer.c (lto_streamer_init): Encapsulate
37195         streamer_check_handled_ts_structures with checking macro.
37197 2015-02-18  Jakub Jelinek  <jakub@redhat.com>
37199         PR ipa/65087
37200         * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
37201         section if !implicit_section.
37202         (cgraph_node::create_version_clone_with_body): Likewise.
37203         * trans-mem.c (ipa_tm_create_version): Likewise.
37205 2015-02-18  Richard Biener  <rguenther@suse.de>
37207         PR tree-optimization/62217
37208         * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
37209         into BIVs.
37211 2015-02-18  Marek Polacek  <polacek@redhat.com>
37213         PR sanitizer/65081
37214         * ubsan.c (OBJSZ_MAX_OFFSET): Define.
37215         (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
37216         is in range [-16K, -1].  Don't issue run-time error if
37217         (ptr > ptr + offset).
37219 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
37221         * doc/install.texi (nvptx-*-none): New section.
37222         * doc/invoke.texi (Nvidia PTX Options): Likewise.
37223         * config/nvptx/nvptx.opt: Update.
37225         * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
37226         (access_check): New functions, copied from
37227         config/i386/intelmic-mkoffload.c.
37228         (main): For non-installed testing, look in all COMPILER_PATHs for
37229         GCC_INSTALL_NAME.
37231         * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
37233 2015-02-18  Andrew Pinski  <apinski@cavium.com>
37234             Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
37236         * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
37237         Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
37239 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
37241         * ipa-visibility.c (function_and_variable_visibility): Only
37242         check locality if node is not already local.
37243         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
37244         call_for_symbol_and_aliases instead of
37245         call_for_symbol_thunks_and_aliases.
37246         (ipa_inline): Likewise.
37247         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
37248         first walk aliases.
37249         * ipa.c (symbol_table::remove_unreachable_nodes): Use
37250         call_for_symbol_and_aliases.
37251         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
37252         (ipa_propagate_frequency_1): Use it; use opt_for_fn
37253         (ipa_propagate_frequency): Update.
37254         (ipa_profile): Add opt_for_fn gueards.
37256 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
37258         * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
37259         * doc/invoke.texi (SH options): Document it.
37260         * config/sh/sh.c (sh_insn_length_adjustment): Check
37261         TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
37263 2015-02-17  H.J. Lu  <hongjiu.lu@intel.com>
37265         * common.opt (fipa-cp-alignment): New.
37266         * ipa-cp.c (ipcp_store_alignment_results): Check
37267         flag_ipa_cp_alignment.
37268         * opts.c (default_options_table): Enable -fipa-cp-alignment for
37269         -O2.
37270         (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
37271         * doc/invoke.texi: Document -fipa-cp-alignment.
37273 2015-02-17  Oleg Endo  <olegendo@gcc.gnu.org>
37275         PR target/64793
37276         * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
37277         to nil.  Adjust comments.
37279 2015-02-17  Jan Hubicka  <hubicka@ucw.cz>
37281         * ipa-visibility.c (function_and_variable_visibility): Only
37282         check locality if node is not already local.
37283         * ipa-inline.c (want_inline_function_to_all_callers_p): Use
37284         call_for_symbol_and_aliases instead of
37285         call_for_symbol_thunks_and_aliases.
37286         (ipa_inline): Likewise.
37287         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
37288         first walk aliases.
37289         * ipa.c (symbol_table::remove_unreachable_nodes): Use
37290         call_for_symbol_and_aliases.
37291         * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
37292         (ipa_propagate_frequency_1): Use it; use opt_for_fn
37293         (ipa_propagate_frequency): Update.
37294         (ipa_profile): Add opt_for_fn guards.
37296 2015-02-17  Thomas Schwinge  <thomas@codesourcery.com>
37298         * config/nvptx/mkoffload.c (parse_file): Fix logic error in
37299         skipping of "strange" tokens.
37301 2015-02-17  Jeff Law  <law@redhat.com>
37303         * tree-vrp.c (identify_jump_threads): Use last_stmt.  Remove
37304         obsolete comment.
37306 2015-02-17  James Greenhalgh  <james.greenhalgh@arm.com>
37308         * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
37309         as forcing a HARD_DEP between instructions, thereby
37310         disallowing rewriting to break dependencies.
37312 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
37314         * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
37315         * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
37316         variables in boundary that have no inlitalizer encoded and are
37317         not aliases.
37318         * varasm.c (default_binds_local_p_2): External definitions do not
37319         count as definitions here.
37321 2015-02-16  Jeff Law  <law@redhat.com>
37323         PR tree-optimization/64823
37324         * tree-vrp.c (identify_jump_threads): Handle blocks with no real
37325         statements.
37326         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
37327         threading through blocks with PHIs, but no statements.
37328         (thread_through_normal_block): Distinguish between blocks where
37329         we did not process all the statements and blocks with no statements.
37331 2015-02-16  Jakub Jelinek  <jakub@redhat.com>
37332             James Greenhalgh  <james.greenhalgh@arm.com>
37334         PR ipa/64963
37335         * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
37336         section if not linkonce.  Fix up formatting.
37337         (cgraph_node::create_version_clone_with_body): Copy section.
37338         * trans-mem.c (ipa_tm_create_version): Likewise.
37340 2015-02-16  Richard Biener  <rguenther@suse.de>
37342         PR tree-optimization/65077
37343         * tree-ssa-structalias.c (get_constraint_for_1): Handle
37344         IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
37345         (find_func_aliases): Allow float values to carry pointers again.
37347 2015-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
37349         * doc/install.texi (Specific): Reorder targets list to put
37350         aarch64 in alphabetical order.  Add a link to aarch64*-*-*
37351         from the top menu.
37353 2015-02-16  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
37354             David Edelsohn  <dje.gcc@gmail.com>
37356         PR target/65058
37357         * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
37358         mapping class to external variable or function reference.
37359         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
37360         mapping class.
37362 2015-02-16  David Eelsohn  <dje.gcc@gmail.com>
37364         PR target/53348
37365         * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
37366         ASM_WEAKEN_DECL if defined.
37368 2015-02-16  Richard Biener  <rguenther@suse.de>
37370         PR lto/65015
37371         * varasm.c (default_file_start): For LTO produced units
37372         emit <artificial> as file directive.
37374 2015-02-16  Richard Biener  <rguenther@suse.de>
37376         PR tree-optimization/63593
37377         * tree-predcom.c (execute_pred_commoning_chain): Delay removing
37378         stmts and releasing SSA names until...
37379         (execute_pred_commoning): ... after processing all chains.
37381 2015-02-16  Jan Hubicka  <hubicka@ucw.cz>
37383         PR ipa/65059
37384         * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
37385         external functions.
37387 2015-02-15  Sandra Loosemore  <sandra@codesourcery.com>
37389         * doc/bugreport.texi: Adjust section titles throughout the file
37390         to use "Title Case".
37391         * doc/extend.texi: Likewise.
37392         * doc/gcov.texi: Likewise.
37393         * doc/implement-c.texi: Likewise.
37394         * doc/implement-cxx.texi: Likewise.
37395         * doc/invoke.texi: Likewise.
37396         * doc/objc.texi: Likewise.
37397         * doc/standards.texi: Likewise.
37398         * doc/trouble.texi: Likewise.
37400 2015-02-15  Jan Hubicka  <hubicka@ucw.cz>
37402         * cgraph.h (symtab_node::has_aliases_p): Simplify.
37403         (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
37404         * tree.c (lookup_binfo_at_offset): Make static.
37405         (get_binfo_at_offset): Do not shadow offset; add explanatory
37406         comment.
37408 2015-02-15  John David Anglin  <danglin@gcc.gnu.org>
37410         * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
37411         for all floading point loads and stores except those using a register
37412         index address.
37413         * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
37414         to a register.
37416 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
37418         * ipa-inline-analysis.c (growth_data): Add uninlinable field.
37419         (do_estimate_growth_1): Record if any uninlinable edge was seen.
37420         (estimate_growth): Handle uninlinable edges correctly.
37421         (check_callers): New.
37422         (growth_likely_positive): Handle aliases correctly.
37424 2015-02-14  Jan Hubicka  <hubicka@ucw.cz>
37426         * ipa-chkp.c: Use iterate_direct_aliases.
37427         * symtab.c (resolution_used_from_other_file_p): Move inline.
37428         (symtab_node::create_reference): Fix formating.
37429         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
37430         (symtab_node::iterate_reference): Move inline.
37431         (symtab_node::iterate_referring): Move inline.
37432         (symtab_node::iterate_direct_aliases): Move inline.
37433         (symtab_node::used_from_object_file_p_worker): Inline into ...
37434         (symtab_node::used_from_object_file_p): ... this one; move inline.
37435         (symtab_node::call_for_symbol_and_aliases): Move inline;
37436         use iterate_direct_aliases.
37437         (symtab_node::call_for_symbol_and_aliases_1): New method.
37438         (cgraph_node::call_for_symbol_and_aliases): Move inline;
37439         use iterate_direct_aliases.
37440         (cgraph_node::call_for_symbol_and_aliases_1): New method.
37441         (varpool_node::call_for_node_and_aliases): Rename to ...
37442         (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
37443         use iterate_direct_aliases.
37444         (varpool_node::call_for_symbol_and_aliases_1): New method.
37445         * ipa.c (ipa_single_use): Use iterate_direct_aliases.
37446         (ipa_discover_readonly_nonaddressable_var): Update.
37447         * ipa-devirt.c: Fix formating.
37448         * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
37449         Move inline.
37450         (cgraph_node::call_for_symbol_and_aliases): Move inline.
37451         (cgraph_node::call_for_symbol_and_aliases_1): New function..
37452         * cgraph.h (used_from_object_file_p_worker): Remove.
37453         (resolution_used_from_other_file_p): Move inline.
37454         (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
37455         (symtab_node::iterate_reference): Move inline.
37456         (symtab_node::iterate_referring): Move inline.
37457         (symtab_node::iterate_direct_aliases): Move inline.
37458         (symtab_node::used_from_object_file_p_worker): Inline into ...
37459         (symtab_node::used_from_object_file_p): Move inline.
37460         * tree-emutls.c (ipa_lower_emutls): Update.
37461         * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
37462         (varpool_node::call_for_node_and_aliases): Remove.
37464 2015-02-14  Jakub Jelinek  <jakub@redhat.com>
37466         PR tree-optimization/62209
37467         * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
37468         op == range->exp, insert seq and gimplified code after labels
37469         instead of after the phi.
37471 2015-02-13  Jeff Law  <law@redhat.com>
37473         PR bootstrap/65060
37474         Revert my change for tree-optimization/64823.
37476 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
37478         PR tree-optimization/65053
37479         * tree-ssa-phiopt.c (value_replacement): When moving assign before
37480         cond, either reset VR on lhs or set it to phi result VR.
37482 2015-02-13  Jeff Law  <law@redhat.com>
37484         PR tree-optimization/64823
37485         * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
37486         * tree-ssa-threadedge.c (potentially_threadable_block): Allow
37487         threading through blocks with PHIs, but no statements.
37488         (thread_through_normal_block): Distinguish between blocks where
37489         we did not process all the statements and blocks with no statements.
37491         PR rtl-optimization/47477
37492         * match.pd (convert (plus/minus (convert @0) (convert @1): New
37493         simplifier to narrow arithmetic.
37495 2015-02-13  Jan Hubicka  <hubicka@ucw.cz>
37497         PR ipa/65028
37498         * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
37499         polymorphic call info when type is not known to be preserved.
37501 2015-02-13  Maritn Jambor  <mjambor@suse.cz>
37503         PR ipa/65028
37504         * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
37505         (inline_call): Use it.
37507 2015-02-13  Thomas Schwinge  <thomas@codesourcery.com>
37509         * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
37510         GOMP_DEVICE_NVIDIA_PTX.
37512 2015-02-13  Jakub Jelinek  <jakub@redhat.com>
37514         PR ipa/65034
37515         * stmt.c (emit_case_nodes): Use void_type_node instead of
37516         NULL_TREE as LABEL_DECL type.
37518 2015-02-13  John David Anglin  <danglin@gcc.gnu.org>
37520         * config/pa/constraints.md: Change "Q" and "T" constraints to memory
37521         constraints.
37522         * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
37523         symbolic references to data to be forced to constant memory on the
37524         SOM target.
37526 2015-02-13  Ilya Enkovich  <ilya.enkovich@intel.com>
37528         PR tree-optimization/65002
37529         * tree-cfg.c (pass_data_fixup_cfg): Don't update
37530         SSA on start.
37531         * tree-sra.c (some_callers_have_no_vuse_p): New.
37532         (ipa_early_sra): Reject functions whose callers
37533         assume function is read only.
37535 2015-02-13  Richard Biener  <rguenther@suse.de>
37537         PR lto/65015
37538         * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
37539         for LTO produced CUs.
37541 2015-02-13  Bin Cheng  <bin.cheng@arm.com>
37543         PR tree-optimization/64705
37544         * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
37545         * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
37546         * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
37547         (find_bivs, find_givs_in_stmt_scev): Pass new argument to
37548         expand_simple_operations.
37550 2015-02-13  H.J. Lu  <hongjiu.lu@intel.com>
37551             Richard Henderson  <rth@redhat.com>
37553         PR rtl/32219
37554         * cgraphunit.c (cgraph_node::finalize_function): Set definition
37555         before notice_global_symbol.
37556         (varpool_node::finalize_decl): Likewise.
37557         * varasm.c (default_binds_local_p_2): Rename from
37558         default_binds_local_p_1, add weak_dominate argument.  Use direct
37559         returns instead of assigning to local variable.  Unify varpool and
37560         cgraph paths via symtab_node.  Reject undef weak variables before
37561         testing visibility.  Reorder tests for simplicity.
37562         (default_binds_local_p): Use default_binds_local_p_2.
37563         (default_binds_local_p_1): Likewise.
37564         (decl_binds_to_current_def_p): Unify varpool and cgraph paths
37565         via symtab_node.
37566         (default_elf_asm_output_external): Emit visibility when specified.
37568 2015-02-13  Alan Modra  <amodra@gmail.com>
37570         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
37571         code setting up r11 for out-of-line fp restore.
37573 2015-02-13  Eric Botcazou  <ebotcazou@adacore.com>
37575         * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
37576         (muser-mode): Likewise.
37578 2015-02-13  Alan Modra  <amodra@gmail.com>
37580         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
37581         or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
37583 2015-02-12  David Howells  <dhowells@redhat.com>
37585         * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
37586         warning.
37587         * tree-ssa-uninit.c (dump_predicates): Likewise.
37588         * opts.c (print_filtered_help): Likewise.
37590 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
37592         * dwarf2out.c (output_die): Use "%s", name instead of name to
37593         avoid -Wformat-security warning.
37595         * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
37596         if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
37597         * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
37598         only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
37600 2015-02-12  Jason Merrill  <jason@redhat.com>
37602         * common.opt (-flifetime-dse): New.
37604 2015-02-12  Jakub Jelinek  <jakub@redhat.com>
37606         PR sanitizer/65019
37607         * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
37609         PR tree-optimization/65014
37610         * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
37611         use original second operand of arg0 or arg1 instead of
37612         that adjusted by STRIP_NOPS.
37614 2015-02-11  Jeff Law  <law@redhat.com>
37616         PR target/63347
37617         * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
37618         that needs to be queued, just queue it for a single cycle.
37620 2015-02-11  Jan Hubicka  <hubicka@ucw.cz>
37622         * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
37623         bodies of thunks; comment on why.
37624         * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
37625         symbols are extern.
37627 2015-02-11  Richard Henderson  <rth@redhat.com>
37629         PR sanitize/65000
37630         * tree-eh.c (mark_reachable_handlers): Mark source and destination
37631         regions of __builtin_eh_copy_values.
37633 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
37635         PR middle-end/65003
37636         * varasm.c (place_block_symbol): Assert that DECL_RTL of the
37637         ultimate alias is MEM with SYMBOL_REF satisfying
37638         SYMBOL_REF_HAS_BLOCK_INFO_P as its operand.  Don't pass the MEM
37639         to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
37641 2015-02-11  Thomas Schwinge  <thomas@codesourcery.com>
37643         * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
37644         "diagnostic-core.h".
37645         (main): Initialize progname, and call diagnostic_initialize.
37647         * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
37648         instead of __OPENMP_TARGET__.
37650         * config/nvptx/mkoffload.c: Include "gomp-constants.h".
37651         (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
37652         hard-coding PTX_ID.
37654 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
37656         * doc/sourcebuild.texi (pie_enabled): Document.
37658 2015-02-11  Martin Liska  <mliska@suse.cz>
37660         PR ipa/64813
37661         * cgraphunit.c (cgraph_node::expand_thunk): Do not create
37662         a return value for call to a function that is noreturn.
37664 2015-02-11  Richard Biener  <rguenther@suse.de>
37666         PR lto/65015
37667         * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
37668         and -fresolution.
37670 2015-02-11  Andrew Pinski  <apinski@cavium.com>
37672         PR target/64893
37673         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
37674         Change the first argument type to size_type_node and add another
37675         size_type_node.
37676         (aarch64_simd_expand_builtin): Handle the new argument to
37677         AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
37678         print an out when the first two arguments are not
37679         nonzero integer constants.
37680         * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
37681         Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
37683 2015-02-11  Jakub Jelinek  <jakub@redhat.com>
37685         PR target/61925
37686         * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
37687         (ix86_reset_previous_fndecl): Restore it here, unconditionally.
37688         (ix86_set_current_function): Rewritten.
37689         (ix86_add_new_builtins): Temporarily clear current_target_pragma
37690         when creating builtin fndecls.
37692 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
37694         PR ipa/65005
37695         * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
37696         function.
37697         * symtab.c (symtab_node::verify_base): Remove check that non-definitions
37698         have no comdat group.
37699         * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
37700         (lto_output_varpool_node): Always output alias info.
37701         (output_refs): Output refs of boundary aliases, too.
37702         (compute_ltrans_boundary): Add alias and thunk target into boundaries.
37703         (output_symtab): Output call eges in thunks in boundary.
37704         (get_alias_symbol): Remove.
37705         (input_node, input_varpool_node): Do not special case weakrefs.
37706         * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
37707         alias and thunks targets in the boundary; do not take removed symbols
37708         from their comdat groups.
37709         * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
37710         (cgraph_node::global_info): Remove.
37711         (cgraph_node::rtl_info): Look through aliases and thunks.
37712         * cgrpah.h (global_info): Remove.
37713         (non_local_p): Remove.
37715 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
37716             Sandra Loosemore  <sandra@codesourcery.com>
37718         * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
37719         to inline asm.  List dialects in proper order.
37721 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
37722             Sandra Loosemore  <sandra@codesourcery.com>
37724         * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
37726 2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>
37728         * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
37729         modified) reference to Solaris.
37731 2015-02-10  Sandra Loosemore  <sandra@codesourcery.com>
37733         * doc/extend.texi (Extended Asm): Fix typos.
37735 2015-02-10  Jakub Jelinek  <jakub@redhat.com>
37737         PR sanitizer/65004
37738         * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
37740 2015-02-10  Oleg Endo  <olegendo@gcc.gnu.org>
37742         PR target/64661
37743         * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
37744         TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
37745         TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
37746         * config/sh/constraints.md (Ara, Add): New constraints.
37747         * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
37748         predicates.
37749         (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
37750         atomic_mem_operand_0.  Don't use force_reg on the memory address.
37751         (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
37752         Sra constraint.  Convert to insn_and_split.  Add workaround for
37753         PR 64974.
37754         (atomic_compare_and_swap<mode>_hard): Copy to
37755         atomic_compare_and_swap<mode>_hard_1.  Convert to insn_and_split.
37756         Use atomic_mem_operand_0 predicate.
37757         (atomic_compare_and_swap<mode>_soft_gusa,
37758         atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
37759         AraAdd constraints.
37760         (atomic_compare_and_swap<mode>_soft_tcb,
37761         atomic_compare_and_swap<mode>_soft_imask,
37762         atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
37763         atomic_mem_operand_0 predicate and SraSdd constraints.
37764         (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
37765         constraint.
37766         (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
37767         Convert to insn_and_split.  Use atomic_mem_operand_0 predicate.
37768         (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
37769         atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1.  Don't use
37770         force_reg on the memory address.
37771         (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
37772         atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
37773         atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
37774         atomic_mem_operand_1 predicate and Sra constraint.
37775         (atomic_fetch_<fetchop_name><mode>_hard): Copy to
37776         atomic_fetch_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
37777         Use atomic_mem_operand_1 predicate.
37778         (atomic_<fetchop_name><mode>_hard): Copy to
37779         atomic_<fetchop_name><mode>_hard_1.  Convert to insn_and_split.
37780         Use atomic_mem_operand_1 predicate.
37781         (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
37782         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
37783         (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1.  Convert to
37784         insn_and_split.  Use atomic_mem_operand_1 predicate.
37785         (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
37786         atomic_<fetchop_name>_fetch<mode>_hard_1.  Convert to insn_and_split.
37787         Use atomic_mem_operand_1 predicate.
37788         (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
37789         Convert to insn_and_split.  Use atomic_mem_operand_1 predicate.
37790         (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
37791         in generated insn with original mem operand before emitting the insn.
37792         (atomic_fetch_<fetchop_name><mode>_soft_gusa,
37793         atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
37794         atomic_<fetchop_name>_fetch<mode>_soft_gusa,
37795         atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
37796         Use atomic_mem_operand_1 predicate and AraAdd constraints.
37797         (atomic_fetch_<fetchop_name><mode>_soft_tcb,
37798         atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
37799         atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
37800         atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
37801         atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
37802         atomic_<fetchop_name>_fetch<mode>_soft_tcb,
37803         atomic_not_fetch<mode>_soft_tcb,
37804         atomic_<fetchop_name>_fetch<mode>_soft_imask,
37805         atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
37806         atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
37807         Use atomic_mem_operand_1 predicate and SraSdd constraints.
37809 2015-02-10  Uros Bizjak  <ubizjak@gmail.com>
37811         * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
37812         and 3 earlyclobber operands.
37814 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
37816         * common.opt (fstack-reuse): Mark as optimization.
37818 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
37820         PR ipa/64982
37821         * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
37823 2015-02-10  Trevor Saunders  <tsaunders@mozilla.com>
37825         PR tree-optimization/64326
37826         * cfghooks.c (make_forwarder_block): Cap frequency of created block.
37828 2015-02-10  Rainer Emrich  <rainer@emrich-ebersheim.de>
37830         PR gcov-profile/61889
37831         * gcov-tool.c: Remove wrong #if !defined(_WIN32)
37833 2015-02-10  Richard Biener  <rguenther@suse.de>
37835         PR tree-optimization/64995
37836         * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
37837         value we use is final.
37838         (visit_reference_op_store): Always valueize op.
37839         (visit_use): Properly valueize vuses.
37841 2015-02-10  Richard Biener  <rguenther@suse.de>
37843         PR tree-optimization/64909
37844         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
37845         pass a scalar-stmt count estimate to the cost model.
37846         * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
37848 2015-02-10  Alexander Monakov  <amonakov@ispras.ru>
37850         * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
37851         enabled by default together with var-tracking.
37853 2015-02-10  Nick Clifton  <nickc@redhat.com>
37855         * config/rl78/rl78.c: Remove DIV attribute code accidentally
37856         included in previous rl78 commit.
37858 2015-02-10  Richard Biener  <rguenther@suse.de>
37860         * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
37861         * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
37862         return the bitpack.
37864 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
37866         PR gcov-profile/61889
37867         * config.in: regenerate.
37868         * configure.in: Likewise.
37869         * configure.ac: Check for ftw.h.
37870         * gcov-tool.c: Check for ftw.h before using nftw.
37872 2015-02-09  Trevor Saunders  <tsaunders@mozilla.com>
37874         PR lto/64076
37875         * ipa-visibility.c (update_visibility_by_resolution_info): Only
37876         assert when not in lto mode.
37878 2015-02-09  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
37880         * ira-color.c (setup_left_conflict_sizes_p): Simplify
37881         initialization/assignment of conflict_size.
37883 2015-02-09  Jan Hubicka  <hubicka@ucw.cz>
37885         PR ipa/64978
37886         * ipa-cp.c (gather_caller_stats): Skip thunks.
37887         (propagate_constants_topo): Skip aliases.
37889 2015-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
37891         PR target/64761
37892         * config/sh/sh.c (sh_option_override): Don't change
37893         -freorder-blocks-and-partition to -freorder-blocks even when
37894         unwinding is enabled.
37895         (sh_can_follow_jump): Return false if the followee jump is
37896         a crossing jump when -freorder-blocks-and-partition is specified.
37897         * config/sh/sh.md (*jump_compact_crossing): New insn.
37899 2015-02-09  Joern Rennecke  <joern.rennecke@embecosm.com>
37900             Kaz Kojima  <kkojima@gcc.gnu.org>
37902         PR target/64761
37903         * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
37904         * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
37905         (sh_can_redirect_branch): Rename to ...
37906         (sh_can_follow_jump): ... this.  Constify argument types.
37907         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
37908         * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
37909         * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
37910         * doc/tm.texi: Regenerate.
37912 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
37914         PR sanitizer/64981
37915         * builtins.c (expand_builtin): Call targetm.expand_builtin
37916         for BUILT_IN_MD builtins regardless of asan_intercepted_p.
37918 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37920         PR ipa/61548
37921         * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
37923 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37925         PR ipa/63566
37926         * ipa-icf.c (set_local): New function.
37927         (sem_function::merge): Use it.
37929 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37931         * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
37932         (add_type_duplicate): Fix comparison of BINFOs.
37934 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37936         * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
37937         on getting VOID pointer.
37939 2015-02-09  Jakub Jelinek  <jakub@redhat.com>
37941         PR target/64979
37942         * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
37943         va_list escapes.
37945 2015-02-09  Richard Biener  <rguenther@suse.de>
37947         * genmatch.c (replace_id): Copy expr_type.
37949 2015-02-09  Richard Biener  <rguenther@suse.de>
37951         * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
37952         (streamer_write_tree_bitfields): Declare.
37953         * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
37954         properly unpack padding.
37955         (unpack_value_fields): Inline ...
37956         (streamer_read_tree_bitfields): ... here.
37957         * tree-streamer-out.c (pack_ts_base_value_fields): Inline
37958         and properly add padding bits.
37959         (streamer_pack_tree_bitfields): Fold into ...
37960         (streamer_write_tree_bitfields): ... this new function,
37961         exposing the bitpack object.
37962         * lto-streamer-out.c (lto_write_tree_1): Call
37963         streamer_write_tree_bitfields.
37965 2015-02-09  Richard Biener  <rguenther@suse.de>
37967         PR tree-optimization/54000
37968         * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
37969         (struct ivopts_data): Add loop_loc member.
37970         (tree_ssa_iv_optimize_loop): Dump loop location.
37971         (create_new_ivs): Likewise, also dump number of IVs generated.
37973 2015-02-09  Martin Liska  <mliska@suse.cz>
37975         * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
37976         just if not yet registered.
37977         (ipa_icf_generate_summary): Register callgraph hooks.
37979 2015-02-08  Andrew Pinski  <apinski@cavium.com>
37981         * config/aarch64/aarch64.c (gty_dummy): Delete.
37983 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37985         PR ipa/63566
37986         * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
37987         (cgraph_node::local_p): Remove thunk related FIXME.
37989 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
37991         PR ipa/63566
37992         * i386.c (ix86_function_regparm): Look through aliases to see if callee
37993         is local and optimized.
37994         (ix86_function_sseregparm): Likewise; also use target's SSE math
37995         settings; error out instead of silently generating wrong code
37996         on mismatches.
37997         (init_cumulative_args): Look through aliases.
37999 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
38001         PR ipa/63566
38002         * ipa-split.c (execute_split_functions): Split if function has aliases.
38004 2015-02-08  Jan Hubicka  <hubicka@ucw.cz>
38006         PR ipa/63566
38007         * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
38008         aliases before trying to expand it.
38009         (cgraph_node::expand_thunk): Fix formating.
38011 2015-02-07  Sandra Loosemore  <sandra@codesourcery.com>
38013         * doc/extend.texi (Function Attributes [naked]): Copy-edit.
38014         (Using Assembly Language with C): Expand introduction.
38015         (Basic Asm): Copy-edit.  Add more information about uses of
38016         basic asm.
38017         (Extended Asm): Copy-edit.  Document new escape syntax and
38018         %l[label] syntax.
38019         (Global Reg Vars): Copy-edit.
38020         (Local Reg Vars): Likewise.
38022 2015-02-06  David Edelsohn  <dje.gcc@gmail.com>
38024         PR debug/2714
38025         PR bootstrap/64256
38026         * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
38027         (DBX_CONTIN_CHAR): Define.
38029 2015-02-06  Sebastian Pop  <s.pop@samsung.com>
38030             Brian Rzycki  <b.rzycki@samsung.com>
38032         PR tree-optimization/64878
38033         * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
38034         (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
38035         Stop recursion at loop phi nodes after having visited a loop phi node.
38037 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
38039         * toplev.c (process_options): Change flag_ipa_ra before creating
38040         optimization_{default,current}_node.
38042         PR ipa/64896
38043         * cgraphunit.c (cgraph_node::expand_thunk): If
38044         restype is not is_gimple_reg_type nor the thunk_fndecl
38045         returns aggregate_value_p, set restmp to a temporary variable
38046         instead of resdecl.
38048 2015-02-06  Vladimir Makarov  <vmakarov@redhat.com>
38050         * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
38052 2015-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
38054         PR target/64205
38055         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
38056         add a general secondary reload handler for SDmode, unless we have
38057         both read/write support for SDmode.
38059 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
38061         PR middle-end/64937
38062         * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
38063         Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
38064         or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
38065         1 before, push it to abstract_vec.
38066         (dwarf2out_abstract_function): Adjust caller.  Don't call
38067         set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
38068         DECL_ABSTRACT_P flags for all abstract_vec elts.
38070 2015-02-06  Renlin Li  <renlin.li@arm.com>
38072         * tree-ssa-forwprop.c (execute): Keep location info while rewrite
38073         complex gimple.
38074         * tree-ssa.c (execute_update_addresses_taken): Likewise.
38076 2015-02-06  Jeff Law  <law@redhat.com>
38078         PR target/64889
38079         * config/h8300/h8300.c (push): New argument "in_prologue".
38080         Pass "in_prologue" along to "F".
38081         (h8300_push_pop): Corresponding changes.
38082         (h8300_expand_prologue): Likewise.
38083         (h8300_swap_into_er6): Likewise.  Do not set RTX_FRAME_RELATED_P.
38085 2015-02-06  Jakub Jelinek  <jakub@redhat.com>
38087         PR rtl-optimization/64957
38088         PR debug/64817
38089         * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
38090         IOR rather than for AND.
38092 2015-02-06  Eric Botcazou  <ebotcazou@adacore.com>
38094         PR target/62631
38095         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
38096         of shift-add and (add + shift) operations.  Rename local variable.
38098 2015-02-05  Jeff Law  <law@redhat.com>
38100         PR target/17306
38101         * config/h8300/constraints.md (U): Correctly dectect
38102         "eightbit_data" memory addresses.
38103         * config/h8300/h8300.c (eightbit_constant_address_p): Also
38104         handle (const (plus (symbol_ref (x)))) where x is declared
38105         as an 8-bit data memory address.
38106         * config/h8300/h8300.md (call, call_value): Correctly detect
38107         "funcvec" functions.
38109         PR target/43264
38110         * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
38111         24 to 28 bits for the H8/300.
38113 2015-02-06  Alan Modra  <amodra@gmail.com>
38115         PR target/64876
38116         * config/rs6000/rs6000.c (chain_already_loaded): New function.
38117         (rs6000_call_aix): Use it.
38119 2015-02-05  Jan Hubicka <hubicka@ucw.cz>
38121         * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
38122         check.
38124 2015-02-05  Joern Rennecke  <joern.rennecke@embecosm.com>
38126         * config/h8300/constraints.md ("U" constraint): Use strict
38127         variant of REG_OK_FOR_BASE_P after reload has started.
38129 2015-02-04  Mantas Mikaitis  <mantas.mikaitis@arm.com>
38131         * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
38132         define to zero if !TARGET_NEON.
38133         (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
38135 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38136             Trevor Saunders  <tsaunders@mozilla.com>
38138         PR ipa/61548
38139         * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
38141 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38143         PR ipa/61548
38144         * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
38145         when removing varpool nodes.
38147 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38149         PR ipa/61548
38150         * varpool.c (varpool_node::remove): Fix order of variables.
38152 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38154         PR ipa/64686
38155         * ipa-inline.c (inline_small_functions): Fix ordering issue between
38156         speculation resolution and key updates.
38158 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38160         * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
38161         about not letting any speculative edges unupdated.
38163 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38165         PR gcov/64123
38166         * gcov-io.c (gcov_var): Export.
38168 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38170         PR middle-end/64922
38171         * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
38172         edges that become speculative.
38174 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
38176         * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
38177         or DW_LANG_Fortran08.
38178         (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
38179         DW_LANG_Fortran08.
38180         (gen_compile_unit_die): Handle "GNU Fortran2003" and
38181         "GNU Fortran2008" language strings.
38182         * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
38183         * langhooks.h (lang_GNU_Fortran): New prototype.
38184         * langhooks.c (lang_GNU_Fortran): New function.
38185         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
38186         lang_GNU_Fortran.
38188 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
38190         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
38191         (RTX_OK_FOR_OLO10_P): Likewise.
38193 2015-02-04  Eric Botcazou  <ebotcazou@adacore.com>
38195         * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
38197 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
38199         PR middle-end/64922
38200         * gimple.c: Include gimple-ssa.h.
38201         (maybe_remove_unused_call_args): New function.
38202         * gimple.h (maybe_remove_unused_call_args): Declare.
38203         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
38204         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
38205         * gimple-fold.c (gimple_fold_call): Likewise.
38207 2015-02-04  H.J. Lu  <hongjiu.lu@intel.com>
38209         PR rtl-optimization/64905
38210         * lra-eliminations.c (setup_can_eliminate): Clear hard frame
38211         pointer alignment if it isn't needed.
38213 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
38215         * config/aarch64/aarch64-cores.def: Add cortex-a72 and
38216         cortex-a72.cortex-a53.
38217         * config/aarch64/aarch64-tune.md: Regenerate.
38218         * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
38220 2015-02-04  Nick Clifton  <nickc@redhat.com>
38222         * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
38223         inside a MEM.
38225 2015-02-04  Jakub Jelinek  <jakub@redhat.com>
38227         * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
38228         (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
38229         (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
38230         of DEF_BUILTIN.
38231         (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
38232         BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
38233         DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
38234         (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
38235         BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
38236         BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
38237         DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
38238         * tree-core.h (enum built_in_function): In between
38239         BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
38240         for builtins that use DEF_BUILTIN_CHKP macro.
38242 2015-02-04  Alexandre Oliva  <aoliva@redhat.com>
38244         PR debug/64817
38245         * cfgexpand.c (expand_debug_expr): Compute unsignedp from
38246         operands for tcc_comparison exprs.  Fix typos.
38248         PR debug/64817
38249         * simplify-rtx.c (simplify_binary_operation_1): Simplify one
38250         of two XORs that have an intervening AND or IOR.
38252         PR debug/64817
38253         * simplify-rtx.c (simplify_binary_operation_1): Rewrite
38254         simplification of XOR of AND to not allocate new rtx before
38255         committing to a simplification.
38257 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38259         * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
38260         manual swaps in all peepholes.
38262 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38264         * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
38265         of manual swapping implementation.
38266         (aarch64_expand_vec_perm_const_1): Likewise.
38268 2015-02-04  James Greenhalgh <james.greenhalgh@arm.com>
38270         * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
38271         (generic_addrcost_table): Remove NAMED_PARAM.
38272         (cortexa57_addrcost_table): Likewise.
38273         (xgene1_addrcost_table): Likewise.
38274         (generic_regmove_table): Likewise.
38275         (cortexa53_regmove_table): Likewise.
38276         (xgene1_regmove_table): Likewise.
38277         (generic_vector_table): Likewise.
38278         (cortexa57_vector_table): Likewise.
38279         (xgene1_vector_table): Likewise.
38280         (generic_tunings): Likewise.
38281         (cortexa53_tunings): Likewise.
38282         (cortexa57_tunings): Likewise.
38283         (xgene1_tunings): Likewise.
38285 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
38287         * config/arm/arm-cores.def: Add cortex-a72 and
38288         cortex-a72.cortex-a53.
38289         * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
38290         * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
38291         * config/arm/arm-tune.md: Regenerate.
38292         * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
38293         "cortex-a72.cortex-a53".
38294         * doc/invoke.texi (ARM Options/-mtune): Likewise.
38296 2015-02-04  Nick Clifton  <nickc@redhat.com>
38298         PR target/64408
38299         * config/fr30/predicates.md (di_operand): Add SUBREG to the list
38300         of accepted codes.
38301         (nonimmediate_di_operand): Likewise.
38303         * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
38304         prefixes of known F5 using MSP430 MCUs.
38306 2015-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38308         * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
38309         * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
38310         instead of __builtin_sqrt.
38312 2015-02-04  Ilya Enkovich  <ilya.enkovich@intel.com>
38314         * varasm.c (do_assemble_alias): Follow transparent alias
38315         chain for target.
38316         (default_assemble_visibility): Follow transparent alias
38317         chain for decl name.
38319 2015-02-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
38321         PR middle-end/62103
38322         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
38323         to compute size of referenced value in the constant case.
38325 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
38327         PR rtl-optimization/64756
38328         * cse.c (invalidate_dest): New function.
38329         (cse_insn): Use it.  If dest != SET_DEST (sets[i].rtl) and
38330         HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
38331         invalidate and do not record it.
38333 2015-02-03  Oleg Endo  <olegendo@gcc.gnu.org>
38335         PR target/64660
38336         * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
38337         atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
38338         atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
38339         atomic_nand<mode>_soft_tcb): New insns.
38340         (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
38341         Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
38342         (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
38343         Split into atomic_not_fetchsi_hard if operands[0] is unused.
38344         (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
38345         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
38346         (atomic_fetch_not<mode>_hard): Convert to insn_and_split.  Split into
38347         atomic_not<mode>_hard if operands[0] is unused.
38348         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
38349         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
38350         if operands[0] is unused.
38351         (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split.  Split
38352         into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
38353         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
38354         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
38355         unused.
38356         (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split.  Split
38357         into atomic_not<mode>_soft_tcb if operands[0] is unused.
38358         (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
38359         insn_and_split.  Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
38360         if operands[0] is unused.
38361         (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split.  Split
38362         into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
38363         (atomic_fetch_nandsi_hard): Convert to insn_and_split.  Split into
38364         atomic_nand_fetchsi_hard if operands[0] is unused.
38365         (atomic_fetch_nand<mode>_hard): Convert to insn_and_split.  Split into
38366         atomic_nand<mode>_hard if operands[0] is unused.
38367         (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split.  Split
38368         into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
38369         (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split.  Split
38370         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
38371         (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split.  Split
38372         into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
38373         (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
38374         Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
38375         (atomic_not_fetch<mode>_hard): Convert to insn_and_split.  Split into
38376         atomic_not<mode>_hard if operands[0] is unused.
38377         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
38378         Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
38379         unused.
38380         (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
38381         into atomic_not<mode>_soft_tcb if operands[0] is unused.
38382         (atomic_nand_fetch<mode>_hard): Convert to insn_and_split.  Split into
38383         atomic_nand<mode>_hard if operands[0] is unused.
38384         (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split.  Split
38385         into atomic_nand<mode>_soft_tcb if operands[0] is unused.
38387 2015-02-03  David Malcolm  <dmalcolm@redhat.com>
38389         PR jit/64810
38390         * Makefile.in (GCC_OBJS): Add gcc-main.o.
38391         * gcc-main.c: New file, containing "main" taken from gcc.c.
38392         * gcc.c (do_self_spec): Free decoded_options.
38393         (class driver): Move declaration to gcc.h.
38394         (main): Move declaration and implementation to new file
38395         gcc-main.c.
38396         (driver_get_configure_time_options): New function.
38397         * gcc.h (class driver): Move this declaration here, from
38398         gcc.c.
38399         (driver_get_configure_time_options): New declaration.
38401 2015-02-03  Jan Hubicka  <hubicka@ucw.cz>
38403         * ipa-inline-analysis.c (simple_edge_hints): Fix check for
38404         cross-module inlining.
38405         * cgraph.h (cgraph_node): Add flag merged.
38406         * ipa-icf.c (sem_function::merge): Maintain it.
38408 2015-02-03  Richard Sandiford  <richard.sandiford@arm.com>
38410         * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
38411         instead of OBJECT_P.
38413 2015-02-03  Eric Botcazou  <ebotcazou@adacore.com>
38415         PR target/62631
38416         * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
38417         (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
38418         * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
38419         int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
38421 2015-02-03  Jakub Jelinek  <jakub@redhat.com>
38423         PR other/63504
38424         * combine.c (reg_n_sets_max): New variable.
38425         (can_change_dest_mode, reg_nonzero_bits_for_combine,
38426         reg_num_sign_bit_copies_for_combine, get_last_value_validate,
38427         get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
38428         (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
38429         (rest_of_handle_combine): Initialize reg_n_sets_max.
38431 2015-02-02  Jan Hubicka  <hubicka@ucw.cz>
38433         * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
38434         if some always_inline was inlined, apply changes before inlining
38435         heuristically.
38437 2015-02-02  David Malcolm  <dmalcolm@redhat.com>
38439         PR jit/64810
38440         * config/arm/arm.c (arm_option_override): Set
38441         arm_selected_arch/cpu/tune to NULL on entry.
38443 2015-02-02  Tejas Belagod  <tejas.belagod@arm.com>
38444             Andrew Pinski  <pinskia@gcc.gnu.org>
38445             Jakub Jelinek  <jakub@gcc.gnu.org>
38447         PR target/64231
38448         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
38449         integer typing for small model. Use IN_RANGE.
38451 2015-02-02  Richard Biener  <rguenther@suse.de>
38453         * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
38454         * tree-vrp.c (vrp_valueize_1): Likewise.
38456 2015-02-02  Alan Modra  <amodra@gmail.com>
38458         * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
38459         than mem for toc_restore.
38460         * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
38461         (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
38462         (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
38464 2015-02-01  David Edelsohn  <dje.gcc@gmail.com>
38466         PR target/64047
38467         * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
38468         explicit default options.
38470 2015-02-01  Jan Hubicka  <hubicka@ucw.cz>
38472         PR ipa/64872
38473         * ipa-utils.c (ipa_merge_profiles): Add release argument.
38474         * ipa-icf.c (sem_function::merge): Do not release body when merging.
38475         * ipa-utils.h (ipa_merge_profiles): Update prototype.
38477 2015-02-01  Jakub Jelinek  <jakub@redhat.com>
38479         PR debug/64817
38480         * cfgexpand.c (deep_ter_debug_map): New variable.
38481         (avoid_deep_ter_for_debug): New function.
38482         (expand_debug_expr): If TERed SSA_NAME is in
38483         deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
38484         instead of trying to expand SSA_NAME's def stmt.
38485         (expand_debug_locations): When expanding debug bind
38486         of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
38487         temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
38488         value.
38489         (pass_expand::execute): Call avoid_deep_ter_for_debug on
38490         all debug bind stmts.  Delete deep_ter_debug_map after
38491         expand_debug_location if non-NULL and clear it.
38493 2015-02-01  Oleg Endo  <olegendo@gcc.gnu.org>
38495         PR target/64851
38496         * config/sh/sync.md (atomic_fetch_notsi_hard,
38497         atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
38498         atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
38499         atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
38500         atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
38501         atomic_not_fetch<mode>_soft_imask): New insns.
38503 2015-02-01  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
38505         * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
38506         (rank_for_schedule_debug): Split from ...
38507         (rank_for_schedule): ... this.
38508         (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
38509         * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
38511 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
38513         * doc/md.texi (Machine Constraints): Alphabetize table by target.
38514         * doc/extend.texi (x86 Variable Attributes): Move section to
38515         correct alphabetization after renaming.
38516         (x86 Type Attributes): Likewise.
38517         (Target Builtins): Re-alphabetize menu.
38518         (x86 Built-in Functions): Move section to correct alphabetization
38519         after renaming.
38520         (x86 transactional memory intrinsics): Likewise.
38521         * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
38522         and x86 Windows Options in table and menu.
38523         (x86 Options): Move section to correct alphabetization after
38524         renaming.
38525         (x86 Windows Options): Likewise.
38527 2015-01-31  Sandra Loosemore  <sandra@codesourcery.com>
38529         * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
38530         preferred names of the architecture and its 32- and 64-bit
38531         variants.
38532         * doc/invoke.texi: Likewise.
38533         * doc/md.texi: Likewise.
38535 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
38537         PR target/64882
38538         * config/i386/predicates.md (address_no_seg_operand): Reject
38539         non-CONST_INT_P operands in invalid mode.
38541 2015-01-31  Uros Bizjak  <ubizjak@gmail.com>
38543         * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
38544         address_operand 0.  Rename from *prefetch_prefetchwt1_<mode>.
38545         * config/i386/predicates.md (address_no_seg_operand): Call
38546         address_operand with VOIDmode.
38547         (vsib_address_operand): Ditto.
38548         (address_mpx_no_base_operand): Ditto.
38549         (address_mpx_no_index_operand): Ditto.
38551 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
38553         PR target/64688
38554         * lra-constraints.c (original_subreg_reg_mode): New.
38555         (simplify_operand_subreg): Try to simplify subreg of const.  Use
38556         original_subreg_reg_mode for it.
38557         (swap_operands): Update original_subreg_reg_mode.
38558         (curr_insn_transform): Set up original_subreg_reg_mode.
38560 2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>
38562         PR target/64617
38563         * lra-constraints.c (prohibited_class_reg_set_mode_p): New
38564         function.
38565         (process_alt_operands): Use it.
38566         (curr_insn_transform): Check the optional reload pseudo class is
38567         ok for the mode.
38569 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
38571         * diagnostic.c (fatal_error (const char *, ...)): Remove function.
38572         * diagnostic-core.h (fatal_error (const char *, ...)): Remove
38573         prototype.
38574         * toplev.h (init_asm_output): Update comment on use of
38575         UNKNOWN_LOCATION with fatal_error.
38576         * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
38577         config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
38578         config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
38579         config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
38580         config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
38581         config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
38582         config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
38583         ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
38584         lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
38585         lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
38586         tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
38587         fatal_error changed to pass input_location as first argument.
38589 2015-01-30  Martin Liska  <mliska@suse.cz>
38591         * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
38592         in #pragma GCC diagnostic guards.
38594 2015-01-30  Richard Biener  <rguenther@suse.de>
38596         PR tree-optimization/64829
38597         * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
38598         not add a widening conversion pattern but hand off extra
38599         widenings to callers.
38600         (vect_recog_widen_mult_pattern): Handle extra widening produced
38601         by vect_handle_widen_op_by_const.
38602         (vect_recog_widen_shift_pattern): Likewise.
38603         (vect_pattern_recog_1): Remove excess vertical space in dumping.
38604         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
38605         (vect_init_vector_1): Likewise.
38606         (vect_get_vec_def_for_operand): Likewise.
38607         (vect_finish_stmt_generation): Likewise.
38608         (vectorizable_load): Likewise.
38609         (vect_analyze_stmt): Likewise.
38610         (vect_is_simple_use): Likewise.
38612 2015-01-29  Jeff Law  <law@redhat.com>
38614         * combine.c (try_combine): Fix typo in comment.
38616 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
38618         PR target/64580
38619         * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
38620         (rs6000_stack_info): Add assert.
38621         (rs6000_output_savres_externs): New function, split off from...
38622         (rs6000_output_function_prologue): ... here.  Do not call it for
38623         thunks.
38625 2015-01-29  Jeff Law  <law@redhat.com>
38627         PR target/15184
38628         * combine.c (try_combine): If I0 is a memory load and I3 a store
38629         to a related address, increase the "goodness" of doing a 4-insn
38630         combination with I0-I3.
38631         (make_field_assignment): Handle SUBREGs in the ior+and case.
38633 2015-01-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
38635         PR tree-optimization/64746
38636         * tree-if-conv.c (mask_exists): New function.
38637         (predicate_mem_writes): Save created mask with given size for further
38638         use.
38639         (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
38640         (ifcvt_repair_bool_pattern): Collect all statements that are root
38641         of bool pattern and use iterative algorithm to remove multiple uses
38642         of predicates, display number of required iterations.
38644 2015-01-29  Richard Biener  <rguenther@suse.de>
38646         PR tree-optimization/64853
38647         * tree-vrp.c (vrp_valueize_1): Do not return anything if the
38648         stmt will get simulated again.
38649         * tree-ssa-ccp.c (valueize_op_1): Likewise.
38651 2015-01-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
38653         * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
38654         return_in_pc.  Remove redundant assignments.
38655         (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
38656         (arm_expand_epilogue): Don't compare boolean with true in if condition.
38658 2015-01-29  Uros Bizjak  <ubizjak@gmail.com>
38660         * config/i386/i386.c (ix86_mode_after): Make static.
38662 2015-01-29  Richard Biener  <rguenther@suse.de>
38664         PR tree-optimization/64844
38665         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
38666         dump cost model analysis.
38667         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
38668         Do not register adjusted load/store costs here.
38670 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
38671             Uros Bizjak  <ubizjak@gmail.com>
38673         * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
38674         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
38675         using x86_use_pseudo_pic_reg.
38676         * config/i386/i386.c (ix86_conditional_register_usage): Remove
38677         support for fixed PIC register.
38678         (ix86_use_pseudo_pic_reg): Not static any more.
38680 2015-01-29  Ilya Enkovich  <ilya.enkovich@intel.com>
38682         PR middle-end/64805
38683         * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
38684         to avoid error in cgraph node verification.
38686 2015-01-29  Marek Polacek  <polacek@redhat.com>
38688         * doc/standards.texi: Reflect that the default for C is gnu11.
38690 2015-01-29  Kaz Kojima  <kkojima@gcc.gnu.org>
38692         PR target/64761
38693         * reorg.c (switch_text_sections_between_p): New function.
38694         (relax_delay_slots): Call it when testing if the jump insn
38695         is removable.  Use targetm.can_follow_jump when testing if
38696         the conditional branch can follow an unconditional jump.
38698 2015-01-27  Caroline Tice  <cmtice@google.com>
38700         Committing VTV Cywin/Ming patch for Patrick Wollgast
38701         * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
38702         if -fvtable-verify=preinit/std is used.
38703         * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
38704         * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
38705         * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
38706         if -fvtable-verify=preinit/std is used.
38707         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
38708         * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
38709         if -fvtable-verify=preinit/std is used.
38710         * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
38711         * config/i386/mingw32.h (LIB_SPEC): Likewise.
38712         * varasm.c (assemble_variable): Add code to properly set the comdat
38713         section and name for the .vtable_map_vars section in case the
38714         target is PE or COFF.
38716 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
38718         PR ipa/64801
38719         * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
38720         make sane BB profile.
38721         (cgraph_node::expand_thunk): Make sane BB profile.
38722         (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
38723         * cgraph.h (init_lowered_empty_function): Update prototype.
38724         * config/i386/i386.c (make_resolver_func): Update call.
38725         * predict.c (gate): Disable branch prediction pass if
38726         profile is already there.
38728 2015-01-29  Jan Hubicka  <hubicka@ucw.cz>
38730         * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
38731         * opth-gen.awk: Likewise.
38732         * common.opt: Mark flag_fp_contract_mode as Optimization.
38734 2015-01-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
38736         * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
38737         * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
38739 2015-01-28  Oleg Endo  <olegendo@gcc.gnu.org>
38741         PR target/64659
38742         * config/sh/predicates.md (atomic_arith_operand,
38743         atomic_logical_operand): Remove.
38744         * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
38745         (atomic_arith_operand_0): New predicate.
38746         (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
38747         Use atomic_arith_operand_0 for input values.
38748         (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
38749         atomic_compare_and_swap<mode>_soft_gusa,
38750         atomic_compare_and_swap<mode>_soft_tcb,
38751         atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
38752         arith_reg_operand instead of register_operand.
38753         (atomic_exchange<mode>): Use arith_reg_dest for output value.  Use
38754         atomic_arith_operand_0 for newval input.
38755         (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
38756         atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
38757         atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
38758         arith_reg_operand instead of register_operand.
38759         (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
38760         fetchop_predicate_1, fetchop_constraint_1_llcs,
38761         fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
38762         fetchop_constraint_1_imask): New code iterator attributes.
38763         (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
38764         register_operand.  Use fetchop_predicate_1.
38765         (atomic_fetch_<fetchop_name>si_hard,
38766         atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
38767         register_operand.  Use fetchop_predicate_1, fetchop_constraint_1_llcs.
38768         (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
38769         and arith_reg_operand instead of register_operand.  Use
38770         fetchop_predicate_1, fetchop_constraint_1_gusa.
38771         (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
38772         and arith_reg_operand instead of register_operand.  Use
38773         fetchop_predicate_1, fetchop_constraint_1_tcb.  Adjust asm sequence
38774         to allow R0 usage.
38775         (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
38776         and arith_reg_operand instead of register_operand.  Use
38777         fetchop_predicate_1, fetchop_constraint_1_imask.  Adjust asm sequence
38778         to allow R0 usage.
38779         (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
38780         register_operand.  Use atomic_logical_operand_1.
38781         (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
38782         atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
38783         arith_reg_operand instead of register_operand.
38784         (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
38785         Use arith_reg_dest and arith_reg_operand instead of register_operand.
38786         Use logical_operand and rK08.  Adjust asm sequence to allow R0 usage.
38787         (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
38788         register_operand.  Use fetchop_predicate_1.
38789         (atomic_<fetchop_name>_fetchsi_hard,
38790         atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
38791         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
38792         fetchop_constraint_1_llcs.
38793         (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
38794         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
38795         fetchop_constraint_1_gusa.
38796         (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
38797         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
38798         fetchop_constraint_1_tcb.  Adjust asm sequence to allow R0 usage.
38799         (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
38800         arith_reg_operand instead of register_operand.  Use fetchop_predicate_1,
38801         fetchop_constraint_1_imask.  Adjust asm sequence to allow R0 usage.
38802         (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
38803         register_operand.  Use atomic_logical_operand_1.
38804         (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
38805         atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
38806         arith_reg_operand instead of register_operand.
38807         (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
38808         arith_reg_operand instead of register_operand.  Use logical_operand
38809         and K08.  Adjust asm sequence to allow R0 usage.
38810         (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
38811         arith_reg_operand instead of register_operand.  Use logical_operand
38812         and K08.
38814 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
38816         PR other/63504
38817         * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
38818         Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
38819         (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
38820         only get_full_len HOST_WIDE_INTs from get_val () array rather than
38821         all bits in *val_wide.
38823 2015-01-28  Jan Hubicka  <hubicka@ucw.cz>
38825         * varpool.c (tls_model_names): Fix names.
38826         (varpool_node::dump): Dump tls- prefix for tls models.
38828 2015-01-28  Thomas Schwinge  <thomas@codesourcery.com>
38829             Bernd Schmidt  <bernds@codesourcery.com>
38830             Nathan Sidwell  <nathan@codesourcery.com>
38832         * config/nvptx/mkoffload.c: New file.
38833         * config/nvptx/t-nvptx: Add build rules for it.
38834         * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
38835         (extra_programs): Add mkoffload.
38836         * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
38837         function.
38838         (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
38840 2015-01-28  Yuri Rumyantsev  <ysrumyan@gmail.com>
38842         PR middle-end/64809
38843         * cfgexpand.c (reorder_operands): Skip debug gimples.
38845 2015-01-28  Ilya Enkovich  <ilya.enkovich@intel.com>
38847         PR tree-optimization/64277
38848         * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
38849         range info when possible to refine estimation.
38851 2015-01-28  Thomas Preud'homme  <thomas.preudhomme@arm.com>
38853         PR tree-optimization/64718
38854         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
38855         be a 16bit unsigned integer when n->range is 16.
38856         (bswap_replace): Convert src to that type if necessary for all bswap
38857         sizes.  Fix rotation right notation in nearby comment.  Use bswap_type
38858         set in pass_optimize_bswap::execute ().
38860 2015-01-28  James Greenhalgh  <james.greenhalgh@arm.com>
38862         * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
38863         * config/aarch64/aarch64-simd-builtins.def (abs): Split by
38864         integer and floating point variants.
38865         * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
38867 2015-01-28  Robert Suchanek  <robert.suchanek@imgtec.com>
38869         * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
38870         for all vector modes.
38872 2015-01-28  Jakub Jelinek  <jakub@redhat.com>
38874         PR bootstrap/64612
38875         * doc/sourcebuild.texi (comdat_group): Document.
38877 2015-01-28  Terry Guo  <terry.guo@arm.com>
38879         * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
38881 2015-01-27  David Malcolm  <dmalcolm@redhat.com>
38883         * toplev.c (print_version): Add param "show_global_state", and
38884         only print GGC and plugin information if it is true.
38885         (init_asm_output): Pass in "true" for the new param when calling
38886         print_version.
38887         (process_options): Likewise.
38888         (toplev::main): Likewise.
38889         * toplev.h (print_version): Add new param to decl.
38891 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
38893         PR ipa/60871
38894         PR ipa/64139
38895         * tree.c (lookup_binfo_at_offset): New function.
38896         (get_binfo_at_offset): Use it.
38898 2015-01-27  Jan Hubicka  <hubicka@ucw.cz>
38900         PR ipa/64282
38901         * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
38902         on vtable being vtable.
38904 2015-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
38906         * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
38907         * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
38908         -mhotpatch= option.
38909         * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
38910         -mno-hotpatch options.  Change syntax of -mhotpatch= option.
38911         * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
38912         Renamed.
38913         (s390_hotpatch_trampoline_halfwords_max): Renamed.
38914         (s390_hotpatch_hw_max): New name.
38915         (s390_hotpatch_trampoline_halfwords): Renamed.
38916         (s390_hotpatch_hw_before_label): New name.
38917         (get_hotpatch_attribute): Removed.
38918         (s390_hotpatch_hw_after_label): New name.
38919         (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
38920         attribute.
38921         (s390_attribute_table): Ditto.
38922         (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
38923         (s390_function_num_hotpatch_hw): New name.
38924         Remove special handling of inline functions and hotpatching.
38925         Return number of nops before and after the function label.
38926         (s390_can_inline_p): Removed.
38927         (s390_asm_output_function_label): Emit a configurable number of nops
38928         after the function label.
38929         (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
38930         (TARGET_CAN_INLINE_P) Removed.
38931         (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
38933 2015-01-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
38934             Jiong Wang  <jiong.wang@arm.com>
38936         * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
38937         of scratch reg.
38938         (cb<optab><mode>1): Likewise.
38939         * config/aarch64/iterators.md (bcond): New define_code_attr.
38941 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38943         * config/s390/s390.c (s390_memory_move_cost): Increase costs for
38944         memory accesses.
38946 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38948         * config/s390/s390.c (s390_register_move_cost): Increase costs for
38949         FPR->GPR moves.
38951 2015-01-27  Richard Biener  <rguenther@suse.de>
38953         * tree-vrp.c (update_value_range): Intersect the range with
38954         old recorded SSA name range information.
38956 2015-01-27  Nick Clifton  <nickc@redhat.com>
38958         * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
38959         BC, DE and HL registers directly, not via AX.
38960         When decrementing the stack pointer by a large amount, transfer SP
38961         into AX and perform the subtraction there.
38962         (rl78_expand_epilogue): Perform the inverse of the above
38963         enhancements.
38965 2015-01-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38967         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
38969 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
38970             Yury Gribov  <y.gribov@samsung.com>
38972         PR ubsan/64741
38973         * ubsan.c (ubsan_source_location): Refactor code.
38974         (ubsan_type_descriptor): Update type size. Refactor code.
38976 2015-01-27  Richard Biener  <rguenther@suse.de>
38978         PR tree-optimization/56273
38979         PR tree-optimization/59124
38980         PR tree-optimization/64277
38981         * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
38982         from the first VRP pass.
38984 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
38986         PR ipa/64776
38987         * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
38988         handle the first argument in the same loop as all the other arguments.
38990         PR rtl-optimization/61058
38991         * jump.c (cleanup_barriers): Update basic block boundaries
38992         if BLOCK_FOR_INSN is non-NULL on PREV.
38994 2015-01-27  Ilya Enkovich  <ilya.enkovich@intel.com>
38996         * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
38997         bounds narrowing, already instrumented calls and calls to
38998         not instrumentable functions.
39000 2015-01-27  Jakub Jelinek  <jakub@redhat.com>
39002         PR tree-optimization/64807
39003         * wide-int.cc (wi::divmod_internal): Clear
39004         b_dividend[dividend_blocks_needed].
39006 2015-01-26  DJ Delorie  <dj@redhat.com>
39008         * config/rl78/rl78.c (move_elim_pass): Don't optimize away
39009         volatile memory references.
39011 2015-01-26  Oleg Endo  <olegendo@gcc.gnu.org>
39013         PR target/49263
39014         * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
39015         remove_insn.
39016         * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
39017         shifts if it already fits into K08.
39019 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
39021         PR ipa/64730
39022         * ipa-inline.c (inline_small_functions): Print "unknown" even
39023         if edge->call_stmt is non-NULL, but has builtins or unknown
39024         location.
39026         PR middle-end/64421
39027         * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
39028         with asterisk, skip the first character.
39030 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
39032         PR target/64806
39033         * config/i386/i386 (feature_priority): Revert the last P_POPCNT
39034         order change.
39036 2015-01-26  Uros Bizjak  <ubizjak@gmail.com>
39038         PR target/64795
39039         * config/i386/i386.md (*movdi_internal): Also check operand 0
39040         to determine TYPE_LEA operand.
39041         (*movsi_internal): Ditto.
39043 2015-01-26  Jakub Jelinek  <jakub@redhat.com>
39045         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
39046         OPTION_MASK_QUAD_MEMORY_ATOMIC.
39048 2015-01-26  Renlin Li  <renlin.li@arm.com>
39050         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
39051         the comment.
39052         * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
39053         for higher part.
39055 2015-01-26  Richard Biener  <rguenther@suse.de>
39057         PR middle-end/64764
39058         * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
39059         combining two BIT_AND_EXPR predicates.
39061 2015-01-26  H.J. Lu  <hongjiu.lu@intel.com>
39063         PR bootstrap/64754
39064         * tree-ssa-structalias.c (new_var_info): Initialize ruid.
39066 2015-01-26  Terry Guo  <terry.guo@arm.com>
39068         * config/arm/arm.c (arm_file_start): Update the assignment of
39069         Tag_ABI_HardFP_use.
39071 2015-01-25  James Greenhalgh  <james.greenhalgh@arm.com>
39073         * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
39074         pipeline model.
39075         config/arm/arm.md: Include the new Cortex-A57 model.
39076         (generic_sched): Don't use generic_sched when tuning for
39077         Cortex-A57.
39079 2015-01-25  Allan Sandfeld Jensen  <sandfeld@kde.org>
39080             Uros Bizjak  <ubizjak@gmail.com>
39082         * config/i386/i386.c (get_builtin_code_for_version): Add
39083         support for BMI and BMI2 multiversion functions.
39085 2015-01-25  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
39087         * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
39088         (extract_bit_field): Likewise.
39089         (extract_low_bits): Likewise.
39090         (expand_mult): Likewise.
39091         (expand_mult_highpart_adjust): Likewise.
39093 2015-01-24  H.J. Lu  <hongjiu.lu@intel.com>
39095         * config/i386/driver-i386.c (host_detect_local_cpu): Check new
39096         Silvermont, Haswell, Broadwell and Knights Landing model numbers.
39097         * config/i386/i386.c (processor_model): Add
39098         M_INTEL_COREI7_BROADWELL.
39099         (arch_names_table): Add "broadwell".
39101 2015-01-24  Oleg Endo  <olegendo@gcc.gnu.org>
39103         PR target/49263
39104         PR target/53987
39105         PR target/64345
39106         PR target/59533
39107         PR target/52933
39108         PR target/54236
39109         PR target/51244
39110         * config/sh/sh-protos.h
39111         (sh_extending_set_of_reg::can_use_as_unextended_reg,
39112         sh_extending_set_of_reg::use_as_unextended_reg,
39113         sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
39114         sh_is_movrt_insn, sh_insn_operands_modified_between_p,
39115         sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
39116         sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
39117         (sh_treg_insns): New class.
39118         * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
39119         (scope_counter): New class.
39120         (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
39121         sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
39122         sh_extending_set_of_reg::can_use_as_unextended_reg,
39123         sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
39124         sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
39125         sh_split_treg_set_expr): New functions.
39126         (addsubcosts): Handle treg_set_expr.
39127         (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
39128         (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
39129         (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
39130         (sh_insn_operands_modified_between_p): Make non-static.
39131         * config/sh/predicates.md (zero_extend_movu_operand): Allow
39132         simple_mem_operand in addition to displacement_mem_operand.
39133         (zero_extend_operand): Don't allow zero_extend_movu_operand.
39134         (treg_set_expr, treg_set_expr_not_const01,
39135         arith_reg_or_treg_set_expr): New predicates.
39136         * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
39137         arith_or_int_operand instead of logical_operand.  Convert to
39138         insn_and_split.  Try to optimize constant operand in splitter.
39139         (tsthi_t, tstqi_t): Fold into *tst<mode>_t.  Convert to insn_and_split.
39140         (*tstqi_t_zero): Delete.
39141         (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
39142         (tstsi_t_and_not): Delete.
39143         (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
39144         Convert to insn_and_split.
39145         (unnamed split, tstsi_t_zero_extract_xor,
39146         tstsi_t_zero_extract_subreg_xor_little,
39147         tstsi_t_zero_extract_subreg_xor_big): Delete.
39148         (*tstsi_t_shift_mask): New insn_and_split.
39149         (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
39150         to recombine with surrounding insns when splitting.
39151         (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
39152         (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
39153         (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
39154         *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
39155         (*cbranch_div0s: Delete.
39156         (*addc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
39157         Try to recombine with surrounding insns when splitting.  Add operand
39158         order variants.
39159         (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
39160         (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
39161         *addc_r_r_msb, *addc_2r_msb): Delete.
39162         (*addc_2r_lsb): Rename to *addc_2r_t.  Use treg_set_expr.  Add operand
39163         order variant.
39164         (*addc_negreg_t): New insn_and_split.
39165         (*subc): Convert to insn_and_split.  Use treg_set_expr as 3rd operand.
39166         Try to recombine with surrounding insns when splitting.
39167         Add operand order variants.
39168         (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
39169         insn_and_split patterns.
39170         (*rotcr): Use arith_reg_or_treg_set_expr.  Try to recombine with
39171         surrounding insns when splitting.
39172         (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
39173         (*rotcl): Likewise.  Add zero_extract variant.
39174         (*ashrsi2_31): New insn_and_split.
39175         (*negc): Convert to insn_and_split.  Use treg_set_expr.
39176         (*zero_extend<mode>si2_disp_mem): Update comment.
39177         (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
39178         condition.
39179         (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr.  Try to recombine
39180         with surrounding insns when splitting.
39181         (any_treg_expr_to_reg): New insn_and_split.
39182         (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
39183         *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
39184         *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
39185         *zero_extract_2): New single bit zero extract patterns.
39186         (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
39187         (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
39188         *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
39189         *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
39190         set destination.
39191         (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
39192         register_operand for set source.
39194 2015-01-23  Jan Hubicka  <hubicka@ucw.cz>
39196         * i386.opt (prefetch_sse): New targetsave.
39197         * i386.c (ix86_function_specific_save): Save prefetch_sse.
39198         (ix86_function_specific_restore): Restore prefetch_sse and initialize
39199         ix86_cost/ix86_tune_cost.
39201 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
39203         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
39204         Support the JIT by using 0 as the language type.
39206 2015-01-23  Vladimir Makarov  <vmakarov@redhat.com>
39208         PR target/64317
39209         * lra-lives.c (make_hard_regno_born): Add parameter.  Don't make
39210         REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
39211         (mark_regno_live, process_bb_lives): Pass new parameter value to
39212         make_hard_regno_born.
39214 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
39216         PR rtl-optimization/63637
39217         PR rtl-optimization/60663
39218         * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
39219         if elt->cost is MAX_COST for ASM_OPERANDS.
39220         (find_sets_in_insn): Fix up comment typo.
39221         (cse_insn): Don't set src_volatile for all non-volatile
39222         ASM_OPERANDS in PARALLELs, but just those with multiple outputs
39223         or with "memory" clobber.  Set elt->cost to MAX_COST
39224         for ASM_OPERANDS in PARALLEL.  Set src_elt->cost to MAX_COST
39225         if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
39227 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
39229         * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
39230         alternative 1.
39232 2015-01-23  Uros Bizjak  <ubizjak@gmail.com>
39234         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
39235         libgcc/config/i386/elf-lib.h.
39237 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
39239         PR driver/64737
39240         * gcc.c (print_configuration): Don't print a blank line at the end
39241         here...
39242         (run_attempt): ... but here unstead.
39244         PR middle-end/64734
39245         * omp-low.c (scan_sharing_clauses): Don't ignore
39246         OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
39247         on target data/update constructs.
39249 2015-01-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
39251         PR target/50928
39252         * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
39253         (DEBUG_RELOAD): Removed define.
39254         (m32c_limit_reload_class): Enable traces with if DEBUG0.
39255         (m32c_function_arg): Added a type cast.
39256         (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
39257         * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
39258         * config/m32c/bitops.md (andqi3_16): Likewise.
39259         * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
39260         (push_a01_l): Likewise.
39262 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
39264         PR jit/64721
39265         * main.c (main): Construct toplev instances with init_signals=true.
39266         * toplev.c (general_init): Add param "init_signals", and use it to
39267         conditionalize the calls to signal and host_hooks.extra_signals.
39268         (toplev::toplev): Add param "init_signals".
39269         (toplev::main): When invoking general_init, pass m_init_signals
39270         to control whether signal-handlers are installed.
39271         * toplev.h (toplev::toplev): Add param "init_signals".
39272         (toplev::m_init_signals): New field.
39274 2015-01-23  David Malcolm  <dmalcolm@redhat.com>
39276         PR jit/64722
39277         * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
39278         NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
39279         latter may be affected by the former (e.g. on i686).
39281 2015-01-23  Martin Liska  <mliska@suse.cz>
39283         * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
39284         false positive during profiledbootstrap.
39286 2015-01-23  Tom de Vries  <tom@codesourcery.com>
39288         PR libgomp/64672
39289         * lto-opts.c (lto_write_options): Output non-explicit conservative
39290         -fno-openacc.
39291         * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
39292         (append_compiler_options): Pass -fopenacc through.
39294 2015-01-23  Tom de Vries  <tom@codesourcery.com>
39296         PR libgomp/64707
39297         * lto-opts.c (lto_write_options): Output non-explicit conservative
39298         -fno-openmp.
39299         * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
39300         (append_compiler_options): Pass -fopenmp through.
39302 2015-01-23  Jakub Jelinek  <jakub@redhat.com>
39304         PR debug/64511
39305         * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
39306         GTY markup.
39308         * diagnostic-core.h (internal_error_no_backtrace): New prototype.
39309         * diagnostic.def (DK_ICE_NOBT): New kind.
39310         * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
39311         like DK_ICE, but never print backtrace.
39312         (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
39313         (internal_error_no_backtrace): New function.
39314         * gcc.c (execute): Use internal_error_no_backtrace instead of
39315         internal_error.
39317 2015-01-22  Jeff Law  <law@redhat.com>
39319         PR target/52076
39320         * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
39321         improve code density for small immediate to memory case.
39322         (insv): Better handle bitfield assignments when the field is
39323         being set to all ones.
39324         * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
39325         operand predicate.
39327 2015-01-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39328             Jakub Jelinek  <jakub@redhat.com>
39330         PR middle-end/64729
39331         * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
39332         for !TARGET_LIBC_PROVIDES_SSP version and
39333         -fstack-protector-{all,strong,explicit} otherwise.
39334         * config/freebsd.h (LINK_SSP_SPEC): Handle
39335         -fstack-protector-{strong,explicit}.
39337 2015-01-22  Jan Hubicka  <hubicka@ucw.cz>
39338             H.J. Lu  <hongjiu.lu@intel.com>
39340         PR ipa/64694
39341         * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
39342         heap.
39344 2015-01-22  Wei Mi  <wmi@google.com>
39346         PR rtl-optimization/64557
39347         * dse.c (record_store): Call get_addr for mem_addr.
39348         (check_mem_read_rtx): Likewise.
39350 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
39352         * fold-const.c (const_binop): Add early return for non-tcc_binary.
39354 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
39356         * toplev.c (init_local_tick): Process the failure when read
39357         fails for random_seed.
39359         * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
39360         'pretty_name' to avoid memory overflow.
39362 2015-01-22  Richard Biener  <rguenther@suse.de>
39364         PR middle-end/64728
39365         * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
39366         abnormal coalescing on undefined SSA names.
39368 2015-22-01  Uros Bizjak  <ubizjak@gmail.com>
39370         PR target/64688
39371         PR target/64477
39372         * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
39373         for alternative 3.
39374         (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
39376 2015-01-22  Trevor Saunders  <tsaunders@mozilla.com>
39378         PR middle-end/63325
39379         * fold-const.c (fold_checksum_tree): Don't include value of
39380         expr->decl_with_vis.symtab_node in the checksum.
39382 2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39384         * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
39386 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
39388         PR driver/64690
39389         * gcc.c (insert_comments): New function.
39390         (try_generate_repro): Call it.
39391         (append_text): Removed.
39393 2015-01-22  Richard Biener  <rguenther@suse.de>
39395         * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
39396         with IL incompatible options.  Properly honor user optimize
39397         attributes.
39399 2015-01-21  Segher Boessenkool  <segher@kernel.crashing.org>
39401         PR rtl-optimization/64682
39402         * combine.c (distribute_notes): When moving a death note for
39403         a register that is set in the new I2, make sure to put it
39404         before that new I2.
39406 2015-01-21  David Edelsohn  <dje.gcc@gmail.com>
39408         * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
39409         not TARGET_DEFAULT.
39411 2015-01-21  Jakub Jelinek  <jakub@redhat.com>
39413         PR debug/64511
39414         * simplify-rtx.c (simplify_relational_operation_1): Don't try to
39415         optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
39416         into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
39418         PR sanitizer/64706
39419         * doc/invoke.texi (-fsanitize=vptr): Document.
39421         PR rtl-optimization/62078
39422         * dse.c: Include cfgcleanup.h.
39423         (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
39424         anything call purge_all_dead_edges and cleanup_cfg at the end
39425         of the pass.
39427 2015-01-21  Jan Hubicka  <hubicka@ucw.cz>
39429         * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
39430         edges.
39432 2015-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
39434         * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
39435         decl attribute.
39437 2015-01-21  David Sherwood  <david.sherwood@arm.com>
39438             Tejas Belagod <Tejas.Belagod@arm.com>
39440         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
39441         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
39442         * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
39443         Removed.
39445 2015-01-21  David Sherwood  <david.sherwood@arm.com>
39446             Tejas Belagod <Tejas.Belagod@arm.com>
39448         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
39449         (aarch64_reverse_mask): New decls.
39450         * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
39451         (insn_count): New mode_attr.
39452         * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
39453         (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
39454         (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
39455         (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
39456         (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
39457         (aarch64_simd_st4): New patterns.
39458         * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
39459         (aarch64_reverse_mask): New functions.
39461 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
39463         * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
39464         Declare.
39465         * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
39466         addressing modes for BE.
39467         (aarch64_print_operand): Add 'R' specifier.
39468         (aarch64_simd_disambiguate_copy): Delete.
39469         (aarch64_simd_emit_reg_reg_move): New function.
39470         * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
39471         in define_splits for structural moves.
39472         (mov<mode>): Use less restrictive predicates.
39473         (*aarch64_mov<mode>): Simplify and only allow for LE.
39474         (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
39476 2015-01-21  Alan Hayward  <alan.hayward@arm.com>
39478         * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
39480 2015-01-21  Richard Henderson  <rth@redhat.com>
39482         PR target/64669
39483         * ccmp.c (used_in_cond_stmt_p): Remove.
39484         (expand_ccmp_expr): Don't use it.
39486 2015-01-21  Nick Clifton  <nickc@redhat.com>
39488         * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
39489         PARALLELs.
39491 2015-01-21  Richard Biener  <rguenther@suse.de>
39493         PR middle-end/64313
39494         * tree-core.h (builtin_info, builtin_info_type): Turn from
39495         an object with two arrays into an array of an object with
39496         decl and two flags, implicit_p and declared_p.
39497         * tree.h (builtin_decl_explicit, builtin_decl_implicit,
39498         set_builtin_decl, set_builtin_decl_implicit_p,
39499         builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
39500         (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
39501         * builtins.c (builtin_info): Adjust.
39502         * gimplify.c (gimplify_addr_expr): References to builtins
39503         that have been declared by the user makes them eligible for
39504         use by the compiler.  Call set_builtin_decl_implicit_p on them.
39506 2015-01-20  Jeff Law  <law@redhat.com>
39508         PR target/59946
39509         * config/m68k/m68k.md (Comparison expanders and patterns): Do not
39510         allow pc-relative addresses in operand predicates or constraints.
39512 2015-01-21  Bin Cheng  <bin.cheng@arm.com>
39514         * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
39515         neon on aarch32 processors for stringops.
39517 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39519         PR ipa/63576
39520         * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
39522 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39524         PR lto/45375
39525         * ipa-inline.c: Include lto-streamer.h
39526         (report_inline_failed_reason): Output source file differences and
39527         flags on optimization/target node mismatch.
39528         (can_inline_edge_p): Consider caller to be the outer inline function;
39529         be less restrictive about matching opimize and optimize_size attributes.
39530         (inline_account_function_p): Break out from ...
39531         (inline_small_functions): ... here.
39532         * ipa-inline-transform.c (clone_inlined_nodes): Use
39533         inline_account_function_p.
39534         (inline_call): Use optimize attribution; use inline_account_function_p.
39535         (inline_transform): Use opt_for_fn.
39536         * ipa-inline.h (inline_account_function_p): Declare.
39538 2015-01-20  Jakub Jelinek  <jakub@redhat.com>
39540         PR debug/64663
39541         * dwarf2out.c (decl_piece_node): Don't put bitsize into
39542         mode if bitsize <= 0.
39543         (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
39544         dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
39545         sizes and positions.
39547 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
39549         * config/nios2/nios2.c (nios2_asm_file_end): Implement
39550         TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
39551         needed.
39552         (TARGET_ASM_FILE_END): Define.
39554 2015-01-20  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
39556         * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
39557         (struct tune_params): Use the enum.
39558         * arm.c (arm_*_tune): Update.
39559         (arm_option_override): Update.
39561 2015-01-20  Richard Biener  <rguenther@suse.de>
39563         PR ipa/64684
39564         * ipa-reference.c (add_static_var): Inline ...
39565         (analyze_function): ... here after splitting out from ...
39566         (is_proper_for_analysis): ... this.
39568 2015-01-20  Matthew Wahab  <matthew.wahab@arm.com>
39570         PR target/64149
39571         * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
39572         * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
39573         replace the conditional with it's true branch.
39574         * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
39575         (arm_lra_p): Remove.
39577 2015-01-20  Eric Botcazou  <ebotcazou@adacore.com>
39579         * config/visium/visium.h (LIB_SPEC): Adjust in default case.
39581 2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
39583         * config/tilegx/mul-tables.c: Move symtab.h include after
39584         coretypes.h include.
39585         * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
39586         vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
39587         flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
39588         wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
39589         explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
39591 2015-01-20  Igor Zamyatin  <igor.zamyatin@intel.com>
39593         PR bootstrap/64676
39594         Revert:
39595         2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
39597         PR rtl-optimization/64081
39598         * loop-iv.c (def_pred_latch_p): New function.
39599         (latch_dominating_def): Allow specific cases with non-single
39600         definitions.
39601         (iv_get_reaching_def): Likewise.
39602         (check_complex_exit_p): New function.
39603         (check_simple_exit): Use check_complex_exit_p to allow certain cases
39604         with exits not executing on any iteration.
39606 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39608         PR lto/45375
39609         * i386.c (ix86_option_override_internal): Use ix86_tune_cost
39610         to set branch cost.
39612 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39614         PR lto/45375
39615         * i386.c (gate): Check flag_expensive_optimizations and
39616         optimize_size.
39617         (ix86_option_override_internal): Drop optimize_size condition
39618         on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
39619         MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
39620         MASK_PREFER_AVX128.
39621         (ix86_avx256_split_vector_move_misalign,
39622         ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
39623         * sse.md (all uses of TARGET_PREFER_AVX128): Add
39624         optimize_insn_for_speed_p check.
39626 2015-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
39628         * config/mips/mips.h (FP_ASM_SPEC): New define.
39629         (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
39630         instead.
39632 2015-01-19  Oleg Endo  <olegendo@gcc.gnu.org>
39634         PR target/53988
39635         * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
39636         nullptr for insn when reaching the first insn.
39637         * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
39638         (sh_insn_operands_modified_between_p): Add nullptr check.
39639         (sh_find_extending_set_of_reg): Fix log message.  Don't accept
39640         sign extending mem load if the insn contains any UNSPEC or
39641         UNSPEC_VOLATILE.
39643 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39645         * params.def (inline-unit-growth): Drop to 15%.
39646         * invoke.texi (inline-unit-growth): Document change.
39648 2015-01-19  Martin Liska  <mliska@suse.cz>
39650         PR ipa/64668
39651         * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
39652         function for second argument of OBJ_TYPE_REF.
39654 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39656         PR ipa/64218
39657         * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
39658         whether function is an alias.
39660 2015-01-19  Jan Hubicka  <hubicka@ucw.cz>
39662         * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
39663         cases.
39665 2015-01-19  Vladimir Makarov  <vmakarov@redhat.com>
39667         PR rtl-optimization/64671
39668         * lra-remat.c (operand_to_remat): Don't consider jump and call
39669         insns.
39671 2015-01-19  David Edelsohn  <dje.gcc@gmail.com>
39673         PR target/59828
39674         * config/rs6000/default64.h: Include rs6000-cpus.def.
39675         (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
39676         (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
39677         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
39678         and POWER8.
39679         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
39680         POWER8.
39681         * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
39682         pseudo-op to specify assembler dialect.
39684 2015-01-19  Martin Liska  <mliska@suse.cz>
39686         PR ipa/64664
39687         * ipa-icf.c (sem_item_optimizer::filter_removed_items):
39688         Handle safe potentially removed nodes during filtering.
39690 2015-01-19  Martin Liska  <mliska@suse.cz>
39692         * doc/extend.texi (no_icf): Add new attribute description.
39693         * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
39694         where the pass attempts to merge a function with no_icf attribute.
39696 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
39698         PR target/64532
39699         * doc/md.texi (ARM Options): Document register constraints.
39701 2015-01-19  Jiong Wang  <jiong.wang@arm.com>
39702             Andrew Pinski  <apinski@cavium.com>
39704         PR target/64304
39705         * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
39706         (ashl<mode>3): Don't expand if operands[2] is not constant.
39708 2015-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
39710         PR target/64448
39711         * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
39712         Match xor-and-xor RTL pattern.
39714 2015-01-19  Igor Zamyatin  <igor.zamyatin@intel.com>
39716         PR rtl-optimization/64081
39717         * loop-iv.c (def_pred_latch_p): New function.
39718         (latch_dominating_def): Allow specific cases with non-single
39719         definitions.
39720         (iv_get_reaching_def): Likewise.
39721         (check_complex_exit_p): New function.
39722         (check_simple_exit): Use check_complex_exit_p to allow certain cases
39723         with exits not executing on any iteration.
39725 2015-01-19  Jakub Jelinek  <jakub@redhat.com>
39727         * common.opt (fgraphite): Fix a typo.
39729 2015-01-19  Felix Yang  <felix.yang@huawei.com>
39731         * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
39732         pattern.
39733         * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
39734         uminp, smax_nanp, smin_nanp): New builtins.
39735         * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
39736         vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
39737         vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
39738         vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
39739         vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
39740         vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
39741         vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
39742         vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
39743         vpminnms_f32): Rewrite using builtin functions.
39745 2015-01-19  Thomas Schwinge  <thomas@codesourcery.com>
39747         PR libgomp/64625
39748         * omp-low.c (offload_symbol_decl): Remove variable.
39749         (get_offload_symbol_decl): Remove function.
39750         (expand_omp_target): For BUILT_IN_GOMP_TARGET,
39751         BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
39752         instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
39753         BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
39754         BUILT_IN_GOACC_UPDATE don't pass it at all.
39756 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
39758         * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
39759         callers.
39761 2015-01-19  Ilya Enkovich  <ilya.enkovich@intel.com>
39763         * ipa-chkp.c (chkp_produce_thunks): Add early param
39764         to split thunks production into two passes.  Keep
39765         'always_inline' function bodies after the first pass.
39766         (pass_data_ipa_chkp_early_produce_thunks): New.
39767         (pass_ipa_chkp_early_produce_thunks): New.
39768         (pass_ipa_chkp_produce_thunks::execute): Adjust to new
39769         chkp_produce_thunks signature.
39770         (make_pass_ipa_chkp_early_produce_thunks): New.
39771         * passes.def (pass_ipa_chkp_early_produce_thunks): New.
39772         (pass_ipa_chkp_produce_thunks): Move after local optimizations.
39773         * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
39775 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
39777         * cgraph.c (cgraph_node::dump): Dump profile flags.
39779 2015-01-18  Oleg Endo  <olegendo@gcc.gnu.org>
39781         PR target/64652
39782         * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
39783         reg appear first in the parallel.
39785 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
39787         * ipa-reference.c (set_reference_optimization_summary,
39788         ipa_reference_get_not_written_global): Do nothing if ipa-reference is
39789         disabled.
39790         (ignore_module_statics): New static var.
39791         (propagate_bits): If ipa-reference is disabled, do not look into local
39792         properties.
39793         (analyze_function): Disable analysis when ipa_reference is disabled.
39794         (generate_summary): Do not dump when reference is disabled;
39795         collect vars accessed from functions with ipa-reference disabled.
39796         (get_read_write_all_from_node): When ipa-reference is disabled, use the
39797         node flags.
39798         (gate): Enable for LTO.
39799         (ignore_edge_p): New function.
39800         (propagate): Skip functions w/o ipa-reference analysis.
39801         * optc-save-gen.awk: Handle optimize_debug correctly.
39802         * opth-gen.awk: Likewise.
39803         * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
39804         fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
39805         fira-share-save-slots, fira-share-spill-slots,
39806         fmodulo-sched-allow-regmoves, fpartial-inlining,
39807         sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
39808         ftracer, ftree-parallelize-loops, fassociative-math,
39809         freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
39810         Optimization
39811         (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
39812         ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
39813         Optimization.
39814         * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
39815         Fix for IPA.
39817 2015-01-18  Jan Hubicka  <hubicka@ucw.cz>
39819         PR ipa/64378
39820         * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
39821         flag correctly.
39822         * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
39824 2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
39826         * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
39827         Remove duplicate option listings.
39829 2015-01-18  Felix Yang  <felix.yang@huawei.com>
39831         * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
39832         (autofdo_source_profile::get_callsite_total_count,
39833         function_instance::get_function_instance_by_decl,
39834         string_table::get_index, string_table::get_index_by_decl,
39835         afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
39836         Fix comment typos. Reformatting and minor code rearrangement.
39838 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
39840         * config/rs6000/rs6000.md (probe_stack): Delete.
39841         (probe_stack_address): New.
39843 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
39845         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
39846         to test for 32-bit ABIs, not !TARGET_POWERPC64.
39848 2015-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
39850         * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
39851         (rs6000_function_value): Use it.  Handle SCmode and TCmode as well,
39852         for TARGET_32BIT && TARGET_POWERPC64.  Fix another BITS_PER_WORD
39853         snafu.
39854         (rs6000_libcall_value): Use the new function.
39856 2015-01-17  Sandra Loosemore  <sandra@codesourcery.com>
39858         * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
39860 2015-01-17  Eric Botcazou  <ebotcazou@adacore.com>
39862         * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
39863         implement a more precise life analysis for it during backward scan.
39865 2015-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
39867         * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
39869 2015-01-17  Bernd Schmidt  <bernds@codesourcery.com>
39871         PR rtl-optimization/52773
39872         * calls.c (emit_library_call_value): When pushing arguments use
39873         stack_pointer_rtx rather than virtual_outgoing_args_rtx in
39874         CALL_INSN_FUNCTION_USAGE.  Only emit one of use of the magic
39875         stack pointer reference into CALL_INSN_FUNCTION_USAGE.
39877 2015-01-17  Jeff Law  <law@redhat.com>
39879         PR rtl-optimization/32790
39880         * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
39881         not ZERO_EXTEND in SET_DESTs.
39883 2015-01-17  Alan Modra  <amodra@gmail.com>
39885         * cprop.c (do_local_cprop): Revert last change.
39887 2015-01-16  DJ Delorie  <dj@redhat.com>
39888             Nick Clifton  <nickc@redhat.com>
39890         * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
39891         (addhi3_real): Likewise.  Fix [HL+0] syntax.
39892         (subqi3_real): Likewise.
39893         (subhi3_real): Likewise.
39894         (cbranchqi4_real): Likewise.  Allow saddr,#imm.
39895         (cbranchhi4_real): Likewise.
39896         (cbranchhi4_real_inverted): Likewise.
39897         (cbranchsi4_real_lt): Likewise.
39898         (cbranchsi4_real_ge): Likewise.
39899         (cbranchsi4_real_ge): Likewise.
39900         * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
39901         (sub<mode>3_virt): Likewise.
39902         (cbranchqi4_virt): Likewise.
39903         (cbranchhi4_virt): Likewise.
39904         * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
39905         always use '[reg+imm]' even when imm is zero.
39906         * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
39907         (rl78_general_operand): New.
39908         (rl78_nonimmediate_operand): New.
39909         (rl78_nonfar_operand): Use them.
39910         (rl78_nonfar_nonimm_operand): Likewise.
39911         (rl78_stack_based_mem): Fix.
39912         * config/rl78/constraints.md (Ibqi): New.
39913         (IBqi): New.
39914         (Wsa): New.
39915         (Wsf): New.
39916         (Cs1): Fix.
39917         * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
39918         (iorqi3): Likewise.
39919         (xorqi3): Likewise.
39920         * config/rl78/rl78-protos.h (rl78_sfr_p): New.
39922         * config/rl78/constrains (Qs8): New constraint.
39923         * config/rl78/rl78.c (rl78_flags_already_set): New function.
39924         * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
39925         * config/rl78/rl78-real.md (update_Z): New attribute.
39926         Update patterns to set it.
39927         (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
39928         shorter compare and branch sequence can be used.
39929         (cbranchhi4_real): Likewise.
39930         (cbranchhi4_real_inverted): Likewise.
39932         * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
39933         * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
39934         address space.
39935         * config/rl78/rl78.c (rl78_get_name_encoding): New.
39936         (rl78_option_override): Allow -mes0 only if C.
39937         (characterize_address): Support subregs of symbol_refs.
39938         (rl78_addr_space_address_mode): Move.  Add __near.
39939         (rl78_far_p): Likewise.
39940         (rl78_addr_space_pointer_mode): Likewise.
39941         (rl78_as_legitimate_address): Likewise.
39942         (rl78_addr_space_subset_p): Likewise.
39943         (rl78_addr_space_convert): Likewise.
39944         (rl78_print_operand_1): Support 16-bit addressing of 32-bit
39945         symbols with -mes0.
39946         (transcode_memory_rtx): Don't copy ES if -mes0.  Allow symbol[BC]
39947         addressing.
39948         (rl78_alloc_physical_registers_op1): Change logic to prefer
39949         symbol[BC] addressing.
39950         (frodata_section): New.
39951         (rl78_asm_init_sections): Initialize it.
39952         (rl78_select_section): Put __far readonly symbols in .frodata.
39953         (rl78_make_type_far): New.
39954         (rl78_insert_attributes): Force all readonly symbols to be
39955         __far when -mes0.
39956         (rl78_asm_out_integer): New.
39957         * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
39958         * config/rl78/rl78.opt (-mes0): New.
39960         * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
39961         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
39962         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
39963         * config/rl78/rl78-protos.h (rl78_output_labelref): New.
39964         (rl78_saddr_p): New.
39965         (rl78_output_aligned_common): New.
39966         * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
39967         (rl78_handle_saddr_attribute): New.
39968         (rl78_handle_naked_attribute): New.
39969         (rl78_attribute_table): Add saddr.
39970         (rl78_print_operand_1): Don't print '!' on saddr operands.
39971         (rl78_print_operand_1): Strip encodings.
39972         (rl78_sfr_p): New.
39973         (rl78_strip_name_encoding): New.
39974         (rl78_attrlist_to_encoding): New.
39975         (rl78_encode_section_info): New.
39976         (rl78_asm_init_sections): New.
39977         (rl78_select_section): New.
39978         (rl78_output_labelref): New.
39979         (rl78_output_aligned_common): New.
39980         (rl78_asm_out_integer): New.
39981         (rl78_asm_ctor_dtor): New.
39982         (rl78_asm_constructor): New.
39983         (rl78_asm_destructor): New.
39985         * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
39986         * config/rl78/rl78.c (rl78_expand_epilogue): Update.
39987         (transcode_memory_rtx): Update.
39988         (rl78_expand_epilogue): Use A_REG instead of 0.
39990 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
39992         * config/arm/arm-protos.h (struct tune_params): New field
39993         sched_autopref_queue_depth.
39994         * config/arm/arm.c (sched-int.h): Include header.
39995         (arm_first_cycle_multipass_dfa_lookahead_guard,)
39996         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
39997         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
39998         (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
39999         (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
40000         (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
40001         (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
40002         (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
40003         Specify sched_autopref_queue_depth value.  Enabled for A15 and A57.
40004         * config/arm/t-arm (arm.o): Update.
40005         * haifa-sched.c (update_insn_after_change): Update.
40006         (rank_for_schedule): Use auto-prefetcher model, if requested.
40007         (autopref_multipass_init): New static function.
40008         (autopref_rank_for_schedule): New rank_for_schedule heuristic.
40009         (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
40010         variable for debug dumps.
40011         (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
40012         (autopref_multipass_dfa_lookahead_guard): New global function that
40013         implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
40014         (init_h_i_d): Update.
40015         * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
40016         * sched-int.h (enum autopref_multipass_data_status): New const enum.
40017         (autopref_multipass_data_): Structure for auto-prefetcher data.
40018         (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
40019         (struct _haifa_insn_data:autopref_multipass_data): New field.
40020         (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
40021         (autopref_multipass_dfa_lookahead_guard): Declare.
40023 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
40025         * rtlanal.c (get_base_term): Handle SCRATCH.
40027 2015-01-17  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
40029         * config/aarch64/aarch64.c
40030         (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
40031         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
40032         * config/arm/arm.c
40033         (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
40034         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
40036 2015-01-17  Alan Modra  <amodra@gmail.com>
40038         * cprop.c (do_local_cprop): Disallow replacement of fixed
40039         hard registers.
40041 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40043         PR target/62066
40044         * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
40045         early return 0.
40047 2015-01-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
40049         * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
40050         * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
40052 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40054         * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
40055         * config/arm/thumb1.md: ... Here.
40057 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
40059         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
40060         TImode for TARGET_32BIT.
40062 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
40064         * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
40065         TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
40066         as ...
40067         (rs6000_abi_word_mode): New function.
40069 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
40071         * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
40072         instead of UNITS_PER_WORD to describe the size of stack slots.
40074 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
40076         * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
40077         as rs6000_promote_function_mode.  Move comment to there.
40078         (rs6000_promote_function_mode): New function.
40080 2015-01-16  Segher Boessenkool  <segher@kernel.crashing.org>
40082         * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
40083         -mpowerpc64 is active.
40085 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
40087         PR middle-end/64353
40088         * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
40089         virtuals on start.
40091 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
40093         * config/arm/cortex-a57.md: Remove duplicate of file accidentally
40094         introduced in revision 219724.
40096 2015-01-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
40097             Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
40099         PR target/64263
40100         * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
40101         destination is not a GP reg.
40102         (*movdi_aarch64): Likewise.
40104 2015-01-16  David Edelsohn  <dje.gcc@gmail.com>
40106         PR target/64623
40107         * config/rs6000/default64.h: Revert ISA change.
40109 2015-01-16  Richard Biener  <rguenther@suse.de>
40111         PR middle-end/64614
40112         * tree-ssa-uninit.c: Include tree-cfg.h.
40113         (MAX_SWITCH_CASES): New define.
40114         (convert_control_dep_chain_into_preds): Handle switch statements.
40115         (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
40116         (normalize_one_pred_1): Do not split bit-manipulations.
40117         Record (x & CST).
40119 2015-01-16  Richard Biener  <rguenther@suse.de>
40121         PR tree-optimization/64568
40122         * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
40123         complex load rewriting for TARGET_MEM_REFs.
40125 2015-01-16  Uros Bizjak  <ubizjak@gmail.com>
40127         * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
40129 2015-01-16  Matthew Wahab  <matthew.wahab@arm.com>
40131         PR target/64149
40132         * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
40133         variable.
40134         * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
40135         (aarch64_lra_p): Remove.
40137 2015-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
40139         PR target/64363
40140         * ipa-chkp.h (chkp_instrumentable_p): New.
40141         * ipa-chkp.c: Include tree-inline.h.
40142         (chkp_instrumentable_p): New.
40143         (chkp_maybe_create_clone): Use chkp_instrumentable_p.
40144         Fix processing of not instrumentable functions.
40145         (chkp_versioning): Use chkp_instrumentable_p. Warn about
40146         not instrumentable functions.
40147         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
40148         chkp_instrumentable_p.
40149         * tree-inline.h (copy_forbidden): New.
40150         * tree-inline.c (copy_forbidden): Not static anymore.
40152 2015-01-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
40154         * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
40155         ptr1, ptr2 unused.
40157 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
40159         * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
40160         type OP_OUT to OP_INOUT.
40162 2015-01-16  Robert Suchanek  <robert.suchanek@imgtec.com>
40164         * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
40165         (high x) y) to y if x and y have the same base.
40167 2015-01-16  James Greenhalgh  <james.greenhalgh@arm.com>
40169         * config/arm/cortex-a57.md: New.
40170         * config/aarch64/aarch64.md: Include it.
40171         * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
40172         * config/aarch64/aarch64-tune.md: Regenerate.
40174 2015-01-16  Zhenqiang Chen  <zhenqiang.chen@arm.com>
40176         PR target/64015
40177         * ccmp.c (expand_ccmp_next): New function.
40178         (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
40179         and compare insn sequence.
40180         * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
40181         aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
40182         (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
40183         * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
40184         (*ccmp_ior): Changed to ccmp_ior<mode>.
40185         (cmp<mode>): New pattern.
40186         * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
40187         parameters.
40188         * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
40190 2015-01-16  Ilya Tocar  <ilya.tocar@intel.com>
40192         * config/i386/avx2intrin.h (_mm256_bslli_epi128,
40193         _mm256_bsrli_epi128): New.
40194         * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
40196 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
40198         * expmed.c (store_bit_field_using_insv): Improve warning message.
40199         Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
40201 2015-01-15  Jiong Wang  <jiong.wang@arm.com>
40203         PR rtl-optimization/64011
40204         * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
40205         there is partial overflow.
40207 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
40209         * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
40210         prototype.
40211         (nds32_expand_epilogue_v3pop): Likewise.
40212         * config/nds32/nds32.md (sibcall): Define this for sibling call
40213         optimization.
40214         (sibcall_register): Likewise.
40215         (sibcall_immediate): Likewise.
40216         (sibcall_value): Likewise.
40217         (sibcall_value_register): Likewise.
40218         (sibcall_value_immediate): Likewise.
40219         (sibcall_epilogue): Likewise.
40220         (epilogue): Pass false to indicate this is not a sibcall epilogue.
40221         * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
40222         (nds32_expand_epilogue_v3pop): Likewise.
40224 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
40226         * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
40227         * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
40228         (return_internal): New.
40229         (return): Define this named pattern.
40230         (simple_return): Define this named pattern.
40231         * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
40232         pattern instead of unspec_volatile_func_return.
40233         (nds32_expand_epilogue_v3pop): Likewise.
40234         (nds32_can_use_return_insn): New function.
40236 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
40238         * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
40239         * config/nds32/nds32.md (pop25return): New.
40240         * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
40241         pop25return pattern.
40243 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
40245         * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
40246         -mforbid-fp-as-gp, and -mex9 options.
40248 2015-01-16  Chung-Ju Wu  <jasonwucj@gmail.com>
40250         * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
40251         remove -mgp-direct option.
40253 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
40255         * doc/invoke.texi (--param early-inlining-insns): Update default value.
40256         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
40258 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
40260         * ipa-inline.c (inline_small_functions): Work around hints
40261         cache issue.
40263 2015-01-15  Sandra Loosemore  <sandra@codesourcery.com>
40265         PR target/59710
40266         * doc/invoke.texi (Option Summary): Document new Nios II
40267         -mgpopt= syntax.
40268         (Nios II Options): Likewise.
40269         * config/nios2/nios2.opt: Add -mgpopt= option support.
40270         Modify existing -mgpopt and -mno-gpopt options to be aliases.
40271         * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
40272         * config/nios2/nios2.c (nios2_option_override): Adjust
40273         -mgpopt defaulting.
40274         (nios2_in_small_data_p): Return true for explicit small data
40275         sections even with -G0.
40276         (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
40277         option choices.
40279 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
40281         PR ipa/64612
40282         * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
40283         of comdat locals.
40284         (inline_call): Fix removal of aliases.
40286 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
40288         * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
40289         include SANITIZE_VPTR in SANITIZE_UNDEFINED.
40290         * opts.c (common_handle_option): Add -fsanitize=vptr.
40291         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
40292         BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
40293         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
40294         UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
40295         (ubsan_expand_vptr_ifn): New prototype.
40296         * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
40297         expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
40298         expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
40299         expand_LOOP_VECTORIZED): Make argument nameless, remove
40300         ATTRIBUTE_UNUSED.
40301         (expand_UBSAN_VPTR): New function.
40302         * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
40303         in fn spec.
40304         (UBSAN_VPTR): New internal function.
40305         * sanopt.c (tree_map_traits): Renamed to ...
40306         (sanopt_tree_map_traits): ... this.
40307         (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
40308         (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
40309         to sanopt_tree_map_traits renaming.  Add vptr_check_map field.
40310         (maybe_optimize_ubsan_vptr_ifn): New function.
40311         (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
40312         (pass_sanopt::execute): Likewise.  Call sanopt_optimize even for
40313         -fsanitize=vptr.
40314         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
40315         internal calls like pure functions for aliasing, even when they
40316         have other side-effects that prevent making them ECF_PURE.
40317         * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
40318         (ubsan_expand_vptr_ifn): New function.
40320 2015-01-15  Vladimir Makarov  <vmakarov@redhat.com>
40322         PR rtl-optimization/64110
40323         * stmt.c (parse_output_constraint): Process '^' and '$'.
40324         (parse_input_constraint): Ditto.
40325         * lra-constraints.c (process_alt_operands): Process the new
40326         constraints.
40327         * ira-costs.c (record_reg_classes): Process the new constraint
40328         '^'.
40329         * genoutput.c (indep_constraints): Add '^' and '$'.
40330         * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
40331         * doc/md.texi: Add description of the new constraints.
40333 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
40334             Bernd Schmidt  <bernds@codesourcery.com>
40335             Cesar Philippidis  <cesar@codesourcery.com>
40336             James Norris  <jnorris@codesourcery.com>
40337             Tom de Vries  <tom@codesourcery.com>
40338             Ilmir Usmanov  <i.usmanov@samsung.com>
40339             Dmitry Bocharnikov  <dmitry.b@samsung.com>
40340             Evgeny Gavrin  <e.gavrin@samsung.com>
40341             Jakub Jelinek  <jakub@redhat.com>
40343         * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
40344         (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
40345         (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
40346         New function types.
40347         * builtins.c: Include "gomp-constants.h".
40348         (expand_builtin_acc_on_device): New function.
40349         (expand_builtin, is_inexpensive_builtin): Handle
40350         BUILT_IN_ACC_ON_DEVICE.
40351         * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
40352         New macros.
40353         * cgraph.c (cgraph_node::create): Consider flag_openacc next to
40354         flag_openmp.
40355         * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
40356         <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
40357         i386/intelmic-offload.h.
40358         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
40359         to libgomp and its dependencies.
40360         * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
40361         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
40362         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
40363         * config/ia64/hpux.h (LIB_SPEC): Likewise.
40364         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
40365         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
40366         * doc/generic.texi: Update for OpenACC changes.
40367         * doc/gimple.texi: Likewise.
40368         * doc/invoke.texi: Likewise.
40369         * doc/sourcebuild.texi: Likewise.
40370         * gimple-pretty-print.c (dump_gimple_omp_for): Handle
40371         GF_OMP_FOR_KIND_OACC_LOOP.
40372         (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
40373         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
40374         GF_OMP_TARGET_KIND_OACC_UPDATE,
40375         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
40376         Dump more data.
40377         * gimple.c: Update comments for OpenACC changes.
40378         * gimple.def: Likewise.
40379         * gimple.h: Likewise.
40380         (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
40381         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
40382         GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
40383         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
40384         (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
40385         appropriate place.
40386         (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
40387         * gimplify.c: Include "gomp-constants.h".
40388         Update comments for OpenACC changes.
40389         (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
40390         OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
40391         OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
40392         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
40393         OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
40394         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
40395         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
40396         OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
40397         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
40398         OMP_CLAUSE_SEQ.
40399         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
40400         GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
40401         OMP_CLAUSE_SET_MAP_KIND.
40402         (gimplify_oacc_cache): New function.
40403         (gimplify_omp_for): Handle OACC_LOOP.
40404         (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
40405         OACC_DATA.
40406         (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
40407         OACC_EXIT_DATA, OACC_UPDATE.
40408         (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
40409         OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
40410         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
40411         (gimplify_body): Consider flag_openacc next to flag_openmp.
40412         * lto-streamer-out.c: Include "gomp-constants.h".
40413         * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
40414         (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
40415         (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
40416         (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
40417         (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
40418         (BUILT_IN_ACC_ON_DEVICE): New builtins.
40419         * omp-low.c: Include "gomp-constants.h".
40420         Update comments for OpenACC changes.
40421         (struct omp_context): Add reduction_map, gwv_below, gwv_this
40422         members.
40423         (extract_omp_for_data, use_pointer_for_field, install_var_field)
40424         (new_omp_context, delete_omp_context, scan_sharing_clauses)
40425         (create_omp_child_function, scan_omp_for, scan_omp_target)
40426         (check_omp_nesting_restrictions, lower_reduction_clauses)
40427         (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
40428         Update for OpenACC changes.
40429         (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
40430         OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
40431         OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
40432         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
40433         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
40434         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ.  Use GOMP_MAP_* instead of
40435         OMP_CLAUSE_MAP_*.
40436         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
40437         Handle GF_OMP_FOR_KIND_OACC_LOOP.
40438         (expand_omp_target, lower_omp_target): Handle
40439         GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
40440         GF_OMP_TARGET_KIND_OACC_UPDATE,
40441         GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
40442         GF_OMP_TARGET_KIND_OACC_DATA.
40443         (pass_expand_omp::execute, execute_lower_omp)
40444         (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
40445         flag_openmp.
40446         (offload_symbol_decl): New variable.
40447         (oacc_get_reduction_array_id, oacc_max_threads)
40448         (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
40449         (maybe_lookup_oacc_reduction, enclosing_target_ctx)
40450         (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
40451         (oacc_gimple_assign, oacc_initialize_reduction_data)
40452         (oacc_finalize_reduction_data, oacc_process_reduction_data): New
40453         functions.
40454         (is_targetreg_ctx): Remove function.
40455         * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
40456         OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
40457         OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
40458         OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
40459         OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
40460         OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
40461         * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
40462         * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
40463         (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
40464         (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
40465         (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
40466         (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
40467         * tree-core.h: Update comments for OpenACC changes.
40468         (enum omp_clause_map_kind): Remove.
40469         (struct tree_omp_clause): Change type of map_kind member from enum
40470         omp_clause_map_kind to unsigned char.
40471         * tree-inline.c: Update comments for OpenACC changes.
40472         * tree-nested.c: Likewise.  Include "gomp-constants.h".
40473         (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
40474         (convert_tramp_reference_stmt, convert_gimple_call): Update for
40475         OpenACC changes.  Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*.  Use
40476         OMP_CLAUSE_SET_MAP_KIND.
40477         * tree-pretty-print.c: Include "gomp-constants.h".
40478         (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
40479         OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
40480         OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
40481         OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
40482         OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
40483         OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT.  Use GOMP_MAP_*
40484         instead of OMP_CLAUSE_MAP_*.
40485         (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
40486         OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
40487         OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
40488         * tree-streamer-in.c: Include "gomp-constants.h".
40489         (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
40490         OMP_CLAUSE_MAP_*.  Use OMP_CLAUSE_SET_MAP_KIND.
40491         * tree-streamer-out.c: Include "gomp-constants.h".
40492         (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
40493         OMP_CLAUSE_MAP_*.
40494         * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
40495         (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
40496         (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
40497         * tree.c (omp_clause_num_ops): Update accordingly.
40498         * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
40499         Likewise.
40500         (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
40501         (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
40502         (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
40503         (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
40504         (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
40505         (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
40506         * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
40507         (OMP_CLAUSE_SET_MAP_KIND): New macro.
40508         * varpool.c (varpool_node::get_create): Consider flag_openacc next
40509         to flag_openmp.
40510         * config/i386/intelmic-offload.h: New file.
40511         * config/nvptx/offload.h: Likewise.
40513 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
40515         * explow.h: Remove duplicate contents.
40516         * dojump.h: Likewise.
40518 2015-01-15  Richard Earnshaw  <rearnsha@arm.com>
40520         * arm.c (arm_xgene_tune): Add default initializer for instruction
40521         fusion.
40523 2015-01-15  Jan Hubicka  <hubicka@ucw.cz>
40525         PR ipa/64068
40526         PR ipa/64559
40527         * ipa.c (symbol_table::remove_unreachable_nodes):
40528         Do not put abstract origins into boundary.
40530 2015-01-15  Evgeny Stupachenko  <evstupac@gmail.com>
40532         * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
40533         * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
40535 2015-01-15  Steve Ellcey  <sellcey@mips.com>
40537         * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
40538         cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
40539         builtins.def, and chkp-builtins.def.
40541 2015-01-15  David Edelsohn  <dje.gcc@gmail.com>
40543         * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
40544         ISA 2.7 (POWER8).
40546 2015-01-15  Richard Biener  <rguenther@suse.de>
40548         PR tree-optimization/61743
40549         * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
40550         information on PHIs for some simple cases.
40552 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
40554         * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
40555         Include xgene1.md.
40556         * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
40557         * config/arm/arm-cores.def (xgene1): New entry.
40558         * config/arm/arm-tables.opt: Regenerate.
40559         * config/arm/arm-tune.md: Regenerate.
40560         * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
40562 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
40564         * tree-if-conv.c: Include hash-map.h.
40565         (aggressive_if_conv): New variable.
40566         (fold_build_cond_expr): Add simplification of non-zero condition.
40567         (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
40568         destination block is not always executed.
40569         (if_convertible_phi_p): Fix commentary, allow phi nodes have more
40570         than two predecessors if AGGRESSIVE_IF_CONV is true.
40571         (if_convertible_stmt_p): Fix commentary.
40572         (all_preds_critical_p): New function.
40573         (has_pred_critical_p): New function.
40574         (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
40575         BB can have more than two predecessors and all incoming edges can be
40576         critical.
40577         (predicate_bbs): Skip predication for loop exit block, use build2_loc
40578         to compute predicate for true edge.
40579         (find_phi_replacement_condition): Delete this function.
40580         (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
40581         Allow interchange PHI arguments if EXTENDED is false.
40582         Change check that block containing reduction statement candidate
40583         is predecessor of phi-block since phi may have more than two arguments.
40584         (phi_args_hash_traits): New helper structure.
40585         (struct phi_args_hash_traits): New type.
40586         (phi_args_hash_traits::hash): New function.
40587         (phi_args_hash_traits::equal_keys): New function.
40588         (gen_phi_arg_condition): New function.
40589         (predicate_scalar_phi): Add handling of phi nodes with more than two
40590         arguments, delete COND and TRUE_BB arguments, insert body of
40591         find_phi_replacement_condition to predicate ordinary phi nodes.
40592         (predicate_all_scalar_phis): Skip blocks with the only predecessor,
40593         delete call of find_phi_replacement_condition and invoke
40594         predicate_scalar_phi with two arguments.
40595         (insert_gimplified_predicates): Add assert that non-predicated block
40596         don't have statements to insert.
40597         (ifcvt_split_critical_edges): New function.
40598         (ifcvt_split_def_stmt): Likewise.
40599         (ifcvt_walk_pattern_tree): Likewise.
40600         (stmt_is_root_of_bool_pattern): Likewise.
40601         (ifcvt_repair_bool_pattern): Likewise.
40602         (ifcvt_local_dce): Likewise.
40603         (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
40604         is copy of inner or outer loop force_vectorize field, invoke
40605         ifcvt_split_critical_edges, ifcvt_local_dce and
40606         ifcvt_repair_bool_pattern for aggressive if-conversion.
40608 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
40610         * config/aarch64/aarch64.md: Include xgene1.md.
40611         * config/aarch64/xgene1.md: New file.
40613 2015-01-15  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
40615         * config/aarch64/aarch64-cores.def (xgene1): Update/add the
40616         xgene1 (APM XGene-1) core definition.
40617         * config/aarch64/aarch64.c: Add cost tables for APM XGene-1
40618         * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
40619         * doc/invoke.texi: Document -mcpu=xgene1.
40621 2015-01-15  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
40623         * dojump.h: New header file.
40624         * explow.h: Likewise.
40625         * expr.h: Remove includes.
40626         Move expmed.c prototypes to expmed.h.
40627         Move dojump.c prototypes to dojump.h.
40628         Move alias.c prototypes to alias.h.
40629         Move explow.c prototypes to explow.h.
40630         Move calls.c prototypes to calls.h.
40631         Move emit-rtl.c prototypes to emit-rtl.h.
40632         Move varasm.c prototypes to varasm.h.
40633         Move stmt.c prototypes to stmt.h.
40634         (saved_pending_stack_adjust): Move to dojump.h.
40635         (adjust_address): Move to explow.h.
40636         (adjust_address_nv): Move to emit-rtl.h.
40637         (adjust_bitfield_address): Likewise.
40638         (adjust_bitfield_address_size): Likewise.
40639         (adjust_bitfield_address_nv): Likewise.
40640         (adjust_automodify_address_nv): Likewise.
40641         * explow.c (expr_size): Move to expr.c.
40642         (int_expr_size): Likewise.
40643         (tree_expr_size): Likewise.
40644         Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40645         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
40646         * genemit.c (main): Generate includes statistics.h, real.h,
40647         fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
40648         stmt.h.
40649         * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
40650         function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
40651         explow.h, emit-rtl.h, stmt.h.
40652         * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
40653         fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
40654         * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
40655         real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
40656         emit-rtl.h, varasm.h, stmt.h.
40657         * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
40658         hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
40659         function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
40660         fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
40661         expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
40662         * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
40663         double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
40664         function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
40665         insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
40666         tm.h tree.h varasm.h vec.h wide-int.h.
40667         * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
40668         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
40669         hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
40670         real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
40671         * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
40672         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
40673         insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
40674         * loop-iv.c: Likewise.
40675         * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
40676         emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
40677         statistics.h stmt.h tree.h varasm.h wide-int.h.
40678         * lra-constraints.c: Likewise.
40679         * lra-eliminations.c: Likewise.
40680         * lra-lives.c: Likewise.
40681         * lra-remat.c: Likewise.
40682         * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
40683         explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
40684         statistics.h stmt.h tree.h varasm.h wide-int.h.
40685         * hw-doloop.c: Likewise.
40686         * ira-color.c: Likewise.
40687         * ira-emit.c: Likewise.
40688         * loop-doloop.c: Likewise.
40689         * loop-invariant.c: Likewise.
40690         * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
40691         explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
40692         statistics.h stmt.h tree.h varasm.h wide-int.h.
40693         * caller-save.c: Include alias.h calls.h dojump.h double-int.h
40694         emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
40695         statistics.h stmt.h tree.h varasm.h wide-int.h.
40696         * combine-stack-adj.c: Likewise.
40697         * cse.c: Likewise.
40698         * ddg.c: Likewise.
40699         * ifcvt.c: Likewise.
40700         * ira-costs.c: Likewise.
40701         * jump.c: Likewise.
40702         * lra-coalesce.c: Likewise.
40703         * lra-spills.c: Likewise.
40704         * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
40705         explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
40706         stmt.h varasm.h wide-int.h.
40707         * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
40708         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
40709         varasm.h.
40710         * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
40711         double-int.h explow.h expmed.h fixed-value.h flags.h real.h
40712         statistics.h stmt.h varasm.h wide-int.h.
40713         * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
40714         expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
40715         varasm.h wide-int.h.
40716         * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
40717         expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
40718         * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
40719         emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
40720         statistics.h stmt.h.
40721         * config/tilepro/tilepro.c: Likewise.
40722         * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
40723         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
40724         * config/pdp11/pdp11.c: Likewise.
40725         * config/xtensa/xtensa.c: Likewise.
40726         * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
40727         explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
40728         varasm.h.
40729         * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40730         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
40731         insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
40732         * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40733         fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
40734         insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
40735         * rtl-chkp.c: Likewise.
40736         * tree-chkp-opt.c: Likewise.
40737         * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
40738         explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
40739         hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
40740         * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40741         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
40742         statistics.h stmt.h.
40743         * tree-vect-data-refs.c: Likewise.
40744         * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
40745         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40746         rtl.h statistics.h stmt.h varasm.h.
40747         * internal-fn.c: Likewise.
40748         * ipa-icf-gimple.c: Likewise.
40749         * lto-section-out.c: Likewise.
40750         * tree-data-ref.c: Likewise.
40751         * tree-nested.c: Likewise.
40752         * tree-outof-ssa.c: Likewise.
40753         * tree-predcom.c: Likewise.
40754         * tree-pretty-print.c: Likewise.
40755         * tree-scalar-evolution.c: Likewise.
40756         * tree-ssa-strlen.c: Likewise.
40757         * tree-vect-loop.c: Likewise.
40758         * tree-vect-patterns.c: Likewise.
40759         * tree-vect-slp.c: Likewise.
40760         * tree-vect-stmts.c: Likewise.
40761         * tsan.c: Likewise.
40762         * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40763         fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
40764         stmt.h.
40765         * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
40766         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40767         statistics.h stmt.h varasm.h.
40768         * loop-unroll.c: Likewise.
40769         * ubsan.c: Likewise.
40770         * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
40771         expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
40772         stmt.h varasm.h.
40773         * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40774         fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
40775         * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
40776         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
40777         statistics.h stmt.h.
40778         * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
40779         expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
40780         statistics.h stmt.h varasm.h.
40781         * gimple-match-head.c: Likewise.
40782         * lto-cgraph.c: Likewise.
40783         * lto-section-in.c: Likewise.
40784         * lto-streamer-in.c: Likewise.
40785         * lto-streamer-out.c: Likewise.
40786         * tree-affine.c: Likewise.
40787         * tree-cfg.c: Likewise.
40788         * tree-cfgcleanup.c: Likewise.
40789         * tree-if-conv.c: Likewise.
40790         * tree-into-ssa.c: Likewise.
40791         * tree-ssa-alias.c: Likewise.
40792         * tree-ssa-copyrename.c: Likewise.
40793         * tree-ssa-dse.c: Likewise.
40794         * tree-ssa-forwprop.c: Likewise.
40795         * tree-ssa-live.c: Likewise.
40796         * tree-ssa-math-opts.c: Likewise.
40797         * tree-ssa-pre.c: Likewise.
40798         * tree-ssa-sccvn.c: Likewise.
40799         * tree-tailcall.c: Likewise.
40800         * tree-vect-generic.c: Likewise.
40801         * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40802         fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
40803         * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40804         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
40805         * varasm.c: Likewise.
40806         * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40807         fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
40808         varasm.h.
40809         * init-regs.c: Likewise.
40810         * ira.c: Likewise.
40811         * omp-low.c: Likewise.
40812         * stack-ptr-mod.c: Likewise.
40813         * tree-ssa-reassoc.c: Likewise.
40814         * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40815         fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
40816         varasm.h.
40817         * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40818         fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
40819         * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40820         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
40821         * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40822         fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
40823         * tree-ssa-phiopt.c: Likewise.
40824         * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40825         fixed-value.h hashtab.h real.h statistics.h stmt.h.
40826         * config/fr30/fr30.c: Likewise.
40827         * config/frv/frv.c: Likewise.
40828         * expr.c: Likewise.
40829         * final.c: Likewise.
40830         * optabs.c: Likewise.
40831         * passes.c: Likewise.
40832         * simplify-rtx.c: Likewise.
40833         * stmt.c: Likewise.
40834         * toplev.c: Likewise.
40835         * var-tracking.c: Likewise.
40836         * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40837         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
40838         * lower-subreg.c: Likewise.
40839         * postreload-gcse.c: Likewise.
40840         * ree.c: Likewise.
40841         * reginfo.c: Likewise.
40842         * store-motion.c: Likewise.
40843         * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40844         fixed-value.h hashtab.h real.h stmt.h varasm.h.
40845         * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40846         fixed-value.h hashtab.h statistics.h stmt.h.
40847         * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40848         fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
40849         * except.c: Likewise.
40850         * explow.c: Likewise.
40851         * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40852         fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
40853         varasm.h.
40854         * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40855         fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
40856         * tree-ssa-structalias.c: Likewise.
40857         * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40858         fixed-value.h insn-config.h real.h statistics.h.
40859         * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40860         fixed-value.h insn-config.h real.h statistics.h stmt.h.
40861         * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40862         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
40863         * cfgbuild.c: Likewise.
40864         * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40865         fixed-value.h real.h rtl.h statistics.h stmt.h.
40866         * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40867         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
40868         * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40869         fixed-value.h real.h statistics.h stmt.h.
40870         * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
40871         fixed-value.h real.h statistics.h stmt.h varasm.h.
40872         * cprop.c: Likewise.
40873         * modulo-sched.c: Likewise.
40874         * postreload.c: Likewise.
40875         * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
40876         flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
40877         statistics.h stmt.h varasm.h.
40878         * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
40879         explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40880         rtl.h statistics.h stmt.h varasm.h.
40881         * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
40882         fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
40883         varasm.h.
40884         * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
40885         function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
40886         varasm.h.
40887         * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
40888         fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
40889         varasm.h.
40890         * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
40891         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
40892         * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
40893         function.h real.h statistics.h stmt.h varasm.h.
40894         * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
40895         insn-config.h real.h statistics.h stmt.h.
40896         * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
40897         statistics.h stmt.h.
40898         * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
40899         fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
40900         statistics.h stmt.h varasm.h.
40901         * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
40902         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
40903         * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40904         flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
40905         * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
40906         fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
40907         statistics.h stmt.h varasm.h.
40908         * ipa-polymorphic-call.c: Likewise.
40909         * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
40910         expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40911         statistics.h stmt.h.
40912         * config/c6x/c6x.c: Likewise.
40913         * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
40914         explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
40915         statistics.h stmt.h varasm.h.
40916         * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
40917         fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
40918         stmt.h varasm.h.
40919         * ipa-split.c: Likewise.
40920         * tree-eh.c: Likewise.
40921         * tree-ssa-dce.c: Likewise.
40922         * tree-ssa-loop-niter.c: Likewise.
40923         * tree-vrp.c: Likewise.
40924         * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
40925         expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
40926         stmt.h.
40927         * config/nds32/nds32-fp-as-gp.c: Likewise.
40928         * config/nds32/nds32-intrinsic.c: Likewise.
40929         * config/nds32/nds32-isr.c: Likewise.
40930         * config/nds32/nds32-md-auxiliary.c: Likewise.
40931         * config/nds32/nds32-memory-manipulation.c: Likewise.
40932         * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
40933         * config/nds32/nds32-predicates.c: Likewise.
40934         * config/nds32/nds32.c: Likewise.
40935         * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
40936         fixed-value.h hashtab.h real.h statistics.h.
40937         * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
40938         fixed-value.h hashtab.h real.h statistics.h stmt.h.
40939         * config/arm/arm.c: Likewise.
40940         * config/avr/avr.c: Likewise.
40941         * config/bfin/bfin.c: Likewise.
40942         * config/h8300/h8300.c: Likewise.
40943         * config/i386/i386.c: Likewise.
40944         * config/ia64/ia64.c: Likewise.
40945         * config/iq2000/iq2000.c: Likewise.
40946         * config/m32c/m32c.c: Likewise.
40947         * config/m32r/m32r.c: Likewise.
40948         * config/m68k/m68k.c: Likewise.
40949         * config/mcore/mcore.c: Likewise.
40950         * config/mep/mep.c: Likewise.
40951         * config/mips/mips.c: Likewise.
40952         * config/mn10300/mn10300.c: Likewise.
40953         * config/moxie/moxie.c: Likewise.
40954         * config/pa/pa.c: Likewise.
40955         * config/rl78/rl78.c: Likewise.
40956         * config/rx/rx.c: Likewise.
40957         * config/s390/s390.c: Likewise.
40958         * config/sh/sh.c: Likewise.
40959         * config/sparc/sparc.c: Likewise.
40960         * config/spu/spu.c: Likewise.
40961         * config/stormy16/stormy16.c: Likewise.
40962         * config/v850/v850.c: Likewise.
40963         * config/vax/vax.c: Likewise.
40964         * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
40965         fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
40966         * config/msp430/msp430.c: Likewise.
40967         * predict.c: Likewise.
40968         * value-prof.c: Likewise.
40969         * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
40970         expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
40971         * config/microblaze/microblaze.c: Likewise.
40972         * config/nios2/nios2.c: Likewise.
40973         * config/rs6000/rs6000.c: Likewise.
40974         * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40975         insn-config.h real.h rtl.h statistics.h stmt.h.
40976         * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
40977         insn-config.h real.h statistics.h stmt.h.
40978         * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
40979         fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
40980         * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
40981         fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
40982         * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
40983         fixed-value.h real.h statistics.h stmt.h.
40984         * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
40985         fixed-value.h statistics.h stmt.h.
40986         * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
40987         stmt.h.
40989 2015-01-15  Jakub Jelinek  <jakub@redhat.com>
40991         * gengtype.c (create_user_defined_type): Workaround
40992         -Wmaybe-uninitialized false positives.
40993         * cse.c (fold_rtx): Likewise.
40994         * loop-invariant.c (gain_for_invariant): Likewise.
40996 2015-01-15  Eric Botcazou  <ebotcazou@adacore.com>
40998         * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
40999         set the memory attributes in all cases but clear MEM_EXPR if need be.
41001 2015-01-15  Yuri Rumyantsev  <ysrumyan@gmail.com>
41003         PR tree-optimization/64434
41004         * cfgexpand.c (reorder_operands): New function.
41005         (expand_gimple_basic_block): Insert call of reorder_operands if
41006         optimized is true.
41008 2015-01-15  Matthew Fortune  <matthew.fortune@imgtec.com>
41010         * config/mips/micromips.md (*swp): Remove explicit parallel.
41011         (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
41012         * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
41013         (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
41014         (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
41015         (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
41016         (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
41017         (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
41018         (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
41019         (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
41020         (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
41021         (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
41022         (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
41023         (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
41024         (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
41025         (mips_wrdsp): Likewise.
41026         * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
41027         parallel.
41028         (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
41029         (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
41030         (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
41031         (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
41032         (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
41033         (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
41034         * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
41035         (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
41036         (ssmaddsqdq4, ssmsubsqdq4): Likewise.
41038 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
41040         * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
41041         (mips_print_operand): Support 'y' to print exact log2 in decimal
41042         of a const_int.
41043         * config/mips/mips.h (ISA_HAS_LSA): New define.
41044         (ISA_HAS_DLSA): Likewise.
41045         * config/mips/mips.md (<GPR:d>lsa): New define_insn.
41046         * config/mips/predicates.md (const_immlsa_operand): New predicate.
41048 2015-01-15  Martin Liska  <mliska@suse.cz>
41050         PR target/64377
41051         * optc-save-gen.awk: Add support for array types.
41053 2015-01-15  Richard Biener  <rguenther@suse.de>
41055         PR middle-end/64365
41056         * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
41057         for MEM_REF access functions with the same base can never partially
41058         overlap.
41060 2015-01-14  Marcos Diaz <marcos.diaz@tallertechnologies.com>
41062         * common.opt: New option -fstack-protector-explicit.
41063         * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
41064         (stack_protect_decl_phase): Handle stack_protect attribute for
41065         explicit stack protection requests.
41066         (expand_used_vars): Similarly.
41067         * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
41068         * doc/extend.texi: Add documentation for "stack_protect" attribute.
41069         * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
41071 2015-01-14  Oleg Endo  <olegendo@gcc.gnu.org>
41073         PR target/53988
41074         * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
41075         reg-reg copies.
41076         (sh_extending_set_of_reg): New struct.
41077         (sh_find_extending_set_of_reg, sh_split_tst_subregs,
41078         sh_remove_reg_dead_or_unused_notes): New Declarations.
41079         * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
41080         sh_find_extending_set_of_reg, sh_split_tst_subregs,
41081         sh_extending_set_of_reg::use_as_extended_reg): New functions.
41082         * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
41083         convert to insn_and_split and use new function sh_split_tst_subregs.
41085 2015-01-14  Sandra Loosemore  <sandra@codesourcery.com>
41087         * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
41088         option.
41089         (Optimization Options): Move -fuse-ld documentation to...
41090         (Link Options): ...here.
41092 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
41094         * config/mips/constraints.md (ZC): Add support for R6 LL/SC
41095         offsets.
41096         (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
41097         * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
41098         (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
41099         * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
41100         instead of ZR for the memory operand of LL/SC.
41101         (compare_and_swap_12, sync_add<mode>): Likewise.
41102         (sync_<optab>_12, sync_old_<optab>_12): Likewise.
41103         (sync_new_<optab>_12, sync_nand_12): Likewise.
41104         (sync_old_nand_12, sync_new_nand_12): Likewise.
41105         (sync_sub<mode>, sync_old_add<mode>): Likewise.
41106         (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
41107         (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
41108         (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
41109         (sync_nand<mode>, sync_old_nand<mode>): Likewise.
41110         (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
41111         (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
41112         (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
41113         * doc/md.texi (ZC): Update description.
41115 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
41117         * builtins.c (expand_builtin_atomic_exchange): Remove error when
41118         memory model is CONSUME.
41119         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
41120         expand_builtin_atomic_store): Change invalid memory model errors to
41121         warnings.
41122         (expand_builtin_atomic_clear): Change invalid model errors to warnings
41123         and issue warning for CONSUME.
41125 2015-01-14  Aldy Hernandez  <aldyh@redhat.com>
41127         * lto-cgraph: Update function comments for
41128         lto_symtab_encoder_encode_*.
41130 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
41132         * Makefile.in (site.exp): Do not set ENABLE_LTO.
41134 2015-01-14  Ilya Verbin  <ilya.verbin@intel.com>
41136         * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
41137         * lto-cgraph.c (select_what_to_stream): Remove argument, use
41138         lto_stream_offload_p instead.
41139         * lto-streamer.h (select_what_to_stream): Remove argument.
41140         * passes.c (ipa_write_summaries): Likewise.
41141         * tree-pass.h (ipa_write_summaries): Likewise.
41143 2015-01-14  Richard Biener  <rguenther@suse.de>
41145         PR tree-optimization/59354
41146         * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
41147         groups larger than the slp group size as having gaps.
41149 2015-01-14  Andrew MacLeod  <amacleod@redhat.com>
41151         PR middle-end/59448
41152         * builtins.c (get_memmodel): Promote consume to acquire always.
41154 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
41156         PR target/64386
41157         * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
41158         V32HImode.
41160 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
41162         PR target/64393
41163         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
41164         Enable AVX512BW.
41165         (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
41166         * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
41167         AVX512VBMI, as it implies AVX512BW.
41169 2015-01-14  Ilya Tocar  <ilya.tocar@intel.com>
41171         PR target/64387
41172         * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
41173         (vec_unpacks_hi_v16sf): Ditto.
41175 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41177         * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
41178         is not available.
41180 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41182         * doc/invoke.texi (mapcs): Mention deprecation.
41183         (mapcs-frame): Likewise.
41185 2015-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
41187         PR target/64453
41188         * config/arm/arm.c (callee_saved_reg_p): Define.
41189         (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
41190         register is callee saved instead of !call_used_regs[reg].
41191         (thumb1_compute_save_reg_mask): Likewise.
41193 2015-01-14  Hale Wang  <hale.wang@arm.com>
41195         * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
41196         Cortex-M7.
41198 2015-01-14  Richard Biener  <rguenther@suse.de>
41200         PR lto/64415
41201         * tree-inline.c (insert_debug_decl_map): Check destination
41202         function MAY_HAVE_DEBUG_STMTS.
41203         (insert_init_debug_bind): Likewise.
41204         (insert_init_stmt): Remove redundant check.
41205         (remap_gimple_stmt): Drop debug stmts if the destination
41206         function has var-tracking assignments disabled.
41208 2015-01-14  Martin Liska  <mliska@suse.cz>
41210         * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
41211         IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
41213 2015-01-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41215         PR target/64460
41216         * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
41217         (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
41219 2015-01-14  Matthew Fortune  <matthew.fortune@imgtec.com>
41221         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
41222         level from an ARCH; do not inject the default.
41223         (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
41224         MIPS_ISA_LEVEL_SPEC.
41225         (MIPS_ISA_NAN2008_SPEC): Update comment.
41226         (BASE_DRIVER_SELF_SPECS): Likewise.
41227         * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
41228         MIPS_DEFAULT_ISA_LEVEL_SPEC.
41229         * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
41230         * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
41231         * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
41233 2015-01-14  Richard Biener  <rguenther@suse.de>
41235         PR tree-optimization/64493
41236         PR tree-optimization/64495
41237         * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
41238         assign the proper vectorized PHI to the inner loop exit PHIs.
41240 2015-01-14  Joey Ye  <joey.ye@arm.com>
41242         * config/arm/arm.c (arm_compute_save_reg_mask):
41243         Do not save lr in case of tail call.
41244         * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
41246 2015-01-14  Martin Uecker <uecker@eecs.berkeley.edu>
41248         * tree-vrp.c (check_array_ref): Emit more warnings
41249         for warn_array_bounds >= 2.
41250         * common.opt: New option -Warray-bounds=.
41251         * doc/invoke.texi: Document -Warray-bounds=.
41253 2015-01-14  Chung-Ju Wu  <jasonwucj@gmail.com>
41255         * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
41256         (mforbid-fp-as-gp): Remove.
41257         (mex9): Remove.
41258         * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
41259         (nds32_symbol_load_store_p): Remove.
41260         (nds32_fp_as_gp_check_available): Clean up implementation.
41261         * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
41262         cases.
41263         * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
41264         fp-as-gp and ex9 cases.
41266 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
41268         * tree-profile.c (init_ic_make_global_vars): Drop workaround
41269         for bintuils bug 14342.
41270         (init_ic_make_global_vars): Likewise.
41271         (gimple_init_edge_profiler): Likewise.
41272         (gimple_gen_ic_func_profiler): Likewise.
41274 2015-01-13  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
41276         * ipa-inline.c (inline_small_functions): Swap the operands in
41277         enum.
41279 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
41281         PR ipa/64481
41282         * ipa-inline-analysis.c (node_growth_cache): Remove.
41283         (initialize_growth_caches): Do not initialize it.
41284         (free_growth_caches): Do not free it.
41285         (do_estimate_growth): Rename to ...
41286         (estimate_growth): ... this one; drop growth cache code.
41287         (growth_likely_positive): Always go the heuristics way.
41288         * ipa-inline.c (can_inline_edge_p): Walk through aliases.
41289         (reset_edge_caches): Do not reset node growth.
41290         (heap_edge_removal_hook): Do not maintain cache.
41291         (inline_small_functions): Likewise; strenghten sanity check.
41292         (ipa_inline): Do not maintain caches.
41293         * ipa-inline.h (node_growth_cache): Remove.
41294         (do_estimate_growth): Remove to ...
41295         (estimate_growth): this one; remove inline version.
41296         (reset_node_growth_cache): Remove.
41298 2015-01-13  Jan Hubicka  <hubicka@ucw.cz>
41300         PR ipa/64565
41301         * ipa-inline.c (inline_small_functions): Update callee keys after
41302         resolving speculation
41303         (inline_small_functions): Always check monotonicity of the queue.
41305 2015-01-13  Marek Polacek  <polacek@redhat.com>
41307         PR middle-end/64391
41308         * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
41310 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
41312         PR rtl-optimization/64286
41313         * ree.c (combine_reaching_defs): Move part of comment earlier,
41314         remove !SCALAR_INT_MODE_P check.
41315         (add_removable_extension): Don't add vector mode
41316         extensions if all uses of the source register aren't the same
41317         vector extensions.
41319 2015-01-13  Renlin Li  <renlin.li@arm.com>
41321         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
41322         (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
41324 2015-01-13  Martin Liska  <mliska@suse.cz>
41326         * ipa-icf.c (sem_function::equals_private): Call new functions
41327         cl_target_option_print_diff and cl_optimization_print_diff.
41328         * optc-save-gen.awk (cl_target_option_print_diff): New function.
41329         (cl_optimization_print_diff): Likewise.
41330         * opth-gen.awk: Likewise.
41332 2015-01-13  Richard Sandiford  <richard.sandiford@arm.com>
41334         * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
41335         (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
41336         (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
41337         (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
41338         (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
41339         (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
41341 2015-01-13  Andrew Pinski  <apinski@cavium.com>
41343         * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
41344         instead of src mode.
41346 2015-01-13  Richard Biener  <rguenther@suse.de>
41348         PR lto/64373
41349         * lto-streamer-out.c (tree_is_indexable): Guard for NULL
41350         DECL_CONTEXT.
41352 2015-01-13  Andrew Pinski  <apinski@cavium.com>
41354         * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
41355         volatile mems.
41356         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
41358 2015-01-13  Jakub Jelinek  <jakub@redhat.com>
41360         PR middle-end/63974
41361         * cfgexpand.c (expand_computed_goto): Don't call
41362         convert_memory_address here.
41364 2015-01-13  Richard Biener  <rguenther@suse.de>
41366         PR tree-optimization/64406
41367         * tree-loop-distibution.c (pass_loop_distribution::execute):
41368         Reset the SCEV hashtable if we distributed anything.
41370 2015-01-13  Richard Biener  <rguenther@suse.de>
41372         PR tree-optimization/64404
41373         * tree-vect-stmts.c (vectorizable_load): Reject conflicting
41374         SLP types for CSEd loads.
41376 2015-01-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
41378         PR tree-optimization/64436
41379         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
41380         merge of two symbolic numbers for a bitwise OR to ...
41381         (perform_symbolic_merge): This. Also fix computation of the range and
41382         end of the symbolic number corresponding to the result of a bitwise OR.
41384 2015-01-13  Richard Biener  <rguenther@suse.de>
41386         PR tree-optimization/64568
41387         * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
41388         release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
41390 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
41392         * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
41393         TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
41395 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
41397         * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
41398         target-specific symbol_ref flag.
41399         (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
41400         resides in rodata section.
41401         * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
41402         (nds32_encode_section_info): New function.
41404 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
41406         * config/nds32/nds32.md (call): Use pseudo instruction bal which
41407         clobbers TA_REGNUM if large code model is specified.
41408         (call_register): Likewise.
41409         (call_immediate): Likewise.
41410         (call_value): Likewise.
41411         (call_value_register): Likewise.
41412         (call_value_immediate): Likewise.
41414 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
41416         * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
41417         (TARGET_CMODEL_MEDIUM): New macro.
41418         (TARGET_CMODEL_LARGE): New macro.
41419         * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
41420         code model setting in assembly code.
41422 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
41424         * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
41425         Remove MASK_GP_DIRECT flag.
41426         * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
41427         one of the multilib default options.
41428         * config/nds32/nds32.opt (mgp-direct): Remove.
41429         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
41430         -mgp-direct.  We also remove unnecessary -mlittle-endian/-mbig-endian.
41432 2015-01-13  Chung-Ju Wu  <jasonwucj@gmail.com>
41434         * config/nds32/nds32.opt (mcmodel): Add new option.
41435         * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
41436         to describe code model.
41438 2015-01-13  Oleg Endo  <olegendo@gcc.gnu.org>
41440         PR target/64479
41441         * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
41443 2015-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
41445         * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
41446         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
41447         (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
41448         (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
41449         __builtin_sh_set_fpscr.
41451 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
41453         * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
41454         after a funtion name just to indicate it is a function.
41455         ([-fsanitize-undefined-trap-on-error]): Likewise.
41456         ([-fdbg-cnt=]): Likewise.
41457         ([-mmemcpy]): Likewise.
41458         ([-mflush-func]): Likewise.
41459         ([-msynci]): Likewise.
41461 2015-01-12  Sandra Loosemore  <sandra@codesourcery.com>
41463         * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
41464         example.
41466 2015-01-12  Jakub Jelinek  <jakub@redhat.com>
41468         PR tree-optimization/64563
41469         * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
41470         instead of != VR_VARYING.
41472         PR target/64513
41473         * config/i386/i386.c (ix86_expand_prologue): Add
41474         REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
41476         PR tree-optimization/64454
41477         * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
41478         op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
41479         for signed or [0, op1 - 1] for unsigned modulo.
41480         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
41481         even if op1 does not satisfy integer_pow2p.
41483         PR other/64370
41484         * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
41486 2015-01-12  Jeff Law  <law@redhat.com>
41488         PR target/64461
41489         * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
41490         (trunchiqi2, truncsihi2): Similarly.
41492         * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
41493         rather than calling F.
41495 2015-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
41497         * tsan.c (instrument_expr): Use force_gimple_operand.
41498         Use may_be_nonaddressable_p instead of is_gimple_addressable.
41500 2015-01-12  Richard Biener  <rguenther@suse.de>
41502         PR tree-optimization/64530
41503         * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
41504         back dr1.
41506 2015-01-12  Richard Biener  <rguenther@suse.de>
41508         PR middle-end/64357
41509         * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
41510         latches properly.
41512 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41514         * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
41515         Cortex-A17 tuning parameters.
41516         * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
41518 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41520         * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
41521         * config/arm/arm.c (arm_macro_fusion_p): New function.
41522         (arm_macro_fusion_pair_p): Likewise.
41523         (TARGET_SCHED_MACRO_FUSION_P): Define.
41524         (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
41525         (ARM_FUSE_NOTHING): Likewise.
41526         (ARM_FUSE_MOVW_MOVT): Likewise.
41527         (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
41528         arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
41529         arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
41530         arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
41531         arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
41532         arm_cortex_a5_tune): Specify fuseable_ops value.
41534 2015-01-12  H.J. Lu  <hongjiu.lu@intel.com>
41536         PR bootstrap/64561
41537         * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
41538         test for PIE with copy reloc.
41539         * configure: Regenerated.
41541 2015-01-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41543         * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
41544         in gen_rtx_REG.
41545         (arm_tls_descseq_addr): Likewise.
41546         (arm_gen_movmemqi): Likewise.
41547         (arm_expand_epilogue_apcs_frame): Likewise.
41548         (arm_expand_epilogue): Likewise.
41549         (arm_expand_prologue): Likewise.  Use R1_REGNUM instead of constant 1
41550         in gen_rtx_REG.
41552 2015-01-12  Martin Liska  <mliska@suse.cz>
41554         PR ipa/64550
41555         * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
41556         volatility for correct operands.
41558 2015-01-12  Martin Liska  <mliska@suse.cz>
41560         * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as
41561         indication that a function is not leaf.
41562         (sem_function::compare_polymorphic_p): Likewise.
41564 2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
41566         * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
41567         machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
41568         fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
41569         fold-const.h, tree-check.h.
41571 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
41573         PR ipa/63967
41574         PR ipa/64425
41575         * ipa-inline.c (compute_uninlined_call_time,
41576         compute_inlined_call_time): Use counts for extra precision when
41577         needed possible.
41578         (big_speedup_p): Fix formating.
41579         (RELATIVE_TIME_BENEFIT_RANGE): Remove.
41580         (relative_time_benefit): Remove.
41581         (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
41582         merge guessed and read profile paths.
41583         (inline_small_functions): Count only !optimize_size functions into
41584         initial size; be more lax about sanity check when profile is used;
41585         be sure to update inlined function profile when profile is read.
41587 2015-01-12  Jan Hubicka  <hubicka@ucw.cz>
41589         PR ipa/63470
41590         * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
41591         cost when edge becomes direct.
41592         * ipa-prop.c (make_edge_direct): Do not adjust when speculation
41593         is resolved or when introducing new speculation.
41595 2015-01-12  Chen Gang  <gang.chen.5i5j@gmail.com>
41597         PR ipa/64551
41598         PR ipa/64552
41599         * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
41600         '||' to fix typo issue.
41602         * tree.h (target_opts_for_fn): Check NULL_TREE since it can
41603         accept and return NULL.
41605 2015-01-12  Martin Liska  <mliska@suse.cz>
41607         * cgraph.c (cgraph_edge::remove_callee): Move function to header
41608         file for being inlined.
41609         (cgraph_set_edge_callee): Delete.
41610         (cgraph_edge::redirect_callee): Move function to header file
41611         for being inlined.
41612         (cgraph_edge::make_direct): Use new function.
41613         (cgraph_edge::dump_edge_flags): New function created from
41614         static dump_edge_flags function.
41615         (cgraph_node::dump): Use new function.
41616         (cgraph_edge::verify_count_and_frequency): New function created
41617         from verify_edge_count_and_frequency.
41618         (cgraph_edge::verify_corresponds_to_fndecl): New function created
41619         from verify_edge_corresponds_to_fndecl.
41620         (verify_edge_corresponds_to_fndecl): Delete.
41621         (cgraph_node::verify_node): Use new function.
41622         * cgraph.h (cgraph_edge::set_callee): New function.
41623         (cgraph_edge::dump_edge_flags): Likewise.
41624         (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
41626 2015-01-11  Jan Hubicka  <hubicka@ucw.cz>
41628         * ipa-utils.c (estimate_function_body_sizes): Do not
41629         free node params when called late with early=true.
41631 2015-01-11  James Greenhalgh  <james.greenhalgh@arm.com>
41633         * doc/md.texi (Instruction Patterns): Rewrite text for
41634         clarity.
41635         (Example): Likewise.
41637 2015-01-10  Sandra Loosemore  <sandra@codesourcery.com>
41639         * doc/invoke.texi (Option Summary): Break long lines.
41640         [(-fdiagnostics-color)]: Put long literal in @smallexample
41641         instead of inline.
41642         [(-fsanitize-recover)]: Likewise.
41643         [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
41644         [(-ffast-math)]: Likewise.
41645         [(--param max-inline-insns-recursive)]: Likewise.
41646         [(--param max-inline-recursive-depth)]: Likewise.
41647         [(-mno-text-section-literals)]: Likewise.
41649 2015-01-10  Thomas Schwinge  <thomas@codesourcery.com>
41651         * doc/install.texi: Update for libgomp being renamed from "GNU
41652         OpenMP Runtime Library" to "GNU Offloading and Multi Processing
41653         Runtime Library".
41654         * doc/sourcebuild.texi: Likewise.
41656 2015-01-10  Anthony Green  <green@moxielogic.com>
41658         * config/moxie/moxie.c (moxie_option_override): Fix forcing of
41659         mul.x availability for moxiebox configuration.
41661 2015-01-09  Anthony Green  <green@moxielogic.com>
41663         * config/moxie/moxie.md: Tabify assembly output.
41665 2015-01-09  Anthony Green  <green@moxielogic.com>
41667         * config/moxie/moxie.md (CC_REG): Correct register definition.
41669 2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
41671         * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
41672         ([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
41673         of log files.
41675 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
41677         * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
41679 2015-01-09  Bernd Schmidt  <bernds@codesourcery.com>
41680             Jakub Jelinek  <jakub@redhat.com>
41682         PR middle-end/64412
41683         * lto-streamer.h (lto_stream_offload_p): New declaration.
41684         * lto-streamer.c (lto_stream_offload_p): New variable.
41685         * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
41686         at the same time as section_name_prefix.
41687         * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
41688         if lto_stream_offload_p.
41689         * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
41690         stream TREE_TARGET_OPTION if lto_stream_offload_p.
41691         (write_ts_function_decl_tree_pointers): Don't
41692         stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
41693         * tree-streamer-in.c (unpack_value_fields): Don't stream
41694         TREE_TARGET_OPTION in if ACCEL_COMPILER.
41695         (lto_input_ts_function_decl_tree_pointers): Don't stream
41696         DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
41697         * lto-opts.c (lto_write_options): Use lto_stream_offload_p
41698         instead of section_name_prefix string comparisons.
41700 2015-01-09  Jakub Jelinek  <jakub@redhat.com>
41702         PR rtl-optimization/64536
41703         * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
41704         tablejumps.
41706 2015-01-09  Michael Collison  <michael.collison@linaro.org>
41708         PR tree-optimization/64322
41709         * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
41710         range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
41712 2015-01-09  Tom de Vries  <tom@codesourcery.com>
41714         PR rtl-optimization/64539
41715         * regcprop.c (kill_clobbered_values): Factor out of ...
41716         (copyprop_hardreg_forward_1): ... here.  Use kill_clobbered_values
41717         instead of note_stores with kill_clobbered_value.
41719 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
41721          * ginclude/unwind-arm-common.h: Revert previous commit.
41723 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
41725         * config.gcc (arm*-*-freebsd*): New configuration.
41726         * config/arm/freebsd.h: New file.
41727         * config.host: Add extra components for arm*-*-freebsd*.
41728         * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
41729         * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
41731 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
41733         * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
41734         for -mcpu=e6500.
41735         * config/rs6000/t-rtems: Add e6500 multilibs.
41737 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
41739         * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
41740         MPC8540.
41742 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
41744         * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
41745         MULTILIB_EXCEPTIONS.
41747 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
41749         * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
41750         MULTILIB_EXCEPTIONS.
41752 2015-01-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
41754         * config/arm/t-rtems-eabi: Rename to...
41755         * config/arm/t-rtems: ...this.
41756         * config/arm/rtems-eabi.h: Rename to...
41757         * config/arm/rtems.h: ...this.
41758         * config.gcc (arm*-*-rtems*): Reflect changes above.
41760 2015-01-09  Richard Biener  <rguenther@suse.de>
41762         PR tree-optimization/64410
41763         * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
41764         on the LHS.
41765         (execute_update_addresses_taken): Deal with that.
41766         * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
41767         loads/stores for complex variables.
41769 2015-01-09  Martin Liska  <mliska@suse.cz>
41771         * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
41772         name comparison.
41773         (func_checker::compare_memory_operand): New function.
41774         (func_checker::compare_operand): Split case to newly
41775         added functions.
41776         (func_checker::compare_cst_or_decl): New function.
41777         (func_checker::compare_gimple_call): Identify
41778         memory operands.
41779         (func_checker::compare_gimple_assign): Likewise.
41780         * ipa-icf-gimple.h: New function.
41782 2015-01-09  Martin Liska  <mliska@suse.cz>
41784         PR ipa/64503
41785         * sreal.c (sreal::dump): Change unsigned format to signed for
41786         m_exp value.
41787         (sreal::to_double): Replace exp2 with scalbln.
41789 2015-01-09  Martin Liska  <mliska@suse.cz>
41791         * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
41792         * ipa-icf.c (sem_function::equals_private): Add support for target and
41793         (sem_item_optimizer::merge_classes): Remove redundant function
41794         optimization flags comparison.
41795         * tree.h (target_opts_for_fn): New function.
41797 2015-01-09  Tom de Vries  <tom@codesourcery.com>
41799         * omp-low.c (expand_omp_for_static_chunk): Fix assert.
41801 2015-01-09  Kito Cheng  <kito@0xlab.org>
41803         PR rtl-optimization/64348
41804         * lra-constraints.c (split_reg): Fix caller-save store/restore
41805         instruction generation.
41807 2015-01-08  John David Anglin  <danglin@gcc.gnu.org>
41809         PR gcov-profile/61790
41810         * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
41811         long long.  Fallback to int64_t if host doesn't have long long and
41812         use strtol if int64_t is long.  Otherwise, use sscanf for conversion.
41814 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
41816         PR tree-optimization/63989
41817         * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
41818         from 1000 to 10000.
41819         * tree-ssa-strlen.c (get_strinfo): Moved earlier.
41820         (get_stridx): If we don't have a record for certain SSA_NAME,
41821         but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
41822         constant offset, call get_stridx_plus_constant.
41823         (get_stridx_plus_constant): New function.
41824         (zero_length_string): Don't use get_stridx here.
41826         PR target/55023
41827         PR middle-end/64388
41828         * dse.c (struct insn_info): Mention frame_read set also
41829         before reload for tail calls on some targets.
41830         (scan_insn): Revert 2014-12-22 change.  Set frame_read
41831         also before reload for tail calls if
41832         HARD_FRAME_POINTER_IS_ARG_POINTER.  Call add_wild_read
41833         instead of add_non_frame_wild_read for non-const/memset
41834         tail calls after reload.
41836 2015-01-08  Jason Merrill  <jason@redhat.com>
41838         * ubsan.c (do_ubsan_in_current_function): New.
41839         (pass_ubsan::gate): Use it.
41840         * ubsan.h: Declare it.
41841         * convert.c (convert_to_integer): Use it.
41843 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
41845         PR target/64338
41846         * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
41847         compare_code when it is unconditionally overwritten afterwards.
41848         Use ix86_reverse_condition instead of reverse_condition.  Don't
41849         change code if *reverse_condition* returned UNKNOWN and don't
41850         swap ct/cf and negate diff in that case.
41852 2015-01-08  Mike Stump  <mikestump@comcast.net>
41854         * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
41855         (pass_tsan_O0::gate): Likewise.
41856         * extend.texi (Function Attributes): Add no_sanitize_thread
41857         documentation.
41859 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
41861         * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
41862         for registering builtins.
41863         * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
41864         add -fopenmp to the argv_obstack used when invoking
41865         compile_for_target.
41867         * config/i386/intelmic-mkoffload.c (compile_for_target): Always
41868         add "-m32" or "-m64" to argv_obstack.
41869         (generate_host_descr_file): Likewise, when invoking host_compiler.
41870         (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
41871         ld.
41873 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
41875         * config/sh/sh-mem.cc: Use constant as second operand when emitting
41876         tstsi_t insns.
41878 2015-01-08  Oleg Endo  <olegendo@gcc.gnu.org>
41880         PR target/55212
41881         * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
41882         constant load if constant operand fits into I08.
41884 2015-01-08  Jakub Jelinek  <jakub@redhat.com>
41886         PR sanitizer/64336
41887         * tree.c (build2_stat): Fix up initialization of TREE_READONLY
41888         and TREE_THIS_VOLATILE for MEM_REFs.
41889         (build5_stat): Fix up initialization of TREE_READONLY and
41890         TREE_THIS_VOLATILE for TARGET_MEM_REFs.
41892 2015-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
41894         PR target/64533
41895         * config/sh/sh.md (*addsi3_compact): Use u constraint instead
41896         of r for the second alternative of the destination operand.
41898 2015-01-07  Segher Boessenkool  <segher@kernel.crashing.org>
41900         PR target/36557
41901         * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
41903 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
41905         * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
41906         keywords.
41907         ([-fivar-visibility], [-fvisibility]): Likewise.
41909 2015-01-07  Sandra Loosemore  <sandra@codesourcery.com>
41911         * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
41912         the file where @code, @command, etc is more appropriate.
41914 2015-01-06  Sandra Loosemore  <sandra@codesourcery.com>
41916         * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
41917         of -mrecip= documentation.
41919 2015-01-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
41921         PR target/64505
41922         * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
41923         correct reload handler if -m32 -mpowerpc64 is used.
41925 2015-01-06  Tom de Vries  <tom@codesourcery.com>
41927         * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
41929 2015-01-08  Christian Bruel  <christian.bruel@st.com>
41931         PR target/64507
41932         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
41934 2015-01-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
41936         PR tree-optimization/63259
41937         * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
41938         if optab exists for 16bit byteswap.
41940 2015-01-06  Jakub Jelinek  <jakub@redhat.com>
41942         * opts.c (common_handle_option): Add support for
41943         -fno-sanitize=all and -f{,no-}sanitize-recover=all.
41944         * doc/invoke.texi: Document -fno-sanitize=all,
41945         -f{,no-}sanitize-recover=all.  Document that
41946         -fsanitize=float-cast-overflow is not enabled
41947         by -fsanitize=undefined.  Fix up documentation
41948         of -f{,no-}sanitize-recover.
41950 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
41952         * config.gcc: Add Visium support.
41953         * configure.ac: Likewise.
41954         * configure: Regenerate.
41955         * doc/extend.texi (interrupt attribute): Add Visium.
41956         * doc/invoke.texi: Document Visium options.
41957         * doc/install.texi: Document Visium target.
41958         * doc/md.texi: Document Visium constraints.
41959         * common/config/visium: New directory.
41960         * config/visium: Likewise.
41962 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
41964         * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
41965         for the "(and X (ior (not X) Y) -> (and X Y)" transform.
41967 2015-01-05  Segher Boessenkool  <segher@kernel.crashing.org>
41969         * combine.c (combine_validate_cost): Do not count the cost of a
41970         split I2 twice.  Do not display it twice in the dump, either.
41972 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
41974         Revert parts of r219199.
41975         * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
41976         <inttypes.h>.
41977         ([-Wtraditional]): Restore markup on <limits.h>.
41979 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
41981         PR c++/31397
41982         * doc/invoke.texi: Document -Wsuggest-override.
41984 2015-01-05  Radovan Obradovic  <radovan.obradovic@imgtec.com>
41986         PR rtl-optimization/64287
41987         * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
41988         (process_options): Disable flag_ipa_ra if profiling.
41990 2015-01-05  Eric Botcazou  <ebotcazou@adacore.com>
41992         * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
41994 2015-01-05  Max Filippov  <jcmvbkbc@gmail.com>
41996         * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
41997         hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
41998         put under #if TARGET_LOOPS guard.
42000 2015-01-05  Uros Bizjak  <ubizjak@gmail.com>
42002         * config/i386/i386.c (output_387_binary_op): Use std::swap.
42004 2015-01-05  Oleg Endo  <olegendo@gcc.gnu.org>
42006         * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
42007         * rtl.h (refers_to_regno_p): Add overload.
42008         * cse.c: Use it.
42009         * bt-load.c: Likewise.
42010         * combine.c: Likewise.
42011         * df-scan.c: Likewise.
42012         * sched-deps.c: Likewise.
42013         * config/s390/s390.c: Likewise.
42014         * config/m32r/m32r.c: Likewise.
42015         * config/rs6000/spe.md: Likewise.
42016         * config/rs6000/rs6000.c: Likewise.
42017         * config/pa/pa.c: Likewise.
42018         * config/stormy16/stormy16.c: Likewise.
42019         * config/cris/cris.c: Likewise.
42020         * config/arc/arc.md: Likewise.
42021         * config/arc/arc.c: Likewise.
42022         * config/sh/sh.md: Likewise.
42023         * config/sh/sh.c: Likewise.
42024         * config/frv/frv.c: Likewise.
42026 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
42028         PR sanitizer/64265
42029         * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
42030         call as cleanup of the whole body.
42031         * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
42032         * tsan.c (replace_func_exit): New function.
42033         (instrument_func_exit): Moved earlier.
42034         (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
42035         Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
42036         been found.
42037         (tsan_pass): Don't call instrument_func_exit.
42038         * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
42039         * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
42040         inlining.
42042         PR sanitizer/64344
42043         * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
42044         * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
42045         it to libubsan handler instead of EXPR.  Fold comparisons earlier,
42046         if the result is integer_zerop, return NULL_TREE.
42047         * convert.c (convert_to_integer): Pass expr as ARG.
42049         PR tree-optimization/64465
42050         * tree-inline.c (redirect_all_calls): During inlining
42051         clean up EH stmts and EH edges if redirect_call_stmt_to_callee
42052         changed the stmt to a non-throwing call.
42054 2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
42056         * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
42057         etc markup throughout the file.
42059 2015-01-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
42061         Enable experimental TSAN support for Ada.
42062         * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
42064 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
42066         PR tree-optimization/64494
42067         * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
42068         clear SSA_NAME_ANTI_RANGE_P flag.
42070 2015-01-05  Marek Polacek  <polacek@redhat.com>
42072         * doc/extend.texi (Arrays of Length Zero): Add missing comma.
42074 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
42076         Update copyright years.
42078         * gcc.c (process_command): Update copyright notice dates.
42079         * gcov-dump.c: Ditto.
42080         * gcov.c: Ditto.
42081         * doc/cpp.texi: Bump @copying's copyright year.
42082         * doc/cppinternals.texi: Ditto.
42083         * doc/gcc.texi: Ditto.
42084         * doc/gccint.texi: Ditto.
42085         * doc/gcov.texi: Ditto.
42086         * doc/install.texi: Ditto.
42087         * doc/invoke.texi: Ditto.
42089         * auto-profile.c, auto-profile.h: Fix up Copyright line.
42091 2015-01-04  Sandra Loosemore  <sandra@codesourcery.com>
42093         * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
42094         verb tense, etc.
42095         ([-fvtable-verify], [-fvtv-debug]): Likewise.
42096         ([-Wabi]): Likewise.
42097         ([-fmessage-length]): Likewise.
42098         ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
42099         ([-Wno-discarded-qualifiers]): Likewise.
42100         ([-Wnodiscarded-array-qualifiers]): Likewise.
42101         ([-Wno-virtual-move-assign]): Likewise.
42102         ([-fsanitize=address], [-fsanitize=thread]): Likewise.
42103         ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
42104         ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
42105         ([-fsanitize-undefined-trap-on-error]): Likewise.
42106         ([-floop-interchange]): Likewise.
42107         ([-ftree-coalesce-inlined-vars]): Likewise.
42108         ([-fvect-cost-model]): Likewise.
42109         ([-flto]): Likewise.
42110         ([--param]): Likewise.
42111         (Spec Files): Likewise.
42112         ([-mstrict-align]): Likewise.
42113         ([-mfix-cortex-a53-835769]): Likewise.
42114         ([-march], [-mtune]): Likewise.
42115         ([-mpic-register]): Likewise.
42116         ([-munaligned-access]): Likewise.
42117         ([-msp8]): Likewise.
42118         (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
42119         (AVR Built-in Macros): Likewise.
42120         ([-mpreferred-stack-boundary]): Likewise.
42121         ([-mtune-crtl]): Likewise.
42122         ([-mashf]): Likewise.
42123         ([-mmcu=]): Likewise.
42124         ([-minrt]): Likewise.
42125         ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
42126         ([-mupper-regs]): Likewise.
42127         ([-matomic-model]): Likewise.
42128         ([-mdiv]): Likewise.
42129         ([-mzdcbranch]): Likewise.
42130         ([-mdisable-callt]): Likewise.
42131         ([-msoft-float]): Likewise.
42132         ([-m8byte-align]): Likewise.
42133         ([-fstack-reuse]): Likewise.
42135 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
42137         * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
42138         Fix markup, light copy-editing.
42139         ([-fauto-profile]): Rewrite to fix formatting and content
42140         problems.
42142 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
42144         * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
42145         Copy-edit description.
42146         ([-fisolate-erroneous-paths-attribute]): Likewise.
42147         * common.opt (fisolate-erroneous-paths-dereference):
42148         Copy-edit description.
42149         (fisolate-erroneous-paths-attribute): Likewise.
42151 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
42153         * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
42154         tidy grammar.
42156 2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
42158         * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
42159         ([-fvtv-debug]): Likewise.
42160         ([-Wc++-compat]): Likewise.
42161         ([-Wc++11-compat]): Likewise.
42162         ([-Wc++14-compat]): Likewise.
42163         ([-Wno-sized-deallocation]): Likewise.
42164         ([-femit-class-debug-always]): Likewise.
42165         ([-femit-struct-debug-detailed]): Likewise.
42166         ([-fno-keep-inline-dllexport]): Likewise.
42167         ([-fira-algorithm]): Likewise.
42168         ([-fira-region]): Likewise.
42169         ([-flra-remat]): Likewise.
42170         ([-fipa-ra]): Likewise.
42171         ([-fhoist-adjacent-loads]): Likewise.
42172         ([-fisolate-erroneous-paths-dereference]): Likewise.
42173         ([-fisolate-erroneous-paths-attribute]): Likewise.
42174         ([-ftree-switch-conversion]): Likewise.
42175         ([-ftree-tail-merge]): Likewise.
42176         ([-ftree-loop-if-convert]): Likewise.
42177         ([-ftree-loop-if-convert-stores]): Likewise.
42178         ([-ftree-loop-distribution]): Likewise.
42179         ([-ftree-loop-distribute-patterns]): Likewise.
42180         ([-flto-compression-level]): Likewise.
42181         ([-flto-report]): Likewise.
42182         ([-flto-report-wpa]): Likewise.
42183         ([-fuse-linker-plugin]): Likewise.
42184         ([-mfix-cortex-a53-835769]): Likewise.
42185         ([-mno-fix-cortex-a53-835769]): Likewise.
42186         ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
42187         explicit listing; add a note to the discussion indicating they
42188         exist.  Reorder table to group similar options.  Add missing
42189         @opindex entries.  Add @need commands throughout the table to
42190         allow it to be split across multiple pages.
42191         ([-m8bit-idiv]): Fix @opindex.
42192         ([-mavx256-split-unaligned-load]): Likewise.
42193         ([-mavx256-split-unaligned-store]): Likewise.
42194         ([-mstack-protector-guard]): Likewise.
42195         ([-mcpu=]): Likewise.
42196         ([-mcpu]): Likewise.
42197         ([-mpointer-size=]): Likewise.
42199 2015-01-03  John David Anglin  <danglin@gcc.gnu.org>
42201         * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
42202         instead of `m' constraint.  Likewise for unnamed movb comparison
42203         patterns using reg_before_reload_operand predicate.
42204         * config/pa/predicates.md (reg_before_reload_operand): Tighten
42205         predicate to reject register index and LO_SUM DLT memory forms
42206         after reload.
42208 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
42210         * doc/invoke.texi (Option Summary): Fix spelling of
42211         -fdevirtualize-at-ltrans.
42212         ([-fdevirtualize]): Fix markup.
42213         ([-fdevirtualize-speculatively]): Fix typo.
42214         ([-fdevirtualize-at-ltrans]): Likewise.  Make description less
42215         implementor-speaky.
42216         * common.opt (fdevirtualize-at-ltrans): Likewise.
42217         * ipa-devirt.c: Fix typos in comments throughout the file.
42218         (ipa_devirt): Fix typos in format strings for dump output.
42220 2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
42222         * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
42223         discussion of defaults, light copy-editing.
42225 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
42227         * tsan.c (instrument_expr): corrected previous checkin.
42229 2015-01-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
42231         Instrument bit field and unaligned accesses for TSAN.
42232         * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
42233         (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
42234         * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
42235         Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
42236         unaligned memory regions.
42238 2015-01-01  Anthony Green  <green@moxielogic.com>
42240         * config/moxie/predicates.md (moxie_general_movsrc_operand):
42241         Restrict move source register offsets to 16 bits.
42243 Copyright (C) 2015 Free Software Foundation, Inc.
42245 Copying and distribution of this file, with or without modification,
42246 are permitted in any medium without royalty provided the copyright
42247 notice and this notice are preserved.