* combine.c (try_combine): Fix typo in comment.
[gcc.git] / gcc / ChangeLog
1 2015-01-29 Jeff Law <law@redhat.com>
2
3 * combine.c (try_combine): Fix typo in comment.
4
5 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
6
7 PR target/64580
8 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
9 (rs6000_stack_info): Add assert.
10 (rs6000_output_savres_externs): New function, split off from...
11 (rs6000_output_function_prologue): ... here. Do not call it for
12 thunks.
13
14 2015-01-29 Jeff Law <law@redhat.com>
15
16 PR target/15184
17 * combine.c (try_combine): If I0 is a memory load and I3 a store
18 to a related address, increase the "goodness" of doing a 4-insn
19 combination with I0-I3.
20 (make_field_assignment): Handle SUBREGs in the ior+and case.
21
22 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
23
24 PR tree-optimization/64746
25 * tree-if-conv.c (mask_exists): New function.
26 (predicate_mem_writes): Save created mask with given size for further
27 use.
28 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
29 (ifcvt_repair_bool_pattern): Collect all statements that are root
30 of bool pattern and use iterative algorithm to remove multiple uses
31 of predicates, display number of required iterations.
32
33 2015-01-29 Richard Biener <rguenther@suse.de>
34
35 PR tree-optimization/64853
36 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
37 stmt will get simulated again.
38 * tree-ssa-ccp.c (valueize_op_1): Likewise.
39
40 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
41
42 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
43 return_in_pc. Remove redundant assignments.
44 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
45 (arm_expand_epilogue): Don't compare boolean with true in if condition.
46
47 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
48
49 * config/i386/i386.c (ix86_mode_after): Make static.
50
51 2015-01-29 Richard Biener <rguenther@suse.de>
52
53 PR tree-optimization/64844
54 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
55 dump cost model analysis.
56 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
57 Do not register adjusted load/store costs here.
58
59 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
60 Uros Bizjak <ubizjak@gmail.com>
61
62 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
63 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
64 using x86_use_pseudo_pic_reg.
65 * config/i386/i386.c (ix86_conditional_register_usage): Remove
66 support for fixed PIC register.
67 (ix86_use_pseudo_pic_reg): Not static any more.
68
69 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
70
71 PR middle-end/64805
72 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
73 to avoid error in cgraph node verification.
74
75 2015-01-29 Marek Polacek <polacek@redhat.com>
76
77 * doc/standards.texi: Reflect that the default for C is gnu11.
78
79 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
80
81 PR target/64761
82 * reorg.c (switch_text_sections_between_p): New function.
83 (relax_delay_slots): Call it when testing if the jump insn
84 is removable. Use targetm.can_follow_jump when testing if
85 the conditional branch can follow an unconditional jump.
86
87 2015-01-27 Caroline Tice <cmtice@google.com>
88
89 Committing VTV Cywin/Ming patch for Patrick Wollgast
90 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
91 if -fvtable-verify=preinit/std is used.
92 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
93 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
94 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
95 if -fvtable-verify=preinit/std is used.
96 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
97 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
98 if -fvtable-verify=preinit/std is used.
99 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
100 * config/i386/mingw32.h (LIB_SPEC): Likewise.
101 * varasm.c (assemble_variable): Add code to properly set the comdat
102 section and name for the .vtable_map_vars section in case the
103 target is PE or COFF.
104
105 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
106
107 PR ipa/64801
108 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
109 make sane BB profile.
110 (cgraph_node::expand_thunk): Make sane BB profile.
111 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
112 * cgraph.h (init_lowered_empty_function): Update prototype.
113 * config/i386/i386.c (make_resolver_func): Update call.
114 * predict.c (gate): Disable branch prediction pass if
115 profile is already there.
116
117 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
118
119 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
120 * opth-gen.awk: Likewise.
121 * common.opt: Mark flag_fp_contract_mode as Optimization.
122
123 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
124
125 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
126 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
127
128 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
129
130 PR target/64659
131 * config/sh/predicates.md (atomic_arith_operand,
132 atomic_logical_operand): Remove.
133 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
134 (atomic_arith_operand_0): New predicate.
135 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
136 Use atomic_arith_operand_0 for input values.
137 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
138 atomic_compare_and_swap<mode>_soft_gusa,
139 atomic_compare_and_swap<mode>_soft_tcb,
140 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
141 arith_reg_operand instead of register_operand.
142 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
143 atomic_arith_operand_0 for newval input.
144 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
145 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
146 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
147 arith_reg_operand instead of register_operand.
148 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
149 fetchop_predicate_1, fetchop_constraint_1_llcs,
150 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
151 fetchop_constraint_1_imask): New code iterator attributes.
152 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
153 register_operand. Use fetchop_predicate_1.
154 (atomic_fetch_<fetchop_name>si_hard,
155 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
156 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
157 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
158 and arith_reg_operand instead of register_operand. Use
159 fetchop_predicate_1, fetchop_constraint_1_gusa.
160 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
161 and arith_reg_operand instead of register_operand. Use
162 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
163 to allow R0 usage.
164 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
165 and arith_reg_operand instead of register_operand. Use
166 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
167 to allow R0 usage.
168 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
169 register_operand. Use atomic_logical_operand_1.
170 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
171 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
172 arith_reg_operand instead of register_operand.
173 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
174 Use arith_reg_dest and arith_reg_operand instead of register_operand.
175 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
176 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
177 register_operand. Use fetchop_predicate_1.
178 (atomic_<fetchop_name>_fetchsi_hard,
179 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
180 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
181 fetchop_constraint_1_llcs.
182 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
183 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
184 fetchop_constraint_1_gusa.
185 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
186 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
187 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
188 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
189 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
190 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
191 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
192 register_operand. Use atomic_logical_operand_1.
193 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
194 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
195 arith_reg_operand instead of register_operand.
196 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
197 arith_reg_operand instead of register_operand. Use logical_operand
198 and K08. Adjust asm sequence to allow R0 usage.
199 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
200 arith_reg_operand instead of register_operand. Use logical_operand
201 and K08.
202
203 2015-01-28 Jakub Jelinek <jakub@redhat.com>
204
205 PR other/63504
206 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
207 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
208 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
209 only get_full_len HOST_WIDE_INTs from get_val () array rather than
210 all bits in *val_wide.
211
212 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
213
214 * varpool.c (tls_model_names): Fix names.
215 (varpool_node::dump): Dump tls- prefix for tls models.
216
217 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
218 Bernd Schmidt <bernds@codesourcery.com>
219 Nathan Sidwell <nathan@codesourcery.com>
220
221 * config/nvptx/mkoffload.c: New file.
222 * config/nvptx/t-nvptx: Add build rules for it.
223 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
224 (extra_programs): Add mkoffload.
225 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
226 function.
227 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
228
229 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
230
231 PR middle-end/64809
232 * cfgexpand.c (reorder_operands): Skip debug gimples.
233
234 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
235
236 PR tree-optimization/64277
237 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
238 range info when possible to refine estimation.
239
240 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
241
242 PR tree-optimization/64718
243 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
244 be a 16bit unsigned integer when n->range is 16.
245 (bswap_replace): Convert src to that type if necessary for all bswap
246 sizes. Fix rotation right notation in nearby comment. Use bswap_type
247 set in pass_optimize_bswap::execute ().
248
249 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
250
251 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
252 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
253 integer and floating point variants.
254 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
255
256 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
257
258 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
259 for all vector modes.
260
261 2015-01-28 Jakub Jelinek <jakub@redhat.com>
262
263 PR bootstrap/64612
264 * doc/sourcebuild.texi (comdat_group): Document.
265
266 2015-01-28 Terry Guo <terry.guo@arm.com>
267
268 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
269
270 2015-01-27 David Malcolm <dmalcolm@redhat.com>
271
272 * toplev.c (print_version): Add param "show_global_state", and
273 only print GGC and plugin information if it is true.
274 (init_asm_output): Pass in "true" for the new param when calling
275 print_version.
276 (process_options): Likewise.
277 (toplev::main): Likewise.
278 * toplev.h (print_version): Add new param to decl.
279
280 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
281
282 PR ipa/60871
283 PR ipa/64139
284 * tree.c (lookup_binfo_at_offset): New function.
285 (get_binfo_at_offset): Use it.
286
287 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
288
289 PR ipa/64282
290 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
291 on vtable being vtable.
292
293 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
294
295 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
296 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
297 -mhotpatch= option.
298 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
299 -mno-hotpatch options. Change syntax of -mhotpatch= option.
300 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
301 Renamed.
302 (s390_hotpatch_trampoline_halfwords_max): Renamed.
303 (s390_hotpatch_hw_max): New name.
304 (s390_hotpatch_trampoline_halfwords): Renamed.
305 (s390_hotpatch_hw_before_label): New name.
306 (get_hotpatch_attribute): Removed.
307 (s390_hotpatch_hw_after_label): New name.
308 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
309 attribute.
310 (s390_attribute_table): Ditto.
311 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
312 (s390_function_num_hotpatch_hw): New name.
313 Remove special handling of inline functions and hotpatching.
314 Return number of nops before and after the function label.
315 (s390_can_inline_p): Removed.
316 (s390_asm_output_function_label): Emit a configurable number of nops
317 after the function label.
318 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
319 (TARGET_CAN_INLINE_P) Removed.
320 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
321
322 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
323 Jiong Wang <jiong.wang@arm.com>
324
325 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
326 of scratch reg.
327 (cb<optab><mode>1): Likewise.
328 * config/aarch64/iterators.md (bcond): New define_code_attr.
329
330 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
331
332 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
333 memory accesses.
334
335 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
336
337 * config/s390/s390.c (s390_register_move_cost): Increase costs for
338 FPR->GPR moves.
339
340 2015-01-27 Richard Biener <rguenther@suse.de>
341
342 * tree-vrp.c (update_value_range): Intersect the range with
343 old recorded SSA name range information.
344
345 2015-01-27 Nick Clifton <nickc@redhat.com>
346
347 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
348 BC, DE and HL registers directly, not via AX.
349 When decrementing the stack pointer by a large amount, transfer SP
350 into AX and perform the subtraction there.
351 (rl78_expand_epilogue): Perform the inverse of the above
352 enhancements.
353
354 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
355
356 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
357
358 2015-01-27 Jakub Jelinek <jakub@redhat.com>
359 Yury Gribov <y.gribov@samsung.com>
360
361 PR ubsan/64741
362 * ubsan.c (ubsan_source_location): Refactor code.
363 (ubsan_type_descriptor): Update type size. Refactor code.
364
365 2015-01-27 Richard Biener <rguenther@suse.de>
366
367 PR tree-optimization/56273
368 PR tree-optimization/59124
369 PR tree-optimization/64277
370 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
371 from the first VRP pass.
372
373 2015-01-27 Jakub Jelinek <jakub@redhat.com>
374
375 PR ipa/64776
376 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
377 handle the first argument in the same loop as all the other arguments.
378
379 PR rtl-optimization/61058
380 * jump.c (cleanup_barriers): Update basic block boundaries
381 if BLOCK_FOR_INSN is non-NULL on PREV.
382
383 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
384
385 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
386 bounds narrowing, already instrumented calls and calls to
387 not instrumentable functions.
388
389 2015-01-27 Jakub Jelinek <jakub@redhat.com>
390
391 PR tree-optimization/64807
392 * wide-int.cc (wi::divmod_internal): Clear
393 b_dividend[dividend_blocks_needed].
394
395 2015-01-26 DJ Delorie <dj@redhat.com>
396
397 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
398 volatile memory references.
399
400 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
401
402 PR target/49263
403 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
404 remove_insn.
405 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
406 shifts if it already fits into K08.
407
408 2015-01-26 Jakub Jelinek <jakub@redhat.com>
409
410 PR ipa/64730
411 * ipa-inline.c (inline_small_functions): Print "unknown" even
412 if edge->call_stmt is non-NULL, but has builtins or unknown
413 location.
414
415 PR middle-end/64421
416 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
417 with asterisk, skip the first character.
418
419 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
420
421 PR target/64806
422 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
423 order change.
424
425 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
426
427 PR target/64795
428 * config/i386/i386.md (*movdi_internal): Also check operand 0
429 to determine TYPE_LEA operand.
430 (*movsi_internal): Ditto.
431
432 2015-01-26 Jakub Jelinek <jakub@redhat.com>
433
434 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
435 OPTION_MASK_QUAD_MEMORY_ATOMIC.
436
437 2015-01-26 Renlin Li <renlin.li@arm.com>
438
439 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
440 the comment.
441 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
442 for higher part.
443
444 2015-01-26 Richard Biener <rguenther@suse.de>
445
446 PR middle-end/64764
447 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
448 combining two BIT_AND_EXPR predicates.
449
450 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
451
452 PR bootstrap/64754
453 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
454
455 2015-01-26 Terry Guo <terry.guo@arm.com>
456
457 * config/arm/arm.c (arm_file_start): Update the assignment of
458 Tag_ABI_HardFP_use.
459
460 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
461
462 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
463 pipeline model.
464 config/arm/arm.md: Include the new Cortex-A57 model.
465 (generic_sched): Don't use generic_sched when tuning for
466 Cortex-A57.
467
468 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
469 Uros Bizjak <ubizjak@gmail.com>
470
471 * config/i386/i386.c (get_builtin_code_for_version): Add
472 support for BMI and BMI2 multiversion functions.
473
474 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
475
476 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
477 (extract_bit_field): Likewise.
478 (extract_low_bits): Likewise.
479 (expand_mult): Likewise.
480 (expand_mult_highpart_adjust): Likewise.
481
482 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
483
484 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
485 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
486 * config/i386/i386.c (processor_model): Add
487 M_INTEL_COREI7_BROADWELL.
488 (arch_names_table): Add "broadwell".
489
490 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
491
492 PR target/49263
493 PR target/53987
494 PR target/64345
495 PR target/59533
496 PR target/52933
497 PR target/54236
498 PR target/51244
499 * config/sh/sh-protos.h
500 (sh_extending_set_of_reg::can_use_as_unextended_reg,
501 sh_extending_set_of_reg::use_as_unextended_reg,
502 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
503 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
504 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
505 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
506 (sh_treg_insns): New class.
507 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
508 (scope_counter): New class.
509 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
510 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
511 sh_extending_set_of_reg::can_use_as_unextended_reg,
512 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
513 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
514 sh_split_treg_set_expr): New functions.
515 (addsubcosts): Handle treg_set_expr.
516 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
517 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
518 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
519 (sh_insn_operands_modified_between_p): Make non-static.
520 * config/sh/predicates.md (zero_extend_movu_operand): Allow
521 simple_mem_operand in addition to displacement_mem_operand.
522 (zero_extend_operand): Don't allow zero_extend_movu_operand.
523 (treg_set_expr, treg_set_expr_not_const01,
524 arith_reg_or_treg_set_expr): New predicates.
525 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
526 arith_or_int_operand instead of logical_operand. Convert to
527 insn_and_split. Try to optimize constant operand in splitter.
528 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
529 (*tstqi_t_zero): Delete.
530 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
531 (tstsi_t_and_not): Delete.
532 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
533 Convert to insn_and_split.
534 (unnamed split, tstsi_t_zero_extract_xor,
535 tstsi_t_zero_extract_subreg_xor_little,
536 tstsi_t_zero_extract_subreg_xor_big): Delete.
537 (*tstsi_t_shift_mask): New insn_and_split.
538 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
539 to recombine with surrounding insns when splitting.
540 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
541 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
542 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
543 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
544 (*cbranch_div0s: Delete.
545 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
546 Try to recombine with surrounding insns when splitting. Add operand
547 order variants.
548 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
549 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
550 *addc_r_r_msb, *addc_2r_msb): Delete.
551 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
552 order variant.
553 (*addc_negreg_t): New insn_and_split.
554 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
555 Try to recombine with surrounding insns when splitting.
556 Add operand order variants.
557 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
558 insn_and_split patterns.
559 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
560 surrounding insns when splitting.
561 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
562 (*rotcl): Likewise. Add zero_extract variant.
563 (*ashrsi2_31): New insn_and_split.
564 (*negc): Convert to insn_and_split. Use treg_set_expr.
565 (*zero_extend<mode>si2_disp_mem): Update comment.
566 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
567 condition.
568 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
569 with surrounding insns when splitting.
570 (any_treg_expr_to_reg): New insn_and_split.
571 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
572 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
573 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
574 *zero_extract_2): New single bit zero extract patterns.
575 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
576 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
577 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
578 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
579 set destination.
580 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
581 register_operand for set source.
582
583 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
584
585 * i386.opt (prefetch_sse): New targetsave.
586 * i386.c (ix86_function_specific_save): Save prefetch_sse.
587 (ix86_function_specific_restore): Restore prefetch_sse and initialize
588 ix86_cost/ix86_tune_cost.
589
590 2015-01-23 David Malcolm <dmalcolm@redhat.com>
591
592 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
593 Support the JIT by using 0 as the language type.
594
595 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
596
597 PR target/64317
598 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
599 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
600 (mark_regno_live, process_bb_lives): Pass new parameter value to
601 make_hard_regno_born.
602
603 2015-01-23 Jakub Jelinek <jakub@redhat.com>
604
605 PR rtl-optimization/63637
606 PR rtl-optimization/60663
607 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
608 if elt->cost is MAX_COST for ASM_OPERANDS.
609 (find_sets_in_insn): Fix up comment typo.
610 (cse_insn): Don't set src_volatile for all non-volatile
611 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
612 or with "memory" clobber. Set elt->cost to MAX_COST
613 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
614 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
615
616 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
617
618 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
619 alternative 1.
620
621 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
622
623 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
624 libgcc/config/i386/elf-lib.h.
625
626 2015-01-23 Jakub Jelinek <jakub@redhat.com>
627
628 PR driver/64737
629 * gcc.c (print_configuration): Don't print a blank line at the end
630 here...
631 (run_attempt): ... but here unstead.
632
633 PR middle-end/64734
634 * omp-low.c (scan_sharing_clauses): Don't ignore
635 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
636 on target data/update constructs.
637
638 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
639
640 PR target/50928
641 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
642 (DEBUG_RELOAD): Removed define.
643 (m32c_limit_reload_class): Enable traces with if DEBUG0.
644 (m32c_function_arg): Added a type cast.
645 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
646 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
647 * config/m32c/bitops.md (andqi3_16): Likewise.
648 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
649 (push_a01_l): Likewise.
650
651 2015-01-23 David Malcolm <dmalcolm@redhat.com>
652
653 PR jit/64721
654 * main.c (main): Construct toplev instances with init_signals=true.
655 * toplev.c (general_init): Add param "init_signals", and use it to
656 conditionalize the calls to signal and host_hooks.extra_signals.
657 (toplev::toplev): Add param "init_signals".
658 (toplev::main): When invoking general_init, pass m_init_signals
659 to control whether signal-handlers are installed.
660 * toplev.h (toplev::toplev): Add param "init_signals".
661 (toplev::m_init_signals): New field.
662
663 2015-01-23 David Malcolm <dmalcolm@redhat.com>
664
665 PR jit/64722
666 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
667 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
668 latter may be affected by the former (e.g. on i686).
669
670 2015-01-23 Martin Liska <mliska@suse.cz>
671
672 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
673 false positive during profiledbootstrap.
674
675 2015-01-23 Tom de Vries <tom@codesourcery.com>
676
677 PR libgomp/64672
678 * lto-opts.c (lto_write_options): Output non-explicit conservative
679 -fno-openacc.
680 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
681 (append_compiler_options): Pass -fopenacc through.
682
683 2015-01-23 Tom de Vries <tom@codesourcery.com>
684
685 PR libgomp/64707
686 * lto-opts.c (lto_write_options): Output non-explicit conservative
687 -fno-openmp.
688 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
689 (append_compiler_options): Pass -fopenmp through.
690
691 2015-01-23 Jakub Jelinek <jakub@redhat.com>
692
693 PR debug/64511
694 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
695 GTY markup.
696
697 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
698 * diagnostic.def (DK_ICE_NOBT): New kind.
699 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
700 like DK_ICE, but never print backtrace.
701 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
702 (internal_error_no_backtrace): New function.
703 * gcc.c (execute): Use internal_error_no_backtrace instead of
704 internal_error.
705
706 2015-01-22 Jeff Law <law@redhat.com>
707
708 PR target/52076
709 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
710 improve code density for small immediate to memory case.
711 (insv): Better handle bitfield assignments when the field is
712 being set to all ones.
713 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
714 operand predicate.
715
716 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
717 Jakub Jelinek <jakub@redhat.com>
718
719 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
720 for !TARGET_LIBC_PROVIDES_SSP version and
721 -fstack-protector-{all,strong,explicit} otherwise.
722 * config/freebsd.h (LINK_SSP_SPEC): Handle
723 -fstack-protector-{strong,explicit}.
724
725 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
726 H.J. Lu <hongjiu.lu@intel.com>
727
728 PR ipa/64694
729 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
730 heap.
731
732 2015-01-22 Wei Mi <wmi@google.com>
733
734 PR rtl-optimization/64557
735 * dse.c (record_store): Call get_addr for mem_addr.
736 (check_mem_read_rtx): Likewise.
737
738 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
739
740 * fold-const.c (const_binop): Add early return for non-tcc_binary.
741
742 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
743
744 * toplev.c (init_local_tick): Process the failure when read
745 fails for random_seed.
746
747 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
748 'pretty_name' to avoid memory overflow.
749
750 2015-01-22 Richard Biener <rguenther@suse.de>
751
752 PR middle-end/64728
753 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
754 abnormal coalescing on undefined SSA names.
755
756 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
757
758 PR target/64688
759 PR target/64477
760 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
761 for alternative 3.
762 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
763
764 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
765
766 PR middle-end/63325
767 * fold-const.c (fold_checksum_tree): Don't include value of
768 expr->decl_with_vis.symtab_node in the checksum.
769
770 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
771
772 * config/s390/s390.md (atomic code attribute): Fix typo "ior" ->
773 "or".
774
775 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
776
777 PR driver/64690
778 * gcc.c (insert_comments): New function.
779 (try_generate_repro): Call it.
780 (append_text): Removed.
781
782 2015-01-22 Richard Biener <rguenther@suse.de>
783
784 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
785 with IL incompatible options. Properly honor user optimize
786 attributes.
787
788 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
789
790 PR rtl-optimization/64682
791 * combine.c (distribute_notes): When moving a death note for
792 a register that is set in the new I2, make sure to put it
793 before that new I2.
794
795 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
796
797 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
798 not TARGET_DEFAULT.
799
800 2015-01-21 Jakub Jelinek <jakub@redhat.com>
801
802 PR debug/64511
803 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
804 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
805 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
806
807 PR sanitizer/64706
808 * doc/invoke.texi (-fsanitize=vptr): Document.
809
810 PR rtl-optimization/62078
811 * dse.c: Include cfgcleanup.h.
812 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
813 anything call purge_all_dead_edges and cleanup_cfg at the end
814 of the pass.
815
816 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
817
818 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
819 edges.
820
821 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
822
823 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
824 decl attribute.
825
826 2015-01-21 David Sherwood <david.sherwood@arm.com>
827 Tejas Belagod <Tejas.Belagod@arm.com>
828
829 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
830 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
831 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
832 Removed.
833
834 2015-01-21 David Sherwood <david.sherwood@arm.com>
835 Tejas Belagod <Tejas.Belagod@arm.com>
836
837 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
838 (aarch64_reverse_mask): New decls.
839 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
840 (insn_count): New mode_attr.
841 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
842 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
843 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
844 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
845 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
846 (aarch64_simd_st4): New patterns.
847 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
848 (aarch64_reverse_mask): New functions.
849
850 2015-01-21 Richard Sandiford <richard.sandiford@arm.com>
851
852 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
853 Declare.
854 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
855 addressing modes for BE.
856 (aarch64_print_operand): Add 'R' specifier.
857 (aarch64_simd_disambiguate_copy): Delete.
858 (aarch64_simd_emit_reg_reg_move): New function.
859 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
860 in define_splits for structural moves.
861 (mov<mode>): Use less restrictive predicates.
862 (*aarch64_mov<mode>): Simplify and only allow for LE.
863 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
864
865 2015-01-21 Alan Hayward <alan.hayward@arm.com>
866
867 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
868
869 2015-01-21 Richard Henderson <rth@redhat.com>
870
871 PR target/64669
872 * ccmp.c (used_in_cond_stmt_p): Remove.
873 (expand_ccmp_expr): Don't use it.
874
875 2015-01-21 Nick Clifton <nickc@redhat.com>
876
877 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
878 PARALLELs.
879
880 2015-01-21 Richard Biener <rguenther@suse.de>
881
882 PR middle-end/64313
883 * tree-core.h (builtin_info, builtin_info_type): Turn from
884 an object with two arrays into an array of an object with
885 decl and two flags, implicit_p and declared_p.
886 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
887 set_builtin_decl, set_builtin_decl_implicit_p,
888 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
889 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
890 * builtins.c (builtin_info): Adjust.
891 * gimplify.c (gimplify_addr_expr): References to builtins
892 that have been declared by the user makes them eligible for
893 use by the compiler. Call set_builtin_decl_implicit_p on them.
894
895 2015-01-20 Jeff Law <law@redhat.com>
896
897 PR target/59946
898 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
899 allow pc-relative addresses in operand predicates or constraints.
900
901 2015-01-21 Bin Cheng <bin.cheng@arm.com>
902
903 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
904 neon on aarch32 processors for stringops.
905
906 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
907
908 PR ipa/63576
909 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
910
911 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
912
913 PR lto/45375
914 * ipa-inline.c: Include lto-streamer.h
915 (report_inline_failed_reason): Output source file differences and
916 flags on optimization/target node mismatch.
917 (can_inline_edge_p): Consider caller to be the outer inline function;
918 be less restrictive about matching opimize and optimize_size attributes.
919 (inline_account_function_p): Break out from ...
920 (inline_small_functions): ... here.
921 * ipa-inline-transform.c (clone_inlined_nodes): Use
922 inline_account_function_p.
923 (inline_call): Use optimize attribution; use inline_account_function_p.
924 (inline_transform): Use opt_for_fn.
925 * ipa-inline.h (inline_account_function_p): Declare.
926
927 2015-01-20 Jakub Jelinek <jakub@redhat.com>
928
929 PR debug/64663
930 * dwarf2out.c (decl_piece_node): Don't put bitsize into
931 mode if bitsize <= 0.
932 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
933 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
934 sizes and positions.
935
936 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
937
938 * config/nios2/nios2.c (nios2_asm_file_end): Implement
939 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
940 needed.
941 (TARGET_ASM_FILE_END): Define.
942
943 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
944
945 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
946 (struct tune_params): Use the enum.
947 * arm.c (arm_*_tune): Update.
948 (arm_option_override): Update.
949
950 2015-01-20 Richard Biener <rguenther@suse.de>
951
952 PR ipa/64684
953 * ipa-reference.c (add_static_var): Inline ...
954 (analyze_function): ... here after splitting out from ...
955 (is_proper_for_analysis): ... this.
956
957 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
958
959 PR target/64149
960 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
961 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
962 replace the conditional with it's true branch.
963 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
964 (arm_lra_p): Remove.
965
966 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
967
968 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
969
970 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
971
972 * config/tilegx/mul-tables.c: Move symtab.h include after
973 coretypes.h include.
974 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
975 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
976 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
977 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
978 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
979
980 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
981
982 PR bootstrap/64676
983 Revert:
984 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
985
986 PR rtl-optimization/64081
987 * loop-iv.c (def_pred_latch_p): New function.
988 (latch_dominating_def): Allow specific cases with non-single
989 definitions.
990 (iv_get_reaching_def): Likewise.
991 (check_complex_exit_p): New function.
992 (check_simple_exit): Use check_complex_exit_p to allow certain cases
993 with exits not executing on any iteration.
994
995 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
996
997 PR lto/45375
998 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
999 to set branch cost.
1000
1001 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
1002
1003 PR lto/45375
1004 * i386.c (gate): Check flag_expensive_optimizations and
1005 optimize_size.
1006 (ix86_option_override_internal): Drop optimize_size condition
1007 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
1008 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
1009 MASK_PREFER_AVX128.
1010 (ix86_avx256_split_vector_move_misalign,
1011 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
1012 * sse.md (all uses of TARGET_PREFER_AVX128): Add
1013 optimize_insn_for_speed_p check.
1014
1015 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
1016
1017 * config/mips/mips.h (FP_ASM_SPEC): New define.
1018 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
1019 instead.
1020
1021 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
1022
1023 PR target/53988
1024 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
1025 nullptr for insn when reaching the first insn.
1026 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
1027 (sh_insn_operands_modified_between_p): Add nullptr check.
1028 (sh_find_extending_set_of_reg): Fix log message. Don't accept
1029 sign extending mem load if the insn contains any UNSPEC or
1030 UNSPEC_VOLATILE.
1031
1032 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
1033
1034 * params.def (inline-unit-growth): Drop to 15%.
1035 * invoke.texi (inline-unit-growth): Document change.
1036
1037 2015-01-19 Martin Liska <mliska@suse.cz>
1038
1039 PR ipa/64668
1040 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
1041 function for second argument of OBJ_TYPE_REF.
1042
1043 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
1044
1045 PR ipa/64218
1046 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
1047 whether function is an alias.
1048
1049 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
1050
1051 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
1052 cases.
1053
1054 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
1055
1056 PR rtl-optimization/64671
1057 * lra-remat.c (operand_to_remat): Don't consider jump and call
1058 insns.
1059
1060 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
1061
1062 * config/rs6000/default64.h: Include rs6000-cpus.def.
1063 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
1064 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
1065 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
1066 and POWER8.
1067 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
1068 POWER8.
1069 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
1070 pseudo-op to specify assembler dialect.
1071
1072 2015-01-19 Martin Liska <mliska@suse.cz>
1073
1074 PR ipa/64664
1075 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
1076 Handle safe potentially removed nodes during filtering.
1077
1078 2015-01-19 Martin Liska <mliska@suse.cz>
1079
1080 * doc/extend.texi (no_icf): Add new attribute description.
1081 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
1082 where the pass attempts to merge a function with no_icf attribute.
1083
1084 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1085
1086 PR target/64532
1087 * doc/md.texi (ARM Options): Document register constraints.
1088
1089 2015-01-19 Jiong Wang <jiong.wang@arm.com>
1090 Andrew Pinski <apinski@cavium.com>
1091
1092 PR target/64304
1093 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
1094 (ashl<mode>3): Don't expand if operands[2] is not constant.
1095
1096 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1097
1098 PR target/64448
1099 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
1100 Match xor-and-xor RTL pattern.
1101
1102 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
1103
1104 PR rtl-optimization/64081
1105 * loop-iv.c (def_pred_latch_p): New function.
1106 (latch_dominating_def): Allow specific cases with non-single
1107 definitions.
1108 (iv_get_reaching_def): Likewise.
1109 (check_complex_exit_p): New function.
1110 (check_simple_exit): Use check_complex_exit_p to allow certain cases
1111 with exits not executing on any iteration.
1112
1113 2015-01-19 Jakub Jelinek <jakub@redhat.com>
1114
1115 * common.opt (fgraphite): Fix a typo.
1116
1117 2015-01-19 Felix Yang <felix.yang@huawei.com>
1118
1119 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
1120 pattern.
1121 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
1122 uminp, smax_nanp, smin_nanp): New builtins.
1123 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
1124 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
1125 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
1126 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
1127 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
1128 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
1129 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
1130 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
1131 vpminnms_f32): Rewrite using builtin functions.
1132
1133 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
1134
1135 PR libgomp/64625
1136 * omp-low.c (offload_symbol_decl): Remove variable.
1137 (get_offload_symbol_decl): Remove function.
1138 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
1139 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
1140 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
1141 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
1142 BUILT_IN_GOACC_UPDATE don't pass it at all.
1143
1144 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
1145
1146 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
1147 callers.
1148
1149 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
1150
1151 * ipa-chkp.c (chkp_produce_thunks): Add early param
1152 to split thunks production into two passes. Keep
1153 'always_inline' function bodies after the first pass.
1154 (pass_data_ipa_chkp_early_produce_thunks): New.
1155 (pass_ipa_chkp_early_produce_thunks): New.
1156 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
1157 chkp_produce_thunks signature.
1158 (make_pass_ipa_chkp_early_produce_thunks): New.
1159 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
1160 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
1161 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
1162
1163 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
1164
1165 * cgraph.c (cgraph_node::dump): Dump profile flags.
1166
1167 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
1168
1169 PR target/64652
1170 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
1171 reg appear first in the parallel.
1172
1173 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
1174
1175 * ipa-reference.c (set_reference_optimization_summary,
1176 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
1177 disabled.
1178 (ignore_module_statics): New static var.
1179 (propagate_bits): If ipa-reference is disabled, do not look into local
1180 properties.
1181 (analyze_function): Disable analysis when ipa_reference is disabled.
1182 (generate_summary): Do not dump when reference is disabled;
1183 collect vars accessed from functions with ipa-reference disabled.
1184 (get_read_write_all_from_node): When ipa-reference is disabled, use the
1185 node flags.
1186 (gate): Enable for LTO.
1187 (ignore_edge_p): New function.
1188 (propagate): Skip functions w/o ipa-reference analysis.
1189 * optc-save-gen.awk: Handle optimize_debug correctly.
1190 * opth-gen.awk: Likewise.
1191 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
1192 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
1193 fira-share-save-slots, fira-share-spill-slots,
1194 fmodulo-sched-allow-regmoves, fpartial-inlining,
1195 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
1196 ftracer, ftree-parallelize-loops, fassociative-math,
1197 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
1198 Optimization
1199 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
1200 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
1201 Optimization.
1202 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
1203 Fix for IPA.
1204
1205 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
1206
1207 PR ipa/64378
1208 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
1209 flag correctly.
1210 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
1211
1212 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
1213
1214 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
1215 Remove duplicate option listings.
1216
1217 2015-01-18 Felix Yang <felix.yang@huawei.com>
1218
1219 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
1220 (autofdo_source_profile::get_callsite_total_count,
1221 function_instance::get_function_instance_by_decl,
1222 string_table::get_index, string_table::get_index_by_decl,
1223 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
1224 Fix comment typos. Reformatting and minor code rearrangement.
1225
1226 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
1227
1228 * config/rs6000/rs6000.md (probe_stack): Delete.
1229 (probe_stack_address): New.
1230
1231 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
1232
1233 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
1234 to test for 32-bit ABIs, not !TARGET_POWERPC64.
1235
1236 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
1237
1238 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
1239 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
1240 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
1241 snafu.
1242 (rs6000_libcall_value): Use the new function.
1243
1244 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
1245
1246 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
1247
1248 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
1249
1250 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
1251 implement a more precise life analysis for it during backward scan.
1252
1253 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
1256
1257 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
1258
1259 PR rtl-optimization/52773
1260 * calls.c (emit_library_call_value): When pushing arguments use
1261 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
1262 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
1263 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
1264
1265 2015-01-17 Jeff Law <law@redhat.com>
1266
1267 PR rtl-optimization/32790
1268 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
1269 not ZERO_EXTEND in SET_DESTs.
1270
1271 2015-01-17 Alan Modra <amodra@gmail.com>
1272
1273 * cprop.c (do_local_cprop): Revert last change.
1274
1275 2015-01-16 DJ Delorie <dj@redhat.com>
1276 Nick Clifton <nickc@redhat.com>
1277
1278 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
1279 (addhi3_real): Likewise. Fix [HL+0] syntax.
1280 (subqi3_real): Likewise.
1281 (subhi3_real): Likewise.
1282 (cbranchqi4_real): Likewise. Allow saddr,#imm.
1283 (cbranchhi4_real): Likewise.
1284 (cbranchhi4_real_inverted): Likewise.
1285 (cbranchsi4_real_lt): Likewise.
1286 (cbranchsi4_real_ge): Likewise.
1287 (cbranchsi4_real_ge): Likewise.
1288 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
1289 (sub<mode>3_virt): Likewise.
1290 (cbranchqi4_virt): Likewise.
1291 (cbranchhi4_virt): Likewise.
1292 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
1293 always use '[reg+imm]' even when imm is zero.
1294 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
1295 (rl78_general_operand): New.
1296 (rl78_nonimmediate_operand): New.
1297 (rl78_nonfar_operand): Use them.
1298 (rl78_nonfar_nonimm_operand): Likewise.
1299 (rl78_stack_based_mem): Fix.
1300 * config/rl78/constraints.md (Ibqi): New.
1301 (IBqi): New.
1302 (Wsa): New.
1303 (Wsf): New.
1304 (Cs1): Fix.
1305 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
1306 (iorqi3): Likewise.
1307 (xorqi3): Likewise.
1308 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
1309
1310 * config/rl78/constrains (Qs8): New constraint.
1311 * config/rl78/rl78.c (rl78_flags_already_set): New function.
1312 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
1313 * config/rl78/rl78-real.md (update_Z): New attribute.
1314 Update patterns to set it.
1315 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
1316 shorter compare and branch sequence can be used.
1317 (cbranchhi4_real): Likewise.
1318 (cbranchhi4_real_inverted): Likewise.
1319
1320 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
1321 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
1322 address space.
1323 * config/rl78/rl78.c (rl78_get_name_encoding): New.
1324 (rl78_option_override): Allow -mes0 only if C.
1325 (characterize_address): Support subregs of symbol_refs.
1326 (rl78_addr_space_address_mode): Move. Add __near.
1327 (rl78_far_p): Likewise.
1328 (rl78_addr_space_pointer_mode): Likewise.
1329 (rl78_as_legitimate_address): Likewise.
1330 (rl78_addr_space_subset_p): Likewise.
1331 (rl78_addr_space_convert): Likewise.
1332 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
1333 symbols with -mes0.
1334 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
1335 addressing.
1336 (rl78_alloc_physical_registers_op1): Change logic to prefer
1337 symbol[BC] addressing.
1338 (frodata_section): New.
1339 (rl78_asm_init_sections): Initialize it.
1340 (rl78_select_section): Put __far readonly symbols in .frodata.
1341 (rl78_make_type_far): New.
1342 (rl78_insert_attributes): Force all readonly symbols to be
1343 __far when -mes0.
1344 (rl78_asm_out_integer): New.
1345 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
1346 * config/rl78/rl78.opt (-mes0): New.
1347
1348 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
1349 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
1350 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
1351 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
1352 (rl78_saddr_p): New.
1353 (rl78_output_aligned_common): New.
1354 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
1355 (rl78_handle_saddr_attribute): New.
1356 (rl78_handle_naked_attribute): New.
1357 (rl78_attribute_table): Add saddr.
1358 (rl78_print_operand_1): Don't print '!' on saddr operands.
1359 (rl78_print_operand_1): Strip encodings.
1360 (rl78_sfr_p): New.
1361 (rl78_strip_name_encoding): New.
1362 (rl78_attrlist_to_encoding): New.
1363 (rl78_encode_section_info): New.
1364 (rl78_asm_init_sections): New.
1365 (rl78_select_section): New.
1366 (rl78_output_labelref): New.
1367 (rl78_output_aligned_common): New.
1368 (rl78_asm_out_integer): New.
1369 (rl78_asm_ctor_dtor): New.
1370 (rl78_asm_constructor): New.
1371 (rl78_asm_destructor): New.
1372
1373 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
1374 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
1375 (transcode_memory_rtx): Update.
1376 (rl78_expand_epilogue): Use A_REG instead of 0.
1377
1378 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1379
1380 * config/arm/arm-protos.h (struct tune_params): New field
1381 sched_autopref_queue_depth.
1382 * config/arm/arm.c (sched-int.h): Include header.
1383 (arm_first_cycle_multipass_dfa_lookahead_guard,)
1384 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
1385 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
1386 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
1387 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
1388 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
1389 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
1390 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
1391 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
1392 * config/arm/t-arm (arm.o): Update.
1393 * haifa-sched.c (update_insn_after_change): Update.
1394 (rank_for_schedule): Use auto-prefetcher model, if requested.
1395 (autopref_multipass_init): New static function.
1396 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
1397 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
1398 variable for debug dumps.
1399 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
1400 (autopref_multipass_dfa_lookahead_guard): New global function that
1401 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
1402 (init_h_i_d): Update.
1403 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
1404 * sched-int.h (enum autopref_multipass_data_status): New const enum.
1405 (autopref_multipass_data_): Structure for auto-prefetcher data.
1406 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
1407 (struct _haifa_insn_data:autopref_multipass_data): New field.
1408 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
1409 (autopref_multipass_dfa_lookahead_guard): Declare.
1410
1411 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1412
1413 * rtlanal.c (get_base_term): Handle SCRATCH.
1414
1415 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1416
1417 * config/aarch64/aarch64.c
1418 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
1419 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
1420 * config/arm/arm.c
1421 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
1422 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
1423
1424 2015-01-17 Alan Modra <amodra@gmail.com>
1425
1426 * cprop.c (do_local_cprop): Disallow replacement of fixed
1427 hard registers.
1428
1429 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1430
1431 PR target/62066
1432 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
1433 early return 0.
1434
1435 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1436
1437 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
1438 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
1439
1440 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1441
1442 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
1443 * config/arm/thumb1.md: ... Here.
1444
1445 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
1446
1447 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
1448 TImode for TARGET_32BIT.
1449
1450 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
1451
1452 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
1453 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
1454 as ...
1455 (rs6000_abi_word_mode): New function.
1456
1457 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
1458
1459 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
1460 instead of UNITS_PER_WORD to describe the size of stack slots.
1461
1462 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
1463
1464 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
1465 as rs6000_promote_function_mode. Move comment to there.
1466 (rs6000_promote_function_mode): New function.
1467
1468 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
1469
1470 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
1471 -mpowerpc64 is active.
1472
1473 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
1474
1475 PR middle-end/64353
1476 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
1477 virtuals on start.
1478
1479 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
1480
1481 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
1482 introduced in revision 219724.
1483
1484 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1485 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1486
1487 PR target/64263
1488 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
1489 destination is not a GP reg.
1490 (*movdi_aarch64): Likewise.
1491
1492 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
1493
1494 PR target/64623
1495 * config/rs6000/default64.h: Revert ISA change.
1496
1497 2015-01-16 Richard Biener <rguenther@suse.de>
1498
1499 PR middle-end/64614
1500 * tree-ssa-uninit.c: Include tree-cfg.h.
1501 (MAX_SWITCH_CASES): New define.
1502 (convert_control_dep_chain_into_preds): Handle switch statements.
1503 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
1504 (normalize_one_pred_1): Do not split bit-manipulations.
1505 Record (x & CST).
1506
1507 2015-01-16 Richard Biener <rguenther@suse.de>
1508
1509 PR tree-optimization/64568
1510 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
1511 complex load rewriting for TARGET_MEM_REFs.
1512
1513 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
1514
1515 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
1516
1517 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
1518
1519 PR target/64149
1520 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
1521 variable.
1522 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
1523 (aarch64_lra_p): Remove.
1524
1525 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
1526
1527 PR target/64363
1528 * ipa-chkp.h (chkp_instrumentable_p): New.
1529 * ipa-chkp.c: Include tree-inline.h.
1530 (chkp_instrumentable_p): New.
1531 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
1532 Fix processing of not instrumentable functions.
1533 (chkp_versioning): Use chkp_instrumentable_p. Warn about
1534 not instrumentable functions.
1535 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
1536 chkp_instrumentable_p.
1537 * tree-inline.h (copy_forbidden): New.
1538 * tree-inline.c (copy_forbidden): Not static anymore.
1539
1540 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1541
1542 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
1543 ptr1, ptr2 unused.
1544
1545 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
1546
1547 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
1548 type OP_OUT to OP_INOUT.
1549
1550 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
1551
1552 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
1553 (high x) y) to y if x and y have the same base.
1554
1555 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
1556
1557 * config/arm/cortex-a57.md: New.
1558 * config/aarch64/aarch64.md: Include it.
1559 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
1560 * config/aarch64/aarch64-tune.md: Regenerate.
1561
1562 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
1563
1564 PR target/64015
1565 * ccmp.c (expand_ccmp_next): New function.
1566 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
1567 and compare insn sequence.
1568 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
1569 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
1570 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
1571 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
1572 (*ccmp_ior): Changed to ccmp_ior<mode>.
1573 (cmp<mode>): New pattern.
1574 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
1575 parameters.
1576 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
1577
1578 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
1579
1580 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
1581 _mm256_bsrli_epi128): New.
1582 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
1583
1584 2015-01-15 Jiong Wang <jiong.wang@arm.com>
1585
1586 * expmed.c (store_bit_field_using_insv): Improve warning message.
1587 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
1588
1589 2015-01-15 Jiong Wang <jiong.wang@arm.com>
1590
1591 PR rtl-optimization/64011
1592 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
1593 there is partial overflow.
1594
1595 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
1596
1597 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
1598 prototype.
1599 (nds32_expand_epilogue_v3pop): Likewise.
1600 * config/nds32/nds32.md (sibcall): Define this for sibling call
1601 optimization.
1602 (sibcall_register): Likewise.
1603 (sibcall_immediate): Likewise.
1604 (sibcall_value): Likewise.
1605 (sibcall_value_register): Likewise.
1606 (sibcall_value_immediate): Likewise.
1607 (sibcall_epilogue): Likewise.
1608 (epilogue): Pass false to indicate this is not a sibcall epilogue.
1609 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
1610 (nds32_expand_epilogue_v3pop): Likewise.
1611
1612 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
1613
1614 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
1615 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
1616 (return_internal): New.
1617 (return): Define this named pattern.
1618 (simple_return): Define this named pattern.
1619 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
1620 pattern instead of unspec_volatile_func_return.
1621 (nds32_expand_epilogue_v3pop): Likewise.
1622 (nds32_can_use_return_insn): New function.
1623
1624 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
1625
1626 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
1627 * config/nds32/nds32.md (pop25return): New.
1628 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
1629 pop25return pattern.
1630
1631 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
1632
1633 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
1634 -mforbid-fp-as-gp, and -mex9 options.
1635
1636 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
1637
1638 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
1639 remove -mgp-direct option.
1640
1641 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
1642
1643 * doc/invoke.texi (--param early-inlining-insns): Update default value.
1644 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
1645
1646 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
1647
1648 * ipa-inline.c (inline_small_functions): Work around hints
1649 cache issue.
1650
1651 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
1652
1653 PR target/59710
1654 * doc/invoke.texi (Option Summary): Document new Nios II
1655 -mgpopt= syntax.
1656 (Nios II Options): Likewise.
1657 * config/nios2/nios2.opt: Add -mgpopt= option support.
1658 Modify existing -mgpopt and -mno-gpopt options to be aliases.
1659 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
1660 * config/nios2/nios2.c (nios2_option_override): Adjust
1661 -mgpopt defaulting.
1662 (nios2_in_small_data_p): Return true for explicit small data
1663 sections even with -G0.
1664 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
1665 option choices.
1666
1667 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
1668
1669 PR ipa/64612
1670 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
1671 of comdat locals.
1672 (inline_call): Fix removal of aliases.
1673
1674 2015-01-15 Jakub Jelinek <jakub@redhat.com>
1675
1676 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
1677 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
1678 * opts.c (common_handle_option): Add -fsanitize=vptr.
1679 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
1680 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
1681 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
1682 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
1683 (ubsan_expand_vptr_ifn): New prototype.
1684 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
1685 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
1686 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
1687 expand_LOOP_VECTORIZED): Make argument nameless, remove
1688 ATTRIBUTE_UNUSED.
1689 (expand_UBSAN_VPTR): New function.
1690 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
1691 in fn spec.
1692 (UBSAN_VPTR): New internal function.
1693 * sanopt.c (tree_map_traits): Renamed to ...
1694 (sanopt_tree_map_traits): ... this.
1695 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
1696 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
1697 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
1698 (maybe_optimize_ubsan_vptr_ifn): New function.
1699 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
1700 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
1701 -fsanitize=vptr.
1702 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
1703 internal calls like pure functions for aliasing, even when they
1704 have other side-effects that prevent making them ECF_PURE.
1705 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
1706 (ubsan_expand_vptr_ifn): New function.
1707
1708 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
1709
1710 PR rtl-optimization/64110
1711 * stmt.c (parse_output_constraint): Process '^' and '$'.
1712 (parse_input_constraint): Ditto.
1713 * lra-constraints.c (process_alt_operands): Process the new
1714 constraints.
1715 * ira-costs.c (record_reg_classes): Process the new constraint
1716 '^'.
1717 * genoutput.c (indep_constraints): Add '^' and '$'.
1718 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
1719 * doc/md.texi: Add description of the new constraints.
1720
1721 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
1722 Bernd Schmidt <bernds@codesourcery.com>
1723 Cesar Philippidis <cesar@codesourcery.com>
1724 James Norris <jnorris@codesourcery.com>
1725 Tom de Vries <tom@codesourcery.com>
1726 Ilmir Usmanov <i.usmanov@samsung.com>
1727 Dmitry Bocharnikov <dmitry.b@samsung.com>
1728 Evgeny Gavrin <e.gavrin@samsung.com>
1729 Jakub Jelinek <jakub@redhat.com>
1730
1731 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
1732 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
1733 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
1734 New function types.
1735 * builtins.c: Include "gomp-constants.h".
1736 (expand_builtin_acc_on_device): New function.
1737 (expand_builtin, is_inexpensive_builtin): Handle
1738 BUILT_IN_ACC_ON_DEVICE.
1739 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
1740 New macros.
1741 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
1742 flag_openmp.
1743 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
1744 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
1745 i386/intelmic-offload.h.
1746 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
1747 to libgomp and its dependencies.
1748 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
1749 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
1750 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
1751 * config/ia64/hpux.h (LIB_SPEC): Likewise.
1752 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
1753 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
1754 * doc/generic.texi: Update for OpenACC changes.
1755 * doc/gimple.texi: Likewise.
1756 * doc/invoke.texi: Likewise.
1757 * doc/sourcebuild.texi: Likewise.
1758 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
1759 GF_OMP_FOR_KIND_OACC_LOOP.
1760 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
1761 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
1762 GF_OMP_TARGET_KIND_OACC_UPDATE,
1763 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
1764 Dump more data.
1765 * gimple.c: Update comments for OpenACC changes.
1766 * gimple.def: Likewise.
1767 * gimple.h: Likewise.
1768 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
1769 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
1770 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
1771 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
1772 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
1773 appropriate place.
1774 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
1775 * gimplify.c: Include "gomp-constants.h".
1776 Update comments for OpenACC changes.
1777 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
1778 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
1779 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
1780 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
1781 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
1782 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
1783 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
1784 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
1785 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
1786 OMP_CLAUSE_SEQ.
1787 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
1788 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
1789 OMP_CLAUSE_SET_MAP_KIND.
1790 (gimplify_oacc_cache): New function.
1791 (gimplify_omp_for): Handle OACC_LOOP.
1792 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
1793 OACC_DATA.
1794 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
1795 OACC_EXIT_DATA, OACC_UPDATE.
1796 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
1797 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
1798 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
1799 (gimplify_body): Consider flag_openacc next to flag_openmp.
1800 * lto-streamer-out.c: Include "gomp-constants.h".
1801 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
1802 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
1803 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
1804 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
1805 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
1806 (BUILT_IN_ACC_ON_DEVICE): New builtins.
1807 * omp-low.c: Include "gomp-constants.h".
1808 Update comments for OpenACC changes.
1809 (struct omp_context): Add reduction_map, gwv_below, gwv_this
1810 members.
1811 (extract_omp_for_data, use_pointer_for_field, install_var_field)
1812 (new_omp_context, delete_omp_context, scan_sharing_clauses)
1813 (create_omp_child_function, scan_omp_for, scan_omp_target)
1814 (check_omp_nesting_restrictions, lower_reduction_clauses)
1815 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
1816 Update for OpenACC changes.
1817 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
1818 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
1819 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
1820 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
1821 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
1822 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
1823 OMP_CLAUSE_MAP_*.
1824 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
1825 Handle GF_OMP_FOR_KIND_OACC_LOOP.
1826 (expand_omp_target, lower_omp_target): Handle
1827 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
1828 GF_OMP_TARGET_KIND_OACC_UPDATE,
1829 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
1830 GF_OMP_TARGET_KIND_OACC_DATA.
1831 (pass_expand_omp::execute, execute_lower_omp)
1832 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
1833 flag_openmp.
1834 (offload_symbol_decl): New variable.
1835 (oacc_get_reduction_array_id, oacc_max_threads)
1836 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
1837 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
1838 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
1839 (oacc_gimple_assign, oacc_initialize_reduction_data)
1840 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
1841 functions.
1842 (is_targetreg_ctx): Remove function.
1843 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
1844 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
1845 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
1846 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
1847 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
1848 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
1849 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
1850 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
1851 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
1852 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
1853 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
1854 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
1855 * tree-core.h: Update comments for OpenACC changes.
1856 (enum omp_clause_map_kind): Remove.
1857 (struct tree_omp_clause): Change type of map_kind member from enum
1858 omp_clause_map_kind to unsigned char.
1859 * tree-inline.c: Update comments for OpenACC changes.
1860 * tree-nested.c: Likewise. Include "gomp-constants.h".
1861 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
1862 (convert_tramp_reference_stmt, convert_gimple_call): Update for
1863 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
1864 OMP_CLAUSE_SET_MAP_KIND.
1865 * tree-pretty-print.c: Include "gomp-constants.h".
1866 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
1867 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
1868 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
1869 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
1870 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
1871 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
1872 instead of OMP_CLAUSE_MAP_*.
1873 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
1874 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
1875 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
1876 * tree-streamer-in.c: Include "gomp-constants.h".
1877 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
1878 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
1879 * tree-streamer-out.c: Include "gomp-constants.h".
1880 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
1881 OMP_CLAUSE_MAP_*.
1882 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
1883 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
1884 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
1885 * tree.c (omp_clause_num_ops): Update accordingly.
1886 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
1887 Likewise.
1888 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
1889 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
1890 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
1891 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
1892 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
1893 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
1894 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
1895 (OMP_CLAUSE_SET_MAP_KIND): New macro.
1896 * varpool.c (varpool_node::get_create): Consider flag_openacc next
1897 to flag_openmp.
1898 * config/i386/intelmic-offload.h: New file.
1899 * config/nvptx/offload.h: Likewise.
1900
1901 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1902
1903 * explow.h: Remove duplicate contents.
1904 * dojump.h: Likewise.
1905
1906 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
1907
1908 * arm.c (arm_xgene_tune): Add default initializer for instruction
1909 fusion.
1910
1911 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
1912
1913 PR ipa/64068
1914 PR ipa/64559
1915 * ipa.c (symbol_table::remove_unreachable_nodes):
1916 Do not put abstract origins into boundary.
1917
1918 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
1919
1920 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
1921 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
1922
1923 2015-01-15 Steve Ellcey <sellcey@mips.com>
1924
1925 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
1926 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
1927 builtins.def, and chkp-builtins.def.
1928
1929 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
1930
1931 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
1932 ISA 2.7 (POWER8).
1933
1934 2015-01-15 Richard Biener <rguenther@suse.de>
1935
1936 PR tree-optimization/61743
1937 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
1938 information on PHIs for some simple cases.
1939
1940 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1941
1942 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
1943 Include xgene1.md.
1944 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
1945 * config/arm/arm-cores.def (xgene1): New entry.
1946 * config/arm/arm-tables.opt: Regenerate.
1947 * config/arm/arm-tune.md: Regenerate.
1948 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
1949
1950 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
1951
1952 * tree-if-conv.c: Include hash-map.h.
1953 (aggressive_if_conv): New variable.
1954 (fold_build_cond_expr): Add simplification of non-zero condition.
1955 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
1956 destination block is not always executed.
1957 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
1958 than two predecessors if AGGRESSIVE_IF_CONV is true.
1959 (if_convertible_stmt_p): Fix commentary.
1960 (all_preds_critical_p): New function.
1961 (has_pred_critical_p): New function.
1962 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
1963 BB can have more than two predecessors and all incoming edges can be
1964 critical.
1965 (predicate_bbs): Skip predication for loop exit block, use build2_loc
1966 to compute predicate for true edge.
1967 (find_phi_replacement_condition): Delete this function.
1968 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
1969 Allow interchange PHI arguments if EXTENDED is false.
1970 Change check that block containing reduction statement candidate
1971 is predecessor of phi-block since phi may have more than two arguments.
1972 (phi_args_hash_traits): New helper structure.
1973 (struct phi_args_hash_traits): New type.
1974 (phi_args_hash_traits::hash): New function.
1975 (phi_args_hash_traits::equal_keys): New function.
1976 (gen_phi_arg_condition): New function.
1977 (predicate_scalar_phi): Add handling of phi nodes with more than two
1978 arguments, delete COND and TRUE_BB arguments, insert body of
1979 find_phi_replacement_condition to predicate ordinary phi nodes.
1980 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
1981 delete call of find_phi_replacement_condition and invoke
1982 predicate_scalar_phi with two arguments.
1983 (insert_gimplified_predicates): Add assert that non-predicated block
1984 don't have statements to insert.
1985 (ifcvt_split_critical_edges): New function.
1986 (ifcvt_split_def_stmt): Likewise.
1987 (ifcvt_walk_pattern_tree): Likewise.
1988 (stmt_is_root_of_bool_pattern): Likewise.
1989 (ifcvt_repair_bool_pattern): Likewise.
1990 (ifcvt_local_dce): Likewise.
1991 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
1992 is copy of inner or outer loop force_vectorize field, invoke
1993 ifcvt_split_critical_edges, ifcvt_local_dce and
1994 ifcvt_repair_bool_pattern for aggressive if-conversion.
1995
1996 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1997
1998 * config/aarch64/aarch64.md: Include xgene1.md.
1999 * config/aarch64/xgene1.md: New file.
2000
2001 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2002
2003 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
2004 xgene1 (APM XGene-1) core definition.
2005 * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
2006 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
2007 * doc/invoke.texi: Document -mcpu=xgene1.
2008
2009 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2010
2011 * dojump.h: New header file.
2012 * explow.h: Likewise.
2013 * expr.h: Remove includes.
2014 Move expmed.c prototypes to expmed.h.
2015 Move dojump.c prototypes to dojump.h.
2016 Move alias.c prototypes to alias.h.
2017 Move explow.c prototypes to explow.h.
2018 Move calls.c prototypes to calls.h.
2019 Move emit-rtl.c prototypes to emit-rtl.h.
2020 Move varasm.c prototypes to varasm.h.
2021 Move stmt.c prototypes to stmt.h.
2022 (saved_pending_stack_adjust): Move to dojump.h.
2023 (adjust_address): Move to explow.h.
2024 (adjust_address_nv): Move to emit-rtl.h.
2025 (adjust_bitfield_address): Likewise.
2026 (adjust_bitfield_address_size): Likewise.
2027 (adjust_bitfield_address_nv): Likewise.
2028 (adjust_automodify_address_nv): Likewise.
2029 * explow.c (expr_size): Move to expr.c.
2030 (int_expr_size): Likewise.
2031 (tree_expr_size): Likewise.
2032 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2033 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
2034 * genemit.c (main): Generate includes statistics.h, real.h,
2035 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
2036 stmt.h.
2037 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
2038 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
2039 explow.h, emit-rtl.h, stmt.h.
2040 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
2041 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
2042 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
2043 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
2044 emit-rtl.h, varasm.h, stmt.h.
2045 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
2046 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
2047 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
2048 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
2049 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
2050 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
2051 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
2052 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
2053 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
2054 tm.h tree.h varasm.h vec.h wide-int.h.
2055 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
2056 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
2057 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
2058 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
2059 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
2060 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
2061 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
2062 * loop-iv.c: Likewise.
2063 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
2064 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
2065 statistics.h stmt.h tree.h varasm.h wide-int.h.
2066 * lra-constraints.c: Likewise.
2067 * lra-eliminations.c: Likewise.
2068 * lra-lives.c: Likewise.
2069 * lra-remat.c: Likewise.
2070 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
2071 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
2072 statistics.h stmt.h tree.h varasm.h wide-int.h.
2073 * hw-doloop.c: Likewise.
2074 * ira-color.c: Likewise.
2075 * ira-emit.c: Likewise.
2076 * loop-doloop.c: Likewise.
2077 * loop-invariant.c: Likewise.
2078 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
2079 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
2080 statistics.h stmt.h tree.h varasm.h wide-int.h.
2081 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
2082 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
2083 statistics.h stmt.h tree.h varasm.h wide-int.h.
2084 * combine-stack-adj.c: Likewise.
2085 * cse.c: Likewise.
2086 * ddg.c: Likewise.
2087 * ifcvt.c: Likewise.
2088 * ira-costs.c: Likewise.
2089 * jump.c: Likewise.
2090 * lra-coalesce.c: Likewise.
2091 * lra-spills.c: Likewise.
2092 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
2093 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
2094 stmt.h varasm.h wide-int.h.
2095 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
2096 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
2097 varasm.h.
2098 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
2099 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
2100 statistics.h stmt.h varasm.h wide-int.h.
2101 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
2102 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
2103 varasm.h wide-int.h.
2104 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
2105 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
2106 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
2107 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
2108 statistics.h stmt.h.
2109 * config/tilepro/tilepro.c: Likewise.
2110 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
2111 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
2112 * config/pdp11/pdp11.c: Likewise.
2113 * config/xtensa/xtensa.c: Likewise.
2114 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
2115 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
2116 varasm.h.
2117 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2118 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
2119 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
2120 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2121 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
2122 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
2123 * rtl-chkp.c: Likewise.
2124 * tree-chkp-opt.c: Likewise.
2125 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
2126 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
2127 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
2128 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2129 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
2130 statistics.h stmt.h.
2131 * tree-vect-data-refs.c: Likewise.
2132 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
2133 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
2134 rtl.h statistics.h stmt.h varasm.h.
2135 * internal-fn.c: Likewise.
2136 * ipa-icf-gimple.c: Likewise.
2137 * lto-section-out.c: Likewise.
2138 * tree-data-ref.c: Likewise.
2139 * tree-nested.c: Likewise.
2140 * tree-outof-ssa.c: Likewise.
2141 * tree-predcom.c: Likewise.
2142 * tree-pretty-print.c: Likewise.
2143 * tree-scalar-evolution.c: Likewise.
2144 * tree-ssa-strlen.c: Likewise.
2145 * tree-vect-loop.c: Likewise.
2146 * tree-vect-patterns.c: Likewise.
2147 * tree-vect-slp.c: Likewise.
2148 * tree-vect-stmts.c: Likewise.
2149 * tsan.c: Likewise.
2150 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2151 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
2152 stmt.h.
2153 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
2154 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
2155 statistics.h stmt.h varasm.h.
2156 * loop-unroll.c: Likewise.
2157 * ubsan.c: Likewise.
2158 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
2159 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
2160 stmt.h varasm.h.
2161 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2162 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
2163 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
2164 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
2165 statistics.h stmt.h.
2166 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
2167 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
2168 statistics.h stmt.h varasm.h.
2169 * gimple-match-head.c: Likewise.
2170 * lto-cgraph.c: Likewise.
2171 * lto-section-in.c: Likewise.
2172 * lto-streamer-in.c: Likewise.
2173 * lto-streamer-out.c: Likewise.
2174 * tree-affine.c: Likewise.
2175 * tree-cfg.c: Likewise.
2176 * tree-cfgcleanup.c: Likewise.
2177 * tree-if-conv.c: Likewise.
2178 * tree-into-ssa.c: Likewise.
2179 * tree-ssa-alias.c: Likewise.
2180 * tree-ssa-copyrename.c: Likewise.
2181 * tree-ssa-dse.c: Likewise.
2182 * tree-ssa-forwprop.c: Likewise.
2183 * tree-ssa-live.c: Likewise.
2184 * tree-ssa-math-opts.c: Likewise.
2185 * tree-ssa-pre.c: Likewise.
2186 * tree-ssa-sccvn.c: Likewise.
2187 * tree-tailcall.c: Likewise.
2188 * tree-vect-generic.c: Likewise.
2189 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2190 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
2191 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2192 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
2193 * varasm.c: Likewise.
2194 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2195 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
2196 varasm.h.
2197 * init-regs.c: Likewise.
2198 * ira.c: Likewise.
2199 * omp-low.c: Likewise.
2200 * stack-ptr-mod.c: Likewise.
2201 * tree-ssa-reassoc.c: Likewise.
2202 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2203 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
2204 varasm.h.
2205 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2206 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
2207 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2208 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
2209 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2210 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
2211 * tree-ssa-phiopt.c: Likewise.
2212 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2213 fixed-value.h hashtab.h real.h statistics.h stmt.h.
2214 * config/fr30/fr30.c: Likewise.
2215 * config/frv/frv.c: Likewise.
2216 * expr.c: Likewise.
2217 * final.c: Likewise.
2218 * optabs.c: Likewise.
2219 * passes.c: Likewise.
2220 * simplify-rtx.c: Likewise.
2221 * stmt.c: Likewise.
2222 * toplev.c: Likewise.
2223 * var-tracking.c: Likewise.
2224 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2225 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
2226 * lower-subreg.c: Likewise.
2227 * postreload-gcse.c: Likewise.
2228 * ree.c: Likewise.
2229 * reginfo.c: Likewise.
2230 * store-motion.c: Likewise.
2231 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2232 fixed-value.h hashtab.h real.h stmt.h varasm.h.
2233 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2234 fixed-value.h hashtab.h statistics.h stmt.h.
2235 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2236 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
2237 * except.c: Likewise.
2238 * explow.c: Likewise.
2239 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2240 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
2241 varasm.h.
2242 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2243 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
2244 * tree-ssa-structalias.c: Likewise.
2245 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2246 fixed-value.h insn-config.h real.h statistics.h.
2247 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2248 fixed-value.h insn-config.h real.h statistics.h stmt.h.
2249 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2250 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
2251 * cfgbuild.c: Likewise.
2252 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2253 fixed-value.h real.h rtl.h statistics.h stmt.h.
2254 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2255 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
2256 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2257 fixed-value.h real.h statistics.h stmt.h.
2258 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
2259 fixed-value.h real.h statistics.h stmt.h varasm.h.
2260 * cprop.c: Likewise.
2261 * modulo-sched.c: Likewise.
2262 * postreload.c: Likewise.
2263 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
2264 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
2265 statistics.h stmt.h varasm.h.
2266 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
2267 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
2268 rtl.h statistics.h stmt.h varasm.h.
2269 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
2270 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
2271 varasm.h.
2272 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
2273 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
2274 varasm.h.
2275 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
2276 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
2277 varasm.h.
2278 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
2279 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
2280 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
2281 function.h real.h statistics.h stmt.h varasm.h.
2282 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
2283 insn-config.h real.h statistics.h stmt.h.
2284 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
2285 statistics.h stmt.h.
2286 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
2287 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
2288 statistics.h stmt.h varasm.h.
2289 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
2290 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
2291 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
2292 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
2293 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
2294 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
2295 statistics.h stmt.h varasm.h.
2296 * ipa-polymorphic-call.c: Likewise.
2297 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
2298 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
2299 statistics.h stmt.h.
2300 * config/c6x/c6x.c: Likewise.
2301 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
2302 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
2303 statistics.h stmt.h varasm.h.
2304 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
2305 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
2306 stmt.h varasm.h.
2307 * ipa-split.c: Likewise.
2308 * tree-eh.c: Likewise.
2309 * tree-ssa-dce.c: Likewise.
2310 * tree-ssa-loop-niter.c: Likewise.
2311 * tree-vrp.c: Likewise.
2312 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
2313 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
2314 stmt.h.
2315 * config/nds32/nds32-fp-as-gp.c: Likewise.
2316 * config/nds32/nds32-intrinsic.c: Likewise.
2317 * config/nds32/nds32-isr.c: Likewise.
2318 * config/nds32/nds32-md-auxiliary.c: Likewise.
2319 * config/nds32/nds32-memory-manipulation.c: Likewise.
2320 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
2321 * config/nds32/nds32-predicates.c: Likewise.
2322 * config/nds32/nds32.c: Likewise.
2323 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
2324 fixed-value.h hashtab.h real.h statistics.h.
2325 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
2326 fixed-value.h hashtab.h real.h statistics.h stmt.h.
2327 * config/arm/arm.c: Likewise.
2328 * config/avr/avr.c: Likewise.
2329 * config/bfin/bfin.c: Likewise.
2330 * config/h8300/h8300.c: Likewise.
2331 * config/i386/i386.c: Likewise.
2332 * config/ia64/ia64.c: Likewise.
2333 * config/iq2000/iq2000.c: Likewise.
2334 * config/m32c/m32c.c: Likewise.
2335 * config/m32r/m32r.c: Likewise.
2336 * config/m68k/m68k.c: Likewise.
2337 * config/mcore/mcore.c: Likewise.
2338 * config/mep/mep.c: Likewise.
2339 * config/mips/mips.c: Likewise.
2340 * config/mn10300/mn10300.c: Likewise.
2341 * config/moxie/moxie.c: Likewise.
2342 * config/pa/pa.c: Likewise.
2343 * config/rl78/rl78.c: Likewise.
2344 * config/rx/rx.c: Likewise.
2345 * config/s390/s390.c: Likewise.
2346 * config/sh/sh.c: Likewise.
2347 * config/sparc/sparc.c: Likewise.
2348 * config/spu/spu.c: Likewise.
2349 * config/stormy16/stormy16.c: Likewise.
2350 * config/v850/v850.c: Likewise.
2351 * config/vax/vax.c: Likewise.
2352 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
2353 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
2354 * config/msp430/msp430.c: Likewise.
2355 * predict.c: Likewise.
2356 * value-prof.c: Likewise.
2357 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
2358 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
2359 * config/microblaze/microblaze.c: Likewise.
2360 * config/nios2/nios2.c: Likewise.
2361 * config/rs6000/rs6000.c: Likewise.
2362 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
2363 insn-config.h real.h rtl.h statistics.h stmt.h.
2364 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
2365 insn-config.h real.h statistics.h stmt.h.
2366 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
2367 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
2368 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
2369 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
2370 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
2371 fixed-value.h real.h statistics.h stmt.h.
2372 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
2373 fixed-value.h statistics.h stmt.h.
2374 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
2375 stmt.h.
2376
2377 2015-01-15 Jakub Jelinek <jakub@redhat.com>
2378
2379 * gengtype.c (create_user_defined_type): Workaround
2380 -Wmaybe-uninitialized false positives.
2381 * cse.c (fold_rtx): Likewise.
2382 * loop-invariant.c (gain_for_invariant): Likewise.
2383
2384 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
2385
2386 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
2387 set the memory attributes in all cases but clear MEM_EXPR if need be.
2388
2389 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
2390
2391 PR tree-optimization/64434
2392 * cfgexpand.c (reorder_operands): New function.
2393 (expand_gimple_basic_block): Insert call of reorder_operands if
2394 optimized is true.
2395
2396 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
2397
2398 * config/mips/micromips.md (*swp): Remove explicit parallel.
2399 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
2400 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
2401 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
2402 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
2403 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
2404 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
2405 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
2406 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
2407 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
2408 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
2409 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
2410 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
2411 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
2412 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
2413 (mips_wrdsp): Likewise.
2414 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
2415 parallel.
2416 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
2417 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
2418 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
2419 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
2420 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
2421 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
2422 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
2423 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
2424 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
2425
2426 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
2427
2428 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
2429 (mips_print_operand): Support 'y' to print exact log2 in decimal
2430 of a const_int.
2431 * config/mips/mips.h (ISA_HAS_LSA): New define.
2432 (ISA_HAS_DLSA): Likewise.
2433 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
2434 * config/mips/predicates.md (const_immlsa_operand): New predicate.
2435
2436 2015-01-15 Martin Liska <mliska@suse.cz>
2437
2438 PR target/64377
2439 * optc-save-gen.awk: Add support for array types.
2440
2441 2015-01-15 Richard Biener <rguenther@suse.de>
2442
2443 PR middle-end/64365
2444 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
2445 for MEM_REF access functions with the same base can never partially
2446 overlap.
2447
2448 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
2449
2450 * common.opt: New option -fstack-protector-explicit.
2451 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
2452 (stack_protect_decl_phase): Handle stack_protect attribute for
2453 explicit stack protection requests.
2454 (expand_used_vars): Similarly.
2455 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
2456 * doc/extend.texi: Add documentation for "stack_protect" attribute.
2457 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
2458
2459 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
2460
2461 PR target/53988
2462 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
2463 reg-reg copies.
2464 (sh_extending_set_of_reg): New struct.
2465 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
2466 sh_remove_reg_dead_or_unused_notes): New Declarations.
2467 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
2468 sh_find_extending_set_of_reg, sh_split_tst_subregs,
2469 sh_extending_set_of_reg::use_as_extended_reg): New functions.
2470 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
2471 convert to insn_and_split and use new function sh_split_tst_subregs.
2472
2473 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
2474
2475 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
2476 option.
2477 (Optimization Options): Move -fuse-ld documentation to...
2478 (Link Options): ...here.
2479
2480 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
2481
2482 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
2483 offsets.
2484 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
2485 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
2486 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
2487 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
2488 instead of ZR for the memory operand of LL/SC.
2489 (compare_and_swap_12, sync_add<mode>): Likewise.
2490 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
2491 (sync_new_<optab>_12, sync_nand_12): Likewise.
2492 (sync_old_nand_12, sync_new_nand_12): Likewise.
2493 (sync_sub<mode>, sync_old_add<mode>): Likewise.
2494 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
2495 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
2496 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
2497 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
2498 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
2499 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
2500 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
2501 * doc/md.texi (ZC): Update description.
2502
2503 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
2504
2505 * builtins.c (expand_builtin_atomic_exchange): Remove error when
2506 memory model is CONSUME.
2507 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
2508 expand_builtin_atomic_store): Change invalid memory model errors to
2509 warnings.
2510 (expand_builtin_atomic_clear): Change invalid model errors to warnings
2511 and issue warning for CONSUME.
2512
2513 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
2514
2515 * lto-cgraph: Update function comments for
2516 lto_symtab_encoder_encode_*.
2517
2518 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
2519
2520 * Makefile.in (site.exp): Do not set ENABLE_LTO.
2521
2522 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
2523
2524 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
2525 * lto-cgraph.c (select_what_to_stream): Remove argument, use
2526 lto_stream_offload_p instead.
2527 * lto-streamer.h (select_what_to_stream): Remove argument.
2528 * passes.c (ipa_write_summaries): Likewise.
2529 * tree-pass.h (ipa_write_summaries): Likewise.
2530
2531 2015-01-14 Richard Biener <rguenther@suse.de>
2532
2533 PR tree-optimization/59354
2534 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
2535 groups larger than the slp group size as having gaps.
2536
2537 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
2538
2539 PR middle-end/59448
2540 * builtins.c (get_memmodel): Promote consume to acquire always.
2541
2542 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
2543
2544 PR target/64386
2545 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
2546 V32HImode.
2547
2548 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
2549
2550 PR target/64393
2551 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
2552 Enable AVX512BW.
2553 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
2554 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
2555 AVX512VBMI, as it implies AVX512BW.
2556
2557 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
2558
2559 PR target/64387
2560 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
2561 (vec_unpacks_hi_v16sf): Ditto.
2562
2563 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2564
2565 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
2566 is not available.
2567
2568 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2569
2570 * doc/invoke.texi (mapcs): Mention deprecation.
2571 (mapcs-frame): Likewise.
2572
2573 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
2574
2575 PR target/64453
2576 * config/arm/arm.c (callee_saved_reg_p): Define.
2577 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
2578 register is callee saved instead of !call_used_regs[reg].
2579 (thumb1_compute_save_reg_mask): Likewise.
2580
2581 2015-01-14 Hale Wang <hale.wang@arm.com>
2582
2583 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
2584 Cortex-M7.
2585
2586 2015-01-14 Richard Biener <rguenther@suse.de>
2587
2588 PR lto/64415
2589 * tree-inline.c (insert_debug_decl_map): Check destination
2590 function MAY_HAVE_DEBUG_STMTS.
2591 (insert_init_debug_bind): Likewise.
2592 (insert_init_stmt): Remove redundant check.
2593 (remap_gimple_stmt): Drop debug stmts if the destination
2594 function has var-tracking assignments disabled.
2595
2596 2015-01-14 Martin Liska <mliska@suse.cz>
2597
2598 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
2599 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
2600
2601 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2602
2603 PR target/64460
2604 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
2605 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
2606
2607 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
2608
2609 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
2610 level from an ARCH; do not inject the default.
2611 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
2612 MIPS_ISA_LEVEL_SPEC.
2613 (MIPS_ISA_NAN2008_SPEC): Update comment.
2614 (BASE_DRIVER_SELF_SPECS): Likewise.
2615 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
2616 MIPS_DEFAULT_ISA_LEVEL_SPEC.
2617 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
2618 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
2619 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
2620
2621 2015-01-14 Richard Biener <rguenther@suse.de>
2622
2623 PR tree-optimization/64493
2624 PR tree-optimization/64495
2625 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
2626 assign the proper vectorized PHI to the inner loop exit PHIs.
2627
2628 2015-01-14 Joey Ye <joey.ye@arm.com>
2629
2630 * config/arm/arm.c (arm_compute_save_reg_mask):
2631 Do not save lr in case of tail call.
2632 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
2633
2634 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
2635
2636 * tree-vrp.c (check_array_ref): Emit more warnings
2637 for warn_array_bounds >= 2.
2638 * common.opt: New option -Warray-bounds=.
2639 * doc/invoke.texi: Document -Warray-bounds=.
2640
2641 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
2642
2643 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
2644 (mforbid-fp-as-gp): Remove.
2645 (mex9): Remove.
2646 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
2647 (nds32_symbol_load_store_p): Remove.
2648 (nds32_fp_as_gp_check_available): Clean up implementation.
2649 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
2650 cases.
2651 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
2652 fp-as-gp and ex9 cases.
2653
2654 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
2655
2656 * tree-profile.c (init_ic_make_global_vars): Drop workaround
2657 for bintuils bug 14342.
2658 (init_ic_make_global_vars): Likewise.
2659 (gimple_init_edge_profiler): Likewise.
2660 (gimple_gen_ic_func_profiler): Likewise.
2661
2662 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
2663
2664 * ipa-inline.c (inline_small_functions): Swap the operands in
2665 enum.
2666
2667 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
2668
2669 PR ipa/64481
2670 * ipa-inline-analysis.c (node_growth_cache): Remove.
2671 (initialize_growth_caches): Do not initialize it.
2672 (free_growth_caches): Do not free it.
2673 (do_estimate_growth): Rename to ...
2674 (estimate_growth): ... this one; drop growth cache code.
2675 (growth_likely_positive): Always go the heuristics way.
2676 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
2677 (reset_edge_caches): Do not reset node growth.
2678 (heap_edge_removal_hook): Do not maintain cache.
2679 (inline_small_functions): Likewise; strenghten sanity check.
2680 (ipa_inline): Do not maintain caches.
2681 * ipa-inline.h (node_growth_cache): Remove.
2682 (do_estimate_growth): Remove to ...
2683 (estimate_growth): this one; remove inline version.
2684 (reset_node_growth_cache): Remove.
2685
2686 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
2687
2688 PR ipa/64565
2689 * ipa-inline.c (inline_small_functions): Update callee keys after
2690 resolving speculation
2691 (inline_small_functions): Always check monotonicity of the queue.
2692
2693 2015-01-13 Marek Polacek <polacek@redhat.com>
2694
2695 PR middle-end/64391
2696 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
2697
2698 2015-01-13 Jakub Jelinek <jakub@redhat.com>
2699
2700 PR rtl-optimization/64286
2701 * ree.c (combine_reaching_defs): Move part of comment earlier,
2702 remove !SCALAR_INT_MODE_P check.
2703 (add_removable_extension): Don't add vector mode
2704 extensions if all uses of the source register aren't the same
2705 vector extensions.
2706
2707 2015-01-13 Renlin Li <renlin.li@arm.com>
2708
2709 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
2710 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
2711
2712 2015-01-13 Martin Liska <mliska@suse.cz>
2713
2714 * ipa-icf.c (sem_function::equals_private): Call new functions
2715 cl_target_option_print_diff and cl_optimization_print_diff.
2716 * optc-save-gen.awk (cl_target_option_print_diff): New function.
2717 (cl_optimization_print_diff): Likewise.
2718 * opth-gen.awk: Likewise.
2719
2720 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
2721
2722 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
2723 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
2724 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
2725 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
2726 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
2727 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
2728
2729 2015-01-13 Andrew Pinski <apinski@cavium.com>
2730
2731 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
2732 instead of src mode.
2733
2734 2015-01-13 Richard Biener <rguenther@suse.de>
2735
2736 PR lto/64373
2737 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
2738 DECL_CONTEXT.
2739
2740 2015-01-13 Andrew Pinski <apinski@cavium.com>
2741
2742 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
2743 volatile mems.
2744 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
2745
2746 2015-01-13 Jakub Jelinek <jakub@redhat.com>
2747
2748 PR middle-end/63974
2749 * cfgexpand.c (expand_computed_goto): Don't call
2750 convert_memory_address here.
2751
2752 2015-01-13 Richard Biener <rguenther@suse.de>
2753
2754 PR tree-optimization/64406
2755 * tree-loop-distibution.c (pass_loop_distribution::execute):
2756 Reset the SCEV hashtable if we distributed anything.
2757
2758 2015-01-13 Richard Biener <rguenther@suse.de>
2759
2760 PR tree-optimization/64404
2761 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
2762 SLP types for CSEd loads.
2763
2764 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
2765
2766 PR tree-optimization/64436
2767 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
2768 merge of two symbolic numbers for a bitwise OR to ...
2769 (perform_symbolic_merge): This. Also fix computation of the range and
2770 end of the symbolic number corresponding to the result of a bitwise OR.
2771
2772 2015-01-13 Richard Biener <rguenther@suse.de>
2773
2774 PR tree-optimization/64568
2775 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
2776 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
2777
2778 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
2779
2780 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
2781 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
2782
2783 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
2784
2785 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
2786 target-specific symbol_ref flag.
2787 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
2788 resides in rodata section.
2789 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
2790 (nds32_encode_section_info): New function.
2791
2792 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
2793
2794 * config/nds32/nds32.md (call): Use pseudo instruction bal which
2795 clobbers TA_REGNUM if large code model is specified.
2796 (call_register): Likewise.
2797 (call_immediate): Likewise.
2798 (call_value): Likewise.
2799 (call_value_register): Likewise.
2800 (call_value_immediate): Likewise.
2801
2802 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
2803
2804 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
2805 (TARGET_CMODEL_MEDIUM): New macro.
2806 (TARGET_CMODEL_LARGE): New macro.
2807 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
2808 code model setting in assembly code.
2809
2810 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
2811
2812 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
2813 Remove MASK_GP_DIRECT flag.
2814 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
2815 one of the multilib default options.
2816 * config/nds32/nds32.opt (mgp-direct): Remove.
2817 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
2818 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
2819
2820 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
2821
2822 * config/nds32/nds32.opt (mcmodel): Add new option.
2823 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
2824 to describe code model.
2825
2826 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
2827
2828 PR target/64479
2829 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
2830
2831 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
2832
2833 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
2834 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
2835 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
2836 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
2837 __builtin_sh_set_fpscr.
2838
2839 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
2840
2841 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
2842 after a funtion name just to indicate it is a function.
2843 ([-fsanitize-undefined-trap-on-error]): Likewise.
2844 ([-fdbg-cnt=]): Likewise.
2845 ([-mmemcpy]): Likewise.
2846 ([-mflush-func]): Likewise.
2847 ([-msynci]): Likewise.
2848
2849 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
2850
2851 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
2852 example.
2853
2854 2015-01-12 Jakub Jelinek <jakub@redhat.com>
2855
2856 PR tree-optimization/64563
2857 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
2858 instead of != VR_VARYING.
2859
2860 PR target/64513
2861 * config/i386/i386.c (ix86_expand_prologue): Add
2862 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
2863
2864 PR tree-optimization/64454
2865 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
2866 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
2867 for signed or [0, op1 - 1] for unsigned modulo.
2868 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
2869 even if op1 does not satisfy integer_pow2p.
2870
2871 PR other/64370
2872 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
2873
2874 2015-01-12 Jeff Law <law@redhat.com>
2875
2876 PR target/64461
2877 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
2878 (trunchiqi2, truncsihi2): Similarly.
2879
2880 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
2881 rather than calling F.
2882
2883 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2884
2885 * tsan.c (instrument_expr): Use force_gimple_operand.
2886 Use may_be_nonaddressable_p instead of is_gimple_addressable.
2887
2888 2015-01-12 Richard Biener <rguenther@suse.de>
2889
2890 PR tree-optimization/64530
2891 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
2892 back dr1.
2893
2894 2015-01-12 Richard Biener <rguenther@suse.de>
2895
2896 PR middle-end/64357
2897 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
2898 latches properly.
2899
2900 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2901
2902 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
2903 Cortex-A17 tuning parameters.
2904 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
2905
2906 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2907
2908 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
2909 * config/arm/arm.c (arm_macro_fusion_p): New function.
2910 (arm_macro_fusion_pair_p): Likewise.
2911 (TARGET_SCHED_MACRO_FUSION_P): Define.
2912 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
2913 (ARM_FUSE_NOTHING): Likewise.
2914 (ARM_FUSE_MOVW_MOVT): Likewise.
2915 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
2916 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
2917 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
2918 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
2919 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
2920 arm_cortex_a5_tune): Specify fuseable_ops value.
2921
2922 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
2923
2924 PR bootstrap/64561
2925 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
2926 test for PIE with copy reloc.
2927 * configure: Regenerated.
2928
2929 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2930
2931 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
2932 in gen_rtx_REG.
2933 (arm_tls_descseq_addr): Likewise.
2934 (arm_gen_movmemqi): Likewise.
2935 (arm_expand_epilogue_apcs_frame): Likewise.
2936 (arm_expand_epilogue): Likewise.
2937 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
2938 in gen_rtx_REG.
2939
2940 2015-01-12 Martin Liska <mliska@suse.cz>
2941
2942 PR ipa/64550
2943 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
2944 volatility for correct operands.
2945
2946 2015-01-12 Martin Liska <mliska@suse.cz>
2947
2948 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication
2949 that a function is not leaf.
2950 (sem_function::compare_polymorphic_p): Likewise.
2951
2952 2015-01-12 Martin Liska <mliska@suse.cz>
2953
2954 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication
2955 that a function is not leaf.
2956 (sem_function::compare_polymorphic_p): Likewise.
2957
2958 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2959
2960 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
2961 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
2962 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
2963 fold-const.h, tree-check.h.
2964
2965 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
2966
2967 PR ipa/63967
2968 PR ipa/64425
2969 * ipa-inline.c (compute_uninlined_call_time,
2970 compute_inlined_call_time): Use counts for extra precision when
2971 needed possible.
2972 (big_speedup_p): Fix formating.
2973 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
2974 (relative_time_benefit): Remove.
2975 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
2976 merge guessed and read profile paths.
2977 (inline_small_functions): Count only !optimize_size functions into
2978 initial size; be more lax about sanity check when profile is used;
2979 be sure to update inlined function profile when profile is read.
2980
2981 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
2982
2983 PR ipa/63470
2984 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
2985 cost when edge becomes direct.
2986 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
2987 is resolved or when introducing new speculation.
2988
2989 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
2990
2991 PR ipa/64551
2992 PR ipa/64552
2993 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
2994 '||' to fix typo issue.
2995
2996 * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
2997 accept and return NULL.
2998
2999 2015-01-12 Martin Liska <mliska@suse.cz>
3000
3001 * cgraph.c (cgraph_edge::remove_callee): Move function to header
3002 file for being inlined.
3003 (cgraph_set_edge_callee): Delete.
3004 (cgraph_edge::redirect_callee): Move function to header file
3005 for being inlined.
3006 (cgraph_edge::make_direct): Use new function.
3007 (cgraph_edge::dump_edge_flags): New function created from
3008 static dump_edge_flags function.
3009 (cgraph_node::dump): Use new function.
3010 (cgraph_edge::verify_count_and_frequency): New function created
3011 from verify_edge_count_and_frequency.
3012 (cgraph_edge::verify_corresponds_to_fndecl): New function created
3013 from verify_edge_corresponds_to_fndecl.
3014 (verify_edge_corresponds_to_fndecl): Delete.
3015 (cgraph_node::verify_node): Use new function.
3016 * cgraph.h (cgraph_edge::set_callee): New function.
3017 (cgraph_edge::dump_edge_flags): Likewise.
3018 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
3019
3020 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
3021
3022 * ipa-utils.c (estimate_function_body_sizes): Do not
3023 free node params when called late with early=true.
3024
3025 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
3026
3027 * doc/md.texi (Instruction Patterns): Rewrite text for
3028 clarity.
3029 (Example): Likewise.
3030
3031 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
3032
3033 * doc/invoke.texi (Option Summary): Break long lines.
3034 [(-fdiagnostics-color)]: Put long literal in @smallexample
3035 instead of inline.
3036 [(-fsanitize-recover)]: Likewise.
3037 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
3038 [(-ffast-math)]: Likewise.
3039 [(--param max-inline-insns-recursive)]: Likewise.
3040 [(--param max-inline-recursive-depth)]: Likewise.
3041 [(-mno-text-section-literals)]: Likewise.
3042
3043 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
3044
3045 * doc/install.texi: Update for libgomp being renamed from "GNU
3046 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
3047 Runtime Library".
3048 * doc/sourcebuild.texi: Likewise.
3049
3050 2015-01-10 Anthony Green <green@moxielogic.com>
3051
3052 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
3053 mul.x availability for moxiebox configuration.
3054
3055 2015-01-09 Anthony Green <green@moxielogic.com>
3056
3057 * config/moxie/moxie.md: Tabify assembly output.
3058
3059 2015-01-09 Anthony Green <green@moxielogic.com>
3060
3061 * config/moxie/moxie.md (CC_REG): Correct register definition.
3062
3063 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
3064
3065 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
3066 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
3067 of log files.
3068
3069 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3070
3071 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
3072
3073 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
3074 Jakub Jelinek <jakub@redhat.com>
3075
3076 PR middle-end/64412
3077 * lto-streamer.h (lto_stream_offload_p): New declaration.
3078 * lto-streamer.c (lto_stream_offload_p): New variable.
3079 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
3080 at the same time as section_name_prefix.
3081 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
3082 if lto_stream_offload_p.
3083 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
3084 stream TREE_TARGET_OPTION if lto_stream_offload_p.
3085 (write_ts_function_decl_tree_pointers): Don't
3086 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
3087 * tree-streamer-in.c (unpack_value_fields): Don't stream
3088 TREE_TARGET_OPTION in if ACCEL_COMPILER.
3089 (lto_input_ts_function_decl_tree_pointers): Don't stream
3090 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
3091 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
3092 instead of section_name_prefix string comparisons.
3093
3094 2015-01-09 Jakub Jelinek <jakub@redhat.com>
3095
3096 PR rtl-optimization/64536
3097 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
3098 tablejumps.
3099
3100 2015-01-09 Michael Collison <michael.collison@linaro.org>
3101
3102 PR tree-optimization/64322
3103 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
3104 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
3105
3106 2015-01-09 Tom de Vries <tom@codesourcery.com>
3107
3108 PR rtl-optimization/64539
3109 * regcprop.c (kill_clobbered_values): Factor out of ...
3110 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
3111 instead of note_stores with kill_clobbered_value.
3112
3113 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3114
3115 * ginclude/unwind-arm-common.h: Revert previous commit.
3116
3117 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3118
3119 * config.gcc (arm*-*-freebsd*): New configuration.
3120 * config/arm/freebsd.h: New file.
3121 * config.host: Add extra components for arm*-*-freebsd*.
3122 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
3123 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
3124
3125 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
3126
3127 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
3128 for -mcpu=e6500.
3129 * config/rs6000/t-rtems: Add e6500 multilibs.
3130
3131 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
3132
3133 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
3134 MPC8540.
3135
3136 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
3137
3138 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
3139 MULTILIB_EXCEPTIONS.
3140
3141 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
3142
3143 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
3144 MULTILIB_EXCEPTIONS.
3145
3146 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
3147
3148 * config/arm/t-rtems-eabi: Rename to...
3149 * config/arm/t-rtems: ...this.
3150 * config/arm/rtems-eabi.h: Rename to...
3151 * config/arm/rtems.h: ...this.
3152 * config.gcc (arm*-*-rtems*): Reflect changes above.
3153
3154 2015-01-09 Richard Biener <rguenther@suse.de>
3155
3156 PR tree-optimization/64410
3157 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
3158 on the LHS.
3159 (execute_update_addresses_taken): Deal with that.
3160 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
3161 loads/stores for complex variables.
3162
3163 2015-01-09 Martin Liska <mliska@suse.cz>
3164
3165 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
3166 name comparison.
3167 (func_checker::compare_memory_operand): New function.
3168 (func_checker::compare_operand): Split case to newly
3169 added functions.
3170 (func_checker::compare_cst_or_decl): New function.
3171 (func_checker::compare_gimple_call): Identify
3172 memory operands.
3173 (func_checker::compare_gimple_assign): Likewise.
3174 * ipa-icf-gimple.h: New function.
3175
3176 2015-01-09 Martin Liska <mliska@suse.cz>
3177
3178 PR ipa/64503
3179 * sreal.c (sreal::dump): Change unsigned format to signed for
3180 m_exp value.
3181 (sreal::to_double): Replace exp2 with scalbln.
3182
3183 2015-01-09 Martin Liska <mliska@suse.cz>
3184
3185 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
3186 * ipa-icf.c (sem_function::equals_private): Add support for target and
3187 (sem_item_optimizer::merge_classes): Remove redundant function
3188 optimization flags comparison.
3189 * tree.h (target_opts_for_fn): New function.
3190
3191 2015-01-09 Tom de Vries <tom@codesourcery.com>
3192
3193 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
3194
3195 2015-01-09 Kito Cheng <kito@0xlab.org>
3196
3197 PR rtl-optimization/64348
3198 * lra-constraints.c (split_reg): Fix caller-save store/restore
3199 instruction generation.
3200
3201 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
3202
3203 PR gcov-profile/61790
3204 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
3205 long long. Fallback to int64_t if host doesn't have long long and
3206 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
3207
3208 2015-01-08 Jakub Jelinek <jakub@redhat.com>
3209
3210 PR tree-optimization/63989
3211 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
3212 from 1000 to 10000.
3213 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
3214 (get_stridx): If we don't have a record for certain SSA_NAME,
3215 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
3216 constant offset, call get_stridx_plus_constant.
3217 (get_stridx_plus_constant): New function.
3218 (zero_length_string): Don't use get_stridx here.
3219
3220 PR target/55023
3221 PR middle-end/64388
3222 * dse.c (struct insn_info): Mention frame_read set also
3223 before reload for tail calls on some targets.
3224 (scan_insn): Revert 2014-12-22 change. Set frame_read
3225 also before reload for tail calls if
3226 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
3227 instead of add_non_frame_wild_read for non-const/memset
3228 tail calls after reload.
3229
3230 2015-01-08 Jason Merrill <jason@redhat.com>
3231
3232 * ubsan.c (do_ubsan_in_current_function): New.
3233 (pass_ubsan::gate): Use it.
3234 * ubsan.h: Declare it.
3235 * convert.c (convert_to_integer): Use it.
3236
3237 2015-01-08 Jakub Jelinek <jakub@redhat.com>
3238
3239 PR target/64338
3240 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
3241 compare_code when it is unconditionally overwritten afterwards.
3242 Use ix86_reverse_condition instead of reverse_condition. Don't
3243 change code if *reverse_condition* returned UNKNOWN and don't
3244 swap ct/cf and negate diff in that case.
3245
3246 2015-01-08 Mike Stump <mikestump@comcast.net>
3247
3248 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
3249 (pass_tsan_O0::gate): Likewise.
3250 * extend.texi (Function Attributes): Add no_sanitize_thread
3251 documentation.
3252
3253 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3254
3255 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
3256 for registering builtins.
3257 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
3258 add -fopenmp to the argv_obstack used when invoking
3259 compile_for_target.
3260
3261 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
3262 add "-m32" or "-m64" to argv_obstack.
3263 (generate_host_descr_file): Likewise, when invoking host_compiler.
3264 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
3265 ld.
3266
3267 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
3268
3269 * config/sh/sh-mem.cc: Use constant as second operand when emitting
3270 tstsi_t insns.
3271
3272 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
3273
3274 PR target/55212
3275 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
3276 constant load if constant operand fits into I08.
3277
3278 2015-01-08 Jakub Jelinek <jakub@redhat.com>
3279
3280 PR sanitizer/64336
3281 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
3282 and TREE_THIS_VOLATILE for MEM_REFs.
3283 (build5_stat): Fix up initialization of TREE_READONLY and
3284 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
3285
3286 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
3287
3288 PR target/64533
3289 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
3290 of r for the second alternative of the destination operand.
3291
3292 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
3293
3294 PR target/36557
3295 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
3296
3297 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
3298
3299 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
3300 keywords.
3301 ([-fivar-visibility], [-fvisibility]): Likewise.
3302
3303 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
3304
3305 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
3306 the file where @code, @command, etc is more appropriate.
3307
3308 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
3309
3310 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
3311 of -mrecip= documentation.
3312
3313 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
3314
3315 PR target/64505
3316 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
3317 correct reload handler if -m32 -mpowerpc64 is used.
3318
3319 2015-01-06 Tom de Vries <tom@codesourcery.com>
3320
3321 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
3322
3323 2015-01-08 Christian Bruel <christian.bruel@st.com>
3324
3325 PR target/64507
3326 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
3327
3328 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3329
3330 PR tree-optimization/63259
3331 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
3332 if optab exists for 16bit byteswap.
3333
3334 2015-01-06 Jakub Jelinek <jakub@redhat.com>
3335
3336 * opts.c (common_handle_option): Add support for
3337 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
3338 * doc/invoke.texi: Document -fno-sanitize=all,
3339 -f{,no-}sanitize-recover=all. Document that
3340 -fsanitize=float-cast-overflow is not enabled
3341 by -fsanitize=undefined. Fix up documentation
3342 of -f{,no-}sanitize-recover.
3343
3344 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3345
3346 * config.gcc: Add Visium support.
3347 * configure.ac: Likewise.
3348 * configure: Regenerate.
3349 * doc/extend.texi (interrupt attribute): Add Visium.
3350 * doc/invoke.texi: Document Visium options.
3351 * doc/install.texi: Document Visium target.
3352 * doc/md.texi: Document Visium constraints.
3353 * common/config/visium: New directory.
3354 * config/visium: Likewise.
3355
3356 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
3357
3358 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
3359 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
3360
3361 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
3362
3363 * combine.c (combine_validate_cost): Do not count the cost of a
3364 split I2 twice. Do not display it twice in the dump, either.
3365
3366 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
3367
3368 Revert parts of r219199.
3369 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
3370 <inttypes.h>.
3371 ([-Wtraditional]): Restore markup on <limits.h>.
3372
3373 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
3374
3375 PR c++/31397
3376 * doc/invoke.texi: Document -Wsuggest-override.
3377
3378 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
3379
3380 PR rtl-optimization/64287
3381 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
3382 (process_options): Disable flag_ipa_ra if profiling.
3383
3384 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
3385
3386 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
3387
3388 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
3389
3390 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
3391 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
3392 put under #if TARGET_LOOPS guard.
3393
3394 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
3395
3396 * config/i386/i386.c (output_387_binary_op): Use std::swap.
3397
3398 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
3399
3400 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
3401 * rtl.h (refers_to_regno_p): Add overload.
3402 * cse.c: Use it.
3403 * bt-load.c: Likewise.
3404 * combine.c: Likewise.
3405 * df-scan.c: Likewise.
3406 * sched-deps.c: Likewise.
3407 * config/s390/s390.c: Likewise.
3408 * config/m32r/m32r.c: Likewise.
3409 * config/rs6000/spe.md: Likewise.
3410 * config/rs6000/rs6000.c: Likewise.
3411 * config/pa/pa.c: Likewise.
3412 * config/stormy16/stormy16.c: Likewise.
3413 * config/cris/cris.c: Likewise.
3414 * config/arc/arc.md: Likewise.
3415 * config/arc/arc.c: Likewise.
3416 * config/sh/sh.md: Likewise.
3417 * config/sh/sh.c: Likewise.
3418 * config/frv/frv.c: Likewise.
3419
3420 2015-01-05 Jakub Jelinek <jakub@redhat.com>
3421
3422 PR sanitizer/64265
3423 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
3424 call as cleanup of the whole body.
3425 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
3426 * tsan.c (replace_func_exit): New function.
3427 (instrument_func_exit): Moved earlier.
3428 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
3429 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
3430 been found.
3431 (tsan_pass): Don't call instrument_func_exit.
3432 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
3433 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
3434 inlining.
3435
3436 PR sanitizer/64344
3437 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
3438 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
3439 it to libubsan handler instead of EXPR. Fold comparisons earlier,
3440 if the result is integer_zerop, return NULL_TREE.
3441 * convert.c (convert_to_integer): Pass expr as ARG.
3442
3443 PR tree-optimization/64465
3444 * tree-inline.c (redirect_all_calls): During inlining
3445 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
3446 changed the stmt to a non-throwing call.
3447
3448 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
3449
3450 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
3451 etc markup throughout the file.
3452
3453 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
3454
3455 Enable experimental TSAN support for Ada.
3456 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
3457
3458 2015-01-05 Jakub Jelinek <jakub@redhat.com>
3459
3460 PR tree-optimization/64494
3461 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
3462 clear SSA_NAME_ANTI_RANGE_P flag.
3463
3464 2015-01-05 Marek Polacek <polacek@redhat.com>
3465
3466 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
3467
3468 2015-01-05 Jakub Jelinek <jakub@redhat.com>
3469
3470 Update copyright years.
3471
3472 * gcc.c (process_command): Update copyright notice dates.
3473 * gcov-dump.c: Ditto.
3474 * gcov.c: Ditto.
3475 * doc/cpp.texi: Bump @copying's copyright year.
3476 * doc/cppinternals.texi: Ditto.
3477 * doc/gcc.texi: Ditto.
3478 * doc/gccint.texi: Ditto.
3479 * doc/gcov.texi: Ditto.
3480 * doc/install.texi: Ditto.
3481 * doc/invoke.texi: Ditto.
3482
3483 * auto-profile.c, auto-profile.h: Fix up Copyright line.
3484
3485 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
3486
3487 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
3488 verb tense, etc.
3489 ([-fvtable-verify], [-fvtv-debug]): Likewise.
3490 ([-Wabi]): Likewise.
3491 ([-fmessage-length]): Likewise.
3492 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
3493 ([-Wno-discarded-qualifiers]): Likewise.
3494 ([-Wnodiscarded-array-qualifiers]): Likewise.
3495 ([-Wno-virtual-move-assign]): Likewise.
3496 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
3497 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
3498 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
3499 ([-fsanitize-undefined-trap-on-error]): Likewise.
3500 ([-floop-interchange]): Likewise.
3501 ([-ftree-coalesce-inlined-vars]): Likewise.
3502 ([-fvect-cost-model]): Likewise.
3503 ([-flto]): Likewise.
3504 ([--param]): Likewise.
3505 (Spec Files): Likewise.
3506 ([-mstrict-align]): Likewise.
3507 ([-mfix-cortex-a53-835769]): Likewise.
3508 ([-march], [-mtune]): Likewise.
3509 ([-mpic-register]): Likewise.
3510 ([-munaligned-access]): Likewise.
3511 ([-msp8]): Likewise.
3512 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
3513 (AVR Built-in Macros): Likewise.
3514 ([-mpreferred-stack-boundary]): Likewise.
3515 ([-mtune-crtl]): Likewise.
3516 ([-mashf]): Likewise.
3517 ([-mmcu=]): Likewise.
3518 ([-minrt]): Likewise.
3519 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
3520 ([-mupper-regs]): Likewise.
3521 ([-matomic-model]): Likewise.
3522 ([-mdiv]): Likewise.
3523 ([-mzdcbranch]): Likewise.
3524 ([-mdisable-callt]): Likewise.
3525 ([-msoft-float]): Likewise.
3526 ([-m8byte-align]): Likewise.
3527 ([-fstack-reuse]): Likewise.
3528
3529 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
3530
3531 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
3532 Fix markup, light copy-editing.
3533 ([-fauto-profile]): Rewrite to fix formatting and content
3534 problems.
3535
3536 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
3537
3538 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
3539 Copy-edit description.
3540 ([-fisolate-erroneous-paths-attribute]): Likewise.
3541 * common.opt (fisolate-erroneous-paths-dereference):
3542 Copy-edit description.
3543 (fisolate-erroneous-paths-attribute): Likewise.
3544
3545 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
3546
3547 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
3548 tidy grammar.
3549
3550 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
3551
3552 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
3553 ([-fvtv-debug]): Likewise.
3554 ([-Wc++-compat]): Likewise.
3555 ([-Wc++11-compat]): Likewise.
3556 ([-Wc++14-compat]): Likewise.
3557 ([-Wno-sized-deallocation]): Likewise.
3558 ([-femit-class-debug-always]): Likewise.
3559 ([-femit-struct-debug-detailed]): Likewise.
3560 ([-fno-keep-inline-dllexport]): Likewise.
3561 ([-fira-algorithm]): Likewise.
3562 ([-fira-region]): Likewise.
3563 ([-flra-remat]): Likewise.
3564 ([-fipa-ra]): Likewise.
3565 ([-fhoist-adjacent-loads]): Likewise.
3566 ([-fisolate-erroneous-paths-dereference]): Likewise.
3567 ([-fisolate-erroneous-paths-attribute]): Likewise.
3568 ([-ftree-switch-conversion]): Likewise.
3569 ([-ftree-tail-merge]): Likewise.
3570 ([-ftree-loop-if-convert]): Likewise.
3571 ([-ftree-loop-if-convert-stores]): Likewise.
3572 ([-ftree-loop-distribution]): Likewise.
3573 ([-ftree-loop-distribute-patterns]): Likewise.
3574 ([-flto-compression-level]): Likewise.
3575 ([-flto-report]): Likewise.
3576 ([-flto-report-wpa]): Likewise.
3577 ([-fuse-linker-plugin]): Likewise.
3578 ([-mfix-cortex-a53-835769]): Likewise.
3579 ([-mno-fix-cortex-a53-835769]): Likewise.
3580 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
3581 explicit listing; add a note to the discussion indicating they
3582 exist. Reorder table to group similar options. Add missing
3583 @opindex entries. Add @need commands throughout the table to
3584 allow it to be split across multiple pages.
3585 ([-m8bit-idiv]): Fix @opindex.
3586 ([-mavx256-split-unaligned-load]): Likewise.
3587 ([-mavx256-split-unaligned-store]): Likewise.
3588 ([-mstack-protector-guard]): Likewise.
3589 ([-mcpu=]): Likewise.
3590 ([-mcpu]): Likewise.
3591 ([-mpointer-size=]): Likewise.
3592
3593 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
3594
3595 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
3596 instead of `m' constraint. Likewise for unnamed movb comparison
3597 patterns using reg_before_reload_operand predicate.
3598 * config/pa/predicates.md (reg_before_reload_operand): Tighten
3599 predicate to reject register index and LO_SUM DLT memory forms
3600 after reload.
3601
3602 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
3603
3604 * doc/invoke.texi (Option Summary): Fix spelling of
3605 -fdevirtualize-at-ltrans.
3606 ([-fdevirtualize]): Fix markup.
3607 ([-fdevirtualize-speculatively]): Fix typo.
3608 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
3609 implementor-speaky.
3610 * common.opt (fdevirtualize-at-ltrans): Likewise.
3611 * ipa-devirt.c: Fix typos in comments throughout the file.
3612 (ipa_devirt): Fix typos in format strings for dump output.
3613
3614 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
3615
3616 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
3617 discussion of defaults, light copy-editing.
3618
3619 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3620
3621 * tsan.c (instrument_expr): corrected previous checkin.
3622
3623 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3624
3625 Instrument bit field and unaligned accesses for TSAN.
3626 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
3627 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
3628 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
3629 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
3630 unaligned memory regions.
3631
3632 2015-01-01 Anthony Green <green@moxielogic.com>
3633
3634 * config/moxie/predicates.md (moxie_general_movsrc_operand):
3635 Restrict move source register offsets to 16 bits.
3636 \f
3637 Copyright (C) 2015 Free Software Foundation, Inc.
3638
3639 Copying and distribution of this file, with or without modification,
3640 are permitted in any medium without royalty provided the copyright
3641 notice and this notice are preserved.