1 2013-11-19 Uros Bizjak <ubizjak@gmail.com>
4 2013-11-18 Uros Bizjak <ubizjak@gmail.com>
6 * config/i386/i386.c (ix86_decompose_address): Use REG_P instead of
7 ix86_address_subreg_operand. Move subreg checks to
8 ix86_validate_address_register. Move address override check to
9 ix86_legitimate_address_p.
10 (ix86_validate_address_register): New function.
11 (ix86_legitimate_address_p): Call ix86_validate_address_register
12 to validate base and index registers. Add address override check
13 from ix86_decompose_address.
14 (ix86_decompose_address): Remove.
16 Backport from mainline
17 2013-11-17 Uros Bizjak <ubizjak@gmail.com>
20 * config/i386/i386.c (ix86_address_subreg_operand): Do not
21 reject non-integer subregs.
22 (ix86_decompose_address): Do not reject invalid CONST_INT RTXes.
23 Move check for invalid x32 constant addresses ...
24 (ix86_legitimate_address_p): ... here.
27 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
29 * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
30 addresses only when %reg is not in word mode.
32 2013-11-10 Karlson2k <k2k@narod.ru>
33 Kai Tietz <ktietz@redhat.com>
37 * configure.ac: Adding for exported symbols check
38 and for rdynamic-check executable-extension.
39 * configure: Regenerated.
41 2013-11-07 H.J. Lu <hongjiu.lu@intel.com>
44 * config/i386/i386.md (push peepholer/splitter): Use Pmode
45 with stack_pointer_rtx.
47 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
49 * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
51 2013-10-26 Uros Bizjak <ubizjak@gmail.com>
53 Backport from mainline
54 2013-10-22 Uros Bizjak <ubizjak@gmail.com>
57 * config/i386/i386.c (put_condition_code) <case GTU, case LEU>:
58 Remove CCCmode handling.
59 <case LTU>: Return 'c' suffix for CCCmode.
60 <case GEU>: Return 'nc' suffix for CCCmode.
61 (ix86_cc_mode) <case GTU, case LEU>: Do not generate overflow checks.
62 * config/i386/i386.md (*sub<mode>3_cconly_overflow): Remove.
63 (*sub<mode>3_cc_overflow): Ditto.
64 (*subsi3_zext_cc_overflow): Ditto.
66 2013-10-26 Uros Bizjak <ubizjak@gmail.com>
68 Backport from mainline
69 2013-10-19 Uros Bizjak <ubizjak@gmail.com>
72 * config/i386/i386.c (ix86_function_value_regno): Add DX_REG,
73 ST1_REG and XMM1_REG for 32bit and 64bit targets. Also add DI_REG
74 and SI_REG for 64bit SYSV ABI targets.
76 2013-10-25 Richard Henderson <rth@twiddle.net>
79 * optabs.c (maybe_emit_atomic_exchange): Use create_input_operand
80 instead of create_convert_operand_to.
81 (maybe_emit_sync_lock_test_and_set): Likewise.
82 (expand_atomic_compare_and_swap): Likewise.
83 (maybe_emit_compare_and_swap_exchange_loop): Don't convert_modes.
85 2013-10-25 Eric Botcazou <ebotcazou@adacore.com>
87 PR rtl-optimization/58831
88 * alias.c (init_alias_analysis): At the beginning of each iteration,
89 set the reg_seen[N] flag if static_reg_base_value[N] is non-null.
91 2013-10-25 Eric Botcazou <ebotcazou@adacore.com>
93 * recog.c (search_ofs): New static variable moved from...
94 (peep2_find_free_register): ...here.
95 (peephole2_optimize): Initialize it.
97 2013-10-02 John David Anglin <danglin@gcc.gnu.org>
99 * config.gcc (hppa*64*-*-linux*): Don't add pa/t-linux to tmake_file.
101 2013-09-23 Eric Botcazou <ebotcazou@adacore.com>
103 * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy
104 assignment statements.
106 2013-09-20 John David Anglin <danglin@gcc.gnu.org>
108 * config/pa/pa.md: In "scc" insn patterns, change output template to
109 handle const0_rtx in reg_or_0_operand operands.
111 2013-09-18 Daniel Morris <danielm@ecoscentric.com>
112 Paolo Carlini <paolo.carlini@oracle.com>
115 * doc/implement-cxx.texi: Fix references to the C++ standards.
117 2013-09-14 John David Anglin <danglin@gcc.gnu.org>
120 * config/pa/pa.c (pa_expand_prologue): Change mode in gen_rtx_POST_INC
123 2013-09-12 Terry Guo <terry.guo@arm.com>
125 Backport from mainline
126 2012-09-17 Richard Guenther <rguenther@suse.de>
129 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Use ggc'ed
130 FIXED_VALUE_TYPE instead of struct fixed_value.
132 2013-09-10 Richard Earnshaw <rearnsha@arm.com>
135 * arm/vfp.md (combine_vcvt_f32_<FCVTI32typename>): Fix pattern to
136 support conditional execution.
137 (combine_vcvt_f64_<FCVTI32typename>): Likewise.
139 2013-09-01 Uros Bizjak <ubizjak@gmail.com>
141 Backport from mainline
142 2013-08-31 Uros Bizjak <ubizjak@gmail.com>
144 * config/alpha/alpha.c (alpha_emit_conditional_move): Update
145 "cmp" RTX before signed_comparison_operator check to account
148 2013-09-01 John David Anglin <danglin@gcc.gnu.org>
150 * config/pa/pa.md: Allow "const 0" operand 1 in "scc" insns.
152 2013-09-01 Iain Sandoe <iain@codesourcery.com>
155 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
157 * doc/tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE,
158 TARGET_OBJC_DECLARE_CLASS_DEFINITION): Add @hooks.
159 (ASM_DECLARE_CLASS_REFERENCE, ASM_DECLARE_UNRESOLVED_REFERENCE):
161 * doc/tm.texi: Regenerate.
162 * config/darwin.h (ASM_OUTPUT_LABELREF): Remove special case for
164 * config/darwin-c.c: Include target.h.
165 (darwin_objc_declare_unresolved_class_reference): New function.
166 (darwin_objc_declare_class_definition): New function.
167 (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE): Define.
168 (TARGET_OBJC_DECLARE_CLASS_DEFINITION): Define.
170 2013-09-01 Iain Sandoe <iain@codesourcery.com>
172 Backport from mainline:
173 2013-07-22 Uros Bizjak <ubizjak@gmail.com>
175 * config/i386/i386.md (nonlocal_goto_receiver): Delete insn if
176 it is not needed after split.
178 2013-07-20 Iain Sandoe <iain@codesourcery.com>
181 * config/i386/i386.c (output_set_got) [TARGET_MACHO]: Adjust to emit a
182 second label for nonlocal goto receivers. Don't output pic base labels
183 unless we're producing PIC; mark that action unreachable().
184 (ix86_save_reg): If the function contains a nonlocal label, save the
186 * config/darwin-protos.h (machopic_should_output_picbase_label): New.
187 * gcc/config/darwin.c (emitted_pic_label_num): New GTY.
188 (update_pic_label_number_if_needed): New.
189 (machopic_output_function_base_name): Adjust for nonlocal receiver
191 (machopic_should_output_picbase_label): New.
192 * config/i386/i386.md (enum unspecv): UNSPECV_NLGR: New.
193 (nonlocal_goto_receiver): New insn and split.
195 2013-08-28 Uros Bizjak <ubizjak@gmail.com>
197 Backport from mainline
198 2013-08-27 Christian Widmer <shadow@umbrox.de>
201 * config/i386/driver-i386.c (host_detect_local_cpu): Add detection
202 of Ivy Bridge processors.
204 2013-08-21 Richard Earnshaw <rearnsha@arm.com>
207 * arm.c (aapcs_vfp_allocate): Decompose the argument if the
208 suggested mode for the assignment isn't compatible with the
211 2013-08-17 Uros Bizjak <ubizjak@gmail.com>
213 Backport from mainline
214 2013-08-12 Perez Read <netfirewall@gmail.com>
217 * config/i386/i386.md (*movabs<mode>_1): Add <ptrsize> PTR before
218 operand 0 for intel asm alternative.
219 (*movabs<mode>_2): Ditto for operand 1.
221 2013-08-13 Marek Polacek <polacek@redhat.com>
224 2013-0813 Marek Polacek <polacek@redhat.com>
225 Jakub Jelinek <jakub@redhat.com>
227 PR tree-optimization/57980
228 * tree-tailcall.c (process_assignment): Return false
229 when not dealing with integers or floats.
231 2013-08-12 David Edelsohn <dje.gcc@gmail.com>
233 Backport from mainline
234 2013-02-14 Steven Bosscher <steven@gcc.gnu.org>
236 * collect2-aix.h: Define F_LOADONLY.
238 2013-08-02 Eric Botcazou <ebotcazou@adacore.com>
240 * config/sparc/sparc.c (sparc_emit_membar_for_model) <SMM_TSO>: Add
241 the implied StoreLoad barrier for atomic operations if before.
243 2013-07-11 Georg-Johann Lay <avr@gjlay.de>
245 Backport from 2013-07-11 trunk r200901.
248 * config/avr/avr.c (avr_set_current_function): Sanity-check signal
249 name seen by assembler/linker if available.
251 2013-07-10 Georg-Johann Lay <avr@gjlay.de>
253 Backport from 2013-07-10 trunk r200872.
256 * config/avr/avr.c (avr_prologue_setup_frame): Trunk -size to mode
259 2013-07-10 Uros Bizjak <ubizjak@gmail.com>
261 Backport from mainline
262 2013-07-06 Uros Bizjak <ubizjak@gmail.com>
264 * config/i386/sse.md (sse_movlhps): Change alternative 3
267 2013-07-09 Joseph Myers <joseph@codesourcery.com>
269 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Only
270 adjust register size for TDmode and TFmode for VSX registers.
272 2013-07-08 Eric Botcazou <ebotcazou@adacore.com>
274 * Makefile.in (tree-ssa-reassoc.o): Add dependency on $(PARAMS_H).
276 2013-07-08 Jakub Jelinek <jakub@redhat.com>
278 PR rtl-optimization/57829
279 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Ensure that
280 mask bits outside of mode are just sign-extension from mode to HWI.
282 2013-07-05 Uros Bizjak <ubizjak@gmail.com>
284 Backport from mainline
285 2013-06-20 Uros Bizjak <ubizjak@gmail.com>
288 * config/i386/i386.c (construct_container): Report error if
289 long double is used with disabled x87 float returns.
291 2013-06-21 David Edelsohn <dje.gcc@gmail.com>
293 Backport from mainline
294 2013-06-19 David Edelsohn <dje.gcc@gmail.com>
297 * collect2.c (collect_atexit): New.
298 (collect_exit): Delete.
299 (main): Register collect_atexit with atexit.
300 (collect_wait): Change collect_exit to exit.
302 * collect2.h (collect_exit): Delete.
303 * tlink.c (do_tlink): Rename exit to ret. Change collect_exit to exit.
305 2013-06-07 Uros Bizjak <ubizjak@gmail.com>
307 Backport from mainline
308 2013-06-10 Uros Bizjak <ubizjak@gmail.com>
310 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Also use
311 cmp_code to construct REG_EQUAL note.
313 Backport from mainline
314 2013-06-05 Uros Bizjak <ubizjak@gmail.com>
316 * config/alpha/alpha.c (alpha_emit_conditional_move): Swap all
317 GE, GT, GEU and GTU compares, modulo DImode compares with zero.
319 Backport from mainline
320 2013-05-23 Uros Bizjak <ubizjak@gmail.com>
323 * config/alpha/alpha.md (unspec): Add UNSPEC_XFLT_COMPARE.
324 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Construct
325 REG_EQUAL note as UNSPEC_XFLT_COMPARE unspec.
327 2013-06-09 Jakub Jelinek <jakub@redhat.com>
330 * config/i386/i386.md (TARGET_READ_MODIFY_WRITE peepholes): Ensure
331 that operands[2] doesn't overlap with operands[0].
333 2013-05-22 Uros Bizjak <ubizjak@gmail.com>
336 * config/i386/i386.md (*movti_internal_rex64): Emit movaps/movups
337 for non-sse2 targets. Simplify mode attribute calculation.
339 2013-05-17 Uros Bizjak <ubizjak@gmail.com>
341 Backport from mainline
342 2013-05-16 Uros Bizjak <ubizjak@gmail.com>
344 * config/i386/driver-i386.c (host_detect_local_cpu): Determine
345 cache parameters using detect_caches_amd also for CYRIX,
346 NSC and TM2 signatures.
348 2013-05-16 Uros Bizjak <ubizjak@gmail.com>
349 Dzianis Kahanovich <mahatma@eu.by>
353 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
354 VIA/Centaur processors and determine their cache parameters
355 using detect_caches_amd.
357 2013-05-15 Uros Bizjak <ubizjak@gmail.com>
359 * config/i386/i386.c (ix86_option_override_internal): Add
360 PTA_POPCNT to corei7 entry.
362 2013-05-14 Richard Biener <rguenther@suse.de>
364 PR gcov-profile/57269
365 Backport from mainline
366 2012-06-30 Nathan Sidwell <nathan@acm.org>
368 * coverage.c (coverage_init): Read counts file before writing
371 2013-05-13 Uros Bizjak <ubizjak@gmail.com>
374 Backport from mainline
375 2013-01-22 Jakub Jelinek <jakub@redhat.com>
378 * config/i386/i386.md (UNSPEC_STOS): New.
379 (strset_singleop, *strsetdi_rex_1, *strsetsi_1, *strsethi_1,
380 *strsetqi_1): Add UNSPEC_STOS.
382 2013-05-10 Joey Ye <joey.ye@arm.com>
384 Backport from mainline
385 2012-11-29 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
388 * config/arm/arm.md (thumb2_pool_range, pool_range): Add comment on
390 (thumb1_extendhisi2): Reduce Thumb pool range.
391 (arm_movdi): Likewise.
392 (thumb1_movdi_insn): Likewise.
393 (thumb1_movsi_insn): Likewise.
394 (pic_load_addr_unified): Likewise.
395 (pic_load_addr_32bit): Likewise.
396 (pic_load_addr_thumb1): Likewise.
397 (thumb1_movhf): Likewise.
398 (arm_movsf_soft_insn): Likewise.
399 (thumb1_movsf_soft_insn): Likewise.
400 (movdf_soft_insn): Likewise.
401 (thumb1_movdf_soft_insn): Likewise.
402 * config/arm/neon.md (*neon_mov<mode>): Likewise.
403 (*neon_mov<mode>): Likwise.
404 * config/arm/thumb2.md: (*thumb2_movsi_insn): Likewise.
405 (*thumb2_movhi_insn): Likewise.
406 (*thumb2_extendqisi_v6): Likewise.
407 (*thumb2_zero_extendqisi_v6): Likewise.
408 (*thumb2_zero_extendqisi2_v6): Likewise.
409 * config/arm/vfp.md: (*thumb2_movsi_vfp): Likewise.
410 (*movdi_vfp): Likewise.
411 (*movdi_vfp_cortexa8): Likewise.
412 (*thumb2_movsf_vfp): Likewise.
413 (*thumb2_movdf_vfp): Likewise.
415 2013-05-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
417 * config/arm/t-rtems-eabi: Remove mthumb/march=armv7 multilib.
418 Add mthumb/march=armv7-a multilib.
419 Add mthumb/march=armv7-r multilib.
420 Add mthumb/march=armv7-a/mfpu=neon/mfloat-abi=hard multilib.
422 2013-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>
425 * config/v850/t-rtems: Add more multilibs.
427 2013-05-07 Michael Meissner <meissner@linux.vnet.ibm.com>
430 2013-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
433 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Use DFmode
434 to save TFmode registers and DImode to save TImode registers for
435 caller save operations.
436 (HARD_REGNO_CALL_PART_CLOBBERED): TFmode and TDmode do not need to
437 mark being partially clobbered since they only use the first
440 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): TFmode
441 and TDmode only use the upper 64-bits of each VSX register.
443 2013-05-03 Marek Polacek <polacek@redhat.com>
445 Backport from mainline
446 2013-04-25 Marek Polacek <polacek@redhat.com>
448 PR tree-optimization/57066
449 * builtins.c (fold_builtin_logb): Return +Inf for -Inf.
451 2013-04-30 Uros Bizjak <ubizjak@gmail.com>
453 Backport from mainline
454 2013-04-29 Uros Bizjak <ubizjak@gmail.com>
457 * config/i386/i386.md (*zero_extendsidi2_rex64): Add "!" to m->?*y
459 (*zero_extendsidi2): Ditto.
461 Backport from mainline
462 2013-04-29 Uros Bizjak <ubizjak@gmail.com>
465 * config/i386/i386.c (ix86_expand_vec_perm): Validize constant memory.
467 2013-04-29 Christian Bruel <christian.bruel@st.com>
470 * sh.md (tstsi_t_zero_extract_eq): Set mode for operand 0.
472 2013-04-27 Jakub Jelinek <jakub@redhat.com>
475 * config/i386/sse.md (xop_rotr<mode>3): Fix up computation of
476 the immediate rotate count.
478 2013-04-21 Eric Botcazou <ebotcazou@adacore.com>
480 * cfgexpand.c (avoid_complex_debug_insns): Fix C++ism.
482 2013-04-19 Matthias Klose <doko@ubuntu.com>
486 2013-04-01 Andrey Belevantsev <abel@ispras.ru>
488 Backport from mainline
489 2013-02-25 Andrey Belevantsev <abel@ispras.ru>
490 Alexander Monakov <amonakov@ispras.ru>
493 * sched-deps.c (sched_analyze_insn): When reg_pending_barrier,
494 flush pending lists also on non-jumps. Adjust comment.
497 2012-08-27 Maxim Kuvyrkov <maxim@codesourcery.com>
499 * sched-deps.c (add_dependence_list_and_free): Simplify.
500 (flush_pending_list_and_free): Fix a hack that was fixing a hack. Free
501 lists when add_dependence_list_and_free doesn't free them.
503 2013-04-19 Marek Polacek <polacek@redhat.com>
505 Backport from mainline
506 2013-01-08 Steven Bosscher <steven@gcc.gnu.org>
507 Jakub Jelinek <jakub@redhat.com>
509 PR tree-optimization/48189
510 * predict.c (predict_loops): If max is 0, don't call compare_tree_int.
511 If nitercst is 0, don't predict the exit edge.
513 2013-04-16 Jack Howarth <howarth@bromo.med.uc.edu>
515 Backport from mainline
516 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
517 * config/darwin.h (STARTFILE_SPEC): Use -no_new_main with -lgcrt1.o
519 (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10 and < 12.
522 2012-05-29 Jack Howarth <howarth@bromo.med.uc.edu>
524 * doc/tm.texi: Update.
525 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Add @hook.
526 * target.def (force_at_comp_dir): New hook.
527 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Define.
528 * dwarf2out.c (dwarf2out_finish): Check targetm.force_at_comp_dir.
530 2013-04-15 Eric Botcazou <ebotcazou@adacore.com>
533 * config/sparc/sparc.c (enum sparc_mode_class): Add H_MODE value.
534 (S_MODES): Set H_MODE bit.
535 (SF_MODES): Set only S_MODE and SF_MODE bits.
536 (DF_MODES): Set SF_MODES and only D_MODE and DF_MODE bits.
537 (sparc_init_modes) <MODE_INT>: Set H_MODE bit for sub-word modes.
538 <MODE_VECTOR_INT>: Do not set SF_MODE for sub-word modes.
539 <MODE_FLOAT>: Likewise.
541 2013-04-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
543 Backport from mainline:
544 2013-04-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
547 * config/pa/pa.c (legitimize_pic_address): Before incrementing label
548 nuses, make sure we have a label.
550 2013-04-11 Richard Biener <rguenther@suse.de>
552 * BASE-VER: Set to 4.7.4.
553 * DEV-PHASE: Set to prerelease.
555 2013-04-11 Release Manager
557 * GCC 4.7.3 released.
559 2013-04-10 David S. Miller <davem@davemloft.net>
561 * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=supersparc
564 2013-04-05 Eric Botcazou <ebotcazou@adacore.com>
568 2013-04-01 Andrey Belevantsev <abel@ispras.ru>
570 Backport from mainline
571 2013-02-25 Andrey Belevantsev <abel@ispras.ru>
572 Alexander Monakov <amonakov@ispras.ru>
575 * sched-deps.c (sched_analyze_insn): When reg_pending_barrier,
576 flush pending lists also on non-jumps. Adjust comment.
578 2013-04-03 Richard Biener <rguenther@suse.de>
580 PR tree-optimization/56501
581 * tree-switch-conversion.c (check_process_case): Properly
582 handle !single_succ_p case.
584 2013-04-03 Jakub Jelinek <jakub@redhat.com>
586 Backported from mainline
587 2013-03-06 Jakub Jelinek <jakub@redhat.com>
589 PR tree-optimization/56539
590 * tree-tailcall.c (adjust_return_value_with_ops): Use GSI_SAME_STMT
591 instead of GSI_CONTINUE_LINKING as last argument to
592 force_gimple_operand_gsi. Adjust function comment.
594 2013-03-05 Jakub Jelinek <jakub@redhat.com>
597 * cfgexpand.c (expand_debug_parm_decl): Call copy_rtx on incoming.
598 (avoid_complex_debug_insns): New function.
599 (expand_debug_locations): Call it.
601 2013-04-02 Wei Mi <wmi@google.com>
603 * config/i386/i386.c (ix86_rtx_costs): Set proper rtx cost for
604 ashl<mode>3_mask, *<shift_insn><mode>3_mask and
605 *<rotate_insn><mode>3_mask in i386.md.
607 2013-04-02 Richard Biener <rguenther@suse.de>
610 Backport from mainline
611 2012-05-16 Richard Guenther <rguenther@suse.de>
613 * tree-inline.c (declare_return_variable): Properly handle
614 DECL_BY_REFERENCE return vars in SSA form.
616 2013-04-01 Wei Mi <wmi@google.com>
618 * config/i386/i386.md (*ashl<mode>3_mask): Rewrite as define_insn.
619 Truncate operand 2 using %b asm operand modifier.
620 (*<shift_insn><mode>3_mask): Ditto.
621 (*<rotate_insn><mode>3_mask): Ditto.
623 2013-04-01 Uros Bizjak <ubizjak@gmail.com>
625 * config/i386/i386.md (*movsf_internal): Change type of
626 alternatives 3,4 to imov.
628 2013-04-01 Andrey Belevantsev <abel@ispras.ru>
630 Backport from mainline
631 2013-02-27 Andrey Belevantsev <abel@ispras.ru>
634 * sel-sched-ir.c (merge_expr): Also change vinsn of merged expr
635 when the may_trap_p bit of the exprs being merged differs.
636 Reorder tests for speculativeness in the logical and operator.
638 Backport from mainline
639 2013-03-05 Jakub Jelinek <jakub@redhat.com>
642 * sel-sched-ir.c (free_sched_pools): Release
643 succs_info_pool.stack[succs_info_pool.max_top] vectors too
644 if succs_info_pool.max_top isn't -1.
646 2013-04-01 Andrey Belevantsev <abel@ispras.ru>
648 Backport from mainline
649 2012-02-19 Andrey Belevantsev <abel@ispras.ru>
652 * sel-sched.c: Include ira.h.
653 (implicit_clobber_conflict_p): New function.
654 (moveup_expr): Use it.
655 * Makefile.in (sel-sched.o): Depend on ira.h.
657 2013-04-01 Andrey Belevantsev <abel@ispras.ru>
659 Backport from mainline
660 2013-02-25 Andrey Belevantsev <abel@ispras.ru>
661 Alexander Monakov <amonakov@ispras.ru>
664 * sched-deps.c (sched_analyze_insn): When reg_pending_barrier,
665 flush pending lists also on non-jumps. Adjust comment.
667 2013-03-30 Gerald Pfeifer <gerald@pfeifer.com>
669 * doc/invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
670 * doc/extend.texi (Named Address Spaces): Ditto.
671 (Variable Attributes): Ditto.
673 2013-03-28 Eric Botcazou <ebotcazou@adacore.com>
675 * toplev.c (process_options): Do not disable -fomit-frame-pointer on a
676 general basis if unwind info is requested and ACCUMULATE_OUTGOING_ARGS
679 2013-03-27 Walter Lee <walt@tilera.com>
681 Backport from mainline:
682 2013-03-27 Walter Lee <walt@tilera.com>
684 * config/tilegx/tilegx.c (tilegx_expand_prologue): Avoid
685 double-decrement of next_scratch_regno.
687 2013-03-27 Walter Lee <walt@tilera.com>
689 Backport from mainline:
690 2013-03-27 Walter Lee <walt@tilera.com>
692 * config/tilegx/tilegx.md (insn_v1mulu): Fix predicates on
694 (insn_v1mulus): Ditto.
695 (insn_v2muls): Ditto.
697 2013-03-27 Walter Lee <walt@tilera.com>
699 Backport from mainline:
700 2013-03-27 Walter Lee <walt@tilera.com>
702 * config/tilegx/tilegx.h (ASM_OUTPUT_ADDR_VEC_ELT): Delete
704 (ASM_OUTPUT_ADDR_DIFF_ELT): Ditto.
706 2013-03-27 Walter Lee <walt@tilera.com>
708 Backport from mainline:
709 2013-03-27 Walter Lee <walt@tilera.com>
711 * config/tilegx/tilegx.md (*sibcall_insn): Fix type atribute
713 (*sibcall_value): Ditto.
715 2013-03-27 Walter Lee <walt@tilera.com>
717 Backport from mainline:
718 2013-03-27 Walter Lee <walt@tilera.com>
720 * config/tilegx/tilegx.md (insn_mnz_<mode>): Replaced by ...
721 (insn_mnz_v8qi): ... this ...
722 (insn_mnz_v4hi): ... and this. Replace (const_int 0) with the
724 (insn_v<n>mnz): Replaced by ...
725 (insn_v1mnz): ... this ...
726 (insn_v2mnz): ... and this. Replace (const_int 0) with the vector
728 (insn_mz_<mode>): Replaced by ...
729 (insn_mz_v8qi): ... this ...
730 (insn_mz_v4hi): ... and this. Replace (const_int 0) with the
732 (insn_v<n>mz): Replaced by ...
733 (insn_v1mz): ... this ...
734 (insn_v2mz): ... and this. Replace (const_int 0) with the vector
737 2013-03-26 Eric Botcazou <ebotcazou@adacore.com>
739 * doc/invoke.texi (SPARC options): Remove -mlittle-endian.
741 2013-03-26 Richard Biener <rguenther@suse.de>
743 Backport from mainline:
744 2013-03-13 Richard Biener <rguenther@suse.de>
746 PR tree-optimization/56608
747 * tree-vect-slp.c (vect_schedule_slp): Do not remove scalar
748 calls when vectorizing basic-blocks.
750 2013-03-05 Richard Biener <rguenther@suse.de>
752 PR tree-optimization/56270
753 * tree-vect-slp.c (vect_schedule_slp): Clear vectorized stmts
754 of loads after scheduling an SLP instance.
756 2013-03-26 Walter Lee <walt@tilera.com>
758 Backport from mainline:
759 2013-03-26 Walter Lee <walt@tilera.com>
761 * config/tilegx/tilegx.h (PROFILE_BEFORE_PROLOGUE): Define.
762 * config/tilegx/tilepro.h (PROFILE_BEFORE_PROLOGUE): Define.
764 2013-03-26 Walter Lee <walt@tilera.com>
766 Backport from mainline:
767 2013-03-25 Walter Lee <walt@tilera.com>
769 * config/tilegx/tilegx-builtins.h (enum tilegx_builtin): Add
770 TILEGX_INSN_SHUFFLEBYTES1.
771 * config/tilegx/tilegx.c (tilegx_builtin_info): Add entry for
773 (tilegx_builtins): Ditto.
774 * config/tilegx/tilegx.md (insn_shufflebytes1): New pattern.
776 2013-03-26 Walter Lee <walt@tilera.com>
778 Backport from mainline:
779 2013-03-25 Walter Lee <walt@tilera.com>
781 * config/tilegx/tilegx.c (expand_set_cint64_one_inst): Inline
782 tests for constraint J, K, N, P.
784 2013-03-26 Walter Lee <walt@tilera.com>
786 Backport from mainline:
787 2013-03-25 Walter Lee <walt@tilera.com>
789 * config/tilegx/tilegx.c (tilegx_asm_preferred_eh_data_format):
790 Use indirect/pcrel encoding.
791 * config/tilepro/tilepro.c (tilepro_asm_preferred_eh_data_format):
794 2013-03-25 Oleg Endo <olegendo@gcc.gnu.org>
796 Backport from mainline:
797 2013-03-13 Oleg Endo <olegendo@gcc.gnu.org>
798 2013-03-14 Kaz Kojima <kkojima@gcc.gnu.org>
801 * config/sh/sh.opt (FPU_SINGLE_ONLY): New mask.
802 (musermode): Convert to Var(TARGET_USERMODE).
803 * config/sh/sh.h (SELECT_SH2A_SINGLE_ONLY, SELECT_SH4_SINGLE_ONLY,
804 MASK_ARCH): Add MASK_FPU_SINGLE_ONLY.
805 * config/sh/sh.c (sh_option_override): Use
806 TARGET_FPU_DOUBLE || TARGET_FPU_SINGLE_ONLY for call-fp case.
807 * config/sh/sh.md (udivsi3_i1, divsi3_i1): Remove ! TARGET_SH4
809 (udivsi3_i4, divsi3_i4): Use TARGET_FPU_DOUBLE condition instead of
811 (udivsi3_i4_single, divsi3_i4_single): Use
812 TARGET_FPU_SINGLE_ONLY || TARGET_FPU_DOUBLE instead of TARGET_HARD_SH4.
813 * config/sh/linux.h (TARGET_DEFAULT): Remove MASK_USERMODE.
814 (SUBTARGET_OVERRIDE_OPTIONS): Set TARGET_USERMODE as default.
815 * config/sh/netbsd-elf.h (TARGET_DEFAULT): Remove MASK_USERMODE.
816 (SUBTARGET_OVERRIDE_OPTIONS): New.
818 2013-03-25 Oleg Endo <olegendo@gcc.gnu.org>
820 Backport from mainline:
821 2012-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
823 * config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
824 to m2a-single instead of m2e.
826 2013-03-22 H.J. Lu <hongjiu.lu@intel.com>
829 * config/i386/i386.h (ix86_args): Define only if USED_FOR_TARGET
832 2013-03-22 H.J. Lu <hongjiu.lu@intel.com>
835 * config/i386/i386.c (init_cumulative_args): Also set
836 cum->callee_return_avx256_p.
837 (ix86_function_arg): Set cum->callee_pass_avx256_p. Set
838 cfun->machine->callee_pass_avx256_p only when MODE == VOIDmode.
840 * config/i386/i386.h (ix86_args): Add callee_pass_avx256_p and
841 callee_return_avx256_p.
843 2013-03-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
845 Backport from mainline:
846 2012-12-04 Ian Lance Taylor <iant@google.com>
848 * godump.c (find_dummy_types): Output a dummy type if we couldn't
849 output the real type.
851 2013-03-20 Jack Howarth <howarth@bromo.med.uc.edu>
854 * doc/generic.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
855 (PLUS_EXPR): Likewise.
856 * doc/cppopts.texi (--help): Likewise.
857 * doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise.
858 (-fdump-rtl-cprop_hardreg): Likewise.
859 (-fdump-rtl-csa): Likewise.
860 (-fdump-rtl-dce): Likewise.
861 (-fdump-rtl-dbr): Likewise.
862 (-fdump-rtl-into_cfglayout): Likewise.
863 (-fdump-rtl-outof_cfglayout): Likewise.
865 2013-03-18 Richard Earnshaw <rearnsha@arm.com>
868 * config/arm/arm.c (shift_op): Validate RTL pattern on the fly.
869 (arm_print_operand, case 'S'): Don't use shift_operator to validate
872 2013-03-14 Seth LaForge <sethml@google.com>
875 Backport from mainline
876 2012-10-22 Julian Brown <julian@codesourcery.com>
878 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Avoid subreg'ing
879 VFP D registers in big-endian mode.
881 2013-03-08 Joey Ye <joey.ye@arm.com>
883 Backport from mainline
884 2013-03-06 Joey Ye <joey.ye@arm.com>
887 * gcc.c (convert_white_space): New function.
888 (main): Handles white space in function name.
890 2013-03-06 Oleg Endo <olegendo@gcc.gnu.org>
892 Backport from mainline
893 2013-03-06 Oleg Endo <olegendo@gcc.gnu.org>
896 * config/sh/sh.c (sh_option_override): Check for TARGET_DYNSHIFT
897 instead of TARGET_SH2 for call-table case. Do not set sh_div_strategy
898 to SH_DIV_CALL_TABLE for TARGET_SH2.
899 * config.gcc (sh_multilibs): Add m2 and m2a to sh*-*-linux* multilib
901 * doc/invoke.texi (SH options): Use table for mdiv= option. Document
902 mdiv= call-div1, call-fp, call-table options.
904 2013-03-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
906 * config.gcc (arm*-*-rtemself*): New.
907 (arm*-*-rtems*): Removed.
908 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename
909 "arm*-*-rtemseabi*" to "arm*-*-rtems*".
911 2013-03-01 Richard Biener <rguenther@suse.de>
913 Backport from mainline
914 2012-12-12 Zdenek Dvorak <ook@ucw.cz>
916 PR tree-optimization/55481
917 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fall
918 back to general rewriting if we cannot leave an original biv
921 2013-03-01 Richard Biener <rguenther@suse.de>
923 Backport from mainline
924 2012-04-10 Richard Guenther <rguenther@suse.de>
927 * gimple-low.c (gimple_check_call_args): Properly account for
928 compatible aggregate types.
930 2013-02-26 Nick Clifton <nickc@redhat.com>
933 Import this patch from the mainline:
935 2012-08-17 Nick Clifton <nickc@redhat.com>
937 * config/fr30/fr30.md (cbranchsi4): Remove mode from comparison.
938 (branch_true): Likewise.
939 (branch_false): Likewise.
941 2013-02-26 Jakub Jelinek <jakub@redhat.com>
943 PR tree-optimization/56443
944 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): For
945 overaligned types, pass TYPE_UNSIGNED (scalar_type) as second argument
946 to type_for_mode langhook.
948 2013-02-21 Jakub Jelinek <jakub@redhat.com>
951 * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
954 2013-02-19 Jakub Jelinek <jakub@redhat.com>
956 Backported from mainline
957 2013-02-19 Jakub Jelinek <jakub@redhat.com>
959 PR tree-optimization/56350
960 * tree-vect-loop.c (vectorizable_reduction): If orig_stmt, return false
961 if haven't found reduction or nested cycle operand, rather than
962 asserting we must find it.
964 PR tree-optimization/56381
965 * tree-ssa-pre.c (create_expression_by_pieces): Fix up last argument
968 2013-02-08 Jakub Jelinek <jakub@redhat.com>
970 PR tree-optimization/56250
971 * fold-const.c (extract_muldiv_1) <case NEGATE_EXPR>: Don't optimize
972 if type is unsigned and code isn't MULT_EXPR.
974 2013-02-06 Jakub Jelinek <jakub@redhat.com>
977 * omp-low.c (use_pointer_for_field): Return false if
978 lower_send_shared_vars doesn't generate any copy-out code.
980 2012-11-27 Jakub Jelinek <jakub@redhat.com>
982 PR tree-optimization/55110
983 * tree-vect-loop.c (vectorizable_reduction): Don't assert
984 that STMT_VINFO_RELATED_STMT of orig_stmt is stmt.
986 2013-02-18 Richard Biener <rguenther@suse.de>
989 2013-02-04 Richard Biener <rguenther@suse.de>
991 Backport from mainline
992 2012-07-04 Richard Guenther <rguenther@suse.de>
994 PR tree-optimization/53844
995 * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
996 the loop virtual PHI.
998 2013-02-13 David S. Miller <davem@davemloft.net>
1000 * expmed.c (expand_shift_1): Only strip scalar integer subregs.
1002 2013-02-11 Uros Bizjak <ubizjak@gmail.com>
1004 Backport from mainline
1005 2013-02-11 Uros Bizjak <ubizjak@gmail.com>
1007 PR rtl-optimization/56275
1008 * simplify-rtx.c (avoid_constant_pool_reference): Check that
1009 offset is non-negative and less than cmode size before
1010 calling simplify_subreg.
1012 2013-02-09 Uros Bizjak <ubizjak@gmail.com>
1014 Backport from mainline
1015 2013-02-08 Uros Bizjak <ubizjak@gmail.com>
1017 * config/i386/sse.md (FMAMODEM): New mode iterator.
1018 (fma<mode>4, fms<mode>4, fnma<mode>4, fnms<mode>4): Use FMAMODEM
1019 mode iterator. Do not use TARGET_SSE_MATH in insn constraint.
1021 2013-02-08 Uros Bizjak <ubizjak@gmail.com>
1023 * config/i386/gnu-user.h (TARGET_CAN_SPLIT_STACK): Define only
1024 when HAVE_GAS_CFI_PERSONALITY_DIRECTIVE is set.
1025 * config/i386/gnu-user64.h (TARGET_CAN_SPLIT_STACK): Ditto.
1027 2013-02-08 Michael Meissner <meissner@linux.vnet.ibm.com>
1029 Backport from mainline
1030 2013-02-08 Michael Meissner <meissner@linux.vnet.ibm.com>
1033 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass):
1034 If there is no implicit builtin declaration, just return NULL.
1036 2013-02-08 David Edelsohn <dje.gcc@gmail.com>
1037 Michael Meissner <meissner@linux.vnet.ibm.com>
1039 Backport from mainline
1040 * config/rs6000/rs6000.c (rs6000_option_override_internal): Clear
1041 MASK_VSX from set_masks if OS_MISSING_ALTIVEC.
1043 2013-02-07 David S. Miller <davem@davemloft.net>
1045 * dwarf2out.c (based_loc_descr): Perform leaf register remapping
1047 * var-tracking.c (vt_add_function_parameter): Test the presence of
1048 HAVE_window_save properly and do not remap argument registers when
1049 we have a leaf function.
1051 2013-02-07 Uros Bizjak <ubizjak@gmail.com>
1053 Backport from mainline
1054 2013-02-07 Uros Bizjak <ubizjak@gmail.com>
1057 * ggc-page.c (ggc_print_statistics): Use HOST_LONG_LONG_FORMAT
1059 * config/i386/i386.c (ix86_print_operand): Ditto.
1061 2013-02-07 Alan Modra <amodra@gmail.com>
1064 * config/rs6000/rs6000.c (rs6000_savres_strategy): When using
1065 static chain, set REST_INLINE_FPRS too.
1067 2013-02-06 David Edelsohn <dje.gcc@gmail.com>
1069 Backport from mainline
1070 2013-01-25 Michael Haubenwallner <michael.haubenwallner@salomon.at>
1072 * configure.ac (gcc_cv_ld_static_dynamic): Define for AIX native ld.
1073 * configure: Regenerate.
1075 2013-02-05 David Edelsohn <dje.gcc@gmail.com>
1077 Backport from mainline
1078 2013-02-03 David Edelsohn <dje.gcc@gmail.com>
1079 Andrew Dixie <andrewd@gentrack.com>
1081 * collect2.c (GCC_CHECK_HDR): Do not scan objects with F_LOADONLY
1084 2013-02-05 Richard Biener <rguenther@suse.de>
1086 Backport from mainline
1087 2012-12-10 Richard Biener <rguenther@suse.de>
1089 PR tree-optimization/55107
1090 * tree-ssa-pre.c (struct pre_stats): Remove constified field.
1091 (bitmap_set_replace_value): Add gcc_unreachable.
1092 (do_regular_insertion): Re-write all_same handling. Insert
1093 an assignment instead of a PHI in this case.
1094 (execute_pre): Do not record constified events.
1096 2013-02-05 Richard Biener <rguenther@suse.de>
1098 PR tree-optimization/54767
1099 * tree-vrp.c (vrp_visit_phi_node): For PHI arguments coming via
1100 backedges drop all symbolical range information.
1101 (execute_vrp): Compute backedges.
1103 2013-02-04 Richard Biener <rguenther@suse.de>
1105 Backport from mainline
1106 2012-01-11 Richard Guenther <rguenther@suse.de>
1108 PR tree-optimization/44061
1109 * tree-vrp.c (extract_range_basic): Compute zero as
1110 value-range for __builtin_constant_p of function parameters.
1112 2013-01-08 Jakub Jelinek <jakub@redhat.com>
1115 * tree-ssa-ccp.c (evaluate_stmt): Use gimple_call_builtin_class_p.
1117 2013-02-04 Richard Biener <rguenther@suse.de>
1119 Backport from mainline
1120 2012-07-04 Richard Guenther <rguenther@suse.de>
1122 PR tree-optimization/53844
1123 * tree-ssa-dse.c (dse_possible_dead_store_p): Properly handle
1124 the loop virtual PHI.
1126 2012-12-13 Richard Biener <rguenther@suse.de>
1129 * tree-streamer.c (record_common_node): Check that we are not
1130 recursively pre-loading nodes we want to skip. Handle
1131 char_type_node appearing as part of va_list_type_node.
1133 2013-02-04 Richard Biener <rguenther@suse.de>
1136 * gimple.h (gimple_call_builtin_class_p): New function.
1137 * gimple.c (validate_call): New function.
1138 (gimple_call_builtin_class_p): Likewise.
1139 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
1140 Use gimple_call_builtin_class_p.
1141 (find_func_clobbers): Likewise.
1142 * tree-ssa-strlen.c (adjust_last_stmt): Likewise.
1143 (strlen_optimize_stmt): Likewise.
1145 2013-02-01 Jakub Jelinek <jakub@redhat.com>
1147 Backported from mainline
1148 2013-01-28 Jakub Jelinek <jakub@redhat.com>
1150 PR tree-optimization/56125
1151 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Don't optimize
1152 pow(x,c) into sqrt(x) * powi(x, n/2) or
1153 1.0 / (sqrt(x) * powi(x, abs(n/2))) if c is an integer or when
1154 optimizing for size.
1155 Don't optimize pow(x,c) into powi(x, n/3) * powi(cbrt(x), n%3) or
1156 1.0 / (powi(x, abs(n)/3) * powi(cbrt(x), abs(n)%3)) if 2c is an
1159 2013-01-25 Jakub Jelinek <jakub@redhat.com>
1161 PR tree-optimization/56098
1162 * tree-ssa-phiopt.c (nt_init_block): Don't call add_or_mark_expr
1163 for stmts with volatile ops.
1164 (cond_store_replacement): Don't optimize if assign has volatile ops.
1165 (cond_if_else_store_replacement_1): Don't optimize if either
1166 then_assign or else_assign have volatile ops.
1168 2013-01-23 Jakub Jelinek <jakub@redhat.com>
1171 * config/arm/arm.md (cbranchdi4, cstoredi4): Use s_register_operand
1172 instead of cmpdi_operand for first comparison operand.
1173 Don't assert that comparison operands aren't both constants.
1175 2013-01-21 Jakub Jelinek <jakub@redhat.com>
1177 PR tree-optimization/56051
1178 * fold-const.c (fold_binary_loc): Don't fold
1179 X < (cast) (1 << Y) into (X >> Y) != 0 if cast is either
1180 a narrowing conversion, or widening conversion from signed
1183 2013-01-18 Jakub Jelinek <jakub@redhat.com>
1186 * expr.c (expand_expr_real_2) <case COMPLEX_EXPR>: Handle
1187 the case where writing real complex part of target modifies
1190 2013-01-15 Jakub Jelinek <jakub@redhat.com>
1193 * function.c (thread_prologue_and_epilogue_insns): Always
1194 add crtl->drap_reg to set_up_by_prologue.set, even if
1195 stack_realign_drap is false.
1197 2013-01-10 Jakub Jelinek <jakub@redhat.com>
1199 PR tree-optimization/55921
1200 * tree-complex.c (expand_complex_asm): New function.
1201 (expand_complex_operations_1): Call it for GIMPLE_ASM.
1203 2013-01-03 Jakub Jelinek <jakub@redhat.com>
1205 PR rtl-optimization/55838
1206 * loop-iv.c (iv_number_of_iterations): Call lowpart_subreg on
1207 iv0.step, iv1.step and step.
1209 2012-11-23 Jakub Jelinek <jakub@redhat.com>
1212 * Makefile.in (gimple-low.o): Depend on langhooks.h.
1213 * gimple-low.c: Include langhooks.c.
1214 (block_may_fallthru): Handle TARGET_EXPR and ERROR_MARK,
1215 by default call lang_hooks.block_may_fallthru.
1216 * langhooks.h (struct lang_hooks): Add block_may_fallthru
1218 * langhooks-def.h (LANG_HOOKS_BLOCK_MAY_FALLTHRU): Define.
1219 (LANG_HOOKS_INITIALIZER): Use it.
1221 2012-11-20 Jakub Jelinek <jakub@redhat.com>
1224 * builtins.c (expand_builtin_trap): Add REG_ARGS_SIZE note
1225 on the trap insn for !ACCUMULATE_OUTGOING_ARGS.
1226 * cfgcleanup.c (outgoing_edges_match): Don't look at debug insns
1227 on the first old_insns_match_p call. For !ACCUMULATE_OUTGOING_ARGS
1228 fail if the last real insn doesn't have REG_ARGS_SIZE note.
1230 2012-11-17 Jakub Jelinek <jakub@redhat.com>
1232 PR tree-optimization/55236
1233 * fold-const.c (make_range_step) <case NEGATE_EXPR>: For -fwrapv
1234 and signed ARG0_TYPE, force low and high to be non-NULL.
1236 2012-11-13 Jakub Jelinek <jakub@redhat.com>
1238 PR rtl-optimization/54127
1239 * cfgrtl.c (force_nonfallthru_and_redirect): When redirecting
1240 asm goto labels from BB_HEAD (e->dest) to target bb, decrement
1241 LABEL_NUSES of BB_HEAD (e->dest) and increment LABEL_NUSES of
1242 BB_HEAD (target) appropriately and adjust JUMP_LABEL and/or
1243 REG_LABEL_TARGET and REG_LABEL_OPERAND.
1245 2013-02-01 Eric Botcazou <ebotcazou@adacore.com>
1247 * fold-const.c (make_range_step) <TRUTH_NOT_EXPR>: Bail out if the
1248 range isn't testing for zero.
1250 2013-01-29 Richard Biener <rguenther@suse.de>
1252 PR tree-optimization/56113
1253 * tree-ssa-structalias.c (equiv_class_lookup): Also return
1255 (label_visit): Free duplicate bitmaps and record the leader instead.
1256 (perform_var_substitution): Adjust.
1258 2013-01-28 Serowk <serowk@yandex.ru>
1261 * config/arm/arm.c (arm_expand_binop_builtin): Add new parameter.
1262 Fix mode checks to allow for the passing of constants in the
1264 (arm_expand_builtin): Adjust calls to arm_expand_binop_builtin.
1265 Add entries in the switch statement for builtin iwmmxt vector
1266 shift and rotate builtins.
1268 2013-01-27 Uros Bizjak <ubizjak@gmail.com>
1270 Backport from mainline
1271 2013-01-27 Uros Bizjak <ubizjak@gmail.com>
1274 * config/i386/i386.md (*movabs<mode>_1): Add square brackets around
1275 operand 0 in movabs insn template for -masm=intel asm alternative.
1276 (*movabs<mode>_2): Ditto for operand 1.
1278 2013-01-27 Uros Bizjak <ubizjak@gmail.com>
1280 Backport from mainline
1281 2013-01-22 Uros Bizjak <ubizjak@gmail.com>
1284 * config/i386/i386.md (*movti_internal_rex64): Change (o,riF)
1285 alternative to (o,r).
1286 (*movdi_internal_rex64): Remove (!o,n) alternative.
1287 (DImode immediate->memory splitter): Remove.
1288 (DImode immediate->memory peephole2): Remove.
1289 (movtf): Enable for TARGET_64BIT || TARGET_SSE.
1290 (*movtf_internal_rex64): Rename from *movtf_internal. Change (!o,F*r)
1291 alternative to (!o,*r).
1292 (*movtf_internal_sse): New pattern.
1293 (*movxf_internal_rex64): New pattern.
1294 (*movxf_internal): Disable for TARGET_64BIT.
1295 (*movdf_internal_rex64): Remove (!o,F) alternative.
1297 2013-01-23 Uros Bizjak <ubizjak@gmail.com>
1299 * config/i386/i386.md (*movdf_internal_rex64): Disparage alternatives
1300 involving stack registers slightly.
1302 2013-01-24 Uros Bizjak <ubizjak@gmail.com>
1304 * config/i386/constraints.md (Yf): New constraint.
1305 * config/i386/i386.md (*movdf_internal_rex64): Use Yf*f instead
1306 of f constraint to conditionaly disable x87 register preferences.
1307 (*movdf_internal): Ditto.
1308 (*movsf_internal): Ditto.
1310 2012-01-24 Uros Bizjak <ubizjak@gmail.com>
1312 * config/i386/i386.md (*movti_internal_rex64): Add (o,e) alternative.
1313 (*movtf_internal_rex64): Add (!o,C) alternative
1314 (*movxf_internal_rex64): Ditto.
1315 (*movdf_internal_rex64): Add (?r,C) and (?m,C) alternatives.
1317 2013-01-25 Georg-Johann Lay <avr@gjlay.de>
1319 * doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
1321 2013-01-24 Martin Jambor <mjambor@suse.cz>
1323 Backport from mainline
1324 2013-01-04 Martin Jambor <mjambor@suse.cz>
1326 PR tree-optimization/55755
1327 * tree-sra.c (sra_modify_assign): Do not check that an access has no
1328 children when trying to avoid producing a VIEW_CONVERT_EXPR.
1330 2013-01-21 Uros Bizjak <ubizjak@gmail.com>
1332 Backport from mainline
1333 2013-01-21 Uros Bizjak <ubizjak@gmail.com>
1335 * config/i386/i386.md (enabled): Do not disable fma4 for TARGET_FMA.
1337 2013-01-21 Uros Bizjak <ubizjak@gmail.com>
1339 PR rtl-optimization/56023
1340 * haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
1341 dependent on debug instruction.
1343 2013-01-21 Martin Jambor <mjambor@suse.cz>
1345 Backport from mainline
1346 2013-01-17 Martin Jambor <mjambor@suse.cz>
1348 PR tree-optimizations/55264
1349 * cgraph.c (cgraph_create_virtual_clone): Mark clones as non-virtual.
1350 * cgraph.h (cgraph_only_called_directly_p_or_aliased_p): Return false
1351 for virtual functions.
1352 * ipa-inline-transform.c (can_remove_node_now_p_1): Never return true
1353 for virtual methods.
1354 * ipa.c (cgraph_remove_unreachable_nodes): Never return true for
1355 virtual methods before inlining is over.
1357 2013-01-17 Uros Bizjak <ubizjak@gmail.com>
1359 Backport from mainline
1360 2012-01-17 Uros Bizjak <ubizjak@gmail.com>
1363 * config/i386/sync.md (atomic_store<mode>): Generate SWImode
1364 store through atomic_store<mode>_1.
1365 (atomic_store<mode>_1): Macroize insn using SWI mode iterator.
1367 2013-01-16 Richard Biener <rguenther@suse.de>
1370 * emit-rtl.c (set_mem_attributes_minus_bitpos): Correctly
1371 account for bitpos when computing alignment.
1373 2013-01-14 Georg-Johann Lay <avr@gjlay.de>
1375 Backport from 2013-01-14 trunk r195169.
1378 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Define __FLASH
1379 etc. to 1 and not to __flash.
1380 Use LL suffix for __INT24_MAX__ with -mint8.
1381 Use ULL suffix for __UINT24_MAX__ with -mint8.
1383 2013-01-14 Matthias Klose <doko@ubuntu.com>
1385 * doc/invoke.texi: Document -print-multiarch.
1386 * doc/install.texi: Document --enable-multiarch.
1387 * doc/fragments.texi: Document MULTILIB_OSDIRNAMES, MULTIARCH_DIRNAME.
1388 * configure.ac: Add --enable-multiarch option.
1389 Substitute with_cpu, with_float.
1390 * configure: Regenerate.
1391 * Makefile.in (s-mlib): Pass MULTIARCH_DIRNAME to genmultilib.
1392 enable_multiarch, with_cpu, with_float: New macros.
1393 if_multiarch: New macro, define in terms of enable_multiarch.
1394 * genmultilib: Add new argument for the multiarch name.
1395 * gcc.c (multiarch_dir): Define.
1396 (for_each_path): Search for multiarch suffixes.
1397 (driver_handle_option): Handle multiarch option.
1398 (do_spec_1): Pass -imultiarch if defined.
1399 (main): Print multiarch.
1400 (set_multilib_dir): Separate multilib and multiarch names
1401 from multilib_select.
1402 (print_multilib_info): Ignore multiarch names in multilib_select.
1403 * incpath.c (add_standard_paths): Search the multiarch include dirs.
1404 * cppdefault.h (default_include): Document multiarch in multilib
1406 * cppdefault.c: [LOCAL_INCLUDE_DIR, STANDARD_INCLUDE_DIR] Add an
1407 include directory for multiarch directories.
1408 * common.opt: New options --print-multiarch and -imultilib.
1410 * config.gcc <i[34567]86-*-linux* | x86_64-*-linux*> (tmake_file):
1411 Include i386/t-linux.
1412 <i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu> (tmake_file):
1413 Include i386/t-kfreebsd.
1414 <i[34567]86-*-gnu*> (tmake_file): Include i386/t-gnu.
1415 * config/i386/t-linux64: Add multiarch names in
1416 MULTILIB_OSDIRNAMES, define MULTIARCH_DIRNAME.
1417 * config/i386/t-gnu: New file.
1418 * config/i386/t-kfreebsd: Likewise.
1419 * config/i386/t-linux: Likewise.
1421 * config/sparc/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
1422 * config/sparc/t-linux: New file; define MULTIARCH_DIRNAME.
1423 * config.gcc <sparc-*-linux*> (tmake_file): Include sparc/t-linux
1424 for 32bit non-biarch configurations.
1426 * config/pa/t-linux: New file; define MULTIARCH_DIRNAME.
1427 * config.gcc <hppa*64*-*-linux*, hppa*-*-linux*> (tmake_file):
1430 * config/mips/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
1432 * config/arm/t-linux-eabi: Define MULTIARCH_DIRNAME for linux target.
1434 * config/rs6000/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
1435 * config/rs6000/t-linux: New file; define MULTIARCH_DIRNAME.
1436 * config/rs6000/t-fprules (SOFT_FLOAT_CPUS): New macro. Add e300c2
1438 (MULTILIB_MATCHES_FLOAT): Define in terms of SOFT_FLOAT_CPUS.
1439 * config.gcc <powerpc-*-linux* | powerpc64-*-linux*> (tmake_file):
1440 Include rs6000/t-linux for 32bit non-biarch configurations.
1442 * config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
1444 * config/m68k/t-linux: Define MULTIARCH_DIRNAME.
1446 * config/ia64/t-linux: New file; define MULTIARCH_DIRNAME.
1447 * config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux.
1449 * config/alpha/t-linux: New file; define MULTIARCH_DIRNAME.
1450 * config.gcc <alpha*-*-linux*> (tmake_file): Include alpha/t-linux.
1452 2013-01-14 Eric Botcazou <ebotcazou@adacore.com>
1454 * tree-vectorizer.h (vect_get_single_scalar_iteraion_cost): Fix typo.
1455 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Likewise.
1456 (vect_estimate_min_profitable_iter): Adjust to above fix.
1457 * tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost): Likewise.
1459 2013-01-11 Michael Meissner <meissner@linux.vnet.ibm.com>
1461 Backport from mainline
1462 2013-01-11 Michael Meissner <meissner@linux.vnet.ibm.com>
1464 * doc/extend.texi (X86 Built-in Functions): Add whitespace in
1465 __builtin_ia32_paddb256 and __builtin_ia32_pavgb256
1466 documentation. Add missing '__' in front of
1467 __builtin_ia32_packssdw256.
1469 2013-01-09 Uros Bizjak <ubizjak@gmail.com>
1471 Backport from mainline
1472 2013-01-09 Uros Bizjak <ubizjak@gmail.com>
1474 * config/i386/sse.md (*vec_interleave_highv2df): Change mode
1475 attribute of movddup insn to DF.
1476 (*vec_interleave_lowv2df): Ditto.
1477 (vec_dupv2df): Ditto.
1479 2013-01-07 Georg-Johann Lay <avr@gjlay.de>
1481 Backport from 2013-01-07 trunk r194991, r194992.
1484 * doc/extend.texi (AVR Named Address Spaces): __memx goes into
1487 * config/avr/avr.h (ADDR_SPACE_COUNT): New enum.
1488 (avr_addrspace_t): Add .section_name field.
1489 * config/avr/avr.c (progmem_section): Use ADDR_SPACE_COUNT as
1491 (avr_addrspace): Same. Initialize .section_name. Remove last
1492 NULL entry. Put __memx into .progmemx.data.
1493 (progmem_section_prefix): Remove.
1494 (avr_asm_init_sections): No need to initialize progmem_section.
1495 (avr_asm_named_section): Use avr_addrspace[].section_name to get
1496 section name prefix.
1497 (avr_asm_select_section): Ditto. And use get_unnamed_section to
1498 retrieve the progmem section.
1499 * avr-c.c (avr_cpu_cpp_builtins): Use ADDR_SPACE_COUNT as loop
1500 boundary to run over avr_addrspace[].
1501 (avr_register_target_pragmas): Ditto.
1503 2013-01-07 Georg-Johann Lay <avr@gjlay.de>
1505 Backport from 2013-01-07 trunk r194978.
1508 * doc/install.texi (Cross-Compiler-Specific Options): Document
1511 2013-01-07 Georg-Johann Lay <avr@gjlay.de>
1513 Backport from 2013-01-07 trunk r194968.
1516 * config/avr/t-avr: Don't automatically rebuild
1517 $(srcdir)/config/avr/t-multilib
1518 $(srcdir)/config/avr/avr-tables.opt
1519 (avr-mcus): New phony target to build them on request.
1520 (s-avr-mlib): Remove.
1521 * avr/avr-mcus.def: Adjust comments.
1523 2013-01-07 Terry Guo <terry.guo@arm.com>
1525 Backport from mainline
1526 2012-12-19 Terry Guo <terry.guo@arm.com>
1528 * config/arm/arm.c (thumb_find_work_register): Check argument
1529 register number based on current PCS.
1531 2013-01-06 Uros Bizjak <ubizjak@gmail.com>
1533 Backport from mainline
1534 2013-01-03 Uros Bizjak <ubizjak@gmail.com>
1537 * config/i386/i386-c.c (ix86_target_macros_internal): Depending on
1538 selected code model, define __code_mode_small__, __code_model_medium__,
1539 __code_model_large__, __code_model_32__ or __code_model_kernel__.
1540 * config/i386/cpuid.h (__cpuid, __cpuid_count) [__i386__]: Prefix
1541 xchg temporary register with %k. Declare temporary register as
1543 [__x86_64__]: For medium and large code models, preserve %rbx register.
1545 2013-01-03 Richard Henderson <rth@redhat.com>
1547 * config/i386/i386.c (ix86_expand_move): Always assign to op1
1548 after eliminating TLS symbols.
1550 2013-01-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1553 * config/pa/pa.md (movsi): Revert previous change.
1554 * config/pa/pa.c (pa_legitimate_constant_p): Reject all TLS symbol
1557 2013-01-02 Rainer Emrich <rainer@emrich-ebersheim.de>
1560 * graphite-dependences.c (hash_poly_ddr_p): Cast from pointer via
1563 2013-01-02 Jason Merrill <jason@redhat.com>
1566 * tree.c (build_array_type_1): Revert earlier change.
1568 2012-12-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1571 * config/pa/pa.md (movsi): Reject expansion of TLS symbol references
1572 after reload starts.
1574 2012-12-21 Martin Jambor <mjambor@suse.cz>
1576 PR tree-optimization/55355
1577 * tree-sra.c (type_internals_preclude_sra_p): Also check that
1578 bit_position is small enough to fit a single HOST_WIDE_INT.
1580 2012-12-21 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
1582 * config.gcc: Match arm*-*-uclinux*eabi* for EABI uCLinux.
1584 2012-12-18 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
1586 Backport from mainline
1587 2012-10-15 Matthias Klose <doko@ubuntu.com>
1589 * config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.
1590 * doc/install.texi: Use arm-*-*linux-* instead of arm-*-*linux-gnueabi.
1592 2012-12-16 Eric Botcazou <ebotcazou@adacore.com>
1593 Tomash Brechko <tomash.brechko@gmail.com>
1596 * config/sparc/sparc.c (sparc_emit_membar_for_model): Fix reversed
1597 handling of before and after cases.
1598 * config/sparc/sync.md (atomic_store): Fix pasto.
1600 2012-12-14 Yvan Roux <yvan.roux@linaro.org>
1602 * optabs.c (expand_atomic_store): Elide redundant model test.
1604 2012-12-13 Richard Henderson <rth@redhat.com>
1607 * optabs.c (expand_atomic_load): Emit acquire barrier after the load.
1609 2012-12-11 Eric Botcazou <ebotcazou@adacore.com>
1612 * config/sparc/sparc.md (tldo_stb_sp32): Fix pasto.
1613 (tldo_stb_sp64): Likewise.
1614 (tldo_sth_sp32): Likewise.
1615 (tldo_sth_sp64): Likewise.
1616 (tldo_stw_sp32): Likewise.
1617 (tldo_stw_sp64): Likewise.
1618 (tldo_stx_sp64): Likewise.
1620 2012-12-10 Kai Tietz <ktietz@redhat.com>
1623 * print-tree.c (print_node): Cast from pointer via uintptr_t.
1625 2012-12-07 Uros Bizjak <ubizjak@gmail.com>
1627 Backport from mainline
1628 2012-12-06 Uros Bizjak <ubizjak@gmail.com>
1629 H.J. Lu <hongjiu.lu@intel.com>
1632 * config/i386/i386.c (legitimize_tls_address): Zero-extend x to Pmode,
1633 before using it as insn or call equivalent.
1635 2012-12-06 Jason Merrill <jason@redhat.com>
1638 * tree.c (build_array_type_1): Re-layout if we found it in the
1641 2012-12-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1643 * config/pa/pa.md: Use "const_int 0" instead of match_test to simplify
1644 opaque cond in all call insns.
1646 2012-12-03 Eric Botcazou <ebotcazou@adacore.com>
1648 * config/ia64/ia64.c (ia64_compute_frame_size): Allocate the scratch
1649 area if the function allocates dynamic stack space.
1650 (ia64_initial_elimination_offset): Adjust offsets to above change.
1652 2012-12-03 Richard Biener <rguenther@suse.de>
1654 Backport from mainline
1655 2012-09-24 Richard Guenther <rguenther@suse.de>
1657 PR tree-optimization/53663
1658 * tree-ssa-sccvn.c (vn_reference_lookup_3): Conditional
1659 native encode/interpret translation on VN_WALKREWRITE.
1661 2012-12-03 Kai Tietz <ktietz@redhat.com>
1664 * ggc-common.c (POINTER_HASH): Cast from pointer via intptr_t.
1667 * tree-dump.c (dump_pointer): Print pointer via HOST_WIDE_INT_PRINT.
1670 * pointer-set.c (hash1): Cast from pointer via uintptr_t.
1672 2012-12-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1674 Backport from mainline:
1675 2012-11-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1678 * config/pa/pa.md (type): Add sibcall and sh_func_adrs insn types.
1679 (in_branch_delay): Don't allow sibcall or sh_func_adrs insns.
1680 (in_nullified_branch_delay): Likewise.
1681 (in_call_delay): Likewise.
1682 Define delay for sibcall insns. Adjust Z3 and Z4 insn reservations for
1683 new types. Add opaque cond to mark all calls, sibcalls, dyncalls and
1684 the $$sh_func_adrs call as variable. Update type of sibcalls and
1685 $$sh_func_adrs call.
1686 * config/pa/pa.c (pa_adjust_insn_length): Revise to return updated
1687 length instead of adjustment. Handle negative and undefined call
1688 adjustments for insn_default_length. Remove adjustment for millicode
1689 insn with unfilled delay slot.
1690 (pa_output_millicode_call): Update for revised millicode length.
1691 * config/pa/pa.h (ADJUST_INSN_LENGTH): Revise to set LENGTH.
1693 2012-11-29 Kai Tietz <ktietz@redhat.com>
1696 * prefix.c (lookup_key): Replace xmalloc/xrealloc
1697 use by XNEWVEC/XRESIZEVEC.
1699 * i386.c (get_scratch_register_on_entry): Handle
1700 thiscall-convention.
1701 (split_stack_prologue_scratch_regno): Likewise.
1702 (ix86_static_chain): Likewise.
1703 (x86_output_mi_thunk): Likewise.
1705 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1707 Backported from mainline
1708 2012-11-27 H.J. Lu <hongjiu.lu@intel.com>
1709 Markus Trippelsdorf <markus@trippelsdorf.de>
1712 * lto-opts.c (lto_write_options): Also handle
1713 OPT_SPECIAL_unknown, OPT_SPECIAL_ignore and
1714 OPT_SPECIAL_program_name.
1717 * lto-wrapper.c (merge_and_complain): Handle
1718 OPT_SPECIAL_unknown, OPT_SPECIAL_ignore,
1719 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
1721 2012-11-27 Paolo Bonzini <pbonzini@redhat.com>
1723 PR rtl-optimization/55489
1724 * gcse.c (compute_transp): Precompute a canonical version
1725 of XEXP (x, 0), and pass it to canon_true_dependence.
1727 2012-11-27 Richard Biener <rguenther@suse.de>
1730 * gimple-fold.c (gimplify_and_update_call_from_tree): Replace
1731 stmt with a NOP instead of removing it.
1733 2012-11-26 Richard Biener <rguenther@suse.de>
1735 Backport from mainline
1736 2012-10-19 Richard Biener <rguenther@suse.de>
1738 PR tree-optimization/54976
1739 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
1740 Robustify against odd inner_mode inputs.
1742 2012-10-12 Richard Biener <rguenther@suse.de>
1744 PR tree-optimization/54894
1745 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
1746 Handle over-aligned scalar types properly.
1748 2012-10-02 Richard Guenther <rguenther@suse.de>
1751 * tree-ssa-pre.c (do_pre): Make sure to update virtual SSA form before
1752 cleaning up the CFG.
1754 2012-11-21 Michael Meissner <meissner@linux.vnet.ibm.com>
1756 Backport from mainline
1757 2012-11-20 Michael Meissner <meissner@linux.vnet.ibm.com>
1759 * config/rs6000/rs6000.md (movdf_hardfloat32): Add a comment
1760 explaining the register ordering preferences.
1762 2012-11-19 Michael Meissner <meissner@linux.vnet.ibm.com>
1763 * config/rs6000/rs6000.md (movdf_hardfloat32): Reorder move
1764 constraints so that the traditional floating point loads, stores,
1765 and moves are done first, then the VSX loads, stores, and moves,
1766 and finally the GPR loads, stores, and moves so that reload
1767 chooses FPRs over GPRs, and uses the traditional load/store
1768 instructions which provide an offset.
1769 (movdf_hardfloat64): Likewise.
1771 2012-11-19 H.J. Lu <hongjiu.lu@intel.com>
1773 Backported from mainline
1774 2012-11-13 Eric Botcazou <ebotcazou@adacore.com>
1775 H.J. Lu <hongjiu.lu@intel.com>
1778 * config/i386/i386.c (legitimize_pic_address): Properly handle
1780 (ix86_print_operand_address): Set code to 'k' when forcing
1781 addr32 prefix. For x32, zero-extend negative displacement if
1784 2012-11-12 Eric Botcazou <ebotcazou@adacore.com>
1786 * common.opt (fvar-tracking-uninit): Document.
1787 * toplev.c (process_options): Fix handling of flag_var_tracking_uninit.
1788 * config/darwin.c (darwin_override_options): Likewise.
1790 2012-11-11 Eric Botcazou <ebotcazou@adacore.com>
1792 * config/sparc/sparc.h (AS_NIAGARA3_FLAG): Tweak.
1793 * config/sparc/sol2.h (TARGET_CPU_niagara4 support): Fix pasto.
1795 2012-11-09 Eric Botcazou <ebotcazou@adacore.com>
1797 * doc/install.texi (sparc64-x-solaris2): Mention MPC as well.
1799 2012-11-09 Eric Botcazou <ebotcazou@adacore.com>
1801 * config/i386/i386.c (release_scratch_register_on_entry): Also adjust
1804 2012-11-07 Uros Bizjak <ubizjak@gmail.com>
1806 Backport from mainline
1807 2012-11-06 Uros Bizjak <ubizjak@gmail.com>
1809 * config/i386/i386.c (ix86_init_machine_status): Do not
1810 explicitly clear tls_descriptor_call_expanded_p again.
1812 2012-11-06 Uros Bizjak <ubizjak@gmail.com>
1814 * config/i386/sse.md
1815 (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Mark operand 0
1816 as read and written by the instruction.
1818 2012-11-06 Uros Bizjak <ubizjak@gmail.com>
1820 * config/i386/i386.c (TARGET_INSTANTIATE_DECLS): New define.
1821 (ix86_instantiate_decls): New function.
1822 (ix86_expand_builtin) <case IX86_BUILTIN_LDMXCSR>: Use SLOT_TEMP
1823 stack slot instead of SLOT_VIRTUAL.
1824 <case IX86_BUILTIN_STMXCSR>: Ditto.
1825 (assign_386_stack_local): Do not assert when virtual slot is valid.
1826 * config/i386/i386.h (enum ix86_stack_slot): Remove SLOT_VIRTUAL.
1827 * config/i386/i386.md (truncdfsf2): Do not use SLOT_VIRTUAL stack slot.
1828 (truncxf<mode>2): Ditto.
1829 (floatunssi<mode>2): Ditto.
1830 (isinf<mode>2): Ditto.
1831 * config/i386/sync.md (atomic_load<mode>): Ditto.
1832 (atomic_store<mode>): Ditto.
1834 2012-11-07 Eric Botcazou <ebotcazou@adacore.com>
1837 * fold-const.c (fold_binary_op_with_conditional_arg): Do not fold if
1838 the argument is itself a conditional expression.
1840 2012-11-05 H.J. Lu <hongjiu.lu@intel.com>
1842 * config/i386/i386.c (print_reg): Replace REX_INT_REG_P with
1845 2012-11-05 Eric Botcazou <ebotcazou@adacore.com>
1847 PR tree-optimization/54986
1848 * gimple-fold.c (canonicalize_constructor_val): Strip again all no-op
1849 conversions on entry but add them back on exit if needed.
1851 2012-11-05 Richard Sandiford <rdsandiford@googlemail.com>
1854 * config/i386/i386.c (ix86_address_subreg_operand): Remove stack
1856 (print_reg): Use true_regnum rather than REGNO.
1857 (ix86_print_operand_address): Remove SUBREG handling.
1859 2012-11-05 Jakub Jelinek <jakub@redhat.com>
1861 Backported from mainline
1862 2012-10-24 Jakub Jelinek <jakub@redhat.com>
1865 * gimple.h (is_gimple_sizepos): New inline function.
1866 * gimplify.c (gimplify_one_sizepos): Use it. Remove useless
1867 final assignment to expr variable.
1868 * tree.c (RETURN_TRUE_IF_VAR): Return true also if
1869 !TYPE_SIZES_GIMPLIFIED (type) and _t is going to be gimplified
1870 into a local temporary.
1872 2012-10-10 Jakub Jelinek <jakub@redhat.com>
1874 PR tree-optimization/54877
1875 * tree-vect-loop.c (vect_is_simple_reduction_1): For MINUS_EXPR
1876 use make_ssa_name instead of copy_ssa_name.
1878 2012-11-03 Peter Bergner <bergner@vnet.ibm.com>
1880 Backport from mainline
1881 2012-10-31 Jakub Jelinek <jakub@redhat.com>
1883 PR tree-optimization/53708
1884 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Preserve
1885 user-supplied alignment when used with an explicit section name.
1887 2012-11-02 Jeff Law <law@redhat.com>
1889 PR tree-optimization/54985
1890 * tree-ssa-threadedge.c (cond_arg_set_in_bb): New function extracted
1891 from thread_across_edge.
1892 (thread_across_edge): Use it in all cases where we might thread
1895 2012-10-31 Eric Botcazou <ebotcazou@adacore.com>
1897 * config/i386/i386.c (ix86_expand_prologue): Emit frame info for the
1898 special register pushes before frame probing and allocation.
1900 2012-10-31 Ralf Corsépius <ralf.corsepius@rtems.org>,
1901 Joel Sherrill <joel.sherrill@oarcorp.com>
1903 * config/sparc/t-rtems: New (Custom multilibs).
1904 * config/sparc/t-rtems-64: New (Custom multilibs).
1905 * config.gcc (sparc64-*-rtems*): Add sparc/t-rtems-64.
1906 (sparc-*-rtems*): Add sparc/t-rtems.
1908 2012-10-30 Eric Botcazou <ebotcazou@adacore.com>
1910 * cse.c (hash_rtx_cb): Replace RTX_UNCHANGING_P with MEM_READONLY_P in
1912 (hash_rtx): Likewise.
1914 2012-10-29 Terry Guo <terry.guo@arm.com>
1916 Backport from mainline
1917 2012-10-11 Terry Guo <terry.guo@arm.com>
1919 * config/arm/arm.c (arm_arch6m): New variable to denote armv6-m
1921 * config/arm/arm.h (TARGET_HAVE_DMB): The armv6-m also has DMB
1924 2012-10-26 Gunther Nikl <gnikl@users.sourceforge.net>
1926 * common/config/m68k/m68k-common.c (m68k_handle_option): Set
1927 gcc_options fields of opts_set for -m68020-40 and -m68020-60.
1929 2012-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
1931 * config/avr/t-rtems: Revert previous commit.
1933 2012-10-26 Terry Guo <terry.guo@arm.com>
1935 Backport from mainline
1936 2012-10-23 Terry Guo <terry.guo@arm.com>
1939 * config/arm/arm.c (thumb1_expand_prologue): Don't push high regs with
1942 2012-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
1944 * config/avr/rtems.h (TARGET_OS_CPP_BUILTINS): Remove
1946 * config/avr/t-rtems (LIB1ASMFUNCS): Filter out _exit.
1948 2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
1950 * config.gcc (microblaze*-*-rtems*): New target.
1951 * config/microblaze/rtems.h: New.
1952 * config/microblaze/t-rtems: New.
1954 2012-10-25 Richard Biener <rguenther@suse.de>
1956 PR tree-optimization/54902
1957 * tree-ssa-pre.c (fini_pre): Return TODO.
1958 (execute_pre): Adjust.
1959 * tree-ssa-tailmerge.c (tail_merge_optimize): Delete unreachable
1960 blocks before computing dominators.
1962 2012-10-24 Uros Bizjak <ubizjak@gmail.com>
1964 Backport from mainline
1965 2012-10-22 Uros Bizjak <ubizjak@gmail.com>
1967 * config/i386/i386.c (memory_address_length): Assert that non-null
1968 base or index RTXes are registers. Do not check for REG RTXes.
1969 Determine addr32 prefix using SImode_address_operand or
1970 from original base and index RTXes. Simplify code.
1972 2012-10-21 Uros Bizjak <ubizjak@gmail.com>
1974 * config/i386/i386-protos.h (memory_address_length): Add new bool
1975 argument. Update all uses.
1976 * config/i386/i386.c (memory_address_length): If not LEA insn, then
1977 add length of addr32 prefix based on mode of base or index register.
1978 (ix86_attr_length_address_default) <TYPE_LEA>: Do not handle SImode
1979 addresses here. Update call to memory_address_length.
1980 (ix86_print_address_operand): Use SImode_address_operand predicate.
1981 * config/i386/predicates.md (SImode_address_operand): New.
1982 * config/i386/i386.md (lea<mode>): Use SImode_address_operand
1983 to calculate "mode" attribute. Use SImode_address_operand predicate
1984 instead of open-coding accepted RTX codes.
1986 2012-10-22 Georg-Johann Lay <avr@gjlay.de>
1988 Backport from 2012-10-22 trunk r192685.
1989 * doc/invoke.texi (AVR Options): Document __AVR_ARCH__.
1990 Note __AVR_<device>__ is not defined for cores.
1991 Don't point to --help=target.
1992 Order --mcu= documentation according to trunk:/gcc/doc/avr-mmcu.texi.
1994 2012-10-19 Marek Polacek <polacek@redhat.com>
1996 Backported from mainline
1997 2012-10-19 Marek Polacek <polacek@redhat.com>
2000 * fold-const.c (fold_sign_changed_comparison): Punt if folding
2001 pointer/non-pointer comparison.
2003 2012-10-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
2005 Backported from mainline
2006 2012-10-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
2009 * config/arm/arm.c (arm_expand_compare_and_swap): Use SImode to make
2010 sure the mode is correct when falling through from above cases.
2012 2012-10-19 Alan Modra <amodra@gmail.com>
2014 * configure.ac (HAVE_LD_NO_DOT_SYMS): Set if using gold.
2015 (HAVE_LD_LARGE_TOC): Likewise.
2016 * configure: Regenerate.
2018 2012-10-19 Alan Modra <amodra@gmail.com>
2020 * config/rs6000/predicates.md (splat_input_operand): Don't call
2021 input_operand for MEMs. Instead check for volatile and call
2022 memory_address_addr_space_p with modified mode.
2024 2012-10-17 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
2026 Backported from mainline
2027 2012-07-23 Ulrich Weigand <ulrich.weigand@linaro.org>
2029 * config/arm/arm.c (arm_reorg): Ensure all insns are split.
2031 2012-10-16 Eric Botcazou <ebotcazou@adacore.com>
2033 PR rtl-optimization/54870
2034 * tree.h (TREE_ADDRESSABLE): Document special usage on SSA_NAME.
2035 * cfgexpand.c (update_alias_info_with_stack_vars ): Set it on the
2036 SSA_NAME pointer that points to a partition if there is at least
2037 one variable with it set in the partition.
2038 * dse.c (local_variable_can_escape): New predicate.
2039 (can_escape): Call it.
2040 * gimplify.c (mark_addressable): If this is a partitioned decl, also
2041 mark the SSA_NAME pointer that points to a partition.
2043 2012-10-16 Andrey Belevantsev <abel@ispras.ru>
2045 Backport from mainline
2046 2012-08-09 Andrey Belevantsev <abel@ispras.ru>
2048 PR rtl-optimization/53701
2049 * sel-sched.c (vinsn_vec_has_expr_p): Clarify function comment.
2050 rocess not only expr's vinsns but all old vinsns from expr's
2053 2012-10-16 Andrey Belevantsev <abel@ispras.ru>
2055 Backport from mainline
2056 2012-07-31 Andrey Belevantsev <abel@ispras.ru>
2059 * sel-sched-ir.c (has_dependence_note_reg_use): Clarify comment.
2061 2011-08-04 Sergey Grechanik <mouseentity@ispras.ru>
2062 * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
2063 only if producer writes to the register given by regno.
2065 2012-09-15 Uros Bizjak <ubizjak@gmail.com>
2067 Backport from mainline
2068 2012-10-15 Uros Bizjak <ubizjak@gmail.com>
2070 * config/i386/sse.md (UNSPEC_MOVU): Remove.
2071 (UNSPEC_LOADU): New.
2072 (UNSPEC_STOREU): Ditto.
2073 (<sse>_movu<ssemodesuffix><avxsizesuffix>): Split to ...
2074 (<sse>_loadu<ssemodesuffix><avxsizesuffix>): ... this and ...
2075 (<sse>_storeu<ssemodesuffix><avxsizesuffix>) ... this.
2076 (<sse2>_movdqu<avxsizesuffix>): Split to ...
2077 (<sse2>_loaddqu<avxsizesuffix>): ... this and ...
2078 (<sse2>_storedqu<avxsizesuffix>): ... this.
2079 (*sse4_2_pcmpestr_unaligned): Update.
2080 (*sse4_2_pcmpistr_unaligned): Ditto.
2082 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign): Use
2083 gen_avx_load{dqu,ups,upd}256 to load from unaligned memory and
2084 gen_avx_store{dqu,ups,upd}256 to store to unaligned memory.
2085 (ix86_expand_vector_move_misalign): Use gen_sse_loadups or
2086 gen_sse2_load{dqu,upd} to load from unaligned memory and
2087 gen_sse_loadups or gen_sse2_store{dqu,upd}256 to store to
2089 (struct builtin_description bdesc_spec) <IX86_BUILTIN_LOADUPS>:
2090 Use CODE_FOR_sse_loadups.
2091 <IX86_BUILTIN_LOADUPD>: Use CODE_FOR_sse2_loadupd.
2092 <IX86_BUILTIN_LOADDQU>: Use CODE_FOR_sse2_loaddqu.
2093 <IX86_BUILTIN_STOREUPS>: Use CODE_FOR_sse_storeups.
2094 <IX86_BUILTIN_STOREUPD>: Use CODE_FOR_sse2_storeupd.
2095 <IX86_BUILTIN_STOREDQU>: Use CODE_FOR_sse2_storedqu.
2096 <IX86_BUILTIN_LOADUPS256>: Use CODE_FOR_avx_loadups256.
2097 <IX86_BUILTIN_LOADUPD256>: Use CODE_FOR_avx_loadupd256.
2098 <IX86_BUILTIN_LOADDQU256>: Use CODE_FOR_avx_loaddqu256.
2099 <IX86_BUILTIN_STOREUPS256>: Use CODE_FOR_avx_storeups256.
2100 <IX86_BUILTIN_STOREUPD256>: Use CODE_FOR_avx_storeupd256.
2101 <IX86_BUILTIN_STOREDQU256>: Use CODE_FOR_avx_storedqu256.
2103 2012-10-15 Steven Bosscher <steven@gcc.gnu.org>
2105 Backport from trunk (r190222):
2107 PR tree-optimization/54146
2108 * ifcvt.c: Include pointer-set.h.
2109 (cond_move_process_if_block): Change type of then_regs and
2110 else_regs from alloca'd array to pointer_sets.
2111 (check_cond_move_block): Update for this change.
2112 (cond_move_convert_if_block): Likewise.
2113 * Makefile.in: Fix dependencies for ifcvt.o.
2115 2012-10-15 Richard Guenther <rguenther@suse.de>
2117 PR tree-optimization/54920
2118 * tree-ssa-pre.c (create_expression_by_pieces): Properly
2119 allocate temporary storage for all NARY elements.
2121 2012-10-08 Georg-Johann Lay <avr@gjlay.de>
2124 * doc/invoke.texi (AVR Options): Deprecate -mshort-calls.
2126 2012-10-05 Mark Kettenis <kettenis@openbsd.org>
2128 * config.gcc (*-*-openbsd4.[3-9]|*-*-openbsd[5-9]*): Set
2129 default_use_cxa_atexit to yes.
2131 2012-10-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2133 * config/pa/pa.md: Adjust unamed HImode add insn pattern.
2135 2012-10-05 Jan Hubicka <jh@suse.cz>
2136 Jakub Jelinek <jakub@redhat.com>
2138 PR tree-optimization/33763
2139 * tree-inline.c (expand_call_inline): Silently ignore always_inline
2140 attribute for redefined extern inline functions.
2142 2012-10-03 H.J. Lu <hongjiu.lu@intel.com>
2144 Backported from mainline
2145 2012-10-03 Andrew W. Nosenko <andrew.w.nosenko@gmail.com>
2147 * config/i386/driver-i386.c (host_detect_local_cpu): Fix logic
2148 in SSE and YMM state support check for -march=native.
2150 2012-10-03 Alexandre Oliva <aoliva@redhat.com>
2153 * dwarf2out.c (value_format): Use block4 for dw_val_class_loc
2156 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
2158 Backported from mainline
2159 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
2162 * doc/invoke.texi: Document -mprefer-avx128.
2164 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
2166 Backported from mainline
2167 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
2170 * config/i386/driver-i386.c (XCR_XFEATURE_ENABLED_MASK): New.
2171 (XSTATE_FP): Likewise.
2172 (XSTATE_SSE): Likewise.
2173 (XSTATE_YMM): Likewise.
2174 (host_detect_local_cpu): Disable AVX, AVX2, FMA, FMA4 and XOP if
2175 SSE and YMM states aren't supported.
2177 2012-10-01 Tom de Vries <tom@codesourcery.com>
2179 * var-tracking.c (set_dv_changed): Add an 'inline' function specifier to
2182 2012-10-01 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2185 * config/s390/s390.c (s390_option_override): Add missing break.
2187 2012-09-29 Andreas Tobler <andreast@fgznet.ch>
2189 Backport from mainline
2190 2012-09-29 Andreas Tobler <andreast@fgznet.ch>
2192 * config.gcc: Replace 'host' with 'target' when configuring for
2193 powerpc64*-*-freebsd.
2195 2012-09-28 Meador Inge <meadori@codesourcery.com>
2197 Backport from mainline
2198 2012-09-27 Meador Inge <meadori@codesourcery.com>
2200 * gcc-ar.c (main): Handle the returning of the sub-process error
2203 2012-09-28 Georg-Johann Lay <avr@gjlay.de>
2205 Backport from 2012-09-28 trunk r191821.
2206 * config/avr/avr.c (avr_pgm_check_var_decl): Fix non-error diagnostic.
2208 2012-09-27 Jakub Jelinek <jakub@redhat.com>
2211 * simplify-rtx.c (simplify_binary_operation_1): Perform
2212 (x - (x & y)) -> (x & ~y) optimization only for integral modes.
2214 2012-09-24 Eric Botcazou <ebotcazou@adacore.com>
2216 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream in
2217 TYPE_NONALIASED_COMPONENT flag.
2218 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream out
2219 TYPE_NONALIASED_COMPONENT flag.
2221 2012-09-21 Richard Guenther <rguenther@suse.de>
2224 Backport from mainline
2225 2012-04-19 Richard Guenther <rguenther@suse.de>
2227 * ira-int.h (ira_allocno_object_iter_cond): Avoid out-of-bound
2230 2012-09-20 Joseph Myers <joseph@codesourcery.com>
2233 * c-typeck.c (c_cast_expr): When casting to a type requiring
2234 C_MAYBE_CONST_EXPR to be created, pass the inner expression to
2237 2012-09-20 Joseph Myers <joseph@codesourcery.com>
2240 * c-typeck.c (build_unary_op): Pass original argument of
2241 TRUTH_NOT_EXPR to c_objc_common_truthvalue_conversion, then remove
2242 any C_MAYBE_CONST_EXPR, if it has integer operands.
2243 (build_binary_op): Pass original arguments of TRUTH_ANDIF_EXPR,
2244 TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR and TRUTH_XOR_EXPR
2245 to c_objc_common_truthvalue_conversion, then remove any
2246 C_MAYBE_CONST_EXPR, if they have integer operands. Use
2247 c_objc_common_truthvalue_conversion not
2248 c_common_truthvalue_conversion.
2249 (c_objc_common_truthvalue_conversion): Build NE_EXPR directly and
2250 call note_integer_operands for arguments with integer operands
2251 that are not integer constants.
2253 2012-09-20 Jakub Jelinek <jakub@redhat.com>
2255 Backported from mainline
2256 2012-09-17 Jakub Jelinek <jakub@redhat.com>
2258 PR tree-optimization/54563
2259 * tree-ssa-math-opts.c (execute_cse_sincos): Call
2260 gimple_purge_dead_eh_edges if last call has been changed.
2262 2012-09-14 Jakub Jelinek <jakub@redhat.com>
2265 * config/i386/sse.md (fmai_vmfmadd_<mode>): Use (match_dup 1)
2266 instead of (match_dup 0) as second argument to vec_merge.
2267 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>): Likewise.
2268 Remove third alternative.
2269 (*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise. Negate
2270 operand 2 instead of operand 1, but put it as first argument
2272 * config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
2273 _mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
2276 2012-09-20 Jakub Jelinek <jakub@redhat.com>
2278 * BASE-VER: Set to 4.7.3.
2279 * DEV-PHASE: Set to prerelease.
2281 2012-09-20 Release Manager
2283 * GCC 4.7.2 released.
2285 2012-09-15 Andi Kleen <ak@linux.intel.com>
2287 Backport from mainline
2288 2012-09-07 Andi Kleen <ak@linux.intel.com>
2290 * gcc/lto-streamer.h (res_pair): Add.
2291 (lto_file_decl_data): Replace resolutions with respairs.
2293 * gcc/lto/lto.c (lto_resolution_read): Remove max_index. Add rp.
2294 Initialize respairs.
2295 (lto_file_finalize): Set up resolutions vector lazily from respairs.
2297 2012-09-14 Walter Lee <walt@tilera.com>
2299 Backport from mainline.
2300 2012-09-14 Walter Lee <walt@tilera.com>
2302 * doc/invoke.texi (Option Summary): fix typesetting for -mcpu
2303 option for TILEPro and TILE-Gx.
2305 2012-09-13 Uros Bizjak <ubizjak@gmail.com>
2307 * config/i386/i386.h (x86_prefetchw): New global variable.
2308 (TARGET_PREFETCHW): New macro.
2309 * config/i386/i386.c (PTA_PREFETCHW): Ditto.
2310 (processor_alias_table): Add PTA_PREFETCHW to
2311 bdver1, bdver2 and btver1.
2312 (ix86_option_override_internal): Set x86_prefetchw for
2313 PTA_PREFETCHW targets.
2314 * config/i386/i386.md (prefetch): Expand to prefetchw
2315 for TARGET_PREFETCHW.
2316 (*prefetch_3dnow_<mode>): Also enable for TARGET_PREFETCHW.
2318 Backport from mainline
2319 2012-08-13 Uros Bizjak <ubizjak@gmail.com>
2321 * config/i386/i386.md (prefetch): Do not assert mode of operand 0.
2322 (*prefetch_sse_<mode>): Do not set mode of address_operand predicate.
2324 (*prefetch_sse): ... this.
2325 (*prefetch_3dnow_<mode>): Do not set mode of address_operand predicate.
2327 (*prefetch_3dnow): ... this.
2329 2012-09-13 Jakub Jelinek <jakub@redhat.com>
2332 * c-typeck.c (c_finish_return): Do convert to BOOLEAN_TYPE or
2333 COMPLEX_TYPE with in_late_binary_op set temporarily to true.
2335 2012-09-12 Teresa Johnson <tejohnson@google.com>
2337 Backport from mainline.
2338 2012-09-12 Teresa Johnson <tejohnson@google.com>
2340 PR gcov-profile/54487
2341 * configure.ac (HOST_HAS_F_SETLKW): Set based on compile
2342 test using F_SETLKW with fcntl.
2343 * configure, config.in: Regenerate.
2345 2012-09-12 Uros Bizjak <ubizjak@gmail.com>
2347 Backport from mainline
2348 2012-09-12 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2350 * config/i386/i386.md : Comments on fma4 instruction selection
2351 reflect requirement on register pressure based cost model.
2353 * config/i386/driver-i386.c (host_detect_local_cpu): fma4
2354 flag is set-reset as informed by the cpuid flag.
2356 * config/i386/i386.c (processor_alias_table): fma4
2357 flag is enabled for bdver2.
2359 2012-09-12 Christian Bruel <christian.bruel@st.com>
2361 * config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.
2363 2012-09-12 Jakub Jelinek <jakub@redhat.com>
2365 * config.gcc: Obsolete picochip-*.
2367 2012-09-11 Richard Guenther <rguenther@suse.de>
2370 * cgraph.h (varpool_can_remove_if_no_refs): Restore dependence
2371 on flag_toplevel_reorder.
2373 2012-09-10 Richard Henderson <rth@redhat.com>
2375 * config/alpha/predicates.md (small_symbolic_operand): Disallow
2378 2012-09-10 Georg-Johann Lay <avr@gjlay.de>
2380 Backport from 2012-09-10 mainline r191132.
2383 * config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".
2385 2012-09-10 Markus Trippelsdorf <markus@trippelsdorf.de>
2388 * tree-sra.c (disqualify_base_of_expr): Check for possible
2389 NULL_TREE returned by get_base_address()
2391 2012-09-07 Richard Guenther <rguenther@suse.de>
2393 Backport from mainline
2394 2012-06-26 Jan Hubicka <jh@suse.cz>
2397 * cgraph.h (varpool_can_remove_if_no_refs): Fix handling of
2400 2012-09-07 Richard Guenther <rguenther@suse.de>
2402 Backport from mainline
2403 2012-07-13 Richard Guenther <rguenther@suse.de>
2405 PR tree-optimization/53922
2406 * tree-vrp.c (value_inside_range): Change prototype to take
2407 min/max instead of value-range.
2408 (range_includes_zero_p): Likewise. Return the result from
2410 (extract_range_from_binary_expr_1): Adjust to handle dont-know
2411 return value from range_includes_zero_p.
2412 (extract_range_from_unary_expr_1): Likewise.
2413 (compare_range_with_value): Likewise.
2414 (vrp_meet_1): Likewise.
2416 2012-09-07 Richard Guenther <rguenther@suse.de>
2419 * tree-ssa-structalias.c (handle_rhs_call): Properly clobber
2420 EAF_NOESCAPED arguments. Transitively close non-EAF_DIRECT
2421 arguments separately.
2423 2012-09-07 Jakub Jelinek <jakub@redhat.com>
2425 Backported from mainline
2426 2012-09-06 Jakub Jelinek <jakub@redhat.com>
2428 PR rtl-optimization/54455
2429 * sel-sched-ir.c (maybe_tidy_empty_bb): Give up if previous fallthru
2430 bb ends up with asm goto referencing bb's label.
2432 2012-09-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2434 Backport from mainline.
2435 2012-08-29 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2436 Richard Earnshaw <richard.earnshaw@arm.com>
2439 * config/arm/arm.c (neon_dereference_pointer): Adjust nelems by
2440 element size. Use elem_type from the formal parameter. New parameter
2442 (neon_expand_args): Adjust call to neon_dereference_pointer.
2444 2012-09-06 Uros Bizjak <ubizjak@gmail.com>
2446 * config/i386/sse.md (<sse4_1_avx2>_pblendvb): Use
2447 reg_not_xmm0_operand_maybe_avx as operand 0 constraint.
2449 2012-09-06 Uros Bizjak <ubizjak@gmail.com>
2451 Backport from mainline
2452 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
2454 * config/i386/i386.md (isa): Add fma and fma4.
2455 (enabled): Handle fma and fma4.
2456 * config/i386/sse.md (*fma_fmadd_<mode>): Merge *fma4_fmadd_<mode>.
2457 (*fma_fmsub_<mode>): Merge *fma4_fmsub_<mode>.
2458 (*fma_fnmadd_<mode>): Merge *fma4_fnmadd_<mode>.
2459 (*fma_fnmsub_<mode>): Merge *fma4_fnmsub_<mode>.
2460 (*fma_fmaddsub_<mode>): Merge *fma4_fmaddsub_<mode>.
2461 (*fma_fmsubadd_<mode>): Merge *fma4_fmsubadd_<mode>.
2463 2012-08-10 Uros Bizjak <ubizjak@gmail.com>
2465 * config/i386/sse.md (*fma_fmadd_<mode>, *fma_fmsub_<mode>,
2466 *fma_fnmadd_<mode>, *fma_fnmsub_<mode>, *fma_fmaddsub_<mode>,
2467 *fma_fmsubadd_<mode>): Move FMA3 insn patterns before FMA4 patterns.
2469 2012-09-06 Richard Guenther <rguenther@suse.de>
2471 PR tree-optimization/54498
2472 * tree-ssa-alias.h (get_continuation_for_phi): Add flag to
2473 abort when reaching an already visited region.
2474 * tree-ssa-alias.c (maybe_skip_until): Likewise. And do it.
2475 (get_continuation_for_phi_1): Likewise.
2476 (walk_non_aliased_vuses): When we translated the reference,
2477 abort when we re-visit a region.
2478 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
2480 2012-09-06 Andrew Pinski <apinski@cavium.com>
2483 * tree-inline.c (remap_gimple_op_r): Copy TREE_SIDE_EFFECTS also.
2485 2012-09-05 Jakub Jelinek <jakub@redhat.com>
2488 * builtins.c (fold_builtin_strspn, fold_builtin_strcspn): Use
2489 build_int_cst with size_type_node instead of size_int.
2491 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2493 Backport from 2012-09-05 mainline r190697.
2496 * config.gcc (tm_file,target=avr-*-*): Add avr/avrlibc.h if
2497 configured --with-avrlibc.
2498 (tm_defines,target=avr-*-*): Add WITH_AVRLIBC if configured
2500 * config/avr/avrlibc.h: New file.
2501 * config/avr/avr-c.c: Build-in define __WITH_AVRLIBC__ if
2502 configured --with-avrlibc.
2503 * doc/invoke.texi (AVR Built-in Macros): Document __WITH_AVRLIBC__
2505 2012-09-05 Bin Cheng <bin.cheng@arm.com>
2507 Backport from 2012-09-04 mainline r190919
2510 * config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value
2511 of size less than 4 bytes by using macro ARM_NUM_INTS.
2512 (thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.
2514 2012-09-04 Richard Henderson <rth@redhat.com>
2516 * alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.
2518 2012-09-04 Georg-Johann Lay <avr@gjlay.de>
2520 Backport from 2012-09-04 mainline r190920
2523 * config/avr/avr.c (avr_expand_delay_cycles): Mask operand with SImode.
2525 2012-09-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2527 Backport from 2012-09-04 mainline r190914
2530 * config/avr/avr.c (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): New
2532 (avr_allocate_stack_slots_for_args): ...this new static function.
2534 2012-09-03 H.J. Lu <hongjiu.lu@intel.com>
2536 Backported from mainline
2537 2012-08-23 H.J. Lu <hongjiu.lu@intel.com>
2540 * doc/invoke.texi: Add -da and remove -dm.
2542 2012-09-03 Jakub Jelinek <jakub@redhat.com>
2544 Backported from mainline
2545 2012-09-01 Jakub Jelinek <jakub@redhat.com>
2548 * config/i386/i386.md (*mov<mode>_insv_1_rex64, *movsi_insv_1): If
2549 operands[1] is CONST_INT_P, convert it to QImode before printing.
2551 2012-08-31 Jakub Jelinek <jakub@redhat.com>
2554 * c-convert.c (convert): Don't call fold_convert_loc if
2555 TYPE_MAIN_VARIANT of a COMPLEX_TYPE is the same, unless e
2556 is a COMPLEX_EXPR. Remove TYPE_MAIN_VARIANT check from
2557 COMPLEX_TYPE -> COMPLEX_TYPE conversion.
2559 2012-08-24 Jakub Jelinek <jakub@redhat.com>
2562 * gimplify.c (optimize_compound_literals_in_ctor): Only recurse
2563 if init is a CONSTRUCTOR.
2565 2012-09-02 Eric Botcazou <ebotcazou@adacore.com>
2567 PR rtl-optimization/54369
2568 * config/mips/mips.c (mips_reorg): Invoke cleanup_barriers before
2569 calling dbr_schedule.
2570 * config/sparc/sparc.c (sparc_reorg): Likewise.
2572 2012-08-31 Kirill Yukhin <kirill.yukhin@intel.com>
2574 Backport from mainline
2575 2012-08-23 Yuri Rumyantsev <ysrumyan@gmail.com>
2577 * config/i386/i386.c (ia32_multipass_dfa_lookahead) : Add
2578 case for Atom processor.
2580 2012-08-28 Uros Bizjak <ubizjak@gmail.com>
2582 Backport from mainline
2583 2012-08-27 Uros Bizjak <ubizjak@gmail.com>
2586 * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): Return
2587 true for TARGET_64BIT or !flag_pic.
2588 * config/i386/sync.md (*atomic_compare_and_swap_doubledi_pic): Remove.
2589 (atomic_compare_and_swap_double<mode>): Change operand 2 predicate
2590 to cmpxchg8b_pic_memory_operand. Use DWIH mode iterator.
2591 Add insn constraint. Conditionally emit xchg asm insns.
2592 (atomic_compare_and_swap<mode>): Update calls. Check only
2593 cmpxchg8b_pic_memory_operand in memory address fixup.
2595 (CASHMODE): Rename from DCASHMODE.
2596 (doublemodesuffix): Update modes.
2597 (regprefix): New mode attribute.
2599 (unspecv) <UNSPECV_CMPXCHG_{1,2,3,4}>: Remove.
2600 <UNSPECV_CMPXCHG>: New constant.
2601 (atomic_compare_and_swap<mode>_1): Rename from
2602 atomic_compare_and_swap_single<mode>. Update calls and
2603 unspec_volatile constants.
2604 (atomic_compare_and_swap<mode>_doubleword): Rename from
2605 atomic_compare_and_swap_double<mode>. Update calls and
2606 unspec_volatile constants.
2608 2012-08-28 Walter Lee <walt@tilera.com>
2610 Backport from mainline
2611 2012-08-28 Walter Lee <walt@tilera.com>
2613 * confg/tilegx/tilegx.md: Fix code style.
2614 (*zero_extendsidi_truncdisi): Fix typo.
2615 * config/tilegx/tilegx.c: Fix code style.
2616 (tilegx_function_profiler): Fix typo.
2618 2012-08-27 Walter Lee <walt@tilera.com>
2620 Backport from mainline
2621 2012-08-27 Walter Lee <walt@tilera.com>
2623 * doc/md.texi (TILE-Gx): Fix typo.
2625 2012-08-27 Walter Lee <walt@tilera.com>
2627 Backport from mainline
2628 2012-08-27 Walter Lee <walt@tilera.com>
2630 * config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
2631 * config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.
2633 2012-08-27 Walter Lee <walt@tilera.com>
2635 Backport from mainline
2636 2012-08-27 Walter Lee <walt@tilera.com>
2638 * config/tilegx/tilegx.md (*bfins): Rename to insn_bfins.
2639 (insn_bfins): Delete.
2641 2012-08-27 Walter Lee <walt@tilera.com>
2643 Backport from mainline
2644 2012-08-27 Walter Lee <walt@tilera.com>
2646 * config/tilegx/sync.md (atomic_compare_and_swap_bare<mode>,
2647 atomic_exchange_bare<mode>,
2648 atomic_fetch_<fetchop_name>_bare<mode>): Set type to X1_remote.
2649 * config/tilegx/tilegx-generic.md (X1_remote): New insn_reservation.
2650 * config/tilegx/tilegx.md (type): Add X1_remove.
2651 (insn_cmpexch<four_if_si>, insn_exch<four_if_si>,
2652 insn_fetchadd<four_if_si>, insn_fetchaddgez<four_if_si>,
2653 insn_fetchand<four_if_si>, insn_fetchor<four_if_si>): Set type to
2656 2012-08-25 Eric Botcazou <ebotcazou@adacore.com>
2658 PR rtl-optimization/54088
2659 * jump.c (delete_related_insns): Robustify latest change.
2661 2012-08-21 Richard Guenther <rguenther@suse.de>
2663 Backport from mainline
2664 2012-08-16 Richard Guenther <rguenther@suse.de>
2667 * tree-ssa-loop-niter.c (find_loop_niter_by_eval): Free the
2669 * ipa-pure-const.c (analyze_function): Use FOR_EACH_LOOP_BREAK.
2670 * cfgloop.h (FOR_EACH_LOOP_BREAK): Fix.
2671 * tree-ssa-structalias.c (handle_lhs_call): Properly free rhsc.
2672 * tree-ssa-loop-im.c (analyze_memory_references): Adjust.
2673 (tree_ssa_lim_finalize): Free all mem_refs.
2674 * tree-ssa-sccvn.c (extract_and_process_scc_for_name): Free
2675 scc when bailing out.
2676 * modulo-sched.c (sms_schedule): Use FOR_EACH_LOOP_BREAK.
2677 * ira-build.c (loop_with_complex_edge_p): Free loop exit vector.
2678 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): Use
2679 FOR_EACH_LOOP_BREAK.
2681 2012-08-17 Richard Guenther <rguenther@suse.de>
2683 * tree-sra.c (modify_function): Free redirect_callers vector.
2684 * ipa-split.c (split_function): Free args_to_pass vector.
2685 * tree-vect-stmts.c (vectorizable_operation): Do not pre-allocate
2687 (new_stmt_vec_info): Do not pre-allocate STMT_VINFO_SAME_ALIGN_REFS.
2688 * tree-vect-slp.c (vect_free_slp_instance): Free the instance.
2689 (vect_analyze_slp_instance): Free everything.
2690 (destroy_bb_vec_info): Free the SLP instances.
2692 2012-08-17 Richard Guenther <rguenther@suse.de>
2694 * params.def (integer-share-limit): Decrease from 256 to 251,
2697 2012-08-21 Richard Guenther <rguenther@suse.de>
2699 * tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free
2700 the affine expansion cache.
2702 2012-08-20 Patrick Marlier <patrick.marlier@gmail.com>
2704 Backported from trunk
2705 2012-08-20 Patrick Marlier <patrick.marlier@gmail.com>
2708 * omp-low.c (lower_omp_1): Handle GIMPLE_TRANSACTION.
2710 2012-08-20 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2712 Backport from mainline.
2713 2012-08-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2716 * config/arm/neon.md (vec_set<mode>_internal VD,VQ): Do not
2717 mark as predicable. Adjust asm template.
2718 (vec_setv2di_internal): Likewise.
2719 (vec_extract<mode> VD, VQ): Likewise.
2720 (vec_extractv2di): Likewise.
2721 (neon_vget_lane<mode>_sext_internal VD, VQ): Likewise.
2722 (neon_vset_lane<mode>_sext_internal VD, VQ): Likewise.
2723 (neon_vdup_n<mode> VX, V32): Likewise.
2724 (neon_vdup_nv2di): Likewise.
2726 2012-08-17 Walter Lee <walt@tilera.com>
2728 Backport from mainline
2729 2012-08-17 Walter Lee <walt@tilera.com>
2731 * config/tilegx/feedback.h (FEEDBACK_ENTER_EXPLICIT): Define.
2732 (FEEDBACK_ENTER): Define.
2733 (FEEDBACK_REENTER): Define.
2734 (FEEDBACK_ENTRY): Define.
2735 * config/tilepro/feedback.h: (FEEDBACK_ENTER_EXPLICIT): Define.
2736 (FEEDBACK_ENTER): Define.
2737 (FEEDBACK_REENTER): Define.
2738 (FEEDBACK_ENTRY): Define.
2740 2012-08-16 Walter Lee <walt@tilera.com>
2742 Backport from mainline
2743 2012-08-16 Walter Lee <walt@tilera.com>
2745 * config.gcc (tilegx-*-linux*): Add feedback.h.
2746 (tilepro-*-linux*): Likewise.
2747 * config/tilegx/feedback.h: New file.
2748 * config/tilepro/feedback.h: New file.
2750 2012-08-08 Pavel Chupin <pavel.v.chupin@intel.com>
2752 Backport from mainline r189840 and r187586:
2753 2012-07-25 Sergey Melnikov <sergey.melnikov@intel.com>
2755 * config/i386/i386.md (stack_protect_set): Disable the pattern
2756 for Android since Android libc (bionic) does not provide random
2757 value for stack protection guard at gs:0x14. Guard value
2758 will be provided from external symbol (default implementation).
2759 (stack_protect_set_<mode>): Likewise.
2760 (stack_protect_test): Likewise.
2761 (stack_protect_test_<mode>): Likewise.
2762 * gcc/defaults.h: Define macro TARGET_HAS_BIONIC to 0 - target does
2763 not have Bionic by default
2764 * config/linux.h: Redefine macro TARGET_HAS_BIONIC to (OPTION_BIONIC)
2765 Macro OPTION_BIONIC is defined in this file and provides Bionic
2766 accessibility status
2768 2012-05-16 Igor Zamyatin <igor.zamyatin@intel.com>
2770 * configure.ac: Stack protector enabling for Android targets.
2771 * configure: Regenerate.
2773 2012-08-13 Jakub Jelinek <jakub@redhat.com>
2775 Backported from trunk
2776 2012-07-19 Jakub Jelinek <jakub@redhat.com>
2778 PR rtl-optimization/53942
2779 * function.c (assign_parm_setup_reg): Avoid zero/sign extension
2780 directly from likely spilled non-fixed hard registers, move them
2783 2012-08-11 Uros Bizjak <ubizjak@gmail.com>
2785 * config/i386/sse.md (xop_phaddbq): Fix vec_select selectors.
2786 (xop_phaddubq): Ditto.
2788 2012-08-10 Ulrich Weigand <ulrich.weigand@linaro.org>
2790 Backport from mainline
2791 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2792 Richard Earnshaw <rearnsha@arm.com>
2794 * target.def (vector_alignment): New target hook.
2795 * doc/tm.texi.in (TARGET_VECTOR_ALIGNMENT): Document new hook.
2796 * doc/tm.texi: Regenerate.
2797 * targhooks.c (default_vector_alignment): New function.
2798 * targhooks.h (default_vector_alignment): Add prototype.
2799 * stor-layout.c (layout_type): Use targetm.vector_alignment.
2800 * config/arm/arm.c (arm_vector_alignment): New function.
2801 (TARGET_VECTOR_ALIGNMENT): Define.
2803 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Use
2804 vector type alignment instead of size.
2805 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Use
2806 element type size directly instead of computing it from alignment.
2807 Fix variable naming and comment.
2809 2012-08-09 Uros Bizjak <ubizjak@gmail.com>
2811 Backport from mainline
2812 2012-08-09 Uros Bizjak <ubizjak@gmail.com>
2814 * config/alpha/alpha.c (alpha_pad_noreturn): Rename to ...
2815 (alpha_pad_function_end): ... this. Also insert NOP between
2816 sibling call and GP load.
2817 (alpha_reorg): Update call to alpha_pad_function_end. Expand comment.
2819 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
2821 Backport from mainline
2822 2012-08-08 Richard Sandiford <rdsandiford@googlemail.com>
2823 H.J. Lu <hongjiu.lu@intel.com>
2825 PR rtl-optimization/54157
2826 * combine.c (gen_lowpart_for_combine): Don't return identity
2827 for CONST or symbolic reference.
2829 2012-08-06 Uros Bizjak <ubizjak@gmail.com>
2831 Backport from mainline
2832 2012-07-23 Uros Bizjak <ubizjak@gmail.com>
2834 * config/i386/i386-protos.h (ix86_lea_outperforms): Remove prototype.
2835 * config/i386/i386.c (ix86_lea_outperforms): Make static. Make
2836 split_cost argument signed.
2837 (ix86_use_lea_for_mov): Use INVALID_REGNUM instead of -1.
2838 (ix86_avoid_lea_for_addr): Ditto.
2840 2012-07-27 Uros Bizjak <ubizjak@gmail.com>
2842 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false if
2843 the address has less than two components.
2845 2012-08-02 Steve Ellcey <sellcey@mips.com>
2847 Backport from mainline
2848 2012-07-19 Steve Ellcey <sellcey@mips.com>
2850 * config/mips/mips.c (mips_set_mips16_mode): Clear SYNCI_MASK in
2853 2012-08-02 Uros Bizjak <ubizjak@gmail.com>
2855 Backport from mainline
2856 2012-07-24 Uros Bizjak <ubizjak@gmail.com>
2859 * config/i386/i386.c (ix86_legitimate_address_p): Move check for
2860 negative constant address for TARGET_X32 ...
2861 (ix86_decompose_address): ... here. Reject constant addresses
2862 that don't satisfy x86_64_immediate_operand predicate.
2864 2012-07-23 Uros Bizjak <ubizjak@gmail.com>
2867 * config/i386/i386.md (*lea): Add asserts to detect invalid addresses.
2868 * config/i386/i386.c (ix86_print_operand_address): Ditto.
2869 (ix86_decompose_address): Allow (zero_extend:DI (subreg:SI (...)))
2870 addresses. Prevent zero extensions of CONST_INT operands.
2872 2012-07-22 Uros Bizjak <ubizjak@gmail.com>
2875 * config/i386/i386.md (*lea): New insn pattern.
2877 (*lea<mode>_2): Ditto.
2878 (*lea_{3,4,5,6}_zext): Ditto.
2879 * config/i386/predicates.md (lea_address_operand): Do not reject
2880 zero-extended address operands.
2881 * config/i386/constraints.md (j): Remove address constraint.
2882 * config/i386/i386.c (ix86_decompose_address): Allow SImode subreg
2884 (ix86_print_operand_address): Handle SImode subreg of an address.
2885 (ix86_avoid_lea_for_addr): Reject zero-extended addresses for now.
2887 2012-08-01 Uros Bizjak <ubizjak@gmail.com>
2889 Backport from mainline
2890 2012-03-09 Uros Bizjak <ubizjak@gmail.com>
2893 * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
2894 (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
2896 * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
2897 (*movdi_internal_rex64): Use %E operand modifier for lea.
2898 (*movsi_internal): Ditto.
2900 (*lea<mode>_2): Ditto.
2901 (*lea_{3,4,5,6}_zext): Ditto.
2902 (*tls_global_dynamic_32_gnu): Ditto.
2903 (*tls_global_dynamic_64): Ditto.
2904 (*tls_dynamic_gnu2_lea_32): Ditto.
2905 (*tls_dynamic_gnu2_lea_64): Ditto.
2906 (pro_epilogue_adjust_stack_<mode>_add): Ditto.
2908 2012-08-01 Uros Bizjak <ubizjak@gmail.com>
2910 Backport from mainline
2911 2012-08-01 Uros Bizjak <ubizjak@gmail.com>
2913 * config/i386/i386.c (ix86_address_subreg_operand): Reject
2915 (ix86_print_operand_address): Assert that parts.base and parts.index
2916 are non-NULL after call to simplify_subreg.
2918 2012-07-22 Oleg Endo <olegendo@gcc.gnu.org>
2921 * config/sh/sh.opt (mieee): Use Var instead of Mask. Correct
2923 * config/sh/sh.c (sh_option_override): Do not change
2924 flag_finite_math_only. Set TARGET_IEEE to complement of
2925 flag_finite_math_only.
2926 * doc/invoke.texi (SH options): Add mno-ieee. Correct
2927 description of mieee and mno-ieee behavior.
2929 2012-07-20 Kirill Yukhin <kirill.yukhin@intel.com>
2932 * config/i386/lzcntintrin.h (_lzcnt_u32): New.
2933 (_lzcnt_u64): Ditto.
2935 2012-07-20 Andrey Belevantsev <abel@ispras.ru>
2937 Backport from mainline
2938 2012-03-06 Andrey Belevantsev <abel@ispras.ru>
2940 PR rtl-optimization/52250
2941 * sel-sched-ir.c (maybe_tidy_empty_bb): Try harder to find a bb
2942 to put note list into. Unconditionally call move_bb_info.
2943 (move_bb_info): Do not assert the blocks being in the same region,
2944 just drop the note list if they are not.
2946 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
2948 * config/sparc/sparc.md (adddi3_insn_sp32): Add earlyclobber.
2950 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
2952 * tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the
2953 defining statement is a SSA name that occurs in abnormal PHIs.
2955 2012-07-19 Eric Botcazou <ebotcazou@adacore.com>
2957 * gimple-fold.c (canonicalize_constructor_val): Strip only useless type
2960 2012-07-19 Richard Guenther <rguenther@suse.de>
2961 Eric Botcazou <ebotcazou@adacore.com>
2963 * tree-ssa-ccp.c (valid_lattice_transition): Clarify comment
2964 about transition from invariant to known bits.
2965 (likely_value): Addresses with UNDEFINED components are UNDEFINED.
2967 2012-07-19 Jakub Jelinek <jakub@redhat.com>
2970 * tree-cfgcleanup.c (cleanup_omp_return): Remove.
2971 (cleanup_tree_cfg_bb): Don't call it.
2972 * omp-low.c (expand_omp_sections): Fix up the !exit_reachable case
2975 2012-07-19 Christian Bruel <christian.bruel@st.com>
2978 * config/sh/sh.c (gen_far_branch): Set JUMP_LABEL for return jumps.
2980 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>
2982 * config.gcc (v850-*-rtems*): New target.
2983 * config/v850/rtems.h: New.
2984 * config/v850/t-rtems: New.
2986 2012-07-18 Nick Clifton <nickc@redhat.com>
2988 * doc/invoke.texi (ARM Options): Document -munaligned-access.
2990 2012-07-15 Uros Bizjak <ubizjak@gmail.com>
2994 Backport from mainline
2995 2012-04-25 Jakub Jelinek <jakub@redhat.com>
2998 * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
2999 instead expand it as zero extension.
3001 2012-07-14 Uros Bizjak <ubizjak@gmail.com>
3003 * config/i386/i386.md (QImode and HImode cmove splitters): Merge
3004 QImode and HImode splitters. Use ix86_comparison_operator.
3005 Explicitly match FLAGS_REG.
3006 (DFmode cmove splitter): Explicitly match FLAGS_REG.
3008 2012-07-13 Richard Sandiford <rdsandiford@googlemail.com>
3009 Steven Bosscher <steven@gcc.gnu.org>
3010 Bernd Schmidt <bernds@codesourcery.com>
3012 PR rtl-optimization/53908
3013 * df-problems.c (can_move_insns_across): When doing
3014 memory-reference book-keeping, handle call insns.
3016 2012-07-10 Uros Bizjak <ubizjak@gmail.com>
3018 Backport from mainline
3019 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
3022 * config/i386/i386.c (x86_output_mi_thunk): Check if fnaddr satisfies
3023 sibcall_insn_operand. Move it to a temporary register if not.
3025 2012-07-06 Uros Bizjak <ubizjak@gmail.com>
3028 * config/i386/i386.c (x86_output_mi_thunk): For CM_LARGE_PIC model,
3029 emit PIC sequence for fnaddr symbol reference in advance.
3031 2012-07-09 Jason Merrill <jason@redhat.com>
3034 * tree.c (type_contains_placeholder_1): Handle NULLPTR_TYPE.
3035 (type_hash_eq): Likewise.
3038 * tree.c (build_zero_cst): Handle NULLPTR_TYPE.
3040 2012-07-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3042 * combine.c (force_to_mode) [LSHIFTRT]: Avoid undefined behaviour
3043 due to negative shift amount.
3045 2012-07-06 Kai Tietz <ktietz@redhat.com>
3047 Backport from mainline.
3049 * config/i386/mingw32.h (NATIVE_SYSTEM_HEADER_DIR): Define it always
3050 as "/mingw/include".
3052 2012-07-06 Nick Clifton <nickc@redhat.com>
3054 * config/mn10300/mn10300.c (mn10300_encode_section_info): Call
3055 default_encode_section_info.
3057 2012-07-06 Richard Guenther <rguenther@suse.de>
3059 Backport from mainline
3060 2012-03-30 Richard Guenther <rguenther@suse.de>
3063 * double-int.c (rshift_double): Remove not needed cast.
3065 2012-03-28 Richard Guenther <rguenther@suse.de>
3068 * double-int.h (rshift_double): Remove.
3069 * double-int.c (lshift_double): Use absu_hwi to make count
3071 (rshift_double): Make static, take unsigned count argument,
3072 remove handling of negative count argument.
3073 (double_int_rshift): Dispatch to lshift_double.
3075 2012-07-06 Richard Guenther <rguenther@suse.de>
3077 Backport from mainline
3078 2012-06-18 Richard Guenther <rguenther@suse.de>
3080 PR tree-optimization/53693
3081 * tree-vect-patterns.c (vect_operation_fits_smaller_type):
3082 Reject operands with more than one use.
3084 2012-07-06 Richard Guenther <rguenther@suse.de>
3086 Backport from mainline
3087 2012-04-11 Richard Guenther <rguenther@suse.de>
3090 * tree-chrec.c (evolution_function_is_invariant_rec_p): Properly
3091 consider loop nesting.
3092 (evolution_function_is_univariate_p): Properly check the remainder
3095 2012-07-05 Pat Haugen <pthaugen@us.ibm.com>
3097 Backport from mainline
3098 2012-05-24 Pat Haugen <pthaugen@us.ibm.com>
3100 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
3101 rs6000_sched_costly_dep default to true_store_to_load_dep_costly.
3102 (adjacent_mem_locations): Move some code to and call...
3103 (get_memref_parts): ...new function.
3104 (mem_locations_overlap): New function.
3105 (rs6000_adjust_priority): Adjust calls to is_load_insn/is_store_insn.
3106 (is_mem_ref): Rename to...
3107 (find_mem_ref): ...this. Return MEM rtx.
3108 (get_store_dest): Remove function.
3109 (is_load_insn1, is_load_insn, is_store_insn1, is_store_insn): Add
3110 new parameter and adjust calls.
3111 (rs6000_is_costly_dependence): Update calls for extra arg. Make sure
3112 mem refs overlap for true_store_to_load_dep_costly.
3113 (rs6000_sched_reorder2): Update calls for extra arg. Adjust args
3114 passed to adjacent_mem_locations.
3115 (is_costly_group): Walk resolved dependency list.
3116 (force_new_group): Emit group ending nop for Power6/Power7.
3117 * config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
3118 (group_ending_nop): New define_insn.
3120 2012-07-04 Richard Guenther <rguenther@suse.de>
3123 * gimple-fold.c (get_base_constructor): Do not return an
3124 error_mark_node DECL_INITIAL.
3126 2012-07-04 Uros Bizjak <ubizjak@gmail.com>
3128 Backport from mainline
3129 2012-07-03 Uros Bizjak <ubizjak@gmail.com>
3131 * config/i386/i386.c (ix86_option_override_internal): Fix wrong
3132 code model string in the error message.
3134 2012-07-04 Tristan Gingold <gingold@adacore.com>
3136 Backport from mainline.
3137 2012-06-25 Tristan Gingold <gingold@adacore.com>
3139 * config/i386/winnt.c (i386_pe_seh_end_prologue): Move code to ...
3140 (seh_cfa_adjust_cfa): ... that function.
3141 (seh_emit_stackalloc): Do not emit out of range values.
3142 * config/i386/i386.md: Delete unused UNSPEC_REG_SAVE,
3143 UNSPEC_DEF_CFA constants.
3144 * config/i386/i386.h (SEH_MAX_FRAME_SIZE): Define.
3145 * config/i386/i386.c (ix86_frame_pointer_required): Required
3146 for very large frames on SEH target.
3147 (ix86_compute_frame_layout): Save area is before frame pointer
3148 on SEH target. Handle very large frames.
3149 (ix86_expand_prologue): Likewise.
3151 2012-07-04 Richard Guenther <rguenther@suse.de>
3153 * tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same
3154 as in free_lang_data_in_type.
3156 2012-07-02 Martin Jambor <mjambor@suse.cz>
3158 Backport from mainline.
3159 2012-07-02 Martin Jambor <mjambor@suse.cz>
3162 * ipa-prop.c (compute_known_type_jump_func): Put BINFO check before a
3163 dynamic type change check.
3165 2012-06-29 Eric Botcazou <ebotcazou@adacore.com>
3167 * tree-eh.c (lower_try_finally_switch): Really put the location of the
3168 last statement of the finally block onto the switch.
3170 2012-06-29 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3172 * configure: Regenerate.
3174 Backport from mainline.
3175 2012-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3177 * config.gcc (target_type_format_char): New. Document it. Set it for
3179 * configure.ac (gnu_unique_option): Use target_type_format_char
3180 in test. Comment rationale.
3182 2012-06-29 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3184 Backport from mainline.
3185 2012-05-30 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3187 * config/arm/arm.c (arm_evpc_neon_vrev): Adjust off by one error.
3189 2012-06-28 Georg-Johann Lay <avr@gjlay.de>
3191 Backport from 2012-06-28 mainline r189049
3194 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): New.
3195 * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered): New.
3196 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Forward to
3197 avr_hard_regno_call_part_clobbered.
3199 2012-06-28 Richard Guenther <rguenther@suse.de>
3202 * expr.c (expand_expr_real_1): Verify if the type is complete
3203 before inspecting its size.
3205 2012-06-27 Nick Clifton <nickc@redhat.com>
3207 * config/rx/rx.md (comparesi3_extend): Remove = modifier from
3210 2012-06-26 Alexandre Oliva <aoliva@redhat.com>
3213 * cselib.c (promote_debug_loc): Don't crash on NULL argument.
3215 2012-06-26 Nick Clifton <nickc@redhat.com>
3217 * config/rx/rx.md (simple_return): Use the simple_return rtx.
3219 2012-06-25 Jakub Jelinek <jakub@redhat.com>
3222 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
3223 of x x x in the vmovlps load alternative.
3225 2012-06-22 Richard Guenther <rguenther@suse.de>
3227 * gcov-iov.c: Include bconfig.h and system.h.
3229 2012-06-22 Richard Guenther <rguenther@suse.de>
3231 PR gcov-profile/53744
3232 * gcov-iov.c (main): Treat "" and "prerelease" the same.
3234 2012-06-22 Eric Botcazou <ebotcazou@adacore.com>
3236 * tree-ssa-live.c (remove_unused_scope_block_p): Remove again
3237 DECL_IGNORED_P non-reg vars even if they are used.
3239 2012-06-19 Jason Merrill <jason@redhat.com>
3242 * dwarf2out.c (modified_type_die): Use scope_die_for.
3243 (gen_type_die_with_usage, dwarf2out_finish): Likewise.
3244 (uses_local_type_r, uses_local_type): New.
3245 (scope_die_for): Keep a type that uses a local type in local scope.
3246 Use get_context_die for namespace and type scope.
3248 2012-06-19 Richard Guenther <rguenther@suse.de>
3251 * tree.c (free_lang_data_in_type): Do not clear TYPE_CONTEXT but
3252 replace it with the first non-BLOCK context.
3254 2012-06-18 Vladimir Makarov <vmakarov@redhat.com>
3256 PR rtl-optimization/53700
3258 Backport from mainline
3259 2012-03-29 Vladimir Makarov <vmakarov@redhat.com>
3261 * ira-color.c (setup_left_conflict_sizes_p): Process all
3262 conflicting objects.
3264 2012-06-18 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3266 Backport from mainline
3267 2012-05-09 Uros Bizjak <ubizjak@gmail.com>
3270 * config/i386/sse.md (vec_widen_smult_hi_v4si): Expand using
3271 xop_pmacsdqh insn pattern instead of xop_mulv2div2di3_high.
3272 (vec_widen_smult_lo_v4si): Expand using xop_pmacsdql insn pattern
3273 instead of xop_mulv2div2di3_low.
3274 (xop_p<macs>dql): Fix vec_select selector.
3275 (xop_p<macs>dqh): Ditto.
3276 (xop_mulv2div2di3_low): Remove insn_and_split pattern.
3277 (xop_mulv2div2di3_high): Ditto.
3279 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
3281 Backport from mainline:
3282 2012-06-17 Uros Bizjak <ubizjak@gmail.com>
3284 * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.
3286 2012-06-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3288 Backport from mainline:
3289 2012-06-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3291 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Define.
3292 * config/pa/pa.c (pa_attr_length_millicode_call): Use
3293 MAX_PCREL17F_OFFSET instead of fixed offset.
3294 (pa_attr_length_call): Likewise.
3295 (pa_attr_length_indirect_call): Likewise.
3297 2012-06-15 Walter Lee <walt@tilera.com>
3299 Backport from mainline:
3300 2012-06-15 Walter Lee <walt@tilera.com>
3302 * config/tilegx/sync.md (atomic_fetch_<fetchop_name><mode>): Fix typo.
3304 2012-06-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3306 * config/tilegx/sync.md (atomic_fetch_sub<mode>): Fix typo.
3308 2012-06-15 Aldy Hernandez <aldyh@redhat.com>
3310 Backport from mainline:
3312 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
3313 * tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.
3314 * gimple.h (block_in_transaction): Check for flag_tm.
3316 2012-06-14 Aldy Hernandez <aldyh@redhat.com>
3318 PR tree-optimization/52558
3320 Backport from mainline:
3321 2012-05-21 Aldy Hernandez <aldyh@redhat.com>
3322 * gimple.h (gimple_set_in_transaction): Remove.
3323 (gimple_in_transaction): Look in BB instead.
3324 (gimple_statement_base): Remove in_transaction field.
3325 * basic-block.h (enum bb_flags): Add BB_IN_TRANSACTION.
3326 * trans-mem.c (compute_transaction_bits): Place transaction bit
3327 information into basic blocks.
3329 2012-05-31 Aldy Hernandez <aldyh@redhat.com>
3331 PR tree-optimization/52558
3332 * cfg.c (alloc_aux_for_edge): Fix comment.
3333 (alloc_aux_for_edge): Remove static.
3334 * basic-block.h (alloc_aux_for_edge): Protoize.
3335 * tree-ssa-loop-im.c (execute_sm_if_changed): New.
3336 (execute_sm_if_changed_flag): New.
3337 (execute_sm_if_changed_flag_set): New.
3338 (execute_sm): Do not generate data races unless requested.
3339 (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
3340 (tree_ssa_lim_finalize): Call free_aux_for_edges.
3341 * gimple.h (block_in_transaction): New.
3342 (gimple_in_transaction): Use block_in_transaction.
3344 2012-06-14 Jakub Jelinek <jakub@redhat.com>
3346 Backported from mainline
3347 2012-06-12 Jakub Jelinek <jakub@redhat.com>
3349 PR rtl-optimization/53589
3350 * cfgrtl.c (force_nonfallthru_and_redirect): Do asm_goto_edge
3351 discovery even when e->dest != target. If any LABEL_REF points
3352 to e->dest label, redirect it to target's label.
3354 2012-06-07 Jakub Jelinek <jakub@redhat.com>
3357 * omp-low.c (scan_omp_1_stmt): If check_omp_nesting_restrictions
3358 returns false, replace stmt with GIMPLE_NOP.
3359 (check_omp_nesting_restrictions): Instead of issuing warnings,
3360 issue errors and return false if any errors were reported.
3362 2012-06-14 Richard Guenther <rguenther@suse.de>
3364 * BASE-VER: Set to 4.7.2.
3365 * DEV-PHASE: Set to prerelease.
3367 2012-06-12 Christian Bruel <christian.bruel@st.com>
3370 * config/sh/sh.c (sh_option_override): Don't force
3371 flag_omit_frame_pointer and maccumulate_outgoing_args.
3372 * config/sh/sh.opt (maccumulate-outgoing-args): Init as Var.
3374 2012-06-14 Release Manager
3376 * GCC 4.7.1 released.
3378 2012-06-13 Uros Bizjak <ubizjak@gmail.com>
3380 * config/ia64/sync.md (fetchop_name): Change ior attribute to "or".
3382 2012-06-13 Richard Henderson <rth@redhat.com>
3384 * config/rs6000/sync.md (atomic_load, atomic_store): Use INT1 mode
3385 iterator instead of INT.
3387 2012-06-08 Richard Henderson <rth@redhat.com>
3390 * combine-stack-adj.c (force_move_args_size_note): Add ARGS_SIZE
3391 note to a clobber insn when no other insn is available.
3393 2012-06-04 Paolo Carlini <paolo.carlini@oracle.com>
3396 * doc/invoke.texi (Wenum-compare): Update documentation.
3398 2012-06-04 Edmar Wienskoski <edmar@freescale.com>
3401 * config/rs6000/altivec.md (altivec_stvlx): Change machine mode of
3403 (altivec_stvlxl): Ditto.
3404 (altivec_stvrx): Ditto.
3405 (altivec_stvrxl): Ditto.
3407 2012-06-04 Aldy Hernandez <aldyh@redhat.com>
3410 * trans-mem.c (expand_block_edges): Do not skip the first
3411 statement when resetting the BB.
3413 2012-06-04 Richard Guenther <rguenther@suse.de>
3416 * dwarf2out.c (dwarf2out_finish): If generating LTO do not
3417 create new assembler names.
3419 2012-06-04 Richard Guenther <rguenther@suse.de>
3421 Backport from mainline
3422 2012-04-25 Jakub Jelinek <jakub@redhat.com>
3425 * stor-layout.c (get_best_mode): Don't return mode with bitsize
3426 larger than maxbits. Don't compute maxbits modulo align.
3427 Also check that unit bytes long store at bitpos / unit * unit
3428 doesn't affect bits beyond bitregion_end.
3429 * expmed.c (store_bit_field_1): Avoid trying insv if OP_MODE MEM
3430 would not fit into bitregion_start ... bitregion_end + 1 bit
3432 (store_split_bit_field): Decrease unit close to end of bitregion_end
3433 if access is restricted in order to avoid mutual recursion.
3435 2012-06-04 Georg-Johann Lay <avr@gjlay.de>
3437 Backport from 2012-06-04 mainline r188172
3440 * config/avr/avr-stdint.h: New file.
3441 * config.gcc (avr-*-*,tm_file): Use avr/avr-stdint.h instead of
3444 2012-06-04 Jakub Jelinek <jakub@redhat.com>
3446 PR tree-optimization/53550
3447 * tree-ssa-loop-niter.c (number_of_iterations_cond): If type
3448 is POINTER_TYPE_P, use sizetype as step type instead of type.
3450 2012-06-04 Richard Guenther <rguenther@suse.de>
3451 Eric Botcazou <ebotcazou@adacore.com>
3453 Backport from mainline
3454 2012-04-03 Eric Botcazou <ebotcazou@adacore.com>
3456 * expr.c (get_bit_range): Add OFFSET parameter and adjust BITPOS.
3457 Change type of BITOFFSET to signed. Make sure the lower bound of
3458 the computed range is non-negative by adjusting OFFSET and BITPOS.
3459 (expand_assignment): Adjust call to get_bit_range.
3461 2012-03-27 Eric Botcazou <ebotcazou@adacore.com>
3463 * expr.c (get_bit_range): Return the null range if the enclosing record
3464 is part of a larger bit field.
3466 2012-03-20 Richard Guenther <rguenther@suse.de>
3468 * stor-layout.c (finish_bitfield_representative): Fallback
3469 to conservative maximum size if the padding up to the next
3470 field cannot be computed as a constant.
3471 (finish_bitfield_layout): If we cannot compute the distance
3472 between the start of the bitfield representative and the
3473 bitfield member start a new representative.
3474 * expr.c (get_bit_range): The distance between the start of
3475 the bitfield representative and the bitfield member is zero
3476 if the field offsets are not constants.
3478 2012-03-16 Richard Guenther <rguenther@suse.de>
3480 * stor-layout.c (finish_bitfield_representative): Fall back
3481 to the conservative maximum size if we cannot compute the
3482 size of the tail padding.
3484 2012-03-14 Richard Guenther <rguenther@suse.de>
3486 * tree.h (DECL_BIT_FIELD_REPRESENTATIVE): New define.
3487 * stor-layout.c (start_bitfield_representative): New function.
3488 (finish_bitfield_representative): Likewise.
3489 (finish_bitfield_layout): Likewise.
3490 (finish_record_layout): Call finish_bitfield_layout.
3491 * tree.c (free_lang_data_in_decl): Only free DECL_QUALIFIER
3492 for QUAL_UNION_TYPE fields.
3493 * tree-streamer-in.c (lto_input_ts_field_decl_tree_pointers):
3494 Stream DECL_BIT_FIELD_REPRESENTATIVE.
3495 * tree-streamer-out.c (write_ts_field_decl_tree_pointers): Likewise.
3500 * expr.c (get_bit_range): Unconditionally extract bitrange
3501 from DECL_BIT_FIELD_REPRESENTATIVE.
3502 (expand_assignment): Adjust call to get_bit_range.
3504 2012-06-01 Eric Botcazou <ebotcazou@adacore.com>
3507 * fold-const.c (fold_binary_loc): Refine previous change.
3509 2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
3511 Backport from mainline
3512 2012-03-27 Chung-Lin Tang <cltang@codesourcery.com>
3515 * config/sh/sh.c (find_barrier): Add equality check of last_got to
3516 avoid going above orig insn. Update comments.
3518 2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
3520 Backport from mainline
3521 2012-03-21 Kaz Kojima <kkojima@gcc.gnu.org>
3524 * config/sh/sh.c (sh_expand_prologue): Emit blockage at the end of
3525 prologue for unwinder and profiler.
3527 2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
3529 Backport from mainline
3530 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
3532 * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.
3534 2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
3536 Backport from mainline
3537 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
3539 * config/sh/sh.c (sh_dwarf_register_span): Don't apply
3540 DBX_REGISTER_NUMBER.
3542 2012-06-01 Oleg Endo <olegendo@gcc.gnu.org>
3544 Backport from mainline
3545 2012-03-03 Kaz Kojima <kkojima@gcc.gnu.org>
3547 * config/sh/sh.c (shiftcosts): Return MAX_COST when the first
3548 operand is CONST_INT. Take COSTS_N_INSNS into account.
3549 (sh_rtx_costs): Don't apply COSTS_N_INSNS to the return value of
3552 2012-05-31 Georg-Johann Lay <avr@gjlay.de>
3554 * config/avr/avr.opt (-msp8): Document it.
3555 * doc/invoke.texi (AVR Options): Copy from trunk docu.
3557 2012-05-31 Richard Guenther <rguenther@suse.de>
3560 * expr.c (expand_assignment): Do not use movmisalign on
3563 2012-05-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3566 * config/pa/pa.c (TARGET_SECTION_TYPE_FLAGS): Define.
3567 (pa_section_type_flags): New.
3568 (pa_legitimate_constant_p): Revert previous change.
3570 2012-05-30 Aldy Hernandez <aldyh@redhat.com>
3572 Backport from mainline
3573 2012-05-25 Aldy Hernandez <aldyh@redhat.com>
3576 * trans-mem.c (ipa_tm_create_version_alias): Output new_node if
3577 accessed indirectly.
3578 (ipa_tm_create_version): Same.
3580 2012-05-30 Jason Merrill <jason@redhat.com>
3583 * c-typeck.c (array_to_pointer_conversion): Give -Wc++-compat warning
3584 about array compound literals.
3586 2012-05-30 Richard Guenther <rguenther@suse.de>
3589 * fold-const.c (fold_binary_loc): Make sure to call
3590 fold_plusminus_mult_expr with the original sign of operands.
3592 2012-05-30 Eric Botcazou <ebotcazou@adacore.com>
3594 * explow.c (probe_stack_range): Restore simple control flow and stop
3595 again when the probe cannot be generated if HAVE_check_stack.
3597 2012-05-30 Jakub Jelinek <jakub@redhat.com>
3599 PR rtl-optimization/53519
3600 * combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
3601 instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
3603 2012-05-29 Richard Guenther <rguenther@suse.de>
3605 PR tree-optimization/53516
3606 * tree-data-ref.c (stmt_with_adjacent_zero_store_dr_p): Reject
3608 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
3610 2012-05-28 Bill Schmidt <wschmidt@linux.ibm.com>
3612 Backport from mainline
3613 2012-05-28 Richard Guenther <rguenther@suse.de>
3615 PR tree-optimization/53438
3616 * tree-sra.c (analyze_access_subtree): Correct bitfield exclusion.
3618 2012-05-26 Eric Botcazou <ebotcazou@adacore.com>
3620 Backport from mainline
3621 2012-03-10 Chung-Lin Tang <cltang@codesourcery.com>
3623 PR rtl-optimization/52528
3624 * combine.c (can_combine_p): Add setting of subst_low_luid
3625 before call to expand_field_assignment().
3627 2012-05-26 Martin Jambor <mjambor@suse.cz>
3629 Backport from mainline
3630 2012-05-23 Martin Jambor <mjambor@suse.cz>
3632 * ipa-inline-analysis.c (inline_merge_summary): Free operand_map.
3634 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
3637 * tree-inline.c (remap_gimple_op_r): Fix handling of FIELD_DECL.
3638 * tree.c (RETURN_TRUE_IF_VAR): Do not return true for PLACEHOLDER_EXPR.
3640 2012-05-25 Alexander Ivchenko <alexander.ivchenko@intel.com>
3643 * config/i386/i386.c (ix86_expand_vec_perm): Use correct op.
3644 (ix86_expand_vec_perm): Use int mode instead of float.
3646 2012-05-25 Eric Botcazou <ebotcazou@adacore.com>
3649 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Set gas and
3650 gnu_ld variables to yes.
3651 * configure.ac (HAVE_GNU_LD): Move to after config.gcc inclusion.
3652 (HAVE_GNU_AS): Likewise.
3653 * config.in: Regenerate.
3654 * configure: Likewise.
3656 2012-05-25 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3658 Backport from mainline
3659 2012-03-12 Richard Guenther <rguenther@suse.de>
3660 * config/arm/arm.c (neon_dereference_pointer): Do not call
3661 covert during RTL expansion.
3663 2012-05-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3665 Backport from mainline
3666 2012-05-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3669 * config/rs6000/rs6000.c (print_operand): Revise code that unsafely
3670 relied on signed overflow behavior.
3672 2012-05-24 Richard Guenther <rguenther@suse.de>
3675 * tree-profile.c (tree_profiling): Cleanup the CFG if
3676 execute_fixup_cfg requests it.
3678 2012-05-24 Jakub Jelinek <jakub@redhat.com>
3680 PR tree-optimization/53465
3681 * tree-vrp.c (extract_range_from_cond_expr): First copy_value_range
3682 vr0 into *vr, then vrp_meet that.
3683 (vrp_meet): If one vr type is VR_UNDEFINED, ensure the result doesn't
3684 have any equivalences.
3685 (vrp_visit_phi_node): Call copy_value_range instead of vrp_meet the
3688 2012-05-23 Eric Botcazou <ebotcazou@adacore.com>
3690 * gimple.c (gimple_types_compatible_p_1) <ARRAY_TYPE>: Remove bogus
3692 (gimple_canonical_types_compatible_p) <ARRAY_TYPE>: Likewise.
3693 (iterative_hash_gimple_type): Adjust comment.
3694 (iterative_hash_canonical_type): Likewise. Hash the bounds of the
3695 domain for an array type instead of the domain type itself.
3697 2012-05-23 Georg-Johann Lay <avr@gjlay.de>
3699 Backport from 2012-05-23 mainline r187803
3702 * config/avr/avr.h (ASM_OUTPUT_ALIGN): Don't inhibit .p2align 1.
3703 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Use
3706 2012-05-23 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3708 Backport from 2012-05-03 mainline r187075
3710 * config/i386/driver-i386.c (host_detect_local_cpu): Reset
3711 has_fma4 for AMD processors with both fma3 and fma4 support.
3713 2012-05-22 Richard Guenther <rguenther@suse.de>
3715 PR tree-optimization/53408
3716 * tree-vect-loop.c (vectorizable_induction): Properly check
3717 the restriction that we cannot handle induction results from
3718 the inner loop outside of the outer loop.
3720 2012-05-21 Jakub Jelinek <jakub@redhat.com>
3722 PR tree-optimization/53436
3723 * omp-low.c (omp_build_component_ref): New function.
3724 (build_receiver_ref, build_sender_ref, create_task_copyfn): Use it.
3726 PR tree-optimization/53366
3727 * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
3728 tests if complex_numbers == 2, but there are non-complex number loads
3731 PR tree-optimization/53409
3732 * tree-vect-loop.c (vect_analyze_loop_operations): Don't check
3733 vinfo_for_stmt (op_def_stmt) if op_def_stmt isn't inside loop.
3735 PR tree-optimization/53410
3736 * fold-const.c (fold_binary_loc): Use build_zero_cst (type)
3737 instead of build_int_cst (type, 0) where vector types might be
3740 2012-05-21 Joseph Myers <joseph@codesourcery.com>
3743 * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
3744 from folded operands before wrapping another around the
3745 conditional expression.
3747 2012-05-21 Dave Boutcher <daveboutcher@gmail.com>
3748 Patrick Marlier <patrick.marlier@gmail.com>
3750 * trans-mem.c (ipa_tm_transform_clone): Transform functions with
3753 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3755 Backport from mainline
3756 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3759 * config/i386/i386.md (UNSPEC_RDRAND): Renamed to ...
3760 (UNSPECV_RDRAND): This.
3761 (rdrand<mode>_1): Updated.
3763 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
3765 Backport from mainline
3766 2012-05-20 H.J. Lu <hongjiu.lu@intel.com>
3768 * config/i386/driver-i386.c (host_detect_local_cpu): Support
3769 RDRND, F16C and FSGSBASE.
3771 2012-05-19 Eric Botcazou <ebotcazou@adacore.com>
3773 Backport from mainline
3774 2012-05-14 Eric Botcazou <ebotcazou@adacore.com>
3776 * tree-ssa-pre.c (can_value_number_call): Delete.
3777 (compute_avail): Skip all statements with side effects.
3778 <GIMPLE_CALL>: Skip calls to internal functions.
3780 2012-05-18 David S. Miller <davem@davemloft.net>
3782 Backport r185385 from mainline
3783 2012-03-14 Richard Guenther <rguenther@suse.de>
3786 * tree-vect-generic.c (type_for_widest_vector_mode): Take
3787 element type instead of mode, use build_vector_type_for_mode
3788 instead of the langhook, build a vector of proper signedness.
3789 (expand_vector_operations_1): Adjust.
3791 2012-05-18 Olivier Hainque <hainque@adacore.com>
3793 * Makefile.in (FLAGS_TO_PASS): Pass $(libexecsubdir) instead of
3794 $(libsubdir) as libexecsubdir.
3796 2012-05-16 Andrew Pinski <apinski@cavium.com>
3798 * gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
3801 2012-05-16 David S. Miller <davem@davemloft.net>
3803 * jump.c (delete_related_insns): If we remove a CALL, make sure
3804 we delete it's NOTE_INSN_CALL_ARG_LOCATION note too.
3806 2012-05-16 Richard Henderson <rth@redhat.com>
3809 * combine-stack-adj.c (prev_active_insn_bb): New.
3810 (next_active_insn_bb): New.
3811 (force_move_args_size_note): New.
3812 (combine_stack_adjustments_for_block): Use it.
3814 2012-05-16 Olivier Hainque <hainque@adacore.com>
3816 * Makefile.in (install-no-fixedincludes): New target, former toplevel
3817 gcc-no-fixedincludes. Stash "include-fixed" in addition to "include".
3818 Add comments and improve stamp preservation across the whole sequence.
3819 (stmp-int-hdrs): Use move-if-change + cp -p to setup fix_dir/limits.h.
3821 2012-05-16 Richard Guenther <rguenther@suse.de>
3823 PR tree-optimization/53364
3824 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
3825 detect a view-conversion of the decl.
3827 2012-05-15 Jakub Jelinek <jakub@redhat.com>
3830 * config/i386/i386.md (*addqi_2 peephole with QImode addition): Check
3831 that operands[2] is either immediate, or q_regs_operand.
3833 2012-05-15 Bin Cheng <bin.cheng@arm.com>
3835 Backport r187139 from mainline.
3836 2012-05-04 Bin Cheng <bin.cheng@arm.com>
3838 PR rtl-optimization/52804
3839 * reload1.c (reload_reg_reaches_end_p): Check whether successor
3840 reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
3841 of current one with type RELOAD_FOR_INPADDR_ADDRESS.
3842 Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
3843 RELOAD_FOR_OUTADDR_ADDRESS.
3845 2012-05-14 Uros Bizjak <ubizjak@gmail.com>
3848 * config/i386/i386.c (ix86_expand_special_args_builtin): Always
3849 generate target register for "load" class builtins.
3852 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
3855 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
3856 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
3857 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
3858 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
3859 (<sse>_movu<ssemodesuffix>): New expander.
3860 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
3861 (avx_movdqu<avxmodesuffix>): New expander.
3862 (*sse2_movdqu): Rename from sse2_movdqu.
3863 (sse2_movdqu): New expander.
3865 2012-05-14 Jakub Jelinek <jakub@redhat.com>
3867 * dwarf2out.c (dwarf2out_define, dwarf2out_undef): Treat
3868 lineno 1 the same as lineno 0 before first start file directive.
3869 (optimize_macinfo_range): Likewise.
3871 * dwarf2out.c (have_macinfo): Define.
3872 (dwarf2out_finish): Don't emit DW_AT_GNU_macros or DW_AT_macro_info
3873 attribute, don't force empty compilation unit and don't emit any
3874 .debug_macinfo/.debug_macro section if macinfo_table is empty.
3876 2012-05-13 Uros Bizjak <ubizjak@gmail.com>
3878 Backport from mainline
3879 2012-05-12 Uros Bizjak <ubizjak@gmail.com>
3881 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
3882 ORDERED and UNORDERED conditions.
3884 2012-05-12 Eric Botcazou <ebotcazou@adacore.com>
3886 * function.c (requires_stack_frame_p): If the function can throw
3887 non-call exceptions, return true if the insn can throw internally.
3889 2012-05-10 Eric Botcazou <ebotcazou@adacore.com>
3891 * gimplify.c (gimplify_decl_expr): For a TYPE_DECL, also gimplify the
3892 DECL_ORIGINAL_TYPE if it is present.
3894 2012-05-09 Georg-Johann Lay <avr@gjlay.de>
3896 Backport from 2012-05-12 mainline r187342.
3899 * config/avr/elf.h (ASM_DECLARE_FUNCTION_NAME): Remove.
3900 * config/avr/avr-protos.h (avr_asm_declare_function_name): Remove.
3901 * config/avr/avr.h (struct machine_function): Add attributes_checked_p.
3902 * config/avr/avr.c (avr_asm_declare_function_name): Remove.
3903 (expand_prologue): Move initialization of cfun->machine->is_naked,
3904 is_interrupt, is_signal, is_OS_task, is_OS_main from here to...
3905 (avr_set_current_function): ...this new static function.
3906 (TARGET_SET_CURRENT_FUNCTION): New define.
3907 (avr_function_ok_for_sibcall): Use cfun->machine->is_* instead of
3908 checking attributes of current_function_decl.
3909 (avr_regs_to_save): Ditto.
3910 (signal_function_p): Rename to avr_signal_function_p.
3911 (interrupt_function_p): Rename to avr_interrupt_function_p.
3913 * doc/extend.texi (Function Attributes): Better explanation of
3914 'interrupt' and 'signal' for AVR. Move 'ifunc' down to establish
3917 2012-05-09 Matthias Klose <doko@ubuntu.com>
3919 * gcc-ar.c (main): Don't check for execute bits for the plugin.
3921 2012-05-08 Hans-Peter Nilsson <hp@axis.com>
3924 * config/cris/cris.c (cris_normal_notice_update_cc): For TARGET_V32,
3925 when a constant source operand matches an "I" constraint, the "no
3926 CC0 change" applies to a register-destination only, not a
3927 strict_low_part-destination.
3929 2012-05-07 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3931 Backport from mainline:
3932 2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
3934 * config/arm/sync.md (sync_optab): Change ior attribute to "or".
3936 2012-05-07 Jakub Jelinek <jakub@redhat.com>
3938 PR tree-optimization/53239
3939 * tree-vrp.c (get_value_range): Set VR of
3940 SSA_NAME_IS_DEFAULT_DEF of DECL_BY_REFERENCE RESULT_DECL
3943 2012-05-07 Richard Guenther <rguenther@suse.de>
3945 PR tree-optimization/53195
3946 * tree-inline.c (setup_one_parameter): Properly add referenced
3947 vars from the parameters new known value.
3949 2012-05-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3951 Backport from mainline:
3952 2012-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3955 * config/pa/pa.c (pa_legitimate_constant_p): Don't put function labels
3958 2012-05-04 Ian Lance Taylor <iant@google.com>
3960 * tree-vect-patterns.c (vect_single_imm_use): Correct return
3961 values from false to NULL.
3963 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
3965 Backport from mainline
3966 2012-05-04 Uros Bizjak <ubizjak@gmail.com>
3969 * config/i386/i386.h (X86_ARCH_CMOV): Rename from X86_ARCH_CMOVE.
3970 (TARGET_CMOV): Rename from TARGET_CMOVE.
3971 (TARGET_CMOVE): New define.
3972 * config/i386/i386.c (ix86_option_override_internal): Use TARGET_CMOV.
3973 Do not set TARGET_CMOVE here.
3975 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3977 Backport from mainline:
3979 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3981 PR tree-optimization/52633
3982 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Swap order of
3983 vect_recog_widen_shift_pattern and vect_recog_over_widening_pattern.
3984 (vect_recog_over_widening_pattern): Remove handling of code that was
3985 already detected as over-widening pattern. Remove special handling
3986 of "unsigned" cases. Instead, support general case of conversion
3987 of the shift result to another type.
3989 2012-05-04 Ulrich Weigand <ulrich.weigand@linaro.org>
3991 * tree-vect-patterns.c (vect_single_imm_use): New function.
3992 (vect_recog_widen_mult_pattern): Use it instead of open-coding loop.
3993 (vect_recog_over_widening_pattern): Likewise.
3994 (vect_recog_widen_shift_pattern): Likewise.
3996 2012-04-10 Ulrich Weigand <ulrich.weigand@linaro.org>
3998 PR tree-optimization/52870
3999 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Verify that
4000 presumed pattern statement is within the same loop or basic block.
4002 2012-05-04 Richard Guenther <rguenther@suse.de>
4004 * common.opt (flto-report): Do not mark as Optimization.
4006 2012-05-04 Eric Botcazou <ebotcazou@adacore.com>
4009 * recog.c (constrain_operands): If extra constraints are present, also
4010 accept pseudo-registers with equivalent memory locations during reload.
4012 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
4014 Backport from the mainline
4015 2012-05-03 Michael Meissner <meissner@linux.vnet.ibm.com>
4018 * config/rs6000/rs6000.md (bswapdi splitters): If
4019 -mavoid-indexed-addresses (or -mcpu=power6 which sets it by
4020 default) is used, generate an alternate sequence that does not
4021 depend on using indexed addressing.
4023 2012-05-03 David S. Miller <davem@davemloft.net>
4026 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If we pass a
4027 MEM directly into a libcall, mark it's MEM_EXPR as addressable.
4028 (sparc_emit_float_lib_cmp): Likewise.
4030 2012-05-04 Martin Jambor <mjambor@suse.cz>
4032 Backport from mainline
4033 2012-05-02 Martin Jambor <mjambor@suse.cz>
4036 * dwarf2out.c (dwarf2out_decl): Only lookup die representing context
4037 of a variable when the contect is a function.
4039 2012-05-03 Jakub Jelinek <jakub@redhat.com>
4042 * gcc-ar.c (main): If GCC_EXEC_PREFIX is set in env,
4043 append program name to it and pass that as first argument
4044 to make_relative_prefix. Always pass standard_libexec_prefix
4045 as last argument to make_relative_prefix. If
4046 make_relative_prefix returns NULL, fall back to
4047 standard_libexec_prefix.
4050 * tree-predcom.c (remove_stmt): Call reset_debug_uses on stmts being
4054 * config/arm/arm.c (arm_select_cc_mode): If x has MODE_CC class
4055 mode, return that mode.
4057 2012-05-03 Richard Guenther <rguenther@suse.de>
4059 PR tree-optimization/53144
4060 * tree-ssa-sccvn.c (vn_reference_lookup_or_insert_constant_for_pieces):
4062 (vn_reference_lookup_or_insert_for_pieces): ... this. Properly deal
4063 with SSA name values.
4064 (vn_reference_lookup_3): Adjust callers.
4066 2012-05-02 Jakub Jelinek <jakub@redhat.com>
4068 PR tree-optimization/53163
4069 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Don't ignore
4070 return value from compute_all_dependences.
4072 PR rtl-optimization/53160
4073 * ree.c (combine_reaching_defs): Handle the case where cand->insn
4074 has been modified by ree pass already.
4076 2012-05-01 Uros Bizjak <ubizjak@gmail.com>
4078 Backport from mainline
4079 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
4082 * ipa-prop.c (ipa_print_node_jump_functions): Wrap multiple
4083 calls to cgraph_node_name in xstrdup.
4084 (ipa_make_edge_direct_to_target): Ditto.
4085 * tree-sra.c (convert_callers_for_node): Ditto.
4086 * lto-symtab.c (lto_cgraph_replace_node): Ditto.
4087 * ipa-cp.c (perhaps_add_new_callers): Ditto.
4088 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Ditto.
4089 (cgraph_materialize_all_clones): Ditto.
4090 * ipa-inline.c (report_inline_failed_reason): Ditto.
4091 (want_early_inline_function_p): Ditto.
4092 (edge_badness): Ditto.
4093 (update_edge_key): Ditto.
4094 (flatten_function): Ditto.
4095 (ipa_inline): Ditto.
4096 (inline_always_inline_functions): Ditto.
4097 (early_inline_small_functions): Ditto.
4099 2012-04-30 Andreas Tobler <andreast@fgznet.ch>
4101 Backport from mainline
4102 2012-03-21 Andreas Tobler <andreast@fgznet.ch>
4104 * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
4105 Introduce emul_name to select the right linker emulation for
4106 powerpc64-*-freebsd*.
4107 * configure: Regenerate.
4108 * config.gcc: Add bits to support powerpc64-*-freebsd*.
4109 * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
4110 * config/rs6000/freebsd64.h: New file.
4111 * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
4113 (rs6000_savres_strategy): Likewise.
4114 (rs6000_savres_routine_name): Likewise.
4115 (rs6000_elf_file_end): Likewise.
4116 * config/rs6000/t-freebsd64: New file.
4117 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
4118 rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.
4120 2012-04-30 Uros Bizjak <ubizjak@gmail.com>
4122 Backport from mainline
4123 2012-04-27 Paolo Bonzini <bonzini@gnu.org>
4126 * config/i386/i386.md (x86_mov<mode>cc_0_m1_neg): Add clobber.
4128 2012-04-30 Eric Botcazou <ebotcazou@adacore.com>
4130 * config/i386/i386.c (ix86_handle_struct_attribute): Use the proper
4131 predicate to discriminate types.
4133 2012-04-27 Richard Guenther <rguenther@suse.de>
4136 * convert.c (convert_to_integer): Avoid infinite recursion for
4137 target-defined built-in types.
4139 2012-04-26 Hans-Peter Nilsson <hp@axis.com>
4142 * config/cris/cris.md ("*andhi_lowpart_v32")
4143 ("*andqi_lowpart_v32"): Change first input-only operand from
4144 a (match_operand ...) to (match_dup 0). Drop alternatives with
4145 const_int-matching constraints for redundancy.
4146 ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto. Drop
4147 three-operand alternative.
4149 2012-04-26 Uros Bizjak <ubizjak@gmail.com>
4151 Backport from mainline
4152 2012-04-23 Uros Bizjak <ubizjak@gmail.com>
4154 * config/i386/i386.md (*add<mode>_2): Add r/r/0 alternative.
4155 (*addsi_2_zext): Ditto.
4156 (*add<mode>_3): Ditto.
4157 (*addsi_3_zext): Ditto.
4158 (*add<mode>_5): Ditto.
4160 2012-04-25 Jakub Jelinek <jakub@redhat.com>
4163 * c-typeck.c (set_nonincremental_init,
4164 set_nonincremental_init_from_string): Pass true instead of false
4165 as IMPLICIT to add_pending_init.
4167 2012-04-24 Georg-Johann Lay <avr@gjlay.de>
4169 Backport from 2012-04-24 mainline r186768.
4172 * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): New hook define.
4174 2012-04-24 Richard Guenther <rguenther@suse.de>