re PR middle-end/65519 (unable to coalesce ssa_names 2 and 87 which are marked as...
[gcc.git] / gcc / ChangeLog
1 2015-03-25 Richard Biener <rguenther@suse.de>
2
3 PR middle-end/65519
4 * genmatch.c (expr::gen_transform): Re-write to avoid
5 using gimple_build.
6
7 2015-03-25 Bin Cheng <bin.cheng@arm.com>
8
9 * doc/sourcebuild.texi (arm_tune_string_ops_prefer_neon): New.
10
11 2015-03-25 Bin Cheng <bin.cheng@arm.com>
12
13 * config/arm/arm.opt (print_tune_info): New option.
14 * config/arm/arm.c (arm_print_tune_info): New function.
15 (arm_file_start): Call arm_print_tune_info.
16 * config/arm/arm-protos.h (struct tune_params): Add comment.
17 * doc/invoke.texi (@item -mprint-tune-info): New item.
18 (-mtune): mention it in ARM Option Summary.
19
20 2015-03-25 DJ Delorie <dj@redhat.com>
21
22 * config/rl78/rl78.c (rl78_print_operand_1): Move 'p' test to
23 correct clause.
24
25 2015-03-24 Jan Hubicka <hubicka@ucw.cz>
26 Martin Liska <mliska@suse.cz>
27
28 * ipa-icf-gimple.h (return_with_result): Add missing colon to dump.
29 * ipa-icf.c (sem_function::get_hash): Hash new declaration properties.
30 (sem_item::add_type): New function.
31 (sem_function::hash_stmt): Add TREE_TYPE of gimple_op.
32 (sem_function::compare_polymorphic_p): Do not consider indirect calls.
33 (sem_item_optimizer::update_hash_by_addr_refs): Add ODR type to hash.
34 (sem_function::equals_wpa): Fix typo.
35 * ipa-icf.h (sem_item::add_type): New function.
36 (symbol_compare_hashmap_traits): Replace hashing of pointer with symbol
37 order.
38
39 2015-03-24 Jakub Jelinek <jakub@redhat.com>
40
41 PR tree-optimization/65533
42 * tree-vect-slp.c (vect_build_slp_tree): Before re-trying
43 with swapped operands, call vect_free_slp_tree on
44 SLP_TREE_CHILDREN of child and truncate the SLP_TREE_CHILDREN
45 vector.
46
47 2015-03-24 Richard Biener <rguenther@suse.de>
48
49 PR middle-end/65517
50 * tree-cfg.c (remove_edge_and_dominated_blocks): Mark loops
51 for fixup if necessary.
52
53 2015-03-23 Sandra Loosemore <sandra@codesourcery.com>
54
55 * doc/extend.texi (Function Attributes): Add @cindex entries
56 for all attributes and regularize their format. Delete text
57 about long-obsolete 68HC11 and 68HC12 targets. Move misplaced
58 information about "eightbit_data", "tiny_data", and "model"
59 variable attributes to the Variable Attributes section. Fix
60 some obvious typos and copy-editing issues.
61 (Variable Attributes, Type Attributes): Likewise add/fix
62 @cindex entries for all attributes.
63
64 2015-03-23 Jakub Jelinek <jakub@redhat.com>
65
66 PR target/65523
67 * tree-chkp.c (chkp_build_returned_bound): Ignore
68 ERF_RETURNS_ARG calls if they have fewer than needed arguments.
69
70 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org>
71
72 PR target/65505
73 * config/sh/predicates.md (simple_mem_operand,
74 displacement_mem_operand): Add test for reg.
75 (short_displacement_mem_operand): Test for displacement_mem_operand
76 before invoking sh_disp_addr_displacement.
77 * config/sh/constraints.md (Sdd, Sra): Simplify.
78 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1):
79 Remove redundant displacement_mem_operand tests.
80
81 2015-03-23 Georg-Johann Lay <avr@gjlay.de>
82
83 PR target/65296
84 * config/avr/driver-avr.c (avr_devicespecs_file): Allow to specify
85 the same -mmcu=MCU more than once.
86
87 2015-03-23 Jakub Jelinek <jakub@redhat.com>
88
89 PR bootstrap/65522
90 * ipa-devirt.c: Remove duplicate demangle.h include.
91
92 PR target/65504
93 * config/i386/i386.c (ix86_copy_addr_to_reg): Set REG_POINTER
94 on the pseudo.
95 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Set
96 REG_POINTER on *destptr after adjusting it for prologue size.
97
98 PR ipa/65521
99 * ipa-icf.c (sem_item::update_hash_by_addr_refs): Hash
100 ultimate_alias_target ()->order ints instead of
101 ultimate_alias_target () pointers.
102
103 2015-03-23 Richard Biener <rguenther@suse.de>
104
105 PR tree-optimization/65518
106 * tree-vect-stmts.c (vectorizable_load): Reject single-element
107 interleaving cases we generate absymal code for.
108
109 2015-03-23 Richard Biener <rguenther@suse.de>
110
111 PR tree-optimization/65494
112 * tree-vect-slp.c (vect_build_slp_tree): Do not (re-)allocate
113 matches here.
114 (vect_analyze_slp_instance): But do that here, always and once.
115
116 2015-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
117
118 * expmed.c (synth_mult): Fix comment about multiplying by T-1 and
119 adding T or multiplying by T+1 and subracting T.
120
121 2015-03-22 Jeff Law <law@redhat.com>
122
123 PR rtl-optimization/64317
124 * Makefile.in (OBJS): Add gcse-common.c
125 * gcse.c: Include gcse-common.h
126 (struct modify_pair_s): Move structure definition to gcse-common.h
127 (compute_transp): Move function to gcse-common.c.
128 (canon_list_insert): Similarly.
129 (record_last_mem_set_info): Break out some code and put it into
130 gcse-common.c. Call into the new common code.
131 (compute_local_properties): Pass additional arguments to compute_transp.
132 * postreload-gcse.c: Include gcse-common.h and df.h
133 (modify_mem_list_set, blocks_with_calls): New variables.
134 (modify_mem_list, canon_modify_mem_list, transp): Likewise.
135 (get_bb_avail_insn): Pass in the expression index too.
136 (alloc_mem): Allocate memory for the new bitmaps and lists.
137 (free_mem): Free memory for the new bitmaps and lists.
138 (insert_expr_in_table): Record a bitmap index for each entry we
139 add to the table.
140 (record_last_mem_set_info): Call into common code in gcse-common.c.
141 (get_bb_avail_insn): If no available insn was found in the requested
142 BB. If BB has a single predecessor, see if the expression is
143 transparent in BB and available in that single predecessor.
144 (compute_expr_transp): New wrapper for compute_transp.
145 (eliminate_partially_redundant_load): Pass expression's bitmap_index
146 to get_bb_avail_insn. Compute next_pred_bb_end a bit later.
147 (gcse_after_reload_main): If there are elements in the hash table,
148 then compute transparency for all the elements in the hash table.
149 * gcse-common.h: New file.
150 * gcse-common.c: New file.
151
152 2015-03-22 Sandra Loosemore <sandra@codesourcery.com>
153
154 * doc/cpp.texi (Search Path): Hyphenate "command-line" when used
155 as an adjective.
156 (System Headers): Likewise.
157 (Ifdef): Likewise.
158 (Traditional macros): Likewise.
159 (Invocation): Likewise.
160 (Option Index): Likewise.
161 * doc/cppopts.texi (-M): Likewise.
162 (-finput-charset): Likewise.
163 (--help): Likewise.
164 * doc.invoke.texi (AVR Options): Likewise.
165 (V850 Options): Likewise.
166
167 2015-03-22 Jan Hubicka <hubicka@ucw.cz>
168
169 PR ipa/65475
170 * ipa-devirt.c: Include demangle.h
171 (odr_type_d): Add field rtti_broken.
172 (odr_subtypes_equivalent_p): Do not require name to match.
173 (compare_virtual_tables): Fix typo; if type already has ODR violation,
174 bypass the tests; be ready for function referneces in vtables that are
175 not DECL_VIRTUAL; make warnings to be OPT_Wodr.
176 (warn_odr): Give up for nameless types.
177 (warn_types_mismatch): Report mismatch in mangled names;
178 report mismatch in anonymous namespaces; look into component types to
179 give useful error; report when mismatch is dragged in from other ODR
180 type.
181 (odr_types_equivalent_p): Match types for being polymorphic; avoid
182 duplicated diagnostics.
183 (add_type_duplicate): Reorder checks so more informative ones come
184 first; fix typo; do not output "the extra base is defined here" when
185 we did not warn.
186 (BINFO_N_BASE_BINFOS): Relax sanity check.
187
188 2015-03-22 Martin Liska <mliska@suse.cz>
189 Jakub Jelinek <jakub@redhat.com>
190
191 * config/i386/i386.c (def_builtin): Set deferred_isa_values for
192 masks that can potentially include a builtin.
193 (ix86_add_new_builtins): Introduce fast filter for isa values
194 that cannot trigger builtin inclusion.
195
196 2015-03-22 Martin Liska <mliska@suse.cz>
197
198 * ipa-icf.c (sem_item::update_hash_by_addr_refs): New function.
199 (sem_item::update_hash_by_local_refs): Likewise.
200 (sem_variable::get_hash): Empty line is fixed.
201 (sem_item_optimizer::execute): Include adding of hash references.
202 (sem_item_optimizer::update_hash_by_addr_refs): New function.
203 (sem_item_optimizer::build_hash_based_classes): Use local hash.
204 * ipa-icf.h (sem_item::update_hash_by_addr_refs): New function.
205 (sem_item::update_hash_by_local_refs): Likewise.
206
207 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
208
209 PR ipa/65502
210 * ipa-comdats.c (enqueue_references): Walk through thunks.
211 (ipa_comdats): Likewise.
212 (set_comdat_group_1): New function.
213
214 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
215
216 PR ipa/65475
217 * ipa-devirt.c (add_type_duplicate): Prevail polymorphic type over
218 non-polymorphic
219
220 2015-03-22 Dave Korn <dave.korn.cygwin@gmail.com>
221 Gerald Pfeifer <gerald@pfeifer.com>
222
223 * doc/contrib.texi (Contributors): Update entry for Danny Smith.
224
225 2015-03-21 Chung-Lin Tang <cltang@codesourcery.com>
226 Sandra Loosemore <sandra@codesourcery.com>
227
228 * config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
229 function parameter declaration.
230 * config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
231 Update arguments to nios2_adjust_call_address().
232 (sibcall_internal): Rename from *sibcall.
233 (sibcall_value_internal): Rename from *sibcall_value.
234 * config/nios2/nios2.c (nios2_emit_add_constant): New function.
235 (nios2_large_got_address): Add target temp reg parameter.
236 (nios2_got_address): Adjust call to nios2_large_got_address, add
237 force_reg around it.
238 (nios2_load_pic_address): Add target temp reg parameter, replace call
239 to nios2_got_address with corresponding code.
240 (nios2_legitimize_constant_address): Update call to
241 nios2_load_pic_address.
242 (nios2_adjust_call_address): Add temp reg parameter, update PIC case
243 to use temp reg for PIC loading purposes.
244 (nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
245 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
246 (TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
247
248 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
249
250 * doc/invoke.texi (-fno-diagnostics-show-caret): Fix
251 usage of "the @option{...}".
252 (-Wopenmp-simd): Likewise.
253 (-fsanitize-recover): Likewise.
254 (-fsanitize-undefined-trap-on-error): Likewise.
255 (-flto): Likewise.
256 (tracer-dynamic-coverage-feedback): Likewise.
257 (reorder-block-duplicate-feedback): Likewise.
258 (loop-unroll-jam-size): Likewise.
259 (-B): Likewise.
260 (-I-): Likewise.
261 (-mabs=legacy): Likewise.
262 (-mupper-regs-df): Likewise.
263 (-mupper-regs-sf): Likewise.
264 (-mpointers-to-nested-functions): Likewise.
265
266 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
267
268 * doc/extend.texi (Cilk Plus Builtins): Add markup.
269
270 2015-03-21 Sandra Loosemore <sandra@codesourcery.com>
271
272 * doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
273 additional index entries and cross-references.
274 (-fchkp-check-incomplete-type): Likewise.
275 (-fchkp-first-field-has-own-bounds): Likewise.
276 (-fchkp-narrow-to-innermost-array): Likewise.
277 (-fchkp-use-fast-string-functions): Likewise.
278 (-fchkp-use-nochk-string-functions): Likewise.
279 (-fchkp-use-static-const-bounds): Likewise.
280 (-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
281 (-fchkp-instrument-marked-only): Likewise.
282 (-fchkp-use-wrappers): Likewise.
283 (-static-libmpx): Likewise.
284 (-static-libmpxwrappers): Likewise.
285 * doc/extend.texi (bnd_legacy): Likewise.
286 (bnd_instrument): Likewise.
287 (bnd_variable_size): Likewise.
288 (Pointer Bounds Checker builtins): Likewise.
289
290 2015-03-21 Tom de Vries <tom@codesourcery.com>
291
292 PR tree-optimization/65458
293 * cgraph.c (cgraph_node::dump): Handle parallelized_function field.
294 * cgraph.h (cgraph_node): Add parallelized_function field.
295 * lto-cgraph.c (lto_output_node): Write parallelized_function field.
296 (input_overwrite_node): Read parallelized_function field.
297 * omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
298 parallelized_function on cgraph_node for child_fn.
299 * tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
300 Remove include of gt-tree-parloops.h.
301 (parallelized_functions): Remove static variable.
302 (parallelized_function_p): Rewrite using parallelized_function field of
303 cgraph_node.
304 (create_loop_fn): Remove adding to parallelized_functions.
305 * Makefile.in (GTFILES): Remove tree-parloops.c
306
307 2015-03-20 Vladimir Makarov <vmakarov@redhat.com>
308
309 PR rtl-optimization/64366
310 * lra.c (lra_update_insn_regno_info): Consider regs in
311 CALL_INSN_FUNCTION_USAGE memory.
312
313 2015-03-20 Richard Biener <rguenther@suse.de>
314
315 PR middle-end/64715
316 * tree-chrec.c (chrec_fold_poly_cst): Use useless_type_conversion_p
317 for type comparison and gcc_checking_assert.
318 (chrec_fold_plus_poly_poly): Likewise.
319 (chrec_fold_multiply_poly_poly): Likewise.
320 (chrec_convert_1): Likewise.
321 * gimplify.c (gimplify_expr): Remove premature folding of
322 &X + CST to &MEM[&X, CST].
323
324 2015-03-20 Jan Hubicka <hubicka@ucw.cz>
325
326 * ipa-inline.c (can_inline_edge_p): Short circuit if inline_failed
327 already is final.
328 (ipa_inline): Recompute inline_failed codes.
329 * cif-code.def (FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
330 USES_COMDAT_LOCAL, ATTRIBUTE_MISMATCH, UNREACHABLE): Declare as
331 CIF_FINAL_ERROR.
332
333 2015-03-20 Uros Bizjak <ubizjak@gmail.com>
334
335 PR rtl-optimization/60851
336 * recog.c (constrain_operands): Accept a pseudo register before reload
337 for LRA enabled targets.
338
339 2015-03-19 Michael Meissner <meissner@linux.vnet.ibm.com>
340
341 PR target/65240
342 * config/rs6000/predicates.md (easy_fp_constant): Remove special
343 -ffast-math handling that kept non-0 constants live in the RTL
344 until reload. Remove logic testing the number of instructions it
345 took to create a constant in a GPR that was never used, due to a
346 test for soft-float earlier.
347 (memory_fp_constant): Delete, no longer used.
348
349 * config/rs6000/rs6000.md (mov<MODE>_hardfloat): Remove
350 alternatives for loading non-0 constants into GPRs for hard
351 floating point that is no longer needed due to changes in
352 easy_fp_constant. Add support for loading 0.0 into GPRs.
353 (mov<mode>_hardfloat32): Likewise.
354 (mov<mode>_hardfloat64): Likewise.
355 (mov<mode>_64bit_dm): Likewise.
356 (movtd_64bit_nodm): Likewise.
357 (pre-reload move FP constant define_split): Delete define_split,
358 since it is no longer used.
359 (extenddftf2_internal): Remove GHF constraints that are not valid
360 for extenddftf2.
361
362 2015-03-19 Vladimir Makarov <vmakarov@redhat.com>
363
364 PR rtl-optimization/63491
365 * lra-constraints.c (check_and_process_move): Use src instead of
366 sreg. Remove some dead code.
367
368 2015-03-19 Jan Hubicka <hubicka@ucw.cz>
369
370 PR ipa/65380
371 * ipa-icf.c (sem_function::merge): Do not merge DECL_EXTERNAL symbols.
372 (sem_variable::merge): Likewise.
373
374 2015-03-19 Martin Liska <mliska@suse.cz>
375
376 PR ipa/65465
377 * cgraphunit.c (cgraph_node::create_wrapper): Correctly reset
378 all fields of cgraph_thunk_info.
379
380 2015-03-19 Ilya Enkovich <ilya.enkovich@intel.com>
381
382 * ipa-chkp.c (chkp_maybe_create_clone): Don't try to
383 clone instrumented thunks.
384
385 2015-03-19 Richard Biener <rguenther@suse.de>
386
387 Revert
388 2015-03-10 Richard Biener <rguenther@suse.de>
389
390 PR middle-end/63155
391 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
392 * tree-ssa-coalesce.c: Include timevar.h.
393 (attempt_coalesce): Handle graph being NULL.
394 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
395 Split out abnormal coalescing to ...
396 (perform_abnormal_coalescing): ... this function.
397 (coalesce_ssa_name): Perform abnormal coalescing without computing
398 live/conflict.
399 (verify_ssa_coalescing_worker): New function.
400 (verify_ssa_coalescing): Likewise.
401
402 2015-03-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
403 Jakub Jelinek <jakub@redhat.com>
404
405 PR sanitizer/65400
406 * tsan.c (instrument_gimple): Clear tail call flag on
407 calls.
408
409 2015-03-19 Jakub Jelinek <jakub@redhat.com>
410
411 PR sanitizer/65400
412 * ipa-split.c (find_return_bb): Allow TSAN_FUNC_EXIT internal
413 call in the return bb.
414 (find_split_points): Add RETURN_BB argument, don't call
415 find_return_bb.
416 (split_function): Likewise. Add ADD_TSAN_FUNC_EXIT argument,
417 if true append TSAN_FUNC_EXIT internal call after the call to
418 the split off function.
419 (execute_split_functions): Call find_return_bb here.
420 Don't optimize if TSAN_FUNC_EXIT is found in unexpected places.
421 Adjust find_split_points and split_function calls.
422
423 2015-03-18 DJ Delorie <dj@redhat.com>
424
425 * config/rl78/rl78-virt.md (andqi3_virt): Allow far operands.
426 (iorqi3_virt): Likewise.
427
428 2015-03-18 Tom de Vries <tom@codesourcery.com>
429
430 * tree-parloops.c (parallelize_loops): Make static.
431 * tree-parloops.h (parallelize_loops): Remove extern declaration.
432
433 2015-03-18 Andrew Stubbs <ams@codesourcery.com>
434
435 PR middle-end/64491
436 Revert:
437 2014-11-20 Andrew Stubbs <ams@codesourcery.com>
438
439 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Warn if a loop
440 condition would be removed due to undefined behaviour.
441
442 2015-03-18 Martin Liska <mliska@suse.cz>
443
444 PR ipa/65432
445 * cgraph.c (cgraph_node::get_create): Remove unnecessary
446 xstrdup_for_dump wrapper.
447 * ipa-icf.c (sem_item::dump): Use symtab_node::name instead of
448 sem_item::name.
449 (sem_function::equals): Wrap symtab_node::name and symtab_node::asm_name
450 with xstrdup_for_dump.
451 (sem_variable::equals): Likewise.
452 (sem_item_optimizer::read_section): Use symtab_node::name instead of
453 sem_item::name.
454 (sem_item_optimizer::parse_funcs_and_vars): Likewise.
455 (sem_item_optimizer::merge_classes): Wrap symtab_node::name and
456 symtab_node::asm_name with xstrdup_for_dump.
457 (congruence_class::dump): Use symtab_node::name instead of
458 sem_item::name.
459 * ipa-icf.h (symtab_node::name): Remove.
460 (symtab_node::asm_name): Likewise.
461
462 2015-03-18 Jakub Jelinek <jakub@redhat.com>
463
464 PR tree-optimization/65450
465 * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): New
466 function.
467 (vect_create_addr_base_for_vector_ref, vect_create_data_ref_ptr): Use
468 it instead of duplicate_ssa_name_ptr_info.
469
470 PR target/65222
471 * doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
472
473 2015-03-18 Richard Biener <rguenther@suse.de>
474
475 * tree-data-ref.h (struct access_matrix): Remove.
476 (AM_LOOP_NEST, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
477 AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
478 AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT): Likewise.
479 (am_vector_index_for_loop): Likewise.
480 (struct data_reference): Remove access_matrix member.
481 (DR_ACCESS_MATRIX): Remove.
482 (lambda_vector_new): Add comment.
483 (lambda_matrix_new): Use XOBNEWVEC.
484
485 2015-03-18 Richard Biener <rguenther@suse.de>
486
487 * tree-ssa-loop-ch.c (pass_data_ch): Remove TODO_cleanup_cfg.
488 (pass_ch::execute): Cleanup the CFG only if we did sth.
489 * tree-vect-generic.c (pass_data_lower_vector): Remove TODO_cleanup_cfg.
490
491 2015-03-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
492
493 * expmed.c (synth_mult): Use std::swap instead of manually
494 swapping algorithms.
495
496 2015-03-18 Jakub Jelinek <jakub@redhat.com>
497
498 PR target/65078
499 * config/i386/sse.md (movsi/movdi -> vec_extract_*_0 splitter): New.
500
501 2015-03-16 Georg-Johann Lay <avr@gjlay.de>
502
503 PR target/65296
504 * config/avr/avr.opt (-nodevicelib): New option.
505 * doc/invoke.texi (AVR Options): Document it.
506 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC) [avr1]: Don't link
507 libgcc.a, libc.a, libm.a.
508 * config/avr/specs.h: Same.
509 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Don't print specs
510 which don't (directly) depend on the device. Print more help.
511 (*avrlibc_devicelib) [-nodevicelib]: Don't link libdev.a.
512 (*cpp): Don't define __AVR_DEV_LIB_NAME__.
513 * config/avr/driver-avr.c: Remove -nodevicelib from option list in
514 case of an error.
515 (avr_devicespecs_file): Use suffix "%s" instead of absolute path
516 for specs file name.
517 * config/avr/avr-arch.h (avr_mcu_t) [.library_name]: Remove.
518 * config/avr/avr-mcus.def: Adjust initializers and comments.
519
520 2015-03-16 Jan Hubicka <hubicka@ucw.cz>
521
522 * tree-sra.c (ipa_sra_preliminary_function_checks): Use
523 DECL_ONE_ONLY to check if decl is one only.
524 * ipa-split.c (consider_split): Limit splitt of one only functions.
525
526 2015-03-16 Jakub Jelinek <jakub@redhat.com>
527
528 PR tree-optimization/65427
529 * tree-vect-generic.c (do_cond, expand_vector_scalar_condition): New
530 functions.
531 (expand_vector_operations_1): Handle BLKmode vector COND_EXPR.
532
533 2015-03-16 Marek Polacek <polacek@redhat.com>
534
535 * cgraph.h (add_new_static_var): Remove declaration.
536 * varpool.c (add_new_static_var): Remove function.
537
538 2015-03-16 Jakub Jelinek <jakub@redhat.com>
539
540 * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>
541 instead of vec<tree> * with vec_alloc and release for args.
542 Adjust all users.
543
544 PR middle-end/65431
545 * omp-low.c (delete_omp_context): Only splay_tree_delete
546 reduction_map in GIMPLE_OMP_TARGET is_gimple_omp_offloaded
547 is_gimple_omp_oacc contexts. Don't look at ctx->outer.
548
549 2015-03-16 Max Ostapenko <m.ostapenko@partner.samsung.com>
550
551 PR sanitizer/64820
552 * cfgexpand.c (align_base): New function.
553 (alloc_stack_frame_space): Call it.
554 (expand_stack_vars): Align prev_frame to be sure
555 data->asan_vec elements aligned properly.
556
557 2015-03-16 Eric Botcazou <ebotcazou@adacore.com>
558
559 PR middle-end/65409
560 * expr.c (store_field): Do not do a direct block copy if the source is
561 a PARALLEL with BLKmode.
562
563 2015-03-16 Tom de Vries <tom@codesourcery.com>
564
565 PR middle-end/65414
566 Revert:
567 2015-03-12 Tom de Vries <tom@codesourcery.com>
568
569 PR rtl-optimization/64895
570 * lra-lives.c (check_pseudos_live_through_calls): Use
571 actual_call_used_reg_set instead of call_used_reg_set, if available.
572
573 2015-03-16 Alan Modra <amodra@gmail.com>
574
575 PR target/63150
576 * config/rs6000/rs6000.md (bswapdi2): Remove one scratch reg.
577 Modify Z->r bswapdi splitter to use dest in place of scratch.
578 In r->Z and Z->r bswapdi splitter rename word_high, word_low
579 to word1, word2 and rearrange logic to suit.
580 (bswapdi2_64bit): Remove early clobber on Z->r alternative.
581 (bswapdi2_ldbrx): Likewise. Remove '??' on r->r.
582 (bswapdi2_32bit): Remove early clobber on Z->r alternative.
583 Add one '?' on r->r. Modify Z->r splitter to avoid need for
584 early clobber.
585
586 2015-03-14 Jakub Jelinek <jakub@redhat.com>
587
588 PR tree-optimization/65369
589 * tree-vect-stmts.c (vectorizable_load) <case dr_explicit_realign>:
590 Set bump to vs * TYPE_SIZE_UNIT (elem_type) - 1 instead of
591 (vs - 1) * TYPE_SIZE_UNIT (elem_type).
592
593 PR tree-optimization/65418
594 * tree-ssa-reassoc.c (extract_bit_test_mask): If there
595 are casts in the first PLUS_EXPR operand, ensure tbias and
596 *totallowp are in the inner type.
597
598 PR rtl-optimization/65401
599 * combine.c (rtx_equal_for_field_assignment_p): Add widen_x
600 argument. If true, adjust_address_nv of x with big-endian
601 correction for the mode widening to GET_MODE (y).
602 (make_field_assignment): Don't do MEM mode widening here.
603 Use MEM_P instead of GET_CODE == MEM.
604
605 2015-03-13 Ilya Verbin <ilya.verbin@intel.com>
606
607 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
608 the external decls.
609
610 2015-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
611
612 PR target/64600
613 * config/arm/arm.c (arm_gen_constant, AND case): Use
614 ARM_SIGN_EXTEND when constructing AND mask.
615
616 2015-03-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
617
618 * graph.c (print_graph_cfg): Make function names visible and append
619 parenthesis to it. Also make groups of basic blocks belonging to the
620 same function visible.
621
622 2015-03-12 Richard Biener <rguenther@suse.de>
623
624 PR middle-end/44563
625 * tree-inline.c (gimple_expand_calls_inline): Walk BB backwards
626 to avoid quadratic behavior with inline expansion splitting blocks.
627 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Do not merge block
628 with the successor if the predecessor will be merged with it.
629 * tree-cfg.c (gimple_can_merge_blocks_p): We can't merge the
630 entry block with its successor.
631
632 2015-03-13 Richard Biener <rguenther@suse.de>
633
634 PR middle-end/44563
635 * tree-cfgcleanup.c (split_bb_on_noreturn_calls): Remove.
636 (cleanup_tree_cfg_1): Do not call it.
637 (execute_cleanup_cfg_post_optimizing): Fixup the CFG here.
638 (fixup_noreturn_call): Mark the stmt as control altering.
639 * tree-cfg.c (execute_fixup_cfg): Do not dump the function
640 here.
641 (pass_data_fixup_cfg): Produce a dump file.
642 * tree-ssa-dom.c: Include tree-cfgcleanup.h.
643 (need_noreturn_fixup): New global.
644 (pass_dominator::execute): Fixup queued noreturn calls.
645 (optimize_stmt): Queue calls that became noreturn for fixup.
646 * tree-ssa-forwprop.c (pass_forwprop::execute): Likewise.
647 * tree-ssa-pre.c: Include tree-cfgcleanup.h.
648 (el_to_fixup): New global.
649 (eliminate_dom_walker::before_dom_childre): Queue calls that
650 became noreturn for fixup.
651 (eliminate): Fixup queued noreturn calls.
652 * tree-ssa-propagate.c: Include tree-cfgcleanup.h.
653 (substitute_and_fold_dom_walker): New member stmts_to_fixup.
654 (substitute_and_fold_dom_walker::before_dom_children): Queue
655 alls that became noreturn for fixup.
656 (substitute_and_fold): Fixup queued noreturn calls.
657
658 2015-03-12 Jan Hubicka <hubicka@ucw.cz>
659
660 * ipa-icf.c (sem_function::equals_wpa): Match CXX_CONSTRUCTOR_P
661 and CXX_DESTURCTOR_P. For consutrctors match ODR type of class they
662 are building; for methods check ODR type of class they belong to if
663 they may lead to a polymorphic call.
664 (sem_function::compare_polymorphic_p): Be bit smarter about testing
665 when function may lead to a polymorphic call.
666 (sem_function::compare_type_list): Remove.
667 (sem_variable::equals): Update use of compatible_types_p.
668 (sem_variable::parse_tree_refs): Remove.
669 (sem_item_optimizer::filter_removed_items): Do not filter out CXX
670 cdtor.
671 * ipa-icf-gimple.c (func_checker::compare_decl): Do polymorphic
672 matching here.
673 (func_checker::compatible_polymorphic_types_p): Break out from ...
674 (unc_checker::compatible_types_p): ... here.
675 * ipa-icf-gimple.h (func_checker::compatible_polymorphic_types_p):
676 Declare.
677 (unc_checker::compatible_types_p): Update.
678 * ipa-icf.h (compare_type_list, parse_tree_refs, compare_sections):
679 Remove.
680
681 2015-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
682
683 PR rtl-optimization/65235
684 * simplify-rtx.c (simplify_binary_operation_1, VEC_SELECT case):
685 When first element of vec_concat is const_int, calculate its size
686 using second element.
687
688 2015-03-12 Richard Biener <rguenther@suse.de>
689
690 PR middle-end/65270
691 * fold-const.c (operand_equal_p): Fix ordering of resetting
692 OEP_ADDRESS_OF and checking for it in the [TARGET_]MEM_REF case.
693
694 2015-03-12 Dominik Vogt <vogt@linux.vnet.ibm.com>
695
696 * config/s390/s390.c (s390_reorg): Move code to output nops after label
697 to s390_reorg ().
698 (s390_asm_output_function_label): Likewise.
699 * config/s390/s390.c (s390_asm_output_function_label):
700 Fix function label alignment with -mhtopatch.
701 * config/s390/s390.md ("unspecv"): New values UNSPECV_NOP_2_BYTE,
702 UNSPECV_NOP_4_BYTE and UNSPECV_NOP_6_BYTE
703 ("nop_2_byte"): New define_insn.
704 ("nop_4_byte"): Likewise.
705 ("nop_6_byte"): Likewise.
706 * doc/extend.texi (hotpatch): hotpatch attribute doc fixes.
707 * doc/invoke.texi (-mhotpatch): -mhotpatch doc fixes.
708
709 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
710
711 PR target/65103
712 * config/i386/i386.c (ix86_address_cost): Fix cost of a PIC
713 register.
714
715 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
716
717 PR target/65044
718 * toplev.c (process_options): Restrict Pointer Bounds Checker
719 usage with Address Sanitizer.
720
721 2015-03-12 Richard Biener <rguenther@suse.de>
722
723 * tree-cfg.c (gimple_split_block): Remove loop finding stmt
724 to split on.
725 * omp-low.c (expand_omp_taskreg): Split block before removing
726 the stmt.
727 (expand_omp_target): Likewise.
728 * ubsan.c (ubsan_expand_null_ifn): Adjust stmt if we replaced it.
729 * tree-parloops.c (create_call_for_reduction_1): Pass a proper
730 stmt to split_block.
731
732 2015-03-12 Tom de Vries <tom@codesourcery.com>
733
734 PR rtl-optimization/64895
735 * lra-lives.c (check_pseudos_live_through_calls): Use
736 actual_call_used_reg_set instead of call_used_reg_set, if available.
737
738 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
739
740 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
741 (cgraph_node::remove): Likewise.
742 (cgraph_node::get_untransformed_body): Likewise.
743 * varpool.c (varpool_node::remove): Likewise.
744 (varpool_node::get_constructor): Add sanity check.
745
746 2015-03-11 Sandra Loosemore <sandra@codesourcery.com>
747
748 * doc/invoke.texi (-fgnu89-inline): Remove discussion about
749 old GCC versions.
750 (-fabi-compat-version): Likewise.
751 (-ffriend-injection): Likewise.
752 (-Wdeclaration-after-statement): Likewise.
753 (-fomit-frame-pointer): Likewise.
754 (-ftree-coalesce-inlined-vars): Likewise.
755 (-fvisibility=): Likewise.
756 * doc/extend.texi (Typeof): Likewise.
757 (Zero Length): Likewise.
758 (Escaped Newlines): Likewise.
759 (Compound Literals): Likewise.
760 (Function Attributes): Likewise.
761 (Label Attributes): Likewise.
762 (Type Attributes): Likewise.
763 (Function Names): Likewise.
764 (Other Builtins): Likewise.
765 (Function Specific Option Pragmas): Likewise.
766 (C++ Interface): Likewise.
767
768 2015-03-11 Thomas Schwinge <thomas@codesourcery.com>
769
770 * config/nvptx/nvptx.h (LIBSTDCXX): Define to "gcc".
771
772 2015-03-11 Marek Polacek <polacek@redhat.com>
773
774 PR tree-optimization/65388
775 * tree-ssa-tail-merge.c (same_succ_def::equal): Fix typo in comparison.
776
777 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
778
779 PR target/65296
780 * configure.ac [avr]: Check as for options -mrmw, --mlink-relax.
781 * configure: Regenerate.
782 * config.in: Regenerate.
783 * doc/invoke.texi (AVR Options) [-mrmw]: Document it.
784 [-mn-flash]: Document it.
785 [__AVR_ARCH__]: Document avrtiny.
786
787 * config/avr/gen-avr-mmcu-specs.c (config.h): Include it.
788 (*asm_relax): Only define spec if HAVE_AS_AVR_MLINK_RELAX_OPTION.
789 (*asm_rmw): Only define spec if HAVE_AS_AVR_MRMW_OPTION.
790
791 2015-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
792
793 * doc/invoke.texi: Add missing cpu values (z196, zEC12).
794
795 2015-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
796
797 PR target/65242
798 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Do not
799 allow reloads of PLUS in floating point/VSX registers.
800
801 2015-03-11 Junmo Park <junmoz.park@samsung.com>
802
803 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Add
804 crypto_sha256_fast.
805 (cortex_a57_crypto_complex): Add crypto_sha256_slow.
806
807 2015-03-11 Richard Biener <rguenther@suse.de>
808
809 PR tree-optimization/65310
810 * tree-sra.c (build_ref_for_offset): Also preserve larger
811 alignment.
812
813 2015-03-11 Marat Zakirov <m.zakirov@samsung.com>
814
815 * asan.c (instrument_derefs): Disable instrumentation on asan-globals=0.
816
817 2015-03-10 Jakub Jelinek <jakub@redhat.com>
818
819 PR target/65368
820 * config/i386/i386.md (bmi2_bzhi_<mode>3): Removed define_insn,
821 new define_expand.
822 (*bmi2_bzhi_<mode>3, *bmi2_bzhi_<mode>3_1): New define_insns.
823
824 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
825
826 * ipa-icf.c (sem_function::equals_wpa): Move here some checks from ...
827 (sem_function::equals_wpa): ... here.
828
829 2015-03-10 Marek Polacek <polacek@redhat.com>
830 Jakub Jelinek <jakub@redhat.com>
831
832 PR sanitizer/65367
833 * ubsan.c (ubsan_expand_objsize_ifn): Update GSI instead of GSI_ORIG
834 when only removing the statement. Handle expanding UBSAN_OBJECT_SIZE
835 separately.
836
837 2015-03-10 Jakub Jelinek <jakub@redhat.com>
838
839 PR target/65286
840 * config/rs6000/t-linux: For powerpc64* target set
841 MULTILIB_OSDIRNAMES instead of MULTIARCH_DIRNAME.
842
843 2015-03-10 Richard Biener <rguenther@suse.de>
844
845 PR middle-end/44563
846 * tree-inline.c (copy_cfg_body): Skip block mapped to entry/exit
847 for redirect_all_calls.
848
849 2015-03-10 Marek Polacek <polacek@redhat.com>
850
851 * gdbinit.in (pcfun): Define and document.
852
853 2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
854
855 * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
856 of libgomp-plugin.h.
857 (find_target_compiler): Support a case when the path to gcc is
858 specified in the PATH env var, so COLLECT_GCC doesn't contain a path.
859 (generate_host_descr_file): Use GOMP_DEVICE_INTEL_MIC from
860 intelmic-offload.h instead of OFFLOAD_TARGET_TYPE_INTEL_MIC from
861 libgomp-plugin.h.
862 (main): Use GCC_INSTALL_NAME as target_driver_name.
863 * config/i386/t-intelmic (CFLAGS-mkoffload.o): Add GCC_INSTALL_NAME
864 define.
865 (mkoffload.o): Remove obsolete include path and defines.
866 (mkoffload$(exeext)): Use $(LINKER) instead of $(COMPILER).
867
868 2015-03-10 Richard Biener <rguenther@suse.de>
869
870 PR middle-end/63155
871 * tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
872 * tree-ssa-coalesce.c: Include timevar.h.
873 (attempt_coalesce): Handle graph being NULL.
874 (coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
875 Split out abnormal coalescing to ...
876 (perform_abnormal_coalescing): ... this function.
877 (coalesce_ssa_name): Perform abnormal coalescing without computing
878 live/conflict.
879 (verify_ssa_coalescing_worker): New function.
880 (verify_ssa_coalescing): Likewise.
881
882 2015-03-10 Georg-Johann Lay <avr@gjlay.de>
883
884 PR target/65296
885 * config.gcc (extra_options) [avr]: Remove.
886 (extra_gcc_objs) [avr]: Use driver-avr.o, avr-devices.o.
887 (tm_file) [avr]: Add avr/specs.h after avr/avr.h.
888 (tm_defines) [avr-*-rtems*]: Add WITH_RTEMS.
889
890 * config/avr/avr.opt (config/avr/avr-arch.h): Remove include.
891 (-mmcu=): Add Var and MissingArgError properties.
892 (-march=): Remove.
893 * config/avr/genmultilib.awk: Use -mmcu= instead of -march=.
894 * config/avr/t-multilib: Regenerate.
895 * config/avr/specs.h: New file.
896 * config/avr/driver-avr.c: New file.
897 * config/avr/genopt.sh: Remove file.
898 * config/avr/avr-tables.opt: Remove file.
899 * config/avr/predicates.md (avr_current_arch): Rename to avr_arch.
900 * config/avr/avr-c.c: Same.
901 * avr-arch.h: Same.
902 (avr_current_device): Remove proto.
903 * config/avr/avr.h (avr_current_arch): Rename to avr_arch.
904 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
905 (EXTRA_SPEC_FUNCTIONS): Define.
906 (avr_devicespecs_file): New specs function proto.
907 (DRIVER_SELF_SPECS): Use device-specs-file spec function.
908 * config/avr/avr.c (avr_current_arch): Rename to avr_arch.
909 (avr_current_device): Remove definition and usage.
910 (avr_set_core_architecture): New static function.
911 (avr_option_override): Use it.
912 * config/avr/avr-devices.c (diagnostic.h, avr-arch.h): Include them.
913 (mcu_name): New static array.
914 (comparator, avr_archs_str, avr_mcus_str): New static functions.
915 (avr_inform_devices, avr_inform_core_architectures): New functions.
916 * config/avr/gen-avr-mmcu-specs.c (avr-arch.h, specs.h): Include.
917 (avrlibc.h) [WITH_AVRLIBC]: Include.
918 (../rtems.h, rtems.h) [WITH_RTEMS]: Include.
919 (print_mcu): Rewrite from scratch.
920 * config/avr/avrlibc.h (LIB_SPEC, LIBGCC_SPEC, STARTFILE_SPEC):
921 Forward to avr-specific specs defined in device-specs file.
922 * config/avr/t-avr (driver-avr.o): New rule.
923 (avr-devices.o): Depend on avr-arch.h.
924 (avr-mcus): No more depend on avr-tables.opt.
925 (avr-tables.opt): Remove rule.
926 (install-device-specs): Use INSTALL_DATA, not INSTALL_PROGRAM.
927
928 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
929
930 * c-family/c.opt (fchkp-use-wrappers): New.
931 * ipa-chkp.c (CHKP_WRAPPER_SYMBOL_PREFIX): New.
932 (chkp_wrap_function): New.
933 (chkp_build_instrumented_fndecl): Support wrapped
934 functions.
935 * doc/invoke.texi (-fcheck-pointer-bounds): New.
936 (-fchkp-check-incomplete-type): New.
937 (-fchkp-first-field-has-own-bounds): New.
938 (-fchkp-narrow-bounds): New.
939 (-fchkp-narrow-to-innermost-array): New.
940 (-fchkp-optimize): New.
941 (-fchkp-use-fast-string-functions): New.
942 (-fchkp-use-nochk-string-functions): New.
943 (-fchkp-use-static-bounds): New.
944 (-fchkp-use-static-const-bounds): New.
945 (-fchkp-treat-zero-dynamic-size-as-infinite): New.
946 (-fchkp-check-read): New.
947 (-fchkp-check-write): New.
948 (-fchkp-store-bounds): New.
949 (-fchkp-instrument-calls): New.
950 (-fchkp-instrument-marked-only): New.
951 (-fchkp-use-wrappers): New.
952 (-static-libmpx): New.
953 (-static-libmpxwrappers): New.
954
955 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
956
957 * config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New.
958 (CHKP_SPEC): Add wrappers library.
959 * c-family/c.opt (static-libmpxwrappers): New.
960
961 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
962
963 * config/i386/linux-common.h (LIBMPX_LIBS): New.
964 (LIBMPX_SPEC): New.
965 (CHKP_SPEC): New.
966 * gcc.c (CHKP_SPEC): New.
967 (LINK_COMMAND_SPEC): Add CHKP_SPEC.
968 * c-family/c.opt (static-libmpx): New.
969
970 2015-03-10 Richard Biener <rguenther@suse.de>
971
972 PR middle-end/44563
973 * cgraph.h (struct cgraph_edge_hasher): Add hash overload
974 for compare_type.
975 * cgraph.c (cgraph_edge_hasher::hash): Inline htab_hash_pointer.
976 (cgraph_update_edge_in_call_site_hash): Use cgraph_edge_hasher::hash.
977 (cgraph_add_edge_to_call_site_hash): Likewise.
978 (cgraph_node::get_edge): Likewise.
979 (cgraph_edge::set_call_stmt): Likewise.
980 (cgraph_edge::remove_caller): Likewise.
981
982 2015-03-10 Chung-Ju Wu <jasonwucj@gmail.com>
983
984 * config/nds32/nds32.h (callee_saved_regs_size): Rename to ...
985 (callee_saved_gpr_regs_size): ... this.
986 (callee_saved_regs_first_regno): Rename to ...
987 (callee_saved_first_gpr_regno): ... this.
988 (callee_saved_regs_last_regno) Rename to ...
989 (callee_saved_last_gpr_regno): ... this.
990 * config/nds32/nds32.c (nds32_compute_stack_frame): Adjust renamed
991 variables.
992 (nds32_initial_elimination_offset): Likewise.
993 (nds32_expand_prologue): Likewise.
994 (nds32_expand_epilogue): Likewise.
995 (nds32_expand_prologue_v3push): Likewise.
996 (nds32_expand_epilogue_v3pop): Likewise.
997 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
998 Adjust renamed variables.
999 (nds32_output_stack_pop): Likewise.
1000
1001 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1002
1003 * dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B
1004 code in comment.
1005
1006 2015-03-10 Jakub Jelinek <jakub@redhat.com>
1007
1008 PR rtl-optimization/65321
1009 * cfgexpand.c (expand_debug_expr): Ensure shift amount isn't wider
1010 than shift mode.
1011 * var-tracking.c (use_narrower_mode): Likewise.
1012
1013 2015-03-10 Jan Hubicka <hubicka@ucw.cz>
1014
1015 PR tree-optimization/65355
1016 * varasm.c (notice_global_symbol): Do not produce RTL.
1017 * symtab.c (symtab_node::can_increase_alignment_p): Check for section
1018 anchor.
1019 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
1020 check for section anchors.
1021
1022 2015-03-10 Alan Modra <amodra@gmail.com>
1023
1024 PR target/65286
1025 * config.gcc (powerpc*-*-linux*): Arrange for powerpc64le-linux
1026 to be single-arch by default. Set cpu_is_64bit for powerpc64
1027 given --with-cpu=native.
1028 * config/rs6000/t-fprules: Do not set default MULTILIB vars.
1029 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Support powerpc64
1030 and powerpc64le.
1031 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test
1032 rs6000_isa_flags rather than TARGET_64BIT.
1033
1034 2015-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
1035 Kaz Kojima <kkojima@gcc.gnu.org>
1036
1037 * config/sh/t-linux (MULTILIB_EXCEPTIONS): Define for m2a cases.
1038
1039 2015-03-09 Jakub Jelinek <jakub@redhat.com>
1040
1041 PR lto/65361
1042 * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
1043 on a TREE_BINFO, instead use BINFO_TYPE.
1044
1045 2015-03-09 Richard Biener <rguenther@suse.de>
1046
1047 PR middle-end/65270
1048 * tree-core.h (enum operand_equal_flag): Add OEP_ADDRESS_OF.
1049 * fold-const.c (operand_equal_p): When recursing for ADDR_EXPRs
1050 operand set OEP_ADDRESS_OF. Clear it when recursing to non-bases
1051 of that. When comparing dereferences compare alignment.
1052 When comparing MEM_REFs or TARGET_MEM_REFs compare dependence info.
1053
1054 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
1055
1056 * ipa-inline-analysis.c (check_callers): Check
1057 node->can_remove_if_no_direct_calls_and_refs_p.
1058 (growth_likely_positive): Reorganize to call
1059 can_remove_if_no_direct_calls_p later.
1060 * cgraph.h (will_be_removed_from_program_if_no_direct_calls_p,
1061 will_be_removed_from_program_if_no_direct_calls_p): Add
1062 will_inline parameter.
1063 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p,
1064 cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
1065 Handle inliner case correctly.
1066
1067 2015-03-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
1068
1069 PR tree-optimization/63743
1070 * cfgexpand.c (reorder_operands): Also reorder if only second operand
1071 had its definition forwarded by TER.
1072
1073 2015-03-08 Jan Hubicka <hubicka@ucw.cz>
1074
1075 PR lto/65316
1076 * ipa-utils.h (types_odr_comparable): Add strict argument.
1077 * ipa-devirt.c: Fix whitespace;
1078 (odr_hasher): Remove.
1079 (odr_name_hasher, odr_vtable_hasher): New hashers.
1080 (can_be_name_hashed_p): New predicate.
1081 (hash_type_name): remove.
1082 (hash_odr_name): New.
1083 (odr_name_hasher::hash): new.
1084 (can_be_vtable_hashed_p): New.
1085 (hash_odr_vtable): New.
1086 (odr_vtable_hasher::hash): New.
1087 (types_same_for_odr): Add strict parameter.
1088 (types_odr_comparable): Likewise.
1089 (odr_name_hasher::equal): New.
1090 (odr_vtable_hasher::equal): New.
1091 (odr_name_hasher::remove): New.
1092 (odr_hash_type): Change to hash_table<odr_name_hasher>.
1093 (odr_vtable_hash_type): New.
1094 (odr_vtable_hash): New.
1095 (odr_subtypes_equivalent_p): Do strict comparsion.
1096 (add_type_duplicate): Merge type names; cleanup; avoid type
1097 duplicates.
1098 (register_odr_type): Initialize vtable hash.
1099 (build_type_inheritance_graph): Likewise
1100 (get_odr_type): Reorg to use two hashes.
1101 (dump_possible_polymorphic_call_targets): Move sanity check after debug
1102 output.
1103 (ipa_devirt): Dump type_inheritance_graph.
1104 (types_same_for_odr): Add strict mode.
1105
1106 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
1107
1108 PR ipa/65334
1109 * cgraph.h (symtab_node): Add definition_alignment,
1110 can_increase_alignment_p and increase_alignment.
1111 * symtab.c (symtab_node::can_increase_alignment_p,
1112 increase_alignment_1, symtab_node::increase_alignment,
1113 symtab_node::definition_alignment): New.
1114 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Use
1115 can_increase_alignment_p.
1116 * tree-vectorizer.c (increase_alignment): Use increase_alignment.
1117 * tree-vect-stmts.c (ensure_base_align): Likewise.
1118 * varasm.c (function_section_1): Use definition_alignment.
1119 (assemble_start_function): Likewise.
1120 (emit_local): likewise.
1121 (build_constant_desc): Likewsie.
1122 (output_constant_def_contents): Likewise.
1123 (place_block_symbol): Likewise.
1124 (output_object_block): Likewise.
1125
1126 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
1127
1128 PR ipa/65316
1129 * tree.c (free_lang_data_in_type): Be sure to keep BINFO_VTABLE
1130 when outputting debug.
1131
1132 2015-03-07 Marek Polacek <polacek@redhat.com>
1133 Martin Uecker <uecker@eecs.berkeley.edu>
1134
1135 PR sanitizer/65280
1136 * doc/invoke.texi: Update description of -fsanitize=bounds.
1137
1138 2015-03-06 Wilco Dijkstra <wilco.dijkstra@arm.com>
1139
1140 * tree-ssa-phiopt.c (neg_replacement): Remove.
1141 (tree_ssa_phiopt_worker): Remove negate optimization.
1142
1143 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
1144
1145 PR ipa/65302
1146 * value-prof.c (gimple_ic): Pure dead eh edges when needed.
1147
1148 2015-03-06 Richard Biener <rguenther@suse.de>
1149
1150 PR middle-end/64928
1151 * tree-ssa-live.h (struct tree_live_info_d): Add livein_obstack
1152 and liveout_obstack members.
1153 (calculate_live_on_exit): Remove.
1154 (calculate_live_ranges): Change declaration.
1155 * tree-ssa-live.c (liveness_bitmap_obstack): Remove global var.
1156 (new_tree_live_info): Adjust.
1157 (calculate_live_ranges): Delete livein when not wanted.
1158 (calculate_live_ranges): Do not initialize liveness_bitmap_obstack.
1159 Deal with partly deleted live info.
1160 (loe_visit_block): Remove temporary bitmap by using
1161 bitmap_ior_and_compl_into.
1162 (live_worklist): Adjust accordingly.
1163 (calculate_live_on_exit): Make static.
1164 * tree-ssa-coalesce.c (coalesce_ssa_name): Tell calculate_live_ranges
1165 we do not need livein.
1166
1167 2015-03-06 Jonathan Wakely <jwakely@redhat.com>
1168
1169 * real.c (real_from_string): Fix typo in assertion.
1170
1171 2015-03-06 Alex Velenko <alex.velenko@arm.com>
1172
1173 * ChangeLog (2015-03-05): Reflect Richard Henderson as actual author of
1174 the patch.
1175
1176 2015-03-05 Jan Hubicka <hubicka@ucw.cz>
1177
1178 * ipa-icf.c (sem_variable::equals_wpa): Check FINAL flags.
1179
1180 2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
1181
1182 PR target/64342
1183 * lra-assigns.c (find_hard_regno_for): Rename to
1184 find_hard_regno_for_1. Add a new parameter.
1185 (find_hard_regno_for): New function using find_hard_regno_for_1.
1186
1187 2015-03-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
1188
1189 PR rtl-optimization/65067
1190 * expmed.c (store_bit_field, extract_bit_field): Reworked the
1191 strict volatile bitfield handling.
1192
1193 2015-03-05 Martin Liska <mliska@suse.cz>
1194
1195 PR ipa/65318
1196 * ipa-icf.c (sem_variable::equals): Compare variables types.
1197
1198 2015-03-05 Richard Henderson <rth@redhat.com>
1199
1200 PR target/65121
1201 * config/arm/arm.c (arm_function_in_section_p): Fix predicate to
1202 correctly check weak symbol binding.
1203
1204 2015-03-05 Steve Ellcey <sellcey@imgtec.com>
1205
1206 PR middle-end/65315
1207 * cfgexpand.c (expand_stack_vars): Update large_align to maximum
1208 needed alignment.
1209
1210 2015-03-05 Martin Liska <mliska@suse.cz>
1211
1212 * ipa-inline.c (inline_small_functions): Set default value to
1213 prevent warning during bootstrap.
1214 * tree.h: Add pragma guard that ignores false positives during
1215 bootstrap.
1216
1217 2015-03-05 Richard Biener <rguenther@suse.de>
1218
1219 PR tree-optimization/65310
1220 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
1221 Properly preserve alignment of the base of the access.
1222
1223 2015-03-05 Richard Biener <rguenther@suse.de>
1224
1225 PR ipa/65270
1226 * ipa-icf-gimple.c (func_checker::compare_memory_operand):
1227 Compare dependence info.
1228
1229 2015-03-05 Richard Biener <rguenther@suse.de>
1230
1231 PR middle-end/65233
1232 * ipa-polymorphic-call.c: Include tree-ssa-operands.h and
1233 tree-into-ssa.h.
1234 (walk_ssa_copies): Revert last chage. Instead do not walk
1235 SSA names registered for SSA update.
1236
1237 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
1238
1239 PR ipa/65270
1240 * ipa-icf.c (sem_item::compare_cgraph_references): Compare
1241 vtable references for their containing type.
1242 (sem_function::equals_wpa): Compare TYPE_RESTRICT
1243 and type attributes.
1244
1245 2015-03-04 Eric Botcazou <ebotcazou@adacore.com>
1246
1247 * fold-const.c (round_up_loc): Cast divisor to signed on all paths
1248 before negating it.
1249 * stor-layout.c (finalize_record_size): Revert latest change.
1250
1251 2015-03-04 Andreas Tobler <andreast@gcc.gnu.org>
1252
1253 * config/rs6000/t-freebsd64: Remove 32-bit soft-float multilibs.
1254
1255 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
1256
1257 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewrite
1258 for correct comdat handling.
1259 (cgraph_node::will_be_removed_from_program_if_no_direct_calls_p):
1260 Likewise.
1261 * cgraph.h (call_for_symbol_and_aliases): Fix formating.
1262 (used_from_object_file_p_worker): Remove.
1263 (cgraph_node::only_called_directly_or_alised): Add
1264 used_from_object_file_p.
1265 * ipa-inline-analysis.c (growth_likely_positive): Optimie.
1266 * ipa-inline-transform.c (can_remove_node_now_p_1): Use
1267 can_remove_if_no_direct_calls_and_refs_p.
1268
1269 2015-03-04 Nick Clifton <nickc@redhat.com>
1270
1271 * config/rl78/rl78.h (enum reg_class): Remove real registers from
1272 General register class.
1273 * config/rl78/rl78-real.md: Replace general register constraints
1274 with real+virtual register constraints.
1275
1276 2015-03-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1277
1278 * config/s390/s390.c (s390_expand_builtin): Exlude non-htm builtins
1279 from checking for -mhtm option.
1280
1281 2015-03-03 Jan Hubicka <hubicka@ucw.cz>
1282
1283 * tree-sra.c (convert_callers): Use call_for_symbol_and_aliases.
1284 (struct ipa_sra_check_caller_data): Add has_thunk field.
1285 (ipa_sra_check_caller): Check for thunk.
1286 (ipa_sra_preliminary_function_checks): Give up on function with
1287 thunks.
1288 (ipa_early_sra): Use call_for_symbol_and_aliases.
1289
1290 2015-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
1291
1292 PR target/65249
1293 * config/sh/sh.md (symGOT_load): Use R0 reg for operands[2] when
1294 called for __stack_chk_guard symbol.
1295
1296 2015-03-03 DJ Delorie <dj@redhat.com>
1297
1298 * config/rl78/rl78-real.md (*addqi_real): Allow SADDR types for
1299 inc/dec.
1300 (*addhi3_real): Likewise.
1301 * config/rl78/rl78-virt.md (*inc<mode>3_virt): Additional
1302 pattern to match incrementing memory.
1303 * config/rl78/predicates.md (rl78_1_2_operand): New.
1304 * config/rl78/rl78.c (rl78_force_nonfar_3): Allow far mem-mem if
1305 it's the same and only mem.
1306 (rl78_alloc_physical_registers_op2): If there's effectively only
1307 one MEM, transcode it into HL.
1308 (rl78_far_p): Reject addresses that aren't legitimate.
1309
1310 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
1311
1312 * fold-const.c (round_up_loc): Cast divisor to HOST_WIDE_INT before
1313 negating it.
1314
1315 * tree-sra.c (pa_sra_preliminary_function_checks): Fix typo in message.
1316
1317 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
1318
1319 Implement call0 ABI for xtensa
1320 * config/xtensa/constraints.md ("a" constraint): Include stack
1321 pointer in case of call0 ABI.
1322 ("q" constraint): Make empty in case of call0 ABI.
1323 ("D" constraint): Include stack pointer in case of call0 ABI.
1324 * config/xtensa/xtensa-protos.h (xtensa_set_return_address,
1325 xtensa_expand_epilogue, xtensa_regno_to_class): Add new function
1326 prototypes.
1327 * config/xtensa/xtensa.c (xtensa_callee_save_size): New
1328 variable.
1329 (xtensa_regno_to_class): Make it a local variable in the
1330 function xtensa_regno_to_class.
1331 (xtensa_function_epilogue, TARGET_ASM_FUNCTION_EPILOGUE): Remove
1332 macro, function prototype and implementation.
1333 (reg_nonleaf_alloc_order): Make it a local variable in the
1334 function order_regs_for_local_alloc.
1335 (xtensa_conditional_register_usage): New function.
1336 (TARGET_CONDITIONAL_REGISTER_USAGE): Define macro.
1337 (xtensa_valid_move): Allow direct moves to stack pointer
1338 register in call0 ABI.
1339 (xtensa_setup_frame_addresses): Only spill register windows in
1340 windowed ABI.
1341 (xtensa_emit_call): Emit call(x)8 or call(x)0 in windowed and
1342 call0 ABI respectively.
1343 (xtensa_function_arg_1): Only mark a7 register for copying in
1344 windowed ABI.
1345 (xtensa_call_save_reg): New function.
1346 (compute_frame_size): Add space for callee saved register
1347 storage to the frame size in call0 ABI.
1348 (xtensa_expand_prologue): Generate code to set up stack frame
1349 and save callee-saved registers in call0 ABI.
1350 (xtensa_expand_epilogue): New function.
1351 (xtensa_set_return_address): New function.
1352 (xtensa_return_addr): Calculate return address in call0 ABI.
1353 (xtensa_builtin_saveregs): Only mark a7 register for copying and
1354 emit copying code in windowed ABI.
1355 (order_regs_for_local_alloc): Add preferred register allocation
1356 order for non-leaf function in call0 ABI.
1357 (xtensa_static_chain): Add atatic chain passing for call0 ABI.
1358 (xtensa_asm_trampoline_template): Add trampoline generation for
1359 call0 ABI.
1360 (xtensa_trampoline_init): Add trampoline initialization for
1361 call0 ABI.
1362 (xtensa_conditional_register_usage, xtensa_regno_to_class): New
1363 functions.
1364 * config/xtensa/xtensa.h (TARGET_WINDOWED_ABI): New macro.
1365 (TARGET_CPU_CPP_BUILTINS): Add built-in define for call0 ABI.
1366 (CALL_USED_REGISTERS): Modify to encode both windowed and call0
1367 ABI call-used registers.
1368 (HARD_FRAME_POINTER_REGNUM): Add frame pointer for call0 ABI.
1369 (INCOMING_REGNO, OUTGOING_REGNO): Use argument unchanged in
1370 call0 ABI.
1371 (REG_CLASS_CONTENTS): Include all registers into the preferred
1372 reload registers set, adjust the set in the
1373 xtensa_conditional_register_usage.
1374 (xtensa_regno_to_class): Drop variable declaration.
1375 (REGNO_REG_CLASS): Redefine to use xtensa_regno_to_class
1376 function.
1377 (WINDOW_SIZE): Define as 8 or 0 for windowed and call0 ABI
1378 respectively.
1379 (FUNCTION_PROFILER): Add _mcount call for call0 ABI.
1380 (TRAMPOLINE_SIZE): Define trampoline size for call0 ABI.
1381 (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 in call0 ABI.
1382 (ASM_OUTPUT_POOL_PROLOGUE): Always generate literal pool
1383 location in call0 ABI.
1384 (EH_RETURN_STACKADJ_RTX): New definition, use a10 for passing
1385 stack adjustment size when handling exception.
1386 (CRT_CALL_STATIC_FUNCTION): Add definition for call0 ABI.
1387 * config/xtensa/xtensa.md (A9_REG, UNSPECV_BLOCKAGE): New
1388 definitions.
1389 ("return" pattern): Generate ret.n/ret in call0 ABI.
1390 ("epilogue" pattern): Expand epilogue.
1391 ("nonlocal_goto" pattern): Use default in call0 ABI.
1392 ("eh_return" pattern): Move implementation to eh_set_a0_windowed,
1393 emit eh_set_a0_* depending on ABI.
1394 ("eh_set_a0_windowed" pattern): Former eh_return pattern.
1395 ("eh_set_a0_call0", "blockage"): New patterns.
1396
1397 2015-03-03 Martin Liska <mliska@suse.cz>
1398
1399 PR ipa/65287
1400 * ipa-icf.c (sem_variable::parse): Skip all alias variables.
1401
1402 2015-03-03 Michael Meissner <meissner@linux.vnet.ibm.com>
1403
1404 PR 65138/target
1405 * config/rs6000/rs6000-tables.opt: Regenerate table.
1406
1407 2015-03-03 Renlin Li <renlin.li@arm.com>
1408
1409 * doc/md.texi (@item ^): Change ? into ^.
1410
1411 2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
1412
1413 * doc/tm.texi: Regenerated.
1414
1415 2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
1416
1417 * builtins.c (expand_builtin_return_addr): Add
1418 RETURN_ADDR_IN_PREVIOUS_FRAME to 'if' condition, remove
1419 surrounding #ifdef.
1420 * config/sparc/sparc.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Change
1421 definition to 1.
1422 * config/xtensa/xtensa.h (RETURN_ADDR_IN_PREVIOUS_FRAME):
1423 Likewise.
1424 * defaults.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Define to 0 if
1425 undefined.
1426 * doc/tm.texi.in (RETURN_ADDR_IN_PREVIOUS_FRAME): Update
1427 paragraph.
1428
1429 2015-03-03 Martin Jambor <mjambor@suse.cz>
1430 Eric Botcazou <ebotcazou@adacore.com>
1431
1432 * tree-sra.c (ipa_sra_check_caller_data): New type.
1433 (has_caller_p): Removed.
1434 (ipa_sra_check_caller): New function.
1435 (ipa_sra_preliminary_function_checks): Use it.
1436
1437 2015-03-03 Martin Liska <mliska@suse.cz>
1438
1439 * ipa-icf.c (sem_item_optimizer::merge_classes): Use bit or
1440 instead of if branch.
1441
1442 2015-03-03 Martin Liska <mliska@suse.cz>
1443
1444 PR ipa/65282
1445 * ipa-icf.c (sem_variable::equals): Fix wrong condition.
1446
1447 2015-03-23 Jeff Law <law@redhat.com>
1448
1449 PR tree-optimization/65241
1450 * tree-ssa-dom.c (lookup_avail_expr): Only modify the avail_expr
1451 hash table if INSERT is true.
1452
1453 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
1454
1455 PR target/65296
1456 * config.gcc (extra_gcc_objs) [avr-*-rtems*]: Remove.
1457
1458 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
1459
1460 PR target/64331
1461 * config/avr/avr.c (context.h, tree-pass.h): Include them.
1462 (avr_pass_data_recompute_notes): New static variable.
1463 (avr_pass_recompute_notes): New class.
1464 (avr_register_passes): New static function.
1465 (avr_option_override): Call it.
1466
1467 2015-03-03 Georg-Johann Lay <avr@gjlay.de>
1468
1469 Fix various problems with specs file generation.
1470
1471 PR target/65296
1472 * config.gcc (extra_gcc_objs) [avr]: Remove.
1473 * config/avr/driver-avr.c: Remove file.
1474 * config/avr/t-avr (driver-avr.o): Remove rule.
1475 (gen-avr-mmcu-specs): Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD and
1476 INCLUDES to build. Depend on TM_H.
1477 * config/avr/gen-avr-mmcu-specs.c: Tidy up code. Fix various
1478 build warnings. Fix non-matching types and non-existing %-codes.
1479 (tm.h): Include.
1480 (*lib) [!WITH_AVRLIBC]: Don't link libdev.a.
1481 (*libgcc) [WITH_AVRLIBC]: Add "-lm".
1482 * config/avr/avrlibc.h (LIBGCC_SPEC): Remove definition.
1483 * config/avr/avr.h (DRIVER_SELF_SPECS): Fix handling of -march=.
1484 (CPP_SPEC, CC1PLUS_SPEC, ASM_SPEC, LINK_SPEC, LIB_SPEC)
1485 (LIBGCC_SPEC): Remove definitions.
1486
1487 2015-03-03 Eric Botcazou <ebotcazou@adacore.com>
1488
1489 * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG
1490 to create a register in testing mode.
1491
1492 2015-03-03 Martin Liska <mliska@suse.cz>
1493 Jan Hubicka <hubicka@ucw.cz>
1494
1495 PR ipa/65263
1496 * cgraph.c (cgraph_node::has_thunk_p): New function.
1497 * cgraph.h (cgraph_node::has_thunk_p: Likewise.
1498 * ipa-icf.c (redirect_all_callers): Do not redirect thunks.
1499 (sem_function::merge): Assert is changed.
1500
1501 2015-03-03 Martin Liska <mliska@suse.cz>
1502 Martin Jambor <mjambor@suse.cz>
1503
1504 PR ipa/65087
1505 * ipa-icf.c (sem_item_optimizer::execute): Change function
1506 return value to boolean.
1507 (sem_item_optimizer::merge_classes): Likewise.
1508 (ipa_icf_driver): Return TODO_remove_functions in case there's
1509 a merge operation processed.
1510 * ipa-icf.h: Change function return value to boolean.
1511
1512 2015-03-02 Michael Meissner <meissner@linux.vnet.ibm.com>
1513
1514 PR 65138/target
1515 * config/rs6000/rs6000-cpus.def (powerpc64le): Add new generic
1516 processor type for 64-bit little endian PowerPC.
1517
1518 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
1519 -mdebug=reg, print TARGET_DEFAULT. Fix logic to use
1520 TARGET_DEFAULT if there is no default cpu. Fix -mdebug=reg
1521 printing built-in mask so it does not pass NULL pointers.
1522
1523 * doc/invoke.texi (IBM RS/6000 and PowerPC options): Document
1524 -mcpu=powerpc64le.
1525
1526 2015-03-02 Steve Ellcey <sellcey@imgtec.com>
1527
1528 PR target/58158
1529 * config/mips/mips.md (mov<mode>cc): Change ISA_HAS_SEL check to
1530 !ISA_HAS_FP_CONDMOVE.
1531
1532 2015-03-02 Aldy Hernandez <aldyh@redhat.com>
1533
1534 * config/i386/i386.md (*udivmod<mode>4_pow2): Remove
1535 reload_completed.
1536
1537 2015-03-02 Ulrich Drepper <drepper@gmail.com>
1538
1539 * doc/invoke.texi (Options for Code Generation Conventions):
1540 Fix URL of DSO paper.
1541
1542 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
1543
1544 PR ipa/65130
1545 * ipa-inline.c (check_callers): Looks for recursion.
1546 (inline_to_all_callers): Give up on uninlinable or recursive edges.
1547 * ipa-inline-analysis.c (inline_summary_t::duplicate): Do not update
1548 summary of inline clones.
1549 (do_estimate_growth_1): Fix recursion check.
1550
1551 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
1552
1553 PR ipa/64988
1554 * ipa-inline-transform.c (clone_inlined_nodes): Do not dissolve
1555 comdat groups.
1556
1557 2015-03-02 Jan Hubicka <hubicka@ucw.cz>
1558 Aldy Hernandez <aldyh@redhat.com>
1559
1560 PR lto/65276
1561 * ipa-devirt.c (add_type_duplicate): Remove odr_violated assert
1562 when checking TYPE_BINFO.
1563
1564 2015-03-02 Richard Biener <rguenther@suse.de>
1565
1566 PR ipa/65270
1567 * ipa-icf-gimple.c: Include builtins.h.
1568 (func_checker::compare_memory_operand): Compare base alignment.
1569
1570 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1571
1572 PR target/65184
1573 * gcc/config/i386/i386.c (ix86_pass_by_reference) Bounds
1574 are never passed by reference.
1575
1576 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1577
1578 PR target/65183
1579 * tree-chkp.c (chkp_check_lower): Don't check against
1580 zero bounds for already instrumented functions.
1581 (chkp_check_upper): Likewise.
1582 (chkp_fini): Clean pass local data to avoid wrong reusage.
1583
1584 2015-02-28 Martin Liska <mliska@suse.cz>
1585 Jan Hubicka <hubicka@ucw.cz>
1586
1587 * ipa-icf.c (sem_variable::equals): Improve debug output;
1588 get variable constructor.
1589 (sem_variable::parse): Do not filter out too early; give up on
1590 volatile and register vars.
1591 (sem_item_optimizer::filter_removed_items): Filter out nonreadonly
1592 variables.
1593 * ipa-icf.h (sem_variable::init): Do not set ctor.
1594 (sem_variable::ctor): Remove.
1595
1596 2015-03-01 Aldy Hernandez <aldyh@redhat.com>
1597
1598 PR middle-end/65233
1599 * ipa-polymorphic-call.c (walk_ssa_copies): Handle empty PHIs.
1600
1601 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1602
1603 * ipa-icf.c: Include stor-layout.h
1604 (sem_function::compare_cgraph_references): Rename to ...
1605 (sem_item::compare_cgraph_references): ... this one.
1606 (sem_variable::equals_wpa): New function
1607 (sem_variable::equals): Do not check stuff already verified by
1608 equals_wpa.
1609 (sem_variable::equals): Reorg based on varasm.c:compare_constant.
1610 * ipa-icf.h (sem_item): Add compare_cgraph_references.
1611 (sem_function): Remove compare_cgraph_references.
1612 (sem_variable): Turns equals_wpa into non-inline.
1613
1614 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1615
1616 * ipa-icf.c (sem_function::init): Fix formating; skip GIMPLE_PREDICT.
1617 (sem_item::add_expr): New function.
1618 (sem_function::hash_stmt): Handle operands of most statements.
1619 (sem_variable::get_hash): Hash the actual constructor.
1620 * ipa-icf.h (sem_item): Add add_expr.
1621 (sem_function): Update prototype of hash_stmt
1622
1623 2015-02-28 Martin Liska <mliska@suse.cz>
1624 Jan Hubicka <hubicka@ucw.cz>
1625
1626 PR ipa/65245
1627 * ipa-icf-gimple.c (func_checker::compare_function_decl):
1628 Remove.
1629 (func_checker::compare_variable_decl): Skip symtab vars.
1630 (func_checker::compare_cst_or_decl): Update.
1631 * ipa-icf.c (sem_function::parse): Do not consider aliases.
1632 (sem_function::compare_cgraph_references): Add ADDRESS parameter;
1633 use correct symtab predicates.
1634 (sem_function::equals_wpa): Update uses of compare_cgraph_references.
1635 (sem_variable::parse): Update comment.
1636 (sem_item_optimizer::build_graph): Consider ultimate aliases
1637 for references.
1638
1639 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1640
1641 * ipa-icf-gimple.c (func_checker::compare_operand): Fix handling
1642 of OBJ_TYPE_REF.
1643
1644 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1645
1646 * ipa-icf.c (sem_function::merge): Fix handling of COMDAT.
1647 (sem_variable::merge) Likewise.
1648
1649 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1650
1651 * ipa-inline.c (can_inline_edge_p): Match opt_for_fn on inline
1652 target; also match flag_ipa_devirt.
1653
1654 2015-03-01 Martin Liska <mliska@suse.cz>
1655 Jan Hubicka <hubicka@ucw.cz>
1656
1657 * ipa-icf-gimple.c (func_checker::compare_variable_decl):
1658 Validate variable alignment.
1659 * ipa-icf.c (sem_function::equals_private): Be more precise
1660 about non-common function attributes.
1661 (sem_variable::equals): Likewise.
1662
1663 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1664
1665 PR ipa/65237
1666 * ipa-icf.c (sem_function::merge): Do not attempt to produce alias
1667 across COMDAT group boundary.
1668
1669 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1670
1671 PR ipa/65232
1672 * ipa-icf.c (clear_decl_rtl): New function.
1673 (sem_function::merge): Clear RTL before forming alias.
1674 (sem_variable::merge): Clear RTL before forming alias.
1675
1676 2015-02-28 Jan Hubicka <hubicka@ucw.cz>
1677
1678 PR ipa/65236
1679 * cgraphunit.c (cgraph_node::expand_thunk): Enable return slot opt.
1680
1681 2015-02-28 Xingxing Pan <xxingpan@marvell.com>
1682
1683 * config/aarch64/aarch64.md: (mov<mode>_aarch64): Change type
1684 to neon_to_gp<q>.
1685
1686 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
1687
1688 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): Fix
1689 a typo in the description.
1690
1691 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
1692
1693 PR target/64317
1694 * params.def (PARAM_LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
1695 * params.h (LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF): New.
1696 * lra-constraints.c: Include "params.h".
1697 (EBB_PROBABILITY_CUTOFF): Use
1698 LRA_INHERITANCE_EBB_PROBABILITY_CUTOFF.
1699 (lra_inheritance): Use '<' instead of '<=' for
1700 EBB_PROBABILITY_CUTOFF.
1701 * doc/invoke.texi (lra-inheritance-ebb-probability-cutoff):
1702 Document change.
1703
1704 2015-02-27 Martin Liska <mliska@suse.cz>
1705
1706 * ipa-icf.h (struct symbol_compare_hashmap_traits): Add missing
1707 vector length condition.
1708
1709 2015-02-27 Sandra Loosemore <sandra@codesourcery.com>
1710
1711 * doc/extend.texi (x86 transactional memory intrinsics):
1712 Reorganize discussion of _xbegin. Clarify that the return
1713 value is a bit mask. Expand example and move to end of section.
1714
1715 2015-02-26 Jakub Jelinek <jakub@redhat.com>
1716 Aldy Hernandez <aldyh@redhat.com>
1717
1718 PR rtl-optimization/65220
1719 * config/i386/i386.md (*udivmod<mode>4_pow2): New.
1720
1721 2015-02-27 Vladimir Makarov <vmakarov@redhat.com>
1722
1723 PR target/65032
1724 * lra-remat.c (update_scratch_ops): New.
1725 (do_remat): Call it.
1726 * lra.c (lra_register_new_scratch_op): New. Take code from ...
1727 (remove_scratches): ... here.
1728 * lra-int.h (lra_register_new_scratch_op): New prototype.
1729
1730 2015-02-27 Marek Polacek <polacek@redhat.com>
1731
1732 PR c/65040
1733 * doc/invoke.texi: Update to reflect that -Wformat=2 doesn't enable
1734 -Wformat-signedness anymore.
1735
1736 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1737
1738 * config/s390/s390.c: (s390_atomic_assign_expand_fenv): New
1739 function.
1740 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define macro.
1741
1742 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1743
1744 * config/s390/s390.c (enum s390_builtin):
1745 Add S390_BUILTIN_S390_SFPC and S390_BUILTIN_S390_EFPC.
1746 (code_for_builtin): Add CODE_FOR_s390_sfpc and CODE_FOR_s390_efpc.
1747 (s390_init_builtins): Generate new builtin functions.
1748 * config/s390/s390.md (UNSPECV_SFPC, UNSPECV_EFPC): New constants.
1749 (s390_sfpc, s390_efpc): New pattern definitions.
1750
1751 2015-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1752
1753 * config/s390/s390.c: (enum s390_builtin, s390_expand_builtin):
1754 Rename S390_BUILTIN_max to S390_BUILTIN_MAX.
1755 (s390_builtin_decls): New array.
1756 (s390_init_builtins): Put builtin decls into s390_builtin_decls.
1757 (s390_builtin_decl): New function.
1758 (TARGET_BUILTIN_DECL): Define macro.
1759
1760 2015-02-27 Richard Biener <rguenther@suse.de>
1761
1762 PR middle-end/63175
1763 * builtins.c (get_object_alignment_2): Make sure to re-apply
1764 the ANDed mask after recursing to its operand gets us a new
1765 misalignment bit position.
1766
1767 2015-02-26 Jan Hubicka <hubicka@ucw.cz>
1768 Martin Liska <mliska@suse.cz>
1769
1770 PR bootstrap/65150
1771 * ipa-icf.c (symbol_compare_collection::symbol_compare_colleciton):
1772 Use address_matters_p.
1773 (redirect_all_callers, set_addressable): New functions.
1774 (sem_function::merge): Reorganize and fix merging issues.
1775 (sem_variable::merge): Likewise.
1776 (sem_variable::compare_sections): Remove.
1777 * common.opt (fmerge-all-constants, fmerge-constants): Remove
1778 Optimization flag.
1779 * symtab.c (symtab_node::resolve_alias): When alias has aliases,
1780 redirect them.
1781 (symtab_node::make_decl_local): Set ADDRESSABLE bit when
1782 decl is used.
1783 (address_matters_1): New function.
1784 (symtab_node::address_matters_p): New function.
1785 * cgraph.c (cgraph_edge::verify_corresponds_to_fndecl): Fix
1786 check for merged flag.
1787 * cgraph.h (address_matters_p): Declare.
1788 (symtab_node::address_taken_from_non_vtable_p): Remove.
1789 (symtab_node::address_can_be_compared_p): New method.
1790 (ipa_ref::address_matters_p): Move here from ipa-ref.c; simplify.
1791 * ipa-visibility.c (symtab_node::address_taken_from_non_vtable_p):
1792 Remove.
1793 (comdat_can_be_unshared_p_1) Use address_matters_p.
1794 (update_vtable_references): Fix formating.
1795 * ipa-ref.c (ipa_ref::address_matters_p): Move inline.
1796 * cgraphunit.c (cgraph_node::create_wrapper): Drop UNINLINABLE flag.
1797 * cgraphclones.c: Preserve merged and icf_merged flags.
1798
1799 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1800
1801 * doc/extend.texi (Function Attributes): Fix spelling and typos.
1802 (Label Attributes): Likewise.
1803 (Cilk Plus Builtins): Likewise.
1804 (ARC SIMD Built-in Functions): Likewise.
1805 (ARM C Language Extensions (ACLE)): Likewise.
1806 (PowerPC Built-in Functions): Likewise.
1807 (PowerPC Hardware Transactional Memory Built-in Functions):
1808 Likewise.
1809
1810 2015-02-26 Jakub Jelinek <jakub@redhat.com>
1811
1812 PR tree-optimization/65216
1813 * tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
1814 new stmt and new SSA_NAME for lhs whenever the arguments have
1815 changed and weren't just swapped. Fix comment typo.
1816
1817 PR tree-optimization/65215
1818 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
1819 for PDP endian targets.
1820 (perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
1821 Fix up formatting issues.
1822 (bswap_replace): Likewise. For BYTES_BIG_ENDIAN, if the final access
1823 size is smaller than the original, adjust MEM_REF offset by the
1824 difference of sizes. Use is_gimple_mem_ref_addr instead of
1825 is_gimple_min_invariant test to avoid adding address temporaries.
1826
1827 2015-02-26 Martin Liska <mliska@suse.cz>
1828 Jan Hubicka <hubicka@ucw.cz>
1829
1830 PR ipa/64693
1831 * ipa-icf.c (symbol_compare_collection::symbol_compare_collection): New.
1832 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): New function.
1833 (sem_item_optimizer::process_cong_reduction): Include division by
1834 sensitive references.
1835 * ipa-icf.h (struct symbol_compare_hashmap_traits): New class.
1836 * ipa-ref.c (ipa_ref::address_matters_p): New function.
1837 * ipa-ref.h (ipa_ref::address_matters_p): Likewise.
1838
1839 2015-02-26 Georg-Johann Lay <avr@gjlay.de>
1840
1841 PR target/65192
1842 * config/avr/avr-protos.h (tiny_valid_direct_memory_access_range):
1843 Remove.
1844 * config/avr/avr.c: Same.
1845 (avr_legitimate_address_p) <AVR_TINY, CONSTANT_ADDRESS_P>:
1846 Refuse any constant address not in 0..0xbf.
1847 * config/avr/avr.md (*mov<mode>, *movsf): Remove
1848 tiny_valid_direct_memory_access_range from insn conditions.
1849 (mov<mode>): Don't special-case expansion of avrtiny addresses.
1850
1851 2015-02-26 Oleg Endo <olegendo@gcc.gnu.org>
1852
1853 PR target/61142
1854 * config/sh/sh.c (sh_check_add_incdec_notes): New function.
1855 * config/sh/sh-protos.h (sh_check_add_incdec_notes): Declare it.
1856 * config/sh/predicates.md (const_logical_operand): New predicate.
1857 * config/sh/sh.md: Add new peephole2 patterns.
1858
1859 2015-02-26 Marek Polacek <polacek@redhat.com>
1860
1861 PR ipa/65008
1862 * ipa-inline.c (early_inliner): Recompute inline parameters.
1863
1864 2015-02-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1865
1866 PR target/65171
1867 * config/rs6000/rs6000.c (rs6000_analyze_swaps): Ensure
1868 instructions with TImode operands are included in the analysis.
1869
1870 2015-02-26 Sebastian Pop <s.pop@samsung.com>
1871
1872 * tree-ssa-threadupdate.c (dump_jump_thread_path): Print all edges
1873 of an EDGE_FSM_THREAD.
1874
1875 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1876
1877 * config/rs6000/htm.md (tcheck): Fix assembly encoding.
1878
1879 2015-02-25 Aldy Hernandez <aldyh@redhat.com>
1880
1881 PR debug/46102
1882 * dwarf2out.c (dwarf2out_init): Disable -feliminate-dwarf2-dups.
1883
1884 2015-02-26 Sebastian Pop <s.pop@samsung.com>
1885
1886 PR tree-optimization/65048
1887 * tree-ssa-threadupdate.c (valid_jump_thread_path): New.
1888 (thread_through_all_blocks): Call valid_jump_thread_path.
1889 Remove invalid FSM jump-thread paths.
1890
1891 2015-02-26 Jakub Jelinek <jakub@redhat.com>
1892
1893 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
1894 (ipa_write_optimization_summaries): Likewise.
1895 * tree-streamer.h: Include data-streamer.h.
1896 (streamer_mode_table): Declare extern variable.
1897 (bp_pack_machine_mode, bp_unpack_machine_mode): New inline functions.
1898 * lto-streamer-out.c (lto_output_init_mode_table,
1899 lto_write_mode_table): New functions.
1900 (produce_asm_for_decls): Call lto_write_mode_table when streaming
1901 offloading LTO.
1902 * lto-section-in.c (lto_section_name): Add "mode_table" entry.
1903 (lto_create_simple_input_block): Add mode_table argument to the
1904 lto_input_block constructors.
1905 * ipa-prop.c (ipa_prop_read_section, read_replacements_section):
1906 Likewise.
1907 * data-streamer-in.c (string_for_index): Likewise.
1908 * ipa-inline-analysis.c (inline_read_section): Likewise.
1909 * ipa-icf.c (sem_item_optimizer::read_section): Likewise.
1910 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
1911 * lto-streamer-in.c (lto_read_body_or_constructor,
1912 lto_input_toplevel_asms): Likewise.
1913 (lto_input_mode_table): New function.
1914 * tree-streamer-out.c (pack_ts_fixed_cst_value_fields,
1915 pack_ts_decl_common_value_fields, pack_ts_type_common_value_fields):
1916 Use bp_pack_machine_mode.
1917 * real.h (struct real_format): Add name field.
1918 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
1919 (class lto_input_block): Add mode_table member.
1920 (lto_input_block::lto_input_block): Add mode_table_ argument,
1921 initialize mode_table.
1922 (struct lto_file_decl_data): Add mode_table field.
1923 (lto_input_mode_table, lto_output_init_mode_table): New prototypes.
1924 * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields,
1925 unpack_ts_decl_common_value_fields,
1926 unpack_ts_type_common_value_fields): Call bp_unpack_machine_mode.
1927 * tree-streamer.c (streamer_mode_table): New variable.
1928 * real.c (ieee_single_format, mips_single_format,
1929 motorola_single_format, spu_single_format, ieee_double_format,
1930 mips_double_format, motorola_double_format,
1931 ieee_extended_motorola_format, ieee_extended_intel_96_format,
1932 ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
1933 ibm_extended_format, mips_extended_format, ieee_quad_format,
1934 mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
1935 decimal_single_format, decimal_double_format, decimal_quad_format,
1936 ieee_half_format, arm_half_format, real_internal_format): Add name
1937 field.
1938 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Likewise.
1939
1940 2015-02-26 Yuri Rumyantsev <ysrumyan@gmail.com>
1941
1942 PR target/65161
1943 * config/i386/i386.c (ix86_sched_reorder): Skip instruction
1944 reordering for selective scheduling.
1945
1946 2015-02-26 Terry Guo <terry.guo@arm.com>
1947
1948 * config/arm/arm-cores.def (cortex-m7): Add flag FL_NO_VOLATILE_CE.
1949 * config/arm/arm-protos.h (FL_NO_VOLATILE_CE): New flag.
1950 (arm_arch_no_volatile_ce): Declare new global variable.
1951 * config/arm/arm.c (arm_arch_no_volatile_ce): New global variable.
1952 (arm_option_override): Assign value to arm_arch_no_volatile_ce.
1953 * config/arm/arm.h (arm_arch_no_volatile_ce): Declare it.
1954 (TARGET_NO_VOLATILE_CE): New macro.
1955 * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
1956 volatile memory access in IT block
1957
1958 2015-02-25 Uros Bizjak <ubizjak@gmail.com>
1959
1960 PR target/47230
1961 * doc/install.texi (Specific, alpha*-*-*): Document that binutils 2.25
1962 or newer are required.
1963
1964 2015-02-25 Kai Tietz <ktietz@redhat.com>
1965
1966 PR tree-optimization/61917
1967 * tree-vect-loop.c (vectorizable_reduction): Handle obvious case
1968 that reduc_def_stmt is null.
1969
1970 2015-02-25 Martin Liska <mliska@suse.cz>
1971
1972 * ipa-icf-gimple.c (func_checker::compare_variable_decl): Compare
1973 hard register variables.
1974
1975 2015-02-25 Kai Tietz <ktietz@redhat.com>
1976
1977 PR target/64212
1978 * symtab.c (symtab::make_decl_local): Set DECL_IMPORT_P explicit to 0.
1979 (symtab::noninterposable_alias): Likewise.
1980
1981 2015-02-25 Ilya Enkovich <ilya.enkovich@intel.com>
1982
1983 PR target/65167
1984 * gcc/config/i386/i386.c (ix86_function_arg_regno_p): Support
1985 bounds registers.
1986 (avoid_func_arg_motion): Add dependencies for BNDSTX insns.
1987
1988 2015-02-25 Alan Lawrence <alan.lawrence@arm.com>
1989
1990 PR target/64997
1991 * config/aarch64/aarch64.md (*xor_one_cmpl<mode>3): Use FP_REGNUM_P
1992 as split condition; force split via '#' in output pattern.
1993
1994 2015-02-25 Richard Biener <rguenther@suse.de>
1995 Kai Tietz <ktietz@redhat.com>
1996
1997 PR tree-optimization/61917
1998 * tree-vect-loop.c (vectorizable_reduction): Allow
1999 vect_internal_def without reduction to exit graceful.
2000
2001 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
2002
2003 PR target/65196
2004 * config/avr/avr.c (avr_adjust_insn_length): Call recog_memoized
2005 only with NONDEBUG_INSN_P.
2006
2007 2015-02-25 Georg-Johann Lay <avr@gjlay.de>
2008
2009 Use variadic macros with avr-log.c.
2010
2011 * config/avr/avr-protos.h (avr_vdump): New prototype.
2012 (avr_log_set_caller_e, avr_log_set_caller_f): Remove protos.
2013 (avr_edump, avr_fdump, avr_dump): (Re)define to use avr_vdump.
2014 * config/avr/avr-log.c: Adjust comments.
2015 (avr_vdump): New function.
2016 (avr_vadump): Pass caller as 2nd argument instead of format string.
2017 (avr_log_caller, avr_log_fdump_e, avr_log_fdump_f)
2018 (avr_log_set_caller_e, avr_log_set_caller_f): Remove.
2019
2020 2015-02-25 Jakub Jelinek <jakub@redhat.com>
2021
2022 PR lto/64374
2023 * target.def (target_option_stream_in): New target hook.
2024 * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
2025 targetm.target_option.post_stream_in if non-NULL.
2026 * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
2027 * doc/tm.texi: Updated.
2028 * config/i386/i386.c (ix86_function_specific_post_stream_in): New
2029 function.
2030 (TARGET_OPTION_POST_STREAM_IN): Redefine.
2031
2032 2015-02-24 Jeff Law <law@redhat.com>
2033
2034 PR target/65117
2035 * config/xtensa/xtensa.md (zero_cost_loop_start): Reverse numbering
2036 of operand 0 and operand 2.
2037 (zero_cost_loop_end, loop_end): Similarly.
2038
2039 2015-02-24 Aldy Hernandez <aldyh@redhat.com>
2040
2041 * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to
2042 CXX_MEM_STAT_INFO.
2043
2044 2015-02-24 DJ Delorie <dj@redhat.com>
2045
2046 * config/rl78/rl78-protos.h (rl78_split_movsi): Accept a mode as well.
2047 * config/rl78/rl78-expand.md (movsf): New, same as movsi.
2048 * config/rl78/rl78.c (rl78_split_movsi): Accept a mode, use it
2049 instead of hardcoding SImode.
2050
2051 2015-02-24 Bernd Schmidt <bernds@codesourcery.com>
2052
2053 * omp-low.c (create_omp_child_function): Tag entrypoint
2054 functions with a special attribute.
2055
2056 2015-02-24 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2057
2058 PR target/65058
2059 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Drop unused variable.
2060
2061 2015-02-24 Vladimir Makarov <vmakarov@redhat.com>
2062
2063 PR rtl-optimization/65123
2064 * lra-remat.c (operand_to_remat): Check hard regs in insn
2065 definition too.
2066
2067 2015-02-24 Nick Clifton <nickc@redhat.com>
2068
2069 * config/v850/v850.h (ASM_SPEC): Pass -msoft-float/-mhard-float on
2070 to the assembler.
2071
2072 2015-02-24 Thomas Schwinge <thomas@codesourcery.com>
2073
2074 PR libgomp/64625
2075 * omp-builtins.def (BUILT_IN_GOACC_DATA_START): Specify as
2076 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, not
2077 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR.
2078 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_UPDATE): Specify as
2079 BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR, not
2080 BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR.
2081 (BUILT_IN_GOACC_PARALLEL): Specify as
2082 BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR, not
2083 BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR.
2084 * builtin-types.def
2085 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
2086 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
2087 Remove function types.
2088 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR)
2089 (BT_FN_VOID_INT_SIZE_PTR_PTR_PTR_INT_INT_VAR)
2090 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
2091 New function types.
2092
2093 2015-02-24 Georg-Johann Lay <avr@gjlay.de>
2094
2095 * config/avr/stdfix.h [__WITH_AVRLIBC__]: Include <stdfix-avrlibc.h>.
2096
2097 2015-02-24 Jakub Jelinek <jakub@redhat.com>
2098
2099 PR tree-optimization/65170
2100 * wide-int.cc (wi::mul_internal): For the umul_ppmm optimization,
2101 if val[1] < 0, clear also val[2] and return 3.
2102
2103 2015-02-24 Alan Modra <amodra@gmail.com>
2104
2105 PR target/65172
2106 * config/rs6000/rs6000.c (get_memref_parts): Only return true
2107 when *base is a reg. Handle nested plus addresses. Simplify
2108 pre_modify test.
2109
2110 2015-02-22 Max Filippov <jcmvbkbc@gmail.com>
2111
2112 * config/xtensa/xtensa.h (CONSTANT_ALIGNMENT, DATA_ALIGNMENT):
2113 use natural alignment when optimizing for size.
2114
2115 2015-02-23 Kaz Kojima <kkojima@gcc.gnu.org>
2116
2117 PR target/65153
2118 * config/sh/sh.md (movsicc_true+3): Remove peephole.
2119 * config/sh/sh-protos.h (replace_n_hard_rtx): Don't declare.
2120 * config/sh/sh.c (replace_n_hard_rtx): Remove.
2121
2122 2015-02-23 Richard Sandiford <richard.sandiford@arm.com>
2123
2124 PR fortran/63427
2125 * wide-int.cc (wi::from_mpz): Cope with unwrapped values that are
2126 too big for a wide_int. Implement missing wrapping operation.
2127
2128 2015-02-23 Oleg Endo <olegendo@gcc.gnu.org>
2129
2130 PR target/65163
2131 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536
2132 instead of const_int 4294901760.
2133
2134 2015-02-23 Georg-Johann Lay <avr@gjlay.de>
2135
2136 * config/avr/t-avr: Fix typo in comment.
2137
2138 2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
2139
2140 * doc/rtl.texi (fma): Clarify documentation.
2141
2142 2015-02-20 Aldy Hernandez <aldyh@redhat.com>
2143
2144 PR debug/58123
2145 * gimplify.c (gimplify_expr): Prefer location of TRY_FINALLY_EXPR
2146 over input_location.
2147
2148 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
2149
2150 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
2151 unpack_ts_type_common_value_fields): If ACCEL_COMPILER,
2152 restrict alignments to absolute_biggest_alignment.
2153 * config/i386/i386.c (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT):
2154 Define.
2155 * doc/tm.texi.in (TARGET_ABSOLUTE_BIGGEST_ALIGNMENT): Add.
2156 * doc/tm.texi: Regenerate.
2157 * target.def (absolute_biggest_alignment): New DEFHOOKPOD.
2158
2159 2015-02-20 Vladimir Makarov <vmakarov@redhat.com>
2160
2161 PR target/64172
2162 * ira-color.c (color_pass): Prevent splitting multi-register pseudos.
2163
2164 2015-02-20 Richard Biener <rguenther@suse.de>
2165
2166 PR tree-optimization/65136
2167 * tree-ssa-propagate.c: Include cfgloop.h.
2168 (replace_phi_args_in): Avoid replacing loop latch edge PHI
2169 arguments with constants.
2170
2171 2015-02-20 Jakub Jelinek <jakub@redhat.com>
2172 Martin Liska <mliska@suse.cz>
2173
2174 PR target/63892
2175 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
2176 don't try to create_thunk if stdarg_p. If
2177 !sem_item::target_supports_symbol_aliases_p (), similarly, and try to
2178 redirect_callers if possible.
2179 (sem_item_optimizer::execute): Call unregister_hooks here...
2180 (ipa_icf_driver): ... instead of here.
2181
2182 2015-02-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2183
2184 * config/aarch64/aarch64.md (*aarch64_lshr_sisd_or_int_<mode>3):
2185 Mark operand 0 as earlyclobber in 2nd alternative.
2186 (1st define_split below *aarch64_lshr_sisd_or_int_<mode>3):
2187 Write negated shift amount into QI lowpart operand 0 and use it
2188 in the shift step.
2189 (2nd define_split below *aarch64_lshr_sisd_or_int_<mode>3): Likewise.
2190
2191 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
2192
2193 * cgraph.h (clone_function_name_1): Declare.
2194 * cgraphclones.c (clone_function_name_1): New function.
2195 (clone_function_name): Use it.
2196 * lto-partition.c: Include "stringpool.h".
2197 (must_not_rename, maybe_rewrite_identifier)
2198 (validize_symbol_for_target): New static functions.
2199 (privatize_symbol_name): Use must_not_rename.
2200 (promote_symbol): Call validize_symbol_for_target.
2201 (lto_promote_cross_file_statics): Likewise.
2202 (lto_promote_statics_nonwpa): Likewise.
2203
2204 2015-02-20 Georg-Johann Lay <avr@gjlay.de>
2205
2206 PR target/64452
2207 * config/avr/avr.md (pushhi_insn): New insn.
2208 (push<mode>1): Push virtual regs in one chunk using pushhi1_insn.
2209
2210 2015-02-20 Bernd Schmidt <bernds@codesourcery.com>
2211 Jakub Jelinek <jakub@redhat.com>
2212
2213 * tree-streamer.c (preload_common_nodes): Don't preload
2214 TI_VA_LIST* for offloading.
2215 * tree-stdarg.c (pass_stdarg::gate): Disable for ACCEL_COMPILER
2216 in_lto_p.
2217
2218 2015-02-19 John David Anglin <danlgin@gcc.gnu.org>
2219
2220 * config/pa/pa.c (pa_emit_move_sequence): Always force
2221 (const (plus (symbol) (const_int))) to const mem. Put REG_EQUAL
2222 note on insn.
2223
2224 * config/pa/pa.c (pa_reloc_rw_mask): New function.
2225 (TARGET_ASM_RELOC_RW_MASK): Define.
2226 (pa_cannot_force_const_mem): Revert previous change.
2227
2228 2015-02-19 Martin Jambor <mjmabor@suse.cz>
2229 Jan Hubicka <hubicka@ucw.cz>
2230
2231 PR ipa/65028
2232 * ipa-cp.c (propagate_alignment_accross_jump_function): Fix propagation
2233 across jump functions.
2234
2235 2015-02-19 Uros Bizjak <ubizjak@gmail.com>
2236
2237 * config/alpha/alpha.c (alpha_in_small_data_p): Reject common symbols.
2238
2239 2015-02-19 Sandra Loosemore <sandra@codesourcery.com>
2240
2241 * doc/extend.texi (x86 transactional memory intrinsics): Copy-edit.
2242
2243 2015-02-19 Richard Henderson <rth@redhat.com>
2244
2245 PR middle-end/65074
2246 * varasm.c (default_binds_local_p_2): Don't test node->definition;
2247 test DECL_EXTERNAL independent of symtab_node.
2248
2249 2015-02-19 Jakub Jelinek <jakub@redhat.com>
2250
2251 PR lto/65012
2252 * varpool.c (varpool_node::get_constructor): Return early
2253 if this->lto_file_data is NULL.
2254
2255 2015-02-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2256
2257 * haifa-sched.c (enum rfs_decision, rfs_str): Remove RFS_DEBUG.
2258 (rank_for_schedule_debug): Update.
2259 (ready_sort): Make static. Move sorting logic to ...
2260 (ready_sort_debug, ready_sort_real): New static functions.
2261 (schedule_block): Sort both debug insns and real insns in preparation
2262 for ready list trimming. Improve debug output.
2263 * sched-int.h (ready_sort): Remove global declaration.
2264
2265 2015-02-18 Trevor Saunders <tsaunders@mozilla.com>
2266
2267 * ipa-icf.c (sem_function::equals_private): Adjust.
2268 (sem_function::bb_dict_test): Take a vec<int> * instead of
2269 auto_vec<int>.
2270 * ipa-icf.h (bb_dict_test): Likewise.
2271
2272 2015-02-18 Jakub Jelinek <jakub@redhat.com>
2273
2274 PR gcov-profile/64634
2275 * tree-eh.c (frob_into_branch_around): Fix up typos
2276 in function comment.
2277 (lower_catch): Put eh_seq resulting from EH lowering of
2278 the cleanup sequence after the cleanup rather than before it.
2279
2280 2015-02-18 Tom de Vries <tom@codesourcery.com>
2281
2282 * common.opt (fstdarg-opt): New option.
2283 * tree-stdarg.c (pass_stdarg::gate): Use flag_stdarg_opt.
2284 * doc/invoke.texi (@item Optimization Options): Add -fstdarg-opt.
2285 (@item -fstdarg-opt): New item.
2286
2287 2015-02-18 H.J. Lu <hongjiu.lu@intel.com>
2288
2289 PR target/65064
2290 * config/ia64/predicates.md (sdata_symbolic_operand): Return false
2291 for common symbols.
2292
2293 2015-02-18 Jakub Jelinek <jakub@redhat.com>
2294
2295 * config/i386/t-intelmic (mkoffload.o): Remove dependency on
2296 insn-modes.h.
2297 (ALL_HOST_OBJS): Add mkoffload.o.
2298 * config/nvptx/t-nvptx (ALL_HOST_OBJS): Likewise.
2299
2300 2015-02-18 Jan Hubicka <hubicka@ucw.cz>
2301
2302 * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
2303 (compare_virtual_tables): Be smarter about skipping typeinfos;
2304 do sane output on virtual table table mismatch.
2305 (warn_odr): Be ready for forward declarations of enums;
2306 output sane info on base mismatch and virtual table mismatch.
2307 (add_type_duplicate): Fix code choosing prevailing type; do not ICE
2308 when only one type is polymorphic.
2309 (get_odr_type): Fix hashtable corruption.
2310 (dump_odr_type): Dump mangled names.
2311
2312 2015-02-18 Richard Biener <rguenther@suse.de>
2313
2314 PR tree-optimization/65063
2315 * tree-predcom.c (determine_unroll_factor): Return 1 if we
2316 have replaced looparound PHIs.
2317
2318 2015-02-18 Martin Liska <mliska@suse.cz>
2319
2320 * lto-streamer.c (lto_streamer_init): Encapsulate
2321 streamer_check_handled_ts_structures with checking macro.
2322
2323 2015-02-18 Jakub Jelinek <jakub@redhat.com>
2324
2325 PR ipa/65087
2326 * cgraphclones.c (cgraph_node::create_virtual_clone): Only copy
2327 section if !implicit_section.
2328 (cgraph_node::create_version_clone_with_body): Likewise.
2329 * trans-mem.c (ipa_tm_create_version): Likewise.
2330
2331 2015-02-18 Richard Biener <rguenther@suse.de>
2332
2333 PR tree-optimization/62217
2334 * tree-ssa-dom.c (cprop_operand): Avoid propagating copies
2335 into BIVs.
2336
2337 2015-02-18 Marek Polacek <polacek@redhat.com>
2338
2339 PR sanitizer/65081
2340 * ubsan.c (OBJSZ_MAX_OFFSET): Define.
2341 (ubsan_expand_objsize_ifn): Don't emit run-time check if the offset
2342 is in range [-16K, -1]. Don't issue run-time error if
2343 (ptr > ptr + offset).
2344
2345 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2346
2347 * doc/install.texi (nvptx-*-none): New section.
2348 * doc/invoke.texi (Nvidia PTX Options): Likewise.
2349 * config/nvptx/nvptx.opt: Update.
2350
2351 * config/nvptx/mkoffload.c (parse_env_var, free_array_of_ptrs)
2352 (access_check): New functions, copied from
2353 config/i386/intelmic-mkoffload.c.
2354 (main): For non-installed testing, look in all COMPILER_PATHs for
2355 GCC_INSTALL_NAME.
2356
2357 * config/nvptx/nvptx.h (GOMP_SELF_SPECS): Define macro.
2358
2359 2015-02-18 Andrew Pinski <apinski@cavium.com>
2360 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
2361
2362 * config/aarch64/aarch64.c (*aarch64_load_symref_appropriately):
2363 Check whether the destination of SYMBOL_SMALL_TPREL is Pmode.
2364
2365 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
2366
2367 * ipa-visibility.c (function_and_variable_visibility): Only
2368 check locality if node is not already local.
2369 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
2370 call_for_symbol_and_aliases instead of
2371 call_for_symbol_thunks_and_aliases.
2372 (ipa_inline): Likewise.
2373 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
2374 first walk aliases.
2375 * ipa.c (symbol_table::remove_unreachable_nodes): Use
2376 call_for_symbol_and_aliases.
2377 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
2378 (ipa_propagate_frequency_1): Use it; use opt_for_fn
2379 (ipa_propagate_frequency): Update.
2380 (ipa_profile): Add opt_for_fn gueards.
2381
2382 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
2383
2384 * config/sh/sh.opt (mcbranch-force-delay-slot): New option.
2385 * doc/invoke.texi (SH options): Document it.
2386 * config/sh/sh.c (sh_insn_length_adjustment): Check
2387 TARGET_CBRANCH_FORCE_DELAY_SLOT instead of sh_cpu_attr == CPU_SH2E.
2388
2389 2015-02-17 H.J. Lu <hongjiu.lu@intel.com>
2390
2391 * common.opt (fipa-cp-alignment): New.
2392 * ipa-cp.c (ipcp_store_alignment_results): Check
2393 flag_ipa_cp_alignment.
2394 * opts.c (default_options_table): Enable -fipa-cp-alignment for
2395 -O2.
2396 (enable_fdo_optimizations): Set x_flag_ipa_cp_alignment.
2397 * doc/invoke.texi: Document -fipa-cp-alignment.
2398
2399 2015-02-17 Oleg Endo <olegendo@gcc.gnu.org>
2400
2401 PR target/64793
2402 * config/sh/sh.md (cbranch define_delay): Set annulled true branch insn
2403 to nil. Adjust comments.
2404
2405 2015-02-17 Jan Hubicka <hubicka@ucw.cz>
2406
2407 * ipa-visibility.c (function_and_variable_visibility): Only
2408 check locality if node is not already local.
2409 * ipa-inline.c (want_inline_function_to_all_callers_p): Use
2410 call_for_symbol_and_aliases instead of
2411 call_for_symbol_thunks_and_aliases.
2412 (ipa_inline): Likewise.
2413 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
2414 first walk aliases.
2415 * ipa.c (symbol_table::remove_unreachable_nodes): Use
2416 call_for_symbol_and_aliases.
2417 * ipa-profile.c (ipa_propagate_frequency_data): Add function_symbol.
2418 (ipa_propagate_frequency_1): Use it; use opt_for_fn
2419 (ipa_propagate_frequency): Update.
2420 (ipa_profile): Add opt_for_fn guards.
2421
2422 2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
2423
2424 * config/nvptx/mkoffload.c (parse_file): Fix logic error in
2425 skipping of "strange" tokens.
2426
2427 2015-02-17 Jeff Law <law@redhat.com>
2428
2429 * tree-vrp.c (identify_jump_threads): Use last_stmt. Remove
2430 obsolete comment.
2431
2432 2015-02-17 James Greenhalgh <james.greenhalgh@arm.com>
2433
2434 * haifa-sched.c (recompute_todo_spec): Treat SCHED_GROUP_P
2435 as forcing a HARD_DEP between instructions, thereby
2436 disallowing rewriting to break dependencies.
2437
2438 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
2439
2440 * symtab.c (symtab_node::verify_base): Verify body_removed->!definiton
2441 * lto-cgraph.c (lto_output_varpool_node): Do not keep definition of
2442 variables in boundary that have no inlitalizer encoded and are
2443 not aliases.
2444 * varasm.c (default_binds_local_p_2): External definitions do not
2445 count as definitions here.
2446
2447 2015-02-16 Jeff Law <law@redhat.com>
2448
2449 PR tree-optimization/64823
2450 * tree-vrp.c (identify_jump_threads): Handle blocks with no real
2451 statements.
2452 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
2453 threading through blocks with PHIs, but no statements.
2454 (thread_through_normal_block): Distinguish between blocks where
2455 we did not process all the statements and blocks with no statements.
2456
2457 2015-02-16 Jakub Jelinek <jakub@redhat.com>
2458 James Greenhalgh <james.greenhalgh@arm.com>
2459
2460 PR ipa/64963
2461 * cgraphclones.c (cgraph_node::create_virtual_clone): Copy
2462 section if not linkonce. Fix up formatting.
2463 (cgraph_node::create_version_clone_with_body): Copy section.
2464 * trans-mem.c (ipa_tm_create_version): Likewise.
2465
2466 2015-02-16 Richard Biener <rguenther@suse.de>
2467
2468 PR tree-optimization/65077
2469 * tree-ssa-structalias.c (get_constraint_for_1): Handle
2470 IMAGPART_EXPR, REALPART_EXPR and BIT_FIELD_REF.
2471 (find_func_aliases): Allow float values to carry pointers again.
2472
2473 2015-02-16 James Greenhalgh <james.greenhalgh@arm.com>
2474
2475 * doc/install.texi (Specific): Reorder targets list to put
2476 aarch64 in alphabetical order. Add a link to aarch64*-*-*
2477 from the top menu.
2478
2479 2015-02-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2480 David Edelsohn <dje.gcc@gmail.com>
2481
2482 PR target/65058
2483 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Append storage
2484 mapping class to external variable or function reference.
2485 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Do not append storage
2486 mapping class.
2487
2488 2015-02-16 David Eelsohn <dje.gcc@gmail.com>
2489
2490 PR target/53348
2491 * config/rs6000/rs6000.c (rs6000_declare_alias): Only use
2492 ASM_WEAKEN_DECL if defined.
2493
2494 2015-02-16 Richard Biener <rguenther@suse.de>
2495
2496 PR lto/65015
2497 * varasm.c (default_file_start): For LTO produced units
2498 emit <artificial> as file directive.
2499
2500 2015-02-16 Richard Biener <rguenther@suse.de>
2501
2502 PR tree-optimization/63593
2503 * tree-predcom.c (execute_pred_commoning_chain): Delay removing
2504 stmts and releasing SSA names until...
2505 (execute_pred_commoning): ... after processing all chains.
2506
2507 2015-02-16 Jan Hubicka <hubicka@ucw.cz>
2508
2509 PR ipa/65059
2510 * ipa-comdats.c (ipa_comdats): Do not categorize thunks to
2511 external functions.
2512
2513 2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
2514
2515 * doc/bugreport.texi: Adjust section titles throughout the file
2516 to use "Title Case".
2517 * doc/extend.texi: Likewise.
2518 * doc/gcov.texi: Likewise.
2519 * doc/implement-c.texi: Likewise.
2520 * doc/implement-cxx.texi: Likewise.
2521 * doc/invoke.texi: Likewise.
2522 * doc/objc.texi: Likewise.
2523 * doc/standards.texi: Likewise.
2524 * doc/trouble.texi: Likewise.
2525
2526 2015-02-15 Jan Hubicka <hubicka@ucw.cz>
2527
2528 * cgraph.h (symtab_node::has_aliases_p): Simplify.
2529 (symtab_node::call_for_symbol_and_aliases): Use has_aliases_p
2530 * tree.c (lookup_binfo_at_offset): Make static.
2531 (get_binfo_at_offset): Do not shadow offset; add explanatory
2532 comment.
2533
2534 2015-02-15 John David Anglin <danglin@gcc.gnu.org>
2535
2536 * config/pa/pa.c (pa_secondary_reload): Request a secondary reload
2537 for all floading point loads and stores except those using a register
2538 index address.
2539 * config/pa/pa.md: Add new patterns to load a lo_sum DLT operand
2540 to a register.
2541
2542 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
2543
2544 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
2545 (do_estimate_growth_1): Record if any uninlinable edge was seen.
2546 (estimate_growth): Handle uninlinable edges correctly.
2547 (check_callers): New.
2548 (growth_likely_positive): Handle aliases correctly.
2549
2550 2015-02-14 Jan Hubicka <hubicka@ucw.cz>
2551
2552 * ipa-chkp.c: Use iterate_direct_aliases.
2553 * symtab.c (resolution_used_from_other_file_p): Move inline.
2554 (symtab_node::create_reference): Fix formating.
2555 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
2556 (symtab_node::iterate_reference): Move inline.
2557 (symtab_node::iterate_referring): Move inline.
2558 (symtab_node::iterate_direct_aliases): Move inline.
2559 (symtab_node::used_from_object_file_p_worker): Inline into ...
2560 (symtab_node::used_from_object_file_p): ... this one; move inline.
2561 (symtab_node::call_for_symbol_and_aliases): Move inline;
2562 use iterate_direct_aliases.
2563 (symtab_node::call_for_symbol_and_aliases_1): New method.
2564 (cgraph_node::call_for_symbol_and_aliases): Move inline;
2565 use iterate_direct_aliases.
2566 (cgraph_node::call_for_symbol_and_aliases_1): New method.
2567 (varpool_node::call_for_node_and_aliases): Rename to ...
2568 (varpool_node::call_for_symbol_and_aliases): ... this one; Move inline;
2569 use iterate_direct_aliases.
2570 (varpool_node::call_for_symbol_and_aliases_1): New method.
2571 * ipa.c (ipa_single_use): Use iterate_direct_aliases.
2572 (ipa_discover_readonly_nonaddressable_var): Update.
2573 * ipa-devirt.c: Fix formating.
2574 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_and_refs_p):
2575 Move inline.
2576 (cgraph_node::call_for_symbol_and_aliases): Move inline.
2577 (cgraph_node::call_for_symbol_and_aliases_1): New function..
2578 * cgraph.h (used_from_object_file_p_worker): Remove.
2579 (resolution_used_from_other_file_p): Move inline.
2580 (symtab_node::has_aliases_p): Move inline; use iterate_direct_aliases.
2581 (symtab_node::iterate_reference): Move inline.
2582 (symtab_node::iterate_referring): Move inline.
2583 (symtab_node::iterate_direct_aliases): Move inline.
2584 (symtab_node::used_from_object_file_p_worker): Inline into ...
2585 (symtab_node::used_from_object_file_p): Move inline.
2586 * tree-emutls.c (ipa_lower_emutls): Update.
2587 * varpool.c (varpool_node::call_for_symbol_and_aliases_1): New method.
2588 (varpool_node::call_for_node_and_aliases): Remove.
2589
2590 2015-02-14 Jakub Jelinek <jakub@redhat.com>
2591
2592 PR tree-optimization/62209
2593 * tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
2594 op == range->exp, insert seq and gimplified code after labels
2595 instead of after the phi.
2596
2597 2015-02-13 Jeff Law <law@redhat.com>
2598
2599 PR bootstrap/65060
2600 Revert my change for tree-optimization/64823.
2601
2602 2015-02-13 Jakub Jelinek <jakub@redhat.com>
2603
2604 PR tree-optimization/65053
2605 * tree-ssa-phiopt.c (value_replacement): When moving assign before
2606 cond, either reset VR on lhs or set it to phi result VR.
2607
2608 2015-02-13 Jeff Law <law@redhat.com>
2609
2610 PR tree-optimization/64823
2611 * tree-vrp.c (identify_jump_threads): Handle blocks with no statements.
2612 * tree-ssa-threadedge.c (potentially_threadable_block): Allow
2613 threading through blocks with PHIs, but no statements.
2614 (thread_through_normal_block): Distinguish between blocks where
2615 we did not process all the statements and blocks with no statements.
2616
2617 PR rtl-optimization/47477
2618 * match.pd (convert (plus/minus (convert @0) (convert @1): New
2619 simplifier to narrow arithmetic.
2620
2621 2015-02-13 Jan Hubicka <hubicka@ucw.cz>
2622
2623 PR ipa/65028
2624 * ipa-prop.c (update_indirect_edges_after_inlining): Do not drop
2625 polymorphic call info when type is not known to be preserved.
2626
2627 2015-02-13 Maritn Jambor <mjambor@suse.cz>
2628
2629 PR ipa/65028
2630 * ipa-inline-transform.c (mark_all_inlined_calls_cdtor): New function.
2631 (inline_call): Use it.
2632
2633 2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
2634
2635 * config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
2636 GOMP_DEVICE_NVIDIA_PTX.
2637
2638 2015-02-13 Jakub Jelinek <jakub@redhat.com>
2639
2640 PR ipa/65034
2641 * stmt.c (emit_case_nodes): Use void_type_node instead of
2642 NULL_TREE as LABEL_DECL type.
2643
2644 2015-02-13 John David Anglin <danglin@gcc.gnu.org>
2645
2646 * config/pa/constraints.md: Change "Q" and "T" constraints to memory
2647 constraints.
2648 * config/pa/pa.c (pa_cannot_force_const_mem): Don't allow constant
2649 symbolic references to data to be forced to constant memory on the
2650 SOM target.
2651
2652 2015-02-13 Ilya Enkovich <ilya.enkovich@intel.com>
2653
2654 PR tree-optimization/65002
2655 * tree-cfg.c (pass_data_fixup_cfg): Don't update
2656 SSA on start.
2657 * tree-sra.c (some_callers_have_no_vuse_p): New.
2658 (ipa_early_sra): Reject functions whose callers
2659 assume function is read only.
2660
2661 2015-02-13 Richard Biener <rguenther@suse.de>
2662
2663 PR lto/65015
2664 * dwarf2out.c (dwarf2out_finish): Use <artificial> as DW_AT_name
2665 for LTO produced CUs.
2666
2667 2015-02-13 Bin Cheng <bin.cheng@arm.com>
2668
2669 PR tree-optimization/64705
2670 * tree-ssa-loop-niter.h (expand_simple_operations): New parameter.
2671 * tree-ssa-loop-niter.c (expand_simple_operations): New parameter.
2672 * tree-ssa-loop-ivopts.c (extract_single_var_from_expr): New.
2673 (find_bivs, find_givs_in_stmt_scev): Pass new argument to
2674 expand_simple_operations.
2675
2676 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
2677 Richard Henderson <rth@redhat.com>
2678
2679 PR rtl/32219
2680 * cgraphunit.c (cgraph_node::finalize_function): Set definition
2681 before notice_global_symbol.
2682 (varpool_node::finalize_decl): Likewise.
2683 * varasm.c (default_binds_local_p_2): Rename from
2684 default_binds_local_p_1, add weak_dominate argument. Use direct
2685 returns instead of assigning to local variable. Unify varpool and
2686 cgraph paths via symtab_node. Reject undef weak variables before
2687 testing visibility. Reorder tests for simplicity.
2688 (default_binds_local_p): Use default_binds_local_p_2.
2689 (default_binds_local_p_1): Likewise.
2690 (decl_binds_to_current_def_p): Unify varpool and cgraph paths
2691 via symtab_node.
2692 (default_elf_asm_output_external): Emit visibility when specified.
2693
2694 2015-02-13 Alan Modra <amodra@gmail.com>
2695
2696 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Fix typo in
2697 code setting up r11 for out-of-line fp restore.
2698
2699 2015-02-13 Eric Botcazou <ebotcazou@adacore.com>
2700
2701 * config/visium/visium.opt (msv-mode): Add RejectNegative and Report.
2702 (muser-mode): Likewise.
2703
2704 2015-02-13 Alan Modra <amodra@gmail.com>
2705
2706 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Use addsi3_carry
2707 or adddi3_carry when restoring frame_reg_rtx from r0 after restvr.
2708
2709 2015-02-12 David Howells <dhowells@redhat.com>
2710
2711 * tree-sra.c (dump_dereferences_table): Avoid -Wformat-security
2712 warning.
2713 * tree-ssa-uninit.c (dump_predicates): Likewise.
2714 * opts.c (print_filtered_help): Likewise.
2715
2716 2015-02-12 Jakub Jelinek <jakub@redhat.com>
2717
2718 * dwarf2out.c (output_die): Use "%s", name instead of name to
2719 avoid -Wformat-security warning.
2720
2721 * dwarf2asm.c (dw2_asm_output_vms_delta): Only define
2722 if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
2723 * dwarf2out.c (output_die): Use dw2_asm_output_vms_delta
2724 only if ASM_OUTPUT_DWARF_VMS_DELTA is defined.
2725
2726 2015-02-12 Jason Merrill <jason@redhat.com>
2727
2728 * common.opt (-flifetime-dse): New.
2729
2730 2015-02-12 Jakub Jelinek <jakub@redhat.com>
2731
2732 PR sanitizer/65019
2733 * ubsan.c (ubsan_expand_objsize_ifn): Always return true.
2734
2735 PR tree-optimization/65014
2736 * fold-const.c (fold_binary_loc): When creating {L,R}ROTATE_EXPR,
2737 use original second operand of arg0 or arg1 instead of
2738 that adjusted by STRIP_NOPS.
2739
2740 2015-02-11 Jeff Law <law@redhat.com>
2741
2742 PR target/63347
2743 * haifa-sched.c (prune_ready_list): If we have a SCHED_GROUP_P insn
2744 that needs to be queued, just queue it for a single cycle.
2745
2746 2015-02-11 Jan Hubicka <hubicka@ucw.cz>
2747
2748 * ipa.c (symbol_table::remove_unreachable_nodes): Avoid releasing
2749 bodies of thunks; comment on why.
2750 * symtab.c (symtab_node::get_partitioning_class): Aliases of extern
2751 symbols are extern.
2752
2753 2015-02-11 Richard Henderson <rth@redhat.com>
2754
2755 PR sanitize/65000
2756 * tree-eh.c (mark_reachable_handlers): Mark source and destination
2757 regions of __builtin_eh_copy_values.
2758
2759 2015-02-11 Jakub Jelinek <jakub@redhat.com>
2760
2761 PR middle-end/65003
2762 * varasm.c (place_block_symbol): Assert that DECL_RTL of the
2763 ultimate alias is MEM with SYMBOL_REF satisfying
2764 SYMBOL_REF_HAS_BLOCK_INFO_P as its operand. Don't pass the MEM
2765 to place_block_symbol, but instead pass the SYMBOL_REF operand of it.
2766
2767 2015-02-11 Thomas Schwinge <thomas@codesourcery.com>
2768
2769 * config/nvptx/mkoffload.c: Include "diagnostic.h" instead of
2770 "diagnostic-core.h".
2771 (main): Initialize progname, and call diagnostic_initialize.
2772
2773 * config/nvptx/mkoffload.c (process): Refer to __OFFLOAD_TABLE__
2774 instead of __OPENMP_TARGET__.
2775
2776 * config/nvptx/mkoffload.c: Include "gomp-constants.h".
2777 (process): Use its GOMP_DEVICE_NVIDIA_PTX instead of (wrongly)
2778 hard-coding PTX_ID.
2779
2780 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
2781
2782 * doc/sourcebuild.texi (pie_enabled): Document.
2783
2784 2015-02-11 Martin Liska <mliska@suse.cz>
2785
2786 PR ipa/64813
2787 * cgraphunit.c (cgraph_node::expand_thunk): Do not create
2788 a return value for call to a function that is noreturn.
2789
2790 2015-02-11 Richard Biener <rguenther@suse.de>
2791
2792 PR lto/65015
2793 * dwarf2out.c (gen_producer_string): Drop -fltrans-output-list
2794 and -fresolution.
2795
2796 2015-02-11 Andrew Pinski <apinski@cavium.com>
2797
2798 PR target/64893
2799 * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
2800 Change the first argument type to size_type_node and add another
2801 size_type_node.
2802 (aarch64_simd_expand_builtin): Handle the new argument to
2803 AARCH64_SIMD_BUILTIN_LANE_CHECK and don't ICE but rather
2804 print an out when the first two arguments are not
2805 nonzero integer constants.
2806 * config/aarch64/arm_neon.h (__AARCH64_LANE_CHECK):
2807 Pass the sizeof directly to __builtin_aarch64_im_lane_boundsi.
2808
2809 2015-02-11 Jakub Jelinek <jakub@redhat.com>
2810
2811 PR target/61925
2812 * config/i386/i386.c (ix86_reset_to_default_globals): Removed.
2813 (ix86_reset_previous_fndecl): Restore it here, unconditionally.
2814 (ix86_set_current_function): Rewritten.
2815 (ix86_add_new_builtins): Temporarily clear current_target_pragma
2816 when creating builtin fndecls.
2817
2818 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
2819
2820 PR ipa/65005
2821 * ipa-visibility.c (cgraph_node::non_local_p): Turn into static
2822 function.
2823 * symtab.c (symtab_node::verify_base): Remove check that non-definitions
2824 have no comdat group.
2825 * lto-cgraph.c (lto_output_node): Always output thunk and alias info.
2826 (lto_output_varpool_node): Always output alias info.
2827 (output_refs): Output refs of boundary aliases, too.
2828 (compute_ltrans_boundary): Add alias and thunk target into boundaries.
2829 (output_symtab): Output call eges in thunks in boundary.
2830 (get_alias_symbol): Remove.
2831 (input_node, input_varpool_node): Do not special case weakrefs.
2832 * ipa.c (symbol_table::remove_unreachable_nodes): Do not remove
2833 alias and thunks targets in the boundary; do not take removed symbols
2834 from their comdat groups.
2835 * cgraph.c (cgraph_node::local_info): Look through aliases and thunks.
2836 (cgraph_node::global_info): Remove.
2837 (cgraph_node::rtl_info): Look through aliases and thunks.
2838 * cgrpah.h (global_info): Remove.
2839 (non_local_p): Remove.
2840
2841 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
2842 Sandra Loosemore <sandra@codesourcery.com>
2843
2844 * doc/invoke.texi (x86 Options [-masm=dialect]): Add cross-references
2845 to inline asm. List dialects in proper order.
2846
2847 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
2848 Sandra Loosemore <sandra@codesourcery.com>
2849
2850 * doc/extend.texi (Loop-Specific Pragmas): Fix grammar error.
2851
2852 2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
2853
2854 * doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
2855 modified) reference to Solaris.
2856
2857 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
2858
2859 * doc/extend.texi (Extended Asm): Fix typos.
2860
2861 2015-02-10 Jakub Jelinek <jakub@redhat.com>
2862
2863 PR sanitizer/65004
2864 * ubsan.c (ubsan_expand_vptr_ifn): Always return true.
2865
2866 2015-02-10 Oleg Endo <olegendo@gcc.gnu.org>
2867
2868 PR target/64661
2869 * config/sh/sh-protos.h (TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
2870 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
2871 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Add parentheses.
2872 * config/sh/constraints.md (Ara, Add): New constraints.
2873 * config/sh/sync.md (atomic_mem_operand_0, atomic_mem_operand_1): New
2874 predicates.
2875 (atomic_compare_and_swap<mode>, atomic_exchange<mode>): Use
2876 atomic_mem_operand_0. Don't use force_reg on the memory address.
2877 (atomic_compare_and_swapsi_hard): Use atomic_mem_operand_0 predicate and
2878 Sra constraint. Convert to insn_and_split. Add workaround for
2879 PR 64974.
2880 (atomic_compare_and_swap<mode>_hard): Copy to
2881 atomic_compare_and_swap<mode>_hard_1. Convert to insn_and_split.
2882 Use atomic_mem_operand_0 predicate.
2883 (atomic_compare_and_swap<mode>_soft_gusa,
2884 atomic_exchange<mode>_soft_gusa): Use atomic_mem_operand_0 predicate and
2885 AraAdd constraints.
2886 (atomic_compare_and_swap<mode>_soft_tcb,
2887 atomic_compare_and_swap<mode>_soft_imask,
2888 atomic_exchange<mode>_soft_tcb, atomic_exchange<mode>_soft_imask): Use
2889 atomic_mem_operand_0 predicate and SraSdd constraints.
2890 (atomic_exchangesi_hard) Use atomic_mem_operand_0 predicate and Sra
2891 constraint.
2892 (atomic_exchange<mode>_hard): Copy to atomic_exchange<mode>_hard_1.
2893 Convert to insn_and_split. Use atomic_mem_operand_0 predicate.
2894 (atomic_fetch_<fetchop_name><mode>, atomic_fetch_nand<mode>,
2895 atomic_<fetchop_name>_fetch<mode>): Use atomic_mem_operand_1. Don't use
2896 force_reg on the memory address.
2897 (atomic_fetch_<fetchop_name>si_hard, atomic_fetch_notsi_hard,
2898 atomic_fetch_nandsi_hard, atomic_<fetchop_name>_fetchsi_hard,
2899 atomic_not_fetchsi_hard, atomic_nand_fetchsi_hard): Use
2900 atomic_mem_operand_1 predicate and Sra constraint.
2901 (atomic_fetch_<fetchop_name><mode>_hard): Copy to
2902 atomic_fetch_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
2903 Use atomic_mem_operand_1 predicate.
2904 (atomic_<fetchop_name><mode>_hard): Copy to
2905 atomic_<fetchop_name><mode>_hard_1. Convert to insn_and_split.
2906 Use atomic_mem_operand_1 predicate.
2907 (atomic_fetch_nand<mode>_hard): Copy to atomic_fetch_nand<mode>_hard_1.
2908 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
2909 (atomic_nand<mode>_hard): Copy to atomic_nand<mode>_hard_1. Convert to
2910 insn_and_split. Use atomic_mem_operand_1 predicate.
2911 (atomic_<fetchop_name>_fetch<mode>_hard): Copy to
2912 atomic_<fetchop_name>_fetch<mode>_hard_1. Convert to insn_and_split.
2913 Use atomic_mem_operand_1 predicate.
2914 (atomic_nand_fetch<mode>_hard): Copy to atomic_nand_fetch<mode>_hard_1.
2915 Convert to insn_and_split. Use atomic_mem_operand_1 predicate.
2916 (atomic_fetch_not<mode>_hard, atomic_not_fetch<mode>_hard): Replace mems
2917 in generated insn with original mem operand before emitting the insn.
2918 (atomic_fetch_<fetchop_name><mode>_soft_gusa,
2919 atomic_fetch_not<mode>_soft_gusa, atomic_fetch_nand<mode>_soft_gusa,
2920 atomic_<fetchop_name>_fetch<mode>_soft_gusa,
2921 atomic_not_fetch<mode>_soft_gusa, atomic_nand_fetch<mode>_soft_gusa):
2922 Use atomic_mem_operand_1 predicate and AraAdd constraints.
2923 (atomic_fetch_<fetchop_name><mode>_soft_tcb,
2924 atomic_<fetchop_name><mode>_soft_tcb, atomic_fetch_not<mode>_soft_tcb,
2925 atomic_not<mode>_soft_tcb, atomic_fetch_<fetchop_name><mode>_soft_imask,
2926 atomic_fetch_not<mode>_soft_imask, atomic_fetch_nand<mode>_soft_tcb,
2927 atomic_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask,
2928 atomic_<fetchop_name>_fetch<mode>_soft_tcb,
2929 atomic_not_fetch<mode>_soft_tcb,
2930 atomic_<fetchop_name>_fetch<mode>_soft_imask,
2931 atomic_not_fetch<mode>_soft_imask, atomic_nand_fetch<mode>,
2932 atomic_nand_fetch<mode>_soft_tcb, atomic_nand_fetch<mode>_soft_imask):
2933 Use atomic_mem_operand_1 predicate and SraSdd constraints.
2934
2935 2015-02-10 Uros Bizjak <ubizjak@gmail.com>
2936
2937 * config/alpha/alpha.md (reload_out<mode>_aligned): Make operands 2
2938 and 3 earlyclobber operands.
2939
2940 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
2941
2942 * common.opt (fstack-reuse): Mark as optimization.
2943
2944 2015-02-10 Jan Hubicka <hubicka@ucw.cz>
2945
2946 PR ipa/64982
2947 * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg thunks.
2948
2949 2015-02-10 Trevor Saunders <tsaunders@mozilla.com>
2950
2951 PR tree-optimization/64326
2952 * cfghooks.c (make_forwarder_block): Cap frequency of created block.
2953
2954 2015-02-10 Rainer Emrich <rainer@emrich-ebersheim.de>
2955
2956 PR gcov-profile/61889
2957 * gcov-tool.c: Remove wrong #if !defined(_WIN32)
2958
2959 2015-02-10 Richard Biener <rguenther@suse.de>
2960
2961 PR tree-optimization/64995
2962 * tree-ssa-sccvn.c (set_ssa_val_to): Assert that the
2963 value we use is final.
2964 (visit_reference_op_store): Always valueize op.
2965 (visit_use): Properly valueize vuses.
2966
2967 2015-02-10 Richard Biener <rguenther@suse.de>
2968
2969 PR tree-optimization/64909
2970 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Properly
2971 pass a scalar-stmt count estimate to the cost model.
2972 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
2973
2974 2015-02-10 Alexander Monakov <amonakov@ispras.ru>
2975
2976 * doc/invoke.texi (-fvar-tracking-assignments): Clarify that VTA is
2977 enabled by default together with var-tracking.
2978
2979 2015-02-10 Nick Clifton <nickc@redhat.com>
2980
2981 * config/rl78/rl78.c: Remove DIV attribute code accidentally
2982 included in previous rl78 commit.
2983
2984 2015-02-10 Richard Biener <rguenther@suse.de>
2985
2986 * tree-streamer.h (streamer_read_tree_bitfields): Adjust.
2987 * tree-streamer-in.c (streamer_read_tree_bitfields): Do not
2988 return the bitpack.
2989
2990 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
2991
2992 PR gcov-profile/61889
2993 * config.in: regenerate.
2994 * configure.in: Likewise.
2995 * configure.ac: Check for ftw.h.
2996 * gcov-tool.c: Check for ftw.h before using nftw.
2997
2998 2015-02-09 Trevor Saunders <tsaunders@mozilla.com>
2999
3000 PR lto/64076
3001 * ipa-visibility.c (update_visibility_by_resolution_info): Only
3002 assert when not in lto mode.
3003
3004 2015-02-09 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
3005
3006 * ira-color.c (setup_left_conflict_sizes_p): Simplify
3007 initialization/assignment of conflict_size.
3008
3009 2015-02-09 Jan Hubicka <hubicka@ucw.cz>
3010
3011 PR ipa/64978
3012 * ipa-cp.c (gather_caller_stats): Skip thunks.
3013 (propagate_constants_topo): Skip aliases.
3014
3015 2015-02-09 Kaz Kojima <kkojima@gcc.gnu.org>
3016
3017 PR target/64761
3018 * config/sh/sh.c (sh_option_override): Don't change
3019 -freorder-blocks-and-partition to -freorder-blocks even when
3020 unwinding is enabled.
3021 (sh_can_follow_jump): Return false if the followee jump is
3022 a crossing jump when -freorder-blocks-and-partition is specified.
3023 * config/sh/sh.md (*jump_compact_crossing): New insn.
3024
3025 2015-02-09 Joern Rennecke <joern.rennecke@embecosm.com>
3026 Kaz Kojima <kkojima@gcc.gnu.org>
3027
3028 PR target/64761
3029 * config/sh/sh-protos.h (sh_can_redirect_branch): Don't declare.
3030 * config/sh/sh.c (TARGET_CAN_FOLLOW_JUMP): Redefine.
3031 (sh_can_redirect_branch): Rename to ...
3032 (sh_can_follow_jump): ... this. Constify argument types.
3033 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): Don't define.
3034 * doc/tm.texi.in (MD_CAN_REDIRECT_BRANCH): Remove documentation.
3035 * reorg.c (steal_delay_list_from_target): Use targetm.can_follow_jump.
3036 * doc/tm.texi: Regenerate.
3037
3038 2015-02-09 Jakub Jelinek <jakub@redhat.com>
3039
3040 PR sanitizer/64981
3041 * builtins.c (expand_builtin): Call targetm.expand_builtin
3042 for BUILT_IN_MD builtins regardless of asan_intercepted_p.
3043
3044 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3045
3046 PR ipa/61548
3047 * tree-emutls.c (ipa_lower_emutls): Avoid duplicates in TLS_VARS.
3048
3049 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3050
3051 PR ipa/63566
3052 * ipa-icf.c (set_local): New function.
3053 (sem_function::merge): Use it.
3054
3055 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3056
3057 * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
3058 (add_type_duplicate): Fix comparison of BINFOs.
3059
3060 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3061
3062 * ipa-polymorphic-call.c (ipa_polymorphic_call_context): Avoid ICE
3063 on getting VOID pointer.
3064
3065 2015-02-09 Jakub Jelinek <jakub@redhat.com>
3066
3067 PR target/64979
3068 * tree-stdarg.c (pass_stdarg::execute): Scan phi node args for
3069 va_list escapes.
3070
3071 2015-02-09 Richard Biener <rguenther@suse.de>
3072
3073 * genmatch.c (replace_id): Copy expr_type.
3074
3075 2015-02-09 Richard Biener <rguenther@suse.de>
3076
3077 * tree-streamer.h (streamer_pack_tree_bitfields): Remove.
3078 (streamer_write_tree_bitfields): Declare.
3079 * tree-streamer-in.c (unpack_ts_base_value_fields): Inline,
3080 properly unpack padding.
3081 (unpack_value_fields): Inline ...
3082 (streamer_read_tree_bitfields): ... here.
3083 * tree-streamer-out.c (pack_ts_base_value_fields): Inline
3084 and properly add padding bits.
3085 (streamer_pack_tree_bitfields): Fold into ...
3086 (streamer_write_tree_bitfields): ... this new function,
3087 exposing the bitpack object.
3088 * lto-streamer-out.c (lto_write_tree_1): Call
3089 streamer_write_tree_bitfields.
3090
3091 2015-02-09 Richard Biener <rguenther@suse.de>
3092
3093 PR tree-optimization/54000
3094 * tree-ssa-looo-ivopts.c: Include tree-vectorizer.h.
3095 (struct ivopts_data): Add loop_loc member.
3096 (tree_ssa_iv_optimize_loop): Dump loop location.
3097 (create_new_ivs): Likewise, also dump number of IVs generated.
3098
3099 2015-02-09 Martin Liska <mliska@suse.cz>
3100
3101 * ipa-icf.c (sem_item_optimizer::register_hooks): Register hooks
3102 just if not yet registered.
3103 (ipa_icf_generate_summary): Register callgraph hooks.
3104
3105 2015-02-08 Andrew Pinski <apinski@cavium.com>
3106
3107 * config/aarch64/aarch64.c (gty_dummy): Delete.
3108
3109 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3110
3111 PR ipa/63566
3112 * ipa-visibility.c (cgraph_node::non_local_p): Accept aliases.
3113 (cgraph_node::local_p): Remove thunk related FIXME.
3114
3115 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3116
3117 PR ipa/63566
3118 * i386.c (ix86_function_regparm): Look through aliases to see if callee
3119 is local and optimized.
3120 (ix86_function_sseregparm): Likewise; also use target's SSE math
3121 settings; error out instead of silently generating wrong code
3122 on mismatches.
3123 (init_cumulative_args): Look through aliases.
3124
3125 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3126
3127 PR ipa/63566
3128 * ipa-split.c (execute_split_functions): Split if function has aliases.
3129
3130 2015-02-08 Jan Hubicka <hubicka@ucw.cz>
3131
3132 PR ipa/63566
3133 * cgraphunit.c (cgraph_node::analyze): Be sure target of thunk is
3134 aliases before trying to expand it.
3135 (cgraph_node::expand_thunk): Fix formating.
3136
3137 2015-02-07 Sandra Loosemore <sandra@codesourcery.com>
3138
3139 * doc/extend.texi (Function Attributes [naked]): Copy-edit.
3140 (Using Assembly Language with C): Expand introduction.
3141 (Basic Asm): Copy-edit. Add more information about uses of
3142 basic asm.
3143 (Extended Asm): Copy-edit. Document new escape syntax and
3144 %l[label] syntax.
3145 (Global Reg Vars): Copy-edit.
3146 (Local Reg Vars): Likewise.
3147
3148 2015-02-06 David Edelsohn <dje.gcc@gmail.com>
3149
3150 PR debug/2714
3151 PR bootstrap/64256
3152 * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
3153 (DBX_CONTIN_CHAR): Define.
3154
3155 2015-02-06 Sebastian Pop <s.pop@samsung.com>
3156 Brian Rzycki <b.rzycki@samsung.com>
3157
3158 PR tree-optimization/64878
3159 * tree-ssa-threadedge.c: Include tree-ssa-loop.h.
3160 (fsm_find_control_statement_thread_paths): Add parameter seen_loop_phi.
3161 Stop recursion at loop phi nodes after having visited a loop phi node.
3162
3163 2015-02-06 Jakub Jelinek <jakub@redhat.com>
3164
3165 * toplev.c (process_options): Change flag_ipa_ra before creating
3166 optimization_{default,current}_node.
3167
3168 PR ipa/64896
3169 * cgraphunit.c (cgraph_node::expand_thunk): If
3170 restype is not is_gimple_reg_type nor the thunk_fndecl
3171 returns aggregate_value_p, set restmp to a temporary variable
3172 instead of resdecl.
3173
3174 2015-02-06 Vladimir Makarov <vmakarov@redhat.com>
3175
3176 * lra.c (lra_emit_add): Fix a typo in using disp instead of base.
3177
3178 2015-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
3179
3180 PR target/64205
3181 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
3182 add a general secondary reload handler for SDmode, unless we have
3183 both read/write support for SDmode.
3184
3185 2015-02-06 Jakub Jelinek <jakub@redhat.com>
3186
3187 PR middle-end/64937
3188 * dwarf2out.c (set_block_abstract_flags, set_decl_abstract_flags):
3189 Replace setting argument with abstract_vec, always set BLOCK_ABSTRACT
3190 or DECL_ABSTRACT_P flags to 1 rather than to setting, and if it wasn't
3191 1 before, push it to abstract_vec.
3192 (dwarf2out_abstract_function): Adjust caller. Don't call
3193 set_decl_abstract_flags second time, instead clear BLOCK_ABSTRACT or
3194 DECL_ABSTRACT_P flags for all abstract_vec elts.
3195
3196 2015-02-06 Renlin Li <renlin.li@arm.com>
3197
3198 * tree-ssa-forwprop.c (execute): Keep location info while rewrite
3199 complex gimple.
3200 * tree-ssa.c (execute_update_addresses_taken): Likewise.
3201
3202 2015-02-06 Jeff Law <law@redhat.com>
3203
3204 PR target/64889
3205 * config/h8300/h8300.c (push): New argument "in_prologue".
3206 Pass "in_prologue" along to "F".
3207 (h8300_push_pop): Corresponding changes.
3208 (h8300_expand_prologue): Likewise.
3209 (h8300_swap_into_er6): Likewise. Do not set RTX_FRAME_RELATED_P.
3210
3211 2015-02-06 Jakub Jelinek <jakub@redhat.com>
3212
3213 PR rtl-optimization/64957
3214 PR debug/64817
3215 * simplify-rtx.c (simplify_binary_operation_1): Use ~cval for
3216 IOR rather than for AND.
3217
3218 2015-02-06 Eric Botcazou <ebotcazou@adacore.com>
3219
3220 PR target/62631
3221 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Use the mininum of costs
3222 of shift-add and (add + shift) operations. Rename local variable.
3223
3224 2015-02-05 Jeff Law <law@redhat.com>
3225
3226 PR target/17306
3227 * config/h8300/constraints.md (U): Correctly dectect
3228 "eightbit_data" memory addresses.
3229 * config/h8300/h8300.c (eightbit_constant_address_p): Also
3230 handle (const (plus (symbol_ref (x)))) where x is declared
3231 as an 8-bit data memory address.
3232 * config/h8300/h8300.md (call, call_value): Correctly detect
3233 "funcvec" functions.
3234
3235 PR target/43264
3236 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTRT by
3237 24 to 28 bits for the H8/300.
3238
3239 2015-02-06 Alan Modra <amodra@gmail.com>
3240
3241 PR target/64876
3242 * config/rs6000/rs6000.c (chain_already_loaded): New function.
3243 (rs6000_call_aix): Use it.
3244
3245 2015-02-05 Jan Hubicka <hubicka@ucw.cz>
3246
3247 * ipa-cp.c (ipa_value_from_jfunc, ipa_context_from_jfunc): Add bounds
3248 check.
3249
3250 2015-02-05 Joern Rennecke <joern.rennecke@embecosm.com>
3251
3252 * config/h8300/constraints.md ("U" constraint): Use strict
3253 variant of REG_OK_FOR_BASE_P after reload has started.
3254
3255 2015-02-04 Mantas Mikaitis <mantas.mikaitis@arm.com>
3256
3257 * config/arm/arm.h (TARGET_NEON_FP): Removed conditional definition,
3258 define to zero if !TARGET_NEON.
3259 (TARGET_ARM_FP): Added !TARGET_SOFT_FLOAT into conditional definition.
3260
3261 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3262 Trevor Saunders <tsaunders@mozilla.com>
3263
3264 PR ipa/61548
3265 * tree-emultls.c (new_emutls_decl): Resolve alias after creating it.
3266
3267 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3268
3269 PR ipa/61548
3270 * ipa.c (symbol_table::remove_unreachable_nodes): Fix ordering issue
3271 when removing varpool nodes.
3272
3273 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3274
3275 PR ipa/61548
3276 * varpool.c (varpool_node::remove): Fix order of variables.
3277
3278 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3279
3280 PR ipa/64686
3281 * ipa-inline.c (inline_small_functions): Fix ordering issue between
3282 speculation resolution and key updates.
3283
3284 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3285
3286 * ipa-prop.c (update_indirect_edges_after_inlining): By more careful
3287 about not letting any speculative edges unupdated.
3288
3289 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3290
3291 PR gcov/64123
3292 * gcov-io.c (gcov_var): Export.
3293
3294 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3295
3296 PR middle-end/64922
3297 * ipa-prop.c (update_indirect_edges_after_inlining): Correctly update
3298 edges that become speculative.
3299
3300 2015-02-04 Jakub Jelinek <jakub@redhat.com>
3301
3302 * dwarf2out.c (is_fortran): Also return true for DW_LANG_Fortran03
3303 or DW_LANG_Fortran08.
3304 (lower_bound_default): Return 1 for DW_LANG_Fortran03 or
3305 DW_LANG_Fortran08.
3306 (gen_compile_unit_die): Handle "GNU Fortran2003" and
3307 "GNU Fortran2008" language strings.
3308 * dbxout.c (get_lang_number): Use lang_GNU_Fortran.
3309 * langhooks.h (lang_GNU_Fortran): New prototype.
3310 * langhooks.c (lang_GNU_Fortran): New function.
3311 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use
3312 lang_GNU_Fortran.
3313
3314 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
3315
3316 * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P): Fix off-by-one error.
3317 (RTX_OK_FOR_OLO10_P): Likewise.
3318
3319 2015-02-04 Eric Botcazou <ebotcazou@adacore.com>
3320
3321 * tree-ssa-loop-ivopts.c (get_address_cost): Use right mode for offset.
3322
3323 2015-02-04 Jan Hubicka <hubicka@ucw.cz>
3324
3325 PR middle-end/64922
3326 * gimple.c: Include gimple-ssa.h.
3327 (maybe_remove_unused_call_args): New function.
3328 * gimple.h (maybe_remove_unused_call_args): Declare.
3329 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
3330 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
3331 * gimple-fold.c (gimple_fold_call): Likewise.
3332
3333 2015-02-04 H.J. Lu <hongjiu.lu@intel.com>
3334
3335 PR rtl-optimization/64905
3336 * lra-eliminations.c (setup_can_eliminate): Clear hard frame
3337 pointer alignment if it isn't needed.
3338
3339 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
3340
3341 * config/aarch64/aarch64-cores.def: Add cortex-a72 and
3342 cortex-a72.cortex-a53.
3343 * config/aarch64/aarch64-tune.md: Regenerate.
3344 * doc/invoke.texi (AArch64 Options/-mtune): Add "cortex-a72".
3345
3346 2015-02-04 Nick Clifton <nickc@redhat.com>
3347
3348 * config/rl78/rl78.c (rl78_note_reg_set): Note the use of REGs
3349 inside a MEM.
3350
3351 2015-02-04 Jakub Jelinek <jakub@redhat.com>
3352
3353 * builtins.def (DEF_BUILTIN_CHKP): Define if not defined.
3354 (DEF_LIB_BUILTIN_CHKP, DEF_EXT_LIB_BUILTIN_CHKP): Redefine.
3355 (DEF_CHKP_BUILTIN): Define using DEF_BUILTIN_CHKP instead
3356 of DEF_BUILTIN.
3357 (BUILT_IN_MEMCPY, BUILT_IN_MEMMOVE, BUILT_IN_MEMSET, BUILT_IN_STRCAT,
3358 BUILT_IN_STRCHR, BUILT_IN_STRCPY, BUILT_IN_STRLEN): Use
3359 DEF_LIB_BUILTIN_CHKP macro instead of DEF_LIB_BUILTIN.
3360 (BUILT_IN_MEMCPY_CHK, BUILT_IN_MEMMOVE_CHK, BUILT_IN_MEMPCPY_CHK,
3361 BUILT_IN_MEMPCPY, BUILT_IN_MEMSET_CHK, BUILT_IN_STPCPY_CHK,
3362 BUILT_IN_STPCPY, BUILT_IN_STRCAT_CHK, BUILT_IN_STRCPY_CHK): Use
3363 DEF_EXT_LIB_BUILTIN_CHKP macro instead of DEF_EXT_LIB_BUILTIN.
3364 * tree-core.h (enum built_in_function): In between
3365 BEGIN_CHKP_BUILTINS and END_CHKP_BUILTINS only define enum values
3366 for builtins that use DEF_BUILTIN_CHKP macro.
3367
3368 2015-02-04 Alexandre Oliva <aoliva@redhat.com>
3369
3370 PR debug/64817
3371 * cfgexpand.c (expand_debug_expr): Compute unsignedp from
3372 operands for tcc_comparison exprs. Fix typos.
3373
3374 PR debug/64817
3375 * simplify-rtx.c (simplify_binary_operation_1): Simplify one
3376 of two XORs that have an intervening AND or IOR.
3377
3378 PR debug/64817
3379 * simplify-rtx.c (simplify_binary_operation_1): Rewrite
3380 simplification of XOR of AND to not allocate new rtx before
3381 committing to a simplification.
3382
3383 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3384
3385 * config/aarch64/aarch64-ldpstp.md: Use std::swap instead of
3386 manual swaps in all peepholes.
3387
3388 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3389
3390 * config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
3391 of manual swapping implementation.
3392 (aarch64_expand_vec_perm_const_1): Likewise.
3393
3394 2015-02-04 James Greenhalgh <james.greenhalgh@arm.com>
3395
3396 * config/aarch64/aarch64.c (NAMED_PARAM): Delete it.
3397 (generic_addrcost_table): Remove NAMED_PARAM.
3398 (cortexa57_addrcost_table): Likewise.
3399 (xgene1_addrcost_table): Likewise.
3400 (generic_regmove_table): Likewise.
3401 (cortexa53_regmove_table): Likewise.
3402 (xgene1_regmove_table): Likewise.
3403 (generic_vector_table): Likewise.
3404 (cortexa57_vector_table): Likewise.
3405 (xgene1_vector_table): Likewise.
3406 (generic_tunings): Likewise.
3407 (cortexa53_tunings): Likewise.
3408 (cortexa57_tunings): Likewise.
3409 (xgene1_tunings): Likewise.
3410
3411 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
3412
3413 * config/arm/arm-cores.def: Add cortex-a72 and
3414 cortex-a72.cortex-a53.
3415 * config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
3416 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
3417 * config/arm/arm-tune.md: Regenerate.
3418 * config/arm/arm-tables.opt: Add entries for "cortex-a72" and
3419 "cortex-a72.cortex-a53".
3420 * doc/invoke.texi (ARM Options/-mtune): Likewise.
3421
3422 2015-02-04 Nick Clifton <nickc@redhat.com>
3423
3424 PR target/64408
3425 * config/fr30/predicates.md (di_operand): Add SUBREG to the list
3426 of accepted codes.
3427 (nonimmediate_di_operand): Likewise.
3428
3429 * config/msp430/msp430.c (msp430_use_f5_series_hwmult): Add more
3430 prefixes of known F5 using MSP430 MCUs.
3431
3432 2015-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3433
3434 * config/aarch64/aarch64-simd-builtins.def (sqrt): Use BUILTIN_VDQF_DF.
3435 * config/aarch64/arm_neon.h (vsqrt_f64): Use __builtin_aarch64_sqrtdf
3436 instead of __builtin_sqrt.
3437
3438 2015-02-04 Ilya Enkovich <ilya.enkovich@intel.com>
3439
3440 * varasm.c (do_assemble_alias): Follow transparent alias
3441 chain for target.
3442 (default_assemble_visibility): Follow transparent alias
3443 chain for decl name.
3444
3445 2015-02-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3446
3447 PR middle-end/62103
3448 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Use TYPE_PRECISION
3449 to compute size of referenced value in the constant case.
3450
3451 2015-02-03 Jakub Jelinek <jakub@redhat.com>
3452
3453 PR rtl-optimization/64756
3454 * cse.c (invalidate_dest): New function.
3455 (cse_insn): Use it. If dest != SET_DEST (sets[i].rtl) and
3456 HASH (SET_DEST (sets[i].rtl), mode) computation sets do_not_record,
3457 invalidate and do not record it.
3458
3459 2015-02-03 Oleg Endo <olegendo@gcc.gnu.org>
3460
3461 PR target/64660
3462 * config/sh/sync.md (atomic_<fetchop_name><mode>_hard,
3463 atomic_not<mode>_hard, atomic_<fetchop_name><mode>_soft_tcb,
3464 atomic_not<mode>_soft_tcb, atomic_nand<mode>_hard,
3465 atomic_nand<mode>_soft_tcb): New insns.
3466 (atomic_fetch_<fetchop_name>si_hard): Convert to insn_and_split.
3467 Split into atomic_<fetchop_name>_fetchsi_hard if operands[0] is unused.
3468 (define_insn "atomic_fetch_notsi_hard): Convert to insn_and_split.
3469 Split into atomic_not_fetchsi_hard if operands[0] is unused.
3470 (atomic_fetch_<fetchop_name><mode>_hard): Convert to insn_and_split.
3471 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
3472 (atomic_fetch_not<mode>_hard): Convert to insn_and_split. Split into
3473 atomic_not<mode>_hard if operands[0] is unused.
3474 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Convert to
3475 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_gusa
3476 if operands[0] is unused.
3477 (atomic_fetch_not<mode>_soft_gusa): Convert to insn_and_split. Split
3478 into atomic_not_fetch<mode>_soft_gusa if operands[0] is unused.
3479 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Convert to insn_and_split.
3480 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
3481 unused.
3482 (atomic_fetch_not<mode>_soft_tcb): Convert to insn_and_split. Split
3483 into atomic_not<mode>_soft_tcb if operands[0] is unused.
3484 (atomic_fetch_<fetchop_name><mode>_soft_imask): Convert to
3485 insn_and_split. Split into atomic_<fetchop_name>_fetch<mode>_soft_imask
3486 if operands[0] is unused.
3487 (atomic_fetch_not<mode>_soft_imask): Convert to insn_and_split. Split
3488 into atomic_not_fetch<mode>_soft_imask is operands[0] is unused.
3489 (atomic_fetch_nandsi_hard): Convert to insn_and_split. Split into
3490 atomic_nand_fetchsi_hard if operands[0] is unused.
3491 (atomic_fetch_nand<mode>_hard): Convert to insn_and_split. Split into
3492 atomic_nand<mode>_hard if operands[0] is unused.
3493 (atomic_fetch_nand<mode>_soft_gusa): Convert to insn_and_split. Split
3494 into atomic_nand_fetch<mode>_soft_gusa if operands[0] is unused.
3495 (atomic_fetch_nand<mode>_soft_tcb): Convert to insn_and_split. Split
3496 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
3497 (atomic_fetch_nand<mode>_soft_imask): Convert to insn_and_split. Split
3498 into atomic_nand_fetch<mode>_soft_imask if operands[0] is unused.
3499 (atomic_<fetchop_name>_fetch<mode>_hard): Convert to insn_and_split.
3500 Split into atomic_<fetchop_name><mode>_hard if operands[0] is unused.
3501 (atomic_not_fetch<mode>_hard): Convert to insn_and_split. Split into
3502 atomic_not<mode>_hard if operands[0] is unused.
3503 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Convert to insn_and_split.
3504 Split into atomic_<fetchop_name><mode>_soft_tcb if operands[0] is
3505 unused.
3506 (atomic_not_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
3507 into atomic_not<mode>_soft_tcb if operands[0] is unused.
3508 (atomic_nand_fetch<mode>_hard): Convert to insn_and_split. Split into
3509 atomic_nand<mode>_hard if operands[0] is unused.
3510 (atomic_nand_fetch<mode>_soft_tcb): Convert to insn_and_split. Split
3511 into atomic_nand<mode>_soft_tcb if operands[0] is unused.
3512
3513 2015-02-03 David Malcolm <dmalcolm@redhat.com>
3514
3515 PR jit/64810
3516 * Makefile.in (GCC_OBJS): Add gcc-main.o.
3517 * gcc-main.c: New file, containing "main" taken from gcc.c.
3518 * gcc.c (do_self_spec): Free decoded_options.
3519 (class driver): Move declaration to gcc.h.
3520 (main): Move declaration and implementation to new file
3521 gcc-main.c.
3522 (driver_get_configure_time_options): New function.
3523 * gcc.h (class driver): Move this declaration here, from
3524 gcc.c.
3525 (driver_get_configure_time_options): New declaration.
3526
3527 2015-02-03 Jan Hubicka <hubicka@ucw.cz>
3528
3529 * ipa-inline-analysis.c (simple_edge_hints): Fix check for
3530 cross-module inlining.
3531 * cgraph.h (cgraph_node): Add flag merged.
3532 * ipa-icf.c (sem_function::merge): Maintain it.
3533
3534 2015-02-03 Richard Sandiford <richard.sandiford@arm.com>
3535
3536 * config/arm/arm.c (thumb2_reorg): Test UNARY_P and BINARY_P
3537 instead of OBJECT_P.
3538
3539 2015-02-03 Eric Botcazou <ebotcazou@adacore.com>
3540
3541 PR target/62631
3542 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS.
3543 (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL.
3544 * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on
3545 int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set.
3546
3547 2015-02-03 Jakub Jelinek <jakub@redhat.com>
3548
3549 PR other/63504
3550 * combine.c (reg_n_sets_max): New variable.
3551 (can_change_dest_mode, reg_nonzero_bits_for_combine,
3552 reg_num_sign_bit_copies_for_combine, get_last_value_validate,
3553 get_last_value): Use REG_N_SETS only on pseudos < reg_n_sets_max.
3554 (try_combine): Use INC_REG_N_SETS only on pseudos < reg_n_sets_max.
3555 (rest_of_handle_combine): Initialize reg_n_sets_max.
3556
3557 2015-02-02 Jan Hubicka <hubicka@ucw.cz>
3558
3559 * ipa-inline.c (early_inliner): Skip inlining only in always_inlined;
3560 if some always_inline was inlined, apply changes before inlining
3561 heuristically.
3562
3563 2015-02-02 David Malcolm <dmalcolm@redhat.com>
3564
3565 PR jit/64810
3566 * config/arm/arm.c (arm_option_override): Set
3567 arm_selected_arch/cpu/tune to NULL on entry.
3568
3569 2015-02-02 Tejas Belagod <tejas.belagod@arm.com>
3570 Andrew Pinski <pinskia@gcc.gnu.org>
3571 Jakub Jelinek <jakub@gcc.gnu.org>
3572
3573 PR target/64231
3574 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix large
3575 integer typing for small model. Use IN_RANGE.
3576
3577 2015-02-02 Richard Biener <rguenther@suse.de>
3578
3579 * tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.
3580 * tree-vrp.c (vrp_valueize_1): Likewise.
3581
3582 2015-02-02 Alan Modra <amodra@gmail.com>
3583
3584 * config/rs6000/rs6000.c (rs6000_call_aix): Use unspec rather
3585 than mem for toc_restore.
3586 * config/rs6000/rs6000.md (UNSPEC_TOCSLOT): Define.
3587 (call_indirect_aix, call_value_indirect_aix): Adjust to suit.
3588 (call_indirect_elfv2, call_value_indirect_elfv2): Likewise.
3589
3590 2015-02-01 David Edelsohn <dje.gcc@gmail.com>
3591
3592 PR target/64047
3593 * config/rs6000/rs6000.c (rs6000_set_current_function): Handle
3594 explicit default options.
3595
3596 2015-02-01 Jan Hubicka <hubicka@ucw.cz>
3597
3598 PR ipa/64872
3599 * ipa-utils.c (ipa_merge_profiles): Add release argument.
3600 * ipa-icf.c (sem_function::merge): Do not release body when merging.
3601 * ipa-utils.h (ipa_merge_profiles): Update prototype.
3602
3603 2015-02-01 Jakub Jelinek <jakub@redhat.com>
3604
3605 PR debug/64817
3606 * cfgexpand.c (deep_ter_debug_map): New variable.
3607 (avoid_deep_ter_for_debug): New function.
3608 (expand_debug_expr): If TERed SSA_NAME is in
3609 deep_ter_debug_map, use the corresponding DEBUG_EXPR_DECL
3610 instead of trying to expand SSA_NAME's def stmt.
3611 (expand_debug_locations): When expanding debug bind
3612 of a DEBUG_EXPR_DECL to corresponding SSA_NAME,
3613 temporarily remove the DEBUG_EXPR_DECL from deep_ter_debug_map's
3614 value.
3615 (pass_expand::execute): Call avoid_deep_ter_for_debug on
3616 all debug bind stmts. Delete deep_ter_debug_map after
3617 expand_debug_location if non-NULL and clear it.
3618
3619 2015-02-01 Oleg Endo <olegendo@gcc.gnu.org>
3620
3621 PR target/64851
3622 * config/sh/sync.md (atomic_fetch_notsi_hard,
3623 atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
3624 atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
3625 atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
3626 atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
3627 atomic_not_fetch<mode>_soft_imask): New insns.
3628
3629 2015-02-01 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3630
3631 * haifa-sched.c (INSN_RFS_DEBUG_ORIG_ORDER): New access macro.
3632 (rank_for_schedule_debug): Split from ...
3633 (rank_for_schedule): ... this.
3634 (ready_sort): Sort DEBUG_INSNs separately from normal INSNs.
3635 * sched-int.h (struct _haifa_insn_data): New field rfs_debug_orig_order.
3636
3637 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
3638
3639 * doc/md.texi (Machine Constraints): Alphabetize table by target.
3640 * doc/extend.texi (x86 Variable Attributes): Move section to
3641 correct alphabetization after renaming.
3642 (x86 Type Attributes): Likewise.
3643 (Target Builtins): Re-alphabetize menu.
3644 (x86 Built-in Functions): Move section to correct alphabetization
3645 after renaming.
3646 (x86 transactional memory intrinsics): Likewise.
3647 * doc/invoke.texi (Option Summary): Re-alphabetize x86 Options
3648 and x86 Windows Options in table and menu.
3649 (x86 Options): Move section to correct alphabetization after
3650 renaming.
3651 (x86 Windows Options): Likewise.
3652
3653 2015-01-31 Sandra Loosemore <sandra@codesourcery.com>
3654
3655 * doc/extend.texi: Use "x86", "x86-32", and "x86-64" as the
3656 preferred names of the architecture and its 32- and 64-bit
3657 variants.
3658 * doc/invoke.texi: Likewise.
3659 * doc/md.texi: Likewise.
3660
3661 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
3662
3663 PR target/64882
3664 * config/i386/predicates.md (address_no_seg_operand): Reject
3665 non-CONST_INT_P operands in invalid mode.
3666
3667 2015-01-31 Uros Bizjak <ubizjak@gmail.com>
3668
3669 * config/i386/i386.md (*prefetch_prefetchw1): Remove mode of
3670 address_operand 0. Rename from *prefetch_prefetchwt1_<mode>.
3671 * config/i386/predicates.md (address_no_seg_operand): Call
3672 address_operand with VOIDmode.
3673 (vsib_address_operand): Ditto.
3674 (address_mpx_no_base_operand): Ditto.
3675 (address_mpx_no_index_operand): Ditto.
3676
3677 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
3678
3679 PR target/64688
3680 * lra-constraints.c (original_subreg_reg_mode): New.
3681 (simplify_operand_subreg): Try to simplify subreg of const. Use
3682 original_subreg_reg_mode for it.
3683 (swap_operands): Update original_subreg_reg_mode.
3684 (curr_insn_transform): Set up original_subreg_reg_mode.
3685
3686 2015-01-30 Vladimir Makarov <vmakarov@redhat.com>
3687
3688 PR target/64617
3689 * lra-constraints.c (prohibited_class_reg_set_mode_p): New
3690 function.
3691 (process_alt_operands): Use it.
3692 (curr_insn_transform): Check the optional reload pseudo class is
3693 ok for the mode.
3694
3695 2015-01-30 Joseph Myers <joseph@codesourcery.com>
3696
3697 * diagnostic.c (fatal_error (const char *, ...)): Remove function.
3698 * diagnostic-core.h (fatal_error (const char *, ...)): Remove
3699 prototype.
3700 * toplev.h (init_asm_output): Update comment on use of
3701 UNKNOWN_LOCATION with fatal_error.
3702 * cgraph.c, collect-utils.c, collect2.c, config/arc/arc.c,
3703 config/arc/arc.md, config/avr/avr.c, config/c6x/c6x.h,
3704 config/darwin.c, config/host-darwin.c, config/i386/host-cygwin.c,
3705 config/i386/intelmic-mkoffload.c, config/nios2/nios2.c,
3706 config/nvptx/mkoffload.c, config/nvptx/nvptx.h,
3707 config/rs6000/host-darwin.c, config/rs6000/rs6000.c,
3708 config/s390/s390.c, gcc.c, gcov-io.h, gcov-tool.c, ggc-common.c,
3709 ggc-page.c, graph.c, ipa-inline-analysis.c, ipa-reference.c,
3710 lto-cgraph.c, lto-section-in.c, lto-streamer-in.c, lto-streamer.c,
3711 lto-wrapper.c, objc/objc-act.c, opts.c, passes.c, plugin.c,
3712 tlink.c, toplev.c, tree-streamer-in.c, varpool.c: All callers of
3713 fatal_error changed to pass input_location as first argument.
3714
3715 2015-01-30 Martin Liska <mliska@suse.cz>
3716
3717 * tree.h: Change GCC_VERSION >= 4004 to GCC_VERSION >= 4006
3718 in #pragma GCC diagnostic guards.
3719
3720 2015-01-30 Richard Biener <rguenther@suse.de>
3721
3722 PR tree-optimization/64829
3723 * tree-vect-patterns.c (vect_handle_widen_op_by_const): Do
3724 not add a widening conversion pattern but hand off extra
3725 widenings to callers.
3726 (vect_recog_widen_mult_pattern): Handle extra widening produced
3727 by vect_handle_widen_op_by_const.
3728 (vect_recog_widen_shift_pattern): Likewise.
3729 (vect_pattern_recog_1): Remove excess vertical space in dumping.
3730 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
3731 (vect_init_vector_1): Likewise.
3732 (vect_get_vec_def_for_operand): Likewise.
3733 (vect_finish_stmt_generation): Likewise.
3734 (vectorizable_load): Likewise.
3735 (vect_analyze_stmt): Likewise.
3736 (vect_is_simple_use): Likewise.
3737
3738 2015-01-29 Jeff Law <law@redhat.com>
3739
3740 * combine.c (try_combine): Fix typo in comment.
3741
3742 2015-01-29 Segher Boessenkool <segher@kernel.crashing.org>
3743
3744 PR target/64580
3745 * config.rs6000/rs6000.c (compute_vrsave_mask): Reverse loop order.
3746 (rs6000_stack_info): Add assert.
3747 (rs6000_output_savres_externs): New function, split off from...
3748 (rs6000_output_function_prologue): ... here. Do not call it for
3749 thunks.
3750
3751 2015-01-29 Jeff Law <law@redhat.com>
3752
3753 PR target/15184
3754 * combine.c (try_combine): If I0 is a memory load and I3 a store
3755 to a related address, increase the "goodness" of doing a 4-insn
3756 combination with I0-I3.
3757 (make_field_assignment): Handle SUBREGs in the ior+and case.
3758
3759 2015-01-29 Yuri Rumyantsev <ysrumyan@gmail.com>
3760
3761 PR tree-optimization/64746
3762 * tree-if-conv.c (mask_exists): New function.
3763 (predicate_mem_writes): Save created mask with given size for further
3764 use.
3765 (stmt_is_root_of_bool_pattern): Remove argument VAR and store to it.
3766 (ifcvt_repair_bool_pattern): Collect all statements that are root
3767 of bool pattern and use iterative algorithm to remove multiple uses
3768 of predicates, display number of required iterations.
3769
3770 2015-01-29 Richard Biener <rguenther@suse.de>
3771
3772 PR tree-optimization/64853
3773 * tree-vrp.c (vrp_valueize_1): Do not return anything if the
3774 stmt will get simulated again.
3775 * tree-ssa-ccp.c (valueize_op_1): Likewise.
3776
3777 2015-01-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3778
3779 * config/arm/arm.c (arm_emit_multi_reg_pop): Simplify definition of
3780 return_in_pc. Remove redundant assignments.
3781 (thumb2_emit_ldrd_pop): Simplify definition of return_in_pc.
3782 (arm_expand_epilogue): Don't compare boolean with true in if condition.
3783
3784 2015-01-29 Uros Bizjak <ubizjak@gmail.com>
3785
3786 * config/i386/i386.c (ix86_mode_after): Make static.
3787
3788 2015-01-29 Richard Biener <rguenther@suse.de>
3789
3790 PR tree-optimization/64844
3791 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Always
3792 dump cost model analysis.
3793 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
3794 Do not register adjusted load/store costs here.
3795
3796 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
3797 Uros Bizjak <ubizjak@gmail.com>
3798
3799 * config/i386/i386-protos.h (ix86_use_pseudo_pic_reg): New.
3800 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Simplify by
3801 using x86_use_pseudo_pic_reg.
3802 * config/i386/i386.c (ix86_conditional_register_usage): Remove
3803 support for fixed PIC register.
3804 (ix86_use_pseudo_pic_reg): Not static any more.
3805
3806 2015-01-29 Ilya Enkovich <ilya.enkovich@intel.com>
3807
3808 PR middle-end/64805
3809 * ipa-inline.c (early_inliner): Rebuild IPA_REF_CHKP reference
3810 to avoid error in cgraph node verification.
3811
3812 2015-01-29 Marek Polacek <polacek@redhat.com>
3813
3814 * doc/standards.texi: Reflect that the default for C is gnu11.
3815
3816 2015-01-29 Kaz Kojima <kkojima@gcc.gnu.org>
3817
3818 PR target/64761
3819 * reorg.c (switch_text_sections_between_p): New function.
3820 (relax_delay_slots): Call it when testing if the jump insn
3821 is removable. Use targetm.can_follow_jump when testing if
3822 the conditional branch can follow an unconditional jump.
3823
3824 2015-01-27 Caroline Tice <cmtice@google.com>
3825
3826 Committing VTV Cywin/Ming patch for Patrick Wollgast
3827 * config/i386/cygwin.h (STARTFILE_SPEC): Add vtv_start.o,
3828 if -fvtable-verify=preinit/std is used.
3829 * config/i386/mingw-w64.h (STARTFILE_SPEC): Likewise.
3830 * config/i386/mingw32.h (STARTFILE_SPEC): Likewise.
3831 * config/i386/cygwin.h (ENDFILE_SPEC): Add vtv_end.o,
3832 if -fvtable-verify=preinit/std is used.
3833 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
3834 * config/i386/cygwin.h (LIB_SPEC): Pass -lvtv and -lpsapi,
3835 if -fvtable-verify=preinit/std is used.
3836 * config/i386/mingw-w64.h (LIB_SPEC): Likewise.
3837 * config/i386/mingw32.h (LIB_SPEC): Likewise.
3838 * varasm.c (assemble_variable): Add code to properly set the comdat
3839 section and name for the .vtable_map_vars section in case the
3840 target is PE or COFF.
3841
3842 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
3843
3844 PR ipa/64801
3845 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter;
3846 make sane BB profile.
3847 (cgraph_node::expand_thunk): Make sane BB profile.
3848 (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p.
3849 * cgraph.h (init_lowered_empty_function): Update prototype.
3850 * config/i386/i386.c (make_resolver_func): Update call.
3851 * predict.c (gate): Disable branch prediction pass if
3852 profile is already there.
3853
3854 2015-01-29 Jan Hubicka <hubicka@ucw.cz>
3855
3856 * optc-save-gen.awk: flag_fp_contract_mode is no longer speical.
3857 * opth-gen.awk: Likewise.
3858 * common.opt: Mark flag_fp_contract_mode as Optimization.
3859
3860 2015-01-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
3861
3862 * config/i386/cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.
3863 * config/i386/mingw32.h (LIBGCJ_SONAME): Set libgcj version to -16.
3864
3865 2015-01-28 Oleg Endo <olegendo@gcc.gnu.org>
3866
3867 PR target/64659
3868 * config/sh/predicates.md (atomic_arith_operand,
3869 atomic_logical_operand): Remove.
3870 * config/sh/sync.md (fetchop_predicate, fetchop_constraint): Remove.
3871 (atomic_arith_operand_0): New predicate.
3872 (atomic_compare_and_swap<mode>): Use arith_reg_dest for output values.
3873 Use atomic_arith_operand_0 for input values.
3874 (atomic_compare_and_swapsi_hard, atomic_compare_and_swap<mode>_hard,
3875 atomic_compare_and_swap<mode>_soft_gusa,
3876 atomic_compare_and_swap<mode>_soft_tcb,
3877 atomic_compare_and_swap<mode>_soft_imask): Use arith_reg_dest and
3878 arith_reg_operand instead of register_operand.
3879 (atomic_exchange<mode>): Use arith_reg_dest for output value. Use
3880 atomic_arith_operand_0 for newval input.
3881 (atomic_exchangesi_hard, atomic_exchange<mode>_hard,
3882 atomic_exchange<mode>_soft_gusa, atomic_exchange<mode>_soft_tcb,
3883 atomic_exchange<mode>_soft_imask): Use arith_reg_dest and
3884 arith_reg_operand instead of register_operand.
3885 (atomic_arith_operand_1, atomic_logical_operand_1): New predicates.
3886 fetchop_predicate_1, fetchop_constraint_1_llcs,
3887 fetchop_constraint_1_gusa, fetchop_constraint_1_tcb,
3888 fetchop_constraint_1_imask): New code iterator attributes.
3889 (atomic_fetch_<fetchop_name><mode>): Use arith_reg_dest instead of
3890 register_operand. Use fetchop_predicate_1.
3891 (atomic_fetch_<fetchop_name>si_hard,
3892 atomic_fetch_<fetchop_name><mode>_hard): Use arith_reg_dest instead of
3893 register_operand. Use fetchop_predicate_1, fetchop_constraint_1_llcs.
3894 (atomic_fetch_<fetchop_name><mode>_soft_gusa): Use arith_reg_dest
3895 and arith_reg_operand instead of register_operand. Use
3896 fetchop_predicate_1, fetchop_constraint_1_gusa.
3897 (atomic_fetch_<fetchop_name><mode>_soft_tcb): Use arith_reg_dest
3898 and arith_reg_operand instead of register_operand. Use
3899 fetchop_predicate_1, fetchop_constraint_1_tcb. Adjust asm sequence
3900 to allow R0 usage.
3901 (atomic_fetch_<fetchop_name><mode>_soft_imask): Use arith_reg_dest
3902 and arith_reg_operand instead of register_operand. Use
3903 fetchop_predicate_1, fetchop_constraint_1_imask. Adjust asm sequence
3904 to allow R0 usage.
3905 (atomic_fetch_nand<mode>): Use arith_reg_dest instead of
3906 register_operand. Use atomic_logical_operand_1.
3907 (atomic_fetch_nandsi_hard, atomic_fetch_nand<mode>_hard,
3908 atomic_fetch_nand<mode>_soft_gusa): Use arith_reg_dest and
3909 arith_reg_operand instead of register_operand.
3910 (atomic_fetch_nand<mode>_soft_tcb, atomic_fetch_nand<mode>_soft_imask):
3911 Use arith_reg_dest and arith_reg_operand instead of register_operand.
3912 Use logical_operand and rK08. Adjust asm sequence to allow R0 usage.
3913 (atomic_<fetchop_name>_fetch<mode>): Use arith_reg_dest instead of
3914 register_operand. Use fetchop_predicate_1.
3915 (atomic_<fetchop_name>_fetchsi_hard,
3916 atomic_<fetchop_name>_fetch<mode>_hard): Use arith_reg_dest and
3917 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
3918 fetchop_constraint_1_llcs.
3919 (atomic_<fetchop_name>_fetch<mode>_soft_gusa): Use arith_reg_dest and
3920 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
3921 fetchop_constraint_1_gusa.
3922 (atomic_<fetchop_name>_fetch<mode>_soft_tcb): Use arith_reg_dest and
3923 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
3924 fetchop_constraint_1_tcb. Adjust asm sequence to allow R0 usage.
3925 (atomic_<fetchop_name>_fetch<mode>_soft_imask): Use arith_reg_dest and
3926 arith_reg_operand instead of register_operand. Use fetchop_predicate_1,
3927 fetchop_constraint_1_imask. Adjust asm sequence to allow R0 usage.
3928 (atomic_nand_fetch<mode>): Use arith_reg_dest instead of
3929 register_operand. Use atomic_logical_operand_1.
3930 (atomic_nand_fetchsi_hard, atomic_nand_fetch<mode>_hard,
3931 atomic_nand_fetch<mode>_soft_gusa): Use arith_reg_dest and
3932 arith_reg_operand instead of register_operand.
3933 (atomic_nand_fetch<mode>_soft_tcb): Use arith_reg_dest and
3934 arith_reg_operand instead of register_operand. Use logical_operand
3935 and K08. Adjust asm sequence to allow R0 usage.
3936 (atomic_nand_fetch<mode>_soft_imask): Use arith_reg_dest and
3937 arith_reg_operand instead of register_operand. Use logical_operand
3938 and K08.
3939
3940 2015-01-28 Jakub Jelinek <jakub@redhat.com>
3941
3942 PR other/63504
3943 * dwarf2out.c (add_AT_wide, mem_loc_descriptor, loc_descriptor):
3944 Use ggc_alloc<wide_int> instead of ggc_cleared_alloc<wide_int>.
3945 (attr_checksum, attr_checksum_ordered, hash_loc_operands): Checksum
3946 only get_full_len HOST_WIDE_INTs from get_val () array rather than
3947 all bits in *val_wide.
3948
3949 2015-01-28 Jan Hubicka <hubicka@ucw.cz>
3950
3951 * varpool.c (tls_model_names): Fix names.
3952 (varpool_node::dump): Dump tls- prefix for tls models.
3953
3954 2015-01-28 Thomas Schwinge <thomas@codesourcery.com>
3955 Bernd Schmidt <bernds@codesourcery.com>
3956 Nathan Sidwell <nathan@codesourcery.com>
3957
3958 * config/nvptx/mkoffload.c: New file.
3959 * config/nvptx/t-nvptx: Add build rules for it.
3960 * config.gcc <nvptx-*> [$enable_as_accelerator = yes]
3961 (extra_programs): Add mkoffload.
3962 * config/nvptx/nvptx.c (nvptx_record_offload_symbol): New
3963 function.
3964 (TARGET_RECORD_OFFLOAD_SYMBOL): Define macro to use it.
3965
3966 2015-01-28 Yuri Rumyantsev <ysrumyan@gmail.com>
3967
3968 PR middle-end/64809
3969 * cfgexpand.c (reorder_operands): Skip debug gimples.
3970
3971 2015-01-28 Ilya Enkovich <ilya.enkovich@intel.com>
3972
3973 PR tree-optimization/64277
3974 * tree-ssa-loop-niter.c (record_nonwrapping_iv): Use base
3975 range info when possible to refine estimation.
3976
3977 2015-01-28 Thomas Preud'homme <thomas.preudhomme@arm.com>
3978
3979 PR tree-optimization/64718
3980 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Make bswap_type
3981 be a 16bit unsigned integer when n->range is 16.
3982 (bswap_replace): Convert src to that type if necessary for all bswap
3983 sizes. Fix rotation right notation in nearby comment. Use bswap_type
3984 set in pass_optimize_bswap::execute ().
3985
3986 2015-01-28 James Greenhalgh <james.greenhalgh@arm.com>
3987
3988 * config/aarch64/aarch64-simd.md (aarch64_abs<mode>): New.
3989 * config/aarch64/aarch64-simd-builtins.def (abs): Split by
3990 integer and floating point variants.
3991 * config/aarch64/iterators.md (unspec): Add UNSPEC_ABS.
3992
3993 2015-01-28 Robert Suchanek <robert.suchanek@imgtec.com>
3994
3995 * config/mips/mips.c (mips_hard_regno_mode_ok_p): Prohibit accumulators
3996 for all vector modes.
3997
3998 2015-01-28 Jakub Jelinek <jakub@redhat.com>
3999
4000 PR bootstrap/64612
4001 * doc/sourcebuild.texi (comdat_group): Document.
4002
4003 2015-01-28 Terry Guo <terry.guo@arm.com>
4004
4005 * config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.
4006
4007 2015-01-27 David Malcolm <dmalcolm@redhat.com>
4008
4009 * toplev.c (print_version): Add param "show_global_state", and
4010 only print GGC and plugin information if it is true.
4011 (init_asm_output): Pass in "true" for the new param when calling
4012 print_version.
4013 (process_options): Likewise.
4014 (toplev::main): Likewise.
4015 * toplev.h (print_version): Add new param to decl.
4016
4017 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
4018
4019 PR ipa/60871
4020 PR ipa/64139
4021 * tree.c (lookup_binfo_at_offset): New function.
4022 (get_binfo_at_offset): Use it.
4023
4024 2015-01-27 Jan Hubicka <hubicka@ucw.cz>
4025
4026 PR ipa/64282
4027 * gimple-fold.c (gimple_get_virt_method_for_vtable): Remove assert
4028 on vtable being vtable.
4029
4030 2015-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
4031
4032 * doc/extend.texi: s/390: Update documentation of hotpatch attribute.
4033 * doc/invoke.texi (-mhotpatch): s/390: Update documentation of
4034 -mhotpatch= option.
4035 * config/s390/s390.opt (mhotpatch): s/390: Remove -mhotpatch and
4036 -mno-hotpatch options. Change syntax of -mhotpatch= option.
4037 * config/s390/s390.c (s390_hotpatch_trampoline_halfwords_default):
4038 Renamed.
4039 (s390_hotpatch_trampoline_halfwords_max): Renamed.
4040 (s390_hotpatch_hw_max): New name.
4041 (s390_hotpatch_trampoline_halfwords): Renamed.
4042 (s390_hotpatch_hw_before_label): New name.
4043 (get_hotpatch_attribute): Removed.
4044 (s390_hotpatch_hw_after_label): New name.
4045 (s390_handle_hotpatch_attribute): Add second parameter to hotpatch
4046 attribute.
4047 (s390_attribute_table): Ditto.
4048 (s390_function_num_hotpatch_trampoline_halfwords): Renamed.
4049 (s390_function_num_hotpatch_hw): New name.
4050 Remove special handling of inline functions and hotpatching.
4051 Return number of nops before and after the function label.
4052 (s390_can_inline_p): Removed.
4053 (s390_asm_output_function_label): Emit a configurable number of nops
4054 after the function label.
4055 (s390_option_override): Update -mhotpatch= syntax and remove -mhotpatch.
4056 (TARGET_CAN_INLINE_P) Removed.
4057 (TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P): New.
4058
4059 2015-01-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4060 Jiong Wang <jiong.wang@arm.com>
4061
4062 * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead
4063 of scratch reg.
4064 (cb<optab><mode>1): Likewise.
4065 * config/aarch64/iterators.md (bcond): New define_code_attr.
4066
4067 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4068
4069 * config/s390/s390.c (s390_memory_move_cost): Increase costs for
4070 memory accesses.
4071
4072 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4073
4074 * config/s390/s390.c (s390_register_move_cost): Increase costs for
4075 FPR->GPR moves.
4076
4077 2015-01-27 Richard Biener <rguenther@suse.de>
4078
4079 * tree-vrp.c (update_value_range): Intersect the range with
4080 old recorded SSA name range information.
4081
4082 2015-01-27 Nick Clifton <nickc@redhat.com>
4083
4084 * config/rl78/rl78.c (rl78_expand_prologue): In G10 mode push the
4085 BC, DE and HL registers directly, not via AX.
4086 When decrementing the stack pointer by a large amount, transfer SP
4087 into AX and perform the subtraction there.
4088 (rl78_expand_epilogue): Perform the inverse of the above
4089 enhancements.
4090
4091 2015-01-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4092
4093 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Remove.
4094
4095 2015-01-27 Jakub Jelinek <jakub@redhat.com>
4096 Yury Gribov <y.gribov@samsung.com>
4097
4098 PR ubsan/64741
4099 * ubsan.c (ubsan_source_location): Refactor code.
4100 (ubsan_type_descriptor): Update type size. Refactor code.
4101
4102 2015-01-27 Richard Biener <rguenther@suse.de>
4103
4104 PR tree-optimization/56273
4105 PR tree-optimization/59124
4106 PR tree-optimization/64277
4107 * tree-vrp.c (vrp_finalize): Emit array-bound warnings only
4108 from the first VRP pass.
4109
4110 2015-01-27 Jakub Jelinek <jakub@redhat.com>
4111
4112 PR ipa/64776
4113 * cgraphunit.c (cgraph_node::expand_thunk): If not this_adjusting,
4114 handle the first argument in the same loop as all the other arguments.
4115
4116 PR rtl-optimization/61058
4117 * jump.c (cleanup_barriers): Update basic block boundaries
4118 if BLOCK_FOR_INSN is non-NULL on PREV.
4119
4120 2015-01-27 Ilya Enkovich <ilya.enkovich@intel.com>
4121
4122 * tree-chkp.c (chkp_call_returns_bounds_p): Fix handling of
4123 bounds narrowing, already instrumented calls and calls to
4124 not instrumentable functions.
4125
4126 2015-01-27 Jakub Jelinek <jakub@redhat.com>
4127
4128 PR tree-optimization/64807
4129 * wide-int.cc (wi::divmod_internal): Clear
4130 b_dividend[dividend_blocks_needed].
4131
4132 2015-01-26 DJ Delorie <dj@redhat.com>
4133
4134 * config/rl78/rl78.c (move_elim_pass): Don't optimize away
4135 volatile memory references.
4136
4137 2015-01-26 Oleg Endo <olegendo@gcc.gnu.org>
4138
4139 PR target/49263
4140 * config/sh/sh.c (sh_split_treg_set_expr): Invoke emit_insn before
4141 remove_insn.
4142 * config/sh/sh.md (tstsi_t): Don't try to optimize constant with right
4143 shifts if it already fits into K08.
4144
4145 2015-01-26 Jakub Jelinek <jakub@redhat.com>
4146
4147 PR ipa/64730
4148 * ipa-inline.c (inline_small_functions): Print "unknown" even
4149 if edge->call_stmt is non-NULL, but has builtins or unknown
4150 location.
4151
4152 PR middle-end/64421
4153 * omp-low.c (simd_clone_mangle): If DECL_ASSEMBLER_NAME starts
4154 with asterisk, skip the first character.
4155
4156 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
4157
4158 PR target/64806
4159 * config/i386/i386 (feature_priority): Revert the last P_POPCNT
4160 order change.
4161
4162 2015-01-26 Uros Bizjak <ubizjak@gmail.com>
4163
4164 PR target/64795
4165 * config/i386/i386.md (*movdi_internal): Also check operand 0
4166 to determine TYPE_LEA operand.
4167 (*movsi_internal): Ditto.
4168
4169 2015-01-26 Jakub Jelinek <jakub@redhat.com>
4170
4171 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
4172 OPTION_MASK_QUAD_MEMORY_ATOMIC.
4173
4174 2015-01-26 Renlin Li <renlin.li@arm.com>
4175
4176 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately): Correct
4177 the comment.
4178 * config/aarch64/aarch64.md (tlsle_small_<mode>): Add left shift 12-bit
4179 for higher part.
4180
4181 2015-01-26 Richard Biener <rguenther@suse.de>
4182
4183 PR middle-end/64764
4184 * tree-ssa-uninit.c (is_pred_expr_subset_of): Handle
4185 combining two BIT_AND_EXPR predicates.
4186
4187 2015-01-26 H.J. Lu <hongjiu.lu@intel.com>
4188
4189 PR bootstrap/64754
4190 * tree-ssa-structalias.c (new_var_info): Initialize ruid.
4191
4192 2015-01-26 Terry Guo <terry.guo@arm.com>
4193
4194 * config/arm/arm.c (arm_file_start): Update the assignment of
4195 Tag_ABI_HardFP_use.
4196
4197 2015-01-25 James Greenhalgh <james.greenhalgh@arm.com>
4198
4199 * config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
4200 pipeline model.
4201 config/arm/arm.md: Include the new Cortex-A57 model.
4202 (generic_sched): Don't use generic_sched when tuning for
4203 Cortex-A57.
4204
4205 2015-01-25 Allan Sandfeld Jensen <sandfeld@kde.org>
4206 Uros Bizjak <ubizjak@gmail.com>
4207
4208 * config/i386/i386.c (get_builtin_code_for_version): Add
4209 support for BMI and BMI2 multiversion functions.
4210
4211 2015-01-25 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4212
4213 * emit-rtl.h (store_bit_field): Move prototype to expmed.h.
4214 (extract_bit_field): Likewise.
4215 (extract_low_bits): Likewise.
4216 (expand_mult): Likewise.
4217 (expand_mult_highpart_adjust): Likewise.
4218
4219 2015-01-24 H.J. Lu <hongjiu.lu@intel.com>
4220
4221 * config/i386/driver-i386.c (host_detect_local_cpu): Check new
4222 Silvermont, Haswell, Broadwell and Knights Landing model numbers.
4223 * config/i386/i386.c (processor_model): Add
4224 M_INTEL_COREI7_BROADWELL.
4225 (arch_names_table): Add "broadwell".
4226
4227 2015-01-24 Oleg Endo <olegendo@gcc.gnu.org>
4228
4229 PR target/49263
4230 PR target/53987
4231 PR target/64345
4232 PR target/59533
4233 PR target/52933
4234 PR target/54236
4235 PR target/51244
4236 * config/sh/sh-protos.h
4237 (sh_extending_set_of_reg::can_use_as_unextended_reg,
4238 sh_extending_set_of_reg::use_as_unextended_reg,
4239 sh_is_nott_insn, sh_movt_set_dest, sh_movrt_set_dest, sh_is_movt_insn,
4240 sh_is_movrt_insn, sh_insn_operands_modified_between_p,
4241 sh_reg_dead_or_unused_after_insn, sh_in_recog_treg_set_expr,
4242 sh_recog_treg_set_expr, sh_split_treg_set_expr): New functions.
4243 (sh_treg_insns): New class.
4244 * config/sh/sh.c (TARGET_LEGITIMATE_COMBINED_INSN): Define target hook.
4245 (scope_counter): New class.
4246 (sh_legitimate_combined_insn, sh_is_nott_insn, sh_movt_set_dest,
4247 sh_movrt_set_dest, sh_reg_dead_or_unused_after_insn,
4248 sh_extending_set_of_reg::can_use_as_unextended_reg,
4249 sh_extending_set_of_reg::use_as_unextended_reg, sh_recog_treg_set_expr,
4250 sh_in_recog_treg_set_expr, sh_try_split_insn_simple,
4251 sh_split_treg_set_expr): New functions.
4252 (addsubcosts): Handle treg_set_expr.
4253 (sh_rtx_costs): Handle IF_THEN_ELSE and ZERO_EXTRACT.
4254 (sh_rtx_costs): Use arith_reg_operand in SIGN_EXTEND and ZERO_EXTEND.
4255 (sh_rtx_costs): Handle additional bit test patterns in EQ and AND cases.
4256 (sh_insn_operands_modified_between_p): Make non-static.
4257 * config/sh/predicates.md (zero_extend_movu_operand): Allow
4258 simple_mem_operand in addition to displacement_mem_operand.
4259 (zero_extend_operand): Don't allow zero_extend_movu_operand.
4260 (treg_set_expr, treg_set_expr_not_const01,
4261 arith_reg_or_treg_set_expr): New predicates.
4262 * config/sh/sh.md (tstsi_t): Use arith_reg_operand and
4263 arith_or_int_operand instead of logical_operand. Convert to
4264 insn_and_split. Try to optimize constant operand in splitter.
4265 (tsthi_t, tstqi_t): Fold into *tst<mode>_t. Convert to insn_and_split.
4266 (*tstqi_t_zero): Delete.
4267 (*tst<mode>_t_subregs): Add !sh_in_recog_treg_set_expr split condition.
4268 (tstsi_t_and_not): Delete.
4269 (tst<mode>_t_zero_extract_eq): Rename to *tst<mode>_t_zero_extract.
4270 Convert to insn_and_split.
4271 (unnamed split, tstsi_t_zero_extract_xor,
4272 tstsi_t_zero_extract_subreg_xor_little,
4273 tstsi_t_zero_extract_subreg_xor_big): Delete.
4274 (*tstsi_t_shift_mask): New insn_and_split.
4275 (cmpeqsi_t, cmpgesi_t): Add new split for const_int 0 operands and try
4276 to recombine with surrounding insns when splitting.
4277 (*negtstsi): Add !sh_in_recog_treg_set_expr condition.
4278 (cmp_div0s_0, cmp_div0s_1, *cmp_div0s_0, *cmp_div0s_1): Rewrite as ...
4279 (cmp_div0s, *cmp_div0s_1, *cmp_div0s_2, *cmp_div0s_3, *cmp_div0s_4,
4280 *cmp_div0s_5, *cmp_div0s_6): ... these new insn_and_split patterns.
4281 (*cbranch_div0s: Delete.
4282 (*addc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
4283 Try to recombine with surrounding insns when splitting. Add operand
4284 order variants.
4285 (*addc_t_r, *addc_r_t): Use treg_set_expr_not_const01.
4286 (*addc_r_r_1, *addc_r_lsb, *addc_r_r_lsb, *addc_r_lsb_r, *addc_r_msb,
4287 *addc_r_r_msb, *addc_2r_msb): Delete.
4288 (*addc_2r_lsb): Rename to *addc_2r_t. Use treg_set_expr. Add operand
4289 order variant.
4290 (*addc_negreg_t): New insn_and_split.
4291 (*subc): Convert to insn_and_split. Use treg_set_expr as 3rd operand.
4292 Try to recombine with surrounding insns when splitting.
4293 Add operand order variants.
4294 (*subc_negt_reg, *subc_negreg_t, *reg_lsb_t, *reg_msb_t): New
4295 insn_and_split patterns.
4296 (*rotcr): Use arith_reg_or_treg_set_expr. Try to recombine with
4297 surrounding insns when splitting.
4298 (unnamed rotcr split): Use arith_reg_or_treg_set_expr.
4299 (*rotcl): Likewise. Add zero_extract variant.
4300 (*ashrsi2_31): New insn_and_split.
4301 (*negc): Convert to insn_and_split. Use treg_set_expr.
4302 (*zero_extend<mode>si2_disp_mem): Update comment.
4303 (movrt_negc, *movrt_negc, nott): Add !sh_in_recog_treg_set_expr split
4304 condition.
4305 (*mov_t_msb_neg, mov_neg_si_t): Use treg_set_expr. Try to recombine
4306 with surrounding insns when splitting.
4307 (any_treg_expr_to_reg): New insn_and_split.
4308 (*neg_zero_extract_0, *neg_zero_extract_1, *neg_zero_extract_2,
4309 *neg_zero_extract_3, *neg_zero_extract_4, *neg_zero_extract_5,
4310 *neg_zero_extract_6, *zero_extract_0, *zero_extract_1,
4311 *zero_extract_2): New single bit zero extract patterns.
4312 (bld_reg, *bld_regqi): Fold into bld<mode>_reg.
4313 (*get_thread_pointersi, store_gbr, *mov<mode>_gbr_load,
4314 *mov<mode>_gbr_load, *mov<mode>_gbr_load, *mov<mode>_gbr_load,
4315 *movdi_gbr_load): Use arith_reg_dest instead of register_operand for
4316 set destination.
4317 (set_thread_pointersi, load_gbr): Use arith_reg_operand instead of
4318 register_operand for set source.
4319
4320 2015-01-23 Jan Hubicka <hubicka@ucw.cz>
4321
4322 * i386.opt (prefetch_sse): New targetsave.
4323 * i386.c (ix86_function_specific_save): Save prefetch_sse.
4324 (ix86_function_specific_restore): Restore prefetch_sse and initialize
4325 ix86_cost/ix86_tune_cost.
4326
4327 2015-01-23 David Malcolm <dmalcolm@redhat.com>
4328
4329 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
4330 Support the JIT by using 0 as the language type.
4331
4332 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
4333
4334 PR target/64317
4335 * lra-lives.c (make_hard_regno_born): Add parameter. Don't make
4336 REAL_PIC_OFFSET_TABLE_REGNUM conflicting with pic offset pseudo.
4337 (mark_regno_live, process_bb_lives): Pass new parameter value to
4338 make_hard_regno_born.
4339
4340 2015-01-23 Jakub Jelinek <jakub@redhat.com>
4341
4342 PR rtl-optimization/63637
4343 PR rtl-optimization/60663
4344 * cse.c (merge_equiv_classes): Set new_elt->cost to MAX_COST
4345 if elt->cost is MAX_COST for ASM_OPERANDS.
4346 (find_sets_in_insn): Fix up comment typo.
4347 (cse_insn): Don't set src_volatile for all non-volatile
4348 ASM_OPERANDS in PARALLELs, but just those with multiple outputs
4349 or with "memory" clobber. Set elt->cost to MAX_COST
4350 for ASM_OPERANDS in PARALLEL. Set src_elt->cost to MAX_COST
4351 if new_src is ASM_OPERANDS and elt->cost is MAX_COST.
4352
4353 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
4354
4355 * config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
4356 alternative 1.
4357
4358 2015-01-23 Uros Bizjak <ubizjak@gmail.com>
4359
4360 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Move definition to
4361 libgcc/config/i386/elf-lib.h.
4362
4363 2015-01-23 Jakub Jelinek <jakub@redhat.com>
4364
4365 PR driver/64737
4366 * gcc.c (print_configuration): Don't print a blank line at the end
4367 here...
4368 (run_attempt): ... but here unstead.
4369
4370 PR middle-end/64734
4371 * omp-low.c (scan_sharing_clauses): Don't ignore
4372 OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
4373 on target data/update constructs.
4374
4375 2015-01-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
4376
4377 PR target/50928
4378 * config/m32c/m32c.c (encode_pattern_1): Removed gcc_unreachable here.
4379 (DEBUG_RELOAD): Removed define.
4380 (m32c_limit_reload_class): Enable traces with if DEBUG0.
4381 (m32c_function_arg): Added a type cast.
4382 (m32c_legitimize_reload_address): Push A_REGS reload with PSImode.
4383 * config/m32c/addsub.md (addsi3_1): Specify the mode of all arguments.
4384 * config/m32c/bitops.md (andqi3_16): Likewise.
4385 * config/m32c/mov.md (m32c_immd_dbl_mov): Likewise.
4386 (push_a01_l): Likewise.
4387
4388 2015-01-23 David Malcolm <dmalcolm@redhat.com>
4389
4390 PR jit/64721
4391 * main.c (main): Construct toplev instances with init_signals=true.
4392 * toplev.c (general_init): Add param "init_signals", and use it to
4393 conditionalize the calls to signal and host_hooks.extra_signals.
4394 (toplev::toplev): Add param "init_signals".
4395 (toplev::main): When invoking general_init, pass m_init_signals
4396 to control whether signal-handlers are installed.
4397 * toplev.h (toplev::toplev): Add param "init_signals".
4398 (toplev::m_init_signals): New field.
4399
4400 2015-01-23 David Malcolm <dmalcolm@redhat.com>
4401
4402 PR jit/64722
4403 * emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
4404 NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
4405 latter may be affected by the former (e.g. on i686).
4406
4407 2015-01-23 Martin Liska <mliska@suse.cz>
4408
4409 * tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
4410 false positive during profiledbootstrap.
4411
4412 2015-01-23 Tom de Vries <tom@codesourcery.com>
4413
4414 PR libgomp/64672
4415 * lto-opts.c (lto_write_options): Output non-explicit conservative
4416 -fno-openacc.
4417 * lto-wrapper.c (merge_and_complain): Handle merging -fopenacc.
4418 (append_compiler_options): Pass -fopenacc through.
4419
4420 2015-01-23 Tom de Vries <tom@codesourcery.com>
4421
4422 PR libgomp/64707
4423 * lto-opts.c (lto_write_options): Output non-explicit conservative
4424 -fno-openmp.
4425 * lto-wrapper.c (merge_and_complain): Handle merging -fopenmp.
4426 (append_compiler_options): Pass -fopenmp through.
4427
4428 2015-01-23 Jakub Jelinek <jakub@redhat.com>
4429
4430 PR debug/64511
4431 * dwarf2out.c (struct dw_loc_descr_node): Add chain_next
4432 GTY markup.
4433
4434 * diagnostic-core.h (internal_error_no_backtrace): New prototype.
4435 * diagnostic.def (DK_ICE_NOBT): New kind.
4436 * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT
4437 like DK_ICE, but never print backtrace.
4438 (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE.
4439 (internal_error_no_backtrace): New function.
4440 * gcc.c (execute): Use internal_error_no_backtrace instead of
4441 internal_error.
4442
4443 2015-01-22 Jeff Law <law@redhat.com>
4444
4445 PR target/52076
4446 * config/m68k/m68k.md (xorsi3_internal): Twiddle constraints to
4447 improve code density for small immediate to memory case.
4448 (insv): Better handle bitfield assignments when the field is
4449 being set to all ones.
4450 * config/m68k/predicates.md (reg_or_pow2_m1_operand): New
4451 operand predicate.
4452
4453 2015-01-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4454 Jakub Jelinek <jakub@redhat.com>
4455
4456 * gcc.c (LINK_SSP_SPEC): Handle -fstack-protector-explicit
4457 for !TARGET_LIBC_PROVIDES_SSP version and
4458 -fstack-protector-{all,strong,explicit} otherwise.
4459 * config/freebsd.h (LINK_SSP_SPEC): Handle
4460 -fstack-protector-{strong,explicit}.
4461
4462 2015-01-22 Jan Hubicka <hubicka@ucw.cz>
4463 H.J. Lu <hongjiu.lu@intel.com>
4464
4465 PR ipa/64694
4466 * ipa-inline.c (inline_small_functions): Fix thinko in maintenance of
4467 heap.
4468
4469 2015-01-22 Wei Mi <wmi@google.com>
4470
4471 PR rtl-optimization/64557
4472 * dse.c (record_store): Call get_addr for mem_addr.
4473 (check_mem_read_rtx): Likewise.
4474
4475 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
4476
4477 * fold-const.c (const_binop): Add early return for non-tcc_binary.
4478
4479 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
4480
4481 * toplev.c (init_local_tick): Process the failure when read
4482 fails for random_seed.
4483
4484 * ubsan.c (ubsan_type_descriptor): Use 'pretty_print' for
4485 'pretty_name' to avoid memory overflow.
4486
4487 2015-01-22 Richard Biener <rguenther@suse.de>
4488
4489 PR middle-end/64728
4490 * tree-ssa-coalesce.c (coalesce_partitions): Do not perform
4491 abnormal coalescing on undefined SSA names.
4492
4493 2015-22-01 Uros Bizjak <ubizjak@gmail.com>
4494
4495 PR target/64688
4496 PR target/64477
4497 * config/i386/sse.md (vec_set<mode>_0): Use (Yi/r/C) constraints
4498 for alternative 3.
4499 (*vec_dup<mode>): Use (Yi/$r) constraints for alternative 1.
4500
4501 2015-01-22 Trevor Saunders <tsaunders@mozilla.com>
4502
4503 PR middle-end/63325
4504 * fold-const.c (fold_checksum_tree): Don't include value of
4505 expr->decl_with_vis.symtab_node in the checksum.
4506
4507 2015-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4508
4509 * config/s390/s390.md (atomic code attribute): Fix typo "ior" -> "or".
4510
4511 2015-01-22 Max Ostapenko <m.ostapenko@partner.samsung.com>
4512
4513 PR driver/64690
4514 * gcc.c (insert_comments): New function.
4515 (try_generate_repro): Call it.
4516 (append_text): Removed.
4517
4518 2015-01-22 Richard Biener <rguenther@suse.de>
4519
4520 * ipa-inline.c (can_inline_edge_p): Disable inlining of edges
4521 with IL incompatible options. Properly honor user optimize
4522 attributes.
4523
4524 2015-01-21 Segher Boessenkool <segher@kernel.crashing.org>
4525
4526 PR rtl-optimization/64682
4527 * combine.c (distribute_notes): When moving a death note for
4528 a register that is set in the new I2, make sure to put it
4529 before that new I2.
4530
4531 2015-01-21 David Edelsohn <dje.gcc@gmail.com>
4532
4533 * config/rs6000/rs6000.c (rs6000_file_start): Use rs6000_isa_flags
4534 not TARGET_DEFAULT.
4535
4536 2015-01-21 Jakub Jelinek <jakub@redhat.com>
4537
4538 PR debug/64511
4539 * simplify-rtx.c (simplify_relational_operation_1): Don't try to
4540 optimize (eq/ne (and (side_effects) (const_int 0)) (const_int 0))
4541 into (eq/ne (and (not (side_effects)) (const_int 0)) (const_int 0)).
4542
4543 PR sanitizer/64706
4544 * doc/invoke.texi (-fsanitize=vptr): Document.
4545
4546 PR rtl-optimization/62078
4547 * dse.c: Include cfgcleanup.h.
4548 (rest_of_handle_dse): For -fnon-call-exceptions, if DSE removed
4549 anything call purge_all_dead_edges and cleanup_cfg at the end
4550 of the pass.
4551
4552 2015-01-21 Jan Hubicka <hubicka@ucw.cz>
4553
4554 * ipa-utils.c (ipa_merge_profiles): Avoid ICE on mismatch in indirect
4555 edges.
4556
4557 2015-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
4558
4559 * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread
4560 decl attribute.
4561
4562 2015-01-21 David Sherwood <david.sherwood@arm.com>
4563 Tejas Belagod <Tejas.Belagod@arm.com>
4564
4565 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
4566 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class): Removed.
4567 * config/aarch64/aarch64-protos.h (aarch64_cannot_change_mode_class):
4568 Removed.
4569
4570 2015-01-21 David Sherwood <david.sherwood@arm.com>
4571 Tejas Belagod <Tejas.Belagod@arm.com>
4572
4573 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist)
4574 (aarch64_reverse_mask): New decls.
4575 * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum.
4576 (insn_count): New mode_attr.
4577 * config/aarch64/aarch64-simd.md (vec_store_lanesoi, vec_store_lanesci)
4578 (vec_store_lanesxi, vec_load_lanesoi, vec_load_lanesci)
4579 (vec_load_lanesxi): Made ABI compliant for Big Endian targets.
4580 (aarch64_rev_reglist, aarch64_simd_ld2, aarch64_simd_ld3)
4581 (aarch64_simd_ld4, aarch64_simd_st2, aarch64_simd_st3)
4582 (aarch64_simd_st4): New patterns.
4583 * config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist)
4584 (aarch64_reverse_mask): New functions.
4585
4586 2015-01-21 Richard Sandiford <richard.sandiford@arm.com>
4587
4588 * config/aarch64/aarch64-protos.h (aarch64_simd_disambiguate_copy):
4589 Declare.
4590 * config/aarch64/aarch64.c (aarch64_classify_address): Allow extra
4591 addressing modes for BE.
4592 (aarch64_print_operand): Add 'R' specifier.
4593 (aarch64_simd_disambiguate_copy): Delete.
4594 (aarch64_simd_emit_reg_reg_move): New function.
4595 * config/aarch64/aarch64-simd.md: Use aarch64_simd_emit_reg_reg_move
4596 in define_splits for structural moves.
4597 (mov<mode>): Use less restrictive predicates.
4598 (*aarch64_mov<mode>): Simplify and only allow for LE.
4599 (*aarch64_be_movoi, *aarch64_be_movci, *aarch64_be_movxi): New.
4600
4601 2015-01-21 Alan Hayward <alan.hayward@arm.com>
4602
4603 * rtlanal.c (subreg_get_info): Exit early for simple and common cases.
4604
4605 2015-01-21 Richard Henderson <rth@redhat.com>
4606
4607 PR target/64669
4608 * ccmp.c (used_in_cond_stmt_p): Remove.
4609 (expand_ccmp_expr): Don't use it.
4610
4611 2015-01-21 Nick Clifton <nickc@redhat.com>
4612
4613 * config/rl78/rl78.c (rl78_calculate_death_notes): Look inside
4614 PARALLELs.
4615
4616 2015-01-21 Richard Biener <rguenther@suse.de>
4617
4618 PR middle-end/64313
4619 * tree-core.h (builtin_info, builtin_info_type): Turn from
4620 an object with two arrays into an array of an object with
4621 decl and two flags, implicit_p and declared_p.
4622 * tree.h (builtin_decl_explicit, builtin_decl_implicit,
4623 set_builtin_decl, set_builtin_decl_implicit_p,
4624 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
4625 (set_builtin_decl_declared_p, builtin_decl_declared_p): New functions.
4626 * builtins.c (builtin_info): Adjust.
4627 * gimplify.c (gimplify_addr_expr): References to builtins
4628 that have been declared by the user makes them eligible for
4629 use by the compiler. Call set_builtin_decl_implicit_p on them.
4630
4631 2015-01-20 Jeff Law <law@redhat.com>
4632
4633 PR target/59946
4634 * config/m68k/m68k.md (Comparison expanders and patterns): Do not
4635 allow pc-relative addresses in operand predicates or constraints.
4636
4637 2015-01-21 Bin Cheng <bin.cheng@arm.com>
4638
4639 * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
4640 neon on aarch32 processors for stringops.
4641
4642 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4643
4644 PR ipa/63576
4645 * ipa-utils.c (ipa_merge_profiles): Merge speculative edges.
4646
4647 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4648
4649 PR lto/45375
4650 * ipa-inline.c: Include lto-streamer.h
4651 (report_inline_failed_reason): Output source file differences and
4652 flags on optimization/target node mismatch.
4653 (can_inline_edge_p): Consider caller to be the outer inline function;
4654 be less restrictive about matching opimize and optimize_size attributes.
4655 (inline_account_function_p): Break out from ...
4656 (inline_small_functions): ... here.
4657 * ipa-inline-transform.c (clone_inlined_nodes): Use
4658 inline_account_function_p.
4659 (inline_call): Use optimize attribution; use inline_account_function_p.
4660 (inline_transform): Use opt_for_fn.
4661 * ipa-inline.h (inline_account_function_p): Declare.
4662
4663 2015-01-20 Jakub Jelinek <jakub@redhat.com>
4664
4665 PR debug/64663
4666 * dwarf2out.c (decl_piece_node): Don't put bitsize into
4667 mode if bitsize <= 0.
4668 (decl_piece_bitsize, adjust_piece_list, add_var_loc_to_decl,
4669 dw_sra_loc_expr): Use HOST_WIDE_INT instead of int for bit
4670 sizes and positions.
4671
4672 2015-01-20 Chung-Lin Tang <cltang@codesourcery.com>
4673
4674 * config/nios2/nios2.c (nios2_asm_file_end): Implement
4675 TARGET_ASM_FILE_END hook for adding .note.GNU-stack section when
4676 needed.
4677 (TARGET_ASM_FILE_END): Define.
4678
4679 2015-01-20 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4680
4681 * config/arm/arm-protos.h (enum arm_sched_autopref): New constants.
4682 (struct tune_params): Use the enum.
4683 * arm.c (arm_*_tune): Update.
4684 (arm_option_override): Update.
4685
4686 2015-01-20 Richard Biener <rguenther@suse.de>
4687
4688 PR ipa/64684
4689 * ipa-reference.c (add_static_var): Inline ...
4690 (analyze_function): ... here after splitting out from ...
4691 (is_proper_for_analysis): ... this.
4692
4693 2015-01-20 Matthew Wahab <matthew.wahab@arm.com>
4694
4695 PR target/64149
4696 * config/arm/arm.opt: Remove lra option and arm_lra_flag variablesle.
4697 * config/arm/arm.h (MODE_BASE_REG_CLASS): Remove use of arm_lra_flagag,
4698 replace the conditional with it's true branch.
4699 * config/arm/arm.config (TARGET_LRA_P): Set to hook_bool_void_true.
4700 (arm_lra_p): Remove.
4701
4702 2015-01-20 Eric Botcazou <ebotcazou@adacore.com>
4703
4704 * config/visium/visium.h (LIB_SPEC): Adjust in default case.
4705
4706 2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4707
4708 * config/tilegx/mul-tables.c: Move symtab.h include after
4709 coretypes.h include.
4710 * config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
4711 vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
4712 flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
4713 wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
4714 explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
4715
4716 2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
4717
4718 PR bootstrap/64676
4719 Revert:
4720 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
4721
4722 PR rtl-optimization/64081
4723 * loop-iv.c (def_pred_latch_p): New function.
4724 (latch_dominating_def): Allow specific cases with non-single
4725 definitions.
4726 (iv_get_reaching_def): Likewise.
4727 (check_complex_exit_p): New function.
4728 (check_simple_exit): Use check_complex_exit_p to allow certain cases
4729 with exits not executing on any iteration.
4730
4731 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4732
4733 PR lto/45375
4734 * i386.c (ix86_option_override_internal): Use ix86_tune_cost
4735 to set branch cost.
4736
4737 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4738
4739 PR lto/45375
4740 * i386.c (gate): Check flag_expensive_optimizations and
4741 optimize_size.
4742 (ix86_option_override_internal): Drop optimize_size condition
4743 on MASK_ACCUMULATE_OUTGOING_ARGS, MASK_VZEROUPPER,
4744 MASK_AVX256_SPLIT_UNALIGNED_LOAD, MASK_AVX256_SPLIT_UNALIGNED_STORE,
4745 MASK_PREFER_AVX128.
4746 (ix86_avx256_split_vector_move_misalign,
4747 ix86_avx256_split_vector_move_misalign): Check optimize_insn_for_speed.
4748 * sse.md (all uses of TARGET_PREFER_AVX128): Add
4749 optimize_insn_for_speed_p check.
4750
4751 2015-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
4752
4753 * config/mips/mips.h (FP_ASM_SPEC): New define.
4754 (ASM_SPEC): Remove floating-point options and use FP_ASM_SPEC
4755 instead.
4756
4757 2015-01-19 Oleg Endo <olegendo@gcc.gnu.org>
4758
4759 PR target/53988
4760 * config/sh/sh-protos.h (sh_find_set_of_reg): Make sure not to return
4761 nullptr for insn when reaching the first insn.
4762 * config/sh/sh.c (sh_unspec_insn_p): Rewrite using subrtx_iterator.
4763 (sh_insn_operands_modified_between_p): Add nullptr check.
4764 (sh_find_extending_set_of_reg): Fix log message. Don't accept
4765 sign extending mem load if the insn contains any UNSPEC or
4766 UNSPEC_VOLATILE.
4767
4768 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4769
4770 * params.def (inline-unit-growth): Drop to 15%.
4771 * invoke.texi (inline-unit-growth): Document change.
4772
4773 2015-01-19 Martin Liska <mliska@suse.cz>
4774
4775 PR ipa/64668
4776 * ipa-icf-gimple.c (func_checker::compare_operand): Call proper
4777 function for second argument of OBJ_TYPE_REF.
4778
4779 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4780
4781 PR ipa/64218
4782 * ipa-inline.c (want_inline_function_to_all_callers_p): Fix check
4783 whether function is an alias.
4784
4785 2015-01-19 Jan Hubicka <hubicka@ucw.cz>
4786
4787 * ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless
4788 cases.
4789
4790 2015-01-19 Vladimir Makarov <vmakarov@redhat.com>
4791
4792 PR rtl-optimization/64671
4793 * lra-remat.c (operand_to_remat): Don't consider jump and call
4794 insns.
4795
4796 2015-01-19 David Edelsohn <dje.gcc@gmail.com>
4797
4798 PR target/59828
4799 * config/rs6000/default64.h: Include rs6000-cpus.def.
4800 (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use ISA 2.7 (POWER8).
4801 (TARGET_DEFAULT) [BIG_ENDIAN]: Use POWER4.
4802 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add POWER7
4803 and POWER8.
4804 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Always default to
4805 POWER8.
4806 * config/rs6000/rs6000.c (rs6000_file_start): Emit .machine
4807 pseudo-op to specify assembler dialect.
4808
4809 2015-01-19 Martin Liska <mliska@suse.cz>
4810
4811 PR ipa/64664
4812 * ipa-icf.c (sem_item_optimizer::filter_removed_items):
4813 Handle safe potentially removed nodes during filtering.
4814
4815 2015-01-19 Martin Liska <mliska@suse.cz>
4816
4817 * doc/extend.texi (no_icf): Add new attribute description.
4818 * ipa-icf.c (sem_item_optimizer::merge_classes): Handle cases
4819 where the pass attempts to merge a function with no_icf attribute.
4820
4821 2015-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4822
4823 PR target/64532
4824 * doc/md.texi (ARM Options): Document register constraints.
4825
4826 2015-01-19 Jiong Wang <jiong.wang@arm.com>
4827 Andrew Pinski <apinski@cavium.com>
4828
4829 PR target/64304
4830 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted.
4831 (ashl<mode>3): Don't expand if operands[2] is not constant.
4832
4833 2015-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4834
4835 PR target/64448
4836 * config/aarch64/aarch64-simd.md (aarch64_simd_bsl<mode>_internal):
4837 Match xor-and-xor RTL pattern.
4838
4839 2015-01-19 Igor Zamyatin <igor.zamyatin@intel.com>
4840
4841 PR rtl-optimization/64081
4842 * loop-iv.c (def_pred_latch_p): New function.
4843 (latch_dominating_def): Allow specific cases with non-single
4844 definitions.
4845 (iv_get_reaching_def): Likewise.
4846 (check_complex_exit_p): New function.
4847 (check_simple_exit): Use check_complex_exit_p to allow certain cases
4848 with exits not executing on any iteration.
4849
4850 2015-01-19 Jakub Jelinek <jakub@redhat.com>
4851
4852 * common.opt (fgraphite): Fix a typo.
4853
4854 2015-01-19 Felix Yang <felix.yang@huawei.com>
4855
4856 * config/aarch64/aarch64-simd.md (aarch64_<maxmin_uns>p<mode>): New
4857 pattern.
4858 * config/aarch64/aarch64-simd-builtins.def (smaxp, sminp, umaxp,
4859 uminp, smax_nanp, smin_nanp): New builtins.
4860 * config/aarch64/arm_neon.h (vpmax_s8, vpmax_s16, vpmax_s32,
4861 vpmax_u8, vpmax_u16, vpmax_u32, vpmaxq_s8, vpmaxq_s16, vpmaxq_s32,
4862 vpmaxq_u8, vpmaxq_u16, vpmaxq_u32, vpmax_f32, vpmaxq_f32, vpmaxq_f64,
4863 vpmaxqd_f64, vpmaxs_f32, vpmaxnm_f32, vpmaxnmq_f32, vpmaxnmq_f64,
4864 vpmaxnmqd_f64, vpmaxnms_f32, vpmin_s8, vpmin_s16, vpmin_s32, vpmin_u8,
4865 vpmin_u16, vpmin_u32, vpminq_s8, vpminq_s16, vpminq_s32, vpminq_u8,
4866 vpminq_u16, vpminq_u32, vpmin_f32, vpminq_f32, vpminq_f64, vpminqd_f64,
4867 vpmins_f32, vpminnm_f32, vpminnmq_f32, vpminnmq_f64, vpminnmqd_f64,
4868 vpminnms_f32): Rewrite using builtin functions.
4869
4870 2015-01-19 Thomas Schwinge <thomas@codesourcery.com>
4871
4872 PR libgomp/64625
4873 * omp-low.c (offload_symbol_decl): Remove variable.
4874 (get_offload_symbol_decl): Remove function.
4875 (expand_omp_target): For BUILT_IN_GOMP_TARGET,
4876 BUILT_IN_GOMP_TARGET_DATA, BUILT_IN_GOMP_TARGET_UPDATE pass NULL
4877 instead of &__OFFLOAD_TABLE__, for BUILT_IN_GOACC_DATA_START,
4878 BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL,
4879 BUILT_IN_GOACC_UPDATE don't pass it at all.
4880
4881 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
4882
4883 * tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
4884 callers.
4885
4886 2015-01-19 Ilya Enkovich <ilya.enkovich@intel.com>
4887
4888 * ipa-chkp.c (chkp_produce_thunks): Add early param
4889 to split thunks production into two passes. Keep
4890 'always_inline' function bodies after the first pass.
4891 (pass_data_ipa_chkp_early_produce_thunks): New.
4892 (pass_ipa_chkp_early_produce_thunks): New.
4893 (pass_ipa_chkp_produce_thunks::execute): Adjust to new
4894 chkp_produce_thunks signature.
4895 (make_pass_ipa_chkp_early_produce_thunks): New.
4896 * passes.def (pass_ipa_chkp_early_produce_thunks): New.
4897 (pass_ipa_chkp_produce_thunks): Move after local optimizations.
4898 * tree-pass.h (make_pass_ipa_chkp_early_produce_thunks): New.
4899
4900 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
4901
4902 * cgraph.c (cgraph_node::dump): Dump profile flags.
4903
4904 2015-01-18 Oleg Endo <olegendo@gcc.gnu.org>
4905
4906 PR target/64652
4907 * config/sh/sh.md (udivsi3_i4, divsi3_i4): Make use of sfunc address
4908 reg appear first in the parallel.
4909
4910 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
4911
4912 * ipa-reference.c (set_reference_optimization_summary,
4913 ipa_reference_get_not_written_global): Do nothing if ipa-reference is
4914 disabled.
4915 (ignore_module_statics): New static var.
4916 (propagate_bits): If ipa-reference is disabled, do not look into local
4917 properties.
4918 (analyze_function): Disable analysis when ipa_reference is disabled.
4919 (generate_summary): Do not dump when reference is disabled;
4920 collect vars accessed from functions with ipa-reference disabled.
4921 (get_read_write_all_from_node): When ipa-reference is disabled, use the
4922 node flags.
4923 (gate): Enable for LTO.
4924 (ignore_edge_p): New function.
4925 (propagate): Skip functions w/o ipa-reference analysis.
4926 * optc-save-gen.awk: Handle optimize_debug correctly.
4927 * opth-gen.awk: Likewise.
4928 * common.opt (fauto-inc-dec, fdelete-dead-exceptions, ffunction-cse,
4929 fgraphite, fstrict-volatile-bitfields, fira-algorithm, fira-region,
4930 fira-share-save-slots, fira-share-spill-slots,
4931 fmodulo-sched-allow-regmoves, fpartial-inlining,
4932 sched-stalled-insns, fsched-stalled-insns-dep, fstrict-overflow,
4933 ftracer, ftree-parallelize-loops, fassociative-math,
4934 freciprocal-math, fvect-cost-model, fsimd-cost-model): Mark as
4935 Optimization
4936 (fauto-profile, fcommon, fdata-sections, fipa-icf-variables,
4937 ftoplevel-reorder, funit-at-a-time, fwhole-program): Do not mark as
4938 Optimization.
4939 * ipa-icf.c (gate, sem_item_optimizer::filter_removed_items):
4940 Fix for IPA.
4941
4942 2015-01-18 Jan Hubicka <hubicka@ucw.cz>
4943
4944 PR ipa/64378
4945 * ipa-prop.c (try_make_edge_direct_virtual_call): Clear speculative
4946 flag correctly.
4947 * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle speculation.
4948
4949 2015-01-18 Sandra Loosemore <sandra@codesourcery.com>
4950
4951 * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
4952 Remove duplicate option listings.
4953
4954 2015-01-18 Felix Yang <felix.yang@huawei.com>
4955
4956 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
4957 (autofdo_source_profile::get_callsite_total_count,
4958 function_instance::get_function_instance_by_decl,
4959 string_table::get_index, string_table::get_index_by_decl,
4960 afdo_vpt_for_early_inline, afdo_callsite_hot_enough_for_early_inline):
4961 Fix comment typos. Reformatting and minor code rearrangement.
4962
4963 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
4964
4965 * config/rs6000/rs6000.md (probe_stack): Delete.
4966 (probe_stack_address): New.
4967
4968 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
4969
4970 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use TARGET_32BIT
4971 to test for 32-bit ABIs, not !TARGET_POWERPC64.
4972
4973 2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
4974
4975 * config/rs6000/rs6000.c (rs6000_parallel_return): New function.
4976 (rs6000_function_value): Use it. Handle SCmode and TCmode as well,
4977 for TARGET_32BIT && TARGET_POWERPC64. Fix another BITS_PER_WORD
4978 snafu.
4979 (rs6000_libcall_value): Use the new function.
4980
4981 2015-01-17 Sandra Loosemore <sandra@codesourcery.com>
4982
4983 * doc/invoke.texi ([-ftracer]): Remove duplicate option listing.
4984
4985 2015-01-17 Eric Botcazou <ebotcazou@adacore.com>
4986
4987 * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid,
4988 implement a more precise life analysis for it during backward scan.
4989
4990 2015-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4991
4992 * dwarf2out.c (gen_producer_string): Ignore also OPT_fpreprocessed.
4993
4994 2015-01-17 Bernd Schmidt <bernds@codesourcery.com>
4995
4996 PR rtl-optimization/52773
4997 * calls.c (emit_library_call_value): When pushing arguments use
4998 stack_pointer_rtx rather than virtual_outgoing_args_rtx in
4999 CALL_INSN_FUNCTION_USAGE. Only emit one of use of the magic
5000 stack pointer reference into CALL_INSN_FUNCTION_USAGE.
5001
5002 2015-01-17 Jeff Law <law@redhat.com>
5003
5004 PR rtl-optimization/32790
5005 * reginfo.c (reg_scan_mark_refs): Look for ZERO_EXTRACT,
5006 not ZERO_EXTEND in SET_DESTs.
5007
5008 2015-01-17 Alan Modra <amodra@gmail.com>
5009
5010 * cprop.c (do_local_cprop): Revert last change.
5011
5012 2015-01-16 DJ Delorie <dj@redhat.com>
5013 Nick Clifton <nickc@redhat.com>
5014
5015 * config/rl78/rl78-real.md (addqi3_real): Allow volatiles.
5016 (addhi3_real): Likewise. Fix [HL+0] syntax.
5017 (subqi3_real): Likewise.
5018 (subhi3_real): Likewise.
5019 (cbranchqi4_real): Likewise. Allow saddr,#imm.
5020 (cbranchhi4_real): Likewise.
5021 (cbranchhi4_real_inverted): Likewise.
5022 (cbranchsi4_real_lt): Likewise.
5023 (cbranchsi4_real_ge): Likewise.
5024 (cbranchsi4_real_ge): Likewise.
5025 * config/rl78/rl78-virt.md (add<mode>3_virt): Likewise.
5026 (sub<mode>3_virt): Likewise.
5027 (cbranchqi4_virt): Likewise.
5028 (cbranchhi4_virt): Likewise.
5029 * config/rl78/rl78.c (rl78_print_operand_1): 'p' modifier means
5030 always use '[reg+imm]' even when imm is zero.
5031 * config/rl78/predicates.md (rl78_volatile_memory_operand): New.
5032 (rl78_general_operand): New.
5033 (rl78_nonimmediate_operand): New.
5034 (rl78_nonfar_operand): Use them.
5035 (rl78_nonfar_nonimm_operand): Likewise.
5036 (rl78_stack_based_mem): Fix.
5037 * config/rl78/constraints.md (Ibqi): New.
5038 (IBqi): New.
5039 (Wsa): New.
5040 (Wsf): New.
5041 (Cs1): Fix.
5042 * config/rl78/rl78-expand.md (andqi3): Accept volatiles.
5043 (iorqi3): Likewise.
5044 (xorqi3): Likewise.
5045 * config/rl78/rl78-protos.h (rl78_sfr_p): New.
5046
5047 * config/rl78/constrains (Qs8): New constraint.
5048 * config/rl78/rl78.c (rl78_flags_already_set): New function.
5049 * config/rl78/rl78-protos.h (rl78_flags_already_set): New prototype.
5050 * config/rl78/rl78-real.md (update_Z): New attribute.
5051 Update patterns to set it.
5052 (cbranchqi4_real): Call rl78_flags_already_set() to determine if a
5053 shorter compare and branch sequence can be used.
5054 (cbranchhi4_real): Likewise.
5055 (cbranchhi4_real_inverted): Likewise.
5056
5057 * config/rl78/predicates.md (uword_operand): Allow symbol_refs.
5058 * config/rl78/rl78-c.c (rl78_register_pragmas): Register __near
5059 address space.
5060 * config/rl78/rl78.c (rl78_get_name_encoding): New.
5061 (rl78_option_override): Allow -mes0 only if C.
5062 (characterize_address): Support subregs of symbol_refs.
5063 (rl78_addr_space_address_mode): Move. Add __near.
5064 (rl78_far_p): Likewise.
5065 (rl78_addr_space_pointer_mode): Likewise.
5066 (rl78_as_legitimate_address): Likewise.
5067 (rl78_addr_space_subset_p): Likewise.
5068 (rl78_addr_space_convert): Likewise.
5069 (rl78_print_operand_1): Support 16-bit addressing of 32-bit
5070 symbols with -mes0.
5071 (transcode_memory_rtx): Don't copy ES if -mes0. Allow symbol[BC]
5072 addressing.
5073 (rl78_alloc_physical_registers_op1): Change logic to prefer
5074 symbol[BC] addressing.
5075 (frodata_section): New.
5076 (rl78_asm_init_sections): Initialize it.
5077 (rl78_select_section): Put __far readonly symbols in .frodata.
5078 (rl78_make_type_far): New.
5079 (rl78_insert_attributes): Force all readonly symbols to be
5080 __far when -mes0.
5081 (rl78_asm_out_integer): New.
5082 * config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
5083 * config/rl78/rl78.opt (-mes0): New.
5084
5085 * config/rl78/rl78.h (ASM_OUTPUT_LABELREF): New.
5086 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
5087 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
5088 * config/rl78/rl78-protos.h (rl78_output_labelref): New.
5089 (rl78_saddr_p): New.
5090 (rl78_output_aligned_common): New.
5091 * config/rl78/rl78.c (rl78_output_symbol_ref): Strip encodings.
5092 (rl78_handle_saddr_attribute): New.
5093 (rl78_handle_naked_attribute): New.
5094 (rl78_attribute_table): Add saddr.
5095 (rl78_print_operand_1): Don't print '!' on saddr operands.
5096 (rl78_print_operand_1): Strip encodings.
5097 (rl78_sfr_p): New.
5098 (rl78_strip_name_encoding): New.
5099 (rl78_attrlist_to_encoding): New.
5100 (rl78_encode_section_info): New.
5101 (rl78_asm_init_sections): New.
5102 (rl78_select_section): New.
5103 (rl78_output_labelref): New.
5104 (rl78_output_aligned_common): New.
5105 (rl78_asm_out_integer): New.
5106 (rl78_asm_ctor_dtor): New.
5107 (rl78_asm_constructor): New.
5108 (rl78_asm_destructor): New.
5109
5110 * config/rl78/rl78-real.md (movqi_es): Rename to movqi_to_es.
5111 * config/rl78/rl78.c (rl78_expand_epilogue): Update.
5112 (transcode_memory_rtx): Update.
5113 (rl78_expand_epilogue): Use A_REG instead of 0.
5114
5115 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5116
5117 * config/arm/arm-protos.h (struct tune_params): New field
5118 sched_autopref_queue_depth.
5119 * config/arm/arm.c (sched-int.h): Include header.
5120 (arm_first_cycle_multipass_dfa_lookahead_guard,)
5121 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): Define hook.
5122 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,)
5123 (arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,)
5124 (arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,)
5125 (arm_cortex_a53_tune, arm_cortex_a57_tune, arm_xgene1_tune,)
5126 (arm_cortex_a5_tune, arm_cortex_a9_tune, arm_cortex_a12_tune,)
5127 (arm_v7m_tune, arm_cortex_m7_tune, arm_v6m_tune, arm_fa726te_tune):
5128 Specify sched_autopref_queue_depth value. Enabled for A15 and A57.
5129 * config/arm/t-arm (arm.o): Update.
5130 * haifa-sched.c (update_insn_after_change): Update.
5131 (rank_for_schedule): Use auto-prefetcher model, if requested.
5132 (autopref_multipass_init): New static function.
5133 (autopref_rank_for_schedule): New rank_for_schedule heuristic.
5134 (autopref_multipass_dfa_lookahead_guard_started_dump_p): New static
5135 variable for debug dumps.
5136 (autopref_multipass_dfa_lookahead_guard_1): New static helper function.
5137 (autopref_multipass_dfa_lookahead_guard): New global function that
5138 implements TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD hook.
5139 (init_h_i_d): Update.
5140 * params.def (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH): New tuning knob.
5141 * sched-int.h (enum autopref_multipass_data_status): New const enum.
5142 (autopref_multipass_data_): Structure for auto-prefetcher data.
5143 (autopref_multipass_data_def, autopref_multipass_data_t): New typedefs.
5144 (struct _haifa_insn_data:autopref_multipass_data): New field.
5145 (INSN_AUTOPREF_MULTIPASS_DATA): New access macro.
5146 (autopref_multipass_dfa_lookahead_guard): Declare.
5147
5148 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5149
5150 * rtlanal.c (get_base_term): Handle SCRATCH.
5151
5152 2015-01-17 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
5153
5154 * config/aarch64/aarch64.c
5155 (aarch64_sched_first_cycle_multipass_dfa_lookahead): Implement hook.
5156 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
5157 * config/arm/arm.c
5158 (arm_first_cycle_multipass_dfa_lookahead): Implement hook.
5159 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
5160
5161 2015-01-17 Alan Modra <amodra@gmail.com>
5162
5163 * cprop.c (do_local_cprop): Disallow replacement of fixed
5164 hard registers.
5165
5166 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5167
5168 PR target/62066
5169 * config/arm/arm-builtins.c (arm_expand_neon_args): Call va_end before
5170 early return 0.
5171
5172 2015-01-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5173
5174 * sanitizer.def (BUILT_IN_TSAN_VPTR_UPDATE): Fixed parameters.
5175 * tsan.c (instrument_expr): Fixed parameters of __tsan_vptr_update.
5176
5177 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5178
5179 * config/arm/arm.md: Move comment about splitting Thumb1 patterns to...
5180 * config/arm/thumb1.md: ... Here.
5181
5182 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
5183
5184 * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Disallow
5185 TImode for TARGET_32BIT.
5186
5187 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
5188
5189 * config/rs6000/rs6000.c (TARGET_LIBGCC_CMP_RETURN_MODE,
5190 TARGET_LIBGCC_SHIFT_COUNT_MODE, TARGET_UNWIND_WORD_MODE): Implement
5191 as ...
5192 (rs6000_abi_word_mode): New function.
5193
5194 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
5195
5196 * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD
5197 instead of UNITS_PER_WORD to describe the size of stack slots.
5198
5199 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
5200
5201 * config/rs6000/rs6000.c (TARGET_PROMOTE_FUNCTION_MODE): Implement
5202 as rs6000_promote_function_mode. Move comment to there.
5203 (rs6000_promote_function_mode): New function.
5204
5205 2015-01-16 Segher Boessenkool <segher@kernel.crashing.org>
5206
5207 * config/rs6000/rs6000.h (PROMOTE_MODE): Correct test for when -m32
5208 -mpowerpc64 is active.
5209
5210 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
5211
5212 PR middle-end/64353
5213 * tree-cfg.c (pass_data_fixup_cfg): Update SSA for
5214 virtuals on start.
5215
5216 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
5217
5218 * config/arm/cortex-a57.md: Remove duplicate of file accidentally
5219 introduced in revision 219724.
5220
5221 2015-01-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5222 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5223
5224 PR target/64263
5225 * config/aarch64/aarch64.md (*movsi_aarch64): Don't split if the
5226 destination is not a GP reg.
5227 (*movdi_aarch64): Likewise.
5228
5229 2015-01-16 David Edelsohn <dje.gcc@gmail.com>
5230
5231 PR target/64623
5232 * config/rs6000/default64.h: Revert ISA change.
5233
5234 2015-01-16 Richard Biener <rguenther@suse.de>
5235
5236 PR middle-end/64614
5237 * tree-ssa-uninit.c: Include tree-cfg.h.
5238 (MAX_SWITCH_CASES): New define.
5239 (convert_control_dep_chain_into_preds): Handle switch statements.
5240 (is_pred_expr_subset_of): Handle x == CST vs. (x & CST) != 0.
5241 (normalize_one_pred_1): Do not split bit-manipulations.
5242 Record (x & CST).
5243
5244 2015-01-16 Richard Biener <rguenther@suse.de>
5245
5246 PR tree-optimization/64568
5247 * tree-ssa-forwprop.c (pass_forwprop::execute): Guard
5248 complex load rewriting for TARGET_MEM_REFs.
5249
5250 2015-01-16 Uros Bizjak <ubizjak@gmail.com>
5251
5252 * builtins.c (expand_builtin_acc_on_device): Check target for NULL.
5253
5254 2015-01-16 Matthew Wahab <matthew.wahab@arm.com>
5255
5256 PR target/64149
5257 * config/aarch64/aarch64.opt: Remove lra option and aarch64_lra_flag
5258 variable.
5259 * config/aarch64/aarch64.c (TARGET_LRA_P): Set to hook_bool_void_true.
5260 (aarch64_lra_p): Remove.
5261
5262 2015-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
5263
5264 PR target/64363
5265 * ipa-chkp.h (chkp_instrumentable_p): New.
5266 * ipa-chkp.c: Include tree-inline.h.
5267 (chkp_instrumentable_p): New.
5268 (chkp_maybe_create_clone): Use chkp_instrumentable_p.
5269 Fix processing of not instrumentable functions.
5270 (chkp_versioning): Use chkp_instrumentable_p. Warn about
5271 not instrumentable functions.
5272 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Use
5273 chkp_instrumentable_p.
5274 * tree-inline.h (copy_forbidden): New.
5275 * tree-inline.c (copy_forbidden): Not static anymore.
5276
5277 2015-01-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5278
5279 * optc-save-gen.awk (cl_target_option_print_diff): Mark indent,
5280 ptr1, ptr2 unused.
5281
5282 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
5283
5284 * lra-constraints.c (curr_insn_transform): Change a reload pseudo of
5285 type OP_OUT to OP_INOUT.
5286
5287 2015-01-16 Robert Suchanek <robert.suchanek@imgtec.com>
5288
5289 * simplify-rtx.c (simplify_replace_fn_rtx): Simplify (lo_sum
5290 (high x) y) to y if x and y have the same base.
5291
5292 2015-01-16 James Greenhalgh <james.greenhalgh@arm.com>
5293
5294 * config/arm/cortex-a57.md: New.
5295 * config/aarch64/aarch64.md: Include it.
5296 * config/aarch64/aarch64-cores.def (cortex-a57): Tune for it.
5297 * config/aarch64/aarch64-tune.md: Regenerate.
5298
5299 2015-01-16 Zhenqiang Chen <zhenqiang.chen@arm.com>
5300
5301 PR target/64015
5302 * ccmp.c (expand_ccmp_next): New function.
5303 (expand_ccmp_expr_1, expand_ccmp_expr): Handle operand insn sequence
5304 and compare insn sequence.
5305 * config/aarch64/aarch64.c (aarch64_code_to_ccmode,
5306 aarch64_gen_ccmp_first, aarch64_gen_ccmp_next): New functions.
5307 (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): New MICRO.
5308 * config/aarch64/aarch64.md (*ccmp_and): Changed to ccmp_and<mode>.
5309 (*ccmp_ior): Changed to ccmp_ior<mode>.
5310 (cmp<mode>): New pattern.
5311 * doc/tm.texi (TARGET_GEN_CCMP_FIRST, TARGET_GEN_CCMP_NEXT): Update
5312 parameters.
5313 * target.def (gen_ccmp_first, gen_ccmp_next): Update parameters.
5314
5315 2015-01-16 Ilya Tocar <ilya.tocar@intel.com>
5316
5317 * config/i386/avx2intrin.h (_mm256_bslli_epi128,
5318 _mm256_bsrli_epi128): New.
5319 * config/i386/emmintrin.h (_mm_bsrli_si128, _mm_bslli_si128): Ditto.
5320
5321 2015-01-15 Jiong Wang <jiong.wang@arm.com>
5322
5323 * expmed.c (store_bit_field_using_insv): Improve warning message.
5324 Use %wu instead of HOST_WIDE_INT_PRINT_UNSIGNED.
5325
5326 2015-01-15 Jiong Wang <jiong.wang@arm.com>
5327
5328 PR rtl-optimization/64011
5329 * expmed.c (store_bit_field_using_insv): Warn and truncate bitsize when
5330 there is partial overflow.
5331
5332 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
5333
5334 * config/nds32/nds32-protos.h (nds32_expand_epilogue): Change
5335 prototype.
5336 (nds32_expand_epilogue_v3pop): Likewise.
5337 * config/nds32/nds32.md (sibcall): Define this for sibling call
5338 optimization.
5339 (sibcall_register): Likewise.
5340 (sibcall_immediate): Likewise.
5341 (sibcall_value): Likewise.
5342 (sibcall_value_register): Likewise.
5343 (sibcall_value_immediate): Likewise.
5344 (sibcall_epilogue): Likewise.
5345 (epilogue): Pass false to indicate this is not a sibcall epilogue.
5346 * config/nds32/nds32.c (nds32_expand_epilogue): Consider sibcall case.
5347 (nds32_expand_epilogue_v3pop): Likewise.
5348
5349 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
5350
5351 * config/nds32/nds32-protos.h (nds32_can_use_return_insn): New.
5352 * config/nds32/nds32.md (unspec_volatile_func_return): Remove.
5353 (return_internal): New.
5354 (return): Define this named pattern.
5355 (simple_return): Define this named pattern.
5356 * config/nds32/nds32.c (nds32_expand_epilogue): Emit return_internal
5357 pattern instead of unspec_volatile_func_return.
5358 (nds32_expand_epilogue_v3pop): Likewise.
5359 (nds32_can_use_return_insn): New function.
5360
5361 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
5362
5363 * config/nds32/constants.md (UNSPEC_VOLATILE_POP25_RETURN): New.
5364 * config/nds32/nds32.md (pop25return): New.
5365 * config/nds32/nds32.c (nds32_expand_epilogue_v3pop): Emit
5366 pop25return pattern.
5367
5368 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
5369
5370 * doc/invoke.texi (NDS32 Options): Remove -mforce-fp-as-gp,
5371 -mforbid-fp-as-gp, and -mex9 options.
5372
5373 2015-01-16 Chung-Ju Wu <jasonwucj@gmail.com>
5374
5375 * doc/invoke.texi (NDS32 Options): Add -mcmodel= option and
5376 remove -mgp-direct option.
5377
5378 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
5379
5380 * doc/invoke.texi (--param early-inlining-insns): Update default value.
5381 * params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.
5382
5383 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
5384
5385 * ipa-inline.c (inline_small_functions): Work around hints
5386 cache issue.
5387
5388 2015-01-15 Sandra Loosemore <sandra@codesourcery.com>
5389
5390 PR target/59710
5391 * doc/invoke.texi (Option Summary): Document new Nios II
5392 -mgpopt= syntax.
5393 (Nios II Options): Likewise.
5394 * config/nios2/nios2.opt: Add -mgpopt= option support.
5395 Modify existing -mgpopt and -mno-gpopt options to be aliases.
5396 * config/nios2/nios2-opts.h (enum nios2_gpopt_type): New.
5397 * config/nios2/nios2.c (nios2_option_override): Adjust
5398 -mgpopt defaulting.
5399 (nios2_in_small_data_p): Return true for explicit small data
5400 sections even with -G0.
5401 (nios2_symbol_ref_in_small_data_p): Adjust to handle new -mgpopt=
5402 option choices.
5403
5404 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
5405
5406 PR ipa/64612
5407 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling
5408 of comdat locals.
5409 (inline_call): Fix removal of aliases.
5410
5411 2015-01-15 Jakub Jelinek <jakub@redhat.com>
5412
5413 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,
5414 include SANITIZE_VPTR in SANITIZE_UNDEFINED.
5415 * opts.c (common_handle_option): Add -fsanitize=vptr.
5416 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS,
5417 BUILT_IN_UBSAN_HANDLE_DYNAMIC_TYPE_CACHE_MISS_ABORT): New.
5418 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_DOWNCAST_POINTER,
5419 UBSAN_DOWNCAST_REFERENCE, UBSAN_UPCAST and UBSAN_CAST_TO_VBASE.
5420 (ubsan_expand_vptr_ifn): New prototype.
5421 * internal-fn.c (expand_ANNOTATE, expand_GOMP_SIMD_LANE,
5422 expand_GOMP_SIMD_VF, expand_GOMP_SIMD_LAST_LANE, expand_UBSAN_NULL,
5423 expand_UBSAN_BOUNDS, expand_UBSAN_OBJECT_SIZE, expand_ASAN_CHECK,
5424 expand_LOOP_VECTORIZED): Make argument nameless, remove
5425 ATTRIBUTE_UNUSED.
5426 (expand_UBSAN_VPTR): New function.
5427 * internal-fn.def (UBSAN_NULL, ASAN_CHECK): Use R instead of W
5428 in fn spec.
5429 (UBSAN_VPTR): New internal function.
5430 * sanopt.c (tree_map_traits): Renamed to ...
5431 (sanopt_tree_map_traits): ... this.
5432 (sanopt_tree_triplet, sanopt_tree_triplet_map_traits): New classes.
5433 (sanopt_ctx): Adjust asan_check_map type for tree_map_traits
5434 to sanopt_tree_map_traits renaming. Add vptr_check_map field.
5435 (maybe_optimize_ubsan_vptr_ifn): New function.
5436 (sanopt_optimize_walker): Handle IFN_UBSAN_VPTR.
5437 (pass_sanopt::execute): Likewise. Call sanopt_optimize even for
5438 -fsanitize=vptr.
5439 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Handle certain
5440 internal calls like pure functions for aliasing, even when they
5441 have other side-effects that prevent making them ECF_PURE.
5442 * ubsan.c (ubsan_vptr_type_cache_decl): New variable.
5443 (ubsan_expand_vptr_ifn): New function.
5444
5445 2015-01-15 Vladimir Makarov <vmakarov@redhat.com>
5446
5447 PR rtl-optimization/64110
5448 * stmt.c (parse_output_constraint): Process '^' and '$'.
5449 (parse_input_constraint): Ditto.
5450 * lra-constraints.c (process_alt_operands): Process the new
5451 constraints.
5452 * ira-costs.c (record_reg_classes): Process the new constraint
5453 '^'.
5454 * genoutput.c (indep_constraints): Add '^' and '$'.
5455 * config/i386/sse.md (*vec_dup<mode>): Use '$' instead of '!'.
5456 * doc/md.texi: Add description of the new constraints.
5457
5458 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
5459 Bernd Schmidt <bernds@codesourcery.com>
5460 Cesar Philippidis <cesar@codesourcery.com>
5461 James Norris <jnorris@codesourcery.com>
5462 Tom de Vries <tom@codesourcery.com>
5463 Ilmir Usmanov <i.usmanov@samsung.com>
5464 Dmitry Bocharnikov <dmitry.b@samsung.com>
5465 Evgeny Gavrin <e.gavrin@samsung.com>
5466 Jakub Jelinek <jakub@redhat.com>
5467
5468 * builtin-types.def (BT_FN_VOID_INT_INT_VAR)
5469 (BT_FN_VOID_INT_PTR_SIZE_PTR_PTR_PTR_INT_INT_VAR)
5470 (BT_FN_VOID_INT_OMPFN_PTR_SIZE_PTR_PTR_PTR_INT_INT_INT_INT_INT_VAR):
5471 New function types.
5472 * builtins.c: Include "gomp-constants.h".
5473 (expand_builtin_acc_on_device): New function.
5474 (expand_builtin, is_inexpensive_builtin): Handle
5475 BUILT_IN_ACC_ON_DEVICE.
5476 * builtins.def (DEF_GOACC_BUILTIN, DEF_GOACC_BUILTIN_COMPILER):
5477 New macros.
5478 * cgraph.c (cgraph_node::create): Consider flag_openacc next to
5479 flag_openmp.
5480 * config.gcc <nvptx-*> (tm_file): Add nvptx/offload.h.
5481 <*-intelmic-* | *-intelmicemul-*> (tm_file): Add
5482 i386/intelmic-offload.h.
5483 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link
5484 to libgomp and its dependencies.
5485 * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise.
5486 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
5487 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
5488 * config/ia64/hpux.h (LIB_SPEC): Likewise.
5489 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
5490 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
5491 * doc/generic.texi: Update for OpenACC changes.
5492 * doc/gimple.texi: Likewise.
5493 * doc/invoke.texi: Likewise.
5494 * doc/sourcebuild.texi: Likewise.
5495 * gimple-pretty-print.c (dump_gimple_omp_for): Handle
5496 GF_OMP_FOR_KIND_OACC_LOOP.
5497 (dump_gimple_omp_target): Handle GF_OMP_TARGET_KIND_OACC_KERNELS,
5498 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_DATA,
5499 GF_OMP_TARGET_KIND_OACC_UPDATE,
5500 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
5501 Dump more data.
5502 * gimple.c: Update comments for OpenACC changes.
5503 * gimple.def: Likewise.
5504 * gimple.h: Likewise.
5505 (enum gf_mask): Add GF_OMP_FOR_KIND_OACC_LOOP,
5506 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
5507 GF_OMP_TARGET_KIND_OACC_DATA, GF_OMP_TARGET_KIND_OACC_UPDATE,
5508 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA.
5509 (gimple_omp_for_cond, gimple_omp_for_set_cond): Sort in the
5510 appropriate place.
5511 (is_gimple_omp_oacc, is_gimple_omp_offloaded): New functions.
5512 * gimplify.c: Include "gomp-constants.h".
5513 Update comments for OpenACC changes.
5514 (is_gimple_stmt): Handle OACC_PARALLEL, OACC_KERNELS, OACC_DATA,
5515 OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE, OACC_ENTER_DATA,
5516 OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
5517 (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
5518 OMP_CLAUSE__CACHE_, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
5519 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
5520 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_GANG, OMP_CLAUSE_WORKER,
5521 OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
5522 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
5523 OMP_CLAUSE_SEQ.
5524 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Use
5525 GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
5526 OMP_CLAUSE_SET_MAP_KIND.
5527 (gimplify_oacc_cache): New function.
5528 (gimplify_omp_for): Handle OACC_LOOP.
5529 (gimplify_omp_workshare): Handle OACC_KERNELS, OACC_PARALLEL,
5530 OACC_DATA.
5531 (gimplify_omp_target_update): Handle OACC_ENTER_DATA,
5532 OACC_EXIT_DATA, OACC_UPDATE.
5533 (gimplify_expr): Handle OACC_LOOP, OACC_CACHE, OACC_HOST_DATA,
5534 OACC_DECLARE, OACC_KERNELS, OACC_PARALLEL, OACC_DATA,
5535 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE.
5536 (gimplify_body): Consider flag_openacc next to flag_openmp.
5537 * lto-streamer-out.c: Include "gomp-constants.h".
5538 * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE)
5539 (BUILT_IN_GOACC_DATA_START, BUILT_IN_GOACC_DATA_END)
5540 (BUILT_IN_GOACC_ENTER_EXIT_DATA, BUILT_IN_GOACC_PARALLEL)
5541 (BUILT_IN_GOACC_UPDATE, BUILT_IN_GOACC_WAIT)
5542 (BUILT_IN_GOACC_GET_THREAD_NUM, BUILT_IN_GOACC_GET_NUM_THREADS)
5543 (BUILT_IN_ACC_ON_DEVICE): New builtins.
5544 * omp-low.c: Include "gomp-constants.h".
5545 Update comments for OpenACC changes.
5546 (struct omp_context): Add reduction_map, gwv_below, gwv_this
5547 members.
5548 (extract_omp_for_data, use_pointer_for_field, install_var_field)
5549 (new_omp_context, delete_omp_context, scan_sharing_clauses)
5550 (create_omp_child_function, scan_omp_for, scan_omp_target)
5551 (check_omp_nesting_restrictions, lower_reduction_clauses)
5552 (build_omp_regions_1, diagnose_sb_0, make_gimple_omp_edges):
5553 Update for OpenACC changes.
5554 (scan_sharing_clauses): Handle OMP_CLAUSE_NUM_GANGS:
5555 OMP_CLAUSE_NUM_WORKERS: OMP_CLAUSE_VECTOR_LENGTH,
5556 OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT, OMP_CLAUSE_GANG,
5557 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_DEVICE_RESIDENT,
5558 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_INDEPENDENT,
5559 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ. Use GOMP_MAP_* instead of
5560 OMP_CLAUSE_MAP_*.
5561 (expand_omp_for_static_nochunk, expand_omp_for_static_chunk):
5562 Handle GF_OMP_FOR_KIND_OACC_LOOP.
5563 (expand_omp_target, lower_omp_target): Handle
5564 GF_OMP_TARGET_KIND_OACC_PARALLEL, GF_OMP_TARGET_KIND_OACC_KERNELS,
5565 GF_OMP_TARGET_KIND_OACC_UPDATE,
5566 GF_OMP_TARGET_KIND_OACC_ENTER_EXIT_DATA,
5567 GF_OMP_TARGET_KIND_OACC_DATA.
5568 (pass_expand_omp::execute, execute_lower_omp)
5569 (pass_diagnose_omp_blocks::gate): Consider flag_openacc next to
5570 flag_openmp.
5571 (offload_symbol_decl): New variable.
5572 (oacc_get_reduction_array_id, oacc_max_threads)
5573 (get_offload_symbol_decl, get_base_type, lookup_oacc_reduction)
5574 (maybe_lookup_oacc_reduction, enclosing_target_ctx)
5575 (oacc_loop_or_target_p, oacc_lower_reduction_var_helper)
5576 (oacc_gimple_assign, oacc_initialize_reduction_data)
5577 (oacc_finalize_reduction_data, oacc_process_reduction_data): New
5578 functions.
5579 (is_targetreg_ctx): Remove function.
5580 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CACHE_,
5581 OMP_CLAUSE_DEVICE_RESIDENT, OMP_CLAUSE_USE_DEVICE,
5582 OMP_CLAUSE_GANG, OMP_CLAUSE_ASYNC, OMP_CLAUSE_WAIT,
5583 OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ, OMP_CLAUSE_INDEPENDENT,
5584 OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR, OMP_CLAUSE_NUM_GANGS,
5585 OMP_CLAUSE_NUM_WORKERS, OMP_CLAUSE_VECTOR_LENGTH.
5586 * tree.c (omp_clause_code_name, walk_tree_1): Update accordingly.
5587 * tree.h (OMP_CLAUSE_GANG_EXPR, OMP_CLAUSE_GANG_STATIC_EXPR)
5588 (OMP_CLAUSE_ASYNC_EXPR, OMP_CLAUSE_WAIT_EXPR)
5589 (OMP_CLAUSE_VECTOR_EXPR, OMP_CLAUSE_WORKER_EXPR)
5590 (OMP_CLAUSE_NUM_GANGS_EXPR, OMP_CLAUSE_NUM_WORKERS_EXPR)
5591 (OMP_CLAUSE_VECTOR_LENGTH_EXPR): New macros.
5592 * tree-core.h: Update comments for OpenACC changes.
5593 (enum omp_clause_map_kind): Remove.
5594 (struct tree_omp_clause): Change type of map_kind member from enum
5595 omp_clause_map_kind to unsigned char.
5596 * tree-inline.c: Update comments for OpenACC changes.
5597 * tree-nested.c: Likewise. Include "gomp-constants.h".
5598 (convert_nonlocal_reference_stmt, convert_local_reference_stmt)
5599 (convert_tramp_reference_stmt, convert_gimple_call): Update for
5600 OpenACC changes. Use GOMP_MAP_* instead of OMP_CLAUSE_MAP_*. Use
5601 OMP_CLAUSE_SET_MAP_KIND.
5602 * tree-pretty-print.c: Include "gomp-constants.h".
5603 (dump_omp_clause): Handle OMP_CLAUSE_DEVICE_RESIDENT,
5604 OMP_CLAUSE_USE_DEVICE, OMP_CLAUSE__CACHE_, OMP_CLAUSE_GANG,
5605 OMP_CLAUSE_ASYNC, OMP_CLAUSE_AUTO, OMP_CLAUSE_SEQ,
5606 OMP_CLAUSE_WAIT, OMP_CLAUSE_WORKER, OMP_CLAUSE_VECTOR,
5607 OMP_CLAUSE_NUM_GANGS, OMP_CLAUSE_NUM_WORKERS,
5608 OMP_CLAUSE_VECTOR_LENGTH, OMP_CLAUSE_INDEPENDENT. Use GOMP_MAP_*
5609 instead of OMP_CLAUSE_MAP_*.
5610 (dump_generic_node): Handle OACC_PARALLEL, OACC_KERNELS,
5611 OACC_DATA, OACC_HOST_DATA, OACC_DECLARE, OACC_UPDATE,
5612 OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_CACHE, OACC_LOOP.
5613 * tree-streamer-in.c: Include "gomp-constants.h".
5614 (unpack_ts_omp_clause_value_fields) Use GOMP_MAP_* instead of
5615 OMP_CLAUSE_MAP_*. Use OMP_CLAUSE_SET_MAP_KIND.
5616 * tree-streamer-out.c: Include "gomp-constants.h".
5617 (pack_ts_omp_clause_value_fields): Use GOMP_MAP_* instead of
5618 OMP_CLAUSE_MAP_*.
5619 * tree.def (OACC_PARALLEL, OACC_KERNELS, OACC_DATA)
5620 (OACC_HOST_DATA, OACC_LOOP, OACC_CACHE, OACC_DECLARE)
5621 (OACC_ENTER_DATA, OACC_EXIT_DATA, OACC_UPDATE): New tree codes.
5622 * tree.c (omp_clause_num_ops): Update accordingly.
5623 * tree.h (OMP_BODY, OMP_CLAUSES, OMP_LOOP_CHECK, OMP_CLAUSE_SIZE):
5624 Likewise.
5625 (OACC_PARALLEL_BODY, OACC_PARALLEL_CLAUSES, OACC_KERNELS_BODY)
5626 (OACC_KERNELS_CLAUSES, OACC_DATA_BODY, OACC_DATA_CLAUSES)
5627 (OACC_HOST_DATA_BODY, OACC_HOST_DATA_CLAUSES, OACC_CACHE_CLAUSES)
5628 (OACC_DECLARE_CLAUSES, OACC_ENTER_DATA_CLAUSES)
5629 (OACC_EXIT_DATA_CLAUSES, OACC_UPDATE_CLAUSES)
5630 (OACC_KERNELS_COMBINED, OACC_PARALLEL_COMBINED): New macros.
5631 * tree.h (OMP_CLAUSE_MAP_KIND): Cast it to enum gomp_map_kind.
5632 (OMP_CLAUSE_SET_MAP_KIND): New macro.
5633 * varpool.c (varpool_node::get_create): Consider flag_openacc next
5634 to flag_openmp.
5635 * config/i386/intelmic-offload.h: New file.
5636 * config/nvptx/offload.h: Likewise.
5637
5638 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5639
5640 * explow.h: Remove duplicate contents.
5641 * dojump.h: Likewise.
5642
5643 2015-01-15 Richard Earnshaw <rearnsha@arm.com>
5644
5645 * arm.c (arm_xgene_tune): Add default initializer for instruction
5646 fusion.
5647
5648 2015-01-15 Jan Hubicka <hubicka@ucw.cz>
5649
5650 PR ipa/64068
5651 PR ipa/64559
5652 * ipa.c (symbol_table::remove_unreachable_nodes):
5653 Do not put abstract origins into boundary.
5654
5655 2015-01-15 Evgeny Stupachenko <evstupac@gmail.com>
5656
5657 * config/i386/gnu-user.h (CRT_GET_RFIB_DATA): Remove EBX register usage.
5658 * config/i386/sysv4.h (CRT_GET_RFIB_DATA): Ditto.
5659
5660 2015-01-15 Steve Ellcey <sellcey@mips.com>
5661
5662 * Makefile.in (PLUGIN_HEADERS): Add dominance.h, cfg.h, cfgrtl.h,
5663 cfganal.h, cfgbuild.h, cfgcleanup.h, lcm.h, cfgloopmanip.h,
5664 builtins.def, and chkp-builtins.def.
5665
5666 2015-01-15 David Edelsohn <dje.gcc@gmail.com>
5667
5668 * config/rs6000/default64.h (TARGET_DEFAULT) [LITTLE_ENDIAN]: Use
5669 ISA 2.7 (POWER8).
5670
5671 2015-01-15 Richard Biener <rguenther@suse.de>
5672
5673 PR tree-optimization/61743
5674 * tree-ssa-pre.c (insert_into_preds_of_block): Preserve range
5675 information on PHIs for some simple cases.
5676
5677 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5678
5679 * config/arm/arm.md (generic_sched): Specify xgene1 in 'no' list.
5680 Include xgene1.md.
5681 * config/arm/arm.c (arm_issue_rate): Specify 4 for xgene1.
5682 * config/arm/arm-cores.def (xgene1): New entry.
5683 * config/arm/arm-tables.opt: Regenerate.
5684 * config/arm/arm-tune.md: Regenerate.
5685 * config/arm/bpabi.h (BE8_LINK_SPEC): Specify mcpu=xgene1.
5686
5687 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
5688
5689 * tree-if-conv.c: Include hash-map.h.
5690 (aggressive_if_conv): New variable.
5691 (fold_build_cond_expr): Add simplification of non-zero condition.
5692 (add_to_dst_predicate_list): Invoke add_to_predicate_list if edge
5693 destination block is not always executed.
5694 (if_convertible_phi_p): Fix commentary, allow phi nodes have more
5695 than two predecessors if AGGRESSIVE_IF_CONV is true.
5696 (if_convertible_stmt_p): Fix commentary.
5697 (all_preds_critical_p): New function.
5698 (has_pred_critical_p): New function.
5699 (if_convertible_bb_p): Fix commentary, if AGGRESSIVE_IF_CONV is true
5700 BB can have more than two predecessors and all incoming edges can be
5701 critical.
5702 (predicate_bbs): Skip predication for loop exit block, use build2_loc
5703 to compute predicate for true edge.
5704 (find_phi_replacement_condition): Delete this function.
5705 (is_cond_scalar_reduction): Add arguments ARG_0, ARG_1 and EXTENDED.
5706 Allow interchange PHI arguments if EXTENDED is false.
5707 Change check that block containing reduction statement candidate
5708 is predecessor of phi-block since phi may have more than two arguments.
5709 (phi_args_hash_traits): New helper structure.
5710 (struct phi_args_hash_traits): New type.
5711 (phi_args_hash_traits::hash): New function.
5712 (phi_args_hash_traits::equal_keys): New function.
5713 (gen_phi_arg_condition): New function.
5714 (predicate_scalar_phi): Add handling of phi nodes with more than two
5715 arguments, delete COND and TRUE_BB arguments, insert body of
5716 find_phi_replacement_condition to predicate ordinary phi nodes.
5717 (predicate_all_scalar_phis): Skip blocks with the only predecessor,
5718 delete call of find_phi_replacement_condition and invoke
5719 predicate_scalar_phi with two arguments.
5720 (insert_gimplified_predicates): Add assert that non-predicated block
5721 don't have statements to insert.
5722 (ifcvt_split_critical_edges): New function.
5723 (ifcvt_split_def_stmt): Likewise.
5724 (ifcvt_walk_pattern_tree): Likewise.
5725 (stmt_is_root_of_bool_pattern): Likewise.
5726 (ifcvt_repair_bool_pattern): Likewise.
5727 (ifcvt_local_dce): Likewise.
5728 (tree_if_conversion): Add initialization of AGGRESSIVE_IF_CONV which
5729 is copy of inner or outer loop force_vectorize field, invoke
5730 ifcvt_split_critical_edges, ifcvt_local_dce and
5731 ifcvt_repair_bool_pattern for aggressive if-conversion.
5732
5733 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
5734
5735 * config/aarch64/aarch64.md: Include xgene1.md.
5736 * config/aarch64/xgene1.md: New file.
5737
5738 2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
5739
5740 * config/aarch64/aarch64-cores.def (xgene1): Update/add the
5741 xgene1 (APM XGene-1) core definition.
5742 * gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
5743 * config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
5744 * doc/invoke.texi: Document -mcpu=xgene1.
5745
5746 2015-01-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5747
5748 * dojump.h: New header file.
5749 * explow.h: Likewise.
5750 * expr.h: Remove includes.
5751 Move expmed.c prototypes to expmed.h.
5752 Move dojump.c prototypes to dojump.h.
5753 Move alias.c prototypes to alias.h.
5754 Move explow.c prototypes to explow.h.
5755 Move calls.c prototypes to calls.h.
5756 Move emit-rtl.c prototypes to emit-rtl.h.
5757 Move varasm.c prototypes to varasm.h.
5758 Move stmt.c prototypes to stmt.h.
5759 (saved_pending_stack_adjust): Move to dojump.h.
5760 (adjust_address): Move to explow.h.
5761 (adjust_address_nv): Move to emit-rtl.h.
5762 (adjust_bitfield_address): Likewise.
5763 (adjust_bitfield_address_size): Likewise.
5764 (adjust_bitfield_address_nv): Likewise.
5765 (adjust_automodify_address_nv): Likewise.
5766 * explow.c (expr_size): Move to expr.c.
5767 (int_expr_size): Likewise.
5768 (tree_expr_size): Likewise.
5769 Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5770 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
5771 * genemit.c (main): Generate includes statistics.h, real.h,
5772 fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
5773 stmt.h.
5774 * genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
5775 function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
5776 explow.h, emit-rtl.h, stmt.h.
5777 * genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
5778 fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
5779 * genemit.c (open_base_files): Generate includes flags.h, statistics.h,
5780 real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
5781 emit-rtl.h, varasm.h, stmt.h.
5782 * config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
5783 hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
5784 function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
5785 fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
5786 expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
5787 * config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
5788 double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
5789 function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
5790 insn-config.h machmode.h real.h rtl.h statistics.h stmt.h symtab.h
5791 tm.h tree.h varasm.h vec.h wide-int.h.
5792 * rtlhooks.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
5793 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
5794 hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
5795 real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
5796 * cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
5797 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h
5798 insn-config.h real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
5799 * loop-iv.c: Likewise.
5800 * lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
5801 emit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash.h real.h
5802 statistics.h stmt.h tree.h varasm.h wide-int.h.
5803 * lra-constraints.c: Likewise.
5804 * lra-eliminations.c: Likewise.
5805 * lra-lives.c: Likewise.
5806 * lra-remat.c: Likewise.
5807 * bt-load.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
5808 explow.h expmed.h fixed-value.h inchash.h insn-config.h real.h
5809 statistics.h stmt.h tree.h varasm.h wide-int.h.
5810 * hw-doloop.c: Likewise.
5811 * ira-color.c: Likewise.
5812 * ira-emit.c: Likewise.
5813 * loop-doloop.c: Likewise.
5814 * loop-invariant.c: Likewise.
5815 * reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
5816 explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
5817 statistics.h stmt.h tree.h varasm.h wide-int.h.
5818 * caller-save.c: Include alias.h calls.h dojump.h double-int.h
5819 emit-rtl.h explow.h expmed.h fixed-value.h inchash.h real.h
5820 statistics.h stmt.h tree.h varasm.h wide-int.h.
5821 * combine-stack-adj.c: Likewise.
5822 * cse.c: Likewise.
5823 * ddg.c: Likewise.
5824 * ifcvt.c: Likewise.
5825 * ira-costs.c: Likewise.
5826 * jump.c: Likewise.
5827 * lra-coalesce.c: Likewise.
5828 * lra-spills.c: Likewise.
5829 * profile.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
5830 explow.h expmed.h fixed-value.h insn-config.h real.h statistics.h
5831 stmt.h varasm.h wide-int.h.
5832 * lra.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
5833 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
5834 varasm.h.
5835 * config/sh/sh_treg_combine.cc: Include alias.h calls.h dojump.h
5836 double-int.h explow.h expmed.h fixed-value.h flags.h real.h
5837 statistics.h stmt.h varasm.h wide-int.h.
5838 * reorg.c: Include alias.h calls.h dojump.h double-int.h explow.h
5839 expmed.h fixed-value.h inchash.h real.h statistics.h stmt.h tree.h
5840 varasm.h wide-int.h.
5841 * reload1.c: Include alias.h calls.h dojump.h double-int.h explow.h
5842 expmed.h fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
5843 * config/tilegx/tilegx.c: Include alias.h dojump.h double-int.h
5844 emit-rtl.h explow.h expmed.h fixed-value.h flags.h real.h
5845 statistics.h stmt.h.
5846 * config/tilepro/tilepro.c: Likewise.
5847 * config/mmix/mmix.c: Include alias.h dojump.h double-int.h emit-rtl.h
5848 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h.
5849 * config/pdp11/pdp11.c: Likewise.
5850 * config/xtensa/xtensa.c: Likewise.
5851 * config/lm32/lm32.c: Include alias.h dojump.h double-int.h emit-rtl.h
5852 explow.h expmed.h fixed-value.h real.h statistics.h stmt.h
5853 varasm.h.
5854 * tree-chkp.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5855 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
5856 insn-config.h real.h rtl.h statistics.h stmt.h tm.h.
5857 * cilk-common.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5858 fixed-value.h flags.h function.h hard-reg-set.h hashtab.h
5859 insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
5860 * rtl-chkp.c: Likewise.
5861 * tree-chkp-opt.c: Likewise.
5862 * config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
5863 explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
5864 hashtab.h insn-config.h real.h statistics.h stmt.h varasm.h.
5865 * ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5866 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
5867 statistics.h stmt.h.
5868 * tree-vect-data-refs.c: Likewise.
5869 * graphite-sese-to-poly.c: Include calls.h dojump.h emit-rtl.h explow.h
5870 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
5871 rtl.h statistics.h stmt.h varasm.h.
5872 * internal-fn.c: Likewise.
5873 * ipa-icf-gimple.c: Likewise.
5874 * lto-section-out.c: Likewise.
5875 * tree-data-ref.c: Likewise.
5876 * tree-nested.c: Likewise.
5877 * tree-outof-ssa.c: Likewise.
5878 * tree-predcom.c: Likewise.
5879 * tree-pretty-print.c: Likewise.
5880 * tree-scalar-evolution.c: Likewise.
5881 * tree-ssa-strlen.c: Likewise.
5882 * tree-vect-loop.c: Likewise.
5883 * tree-vect-patterns.c: Likewise.
5884 * tree-vect-slp.c: Likewise.
5885 * tree-vect-stmts.c: Likewise.
5886 * tsan.c: Likewise.
5887 * targhooks.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5888 fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
5889 stmt.h.
5890 * config/sh/sh-mem.cc: Include calls.h dojump.h emit-rtl.h explow.h
5891 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
5892 statistics.h stmt.h varasm.h.
5893 * loop-unroll.c: Likewise.
5894 * ubsan.c: Likewise.
5895 * tree-ssa-loop-prefetch.c: Include calls.h dojump.h emit-rtl.h explow.h
5896 expmed.h fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h
5897 stmt.h varasm.h.
5898 * dse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5899 fixed-value.h function.h hashtab.h statistics.h stmt.h varasm.h.
5900 * tree-switch-conversion.c: Include calls.h dojump.h emit-rtl.h explow.h
5901 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
5902 statistics.h stmt.h.
5903 * generic-match-head.c: Include calls.h dojump.h emit-rtl.h explow.h
5904 expmed.h fixed-value.h hashtab.h insn-config.h real.h rtl.h
5905 statistics.h stmt.h varasm.h.
5906 * gimple-match-head.c: Likewise.
5907 * lto-cgraph.c: Likewise.
5908 * lto-section-in.c: Likewise.
5909 * lto-streamer-in.c: Likewise.
5910 * lto-streamer-out.c: Likewise.
5911 * tree-affine.c: Likewise.
5912 * tree-cfg.c: Likewise.
5913 * tree-cfgcleanup.c: Likewise.
5914 * tree-if-conv.c: Likewise.
5915 * tree-into-ssa.c: Likewise.
5916 * tree-ssa-alias.c: Likewise.
5917 * tree-ssa-copyrename.c: Likewise.
5918 * tree-ssa-dse.c: Likewise.
5919 * tree-ssa-forwprop.c: Likewise.
5920 * tree-ssa-live.c: Likewise.
5921 * tree-ssa-math-opts.c: Likewise.
5922 * tree-ssa-pre.c: Likewise.
5923 * tree-ssa-sccvn.c: Likewise.
5924 * tree-tailcall.c: Likewise.
5925 * tree-vect-generic.c: Likewise.
5926 * tree-sra.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5927 fixed-value.h hashtab.h insn-config.h real.h rtl.h stmt.h varasm.h.
5928 * stor-layout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5929 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h.
5930 * varasm.c: Likewise.
5931 * coverage.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5932 fixed-value.h hashtab.h insn-config.h real.h statistics.h stmt.h
5933 varasm.h.
5934 * init-regs.c: Likewise.
5935 * ira.c: Likewise.
5936 * omp-low.c: Likewise.
5937 * stack-ptr-mod.c: Likewise.
5938 * tree-ssa-reassoc.c: Likewise.
5939 * tree-complex.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5940 fixed-value.h hashtab.h insn-config.h rtl.h statistics.h stmt.h
5941 varasm.h.
5942 * dwarf2cfi.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5943 fixed-value.h hashtab.h insn-config.h statistics.h stmt.h varasm.h.
5944 * shrink-wrap.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5945 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h.
5946 * recog.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5947 fixed-value.h hashtab.h real.h rtl.h statistics.h stmt.h varasm.h.
5948 * tree-ssa-phiopt.c: Likewise.
5949 * config/darwin.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5950 fixed-value.h hashtab.h real.h statistics.h stmt.h.
5951 * config/fr30/fr30.c: Likewise.
5952 * config/frv/frv.c: Likewise.
5953 * expr.c: Likewise.
5954 * final.c: Likewise.
5955 * optabs.c: Likewise.
5956 * passes.c: Likewise.
5957 * simplify-rtx.c: Likewise.
5958 * stmt.c: Likewise.
5959 * toplev.c: Likewise.
5960 * var-tracking.c: Likewise.
5961 * gcse.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5962 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
5963 * lower-subreg.c: Likewise.
5964 * postreload-gcse.c: Likewise.
5965 * ree.c: Likewise.
5966 * reginfo.c: Likewise.
5967 * store-motion.c: Likewise.
5968 * combine.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5969 fixed-value.h hashtab.h real.h stmt.h varasm.h.
5970 * emit-rtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5971 fixed-value.h hashtab.h statistics.h stmt.h.
5972 * dojump.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5973 fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
5974 * except.c: Likewise.
5975 * explow.c: Likewise.
5976 * tree-dfa.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5977 fixed-value.h insn-config.h real.h rtl.h statistics.h stmt.h
5978 varasm.h.
5979 * gimple-fold.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5980 fixed-value.h insn-config.h real.h rtl.h statistics.h varasm.h.
5981 * tree-ssa-structalias.c: Likewise.
5982 * cfgexpand.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5983 fixed-value.h insn-config.h real.h statistics.h.
5984 * calls.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5985 fixed-value.h insn-config.h real.h statistics.h stmt.h.
5986 * bb-reorder.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5987 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
5988 * cfgbuild.c: Likewise.
5989 * function.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5990 fixed-value.h real.h rtl.h statistics.h stmt.h.
5991 * cfgrtl.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5992 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
5993 * dbxout.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5994 fixed-value.h real.h statistics.h stmt.h.
5995 * auto-inc-dec.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
5996 fixed-value.h real.h statistics.h stmt.h varasm.h.
5997 * cprop.c: Likewise.
5998 * modulo-sched.c: Likewise.
5999 * postreload.c: Likewise.
6000 * ccmp.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
6001 flags.h function.h hard-reg-set.h hashtab.h insn-config.h real.h
6002 statistics.h stmt.h varasm.h.
6003 * gimple-ssa-strength-reduction.c: Include calls.h dojump.h emit-rtl.h
6004 explow.h fixed-value.h flags.h hashtab.h insn-config.h real.h
6005 rtl.h statistics.h stmt.h varasm.h.
6006 * tree-ssa-loop-ivopts.c: Include calls.h dojump.h emit-rtl.h explow.h
6007 fixed-value.h flags.h hashtab.h real.h rtl.h statistics.h stmt.h
6008 varasm.h.
6009 * expmed.c: Include calls.h dojump.h emit-rtl.h explow.h fixed-value.h
6010 function.h hard-reg-set.h hashtab.h real.h statistics.h stmt.h
6011 varasm.h.
6012 * target-globals.c: Include calls.h dojump.h emit-rtl.h explow.h
6013 fixed-value.h function.h hashtab.h real.h statistics.h stmt.h
6014 varasm.h.
6015 * tree-ssa-address.c: Include calls.h dojump.h emit-rtl.h explow.h
6016 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
6017 * cfgcleanup.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
6018 function.h real.h statistics.h stmt.h varasm.h.
6019 * alias.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
6020 insn-config.h real.h statistics.h stmt.h.
6021 * dwarf2out.c: Include calls.h dojump.h explow.h expmed.h fixed-value.h
6022 statistics.h stmt.h.
6023 * config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
6024 fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
6025 statistics.h stmt.h varasm.h.
6026 * gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
6027 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
6028 * asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
6029 flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
6030 * ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
6031 fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
6032 statistics.h stmt.h varasm.h.
6033 * ipa-polymorphic-call.c: Likewise.
6034 * config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
6035 expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
6036 statistics.h stmt.h.
6037 * config/c6x/c6x.c: Likewise.
6038 * config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
6039 explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
6040 statistics.h stmt.h varasm.h.
6041 * ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
6042 fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
6043 stmt.h varasm.h.
6044 * ipa-split.c: Likewise.
6045 * tree-eh.c: Likewise.
6046 * tree-ssa-dce.c: Likewise.
6047 * tree-ssa-loop-niter.c: Likewise.
6048 * tree-vrp.c: Likewise.
6049 * config/nds32/nds32-cost.c: Include dojump.h emit-rtl.h explow.h
6050 expmed.h fixed-value.h hashtab.h insn-config.h real.h statistics.h
6051 stmt.h.
6052 * config/nds32/nds32-fp-as-gp.c: Likewise.
6053 * config/nds32/nds32-intrinsic.c: Likewise.
6054 * config/nds32/nds32-isr.c: Likewise.
6055 * config/nds32/nds32-md-auxiliary.c: Likewise.
6056 * config/nds32/nds32-memory-manipulation.c: Likewise.
6057 * config/nds32/nds32-pipelines-auxiliary.c: Likewise.
6058 * config/nds32/nds32-predicates.c: Likewise.
6059 * config/nds32/nds32.c: Likewise.
6060 * config/cris/cris.c: Include dojump.h emit-rtl.h explow.h expmed.h
6061 fixed-value.h hashtab.h real.h statistics.h.
6062 * config/alpha/alpha.c: Include dojump.h emit-rtl.h explow.h expmed.h
6063 fixed-value.h hashtab.h real.h statistics.h stmt.h.
6064 * config/arm/arm.c: Likewise.
6065 * config/avr/avr.c: Likewise.
6066 * config/bfin/bfin.c: Likewise.
6067 * config/h8300/h8300.c: Likewise.
6068 * config/i386/i386.c: Likewise.
6069 * config/ia64/ia64.c: Likewise.
6070 * config/iq2000/iq2000.c: Likewise.
6071 * config/m32c/m32c.c: Likewise.
6072 * config/m32r/m32r.c: Likewise.
6073 * config/m68k/m68k.c: Likewise.
6074 * config/mcore/mcore.c: Likewise.
6075 * config/mep/mep.c: Likewise.
6076 * config/mips/mips.c: Likewise.
6077 * config/mn10300/mn10300.c: Likewise.
6078 * config/moxie/moxie.c: Likewise.
6079 * config/pa/pa.c: Likewise.
6080 * config/rl78/rl78.c: Likewise.
6081 * config/rx/rx.c: Likewise.
6082 * config/s390/s390.c: Likewise.
6083 * config/sh/sh.c: Likewise.
6084 * config/sparc/sparc.c: Likewise.
6085 * config/spu/spu.c: Likewise.
6086 * config/stormy16/stormy16.c: Likewise.
6087 * config/v850/v850.c: Likewise.
6088 * config/vax/vax.c: Likewise.
6089 * config/cr16/cr16.c: Include dojump.h emit-rtl.h explow.h expmed.h
6090 fixed-value.h hashtab.h real.h statistics.h stmt.h varasm.h.
6091 * config/msp430/msp430.c: Likewise.
6092 * predict.c: Likewise.
6093 * value-prof.c: Likewise.
6094 * config/epiphany/epiphany.c: Include dojump.h emit-rtl.h explow.h
6095 expmed.h fixed-value.h hashtab.h statistics.h stmt.h.
6096 * config/microblaze/microblaze.c: Likewise.
6097 * config/nios2/nios2.c: Likewise.
6098 * config/rs6000/rs6000.c: Likewise.
6099 * tree.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
6100 insn-config.h real.h rtl.h statistics.h stmt.h.
6101 * cgraph.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
6102 insn-config.h real.h statistics.h stmt.h.
6103 * fold-const.c: Include dojump.h emit-rtl.h explow.h expmed.h
6104 fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
6105 * tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
6106 fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
6107 * builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
6108 fixed-value.h real.h statistics.h stmt.h.
6109 * config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
6110 fixed-value.h statistics.h stmt.h.
6111 * config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
6112 stmt.h.
6113
6114 2015-01-15 Jakub Jelinek <jakub@redhat.com>
6115
6116 * gengtype.c (create_user_defined_type): Workaround
6117 -Wmaybe-uninitialized false positives.
6118 * cse.c (fold_rtx): Likewise.
6119 * loop-invariant.c (gain_for_invariant): Likewise.
6120
6121 2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
6122
6123 * expr.c (expand_expr_real_1) <normal_inner_ref>: Use the expression to
6124 set the memory attributes in all cases but clear MEM_EXPR if need be.
6125
6126 2015-01-15 Yuri Rumyantsev <ysrumyan@gmail.com>
6127
6128 PR tree-optimization/64434
6129 * cfgexpand.c (reorder_operands): New function.
6130 (expand_gimple_basic_block): Insert call of reorder_operands if
6131 optimized is true.
6132
6133 2015-01-15 Matthew Fortune <matthew.fortune@imgtec.com>
6134
6135 * config/mips/micromips.md (*swp): Remove explicit parallel.
6136 (jraddiusp, *movep<MOVEP1:mode><MOVEP2:mode>): Likewise.
6137 * config/mips/mips-dsp.md (add<DSPV:mode>3): Likewise.
6138 (mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>, sub<DSPV:mode>3): Likewise.
6139 (mips_sub<DSP:dspfmt1>_s_<DSP:dspfmt2>, mips_addsc): Likewise.
6140 (mips_addwc, mips_absq_s_<DSPQ:dspfmt2>): Likewise.
6141 (mips_precrq_rs_ph_w, mips_precrqu_s_qb_ph): Likewise.
6142 (mips_shll_<DSPV:dspfmt2>, mips_shll_s_<DSPQ:dspfmt2>): Likewise.
6143 (mips_muleu_s_ph_qbl, mips_muleu_s_ph_qbr): Likewise.
6144 (mips_mulq_rs_ph, mips_muleq_s_w_phl, mips_muleq_s_w_phr): Likewise.
6145 (mips_dpaq_s_w_ph, mips_dpsq_s_w_ph, mips_mulsaq_s_w_ph): Likewise.
6146 (mips_dpaq_sa_l_w, mips_dpsq_sa_l_w, mips_maq_s_w_phl): Likewise.
6147 (mips_maq_s_w_phr, mips_maq_sa_w_phl, mips_maq_sa_w_phr): Likewise.
6148 (mips_extr_w, mips_extr_r_w, mips_extr_rs_w): Likewise.
6149 (mips_extr_s_h, mips_extp, mips_extpdp, mips_mthlip): Likewise.
6150 (mips_wrdsp): Likewise.
6151 * config/mips/mips-dspr2.md (mips_absq_s_qb): Remove explicit
6152 parallel.
6153 (mips_addu_ph, mips_addu_s_ph, mips_cmpgdu_eq_qb): Likewise.
6154 (mips_cmpgdu_lt_qb, mips_cmpgdu_le_qb, mulv2hi3): Likewise.
6155 (mips_mul_s_ph, mips_mulq_rs_w, mips_mulq_s_ph): Likewise.
6156 (mips_mulq_s_w, mips_subu_ph, mips_subu_s_ph): Likewise.
6157 (mips_dpaqx_s_w_ph, mips_dpaqx_sa_w_ph): Likewise.
6158 (mips_dpsqx_s_w_ph, mips_dpsqx_sa_w_ph): Likewise.
6159 * config/mips/mips-fixed.md (usadd<mode>3): Remove explicit parallel.
6160 (ssadd<mode>3, ussub<mode>3, sssub<mode>3, ssmul<mode>3): Likewise.
6161 (ssmaddsqdq4, ssmsubsqdq4): Likewise.
6162
6163 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
6164
6165 * config/mips/mips.c (mips_rtx_costs): Set costs for LSA/DLSA.
6166 (mips_print_operand): Support 'y' to print exact log2 in decimal
6167 of a const_int.
6168 * config/mips/mips.h (ISA_HAS_LSA): New define.
6169 (ISA_HAS_DLSA): Likewise.
6170 * config/mips/mips.md (<GPR:d>lsa): New define_insn.
6171 * config/mips/predicates.md (const_immlsa_operand): New predicate.
6172
6173 2015-01-15 Martin Liska <mliska@suse.cz>
6174
6175 PR target/64377
6176 * optc-save-gen.awk: Add support for array types.
6177
6178 2015-01-15 Richard Biener <rguenther@suse.de>
6179
6180 PR middle-end/64365
6181 * tree-data-ref.c (dr_analyze_indices): Make sure that accesses
6182 for MEM_REF access functions with the same base can never partially
6183 overlap.
6184
6185 2015-01-14 Marcos Diaz <marcos.diaz@tallertechnologies.com>
6186
6187 * common.opt: New option -fstack-protector-explicit.
6188 * cfgexpand.c (SPCT_FLAG_EXPLICIT): New enum.
6189 (stack_protect_decl_phase): Handle stack_protect attribute for
6190 explicit stack protection requests.
6191 (expand_used_vars): Similarly.
6192 * doc/cpp.texi (__SSP_EXPLICIT__): Document predefined macro.
6193 * doc/extend.texi: Add documentation for "stack_protect" attribute.
6194 * doc/invoke.texi: Add documentation for -fstack-protector-explicit.
6195
6196 2015-01-14 Oleg Endo <olegendo@gcc.gnu.org>
6197
6198 PR target/53988
6199 * config/sh/sh-protos.h (sh_find_set_of_reg): Add option to ignore
6200 reg-reg copies.
6201 (sh_extending_set_of_reg): New struct.
6202 (sh_find_extending_set_of_reg, sh_split_tst_subregs,
6203 sh_remove_reg_dead_or_unused_notes): New Declarations.
6204 * config/sh/sh.c (sh_remove_reg_dead_or_unused_notes,
6205 sh_find_extending_set_of_reg, sh_split_tst_subregs,
6206 sh_extending_set_of_reg::use_as_extended_reg): New functions.
6207 * config/sh/sh.md (*tst<mode>_t_zero): Rename to *tst<mode>_t_subregs,
6208 convert to insn_and_split and use new function sh_split_tst_subregs.
6209
6210 2015-01-14 Sandra Loosemore <sandra@codesourcery.com>
6211
6212 * doc/invoke.texi (Option Summary): Reclassify -fuse-ld as a linker
6213 option.
6214 (Optimization Options): Move -fuse-ld documentation to...
6215 (Link Options): ...here.
6216
6217 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
6218
6219 * config/mips/constraints.md (ZC): Add support for R6 LL/SC
6220 offsets.
6221 (ZD): Update to use ISA_HAS_9BIT_DISPLACEMENT.
6222 * config/mips/mips.h (ISA_HAS_PREFETCH_9BIT): Rename to...
6223 (ISA_HAS_9BIT_DISPLACEMENT): ... this. New macro.
6224 * config/mips/sync.md (sync_compare_and_swap<mode>): Use ZC
6225 instead of ZR for the memory operand of LL/SC.
6226 (compare_and_swap_12, sync_add<mode>): Likewise.
6227 (sync_<optab>_12, sync_old_<optab>_12): Likewise.
6228 (sync_new_<optab>_12, sync_nand_12): Likewise.
6229 (sync_old_nand_12, sync_new_nand_12): Likewise.
6230 (sync_sub<mode>, sync_old_add<mode>): Likewise.
6231 (sync_old_sub<mode>, sync_new_add<mode>): Likewise.
6232 (sync_new_sub<mode>, sync_<optab><mode>): Likewise.
6233 (sync_old_<optab><mode>, sync_new_<optab><mode>"): Likewise.
6234 (sync_nand<mode>, sync_old_nand<mode>): Likewise.
6235 (sync_new_nand<mode>, sync_lock_test_and_set<mode>): Likewise.
6236 (test_and_set_12, atomic_compare_and_swap<mode>): Likewise.
6237 (atomic_exchange<mode>_llsc, atomic_fetch_add<mode>_llsc): Likewise.
6238 * doc/md.texi (ZC): Update description.
6239
6240 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
6241
6242 * builtins.c (expand_builtin_atomic_exchange): Remove error when
6243 memory model is CONSUME.
6244 (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
6245 expand_builtin_atomic_store): Change invalid memory model errors to
6246 warnings.
6247 (expand_builtin_atomic_clear): Change invalid model errors to warnings
6248 and issue warning for CONSUME.
6249
6250 2015-01-14 Aldy Hernandez <aldyh@redhat.com>
6251
6252 * lto-cgraph: Update function comments for
6253 lto_symtab_encoder_encode_*.
6254
6255 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
6256
6257 * Makefile.in (site.exp): Do not set ENABLE_LTO.
6258
6259 2015-01-14 Ilya Verbin <ilya.verbin@intel.com>
6260
6261 * cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
6262 * lto-cgraph.c (select_what_to_stream): Remove argument, use
6263 lto_stream_offload_p instead.
6264 * lto-streamer.h (select_what_to_stream): Remove argument.
6265 * passes.c (ipa_write_summaries): Likewise.
6266 * tree-pass.h (ipa_write_summaries): Likewise.
6267
6268 2015-01-14 Richard Biener <rguenther@suse.de>
6269
6270 PR tree-optimization/59354
6271 * tree-vect-slp.c (vect_build_slp_tree_1): Treat loads from
6272 groups larger than the slp group size as having gaps.
6273
6274 2015-01-14 Andrew MacLeod <amacleod@redhat.com>
6275
6276 PR middle-end/59448
6277 * builtins.c (get_memmodel): Promote consume to acquire always.
6278
6279 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
6280
6281 PR target/64386
6282 * config/i386/i386.c (ix86_expand_sse_cmp): Handle V64QImode,
6283 V32HImode.
6284
6285 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
6286
6287 PR target/64393
6288 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VBMI_SET):
6289 Enable AVX512BW.
6290 (OPTION_MASK_ISA_AVX512BW_UNSET): Disable AVX512VBMI.
6291 * config/i386/i386.c (ix86_hard_regno_mode_ok): Don't check
6292 AVX512VBMI, as it implies AVX512BW.
6293
6294 2015-01-14 Ilya Tocar <ilya.tocar@intel.com>
6295
6296 PR target/64387
6297 * config/i386/sse.md (vec_unpacks_hi_v8sf): Fix predicate.
6298 (vec_unpacks_hi_v16sf): Ditto.
6299
6300 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6301
6302 * config/aarch64/arm_neon.h: Error out if AdvancedSIMD
6303 is not available.
6304
6305 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6306
6307 * doc/invoke.texi (mapcs): Mention deprecation.
6308 (mapcs-frame): Likewise.
6309
6310 2015-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
6311
6312 PR target/64453
6313 * config/arm/arm.c (callee_saved_reg_p): Define.
6314 (arm_compute_save_reg0_reg12_mask): Use callee_saved_reg_p to check if
6315 register is callee saved instead of !call_used_regs[reg].
6316 (thumb1_compute_save_reg_mask): Likewise.
6317
6318 2015-01-14 Hale Wang <hale.wang@arm.com>
6319
6320 * config/arm/arm.c: Tune the max_cond_insns/branch_cost for
6321 Cortex-M7.
6322
6323 2015-01-14 Richard Biener <rguenther@suse.de>
6324
6325 PR lto/64415
6326 * tree-inline.c (insert_debug_decl_map): Check destination
6327 function MAY_HAVE_DEBUG_STMTS.
6328 (insert_init_debug_bind): Likewise.
6329 (insert_init_stmt): Remove redundant check.
6330 (remap_gimple_stmt): Drop debug stmts if the destination
6331 function has var-tracking assignments disabled.
6332
6333 2015-01-14 Martin Liska <mliska@suse.cz>
6334
6335 * ipa-icf-gimple.c (func_checker::compare_operand): Add support for
6336 IMAGPART_EXPR and REALPART_EXPR and fix BIT_FIELD_REF comparison.
6337
6338 2015-01-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6339
6340 PR target/64460
6341 * config/arm/arm.md (*<arith_shift_insn>_multsi): Set 'shift' to 2.
6342 (*<arith_shift_insn>_shiftsi): Set 'shift' attr to 3.
6343
6344 2015-01-14 Matthew Fortune <matthew.fortune@imgtec.com>
6345
6346 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Only infer an ISA
6347 level from an ARCH; do not inject the default.
6348 (MIPS_DEFAULT_ISA_LEVEL_SPEC): New macro split out from
6349 MIPS_ISA_LEVEL_SPEC.
6350 (MIPS_ISA_NAN2008_SPEC): Update comment.
6351 (BASE_DRIVER_SELF_SPECS): Likewise.
6352 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add
6353 MIPS_DEFAULT_ISA_LEVEL_SPEC.
6354 * config/mips/mti-elf.h (DRIVER_SELF_SPECS): Likewise.
6355 * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Likewise.
6356 * config/mips/sde.h (DRIVER_SELF_SPECS): Likewise.
6357
6358 2015-01-14 Richard Biener <rguenther@suse.de>
6359
6360 PR tree-optimization/64493
6361 PR tree-optimization/64495
6362 * tree-vect-loop.c (vect_finalize_reduction): For double-reductions
6363 assign the proper vectorized PHI to the inner loop exit PHIs.
6364
6365 2015-01-14 Joey Ye <joey.ye@arm.com>
6366
6367 * config/arm/arm.c (arm_compute_save_reg_mask):
6368 Do not save lr in case of tail call.
6369 * config/arm/thumb2.md (*thumb2_pop_single): New pattern.
6370
6371 2015-01-14 Martin Uecker <uecker@eecs.berkeley.edu>
6372
6373 * tree-vrp.c (check_array_ref): Emit more warnings
6374 for warn_array_bounds >= 2.
6375 * common.opt: New option -Warray-bounds=.
6376 * doc/invoke.texi: Document -Warray-bounds=.
6377
6378 2015-01-14 Chung-Ju Wu <jasonwucj@gmail.com>
6379
6380 * config/nds32/nds32.opt (mforce-fp-as-gp): Remove.
6381 (mforbid-fp-as-gp): Remove.
6382 (mex9): Remove.
6383 * config/nds32/nds32-fp-as-gp.c (nds32_have_prologue_p): Remove.
6384 (nds32_symbol_load_store_p): Remove.
6385 (nds32_fp_as_gp_check_available): Clean up implementation.
6386 * config/nds32/nds32.h (LINK_SPEC): Remove -mforce-as-gp and -mex9
6387 cases.
6388 * config/nds32/nds32.c (nds32_asm_file_start): No need to consider
6389 fp-as-gp and ex9 cases.
6390
6391 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
6392
6393 * tree-profile.c (init_ic_make_global_vars): Drop workaround
6394 for bintuils bug 14342.
6395 (init_ic_make_global_vars): Likewise.
6396 (gimple_init_edge_profiler): Likewise.
6397 (gimple_gen_ic_func_profiler): Likewise.
6398
6399 2015-01-13 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
6400
6401 * ipa-inline.c (inline_small_functions): Swap the operands in
6402 enum.
6403
6404 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
6405
6406 PR ipa/64481
6407 * ipa-inline-analysis.c (node_growth_cache): Remove.
6408 (initialize_growth_caches): Do not initialize it.
6409 (free_growth_caches): Do not free it.
6410 (do_estimate_growth): Rename to ...
6411 (estimate_growth): ... this one; drop growth cache code.
6412 (growth_likely_positive): Always go the heuristics way.
6413 * ipa-inline.c (can_inline_edge_p): Walk through aliases.
6414 (reset_edge_caches): Do not reset node growth.
6415 (heap_edge_removal_hook): Do not maintain cache.
6416 (inline_small_functions): Likewise; strenghten sanity check.
6417 (ipa_inline): Do not maintain caches.
6418 * ipa-inline.h (node_growth_cache): Remove.
6419 (do_estimate_growth): Remove to ...
6420 (estimate_growth): this one; remove inline version.
6421 (reset_node_growth_cache): Remove.
6422
6423 2015-01-13 Jan Hubicka <hubicka@ucw.cz>
6424
6425 PR ipa/64565
6426 * ipa-inline.c (inline_small_functions): Update callee keys after
6427 resolving speculation
6428 (inline_small_functions): Always check monotonicity of the queue.
6429
6430 2015-01-13 Marek Polacek <polacek@redhat.com>
6431
6432 PR middle-end/64391
6433 * trans-mem.c (get_attrs_for): Return NULL_TREE if X is NULL_TREE.
6434
6435 2015-01-13 Jakub Jelinek <jakub@redhat.com>
6436
6437 PR rtl-optimization/64286
6438 * ree.c (combine_reaching_defs): Move part of comment earlier,
6439 remove !SCALAR_INT_MODE_P check.
6440 (add_removable_extension): Don't add vector mode
6441 extensions if all uses of the source register aren't the same
6442 vector extensions.
6443
6444 2015-01-13 Renlin Li <renlin.li@arm.com>
6445
6446 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): Return 2.
6447 (CTZ_DEFINED_VALUE_AT_ZERO): Ditto.
6448
6449 2015-01-13 Martin Liska <mliska@suse.cz>
6450
6451 * ipa-icf.c (sem_function::equals_private): Call new functions
6452 cl_target_option_print_diff and cl_optimization_print_diff.
6453 * optc-save-gen.awk (cl_target_option_print_diff): New function.
6454 (cl_optimization_print_diff): Likewise.
6455 * opth-gen.awk: Likewise.
6456
6457 2015-01-13 Richard Sandiford <richard.sandiford@arm.com>
6458
6459 * config/aarch64/aarch64.md (subsi3, *subsi3_uxtw, subdi3)
6460 (*sub_<optab><ALLX:mode>_<GPI:mode>, *sub_<optab><SHORT:mode>_si_uxtw)
6461 (*sub_<optab><ALLX:mode>_shft_<GPI:mode>)
6462 (*sub_<optab><SHORT:mode>_shft_si_uxtw, *sub_<optab><mode>_multp2)
6463 (*sub_<optab>si_multp2_uxtw, *sub_uxt<mode>_multp2)
6464 (*sub_uxtsi_multp2_uxtw): Add stack pointer sources.
6465
6466 2015-01-13 Andrew Pinski <apinski@cavium.com>
6467
6468 * config/aarch64/aarch64.c (fusion_load_store): Check dest mode
6469 instead of src mode.
6470
6471 2015-01-13 Richard Biener <rguenther@suse.de>
6472
6473 PR lto/64373
6474 * lto-streamer-out.c (tree_is_indexable): Guard for NULL
6475 DECL_CONTEXT.
6476
6477 2015-01-13 Andrew Pinski <apinski@cavium.com>
6478
6479 * config/aarch64/aarch64.c (aarch64_operands_ok_for_ldpstp): Reject
6480 volatile mems.
6481 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6482
6483 2015-01-13 Jakub Jelinek <jakub@redhat.com>
6484
6485 PR middle-end/63974
6486 * cfgexpand.c (expand_computed_goto): Don't call
6487 convert_memory_address here.
6488
6489 2015-01-13 Richard Biener <rguenther@suse.de>
6490
6491 PR tree-optimization/64406
6492 * tree-loop-distibution.c (pass_loop_distribution::execute):
6493 Reset the SCEV hashtable if we distributed anything.
6494
6495 2015-01-13 Richard Biener <rguenther@suse.de>
6496
6497 PR tree-optimization/64404
6498 * tree-vect-stmts.c (vectorizable_load): Reject conflicting
6499 SLP types for CSEd loads.
6500
6501 2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
6502
6503 PR tree-optimization/64436
6504 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
6505 merge of two symbolic numbers for a bitwise OR to ...
6506 (perform_symbolic_merge): This. Also fix computation of the range and
6507 end of the symbolic number corresponding to the result of a bitwise OR.
6508
6509 2015-01-13 Richard Biener <rguenther@suse.de>
6510
6511 PR tree-optimization/64568
6512 * tree-ssa-forwprop.c (pass_forwprop::execute): Properly
6513 release defs of removed stmts, avoid splitting TARGET_MEM_REFs.
6514
6515 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
6516
6517 * config/nds32/nds32.c (nds32_legitimate_address_p): Consider
6518 TARGET_CMODEL_LARGE and TARGET_CMODEL_MEDIUM cases.
6519
6520 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
6521
6522 * config/nds32/nds32.h (NDS32_SYMBOL_FLAG_RODATA): Define our own
6523 target-specific symbol_ref flag.
6524 (NDS32_SYMBOL_REF_RODATA_P): Define it to check if the symbol_ref
6525 resides in rodata section.
6526 * config/nds32/nds32.c (TARGET_ENCODE_SECTION_INFO): Define.
6527 (nds32_encode_section_info): New function.
6528
6529 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
6530
6531 * config/nds32/nds32.md (call): Use pseudo instruction bal which
6532 clobbers TA_REGNUM if large code model is specified.
6533 (call_register): Likewise.
6534 (call_immediate): Likewise.
6535 (call_value): Likewise.
6536 (call_value_register): Likewise.
6537 (call_value_immediate): Likewise.
6538
6539 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
6540
6541 * config/nds32/nds32.h (TARGET_CMODEL_SMALL): New macro.
6542 (TARGET_CMODEL_MEDIUM): New macro.
6543 (TARGET_CMODEL_LARGE): New macro.
6544 * config/nds32/nds32.c (nds32_asm_file_start): Display corresponding
6545 code model setting in assembly code.
6546
6547 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
6548
6549 * common/config/nds32/nds32-common.c (TARGET_DEFAULT_TARGET_FLAGS):
6550 Remove MASK_GP_DIRECT flag.
6551 * config/nds32/nds32.h (MULTILIB_DEFAULTS): Have -mcmodel=medium as
6552 one of the multilib default options.
6553 * config/nds32/nds32.opt (mgp-direct): Remove.
6554 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Use -mcmodel instead of
6555 -mgp-direct. We also remove unnecessary -mlittle-endian/-mbig-endian.
6556
6557 2015-01-13 Chung-Ju Wu <jasonwucj@gmail.com>
6558
6559 * config/nds32/nds32.opt (mcmodel): Add new option.
6560 * config/nds32/nds32-opts.h (nds32_cmodel_type): Add new enum type
6561 to describe code model.
6562
6563 2015-01-13 Oleg Endo <olegendo@gcc.gnu.org>
6564
6565 PR target/64479
6566 * rtlanal.c (set_reg_p): Handle SEQUENCE constructs.
6567
6568 2015-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
6569
6570 * config/sh/sh.c (sh_atomic_assign_expand_fenv): New function.
6571 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
6572 (sh_builtin_get_fpscr, sh_builtin_set_fpscr): New variables.
6573 (sh_init_builtins): Record decls for __builtin_sh_get_fpscr and
6574 __builtin_sh_set_fpscr.
6575
6576 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
6577
6578 * doc/invoke.texi ([-Wsuggest-attribute=]): Don't use parentheses
6579 after a funtion name just to indicate it is a function.
6580 ([-fsanitize-undefined-trap-on-error]): Likewise.
6581 ([-fdbg-cnt=]): Likewise.
6582 ([-mmemcpy]): Likewise.
6583 ([-mflush-func]): Likewise.
6584 ([-msynci]): Likewise.
6585
6586 2015-01-12 Sandra Loosemore <sandra@codesourcery.com>
6587
6588 * doc/invoke.texi ([-Wbad-function-cast]): Rewrite to avoid confusing
6589 example.
6590
6591 2015-01-12 Jakub Jelinek <jakub@redhat.com>
6592
6593 PR tree-optimization/64563
6594 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE
6595 instead of != VR_VARYING.
6596
6597 PR target/64513
6598 * config/i386/i386.c (ix86_expand_prologue): Add
6599 REG_FRAME_RELATED_EXPR to %rax and %r10 pushes.
6600
6601 PR tree-optimization/64454
6602 * tree-vrp.c (simplify_div_or_mod_using_ranges): Optimize
6603 op0 % op1 into op0 if op0 is in range [-op1 + 1, op1 - 1]
6604 for signed or [0, op1 - 1] for unsigned modulo.
6605 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
6606 even if op1 does not satisfy integer_pow2p.
6607
6608 PR other/64370
6609 * sreal.c (sreal::to_double): Use ldexp instead of scalbnl.
6610
6611 2015-01-12 Jeff Law <law@redhat.com>
6612
6613 PR target/64461
6614 * config/m68k/m68k.md (truncsiqi2): Disable for TARGET_COLDFIRE.
6615 (trunchiqi2, truncsihi2): Similarly.
6616
6617 * config/h8300/h8300.c (Fpa): Use RTX_FRAME_RELATED_P directly
6618 rather than calling F.
6619
6620 2015-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
6621
6622 * tsan.c (instrument_expr): Use force_gimple_operand.
6623 Use may_be_nonaddressable_p instead of is_gimple_addressable.
6624
6625 2015-01-12 Richard Biener <rguenther@suse.de>
6626
6627 PR tree-optimization/64530
6628 * tree-loop-distribution.c (pg_add_dependence_edges): Shuffle
6629 back dr1.
6630
6631 2015-01-12 Richard Biener <rguenther@suse.de>
6632
6633 PR middle-end/64357
6634 * tree-cfg.c (gimple_can_merge_blocks_p): Protect simple
6635 latches properly.
6636
6637 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6638
6639 * config/arm/arm.c (arm_cortex_a12_tune): Update entries to match
6640 Cortex-A17 tuning parameters.
6641 * config/arm/arm-cores.def (cortex-a12): Schedule for cortex-a17.
6642
6643 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6644
6645 * config/arm/arm-protos.h (tune_params): Add fuseable_ops field.
6646 * config/arm/arm.c (arm_macro_fusion_p): New function.
6647 (arm_macro_fusion_pair_p): Likewise.
6648 (TARGET_SCHED_MACRO_FUSION_P): Define.
6649 (TARGET_SCHED_MACRO_FUSION_PAIR_P): Likewise.
6650 (ARM_FUSE_NOTHING): Likewise.
6651 (ARM_FUSE_MOVW_MOVT): Likewise.
6652 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
6653 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
6654 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
6655 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
6656 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
6657 arm_cortex_a5_tune): Specify fuseable_ops value.
6658
6659 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
6660
6661 PR bootstrap/64561
6662 * configure.ac (HAVE_LD_PIE_COPYRELOC): Update Linux/x86-64 linker
6663 test for PIE with copy reloc.
6664 * configure: Regenerated.
6665
6666 2015-01-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6667
6668 * config/arm/arm.c (arm_load_tp): Use R0_REGNUM instead of constant 0
6669 in gen_rtx_REG.
6670 (arm_tls_descseq_addr): Likewise.
6671 (arm_gen_movmemqi): Likewise.
6672 (arm_expand_epilogue_apcs_frame): Likewise.
6673 (arm_expand_epilogue): Likewise.
6674 (arm_expand_prologue): Likewise. Use R1_REGNUM instead of constant 1
6675 in gen_rtx_REG.
6676
6677 2015-01-12 Martin Liska <mliska@suse.cz>
6678
6679 PR ipa/64550
6680 * ipa-icf-gimple.c (func_checker::compare_memory_operand): Compare
6681 volatility for correct operands.
6682
6683 2015-01-12 Martin Liska <mliska@suse.cz>
6684
6685 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication
6686 that a function is not leaf.
6687 (sem_function::compare_polymorphic_p): Likewise.
6688
6689 2015-01-12 Martin Liska <mliska@suse.cz>
6690
6691 * ipa-icf.c (sem_function::equals_wpa): Add indirect_calls as indication
6692 that a function is not leaf.
6693 (sem_function::compare_polymorphic_p): Likewise.
6694
6695 2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6696
6697 * config/visium/visium.c: Add includes hashtab.h, hash-set.h,
6698 machmode.h, input.h, statistics.h, vec.h, double-int.h, real.h,
6699 fixed-value.h, alias.h, symtab.h, tree-core.h, wide-int.h, inchash.h,
6700 fold-const.h, tree-check.h.
6701
6702 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
6703
6704 PR ipa/63967
6705 PR ipa/64425
6706 * ipa-inline.c (compute_uninlined_call_time,
6707 compute_inlined_call_time): Use counts for extra precision when
6708 needed possible.
6709 (big_speedup_p): Fix formating.
6710 (RELATIVE_TIME_BENEFIT_RANGE): Remove.
6711 (relative_time_benefit): Remove.
6712 (edge_badness): Turn DECL_DISREGARD_INLINE_LIMITS into hint;
6713 merge guessed and read profile paths.
6714 (inline_small_functions): Count only !optimize_size functions into
6715 initial size; be more lax about sanity check when profile is used;
6716 be sure to update inlined function profile when profile is read.
6717
6718 2015-01-12 Jan Hubicka <hubicka@ucw.cz>
6719
6720 PR ipa/63470
6721 * ipa-inline-analysis.c (inline_edge_duplication_hook): Adjust
6722 cost when edge becomes direct.
6723 * ipa-prop.c (make_edge_direct): Do not adjust when speculation
6724 is resolved or when introducing new speculation.
6725
6726 2015-01-12 Chen Gang <gang.chen.5i5j@gmail.com>
6727
6728 PR ipa/64551
6729 PR ipa/64552
6730 * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
6731 '||' to fix typo issue.
6732
6733 * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
6734 accept and return NULL.
6735
6736 2015-01-12 Martin Liska <mliska@suse.cz>
6737
6738 * cgraph.c (cgraph_edge::remove_callee): Move function to header
6739 file for being inlined.
6740 (cgraph_set_edge_callee): Delete.
6741 (cgraph_edge::redirect_callee): Move function to header file
6742 for being inlined.
6743 (cgraph_edge::make_direct): Use new function.
6744 (cgraph_edge::dump_edge_flags): New function created from
6745 static dump_edge_flags function.
6746 (cgraph_node::dump): Use new function.
6747 (cgraph_edge::verify_count_and_frequency): New function created
6748 from verify_edge_count_and_frequency.
6749 (cgraph_edge::verify_corresponds_to_fndecl): New function created
6750 from verify_edge_corresponds_to_fndecl.
6751 (verify_edge_corresponds_to_fndecl): Delete.
6752 (cgraph_node::verify_node): Use new function.
6753 * cgraph.h (cgraph_edge::set_callee): New function.
6754 (cgraph_edge::dump_edge_flags): Likewise.
6755 (cgraph_edge::verify_corresponds_to_fndecl): Likewise.
6756
6757 2015-01-11 Jan Hubicka <hubicka@ucw.cz>
6758
6759 * ipa-utils.c (estimate_function_body_sizes): Do not
6760 free node params when called late with early=true.
6761
6762 2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
6763
6764 * doc/md.texi (Instruction Patterns): Rewrite text for
6765 clarity.
6766 (Example): Likewise.
6767
6768 2015-01-10 Sandra Loosemore <sandra@codesourcery.com>
6769
6770 * doc/invoke.texi (Option Summary): Break long lines.
6771 [(-fdiagnostics-color)]: Put long literal in @smallexample
6772 instead of inline.
6773 [(-fsanitize-recover)]: Likewise.
6774 [(-fdump-rtl-split*)]: Rewrite to fix over-full hbox.
6775 [(-ffast-math)]: Likewise.
6776 [(--param max-inline-insns-recursive)]: Likewise.
6777 [(--param max-inline-recursive-depth)]: Likewise.
6778 [(-mno-text-section-literals)]: Likewise.
6779
6780 2015-01-10 Thomas Schwinge <thomas@codesourcery.com>
6781
6782 * doc/install.texi: Update for libgomp being renamed from "GNU
6783 OpenMP Runtime Library" to "GNU Offloading and Multi Processing
6784 Runtime Library".
6785 * doc/sourcebuild.texi: Likewise.
6786
6787 2015-01-10 Anthony Green <green@moxielogic.com>
6788
6789 * config/moxie/moxie.c (moxie_option_override): Fix forcing of
6790 mul.x availability for moxiebox configuration.
6791
6792 2015-01-09 Anthony Green <green@moxielogic.com>
6793
6794 * config/moxie/moxie.md: Tabify assembly output.
6795
6796 2015-01-09 Anthony Green <green@moxielogic.com>
6797
6798 * config/moxie/moxie.md (CC_REG): Correct register definition.
6799
6800 2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
6801
6802 * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
6803 ([-fvtv-debug], [-fvtv-counts]): Likewise. Correct location
6804 of log files.
6805
6806 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
6807
6808 * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
6809
6810 2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
6811 Jakub Jelinek <jakub@redhat.com>
6812
6813 PR middle-end/64412
6814 * lto-streamer.h (lto_stream_offload_p): New declaration.
6815 * lto-streamer.c (lto_stream_offload_p): New variable.
6816 * cgraphunit.c (ipa_passes): Set lto_stream_offload_p
6817 at the same time as section_name_prefix.
6818 * lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
6819 if lto_stream_offload_p.
6820 * tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
6821 stream TREE_TARGET_OPTION if lto_stream_offload_p.
6822 (write_ts_function_decl_tree_pointers): Don't
6823 stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
6824 * tree-streamer-in.c (unpack_value_fields): Don't stream
6825 TREE_TARGET_OPTION in if ACCEL_COMPILER.
6826 (lto_input_ts_function_decl_tree_pointers): Don't stream
6827 DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
6828 * lto-opts.c (lto_write_options): Use lto_stream_offload_p
6829 instead of section_name_prefix string comparisons.
6830
6831 2015-01-09 Jakub Jelinek <jakub@redhat.com>
6832
6833 PR rtl-optimization/64536
6834 * cfgrtl.c (rtl_tidy_fallthru_edge): Handle removal of degenerate
6835 tablejumps.
6836
6837 2015-01-09 Michael Collison <michael.collison@linaro.org>
6838
6839 PR tree-optimization/64322
6840 * tree-vrp.c (extract_range_from_binary_expr_1): Attempt to derive
6841 range for RSHIFT_EXPR even if vr0 range is not VR_RANGE or is symbolic.
6842
6843 2015-01-09 Tom de Vries <tom@codesourcery.com>
6844
6845 PR rtl-optimization/64539
6846 * regcprop.c (kill_clobbered_values): Factor out of ...
6847 (copyprop_hardreg_forward_1): ... here. Use kill_clobbered_values
6848 instead of note_stores with kill_clobbered_value.
6849
6850 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
6851
6852 * ginclude/unwind-arm-common.h: Revert previous commit.
6853
6854 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
6855
6856 * config.gcc (arm*-*-freebsd*): New configuration.
6857 * config/arm/freebsd.h: New file.
6858 * config.host: Add extra components for arm*-*-freebsd*.
6859 * config/arm/arm.h: Introduce MAX_SYNC_LIBFUNC_SIZE.
6860 * config/arm/arm.c (arm_init_libfuncs): Use MAX_SYNC_LIBFUNC_SIZE.
6861
6862 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
6863
6864 * config/rs6000/rtems.h (CPP_OS_RTEMS_SPEC): Define __PPC_CPU_E6500__
6865 for -mcpu=e6500.
6866 * config/rs6000/t-rtems: Add e6500 multilibs.
6867
6868 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
6869
6870 * config/rs6000/t-rtems: Add -mno-spe to soft-float multilib for
6871 MPC8540.
6872
6873 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
6874
6875 * config/rs6000/t-rtems: Use MULTILIB_REQUIRED instead of
6876 MULTILIB_EXCEPTIONS.
6877
6878 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
6879
6880 * config/arm/t-rtems: Use MULTILIB_REQUIRED instead of
6881 MULTILIB_EXCEPTIONS.
6882
6883 2015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
6884
6885 * config/arm/t-rtems-eabi: Rename to...
6886 * config/arm/t-rtems: ...this.
6887 * config/arm/rtems-eabi.h: Rename to...
6888 * config/arm/rtems.h: ...this.
6889 * config.gcc (arm*-*-rtems*): Reflect changes above.
6890
6891 2015-01-09 Richard Biener <rguenther@suse.de>
6892
6893 PR tree-optimization/64410
6894 * tree-ssa.c (non_rewritable_lvalue_p): Allow REALPART/IMAGPART_EXPR
6895 on the LHS.
6896 (execute_update_addresses_taken): Deal with that.
6897 * tree-ssa-forwprop.c (pass_forwprop::execute): Use component-wise
6898 loads/stores for complex variables.
6899
6900 2015-01-09 Martin Liska <mliska@suse.cz>
6901
6902 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Enhance SSA
6903 name comparison.
6904 (func_checker::compare_memory_operand): New function.
6905 (func_checker::compare_operand): Split case to newly
6906 added functions.
6907 (func_checker::compare_cst_or_decl): New function.
6908 (func_checker::compare_gimple_call): Identify
6909 memory operands.
6910 (func_checker::compare_gimple_assign): Likewise.
6911 * ipa-icf-gimple.h: New function.
6912
6913 2015-01-09 Martin Liska <mliska@suse.cz>
6914
6915 PR ipa/64503
6916 * sreal.c (sreal::dump): Change unsigned format to signed for
6917 m_exp value.
6918 (sreal::to_double): Replace exp2 with scalbln.
6919
6920 2015-01-09 Martin Liska <mliska@suse.cz>
6921
6922 * cgraphunit.c (cgraph_node::create_wrapper): Fix level of indentation.
6923 * ipa-icf.c (sem_function::equals_private): Add support for target and
6924 (sem_item_optimizer::merge_classes): Remove redundant function
6925 optimization flags comparison.
6926 * tree.h (target_opts_for_fn): New function.
6927
6928 2015-01-09 Tom de Vries <tom@codesourcery.com>
6929
6930 * omp-low.c (expand_omp_for_static_chunk): Fix assert.
6931
6932 2015-01-09 Kito Cheng <kito@0xlab.org>
6933
6934 PR rtl-optimization/64348
6935 * lra-constraints.c (split_reg): Fix caller-save store/restore
6936 instruction generation.
6937
6938 2015-01-08 John David Anglin <danglin@gcc.gnu.org>
6939
6940 PR gcov-profile/61790
6941 * gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
6942 long long. Fallback to int64_t if host doesn't have long long and
6943 use strtol if int64_t is long. Otherwise, use sscanf for conversion.
6944
6945 2015-01-08 Jakub Jelinek <jakub@redhat.com>
6946
6947 PR tree-optimization/63989
6948 * params.def (PARAM_MAX_TRACKED_STRLENS): Increment default
6949 from 1000 to 10000.
6950 * tree-ssa-strlen.c (get_strinfo): Moved earlier.
6951 (get_stridx): If we don't have a record for certain SSA_NAME,
6952 but it is POINTER_PLUS_EXPR of some SSA_NAME we do with
6953 constant offset, call get_stridx_plus_constant.
6954 (get_stridx_plus_constant): New function.
6955 (zero_length_string): Don't use get_stridx here.
6956
6957 PR target/55023
6958 PR middle-end/64388
6959 * dse.c (struct insn_info): Mention frame_read set also
6960 before reload for tail calls on some targets.
6961 (scan_insn): Revert 2014-12-22 change. Set frame_read
6962 also before reload for tail calls if
6963 HARD_FRAME_POINTER_IS_ARG_POINTER. Call add_wild_read
6964 instead of add_non_frame_wild_read for non-const/memset
6965 tail calls after reload.
6966
6967 2015-01-08 Jason Merrill <jason@redhat.com>
6968
6969 * ubsan.c (do_ubsan_in_current_function): New.
6970 (pass_ubsan::gate): Use it.
6971 * ubsan.h: Declare it.
6972 * convert.c (convert_to_integer): Use it.
6973
6974 2015-01-08 Jakub Jelinek <jakub@redhat.com>
6975
6976 PR target/64338
6977 * config/i386/i386.c (ix86_expand_int_movcc): Don't reverse
6978 compare_code when it is unconditionally overwritten afterwards.
6979 Use ix86_reverse_condition instead of reverse_condition. Don't
6980 change code if *reverse_condition* returned UNKNOWN and don't
6981 swap ct/cf and negate diff in that case.
6982
6983 2015-01-08 Mike Stump <mikestump@comcast.net>
6984
6985 * tsan.c (pass_tsan::gate): Add no_sanitize_thread support.
6986 (pass_tsan_O0::gate): Likewise.
6987 * extend.texi (Function Attributes): Add no_sanitize_thread
6988 documentation.
6989
6990 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
6991
6992 * builtins.def (DEF_GOMP_BUILTIN): Also consider flag_offload_abi
6993 for registering builtins.
6994 * config/i386/intelmic-mkoffload.c (prepare_target_image): Don't
6995 add -fopenmp to the argv_obstack used when invoking
6996 compile_for_target.
6997
6998 * config/i386/intelmic-mkoffload.c (compile_for_target): Always
6999 add "-m32" or "-m64" to argv_obstack.
7000 (generate_host_descr_file): Likewise, when invoking host_compiler.
7001 (main): Always add "-m elf_i386" or "-m elf_x86_64" when invoking
7002 ld.
7003
7004 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
7005
7006 * config/sh/sh-mem.cc: Use constant as second operand when emitting
7007 tstsi_t insns.
7008
7009 2015-01-08 Oleg Endo <olegendo@gcc.gnu.org>
7010
7011 PR target/55212
7012 * config/sh/sh.md (*addsi3_compact): Emit reg-reg copy instead of
7013 constant load if constant operand fits into I08.
7014
7015 2015-01-08 Jakub Jelinek <jakub@redhat.com>
7016
7017 PR sanitizer/64336
7018 * tree.c (build2_stat): Fix up initialization of TREE_READONLY
7019 and TREE_THIS_VOLATILE for MEM_REFs.
7020 (build5_stat): Fix up initialization of TREE_READONLY and
7021 TREE_THIS_VOLATILE for TARGET_MEM_REFs.
7022
7023 2015-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
7024
7025 PR target/64533
7026 * config/sh/sh.md (*addsi3_compact): Use u constraint instead
7027 of r for the second alternative of the destination operand.
7028
7029 2015-01-07 Segher Boessenkool <segher@kernel.crashing.org>
7030
7031 PR target/36557
7032 * config/rs6000/rs6000.md (*eqsi3_ext<mode>, *nesi3_ext<mode>): New.
7033
7034 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
7035
7036 * doc/invoke.texi ([-fvtable-verify]): Fix markup on option
7037 keywords.
7038 ([-fivar-visibility], [-fvisibility]): Likewise.
7039
7040 2015-01-07 Sandra Loosemore <sandra@codesourcery.com>
7041
7042 * doc/invoke.texi: Fix incorrect uses of @samp markup throughout
7043 the file where @code, @command, etc is more appropriate.
7044
7045 2015-01-06 Sandra Loosemore <sandra@codesourcery.com>
7046
7047 * doc/invoke.texi (RS/6000 and PowerPC Options): Tidy formatting
7048 of -mrecip= documentation.
7049
7050 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
7051
7052 PR target/64505
7053 * config/rs6000/rs6000.c (rs6000_secondary_reload): Return the
7054 correct reload handler if -m32 -mpowerpc64 is used.
7055
7056 2015-01-06 Tom de Vries <tom@codesourcery.com>
7057
7058 * tree-ssa-tail-merge.c: Fix typo in struct same_succ_def comment.
7059
7060 2015-01-08 Christian Bruel <christian.bruel@st.com>
7061
7062 PR target/64507
7063 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Check 0 length.
7064
7065 2015-01-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7066
7067 PR tree-optimization/63259
7068 * tree-ssa-math-opts.c (pass_optimize_bswap::execute): Stop checking
7069 if optab exists for 16bit byteswap.
7070
7071 2015-01-06 Jakub Jelinek <jakub@redhat.com>
7072
7073 * opts.c (common_handle_option): Add support for
7074 -fno-sanitize=all and -f{,no-}sanitize-recover=all.
7075 * doc/invoke.texi: Document -fno-sanitize=all,
7076 -f{,no-}sanitize-recover=all. Document that
7077 -fsanitize=float-cast-overflow is not enabled
7078 by -fsanitize=undefined. Fix up documentation
7079 of -f{,no-}sanitize-recover.
7080
7081 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
7082
7083 * config.gcc: Add Visium support.
7084 * configure.ac: Likewise.
7085 * configure: Regenerate.
7086 * doc/extend.texi (interrupt attribute): Add Visium.
7087 * doc/invoke.texi: Document Visium options.
7088 * doc/install.texi: Document Visium target.
7089 * doc/md.texi: Document Visium constraints.
7090 * common/config/visium: New directory.
7091 * config/visium: Likewise.
7092
7093 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
7094
7095 * simplify-rtx.c (simplify_binary_operation_1): Handle more cases
7096 for the "(and X (ior (not X) Y) -> (and X Y)" transform.
7097
7098 2015-01-05 Segher Boessenkool <segher@kernel.crashing.org>
7099
7100 * combine.c (combine_validate_cost): Do not count the cost of a
7101 split I2 twice. Do not display it twice in the dump, either.
7102
7103 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
7104
7105 Revert parts of r219199.
7106 * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
7107 <inttypes.h>.
7108 ([-Wtraditional]): Restore markup on <limits.h>.
7109
7110 2015-01-05 Trevor Saunders <tsaunders@mozilla.com>
7111
7112 PR c++/31397
7113 * doc/invoke.texi: Document -Wsuggest-override.
7114
7115 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
7116
7117 PR rtl-optimization/64287
7118 * toplev.c (HAVE_epilogue, HAVE_prologue): Provide default.
7119 (process_options): Disable flag_ipa_ra if profiling.
7120
7121 2015-01-05 Eric Botcazou <ebotcazou@adacore.com>
7122
7123 * config/nds32/nds32-peephole2.md: Do not mention define_peephole.
7124
7125 2015-01-05 Max Filippov <jcmvbkbc@gmail.com>
7126
7127 * config/xtensa/xtensa.c (hwloop_optimize, hwloop_fail,
7128 hwloop_pattern_reg, xtensa_doloop_hooks, xtensa_reorg_loops):
7129 put under #if TARGET_LOOPS guard.
7130
7131 2015-01-05 Uros Bizjak <ubizjak@gmail.com>
7132
7133 * config/i386/i386.c (output_387_binary_op): Use std::swap.
7134
7135 2015-01-05 Oleg Endo <olegendo@gcc.gnu.org>
7136
7137 * rtlanal.c (refers_to_regno_p): Change return value from int to bool.
7138 * rtl.h (refers_to_regno_p): Add overload.
7139 * cse.c: Use it.
7140 * bt-load.c: Likewise.
7141 * combine.c: Likewise.
7142 * df-scan.c: Likewise.
7143 * sched-deps.c: Likewise.
7144 * config/s390/s390.c: Likewise.
7145 * config/m32r/m32r.c: Likewise.
7146 * config/rs6000/spe.md: Likewise.
7147 * config/rs6000/rs6000.c: Likewise.
7148 * config/pa/pa.c: Likewise.
7149 * config/stormy16/stormy16.c: Likewise.
7150 * config/cris/cris.c: Likewise.
7151 * config/arc/arc.md: Likewise.
7152 * config/arc/arc.c: Likewise.
7153 * config/sh/sh.md: Likewise.
7154 * config/sh/sh.c: Likewise.
7155 * config/frv/frv.c: Likewise.
7156
7157 2015-01-05 Jakub Jelinek <jakub@redhat.com>
7158
7159 PR sanitizer/64265
7160 * gimplify.c (gimplify_function_tree): Add TSAN_FUNC_EXIT internal
7161 call as cleanup of the whole body.
7162 * internal-fn.def (TSAN_FUNC_EXIT): New internal call.
7163 * tsan.c (replace_func_exit): New function.
7164 (instrument_func_exit): Moved earlier.
7165 (instrument_memory_accesses): Adjust TSAN_FUNC_EXIT internal calls.
7166 Call instrument_func_exit if no TSAN_FUNC_EXIT internal calls have
7167 been found.
7168 (tsan_pass): Don't call instrument_func_exit.
7169 * internal-fn.c (expand_TSAN_FUNC_EXIT): New function.
7170 * tree-inline.c (copy_bb): Drop TSAN_FUNC_EXIT internal calls during
7171 inlining.
7172
7173 PR sanitizer/64344
7174 * ubsan.h (ubsan_instrument_float_cast): Add ARG argument.
7175 * ubsan.c (ubsan_instrument_float_cast): Add ARG argument, pass
7176 it to libubsan handler instead of EXPR. Fold comparisons earlier,
7177 if the result is integer_zerop, return NULL_TREE.
7178 * convert.c (convert_to_integer): Pass expr as ARG.
7179
7180 PR tree-optimization/64465
7181 * tree-inline.c (redirect_all_calls): During inlining
7182 clean up EH stmts and EH edges if redirect_call_stmt_to_callee
7183 changed the stmt to a non-throwing call.
7184
7185 2015-01-05 Sandra Loosemore <sandra@codesourcery.com>
7186
7187 * doc/invoke.texi: Fix incorrect uses of @code, @option, @samp,
7188 etc markup throughout the file.
7189
7190 2015-01-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
7191
7192 Enable experimental TSAN support for Ada.
7193 * tsan.c (instrument_expr): Handle VIEW_CONVERT_EXPR.
7194
7195 2015-01-05 Jakub Jelinek <jakub@redhat.com>
7196
7197 PR tree-optimization/64494
7198 * tree-ssa-loop-im.c (move_computations_dom_walker::before_dom): Also
7199 clear SSA_NAME_ANTI_RANGE_P flag.
7200
7201 2015-01-05 Marek Polacek <polacek@redhat.com>
7202
7203 * doc/extend.texi (Arrays of Length Zero): Add missing comma.
7204
7205 2015-01-05 Jakub Jelinek <jakub@redhat.com>
7206
7207 Update copyright years.
7208
7209 * gcc.c (process_command): Update copyright notice dates.
7210 * gcov-dump.c: Ditto.
7211 * gcov.c: Ditto.
7212 * doc/cpp.texi: Bump @copying's copyright year.
7213 * doc/cppinternals.texi: Ditto.
7214 * doc/gcc.texi: Ditto.
7215 * doc/gccint.texi: Ditto.
7216 * doc/gcov.texi: Ditto.
7217 * doc/install.texi: Ditto.
7218 * doc/invoke.texi: Ditto.
7219
7220 * auto-profile.c, auto-profile.h: Fix up Copyright line.
7221
7222 2015-01-04 Sandra Loosemore <sandra@codesourcery.com>
7223
7224 * doc/invoke.texi ([-fsized-deallocation]): Copy-edit to fix
7225 verb tense, etc.
7226 ([-fvtable-verify], [-fvtv-debug]): Likewise.
7227 ([-Wabi]): Likewise.
7228 ([-fmessage-length]): Likewise.
7229 ([-Wsuggest-final-types], [-Wsuggest-final-methods]): Likewise.
7230 ([-Wno-discarded-qualifiers]): Likewise.
7231 ([-Wnodiscarded-array-qualifiers]): Likewise.
7232 ([-Wno-virtual-move-assign]): Likewise.
7233 ([-fsanitize=address], [-fsanitize=thread]): Likewise.
7234 ([-fsanitize=leak], [-fsanitize=undefined]): Likewise.
7235 ([-fsanitize=unreachable], [-fsanitize-recover]): Likewise.
7236 ([-fsanitize-undefined-trap-on-error]): Likewise.
7237 ([-floop-interchange]): Likewise.
7238 ([-ftree-coalesce-inlined-vars]): Likewise.
7239 ([-fvect-cost-model]): Likewise.
7240 ([-flto]): Likewise.
7241 ([--param]): Likewise.
7242 (Spec Files): Likewise.
7243 ([-mstrict-align]): Likewise.
7244 ([-mfix-cortex-a53-835769]): Likewise.
7245 ([-march], [-mtune]): Likewise.
7246 ([-mpic-register]): Likewise.
7247 ([-munaligned-access]): Likewise.
7248 ([-msp8]): Likewise.
7249 (EIND and Devices with more than 128 Ki Bytes of Flash): Likewise.
7250 (AVR Built-in Macros): Likewise.
7251 ([-mpreferred-stack-boundary]): Likewise.
7252 ([-mtune-crtl]): Likewise.
7253 ([-mashf]): Likewise.
7254 ([-mmcu=]): Likewise.
7255 ([-minrt]): Likewise.
7256 ([-maltivec], [-maltivec=be], [-maltivec=le]): Likewise.
7257 ([-mupper-regs]): Likewise.
7258 ([-matomic-model]): Likewise.
7259 ([-mdiv]): Likewise.
7260 ([-mzdcbranch]): Likewise.
7261 ([-mdisable-callt]): Likewise.
7262 ([-msoft-float]): Likewise.
7263 ([-m8byte-align]): Likewise.
7264 ([-fstack-reuse]): Likewise.
7265
7266 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
7267
7268 * doc/invoke.texi ([-fprofile-generate], [-fprofile-use]):
7269 Fix markup, light copy-editing.
7270 ([-fauto-profile]): Rewrite to fix formatting and content
7271 problems.
7272
7273 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
7274
7275 * doc/invoke.texi ([-fisolate-erroneous-paths-dereference]):
7276 Copy-edit description.
7277 ([-fisolate-erroneous-paths-attribute]): Likewise.
7278 * common.opt (fisolate-erroneous-paths-dereference):
7279 Copy-edit description.
7280 (fisolate-erroneous-paths-attribute): Likewise.
7281
7282 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
7283
7284 * doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
7285 tidy grammar.
7286
7287 2015-01-03 Sandra Loosemore <sandra@codesourcery.com>
7288
7289 * doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
7290 ([-fvtv-debug]): Likewise.
7291 ([-Wc++-compat]): Likewise.
7292 ([-Wc++11-compat]): Likewise.
7293 ([-Wc++14-compat]): Likewise.
7294 ([-Wno-sized-deallocation]): Likewise.
7295 ([-femit-class-debug-always]): Likewise.
7296 ([-femit-struct-debug-detailed]): Likewise.
7297 ([-fno-keep-inline-dllexport]): Likewise.
7298 ([-fira-algorithm]): Likewise.
7299 ([-fira-region]): Likewise.
7300 ([-flra-remat]): Likewise.
7301 ([-fipa-ra]): Likewise.
7302 ([-fhoist-adjacent-loads]): Likewise.
7303 ([-fisolate-erroneous-paths-dereference]): Likewise.
7304 ([-fisolate-erroneous-paths-attribute]): Likewise.
7305 ([-ftree-switch-conversion]): Likewise.
7306 ([-ftree-tail-merge]): Likewise.
7307 ([-ftree-loop-if-convert]): Likewise.
7308 ([-ftree-loop-if-convert-stores]): Likewise.
7309 ([-ftree-loop-distribution]): Likewise.
7310 ([-ftree-loop-distribute-patterns]): Likewise.
7311 ([-flto-compression-level]): Likewise.
7312 ([-flto-report]): Likewise.
7313 ([-flto-report-wpa]): Likewise.
7314 ([-fuse-linker-plugin]): Likewise.
7315 ([-mfix-cortex-a53-835769]): Likewise.
7316 ([-mno-fix-cortex-a53-835769]): Likewise.
7317 ([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
7318 explicit listing; add a note to the discussion indicating they
7319 exist. Reorder table to group similar options. Add missing
7320 @opindex entries. Add @need commands throughout the table to
7321 allow it to be split across multiple pages.
7322 ([-m8bit-idiv]): Fix @opindex.
7323 ([-mavx256-split-unaligned-load]): Likewise.
7324 ([-mavx256-split-unaligned-store]): Likewise.
7325 ([-mstack-protector-guard]): Likewise.
7326 ([-mcpu=]): Likewise.
7327 ([-mcpu]): Likewise.
7328 ([-mpointer-size=]): Likewise.
7329
7330 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
7331
7332 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
7333 instead of `m' constraint. Likewise for unnamed movb comparison
7334 patterns using reg_before_reload_operand predicate.
7335 * config/pa/predicates.md (reg_before_reload_operand): Tighten
7336 predicate to reject register index and LO_SUM DLT memory forms
7337 after reload.
7338
7339 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
7340
7341 * doc/invoke.texi (Option Summary): Fix spelling of
7342 -fdevirtualize-at-ltrans.
7343 ([-fdevirtualize]): Fix markup.
7344 ([-fdevirtualize-speculatively]): Fix typo.
7345 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
7346 implementor-speaky.
7347 * common.opt (fdevirtualize-at-ltrans): Likewise.
7348 * ipa-devirt.c: Fix typos in comments throughout the file.
7349 (ipa_devirt): Fix typos in format strings for dump output.
7350
7351 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
7352
7353 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
7354 discussion of defaults, light copy-editing.
7355
7356 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
7357
7358 * tsan.c (instrument_expr): corrected previous checkin.
7359
7360 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
7361
7362 Instrument bit field and unaligned accesses for TSAN.
7363 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
7364 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
7365 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
7366 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
7367 unaligned memory regions.
7368
7369 2015-01-01 Anthony Green <green@moxielogic.com>
7370
7371 * config/moxie/predicates.md (moxie_general_movsrc_operand):
7372 Restrict move source register offsets to 16 bits.
7373 \f
7374 Copyright (C) 2015 Free Software Foundation, Inc.
7375
7376 Copying and distribution of this file, with or without modification,
7377 are permitted in any medium without royalty provided the copyright
7378 notice and this notice are preserved.