gcc/
[official-gcc.git] / gcc / ChangeLog
blob8fc34d64d95001f026dd2b3902ae817f5cb43ddb
1 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
3         * hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set
4         and x_operand_reg_set.
5         (accessible_reg_set, operand_reg_set): New macros.
6         * reginfo.c (init_reg_sets): Initialize accessible_reg_set and
7         operand_reg_set.
8         (saved_accessible_reg_set, saved_operand_reg_set): New variables.
9         (save_register_info): Save them.
10         (restore_register_info): Restore them.
11         (init_reg_sets_1): Limit operand_reg_set to accessible_reg_set.
12         Remove NO_REGS registers from operand_reg_set.  Treat members
13         of operand_reg_set as fixed.
14         * recog.c (general_operand): Check operand_reg_set rather than
15         NO_REGS.
16         (register_operand, nonmemory_operand): Likewise.
17         * varasm.c (make_decl_rtl): Always use DECL_MODE as the mode of
18         register variables.  Check accessible_reg_set and operand_reg_set.
19         * config/mips/mips.c (mips_conditional_register_usage): Remove
20         inaccessible register from accessible_reg_set, rather than just
21         making them fixed.
23 2011-11-27  Gerald Pfeifer  <gerald@pfeifer.com>
25         * config/pa/pa-linux.h (TARGET_GAS): Remove comment.
27 2011-11-26  Richard Henderson  <rth@redhat.com>
29         * config/arm/arm.c (arm_init_libfuncs): Call init_sync_libfuncs
30         for Linux.
32 2011-11-26  Richard Henderson  <rth@redhat.com>
34         * optabs.c (expand_atomic_fetch_op): Always return result.
36         * optabs.c (init_sync_libfuncs_1): Include max in iteration.
38         * omp-low.c (expand_omp_atomic): Assume anything aligned to
39         BIGGEST_ALIGNMENT is aligned.
41 2011-11-26  Richard Henderson  <rth@redhat.com>
43         * config/m68k/m68k.md (UNSPECV_CAS_1, UNSPECV_CAS_2): New.
44         (UNSPECV_TAS_1, UNSPECV_TAS_2): New.
45         (I): New mode iterator.
46         (xz): New mode attribute.
47         * config/m68k/sync.md: New file.
49         * config/m68k/linux.h (TARGET_INIT_LIBFUNCS): New.
50         * config/m68k/m68k.c (m68k_init_sync_libfuncs): New.
52 2011-11-26  Nathan Sidwell  <nathan@acm.org>
54         PR gcov-profile/51297
55         * gcov.c (main): Allocate initial names and sources arrays.
56         (find_source): Don't check for null name or source arrays here.
58 2011-11-26  Jakub Jelinek  <jakub@redhat.com>
60         PR rtl-optimization/49912
61         * cfgrtl.c (rtl_verify_flow_info_1): Ignore also EDGE_PRESERVE bit
62         when counting n_branch.
64 2011-11-26  Uros Bizjak  <ubizjak@gmail.com>
66         * config/i386/sync.md (movdi_via_fpu): Add %Z insn suffixes.
68 2011-11-26  Joern Rennecke  <joern.rennecke@embecosm.com>
70         PR middle-end/50074
71         * calls.c (mem_overlaps_already_clobbered_arg_p):
72         Return false if no outgoing arguments have been stored so far.
74 2011-11-25  Georg-Johann Lay  <avr@gjlay.de>
76         * config/avr/avr.c (print_operand): Support code = 'i' for CONST_INT.
78 2011-11-24  Andrew MacLeod  <amacleod@redhat.com>
80         PR other/51011
81         * tree.h (is_builtin_name): No longer external.
82         * builtins.c (is_builtin_name): Make static.
83         * varasm.c (incorporeal_function_p): __sync and __atomic external calls
84         are not incorporeal and may need asm label processing.
86 2011-11-25  Georg-Johann Lay  <avr@gjlay.de>
88         PR target/50566
89         * config/avr/avr-protos.h (avr_log_t): Add field .builtin.
90         * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
91         Don't bypass TARGET_ALL_DEBUG.  Print self-info with ?.
92         (avr_log_vadump): Support %D and %X to print double_int.
93         (avr_double_int_pop_digit): New static function.
94         (avr_dump_double_int_hex): New static function.
96 2011-11-24  Enkovich Ilya  <ilya.enkovich@intel.com>
98         PR target/51287
99         * config/i386/i386.c (distance_non_agu_define_in_bb): Fix insn
100         attr check.
102 2011-11-24  Andrew MacLeod  <amacleod@redhat.com>
104         * optab.c (maybe_emit_atomic_exchange): New.  Try to emit an
105         atomic_exchange pattern.
106         (maybe_emit_sync_lock_test_and_set): New.  Try to emit an exchange
107         using __sync_lock_test_and_set.
108         (maybe_emit_compare_and_swap_exchange_loop): New. Try to emit an
109         exchange using a compare_and_swap loop.
110         (expand_sync_lock_test_and_set): New.  Expand sync_lock_test_and_set.
111         (expand_atomic_test_and_set): New.  Expand test_and_set operation.
112         (expand_atomic_exchange): Use new maybe_emit_* functions.
113         (expand_atomic_store): Use new maybe_emit_* functions.
114         * builtins.c (expand_builtin_sync_lock_test_and_set): Call
115         expand_sync_lock_test_and_set routine.
116         (expand_builtin_atomic_exchange): Remove parameter from call.
117         (expand_builtin_atomic_clear): Use atomic_clear pattern if present.
118         (expand_builtin_atomic_test_and_set): Add target and simply call
119         expand_atomic_test_and_set.
120         (expand_builtin): Add target to expand_builtin_atomic_test_and_set.
121         * expr.h (expand_atomic_exchange): Add parameter.
122         (expand_sync_lock_test_and_set): New prototype.
123         (expand_atomic_test_and_set, expand_atomic_clear): New prototypes.
125 2011-11-24  H.J. Lu  <hongjiu.lu@intel.com>
127         PR target/51134
128         * config/i386/i386.h (processor_costs): Revert revision 181357.
129         * config/i386/i386.c (cost models): Likewise.
130         (core_cost): Likewise.
131         (promote_duplicated_reg): Likewise.
132         (promote_duplicated_reg_to_size): Likewise.
133         (processor_target): Likewise.
134         (expand_set_or_movmem_via_loop_with_iter): Likewise.
135         (expand_set_or_movmem_via_loop): Likewise.
136         (emit_strset): Likewise.
137         (expand_movmem_epilogue): Likewise.
138         (expand_setmem_epilogue): Likewise.
139         (expand_movmem_prologue): Likewise.
140         (expand_setmem_prologue): Likewise.
141         (expand_constant_movmem_prologue): Likewise.
142         (expand_constant_setmem_prologue): Likewise.
143         (decide_alg): Likewise.
144         (decide_alignment): Likewise.
145         (ix86_expand_movmem): Likewise.
146         (ix86_expand_setmem): Likewise.
147         (ix86_slow_unaligned_access): Likewise.
148         * config/i386/i386.md (strset): Likewise.
149         * config/i386/sse.md (vec_dupv4si): Likewise.
150         (vec_dupv2di): Likewise.
152 2011-11-24  Georg-Johann Lay  <avr@gjlay.de>
154         * config/avr/avr.md (*rotlhi2.15): Set length to 4.
156 2011-11-24  Razya Ladelsky  <razya@il.ibm.com>
158         * tree-data-ref.c (initialize_data_dependence_relation): Update
159         comment for the self dependence case.
160         (compute_self_dependence): Remove.
161         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove call to
162         compute_self_dependenc.
164 2011-11-24  Alan Modra  <amodra@gmail.com>
166         * c-decl.c (warn_if_shadowing): Don't warn if shadowed
167         identifier is from system header.
169 2011-11-23  Jakub Jelinek  <jakub@redhat.com>
171         PR target/51261
172         * config/i386/i386.c (decide_alg): Initialize *dynamic_check
173         even if !optimize.
175 2011-11-23  Vladimir Makarov  <vmakarov@redhat.com>
177         PR rtl-optimization/48455
178         * doc/invoke.texi (-fira-region): Document default values.
180         * flags-types.h (enum ira_region): Add new value
181         IRA_REGION_AUTODETECT.
183         * common.opt (fira-region): Set up initial value to
184         IRA_REGION_AUTODETECT.
186         * toplev.c (process_options): Set up flag_ira_region depending on
187         -O options.
189         * ira.c (ira.c): Remove optimize guard for ira_build.
191 2011-11-23  Chung-Lin Tang  <cltang@codesourcery.com>
193         PR rtl-optimization/50496
194         * jump.c (redirect_jump): Assert fail on nlabel == NULL_RTX
195         only after epilogue is created. Add comments.
197 2011-11-22  Richard Henderson  <rth@redhat.com>
199         * config/ia64/ia64.c (ia64_expand_atomic_op): Add model parameter.
200         Generate the barrier required for the memory model.
201         (rtx_needs_barrier): Handle UNSPEC_FETCHADD_REL, UNSPEC_CMPXCHG_REL.
202         * config/ia64/ia64-protos.h: Update.
203         * config/ia64/ia64.md (UNSPEC_FETCHADD_REL): New.
204         (UNSPEC_CMPXCHG_REL): New.
205         * config/ia64/sync.md (mem_thread_fence): New.
206         (atomic_load<IMODE>, atomic_store<IMODE>): New.
207         (atomic_compare_and_swap<IMODE>): New.
208         (cmpxchg_acq_<I124MODE>, cmpxchg_acq_di): New.
209         (atomic_exchange<IMODE>): New.
210         (xchg_acq_<IMODE>): Rename from sync_lock_test_and_set<IMODE>.
211         (atomic_<FETCHOP><IMODE>, atomic_nand<IMODE>): New.
212         (atomic_fetch_<FETCHOP><IMODE>, atomic_fetch_nand<IMODE>): New.
213         (atomic_<FETCHOP>_fetch<IMODE>, atomic_nand_fetch<IMODE>): New.
214         (fetchadd_rel_<I48MODE>): New.
215         (sync_<FETCHOP><IMODE>, sync_nand<IMODE>): Remove.
216         (sync_old_<FETCHOP><IMODE>, sync_old_nand<IMODE>): Remove.
217         (sync_new_<FETCHOP><IMODE>, sync_new_nand<IMODE>): Remove.
218         (sync_compare_and_swap<IMODE>): Remove.
219         (sync_lock_release<IMODE>): Remove.
221         * config/ia64/ia64.md: Use define_c_enum for UNSPEC_*
222         and UNSPECV_* constants.
224 2011-11-22  Tom de Vries  <tom@codesourcery.com>
226         PR rtl-optimization/50764
227         * sched-deps.c (sched_analyze_insn): Make sure frame-related insns are
228         not moved past preceding jump.
230 2011-11-22  Jeff Law  <law@redhat.com>
232         * doc/contrib.texi: Add entry for David Binderman.
234 2011-11-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
236         * postreload.c (reload_combine): Mark reg_state as invalid at
237         volatile insns if there has been a use already.
239 2011-11-21  Aldy Hernandez  <aldyh@redhat.com>
241         * opts.c (finish_options): Do not fail for -fgnu-tm.
242         * gimple-streamer-out.c (output_gimple_stmt): Handle
243         GIMPLE_TRANSACTION.
244         * gimple-streamer-in.c (input_gimple_stmt): Same.
245         * lto-cgraph.c (input_overwrite_node): Read tm_clone bit.
246         (lto_output_node): Write tm_clone bit.
248 2011-11-22  Ian Lance Taylor  <iant@google.com>
250         * doc/install.texi (Configuration): Correct doc of
251         --enable-build-poststage1-with-cxx: it is not experimental.
253 2011-11-22  Jakub Jelinek  <jakub@redhat.com>
255         PR tree-optimization/51074
256         * fold-const.c (fold_binary_loc): Fix up VEC_INTERLEAVE_*_EXPR
257         handling for BYTES_BIG_ENDIAN.
258         * optabs.c (can_vec_perm_for_code_p): Likewise.
260 2011-11-22  Michael Matz  <matz@suse.de>
262         PR other/51125
263         * trans-mem.c (expand_block_tm): Ignore clobbers.
265 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
267         *  config/darwin.h (ENDFILE_SPEC): New.
268         (DARWIN_CRT1_SPEC): Add crttms.o.
269         (STARTFILE_SPEC): Likewise for dynamic libs and bundles.
270         * config/i386.h (ENDFILE_SPEC): Amend to include crttme.o.
272 2011-11-22  Michael Matz  <matz@suse.de>
274         PR c++/51264
275         * tree.c (iterative_hash_expr): Remove break after return.
277 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
279         * target.def (tm_clone_table_section): New hook.
280         * doc/tm.texi.in (TARGET_ASM_TM_CLONE_TABLE_SECTION): Define.
281         * doc/tm.texi: Regenerate.
282         * varasm.c (dump_tm_clone_pairs): Use target tm_clone_table_section.
283         * output.h (default_clone_table_section): New prototype.
284         * config/darwin.h (TARGET_ASM_TM_CLONE_TABLE_SECTION): New.
285         * config/darwin-protos.h (darwin_tm_clone_table_section): New prototype.
286         * config/darwin.c (darwin_tm_clone_table_section): New.
288 2011-11-21  Torvald Riegel  <triegel@redhat.com>
290         * trans-mem.c (diagnose_tm_1): Print an expression instead of a
291         declaration in error messages for indirect calls.
293 2011-11-21  David S. Miller  <davem@davemloft.net>
295         * config/sparc/sparc.c (sparc_regmode_natural_size): New function
296         implementing REGMODE_NATURAL_SIZE taking into consideration vector
297         modes.
298         (sparc_modes_tieable_p): Similarly for MODES_TIEABLE_P.
299         * config/sparc/sparc-protos.h (sparc_regmode_natural_size,
300         sparc_modes_tieable_p): Declare.
301         * gcc/config/sparc/sparc.h (REGMODE_NATURAL_SIZE,
302         MODES_TIEABLE_P): Use new helper functions.
304         Revert
305         2011-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
307         PR middle-end/50325
308         * expmed.c (store_bit_field_1): Use extract_bit_field on big
309         endian targets if the source cannot be exactly covered by word
310         mode chunks.
312 2011-11-21  Jakub Jelinek  <jakub@redhat.com>
314         PR debug/50827
315         * var-tracking.c (loc_cmp): For ENTRY_VALUEs use ENTRY_VALUE_EXP
316         macro instead of XEXP.
318 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
320         * configure: Regenerate.
322 2011-11-21  Georg-Johann Lay  <avr@gjlay.de>
324         * config/avr/avr.c (output_reload_in_const): Loading a byte with 0
325         must not affect cc0.
326         * config/avr/avr.md (*movhi, *movpsi, *movsi, *movsf): Zero to any
327         register does not change cc0. Same for any constant to ld-register.
329 2011-11-21  Uros Bizjak  <ubizjak@gmail.com>
331         * config/i386/mmx.md (unspec) <UNSPEC_MOVNTQ, UNSPEC_PFRCP,
332         UNSPEC_PFRCPIT1, UNSPEC_PFRCPIT2, UNSPEC_PFRSQRT, UNSPEC_PFRSQIT1>:
333         Move from config/i386/i386.md
334         (unspecv) <UNSPECV_EMMS, UNSPECV_FEMMS>: Ditto.
335         * config/i386/sse.md (unspec) <UNSPEC_MOVNT,UNSPEC_MOVU, UNSPEC_LDDQU,
336         UNSPEC_PSHUFB, UNSPEC_PSIGN, UNSPEC_PALIGNR, UNSPEC_EXTRQI,
337         UNSPEC_EXTRQ, UNSPEC_INSERTQI, UNSPEC_INSERTQ, UNSPEC_BLENDV,
338         UNSPEC_INSERTPS, UNSPEC_DP, UNSPEC_MOVNTDQA, UNSPEC_MPSADBW,
339         UNSPEC_PHMINPOSUW, UNSPEC_PTEST, UNSPEC_PCMPESTR, UNSPEC_PCMPISTR,
340         UNSPEC_FMADDSUB, UNSPEC_XOP_UNSIGNED_CMP, UNSPEC_XOP_TRUEFALSE,
341         UNSPEC_XOP_PERMUTE, UNSPEC_FRCZ, UNSPEC_AESENC, UNSPEC_AESENCLAST,
342         UNSPEC_AESDEC, UNSPEC_AESDECLAST, UNSPEC_AESIMC,
343         UNSPEC_AESKEYGENASSIST, UNSPEC_PCLMUL, UNSPEC_PCMP, UNSPEC_VPERMIL,
344         UNSPEC_VPERMIL2, UNSPEC_VPERMIL2F128, UNSPEC_CAST, UNSPEC_VTESTP,
345         UNSPEC_VCVTPH2PS, UNSPEC_VCVTPS2PH, UNSPEC_VPERMSI, UNSPEC_VPERMDF,
346         UNSPEC_VPERMSF, UNSPEC_VPERMTI, UNSPEC_GATHER, UNSPEC_VSIBADDR>: Ditto.
347         (unspecv) <UNSPECV_LDMXCSR, UNSPECV_STMXCSR, UNSPECV_CLFLUSH,
348         UNSPECV_MONITOR, UNSPECV_MWAIT, UNSPECV_VZEROALL, UNSPECV_VZEROUPPER>:
349         Ditto.
350         * config/i386/sync.md (unspec) <UNSPEC_LFENCE, UNSPEC_SFENCE,
351         UNSPEC_MFENCE, UNSPEC_MOVA>: Ditto.
352         (unspecv) <UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2, UNSPECV_CMPXCHG_3,
353         UNSPECV_CMPXCHG_4, UNSPECV_XCHG, UNSPECV_LOCK>: Ditto.
354         (sse2_lfence): Move from config/i386/sse.md.
355         (*sse2_lfence): Ditto.
356         (sse_sfence): Ditto.
357         (*sse_sfence): Ditto.
358         (sse2_mfence): Ditto.
359         (mfence_sse2): Ditto.  Rename from *sse2_mfence.  Enable also
360         for TARGET_64BIT.
361         (mem_thread_fence): Use mfence_sse2.
363 2011-11-21  Georg-Johann Lay  <avr@gjlay.de>
365         * config/avr/avr.h (struct base_arch_s): Add field sfr_offset.
366         * config/avr/avr-devices.c: Ditto. And initialize it.
367         * config/avr/avr-c.c (avr_cpu_cpp_builtins): New built-in define
368         __AVR_SFR_OFFSET__.
369         * config/avr/avr-protos.h (out_movqi_r_mr, out_movqi_mr_r): Remove.
370         (out_movhi_r_mr, out_movhi_mr_r): Remove.
371         (out_movsi_r_mr, out_movsi_mr_r): Remove.
372         * config/avr/avr.md (*cbi, *sbi): Use %i instead of %m-0x20.
373         (*insv.io, *insv.not.io): Ditto.
374         * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r): Make static.
375         (print_operand): Implement "%i" to print address as I/O address.
376         (output_movqi): Clean up call of out_movqi_mr_r.
377         (output_movhi): Clean up call of out_movhi_mr_r.
378         (avr_file_start): Use avr_current_arch->sfr_offset instead of
379         magic -0x20. Use TMP_REGNO, ZERO_REGNO instead of 0, 1.
380         (avr_out_sbxx_branch): Use %i instead of %m-0x20.
381         (out_movqi_r_mr, out_movqi_mr_r): Ditto. And make static.
382         (out_movhi_r_mr, out_movhi_mr_r): Ditto. And use avr_asm_len.
383         (out_shift_with_cnt): Clean up code: Use avr_asm_len.
384         (output_movsisf): Use output_reload_insisf for all CONSTANT_P sources.
385         (avr_out_movpsi): USE avr_out_reload_inpsi for all CONSTANT_P sources.
386         Clean up call of avr_out_store_psi.
387         (output_reload_in_const): Don't cut symbols longer than 2 bytes.
388         (output_reload_insisf): Filter CONST_INT_P or CONST_DOUBLE_P to
389         try if setting pre-cleared register is advantageous.
390         (avr_out_plus_1): Use gen_int_mode instead of GEN_INT.
392 2011-11-20  Joey Ye  <joey.ye@arm.com>
394         * expr.c (expand_expr_real_1): Correctly handle strict volatile
395         bitfield loads smaller than mode size.
397 2011-11-20  Richard Henderson  <rth@redhat.com>
399         * config/mips/mips.c (mips_init_libfuncs): Call init_sync_libfuncs.
401 2011-11-20  Uros Bizjak  <ubizjak@gmail.com>
403         PR target/51235
404         * config/i386/i386.c (ix86_expand_vcond): Generate TARGET_XOP
405         patterns for supported mode only.
407         PR target/51236
408         * config/i386/i386.c (ix86_expand_builtin)
409         <IX86_BUILTIN_GATHERALTSIV4DI>: Use CODE_FOR_avx2_gathersiv4di.
411 2011-11-20  Uros Bizjak  <ubizjak@gmail.com>
413         * config/i386/i386.md (UNSPEC_MOVNTI): Remove.
414         (UNSPEC_MOVNTQ): New unspec.
415         * config/i386/mmx.md (sse_movntq): Rename from sse_movntdi.
416         Use UNSPEC_MOVNTQ instead of UNSPEC_MOVNT.
417         * config/i386/sse.md (sse2_movnti<mode>): Use UNSPEC_MOVNT instead of
418         UNSPEC_MOVNTI.
419         (STORENT_MODE): Add DI and V4DI modes.
421 2011-11-20  Nathan Sidwell  <nathan@acm.org>
423         PR gcov-profile/51113
424         * coverage.c (build_var): Propagate visibility for public
425         decls.  Use make_decl_one_only for PIC correctness.
427         testsuite/
428         * gcc.misc-tests/gcov-13.c: Check gcovpart-13b coverage
429         * gcc.misc-tests/gcov-16.c: New.
430         * gcc.misc-tests/gcov-17.c: New.
431         * g++.dg/gcov/gcov-8.C: New.
432         * g++.dg/gcov/gcov-9.C: New.
433         * g++.dg/gcov/gcov-10.C: New.
435 2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
437         PR rtl-optimization/51187
438         * reorg.c (relax_delay_slots): Do not consider a jump useless if there
439         is a barrier between the jump and its target label.
441 2011-11-19  Patrick Marlier  <patrick.marlier@gmail.com>
443         PR middle-end/51211
444         * tracer.c (ignore_bb_p): Don't copy GIMPLE_TRANSACTION.
446 2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
448         * expmed.c (store_bit_field_1): Revert bogus formatting change.
450 2011-11-19  Richard Earnshaw  <rearnsha@arm.com>
452         PR target/50493
453         * config/arm/arm.c (neon_disambiguate_copy): Correctly handle partial
454         overlap of src and dest operands.
456 2011-11-19  Iain Sandoe  <iains@gcc.gnu.org>
458         * config/darwin.h (ASM_DEBUG_SPEC): New.
459         * config/darwin9.h (ASM_DEBUG_SPEC): New.
461 2011-11-18  Jan Hubicka  <jh@suse.cz>
463         * config/i386/i386.c (atom_cost): Disable SSE loop until alignment
464         issues are fixed.
466 2011-11-18  Anatoly Sokolov  <aesok@post.ru>
468         * config/cris/cris.c (cris_function_value_regno_p): Make static.
469         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
470         * config/cris/cris.h (FUNCTION_VALUE_REGNO_P): Remove.
471         * config/cris/cris-protos.h (cris_function_value_regno_p): Remove.
473 2011-11-18  H.J. Lu  <hongjiu.lu@intel.com>
475         PR target/33944
476         * doc/extend.texi: Document __builtin_ia32_movnti64.
478         * config/i386/emmintrin.h (_mm_stream_si64): New.
480         * config/i386/i386-builtin-types.def: Add VOID_FTYPE_PLONGLONG_LONGLONG.
482         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTI64.
483         (bdesc_special_args): Update __builtin_ia32_movnti.  Add
484         __builtin_ia32_movnti64.
485         (ix86_expand_special_args_builtin): Handle
486         VOID_FTYPE_PLONGLONG_LONGLONG.
488         * config/i386/i386.md (UNSPEC_MOVNTI): New.
490         * config/i386/sse.md (sse2_movntsi): Renamed to ...
491         (sse2_movnti<mode>): This.
493 2011-11-18  Georg-Johann Lay  <avr@gjlay.de>
495         PR target/49868
496         * config/avr/avr.h (base_arch_s): Add field n_segments.
497         (ADDR_SPACE_PGM1, ADDR_SPACE_PGM2, ADDR_SPACE_PGM3,
498         ADDR_SPACE_PGM4, ADDR_SPACE_PGM5, ADDR_SPACE_PGMX): New address spaces.
499         (AVR_HAVE_ELPM, AVR_HAVE_ELPMX): New defines.
500         (INIT_EXPANDERS): New define.
501         * config/avr/avr-protos.h (avr_mem_pgmx_p): New.
502         (avr_init_expanders): New.
503         (avr_emit_movmemhi, avr_out_movmem): New.
504         (avr_xload_libgcc_p): New.
505         * config/avr/avr-c.c (avr_register_target_pragmas): Register
506         address spaces __pgm1, __pgm2,  __pgm3,  __pgm4  __pgm5,  __pgmx.
507         (avr_cpu_cpp_builtins): Add built-in defines __PGM1,
508         __PGM2, __PGM3, __PGM4, __PGM5, __PGMX.
509         * config/avr/avr-devices.c (avr_arch_types): Set field n_segments.
511         * config/avr/avr.c (AVR_SECTION_PROGMEM): Change define to cover
512         3 bits instead of just 1.
513         (xstring_empty, xstring_e, rampz_rtx): New static GTYed variables.
514         (progmem_section): Change from section to array of sections.
515         (progmem_section_prefix): New static variable.
516         (avr_file_start): Print set for __RAMPZ__
517         (avr_option_override): Move initialization of RTXes from here...
518         (avr_init_expanders): ...to this new function.
519         (avr_pgm_segment): New static function.
520         (avr_decl_pgm_p): Handle error_mark_node.
521         (avr_mem_pgmx_p, avr_decl_pgmx_p): New static functions.
522         (avr_out_xload, avr_find_unused_d_reg): New static functions.
523         (expand_prologue, expand_epilogue): Use rampz_rtx.
524         (print_operand): Hande CONST_STRING.
525         (avr_xload_libgcc_p): New static function.
526         (avr_out_lpm_no_lpmx, avr_out_lpm): Handle ELPM.
527         (avr_progmem_p): Return 2 for 24-bit flash address space.
528         (avr_out_sbxx_branch): Clean-up code from ASn macros.
529         (out_movqi_r_mr, out_movqi_mr_r): Ditto. And recognize RAMPZ's
530         address and print symbolically.
531         (avr_asm_named_section, avr_section_type_flags,
532         avr_encode_section_info, avr_asm_select_section,
533         avr_addr_space_address_mode, avr_addr_space_pointer_mode,
534         avr_addr_space_legitimate_address_p, avr_addr_space_convert,
535         avr_addr_space_legitimize_address): Handle new address spaces.
536         (avr_output_progmem_section_asm_op): New static function.
537         (avr_asm_init_sections): Initialize progmem_section[].
538         (adjust_insn_length): Handle ADJUST_LEN_XLOAD, ADJUST_LEN_MOVMEM.
539         (avr_const_address_lo16): New static function.
540         (avr_assemble_integer): Use it to handle 3-byte integers.
541         (avr_emit_movmemhi, avr_out_movmem): New functions.
543         * config/avr/predicates.md (nox_general_operand): Handle new
544         address spaces.
545         * config/avr/avr.md (unspec): Add UNSPEC_MOVMEM.
546         (adjust_len): Add xload, movmem.
547         (SP_ADDR): New define_constants.
548         (isa): Add "lpm", "lpmx", "elpm", "elpmx".
549         (enabled): Handle them.
550         (load<mode>_libgcc): New expander.
551         (*load.<mode>.libgcc): Rename to load_<mode>_libgcc.
552         (xload8_A, xload<mode>_A): New insn-and-splits.
553         (xload_8, xload_<mode>_libgcc, xload_<mode>, loadmem_elpm): New insns.
554         (mov<mode>): Handle new address spaces.
555         (movmemhi): Rewrite using avr_emit_movmemhi.
556         (MOVMEM_r_d): New mode attribute.
557         (movmem_<mode>, movmem_qi_elpm): New insns.
558         (setmemhi, *clrmemqi, *clrmemhi, strlenhi, *strlenhi): Unquote
559         C-code.  Use label instead of hard-coded instrunction lengths.
561 2011-11-18  Martin Jambor  <mjambor@suse.cz>
563         PR tree-optimization/50605
564         * gimple.c (is_gimple_ip_invariant_address): Also handle MEM_REFs
565         of IPA invariant decls.
567 2011-11-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
569         * tree-outof-ssa.c (insert_back_edge_copies):  Add call to
570         mark_dfs_back_edges.
572 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
574         PR target/49992
575         * configure.ac: Remove ranlib special-casing for Darwin.
576         * configure: Regenerate.
578 2011-11-18  Uros Bizjak  <ubizjak@gmail.com>
580         PR tree-optimization/51118
581         * fold-const.c (fold_checksum_tree): Check for TS_TYPED structure
582         before using TREE_TYPE accessor on expr.
584 2011-11-17  Jan Hubicka  <jh@suse.cz>
586         PR bootstrap/51134
587         * i386.c (atom_cost): Fix 32bit memset description.
588         (expand_set_or_movmem_via_loop_with_iter): Output proper bounds check
589         for epilogue loops.
590         (expand_movmem_epilogue): Handle epilogues up to size 15 w/o producing
591         byte loop.
592         (decide_alg): sse_loop is not useable wthen SSE2 is disabled;
593         when not optimizing always use rep movsb or lincall; do not produce
594         word sized loops when optimizing memset for size (to avoid need
595         for large constants).
596         (ix86_expand_movmem): Get into sync with ix86_expand_setmem;
597         choose unroll factors better; always do 128bit moves when producing
598         SSE loops; do not produce loopy epilogue when size is too small.
599         (promote_duplicated_reg_to_size): Do not look into desired alignments
600         when doing vector expansion.
601         (ix86_expand_setmem): Track better when promoted value is available;
602         choose unroll factors more sanely. Output loopy epilogue only
603         when needed.
605 2011-11-17  Steve Ellcey  <sje@cup.hp.com>
607         PR middle-end/51144
608         * output.h (fprint_w): Remove.
609         * final.c (fprint_w): Remove.
610         (output_addr_const): Change fprint_w back to fprintf.
612 2011-11-17  Andrew Pinski  <apinski@cavium.com>
614         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
616 2011-11-17  Andrew MacLeod  <amacleod@redhat.com>
618         * builtins.c (expand_builtin): Remove 4th parameter representing
619         weak/strong mode when __atomic_compare_exchange becomes a library call.
621 2011-11-17  Richard Henderson  <rth@redhat.com>
623         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap): Get
624         new pseudo for target after convert_modes.
625         (rs6000_expand_atomic_exchange, rs6000_expand_atomic_op): Likewise.
627 2011-11-17  Richard Henderson  <rth@redhat.com>
629         * builtins.c (expand_builtin_mem_thread_fence): Remove.
630         (expand_builtin_mem_signal_fence): Remove.
631         (expand_builtin_atomic_thread_fence): Use expand_mem_thread_fence.
632         (expand_builtin_sync_synchronize): Likewise.
633         (expand_builtin_atomic_signal_fence): Use expand_mem_signal_fence.
634         * optabs.c (expand_asm_memory_barrier): Split out from
635         expand_builtin_mem_signal_fence.
636         (expand_mem_thread_fence): New, a combination of code from
637         expand_builtin_mem_thread_fence and expand_builtin_sync_synchronize.
638         (expand_mem_signal_fence): Moved and renamed from
639         expand_builtin_mem_signal_fence.
640         (expand_atomic_exchange): Use expand_mem_thread_fence.
641         (expand_atomic_load, expand_atomic_store): Likewise.
642         * expr.h, optabs.h: Update decls.
644 2011-11-17  Bin Cheng  <bin.cheng@arm.com>
646         PR rtl-optimization/50663
647         * cprop.c (implicit_set_indexes): New global variable.
648         (insert_set_in_table): Add additional parameter and record implicit
649         set information.
650         (hash_scan_set): Add additional parameter and pass it to above.
651         (hash_scan_insn): Pass false to hash_scan_set.
652         (compute_hash_table_work): Pass true to hash_scan_set.
653         (compute_cprop_data): Add implicit set to AVIN of block which the
654         implicit set is recorded for.
655         (one_cprop_pass): Handle implicit_set_indexes array.
657 2011-11-17  Michael Matz  <matz@suse.de>
659         PR middle-end/50644
660         PR middle-end/50741
661         * tree-ssa-live.c (mark_all_vars_used_1): Recurse only for decls of
662         current function.
663         (remove_unused_locals): Ditto.
665 2011-11-16  Richard Henderson  <rth@redhat.com>
667         * config/alpha/alpha.c (alpha_split_compare_and_swap_12): Copy
668         ALIAS_SET_MEMORY_BARRIER when creating a new memory.
669         (alpha_split_atomic_exchange_12): Likewise.
670         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Likewise.
672 2011-11-16  Joseph Myers  <joseph@codesourcery.com>
674         * config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.
676 2011-11-16  David Edelsohn  <dje.gcc@gmail.com>
678         * config/rs6000/rs6000.c (rs6000_xcoff_section_type_flags):
679         Default to minimum alignment if decl is NULL.
681 2011-11-16  Uros Bizjak  <ubizjak@gmail.com>
683         * config/i386/sse.md (round<mode>2_vec_pack_sfix): Optimize V2DFmode
684         sequence for AVX.
685         (<sse4_1>_round<ssemodesuffix>_vec_pack_sfix<avxsizesuffix>): Ditto.
687 2011-11-16  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
689         * doc/invoke.texi: Document AMD bdver1 and btver1.
691 2011-11-16  Richard Earnshaw  <rearnsha@arm.com>
692             Bernd Schmidt <bernds@coudesourcery.com>
693             Sebastian Huber <sebastian.huber@embedded-brains.de>
695         PR target/49641
696         * config/arm/arm.c (store_multiple_sequence): Avoid cases where
697         the base reg is stored iff compiling for Thumb1.
699 2011-11-16  Razya Ladelsky  <razya@il.ibm.com>
701         PR tree-optimization/49960
702         * tree-data-ref.c (initialize_data_dependence_relation): Add
703         initializations.
704         Remove call to compute_self_dependence.
705         (compute_affine_dependence): Remove the !DDR_SELF_REFERENCE condition.
706         (compute_self_dependence): Remove old code. Add call to
707         compute_affine_dependence.
708         (compute_all_dependences): Remove call to compute_self_dependence.
709         Add call to compute_affine_dependence.
711 2011-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
713         PR middle-end/50325
714         * expmed.c (store_bit_field_1): Use extract_bit_field on big
715         endian targets if the source cannot be exactly covered by word
716         mode chunks.
718 2011-11-15  Joseph Myers  <joseph@codesourcery.com>
720         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Change STRING_LIMIT to
721         ELF_STRING_LIMIT.
723 2011-11-15  Richard Henderson  <rth@redhat.com>
725         * config/alpha/alpha.c (alpha_pre_atomic_barrier): New.
726         (alpha_post_atomic_barrier): New.
727         (alpha_split_atomic_op): New memmodel argument; honor it.
728         (alpha_split_compare_and_swap): Take array of operands.  Honor
729         memmodel; always set bool output
730         (alpha_expand_compare_and_swap_12): Similarly.
731         (alpha_split_compare_and_swap_12): Similarly.
732         (alpha_split_atomic_exchange): Similarly.  Rename from
733         alpha_split_lock_test_and_set.
734         (alpha_expand_atomic_exchange_12): Similarly.  Rename from
735         alpha_expand_lock_test_and_set_12.
736         (alpha_split_atomic_exchange_12): Similarly.  Rename from
737         alpha_split_lock_test_and_set_12.
738         * config/alpha/alpha-protos.h: Update.
739         * config/alpha/alpha.md (UNSPECV_CMPXCHG): New.
740         * config/alpha/constraints.md ("w"): New.
741         * config/alpha/predicates.md (mem_noofs_operand): New.
742         * config/alpha/sync.md (atomic_compare_and_swap<mode>): Rename from
743         sync_compare_and_swap<mode>; add the new parameters.
744         (atomic_exchange<mode>): Update from sync_test_and_set<mode>.
745         (atomic_fetch_<op><mode>): Update from sync_old_<op><mode>.
746         (atomic_<op>_fetch<mode>): Update from sync_new_<op><mode>.
747         (atomic_<op><mode>): Update from sync_<op><mode>.
749 2011-11-16  Tom de Vries  <tom@codesourcery.com>
751         * tree-ssa-tail-merge.c (replace_block_by): Add frequency of bb2 to bb1.
753 2011-11-16  Alan Modra  <amodra@gmail.com>
755         PR rtl-optimization/51051
756         PR bootstrap/51086
757         * function.c (thread_prologue_and_epilogue_insns): Guard
758         emitting return with single_succ_p test.
760 2011-11-15  Joern Rennecke  <joern.rennecke@embecosm.com>
762         * config/epiphany/epiphany.md (mov<mode>cc): Fix code to
763         get mode from CMP_OP1 if CMP_OP0 is VOIDmode.
765 2011-11-15  Uros Bizjak  <ubizjak@gmail.com>
767         * config/i386/sse.md (vec_pack_trunc_v2df): Optimize sequence for AVX.
768         (vec_pack_sfix_trunc_v2df): Ditto.
769         (vec_pack_sfix_v2df): Ditto.
770         (vec_pack_sfix_trunc_v4df): Generate fix_truncv4dfv4si2 and
771         avx_vec_concatv8si patterns.
772         (vec_pack_sfix_v4df): Generate avx_cvtpd2dq256 and
773         avx_vec_concatv8si patterns.
775 2011-11-15  Torvald Riegel  <triegel@redhat.com>
777         * c-parser.c (c_parser_transaction_expression): Require parentheses
778         when parsing transaction expressions.
780 2011-11-15  Tristan Gingold  <gingold@adacore.com>
782         * incpath.c (get_added_cpp_dirs): New function.
783         * incpath.h (get_added_cpp_dirs): Declare.
784         * config/vms/vms-c.c (vms_c_register_includes): New function.
785         (vms_std_modules): New variable.
786         * config/vms/vms.h (TARGET_EXTRA_INCLUDES): Define.
787         (vms_c_register_includes): Declare.
789 2011-11-15  Tristan Gingold  <gingold@adacore.com>
791         * c-family/c-pragma.h (pragma_extern_prefix): Declare.
792         * c-family/c-pragma.c (pragma_extern_prefix): Make it public.
793         * config/vms/vms-c.c (saved_extern_prefix): New variable.
794         (vms_pragma_extern_prefix): New function.
795         (vms_c_register_pragma): Register vms_pragma_extern_prefix.
797 2011-11-15  Georg-Johann Lay  <avr@gjlay.de>
799         PR target/49868
800         * config/avr/avr.h (ADDR_SPACE_PGM): New address spaces.
801         (REGISTER_TARGET_PRAGMAS): New define.
802         * config/avr/avr-protos.h (avr_mem_pgm_p): New.
803         (avr_load_libgcc_p): New.
804         (avr_register_target_pragmas): New.
805         (asm_output_external_libcall): Remove.
806         (avr_log_t): Add field "progmem".  Order alphabetically.
807         * config/avr/avr-log.c (avr_log_set_avr_log): Set avr_log.progmem.
808         * config/avr/avr-c.c (langhooks.h): New include.
809         (avr_register_target_pragmas): New function. Register address
810         space __pgm.
811         (avr_cpu_cpp_builtins): Add built-in define __PGM.
813         * config/avr/avr.c: Include "c-family/c-common.h".
814         (TARGET_LEGITIMATE_ADDRESS_P): Remove define.
815         (TARGET_LEGITIMIZE_ADDRESS): Remove define.
816         (TARGET_ADDR_SPACE_SUBSET_P): Define to...
817         (avr_addr_space_subset_p): ...this new static function.
818         (TARGET_ADDR_SPACE_CONVERT): Define to...
819         (avr_addr_space_convert): ...this new static function.
820         (TARGET_ADDR_SPACE_ADDRESS_MODE): Define to...
821         (avr_addr_space_address_mode): ...this new static function.
822         (TARGET_ADDR_SPACE_POINTER_MODE): Define to...
823         (avr_addr_space_pointer_mode): ...this new static function.
824         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Define to...
825         (avr_addr_space_legitimate_address_p): ...this new static function.
826         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Define to...
827         (avr_addr_space_legitimize_address): ...this new static function.
828         (avr_mode_code_base_reg_class): Handle address spaces.
829         (avr_regno_mode_code_ok_for_base_p): Ditto.
830         (lpm_addr_reg_rtx, lpm_reg_rtx, all_regs_rtx): New static variables.
831         (avr_option_override): Initialize them.
832         (output_reload_in_const): Use all_regs_rtx. Fix signedness of loop
833         variables.
834         (avr_pgm_segment): New static function.
835         (avr_decl_pgm_p, avr_mem_pgm_p): New static functions.
836         (avr_out_lpm, avr_out_lpm_no_lpmx): New static functions.
837         (output_movqi, output_movhi, output_movsisf, avr_out_movpsi): Call
838         avr_out_lpm to handle loads from progmem.
839         (avr_load_libgcc_p): New static function.
840         (avr_progmem_p): Test if decl is in flash.
841         (avr_pgm_pointer_const_p): New static function.
842         (avr_nonconst_pointer_addrspace): New static function.
843         (avr_pgm_check_var_decl): New static function.
844         (avr_insert_attributes): Use it.  Change error message to report
845         cause (progmem or address space) when code wants to write to flash.
846         (avr_section_type_flags): Unset section flag SECTION_BSS for
847         data in progmem.
849         * config/avr/predicates.md (nop_general_operand): New predicate.
850         (nox_general_operand): New predicate.
851         * config/avr/avr.md (LPM_REGNO): New define_constant.
852         (load<mode>_libgcc): New expander.
853         (*load.<mode>.libgcc): New insn.
854         (mov<mode>): Handle loads from non-generic AS.
855         (movmemhi): Ditto.  Propagate address space information to newly
856         created MEM.
857         (movqi_insn, *movhi, *movpsi, *movsi, *movsf): Change predicate #1
858         to nox_general_operand.
859         (ashrqi3, ashrhi3, ashrsi3): Change predicate #1 to
860         nop_general_operand.
861         (ashlqi3, *ashlqi3, ashlhi3, ashlsi3): Ditto.
862         (lshrqi3, *lshrqi3, lshrhi3, lshrsi3): Ditto.
863         (split-lpmx): New split.
864         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
865         *lshrhi3_const, *lshrsi3_const): Indent, unquote C.
867 2011-11-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
869         * ipa-cp.c (ipa_value_from_jfunc): Make global.
870         (ipa_cst_from_jfunc): Remove, use ipa_value_from_jfunc instead.
871         (get_indirect_edge_target): Rename, make global.
872         (devirtualization_time_bonus, estimate_local_effects,)
873         (ipcp_discover_new_direct_edges): Update.
874         * ipa-inline-analysis.c (evaluate_conditions_for_edge):
875         Generalize to also handle types.  Rename to ...
876         (evaluate_properties_for_edge): Use instead of
877         evaluate_conditions_for_edge.
878         (estimate_edge_devirt_benefit): New function.
879         (estimate_calls_size_and_time): Use it.
880         (estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,)
881         (inline_merge_summary): Update.
882         (do_estimate_edge_time, do_estimate_edge_growth): Update.  Calculate
883         parameter information at the call site and pass it on to subroutines.
884         * tree-inline.c (estimate_num_insns): Distinguish between direct and
885         indirect calls.
886         (init_inline_once): Set size and time costs or indirect calls.
887         * tree-inline.h (eni_weights): Add indirect_call_cost.
889 2011-11-15  Tom de Vries  <tom@codesourcery.com>
891         PR tree-optimization/51005
892         * tree-ssa-tail-merge.c (delete_basic_block_same_succ): Rename to
893         mark_basic_block_deleted.
894         (update_worklist): Inline purge_bbs.
895         (purge_bbs, unlink_virtual_phi, update_vuses, vop_at_entry)
896         (delete_block_update_dominator_info): Remove.
897         (replace_block_by): Remove update_vops parameter.  Partially evaluate
898         for update_vops == false.
899         (apply_clusters): Remove update_vops parameter.  Remove update_vops
900         argument in replace_block_by call.
901         (update_debug_stmts): Remove MAY_HAVE_DEBUG_STMTS test.
902         (tail_merge_optimize): Remove update_vops argument to apply_clusters.
903         Remove call to purge_bbs.  Add calls to calculate_dominance_info and
904         free_dominance_info.  Add MAY_HAVE_DEBUG_STMTS  before calling
905         update_debug_stmts.  Mark vop var for renaming, if necessary.
907 2011-11-15  Bernd Schmidt  <bernds@codesourcery.com>
909         PR rtl-optimization/51051
910         * cfgrtl.c (cfg_layout_can_merge_blocks_p): Return FALSE if the
911         move would cause fallthrough into the exit block.
913 2011-11-14  Richard Henderson  <rth@redhat.com>
915         * config/rs6000/rs6000.c (emit_load_locked): Assert the mode is
916         handled.
917         (emit_store_conditional): Likewise.
918         (rs6000_pre_atomic_barrier, rs6000_post_atomic_barrier): New.
919         (rs6000_adjust_atomic_subword): New.
920         (rs6000_mask_atomic_subword, rs6000_finish_atomic_subword): New.
921         (rs6000_expand_atomic_op): Rename from rs6000_emit_sync; rewrite
922         for pre-reload expansion.
923         (rs6000_split_compare_and_swap, rs6000_split_compare_and_swapqhi,
924         rs6000_expand_compare_and_swapqhi): Merge into ...
925         (rs6000_expand_atomic_compare_and_swap): ... here.  New function.
926         rs6000_split_lock_test_and_set; expand immediately.  Handle
927         QImode and HImode.
928         * config/rs6000/rs6000.md (UNSPEC_LWSYNC): Move and rename
929         from UNSPECV_LWSYNC.
930         * config/rs6000/sync.md (fetchopsi_constr, fetchopdi_constr): Remove.
931         (mem_thread_fence): New.
932         (hwsync): Rename from memory_barrier.
933         (*hwsync): Rename from *sync_internal.
934         (lwsync, *lwsync): Mirror hwsync implementation.
935         (isync): Don't reference memory.
936         (loadsync): New.
937         (atomic_load<INT>, atomic_store<INT>): New.
938         (ATOMIC): New mode iterator.
939         (load_locked<ATOMIC>): Rename from load_locked_<GPR>.
940         (store_conditional<ATOMIC>): Rename from store_conditional_<GPR>.
941         (sync_compare_and_swap<GPR>): Remove.
942         (sync_compare_and_swaphi, sync_compare_and_swapqi): Remove.
943         (sync_compare_and_swapqhi_internal): Remove.
944         (sync_lock_test_and_set<GPR>): Remove.
945         (sync_<FETCHOP><INT1>): Remove.
946         (*sync_<FETCHOP>si_internal, *sync_<FETCHOP>di_internal): Remove.
947         (sync_nand<INT1>, *sync_nand<GPR>_internal): Remove.
948         (sync_old_<FETCHOP><GPR>): Remove.
949         (*sync_old_<FETCHOP>si_internal): Remove.
950         (*sync_old_<FETCHOP>di_internal): Remove.
951         (sync_old_nand<INT1>): Remove.
952         (*sync_old_nand<GPR>_internal): Remove.
953         (sync_new_<FETCHOP><GPR>): Remove.
954         (*sync_new_<FETCHOP>si_internal): Remove.
955         (*sync_new_<FETCHOP>di_internal): Remove.
956         (sync_new_nand<INT1>): Remove.
957         (*sync_new_nand<GPR>_internal): Remove.
958         (*atomic_andsi, *atomic_anddi): Remove.
959         (*sync_addshort_internal, *sync_subshort_internal): Remove.
960         (*sync_andsi_internal, *sync_boolsi_internal): Remove.
961         (*sync_boolcshort_internal): Remove.
962         (sync_lock_release<INT1>): Remove.
963         (atomic_compare_and_swap<INT1>): New.
964         (atomic_exchange<INT1>): New.
965         (atomic_<FETCHOP><INT1>, atomic_nand<INT1>): New.
966         (atomic_fetch_<FETCHOP><INT1>, atomic_fetch_nand<INT1>): New.
967         (atomic_<FETCHOP>_fetch<INT1>, atomic_nand_fetch<INT1>): New.
969 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
971         * config/i386/sse.md (round<mode>2): Use register_operand for
972         operand 1 predicate.
973         (round<mode>2_sfix): Ditto.
974         (round<mode>2_vec_pack_sfix): Ditto for operand 1 and operand 2.
976 2011-11-14  Nathan Sidwell  <nathan@acm.org>
978         * gcov.c (canonicalize_name): Protect use of S_ISLNK.
980 2011-11-14  Jan Hubicka  <jh@suse.cz>
982         PR target/51126
983         * config/i386/i386.c (core cost model): Correct pasto.
985 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
987         * config/i386/sse.md (round<mode>2_sfix): New expander.
988         (round<mode>2_vec_pack_sfix): Ditto.
989         (<sse4_1>_round<ssemodesuffix>_sfix<avxsizesuffix>): Ditto.
990         (<sse4_1>_round<ssemodesuffix>_vec_pack_sfix<avxsizesuffix>): Ditto.
991         * config/i386/builtin-types.def (V4SI_FTYPE_V4SF_ROUND,
992         V8SI_FTYPE_V8SF_ROUND, V4SI_FTYPE_V2DF_V2DF_ROUND,
993         V8SI_FTYPE_V4DF_V4DF_ROUND): New builtin types.
994         * config/i386/i386.c (ix86_builtins): Add
995         IX86_BUILTIN_{FLOORPD,CEILPD,ROUNDPD_AZ}_VEC_PACK_SFIX{,256} and
996         IX86_BUILTIN_{FLOORPS,CEILPS,ROUNDPS_AZ}_SFIX{,256} defines.
997         (bdesc_args): Add __builtin_ia32_{floorpd,ceilpd}_vec_pack_sfix{,256},
998         __builtin_ia32_roundpd_az_vec_pack_sfix{,256},
999         __builtin_ia32_{floorps,ceilps}_sfix{,256}and
1000         __builtin_ia32_roundps_az_sfix{,256} descriptions.
1001         (ix86_expand_sse_round_vec_pack_sfix): New.
1002         (ix86_expand_args_builtin): Handle V4SI_FTYPE_V4SF_ROUND,
1003         V8SI_FTYPE_V8SF_ROUND, V4SI_FTYPE_V2DF_V2DF_ROUND and
1004         V8SI_FTYPE_V4DF_V4DF_ROUND types.  Check last argument of
1005         CODE_FOR_sse4_1_roundpd_vec_pack_sfix, CODE_FOR_sse4_1_roundps_sfix,
1006         CODE_FOR_avx_roundpd_vec_pack_sfix256 and CODE_FOR_avx_roundps_sfix256.
1007         (ix86_builtin_vectorized_function): Handle
1008         BUILT_IN_{I,L,LL}FLOOR{,F}, BUILT_IN_{I,L,LL}CEIL{,F} and
1009         BUILT_IN_{I,L,LL}ROUND{,F}
1011 2011-11-14  Jan Hubicka  <jh@suse.cz>
1013         PR middle-end/50598
1014         * cgraph.h (varpool_externally_visible_p): Declare.
1015         (varpool_add_new_variable): Declare.
1016         * tree-emultls.c (get_emutls_init_templ_addr,
1017         new_emutls_decl): Use varpool_add_new_variable.
1018         * ipa.c (varpool_externally_visible_p): Export.
1019         * varpool.c (varpool_add_new_variable): New function.
1021 2011-11-14  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
1022             Jan Hubicka  <jh@suse.cz>
1024         * config/i386/i386.h (processor_costs): Add second dimension to
1025         stringop_algs array.
1026         * config/i386/i386.c (cost models): Initialize second dimension of
1027         stringop_algs arrays.
1028         (core_cost): New costs based on generic64 costs with updated stringop
1029         values.
1030         (promote_duplicated_reg): Add support for vector modes, add
1031         declaration.
1032         (promote_duplicated_reg_to_size): Likewise.
1033         (processor_target): Set core costs for core variants.
1034         (expand_set_or_movmem_via_loop_with_iter): New function.
1035         (expand_set_or_movmem_via_loop): Enable reuse of the same iters in
1036         different loops, produced by this function.
1037         (emit_strset): New function.
1038         (expand_movmem_epilogue): Add epilogue generation for bigger sizes,
1039         use SSE-moves where possible.
1040         (expand_setmem_epilogue): Likewise.
1041         (expand_movmem_prologue): Likewise for prologue.
1042         (expand_setmem_prologue): Likewise.
1043         (expand_constant_movmem_prologue): Likewise.
1044         (expand_constant_setmem_prologue): Likewise.
1045         (decide_alg): Add new argument align_unknown.  Fix algorithm of
1046         strategy selection if TARGET_INLINE_ALL_STRINGOPS is set; Skip sse_loop
1047         (decide_alignment): Update desired alignment according to chosen move
1048         mode.
1049         (ix86_expand_movmem): Change unrolled_loop strategy to use SSE-moves.
1050         (ix86_expand_setmem): Likewise.
1051         (ix86_slow_unaligned_access): Implementation of new hook
1052         slow_unaligned_access.
1053         * config/i386/i386.md (strset): Enable half-SSE moves.
1054         * config/i386/sse.md (vec_dupv4si): Add expand for vec_dupv4si.
1055         (vec_dupv2di): Add expand for vec_dupv2di.
1057 2011-11-14  Dimitrios Apostolou  <jimis@gmx.net>
1059         PR bootstrap/51094
1060         PR middle-end/51116
1061         * config/elfos.h (TARGET_ASM_INTERNAL_LABEL): Remove.
1062         * varasm.c (default_elf_internal_label): Remove.
1064 2011-11-14  Kai Tietz  <ktietz@redhat.com>
1066         * gcov.c (generate_results): Add missing semicolon and correct indent.
1068 2011-11-14  Ira Rosen  <ira.rosen@linaro.org>
1070         PR bootstrap/51112
1071         * tree-vect-stmts.c (vectorizable_condition): Initialize comp_vectype.
1073 2011-11-14  Mingjie Xing  <mingjie.xing@gmail.com>
1075         * doc/invoke.texi (Wunused-result): Change @pxref{Variable Attributes}
1076         to @pxref{Function Attributes}.
1078 2011-11-13  Oleg Endo  <oleg.endo@t-online.de>
1080         PR target/50694
1081         * config/sh/sh.h (IS_LITTLE_ENDIAN_OPTION, UNSUPPORTED_SH2A):
1082         New macros.
1083         (DRIVER_SELF_SPECS): Use new macros to filter out unsupported options
1084         taking the default configuration into account.
1086 2011-11-13  Jonathan Wakely  <jwakely.gcc@gmail.com>
1088         * doc/install.texi (Specific): Fix anchor for
1089         x86_64-*-solaris2.1[0-9]*.
1091 2011-11-13  Nathan Sidwell  <nathan@acm.org>
1093         * gcov.c (source_prefix, source_length): New globals.
1094         (flag_relative_only): Likewise.
1095         (print_usage, options, process_args): Update.
1096         (generate_results): Use coverage.name, check
1097         flag_relative_only. Adjust messages.
1098         (find_source): Check source_prefix.
1099         (output_lines): Use coverage.name, adjust messages.
1100         * doc/gcov.texi (Invoking Gcov): Document new options.
1102 2011-11-12  Jason Merrill  <jason@redhat.com>
1104         PR c++/51060
1105         * gimplify.c (gimplify_target_expr): Add a clobber to the cleanup.
1106         (gimplify_modify_expr): Don't try to simplify it.
1108 2011-11-12  Dimitrios Apostolou  <jimis@gmx.net>
1110         PR bootstrap/51094
1111         * config/elfos.h (STRING_ASM_OP): Define.
1112         * varasm.c (default_elf_asm_output_limited_string): Use it.
1114         PR bootstrap/51094
1115         * gcc/configure.ac: Check for stpcpy declaration.
1116         * system.h: Declare it if not.
1117         * config.in, configure: Regenerate.
1119 2011-11-12  Richard Henderson  <rth@redhat.com>
1121         * config/rs6000/rs6000.md (fix_trunc<SFDF>si2_stfiwx): Use
1122         nonimmediate_operand for the destination.
1123         (fixuns_trunc<SFDF>si2_stfiwx): Likewise.
1125         * builtins.c (expand_builtin_compare_and_swap): If target is const0,
1126         don't pass the target to expand_atomic_compare_and_swap.
1127         (expand_builtin_atomic_compare_exchange): Likewise.
1129         * config/sh/linux.h (TARGET_INIT_LIBFUNCS): New.
1130         * config/sh/sh.c (sh_init_sync_libfuncs): New.
1132         * config/pa/pa-linux.h (TARGET_SYNC_LIBCALL): New.
1133         * config/pa/pa.h (TARGET_SYNC_LIBCALL): New default.
1134         * config/pa/pa.c (pa_init_libfuncs): Use init_sync_libfuncs.
1136 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
1138         PR target/45233
1139         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
1140         Only expand a symbol ref. into an access when the entity is defined
1141         in the TU.
1143 2011-11-12  Jan Hubicka  <jh@suse.cz>
1145         PR bootstrap/50822
1146         * cgraphunit.c (output_weakrefs): Output really only weakrefs.
1148 2011-11-12  Nathan Sidwell  <nathan@acm.org>
1150         * gcov.c (struct name_map): New.
1151         (names, n_names, a_names): New global vars.
1152         (print_usage): Adjust usage.
1153         (generate_results): Canonicalize main file name.
1154         (release_structures): Adjust.
1155         (name_search, name_sort): New callbacks.
1156         (find_source): Look for and create a canonical name.
1157         (canonicalize_name): New.
1158         (make_gcov_file_name): Reimplement and fix mangling.
1159         (mangle_name): New.
1160         * doc/gcov.texi: Update documentation about path preservation.
1162 2011-11-11  David S. Miller  <davem@davemloft.net>
1164         * config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
1165         * config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
1167 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
1169         * config/i386/i386-protos.h (ix86_maybe_emit_epilogue_vzeroupper):
1170         New prototype.
1171         * config/i386/i386.c (ix86_maybe_emit_epilogue_vzeroupper): New
1172         function.
1173         (ix86_expand_epilogue): Use it.
1174         * config/i386/i386.md (return, simple_return): Call it in the
1175         expanders.
1177         PR tree-optimization/51091
1178         * tree-stdarg.c (execute_optimize_stdarg): Ignore TREE_CLOBBER_P
1179         rhs also in the va_list_simple_ptr case.
1181         PR tree-optimization/51058
1182         * tree-vect-slp.c (vect_remove_slp_scalar_calls): New function.
1183         (vect_schedule_slp): Call it.
1184         * tree-vect-stmts.c (vectorizable_call): If slp_node != NULL,
1185         don't replace scalar calls with setting of their lhs to zero here.
1187         PR tree-optimization/51074
1188         * fold-const.c (vec_cst_ctor_to_array, fold_vec_perm): New functions.
1189         (fold_binary_loc): Handle VEC_EXTRACT_EVEN_EXPR,
1190         VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR and
1191         VEC_INTERLEAVE_LOW_EXPR with VECTOR_CST or CONSTRUCTOR operands.
1192         (fold_ternary_loc): Handle VEC_PERM_EXPR with VECTOR_CST or
1193         CONSTRUCTOR operands.
1194         * tree-ssa-propagate.c (valid_gimple_rhs_p): Handle ternary
1195         expressions.
1196         * tree-vect-generic.c (lower_vec_perm): Mask sel_int elements
1197         to 0 .. 2 * elements - 1.
1199 2011-11-11  Richard Henderson  <rth@redhat.com>
1201         * gimple-pretty-print.c (dump_gimple_omp_atomic_load): Dump needed.
1202         (dump_gimple_omp_atomic_store): Likewise.
1203         * optabs.c (can_atomic_exchange_p): New.
1204         * optabs.h (can_atomic_exchange_p): Declare.
1205         * omp-low.c (expand_omp_atomic_load): Implement.
1206         (expand_omp_atomic_store): Likewise.
1207         (expand_omp_atomic): Update for new arguments to load/store.
1209 2011-11-11  Eric Botcazou  <ebotcazou@adacore.com>
1211         * cprop.c: Adjust outdated comments throughout.
1212         (hash_scan_set): Rename PAT parameter into SET.
1213         (cprop_pavloc): Rename into...
1214         (cprop_avloc): ...this.
1215         (cprop_absaltered): Rename into...
1216         (cprop_kill): ...this.
1217         (alloc_cprop_mem): Adjust for above renaming.
1218         (free_cprop_mem): Likewise.
1219         (compute_cprop_data): Likewise.
1220         (compute_local_properties): Rename TRANSP parameter into KILL and
1221         adjust throughout.  Rework comments.
1222         (try_replace_reg): Fix long line.
1223         (cprop_jump): Likewise.
1224         (constprop_register): Fix prototype and take INSN last.
1225         (cprop_insn): Adjust calls to above function.  Fix long lines.
1226         (bypass_block): Likewise.
1227         (one_cprop_pass): Likewise.
1229 2011-11-11  Uros Bizjak  <ubizjak@gmail.com>
1231         * config/alpha/elf.h (ELF_ASCII_ESCAPES): Rename from ESCAPES.
1232         (ELF_STRING_LIMIT): Rename from STRING_LIMIT.
1234 2011-11-11  Jason Merrill  <jason@redhat.com>
1236         * varasm.c (default_elf_asm_output_limited_string): #ifdef
1237         ELF_ASCII_ESCAPES.
1238         (default_elf_asm_output_ascii): Likewise.
1240 2011-11-11  Uros Bizjak  <ubizjak@gmail.com>
1242         PR target/50762
1243         * config/i386/constraints.md (j): New address constraint.
1244         * config/i386/predicates.md (lea_address_operand): Redefine as
1245         special predicate.
1246         * config/i386/i386.md (*lea_3_zext): Use "j" constraint for operand 1.
1247         (*lea_4_zext): Ditto.
1249 2011-11-11  David S. Miller  <davem@davemloft.net>
1251         Revert
1252         2011-11-05  David S. Miller  <davem@davemloft.net>
1254         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): New unspec.
1255         (zero-extend_v8qi_vis, zero_extend_v4hi_vis): New expanders.
1256         (*zero_extend_v8qi_<P:mode>_insn,
1257         *zero_extend_v4hi_<P:mode>_insn): New insns.
1258         * config/sparc/sparc.c (vector_init_move_words,
1259         vector_init_prepare_elts, sparc_expand_vector_init_vis2,
1260         sparc_expand_vector_init_vis1): New functions.
1261         (vector_init_bshuffle): Rewrite to handle more cases and make use
1262         of locs[] array prepared by vector_init_prepare_elts.
1263         (vector_init_fpmerge, vector_init_faligndata): Delete.
1264         (sparc_expand_vector_init): Rewrite using new infrastructure.
1266 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
1268         * opts-common.c (generate_canonical_option): Free opt_text
1269         it it has been allocated here and not stored anywhere.
1271         * tree-vect-slp.c (vect_free_slp_tree): Also free SLP_TREE_CHILDREN
1272         vector.
1273         (vect_create_new_slp_node): Don't allocate node before checking stmt
1274         type.
1275         (vect_free_oprnd_info): Remove FREE_DEF_STMTS argument, always
1276         free def_stmts vectors and additionally free oprnd_info.
1277         (vect_build_slp_tree): Adjust callers.  Call it even if
1278         stop_recursion.  If vect_create_new_slp_node or
1279         vect_build_slp_tree fails, properly handle freeing memory.
1280         If it succeeded, clear def_stmts in oprnd_info.
1282 2011-11-11  Dimitrios Apostolou  <jimis@gmx.net>
1284         * defaults.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Expand on
1285         multiple lines for readability.
1286         * output.h (fprint_whex, fprint_w, fprint_ul, sprint_ul): Declare.
1287         (ASM_OUTPUT_LABELREF): Call fputs instead of asm_fprintf.
1288         * dwarf2asm.c (dw2_assemble_integer, dw2_asm_output_data,
1289         dw2_asm_data_uleb128, dw2_asm_delta_uleb128,
1290         dw2_asm_delta_sleb128): Convert fprintf calls to the new functions.
1291         * dwarf2out.c (dwarf2out_source_line): Call fprint_ul instead of
1292         fprintf.
1293         * final.c (fprint_whex, fprint_w, fprint_ul, sprint_ul): New functions
1294         serving as fast replacements for fprintf integer to string conversions.
1295         (sprint_ul_rev): Internal helper for the above.
1296         (output_addr_const) <CONST_INT>: Don't use fprintf.
1297         * varasm.c: Fix some whitespace inconsistencies.
1298         (default_elf_asm_output_limited_string): New.
1299         (default_elf_asm_output_ascii): Likewise.
1300         (default_elf_internal_label): Likewise.
1301         * config/elfos.h (ASM_GENERATE_INTERNAL_LABEL): Use sprint_ul and
1302         stpcpy instead of sprintf.
1303         (TARGET_ASM_INTERNAL_LABEL): Define as default_elf_internal_label.
1304         (ELF_ASCII_ESCAPES, ELF_STRING_LIMIT): Rename from old ESCAPES and
1305         STRING_LIMIT macros.
1306         (ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII): Call functions that
1307         provide the same functionality.
1308         * config/i386/i386.c (print_reg): Call fprint_ul instead of fprintf.
1310 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
1312         * doc/extend.texi: Document __atomic_test_and_set and __atomic_clear.
1314 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
1316         PR middle-end/51038
1317         * builtins.c (expand_builtin_atomic_clear): New.  Expand atomic_clear.
1318         (expand_builtin_atomic_test_and_set): New.  Expand atomic test_and_set.
1319         (expand_builtin): Add cases for test_and_set and clear.
1320         * sync-builtins.def (BUILT_IN_ATOMIC_TEST_AND_SET): New.
1321         (BUILT_IN_ATOMIC_CLEAR): New.
1323 2011-11-10  Roberto Agostino Vitillo  <ravitillo@lbl.gov>
1325         PR debug/50983
1326         * dwarf2out.c (set_cur_line_info_table): Restore the last is_stmt
1327         value in the current line table.
1329 2011-11-10  Nathan Sidwell  <nathan@acm.org>
1331         * gcov.c (struct function_info): Make src an index, not a pointer.
1332         (struct source_info): Remove index and next source fields.
1333         (fn_end): New static var.
1334         (sources_index): Remove.
1335         (sources): Now a pointer to an array, not a list.
1336         (n_sources, a_sources): New.
1337         (process_file): Adjust for changes to read_graph_file. Insert
1338         functions into source lists and check line numbers here.
1339         (generate_results): Only allocate lines for sources with
1340         contents.  Adjust for source array.
1341         (release_structures): Likewise.
1342         (find_source): Return source index, adjust for source array.
1343         (read_graph_file): Return function list.  Don't insert into source
1344         lists here.
1345         (read_count_file): Take list of functions.
1346         (solve_flow_graph): Reverse the arc lists here.
1347         (add_line_counts): Adjust for source array.
1349 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
1351         PR middle-end/51077
1352         * tree-object-size.c (addr_object_size): Check TREE_CODE of
1353         MEM_REF's operand rather than code of the MEM_REF itself.
1355 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
1357         PR rtl-optimization/51040
1358         * optabs.c (expand_atomic_fetch_op): Patchup code for NAND should
1359         be AND followed by NOT.
1360         * builtins.c (expand_builtin_atomic_fetch_op): Patchup code for NAND
1361         should be AND followed by NOT.
1363 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
1365         * vec.h (VEC_BASE): If base is at offset 0 in the structure,
1366         use &(P)->base even if P is NULL.
1368         PR rtl-optimization/51023
1369         * combine.c (simplify_comparison) <case SIGN_EXTEND>: Don't use
1370         val_signbit_known_clear_p for signed comparison narrowing
1371         optimization.  Don't check for non-VOIDmode, use
1372         HWI_COMPUTABLE_MODE_P macro.
1373         <case ZERO_EXTEND>: Don't check for non-VOIDmode.
1374         Optimize even when const_op is equal to GET_MODE_MASK (mode),
1375         don't optimize if const_op is negative.
1377 2011-11-10  Richard Guenther  <rguenther@suse.de>
1379         PR tree-optimization/51042
1380         * tree-ssa-pre.c (phi_translate_1): Avoid recursing on
1381         self-referential expressions.  Refactor code to avoid duplication.
1383 2011-11-10  Richard Guenther  <rguenther@suse.de>
1385         PR tree-optimization/51070
1386         * tree-loop-distribution.c (generate_builtin): Do not replace
1387         the loop with a builtin if the partition contains statements which
1388         results are used outside of the loop.
1389         (pass_loop_distribution): Verify and collect.
1391 2011-11-10  Richard Guenther  <rguenther@suse.de>
1393         PR tree-optimization/51030
1394         * tree-ssa-phiopt.c (jump_function_from_stmt): New function.
1395         (value_replacement): Use it to handle trivial non-empty
1396         intermediate blocks.
1398 2011-11-10  Richard Guenther  <rguenther@suse.de>
1400         PR middle-end/51071
1401         * gimple.c (gimple_has_side_effects): Remove checking code
1402         that doesn't belong here.
1404 2011-11-10  Ira Rosen  <ira.rosen@linaro.org>
1406         PR tree-optimization/51058
1407         * tree-vect-slp.c (vect_get_constant_vectors): Handle CALL_EXPR.
1409 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
1411         PR tree-optimization/51000
1412         * tree-vect-patterns.c (vect_recog_bool_pattern): If adding
1413         a pattern stmt for a bool store, adjust DR_STMT too.
1414         Don't handle bool conversions to single bit precision lhs.
1415         * tree-vect-stmts.c (vect_remove_stores): If next is a pattern
1416         stmt, remove its related stmt and free its stmt_vinfo.
1417         (free_stmt_vec_info): Free also pattern stmt's vinfo and
1418         pattern def stmt's vinfo.
1419         * tree-vect-loop.c (destroy_loop_vec_info): Don't try to
1420         free pattern stmt's vinfo here.
1421         (vect_transform_loop): When calling vect_remove_stores,
1422         do gsi_next first and don't call gsi_remove.  If not strided
1423         store, free stmt vinfo for gsi_stmt (si) rather than stmt.
1425 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
1427         PR target/50911
1428         * config/i386/i386.c (expand_vec_perm_interleave2): If d->vmode is
1429         V4SImode, !TARGET_SSE2 and punpck[lh]* is needed, change dremap.vmode
1430         to V4SFmode.
1432         * function.h (requires_stack_frame_p): New prototype.
1433         * function.c (requires_stack_frame_p): No longer static.
1434         * config/i386/i386.c (ix86_finalize_stack_realign_flags): If
1435         stack_realign_fp was just a conservative guess for a function
1436         which doesn't use sp/fp/argp at all, clear frame_pointer_needed
1437         and stack realignment.
1439 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
1441         PR preprocessor/51061
1442         * incpath.c (merge_include_chains): Make sure to not pass null
1443         pointers to free_path.
1445 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
1447         * doc/invoke.texi ([Option Summary, C++ Language Options]):
1448         Add -Wzero-as-null-pointer-constant.
1450 2011-11-07  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1452         * config/arm/arm-cores.def: Add -mcpu=cortex-a7.
1453         * config/arm/arm-tables.opt: Regenerate.
1454         * config/arm/arm-tune.md: Likewise.
1455         * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex A-7.
1456         * doc/invoke.texi: Document -mcpu=cortex-a7.
1458 2011-11-09  Richard Guenther  <rguenther@suse.de>
1460         Revert
1461         2011-11-09  Richard Guenther  <rguenther@suse.de>
1463         * tree-cfg.c (verify_gimple_call): Verify that
1464         gimple_call_cannot_inline_p is returning a conservative
1465         correct result according to gimple_check_call_matching_types.
1467 2011-11-09  Richard Guenther  <rguenther@suse.de>
1469         PR tree-optimization/51039
1470         * tree-cfg.c (verify_gimple_call): Verify that
1471         gimple_call_cannot_inline_p is returning a conservative
1472         correct result according to gimple_check_call_matching_types.
1473         * ipa-inline-analysis.c (estimate_function_body_sizes): Remove
1474         code dealing with un-inlinablility.
1475         * gimple-streamer-in.c (input_gimple_stmt): Update the
1476         non-inlinable flag.
1478 2011-11-09  Richard Guenther  <rguenther@suse.de>
1480         PR tree-optimization/51039
1481         * tree-inline.c (setup_one_parameter): Always perform a
1482         valid gimple type change.
1483         (declare_return_variable): Likewise.
1485 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
1487         * config/rs6000/vector.md (vcondv4sfv4si, vcondv4siv4sf,
1488         vconduv4sfv4si): New patterns.
1489         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Handle
1490         different dest_mode from comparison mode.
1492 2011-11-09  Richard Guenther  <rguenther@suse.de>
1494         * gimple-fold.c (canonicalize_constructor_val): Mark
1495         address-taken variables addressable.
1497 2011-11-09  Ira Rosen  <ira.rosen@linaro.org>
1499         PR tree-optimization/51015
1500         * tree-vect-loop.c (vect_determine_vectorization_factor): Expect
1501         vectype to be set for pattern def stmts.
1503 2011-11-09  Alan Modra  <amodra@gmail.com>
1505         * function.c (bb_active_p): Delete.
1506         (dup_block_and_redirect, active_insn_between): New functions.
1507         (convert_jumps_to_returns, emit_return_for_exit): New functions,
1508         split out from..
1509         (thread_prologue_and_epilogue_insns): ..here.  Delete
1510         shadowing variables.  Don't do prologue register clobber tests
1511         when shrink wrapping already failed.  Delete all last_bb_active
1512         code.  Instead compute tail block candidates for duplicating
1513         exit path.  Remove these from antic set.  Duplicate tails when
1514         reached from both blocks needing a prologue/epilogue and
1515         blocks not needing such.
1516         * ifcvt.c (dead_or_predicable): Test both flag_shrink_wrap and
1517         HAVE_simple_return.
1518         * bb-reorder.c (get_uncond_jump_length): Make global.
1519         * bb-reorder.h (get_uncond_jump_length): Declare.
1520         * cfgrtl.c (rtl_create_basic_block): Comment typo fix.
1521         (rtl_split_edge): Likewise.  Warning fix.
1522         (rtl_duplicate_bb): New function.
1523         (rtl_cfg_hooks): Enable can_duplicate_block_p and duplicate_block.
1524         * Makefile.in (function.o): Update dependencies.
1526 2011-11-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1527             Georg-Johann Lay  <avr@gjlay.de>
1529         * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space
1530         argument.
1531         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1532         * doc/tm.texi: Regenerate.
1534         * config/cris/cris.h (MODE_CODE_BASE_REG_CLASS): Add address
1535         space argument.
1536         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1537         * config/bfin/bfin.h (MODE_CODE_BASE_REG_CLASS): Likewise.
1538         (REGNO_MODE_CODE_OK_FOR_BASE_P): Likewise.
1539         * config/avr/avr.h (MODE_CODE_BASE_REG_CLASS): Add address space
1540         argument.
1541         (REGNO_MODE_CODE_OK_FOR_BASE_P): Ditto.
1542         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): Ditto.
1543         (avr_regno_mode_code_ok_for_base_p): Ditto.
1544         * config/avr/avr.c (avr_mode_code_base_reg_class): Ditto.
1545         (avr_regno_mode_code_ok_for_base_p): Ditto.
1546         (avr_reg_ok_for_addr_p): Pass AS down to
1547         avr_regno_mode_code_ok_for_base_p.
1549         * addresses.h (base_reg_class): Add address space argument.
1550         Pass to MODE_CODE_BASE_REG_CLASS.
1551         (ok_for_base_p_1): Add address space argument.  Pass to
1552         REGNO_MODE_CODE_OK_FOR_BASE_P.
1553         (regno_ok_for_base_p): Add address space argument.  Pass to
1554         ok_for_base_p_1.
1556         * regrename.c (scan_rtx_address): Add address space argument.
1557         Pass address space to regno_ok_for_base_p and base_reg_class.
1558         Update recursive calls.
1559         (scan_rtx): Pass address space to scan_rtx_address.
1560         (build_def_use): Likewise.
1561         * regcprop.c (replace_oldest_value_addr): Add address space
1562         argument.  Pass to regno_ok_for_base_p and base_reg_class.
1563         Update recursive calls.
1564         (replace_oldest_value_mem): Pass address space to
1565         replace_oldest_value_addr.
1566         (copyprop_hardreg_forward_1): Likewise.
1568         * reload.c (find_reloads_address_1): Add address space argument.
1569         Pass address space to base_reg_class and regno_ok_for_base_p.
1570         Update recursive calls.
1571         (find_reloads_address): Pass address space to base_reg_class,
1572         regno_ok_for_base_p, and find_reloads_address_1.
1573         (find_reloads): Pass address space to base_reg_class.
1574         (find_reloads_subreg_address): Likewise.
1576         * ira-costs.c (record_reg_classes): Update calls to base_reg_class.
1577         (ok_for_base_p_nonstrict): Add address space argument.  Pass to
1578         ok_for_base_p_1.
1579         (record_address_regs): Add address space argument.  Pass to
1580         base_reg_class and ok_for_base_p_nonstrict.  Update recursive calls.
1581         (record_operand_costs): Pass address space to record_address_regs.
1582         (scan_one_insn): Likewise.
1584         * caller-save.c (init_caller_save): Update call to base_reg_class.
1585         * ira-conflicts.c (ira_build_conflicts): Likewise.
1586         * reload1.c (maybe_fix_stack_asms): Likewise.
1588 2011-11-08  Michael Matz  <matz@suse.de>
1590         * gengtype.c (write_field_root): Avoid out-of-scope access of newv.
1592         * tree-stdarg.c (execute_optimize_stdarg): Accept clobbers.
1594         * tree.h (TREE_CLOBBER_P): New macro.
1595         * gimple.h (gimple_clobber_p): New inline function.
1596         * gimplify.c (gimplify_bind_expr): Add clobbers for all variables
1597         that go out of scope and live in memory.
1598         * tree-ssa-operands.c (get_expr_operands): Transfer volatility also
1599         for constructors.
1600         * cfgexpand.c (decl_to_stack_part): New static variable.
1601         (add_stack_var): Allocate it, and remember mapping.
1602         (fini_vars_expansion): Deallocate it.
1603         (stack_var_conflict_p): Add early outs.
1604         (visit_op, visit_conflict, add_scope_conflicts_1,
1605         add_scope_conflicts): New static functions.
1606         (expand_used_vars_for_block): Don't call add_stack_var_conflict, tidy.
1607         (expand_used_vars): Add scope conflicts.
1608         (expand_gimple_stmt_1): Expand clobbers to nothing.
1609         (expand_debug_expr): Ditto.
1611         * tree-pretty-print.c (dump_generic_node): Dump clobbers nicely.
1612         * tree-ssa-live.c (remove_unused_locals): Remove clobbers that
1613         refer to otherwise unused locals.
1614         * tree-sra.c (build_accesses_from_assign): Ignore clobbers.
1615         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Clobbers of
1616         SSA names aren't necessary.
1617         (propagate_necessity): Accept and ignore constructors on the rhs, tidy.
1618         * gimple.c (walk_gimple_op): Accept constructors like mem_rhs.
1619         * tree-ssa-structalias.c (find_func_aliases): Clobbers don't store
1620         any known value.
1621         * tree-ssa-sccvn.c (vn_reference_lookup_3): Ditto, in particular they
1622         don't zero-initialize something.
1623         * tree-ssa-phiopt.c (cond_if_else_store_replacement_1): Ignore
1624         clobber RHS, we don't want PHI nodes with those.
1626 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
1628         * config/i386/i386.c (ix86_preferred_simd_mode): Even for TARGET_AVX
1629         if not TARGET_PREFER_AVX128 return 32-byte integer vectors.
1631 2011-11-08  Richard Guenther  <rguenther@suse.de>
1633         PR tree-optimization/51012
1634         * ipa-prop.c (update_indirect_edges_after_inlining): Fixup
1635         non-inlinable state.
1636         * cgraph.c (cgraph_make_edge_direct): Likewise.
1638 2011-11-08  Eric Botcazou  <ebotcazou@adacore.com>
1640         PR rtl-optimization/47698
1641         * ifcvt.c (noce_operand_ok): Move around comment.
1643 2011-11-08  Richard Guenther  <rguenther@suse.de>
1645         PR lto/50999
1646         * lto-opts.c (append_to_collect_gcc_options): Split out from...
1647         (lto_write_options): ... here.  Prepend frontend specific flags.
1649 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
1651         * config/i386/sse.md (*avx_vperm2f128<mode>3_nozero): Emit mask
1652         0x12 and 0x20 as vinsert[fi]128 instead of vperm2[fi]128.
1654         * tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.
1655         Handle vectorization of SLP calls.
1656         (vect_analyze_stmt): Adjust caller, add call to it for SLP too.
1657         (vect_transform_stmt): Adjust vectorizable_call caller, remove
1658         assertion.
1659         * tree-vect-slp.c (vect_get_and_check_slp_defs): For calls start
1660         with op_idx 3.
1661         (vect_build_slp_tree): Allow CALL_EXPR.
1663 2011-11-08  Richard Guenther  <rguenther@suse.de>
1665         * gimple-fold.c (canonicalize_constructor_val): Make sure
1666         we have referenced vars setup before adding to them.
1668 2011-11-07  Richard Henderson  <rth@redhat.com>
1669             Aldy Hernandez  <aldyh@redhat.com>
1670             Andrew MacLeod  <amacleod@redhat.com>
1671             Torvald Riegel  <triegel@redhat.com>
1673         Merged from transactional-memory.
1675         * gtm-builtins.def: New file.
1676         * trans-mem.c: New file.
1677         * trans-mem.h: New file.
1679         * opts.c (finish_options): Error out when using -flto and -fgnu-tm.
1681         * config/i386/i386.c: Define TARGET_VECTORIZE* transactional variants.
1682         (ix86_handle_tm_regparm_attribute, struct bdesc_tm,
1683         ix86_builtin_tm_load, ix86_builtin_tm_store,
1684         ix86_init_tm_builtins): New.
1685         (ix86_init_builtins): Initialize TM builtins.
1686         (struct ix86_attribute_table): Add "*tm regparm".
1687         * config/i386/i386-builtin-types.def (PV2SI): Define.
1688         (PCV2SI): Define.
1689         Define V2SI_FTYPE_PCV2SI.
1690         Define V4SF_FTYPE_PCV4SF.
1691         Define V8SF_FTYPE_PCV8SF.
1692         Define VOID_PV2SI_V2SI.
1694         * doc/invoke.texi (C Dialect Options): Document -fgnu-tm and
1695         tm-max-aggregate-size.
1696         * doc/tm.texi.in: Add TARGET_VECTORIZE_BUILTIN_TM_LOAD and
1697         TARGET_VECTORIZE_BUILTIN_TM_STORE hooks.
1698         * doc/tm.texi: Regenerate.
1700         * attribs.c (apply_tm_attr): New.
1701         (init_attributes): Allow '*' prefix for overrides.
1702         (register_attribute): Likewise.
1703         * builtin-attrs.def (ATTR_TM_TMPURE, ATTR_TM_REGPARM): New.
1704         (ATTR_TM_NOTHROW_LIST, ATTR_TM_TMPURE_NOTHROW_LIST,
1705         ATTR_TM_PURE_TMPURE_NOTHROW_LIST, ATTR_TM_NORETURN_NOTHROW_LIST,
1706         ATTR_TM_CONST_NOTHROW_LIST, ATTR_TMPURE_MALLOC_NOTHROW_LIST,
1707         ATTR_TMPURE_NOTHROW_LIST): New.
1708         * builtin-types.def (BT_FN_I[1248]_VPTR, BT_FN_FLOAT_VPTR,
1709         BT_FN_DOUBLE_VPTR, BT_FN_LDOUBLE_VPTR, BT_FN_VOID_VPTR_I[1248],
1710         BT_FN_VOID_VPTR_FLOAT, BT_FN_VOID_VPTR_DOUBLE,
1711         BT_FN_VOID_VPTR_LDOUBLE, BT_FN_VOID_VPTR_SIZE): New.
1712         * builtins.def: Include gtm-builtins.def. Add comments regarding
1713         transactional memory synchronization.
1714         (DEF_TM_BUILTIN): New.
1715         * c-parser.c (struct c_parser): Add in_transaction.
1716         (c_parser_transaction, c_parser_transaction_expression,
1717         c_parser_transaction_cancel, c_parser_transaction_attributes): New.
1718         (c_parser_attribute_any_word): Split out from c_parser_attributes.
1719         (c_parser_statement_after_labels): Handle RID_TRANSACTION*.
1720         (c_parser_unary_expression): Same.
1721         * c-tree.h (c_finish_transaction): Declare.
1722         * c-typeck.c (c_finish_transaction): New.
1723         (build_function_call_vec): Call tm_malloc_replacement.
1724         * calls.c (is_tm_builtin): New.
1725         (flags_from_decl_or_type): Add ECF_TM_BUILTIN and ECF_TM_PURE.
1726         * cfgbuild.c (make_edges): Add edges for REG_TM notes.
1727         * cfgexpand.c (expand_call_stmt): Call
1728         mark_transaction_restart_calls.
1729         (gimple_expand_cfg): Free the tm_restart map.
1730         (mark_transaction_restart_calls): New.
1731         * cfgrtl.c (purge_dead_edges): Look for REG_TM notes.
1732         * cgraph.c (dump_cgraph_node): Handle tm_clone.
1733         * cgraph.h (struct cgraph_node): Add tm_clone field.
1734         (decl_is_tm_clone): New.
1735         (struct cgraph_local_info): Add tm_may_enter_irr.
1736         (cgraph_copy_node_for_versioning): Declare.
1737         * cgraphunit.c (cgraph_copy_node_for_versioning): Export;
1738         copy analyzed from old version.
1739         * combine.c (distribute_notes): Handle REG_TM notes.
1740         * common.opt: Add -fgnu-tm.
1741         * crtstuff.c (__TMC_LIST__, __TMC_END__): New.
1742         (__do_global_dtors_aux): Deregister clone table.
1743         (frame_dummy): Register clone table.
1744         * emit-rtl.c (try_split): Handle REG_TM. Early return if no function
1745         body.
1746         * gimple-low.c (lower_stmt): Handle GIMPLE_EH_ELSE and
1747         GIMPLE_TRANSACTION.
1748         (gimple_stmt_may_fallthru): Handle GIMPLE_EH_ELSE.
1749         * gimple-pretty-print.c: Include trans-mem.h.
1750         (dump_gimple_fmt): Add %x.
1751         (dump_gimple_call): Dump arguments for calls to _ITM_beginTransaction.
1752         (dump_gimple_eh_else, dump_gimple_transaction): New.
1753         (dump_gimple_stmt): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1754         * gimple.c (gimple_build_eh_else, gimple_build_transaction): New.
1755         (walk_gimple_seq): Honor removed_stmt. Document usage of removed_stmt
1756         field.
1757         (walk_gimple_op): Handle GIMPLE_TRANSACTION.
1758         (walk_gimple_stmt): Initialize and honor removed_stmt.
1759         Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1760         (gimple_copy): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1761         * gimple.def (GIMPLE_TRANSACTION, GIMPLE_EH_ELSE): New.
1762         * gimple.h (struct gimple_statement_eh_else,
1763         gimple_statement_transaction, GTMA_*): New.
1764         (gimple_statement_d): Add gimple_statement_eh_else and
1765         gimple_transaction.
1766         (gimple_build_eh_else, gimple_build_transaction,
1767         gimple_fold_call, diagnose_tm_safe_errors): Declare.
1768         (get_call_expr_in): Remove prototype.
1769         (gimple_has_substatements): Add GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1770         (gimple_eh_else_n_body, gimple_eh_else_e_body,
1771         gimple_eh_else_set_n_body, gimple_eh_else_set_e_body,
1772         gimple_transaction_body, gimple_transaction_label,
1773         gimple_transaction_label_ptr, gimple_transaction_subcode,
1774         gimple_transaction_set_body, gimple_transaction_set_label,
1775         gimple_transaction_set_subcode): New.
1776         (struct walk_stmt_info): Use BOOL_BITFIELD; add removed_stmt.
1777         * gimplify.c (create_tmp_var_name): Use clean_symbol_name.
1778         (voidify_wrapper_expr): Handle TRANSACTION_EXPR.
1779         (gimplify_transaction): New.
1780         (gimplify_expr): Handle TRANSACTION_EXPR.
1781         * gsstruct.def (GSS_EH_ELSE, GSS_TRANSACTION): New.
1782         * ipa-inline.c (can_inline_edge_p): Do not inline TM safe calling
1783         TM pure functions.
1784         * Makefile.in: Add trans-mem.o and dependencies.
1785         (BUILTINS_DEF): Add gtm-builtins.def.
1786         (gimple-pretty-print.o): Depend on TRANS_MEM_H.
1787         (GTFILES): Add trans-mem.c.
1788         * omp-low.c (WALK_SUBSTMTS): Add GIMPLE_TRANSACTION.
1789         * output.h (record_tm_clone_pair, finish_tm_clone_pairs,
1790         get_tm_clone_pair): Declare.
1791         * params.def (PARAM_TM_MAX_AGGREGATE_SIZE): New.
1792         * passes.c (init_optimization_passes): Place transactional memory
1793         passes.
1794         * print-tree.c (print_node): Dump tm-clone.
1795         * recog.c (peep2_attempt): Handle REG_TM.
1796         * reg-notes.def (TM): New.
1797         * rtlanal.c (alloc_reg_note): Handle REG_TM.
1798         * target.def (builtin_tm_load, builtin_tm_store): New.
1799         * targhooks.c (default_builtin_tm_load_store): New.
1800         * targhooks.h (default_builtin_tm_load_store): Declare.
1801         * timevar.def (TV_TRANS_MEM): New.
1802         * toplev.c (compile_file): Call finish_tm_clone_pairs.
1803         * tree-cfg.c (make_edges): Handle GIMPLE_TRANSACTION.
1804         (cleanup_dead_labels): Handle GIMPLE_TRANSACTION. Avoid unnecessary
1805         writes into the statements to update labels.
1806         (is_ctrl_altering_stmt): Add TM ending statements. Handle
1807         GIMPLE_TRANSACTION.
1808         (verify_gimple_transaction): New.
1809         (verify_gimple_stmt): Handle GIMPLE_TRANSACTION.
1810         (verify_gimple_in_seq_2): Handle GIMPLE_EH_ELSE and GIMPLE_TRANSACTION.
1811         (gimple_redirect_edge_and_branch): Handle TM_TRANSACTION.
1812         (dump_function_to_file): Display [tm-clone] if applicable.
1813         * tree-eh.c (struct_ptr_eq): Make inline and move to tree.h.
1814         (struct_ptr_hash): Same.
1815         (collect_finally_tree): Handle GIMPLE_EH_ELSE.
1816         (replace_goto_queue_1): Likewise.
1817         (get_eh_else): New.
1818         (honor_protect_cleanup_actions): Handle GIMPLE_EH_ELSE.
1819         (lower_try_finally_nofallthru): Likewise.
1820         (lower_try_finally_onedest): Likewise.
1821         (lower_try_finally_copy): Likewise.
1822         (lower_try_finally_switch): Likewise.
1823         (lower_try_finally): Likewise.
1824         (decide_copy_try_finally): Likewise.
1825         (lower_eh_constructs_2): Likewise.
1826         (refactor_eh_r): Likewise.
1827         * tree-flow.h (struct gimple_df): Add tm_restart field.
1828         Define tm_restart_node.
1829         * tree-inline.c (remap_gimple_stmt): Handle GIMPLE_TRANSACTION.
1830         (estimate_num_insns): Likewise.
1831         (init_inline_once): Init tm_cost.
1832         * tree-inline.h (struct eni_weights_d): Add tm_cost.
1833         * tree-pass.h (pass_diagnose_tm_blocks, pass_lower_tm, pass_tm_init,
1834         pass_tm_mark, pass_tm_memopt, pass_tm_edges, pass_ipa_tm): Declare.
1835         * tree-pretty-print.c (dump_generic_node): Handle TRANSACTION_EXPR.
1836         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
1837         BUILT_IN_TM_MEMSET, BUILT_IN_TM_MEMCPY, BUILT_IN_TM_MEMMOVE.
1838         Add support for TM vector loads.  Add support for TM logging builtins.
1839         (call_may_clobber_ref_p_1): Add support for vector stores.
1840         * tree-ssa-structalias.c (find_func_aliases): Add support for TM
1841         vector stores and loads. Handle BUILT_IN_TM_MEMSET,
1842         BUILT_IN_TM_MEMCPY, BUILT_IN_TM_MEMMOVE.
1843         * tree.c (strip_invariant_refs): Moved from gimple.c to here.
1844         (local_define_builtin): Handle ECF_TM_PURE.
1845         (build_common_builtin_nodes): Set __builtin_eh_pointer to ECF_TM_PURE.
1846         * tree.def (TRANSACTION_EXPR): New.
1847         * tree.h (strip_invariant_refs): Moved from gimple.h to here.
1848         (TRANSACTION_EXPR_BODY, TRANSACTION_EXPR_CHECK,
1849         TRANSACTION_EXPR_OUTER, TRANSACTION_EXPR_RELAXED,
1850         BUILTIN_TM_LOAD_STORE_P, BUILTIN_TM_LOAD_P, BUILTIN_TM_STORE_P,
1851         CASE_BUILT_IN_TM_LOAD, CASE_BUILT_IN_TM_STORE): New.
1852         (ECF_TM_PURE, ECF_TM_BUILTIN): New.
1853         (struct tree_function_decl): Add tm_clone_flag.
1854         (struct_ptr_eq, struct_ptr_hash): New.
1855         (apply_tm_attr): Declare.
1856         (is_tm_safe_or_pure): New.
1857         (build_tm_abort_call, is_tm_safe, is_tm_pure,
1858         is_tm_may_cancel_outer, is_tm_ending_fndecl, record_tm_replacement,
1859         tm_malloc_replacement): Declare.
1860         * varasm.c (tm_clone_hash): New.
1861         (record_tm_clone_pair, finish_tm_clone_pairs, get_tm_clone_pair,
1862         dump_tm_clone_to_vec, dump_tm_clone_pairs, tm_alias_pair_cmp): New.
1863         (struct tm_alias_pair): New.  Declare VEC types for object.
1865 2011-11-07  Richard Henderson  <rth@redhat.com>
1867         * optabs.h (OTI_sync_compare_and_swap, OTI_sync_lock_test_and_set,
1868         OTI_sync_old_add, OTI_sync_old_sub, OTI_sync_old_ior,
1869         OTI_sync_old_and, OTI_sync_old_xor, OTI_sync_old_nand,
1870         OTI_sync_new_add, OTI_sync_new_sub, OTI_sync_new_ior,
1871         OTI_sync_new_and, OTI_sync_new_xor, OTI_sync_new_nand): Move and
1872         rename from the direct_optab_index enum.
1873         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab,
1874         sync_old_add_optab, sync_old_sub_optab, sync_old_ior_optab,
1875         sync_old_and_optab, sync_old_xor_optab, sync_old_nand_optab,
1876         sync_new_add_optab, sync_new_sub_optab, sync_new_ior_optab,
1877         sync_new_and_optab, sync_new_xor_optab, sync_new_nand_optab): Read
1878         from the optab_table, not the direct_optab_table.
1879         (init_sync_libfuncs): Declare.
1880         (can_compare_and_swap_p): Update parameters.
1881         * optabs.c (init_sync_libfuncs_1, init_sync_libfuncs): New.
1882         (can_compare_and_swap_p): Add allow_libcall parameter; if true,
1883         test for the legacy compare-and-swap libcall.
1884         (expand_atomic_exchange): Use the legacy test-and-set libcall.
1885         (expand_atomic_compare_and_swap): Use the legacy CAS libcall.
1886         (struct atomic_op_functions): Update for optab type changes.
1887         (maybe_emit_op): Likewise.
1888         (expand_atomic_fetch_op): Use the legacy fetch-op libcalls.
1889         * builtins.c (fold_builtin_atomic_always_lock_free): Update call
1890         to can_compare_and_swap_p.
1891         * omp-low.c (expand_omp_atomic_fetch_op): Likewise.
1892         (expand_omp_atomic_pipeline): Likewise.
1893         * genopinit.c (optabs): Make sync_old_*_optab, sync_new_*_optab,
1894         sync_compare_and_swap_optab, sync_lock_test_and_set_optab regular
1895         optabs.
1896         * doc/md.texi (sync_compare_and_swap): Update docs for libcalls.
1898 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
1900         * config/i386/i386-bultin-types.def (V8SI_FTYPE_V4DF_V4DF): Add.
1901         * config/i386/i386.c (enum ix86_builtins): Add
1902         IX86_BUILTIN_VEC_PACK_SFIX256.
1903         (bdesc_args): Add __builtin_ia32_vec_pack_sfix256.
1904         (ix86_expand_args_builtin): Handle V8SI_FTYPE_V4DF_V4DF.
1905         (ix86_builtin_vectorized_function): Also vectorize lrint using
1906         256-bit vectors for -mavx.
1908 2011-11-07  Anatoly Sokolov  <aesok@post.ru>
1910         * config/cris/constraints.md: New file.
1911         * config/cris/cris.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
1912         CRIS_CONST_OK_FOR_LETTER_P, CONST_OK_FOR_CONSTRAINT_P,
1913         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_MEMORY_CONSTRAINT,
1914         EXTRA_CONSTRAINT, EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_R,
1915         EXTRA_CONSTRAINT_T, EXTRA_CONSTRAINT_S, EXTRA_CONSTRAINT_U): Remove.
1916         * config/cris/cris.c: Incule "tm-constrs.h".
1917         (cris_print_operand): Use satisfies_constraint_O.
1918         (cris_normal_notice_update_cc, cris_rtx_costs): Use
1919         satisfies_constraint_I.
1920         (cris_address_cost): Use satisfies_constraint_L.
1921         * config/cris/cris.md: Include "constraints.md".
1922         (*mov_side<mode>, *mov_sidesisf, *mov_side<mode>_mem,
1923         *mov_sidesisf_mem, *clear_side<mode>, *ext_sideqihi,
1924         *ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>,
1925         *extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side,
1926         *extop<mode>si_swap_side): Use satisfies_constraint_N and
1927         satisfies_constraint_J.
1928         (moversideqi movemsideqi mover2side peephole2): Use
1929         satisfies_constraint_N and satisfies_constraint_J.
1930         (andu peephole2): Use satisfies_constraint_I and
1931         satisfies_constraint_O.
1933 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
1935         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
1936         BUILT_IN_IRINT, BUILT_IN_IRINTF, BUILT_IN_LLRINT and BUILT_IN_LLRINTF.
1938 2011-11-07  Andrew MacLeod  <amacleod@redhat.com>
1940         * optabs.c (get_atomic_op_for_code): Fill in optab table at runtime so
1941         SWITCHABLE_TARGET can change the values during compilation.
1942         (expand_atomic_fetch_op): Handle parameter change ripples for
1943         get_atomic_op_for_code call.
1945 2011-11-07  Andrew MacLeod  <amacleod@redhat.com>
1947         * doc/extend.texi: Docuemnt behaviour change for __atomic_exchange and
1948         __atomic_store.
1949         * optabs.c (expand_atomic_exchange): Expand to __sync_lock_test_and_set
1950         only when originated from that builtin.
1951         (expand_atomic_store): Expand to __sync_lock_release when originated
1952         from that builtin.
1953         * builtins.c (expand_builtin_sync_lock_test_and_set): Add flag that
1954         expand_atomic_exchange call originated from here.
1955         (expand_builtin_sync_lock_release): Add flag that expand_atomic_store
1956         call originated from here.
1957         (expand_builtin_atomic_exchange): Add origination flag.
1958         (expand_builtin_atomic_store): Add origination flag.
1959         * expr.h (expand_atomic_exchange, expand_atomic_store): Add boolean
1960         parameters to indicate implementation fall back options.
1962 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
1964         * config/avr/avr.c (output_reload_in_const): Can handle CONSTANT_P
1965         now, not only CONST_INT and CONST_DOUBLE.
1966         (output_movqi): Use output_reload_in_const.
1967         (output_reload_inhi): Ditto.
1968         (output_reload_insisf): Move assertion to output_reload_in_const.
1969         (avr_out_reload_inpsi): Ditto.
1971 2011-11-07  Nathan Sidwell  <nathan@acm.org>
1973         * gcov.c (object_summary): Replace with ...
1974         (object_runs): ... this.
1975         (process_file): Remove functions with no data.
1976         (generate_results): Ignore files with no lines.
1977         (release_function): New helper, broken out of ...
1978         (release_structures): ... here.  Use it.
1979         (read_count_file): Adjust for new data file format.
1980         (output_lines): Use object_runs.
1981         * gcov-io.h (GCOV_TAG_OBJECT_SUMMARY): Obsolete.
1982         (struct gcov_ctr_info): Move definition.
1983         (struct gcov_fn_info): Add key field, use gcov_ctr_info for
1984         trailing array.
1985         (struct gcov_info): Add merge function array, remove mask and
1986         counts.  Trailing array is array of pointers to function info.
1987         * coverage.c (struct function_list): Replace counter numbers with
1988         counter arrays.  Add fndecl field.  GTYify.
1989         (counts_entry): Remove chain workspace.
1990         (functions_head): GTYify.
1991         (prg_n_ctrs): Remove.
1992         (fn_v_ctrs): New.
1993         (tree_ctr_tables): Remove.
1994         (read_counts_file): Cope with blank entries and expect program
1995         summaries before functions.  Don't warn on missing entries.
1996         (coverage_counter_alloc): Allocate individual function arrays.
1997         (tree_coverage_counter_ref, tree_coverage_counter_addr): Adjust
1998         for individual function arrays.
1999         (coverage_end_function): GTYify function list object. Finalize
2000         function's counter arrays.
2001         (build_var): New.  Create a counter-related variable with
2002         appropriate linkage.
2003         (build_fn_info_type): Adjust for new runtime structure.
2004         (build_fn_info_value): Rename to ...
2005         (build_fn_info): ... here.  Build new format data.
2006         (build_ctr_info_type, build_ctr_info_value): Remove.
2007         (build_info_type): New. Build new format data structure.
2008         (build_info): Adjust for new format data.
2009         (create_coverage): Likewise.
2010         * gcov-dump.c (tag_function): Recognize placeholders.
2012 2011-11-07  Georg-Johann Lay  <avr@gjlay.de>
2014         * config/avr/constraints.md (Cm2): New constraint for int -2.
2015         * config/avr/avr.md (addqi3): Use it. New alternatives for +/-2.
2016         (*negqihi2): New insn.
2018 2011-11-07  H.J. Lu  <hongjiu.lu@intel.com>
2020         * dwarf2cfi.c (dwarf2out_frame_debug_expr): Check
2021         HARD_FRAME_POINTER_REGNUM instead of hard_frame_pointer_rtx in Rule 18.
2023 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
2025         * config/i386/i386.c (ix86_expand_builtin): If gather mask
2026         argument is known to have all high bits set, pass pc_rtx as
2027         second argument to the expander instead of op0.
2028         * config/i386/sse.md (*avx2_gathersi<mode>_2,
2029         *avx2_gatherdi<mode>_2): New patterns.
2030         * config/i386/avx2intrin.h (_mm256_i32gather_pd,
2031         _mm256_i64gather_pd, _mm256_i32gather_ps): Set mask using
2032         _mm256_cmp_pd with zero vector arguments and _CMP_EQ_OQ instead of
2033         _mm256_set1_pd.
2035         PR tree-optimization/50789
2036         * tree-vect-stmts.c (process_use): Add force argument, avoid
2037         exist_non_indexing_operands_for_use_p check if true.
2038         (vect_mark_stmts_to_be_vectorized): Adjust callers.  Handle
2039         STMT_VINFO_GATHER_P.
2040         (gen_perm_mask): New function.
2041         (perm_mask_for_reverse): Use it.
2042         (reverse_vec_element): Rename to...
2043         (permute_vec_elements): ... this.  Add Y and MASK_VEC arguments,
2044         generalize for any permutations.
2045         (vectorizable_load): Adjust caller.  Handle STMT_VINFO_GATHER_P.
2046         * target.def (TARGET_VECTORIZE_BUILTIN_GATHER): New hook.
2047         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_GATHER): Document it.
2048         * doc/tm.texi: Regenerate.
2049         * tree-data-ref.c (initialize_data_dependence_relation,
2050         compute_self_dependence): No longer static.
2051         * tree-data-ref.h (initialize_data_dependence_relation,
2052         compute_self_dependence): New prototypes.
2053         * tree-vect-data-refs.c (vect_check_gather): New function.
2054         (vect_analyze_data_refs): Detect possible gather load data refs.
2055         * tree-vectorizer.h (struct _stmt_vec_info): Add gather_p field.
2056         (STMT_VINFO_GATHER_P): Define.
2057         (vect_check_gather): New prototype.
2058         * config/i386/i386-builtin-types.def: Add types for alternate
2059         gather builtins.
2060         * config/i386/sse.md (AVXMODE48P_DI): Remove.
2061         (VEC_GATHER_MODE): Rename mode_attr to...
2062         (VEC_GATHER_IDXSI): ... this.
2063         (VEC_GATHER_IDXDI, VEC_GATHER_SRCDI): New mode_attrs.
2064         (avx2_gathersi<mode>, *avx2_gathersi<mode>): Use <VEC_GATHER_IDXSI>
2065         instead of <VEC_GATHER_MODE>.
2066         (avx2_gatherdi<mode>): Use <VEC_GATHER_IDXDI> instead of
2067         <AVXMODE48P_DI> and <VEC_GATHER_SRCDI> instead of VEC_GATHER_MODE
2068         on src and mask operands.
2069         (*avx2_gatherdi<mode>): Likewise.  Use VEC_GATHER_MODE iterator
2070         instead of AVXMODE48P_DI.
2071         (avx2_gatherdi<mode>256, *avx2_gatherdi<mode>256): Removed.
2072         * config/i386/i386.c (enum ix86_builtins): Add
2073         IX86_BUILTIN_GATHERALTSIV4DF, IX86_BUILTIN_GATHERALTDIV8SF,
2074         IX86_BUILTIN_GATHERALTSIV4DI and IX86_BUILTIN_GATHERALTDIV8SI.
2075         (ix86_init_mmx_sse_builtins): Create those builtins.
2076         (ix86_expand_builtin): Handle those builtins and adjust expansions
2077         of other gather builtins.
2078         (ix86_vectorize_builtin_gather): New function.
2079         (TARGET_VECTORIZE_BUILTIN_GATHER): Define.
2081 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
2083         * config/i386/f16cintrin.h: Remove extra _X86INTRIN_H_INCLUDED check.
2085 2011-11-07  Tristan Gingold  <gingold@adacore.com>
2087         * config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.
2088         * config/vms/t-vms: Add vms-c.o rule.
2089         * config/vms/vms-c.c: New file.
2090         * config/vms/vms-protos.h (vms_c_register_pragma): New prototype.
2091         * config/vms/vms.h (REGISTER_TARGET_PRAGMAS): Define.
2093 2011-11-07  Tristan Gingold  <gingold@adacore.com>
2095         * config/alpha/vms.h (TARGET_OBJECT_SUFFIX,
2096         TARGET_EXECUTABLE_SUFFIX, TARGET_OS_CPP_BUILTINS,
2097         TARGET_ABI_OPEN_VMS, LONG_TYPE_SIZE, ADA_LONG_TYPE_SIZE,
2098         POINTER_SIZE, POINTERS_EXTEND_UNSIGNED): Move to config/vms/vms.h
2099         (SUBTARGET_OS_CPP_BUILTINS): Define.
2100         (TARGET_DEFAULT): Tune according to POINTER_SIZE.
2101         (MASK_RETURN_ADDR): Define in 64 bit mode.
2102         * config/ia64/vms.h: Likewise.
2103         * config/vms/vms.h: New file.
2104         * config/vms/vms64.h: New file.
2105         * config/alpha/vms64.h: Removed.
2106         * config/ia64/vms64.h: Removed.
2107         * config.gcc (alpha64-dec-*vms*, alpha*-dec-*vms*, ia64-hp-*vms*):
2108         Adjust for above change.
2110 2011-11-07  Enkovich Ilya  <ilya.enkovich@intel.com>
2112         PR target/50962
2113         * config/i386/i386-protos.h (ix86_use_lea_for_mov): New.
2114         * config/i386/i386.c (ix86_use_lea_for_mov): Likewise.
2115         * config/i386/i386.md (movsi_internal): Emit lea if profitable.
2116         (movdi_internal_rex64): Likewise.
2118 2011-11-07  Sergey Ostanevich  <sergos.gnu@gmail.com>
2120         PR rtl-optimization/47698
2121         * ifcvt.c (noce_operand_ok): Return false for mems with side effects.
2123 2011-11-07  Tristan Gingold  <gingold@adacore.com>
2125         * common/config/alpha/alpha-common.c (alpha_option_init_struct):
2126         New function.
2127         (TARGET_OPTION_INIT_STRUCT): Define.
2128         * config/alpha/alpha.c (TARGET_MIN_ANCHOR_OFFSET)
2129         (TARGET_MAX_ANCHOR_OFFSET)
2130         (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Redefine.
2132 2011-11-06  Quentin Neill  <quentin.neill@amd.com>
2134         Fix r180999, update ChangeLog
2135         * config.gcc: Add f16cintrin.h.
2136         * config/i386/f16cintrin.h: Add missing endif.
2138 2011-11-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2140         * config.gcc (arm*-*-rtemseabi*): New target.
2141         * config/arm/rtems-eabi.h: New.
2142         * config/arm/t-rtems-eabi: New.
2144 2011-11-06  David S. Miller  <davem@davemloft.net>
2146         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): Delete.
2147         (zero_extend_v8qi_vis, zero_extend_v4hi_vis,
2148         *zero_extend_v8qi_<P:mode>_insn,
2149         *zero_extend_v4hi_<P:mode>_insn): Express using vec_merge
2150         and vec_duplicate instead of using an UNSPEC.
2152 2011-11-07  Alan Modra  <amodra@gmail.com>
2154         PR target/30282
2155         * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Always emit
2156         blockage for ABI_V4.
2158 2011-11-06  Dave Korn  <dave.korn.cygwin@gmail.com>
2160         * config/i386/cygwin.h (LIBGCJ_SONAME): Updated to match recent
2161         libgcj version bump.
2162         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
2164 2011-11-06  Eric Botcazou  <ebotcazou@adacore.com>
2166         * gcse.c: Adjust outdated comments throughout.
2167         (struct mem_conflict_info): New structure.
2168         (mems_conflict_for_gcse_p): Use it to communicate with caller.
2169         (load_killed_in_block_p): Pass it to note_stores.
2170         (hash_expr): Remove superfluous line break.
2171         (hash_scan_set): Rename PAT parameter into SET.
2172         (hash_scan_insn): Reorder cases.
2173         (canon_list_insert): Fix long line.
2174         (edge_list): Delete.
2175         (prune_expressions): Rename E local variable into EXPR.
2176         (compute_pre_data): Return struct edge_list * object.
2177         (pre_expr_reaches_here_p_work): Fix formatting.
2178         (process_insert_insn): Move around comment.
2179         (pre_edge_insert): Fix long line.
2180         (pre_insert_copies): Likewise.
2181         (gcse_emit_move_after): Swap SRC and DEST parameters.
2182         (pre_delete): Adjust call to gcse_emit_move_after.
2183         (pre_gcse): Take struct edge_list * parameter.  Fix long line.
2184         (one_pre_gcse_pass): Use flag_gcse_lm condition for all routines.
2185         Use a local list of edges.
2186         (hoist_code): Fix long line.  Adjust call to gcse_emit_move_after.
2187         (pre_ldst_expr_hash): Fix long line.
2188         (free_ldst_mems): Rename into...
2189         (free_ld_motion_mems): ...this.
2190         (first_ls_expr): Delete.
2191         (next_ls_expr): Likewise.
2192         (print_ldst_list): Do not use above two functions.
2193         (simple_mem): Adjust interface.
2194         (compute_ld_motion_mems): Fix formatting.
2195         (update_ld_motion_stores): Reuse local variable.
2197 2011-11-06  Joseph Myers  <joseph@codesourcery.com>
2199         * c-decl.c (shadow_tag_warned, grokdeclarator): Handle _Alignas
2200         specifiers.
2201         (build_null_declspecs): Initialize align_log and alignas_p fields.
2202         (declspecs_add_alignas): New.
2203         * c-parser.c (c_token_starts_declspecs): Handle RID_ALIGNAS.
2204         (c_parser_declspecs): Handle _Alignas specifiers.
2205         (c_parser_alignas_specifier): New.
2206         (c_parser_alignof_expression): Diagnose alignof use for non-C1X.
2207         Diagnose _Alignof (expression).
2208         * c-tree.h (struct c_declspecs): Add align_log and alignas_p fields.
2209         (declspecs_add_alignas): Declare.
2210         * ginclude/stddef.h (max_align_t): Define for C1X and C++11.
2211         * ginclude/stdalign.h: New.
2212         * Makefile.in (USER_H): Add stdalign.h.
2214 2011-11-06  Joern Rennecke  <joern.rennecke@embecosm.com>
2216         * regset.h (fixed_reg_set_regset): Declare.
2217         * dse.c: Include regset.h .
2218         (struct insn_info): Add member fixed_regs_live.
2219         (note_add_store_info): New typedef.
2220         (note_add_store): New function.
2221         (emit_inc_dec_insn_before): Expect arg to be of type insn_info_t.
2222         Use gen_add3_insn / gen_move_insn.
2223         Check new insn for unwanted clobbers before emitting it.
2224         (check_for_inc_dec): Rename to...
2225         (check_for_inc_dec_1:) ... this.  Return bool.  Take insn_info
2226         parameter.  Changed all callers in file.
2227         (check_for_inc_dec, copy_fixed_regs): New functions.
2228         (scan_insn): Set fixed_regs_live field of insn_info.
2229         * rtl.h (check_for_inc_dec): Update prototype.
2230         * postreload.c (reload_cse_simplify): Take new signature of
2231         check_ind_dec into account.
2232         * reginfo.c (fixed_reg_set_regset): New variable.
2233         (init_reg_sets_1): Initialize it.
2235 2011-11-06  Jakub Jelinek  <jakub@redhat.com>
2237         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0 don't remove
2238         any user labels.
2240 2011-11-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2242         * config/pa/pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.
2243         Remove dependence of declaration and target define on definition of
2244         HPUX_LONG_DOUBLE_LIBRARY.  Update implementation.
2246 2011-11-06  Andrew Macleod  <amacleod@redhat.com>
2247             Richard Henderson  <rth@redhat.com>
2248             Aldy Hernandez  <aldyh@redhat.com>
2250         Merged from cxx-mem-model.
2252         * cppbuiltin.c (define__GNUC__): Define __ATOMIC memory models
2253         * coretypes.h (enum memmodel): New.  enumerated memory model type.
2254         * Makefile.in (cppbuiltin.o) Add missing dependency on $(TREE_H)
2255         * genopinit,c (optabs): Add atomic direct optab handlers.
2256         * sync-builtins.def (BUILT_IN_ATOMIC_*): New builtins.
2257         * builtin-types.def (BT_CONST_VOLATILE_PTR,
2258         BT_FN_I{1,2,4,8,16}_CONST_VPTR_INT, BT_FN_VOID_VPTR_INT,
2259         BT_FN_BOOL_VPTR_INT, BT_FN_BOOL_SIZE_CONST_VPTR,
2260         BT_FN_I{1,2,4,8,16}_VPTR_I{1,2,4,8,16}_INT,
2261         BT_FN_VOID_VPTR_I{1,2,4,8,16}_INT, BT_FN_VOID_SIZE_VPTR_PTR_INT,
2262         BT_FN_VOID_SIZE_CONST_VPTR_PTR_INT, BT_FN_VOID_SIZE_VPTR_PTR_PTR_INT,
2263         BT_FN_BOOL_VPTR_PTR_I{1,2,4,8,16}_BOOL_INT_INT): New builtin types.
2264         * expr.h (expand_atomic_*): Add prototypes.
2265         (expand_{bool,val}_compare_and_swap): Remove prototypes.
2266         * c-typeck.c (build_function_call_vec): Don't reprocess __atomic
2267         parameters.
2268         * common.opt (Winvalid-memory-model): New warning flag.
2269         (finline-atomics): New. Flag to disable atomic inlining.
2270         * params.h (ALLOW_LOAD_DATA_RACES): New.
2271         (ALLOW_PACKED_LOAD_DATA_RACES): New.
2272         (ALLOW_PACKED_STORE_DATA_RACES): New.
2273         * params.def (PARAM_ALLOW_LOAD_DATA_RACES): New.
2274         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES): New.
2275         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): New.
2276         * builtins.c (is_builtin_name): Handle __atomic.
2277         (get_memmodel): New.  Extract memory model.
2278         (expand_expr_force_mode): New. Factor out common code for ensuring an
2279         integer argument is in the proper mode.
2280         (expand_builtin_sync_operation): Remove ignore param.  Always call
2281         expand_atomic_fetch_op instead of the old expanders.
2282         (expand_builtin_compare_and_swap,
2283         expand_builtin_sync_lock_test_and_set): Use expand_expr_force_mode,
2284         call atomic expanders instead of sync expanders.
2285         (expand_builtin_sync_lock_release): Call atomic_store expander.
2286         (expand_builtin_atomic_compare_exchange, expand_builtin_atomic_load,
2287         expand_builtin_atomic_store, expand_builtin_atomic_fetch_op): New.
2288         (expand_builtin_atomic_exchange): New.
2289         (fold_builtin_atomic_always_lock_free,
2290         expand_builtin_atomic_always_lock_free,
2291         fold_builtin_atomic_is_lock_free, expand_builtin_atomic_is_lock_free):
2292         New.
2293         (expand_builtin_mem_thread_fence, expand_builtin_atomic_thread_fence,
2294         expand_builtin_atomic_signal_fence): New.
2295         (expand_builtin_mem_signal_fence): New.
2296         (expand_builtin): Add cases for BUILT_IN_ATOMIC_*.
2297         (fold_builtin_2): Add cases for BUILT_IN_ATOMIC_{IS,ALWAYS}_LOCK_FREE.
2298         * optabs.h (DOI_atomic_*): Define new atomics.
2299         (atomic_*_optab): Define.
2300         (can_compare_and_swap_p, expand_atomic_compare_and_swap): New
2301         prototypes.
2302         * optabs.c (expand_sync_operation, expand_sync_fetch_operation): Remove.
2303         (expand_sync_lock_test_and_set): Remove.
2304         (expand_atomic_load, expand_atomic_store): New.
2305         (expand_atomic_exchange): New.
2306         (expand_atomic_compare_and_swap): New.  Implements
2307         atomic_compare_exchange via compare and swap.
2308         (struct atomic_op_functions): Opcode table struct for fetch ops.
2309         (get_atomic_op_for_code): New.  Return an opcode table entry.
2310         (maybe_emit_op): New.  Try to emit a fetch op.
2311         (expand_atomic_fetch_op): New.
2312         (expand_val_compare_and_swap_1): Remove.
2313         (expand_val_compare_and_swap, expand_bool_compare_and_swap): Remove.
2314         (expand_atomic_compare_and_swap): Rename from
2315         expand_atomic_compare_exchange.  Rewrite to return both success and
2316         oldval return values; expand via both atomic and sync optabs.
2317         (can_compare_and_swap_p): New.
2318         (expand_compare_and_swap_loop): Use expand_atomic_compare_and_swap.
2319         (maybe_gen_insn): Handle 7 and 8 operands.
2320         * omp-low.c (expand_omp_atomic_fetch_op): Don't test individual
2321         fetch_op optabs, only test can_compare_and_swap_p.  Use __atomic
2322         builtins instead of __sync builtins.
2323         (expand_omp_atomic_pipeline): Use can_compare_and_swap_p.
2324         * doc/extend.texi: Document __atomic built-in functions.
2325         * doc/invoke.texi: Document data race parameters.
2326         * doc/md.texi: Document atomic patterns.
2327         * config/i386/i386.md (UNSPEC_MOVA): New.
2328         (UNSPECV_CMPXCHG): Split into ...
2329         (UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2,
2330         UNSPECV_CMPXCHG_3, UNSPECV_CMPXCHG_4): New.
2331         * config/i386/sync.md (ATOMIC): New mode iterator.
2332         (atomic_load<ATOMIC>, atomic_store<ATOMIC>): New.
2333         (atomic_loaddi_fpu, atomic_storedi_fpu, movdi_via_fpu): New.
2334         (mem_thread_fence): Rename from memory_barrier.
2335         Handle the added memory model parameter.
2336         (mfence_nosse): Rename from memory_barrier_nosse.
2337         (sync_compare_and_swap<CASMODE>): Split into ...
2338         (atomic_compare_and_swap<SWI124>): this and ...
2339         (atomic_compare_and_swap<CASMODE>): this.  Handle the new parameters.
2340         (atomic_compare_and_swap_single<SWI>): Rename from
2341         sync_compare_and_swap<SWI>; rewrite to use split unspecs.
2342         (atomic_compare_and_swap_double<DCASMODE>): Rename from
2343         sync_double_compare_and_swap<DCASMODE>; rewrite to use split unspecs.
2344         (*atomic_compare_and_swap_doubledi_pic): Rename from
2345         sync_double_compare_and_swapdi_pic; rewrite to use split unspecs.
2346         (atomic_fetch_add<SWI>): Rename from sync_old_add<SWI>; add memory
2347         model parameter.
2348         (*atomic_fetch_add_cmp<SWI>): Similarly.
2349         (atomic_add<SWI>, atomic<any_logic><SWI>): Similarly.
2350         (atomic_sub<SWI>): Similarly.  Use x86_maybe_negate_const_int.
2351         (sync_lock_test_and_set<SWI>): Merge with ...
2352         (atomic_exchange<SWI>): ... this.
2354 2011-11-6  Richard Guenther  <rguenther@suse.de>
2356         * ipa-prop.c (ipa_modify_call_arguments): Re-compute inlinable flag.
2358 2011-11-06  Ira Rosen  <ira.rosen@linaro.org>
2360         * tree-vectorizer.h (vectorizable_condition): Add argument.
2361         * tree-vect-loop.c (vectorizable_reduction): Fail for condition
2362         in SLP.  Update calls to vectorizable_condition.
2363         * tree-vect-stmts.c (vect_is_simple_cond): Add basic block info to
2364         the arguments.  Pass it to vect_is_simple_use_1.
2365         (vectorizable_condition): Add slp_node to the arguments.  Support
2366         vectorization of basic blocks.  Fail for reduction in SLP.  Update
2367         calls to vect_is_simple_cond and vect_is_simple_use.  Support SLP:
2368         call vect_get_slp_defs to get vector operands.
2369         (vect_analyze_stmt): Update calls to vectorizable_condition.
2370         (vect_transform_stmt): Likewise.
2371         * tree-vect-slp.c (vect_create_new_slp_node): Handle COND_EXPR.
2372         (vect_get_and_check_slp_defs): Handle COND_EXPR.  Allow pattern
2373         def stmts.
2374         (vect_build_slp_tree): Handle COND_EXPR.
2375         (vect_analyze_slp_instance): Push pattern statements to root node.
2376         (vect_get_constant_vectors): Fix comments.  Handle COND_EXPR.
2378 2011-11-05  David S. Miller  <davem@davemloft.net>
2380         * config/sparc/sparc.md (UNSPEC_SHORT_LOAD): New unspec.
2381         (zero-extend_v8qi_vis, zero_extend_v4hi_vis): New expanders.
2382         (*zero_extend_v8qi_<P:mode>_insn,
2383         *zero_extend_v4hi_<P:mode>_insn): New insns.
2384         * config/sparc/sparc.c (vector_init_move_words,
2385         vector_init_prepare_elts, sparc_expand_vector_init_vis2,
2386         sparc_expand_vector_init_vis1): New functions.
2387         (vector_init_bshuffle): Rewrite to handle more cases and make use
2388         of locs[] array prepared by vector_init_prepare_elts.
2389         (vector_init_fpmerge, vector_init_faligndata): Delete.
2390         (sparc_expand_vector_init): Rewrite using new infrastructure.
2392 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2394         * config.gcc (epiphany-*-*): New architecture.
2395         (epiphany-*-elf): New configuration.
2396         * config/epiphany, common/config/epiphany : New directories.
2397         * doc/extend.texi (disinterrupt attribute): Add Epiphany.
2398         (interrupt attribute): Add Epiphany.
2399         (long_call, short_call attribute): Add Epiphany.
2400         * doc/invoke.texi (Options): Add Epiphany options.
2401         * doc/md.texi (Machine Constraints): Add Epiphany constraints.
2402         * doc/install.texi (Options specification):
2403         Add --with-stack-offset=@var{num} description.
2404         (host/target specific issues): Add epiphany-*-elf.
2405         * doc/contrib.texi (Contributors): Mention Epiphany port.
2407 2011-11-05  Jakub Jelinek  <jakub@redhat.com>
2409         PR tree-optimization/50693
2410         * tree-cfg.c (gimple_can_merge_blocks_p): Allow merging with
2411         non-forced user labels.
2412         (gimple_merge_blocks): Turn non-forced user labels into
2413         debug bind stmt with the label as first operand and reset value.
2414         (gimple_duplicate_bb): Don't duplicate label debug stmts.
2415         * dwarf2out.c (gen_label_die): Handle NOTE_INSN_DELETED_DEBUG_LABEL.
2416         * final.c (final_scan_insn): Likewise.
2417         (rest_of_clean_state): Don't dump NOTE_INSN_DELETED_DEBUG_LABEL.
2418         * var-tracking.c (debug_label_num): New variable.
2419         (delete_debug_insns): Don't delete DEBUG_INSNs for LABEL_DECLs,
2420         instead turn them into NOTE_INSN_DELETED_DEBUG_LABEL notes.
2421         * cfglayout.c (skip_insns_after_block, duplicate_insn_chain): Handle
2422         NOTE_INSN_DELETED_DEBUG_LABEL.
2423         (duplicate_insn_chain): Don't duplicate LABEL_DECL DEBUG_INSNs.
2424         * insn-notes.def (DELETED_DEBUG_LABEL): New note kind.
2425         * print-rtl.c (print_rtx): Handle NOTE_INSN_DELETED_DEBUG_LABEL.
2426         * gengtype.c (adjust_field_rtx_def): Likewise.
2427         * config/i386/i386.c (ix86_output_function_epilogue): For MachO
2428         clear CODE_LABEL_NUMBER of NOTE_INSN_DELETED_DEBUG_LABEL
2429         if their are at the end of function and nop hasn't been emitted.
2430         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Likewise.
2432 2011-11-05  Georg-Johann Lay  <avr@gjlay.de>
2434         PR rtl-optimization/50448
2435         * cprop.c (try_replace_reg): Also try to replace uses of FROM that
2436         appear in SET_DEST.
2438 2011-11-05  Peter Dufault  <dufault@hda.com>,
2439             Sebastian Huber  <sebastian.huber@embedded-brains.de>
2441         * config/rs6000/rtems.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
2442         Extend rs6000_spe handling.
2444 2011-11-05  Ralf Corsépius  <ralf.corsepius@rtems.org>
2446         * config/rs6000/t-rtems: Add -mcpu=8540/-mfloat-gprs=double multilib.
2447         Remove -mcpu=601 multilib.
2448         Remove -Dmpc8260 multilib.
2449         * config/rs6000/rtems.h: Allow --float-gprs=... to override grps
2450         on E500 targets.
2452 2011-11-05  Quentin Neill  <quentin.neill@amd.com>
2454         Piledriver f16cintrin.h fix.
2455         * config/i386/f16cintrin.h: Contents moved from immintrin.h.
2456         * config/i386/immintrin.h: Include f16cintrin.h.
2457         * config.gcc (i[34567]86-*-*, x86_64-*-*): Add f16cintrin.h.
2460 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2462         PR c++/50608
2463         * c-parser.c (c_parser_postfix_expression) <RID_OFFSETOF>: Adjust call
2464         to fold_offsetof.
2465         * c-typeck.c (build_unary_op) <ADDR_EXPR>: Call fold_offsetof_1.
2467 2011-11-04  Alan Modra  <amodra@gmail.com>
2469         * reload1.c (gen_reload): Don't use REGNO on SUBREGs.
2470         * print-rtl.c (print_rtx): Don't segfault on negative regno.
2472 2011-11-04  David S. Miller  <davem@davemloft.net>
2474         PR target/49965
2475         * config/sparc/sparc.c (sparc_expand_conditional_move): Handle the
2476         fact that sparc_emit_float_lib_cmp modifies the comparison in
2477         operands[1].
2479 2011-11-04  Ralf Corsépius  <ralf.corsepius@rtems.org>
2481         * config/lm32/t-rtems: New.
2482         * config.gcc (lm32-*-rtems*): Add t-rtems.
2484 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2486         PR target/50979
2487         * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.
2489 2011-11-04  Jiangning Liu  <jiangning.liu@arm.com>
2491         PR rtl-optimization/38644
2492         * config/arm/arm.c (thumb1_expand_epilogue): Add memory barrier
2493         for epilogue having stack adjustment.
2495 2011-11-04  Georg-Johann Lay  <avr@gjlay.de>
2497         PR target/50931
2498         * config/avr/avr-modes.def: New file defining PSImode.
2499         * config/avr/avr-c.c (__INT24_MAX__, __INT24_MIN__,
2500         __UINT24_MAX__): New built-in defines.
2501         * config/avr/avr.md (adjust_len): Add tstpsi, mov24,  reload_in24,
2502         ashlpsi, ashrpsi, lshrpsi.
2503         (QISI, QIDI, HISI, HIDI, MPUSH, rotx, rotsmode): Add PSI.
2504         (MOVMODE): New mode iterator.
2505         (movpsi): New expander.
2506         (movqi, movhi, movsi, movsf, movpsi): Write as one using MOVMODE.
2507         (*reload_inpsi, *movpsi): New insns.
2508         (*reload_inpsi): New RTL peephole.
2509         (addpsi3, *addpsi3_zero_extend.qi, *addpsi3_zero_extend.hi,
2510         *addpsi3_sign_extend.hi): New insns.
2511         (subpsi3, *subpsi3_zero_extend.qi, *subpsi3_zero_extend.hi,
2512         *subpsi3_sign_extend.hi): New insns.
2513         (divmodpsi4, udivmodpsi4): New define insn-and-split.
2514         (*divmodpsi4_call, *udivmodpsi4_call): New insns.
2515         (andpsi3, iorpsi3, xorpsi3): New insns.
2516         (*rotlpsi2.1, *rotlpsi2.23): New insns.
2517         (*rotw<mode>): Insn condition only allow even-sized modes.
2518         (*rotb<mode>): Insn condition allows odd-sized modes.
2519         (ashlpsi3, ashrpsi3, lshrpsi3, *addpsi3.lt0): New insns.
2520         (negpsi2, one_cmplpsi2): New insns.
2521         (extendqipsi2, extendhipsi2, extendpsisi2): New insns.
2522         (zero_extendqipsi2, zero_extendhipsi2, zero_extendpsisi2): New
2523         insn-and-splits.
2524         (*cmppsi, *negated_tstpsi, *reversed_tstpsi): New insns.
2525         (cbranchpsi4): New expander.
2526         * config/avr/constraints.md (Ca3, Co3, Cx3): New constraints.
2527         * config/avr/avr-protos.h (avr_out_tstpsi, avr_out_movpsi,
2528         avr_out_ashlpsi3, avr_out_ashrpsi3, avr_out_lshrpsi3,
2529         avr_out_reload_inpsi): New prototypes.
2531         * config/avr/avr.c (TARGET_SCALAR_MODE_SUPPORTED_P): Define to...
2532         (avr_scalar_mode_supported_p): ...this new static function.
2533         (avr_asm_len): Always return "".
2534         (avr_out_load_psi, avr_out_store_psi): New static functions.
2535         (avr_out_movpsi, avr_out_reload_inpsi): New functions.
2536         (avr_out_tstpsi): New function.
2537         (avr_out_ashlpsi3, avr_out_ashrpsi3, avr_out_lshrpsi3): New functions.
2538         (avr_out_plus_1, output_reload_in_const): Handle 3-byte types.
2539         (avr_simplify_comparison_p): Ditto.
2540         (adjust_insn_length): Handle ADJUST_LEN_RELOAD_IN24,
2541         ADJUST_LEN_MOV24, ADJUST_LEN_TSTPSI, ADJUST_LEN_ASHLPSI,
2542         ADJUST_LEN_ASHRPSI, ADJUST_LEN_LSHRPSI.
2543         (avr_rtx_costs_1): Report PSI costs.
2544         (avr_libcall_value): Handle odd-sized parameters.
2545         (avr_init_builtin_int24): New static function to define built-in
2546         24-bit types __int24 and __uint24.
2547         (avr_init_builtins): Use it.
2549 2011-11-04  Thomas Doerfler <thomas.doerfler@embedded-brains.de>
2551         PR target/50989
2552         * config/arm/rtems-elf.h, config/arm/t-rtems: Add optional
2553         support for VFP floating point model.
2555 2011-11-04  Tristan Gingold  <gingold@adacore.com>
2557         * config/alpha/vms.h (ASM_OUTPUT_DEF): Do not switch section.
2559 2011-11-04  Ira Rosen  <ira.rosen@linaro.org>
2561         Unrevert:
2562         2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
2564         PR tree-optimization/50730
2565         * tree-vect-data-refs.c (vect_analyze_data_refs): Stop basic block
2566         analysis if encountered unsupported data-ref.
2568 2011-11-04  Jakub Jelinek  <jakub@redhat.com>
2570         * config/i386/i386.c (ix86_expand_vector_convert_uns_vsivsf): New
2571         function.
2572         * config/i386/i386-protos.h (ix86_expand_vector_convert_uns_vsivsf):
2573         New prototype.
2574         * config/i386/sse.md (floatuns<sseintvecmodelower><mode>2): Use it.
2575         For floatunsv8siv8sf2 require TARGET_AVX2.
2577         * config/i386/i386.c (ix86_expand_adjust_ufix_to_sfix_si): Add
2578         XORP argument.  Subtract 0x1p31 instead of 0x1p32.  Use normal
2579         signalling comparison instead of non-signalling.  Store into
2580         *XORP pseudo holding 0x80000000 integers if 0x1p31 has been
2581         subtracted and 0 otherwise.
2582         * config/i386/i386-protos.h (ix86_expand_adjust_ufix_to_sfix_si):
2583         Adjust prototype.
2584         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): Enable
2585         already for TARGET_SSE2.  Xor in vector initialized by
2586         ix86_expand_adjust_ufix_to_sfix_si at the end.
2587         (vec_pack_ufix_trunc_<mode>): Likewise.
2589         * tree-vect-stmts.c (vectorizable_conversion): Rewritten to handle
2590         not just FLOAT_EXPR and FIX_TRUNC_EXPR, but also CONVERT_EXPR_CODE_P,
2591         WIDEN_MULT_EXPR and WIDEN_LSHIFT_EXPR to handle what
2592         vectorizable_type_demotion and vectorizable_type_promotion did.
2593         Additionally handle FLOAT_EXPR and FIX_TRUNC_EXPR where the integer
2594         is {,un}signed {char,short}.
2595         (vect_create_vectorized_demotion_stmts): Fix comment typo.  For
2596         recursive calls unconditionally use VEC_PACK_TRUNC_EXPR.
2597         Push vec_dest back to the vec_dsts vector at the end.
2598         (vect_create_vectorized_promotion_stmts): Don't recurse, do just
2599         one step.  Removed multi_step_cvt, vec_dsts, slp_node and
2600         prev_stmt_info arguments, add vec_dest argument.  Push always
2601         into vec_tmp, not just when multi_step_cvt != 0, replace *vec_oprdn0
2602         with vec_tmp at the end after freeing old *vec_oprnd0 vector.
2603         (vectorizable_type_demotion, vectorizable_type_promotion): Removed.
2604         (vect_analyze_stmt): Don't call vectorizable_type_demotion and
2605         vectorizable_type_promotion.  Call vectorizable_conversion even
2606         for SLP bb vectorization.
2607         (vect_transform_stmt): Call vectorizable_conversion instead of
2608         vectorizable_type_demotion and vectorizable_type_promotion.
2609         (supportable_widening_operation): Clear *multi_step_cvt first,
2610         simplify c1/c2 computation, free *interm_types vector on failure.
2611         (supportable_narrowing_operation): Clear *multi_step_cvt first,
2612         free *interm_types vector on failure, handle multi-step
2613         FIX_TRUNC_EXPR.
2615 2011-11-04  Tristan Gingold  <gingold@adacore.com>
2617         * config/alpha/alpha.c (alpha_write_linkage): Remove fundecl
2618         argument.  Conditionally generate crash debug info.  Adjust
2619         for alpha_funcs_tree removal.
2620         (machine_function): Add links field.
2621         (alpha_start_function): Conditionally generate crash debug info.
2622         (alpha_end_function): Adjust call to alpha_write_linkage.
2623         (alpha_funcs): Remove.
2624         (links_kind): Remove.
2625         (alpha_links): Remove num, target and lkind field.  Add func field.
2626         (alpha_links_tree): Remove.
2627         (alpha_funcs_tree): Remove.
2628         (alpha_need_linkage): Remove.
2629         (alpha_use_linkage): Change prototype.  Adjust.
2630         (alpha_write_one_linkage): Use ASM_OUTPUT_INTERNAL_LABEL.
2631         Use SYMBOL_REF_EXTERNAL_P and SYMBOL_REF_LOCAL_P macro.
2632         * config/alpha/alpha-protos.h (alpha_use_linkage): Update.
2633         (alpha_need_linkage): Remove.
2634         * config/alpha/alpha.md: Update calls to alpha_use_linkage.
2635         Adjust calls to alpha_need_linkage.
2637 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
2639         * sched-vis.c (print_value): Handle STRICT_LOW_PART.
2641 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
2643         * config/i386/i386.md (lround<X87MODEF:mode><SWI248x:mode>2,
2644         rint<mode>2, floor<mode>2, lfloor<MODEF:mode><SWI48:mode>2,
2645         btrunc<mode>2, lwp_lwpval<mode>3): Use operands[N] instead of operandN.
2647 2011-11-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2649         PR target/50978
2650         * config/arm/t-bpabi: New file.
2651         * config.gcc (arm*-*-linux*): Add arm/t-bpabi to tmake_file for
2652         arm*-*-linux-*eabi.
2653         (arm*-*-uclinux*): Add arm/t-bpabi to tmake_file for
2654         arm*-*-uclinux*eabi.
2655         (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi to tmake_file
2656         for arm*-*-eabi*.
2658 2011-11-03  Michael Matz  <matz@suse.de>
2660         PR bootstrap/50857
2661         * configure.ac: Check for -fno-exceptions -fno-rtti.
2662         * configure: Regenerate.
2663         * Makefile.in (NOEXCEPTION_FLAGS): New flag.
2664         (ALL_CXXFLAGS): Use it.
2666 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
2668         * config/i386/i386.md: Use {} for multi-line preparation statements.
2670 2011-11-03  Eric Botcazou  <ebotcazou@adacore.com>
2672         * config/sparc/sparc.md (movtf_insn_sp32_no_fpu): Consolidate into...
2673         (movtf_insn_sp32): ...this.
2674         (movtf_insn_sp64_no_fpu): Consolidate into...
2675         (movtf_insn_sp64): ...this.
2676         (movtf_insn_sp64_hq): Do not test TARGET_FPU.
2677         * config/sparc/sparc.c (sparc_legitimate_address_p): Likewise.
2679 2011-11-03  Tristan Gingold  <gingold@adacore.com>
2681         * config/vms/vms.c (vms_patch_builtins): Fix typo.
2683 2011-11-03  Richard Guenther  <rguenther@suse.de>
2685         PR lto/44965
2686         * lto-opts.c: Re-implement.
2687         * lto-streamer.h (lto_register_user_option): Remove.
2688         (lto_read_file_options): Likewise.
2689         (lto_reissue_options): Likewise.
2690         (lto_clear_user_options): Likewise.
2691         (lto_clear_file_options): Likewise.
2692         * opts-global.c (post_handling_callback): Remove.
2693         (set_default_handlers): Do not set post_handling_callback.
2694         (decode_options): Remove LTO specific code.
2695         * lto-wrapper.c (merge_and_complain): New function.
2696         (run_gcc): Read all input file options and
2697         prepend a merged set before the linker driver options.
2698         * gcc.c (driver_post_handling_callback): Remove.
2699         (set_option_handlers): Do not set post_handling_callback.
2700         * opts-common.c (handle_option): Do not call post_handling_callback.
2701         * opts.h (struct cl_option_handlers): Remove post_handling_callback.
2703 2011-11-03  Richard Guenther  <rguenther@suse.de>
2705         * collect2.c (main): Guard object_nbr variable with TARGET_AIX_VERSION.
2707 2011-11-03  Martin Jambor  <mjambor@suse.cz>
2709         * ipa-prop.c (type_change_info): New fields offset, object,
2710         known_current_type and multiple_types_encountered.
2711         (extr_type_from_vtbl_ptr_store): New function.
2712         (check_stmt_for_type_change): Use it, set multiple_types_encountered if
2713         the result is different from the previous one.
2714         (detect_type_change): Renamed to detect_type_change_1. New parameter
2715         comp_type.  Set up new fields in tci, build known type jump
2716         functions if the new type can be identified.
2717         (detect_type_change): New function.
2718         * tree.h (DECL_CONTEXT): Comment new use.
2720 2011-11-03  Richard Guenther  <rguenther@suse.de>
2722         PR lto/48217
2723         * lto-wrapper.c (get_options_from_collect_gcc_options): Properly
2724         decode an encoded literal '.
2726 2011-11-03  Tristan Gingold  <gingold@adacore.com>
2728         * collect2.c (main): Add support of -f (response file) on AIX.
2730 2011-11-03  Ira Rosen  <ira.rosen@linaro.org>
2732         PR tree-optimization/50912
2733         * tree-vectorizer.h (slp_void_p): New.
2734         (struct _slp_tree): Replace left and right with children.  Update
2735         documentation.
2736         (struct _slp_oprnd_info): New.
2737         (vect_get_vec_defs): Declare.
2738         (vect_get_slp_defs): Update arguments.
2739         * tree-vect-loop.c (vect_create_epilog_for_reduction): Call
2740         vect_get_vec_defs instead of vect_get_slp_defs.
2741         (vectorizable_reduction): Likewise.
2742         * tree-vect-stmts.c (vect_get_vec_defs): Remove static, add argument.
2743         Update call to vect_get_slp_defs.
2744         (vectorizable_conversion): Update call to vect_get_vec_defs.
2745         (vectorizable_assignment, vectorizable_shift,
2746         vectorizable_operation): Likewise.
2747         (vectorizable_type_demotion): Call vect_get_vec_defs instead of
2748         vect_get_slp_defs.
2749         (vectorizable_type_promotion, vectorizable_store): Likewise.
2750         (vect_analyze_stmt): Fix typo.
2751         * tree-vect-slp.c (vect_free_slp_tree): Update SLP tree traversal.
2752         (vect_print_slp_tree, vect_mark_slp_stmts,
2753         vect_mark_slp_stmts_relevant, vect_slp_rearrange_stmts,
2754         vect_detect_hybrid_slp_stmts, vect_slp_analyze_node_operations,
2755         vect_schedule_slp_instance): Likewise.
2756         (vect_create_new_slp_node): New.
2757         (vect_create_oprnd_info, vect_free_oprnd_info): Likewise.
2758         (vect_get_and_check_slp_defs): Pass information about defs using
2759         oprnds_info, allow any number of operands.
2760         (vect_build_slp_tree): Likewise.  Update calls to
2761         vect_get_and_check_slp_defs.  Fix comments.
2762         (vect_analyze_slp_instance): Move node creation to
2763         vect_create_new_slp_node.
2764         (vect_get_slp_defs): Allow any number of operands.
2766 2011-11-02  Peter Bergner  <bergner@vnet.ibm.com>
2767             Iain Sandoe  <iains@gcc.gnu.org>
2769         * config/rs6000/rs6000.c (USE_HIDDEN_LINKONCE): New define.
2770         (get_ppc476_thunk_name): Use it.
2771         (rs6000_code_end): Likewise.
2772         (macho_branch_islands): Fix typo.
2774 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
2775             Jason Merrill  <jason@redhat.com>
2777         PR c++/50810
2778         * configure.ac: Add -Wno-narrowing to warning options.
2779         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
2781 2011-11-02  Eric Botcazou  <ebotcazou@adacore.com>
2783         PR target/50945
2784         * config/sparc/sparc.md (movsf_insn): Reindent constraints.
2785         (movdf_insn_sp32): Likewise.  Remove redundant G constraint.
2786         (movdf_insn_sp64): Likewise.
2787         (DFmode splitter): Do not test TARGET_FPU.
2788         (movtf_insn_sp32): Reindent constraints.
2789         (movtf_insn_sp32_no_fpu): Likewise.
2790         (movtf_insn_sp64): Likewise.
2791         (movtf_insn_sp64_hq): Likewise.
2792         (movtf_insn_sp64_no_fpu): Likewise.
2794 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
2796         PR c++/50956
2797         * builtins.c (fold_builtin_memchr): Fix cast.
2799 2011-11-02  Teresa Johnson  <tejohnson@google.com>
2801         * config/i386/predicates.md (promotable_binary_operator): Add minus
2802         to the list of promotable operators.
2804 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2806         * gthr-single.h, gthr.h: Move to ../libgcc.
2807         * gthr-aix.h: Move to ../libgcc/config/rs6000.
2808         * gthr-dce.h: Move to ../libgcc/config/pa.
2809         * gthr-lynx.h: Move to ../libgcc/config.
2810         * gthr-mipssde.h: Move to ../libgcc/config/mips.
2811         * gthr-posix.h: Move to ../libgcc/config.
2812         * gthr-rtems.h: Likewise.
2813         * gthr-tpf.h: Move to ../libgcc/config/s390.
2814         * gthr-vxworks.h: Move to ../libgcc/config.
2815         * gthr-win32.h: Move to ../libgcc/config/i386.
2816         * configure.ac (gthread_flags): Remove
2817         (gthr-default.h): Don't create.
2818         (thread_file): Don't substitute.
2819         * configure: Regenerate.
2820         * Makefile.in (GCC_THREAD_FILE): Remove.
2821         (GTHREAD_FLAGS): Remove.
2822         (libgcc.mvars): Remove GTHREAD_FLAGS.
2823         * config/t-vxworks (EXTRA_HEADERS): Remove.
2825 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2826             Paolo Bonzini  <bonzini@gnu.org>
2828         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Remove.
2829         * configure: Regenerate.
2830         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list): Remove.
2831         (TM_H): Remove libgcc_tm.h, $(libgcc_tm_file_list).
2832         (libgcc_tm.h, cs-libgcc_tm.h): Remove.
2833         (clean): Remove libgcc_tm.h
2834         * mkconfig.sh: Don't include libgcc_tm.h in tm.h.
2835         * config.gcc (libgcc_tm_file): Remove.
2836         (arm*-*-linux*): Remove libgcc_tm_file for arm*-*-linux-*eabi.
2837         (arm*-*-uclinux*): Remove libgcc_tm_file for arm*-*-uclinux*eabi.
2838         (arm*-*-eabi*, arm*-*-symbianelf*): Remove libgcc_tm_file.
2839         (avr-*-rtems*): Likewise.
2840         (avr-*-*): Likewise.
2841         (frv-*-elf): Likewise.
2842         (frv-*-*linux*): Likewise.
2843         (h8300-*-rtems*): Likewise.
2844         (h8300-*-elf*): Likewise.
2845         (i[34567]86-*-darwin*): Likewise.
2846         (x86_64-*-darwin*): Likewise.
2847         (rx-*-elf*): Likewise.
2848         (tic6x-*-elf): Likewise.
2849         (tic6x-*-uclinux): Likewise.
2850         (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
2852 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2854         * Makefile.in (LIBGCC2_DEBUG_CFLAGS LIBGCC2_CFLAGS)
2855         (LIBGCC2_INCLUDES, TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA)
2856         (LIB2FUNCS_STATIC_EXTRA, LIB2FUNCS_EXCLUDE, T, T_TARGET)
2857         (INCLUDES_FOR_TARGET): Remove.
2858         (LIBGCC2_CFLAGS): Don't export.
2859         (LIB2FUNCS_ST, LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST, srcdirify):
2860         Remove.
2861         (libgcc-support): Remove $(LIB2ADD), $(LIB2ADD_ST) dependencies.
2862         (libgcc.mvars): Likewise.
2863         Don't emit LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE, LIB2ADD, LIB2ADD_ST,
2864         LIB2_SIDITI_CONV_FUNCS, LIB2_DIVMOD_FUNCS, LIBGCC2_CFLAGS,
2865         TARGET_LIBGCC2_CFLAGS.
2866         Emit GTHREAD_FLAGS.
2867         * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: Move to ../libgcc.
2868         * config/darwin-64.c: Move to ../libgcc/config.
2869         * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
2870         config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
2871         config/udivmodsi4.c: Move to ../libgcc/config.
2872         * config/gthr-posix.c: Move to ../libgcc/config/alpha.
2873         * config/memcmp.c, config/memcpy.c, config/memmove.c,
2874         config/memset.c: Move to ../libgcc/config.
2875         * config/t-darwin (TARGET_LIBGCC2_CFLAGS): Remove.
2876         * config/t-freebsd: Remove.
2877         * config/t-freebsd-thread: Move to ../libgcc/config.
2878         * config/t-libgcc-pic: Move to ../libgcc/config.
2879         * config/t-libunwind (TARGET_LIBGCC2_CFLAGS): Remove.
2880         * config/t-linux: Remove.
2881         * config/t-lynx (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
2882         Remove.
2883         * config/t-openbsd-thread: Move to ../libgcc/config.
2884         * config/t-rtems (LIBGCC2_INCLUDES): Remove.
2885         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Remove.
2886         * config/t-svr4: Remove.
2887         * config/t-vxworks (LIBGCC, INSTALL_LIBGCC, TARGET_LIBGCC2_CFLAGS)
2888         (LIBGCC2_DEBUG_CFLAGS, LIB2FUNCS_EXTRA, LIBGCC2_INCLUDES): Remove.
2889         * config/vxlib.c, config/vxlib-tls.c: Move to ../libgcc/config.
2890         * config/alpha/qrnnd.asm: Move to ../libgcc/config/alpha/qrnnd.S.
2891         * config/alpha/t-alpha, config/alpha/t-ieee: Remove.
2892         * config/alpha/t-vms (LIB2FUNCS_EXTRA, LIBGCC, INSTALL_LIBGCC): Remove.
2893         * config/alpha/vms-gcc_shell_handler.c: Move to ../libgcc/config/alpha.
2894         * config/arm/bpabi.c, config/arm/unaligned-funcs.c,
2895         config/arm/fp16.c, config/arm/linux-atomic.c,
2896         config/arm/linux-atomic-64bit.c: Move to ../libgcc/config/arm.
2897         * config/arm/t-arm-elf (LIBGCC, INSTALL_LIBGCC)
2898         (TARGET_LIBGCC2_CFLAGS): Remove.
2899         * config/arm/t-bpabi, config/arm/t-linux: Remove.
2900         * config/arm/t-linux-eabi (TARGET_LIBGCC2_CFLAGS)
2901         (LIB2FUNCS_STATIC_EXTRA): Remove.
2902         * config/arm/t-netbsd: Remove.
2903         * config/arm/t-strongarm-elf (LIBGCC, INSTALL_LIBGCC)
2904         (TARGET_LIBGCC2_CFLAGS): Remove.
2905         * config/arm/t-symbian (LIB2FUNCS_STATIC_EXTRA): Remove.
2906         * config/arm/t-wince-pe (LIBGCC, INSTALL_LIBGCC)
2907         (TARGET_LIBGCC2_CFLAGS): Remove.
2908         * config/avr/t-avr (LIB2FUNCS_EXCLUDE, TARGET_LIBGCC2_CFLAGS)
2909         (LIBGCC, INSTALL_LIBGCC): Remove.
2910         * config/bfin/t-bfin-elf (TARGET_LIBGCC2_CFLAGS): Remove.
2911         * config/bfin/t-bfin-linux: Likewise.
2912         * config/bfin/t-bfin-uclinux: Likewise.
2913         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
2914         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
2915         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
2916         config/c6x/ltf.c: Move to ../libgcc/config/c6x.
2917         * config/c6x/t-c6x-elf (LIB2FUNCS_EXCLUDE, LIB2FUNCS_EXTRA): Remove.
2918         * config/c6x/t-c6x-uclinux (TARGET_LIBGCC2_CFLAGS): Remove.
2919         * config/cris/arit.c: Move to ../libgcc/config/cris.
2920         * config/cris/cris_abi_symbol.c: Remove.
2921         * config/cris/cris.h: Remove obsolete comment.
2922         * config/cris/mulsi3.asm: Move to ../libgcc/config/cris/mulsi3.S.
2923         * config/cris/t-cris (LIB2FUNCS_EXTRA, CRIS_LIB1CSRC)
2924         ($(LIB2FUNCS_EXTRA)): Remove.
2925         * config/cris/t-elfmulti (LIB2FUNCS_STATIC_EXTRA, INSTALL_LIBGCC)
2926         (LIBGCC): Remove.
2927         * config/cris/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
2928         * config/fr30/t-fr30: Remove.
2929         * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
2930         config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
2931         config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: Move
2932         to ../libgcc/config/frv.
2933         * config/frv/t-frv (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
2934         (cmovh.c, cmovw.c, cmovd.c, modi.c, umodi.c, uitof.c, uitod.c)
2935         (ulltof.c, LIBGCC, INSTALL_LIBGCC): Remove.
2936         * config/frv/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
2937         * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
2938         config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
2939         config/h8300/popcounthi2.c: Move to ../libgcc/config/h8300.
2940         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
2941         (LIBGCC, INSTALL_LIBGCC): Remove.
2942         * config/i386/gthr-win32.c: Move to ../libgcc/config/i386.
2943         * config/i386/t-cygming (LIBGCC2_INCLUDES): Remove.
2944         * config/i386/t-cygwin: Remove.
2945         * config/i386/t-darwin (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
2946         (LIB2FUNCS_EXCLUDE): Remove.
2947         * config/i386/t-darwin64 (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
2948         (LIBGCC, INSTALL_LIBGCC): Remove.
2949         * config/i386/t-gthr-win32: Move to ../libgcc/config/i386.
2950         * config/i386/t-linux64 (LIBGCC, INSTALL_LIBGCC): Remove.
2951         * config/i386/t-mingw-w32: Likewise.
2952         * config/i386/t-mingw-w64: Likewise.
2953         * config/i386/t-openbsd: Likewise.
2954         * config/i386/t-nto: Remove.
2955         * config/ia64/quadlib.c: Move to ../libgcc/config/ia64.
2956         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
2957         (quadlib.c): Remove.
2958         * config/ia64/t-ia64: Remove comment.
2959         * config/iq2000/lib2extra-funcs.c: Move to
2960         ../libgcc/config/iq2000/lib2funcs.c.
2961         * config/iq2000/t-iq2000: Remove.
2962         * config/m32c/m32c-lib2.c: Move to ../libgcc/config/m32c/lib2funcs.c.
2963         * config/m32c/m32c-lib2-trapv.c: Move to ../libgcc/config/m32c/trapv.c.
2964         * config/m32r/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
2965         * config/m32c/t-m32c (LIB2FUNCS_EXTRA): Remove.
2966         * config/m32r/t-m32r (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2967         (INSTALL_LIBGCC): Remove.
2968         * config/m68k/fpgnulib.c: Move to ../libgcc/config/m68k.
2969         * config/m68k/t-floatlib: Remove.
2970         * config/m68k/t-mlibs (LIBGCC, INSTALL_LIBGCC): Remove.
2971         * config/mcore/t-mcore (TARGET_LIBGCC2_CFLAGS): Remove.
2972         Fix typo.
2973         (LIBGCC, INSTALL_LIBGCC): Remove.
2974         * config/mep/mep-lib2.c: Move to ../libgcc/config/mep/lib2funcs.c.
2975         * config/mep/mep-tramp.c: Move to ../libgcc/config/mep/tramp.c.
2976         * config/mep/t-mep (LIB2FUNCS_EXTRA): Remove.
2977         * config/mips/t-elf (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2978         (INSTALL_LIBGCC): Remove.
2979         * config/mips/t-isa3264: Likewise.
2980         * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Remove.
2981         * config/mips/t-r3900 (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2982         (INSTALL_LIBGCC): Remove.
2983         * config/mips/t-sde (LIBGCC, INSTALL_LIBGCC): Remove.
2984         * config/mips/t-sr71k (TARGET_LIBGCC2_CFLAGS, LIBGCC)
2985         (INSTALL_LIBGCC): Remove.
2986         * config/mips/t-vr (TARGET_LIBGCC2_CFLAGS)
2987         (LIB2FUNCS_STATIC_EXTRA): Remove.
2988         * config/mips/vr4120-div.S: Move to ../libgcc/config/mips.
2989         * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Remove.
2990         * config/mn10300/t-mn10300 (LIBGCC, INSTALL_LIBGCC): Remove.
2991         * config/pa/fptr.c, config/pa/linux-atomic.c: Move to
2992         ../libgcc/config/pa.
2993         * config/pa/lib2funcs.asm: Move to ../libgcc/config/pa/lib2funcs.S.
2994         * config/pa/quadlib.c: Move to ../libgcc/config/pa.
2995         * config/pa/t-dce-thr (LIBGCC, INSTALL_LIBGCC): Remove.
2996         * config/pa/t-linux, config/pa/t-linux64: Remove.
2997         * config/pa/t-pa-hpux, config/pa/t-pa-hpux10,
2998         config/pa/t-pa-hpux11, config/pa/t-pa64: Remove.
2999         * config/pdp11/t-pdp11 (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA):
3000         Remove.
3001         * config/picochip/libgccExtras: Move to ../libgcc/config/picochip.
3002         * config/picochip/t-picochip (LIB2FUNCS_EXTRA, RANLIB_FOR_TARGET)
3003         (TARGET_LIBGCC2_CFLAGS, LIBGCC2_DEBUG_CFLAGS): Remove.
3004         * config/rs6000/crtresfpr.asm: Move to
3005         ../libgcc/config/rs6000/crtresfpr.S.
3006         * config/rs6000/crtresgpr.asm: Move to
3007         ../libgcc/config/rs6000/crtresgpr.S.
3008         * config/rs6000/crtresxfpr.asm: Move to
3009         ../libgcc/config/rs6000/crtresxfpr.S.
3010         * config/rs6000/crtresxgpr.asm: Move to
3011         ../libgcc/config/rs6000/crtresxgpr.S.
3012         * config/rs6000/crtsavfpr.asm: Move to
3013         ../libgcc/config/rs6000/crtsavfpr.S.
3014         * config/rs6000/crtsavgpr.asm: Move to
3015         ../libgcc/config/rs6000/crtsavgpr.S.
3016         * config/rs6000/darwin-asm.h: Move to ../libgcc/config/rs6000.
3017         * config/rs6000/darwin-fpsave.asm: Move to
3018         ../libgcc/config/rs6000/darwin-fpsave.S.
3019         * config/rs6000/darwin-gpsave.asm: Move to
3020         ../libgcc/config/rs6000/darwin-gpsave.S.
3021         * config/rs6000/darwin-tramp.asm: Move to
3022         ../libgcc/config/rs6000/darwin-tramp.S.
3023         * config/rs6000/darwin-vecsave.asm: Move to
3024         ../libgcc/config/rs6000/darwin-vecsave.S.
3025         * config/rs6000/darwin-world.asm: Move to
3026         ../libgcc/config/rs6000/darwin-world.S.
3027         * config/rs6000/e500crtres32gpr.asm: Move to
3028         ../libgcc/config/rs6000/e500crtres32gpr.S.
3029         * config/rs6000/e500crtres64gpr.asm: Move to
3030         ../libgcc/config/rs6000/e500crtres64gpr.S.
3031         * config/rs6000/e500crtres64gprctr.asm: Move to
3032         ../libgcc/config/rs6000/e500crtres64gprctr.S.
3033         * config/rs6000/e500crtrest32gpr.asm: Move to
3034         ../libgcc/config/rs6000/e500crtrest32gpr.S.
3035         * config/rs6000/e500crtrest64gpr.asm: Move to
3036         ../libgcc/config/rs6000/e500crtrest64gpr.S.
3037         * config/rs6000/e500crtresx32gpr.asm: Move to
3038         ../libgcc/config/rs6000/e500crtresx32gpr.S.
3039         * config/rs6000/e500crtresx64gpr.asm: Move to
3040         ../libgcc/config/rs6000/e500crtresx64gpr.S.
3041         * config/rs6000/e500crtsav32gpr.asm: Move to
3042         ../libgcc/config/rs6000/e500crtsav32gpr.S.
3043         * config/rs6000/e500crtsav64gpr.asm: Move to
3044         ../libgcc/config/rs6000/e500crtsav64gpr.S.
3045         * config/rs6000/e500crtsav64gprctr.asm: Move to
3046         ../libgcc/config/rs6000/e500crtsav64gprctr.S.
3047         * config/rs6000/e500crtsavg32gpr.asm: Move to
3048         ../libgcc/config/rs6000/e500crtsavg32gpr.S.
3049         * config/rs6000/e500crtsavg64gpr.asm: Move to
3050         ../libgcc/config/rs6000/e500crtsavg64gpr.S.
3051         * config/rs6000/e500crtsavg64gprctr.asm: Move to
3052         ../libgcc/config/rs6000/e500crtsavg64gprctr.S.
3053         * config/rs6000/eabi.asm: Move to ../libgcc/config/rs6000/eabi.S.
3054         * config/rs6000/t-aix43 (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
3055         (TARGET_LIBGCC2_CFLAGS): Remove.
3056         * config/rs6000/t-aix52: Likewise.
3057         * config/rs6000/t-darwin: Remove.
3058         * config/rs6000/t-darwin64 (LIB2_SIDITI_CONV_FUNCS)
3059         (LIB2FUNCS_EXTRA): Remove.
3060         * config/rs6000/t-fprules (LIBGCC, INSTALL_LIBGCC): Remove.
3061         * config/rs6000/t-linux64 (TARGET_LIBGCC2_CFLAGS): Remove.
3062         * config/rs6000/t-lynx (LIB2FUNCS_EXTRA, tramp.S, LIBGCC)
3063         (INSTALL_LIBGCC): Remove.
3064         * config/rs6000/t-netbsd (LIB2FUNCS_EXTRA)
3065         (LIB2FUNCS_STATIC_EXTRA, tramp.S, crtsavfpr.S, crtresfpr.S)
3066         (crtsavgpr.S, crtresgpr.S, crtresxfpr.S, crtresxgpr.S, LIBGCC)
3067         (INSTALL_LIBGCC, $(T)crtsavfpr$(objext), $(T)crtresfpr$(objext))
3068         ($(T)crtsavgpr$(objext), $(T)crtresgpr$(objext))
3069         ($(T)crtresxfpr$(objext), $(T)crtresxgpr$(objext)): Remove.
3070         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA)
3071         (LIB2FUNCS_STATIC_EXTRA, eabi.S, tramp.S): Remove.
3072         * config/rs6000/t-spe (LIBGCC, INSTALL_LIBGCC): Remove.
3073         * config/rs6000/t-vxworks: Remove comment.
3074         * config/rs6000/tramp.asm: Move to ../libgcc/config/rs6000/tramp.S.
3075         * config/rx/t-rx (LIBGCC, INSTALL_LIBGCC): Remove.
3076         * config/sh/linux-atomic.asm: Move to
3077         ../libgcc/config/sh/linux-atomic.S.
3078         * config/sh/t-linux (LIB2FUNCS_EXTRA): Remove.
3079         * config/sh/t-netbsd: Remove.
3080         * config/sh/t-sh (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
3081         Remove.
3082         * config/sparc/t-elf (LIBGCC, INSTALL_LIBGCC): Remove.
3083         * config/sparc/t-leon: Likewise.
3084         * config/sparc/t-leon3: Likewise.
3085         * config/sparc/t-linux64: Likewise.
3086         * config/sparc/t-netbsd64: Fix typo.
3087         Remove comment.
3088         * config/spu/divmodti4.c, config/spu/divv2df3.c,
3089         config/spu/float_disf.c, config/spu/float_unsdidf.c,
3090         config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
3091         config/spu/mfc_multi_tag_release.c,
3092         config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
3093         config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
3094         config/spu/multi3.c: Move to ../libgcc/config/spu.
3095         * config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXCLUDE)
3096         (LIB2FUNCS_STATIC_EXTRA, LIB2_SIDITI_CONV_FUNCS, LIBGCC)
3097         (INSTALL_LIBGCC): Remove.
3098         * config/stormy16/stormy16-lib2.c: Move to
3099         ../libgcc/config/stormy16/lib2.c.
3100         * config/stormy16/stormy16-lib2-ashlsi3.c: Move to
3101         ../libgcc/config/stormy16/ashlsi3.c.
3102         * config/stormy16/stormy16-lib2-ashrsi3.c: Move to
3103         ../libgcc/config/stormy16/ashrsi3.c.
3104         * config/stormy16/stormy16-lib2-clzhi2.c: Move to
3105         ../libgcc/config/stormy16/clzhi2.c.
3106         * config/stormy16/stormy16-lib2-cmpsi2.c: Move to
3107         ../libgcc/config/stormy16/cmpsi2.c.
3108         * config/stormy16/stormy16-lib2-ctzhi2.c: Move to
3109         ../libgcc/config/stormy16/ctzhi2.c.
3110         * config/stormy16/stormy16-lib2-divsi3.c: Move to
3111         ../libgcc/config/stormy16/divsi3.c.
3112         * config/stormy16/stormy16-lib2-ffshi2.c: Move to
3113         ../libgcc/config/stormy16/ffshi2.c.
3114         * config/stormy16/stormy16-lib2-lshrsi3.c: Move to
3115         ../libgcc/config/stormy16/lshrsi3.c.
3116         * config/stormy16/stormy16-lib2-modsi3.c: Move to
3117         ../libgcc/config/stormy16/modsi3.c.
3118         * config/stormy16/stormy16-lib2-parityhi2.c: Move to
3119         ../libgcc/config/stormy16/parityhi2.c.
3120         * config/stormy16/stormy16-lib2-popcounthi2.c: Move to
3121         ../libgcc/config/stormy16/popcounthi2.c.
3122         * config/stormy16/stormy16-lib2-ucmpsi2.c: Move to
3123         ../libgcc/config/stormy16/ucmpsi2.c.
3124         * config/stormy16/stormy16-lib2-udivmodsi4.c: Move to
3125         ../libgcc/config/stormy16/udivmodsi4.c.
3126         * config/stormy16/stormy16-lib2-udivsi3.c: Move to
3127         ../libgcc/config/stormy16/udivsi3.c.
3128         * config/stormy16/stormy16-lib2-umodsi3.c: Move to
3129         ../libgcc/config/stormy16/umodsi3.c.
3130         * config/stormy16/t-stormy16: Move to ../libgcc/config/t-stormy16.
3131         * config/v850/t-v850 (INSTALL_LIBGCC): Remove.
3132         * config/xtensa/lib2funcs.S: Move to ../libgcc/config/xtensa.
3133         * config/xtensa/t-elf: Remove.
3134         * config/xtensa/t-xtensa (LIB2FUNCS_EXTRA): Remove.
3135         * config.gcc (*-*-freebsd*): Remove t-freebsd, t-freebsd-thread
3136         from tmake_file.
3137         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
3138         *-*-gnu*, *-*-kopensolaris*-gnu): Remove t-linux from tmake_file.
3139         (*-*-netbsd*): Remove t-libgcc-pic from tmake_file.
3140         (*-*-openbsd*): Likewise.
3141         Remove t-openbsd-thread for posix threads.
3142         (alpha*-*-linux*): Remove alpha/t-alpha, alpha/t-ieee from tmake_file.
3143         (alpha*-*-freebsd*): Likewise.
3144         (alpha*-*-netbsd*): Likewise.
3145         (alpha*-*-openbsd*): Likewise.
3146         (alpha64-dec-*vms*): Likewise.
3147         (alpha*-dec-*vms*): Likewise.
3148         (arm*-*-netbsdelf*): Remove arm/t-netbsd from tmake_file.
3149         (arm*-*-linux*): Remove t-linux from tmake_file.
3150         Remove arm/t-bpabi from tmake_file for arm*-*-linux-*eabi.
3151         (arm*-*-uclinux*): Remove arm/t-bpabi from tmake_file for
3152         arm*-*-uclinux*eabi.
3153         (arm*-*-eabi*, arm*-*-symbianelf* ): Remove arm/t-bpabi from
3154         tmake_file for arm*-*-eabi*.
3155         (fr30-*-elf): Remove tmake_file.
3156         (hppa*64*-*-linux*): Remove tmake_file.
3157         (hppa*-*-linux*): Likewise.
3158         (hppa[12]*-*-hpux10*): Remove pa/t-pa-hpux10, pa/t-pa-hpux from
3159         tmake_file.
3160         (hppa*64*-*-hpux11*): Remove pa/t-pa64, pa/t-pa-hpux from tmake_file.
3161         (hppa[12]*-*-hpux11*): Remove pa/t-pa-hpux11, pa/t-pa-hpux from
3162         tmake_file.
3163         (i[34567]86-*-elf*): Remove tmake_file.
3164         (x86_64-*-elf*): Likewise.
3165         (i[34567]86-*-nto-qnx*): Likewise.
3166         (i[34567]86-*-cygwin*): Remove i386/t-cygwin from tmake_file.
3167         (i[34567]86-*-mingw*, x86_64-*-mingw*): Remove i386/t-gthr-win32
3168         from tmake_file if using win32 threads.
3169         (iq2000*-*-elf*): Remove tmake-file.
3170         (microblaze*-linux*): Likewise.
3171         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
3172         (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
3173         (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
3174         (sh64l*-*-netbsd*): Remove sh/t-netbsd from tmake_file for
3175         sh5*-*-netbsd*, sh64*-netbsd*, *-*-netbsd.
3176         (xtensa*-*-elf*): Remove tmake_file.
3178 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3180         * Makefile.in (LIB1ASMSRC): Don't export.
3181         (libgcc.mvars): Don't emit LIB1ASMFUNCS, LIB1ASMSRC.
3182         * config/arm/arm.c: Update lib1funcs.asm filename.
3183         * config/arm/linux-eabi.h: Likewise.
3184         * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
3185         config/arm/ieee754-df.S, config/arm/ieee754-sf.S: Move to
3186         ../libgcc/config/arm.
3187         * config/arm/lib1funcs.asm: Move to ../libgcc/config/arm/lib1funcs.S.
3188         * config/arm/t-arm (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3189         * config/arm/t-arm-elf (LIB1ASMFUNCS): Remove.
3190         * config/arm/t-bpabi: Likewise.
3191         * config/arm/t-linux (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3192         * config/arm/t-linux-eabi (LIB1ASMFUNCS): Remove.
3193         * config/arm/t-strongarm-elf: Likewise.
3194         * config/arm/t-symbian: Likewise.
3195         * config/arm/t-vxworks: Likewise.
3196         * config/arm/t-wince-pe: Likewise.
3197         * config/avr/libgcc.S: Move to ../libgcc/config/avr.
3198         * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3199         * config/bfin/lib1funcs.asm: Move to ../libgcc/config/bfin/lib1funcs.S.
3200         * config/bfin/t-bfin: Remove.
3201         * config/bfin/t-bfin-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3202         * config/bfin/t-bfin-linux: Likewise.
3203         * config/bfin/t-bfin-uclinux: Likewise.
3204         * config/c6x/lib1funcs.asm: Move to ../libgcc/config/c6x/lib1funcs.S.
3205         * config/c6x/t-c6x-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3206         * config/fr30/lib1funcs.asm: Move to ../libgcc/config/fr30/lib1funcs.S.
3207         * config/fr30/t-fr30 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3208         * config/frv/lib1funcs.asm: Move to ../libgcc/config/frv/lib1funcs.S.
3209         * config/frv/t-frv (CROSS_LIBGCC1, LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3210         * config/h8300/fixunssfsi.c: Update lib1funcs.asm filename.
3211         * config/h8300/lib1funcs.asm: Move to
3212         ../libgcc/config/h8300/lib1funcs.S.
3213         * config/h8300/t-h8300 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3214         * config/i386/cygwin.asm: Move to ../libgcc/config/i386/cygwin.S.
3215         * config/i386/t-cygming (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3216         * config/i386/t-interix: Likewise.
3217         * config/ia64/lib1funcs.asm: Move to ../libgcc/config/ia64/lib1funcs.S.
3218         * config/ia64/t-hpux (LIB1ASMFUNCS, LIBGCC1_TEST): Remove.
3219         * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3220         * config/iq2000/t-iq2000 (LIBGCC1, CROSS_LIBGCC1): Remove.
3221         * config/m32c/m32c.c: Update m32c-lib1.S filename.
3222         * config/m32c/m32c-lib1.S: Move to ../libgcc/config/m32c/lib1funcs.S.
3223         * config/m32c/t-m32c (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3224         * config/m32r/t-linux (CROSS_LIBGCC1, LIBGCC1, LIBGCC1_TEST): Remove.
3225         * config/m68k/lb1sf68.asm: Move to ../libgcc/config/m68k/lb1sf68.S.
3226         * config/m68k/t-floatlib (LIB1ASMSRC, LIB1ASMFUNCS): New file.
3227         * config/mcore/lib1.asm: Move to ../libgcc/config/mcore/lib1funcs.S.
3228         * config/mcore/t-mcore (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3229         * config/mep/mep-lib1.asm: Move to ../libgcc/config/mep/lib1funcs.S.
3230         * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3231         * config/mips/mips16.S: Move to ../libgcc/config/mips.
3232         * config/mips/t-libgcc-mips16: Remove.
3233         * config/mips/t-sr71k (LIBGCC1, CROSS_LIBGCC1): Remove.
3234         * config/pa/milli64.S: Move to ../libgcc/config/pa.
3235         * config/pa/t-linux (LIB1ASMFUNCS, LIB1ASMSRC): Remove.
3236         * config/pa/t-linux64: Likewise.
3237         * config/picochip/libgccExtras/fake_libgcc.asm: Move to
3238         ../libgcc/config/picochip/lib1funcs.S.
3239         * config/picochip/t-picochip (LIB1ASMFUNCS, LIB1ASMSRC): Remove.
3240         * config/sh/lib1funcs.asm: Move to ../libgcc/config/sh/lib1funcs.S.
3241         * config/sh/lib1funcs.h: Move to ../libgcc/config/sh.
3242         * config/sh/sh.h: Update lib1funcs.asm filename.
3243         * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Remove.
3244         * config/sh/t-netbsd: Likewise.
3245         * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE):
3246         Remove.
3247         * config/sh/t-sh64 (LIB1ASMFUNCS): Remove.
3248         * config/sparc/lb1spc.asm: Move to ../libgcc/config/sparc/lb1spc.S.
3249         * config/sparc/lb1spl.asm: Remove.
3250         * config/sparc/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3251         * config/sparc/t-leon: Likewise.
3252         * config/spu/t-spu-elf (LIBGCC1, CROSS_LIBGCC1): Remove.
3253         * config/v850/lib1funcs.asm: Move to ../libgcc/config/v850/lib1funcs.S.
3254         * config/v850/t-v850 (LIB1ASMSRC, LIB1ASMFUNCS): Remove
3255         * config/vax/lib1funcs.asm: Move to ../libgcc/config/vax/lib1funcs.S.
3256         * config/vax/t-linux: Remove.
3257         * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S: Move to
3258         ../libgcc/config/xtensa.
3259         * config/xtensa/lib1funcs.asm: Move to
3260         ../libgcc/config/xtensa/lib1funcs.S.
3261         * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Remove.
3262         * config.gcc (bfin*-rtems*): Remove bfin/t-bfin from tmake_file.
3263         (bfin*-*): Likewise.
3264         (mips64*-*-linux*, mipsisa64*-*-linux*): Remove
3265         mips/t-libgcc-mips16 from tmake_file.
3266         (mips*-*-linux*): Likewise.
3267         (mips*-sde-elf*): Likewise.
3268         (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
3269         (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
3270         (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Likewise.
3271         (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
3272         (mips-*-elf*, mipsel-*-elf*): Likewise.
3273         (mips64-*-elf*, mips64el-*-elf*): Likewise.
3274         (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
3275         (mips*-*-rtems*): Likewise.
3276         (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
3277         (vax-*-linux*): Remove vax/t-linux from tmake_file.
3279 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3281         * config.gcc (extra_parts): Remove.
3282         (*-*-freebsd*): Remove extra_parts.
3283         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
3284         *-*-gnu*, *-*-kopensolaris*-gnu): Likewise.
3285         (*-*-netbsd*): Remove t-libc-ok, t-netbsd from tmake_file.
3286         Remove extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
3287         *-*-netbsdelf[2-9]*.
3288         (*-*-openbsd*): Remove t-libc-ok from tmake_file.
3289         (alpha*-*-linux*): Remove extra_parts.
3290         (alpha*-*-freebsd*): Likewise.
3291         (bfin*-linux-uclibc*): Likewise.
3292         (fr30-*-elf): Likewise.
3293         (moxie-*-elf): Likewise.
3294         (moxie-*-uclinux*): Likewise.
3295         (h8300-*-rtems*): Remove h8300/t-elf from tmake_file.
3296         (h8300-*-elf*): Likewise.
3297         (hppa*64*-*-hpux11*): Remove extra_parts.
3298         (i[34567]86-*-elf*): Remove i386/t-i386elf, i386/t-crtstuff from
3299         tmake_file.
3300         (x86_64-*-elf*): Likewise.
3301         (i[34567]86-*-freebsd*): Remove tmake_file.
3302         (x86_64-*-freebsd*): Likewise.
3303         (x86_64-*-netbsd*): Likewise.
3304         (i[34567]86-*-openbsd2.*, i[34567]86-*openbsd3.[0123]): Remove
3305         t-libc-ok from tmake_file.
3306         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3307         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
3308         i[34567]86-*-kopensolaris*-gnu): Remove i386/t-crtstuff from
3309         tmake_file.
3310         Remove extra_parts.
3311         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
3312         Remove i386/t-crtstuff from tmake_file.
3313         (i[34567]86-*-lynxos*): Likewise.
3314         Remove extra_parts.
3315         (ia64*-*-elf*): Remove extra_parts.
3316         (ia64*-*-freebsd*): Likewise.
3317         (ia64*-*-linux*): Likewise.
3318         (ia64-hp-*vms*): Remove ia64/t-vms from tmake_file.
3319         (m32r-*-elf*): Remove extra_parts.
3320         (m32rle-*-elf*): Likewise.
3321         (m32r-*-rtems*): Likewise.
3322         (m68k-*-elf*, fido-*-elf*): Likewise.
3323         (m68k*-*-openbsd*): Remove t-libc-ok from tmake_file.
3324         (m68k-*-rtems*): Remove extra_parts.
3325         (mep-*-*): Likewise.
3326         (microblaze*-linux*): Likewise.
3327         (mips64*-*-linux*, mipsisa64*-*-linux*): Likewise.
3328         (mips*-*-linux*): Likewise.
3329         (powerpc-*-lynxos*): Likewise.
3330         (s390x-ibm-tpf*): Likewise.
3331         (score-*-elf): Likewise.
3332         Remove tmake_file.
3333         (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*, sh[2346lbe]*-*-linux*,
3334         sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*, sh5l*-*-netbsd*,
3335         sh64-*-netbsd*, sh64l*-*-netbsd*): Remove sh/t-elf from tmake_file.
3336         Remove sh/t-superh from tmake_file for sh*-superh-elf.
3337         Remove sh/t-linux64 from tmake_file for sh64*-*-linux*.
3338         (sh-*-rtems*): Remove sh/t-elf from tmake_file.
3339         (sh-wrs-vxworks): Likewise.
3340         (sparc-*-linux*): Remove extra_parts.
3341         (sparc64-*-linux*): Likewise.
3342         (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Likewise.
3343         (xstormy16-*-elf): Likewise.
3344         (xtensa*-*-linux*): Remove xtensa/t-linux from tmake_file.
3345         (am33_2.0-*-linux*): Remove extra_parts.
3346         * configure.ac (extra_parts): Don't substitute.
3347         * configure: Regenerate.
3348         * crtstuff.c: Move to ../libgcc.
3349         * Makefile.in (CRTSTUFF_CFLAGS): Remove.
3350         (EXTRA_PARTS): Remove.
3351         (CRTSTUFF_T_CFLAGS): Remove.
3352         (MOSTLYCLEANFILES): Remove $(EXTRA_PARTS).
3353         (GCC_EXTRA_PARTS): Remove.
3354         (libgcc.mvars): Remove GCC_EXTRA_PARTS, CRTSTUFF_CFLAGS,
3355         CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S.
3356         Emit GCC_CFLAGS, INHIBIT_LIBC_CFLAGS.
3357         ($(T)crtbegin.o, $(T)crtend.o, $(T)crtbeginS.o, $(T)crtendS.o)
3358         ($(T)crtbeginT.o): Remove.
3359         * config/alpha/t-vms (EXTRA_PARTS): Remove.
3360         ($(T)vms-dwarf2.o, $(T)vms-dwarf2eh.o): Remove.
3361         * config/alpha/vms-dwarf2.asm: Move to
3362         ../libgcc/config/alpha/vms-dwarf2.S.
3363         * config/alpha/vms-dwarf2eh.asm: Move to
3364         ../libgcc/config/alpha/vms-dwarf2eh.S.
3365         * config/arm/crti.asm: Move to ../libgcc/config/arm/crti.S.
3366         * config/arm/crtn.asm: Move to ../libgcc/config/arm/crtn.S.
3367         * config/arm/t-arm-elf (EXTRA_MULTILIB_PARTS): Remove.
3368         ($(T)crti.o, $(T)crtn.o): Remove.
3369         * config/arm/t-linux: Remove comment.
3370         * config/arm/t-linux-eabi (EXTRA_MULTILIB_PARTS): Remove.
3371         * config/arm/t-strongarm-elf (EXTRA_MULTILIB_PARTS): Remove.
3372         ($(T)crti.o, $(T)crtn.o): Remove.
3373         * config/arm/t-symbian (EXTRA_MULTILIB_PARTS): Remove.
3374         * config/bfin/crti.s: Move to ../libgcc/config/bfin/crti.S.
3375         * config/bfin/crtn.s: Move to ../libgcc/config/bfin/crtn.S.
3376         * config/bfin/crtlibid.s: Move to ../libgcc/config/bfin/crtlibid.S.
3377         * config/bfin/t-bfin (EXTRA_PARTS): Remove.
3378         ($(T)crti.o, $(T)crtn.o): Remove.
3379         * config/bfin/t-bfin-elf (CRTSTUFF_T_CFLAGS): Remove.
3380         ($(T)crti.o, $(T)crtn.o, $(T)crtlibid.o): Remove
3381         (EXTRA_MULTILIB_PARTS): Remove.
3382         * config/bfin/t-bfin-linux (CRTSTUFF_T_CFLAGS,
3383         EXTRA_MULTILIB_PARTS): Remove.
3384         * config/bfin/t-bfin-uclinux (CRTSTUFF_T_CFLAGS): Remove.
3385         ($(T)crtlibid.o): Remove.
3386         (EXTRA_MULTILIB_PARTS): Remove.
3387         * config/c6x/crti.s: Move to ../libgcc/config/c6x/crti.S.
3388         * config/c6x/crtn.s: Move to ../libgcc/config/c6x/crtn.S.
3389         * config/c6x/t-c6x-elf ($(T)crti.o, $(T)crtn.o): Remove.
3390         (EXTRA_MULTILIB_PARTS): Remove.
3391         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3392         * config/c6x/t-c6x-uclinux (CRTSTUFF_T_CFLAGS,
3393         CRTSTUFF_T_CFLAGS_S): Remove.
3394         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Remove.
3395         * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3396         * config/fr30/crti.asm: Move to ../libgcc/config/fr30/crti.S.
3397         * config/fr30/crtn.asm: Move to ../libgcc/config/fr30/crtn.S.
3398         * config/fr30/t-fr30 ($(T)crti.o, $(T)crtn.o): Remove.
3399         * config/frv/frvbegin.c, config/frv/frvend.c: Move to
3400         ../libgcc/config/frv.
3401         * config/frv/t-frv (EXTRA_MULTILIB_PARTS): Remove.
3402         (FRVSTUFF_CFLAGS, $(T)frvbegin$(objext), $(T)frvend$(objext)): Remove.
3403         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3404         (CRTSTUFF_T_CFLAGS): Remove.
3405         * config/h8300/crti.asm: Move to ../libgcc/config/h8300/crti.S.
3406         * config/h8300/crtn.asm: Move to ../libgcc/config/h8300/crtn.S.
3407         * config/h8300/t-elf: Remove.
3408         * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
3409         Move to ../libgcc/config/i386.
3410         * config/i386/t-crtstuff: Remove.
3411         * config/i386/t-i386elf: Remove.
3412         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Remove.
3413         * config/i386/t-nto (CRTSTUFF_T_CFLAGS, EXTRA_PARTS): Remove.
3414         * config/ia64/crtbegin.asm: Move to ../libgcc/config/ia64/crtbegin.S.
3415         * config/ia64/crtend.asm: Move to ../libgcc/config/ia64/crtend.S.
3416         * config/ia64/crti.asm: Move to ../libgcc/config/ia64/crti.S.
3417         * config/ia64/crtn.asm: Move to ../libgcc/config/ia64/crtn.S.
3418         * config/ia64/t-vms: Remove.
3419         * config/ia64/vms-crtinit.asm: Move to
3420         ../libgcc/config/ia64/vms-crtinit.S.
3421         * config/m32c/t-m32c (EXTRA_MULTILIB_PARTS): Remove.
3422         * config/m32r/initfini.c: Move to ../libgcc/config/m32r.
3423         * config/m32r/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3424         * config/m32r/t-m32r (CRTSTUFF_T_CFLAGS): Remove.
3425         ($(T)crtinit.o, $(T)crtfini.o): Remove.
3426         (m32rx, m32r2): Remove.
3427         (EXTRA_MULTILIB_PARTS): Remove.
3428         * config/m68k/crti.s: Move to ../libgcc/config/m68k/crti.S.
3429         * config/m68k/crtn.s: Move to ../libgcc/config/m68k/crtn.S.
3430         * config/m68k/t-crtstuff: Remove.
3431         * config/m68k/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3432         * config/m68k/t-m68kelf: Remove.
3433         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Remove.
3434         * config/mcore/crti.asm: Move to ../libgcc/config/mcore/crti.S.
3435         * config/mcore/crtn.asm: Move to ../libgcc/config/mcore/crtn.S.
3436         * config/mcore/t-mcore ($(T)crti.o, $(T)crtn.o): Remove.
3437         (EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Remove.
3438         * config/mep/t-mep (CRTSTUFF_CFLAGS): Remove.
3439         (EXTRA_MULTILIB_PARTS): Remove.
3440         * config/microblaze/crti.s: Move to ../libgcc/config/microblaze/crti.S.
3441         * config/microblaze/crtn.s: Move to ../libgcc/config/microblaze/crtn.S.
3442         * config/microblaze/t-microblaze (EXTRA_MULTILIB_PARTS,
3443         EXTRA_PARTS): Remove.
3444         ($(T)crti$(objext), $(T)crtn$(objext)): Remove.
3445         * config/mips/crti.asm: Move to ../libgcc/config/mips/crti.S.
3446         * config/mips/crtn.asm: Move to ../libgcc/config/mips/crtn.S.
3447         * config/mips/t-elf (CRTSTUFF_T_CFLAGS): Remove.
3448         ($(T)crti.o, $(T)crtn.o): Remove.
3449         (EXTRA_MULTILIB_PARTS): Remove.
3450         * config/mips/t-isa3264: Likewise.
3451         * config/mips/t-linux64 (EXTRA_MULTILIB_PARTS): Remove.
3452         * config/mips/t-r3900 (EXTRA_MULTILIB_PARTS): Remove.
3453         (CRTSTUFF_T_CFLAGS): Remove.
3454         * config/mips/t-sde (CRTSTUFF_T_CFLAGS): Remove.
3455         ($(T)crti.o, $(T)crtn.o): Remove.
3456         (EXTRA_MULTILIB_PARTS): Remove.
3457         * config/mips/t-sr71k (EXTRA_MULTILIB_PARTS, CRTSTUFF_T_CFLAGS):
3458         Remove.
3459         ($(T)crti.o, $(T)crtn.o): Remove.
3460         * config/mips/t-st (EXTRA_MULTILIB_PARTS): Remove.
3461         * config/mips/t-vr (CRTSTUFF_T_CFLAGS): Remove.
3462         (EXTRA_MULTILIB_PARTS): Remove.
3463         ($(T)crti.o, $(T)crtn.o): Remove.
3464         * config/mmix/crti.asm: Move to ../libgcc/config/crti.S.
3465         * config/mmix/crtn.asm: Move to ../libgcc/config/crtn.S.
3466         * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Remove.
3467         * config/moxie/crti.asm, config/moxie/crtn.asm: Remove.
3468         * config/pa/stublib.c: Move to libgcc/config/pa.
3469         * config/pa/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3470         * config/pa/t-linux64 (CRTSTUFF_T_CFLAGS_S): Remove.
3471         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS, stublib.c): Remove.
3472         (pthread_default_stacksize_np-stub.o, pthread_mutex_lock-stub.o)
3473         (pthread_mutex_unlock-stub.o, pthread_once-stub.o)
3474         ($(T)libgcc_stub.a): Remove.
3475         * config/pa/t-pa64 (LIBGCCSTUB_OBJS, stublib.c): Remove.
3476         (rfi-stub.o, dfi-stub.o, cxaf-stub.o, jvrc-stub.o)
3477         (pthread_default_stacksize_np-stub.o, pthread_mutex_lock-stub.o)
3478         (pthread_mutex_unlock-stub.o, pthread_once-stub.o)
3479         ($(T)libgcc_stub.a): Remove.
3480         * config/rs6000/eabi-cn.asm: Move to
3481         ../../../libgcc/config/rs6000/eabi-cn.S.
3482         * config/rs6000/eabi-ci.asm: Move to
3483         ../../../libgcc/config/rs6000/eabi-ci.S.
3484         * config/rs6000/sol-ci.asm: Move to
3485         ../../../libgcc/config/rs6000/sol-ci.S.
3486         * config/rs6000/sol-cn.asm: Move to
3487         ../../../libgcc/config/rs6000/sol-cn.S.
3488         * config/rs6000/t-lynx (EXTRA_MULTILIB_PARTS): Remove.
3489         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3490         * config/rs6000/t-netbsd (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S):
3491         Remove.
3492         (EXTRA_MULTILIB_PARTS): Remove.
3493         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Remove.
3494         (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
3495         ($(T)ecrti$(objext), $(T)ecrtn$(objext), $(T)ncrti$(objext),
3496         ($(T)ncrtn$(objext)): Remove.
3497         (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3498         * config/rs6000/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3499         * config/rx/t-rx (EXTRA_MULTILIB_PARTS): Remove.
3500         * config/score/crti.asm: Move to ../libgcc/config/score/crti.S.
3501         * config/score/crtn.asm: Move to ../libgcc/config/score/crtn.S.
3502         * config/score/t-score-elf: Remove.
3503         * config/sh/crt1.asm: Move to ../libgcc/config/sh/crt1.S.
3504         * config/sh/crti.asm: Move to ../libgcc/config/sh/crti.S.
3505         * config/sh/crtn.asm: Move to ../libgcc/config/sh/crtn.S.
3506         * config/sh/lib1funcs-4-300.asm: Move to
3507         ../../../libgcc/config/sh/lib1funcs-4-300.S.
3508         * config/sh/lib1funcs-Os-4-200.asm: Move to
3509         ../libgcc/config/sh/lib1funcs-Os-4-200.S.
3510         * config/sh/t-elf: Remove.
3511         * config/sh/t-linux (EXTRA_MULTILIB_PARTS): Remove.
3512         * config/sh/t-linux64: Remove.
3513         * config/sh/t-netbsd (EXTRA_MULTILIB_PARTS): Remove.
3514         * config/sh/t-sh ($(T)crt1.o, $(T)crti.o, $(T)crtn.o): Remove.
3515         (IC_EXTRA_PARTS, OPT_EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Remove.
3516         ($(T)ic_invalidate_array_4-100.o)
3517         ($(T)libic_invalidate_array_4-100.a)
3518         ($(T)ic_invalidate_array_4-200.o)
3519         ($(T)libic_invalidate_array_4-200.a, $(T)ic_invalidate_array_4a.o)
3520         ($(T)libic_invalidate_array_4a.a, $(T)sdivsi3_i4i-Os-4-200.o)
3521         ($(T)udivsi3_i4i-Os-4-200.o, $(T)unwind-dw2-Os-4-200.o)
3522         ($(T)libgcc-Os-4-200.a, $(T)div_table-4-300.o)
3523         ($(T)libgcc-4-300.a): Remove.
3524         * config/sh/t-superh: Remove.
3525         * config/sh/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3526         * config/sparc/t-linux64 (CRTSTUFF_T_CFLAGS): Remove.
3527         * config/spu/cache.S: Move to ../libgcc/config/spu.
3528         * config/spu/cachemgr.c: Move to ../libgcc/config/spu.
3529         * config/spu/t-spu-elf (CRTSTUFF_T_CFLAGS): Remove.
3530         (EXTRA_MULTILIB_PARTS): Remove.
3531         ($(T)cachemgr.o, $(T)cachemgr_nonatomic.o, $(T)libgcc_%.a): Remove.
3532         ($(T)cache8k.o, $(T)cache16k.o, $(T)cache32k.o, $(T)cache32k.o)
3533         ($(T)cache64k.o, $(T)cache128k.o): Remove.
3534         * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Remove.
3535         * config/t-libc-ok: Remove.
3536         * config/t-linux (CRTSTUFF_T_CFLAGS_S): Remove.
3537         * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Remove.
3538         * config/t-netbsd: Remove.
3539         * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Remove.
3540         * config/t-vxworks (EXTRA_MULTILIB_PARTS): Remove.
3541         * config/vms/t-vms (VMS_EXTRA_PARTS): Remove.
3542         ($(T)vcrt0.o, $(T)pcrt0.o): Remove.
3543         * config/vms/vms-ucrt0.c: Move to ../libgcc/config/vms.
3544         * config/xtensa/crti.asm: Move to ../libgcc/config/xtensa/crti.S.
3545         * config/xtensa/crtn.asm: Move to ../libgcc/config/xtensa/crtn.S.
3546         * config/xtensa/t-elf (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Remove.
3547         (EXTRA_MULTILIB_PARTS): Remove.
3548         * config/xtensa/t-linux: Remove.
3549         * config/xtensa/t-xtensa ($(T)crti.o, $(T)crtn.o): Remove.
3551 2011-11-02  Uros Bizjak  <ubizjak@gmail.com>
3553         * config/i386/i386.c (bdesc_args) [IX86_BUILTIN_CVTTPD2DQ256]: Use
3554         CODE_FOR_fix_truncv4dfv4si2, not CODE_FOR_fix_truncv4sfv4si2.
3556 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3558         PR translation/45116
3559         * Makefile.in (slibdir): Remove, don't export.
3560         (SHLIB_NM_FLAGS): Remove.
3561         (libgcc.mvars): Don't emit SHLIB_LINK, SHLIB_INSTALL,
3562         SHLIB_DLLDIR, SHLIB_EXT, SHLIB_MKMAP, SHLIB_MKMAP_OPTS,
3563         SHLIB_MAPFILES, SHLIB_NM_FLAGS.
3564         (DRIVER_DEFINES): Test SHLIB instead of SHLIB_LINK.
3565         (gcc.o): Pass SHLIB instead of SHLIB_LINK.
3566         (gccspec.o): Likewise.
3567         (installdirs): Don't create $(DESTDIR)$(slibdir).
3568         * configure.ac (slibdir): Remove.
3569         * configure: Regenerate.
3570         * libgcc-libsystem.ver: Move to ../libgcc/config.
3571         * mkmap-flat.awk, mkmap-symver.awk: Move to ../libgcc.
3572         * config/libgcc-glibc.ver: Move to ../libgcc/config.
3573         * config/t-libunwind (SHLIB_LC): Remove.
3574         * config/t-linux (SHLIB_MAPFILES): Remove.
3575         * config/t-slibgcc-dummy: Rename to config/t-slibgcc.
3576         * config/t-slibgcc-elf-ver: Remove.
3577         * config/t-slibgcc-libgcc, config/t-slibgcc-nolc-override: Move to
3578         ../libgcc/config.
3579         * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: Move
3580         to ../libgcc/config/alpha.
3581         * config/alpha/t-vms (shlib_version, SHLIB_EXT, SHLIB_OBJS,
3582         SHLIB_NAME, SHLIB_MULTILIB, SHLIB_INSTALL, SHLIB_SYMVEC,
3583         SHLIB_SYMVECX2, SHLIB_LINK): Remove.
3584         * config/arm/libgcc-bpabi.ver: Move to ../libgcc/config/arm.
3585         * config/arm/t-bpabi (SHLIB_MAPFILES): Remove.
3586         * config/arm/t-netbsd (SHLIB_EXT, SHLIB_NAME, SHLIB_SONAME,
3587         SHLIB_OBJS, SHLIB_LINK, SHLIB_INSTALL): Remove.
3588         * config/arm/t-symbian (SHLIB_LC): Remove.
3589         * config/bfin/libgcc-bfin.ver: Move to
3590         ../libgcc/config/bfin/libgcc-glibc.ver.
3591         * config/bfin/t-bfin-linux (SHLIB_MAPFILES): Remove.
3592         * config/c6x/libgcc-c6xeabi.ver: Move to
3593         ../libgcc/config/c6x/libgcc-eabi.ver.
3594         * config/c6x/t-c6x-elf (SHLIB_MAPFILES): Remove.
3595         * config/cris/libgcc.ver: Move to
3596         ../libgcc/config/cris/libgcc-glibc.ver.
3597         * config/cris/t-linux (SHLIB_MAPFILES): Remove.
3598         * config/frv/libgcc-frv.ver: Move to ../libgcc/config/frv.
3599         * config/frv/t-linux (SHLIB_MAPFILES): Remove.
3600         * config/i386/darwin-libgcc.10.4.ver: Move to
3601         ../libgcc/config/i386/libgcc-darwin.10.4.ver.
3602         * config/i386/darwin-libgcc.10.5.ver: Move to
3603         ../libgcc/config/i386/libgcc-darwin.10.5.ver.
3604         * config/i386/libgcc-glibc.ver: Move to ../libgcc/config/i386.
3605         * config/i386/t-cygming (SHLIB_EXT, SHLIB_IMPLIB, SHLIB_SOVERSION,
3606         SHLIB_SONAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_DIR, SHLIB_SLIBDIR_QUAL)
3607         SHLIB_PTHREAD_CFLAG, SHLIB_PTHREAD_LDFLAG, SHLIB_LINK,
3608         SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MKMAP_OPTS, SHLIB_MAPFILES): Remove.
3609         * config/i386/t-cygwin (SHLIB_LC, SHLIB_EH_EXTENSION,
3610         SHLIB_IMPLIB, SHLIB_SONAME, SHLIB_MKMAP_OPTS): Remove.
3611         * config/i386/t-dlldir, config/i386/t-dlldir-x: Move to
3612         ../libgcc/config/i386.
3613         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: Move to
3614         ../libgcc/config/i386.
3615         * config/i386/t-linux: Move to ../libgcc/config/i386.
3616         * config/i386/t-mingw-pthread: Move to ../libgcc/config/i386.
3617         * config/i386/t-mingw-w32 (SHLIB_LC): Remove.
3618         * config/i386/t-mingw-w64: Likewise.
3619         * config/i386/t-mingw32: Remove.
3620         * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: Move
3621         to ../libgcc/config/ia64.
3622         * config/ia64/t-glibc: Remove.
3623         * config/ia64/t-hpux (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL): Remove.
3624         * config/ia64/t-ia64 (SHLIB_MAPFILES): Remove.
3625         * config/ia64/t-vms (shlib_version, SHLIB_EXT, SHLIB_OBJS,
3626         SHLIB_NAME, SHLIB_MULTILIB, SHLIB_INSTALL, SHLIB_LINK): Remove.
3627         * config/ia64/vms_symvec_libgcc_s.opt: Remove.
3628         * config/m32r/libgcc-glibc.ver: Move to ../libgcc/config/m32r.
3629         * config/m32r/t-linux (SHLIB_MAPFILES): Remove.
3630         * config/m68k/t-slibgcc-elf-ver: Move to ../libgcc/config/m68k.
3631         * config/mips/t-libgcc-mips16 (SHLIB_MAPFILES): Remove.
3632         * config/pa/t-hpux-shlib: Move to ../libgcc/config/pa/t-slibgcc-hpux.
3633         * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver:
3634         Move to ../libgcc/config/pa.
3635         * config/rs6000/darwin-libgcc.10.4.ver: Move to
3636         ../libgcc/config/rs6000/libgcc-darwin.10.4.ver.
3637         * config/rs6000/darwin-libgcc.10.5.ver: Move to
3638         ../libgcc/config/rs6000/libgcc-darwin.10.5.ver.
3639         * config/rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL,
3640         SHLIB_LIBS, SHLIB_MKMAP, SHLIB_NM_FLAGS, AR_FLAGS_FOR_TARGET): Remove.
3641         * config/rs6000/t-aix52: Likewise.
3642         * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: Move to
3643         ../libgcc/config/sh.
3644         * config/sparc/libgcc-sparc-glibc.ver: Move to
3645         ../libgcc/config/sparc/libgcc-glibc.ver.
3646         * config/sparc/t-linux: Move to ../libgcc/config/sparc.
3647         * config/xtensa/t-linux (SHLIB_MAPFILES): Remove.
3648         * config/xtensa/libgcc-xtensa.ver: Move to
3649         ../libgcc/config/xtensa/libgcc-glibc.ver.
3650         * config.gcc (*-*-freebsd*): Replace t-slibgcc-elf-ver with
3651         t-slibgcc in tmake_file.
3652         Remove t-slibgcc-nolc-override for *-*-freebsd[34],
3653         *-*-freebsd[34].* with pthreads.
3654         (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu,
3655         *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu): Replace
3656         t-slibgcc-elf-ver with t-slibgcc in tmake_file.
3657         (*-*-netbsd*): Likewise.
3658         (*-*-solaris2*): Replace t-slibgcc-dummy with t-slibgcc in tmake_file.
3659         (*-*-*vms*): Add t-slibgcc to tmake_file.
3660         (alpha*-*-linux*): Remove alpha/t-linux from tmake_file.
3661         (alpha*-dec-osf5.1*): Replace t-slibgcc-dummy with t-slibgcc in
3662         tmake_file.
3663         (arm*-*-linux*): Remove t-slibgcc-libgcc from tmake_file for
3664         arm*-*-linux-*eabi.
3665         (bfin*-linux-uclibc*): Replace t-slibgcc-dummy with t-slibgcc in
3666         tmake_file.
3667         (crisv32-*-linux*, cris-*-linux*): Likewise.
3668         (hppa*-*-linux*): Remove t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
3669         pa/t-slibgcc-dwarf-ver from tmake_file.
3670         (hppa[12]*-*-hpux10*): Replace pa/t-hpux-shlib with t-slibgcc in
3671         tmake_file.
3672         Remove pa/t-slibgcc-sjlj-ver, pa/t-slibgcc-dwarf-ver from tmake_file.
3673         (hppa*64*-*-hpux11*): Likewise.
3674         (hppa[12]*-*-hpux11*): Likewise.
3675         (i[34567]86-*-darwin*): Replace t-slibgcc-dummy in t-slibgcc in
3676         tmake_file.
3677         (x86_64-*-darwin*): Likewise.
3678         (i[34567]86-*-cygwin*): Remove tmake_eh_file, tmake_dlldir_file.
3679         Add t-slibgcc to tmake_file.
3680         (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
3681         Remove i386/t-mingw32 from tmake_file unless x86_64-w64-*,
3682         i[34567]86-w64-*.
3683         Remove i386/t-mingw-pthread from tmake_file.
3684         (ia64*-*-linux*): Remove ia64/t-glibc from tmake_file.
3685         (ia64*-*-hpux*): Add t-slibgcc to tmake_file.
3686         (ia64-hp-*vms*): Likewise.
3687         (m32r-*-linux*): Replace t-slibgcc-elf-ver with t-slibgcc in
3688         tmake_file.
3689         (m32rle-*-linux*): Likewise.
3690         (m68k-*-linux*): Remove m68k/t-slibgcc-elf-ver from tmake_file.
3691         (microblaze*-linux*): Remove t-slibgcc-elf-ver,
3692         t-slibgcc-nolc-override from tmake_file.
3693         (mips-sgi-irix6.5*): Replace t-slibgcc-dummy with t-slibgcc in
3694         tmake_file.
3695         (powerpc-*-darwin*): Likewise.
3696         (powerpc64-*-darwin*): Likewise.
3697         (powerpc-*-freebsd*): Remove t-slibgcc-libgcc from tmake_file.
3698         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
3699         (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
3700         t-slibgcc to tmake_file.
3701         (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
3702         (rs6000-ibm-aix5.2.*, powerpc-ibm-aix5.2.*): Likewise.
3703         (rs6000-ibm-aix5.3.*, powerpc-ibm-aix5.3.*): Likewise.
3704         (rs6000-ibm-aix[6789].*, powerpc-ibm-aix[6789].*): Likewise.
3705         (sparc-*-linux*): Remove sparc/t-linux from tmake_file.
3706         (sparc64-*-linux*): Likewise.
3707         (tic6x-*-uclinux): Replace t-slibgcc-elf-ver with t-slibgcc in
3708         tmake_file.
3709         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3710         x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Remove i386/t-linux
3711         from tmake_file.
3713 2011-11-02  Richard Guenther  <rguenther@suse.de>
3715         PR tree-optimization/50902
3716         * tree-vect-stmts.c (vectorizable_load): Properly convert
3717         an invariant initializer element.
3719 2010-11-02  Richard Guenther  <rguenther@suse.de>
3721         PR tree-optimization/50890
3722         * gimple.h (gimple_fold_call): Remove.
3723         * gimple-fold.c (fold_stmt_1): Move all call related code to ...
3724         (gimple_fold_call): ... here.  Make static.  Update the
3725         cannot-inline flag on direct calls.
3726         * ipa-inline.c (early_inliner): Copy the cannot-inline flag
3727         from the statements to the edges.
3729 2011-11-01  Ian Lance Taylor  <iant@google.com>
3731         * godump.c (struct macro_hash_value): Define.
3732         (macro_hash_hashval): New static function.
3733         (macro_hash_eq, macro_hash_del): New static functions.
3734         (go_define): Use macro_hash_value to store values in macro_hash.
3735         Replace an old value on a redefinition.  Don't print anything to
3736         go_dump_file.
3737         (go_undef): Delete the entry from the hash table.
3738         (go_output_typedef): For an enum, use macro_hash_value, and don't
3739         print anything to go_dump_file.
3740         (go_print_macro): New static function.
3741         (go_finish): Traverse macro_hash with go_print_macro.
3742         (dump_go_spec_init): Update macro_hash creation for macro_hash_value.
3744 2011-11-02  Alan Modra  <amodra@gmail.com>
3746         * config/rs6000/rs6000.c (rs6000_code_end): Declare ATTRIBUTE_UNUSED.
3748 2011-11-01  Paolo Carlini  <paolo.carlini@oracle.com>
3750         PR c++/44277
3751         * doc/invoke.texi: Document -Wzero-as-null-pointer-constant.
3753 2011-11-01  Andrew Stubbs  <ams@codesourcery.com>
3755         * config/arm/bpabi.h (BE8_LINK_SPEC): Recognize generic-armv7 tuning.
3757 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
3759         * config/i386/i386.md (splitters for int-float conversion): Use
3760         SUBREG_REG on SUBREGs in splitter constraints.
3762 2011-11-01  Jakub Jelinek  <jakub@redhat.com>
3764         * config/i386/i386-protos.h (ix86_expand_adjust_ufix_to_sfix_si): New
3765         prototype.
3766         * config/i386/i386.c (ix86_expand_adjust_ufix_to_sfix_si): New
3767         function.
3768         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): Use it.
3769         (ssepackfltmode): New mode attr.
3770         (vec_pack_ufix_trunc_<mode>): New expander.
3772 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
3774         PR target/50940
3775         * config/i386/i386.md (floatsi<mode>2_vector_sse_with_temp splitter):
3776         Compare <ssevecmode>mode to V4SFmode, not V4SImode.
3778 2011-11-01  Peter Bergner  <bergner@vnet.ibm.com>
3780         * config.gcc (powerpc*-*-linux*): Add powerpc*-*-linux*ppc476* variant.
3781         * config/rs6000/476.h: New file.
3782         * config/rs6000/476.opt: Likewise.
3783         * config/rs6000/rs6000.h (TARGET_LINK_STACK): New define.
3784         (SET_TARGET_LINK_STACK): Likewise.
3785         (TARGET_ASM_CODE_END): Define.
3786         * config/rs6000/rs6000.c (rs6000_option_override_internal): Enable
3787         TARGET_LINK_STACK for -mtune=476 and -mtune=476fp.
3788         (rs6000_legitimize_tls_address): Emit the link stack preserving GOT
3789         code if TARGET_LINK_STACK.
3790         (rs6000_emit_load_toc_table): Likewise.
3791         (output_function_profiler): Likewise
3792         (macho_branch_islands): Likewise
3793         (machopic_output_stub): Likewise
3794         (get_ppc476_thunk_name): New function.
3795         (rs6000_code_end): Likewise.
3796         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
3797         Convert to a define_expand.
3798         (load_toc_v4_PIC_1_normal): New define_insn.
3799         (load_toc_v4_PIC_1_476): Likewise.
3800         (load_toc_v4_PIC_1b_normal): Likewise.
3801         (load_toc_v4_PIC_1b_476): Likewise.
3803 2011-11-01  Georg-Johann Lay  <avr@gjlay.de>
3805         PR target/50910
3806         * config/avr/avr.opt (-mbranch-cost=): New option.
3807         * config/avr/avr.h (BRANCH_COST): Define to avr_branch_cost.
3808         * config/avr/avr.c (avr_rtx_costs_1): Adjust [U]DIV/[U]MOD costs.
3809         * config/avr/avr.md (*addqi3.lt0, *addhi3.lt0, *addsi3.lt0): New insns.
3810         (*addhi3_zero_extend1): Remove % in constraint of operand 1.
3811         (*addhi3.sign_extend1, *subhi3.sign_extend2): New insns.
3813 2011-11-01  Tom de Vries  <tom@codesourcery.com>
3815         PR tree-optimization/50908
3816         * tree-ssa-tail-merge.c (update_vuses): Now that edges are removed
3817         before update_vuses, test for 1 predecessor rather than two.
3818         (delete_block_update_dominator_info): New function, part of it factored
3819         out of ...
3820         (replace_block_by): Use delete_block_update_dominator_info.  Call
3821         update_vuses after deleting bb1 and updating dominator info, instead of
3822         before.
3824 2011-11-01  David S. Miller  <davem@davemloft.net>
3826         * config/sparc/sparc.c (vector_init_faligndata): New function.
3827         (sparc_expand_vector_init): Use it for V4HImode on VIS1.
3829         * config/sparc/sparc.c (sparc_expand_vcond): New function.
3830         * config/sparc/sparc-protos.h (sparc_expand_vcond): Declare it.
3831         * config/sparc/sparc.md (vcond<mode><mode>): New VIS3 expander.
3832         (vconduv8qiv8qi): Likewise.
3834 2011-11-01  Alexandre Oliva  <aoliva@redhat.com>
3836         PR debug/50869
3837         * cselib.c (cfa_base_preserved_regno): Initialize.
3838         (cselib_expand_value_rtx_1): Don't expand it.
3839         * var-tracking.c (vt_expand_var_loc_chain): Initialize depth.
3840         Check it's only zero if result is NULL.
3842 2011-11-01  Jakub Jelinek  <jakub@redhat.com>
3844         * config/i386/sse.md (fixuns_trunc<mode><sseintvecmodelower>2): New
3845         expander.
3847         * config/i386/sse.md (sseintvecmode): Remove duplicate modes.
3848         (sseintvecmodelower): New mode iterator.
3849         (floatv8siv8sf2, floatunsv4siv4sf2): Macroize into...
3850         (float<sseintvecmodelower><mode>2): ... this using VF1 iterator.
3851         (floatunsv4siv4sf2): Macroize into...
3852         (floatuns<sseintvecmodelower><mode>2): ... this using VF1 iterator.
3854 2011-10-31  David S. Miller  <davem@davemloft.net>
3856         * config/sparc/sparc.md (cmask patterns): Allow zero operand.
3858         * dwarf2out.c (cached_next_real_insn): New.
3859         (dwarf2out_end_epilogue): Set it to NULL_RTX.
3860         (dwarf2out_var_location): Remove cached_next_real_insn local static.
3862 2011-10-31  Richard Henderson  <rth@redhat.com>
3864         * config/i386/sse.md (floatv8siv8sf2): Rename from avx_cvtdq2ps256.
3865         (floatv4siv4sf2): Rename from sse2_cvtdq2ps.
3866         (floatunsv4siv4sf2): Rename from sse2_cvtudq2ps.
3867         (fix_truncv8sfv8si2): Rename from avx_cvttps2dq256.
3868         (fix_truncv4sfv4si2): Rename from sse2_cvttps2dq.
3869         (floatv4siv4df2): Rename from avx_cvtdq2pd256.
3870         (fix_truncv4dfv4si2): Rename from avx_cvttpd2dq256.
3871         (vec_unpacku_float_hi_v8si): Update for insn pattern name changes.
3872         * config/i386/i386.md (splitters for int-float conversion): Likewise.
3873         * config/i386/i386.c (ix86_split_convert_uns_si_sse): Likewise.
3874         (bdesc_args): Likewise.
3875         (enum ix86_builtins) [IX86_BUILTIN_CVTUDQ2PS]: Remove.
3876         (ix86_vectorize_builtin_conversion): Remove.
3877         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.
3879 2011-10-31  Martin Jambor  <mjambor@suse.cz>
3881         * ipa-prop.c (mark_modified): Moved up in the file.
3882         (is_parm_modified_before_call): Renamed to
3883         is_parm_modified_before_stmt, moved up in the file.
3884         (load_from_unmodified_param): New function.
3885         (compute_complex_assign_jump_func): Also attempt to create pass
3886         through jump functions for values loaded from (addressable)
3887         parameters.
3889 2011-10-31  Jakub Jelinek  <jakub@redhat.com>
3891         * tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def
3892         in a loop and has different type from op0, cast it to op0's type
3893         before the loop first.  For slp give up.  Don't crash if op1_vectype
3894         is NULL.
3896 2011-10-31  Paul Brook  <paul@codesourcery.com>
3898         * cgraphunit.c: Don't mark clones as static constructors.
3900 2011-10-31  David Edelsohn  <dje.gcc@gmail.com>
3902         * gcc-ar: Do not include stdio.h.
3904 2011-10-31  Diego Novillo  <dnovillo@google.com>
3906         * tree-streamer-out.c (pack_ts_base_value_fields): Emit
3907         TYPE_ADDR_SPACE.
3908         * tree-streamer-in.c (unpack_ts_base_value_fields): Read
3909         TYPE_ADDR_SPACE.
3911 2011-10-30  David S. Miller  <davem@davemloft.net>
3913         * config/sparc/sparc.c (vector_init_bshuffle): New function.
3914         (vector_init_fpmerge): New function.
3915         (sparc_expand_vector_init): Use them to improve non-const cases.
3917         * dwarf2out.c (dwarf2out_var_location): When processing several
3918         consecutive location notes, cache the result of next_real_insn().
3920 2011-10-30  Uros Bizjak  <ubizjak@gmail.com>
3922         * config/i386/i386.md (avx2_vec_dup<mode>): Macroize insn from
3923         avx2_vec_dup{v8sf,v4sf} using VF1 mode iterator.
3924         (vec_dupv4sf): Remove expander.
3925         (vec_dupv4sf): Merge from *vec_dupv4sf and *vec_dupv4sf_avx.
3926         (vec_dupv2df): Remove expander.
3927         (vec_dupv2df): Merge from *vec_dupv2df and *vec_dupv2df_sse3.
3928         (*vec_concatv2df): Merge *vec_concatv2df_sse3.
3929         (*vec_dupv4si): Merge *vec_dupv4si_avx.
3930         (*vec_dupv2di): Merge *vec_dupv2di_sse3.
3932 2011-10-30  Dmitry Plotnikov  <dplotnikov@ispras.ru>
3934         * tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.
3935         * optabs.c (supportable_convert_operation): New function.
3936         * optabs.h (supportable_convert_operation): New prototype.
3937         * tree-vect-stmts.c (vectorizable_conversion): Change condition and
3938         behavior for NONE modifier case.
3939         * tree.h (VECTOR_INTEGER_TYPE_P): New macro.
3941 2011-10-30  Jakub Jelinek  <jakub@redhat.com>
3943         * tree-vectorizer.h (NUM_PATTERNS): Bump to 9.
3944         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): New
3945         function.
3946         (vect_vect_recog_func_ptrs): Add it.
3948 2011-10-30  David S. Miller  <davem@davemloft.net>
3950         * reorg.c (label_before_next_insn): New function.
3951         (relax_delay_slots): Use it instead of prev_label.
3952         * rtl.h (prev_label): Delete declaration.
3953         * emit-rtl.c (prev_label): Remove.
3955 2011-10-30  Revital Eres  <revital.eres@linaro.org>
3957         * modulo-sched.c (generate_prolog_epilog): Mark prolog and epilog
3958         as BB_DISABLE_SCHEDULE.
3959         (mark_loop_unsched): New function.
3960         (sms_schedule): Call it.
3962 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3964         PR target/50617
3965         * config/pa/protos.h (attr_length_save_restore_dltp): Delete.
3966         (cmpib_comparison_operator): Likewise.
3967         (following_cal, output_and, output_ior, output_move_double,
3968         output_fp_move_double, output_block_move, output_block_clear,
3969         output_cbranch, output_lbranch, output_bb, output_bvb, output_dbra,
3970         output_movb, output_parallel_movb, output_parallel_addb, output_call,
3971         output_indirect_call, output_millicode_call, output_mul_insn,
3972         output_div_insn, output_mod_insn, singlemove_string,
3973         output_arg_descriptor, output_global_address, print_operand,
3974         legitimize_pic_address, hppa_encode_label, symbolic_expression_p,
3975         fmpyaddoperands, fmpysuboperands, emit_bcond_fp, emit_move_sequence,
3976         emit_hpdiv_const, is_function_label_plus_const, jump_in_call_delay,
3977         hppa_fpstore_bypass_p, attr_length_millicode_call, attr_length_call,
3978         attr_length_indirect_call, return_addr_rtx, function_arg_padding,
3979         insn_refs_are_delayed, get_deferred_plabel, ldil_cint_p, zdepi_cint_p,
3980         output_ascii, compute_frame_size, and_mask_p, cint_ok_for_move,
3981         hppa_expand_prologue, hppa_expand_epilogue, ior_mask_p,
3982         compute_zdepdi_operands, output_64bit_and, output_64bit_ior,
3983         reloc_needed, magic_milli, shadd_constant_p): Consistently prefix
3984         exported functions and variables with "pa_".
3985         * config/pa/predicates.md: Likewise.
3986         * config/pa/pa64-hpux.h: likewise.
3987         * config/pa/som.h: Likewise.
3988         * config/pa/elf.h: Likewise.
3989         * config/pa/pa64-linux.h: Likewise.
3990         * config/pa/pa.md: Likewise.
3991         * config/pa/pa.c: Likewise.
3992         * config/pa/pa-linux.h: Likewise.
3993         * config/pa/pa.h: Likewise.
3994         * config/pa/constraints.md: Likewise.
3996 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
3998         * config/i386/i386.md (xop_sha<mode>3): Rename from xop_ashl<mode>3.
3999         Update all uses.
4000         (xop_shl<mode>3): Rename from xop_lshl<mode>3.  Update all uses.
4001         * config/i386/i386.c: Update all uses.
4003 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
4005         * config/i386/i386.md (lshlv16qi3): Remove expander.
4006         (lshrv16qi3): New expander.
4007         (<shift_insn>v16qi3): Macroize expander from ashrv16qi3 and lshrv16qi3
4008         using any_shiftrt code iterator. Cleanup.
4009         (ashlv16qi3): Cleanup.
4010         (ashrv2di3): Ditto.
4012 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4014         PR target/50691
4015         * config/pa/pa.c (emit_move_sequence): Legitimize TLS symbol
4016         references.
4017         (pa_legitimate_constant_p): Return false for TLS_MODEL_GLOBAL_DYNAMIC
4018         and TLS_MODEL_LOCAL_DYNAMIC symbol references.
4020 2011-10-29  Georg-Johann Lay  <avr@gjlay.de>
4022         PR target/50887
4023         * config/avr/avr.opt (-maccumulate-args): New option.
4024         * config/avr/avr.h (STARTING_FRAME_OFFSET): Redefine to
4025         avr_starting_frame_offset.
4026         (ACCUMULATE_OUTGOING_ARGS): Define to avr_accumulate_outgoing_args.
4027         * config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): Remove.
4028         (UNSPECV_WRITE_SP_IRQ_OFF): Remove.
4029         (UNSPECV_WRITE_SP): New constant.
4030         (*addhi3_sp_R): Rewrite to...
4031         (*addhi3_sp): ...this new insn.
4032         (movhi_sp_r_irq_off, movhi_sp_r_irq_on): Combine to...
4033         (movhi_sp_r): ...this new insn.
4034         * config/avr/avr-protos.h (avr_accumulate_outgoing_args): New.
4035         (avr_starting_frame_offset): New.
4036         * config/avr/avr.c (avr_accumulate_outgoing_args): New function.
4037         (avr_starting_frame_offset): New function.
4038         (avr_outgoing_args_size): New static function.
4039         (avr_initial_elimination_offset): Use it.
4040         (avr_simple_epilogue): Use it.
4041         (avr_asm_function_end_prologue): Use it.
4042         (expand_epilogue): Use it.
4043         (expand_prologue): Use it.  Break out code to...
4044         (avr_prologue_setup_frame): ...this new static function.
4045         (avr_can_eliminate): Allow eliminating to frame pointer if there
4046         is one.
4047         (avr_frame_pointer_required_p): Use frame pointer if target has a
4048         nonlocal label.
4049         * config/avr/constraints.md (R): Remove.
4050         (Csp): New constraint.
4051         * config/avr/predicates.md (avr_sp_immediate_operand): Use it.
4053 2011-10-29  Andi Kleen  <ak@linux.intel.com>
4055         * gcc-ar.c (target_machine): Add.
4057 2011-10-29  Anatoly Sokolov  <aesok@post.ru>
4059         * config/cris/cris.c (reg_ok_for_base_p, reg_ok_for_index_p,
4060         cris_constant_index_p, cris_base_p, cris_index_p,
4061         cris_base_or_autoincr_p, cris_bdap_index_p, cris_biap_index_p,
4062         cris_legitimate_address_p): New functions.
4063         (TARGET_LEGITIMATE_ADDRESS_P): Define.
4064         (cris_pic_symbol_type, cris_valid_pic_const): Change arguments type
4065         from rtx to const_rtx.
4066         (cris_print_operand_address, cris_address_cost,
4067         cris_side_effect_mode_ok):  Use
4068         cris_constant_index_p, cris_base_p, cris_base_or_autoincr_p,
4069         cris_biap_index_p and cris_bdap_index_p.
4070         * config/cris/cris.h (CONSTANT_INDEX_P, BASE_P, BASE_OR_AUTOINCR_P,
4071         BDAP_INDEX_P, BIAP_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
4072         REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
4073         (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_R, EXTRA_CONSTRAINT_T): Use
4074         cris_constant_index_p, cris_base_p, cris_base_or_autoincr_p,
4075         cris_biap_index_p and cris_bdap_index_p.
4076         * config/cris/cris.md (moversideqi movemsideqi peephole2): Use
4077         cris_base_p.
4078         * config/cris/cris-protos.h (cris_constant_index_p, cris_base_p,
4079         cris_base_or_autoincr_p, cris_bdap_index_p, cris_biap_index_p): New
4080         prototype.
4081         (cris_pic_symbol_type, cris_valid_pic_const): Update prototype.
4083 2011-10-21  Andi Kleen  <ak@linux.intel.com>
4085         * ggc-page (PAGE_ALIGN): Add.
4086         (alloc_page, ggc_pch_total_size, ggc_pch_this_base, ggc_pch_read):
4087         Replace ROUND_UP with PAGE_ALIGN.
4089 2011-10-20  Andi Kleen  <ak@linux.intel.com>
4091         * ggc-page (alloc_anon): Add check argument.
4092         (alloc_page): Add fallback to 1 page allocation.
4093         Adjust alloc_anon calls to new argument.
4095 2011-10-18  Andi Kleen  <ak@linux.intel.com>
4097         * ggc-page (release_pages): First free large continuous
4098         chunks in the madvise path.
4100 2011-10-18  Andi Kleen  <ak@linux.intel.com>
4102         * ggc-page.c (alloc_pages): Always round up entry_size.
4104 2011-10-19  Andi Kleen  <ak@linux.intel.com>
4106         * Makefile.in (MOSTLYCLEANFILES): Add gcc-ar/nm/ranlib.
4107         (native): Add gcc-ar, gcc-nm, gcc-ranlib.
4108         (AR_LIBS, gcc-ar, gcc-ar.o, gcc-ranlib, gcc-ranlib.o,
4109         gcc-nm, gcc-nm.o, gcc-ranlib.c, gcc-nm.c): Add.
4110         (install): Depend on install-gcc-ar.
4111         (install-gcc-ar): Add.
4112         (uninstall): Uninstall gcc-ar, gcc-nm, gcc-ranlib.
4113         * gcc-ar.c: Add new file.
4115 2011-10-28  Pat Haugen <pthaugen@us.ibm.com>
4117         * config/rs6000/rs6000.md (define_attr "type"): Add vecdouble.
4118         * config/rs6000/vsx.md (VStype_simple, VStype_mul): Use vecdouble
4119         type for V2DF.
4120         (VStype_div): Use vector types for V2DF/V4SF.
4121         (VStype_sqrt): Use *sqrt types.
4122         (VS_spdp_type): Change type to vecdouble.
4123         (*vsx_fmav2df4, *vsx_nfmsv2df4, vsx_xvcvdpsxws, vsx_xvcvdpuxws,
4124         vsx_xvcvuxdsp, vsx_xvcvsxwdp, vsx_xvcvuxwdp, vsx_xvcvspsxds,
4125         vsx_xvcvspuxds): Likewise.
4126         (*vsx_fms<mode>4): Set type via <VStype_mul>.
4127         (*vsx_eq_<mode>_p, *vsx_gt_<mode>_p, *vsx_ge_<mode>_p): Set type via
4128         <VStype_simple>.
4129         * config/rs6000/power7.md (power7-vecstore): Correct VSU pipe.
4130         (power7-fpcompare, power7-sdiv, power7-ddiv, power7-sqrt,
4131         power7-dsqrt): Correct insn latency.
4132         (power7-vecsimple): Add veccmp type and correct dispatch/VSU values.
4133         (power7-veccmp): Delete.
4134         (power7-vecfloat): Correct latency/dispatch/VSU values.
4135         (define_bypass "power7-vecfloat"): Correct latency and types.
4136         (power7-veccomplex, power7-vecperm): Correct dispatch/VSU values.
4137         (power7-vecdouble, power7-vecfdiv, power7-vecdiv): New.
4139 2011-10-28  Uros Bizjak  <ubizjak@gmail.com>
4141         * config/i386/i386.md (shift_insn): Rename code attribute from
4142         shiftrt_insn.  Also handle ashift RTX.
4143         (shift): Rename code attribute from shiftrt.  Also handle ashift RTX.
4144         (vshift): New code attribute.
4145         (<shift_insn>*): Rename from <shiftrt_insn>*. Update asm templates.
4146         (any_lshift): Move and rename code iterator from ...
4147         * config/i386/sse.md (lshift): ... here.
4148         (lshift_insn): Remove code attribute.
4149         (lshift): Remove code attribute.
4150         (vlshr<mode>3): Use lshiftrt RTX.
4151         (vashr<mode>3, ashrv16qi3, ashrv2di3): Use ashiftrt RTX.
4152         (vashl<mode>3, ashlv16qi3): Use ashift RTX.
4153         (avx2_<lshift>v<mode>): Rename from avx2_<shift_insn>v<mode>.  Use
4154         any_lshift code iterator.  Update asm template.
4155         (<shift_insn><mode>3): Macroize insn from lshr<mode>3 and ashl<mode>3
4156         usign any_lshift code iterator.
4157         * config/i386/mmx.md (mmx_<shift_insn><mode>3): Macroize insn from
4158         mmx_lshr<mode>3 and mmx_ashl<mode>3 usign any_lshift code iterator.
4159         * config/i386/i386.c (bdesc_args) <__builtin_ia32_psll>: Update.
4161 2011-10-28  Georg-Johann Lay  <avr@gjlay.de>
4163         PR target/49313
4164         * config/avr/avr.md (parityhi2): Expand allowing pseudos.
4165         (*parityhi2): New pre-reload insn-and-split to map 16-bit parity
4166         to the libgcc insn.
4167         (*parityqihi2): Same for 8-bit parity.
4169 2011-10-28  Julian Brown  <julian@codesourcery.com>
4171         PR rtl-optimization/47918
4172         * reload1.c (set_initial_label_offsets): Use initial offsets
4173         for labels on the nonlocal_goto_handler_labels chain.
4175 2011-10-28  Iain Sandoe  <iains@gcc.gnu.org>
4177         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
4178         Move darwin-fpsave.asm from here to ... LIB2FUNCS_EXTRA.
4179         (LIB2FUNCS_EXTRA):  Add darwin-gpsave.asm.
4180         (TARGET_LIBGCC2_CFLAGS): Ensure that fPIC and -pipe are inherited from
4181         config/t-darwin.
4182         * config/rs6000/darwin.h (FP_SAVE_INLINE): Adjust to enable.
4183         (GP_SAVE_INLINE): Likewise.
4184         (SAVE_FP_PREFIX,  SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
4185         RESTORE_FP_SUFFIX): Set to empty strings.
4186         * config/rs6000/rs6000.c (rs6000_savres_strategy): Implement for Darwin.
4187         (debug_stack_info): Print savres_strategy.
4188         (rs6000_savres_routine_name): Implement for Darwin.
4189         (rs6000_make_savres_rtx): Adjust used register for Darwin.
4190         (rs6000_emit_prologue): Implement out-of-line saves for Darwin.
4191         (rs6000_output_function_prologue): Don't emit .extern for Mach-O.
4192         (rs6000_emit_epilogue): Implement out-of-line saves for Darwin.
4193         * config/rs6000/darwin-gpsave.asm: New file.
4195 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
4197         * config/i386/sse.md (VI4SD_AVX2): Removed.
4198         (VI48_AVX2, VI128_128, VI48_128, VI48_256): New mode iterators.
4199         (vashl<mode>3): Use VI12_128 iterator instead of VI124_128.
4200         Add another expander using VI48_128 iterator for
4201         TARGET_AVX2 || TARGET_XOP and another using VI48_256 iterator
4202         for TARGET_AVX2.
4203         (vlshr<mode>3): Likewise.  Change register_operand predicate to
4204         nonimmediate_operand on last operand in the VI12_128 expander.
4205         (vashr<mode>3): Use VI128_128 iterator instead of VI124_128.
4206         (vashrv4si3, vashrv8si3): New expanders.
4207         (avx2_ashrvv8si, avx2_ashrvv4si, avx2_<lshift>vv8si,
4208         avx2_<lshift>vv2di): Removed.
4209         (avx2_ashrv<mode>): New insn with VI4_AVX2 iterator.
4210         (avx2_<lshift>v<mode>): Macroize using VI48_AVX2
4211         iterator.  Simplify pattern.
4213 2010-10-28  Richard Guenther  <rguenther@suse.de>
4215         PR driver/50876
4216         * lto-wrapper.c (get_options_from_collect_gcc_options):
4217         Properly count arguments.
4218         (run_gcc): Use an obstack to collect argv, properly separate
4219         switches and their arguments.
4221 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
4223         * tree-vect-stmts.c (vectorizable_shift): Give up if op1 has different
4224         vector mode from vectype's mode.
4226 2011-10-28  Chung-Lin Tang  <cltang@codesourcery.com>
4228         PR rtl-optimization/49720
4229         * simplify-rtx.c (simplify_relational_operation_1): Detect
4230         infinite recursion condition in "(eq/ne (plus x cst1) cst2)
4231         simplifies to (eq/ne x (cst2 - cst1))" case.
4233 2011-10-27  David S. Miller  <davem@davemloft.net>
4235         * config/sparc/sparc.md (snedi_special): Only match when not VIS3.
4236         (*snedi_zero): Likewise.
4237         (*snedi_zero_trunc): Likewise.
4238         (snedi_special_vis3): New expander.
4239         (*snedi_zero_vis3): New insn.
4240         (*snedi_zero_trunc_vis3): Likewise.
4241         (*sltu_insn_vis3): Likewise.
4242         (*sltu_insn_vis3_trunc): Likewise.
4243         (addxc): Likewise.
4244         (*addxc_trunc_sp64_vis3): Likewise.
4245         * config/sparc/sparc.c (emit_scc_insn): When VIS3 use the
4246         gen_snedi_special_vis3 expander, and try GTU/LTU addx based
4247         sequences on DImode values.
4249         * config/sparc/sparc.md (64-bit vector moves): Use 'e' not 'f'
4250         constraint.
4252         * regcprop.c (copyprop_hardreg_forward_1): Reject the
4253         transformation when we narrow the mode on big endian.
4255 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
4257         * config/i386/sse.md (avx_cvtpd2dq256_2, avx_cvttpd2dq256_2,
4258         vec_pack_sfix_trunc_v4df, vec_pack_sfix_v4df): New expanders.
4259         (*avx_cvtpd2dq256_2, *avx_cvttpd2dq256_2): New insns.
4261         * config/i386/i386.c (ix86_print_operand): Handle 'q' and 'x'
4262         overrides for -masm=intel memory.
4263         * config/i386/sse.md (sse2_cvtdq2pd, sse2_cvtps2pd,
4264         sse4_1_<code>v8qiv8hi2, avx2_<code>v8qiv8si2,
4265         sse4_1_<code>v4hiv4si2, avx2_<code>v4hiv4di2,
4266         sse4_1_<code>v2siv2di2): Use %q1 instead of %1 for -masm=intel.
4267         (sse4_1_<code>v4qiv4si2, avx2_<code>v4qiv4di2,
4268         sse4_1_<code>v2hiv2di2): Use %k1 instead of %1 for -masm=intel.
4269         (sse4_1_<code>v2qiv2di2): Use %w1 instead of %1 for -masm=intel.
4271 2011-10-27  Martin Jambor  <mjambor@suse.cz>
4273         * ipa-prop.c (compute_pass_through_member_ptrs): Rename parm_info
4274         to parm_ainfo.
4275         (ipa_compute_jump_functions_for_edge): Likewise.
4276         (ipa_compute_jump_functions): Likewise.
4277         (ipa_analyze_indirect_call_uses): Likewise.
4278         (ipa_analyze_call_uses): Likewise.
4279         (ipa_analyze_params_uses): Likewise.
4280         (ipa_analyze_node): Likewise.
4282 2011-10-27  Uros Bizjak  <ubizjak@gmail.com>
4284         PR target/50875
4285         * config/i386/sse.md (*avx_unpcklpd256): Remove extra insn
4286         constraints.  Change alternative 1 to "x,m,1".
4288 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
4290         * Makefile.in (build/gencheck.o): Depend on tree.def and
4291         c-family/c-common.def.
4293         * tree-ssa-strlen.c: Include expr.h.
4294         (get_stridx): Don't use c_strlen, instead use string_constant
4295         and compute string length from it.
4296         * Makefile.in (tree-ssa-strlen.o): Depend on $(EXPR_H).
4298 2011-10-27  Eric Botcazou  <ebotcazou@adacore.com>
4300         PR rtl-optimization/46603
4301         PR bootstrap/50879
4302         * reload.c (push_reload): In the out case, restore previous behavior
4303         for subregs that don't have word mode.
4305 2011-10-27  Ian Lance Taylor  <iant@google.com>
4307         * cppdefault.c: Undef NATIVE_SYSTEM_HEADER_DIR if
4308         CROSS_DIRECTORY_STRUCTURE is defined and TARGET_SYSTEM_ROOT is not.
4309         (cpp_include_defaults): Only use NATIVE_SYSTEM_HEADER_DIR if it is
4310         defined.
4312 2011-10-27  Richard Henderson  <rth@redhat.com>
4314         * optabs.c (expand_vec_perm): Use the correct mode for scaling the
4315         selector.  Save the qimode constant selector for later use by the
4316         qimode vec_perm pattern.
4318 2011-10-27  Bernd Schmidt  <bernds@codesourcery.com>
4320         * config/c6x/c6x.c (unit_req_imbalance, res_mii): Cast the first arg
4321         to unit_req_factor to the right enum type.
4322         (get_unit_operand_masks, reshuffle_units, try_rename_operands,
4323         hwloop_optimize): Remove unused variables.
4325 2010-10-27  Richard Guenther  <rguenther@suse.de>
4327         PR middle-end/50731
4328         * tree-vect-generic.c (do_binop): Handle scalar operands.
4330 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
4332         PR target/37191
4333         * config/i386/sse.md (*vec_extract_v4sf_mem): Avoid combining registers
4334         from different units in a single alternative.
4336 2011-10-26  David S. Miller  <davem@davemloft.net>
4338         * config/sparc/sparc.c (emit_scc_insn): Force attempt of v9 sequences
4339         if we're comparing DImode and comparison is other than EQ or NE.
4341         * config/sparc/sparc.c (emit_scc_insn): Do not try v9 sequences until
4342         LEU/LTU/GEU/GTU is attempted.
4343         * config/sparc/sparc.md (*neg_snesi_sign_extend): New 64-bit insn
4344         and split.
4345         (*neg_seqsi_sign_extend): Likewise.
4346         (*sltu_extend_sp64, *neg_sltu_extend_sp64, *sgeu_extend_sp64,
4347         *neg_sgeu_extend_sp64): New insns.
4349         * config/sparc/sparc-protos.h (sparc_expand_conditional_move): Declare.
4350         * config/sparc/sparc.md (mov<I:mode>cc, mov<F:mode>cc): Call it.
4351         (*mov<I:mode>_cc_v9): Normalize to expect operand 0 always in operand 4.
4352         (*mov<I:mode>_cc_reg_sp64): Likewise.
4353         (*movsf_cc_v9): Likewise.
4354         (*movsf_cc_reg_sp64): Likewise.
4355         (*movdf_cc_v9): Likewise.
4356         (*movdf_cc_reg_sp64): Likewise.
4357         (*movtf_cc_hq_v9): Likewise.
4358         (*movtf_cc_reg_hq_sp64): Likewise.
4359         (*movtf_cc_v9): Likewise.
4360         (*movtf_cc_reg_sp64): Likewise.
4361         * config/sparc/sparc.c (sparc_expand_conditional_move): New function.
4362         (sparc_print_operand): Delete 'c' and 'd' handling, no longer used.
4364 2011-10-26  Eric Botcazou  <ebotcazou@adacore.com>
4366         * reload.c (reload_inner_reg_of_subreg): Change type of return value
4367         and type of OUTPUT parameter to bool and adjust.  Document MODE and
4368         OUTPUT parameters.  Use HARD_REGISTER_P.  Reorder final condition
4369         and improve associated comment.
4370         (push_reload): Clarify and update comments about reloading of subregs.
4371         Adjust calls to reload_inner_reg_of_subreg.  Compute the class upfront
4372         for the reloading of subregs in the out case as well.
4374 2011-10-26  Alexandre Oliva  <aoliva@redhat.com>
4376         PR debug/50826
4377         * var-tracking.c (rtx_debug_expr_p): New.
4378         (use_type): Don't use debug exprs to track non-VTA variables.
4380 2011-10-26  Jeff Law  <law@redhat.com>
4382         * doc/invoke.texi (sink-frequency-threshold): Document.
4383         * tree-ssa-sink.c: Include params.h.
4384         (select_best_block): New function.
4385         (statement_sink_location): Use it.
4386         * params.def (SINK_FREQUENCY_THRESHOLD): New PARAM.
4388 2011-10-26  Iain Sandoe  <iains@gcc.gnu.org>
4390         PR target/48108
4391         * config/darwin.c (top level): Amend comments concerning LTO output.
4392         (lto_section_num): New variable.  (darwin_lto_section_e): New GTY.
4393         (LTO_SECTS_SECTION, LTO_INDEX_SECTION): New.
4394         (LTO_NAMES_SECTION): Rename.
4395         (darwin_asm_named_section): Record LTO section counts and switches
4396         in a vec of darwin_lto_section_e.
4397         (darwin_file_start): Remove unused code.
4398         (darwin_file_end): Put an LTO section termination label.  Handle
4399         output of the wrapped LTO sections, index and names table.
4401 2011-10-26  Alan Modra  <amodra@gmail.com>
4403         * config/rs6000/rs6000.c (rs6000_make_savres_rtx): Delete unneeded
4404         declaration.
4405         (rs6000_emit_stack_reset): Only return insn emitted when it adjusts sp.
4406         (rs6000_make_savres_rtx): Rename to rs6000_emit_savres_rtx.  Use
4407         simple_return in pattern, emit instruction, and set jump_label.
4408         (rs6000_emit_prologue): Update for rs6000_emit_savres_rtx.  Use
4409         simple_return rather than return.
4410         (emit_cfa_restores): New function.
4411         (rs6000_emit_epilogue): Emit cfa_restores when flag_shrink_wrap.
4412         Add missing cfa_restores for SAVE_WORLD.  Add missing LR cfa_restore
4413         when using out-of-line gpr restore.  Add missing LR and FP regs
4414         cfa_restores for out-of-line fpr restore.  Consolidate code setting
4415         up cfa_restores.  Formatting.  Use LR_REGNO define.
4416         (rs6000_output_mi_thunk): Use simple_return rather than return.
4417         * config/rs6000/rs6000.md (sibcall*, sibcall_value*): Likewise.
4418         (return_internal*): Likewise.
4419         (any_return, return_pred, return_str): New iterators.
4420         (return, conditional return insns): Provide both return and
4421         simple_return variants.
4422         * config/rs6000/rs6000.h (EARLY_R12, LATE_R12): Define.
4423         (REG_ALLOC_ORDER): Move r12 before call-saved regs when FIXED_R13.
4424         Move r11 and r0 later to suit shrink-wrapping.
4426 2011-10-26  Richard Guenther  <rguenther@suse.de>
4428         * lto-wrapper.c (run_gcc): Properly init/free obstack.
4430 2011-10-26  Jakub Jelinek  <jakub@redhat.com>
4432         * config/i386/i386.md (UNSPEC_VSIBADDR): New.
4433         * config/i386/predicates.md (vsib_address_operand,
4434         vsib_mem_operator): New predicates.
4435         * config/i386/i386.c (ix86_print_operand_address): Handle
4436         UNSPEC_VSIBADDR addresses.
4437         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>,
4438         avx2_gatherdi<mode>256): Adjust expanders to use MEM with
4439         UNSPEC_VSIBADDR address.
4440         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>, *avx2_gatherdi<mode>256):
4441         Adjust insns to use MEM with UNSPEC_VSIBADDR address.
4443 2011-10-26  Tom de Vries  <tom@codesourcery.com>
4445         PR tree-optimization/50763
4446         * tree-ssa-tail-merge.c (replace_block_by): Update vops if phi_vuse1 or
4447         phi_vuse2 is NULL_TREE only if bb1 dominates or is dominated by bb2.
4449 2011-10-26  Richard Guenther  <rguenther@suse.de>
4451         PR lto/41844
4452         * Makefile.in (lto-wrapper): Depend on and link against opts-common.o.
4453         (lto-wrapper.o): Depend on $(OPTS_H) and $(OPTIONS_H).
4454         * lto-wrapper.c (get_options_from_collect_gcc_options): New function.
4455         (run_gcc): Use it.  Filter out language specific options.
4457 2011-10-26  Andreas Tobler  <andreast@fgznet.ch>
4459         * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the
4460         32-bit target does.
4462 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
4464         PR driver/46617
4465         * gcc.c (main): Fix fatal_error string for translation.
4467 2011-10-25  Ian Lance Taylor  <iant@google.com>
4469         * tree-eh.c (do_return_redirection): Remove return_value_p
4470         parameter.  Change all callers.
4471         (lower_try_finally_nofallthru): Remove local return_val.
4472         (lower_try_finally_onedest): Likewise.
4473         (lower_try_finally_copy): Likewise.
4474         (lower_try_finally_switch): Likewise.
4476 2011-10-25  H.J. Lu  <hongjiu.lu@intel.com>
4478         * config/i386/mmx.md (*mmx_maskmovq): Replace :SI with :P and
4479         remove "&& !TARGET_64BIT"
4480         (*mmx_maskmovq_rex): Removed.
4482 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4484         PR rtl-optimization/46603
4485         * reload.c (push_reload): In the out case, reload the subreg as well
4486         as the reg if it has word mode.
4488 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4490         * dwarf2out.c (add_gnat_descriptive_type_attribute): Temporarily
4491         suppress debug info for the parent type.
4493 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
4495         * config/ia64/ia64.c (ia64_profile_hook): Fix thinko.
4497 2011-10-25  Richard Henderson  <rth@redhat.com>
4499         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Remove.
4500         (vec_extract_even<mode>, vec_extract_odd<mode>): Remove.
4502         * config/rs6000/altivec.md (vec_extract_evenv8hi,
4503         vec_extract_evenv16qi, vec_extract_oddv4si,
4504         vec_extract_oddv4sf): Remove.
4506         * config/spu/spu.md (vec_extract_evenv4si, vec_extract_evenv4sf,
4507         vec_extract_evenv8hi, vec_extract_evenv16qi, vec_extract_oddv4si,
4508         vec_extract_oddv4sf, vec_extract_oddv8hi, vec_extract_oddv16qi,
4509         vec_interleave_highv4sf, vec_interleave_lowv4sf,
4510         vec_interleave_highv4si, vec_interleave_lowv4si,
4511         vec_interleave_highv8hi, vec_interleave_lowv8hi,
4512         vec_interleave_highv16qi, vec_interleave_lowv16qi): Remove.
4514         * expr.c (expand_expr_real_2) [VEC_EXTRACT_EVEN_EXPR]: Use binop.
4515         [VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR]: Likewise.
4516         [VEC_INTERLEAVE_LOW_EXPR]: Likewise.
4517         * optabs.c (expand_binop): Implement vec_interleave_high_optab,
4518         vec_interleave_low_optab, vec_extract_even_optab,
4519         vec_extract_odd_optab with expand_vec_perm.
4520         (can_vec_perm_for_code_p): New.
4521         * optabs.h: Update.
4522         * tree-vect-data-refs.c (vect_strided_store_supported): Allow for
4523         fallback via can_vec_perm_for_code_p.
4524         (vect_strided_load_supported): Likewise.
4525         * tree-vect-generic.c (expand_vector_operations_1): Never lower
4526         VEC_INTERLEAVE_HIGH_EXPR, VEC_INTERLEAVE_LOW_EXPR,
4527         VEC_EXTRACT_EVEN_EXPR, VEC_EXTRACT_ODD_EXPR.
4529         * target.def (vec_perm_const_ok): Change parameters to mode and
4530         array of indicies.
4531         * doc/tm.texi: Rebuild.
4532         * config/i386/i386.c (ix86_vectorize_vec_perm_const_ok): Change
4533         parameters to mode and array of indicies.
4534         * expr.c (expand_expr_real_2) [VEC_PERM_EXPR]: Expand operands here.
4535         * optabs.c (can_vec_perm_p): Rename from can_vec_perm_expr_p.
4536         Change parameters to mode and array of indicies.
4537         (expand_vec_perm_1): Rename from expand_vec_perm_expr_1.
4538         (expand_vec_perm): Rename from expand_vec_perm_expr.  Change
4539         parameters to mode and rtx inputs.  Try lowering to QImode
4540         vec_perm_const before trying fully variable permutation.
4541         * optabs.h: Update decls.
4542         * tree-vect-generic.c (lower_vec_perm): Extract array of indices from
4543         VECTOR_CST to pass to can_vec_perm_p.
4544         * tree-vect-slp.c (vect_get_mask_element): Change mask parameter type
4545         from int pointer to unsigned char pointer.
4546         (vect_transform_slp_perm_load): Update for change to can_vec_perm_p.
4547         * tree-vect-stmts.c (perm_mask_for_reverse): Likewise.
4549         * tree.def (VEC_EXTRACT_EVEN_EXPR): Fix typo in text name.
4550         (VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR,
4551         VEC_INTERLEAVE_LOW_EXPR): Likewise.
4553 2011-10-25  Mike Stump  <mikestump@comcast.net>
4555         * reload.c (regno_clobbered_p): Fix typo.
4557 2011-10-25  Dodji Seketeli  <dodji@redhat.com>
4559         * input.c (expand_location): Rewrite using linemap_resolve_location
4560         and linemap_expand_location.  Add a comment.
4562 2011-10-25  Jakub Jelinek  <jakub@redhat.com>
4564         PR tree-optimization/50596
4565         * tree-vect-stmts.c (vect_mark_relevant): Only use
4566         FOR_EACH_IMM_USE_FAST if lhs is SSA_NAME.
4567         (vectorizable_store): If is_pattern_stmt_p look through
4568         VIEW_CONVERT_EXPR on lhs.
4569         * tree-vect-patterns.c (check_bool_pattern, adjust_bool_pattern):
4570         Use unsigned type instead of signed.
4571         (vect_recog_bool_pattern): Optimize also stores into bool memory in
4572         addition to casts from bool to integral types.
4573         (vect_mark_pattern_stmts): If pattern_stmt already has vinfo
4574         created, don't create it again.
4576 2011-10-25  Kai Tietz  <ktietz@redhat.com>
4578         * config/i386/i386.c (ix86_frame_pointer_required): Require
4579         frame-pointer, if setjmp is used for 32-bit ms-abi.
4581 2011-10-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4583         * builtins.c (set_builtin_user_assembler_name): Remove extra
4584         newline added in October 11th, 2011 change.
4586 2011-10-24  David S. Miller  <davem@davemloft.net>
4588         * config/sparc/little-endian.opt: Delete.
4589         * config.gcc: Remove references to config/sparc/little-endian.opt
4590         * doc/invoke.texi: Remove documentation of -mlittl-endian on sparc.
4591         * config/sparc/linux64.h: Delete references to -mlittle-endian.
4592         * config/sparc/netbsd-elf.h: Likewise.
4593         * config/sparc/openbsd64.h: Likewise.
4594         * config/sparc/sparc.h: Likewise.
4595         * config/sparc/sp64-elf.h: Likewise and delete overrides for
4596         BYTES_BIG_ENDIAN and WORDS_BIG_ENDIAN.
4597         * config/sparc/sparc.c (dump_target_flag_bits): Remove reference
4598         to MASK_LITTLE_ENDIAN.
4599         * config/sparc/sparc.opt (Mask(LITTLE_ENDIAN)): Delete.
4601         * config/sparc/sparc.md: Only use F, G, and C constraints in FP insns.
4602         Only use D, Y, and Z constraints in vector insns.
4604         * config/sparc/sparc.md (cpu_feature, enabled): New attributes.
4605         (*movsi_insn_novis3, *movsi_insn_vis3): Consolidate into one pattern
4606         called *movsi_insn.
4607         (*movdi_insn_sp32_v9_novis3, *movdi_insn_sp32_v9_vis3): Consolidate
4608         into *movdi_insn_sp32.
4609         (*movdi_insn_sp64_novis3, *movdi_insn_sp64_vis3): Consolidate into
4610         one pattern called *movdi_insn_sp64.
4611         (*movsf_insn_novis3, *movsf_insn_vis3, *movsf_insn_no_fpu):
4612         Consolidate into one pattern called *movsf_insn.
4613         (*movdf_insn_sp32_no_fpu, *movdf_insn_sp32_v9_novis3,
4614         *movdf_insn_sp32_v9_vis3, *movdf_insn_sp32_v9_no_fpu): Consolidate
4615         into *movdf_insn_sp32.
4616         (*movdf_insn_sp64_novis3, *movdf_insn_sp64_vis3,
4617         *movdf_insn_sp64_no_fpu): Consolidate into one pattern called
4618         *movdf_insn_sp64.
4619         (*zero_extendsidi2_insn_sp64_novis3,
4620         *zero_extendsidi2_insn_sp64_vis3): Consolidate into one pattern
4621         called *zero_extendsidi2_insn_sp64.
4622         (*sign_extendsidi2_insn_novis3, *sign_extendsidi2_insn_vis3):
4623         Consolidate into one pattern named *sign_extendsidi2_insn.
4624         (*mov<VM32:mode>_insn_novis3, *mov<VM32:mode>_insn_vis3):
4625         Consolidate into one pattern named *mov<VM32:mode>_insn.
4626         (*mov<VM64:mode>_insn_sp64_novis3,
4627         *mov<VM64:mode>_insn_sp64_novis3): Consolidate into one pattern
4628         named *mov<VM64:mode>_insn_sp64.
4629         (*mov<VM64:mode>_insn_sp32_novis3,
4630         *mov<VM64:mode>_insn_sp32_vis3): Consolidate into one pattern
4631         named *mov<VM64:mode>_insn_sp32.
4633 2011-10-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4635         * tree-ssa-strlen.c (get_string_length): Change assertion to STPCPY.
4636         (zero_length_string): Change assertion to accept strinfo without
4637         length but with stmt instead.
4638         Set the endptr pointer also if starting a new chain.
4639         (adjust_related_strinfos): Ignore strinfos marked for delayed
4640         length computation.
4641         (handle_builtin_strcpy): Mark earlier strinfo elements also for
4642         delayed length computation.
4644 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
4646         PR target/50820
4647         Port from 4.6 branch r180379
4648         * doc/invoke.texi (AVR Options): New subsubsection to explain EIND
4649         handling and indirect jump/calls on devices > 128k.
4651 2011-10-24  Anatoly Sokolov  <aesok@post.ru>
4652             Georg-Johann Lay  <avr@gjlay.de>
4654         PR target/49824
4655         * doc/extend.texi (Declaring Attributes of Functions):
4656         Document OS_main and OS_task attributes.
4657         (Specifying Attributes of Variables): Move up
4658         subsection "AVR Variable Attributes" as of alphabetical order.
4660 2011-10-24  Richard Guenther  <rguenther@suse.de>
4662         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Convert constants
4663         to vector element type.
4664         (vectorizable_assignment): Bail out for non-mode-precision operations.
4665         (vectorizable_shift): Likewise.
4666         (vectorizable_operation): Likewise.
4667         (vectorizable_type_demotion): Likewise.
4668         (vectorizable_type_promotion): Likewise.
4669         (vectorizable_store): Handle non-mode-precision stores.
4670         (vectorizable_load): Handle non-mode-precision loads.
4671         (get_vectype_for_scalar_type_and_size): Return a vector type
4672         for non-mode-precision integers.
4673         * tree-vect-loop.c (vectorizable_reduction): Bail out for
4674         non-mode-precision reductions.
4676 2011-10-24  Julian Brown  <julian@codesourcery.com>
4678         * config/m68k/m68k.c (notice_update_cc): Tighten condition for
4679         setting CC_REVERSED for FP comparisons.
4681 2011-10-24  Richard Guenther  <rguenther@suse.de>
4683         PR tree-optimization/50838
4684         * tree-data-ref.c (dr_analyze_indices): Properly canonicalize
4685         a MEM_REF base if we change it.
4687 2011-10-24  Bernd Schmidt  <bernds@codesourcery.com>
4689         PR bootstrap/50836
4690         * rtlanal.c: Swap includes of "hard-reg-set.h" and "rtl.h".
4692         PR rtl-optimization/50833
4693         * function.c (thread_prologue_and_epilogue_insns): Expect the
4694         return insn optimization only if optimize.
4696 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
4698         * config/avr/avr.c: Break long lines.
4699         Define target hooks on the fly if applicable.
4700         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove first definition
4701         overridden later.
4702         (targetm): Move definition to end of file.
4703         (avr_can_eliminate): Make static on the fly.
4704         (avr_frame_pointer_required_p): Ditto.
4705         (avr_hard_regno_scratch_ok): Ditto.
4706         (avr_builtin_setjmp_frame_value): Make static on the fly.
4707         Indent according to coding rules.
4708         (avr_case_values_threshold): Ditto.
4709         (avr_attribute_table): Move down.
4711 2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
4713         PR tree-optimization/50730
4714         * tree-vect-data-refs.c (vect_analyze_data_refs): Stop basic block
4715         analysis if encountered unsupported data-ref.
4717 2011-10-23  David S. Miller  <davem@davemloft.net>
4719         * config/sparc/sparc.c (sparc_option_override): Remove -mv8plus
4720         cpu adjustment.
4721         * config/sparc/linux64.h (CC1_SPEC): When defaulting to 64-bit,
4722         append -mcpu=v9 when -mv8plus is given.
4724         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): We can move
4725         between float and non-float regs when VIS3.
4726         * config/sparc/sparc.c (eligible_for_restore_insn): We can't
4727         use a restore when the source is a float register.
4728         (sparc_split_regreg_legitimate): When VIS3 allow moves between
4729         float and integer regs.
4730         (sparc_register_move_cost): Adjust to account for VIS3 moves.
4731         (sparc_preferred_reload_class): On 32-bit with VIS3 when moving an
4732         integer reg to a class containing EXTRA_FP_REGS, constrain to FP_REGS.
4733         (sparc_secondary_reload): On 32-bit with VIS3 when moving between
4734         float and integer regs we sometimes need a FP_REGS class
4735         intermediate move to satisfy the reload.  When this happens
4736         specify an extra cost of 2.
4737         (*movsi_insn): Rename to have "_novis3" suffix and add !VIS3 guard.
4738         (*movdi_insn_sp32_v9): Likewise.
4739         (*movdi_insn_sp64): Likewise.
4740         (*movsf_insn): Likewise.
4741         (*movdf_insn_sp32_v9): Likewise.
4742         (*movdf_insn_sp64): Likewise.
4743         (*zero_extendsidi2_insn_sp64): Likewise.
4744         (*sign_extendsidi2_insn): Likewise.
4745         (*movsi_insn_vis3): New insn.
4746         (*movdi_insn_sp32_v9_vis3): New insn.
4747         (*movdi_insn_sp64_vis3): New insn.
4748         (*movsf_insn_vis3): New insn.
4749         (*movdf_insn_sp32_v9_vis3): New insn.
4750         (*movdf_insn_sp64_vis3): New insn.
4751         (*zero_extendsidi2_insn_sp64_vis3): New insn.
4752         (*sign_extendsidi2_insn_vis3): New insn.
4753         (TFmode reg/reg split): Make sure both REG operands are float.
4754         (*mov<VM32:mode>_insn): Add "_novis3" suffix and !VIS3 guard. Remove
4755         easy constant to integer reg alternatives.
4756         (*mov<VM64:mode>_insn_sp64): Likewise.
4757         (*mov<VM64:mode>_insn_sp32_novis3): Likewise.
4758         (*mov<VM32:mode>_insn_vis3): New insn.
4759         (*mov<VM64:mode>_insn_sp64_vis3): New insn.
4760         (*mov<VM64:mode>_insn_sp32_vis3): New insn.
4761         (VM64 reg<-->reg split): New splitter for 32-bit.
4763         * config/sparc/sparc.c (sparc_split_regreg_legitimate): New function.
4764         * config/sparc/sparc-protos.h (sparc_split_regreg_legitimate):
4765         Declare it.
4766         * config/sparc/sparc.md (DImode reg/reg split): Use it.
4767         (DFmode reg/reg split): Likewise.
4769         * config/sparc/sparc.md (*movdi_insn_sp32_v9): Add alternatives for
4770         generating fzero and fone instructions.
4771         (DImode const_int --> reg splitter): Only trigger for integer regs.
4773         * config/sparc/predicates.md (input_operand): Disallow vector
4774         constants other than 0 and -1.
4775         * config/sparc/sparc.c (sparc_preferred_reload_class): Return
4776         NO_REGS for vector constants other than 0 and -1.
4778         * config/sparc/sparc.h (SPARC_FIRST_INT_REG, SPARC_LAST_INT_REG,
4779         SPARC_INT_REG_P): Define.
4780         (HARD_REGNO_NREGS): Use SPARC_INT_REG_P.
4781         (REGNO_OK_FOR_INDEX_P): Likewise.
4782         * config/sparc/sparc.c (gen_df_reg): Likewise.
4783         (eligible_for_return_delay): Likewise.
4784         (eligible_for_sibcall_delay): Likewise.
4785         (sparc_legitimate_address_p): Likewise.
4786         (emit_save_or_restore_regs): Likewise.
4787         (registers_ok_for_ldd_peep): Likewise.
4788         * config/spac/sparc.md (DI mode splitters): Likewise.
4789         (SF mode const splitters): Likewise.
4790         (DF mode splitters): Likewise.
4791         (32-bit DI mode logical op splitters): Likewise.
4793 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
4795         PR c++/50841
4796         Revert:
4797         2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
4799         PR c++/50810
4800         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
4802 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
4804         * config/i386/sse.md (avx2_lshl<mode>3): Remove insn pattern.
4805         (VI248_256): Remove mode iterator.
4806         * config/i386/i386.c (ix86_expand_vec_perm): Use gen_ashlv4di3
4807         instead of gen_avx2_lshlv4di3.
4808         (bdesc_args): Use CODE_FOR_ashl{v16hi,v8si,v4di}3 instead of
4809         CODE_FOR_avx2_lshl{v16hi,v8si,v4di}3.
4811 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
4813         * config/i386/sse.md (sseintprefix): Rename from gthrfirstp.
4814         (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>): Delete expander.
4815         (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>) Merge insn
4816         pattern from *avx2_maskload<ssemodesuffix><avxsizesuffix> and
4817         *avx_maskload<ssemodesuffix><avxsizesuffix> using V48_AVX mode
4818         iterator.  Use sseintprefix mode attribute.
4819         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>): Delete expander.
4820         (<avx_avx2>_maskstore<ssemodesuffix><avxsizesuffix>) Merge insn
4821         pattern from *avx2_maskstore<ssemodesuffix><avxsizesuffix> and
4822         *avx_maskstore<ssemodesuffix><avxsizesuffix> using V48_AVX mode
4823         iterator.  Use sseintprefix mode attribute.
4824         (*avx2_gathersi<mode>) Use sseintprefix and ssemodesuffix mode
4825         attributes.
4826         (*avx2_gatherdi<mode>): Ditto.
4827         (*avx2_gatherdi<mode>256): Ditto.
4828         (VI48_AVX2): Remove mode iterator.
4829         (gthrlastfp): Remove mode attribute.
4831 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
4833         PR c++/50810
4834         * doc/invoke.texi ([-Wnarrowing], [-Wc++0x-compat]): Update.
4836 2011-10-23  Tom de Vries  <tom@codesourcery.com>
4838         PR tree-optimization/50763
4839         * tree-ssa-tail-merge.c (same_succ_flush_bb): New function, factored
4840         out of ...
4841         (same_succ_flush_bbs): Use same_succ_flush_bb.
4842         (purge_bbs): Remove argument.  Remove calls to same_succ_flush_bbs,
4843         release_last_vdef and delete_basic_block.
4844         (unlink_virtual_phi): New function.
4845         (update_vuses): Add and use vuse1_phi_args argument.  Set var to
4846         SSA_NAME_VAR of vuse1 or vuse2, and use var.  Handle case that
4847         def_stmt2 is NULL.  Use phi result as phi arg in case vuse1 or vuse2
4848         is NULL_TREE.  Replace uses of vuse1 if vuse2 is NULL_TREE.  Fix code
4849         to limit replacement of uses.  Propagate phi argument for phis with a
4850         single argument.
4851         (replace_block_by): Update vops if phi_vuse1 or phi_vuse2 is NULL_TREE.
4852         Set vuse1_phi_args if vuse1 is a phi defined in bb1.  Add
4853         vuse1_phi_args as argument to call to update_vuses.  Call
4854         release_last_vdef, same_succ_flush_bb, delete_basic_block.  Update
4855         CDI_DOMINATORS info.
4856         (tail_merge_optimize): Remove argument in call to purge_bbs.  Remove
4857         call to free_dominance_info.  Only call calculate_dominance_info once.
4859 2011-10-23  Eric Botcazou  <ebotcazou@adacore.com>
4861         * fold-const.c (invert_tree_comparison): Always invert EQ_EXPR/NE_EXPR.
4863         PR tree-optimization/44683
4864         * tree-ssa-dom.c (record_edge_info): Record simple equivalences only if
4865         we can be sure that there are no signed zeros involved.
4867 2011-10-23  Jan Hubicka  <jh@suse.cz>
4869         * ipa-inline.c (estimate_badness): Scale up and handle overflows.
4871 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
4873         PR target/50788
4874         * config/i386/sse.md (<avx_avx2>_maskload<ssemodesuffix><avxsizesuffix>):
4875         Remove (match_dup 0).
4876         (*avx2_maskload<ssemodesuffix><avxsizesuffix>): New insn pattern.
4877         (*avx_maskload<ssemodesuffix><avxsizesuffix>): Ditto.
4878         (*avx2_maskstore<ssemodesuffix><avxsizesuffix>): Ditto.
4879         (*avx_maskstore<ssemodesuffix><avxsizesuffix>): Ditto.
4880         (*avx2_maskmov<ssemodesuffix><avxsizesuffix>): Remove insn pattern.
4881         (*avx_maskmov<ssemodesuffix><avxsizesuffix>): Ditto.
4883 2011-10-23  Ira Rosen  <ira.rosen@linaro.org>
4885         PR tree-optimization/50819
4886         * tree-vectorizer.h (vect_analyze_data_ref_dependences): Remove
4887         the last argument.
4888         * tree-vect-loop.c (vect_analyze_loop_2): Update call to
4889         vect_analyze_data_ref_dependences.
4890         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Remove
4891         the last argument.  Check load-after-store dependence for unknown
4892         dependencies in basic blocks.
4893         (vect_analyze_data_ref_dependences): Update call to
4894         vect_analyze_data_ref_dependences.
4895         * tree-vect-patterns.c (vect_recog_widen_shift_pattern): Fix typo.
4896         * tree-vect-slp.c (vect_bb_vectorizable_with_dependencies): Remove.
4897         (vect_slp_analyze_bb_1): Update call to
4898         vect_analyze_data_ref_dependences.  Don't call
4899         vect_bb_vectorizable_with_dependencies.
4901 2011-10-22  David S. Miller  <davem@davemloft.net>
4903         * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS,
4904         SECONDARY_OUTPUT_RELOAD_CLASS): Delete.
4905         * config/sparc/sparc.c (TARGET_SECONDARY_RELOAD): Redefine.
4906         (sparc_secondary_reload): New function.
4908         * config/sparc/sparc.h (sparc_costs): Remove extern decl.
4909         (struct processor_costs): Move from here..
4910         * config/sparc/sparc.c (struct processor_costs): To here.
4911         (sparc_costs): Mark static.
4913         * config/sparc/sparc.c (short_branch, reg_unused_after): Delete.
4914         * config/sparc/sparc-protos.h (short_branch, reg_unused_after):
4915         Get rid of declarations.
4917 2011-10-21  Paul Brook  <paul@codesourcery.com>
4919         * config/c6x/c6x.c (c6x_asm_emit_except_personality,
4920         c6x_asm_init_sections): New functions.
4921         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): Define.
4923 2011-10-21  Jakub Jelinek  <jakub@redhat.com>
4925         PR target/50813
4926         * config/i386/i386.c (expand_vec_perm_even_odd_1): Handle
4927         V4DImode and V8SImode for !TARGET_AVX2.
4929 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
4931         PR bootstrap/50825
4932         * sched-deps.c (add_dependence): If not doing predication, promote
4933         REG_DEP_CONTROL to REG_DEP_ANTI.
4935 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
4937         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Pass address of X
4938         instead of X to avr_legitimize_reload_address.
4939         * config/avr/avr-protos.h (avr_legitimize_reload_address): Change
4940         first argument's type from rtx to rtx*.
4941         * config/avr/avr.c (avr_legitimize_reload_address): Ditto.
4942         Pass PX to push_reload instead of &X.  Change log messages for
4943         better distinction.
4945 2011-10-21  Roland Stigge  <stigge@antcom.de>
4947         PR translation/47064
4948         * params.def: Fix typo "compilatoin" -> "compilation".
4950 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
4951             Kirill Yukhin  <kirill.yukhin@intel.com>
4953         PR target/50740
4954         * config/i386/driver-i386.c (host_detect_local_cpu): Do cpuid 7 only
4955         if max_level allows that.
4957 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
4959         * reg-notes.def (DEP_CONTROL): New.
4960         * sched-ebb.c (add_deps_for_risky_insns): Add a REG_DEP_CONTROL when
4961         not doing speculation.
4962         * rtlanal.c (record_hard_reg_sets, find_all_hard_reg_sets,
4963         record_hard_reg_uses_1, record_hard_reg_uses): New functions.
4964         * function.c (record_hard_reg_sets, record_hard_reg_uses,
4965         record_hard_reg_uses_1): Remove; move to rtlanal.c.
4966         * lists.c (copy_INSN_LIST, concat_INSN_LIST): New functions.
4967         * haifa-sched.c: Swap includes of "rtl.h" and "hard-reg-set.h".
4968         (MUST_RECOMPUTE_SPEC_P): New macro.
4969         (real_insn_for_shadow): New function.
4970         (cond_clobbered_p, recompute_todo_spec, check_clobbered_conditions,
4971         toggle_cancelled_flags): New static functions.
4972         (schedule_insn): Relax an assert to only check for empty hard back
4973         dependencies.  Skip cancelled dependencies.  Call
4974         check_clobbered_conditions.
4975         (copy_insn_list): Remove function, renamed moved to lists.c.
4976         (save_backtrack_point): Use new spelling copy_INSN_LIST.
4977         (unschedule_insns_until): Ensure TODO_SPEC is reset properly.
4978         (restore_last_backtrack_point): Likewise.  Call toggle_cancelled_flags.
4979         (estimate_insn_tick): Ignore cancelled dependencies.
4980         (haifa_speculate_insn): Move declaration.
4981         (try_ready): Move code into recompute_todo_spec and call it.  Tweak
4982         some asserts.  Ensure predicated patterns are restored if necessary.
4983         Dump DEP_CONTROL flag.
4984         (haifa_change_pattern): Merge with sched_change_pattern.
4985         (sched_change_pattern): Remove function.
4986         * sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP): Remove.  All
4987         uses changed to simply not test NON_FLUSH_JUMP_P.
4988         (ds_to_dk, dk_to_ds, dump_dep, ds_to_dt, dump_ds, check_dep): Handle
4989         REG_DEP_CONTROL.
4990         (dep_spec_p): If DO_PREDICATION, REG_DEP_CONTROL is speculative.
4991         (reg_pending_control_uses, control_dependency_cache): New static
4992         variables.
4993         (sched_get_reverse_condition_uncached): New function.
4994         (sd_find_dep_between): Remove pointless assert.  Look in
4995         control_dependency_cache.
4996         (ask_dependency_caches, set_dependency_caches, sd_delete_dep,
4997         extend_dependency_caches, sched_deps_finish): Handle REG_DEP_CONTROL
4998         and control_dependency_cache.
4999         (sd_unresolve_dep): Use dep_spec_p.
5000         (add_dependence): Now a wrapper around add_dependence_1, handling
5001         REG_DEP_CONTROL specially.
5002         (flush_pending_lists): Clear pending_jump_insns.
5003         (sched_analyze_1): Handle pending_jump_insns like a memory flush.
5004         (sched_analyze_2): Unconditionally add to pending memory flushes,
5005         keep previous behaviour but apply it to pending_jump_insns instead.
5006         (sched_analyze_insn): Defer adding jump reg dependencies using
5007         reg_pending_control_uses; add them to the control_uses list.  Handle
5008         pending_jump_insns and control_uses when adding dependence lists.
5009         (deps_analyze_insn): Update INSN_COND_DEPS.
5010         (deps_analyze_insn): Add jumps to pending_jump_insns rather than
5011         last_pending_memory_flush.
5012         (init_deps): Initialize pending_jump_insns.
5013         (free_deps): Free control_uses.
5014         (remove_from_deps): Remove from pending_jump_insns.
5015         (init_deps_global): Allocate reg_pending_control_uses).
5016         (finish_deps_global): Free it.
5017         (add_dependence_1): Renamed from add_dependence.  Handle
5018         REG_DEP_CONTROL.
5019         * rtl.h (record_hard_reg_uses, find_all_hard_reg_sets): Declare.
5020         (copy_INSN_LIST, concat_INSN_LIST): Declare.
5021         * sched-int.h (struct deps_reg): Add control_uses.
5022         (struct deps_desc): Add pending_jump_insns.
5023         (struct _haifa_deps_insn_data): Add cond_deps.
5024         (struct _haifa_insn_data): Add must_recompute_spec and predicated_pat.
5025         (INSN_COND_DEPS, PREDICATED_PAT): New macros.
5026         (BITS_PER_DEP_WEAK): Adjust for two extra bits in the word.
5027         (DEP_CONTROL): New macro.
5028         (DEP_TYPES): Include it.
5029         (HARD_DEP): Adjust definition.
5030         (DEP_CANCELLED): New macro.
5031         (enum SCHED_FLAGS): Add DO_PREDICATION.
5032         (sched_get_reverse_condition_uncached, real_insn_for_shadow): Declare.
5033         * sched-rgn.c (concat_INSN_LIST): Remove function.
5034         (deps_join): Handle pending_jump_insns.
5035         (free_pending_lists): Likewise.
5036         * config/c6x/c6x.c (c6x_set_sched_flags): Set DO_PREDICATION for final
5037         schedule.
5039 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
5041         PR target/50820
5042         * config/avr/libgcc.S (__EIND__): New define to 0x3C.
5043         (__tablejump__): Consistently use EIND for indirect jump/call.
5044         (__tablejump_elpm__): Ditto.
5046 2011-10-21  Bernd Schmidt  <bernds@codesourcery.com>
5048         * config/c6x/c6x.md (attr "op_pattern"): New.
5049         (load_sdata_pic, mov<mode>_insn for QIHIM and SISFVM): Set it.
5050         * config/c6x/c6x-mult.md.in (mulhi3_VARIANT_, mulhisi3_insn_VARIANT_):
5051         Likewise.
5052         * config/c6x/c6x-mult.md: Regenerate.
5053         * config/c6x/c6x.c: Include "regrename.h".
5054         (unit_req_table): New typedef.
5055         (unit_reqs): Use it for the declaration.
5056         (unit_req_factor, get_unit_reqs, merge_unit_reqs, unit_req_imbalance,
5057         get_unit_operand_masks, try_rename_operands, reshuffle_units): New
5058         static functions.
5059         (count_unit_reqs): New arg reqs.  All callers changed.  Use
5060         get_unit_reqs, and don't merge here.
5061         (res_mii): New arg reqs.  All callers changed.  Rewrite to use a loop
5062         using unit_req_factor.
5063         (hwloop_optimize): Call reshuffle_units.  Call merge_unit_reqs after
5064         count_unit_reqs.
5065         (c6x_reorg): Add reg notes problem, and call df_analyze.
5066         * Makefile.in ($(out_object_file)): Depend on regrename.h.
5068 2011-10-21  Kai Tietz  <ktietz@redhat.com>
5070         * fold-const.c (simple_operand_p_2): Handle integral
5071         casts from boolean-operands.
5073 2011-10-21  Jan Hubicka  <jh@suse.cz>
5075         * cgraph.c (dump_cgraph_node): Dump alias flag.
5076         * cgraphunit.c (handle_alias_pairs): Handle weakrefs with
5077         no destination.
5078         (get_alias_symbol): New function.
5079         (output_weakrefs): Output also weakrefs with no destinatoin.
5080         (lto_output_node): Output weakref alias flag when at function boundary.
5082 2011-10-21  Andrew Stubbs  <ams@codesourcery.com>
5084         PR target/50809
5085         * config/arm/driver-arm.c (vendors): Make static.
5087 2011-10-21  Uros Bizjak  <ubizjak@gmail.com>
5089         * config/i386/i386.c (ix86_emit_swdivsf): Force b into register.
5090         (ix86_emit_swsqrtsf): Force a into register.
5092 2011-10-20  Mike Stump  <mikestump@comcast.net>
5094         * regcprop.c (copyprop_hardreg_forward_1): Update recog_data
5095         after validate_change wipes it out.
5097 2011-10-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5099         * config/spu/spu.md ("vec_permv16qi"): Reduce selector modulo 32
5100         before using the shufb instruction.
5102 2011-10-20  Kirill Yukhin  <kirill.yukhin@intel.com>
5104         PR target/50766
5105         * config/i386/i386.md (bmi_bextr_<mode>): Update register/
5106         memory operand order.
5107         (bmi2_bzhi_<mode>3): Ditto.
5108         (bmi2_pdep_<mode>3): Ditto.
5109         (bmi2_pext_<mode>3): Ditto.
5111 2011-10-20  Richard Henderson  <rth@redhat.com>
5113         * target.def (vec_perm_const_ok): Rename from builtin_vec_perm_ok.
5114         * optabs.c (can_vec_perm_expr_p): Update to match.
5115         (expand_vec_perm_expr): Likewise.
5116         * config/i386/i386.c (TARGET_VECTORIZE_VEC_PERM_CONST_OK): Rename
5117         from TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK.
5118         * doc/tm.texi.in: Likewise.
5120 2011-10-20  Sergey Ostanevich  <sergos.gnu@gmail.com>
5122         PR target/50572
5123         * config/i386/i386.c (processor_target_table): Change Atom
5124         align_loops_max_skip to 15.
5126 2011-10-20  Richard Henderson  <rth@redhat.com>
5128         * target.def (builtin_vec_perm): Remove.
5129         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5131         * config/i386/i386.c (ix86_expand_vec_perm_builtin): Remove.
5132         (IX86_BUILTIN_VEC_PERM_*): Remove.
5133         (bdesc_args): Remove vec_perm builtins
5134         (ix86_expand_builtin): Likewise.
5135         (ix86_expand_vec_perm_const_1): Rename from
5136         ix86_expand_vec_perm_builtin_1.
5137         (extract_vec_perm_cst): Merge into...
5138         (ix86_vectorize_vec_perm_const_ok): ... here.  Rename from
5139         ix86_vectorize_builtin_vec_perm_ok.
5140         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5142         * config/rs6000/rs6000.c (rs6000_builtin_vec_perm): Remove.
5143         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5145         * config/spu/spu.c (spu_builtin_vec_perm): Remove.
5146         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Remove.
5148 2011-10-20  Uros Bizjak  <ubizjak@gmail.com>
5150         PR target/47989
5151         * config/i386/i386.h (RECIP_MASK_DEFAULT): New define.
5152         * config/i386/i386.op (recip_mask): Initialize with RECIP_MASK_DEFAULT.
5153         * doc/invoke.texi (ix86 Options, -mrecip): Document that GCC
5154         implements vectorized single float division and vectorized sqrtf(x)
5155         with reciprocal sequence with additional Newton-Raphson step with
5156         -ffast-math.
5158 2011-10-20  Dodji Seketeli  <dodji@redhat.com>
5160         * ggc-zone.c (ggc_internal_alloc_zone_stat): Rename
5161         ggc_alloced_size_order_for_request into ggc_round_alloc_size like
5162         it was done in ggc-page.c.
5164         PR other/50659
5165         * doc/cppopts.texi: Use @smallexample/@end smallexample in
5166         documentation for -fdebug-cpp instead of @quotation/@end quotation
5167         that is not supported by contrib/texi2pod.pl.
5169 2011-10-19  Jan Hubicka  <jh@suse.cz>
5171         * ipa-inline.c (inline_small_functions): Always update all calles after
5172         inlining.
5174 2011-10-19  Jan Hubicka  <jh@suse.cz>
5176         PR bootstrap/50709
5177         * ipa-inline.c (inline_small_functions): Fix checking code to not make
5178         effect on fibheap stability.
5180 2011-10-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
5182         * config/m68k/t-linux (M68K_MLIB_CPU): Add ColdFire CPUs.
5184 2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5186         PR target/50106
5187         * config/arm/arm.c (thumb_unexpanded_epilogue): Handle return
5188         reg size from 1-3.
5190 2011-10-20  Richard Guenther  <rguenther@suse.de>
5192         * tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR
5193         and rotates to the set of expensive operations.
5195 2011-10-19  David S. Miller  <davem@davemloft.net>
5197         * config/sparc/sparc.c (sparc_expand_move): Use can_create_pseudo_p.
5198         (sparc_emit_set_const32): Likewise.
5199         (sparc_emit_set_const64_longway): Likewise.
5200         (sparc_emit_set_const64): Likewise.
5201         (sparc_legitimize_pic_address): Likewise.
5202         (memory_ok_for_ldd): Likewise.
5204 2011-10-20  Dehao Chen  <dehao@google.com>
5206         * profile.c (compute_branch_probabilities): Compute and dump the
5207         overlap between the static estimation and the instrumentation profile.
5208         (OVERLAP_BASE): New macro.
5209         (compute_frequency_overlap): New function
5211 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
5213         * config/i386/i386.c (expand_vec_perm_vpshufb2_vpermq_even_odd): Use
5214         d->op1 instead of d->op0 for the second vpshufb.
5215         (expand_vec_perm_even_odd_1): For V8SImode fix vpshufd immediates.
5216         (ix86_expand_vec_perm_const): If mask indicates two operands are
5217         needed, but both are the same and expanding them as d.op0 == d.op1
5218         failed, retry with d.op0 != d.op1.
5219         (ix86_expand_vec_perm_builtin): Likewise.  Handle sorry printing
5220         also for d.nelt == 32.
5222         PR middle-end/50754
5223         * cfgexpand.c (expand_debug_expr): Handle WIDEN_LSHIFT_EXPR, ignore
5224         VEC_PERM_EXPR.
5226 2011-10-19  Bernd Schmidt  <bernds@codesourcery.com>
5228         * regrename.h: New file.
5229         * regrename.c: Include it.  Also include "emit-rtl.h".
5230         (struct du_head, struct du_chain, du_head_p DEF_VEC and
5231         DEF_VEC_ALLOC_P): Move to regrename.h.
5232         (do_replace): Remove declaration.
5233         (insn_rr): New variable.
5234         (cur_operand): New static variable.
5235         (regrename_chain_from_id): Renamed from chain_from_id and no longer
5236         static.  All callers changed.
5237         (record_operand_use): New static function.
5238         (scan_rtx_reg): Use it.
5239         (find_best_rename_reg): New function, broken out of rename_chains.
5240         (rename_chains): Use it.  Don't update chain regno and nregs here, ...
5241         (regrename_do_replace): ... do it here instead.  Renamed from
5242         do_replace, and no longer static.  All callers changed.
5243         (regrename_analyze): No longer static.  New arg bb_mask.
5244         All callers changed.  If bb_mask is nonzero, use it to limit the
5245         number of basic blocks we analyze.  If we failed to analyze a block,
5246         clear insn operand data.
5247         (record_out_operands): New arg insn_info.  Update cur_operand if it is
5248         nonnull.
5249         (build_def_use): If insn_rr is nonnull, pass an insn_info to
5250         record_out_operands, and update cur_operand here as well.
5251         (regrename_init, regrename_finish): New functions.
5252         (regrename_optimize): Use them.
5253         * Makefile.in (regrename.o): Adjust dependencies.
5255 2011-10-19  Tom de Vries  <tom@codesourcery.com>
5257         PR tree-optimization/50769
5258         * tree-ssa-tail-merge.c (replace_block_by): Calculate phi_vuse2
5259         unconditionally.  Handle case that phi_vuse2 is not an SSA_NAME.  Add
5260         dummy argument .MEM to phi when increasing number of arguments of phi by
5261         redirecting edges to the block with phi.
5263 2011-10-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5265         PR bootstrap/50777
5266         * configure.ac: Save and restore CXXFLAGS around
5267         gcc_AC_CHECK_DECLS uses.
5268         Check for madvise() declaration with g++ if --enable-build-with-cxx.
5269         * configure: Regenerate.
5270         * config.in: Regenerate.
5271         * ggc-page.c (USING_MADVISE): Also check HAVE_DECL_MADVISE.
5273 2011-10-19  Alexandre Oliva  <aoliva@redhat.com>
5275         PR debug/49310
5276         * var-tracking.c (loc_exp_dep, onepart_aux): New structs.
5277         (variable_part): Replace offset with union.
5278         (enum onepart_enum, onepart_enum_t): New.
5279         (variable_def): Drop cur_loc_changed, add onepart.
5280         (value_chain_def, const_value_chain): Remove.
5281         (VAR_PART_OFFSET, VAR_LOC_1PAUX): New macros, with checking.
5282         (VAR_LOC_DEP_LST, VAR_LOC_DEP_LSTP): New macros.
5283         (VAR_LOC_FROM, VAR_LOC_DEPTH, VAR_LOC_DEP_VEC): Likewise.
5284         (value_chain_pool, value_chains): Remove.
5285         (dropped_values): New.
5286         (struct parm_reg): Only if HAVE_window_save.
5287         (vt_stack_adjustments): Don't record register arguments.
5288         (dv_as_rtx): New.
5289         (dv_onepart_p): Return a onepart_enum_t.
5290         (onepart_pool): New.
5291         (dv_pool): Remove.
5292         (dv_from_rtx): New.
5293         (variable_htab_free): Release onepart aux data.  Reset flags.
5294         (value_chain_htab_hash, value_chain_htab_eq): Remove.
5295         (unshare_variable): Use onepart field.  Propagate onepart aux
5296         data or offset.  Drop cur_loc_changed.
5297         (val_store): Cope with NULL insn.  Rephrase dump output.  Check
5298         for unsuitable locs.  Add FIXME on using cselib locs.
5299         (val_reset): Remove FIXME of unfounded concerns.
5300         (val_resolve): Check for unsuitable locs.  Add FIXME on using
5301         cselib locs.
5302         (variable_union): Use onepart field, adjust access to offset.
5303         (NO_LOC_P): New.
5304         (VALUE_CHANGED, DECL_CHANGED): Update doc.
5305         (set_dv_changed): Clear NO_LOC_P when changed.
5306         (find_loc_in_1pdv): Use onepart field.
5307         (intersect_loc_chains): Likewise.
5308         (unsuitable_loc): New.
5309         (loc_cmp): Keep ENTRY_VALUEs at the end of the loc list.
5310         (add_value_chain, add_value_chains): Remove.
5311         (add_cselib_value_chains, remove_value_chain): Likewise.
5312         (remove_value_chains, remove_cselib_value_chains): Likewise.
5313         (canonicalize_loc_order_check): Use onepart.  Drop cur_loc_changed.
5314         (canonicalize_values_star, canonicalize_vars_star): Use onepart.
5315         (variable_merge_over_cur): Likewise.  Adjust access to offset.
5316         Drop cur_loc_changed.
5317         (variable_merge_over_src): Use onepart field.
5318         (remove_duplicate_values): Likewise.
5319         (variable_post_merge_new_vals): Likewise.
5320         (find_mem_expr_in_1pdv): Likewise.
5321         (dataflow_set_preserve_mem_locs): Likewise.  Drop cur_loc_changed
5322         and value chains.
5323         (dataflow_set_remove_mem_locs): Likewise.  Use VAR_LOC_FROM.
5324         (variable_different_p): Use onepart field.  Move onepart test out
5325         of the loop.
5326         (argument_reg_set): Drop.
5327         (add_uses, add_stores): Preserve but do not record in dynamic
5328         tables equivalences for ENTRY_VALUEs and CFA_based addresses.
5329         Avoid unsuitable address expressions.
5330         (EXPR_DEPTH): Unlimit.
5331         (EXPR_USE_DEPTH): Repurpose PARAM_MAX_VARTRACK_EXPR_DEPTH.
5332         (prepare_call_arguments): Use DECL_RTL_IF_SET.
5333         (dump_var): Adjust access to offset.
5334         (variable_from_dropped, recover_dropped_1paux): New.
5335         (variable_was_changed): Drop cur_loc_changed.  Use onepart.
5336         Preserve onepart aux in empty_var.  Recover empty_var and onepart
5337         aux from dropped_values.
5338         (find_variable_location_part): Special-case onepart.  Adjust
5339         access to offset.
5340         (set_slot_part): Use onepart.  Drop cur_loc_changed.  Adjust
5341         access to offset.  Initialize onepaux.  Drop value chains.
5342         (delete_slot_part): Drop value chains.  Use VAR_LOC_FROM.
5343         (VEC (variable, heap), VEC (rtx, stack)): Define.
5344         (expand_loc_callback_data): Drop dummy, cur_loc_changed,
5345         ignore_cur_loc.  Add expanding, pending, depth.
5346         (loc_exp_dep_alloc, loc_exp_dep_clear): New.
5347         (loc_exp_dep_insert, loc_exp_dep_set): New.
5348         (notify_dependents_of_resolved_value): New.
5349         (update_depth, vt_expand_var_loc_chain): New.
5350         (vt_expand_loc_callback): Revamped.
5351         (resolve_expansions_pending_recursion): New.
5352         (INIT_ELCD, FINI_ELCD): New.
5353         (vt_expand_loc): Use the new macros above.  Drop ignore_cur_loc
5354         parameter, adjust all callers.
5355         (vt_expand_loc_dummy): Drop.
5356         (vt_expand_1pvar): New.
5357         (emit_note_insn_var_location): Operate on non-debug decls only.
5358         Revamp multi-part cur_loc recomputation and one-part expansion.
5359         Drop cur_loc_changed.  Adjust access to offset.
5360         (VEC (variable, heap)): Drop.
5361         (changed_variables_stack, changed_values_stack): Drop.
5362         (check_changed_vars_0, check_changed_vars_1): Remove.
5363         (check_changed_vars_2, check_changed_vars_3): Remove.
5364         (values_to_stack, remove_value_from_changed_variables): New.
5365         (notify_dependents_of_changed_value, process_changed_values): New.
5366         (emit_notes_for_changes): Revamp onepart updates.
5367         (emit_notes_for_differences_1): Use onepart.  Drop cur_loc_changed
5368         and value chains.  Propagate onepaux.  Recover empty_var and onepaux
5369         from dropped_values.
5370         (emit_notes_for_differences_2): Drop value chains.
5371         (emit_notes_in_bb): Adjust.
5372         (vt_emit_notes): Drop value chains, changed_variables_stack.
5373         Initialize and release dropped_values.
5374         (create_entry_value): Revamp.
5375         (vt_add_function_parameter): Use new interface.
5376         (note_register_arguments): Remove.
5377         (vt_initialize): Drop value chains and register arguments.
5378         (vt_finalize): Drop value chains.  Release windowed_parm_regs only
5379         if HAVE_window_save.
5380         * rtl.h: Document various pass-local uses of RTL flags.
5381         * tree.h (DECL_RTL_KNOWN_SET): New.
5382         * doc/invoke.texi (param max-vartrack-expr-depth): Update
5383         description and default.
5385 2011-10-19  Georg-Johann Lay  <avr@gjlay.de>
5387         PR target/50447
5388         * config/avr/avr.md (cc): New alternative out_plus_noclobber.
5389         (adjust_len): Ditto.
5390         (addhi3): Don't pipe through short; use gen_int_mode instead.
5391         Prior to reload, expand to gen_addhi3_clobber.
5392         (*addhi3): Use avr_out_plus_noclobber if applicable, use
5393         out_plus_noclobber in cc and adjust_len attribute.
5394         (addhi3_clobber): 2 new RTL peepholes.
5395         (addhi3_clobber): New insn.
5396         * config/avr/avr-protos.h: (avr_out_plus_noclobber): New prototype.
5397         * config/avr/avr.c (avr_out_plus_noclobber): New function.
5398         (notice_update_cc): Handle CC_OUT_PLUS_NOCLOBBER.
5399         (avr_out_plus_1): Tweak if only MSB is +/-1 and other bytes are 0.
5400         Set cc0 to set_zn for adiw on 16-bit values.
5401         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS_NOCLOBBER.
5402         (expand_epilogue): No need to add 0 to frame_pointer_rtx.
5404 2011-10-19  Richard Guenther  <rguenther@suse.de>
5406         PR middle-end/50780
5407         * tree-ssa-forwprop.c (forward_propagate_into_cond): Verify
5408         the condition is properly gimple before using it.
5409         * tree-eh (stmt_could_throw_1_p): Properly extract the
5410         operation type from comparisons.
5412 2011-10-19  Roland Stigge  <stigge@antcom.de>
5414         PR translation/48638
5415         * plugin.c (add_new_plugin): Fix typo in fatal_error message.
5417 2011-10-19  Roland Stigge  <stigge@antcom.de>
5419         PR translation/49517
5420         * config/rx/rx.c (rx_print_operand): Fix typo in warning message.
5422 2011-10-19  Richard Guenther  <rguenther@suse.de>
5424         PR middle-end/50768
5425         * gimple-fold.c (gimplify_and_update_call_from_tree): Rewrite.
5427 2011-10-19  Andrey Belevantsev  <abel@ispras.ru>
5429         PR rtl-optimization/50340
5430         * sel-sched-ir.c (update_target_availability): LHS register
5431         availability is not known if the unavailable LHS of the other
5432         expression is a different register.
5434 2011-10-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5436         PR target/50310
5437         * config/spu/spu.c (spu_emit_vector_compare): Support unordered
5438         floating-point comparisons.
5440 2011-10-19  Jan Hubicka  <jh@suse.cz>
5442         * cgraphunit.c (handle_alias_pairs): Also handle wekref with
5443         destination declared.
5444         (output_weakrefs): New function.
5445         * varpool.c (varpool_create_variable_alias): Handle external aliases.
5447 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
5449         * dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode as
5450         second argument instead of mode.
5452 2011-10-18  Jakub Jelinek  <jakub@redhat.com>
5454         * config/i386/i386.c (ix86_expand_vec_perm): In merge_two use
5455         mode SUBREG of operands[0] as target.
5456         (valid_perm_using_mode_p): Don't ignore higher bits of d->perm.
5457         (expand_vec_pshufb): For V8SImode vmode emit avx2_permvarv8si.
5458         (expand_vec_perm_1): Handle identity and some broadcast
5459         permutations.
5460         (expand_vec_perm_interleave2): Handle also 32-byte modes, using
5461         vperm2[fi]128 or vpunpck[lh]* followed by single insn permutation.
5462         For d->testing_p return true earlier to avoid creating more GC
5463         garbage.
5464         (expand_vec_perm_vpermq_perm_1): New function.
5465         (expand_vec_perm_vpshufb2_vpermq): For d->testing_p return true
5466         earlier to avoid creating more GC garbage.  Fix handling of
5467         V16HImode.  Avoid some SUBREGs in SET_DEST.
5468         (expand_vec_perm_broadcast_1): Return false for 32-byte integer
5469         vector modes.
5470         (expand_vec_perm_vpshufb4_vpermq2): New function.
5471         (ix86_expand_vec_perm_builtin_1): Call expand_vec_perm_vpermq_perm_1
5472         and expand_vec_perm_vpshufb4_vpermq2.
5474 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5476         * config/arm/driver-arm.c (host_detect_local_cpu): Close the file
5477         before exiting.
5479 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5481         PR tree-optimization/50717
5482         * tree-ssa-math-opts.c (is_widening_mult_p): Remove the 'type'
5483         parameter.  Calculate 'type' from stmt.
5484         (convert_mult_to_widen): Update call the is_widening_mult_p.
5485         (convert_plusminus_to_widen): Likewise.
5487 2011-10-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5489         * config/spu/spu.c (struct machine_function): New data structure.
5490         (spu_init_machine_status): New function.
5491         (spu_option_override): Install it.
5492         (get_pic_reg): Set and use cfun->machine->pic_reg.
5493         (spu_split_immediate): Do not set crtl->uses_pic_offset_table.
5494         (need_to_save_reg): Use cfun->machine->pic_reg instead of
5495         checking crtl->uses_pic_offset_table.
5496         (spu_expand_prologue): Likewise.
5498 2011-10-18  Jakub Jelinek  <jakub@redhat.com>
5500         PR tree-optimization/50735
5501         * function.c (gimplify_parameters): Use create_tmp_var instead of
5502         create_tmp_reg.  If parm is not TREE_ADDRESSABLE and type is complex
5503         or vector type, set DECL_GIMPLE_REG_P.
5505 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
5507         * config.host (arm*-*-linux*): Add driver-arm.o and x-arm.
5508         * config/arm/arm.opt: Add 'native' processor_type and
5509         arm_arch enum values.
5510         * config/arm/arm.h (host_detect_local_cpu): New prototype.
5511         (EXTRA_SPEC_FUNCTIONS): New define.
5512         (MCPU_MTUNE_NATIVE_SPECS): New define.
5513         (DRIVER_SELF_SPECS): New define.
5514         * config/arm/driver-arm.c: New file.
5515         * config/arm/x-arm: New file.
5516         * doc/invoke.texi (ARM Options): Document -mcpu=native,
5517         -mtune=native and -march=native.
5519 2011-10-18  Alexander Monakov  <amonakov@ispras.ru>
5521         PR rtl-optimization/50205
5522         * sel-sched.c (count_occurrences_1): Simplify on the assumption that
5523         p->x is a register.  Forbid substitution when the same register is
5524         found in a different mode.
5525         (count_occurrences_equiv): Assert that 'what' is a register.
5527 2011-10-18  Richard Guenther  <rguenther@suse.de>
5529         PR tree-optimization/50767
5530         * tree-ssa-pre.c (create_expression_by_pieces): Update the
5531         folded statement.
5533 2011-10-18  Julian Brown  <julian@codesourcery.com>
5535         * config/arm/arm.c (arm_block_move_unaligned_straight)
5536         (arm_adjust_block_mem, arm_block_move_unaligned_loop)
5537         (arm_movmemqi_unaligned): New.
5538         (arm_gen_movmemqi): Support unaligned block copies.
5540 2011-10-18  Ira Rosen  <ira.rosen@linaro.org>
5542         * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,
5543         vec_widen_sshiftl_hi, vec_widen_sshiftl_lo): Document.
5544         * tree-pretty-print.c (dump_generic_node): Handle WIDEN_LSHIFT_EXPR,
5545         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
5546         (op_code_prio): Likewise.
5547         (op_symbol_code): Handle WIDEN_LSHIFT_EXPR.
5548         * optabs.c (optab_for_tree_code): Handle
5549         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
5550         (init-optabs): Initialize optab codes for vec_widen_u/sshiftl_hi/lo.
5551         * optabs.h (enum optab_index): Add OTI_vec_widen_u/sshiftl_hi/lo.
5552         * genopinit.c (optabs): Initialize the new optabs.
5553         * expr.c (expand_expr_real_2): Handle
5554         VEC_WIDEN_LSHIFT_HI_EXPR and VEC_WIDEN_LSHIFT_LO_EXPR.
5555         * gimple-pretty-print.c (dump_binary_rhs): Likewise.
5556         * tree-vectorizer.h (NUM_PATTERNS): Increase to 8.
5557         * tree.def (WIDEN_LSHIFT_EXPR, VEC_WIDEN_LSHIFT_HI_EXPR,
5558         VEC_WIDEN_LSHIFT_LO_EXPR): New.
5559         * cfgexpand.c (expand_debug_expr): Handle new tree codes.
5560         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
5561         vect_recog_widen_shift_pattern.
5562         (vect_handle_widen_mult_by_const): Rename...
5563         (vect_handle_widen_op_by_const): ...to this.  Handle shifts.
5564         Add a new argument, update documentation.
5565         (vect_recog_widen_mult_pattern): Assume that only second
5566         operand can be constant.  Update call to
5567         vect_handle_widen_op_by_const.
5568         (vect_recog_over_widening_pattern): Fix typo.
5569         (vect_recog_widen_shift_pattern): New.
5570         * tree-vect-stmts.c (vectorizable_type_promotion): Handle
5571         widening shifts.
5572         (supportable_widening_operation): Likewise.
5573         * tree-inline.c (estimate_operator_cost): Handle new tree codes.
5574         * tree-vect-generic.c (expand_vector_operations_1): Likewise.
5575         * tree-cfg.c (verify_gimple_assign_binary): Likewise.
5576         * config/arm/neon.md (neon_vec_<US>shiftl_<mode>): New.
5577         (vec_widen_<US>shiftl_lo_<mode>, neon_vec_<US>shiftl_hi_<mode>,
5578         vec_widen_<US>shiftl_hi_<mode>, neon_vec_<US>shift_left_<mode>):
5579         Likewise.
5580         * config/arm/predicates.md (const_neon_scalar_shift_amount_operand):
5581         New.
5582         * config/arm/iterators.md (V_innermode): New.
5583         * tree-vect-slp.c (vect_build_slp_tree): Require same shift operand
5584         for widening shift.
5586 2011-10-18  Richard Guenther  <rguenther@suse.de>
5588         * tree-ssa-alias.h (struct pt_solution): Remove
5589         vars_contains_restrict member.
5590         (pt_solutions_same_restrict_base): Remove.
5591         (pt_solution_set): Adjust.
5592         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Remove
5593         vars_contains_restrict handling.
5594         (dump_points_to_solution): Likewise.
5595         (ptr_derefs_may_alias_p): Do not call pt_solutions_same_restrict_base.
5596         * tree-ssa-structalias.c (struct variable_info): Remove is_restrict_var
5597         field.
5598         (new_var_info): Do not initialize it.
5599         (ipa_escaped_pt): Adjust.
5600         (make_constraint_from_restrict): Make the tag global.
5601         (make_constraint_from_global_restrict): New function.
5602         (make_constraint_from_heapvar): Remove.
5603         (create_variable_info_for): Do not make restrict vars point
5604         to NONLOCAL.
5605         (intra_create_variable_infos): Likewise.
5606         (find_what_var_points_to): Remove vars_contains_restrict handling.
5607         (pt_solution_set): Adjust.
5608         (pt_solution_ior_into): Likewise.
5609         (pt_solutions_same_restrict_base): Remove.
5610         (compute_points_to_sets): Do not test is_restrict_var.
5611         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
5612         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
5614 2011-10-18  Tom de Vries  <tom@codesourcery.com>
5616         PR tree-optimization/50672
5617         * tree-ssa-dce.c (mark_virtual_operand_for_renaming): New function,
5618         factored out of ...
5619         (mark_virtual_phi_result_for_renaming): Use
5620         mark_virtual_operand_for_renaming.
5621         * tree-flow.h (mark_virtual_operand_for_renaming): Declare.
5622         * tree-ssa-tail-merge.c (release_last_vdef): New function.
5623         (purge_bbs): Add update_vops parameter.  Call release_last_vdef for each
5624         deleted basic block.
5625         (tail_merge_optimize): Add argument to call to purge_bbs.
5627 2011-10-18  Richard Guenther  <rguenther@suse.de>
5629         PR middle-end/50716
5630         * expr.c (get_object_or_type_alignment): New function.
5631         (expand_assignment): Use it.
5632         (expand_expr_real_1): Likewise.
5634 2011-10-18  Dodji Seketeli  <dodji@redhat.com>
5636         PR bootstrap/50760
5637         * input.c (dump_line_table_statistics): Use long, not size_t.
5639 2011-10-17  Eric Botcazou  <ebotcazou@adacore.com>
5641         * config/sparc/sparc.md (in_call_delay): Fix formatting issues.
5643 2011-10-17  Simon Baldwin  <simonb@google.com>
5644             Ian Lance Taylor  <iant@google.com>
5646         * configure.ac: Add --with-native-system-header-dir.  Set and
5647         substitute NATIVE_SYSTEM_HEADER_DIR.  Use native_system_header
5648         when setting target_header_dir.
5649         * config.gcc: Always set native_system_header_dir.
5650         (*-*-gnu*): Set native_system_header_dir.  Don't use t-gnu.
5651         (i[34567]86-pc-msdosdjgpp*): Set native_system_header_dir.  Don't
5652         use i386/t-djgpp.
5653         (i[34567]86-*-mingw* | x86_64-*-mingw*): Set
5654         native_system_header_dir.
5655         (spu-*-elf*): Set native_system_header_dir.
5656         * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): Set to
5657         @NATIVE_SYSTEM_HEADER_DIR@.
5658         (PREPROCESSOR_DEFINES): Define NATIVE_SYSTEM_HEADER_DIR.
5659         * cppdefault.c (STANDARD_INCLUDE_DIR): Don't define.
5660         (NATIVE_SYSTEM_HEADER_COMPONENT): Rename from
5661         STANDARD_INCLUDE_COMPONENT.
5662         (cpp_include_defaults): Don't use SYSTEM_INCLUDE_DIR.  Rename
5663         STANDARD_INCLUDE_DIR to NATIVE_SYSTEM_HEADER_DIR.
5664         * system.h: Poison SYSTEM_INCLUDE_DIR, STANDARD_INCLUDE_DIR, and
5665         STANDARD_INCLUDE_COMPONENT.
5666         * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Remove.
5667         * config/i386/t-mingw-w32: Likewise.
5668         * config/i386/t-mingw-w64: Likewise.
5669         * config/spu/t-spu-elf: Likewise.
5670         * config/i386/t-djgpp: Remove.
5671         * config/t-gnu: Remove.
5672         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Don't define.
5673         (NATIVE_SYSTEM_HEADER_COMPONENT): Rename from
5674         STANDARD_INCLUDE_COMPONENT.
5675         * config/i386/djgpp.h (STANDARD_INCLUDE_DIR): Don't define.
5676         * config/spu/spu-elf.h: Likewise.
5677         * config/vms/xm-vms.h: Likewise.
5678         * config/gnu.h: Likewise.
5679         * config/openbsd.h (INCLUDE_DEFAULTS): Change STANDARD_INCLUDE_DIR
5680         and STANDARD_INCLUDE_COMPONENT to NATIVE_SYSTEM_HEADER_DIR and
5681         NATIVE_SYSTME_HEADER_COMPONENT.
5682         * doc/install.texi (Configuration): Document
5683         --with-native-system-header-dir.  Mention it in the documentation
5684         for --with-sysroot and --with-build-sysroot.
5685         * doc/tm.texi.in (Driver): Don't document SYSTEM_INCLUDE_DIR or
5686         STANDARD_INCLUDE_DIR.  Rename STANDARD_INCLUDE_COMPONENT to
5687         NATIVE_SYSTEM_HEADER_COMPONENT.  Rename uses of
5688         STANDARD_INCLUDE_DIR to NATIVE_SYSTEM_HEADER_DIR.
5689         * doc/fragments.texi (Target Fragment): Don't document
5690         NATIVE_SYSTEM_HEADER_DIR.
5691         * configure, doc/tm.texi: Rebuild.
5693 2011-10-17  Richard Henderson  <rth@redhat.com>
5695         * config/sparc/sparc.md: Use register_or_zero_operand where rJ
5696         is the constraint.
5698         * config/sparc/sparc.md (vec_perm_constv8qi, vec_perm<mode>): New
5699         patterns.
5700         * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): New function.
5701         * config/sparc/sparc-protos.h (sparc_expand_vec_perm_bmask): Declare.
5703 2011-10-17  David S. Miller  <davem@davemloft.net>
5705         * config/sparc/sparc-modes.def: Add single entry vector modes for
5706         DImode and SImode.
5707         * config/sparc/sparc.md (V32, V32I, V64, V64I, V64N8): Delete
5708         mode iterators.
5709         (mov<V32:mode>): Revert back to plain SFmode pattern.
5710         (*movsf_insn): Likewise.
5711         (mov<V64:mode>): Revert back to plain DFmode pattern.
5712         (*movdf_insn_sp32): Likewise.
5713         (*movdf_insn_sp32_v9): Likewise.
5714         (*movdf_insn_sp64): Likewise.
5715         (V64 mode splitters) Likewise.
5716         (addsi3): Remove VIS alternatives.
5717         (subsi3): Likewise.
5718         (and<V64I:mode>3): Revert to DImode only pattern.
5719         (and<V64I:mode>3_sp32): Likewise.
5720         (*and<V64I:mode>3_sp64): Likewise.
5721         (and<V32I:mode>3): Likewise.
5722         (*and_not_<V64I:mode>_sp32): Likewise.
5723         (*and_not_<V64I:mode>_sp64): Likewise.
5724         (*and_not_<V32I:mode>): Likewise.
5725         (ior<V64I:mode>3): Likewise.
5726         (*ior<V64I:mode>3_sp32): Likewise.
5727         (*ior<V64I:mode>3_sp64): Likewise.
5728         (ior<V32I:mode>3): Likewise.
5729         (*or_not_<V64I:mode>_sp32): Likewise.
5730         (*or_not_<V64I:mode>_sp64): Likewise.
5731         (*or_not_<V32I:mode>): Likewise.
5732         (xor<V64I:mode>3): Likewise.
5733         (*xor<V64I:mode>3_sp32): Likewise.
5734         (*xor<V64I:mode>3_sp64): Likewise.
5735         (xor<V32I:mode>3): Likewise.
5736         (V64I mode splitters): Likewise.
5737         (*xor_not_<V64I:mode>_sp32): Likewise.
5738         (*xor_not_<V64I:mode>_sp64): Likewise.
5739         (*xor_not_<V32I:mode>): Likewise.
5740         (one_cmpl<V64I:mode>2): Likewise.
5741         (*one_cmpl<V64I:mode>2_sp32): Likewise.
5742         (*one_cmpl<V64I:mode>2_sp64): Likewise.
5743         (one_cmpl<V32I:mode>2): Likewise.
5744         (VM32, VM64, VMALL): New mode iterators.
5745         (vbits, vconstr, vfptype): New mode attributes.
5746         (mov<VMALL:mode>): New expander.
5747         (*mov<VM32:mode>_insn): New insn.
5748         (*mov<VM64:mode>_insn_sp64): New insn.
5749         (*mov<VM64:mode>_insn_sp32): New insn, and associated splitter
5750         specifically for the register to memory case.
5751         (vec_init<mode>): New expander.
5752         (VADDSUB): New mode iterator.
5753         (<plusminus_insn>v2si3, <plusminus_insn>v2hi3): Remove and replace
5754         with...
5755         (<plusminus_insn><mode>3): New consolidated pattern.
5756         (VL): New mode iterator for logical operations.
5757         (vlsuf): New more attribute.
5758         (vlop): New code iterator.
5759         (vlinsn, vlninsn): New code attributes.
5760         (<code><mode>3): New insn to non-negated vector logical ops.
5761         (*not_<code><mode>3): Likewise for negated variants.
5762         (*nand<mode>_vis): New insn.
5763         (vlnotop): New code iterator.
5764         (*<code>_not1<mode>_vis, *<code>_not2<mode>_vis): New insns.
5765         (one_cmpl<mode>2): New insn.
5766         (faligndata<V64I:mode>_vis): Rewrite to use VM64 iterator.
5767         (bshuffle<VM64:mode>_vis): Likewise.
5768         (v<vis3_shift_patname><mode>3): Use GCM mode iterator.
5769         (fp<plusminus_insn>64_vis): Use V1DI mode.
5770         (VASS mode iterator): Use V1SI not SI mode.
5771         * config/sparc/sparc.c (sparc_vis_init_builtins): Account for
5772         single-entry vector mode changes.
5773         (sparc_expand_builtin): Likewise.
5774         (sparc_expand_vector_init): New function.
5775         * config/sparc/sparc-protos.h (sparc_expand_vector_init): Declare.
5777 2011-10-17  Kai Tietz  <ktietz@redhat.com>
5779         * fold-const.c (simple_operand_p_2): New function.
5780         (fold_truthop): Rename to
5781         (fold_truth_andor_1): function name.
5782         Additionally remove branching creation for logical and/or.
5783         (fold_truth_andor): Handle branching creation for logical and/or here.
5785 2011-10-17  Andi Kleen  <ak@linux.intel.com>
5787         * ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.
5789 2011-10-17  Georg-Johann Lay  <avr@gjlay.de>
5791         * config/avr/avr.h (ASSEMBLER_DIALECT): Remove.
5792         * config/avr/avr.md (mcu_have_movw, mcu_mega): Remove attributes.
5793         (adjust_len): Add alternative "call".
5794         (isa, enabled): New insn attributes.
5795         (length): Use match_test with AVR_HAVE_JMP_CALL instead of
5796         mcu_mega attribute.
5797         (*sbrx_branch<mode>): Ditto.
5798         (*sbrx_and_branch<mode>): Ditto.
5799         (*sbix_branch): Ditto.
5800         (*sbix_branch_bit7): Ditto.
5801         (*sbix_branch_tmp): Ditto.
5802         (*sbix_branch_tmp_bit7): Ditto.
5803         (jump): Ditto.
5804         (negsi2): Use attribute "isa" instead of assembler dialect.
5805         (extendhisi2): Ditto.
5806         (call_insn, call_value_insn): Set adjust_len attribute.
5807         (indirect_jump): Indent to coding rules.
5808         (call_prologue_saves): Use isa attribute instead of mcu_mega.
5809         (epilogue_restores): Ditto.  Fix setting of SP as described in the
5810         RTX pattern.
5811         (*indirect_jump): Fusion of *jcindirect_jump, *njcindirect_jump
5812         and *indirect_jump_avr6.
5813         (*tablejump): Fusion of *tablejump_rjmp and *tablejump_lib.
5814         (*jcindirect_jump, *njcindirect_jump, *indirect_jump_avr6): Remove.
5815         (*tablejump_rjmp, *tablejump_lib): Remove.
5816         * config/avr/avr.c (adjust_insn_length): Handle ADJUST_LEN_CALL.
5818 2011-10-17  Paolo Carlini  <paolo.carlini@oracle.com>
5820         PR c++/50757
5821         * doc/invoke.texi ([Wnonnull]): Update.
5823 2011-10-17  Richard Henderson  <rth@redhat.com>
5825         PR 50746
5826         * optabs.c (expand_vec_perm_expr): Fix indexing error.
5828 2011-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>
5830         * configure.ac: Display `yes' if the SystemTap header has been found.
5831         * configure: Regenerate.
5833 2011-10-08  Andi Kleen  <ak@linux.intel.com>
5835         PR other/50636
5836         * config.in, configure: Regenerate.
5837         * configure.ac (madvise): Add to AC_CHECK_FUNCS.
5838         * ggc-page.c (USING_MADVISE): Add.
5839         (page_entry): Add discarded field.
5840         (alloc_page): Check for discarded pages.
5841         (release_pages): Add USING_MADVISE branch.
5843 2011-10-17  Richard Guenther  <rguenther@suse.de>
5845         PR tree-optimization/50729
5846         * tree-vrp.c (extract_range_from_unary_expr_1): Remove redundant test.
5847         (simplify_conversion_using_ranges): Properly test the
5848         intermediate result.
5850 2011-10-15  Tom Tromey  <tromey@redhat.com>
5851             Dodji Seketeli  <dodji@redhat.com>
5853         * ggc.h (ggc_round_alloc_size): Declare new public entry point.
5854         * ggc-none.c (ggc_round_alloc_size): New public stub function.
5855         * ggc-page.c (ggc_alloced_size_order_for_request): New static
5856         function.  Factorized from ggc_internal_alloc_stat.
5857         (ggc_round_alloc_size): New public function.  Uses
5858         ggc_alloced_size_order_for_request.
5859         (ggc_internal_alloc_stat): Use ggc_alloced_size_order_for_request.
5860         * ggc-zone.c (ggc_round_alloc_size): New public function extracted
5861         from ggc_internal_alloc_zone_stat.
5862         (ggc_internal_alloc_zone_stat): Use ggc_round_alloc_size.
5863         * toplev.c (general_init): Initialize
5864         line_table->alloced_size_for_request.
5866 2011-10-15  Tom Tromey  <tromey@redhat.com>
5867             Dodji Seketeli  <dodji@redhat.com>
5869         * input.c (ONE_K, ONE_M, SCALE, STAT_LABEL, FORMAT_AMOUNT): New macros.
5870         (num_expanded_macros_counter, num_macro_tokens_counter): Declare
5871         new counters.
5872         (dump_line_table_statistics): Define new function.
5873         * input.h (dump_line_table_statistics): Declare new function.
5874         * toplev.c (dump_memory_report): Call dump_line_table_statistics.
5876 2011-10-15  Tom Tromey  <tromey@redhat.com>
5877             Dodji Seketeli  <dodji@redhat.com>
5879         * doc/cppopts.texi: Document -fdebug-cpp.
5880         * doc/invoke.texi: Add -fdebug-cpp to the list of preprocessor options.
5882 2011-10-15  Tom Tromey  <tromey@redhat.com>
5883             Dodji Seketeli  <dodji@redhat.com>
5885         * gcc/diagnostic.h (diagnostic_report_current_module): Add a
5886         location parameter.
5887         * diagnostic.c (diagnostic_report_current_module): Add a location
5888         parameter to the function definition.  Use it instead of
5889         input_location.  Resolve the virtual location rather than just
5890         looking up its map and risking to touch a resulting macro map.
5891         (default_diagnostic_starter): Pass the relevant diagnostic
5892         location to diagnostic_report_current_module.
5893         * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): New.
5894         (virt_loc_aware_diagnostic_finalizer): Likewise.
5895         (diagnostic_report_current_function): Pass the
5896         relevant location to diagnostic_report_current_module.
5897         * tree-diagnostic.h (virt_loc_aware_diagnostic_finalizer): Declare
5898         new function.
5899         * toplev.c (general_init): By default, use the new
5900         virt_loc_aware_diagnostic_finalizer as diagnostic finalizer.
5901         * Makefile.in: Add vec.h dependency to tree-diagnostic.c.
5903 2011-10-15  Tom Tromey  <tromey@redhat.com>
5904             Dodji Seketeli  <dodji@redhat.com>
5906         * doc/cppopts.texi (-ftrack-macro-expansion): Document new option.
5907         * doc/invoke.texi (-ftrack-macro-expansion): Add this to the list of
5908         preprocessor related options.
5910 2011-10-15  Tom Tromey  <tromey@redhat>
5911             Dodji Seketeli  <dodji@redhat.com>
5913         * input.h (struct expanded_location): Move to libcpp/line-map.h.
5914         (LOCATION_COLUMN): New accessor
5915         (in_system_header_at): Use linemap_location_in_system_header_p.
5916         * diagnostic.c (diagnostic_report_current_module): Adjust to avoid
5917         touching the internals of struct line_map.  Use the public API instead.
5918         (diagnostic_report_diagnostic): Don't use relational operator '<'
5919         on virtual locations.  Use linemap_location_before_p instead.
5920         * input.c (expand_location): Adjust to expand to the tokens'
5921         spelling location when macro location tracking is on.
5924 2011-10-08  Andi Kleen  <ak@linux.intel.com>
5926         * ggc-page.c (GGC_QUIRE_SIZE): Increase to 512
5928 2011-10-13  Andi Kleen  <ak@linux.intel.com>
5930         * toplev.c (compile_file): Rename __gnu_slim_lto to __gnu_lto_slim.
5932 2011-10-16  Ira Rosen  <ira.rosen@linaro.org>
5934         PR tree-optimization/50727
5935         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Add
5936         DEF_STMT to the list of statements to be replaced by the
5937         pattern statements.
5939 2011-10-16  Eric Botcazou  <ebotcazou@adacore.com>
5941         PR rtl-optimization/50615
5942         * combine.c (distribute_notes) <REG_ARGS_SIZE>: Skip if I3 is a no-op.
5944 2011-10-16  Jakub Jelinek  <jakub@redhat.com>
5946         PR tree-optimization/50596
5947         * tree-vectorizer.h (NUM_PATTERNS): Increase to 7.
5948         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
5949         vect_recog_bool_pattern.
5950         (check_bool_pattern, adjust_bool_pattern_cast,
5951         adjust_bool_pattern, vect_recog_bool_pattern): New functions.
5953 2011-10-16  Ira Rosen  <ira.rosen@linaro.org>
5955         * tree-vect-stmts.c (vectorizable_load): For SLP without permutation
5956         treat the first load of the node as the first element in its
5957         interleaving chain.
5958         * tree-vect-slp.c (vect_get_and_check_slp_defs): Swap the operands if
5959         necessary and possible.
5960         (vect_build_slp_tree): Add new argument.  Allow load groups of any size
5961         in basic blocks.  Keep all the loads for further permutation check.
5962         Use the new argument to determine if there is a permutation.  Update
5963         the recursive calls.
5964         (vect_supported_load_permutation_p): Allow subchains of interleaving
5965         chains in basic block vectorization.
5966         (vect_analyze_slp_instance): Update the call to vect_build_slp_tree.
5967         Check load permutation based on the new parameter.
5968         (vect_schedule_slp_instance): Don't start from the first element in
5969         interleaving chain unless the loads are permuted.
5971 2011-10-15  Jan Hubicka  <jh@suse.cz>
5973         PR target/48668
5974         PR target/50689
5975         * cgraphunit.c (cgraph_expand_function): Expand thunks and alises
5976         after function body.
5978 2011-10-15  Richard Henderson  <rth@redhat.com>
5980         * tree-vect-slp.c: Include langhooks.h.
5981         (vect_create_mask_and_perm): Emit VEC_PERM_EXPR, not a builtin.
5982         (vect_transform_slp_perm_load): Use can_vec_perm_expr_p.  Simplify
5983         mask creation for VEC_PERM_EXPR.
5984         * tree-vect-stmts.c (perm_mask_for_reverse): Return the mask,
5985         not the builtin.
5986         (reverse_vec_elements): Emit VEC_PERM_EXPR not a builtin.
5987         * Makefile.in (tree-vect-slp.o): Update dependency.
5988         * optabs.c (can_vec_perm_expr_p): Allow NULL as unknown constant.
5990 2011-10-15  Alan Modra  <amodra@gmail.com>
5992         PR bootstrap/50738
5993         * ifcvt.c (dead_or_predicable): Revert accidental commit with
5994         HAVE_simple_return test.
5996 2011-10-15  Alan Modra  <amodra@gmail.com>
5998         * ifcvt.c (dead_or_predicable): Disable if-conversion when
5999         doing so is likely to kill a shrink-wrapping opportunity.
6001         PR rtl-optimization/49941
6002         * jump.c (mark_jump_label_1): Set JUMP_LABEL for simple_return jumps.
6004         * rtl.h (set_return_jump_label): Declare.
6005         * function.c (set_return_jump_label): New function, extracted..
6006         (thread_prologue_and_epilogue_insns): ..from here.  Use it in
6007         another instance to set return jump_label.
6008         * cfgrtl.c (force_nonfallthru_and_redirect): Use set_return_jump_label.
6009         * reorg.c (find_end_label): Likewise.
6011 2011-10-14  David S. Miller  <davem@davemloft.net>
6013         * config/sparc/sol2.h: Protect -m{cpu,tune}=native handling
6014         with a more complete cpp test.
6015         * config/sparc/linux64.h: Likewise.
6016         * config/sparc/linux.h: Likewise.
6017         * config/sparc/sparc.opt (sparc_debug): New target variable.
6018         (mdebug): New target option.
6019         * config/sparc/sparc.h (MASK_DEBUG_OPTIONS, MASK_DEBUG_ALL,
6020         TARGET_DEBUG_OPTIONS): New defines.
6021         * config/sparc/sparc.c (debug_target_flag_bits,
6022         debug_target_flags): New functions.
6023         (sparc_option_override): Add name strings back to cpu_table[].
6024         Parse -mdebug string.  When TARGET_DEBUG_OPTIONS is true, print
6025         out the target flags before and after override processing as well
6026         as the selected cpu.  If MASK_V8PLUS, make sure that the selected
6027         cpu is at least v9.
6029 2011-10-15  Oleg Endo  <oleg.endo@t-online.de>
6031         PR target/49263
6032         * config/sh/sh.h (ZERO_EXTRACT_ANDMASK): New macro.
6033         * config/sh/sh.c (sh_rtx_costs): Add test instruction case.
6034         * config/sh/sh.md (tstsi_t): Name existing insn.  Make inner
6035         and instruction commutative.
6036         (tsthi_t, tstqi_t, tstqi_t_zero, tstsi_t_and_not,
6037         tstsi_t_zero_extract_eq, tstsi_t_zero_extract_xor,
6038         tstsi_t_zero_extract_subreg_xor_little,
6039         tstsi_t_zero_extract_subreg_xor_big): New insns.
6040         (*movsicc_t_false, *movsicc_t_true): Replace space with tab in
6041         asm output.
6042         (*andsi_compact): Reorder alternatives so that K08 is considered first.
6044 2011-10-14  Eric Botcazou  <ebotcazou@adacore.com>
6046         PR target/50354
6047         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if the default
6048         processor is at least V9 and TARGET_64BIT_DEFAULT is defined.
6050 2011-10-14  Gerald Pfeifer  <gerald@pfeifer.com>
6052         * invoke.texi (AVR Options): Avoid \leq{}.
6054 2011-10-14  Kai Tietz  <ktietz@redhat.com>
6056         * gimplify.c (gimplify_expr): Take care that for bitwise-binary
6057         transformation the operands have compatible types.
6059 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6061         * config/i386/sse.md (vec_widen_smult_hi_v8hi,
6062         vec_widen_smult_lo_v8hi, vec_widen_umult_hi_v8hi,
6063         vec_widen_umult_lo_v8hi): Macroize using VI2_AVX2
6064         mode iterator and any_extend code iterator.
6065         (vec_widen_<s>mult_hi_v8si, vec_widen_<s>mult_lo_v8si): New expanders.
6066         (vec_widen_smult_hi_v4si, vec_widen_smult_lo_v4si): Enable
6067         also for TARGET_SSE4_1 using pmuldq insn.
6068         (sdot_prodv8hi): Macroize using VI2_AVX2 iterator.
6069         (sse2_sse4_1): New code attr.
6070         (udot_prodv4si): Macroize using any_extend code iterator.
6071         (<s>dot_prodv8si): New expander.
6073 2011-10-14  Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
6075         * config/i386/i386.c (atom_cost): Changed cost for loading
6076         QImode using movzbl.
6078 2011-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
6080         * config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo in my
6081         change on October 11th, 2011.
6083 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6085         * config/i386/sse.md (vec_interleave_high<mode>,
6086         vec_interleave_low<mode>): Add AVX2 expanders for VI_256 modes.
6087         * config/i386/i386.c (expand_vec_perm_interleave3): New function.
6088         (ix86_expand_vec_perm_builtin_1): Call it.
6090 2011-10-14  Georg-Johann Lay  <avr@gjlay.de>
6092         Fix thinko from r179765
6093         * config/avr/avr.c (avr_option_override): Don't override
6094         flag_omit_frame_pointer if not actually needed.
6096 2011-10-14  Georg-Johann Lay  <avr@gjlay.de>
6098         PR target/46278
6099         * doc/invoke.texi (AVR Options): Document -mstrict-X.
6101         * config/avr/avr.opt (-mstrict-X): New option.
6102         (avr_strict_X): New variable reflecting -mstrict-X.
6103         * config/avr/avr.c (avr_reg_ok_for_addr_p): Add parameter
6104         outer_code and pass it down to avr_regno_mode_code_ok_for_base_p.
6105         (avr_legitimate_address_p): Pass outer_code to
6106         avr_reg_ok_for_addr_p and use that function in case PLUS.
6107         (avr_mode_code_base_reg_class): Depend on avr_strict_X.
6108         (avr_regno_mode_code_ok_for_base_p): Ditto, and depend on outer_code.
6109         (avr_option_override): Disable -fcaller-saves if -mstrict-X is on.
6111 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6113         * config/i386/sse.md (neg<mode>2): Use VI_AVX2 iterator instead
6114         of VI_128.
6116         * config/i386/sse.md (mulv2di3): Macroize using VI8_AVX2 iterator.
6117         (ashl<mode>3): Use VI248_AVX2 iterator instead of VI248_128.
6118         Use <sseinsnmode> instead of TI in mode attr.
6120 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6122         * config/arm/linux-atomic-64bit.c: New (based on linux-atomic.c).
6123         * config/arm/linux-atomic.c: Change comment to point to 64bit version.
6124         (SYNC_LOCK_RELEASE): Instantiate 64bit version.
6125         * config/arm/t-linux-eabi: Pull in linux-atomic-64bit.c.
6127 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6129         * config/arm/arm.c (arm_output_ldrex): Support ldrexd.
6130         (arm_output_strex): Support strexd.
6131         (arm_output_it): New helper to output it in Thumb2 mode only.
6132         (arm_output_sync_loop): Support DI mode.  Change comment to
6133         not support const_int.
6134         (arm_expand_sync): Support DI mode.
6135         * config/arm/arm.h (TARGET_HAVE_LDREXBHD): Split into LDREXBH
6136         and LDREXD.
6137         * config/arm/iterators.md (NARROW): move from sync.md.
6138         (QHSD): New iterator for all current ARM integer modes.
6139         (SIDI): New iterator for SI and DI modes only.
6140         * config/arm/sync.md (sync_predtab): New mode_attr.
6141         (sync_compare_and_swapsi): Fold into sync_compare_and_swap<mode>.
6142         (sync_lock_test_and_setsi): Fold into sync_lock_test_and_setsi<mode>.
6143         (sync_<sync_optab>si): Fold into sync_<sync_optab><mode>.
6144         (sync_nandsi): Fold into sync_nand<mode>.
6145         (sync_new_<sync_optab>si): Fold into sync_new_<sync_optab><mode>.
6146         (sync_new_nandsi): Fold into sync_new_nand<mode>.
6147         (sync_old_<sync_optab>si): Fold into sync_old_<sync_optab><mode>.
6148         (sync_old_nandsi): Fold into sync_old_nand<mode>.
6149         (sync_compare_and_swap<mode>): Support SI & DI.
6150         (sync_lock_test_and_set<mode>): Likewise.
6151         (sync_<sync_optab><mode>): Likewise.
6152         (sync_nand<mode>): Likewise.
6153         (sync_new_<sync_optab><mode>): Likewise.
6154         (sync_new_nand<mode>): Likewise.
6155         (sync_old_<sync_optab><mode>): Likewise.
6156         (sync_old_nand<mode>): Likewise.
6157         (arm_sync_compare_and_swapsi): Turn into iterator on SI & DI.
6158         (arm_sync_lock_test_and_setsi): Likewise.
6159         (arm_sync_new_<sync_optab>si): Likewise.
6160         (arm_sync_new_nandsi): Likewise.
6161         (arm_sync_old_<sync_optab>si): Likewise.
6162         (arm_sync_old_nandsi): Likewise.
6163         (arm_sync_compare_and_swap<mode> NARROW): use sync_predtab, fix indent.
6164         (arm_sync_lock_test_and_setsi<mode> NARROW): Likewise.
6165         (arm_sync_new_<sync_optab><mode> NARROW): Likewise.
6166         (arm_sync_new_nand<mode> NARROW): Likewise.
6167         (arm_sync_old_<sync_optab><mode> NARROW): Likewise.
6168         (arm_sync_old_nand<mode> NARROW): Likewise.
6170 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6172         PR target/48126
6173         * config/arm/arm.c (arm_output_sync_loop): Move label before barrier.
6175 2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>
6177         * config/arm/arm.h (TARGET_HAVE_DMB_MCR): MCR Not available in Thumb1.
6179 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
6181         * doc/invoke.texi ([Wformat-zero-length]): Tidy.
6183 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6185         * gimple.c (walk_stmt_load_store_addr_ops): Call visit_addr also
6186         on COND_EXPR/VEC_COND_EXPR comparison operands if they are ADDR_EXPRs.
6188 2011-10-14  Richard Guenther  <rguenther@suse.de>
6190         PR tree-optimization/50723
6191         * ipa-split.c (split_function): Use GSI_CONTINUE_LINKING.
6193 2011-10-14  Nicola Pero  <nicola.pero@meta-innovation.com>
6195         * gengtype.c (files_rules): Added rules for objc/objc-map.h and
6196         objc/objc-map.c.
6198 2011-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
6200         PR c++/17212
6201         * doc/invoke.texi ([Wformat-zero-length]): Update.
6203 2011-10-14  Iain Sandoe  <iains@gcc.gnu.org>
6205         PR bootstrap/50699
6206         * config/darwin.c (darwin_patch_builtin): Adjust argument type. Only
6207         build for powerpc targets.  (darwin_patch_builtins): Only build for
6208         powerpc targets.
6210 2011-10-14  Jakub Jelinek  <jakub@redhat.com>
6212         * config/i386/sse.md (*avx_cvtdq2pd256_2): Rename to...
6213         (avx_cvtdq2pd256_2): ... this.
6214         (sseunpackfltmode): New mode attr.
6215         (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi,
6216         vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): Macroize
6217         using VI2_AVX2 iterator.
6218         (vec_unpacku_float_hi_v8si, vec_unpacku_float_lo_v8si): New expanders.
6220 2011-10-13  David S. Miller  <davem@davemloft.net>
6222         * config/sparc/sparc.md (plusminus): New code iterator.
6223         (plusminus_insn): New code attr.
6224         (addv2si3, subv2si3, addv4hi3, subv4hi3, addv2hi3, subv2hi3): Merge
6225         using plusminus and plusminus_insn.
6226         (fpadd64_vis, fpsub64_vis): Likewise.
6228 2011-10-13  Richard Henderson  <rth@redhat.com>
6230         * doc/md.texi (vec_perm): Document fallback to byte permutation.
6231         * genopinit.c (optabs): Add vec_perm_const.
6232         * optabs.c (can_vec_perm_expr_p): Rename from expand_vec_perm_expr_p.
6233         Reject non-vector modes.  Allow fallback to byte permutation.
6234         (expand_vec_perm_expr_1): Split out from ...
6235         (expand_vec_perm_expr): ... here.  Allow fallback to byte permutation.
6236         * optabs.h (DOI_vec_perm_const, vec_perm_const_optab): New.
6237         * tree-vect-generic.c (lower_vec_perm): Update for name change.
6239 2011-10-13  Richard Henderson  <rth@redhat.com>
6241         * config/rs6000/altivec.md (vec_permv16qi): New pattern.
6243         * config/rs6000/spu.md (vec_permv16qi): New pattern.
6245         * config/i386/i386.c (ix86_expand_vec_perm_const): New.
6246         * config/i386/i386-protos.h: Update.
6247         * config/i386/sse.md (VEC_PERM_CONST): New mode iterator.
6248         (vec_perm_const<VEC_PERM_CONST>): New expander.
6250         * optabs.c (expand_vector_broadcast): New.
6251         (expand_binop): Expand scalar shifts of vectors to vector shifts
6252         of vectors, if the former isn't supported.
6253         * tree-vect-generic.c (expand_vector_operations_1): Don't do that
6254         here; always simplify to scalar shift of vector if possible.
6256         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Fix mode
6257         test for vector splat.
6259 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
6261         * config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode to V.
6263 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
6264             Richard Guenther  <rguenther@suse.de>
6266         * tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE from vector
6267         or complex vars even if their DECL_UID is in not_reg_needs bitmap.
6269 2011-10-13  Jakub Jelinek  <jakub@redhat.com>
6271         * config/i386/sse.md (reduc_umin_v8hi): New pattern.
6272         * config/i386/i386.c (ix86_build_const_vector): Handle
6273         also V32QI, V16QI, V16HI and V8HI modes.
6274         (emit_reduc_half): New function.
6275         (ix86_expand_reduc): Use phminposuw insn for V8HImode UMIN.
6276         Use emit_reduc_half helper function.
6278 2011-10-13  Lawrence Crowl  <crowl@google.com>
6279             Diego Novillo  <dnovillo@google.com>
6281         * lto-streamer-in.c (input_struct_function_base): Factor out of ...
6282         (input_function): ... here.
6283         * lto-streamer-out.c (output_struct_function_base): Factor out of ...
6284         (output_function): ... here.
6286 2011-10-13  Gabriel Charette  <gchare@google.com>
6287             Diego Novillo  <dnovillo@google.com>
6289         * streamer-hooks.h (struct streamer_hooks): Add hooks
6290         input_location and output_location.
6291         * lto-streamer-in.c (lto_input_location): Use
6292         streamer_hooks.input_location, if set.
6293         * lto-streamer-out.c (lto_output_location): Use
6294         streamer_hooks.output_location, if set.
6296 2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>
6298         * doc/invoke.texi (SPARC options): Document -mfix-at697f.
6299         * config/sparc/sparc.opt (mfix-at697f): New option.
6300         * config/sparc/sparc.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6301         (sparc_reorg): New function.
6303 2011-10-13  Richard Guenther  <rguenther@suse.de>
6305         PR tree-optimization/50712
6306         * ipa-split.c (split_function): Always re-gimplify parameters
6307         when they are not gimple vals before passing them.  Properly
6308         check for type compatibility.
6310 2011-10-13  Tom de Vries  <tom@codesourcery.com>
6312         * function.c (gimplify_parameters): Set number of arguments of call to
6313         BUILT_IN_ALLOCA_WITH_ALIGN to 2.
6315 2011-10-13  Tom de Vries  <tom@codesourcery.com>
6317         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_READONLY_P
6318         for static const strings.
6319         * varasm.c (build_constant_desc): Generate the memory location of the
6320         constant using gen_const_mem.
6322 2011-10-13  Richard Guenther  <rguenther@suse.de>
6324         PR tree-optimization/50698
6325         * tree-data-ref.c (split_constant_offset_1): Also process
6326         offsets of &MEM.
6328 2011-10-12  David S. Miller  <davem@davemloft.net>
6330         * config/sparc/sparc.md (UNSPEC_FPMERGE): Delete.
6331         (UNSPEC_MUL16AU, UNSPEC_MUL8, UNSPEC_MUL8SU, UNSPEC_MULDSU): New
6332         unspecs.
6333         (fpmerge_vis): Remove inaccurate comment, represent using vec_select
6334         of a vec_concat.
6335         (vec_interleave_lowv8qi, vec_interleave_highv8qi): New insns.
6336         (fmul8x16_vis, fmul8x16au_vis, fmul8sux16_vis, fmuld8sux16_vis):
6337         Reimplement as unspecs and remove inaccurate comments.
6338         (vis3_shift_patname): New code attr.
6339         (<vis3_shift_insn><vbits>_vis): Rename to
6340         "v<vis3_shift_patname><mode>3".
6341         (vis3_addsub_ss_patname): New code attr.
6342         (<vis3_addsub_ss_insn><vbits>_vis): Rename to
6343         "<vis3_addsub_ss_patname><mode>3".
6344         * config/sparc/sparc.c (sparc_vis_init_builtins): Update to
6345         accommodate pattern name changes.
6347         * config/sparc/sparc.h: Do not force TARGET_VIS3 and TARGET_FMAF
6348         to zero when assembler lacks support for such instructions.
6349         * config/sparc/sparc.c (sparc_option_override): Clear MASK_VIS3
6350         and MASK_FMAF in defaults when assembler lacks necessary support.
6352 2011-10-12  Jakub Jelinek  <jakub@redhat.com>
6354         * config/i386/sse.md (vec_unpacks_lo_<mode>,
6355         vec_unpacks_hi_<mode>, vec_unpacku_lo_<mode>,
6356         vec_unpacku_hi_<mode>): Change VI124_128 mode to VI124_AVX2.
6357         * config/i386/i386.c (ix86_expand_sse_unpack): Handle
6358         V32QImode, V16HImode and V8SImode for TARGET_AVX2.
6360         * config/i386/sse.md (vec_avx2): New mode_attr.
6361         (mulv16qi3): Macroize to cover also mulv32qi3 for TARGET_AVX2 into ...
6362         (mul<mode>3): ... this.
6364         * config/i386/i386.md (UNSPEC_VPERMDI): Remove.
6365         * config/i386/i386.c (ix86_expand_vec_perm): Handle
6366         V16QImode and V32QImode for TARGET_AVX2.
6367         (MAX_VECT_LEN): Increase to 32.
6368         (expand_vec_perm_blend): Add support for 32-byte integer
6369         vectors with TARGET_AVX2.
6370         (valid_perm_using_mode_p): New function.
6371         (expand_vec_perm_pshufb): Add support for 32-byte integer
6372         vectors with TARGET_AVX2.
6373         (expand_vec_perm_vpshufb2_vpermq): New function.
6374         (expand_vec_perm_vpshufb2_vpermq_even_odd): New function.
6375         (expand_vec_perm_even_odd_1): Handle 32-byte integer vectors
6376         with TARGET_AVX2.
6377         (ix86_expand_vec_perm_builtin_1): Try expand_vec_perm_vpshufb2_vpermq
6378         and expand_vec_perm_vpshufb2_vpermq_even_odd.
6379         * config/i386/sse.md (VEC_EXTRACT_EVENODD_MODE): Add for TARGET_AVX2
6380         32-byte integer vector modes.
6381         (vec_pack_trunc_<mode>): Use VI248_AVX2 instead of VI248_128.
6382         (avx2_interleave_highv32qi, avx2_interleave_lowv32qi): Remove pasto.
6383         (avx2_pshufdv3, avx2_pshuflwv3, avx2_pshufhwv3): Generate
6384         4 new operands.
6385         (avx2_pshufd_1, avx2_pshuflw_1, avx2_pshufhw_1): Don't use
6386         match_dup, instead add 4 new operands and require they have
6387         right cross-lane values.
6388         (avx2_permv4di): Change into define_expand.
6389         (avx2_permv4di_1): New instruction.
6390         (avx2_permv2ti): Use nonimmediate_operand instead of register_operand
6391         for "xm" constrained operand.
6392         (VEC_PERM_AVX2): Add V32QI and V16QI for TARGET_AVX2.
6394         * config/i386/sse.md (avx2_gathersi<mode>,
6395         avx2_gatherdi<mode>, avx2_gatherdi<mode>256): Add clobber of
6396         match_scratch, change memory_operand to register_operand,
6397         add (mem:BLK (scratch)) use.
6398         (*avx2_gathersi<mode>, *avx2_gatherdi<mode>,
6399         *avx2_gatherdi<mode>256): Add clobber of match_scratch,
6400         add earlyclobber to the output operand and match_scratch,
6401         add (mem:BLK (scratch)) use, change the other mem to match_operand.
6402         Use %p6 instead of %c6 in the pattern.
6403         * config/i386/i386.c (ix86_expand_builtin): Adjust for
6404         operand 2 being a Pmode register_operand instead of memory_operand.
6406 2011-10-12  Kai Tietz  <ktietz@redhat.com>
6408         * config/i386/i386.md (simple_return): Disable if TARGET_SEH is active.
6410 2011-10-12  Steve Ellcey  <sje@cup.hp.com>
6412         * config/ia64/ia64.c (ia64_init_builtins): Fix unbalanced parentheses.
6414 2011-10-12  Richard Guenther  <rguenther@suse.de>
6416         * tree-ssa-alias.c (maybe_skip_until): Cache also at the point
6417         of the first store we visit in a basic-block.
6418         (get_continuation_for_phi): Search for a candidate VUSE that
6419         might dominates all others.  Do pairwise disambiguation against
6420         that candidate.
6422 2011-10-12  Paul Koning  <pkoning@gcc.gnu.org>
6424         PR tree-optimization/50189
6425         * tree-vrp.c (extract_range_from_assert): Use the type of
6426         the variable, not the limit.
6428 2011-10-12  Richard Guenther  <rguenther@suse.de>
6430         PR tree-optimization/50700
6431         * tree-object-size.c (addr_object_size): Simplify and treat
6432         MEM_REF bases consistently.
6434 2011-10-12  Bernd Schmidt  <bernds@codesourcery.com>
6436         * function.c (prepare_shrink_wrap, bb_active_p): New function.
6437         (thread_prologue_and_epilogue_insns): Use bb_active_p.  Call
6438         prepare_shrink_wrap, then recompute bb_active_p for the last block.
6440 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
6442         PR c/50565
6443         * convert.c (convert_to_integer): Do not narrow operands of
6444         pointer subtraction.
6446 2011-10-12  Nick Clifton  <nickc@redhat.com>
6448         * config/arm/arm.h (EMIT_EABI_ATTRIBUTE): New macro.  Used to
6449         emit a .eabi_attribute assembler directive, possibly with a
6450         comment attached.
6451         * config/arm/arm.c (arm_file_start): Use the new macro.
6452         * config/arm/arm-c.c (arm_output_c_attributes): Likewise.
6454 2011-10-12  Georg-Johann Lay  <avr@gjlay.de>
6456         PR target/49939
6457         * config/avr/avr.md (*movqi): Rename to movqi_insn.
6458         (*call_insn): Rename to call_insn.
6459         (*call_value_insn): Rename to call_value_insn.
6460         * config/avr/avr.c (avr_2word_insn_p): New static function.
6461         (jump_over_one_insn_p): Use it.
6463 2011-10-12  Richard Sandiford  <richard.sandiford@linaro.org>
6465         * expr.h (copy_blkmode_to_reg): Declare.
6466         * expr.c (copy_blkmode_to_reg): New function.
6467         (expand_assignment): Don't expand register RESULT_DECLs before
6468         the lhs.  Use copy_blkmode_to_reg to copy BLKmode values into a
6469         RESULT_DECL register.
6470         (expand_expr_real_1): Handle BLKmode decls when looking for promotion.
6471         * stmt.c (expand_return): Move BLKmode-to-register code into
6472         copy_blkmode_to_reg.
6474 2011-10-11  Eric Botcazou  <ebotcazou@adacore.com>
6476         PR target/49965
6477         * config/sparc/sparc.md (mov<I:mode>cc): Do not save comparison code.
6478         (mov<F:mode>cc): Likewise.
6480 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6482         * tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.
6484 2011-10-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
6486         * tree.h (built_in_decls): Delete old interface with two parallel
6487         arrays to hold standard builtin declarations, and replace it with
6488         a function based interface that can support creating builtins on
6489         the fly in the future.  Change all uses, and poison the old
6490         names.  Make sure 0 is not a legitimate builtin index.
6491         (implicit_built_in_decls): Ditto.
6492         (built_in_info): Ditto.
6493         (BUILTIN_VALID_P): Ditto.
6494         (builtin_decl_explicit): Ditto.
6495         (builtin_decl_implicit): Ditto.
6496         (set_builtin_decl): Ditto.
6497         (set_builtin_decl_implicit_p): Ditto.
6498         (builtin_decl_explicit_p): Ditto.
6499         (builtin_decl_implicit_p): Ditto.
6500         * tree-complex.c (expand_complex_libcall): Ditto.
6501         * tree-loop-distribution.c (generate_memset_zero): Ditto.
6502         * tree-ssa-strlen.c (get_string_length): Ditto.
6503         (handle_builtin_strcpy): Ditto.
6504         (handle_builtin_strcat): Ditto.
6505         * tree.c (iterative_hash_expr): Ditto.
6506         (local_define_builtin): Ditto.
6507         (build_common_builtin_nodes): Ditto.
6508         * builtins.c (built_in_decls): Ditto.
6509         (implicit_built_in_decls): Ditto.
6510         (built_in_info): Ditto
6511         (expand_builtin_classify_type): Ditto.
6512         (mathfn_built_in_1): Ditto.
6513         (expand_builtin_cexpi): Ditto.
6514         (expand_builtin_mempcpy_args): Ditto.
6515         (expand_builtin_stpcpy): Ditto.
6516         (gimplify_va_arg_expr): Ditto.
6517         (expand_builtin_sync_operation): Ditto.
6518         (build_builtin_expect_predicate): Ditto.
6519         (fold_builtin_memory_op): Ditto.
6520         (fold_builtin_strcpy): Ditto.
6521         (fold_builtin_stpcpy): Ditto.
6522         (fold_builtin_strncpy): Ditto.
6523         (fold_builtin_interclass_mathfn): Ditto.
6524         (fold_builtin_classify): Ditto.
6525         (fold_builtin_2): Ditto.
6526         (fold_builtin_strstr): Ditto.
6527         (fold_builtin_strrchr): Ditto.
6528         (fold_builtin_strpbrk): Ditto.
6529         (fold_builtin_strcat): Ditto.
6530         (fold_builtin_strncat): Ditto.
6531         (fold_builtin_strcspn): Ditto.
6532         (fold_builtin_fputs): Ditto.
6533         (fold_builtin_sprintf): Ditto.
6534         (fold_builtin_snprintf): Ditto.
6535         (expand_builtin_memory_chk): Ditto.
6536         (fold_builtin_memory_chk): Ditto.
6537         (fold_builtin_stxcpy_chk): Ditto.
6538         (fold_builtin_strncpy_chk): Ditto.
6539         (fold_builtin_strcat_chk): Ditto.
6540         (fold_builtin_strncat_chk): Ditto.
6541         (fold_builtin_sprintf_chk_1): Ditto.
6542         (fold_builtin_snprintf_chk_1): Ditto.
6543         (fold_builtin_printf): Ditto.
6544         (fold_builtin_fprintf): Ditto.
6545         (fold_call_stmt): Ditto.
6546         (set_builtin_user_assembler_name): Ditto.
6547         * tree-emutls.c (emutls_common_1): Ditto.
6548         * omp-low.c (scan_omp): Ditto.
6549         (lower_rec_input_clauses): Ditto.
6550         (lower_reduction_clauses): Ditto.
6551         (expand_parallel_call): Ditto.
6552         (expand_task_call): Ditto.
6553         (maybe_catch_exception): Ditto.
6554         (optimize_omp_library_calls): Ditto.
6555         (expand_omp_for_generic): Ditto.
6556         (expand_omp_for_static_nochunk): Ditto.
6557         (expand_omp_for_static_chunk): Ditto.
6558         (expand_omp_sections): Ditto.
6559         (expand_omp_atomic_fetch_op): Ditto.
6560         (expand_omp_atomic_pipeline): Ditto.
6561         (expand_omp_atomic_mutex): Ditto.
6562         (lower_omp_single_simple): Ditto.
6563         (lower_omp_single_copy): Ditto.
6564         (lower_omp_master): Ditto.
6565         (lower_omp_ordered): Ditto.
6566         (lower_omp_critical): Ditto.
6567         * tree-ssa-ccp.c (optimize_stdarg_builtin): Ditto.
6568         * builtins.c (DEF_BUILTIN_STUB): Ditto.
6569         (BUILT_IN_NONE): Ditto.
6570         * tree-ssa-math-opts.c (execute_optimize_bswap): Ditto.
6571         * gimple-low.c (lower_function_body): Ditto.
6572         (lower_builtin_setjmp): Ditto.
6573         * c-decl.c (merge_decls): Ditto.
6574         * tree-eh.c (lower_resx): Ditto.
6575         (lower_resx): Ditto.
6576         (lower_eh_dispatch): Ditto.
6577         * function (gimplify_parameters): Ditto.
6578         * c-typeck.c (build_function_call_vec): Ditto.
6579         * gimplify.c (build_stack_save_restore): Ditto.
6580         (gimplify_vla_decl): Ditto.
6581         (gimplify_modify_expr_to_memcpy): Ditto.
6582         (gimplify_modify_expr_to_memset): Ditto.
6583         (gimplify_variable_sized_compare): Ditto.
6584         (gimplify_function_tree): Ditto.
6585         * calls.c (emit_call_1): Ditto.
6586         * tree-ssa-forprop.c (simplify_builtin_call): Ditto.
6587         * tree-nested.c (convert_nl_goto_reference): Ditto.
6588         (convert_tramp_reference_op): Ditto.
6589         (finalize_nesting_tree_1): Ditto.
6590         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
6591         (tree_ssa_prefetch_arrays): Ditto.
6592         * tree-streamer-in.c (streamer_get_builtin_tree): Ditto.
6593         * system.h (built_in_decls): Ditto.
6594         (implicit_built_in_decls): Ditto.
6595         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
6596         * config/sparc/sparc.c (sparc_gimplify_va_arg): Ditto.
6597         * config/i386/i386.c (ix86_gimplify_va_arg): Ditto.
6598         (ix86_veclibabi_svml): Ditto.
6599         (ix86_veclibabi_acml): Ditto.
6600         * config/vms/vms.c (vms_patch_builtins): Ditto.
6601         * config/ia64/ia64.c (ia64_init_builtins): Ditto.
6602         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Ditto.
6603         (rs6000_builtin_vectorized_libmass): Ditto.
6604         (rs6000_init_builtins): Ditto.
6605         * config/darwin.c (darwin_override_options): Ditto.
6606         (darwin_patch_builtin): Ditto.
6607         (darwin_rename_builtins): Ditto.
6608         * config/pa/pa.c (pa_init_builtins): Ditto.
6610 2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6612         * tree.h (copy_ref_info): Expose existing function.
6613         * tree-ssa-loop-ivopts.c (copy_ref_info): Move function to...
6614         * tree-ssa-address.c (copy_ref_info): ...here, and remove static token.
6616 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
6618         * config/avr/avr-protos.h (avr_mode_code_base_reg_class): New
6619         prototype.
6620         (avr_regno_mode_code_ok_for_base_p): New prototype.
6621         * config/avr/avr.h (BASE_REG_CLASS): Remove.
6622         (REGNO_OK_FOR_BASE_P): Remove.
6623         (REG_OK_FOR_BASE_NOSTRICT_P): Remove.
6624         (REG_OK_FOR_BASE_STRICT_P): Remove.
6625         (MODE_CODE_BASE_REG_CLASS): New define.
6626         (REGNO_MODE_CODE_OK_FOR_BASE_P): New define.
6627         * config/avr/avr.c (avr_mode_code_base_reg_class): New function.
6628         (avr_regno_mode_code_ok_for_base_p): New function.
6629         (avr_reg_ok_for_addr_p): New static function.
6630         (avr_legitimate_address_p): Use it.  Beautify.
6632 2011-10-11  Georg-Johann Lay  <avr@gjlay.de>
6634         PR target/50447
6635         * config/avr/avr.md (cc): Add out_plus attribute alternative.
6636         (addsi3): Use it.  Adapt avr_out_plus to new prototype.  Use
6637         avr_out_plus for all CONST_INT addends.
6638         * config/avr/avr-protos.h (avr_out_plus): Change prototype.
6639         * config/avr/avr.c (notice_update_cc): Call avr_out_plus on
6640         CC_OUT_PLUS.
6641         (avr_out_plus_1): Change prototype and report effect on cc0.
6642         (avr_out_plus): Ditto.
6643         (adjust_insn_length): Adapt call to avr_out_plus to new prototype.
6645 2011-10-11  H.J. Lu  <hongjiu.lu@intel.com>
6647         * config/i386/i386.c (ix86_expand_special_args_builtin): Remove
6648         the extra break.
6650 2011-10-11  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
6652         * doc/invoke.texi: Document new warning.
6653         * common.opt (Wvector-operation-performance): Define new warning.
6654         * tree-vect-generic.c (expand_vector_piecewise): Warn about expanded
6655         vector operation.
6656         (exapnd_vector_parallel): Warn about expanded vector operation.
6657         (lower_vec_shuffle): Warn about expanded vector operation.
6658         * c-typeck.c (c_build_vec_perm_expr): Store correct location
6659         when creating VEC_PERM_EXPR.
6661 2011-10-11  Richard Guenther  <rguenther@suse.de>
6663         PR tree-optimization/50204
6664         * tree-ssa-alias.c (get_continuation_for_phi_1): Split out
6665         two argument handling from ...
6666         (get_continuation_for_phi): ... here.  Handle arbitrary number
6667         of PHI args.
6669 2011-10-11  Richard Sandiford  <richard.sandiford@linaro.org>
6671         * modulo-sched.c: Fix comment typo.  Mention the possibility
6672         of using scheduling windows of II+1 cycles.
6674 2011-10-11  Tristan Gingold  <gingold@adacore.com>
6676         * doc/invoke.texi (C Dialect Options): Document
6677         -fallow-parameterless-variadic-functions.
6678         * c-parser.c (c_parser_parms_list_declarator): Handle it.
6680 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6682         * config/avr/avr.c (avr_option_override): Set flag_omit_frame_pointer
6683         to 0 if frame pointer is needed for unwinding.
6685 2011-10-10  Uros Bizjak  <ubizjak@gmail.com>
6687         PR bootstrap/50665
6688         * optabs.h (DOI_vec_perm): Rename from OTI_vec_perm.  Move from enum
6689         optab_index to enum direct_optab_index.
6690         (vec_perm_optab): Update.
6692 2011-10-10  Anatoly Sokolov  <aesok@post.ru>
6694         * config/cris/cris.c (cris_preferred_reload_class): New function.
6695         (TARGET_PREFERRED_RELOAD_CLASS): Define.
6696         * config/cris/cris.h (PREFERRED_RELOAD_CLASS): Remove.
6698 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6700         * config/avr/avr.md (*tablejump_rjmp): Change insn condition to
6701         !AVR_HAVE_JMP_CALL.
6702         (*tablejump_lib): Change insn condition to AVR_HAVE_JMP_CALL.
6703         (*tablejump_enh, *tablejump): Remove insns.
6704         * config/avr/libgcc.S (__tablejump__): Use RET instead of EIND +
6705         EIJMP for indirect jump.  Use LPM Z+ where available.
6707 2011-10-10  Richard Henderson  <rth@redhat.com>
6709         * doc/md.texi (vec_perm_const): Fix typo in cindex.
6711 2011-10-10  Kirill Yukhin  <kirill.yukhin@intel.com>
6712             Yakovlev Vladimir  <vladimir.b.yakovlev@intel.com>
6714         * config/i386/sse.md (fma_fnmsub_<mode>): Fix a typo.
6716 2011-10-10  Richard Guenther  <rguenther@suse.de>
6718         PR middle-end/50389
6719         * gimple-fold.c (gimplify_and_update_call_from_tree): Do not
6720         mark symbols for renaming.  Append the VUSE to all statements
6721         that possibly can have one.
6723 2011-10-10  Richard Guenther  <rguenther@suse.de>
6725         * ipa-split.c (pass_split_functions): Add verification TODOs.
6726         (pass_feedback_split_functions): Likewise.
6728 2011-10-10  Richard Guenther  <rguenther@suse.de>
6730         PR middle-end/50195
6731         * fold-const.c (fold_binary_loc): Canonicalize x*x to pow (x, 2)
6732         only when optimizing.
6734 2011-10-10  Nick Clifton  <nickc@redhat.com>
6736         PR middle-end/49801
6737         * compare-elim.c (find_comparisons_in_bb): Use df_get_live_in and
6738         df_get_live_out instead of accessing the bitmaps directly.
6739         (execute_compare_elim_after_reload): Remove calls to df_set_flags,
6740         df_live_add_problem and df_analyze.
6742 2011-10-10  Michael Matz  <matz@suse.de>
6744         PR middle-end/50638
6745         * tree-emutls.c (gen_emutls_addr): Call add_referenced_var.
6747 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6749         * modulo-sched.c (ps_reg_move_info): Add num_consecutive_stages.
6750         (SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES): Delete.
6751         (node_sched_params): Remove first_reg_move and nreg_moves.
6752         (ps_num_consecutive_stages, extend_node_sched_params): New functions.
6753         (update_node_sched_params): Move up file.
6754         (print_node_sched_params): Print the stage.  Don't dump info related
6755         to first_reg_move and nreg_moves.
6756         (set_columns_for_row): New function.
6757         (set_columns_for_ps): Move up file and use set_columns_for_row.
6758         (schedule_reg_move): New function.
6759         (schedule_reg_moves): Call extend_node_sched_params and
6760         schedule_reg_move.  Extend size of uses bitmap.  Initialize
6761         num_consecutive_stages.  Return false if a move could not be
6762         scheduled.
6763         (apply_reg_moves): Don't emit moves here.
6764         (permute_partial_schedule): Handle register moves.
6765         (duplicate_insns_of_cycles): Remove for_prolog.  Emit moves according
6766         to the same stage-count test as ddg nodes.
6767         (generate_prolog_epilog): Update calls accordingly.
6768         (sms_schedule): Allow move-scheduling to add a new first stage.
6770 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6772         * modulo-sched.c (ps_insn): Adjust comment.
6773         (ps_reg_move_info): New structure.
6774         (partial_schedule): Add reg_moves field.
6775         (SCHED_PARAMS): Use node_sched_param_vec instead of node_sched_params.
6776         (node_sched_params): Turn first_reg_move into an identifier.
6777         (ps_reg_move): New function.
6778         (ps_rtl_insn): Cope with register moves.
6779         (ps_first_note): Adjust comment and assert that the instruction
6780         isn't a register move.
6781         (node_sched_params): Replace with...
6782         (node_sched_param_vec): ...this vector.
6783         (set_node_sched_params): Adjust accordingly.
6784         (print_node_sched_params): Take a partial schedule instead of a ddg.
6785         Use ps_rtl_insn and ps_reg_move.
6786         (generate_reg_moves): Rename to...
6787         (schedule_reg_moves): ...this.  Remove rescan parameter.  Record each
6788         move in the partial schedule, but don't emit it here.  Don't perform
6789         register substitutions here either.
6790         (apply_reg_moves): New function.
6791         (duplicate_insns_of_cycles): Use register indices directly,
6792         rather than finding instructions using PREV_INSN.  Use ps_reg_move.
6793         (sms_schedule): Call schedule_reg_moves before committing to
6794         a partial schedule.   Try the next ii if the schedule fails.
6795         Use apply_reg_moves instead of generate_reg_moves.  Adjust
6796         call to print_node_sched_params.  Free node_sched_param_vec
6797         instead of node_sched_params.
6798         (create_partial_schedule): Initialize reg_moves.
6799         (free_partial_schedule): Free reg_moves.
6801 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6803         * modulo-sched.c (ps_insn): Replace node field with an identifier.
6804         (SCHED_ASAP): Replace with..
6805         (NODE_ASAP): ...this macro.
6806         (SCHED_PARAMS): New macro.
6807         (SCHED_TIME, SCHED_FIRST_REG_MOVE, SCHED_NREG_MOVES, SCHED_ROW)
6808         (SCHED_STAGE, SCHED_COLUMN): Redefine using SCHED_PARAMS.
6809         (node_sched_params): Remove asap.
6810         (ps_rtl_insn, ps_first_note): New functions.
6811         (set_node_sched_params): Use XCNEWVEC.  Don't copy across the
6812         asap values.
6813         (print_node_sched_params): Use SCHED_PARAMS and NODE_ASAP.
6814         (generate_reg_moves): Pass ids to the SCHED_* macros.
6815         (update_node_sched_params): Take a ps insn identifier rather than
6816         a node as parameter.  Use ps_rtl_insn.
6817         (set_columns_for_ps): Update for above field and SCHED_* macro changes.
6818         (permute_partial_schedule): Use ps_rtl_insn and ps_first_note.
6819         (optimize_sc): Update for above field and SCHED_* macro changes.
6820         Update calls to try_scheduling_node_in_cycle and
6821         update_node_sched_params.
6822         (duplicate_insns_of_cycles): Adjust for above field and SCHED_*
6823         macro changes.  Use ps_rtl_insn and ps_first_note.
6824         (sms_schedule): Pass ids to the SCHED_* macros.
6825         (get_sched_window): Adjust for above field and SCHED_* macro changes.
6826         Use NODE_ASAP instead of SCHED_ASAP.
6827         (try_scheduling_node_in_cycle): Remove node parameter.  Update
6828         call to ps_add_node_check_conflicts.  Pass ids to the SCHED_* macros.
6829         (sms_schedule_by_order): Update call to try_scheduling_node_in_cycle.
6830         (ps_insert_empty_row): Adjust for above field changes.
6831         (compute_split_row): Use ids rather than nodes.
6832         (verify_partial_schedule): Adjust for above field changes.
6833         (print_partial_schedule): Use ps_rtl_insn.
6834         (create_ps_insn): Take an id rather than a node.
6835         (ps_insn_find_column): Adjust for above field changes.
6836         Use ps_rtl_insn.
6837         (ps_insn_advance_column): Adjust for above field changes.
6838         (add_node_to_ps): Remove node parameter.  Update call to
6839         create_ps_insn.
6840         (ps_has_conflicts): Use ps_rtl_insn.
6841         (ps_add_node_check_conflicts): Replace node parameter than an id.
6843 2011-10-10  Richard Sandiford  <richard.sandiford@linaro.org>
6845         * modulo-sched.c (undo_replace_buff_elem): Delete.
6846         (generate_reg_moves): Don't build and return an undo list.
6847         (free_undo_replace_buff): Delete.
6848         (sms_schedule): Adjust call to generate_reg_moves.
6849         Don't call free_undo_replace_buff.
6851 2011-10-10  Matthias Klose <doko@ubuntu.com>
6853         * common/config/m32c: Remove empty directory.
6855 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6857         * config/avr/avr.md (*mulhi3_enh): Treat squaring smarter.
6859 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
6861         PR target/50652
6862         * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
6863         atmega164a to 0x100.
6865 2011-10-09  Eric Botcazou  <ebotcazou@adacore.com>
6867         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make
6868         the replacement if the conversion to the LHS type is not useless.
6870 2011-10-09  Ira Rosen  <ira.rosen@linaro.org>
6872         PR tree-optimization/50635
6873         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add
6874         DEF_STMT to the list of statements to be replaced by the
6875         pattern statements.
6876         (vect_handle_widen_mult_by_const): Don't check TYPE_OUT.
6878 2011-10-09  Anatoly Sokolov  <aesok@post.ru>
6880         * system.h: Commit forgotten hunk in previous patch.
6881         (OUTPUT_ADDR_CONST_EXTRA): Poison.
6883 2011-10-08  Nicola Pero  <nicola.pero@meta-innovation.com>
6885         PR libobjc/50428
6886         * doc/objc.texi (Garbage Collection): Updated example to protect
6887         +initialize against execution in subclasses.
6889 2011-10-07  Richard Henderson  <rth@redhat.com>
6891         * doc/extend.texi (__builtin_shuffle): Improve the description to
6892         include the modulus of the selector.  Mention OpenCL.
6893         * doc/md.texi (vec_perm, vec_perm_const): Document named patterns.
6895         * tree.def (VEC_PERM_EXPR): Rename from VEC_SHUFFLE_EXPR.
6896         * genopinit.c (optabs): Rename vshuffle to vec_perm.
6897         * c-typeck.c (c_build_vec_perm_expr): Rename from
6898         c_build_vec_shuffle_expr.  Update for name changes.
6899         * optabs.c (expand_vec_perm_expr_p): Rename from
6900         expand_vec_shuffle_expr_p.
6901         (expand_vec_perm_expr): Rename from expand_vec_shuffle_expr.
6902         * optabs.h (OTI_vec_perm): Rename from DOI_vshuffle.
6903         (vec_perm_optab): Rename from vshuffle_optab.
6904         * expr.c, gimple-pretty-print.c, gimple.c, gimplify.c,
6905         c-tree.h, c-parser.c, tree-cfg.c, tree-inline.c, tree-pretty-print.c,
6906         tree-ssa-operands.c, tree-vect-generic.c: Update for name changes.
6908         * config/i386/i386.c (ix86_expand_vec_perm): Rename from
6909         ix86_expand_vshuffle.
6910         * config/i386/i386-protos.h: Update.
6911         * config/i386/sse.md (VEC_PERM_AVX2): Rename from VSHUFFLE_AVX2.
6912         (vec_perm<VEC_PERM_AVX2>): Rename from vshuffle<VSHUFFLE_AVX2>.
6914 2011-10-07  Richard Henderson  <rth@redhat.com>
6916         * config/i386/predicates.md (avx2_pblendw_operand): New.
6917         * config/i386/sse.md (sse4_1_pblendw): Un-macroize.
6918         (avx2_pblendw, *avx2_pblendw): New expander and insn.
6920 2011-10-07  Richard Henderson  <rth@redhat.com>
6922         * config/i386/i386.c (bdesc_args): Update code for
6923         __builtin_ia32_palignr256.  Change type of __builtin_ia32_pslldqi256,
6924         and __builtin_ia32_psrldqi256 to V4DI_FTYPE_V4DI_INT_CONVERT.
6925         (ix86_expand_args_builtin): Handle V4DI_FTYPE_V4DI_INT_CONVERT.
6926         * config/i386/sse.md (mode iterator V16): Add V2TI.
6927         (mode iterator SSESCALARMODE): Use V2TI not V4DI.
6928         (mode attr ssse3_avx2): Add V2TI.
6929         (avx2_lshrqv4di3, avx2_lshlqv4di3): Remove.
6931 2011-10-07  David S. Miller  <davem@davemloft.net>
6933         PR 50655
6934         * configure.ac: Add .register directives to VIS3 test.
6935         * configure: Regenerate.
6937 2011-10-07  Richard Henderson  <rth@redhat.com>
6939         * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
6941 2011-10-07  Richard Henderson  <rth@redhat.com>
6943         PR 49752
6944         * fold-const.c (fold_checksum_tree): Remove out-of-date assert.
6946 2011-10-07  Andrew Stubbs  <ams@codesourcery.com>
6948         * config/arm/predicates.md (shift_amount_operand): Remove constant
6949         range check.
6950         (shift_operator): Check range of constants for all shift operators.
6952 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6954         * config/s390/s390.c (s390_emit_tls_call_insn): Remove assertion.
6955         Load GOT pointer for non-pic builds.
6956         (s390_load_got): Replace pic_offset_table_rtx with hardcoded r12.
6957         (s390_emit_call): Likewise.
6959 2011-10-07  Tom de Vries  <tom@codesourcery.com>
6961         PR middle-end/50527
6962         * tree.c (build_common_builtin_nodes): Add local_define_builtin for
6963         BUILT_IN_ALLOCA_WITH_ALIGN.  Mark that BUILT_IN_ALLOCA_WITH_ALIGN can
6964         throw.
6965         * builtins.c (expand_builtin_alloca): Handle BUILT_IN_ALLOCA_WITH_ALIGN
6966         arglist.  Set align for BUILT_IN_ALLOCA_WITH_ALIGN.
6967         (expand_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6968         (is_inexpensive_builtin): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6969         * tree-ssa-ccp.c (evaluate_stmt): Set align for
6970         BUILT_IN_ALLOCA_WITH_ALIGN.
6971         (fold_builtin_alloca_for_var): Rename to ...
6972         (fold_builtin_alloca_with_align): Set DECL_ALIGN from 2nd
6973         BUILT_IN_ALLOCA_WITH_ALIGN argument.
6974         (ccp_fold_stmt): Try folding BUILT_IN_ALLOCA_WITH_ALIGN using
6975         fold_builtin_alloca_with_align.
6976         (optimize_stack_restore): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6977         * builtins.def (BUILT_IN_ALLOCA_WITH_ALIGN): Declare using
6978         DEF_BUILTIN_STUB.
6979         * ipa-pure-const.c (special_builtin_state): Handle
6980         BUILT_IN_ALLOCA_WITH_ALIGN.
6981         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1)
6982         (call_may_clobber_ref_p_1): Same.
6983         * function.c (gimplify_parameters): Lower vla to
6984         BUILT_IN_ALLOCA_WITH_ALIGN.
6985         * gimplify.c (gimplify_vla_decl): Same.
6986         * cfgexpand.c (expand_call_stmt): Handle BUILT_IN_ALLOCA_WITH_ALIGN.
6987         * tree-mudflap.c (mf_xform_statements): Same.
6988         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
6989         (mark_all_reaching_defs_necessary_1, propagate_necessity): Same.
6990         * varasm.c (incorporeal_function_p): Same.
6991         * tree-object-size.c (alloc_object_size): Same.
6992         * gimple.c (gimple_build_call_from_tree): Same.
6994 2011-10-07  Bernd Schmidt  <bernds@codesourcery.com>
6996         * function.c (frame_required_for_rtx): Remove function.
6997         (requires_stack_frame_p): New arg set_up_by_prologue.  All callers
6998         changed.  Compute a set of mentioned registers and compare against
6999         the new arg rather than calling frame_required_for_rtx.
7000         (thread_prologue_and_epilogue_insns): Compute the set_up_by_prologue
7001         reg set.  Convert the unconverted_simple_returns mechanism to store
7002         jump insns rather than their basic blocks.  Also check the
7003         orig_entry_edge destination for new blocks.
7005 2011-10-07  Jakub Jelinek  <jakub@redhat.com>
7007         PR tree-optimization/50650
7008         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): Don't
7009         call vect_is_simple_cond here, instead fail if cond_expr isn't
7010         COMPARISON_CLASS_P or if get_vectype_for_scalar_type returns NULL
7011         for cond_expr's first operand.
7012         * tree-vect-stmts.c (vect_is_simple_cond): Static again.
7013         * tree-vectorizer.h (vect_is_simple_cond): Remove prototype.
7015 2011-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7017         * config/s390/s390.md (DWH, dwh): New mode macros.
7018         ("umulsidi3"): Extend to support "umulditi3" as well.
7020 2011-10-07  Uros Bizjak  <ubizjak@gmail.com>
7021             H.J. Lu  <hongjiu.lu@intel.com>
7023         PR target/50603
7024         * config/i386/i386.c (ix86_fixup_binary_operands): Force src2 of
7025         integer PLUS RTX to a register to improve address combine.
7027 2011-10-06  Richard Henderson  <rth@redhat.com>
7029         * combine-stack-adjust.c (maybe_move_args_size_note): Add after
7030         parameter; use it to decide whether to merge two notes.
7031         (combine_stack_adjustments_for_block): Use maybe_move_args_size_note
7032         for the deallocation case as well.
7034 2011-10-06  Anatoly Sokolov  <aesok@post.ru>
7036         * system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
7037         * doc/tm.texi.in (OUTPUT_ADDR_CONST_EXTRA): Remove documentation.
7038         * doc/tm.texi: Regenerate.
7039         * target.def (output_addr_const_extra): Use
7040         hook_bool_FILEptr_rtx_false.
7041         * targhooks.c (default_asm_output_addr_const_extra): Remove.
7042         * targhooks.h (default_asm_output_addr_const_extra): Remove.
7043         * hooks.c (hook_bool_FILEptr_rtx_false): New functions.
7044         * hooks.h (hook_bool_FILEptr_rtx_false): Declare.
7046 2011-10-06  David S. Miller  <davem@davemloft.net>
7048         * config/sparc/sparc.md (popcount<mode>2, clz<mode>2): Split up into...
7049         (popcountdi2, popcountsi2, clzdi2, clzsi2): Explicit expanders, in the
7050         SI mode 64-bit code gen case explicitly zero-extend and truncate.
7051         (*popcount<mode>_sp64): Split up into...
7052         (*popcountdi_sp64, *popcountsi_64): Explicit instantiations, and in the
7053         SImode case use truncate.
7054         (*clzsi_sp64): Rewrite to use truncate, and let the expander emit the
7055         subtract so the compiler can optimize it.
7056         (SIDI): Remove unused mode iterator.
7058 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
7060         * function.c (thread_prologue_and_epilogue_insns): Emit split prologue
7061         on the orig_entry_edge. Don't account for it in prologue_clobbered.
7063 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
7065         PR tree-optimization/50596
7066         * tree-vectorizer.h (vect_is_simple_cond): New prototype.
7067         (NUM_PATTERNS): Change to 6.
7068         * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern): New
7069         function.
7070         (vect_vect_recog_func_ptrs): Add vect_recog_mixed_size_cond_pattern.
7071         (vect_mark_pattern_stmts): Don't create stmt_vinfo for def_stmt
7072         if it already has one, and don't set STMT_VINFO_VECTYPE in it
7073         if it is already set.
7074         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Handle
7075         COND_EXPR in pattern stmts.
7076         (vect_is_simple_cond): No longer static.
7078 2001-10-06  Richard Henderson  <rth@redhat.com>
7080         * config/i386/i386.c (ix86_expand_vshuffle): Add AVX2 support.
7081         * config/i386/sse.md (sseshuffint): Remove.
7082         (sseintvecmode): Support V16HI, V8HI, V32QI, V16QI.
7083         (VSHUFFLE_AVX2): New mode iterator.
7084         (vshuffle<mode>): Use it.
7085         (avx_vec_concat<V_256>): Rename from *vec_concat<V_256>_avx.
7087         * config/i386/i386.c (ix86_expand_sse_movcc): Use correct mode
7088         for vector_all_ones_operand.
7089         (ix86_expand_int_vcond): Distinguish between comparison mode
7090         and data mode.  Allow them to differ.
7091         (ix86_expand_vshuffle): Don't force data mode to match maskmode.
7093 2001-10-06  Richard Henderson  <rth@redhat.com>
7095         * optabs.c (expand_vec_shuffle_expr): Use the proper mode for the
7096         mask operand.  Tidy the code.
7098 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
7100         * tree-vect-patterns.c (vect_pattern_recog_1): Use
7101         vect_recog_func_ptr typedef for the first argument.
7102         (vect_pattern_recog): Rename vect_recog_func_ptr variable
7103         to vect_recog_func, use vect_recog_func_ptr typedef for it.
7105         PR tree-optimization/49279
7106         * tree-ssa-structalias.c (find_func_aliases): Don't handle
7107         CAST_RESTRICT.
7108         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Allow
7109         restrict propagation.
7110         * tree-ssa.c (useless_type_conversion_p): Don't return false
7111         if TYPE_RESTRICT differs.
7113 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
7115         * function.c (thread_prologue_and_epilogue_insns): Build a vector
7116         of unconverted simple return blocks rather than trying to
7117         recompute them later based on bb_flags bitmap tests.
7119 2011-10-06  Michael Matz  <matz@suse.de>
7121         * tree-flow.h (get_var_ann): Don't declare.
7122         * tree-flow-inline.h (get_var_ann): Remove.
7123         (set_is_used): Use var_ann, not get_var_ann.
7124         * tree-dfa.c (add_referenced_var): Inline body of get_var_ann.
7125         * tree-profile.c (gimple_gen_edge_profiler): Call
7126         find_referenced_var_in.
7127         (gimple_gen_interval_profiler): Ditto.
7128         (gimple_gen_pow2_profiler): Ditto.
7129         (gimple_gen_one_value_profiler): Ditto.
7130         (gimple_gen_average_profiler): Ditto.
7131         (gimple_gen_ior_profiler): Ditto.
7132         (gimple_gen_ic_profiler): Ditto plus call add_referenced_var.
7133         (gimple_gen_ic_func_profiler): Call add_referenced_var.
7134         * tree-mudflap.c (execute_mudflap_function_ops): Call
7135         add_referenced_var.
7137 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
7139         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): For lhs
7140         don't set SSA_NAME_DEF_STMT that has been already set by
7141         gimple_build_assign_with_ops.
7142         (vect_recog_pow_pattern, vect_recog_widen_sum_pattern,
7143         vect_operation_fits_smaller_type, vect_recog_over_widening_pattern):
7144         Likewise.
7146         * tree.h (avoid_folding_inline_builtin): New prototype.
7147         * builtins.c (avoid_folding_inline_builtin): No longer static.
7148         * gimple-fold.c (gimple_fold_builtin): Give up if
7149         avoid_folding_inline_builtin returns true.
7151 2011-10-06  Richard Guenther  <rguenther@suse.de>
7153         * tree-vect-generic.c (vector_element): Look at previous
7154         generated results.
7156 2011-10-06  David Edelsohn  <dje.gcc@gmail.com>
7158         PR target/39950
7159         * config/rs6000/aix.h (TARGET_OS_AIX_CPP_BUILTINS): Define
7160         __powerpc__, __PPC__, __unix__.
7162 2011-10-06  Michael Matz  <matz@suse.de>
7164         * i386/i386.opt (recip_mask, recip_mask_explicit,
7165         x_recip_mask_explicit): New variables and cl_target member.
7166         (mrecip=): New option.
7167         * i386/i386.h (RECIP_MASK_DIV, RECIP_MASK_SQRT, RECIP_MASK_VEC_DIV,
7168         RECIP_MASK_VEC_SQRT, RECIP_MASK_ALL, RECIP_MASK_NONE): New bitmasks.
7169         (TARGET_RECIP_DIV, TARGET_RECIP_SQRT, TARGET_RECIP_VEC_DIV,
7170         TARGET_RECIP_VEC_SQRT): New tests.
7171         * i386/i386.md (divsf3): Check TARGET_RECIP_DIV.
7172         (sqrt<mode>2): Check TARGET_RECIP_SQRT.
7173         * i386/sse.md (div<mode>3): Check TARGET_RECIP_VEC_DIV.
7174         (sqrt<mode>2): Check TARGET_RECIP_VEC_SQRT.
7175         * i386/i386.c (ix86_option_override_internal): Set recip_mask
7176         for -mrecip and -mrecip=options.
7177         (ix86_function_specific_save): Save recip_mask_explicit.
7178         (ix86_function_specific_restore): Restore recip_mask_explicit.
7180         * doc/invoke.texi (ix86 Options): Document the new option.
7182 2011-10-06  Bernd Schmidt  <bernds@codesourcery.com>
7184         PR target/49049
7185         * config/arm/arm.md (arm_subsi3_insn): Lose the last alternative.
7187 2011-10-06  Ulrich Weigand  <ulrich.weigand@linaro.org>
7189         PR target/50305
7190         * config/arm/arm.c (arm_legitimize_reload_address): Recognize
7191         output of a previous pass through legitimize_reload_address.
7192         Do not attempt to optimize addresses if the base register is
7193         equivalent to a constant.
7195 2011-10-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7197         * function.c (thread_prologue_and_epilogue_insns): Mark
7198         last_bb_active as possibly unused.  It is unused for targets which
7199         do neither have "return" nor "simple_return" expanders.
7201 2011-10-06  Richard Guenther  <rguenther@suse.de>
7203         * fold-const.c (fold_ternary_loc): Also fold non-constant
7204         vector CONSTRUCTORs.  Make more efficient.
7205         * tree-ssa-dom.c (cprop_operand): Don't handle virtual operands.
7206         (cprop_into_stmt): Don't propagate into virtual operands.
7207         (optimize_stmt): Really dump original statement.
7209 2011-10-06  Nick Clifton  <nickc@redhat.com>
7211         * config/rx/rx.md (smin3): Revert previous delta.
7213 2011-10-06  Richard Guenther  <rguenther@suse.de>
7215         PR tree-optimization/38884
7216         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial
7217         reads from aggregate SSA names.
7219 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
7221         * tree-vect-patterns.c (vect_pattern_recog_1): Add stmts_to_replace
7222         argument, truncate it at the beginning instead of allocating there
7223         and freeing at the end.
7224         (vect_pattern_recog): Allocate stmts_to_replace here and free at end,
7225         pass its address to vect_pattern_recog_1.
7227 2011-10-05  David S. Miller  <davem@davemloft.net>
7229         * config/sparc/sparc.opt (POPC): New option.
7230         * doc/invoke.texi: Document it.
7231         * config/sparc/sparc.c (sparc_option_override): Enable MASK_POPC by
7232         default on Niagara-2 and later.
7233         * config/sparc/sparc.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
7234         * config/sparc/sparc.md (SIDI): New mode iterator.
7235         (ffsdi2): Delete commented out pattern and comments.
7236         (popcount<mode>2, clz<mode>2): New expanders.
7237         (*popcount<mode>_sp64, popcountsi_v8plus, popcountdi_v8plus,
7238         *clzdi_sp64, clzdi_v8plus, *clzsi_sp64, clzsi_v8plus): New insns.
7240 2011-10-06  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
7242         PR middle-end/50607
7243         * c-tree.h (c_expr_t): New typedef for struct c_expr.
7244         (C_EXPR_APPEND): New macro.
7245         * c-parser.c (c_parser_get_builtin_args): Preserve
7246         original_tree_code of c_expr structure.
7247         (c_parser_postfix_expression): Adjust to the new function.
7249 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
7251         * function.c (thread_prologue_and_epilogue_insns): Don't shrink-wrap
7252         if profiling after the prologue.
7254 2011-10-05  Jakub Jelinek  <jakub@redhat.com>
7256         PR tree-optimization/50613
7257         * tree-ssa-strlen.c (find_equal_ptrs): If CASE_CONVERT
7258         operand is ADDR_EXPR, fallthru into ADDR_EXPR handling,
7259         and if it is neither that not SSA_NAME, give up.
7261 2011-10-05  Richard Henderson  <rth@redhat.com>
7263         * tree-vect-generic.c (vector_element): Never fail.  Use
7264         build_zero_cst.  Tidy up type references.
7265         (lower_vec_shuffle): Never fail.  Mask shuffle indicies.  Reduce
7266         code duplication.  Do update_stmt here ...
7267         (expand_vector_operations_1): ... not here.
7269         * config/i386/i386.c (ix86_expand_vshuffle): Never fail.  Handle
7270         TARGET_XOP.  Fix pshufb constant vector creation.  Reduce code
7271         duplication.  Handle V2DI without SSE4.1.
7272         * config/i386/i386-protos.h (ix86_expand_vshuffle): Update decl.
7273         * config/i386/i386.md (vshuffle<V_128>): Remove assert for ok.
7275 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
7277         * config/i386/i386.c (distance_non_agu_define): Simplify calculation
7278         of "found".  Simplify return value calculation.
7279         (distance_agu_use): Ditto.
7281 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
7283         PR bootstrap/50621
7284         * config/i386/i386.c (ix86_add_cfa_restore_note): Omit notes only
7285         if the function was not shrink-wrapped.
7286         (ix86_expand_epilogue): Ensure queued cfa_adjust notes are attached
7287         to an insn.
7288         * function.c (thread_prologue_and_epilogue_insns): Make sure the
7289         shrink_wrapped flag is set even if there is no dump file.
7291 2011-10-05  DJ Delorie  <dj@redhat.com>
7292             Nick Clifton  <nickc@redhat.com>
7294         * config/rx/rx.opt (mpid): Define.
7295         * config/rx/t-rx (MULTILIB_OPTIONS): Add -mpid
7296         (MULTILIB_DIRNAMES): Add pid.
7297         * config/rx/rx.c (rx_gp_base_regnum_val, rx_pid_base_regnum_val)
7298         (rx_num_interrupt_regs): New variable.
7299         (rx_gp_base_regnum): New function.  Returns the number of the
7300         small data area register.
7301         (rx_pid_base_regnum): New function.  Returns the number of the pid
7302         base register.
7303         (rx_decl_for_addr): New function.  Returns the symbolic part of a MEM.
7304         (rx_pid_data_operand): New function.  Returns whether an object is
7305         in the position independent data area.
7306         (rx_legitimize_address): New function.  Puts undecided PID
7307         objects in the PID data area.
7308         (rx_is_legitimate_address): Add support for PID operands.
7309         (rx_print_operand_address): Likewise.
7310         (rx_print_operand): Likewise.
7311         (rx_maybe_pidify_operand): New function.  Determine if an operand
7312         is suitable for PID addressing.
7313         (rx_gen_move_template): Add PID support.
7314         (rx_conditional_register_usage): Likewise.
7315         (rx_option_override): Initialise rx_num_interrupt_regs.
7316         (rx_is_legitimate_constant): Add support for PID constants.
7317         (TARGET_LEGITIMIZE_ADDRESS): Define.
7318         * config/rx/constraints.md (Rpid): Define.
7319         (Rpda): Define.
7320         * config/rx/rx.md (UNSPEC_PID_ADDR): Define.
7321         (tablejump): Add PID support.
7322         (mov<>): Likewise.
7323         (mov<>_internal): Likewise.
7324         (addsi3): Convert to an expander.  Add PID support.
7325         (pid_addr): New pattern.
7326         * config/rx/rx.h (CPP_SPEC): Define.
7327         (ASM_SPEC): Pass -mpid and -mint-register on to assembler.
7328         (CASE_VECTOR_PC_RELATIVE): Define.
7329         (JUMP_TABLES_IN_TEXT_SECTION): Enable for PID mode.
7330         * config/rx/rx-protos.h (rx_maybe_pidify_operand): Prototype.
7331         * doc/invoke.texi (RX Options): Document -mpid command line option.
7333 2011-10-05  Richard Guenther  <rguenther@suse.de>
7335         PR tree-optimization/38885
7336         * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle partial reads
7337         from constants.
7339 2011-10-05  Bernd Schmidt  <bernds@codesourcery.com>
7341         * doc/invoke.texi (-fshrink-wrap): Document.
7342         * opts.c (default_options_table): Add it.
7343         * common.opt (fshrink-wrap): Add.
7344         * function.c (emit_return_into_block): Remove useless declaration.
7345         (record_hard_reg_uses_1, record_hard_reg_uses, frame_required_for_rtx,
7346         requires_stack_frame_p, gen_return_pattern): New static functions.
7347         (emit_return_into_block): New arg simple_p.  All callers changed.
7348         Use gen_return_pattern.
7349         (thread_prologue_and_epilogue_insns): Implement shrink-wrapping.
7350         * config/i386/i386.md (return): Expand into a simple_return.
7351         (simple_return): New expander):
7352         (simple_return_internal, simple_return_internal_long,
7353         simple_return_pop_internal_long, simple_return_indirect_internal):
7354         Renamed from return_internal, return_internal_long,
7355         return_pop_internal_long and return_indirect_internal; changed to use
7356         simple_return.
7357         * config/i386/i386.c (ix86_expand_epilogue): Adjust to expand
7358         simple returns.
7359         (ix86_pad_returns): Likewise.
7360         * function.h (struct rtl_data): Add member shrink_wrapped.
7361         * cfgcleanup.c (outgoing_edges_match): If shrink-wrapped, edges that
7362         are not jumps or sibcalls can't be compared.
7364 2011-10-05  Richard Guenther  <rguenther@suse.de>
7366         * tree-ssa-sccvn.c (vn_get_expr_for): Handle CONSTRUCTOR of
7367         vector type.
7368         (simplify_unary_expression): Handle BIT_FIELD_REFs.
7369         (try_to_simplify): Handle BIT_FIELD_REFs.
7371 2011-10-05  Georg-Johann Lay  <avr@gjlay.de>
7373         * config/avr/avr-protos.h (avr_out_addto_sp): New prototype.
7374         * config/avr/avr.c (avr_out_addto_sp): New function.
7375         (adjust_insn_length): Handle ADJUST_LEN_ADDTO_SP.
7376         * config/avr/avr.md (adjust_len): Add "addto_sp".
7377         (*movhi_sp): Remove insn.
7378         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): Merge to *addhi3_sp_R.
7380 2011-10-05  Richard Guenther  <rguenther@suse.de>
7382         * gimple-fold.c (gimple_fold_stmt_to_constant_1): For ternary ops
7383         with an embedded expression valueize and fold that as well.
7384         * tree-ssa-sccvn.c (try_to_simplify): Also allow SSA name
7385         results from gimple_fold_stmt_to_constant_1.
7387 2011-10-05  Nick Clifton  <nickc@redhat.com>
7389         * config/rx/rx.md (tablejump): Add missing label.
7390         (adddi3_internal): Mark operand 0 as early-clobbered.
7391         (smaxsi3): Revert previous delta.
7392         (adc_internal): Fix whitespace in generated asm.
7393         (adc_flags): Likewise.
7395 2011-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7397         * expmed.c (expand_mult_highpart_optab): Replace optab_handler
7398         with the new widening_optab_handler.
7400 2011-10-05  Richard Guenther  <rguenther@suse.de>
7402         PR tree-optimization/50609
7403         * gimple-fold.c (fold_array_ctor_reference): Also handle
7404         vector typed constructors.
7405         (fold_ctor_reference): Dispatch to fold_array_ctor_reference
7406         for vector typed constructors.
7408 2011-10-05  Uros Bizjak  <ubizjak@gmail.com>
7410         * config/i386/i386.c (ix86_emit_binop): New static function.
7411         (ix86_split_lea_for_addr): Use ix86_emit_binop to emit add and shl
7412         instructions.
7413         (x86_output_mi_thunk): Use ix86_emit_binop to emit add instructions.
7415 2011-10-04  David S. Miller  <davem@davemloft.net>
7417         * config/sparc/sparc.md (UNSPEC_FHADD, UNSPEC_FHSUB,
7418         UNSPEC_XMUL): New unspecs.
7419         (muldi3_v8plus): Use output_v8plus_mult.
7420         (*naddsf3, *nadddf3, *nmulsf3, *nmuldf3, *nmuldf3_extend):
7421         New VIS 3.0 combiner patterns.
7422         (fhaddsf_vis, fhadddf_vis, fhsubsf_vis, fhsubdf_vis,
7423         fnhaddsf_vis, fnhaddf_vis, umulxhi_vis, *umulxhi_sp64,
7424         umulxhi_v8plus, xmulx_vis, *xmulx_sp64, xmulx_v8plus,
7425         xmulxhi_vis, *xmulxhi_sp64, xmulxhi_v8plus): New VIS 3.0
7426         builtins patterns.
7427         * config/sparc/sparc.c (sparc_vis_init_builtins): Emit new builtins.
7428         (output_v8plus_mult): New function.
7429         * config/sparc/sparc-protos.h: Declare it.
7430         * config/sparc/visintrin.h (__vis_fhadds, __vis_fhaddd,
7431         __vis_fhsubs, __vis_fhsubd, __vis_fnhadds, __vis_fnhaddd,
7432         __vis_umulxhi, __vis_xmulx, __vis_xmulxhi): New intrinsics.
7433         * doc/extend.texi: Document new builtins.
7435 2011-10-04  Richard Henderson  <rth@redhat.com>
7437         * c-typeck.c (c_build_vec_shuffle_expr): Fix uninitialized variable.
7438         Avoid save_expr unless two_arguments.
7440 2011-10-04  Ozkan Sezer  <sezeroz@gmail.com>
7442         * config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.
7443         * config/i386/mingw32.h (CPP_SPEC): Likewise.
7445 2011-10-04  David S. Miller  <davem@davemloft.net>
7447         * config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
7448         under Linux.
7450 2011-10-04  Jakub Jelinek  <jakub@redhat.com>
7452         PR tree-optimization/50604
7453         * builtins.c (fold_builtin_strcpy, fold_builtin_stpcpy,
7454         fold_builtin_strncpy, fold_builtin_stxcpy_chk): Ensure
7455         last argument to memcpy has size_type_node type instead of ssizetype.
7456         * tree-ssa-strlen.c (handle_builtin_memcpy): Use size_type_node
7457         instead of TREE_TYPE (len) as type for newlen.
7459         PR tree-optimization/50522
7460         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Don't test
7461         TYPE_RESTRICT.
7462         (ptr_derefs_may_alias_p): Call pt_solutions_same_restrict_base
7463         unconditionally.
7465         * fold-const.c (fold_unary_loc): Don't optimize
7466         POINTER_PLUS_EXPR casted to TYPE_RESTRICT pointer by
7467         casting the inner pointer if it isn't TYPE_RESTRICT.
7468         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't through
7469         casts from non-TYPE_RESTRICT pointer to TYPE_RESTRICT pointer.
7471 2011-10-04  Joseph Myers  <joseph@codesourcery.com>
7473         * config.gcc (i[34567]86-*-elf*, x86_64-*-elf*): Use i386/t-crtstuff.
7475 2011-10-04  Jan Hubicka  <jh@suse.cz>
7477         * lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.
7478         * lto-streamer-in.c (lto_input_toplevel_asms): Stream in order.
7479         * lto-streamer-out.c (lto_output_toplevel_asms): Stream out order.
7480         * lto-cgraph.c (order_base): New static var.
7481         (lto_output_node): Stream in order.
7482         (lto_output_varpool_node): Stream out order.
7483         (input_node): Stream in order.
7484         (input_varpool_node): Stream out order.
7485         (input_cgraph_1): Initialize order base; update call of
7486         lto_input_toplevel_asms.
7488 2011-10-04  Georg-Johann Lay  <avr@gjlay.de>
7490         PR target/50566
7491         * config/avr/avr-protos.h (avr_legitimize_reload_address): New
7492         prototype.
7493         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Copy worker code
7494         from here...
7495         * config/avr/avr.c (avr_legitimize_reload_address) ...to this new
7496         function.  Log if avr_log.legitimize_reload_address.
7498 2011-10-04  Eric Botcazou  <ebotcazou@adacore.com>
7500         * config/sparc/sparc.c (sparc_fold_builtin): Use a sequence of tests.
7502 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7504         * longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local
7505         variables.  Fix second operand of DR.  Swap inputs for sdiv_qrnnd.
7507 2011-10-03  David S. Miller  <davem@davemloft.net>
7509         * config/sparc/sparc.md (fpack16_vis, fpackfix_vis, fpack32_vis): Make
7510         GSR_REG an input operand to UNSPEC instead of a parallel USE.
7511         (faligndata<V64I:mode>_vis): Likewise and use DI mode.
7512         (alignaddrsi_vis, alignaddrdi_vis, alignaddrlsi_vis, alignaddrldi_vis):
7513         Reference GSR_REG in DI mode, simplify convoluted expressions by using
7514         zero_extract.
7515         (bshuffle<V64I:mode>_vis): Reference GSR_REG in DI mode.
7517 2011-10-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
7519         * tree-eh.c (remove_unreachable_handlers): Obvious cleanup.
7521 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
7522             Ian Lance Taylor  <iant@google.com>
7524         * godump.c (go_output_typedef): Support printing enum values that
7525         don't fit in a signed HOST_WIDE_INT.
7527 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
7529         * config/cris/cris.c (cris_output_addr_const_extra): Make static.
7530         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7531         * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7532         * config/cris/cris-protos.h (cris_output_addr_const_extra): Remove.
7534 2011-10-03  Anatoly Sokolov  <aesok@post.ru>
7536         * config/m68k/m68k.c (m68k_output_addr_const_extra): Make static.
7537         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7538         * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7539         * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Remove.
7541 2011-10-03  Steve Ellcey  <sje@cup.hp.com>
7543         PR target/49967
7544         * configure.ac (gcc_cv_ld_static_dynamic): Define for *-*-hpux*.
7545         (gcc_cv_ld_static_option): Ditto.
7546         (gcc_cv_ld_dynamic_option): Ditto.
7547         * configure: Regenerate.
7549 2011-10-03  David S. Miller  <davem@davemloft.net>
7551         * config/sparc/sparc.md (bmask<P:mode>_vis): Split into explicit 'di'
7552         and 'si' patterns which describe the GSR changes explicitly in the
7553         RTL using zero_extract.
7554         (bshuffle<V64I:mode>_vis): Put the GSR use inside of the unspec.
7556         * config/sparc/sparc.md (bshuffle<V64I:mode>_vis): Don't wrap
7557         GSR_REG in a USE, since it's now a true arg to the UNSPEC.
7559 2011-10-03  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
7561         * optabs.c (expand_vec_shuffle_expr_p): New function. Checks
7562         if given expression can be expanded by the target.
7563         (expand_vec_shuffle_expr): New function. Expand VEC_SHUFFLE_EXPR
7564         using target vector instructions.
7565         * optabs.h: New optab vshuffle.
7566         (expand_vec_shuffle_expr_p): New prototype.
7567         (expand_vec_shuffle_expr): New prototype.
7568         (vshuffle_optab): New optab.
7569         * genopinit.c: Adjust to support vecshuffle.
7570         * c-tree.h (c_build_vec_shuffle_expr): New prototype.
7571         * expr.c (expand_expr_real_2): Adjust.
7572         * c-typeck.c: (c_build_vec_shuffle_expr): Build a VEC_SHUFFLE_EXPR
7573         recognizing the cases of two and three arguments.
7574         (convert_arguments) (build_binary_op)
7575         (scalar_to_vector) (build_array_ref): Spurious whitespace.
7576         * gimplify.c (gimplify_exp): Adjusted to support VEC_SHUFFLE_EXPR.
7577         * tree.def: New tree code VEC_SHUFFLE_EXPR.
7578         * tree-inline.c (estimate_operator_cost): Recognize VEC_SHUFFLE_EXPR.
7579         * tree-vect-generic.c (vector_element): New function. Returns an
7580         element of the vector at the given position.
7581         (lower_vec_shuffle): Checks if VEC_SHUFLLE_EXPR is supported
7582         by the backend or expand an expression piecewise.
7583         (expand_vector_operations_1): Adjusted.
7584         (gate_expand_vector_operations_noop): New gate function.
7585         * Makefile.in (tree-vect-generic.o): New include.
7586         * gimple.c (get_gimple_rhs_num_ops): Adjust.
7587         * tree-cfg.c (verify_gimple_assign_trenary): Verify VEC_SHUFFLE_EXPR.
7588         * passes.c: Move veclower down.
7589         * tree-pretty-print.c (dump_generic_node): Recognize
7590         VEC_SHUFFLE_EXPR as valid expression.
7591         * c-parser.c (c_parser_get_builtin_args): Helper function for the
7592         builtins with variable number of arguments.
7593         (c_parser_postfix_expression): Use a new helper function for
7594         RID_CHOOSE_EXPR, RID_BUILTIN_COMPLEX and RID_BUILTIN_SHUFFLE.
7595         * tree-ssa-operands: Adjust.
7596         * c-family/c-common.c: New __builtin_shuffle keyword.
7597         * c-family/c-common.h: New __builtin_shuffle keyword.
7598         * gcc/doc/extend.texi: Adjust.
7600         * gcc/config/i386/sse.md: (sseshuffint) New mode_attr.  Correspondence
7601         between the vector and the type of the mask when shuffling.
7602         (vecshuffle<mode>): New expansion.
7603         * gcc/config/i386/i386-protos.h (ix86_expand_vshuffle): New prototype.
7604         * gcc/config/i386/i386.c (ix86_expand_vshuffle): New function.
7605         (ix86_vectorize_builtin_vec_perm_ok): Adjust.
7607 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
7609         PR tree-optimization/50587
7610         * tree-ssa-reassoc.c (init_range_entry): Stop iterating when
7611         arg0 is not a SSA_NAME.
7613 2011-10-03  Richard Sandiford  <rdsandiford@googlemail.com>
7615         * ipa-inline-analysis.c (MAX_TIME): Update comment.
7617 2011-10-02  Richard Henderson  <rth@redhat.com>
7618             David S. Miller  <davem@davemloft.net>
7620         * config/sparc/sparc.md (ashlsi3, *ashldi3_sp64): Remove
7621         conditional insn type setting, we always emit a shift.
7622         (*ashlsi3_extend, *lshrsi3_extend0): New patterns.
7623         (*lshrsi3_extend): Rename to *lshrsi3_extend1.
7624         * config/sparc/predicates.md (const_one_operand): Delete.
7626 2011-10-02  Gerald Pfeifer  <gerald@pfeifer.com>
7628         * invoke.texi (SPARC Options): Refer to GNU/Linux.
7630 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
7632         * config/mips/mips.c (mips_frame_barrier): New function.
7633         (mips_expand_prologue): Call it after allocating stack space.
7634         (mips_deallocate_stack): New function.
7635         (mips_expand_epilogue): Call mips_frame_barrier and
7636         mips_deallocate_stack.
7638 2011-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
7640         PR target/49696
7641         * config/mips/sync.md (sync_<optab>_12): Allow zero operands.
7642         (sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12): Likewise.
7643         (sync_old_nand_12, sync_new_nand_12, test_and_set_12): Likewise.
7645 2011-10-02  Jan Hubicka  <jh@suse.cz>
7647         * cgraphunit.c (verify_edge_count_and_frequency): Bounds check.
7649         * cgraphunit.c (ipa_passes): Remove unrechable nodes.
7650         * lto-streamer-out.c (produce_symtab): Skip unused extern declarations.
7651         * ipa.c (cgraph_remove_unreachable_nodes): Do not assume that external
7652         functions are reachable when address is taken.
7653         * tree-sra.c (modify_function): Free dominance info.
7655 2011-10-02  Jan Hubicka  <jh@suse.cz>
7657         * ipa-inline-analysis.c (inline_summary_alloc): Bounds check.
7659         * ipa-inline-analysis.c (reset_inline_edge_summary): New function.
7660         (reset_inline_summary): New function.
7661         (compute_inline_parameters, inline_node_removal_hook,
7662         inline_edge_removal_hook): Use it.
7663         (inline_free_summary): Reset holders correctly.
7664         (inline_generate_summary): Free summary before computing it.
7666 2011-10-02  Paolo Carlini  <paolo.carlini@oracle.com>
7668         PR preprocessor/36819
7669         * incpath.c (merge_include_chains): Call free_path on
7670         heads[QUOTE] and tails[QUOTE].
7672 2011-10-02  Jan Hubicka  <jh@suse.cz>
7674         PR lto/47247
7675         * lto-symtab.c (lto_symtab_resolve_symbols): Do not resolve
7676         when resolution is already availbale from plugin.
7677         (lto_symtab_merge_decls_1): Handle LDPR_PREVAILING_DEF_IRONLY_EXP.
7678         * cgraph.c (ld_plugin_symbol_resolution): Add
7679         prevailing_def_ironly_exp.
7680         * lto-cgraph.c (LDPR_NUM_KNOWN): Update.
7681         * ipa.c (varpool_externally_visible_p): IRONLY variables are never
7682         externally visible.
7683         * varasm.c (resolution_to_local_definition_p): Add
7684         LDPR_PREVAILING_DEF_IRONLY_EXP.
7685         (resolution_local_p): Likewise.
7687 2011-10-01  David S. Miller  <davem@davemloft.net>
7689         * config/sparc/sparc.opt (VIS3): New option.
7690         * doc/invoke.texi: Document it.
7691         * config/sparc/sparc.h: Force TARGET_VIS3 to zero if assembler is
7692         not capable of such instructions.
7693         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
7694         to 0x300 when TARGET_VIS3.
7695         * config/sparc/sparc-modes.def: Create 16-byte vector modes.
7696         * config/sparc/sparc.md (UNSPEC_CMASK8, UNSPEC_CMASK16, UNSPEC_CMASK32,
7697         UNSPEC_FCHKSM16, UNSPEC_PDISTN, UNSPC_FUCMP): New unspecs.
7698         (V64N8, VASS): New mode iterators.
7699         (vis3_shift, vis3_addsub_ss): New code iterators.
7700         (vbits, vconstr): New mode attributes.
7701         (vis3_shift_insn, vis3_addsub_ss_insn): New code attributes.
7702         (cmask8<P:mode>_vis, cmask16<P:mode>_vis, cmask32<P:mode>_vis,
7703         fchksm16_vis, <vis3_shift_insn><vbits>_vis, pdistn<mode>_vis,
7704         fmean16_vis, fpadd64_vis, fpsub64_vis,
7705         <vis3_addsub_ss_insn><vbits>_vis, fucmp<code>8<P:mode>_vis): New
7706         VIS 3.0 instruction patterns.
7707         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS3 by
7708         default when targetting capable cpus.  TARGET_VIS3 implies
7709         TARGET_VIS2 and TARGET_VIS, and clear them when TARGET_FPU is disabled.
7710         (sparc_vis_init_builtins): Emit new VIS 3.0 builtins.
7711         (sparc_fold_builtin): Do not eliminate cmask{8,16,32} when result
7712         is ignored.
7713         * config/sparc/visintrin.h (__vis_cmask8, __vis_cmask16,
7714         __vis_cmask32, __vis_fchksm16, __vis_fsll16, __vis_fslas16,
7715         __vis_fsrl16, __vis_fsra16, __vis_fsll32, __vis_fslas32,
7716         __vis_fsrl32, __vis_fsra32, __vis_pdistn, __vis_fmean16,
7717         __vis_fpadd64, __vis_fpsub64, __vis_fpadds16, __vis_fpadds16s,
7718         __vis_fpsubs16, __vis_fpsubs16s, __vis_fpadds32, __vis_fpadds32s,
7719         __vis_fpsubs32, __vis_fpsubs32s, __vis_fucmple8, __vis_fucmpne8,
7720         __vis_fucmpgt8, __vis_fucmpeq8): New VIS 3.0 interfaces.
7721         * doc/extend.texi: Document new VIS 3.0 builtins.
7723 2011-10-01  Eric Botcazou  <ebotcazou@adacore.com>
7725         * ira-color.c (assign_hard_reg): Fix typo.
7727 2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
7729         * doc/extend.texi: Add missing ','.
7731 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
7733         * common/config/c6x/c6x-common.c (c6x_option_optimization_table):
7734         Enable -fmodulo-sched at -O2 and above.
7735         * config/c6x/c6x.md (doloop_end): New expander.
7736         (mvilc, sploop, spkernel, loop_end): New patterns.
7737         (loop_end with memory destination splitter): New.
7738         * config/c6x/c6x.c: Include "hw-doloop.h".
7739         (enum unitreqs): New.
7740         (unit_req_table): New typedef.
7741         (unit_reqs): New static variable.
7742         (unit_req_factor, get_unit_reqs, count_unit_reqs, merge_unit_reqs,
7743         res_mii, split_delayed_nonbranch, undo_split_delayed_nonbranch,
7744         hwloop_pattern_reg, bb_earliest_end_cycle, filter_insns_above,
7745         hwloop_optimize, hwloop_fail, c6x_hwloops): New static functions.
7746         (struct c6x_sched_context): New member last_scheduled_iter0.
7747         (init_sched_state): Initialize it.
7748         (c6x_variable_issue): Update it.
7749         (sploop_max_uid_iter0): New static variable.
7750         (c6x_sched_reorder_1): Be careful about issuing sploop.
7751         (c6x_reorg): Call c6x_hwlooops before the final schedule.
7753 2011-09-30  Georg-Johann Lay  <avr@gjlay.de>
7755         PR target/50566
7756         * config/avr/avr-protos.h (avr_log_t): New field address_cost.
7757         * config/avr/avr.c (avr_address_cost): Use it.
7758         * config/avr/avr-log.c (avr_log_set_avr_log): Initialize it.
7759         (avr_log_vadump): Unknown %-codes finish printing.
7761 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
7763         PR inline-asm/50571
7764         * gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
7765         input constraints allow mem and not reg, pass true instead of
7766         false as second argument to maybe_fold_reference.
7768         PR tree-optimization/46309
7769         * fold-const.c (make_range, merge_ranges): Remove prototypes.
7770         (make_range_step): New function.
7771         (make_range): Use it.
7772         * tree.h (make_range_step): New prototypes.
7773         * Makefile.in (tree-ssa-reassoc.o): Depend on $(DIAGNOSTIC_CORE_H).
7774         * tree-ssa-reassoc.c: Include diagnostic-core.h.
7775         (struct range_entry): New type.
7776         (init_range_entry, range_entry_cmp, update_range_test,
7777         optimize_range_tests): New functions.
7778         (reassociate_bb): Call optimize_range_tests.
7780 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
7781             Richard Guenther  <rguenther@suse.de>
7783         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Handle
7784         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
7785         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.  Fix
7786         handling of BUILT_IN_STRNCAT and BUILT_IN_STRNCAT_CHK.
7787         (ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
7788         BUILT_IN_STRNCAT, BUILT_IN_STRCAT_CHK and BUILT_IN_STRNCAT_CHK.
7790 2011-09-30  Jan Beulich  <jbeulich@suse.com>
7792         * lto-cgraph.c (output_cgraph): Remove processing of
7793         'cgraph_asm_nodes', call lto_output_toplevel_asms() instead.
7794         (input_cgraph_1): Remove loop calling cgraph_add_asm_node(), call
7795         lto_input_toplevel_asms() instead.
7796         * lto-section-in.c (lto_section_name): Add "asm" entry.
7797         * lto-streamer-in.c (lto_input_toplevel_asms): New.
7798         * lto-streamer-out.c (lto_output_toplevel_asms): New.
7799         * lto-streamer.h (LTO_minor_version): Bump.
7800         (enum lto_section_type): Add LTO_section_asm.
7801         (struct lto_asm_header): New.
7802         (lto_input_toplevel_asms, lto_output_toplevel_asms): Declare.
7803         * tree-streamer.h (streamer_write_string_cst): Declare.
7804         * tree-streamer-out.c (write_string_cst): Rename to
7805         streamer_write_string_cst and make global. Handle incoming string
7806         being NULL.
7807         (streamer_write_tree_header): Adjust call to renamed function.
7809 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
7811         * haifa-sched.c (modulo_ii, modulo_max_states, modulo_n_insns,
7812         modulo_insns_scheduled, modulo_iter0_max_uid, modulo_backtracks_left,
7813         modulo_last_stage): New static variables.
7814         (set_modulo_params, discard_delay_pairs_above): New functions.
7815         (struct delay_pair): New member stages.
7816         (htab_i2_traverse, htab_i1_traverse): New static functions.
7817         (record_delay_slot_pair): New arg stages.  All callers changed.
7818         Record it.
7819         (pair_delay): Take stages into account.
7820         (add_delay_dependencies): Don't do so for stage pairs.
7821         (struct sched_block_state): New member modulo_epilogue.
7822         (save_backtrack_point): Don't set SHADOW_P for stage pairs.
7823         (unschedule_insns_until): Decrease modulo_insns_scheduled.
7824         Set HARD_DEP without using or.
7825         (resolve_dependencies): New static function.
7826         (prune_ready_list): New arg modulo_epilogue_p.  All callers changed.
7827         If it is true, allow only insns with INSN_EXACT_TICK set.
7828         (schedule_block): Return bool, always true for normal scheduling,
7829         true or false depending on modulo scheduling success otherwise.
7830         Add bookkeeping for modulo scheduling, and call resolve_dependencies
7831         on everything left over after a modulo schedule.
7832         (haifa_sched_init): Remove check_cfg call.  Clear modulo_ii.
7833         * sched-int.h (schedule_block, record_delay_slot_pair): Adjust
7834         declarations.
7835         (set_modulo_params, discard_delay_pairs_above): Declare.
7836         * params.def (PARAM_MAX_MODULO_BACKTRACK_ATTEMPS): New.
7837         * doc/invoke.texi (--param): Document it.
7839         * sched-ebb.c (schedule_ebb): No longer static.  Remove declaration.
7840         New arg modulo_scheduling.  All callers changed.  Move note handling
7841         code here from schedule_ebbs.
7842         (schedule_ebbs_finish, schedule_ebbs_init): New functions, broken
7843         out of schedule_ebbs.
7844         (schedule_ebbs): Call them.  Remove note handling code moved to
7845         schedule_ebb.
7846         * sched-int.h (schedule_ebb, schedule_ebbs_init,
7847         schedule_ebbs_finish): Declare.
7849 2011-09-30  Richard Guenther  <rguenther@suse.de>
7851         PR middle-end/50574
7852         * tree-cfg.c (verify_gimple_comparison): Compare component
7853         mode sizes for vector comparisons.
7855 2011-09-30  Revital Eres  <revital.eres@linaro.org>
7857         * ddg.c (autoinc_var_is_used_p): New function.
7858         (create_ddg_dep_from_intra_loop_link,
7859         add_cross_iteration_register_deps): Call it.
7860         * ddg.h (autoinc_var_is_used_p): Declare.
7861         * modulo-sched.c (generate_reg_moves): Call autoinc_var_is_used_p.
7862         (sms_schedule): Handle instructions with REG_INC.
7864 2011-09-30  Revital Eres  <revital.eres@linaro.org>
7866         * modulo-sched.c (generate_reg_moves): Skip instructions that
7867         do not set a register and verify no regmoves are created for
7868         !single_set instructions.
7870 2011-09-30  Bernd Schmidt  <bernds@codesourcery.com>
7872         * hw-doloop.c (scan_loop): Compute register usage only for non-debug
7873         insns.
7875 2011-09-30  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
7877         PR target/50099
7878         * config/arm/iterators.md (qhs_zextenddi_cstr): New.
7879         (qhs_zextenddi_op): New.
7880         * config/arm/arm.md ("zero_extend<mode>di2"): Use them.
7881         * config/arm/predicates.md ("arm_extendqisi_mem_op"):
7882         Distinguish between ARM and Thumb2 states.
7884 2011-09-30  David S. Miller  <davem@davemloft.net>
7886         * config/sparc/sparc.opt (VIS2): New option.
7887         * doc/invoke.texi: Document it.
7888         * config/sparc/sparc.md (UNSPEC_EDGE8N, UNSPEC_EDGE8LN,
7889         UNSPEC_EDGE16N, UNSPEC_EDGE16LN, UNSPEC_EDGE32N,
7890         UNSPEC_EDGE32LN, UNSPEC_BSHUFFLE): New unspecs.
7891         (define_attr type): New insn type 'edgen'.
7892         (bmask<P:mode>_vis, bshuffle<V64I:mode>_vis, edge8n<P:mode>_vis,
7893         edge8ln<P:mode>_vis, edge16n<P:mode>_vis, edge16ln<P:mode>_vis,
7894         edge32n<P:mode>_vis, edge32ln<P:mode>_vis): New insn VIS 2.0
7895         patterns.
7896         * niagara.md: Handle edgen.
7897         * niagara2.md: Likewise.
7898         * ultra1_2.md: Likewise.
7899         * ultra3.md: Likewise.
7900         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__
7901         to 0x200 when TARGET_VIS2.
7902         * config/sparc/sparc.c (sparc_option_override): Set MASK_VIS2 by
7903         default when targetting capable cpus.  TARGET_VIS2 implies
7904         TARGET_VIS, clear and it when TARGET_FPU is disabled.
7905         (sparc_vis_init_builtins): Emit new VIS 2.0 builtins.
7906         (sparc_expand_builtin): Fix predicate indexing when builtin returns
7907         void.
7908         (sparc_fold_builtin): Do not eliminate bmask when result is ignored.
7909         * config/sparc/visintrin.h (__vis_bmask, __vis_bshuffledi,
7910         __vis_bshufflev2si, __vis_bshufflev4hi, __vis_bshufflev8qi,
7911         __vis_edge8n, __vis_edge8ln, __vis_edge16n, __vis_edge16ln,
7912         __vis_edge32n, __vis_edge32ln): New VIS 2.0 interfaces.
7913         * doc/extend.texi: Document new VIS 2.0 builtins.
7915 2011-09-29  Nick Clifton  <nickc@redhat.com>
7916             Bernd Schmidt  <bernds@codesourcery.com>
7918         * config/frv/frvbegin.c: Fix location of unwind-dw2-fde.h header file.
7919         * config/frv/frvend.c: Likewise.
7920         * config/frv/frv.c (frv_function_prologue): Move misplaced
7921         CALL_ARG_LOCATION notes back to their proper locations.
7923 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
7925         PR target/50566
7926         * config/avr/avr-log.c (avr_log_vadump): Use %b to print bool.
7927         * config/avr/avr.c (avr_rtx_costs_1): New static function, renamed
7928         from avr_rtx_costs.
7929         (avr_legitimate_address_p): Use avr_edump to print log information
7930         filtered by avr_log.
7931         (extra_constraint_Q): Ditto.
7932         (avr_legitimize_address): Ditto.
7933         (avr_rtx_costs): Ditto.  Rewrite as wrapper for avr_rtx_costs_1.
7934         (final_prescan_insn): Use avr_log.rtx_costs as filter.
7936 2011-09-29  Richard Sandiford  <richard.sandiford@linaro.org>
7938         * config/arm/arm-protos.h (arm_modes_tieable_p): Declare.
7939         * config/arm/arm.h (MODES_TIEABLE_P): Use it.
7940         * config/arm/arm.c (arm_modes_tieable_p): New function.  Allow
7941         NEON vector and structure modes to be tied.
7943 2011-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7945         * graphite-scop-detection.c (make_close_phi_nodes_unique):  New
7946         forward declaration.
7947         (remove_duplicate_close_phi): Detect and repair creation of
7948         duplicate close-phis for a containing loop.
7950 2011-09-27   Andi Kleen <ak@linux.intel.com>
7952         * gcc.c (get_local_tick). Rename to get_random_number.  Read from
7953         /dev/urandom.  Add getpid call.
7954         (compare_debug_dump_opt_spec_function): Drop getpid call.
7956 2011-09-26   Andi Kleen <ak@linux.intel.com>
7958         * toplev.c (init_local_tick): Try reading random seed
7959         from /dev/urandom.
7961 2011-09-26   Andi Kleen <ak@linux.intel.com>
7963         * hwint.h (HOST_WIDE_INT_PRINT_HEX_PURE): Add.
7964         * lto-streamer.c (lto_get_section_name): Remove crc32_string.
7965         Handle numerical random seed.
7966         * lto-streamer.h (lto_file_decl_data): Change id to
7967         unsigned HOST_WIDE_INT.
7968         * toplev.c (random_seed): Add.
7969         (init_random_seed): Change for numerical random seed.
7970         (get_random_seed): Return as HOST_WIDE_INT.
7971         (set_random_seed): Crc32 existing string.
7972         * toplev.h (get_random_seed): Change to numercal return.
7973         * tree.c (get_file_function_name): Remove CRC. Handle
7974         numerical random seed.
7976 2011-09-29  Georg-Johann Lay  <avr@gjlay.de>
7978         PR target/50566
7979         * config.gcc (extra_objs): Add avr-log.o for $target in:
7980         avr-*-rtems*, avr-*-*.
7981         * config/avr/t-avr (avr-log.o): New rule to compile...
7982         * config/avr/avr-log.c: ...this new file.
7983         * config/avr/avr.opt (mlog=): New option.
7984         * config/avr/avr-protos.h (avr_edump, avr_fdump): New macros.
7985         (avr_log_set_caller_e, avr_log_set_caller_f): New prototypes.
7986         (avr_log_set_avr_log): New prototype.
7987         (avr_log_t): New typedef.
7988         (avr_log): New declaration.
7989         * config/avr/avr.c (avr_option_override): Call avr_log_set_avr_log.
7991 2011-09-29  Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
7993         * expr.c (do_store_flag): Expand vector comparison by
7994         building an appropriate VEC_COND_EXPR.
7995         * c-typeck.c (build_binary_op): Typecheck vector comparisons.
7996         (c_objc_common_truthvalue_conversion): Adjust.
7997         * tree-vect-generic.c (do_compare): Helper function.
7998         (expand_vector_comparison): Check if hardware supports
7999         vector comparison of the given type or expand vector piecewise.
8000         (expand_vector_operation): Treat comparison as binary
8001         operation of vector type.
8002         (expand_vector_operations_1): Adjust.
8004 2011-09-29  Richard Guenther  <rguenther@suse.de>
8006         * tree.c (build_opaque_vector_type): Make opaque vectors
8007         variant types of the corresponding non-opaque type.  Make
8008         sure to share opaque vector types properly.
8010 2011-09-29  David S. Miller  <davem@davemloft.net>
8012         * config/sparc/sparc.md (UNSPEC_ARRAY8, UNSPEC_ARRAY16,
8013         UNSPEC_ARRAY32): New unspec.
8014         (define_attr type): New type 'array'.
8015         (array{8,16,32}<P:mode>_vis): New patterns.
8016         * config/sparc/ultra1_2.md: Add reservations for 'array'.
8017         * config/sparc/ultra3.md: Likewise.
8018         * config/sparc/niagara.md: Likewise.
8019         * config/sparc/niagara2.md: Likewise.
8020         * config/sparc/sparc.c (sparc_vis_init_builtins): Build new
8021         array builtins.
8022         * config/sparc/visintrin.h (__vis_array8, __vis_array16,
8023         __vis_array32): New.
8024         * doc/extend.texi: Document new VIS builtins.
8026         * config/sparc/sparc.md (gcond_name): Delete unnecessary code attr.
8027         (VIS pixel-compare insn): Just use <gcond:name>.
8029         * config/sparc/sparc.md (VIS pixel-compare insn): There is only one
8030         code iterator used, so just use <code>.  There are two mode iterators
8031         so explicitly use <GCM:gcm_name>.
8033 2011-09-29  Iain Sandoe  <iains@gcc.gnu.org>
8035         * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
8036         Darwin >= 9.
8038 2011-09-28  David S. Miller  <davem@davemloft.net>
8040         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
8041         UNSPEC_FCMPGT, UNSPEC_FCMPEQ): Delete and reduce to...
8042         (UNSPEC_FCMP): New unspec.
8043         (gcond): New code iterator.
8044         (gcond_name): New code attr.
8045         (GCM): New mode iterator.
8046         (gcm_name): New mode attr.
8047         (fcmp{le,ne,gt,eq}{16,32}_vis): Reimplement using iterators.
8049 2011-09-28  Oleg Endo  <oleg.endo@t-online.de>
8051         PR target/49486
8052         * config/sh/sh.md (negdi2): Move expansion into split to
8053         allow more combination options.  Add T_REG clobber.
8054         (abssi2): New expander.
8055         (*negdi2, *abssi2, *negabssi2): New insns.
8056         (cneg): Change from insn to insn_and_split.  Rename to
8057         negsi_cond.  Add alternative for non-SH4.
8059 2011-09-28  Richard Sandiford  <richard.sandiford@linaro.org>
8061         * config/arm/neon.md (neon_move_lo_quad_<mode>): Delete.
8062         (neon_move_hi_quad_<mode>): Likewise.
8063         (move_hi_quad_<mode>, move_lo_quad_<mode>): Use subreg moves.
8065 2011-09-28  Nick Clifton  <nickc@redhat.com>
8067         * config/rx/predicates.md (rx_minmax_operand): New predicate.
8068         Accepts immediates and a restricted subset of MEMs.
8069         * config/rx/rx.md (int_modes): New iterator.
8070         (smaxsi3, sminsi3): Delete and replace with...
8071         (smax<int_mode>3, smin<int_mode>3): New patterns.
8072         (umax<>3_u, umax<>3_ur, umax<>3, umin<>3): New patterns.
8074 2011-09-28  Richard Guenther  <rguenther@suse.de>
8076         PR middle-end/50460
8077         * fold-const.c (try_move_mult_to_index): Handle &a.array the
8078         same as &a.array[0].
8080 2011-09-28  Kai Tietz  <ktietz@redhat.com>
8082         * configure.ac: Add test for new section attribute
8083         specifier "e" via define HAVE_GAS_SECTION_EXCLUDE.
8084         * config.in: Regenerated.
8085         * configure: Regenerated.
8086         * config/i386/winnt.c (i386_pe_asm_named_section): Emit
8087         new section flag "e" for excluded sections, if supported.
8088         Otherwise we mark section withc SECTION_EXCLUDE flag as never-load.
8090 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
8092         * config/m32r/m32r.md: Use match_test rather than eq/ne symbol_ref
8093         throughout file.
8095 2011-09-28  Richard Sandiford  <rdsandiford@googlemail.com>
8097         * config/iq2000/iq2000.md: Use match_test rather than eq/ne symbol_ref
8098         throughout file.
8100 2011-09-27  Sriraman Tallam  <tmsriram@google.com>
8102         * output.h (SECTION_EXCLUDE): New macro.
8103         * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE.
8105 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
8107         * fwprop.c (forward_propagate_and_simplify): After checking
8108         reg/subreg combinations, check whether the modes are the same.
8110 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
8111             Richard Sandiford  <rdsandiford@googlemail.com>
8113         * config/mips/mips.c (mips_add_cfa_restore): New function.
8114         (mips16e_save_restore_reg): Use it.
8115         (mips_restore_reg): Likewise.  Split double FPRs for
8116         REG_CFA_RESTORE notes.
8118 2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
8120         PR middle-end/50386
8121         PR middle-end/50326
8122         * tree-sra.c (build_ref_for_model): Use the type of the field as
8123         the type of the COMPONENT_REF.
8125 2011-09-27  Jeff Law  <law@redhat.com>
8127         * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument.  Scale
8128         non-jumping insns by REG_BR_PROB_BASE and the maximum cost by SCALE.
8129         (find_if_case_1): Use the probability of the THEN clause when
8130         determining if speculation is profitable.
8131         (find_if_case_2): Similarly for the ELSE clause.
8133 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
8135         * common.opt: Add -foptimize-strlen option.
8136         * Makefile.in (OBJS): Add tree-ssa-strlen.o.
8137         (tree-sssa-strlen.o): Add dependencies.
8138         * opts.c (default_options_table): Enable -foptimize-strlen
8139         by default at -O2 if not -Os.
8140         * passes.c (init_optimization_passes): Add pass_strlen
8141         after pass_object_sizes.
8142         * timevar.def (TV_TREE_STRLEN): New timevar.
8143         * params.def (PARAM_MAX_TRACKED_STRLENS): New parameter.
8144         * tree-pass.h (pass_strlen): Declare.
8145         * tree-ssa-strlen.c: New file.
8146         * c-decl.c (merge_decls): If compatible stpcpy prototype
8147         is seen, set implicit_built_in_decls[BUILT_IN_STPCPY].
8149 2011-09-27  Tom de Vries  <tom@codesourcery.com>
8151         PR middle-end/43864
8152         * tree-ssa-tail-merge.c: New file.
8153         (struct same_succ_def): Define.
8154         (same_succ, const_same_succ): New typedef.
8155         (struct bb_cluster_def): Define.
8156         (bb_cluster, const_bb_cluster): New typedef.
8157         (struct aux_bb_info): Define.
8158         (BB_SIZE, BB_SAME_SUCC, BB_CLUSTER, BB_VOP_AT_EXIT): Define.
8159         (gvn_uses_equal): New function.
8160         (same_succ_print, same_succ_print_traverse, update_dep_bb)
8161         (stmt_update_dep_bb, local_def, same_succ_hash)
8162         (inverse_flags, same_succ_equal, same_succ_alloc, same_succ_delete)
8163         (same_succ_reset): New function.
8164         (same_succ_htab, same_succ_edge_flags)
8165         (deleted_bbs, deleted_bb_preds): New var.
8166         (debug_same_succ): New function.
8167         (worklist): New var.
8168         (print_worklist, add_to_worklist, find_same_succ_bb, find_same_succ)
8169         (init_worklist, delete_worklist, delete_basic_block_same_succ)
8170         (same_succ_flush_bbs, purge_bbs, update_worklist): New function.
8171         (print_cluster, debug_cluster, update_rep_bb)
8172         (add_bb_to_cluster, new_cluster, delete_cluster): New function.
8173         (all_clusters): New var.
8174         (alloc_cluster_vectors, reset_cluster_vectors, delete_cluster_vectors)
8175         (merge_clusters, set_cluster): New function.
8176         (gimple_equal_p, gsi_advance_bw_nondebug_nonlocal, find_duplicate)
8177         (same_phi_alternatives_1, same_phi_alternatives, bb_has_non_vop_phi)
8178         (deps_ok_for_redirect_from_bb_to_bb, deps_ok_for_redirect)
8179         (find_clusters_1, find_clusters): New function.
8180         (update_vuses, vop_phi, vop_at_entry, replace_block_by): New function.
8181         (update_bbs): New var.
8182         (apply_clusters): New function.
8183         (update_debug_stmt, update_debug_stmts): New function.
8184         (tail_merge_optimize): New function.
8185         tree-pass.h (tail_merge_optimize): Declare.
8186         * tree-ssa-pre.c (execute_pre): Use tail_merge_optimize.
8187         * Makefile.in (OBJS-common): Add tree-ssa-tail-merge.o.
8188         (tree-ssa-tail-merge.o): New rule.
8189         * opts.c (default_options_table): Set OPT_ftree_tail_merge by
8190         default at OPT_LEVELS_2_PLUS.
8191         * tree-ssa-sccvn.c (vn_valueize): Move to ...
8192         * tree-ssa-sccvn.h (vn_valueize): Here.
8193         * timevar.def (TV_TREE_TAIL_MERGE): New timevar.
8194         * common.opt (ftree-tail-merge): New switch.
8195         * params.def (PARAM_MAX_TAIL_MERGE_COMPARISONS)
8196         (PARAM_MAX_TAIL_MERGE_ITERATIONS): New parameter.
8197         * doc/invoke.texi (Optimization Options, -O2): Add -ftree-tail-merge.
8198         (-ftree-tail-merge, max-tail-merge-comparisons)
8199         (max-tail-merge-iterations): New item.
8201 2011-09-27  Jan Hubicka  <jh@suse.cz>
8203         * ipa-inline-analysis.c (MAX_TIME): Reduce to avoid overflows.
8205 2011-09-27  Jan Hubicka  <jh@suse.cz>
8207         * ipa-inline-analysis.c (eliminated_by_inlining_prob): Handle
8208         parameters passed by reference; handle loads from non-SSA scalars
8209         and update comments.
8211 2011-09-27  Bernd Schmidt  <bernds@codesourcery.com>
8213         PR rtl-optimization/50249
8214         * reload1.c (reload_reg_reaches_end_p): Accept a reloadnum argument
8215         instead of opnum and type.  All callers changed.  Remove useless
8216         declaration.
8217         Search forward for other reloads of the same type for the same operand
8218         using the same register; if any are found, return false.
8219         (reload_regs_reach_end_p): Same argument changes; all callers changed.
8221 2011-09-27  Andi Kleen  <ak@linux.intel.com>
8222             Jan Hubicka  <jh@suse.cz>
8224         * doc/invoke.texi (ffat-lto-objects): Document.
8225         * toplev.c (compile_file): Do not output assembly when doing slim lto;
8226         Output __gnu_slim_lto when doing slim lto.
8227         * cgraphunit.c (ipa_passes): Do only analysis when producing slim lto.
8228         (cgraph_optimize): Return early when doing slim lto.
8229         * opts.c (finish_options): Complain about lack of linker plugin
8230         when doing slim lto.
8231         * common.opt (ffat-lto-objects): New.
8233 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
8235         * ipa-inline-analysis.c (predicate_probability): Avoid comparison
8236         between signed and unsigned.
8238 2011-09-27  Ira Rosen  <ira.rosen@linaro.org>
8240         * tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block
8241         vectorization.
8242         (vectorizable_type_promotion): Likewise.
8243         (vect_analyze_stmt): Call vectorizable_type_demotion and
8244         vectorizable_type_promotion for basic blocks.
8245         (supportable_widening_operation): Don't assume loop vectorization.
8246         * tree-vect-slp.c (vect_build_slp_tree): Allow multiple types for
8247         basic blocks.  Update vectorization factor for basic block
8248         vectorization.
8249         (vect_analyze_slp_instance): Allow multiple types for basic block
8250         vectorization.  Recheck unrolling factor after construction of SLP
8251         instance.
8253 2011-09-27  Richard Guenther  <rguenther@suse.de>
8255         * tree-object-size.c (compute_object_sizes): Fix dumping of
8256         folded statement.
8258 2011-09-27  Richard Guenther  <rguenther@suse.de>
8260         PR tree-optimization/50363
8261         * tree-ssa-pre.c (create_expression_by_pieces): Handle
8262         pointer conversions in POINTER_PLUS_EXPRs properly.
8264 2011-09-27  Richard Sandiford  <richard.sandiford@linaro.org>
8266         * config/arm/neon.md (neon_vget_highv16qi, neon_vget_highv8hi)
8267         (neon_vget_highv4si, neon_vget_highv4sf, neon_vget_highv2di)
8268         (neon_vget_lowv16qi, neon_vget_lowv8hi, neon_vget_lowv4si)
8269         (neon_vget_lowv4sf, neon_vget_lowv2di): Turn into define_expands
8270         that produce subreg moves.  Define using VQX iterators.
8272 2011-09-27  Georg-Johann Lay  <avr@gjlay.de>
8274         * config/avr/avr.md (ashrqi3): Split alternative "n"
8275         into its remaining parts C03, C04, C05, C06, C07 and describe
8276         impact in CC by attribute "cc" appropriately.
8277         * config/avr/avr.c (notice_update_cc): Clean-up: Don't patch CC0
8278         by digging RTX.
8280 2011-09-27  Jakub Jelinek  <jakub@redhat.com>
8282         * rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE
8283         from 3 x MAX_MACHINE_MODE.
8284         (CONSTM1_RTX): Define.
8285         * emit-rtl.c (const_tiny_rtx): Change into array of
8286         4 x MAX_MACHINE_MODE from 3 x MAX_MACHINE_MODE.
8287         (gen_rtx_CONST_VECTOR): Use CONSTM1_RTX if all inner constants are
8288         CONSTM1_RTX.
8289         (init_emit_once): Initialize CONSTM1_RTX for MODE_INT and
8290         MODE_VECTOR_INT modes.
8291         * simplify-rtx.c (simplify_binary_operation_1) <case IOR, XOR, AND>:
8292         Optimize if one operand is CONSTM1_RTX.
8293         * config/i386/i386.c (ix86_expand_sse_movcc): Optimize mask ? -1 : x
8294         into mask | x.
8296 2011-09-26  David S. Miller  <davem@davemloft.net>
8298         * config/sparc/sparc.md (edge{8,16,32}{,l}): Return Pmode.
8299         (fcmp{le,ne,gt,eq}{16,32}): Likewise.
8300         * config/sparc/visintrin.h: Update edge and pixel-compare
8301         intrinsics to return 'long' instead of 'int'.
8302         * doc/extend.texi: Update documentation to match.
8303         * config/sparc/sparc.c (eligible_for_return_delay): When leaf or
8304         flat, allow any instruction.  Otherwise, when V9 allow parallels
8305         which consist only of sets to registers outside of %o0 to %o5.
8306         (sparc_vis_init_builtins): Update VIS builtin types for edge
8307         and pixel-compare.
8309         * config/sparc/sparc.c (sparc_conditional_register_usage): When VIS
8310         is enabled, mark %gsr as global.
8311         * config/sparc/sparc.md (UNSPEC_WRGSR): Delete.
8312         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus): Don't wrap in an unspec.
8314         * config/sparc/sparc-c.c: New file implementing sparc_target_macros,
8315         which will now define __VIS and __VIS__ when -mvis is enabled.
8316         * config/sparc/t-sparc: Likewise.
8317         * config.gcc: Add sparc-c.o to c_target_objs and cxx_target_objs,
8318         and add t-sparc to tmake_file for all sparc targets.
8319         * config/sparc/sparc-protos.h (sparc_target_macros): Declare.
8320         * config/sparc/sparc.h (TARGE_CPU_CPP_BUILTINS): Call it.
8322         * config/sparc/sparc.c (sparc_vis_init_builtins): Add explicit
8323         builtins for VIS vector addition and subtraction.
8324         * config/sparc/visintrin.h (__vis_fpadd16, __vis_fpadd16s,
8325         __vis_fpadd32, __vis_fpadd32s, __vis_fpsub16, __vis_fpsub16s,
8326         __vis_fpsub32, __vis_fpsub32s): New.
8327         * doc/extend.texi: Document new VIS intrinsics.
8329 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
8331         * config/avr/avr.md (peephole casesi+2): Use -1 instead of 65536.
8332         * config/avr/avr.c (avr_out_compare): Print shorter sequence for
8333         EQ/NE comparisons against +/-1 in the case of unused-after,
8334         non-ld-regs target.
8336 2011-09-26  Jakub Jelinek  <jakub@redhat.com>
8338         * gimple-fold.c (gimplify_and_update_call_from_tree): Set
8339         gctx.into_ssa after push_gimplify_context.
8341         * gimple.c (gimple_build_call_valist): New function.
8342         * gimple.h (gimple_build_call_valist): New prototype.
8343         * tree-ssa-propagate.c (finish_update_gimple_call): New function.
8344         (update_gimple_call): Likewise.
8345         (update_call_from_tree): Use finish_update_gimple_call.
8346         * tree-ssa-propagate.h (update_gimple_call): New prototype.
8348 2011-09-26  Richard Guenther  <rguenther@suse.de>
8350         PR tree-optimization/50472
8351         * gimple-fold.c (fold_const_aggregate_ref_1): Do not fold
8352         volatile references.
8354 2011-09-26  Bingfeng Mei <bmei@broadcom.com>
8356         * doc/tm.texi: Correct documentation for TARGET_ADDR_SPACE_SUBSET_P.
8357         * target.def: (addr_space_subset_p): Likewise.
8359 2011-09-26  Tom de Vries  <tom@codesourcery.com>
8361         * tree-ssa-alias.h (pt_solution_singleton_p): Declare.
8362         * tree-ssa-structalias.c (pt_solution_singleton_p): New function.
8363         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Set points-to solution
8364         of new var.
8366 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
8368         PR target/50465
8369         * config/avr/avr-protos.h (output_reload_insisf): Don't pass insn.
8370         * config/avr/avr.md (*reload_insi, *reload_insf): Change call to
8371         output_reload_insisf.
8372         (adjust_len): Set default to "no".
8373         Remove alternative "yes".  Add alternatives: "mov8", "mov16",
8374         "mov32", "ashlqi", "ashrqi", "lshrqi", "ashlhi", "ashrhi",
8375         "lshrhi", "ashlsi, "ashrsi", "lshrsi".
8376         (*movqi, *movhi, *movsi, *ashlqi3, ashlhi3, ashlsi3,
8377         *ashlhi3_const, *ashlsi3_const, ashrqi3, ashrhi3, ashrsi3,
8378         *ashrhi3_const, *ashrsi3_const, *lshrqi3, lshrhi3, *lshrhi3_const,
8379         *lshrsi3_const): Set attribute "adjust_len".
8380         * config/avr/avr.c (output_reload_insisf): Remove parameter "insn".
8381         (output_movsisf): Don't pass insn to output_reload_insisf.
8382         (adjust_insn_length): Handle new alternatives to adjust_len.
8383         Remove handling of ADJUST_LEN_YES.  Clean-up code.
8385 2011-09-26  Eric Botcazou  <ebotcazou@adacore.com>
8387         * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of
8388         may_trap_p to detect loads that may trap of fault.
8390 2011-09-26  Georg-Johann Lay  <avr@gjlay.de>
8392         * config/avr/avr-protos.h (output_reload_inhi): Change prototype.
8393         * config/avr/avr.md (adjust_len): Add "reload_in16" alternative.
8394         (*reload_inhi): Use it.  Adapt call to output_reload_inhi to new
8395         prototype.
8396         (*movhi): Split constraint alternative "r,rL" into "r,r" and "r,L".
8397         * config/avr/avr.c: Rename output_reload_insisf_1 to
8398         output_reload_in_const.
8399         (avr_popcount_each_byte): Handle SFmode, too.
8400         (output_reload_in_const): Change so it can handle HI loads, too.
8401         Use avr_popcount_each_byte to work out if scratch register must be
8402         created on the fly.
8403         (output_reload_inhi): Rewrite using output_reload_in_const and...
8404         (output_movhi): ...use it to print constants' loads.
8405         (adjust_insn_length): New case ADJUST_LEN_RELOAD_IN16. Cleanup code.
8407 2011-09-25  David S. Miller  <davem@davemloft.net>
8409         * config/sparc/constraints.md (C, P, Z): New constraints for
8410         const_doube, const_int, and const_vector "all ones" values.
8411         Make unused constraint letters comment match reality.
8412         * config/sparc/predicates.md (const_all_ones_operand,
8413         register_or_zero_or_all_ones_operand): New predicates.
8414         * config/sparc/sparc.c (sparc_expand_move): Allow all ones
8415         as well as zero constants when VIS.
8416         (sparc_legitimate_constant_p): Likewise.
8417         * config/sparc/sparc.md (movsi_insn): Add fones alternative.
8418         (movsf_insn): Likewise
8419         (movdi_insn_sp64): Add fone alternative.
8420         (movdf_insn_sp32_v9): Likewise.
8421         (movdf_insn_sp64): Likewise.
8423         * configure.ac: Add feature check to make sure the assembler
8424         supports the FMAF, HPC, and VIS 3.0 instructions found on
8425         Niagara-3 and later cpus.
8426         * configure: Rebuild.
8427         * config.in: Likewise.
8428         * config/sparc/sparc.opt: New option '-mfmaf'.
8429         * config/sparc/sparc.md: Add float fused multiply-add patterns.
8430         * config/sparc/sparc.h (AS_NIAGARA3_FLAG): New macro.
8431         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Use it, as needed.
8432         * config/sparc/sol2.h (ASM_CPU32_DEFAULT_SPEC,
8433         ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC): Likewise.
8434         * config/sparc/sparc.c (sparc_option_override): Turn MASK_FMAF on
8435         by default for Niagara-3 and later.  Turn it off if TARGET_FPU is
8436         disabled.
8437         (sparc_rtx_costs): Handle 'FMA'.
8438         * doc/invoke.texi: Document -mfmaf.
8440 2011-09-25  Jakub Jelinek  <jakub@redhat.com>
8442         * tree-ssa-structalias.c (intra_create_variable_infos): Treat
8443         TYPE_RESTRICT REFERENCE_TYPE parameters like restricted
8444         DECL_BY_REFERENCE parameters.
8446 2011-09-25  Eric Botcazou  <ebotcazou@adacore.com>
8448         * tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore
8449         if there is no outgoing edge.
8451         * tree-scalar-evolution.c (simple_iv): Accept all kinds of pointer and
8452         integral types.
8454 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
8456         * tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part
8457         of vect_analyze_bb here.
8458         (vect_analyze_bb): Loop over vector sizes calling vect_analyze_bb_1.
8460 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
8462         * tree-data-ref.c (dr_analyze_innermost): Add new argument.
8463         Allow not simple iv if analyzing basic block.
8464         (create_data_ref): Update call to dr_analyze_innermost.
8465         (stmt_with_adjacent_zero_store_dr_p, ref_base_address): Likewise.
8466         * tree-loop-distribution.c (generate_memset_zero): Likewise.
8467         * tree-predcom.c (find_looparound_phi): Likewise.
8468         * tree-data-ref.h (dr_analyze_innermost): Add new argument.
8470 2011-09-24  David S. Miller  <davem@davemloft.net>
8472         * config/sparc/sparc.h (FIRST_PSEUDO_REGISTER): Bump to 103.
8473         (SPARC_GSR_REG): Define.
8474         (FIXED_REGISTERS): Mark GSR as fixed.
8475         (CALL_USED_REGISTERS): Mark GSR as call used.
8476         (HARD_REGNO_NREGS): GSR is always 1 register.
8477         (REG_CLASS_CONTENTS): Add GSR to ALL_REGS.
8478         (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER): Add GSR to the end.
8479         (REGISTER_NAMES): Add "%gsr".
8480         * config/sparc/sparc.md (UNSPEC_ALIGNADDR, UNSPEC_ALIGNADDRL): Delete.
8481         (UNSPEC_WRGSR): New unspec.
8482         (GSR_REG): New constant.
8483         (type): Add new insn type 'gsr'.
8484         (fpack16_vis, fpackfix_vis, fpack32_vis,
8485         faligndata<V64I:MODE>_vis)): Add use of GSR_REG.
8486         (wrgsr_vis, *wrgsr_sp64, wrgsr_v8plus, rdgsr_vis, *rdgsr_sp64,
8487         rdgsr_v8plus): New expanders and insns.
8488         (alignaddr<P:mode>_vis, alignaddrl<P:mode>_vis): Reimplement
8489         using patterns which show that this is a plus in addition to a
8490         modification of GSR_REG, instead of an unspec.
8491         * config/sparc/ultra1_2.md: Handle 'gsr'.
8492         * config/sparc/ultra3.md: Likewise.
8493         * config/sparc/niagara.md: Likewise.
8494         * config/sparc/niagara2.md: Likewise.
8495         * config/sparc/sparc.c (leaf_reg_remap, sparc_leaf_regs): Fill out
8496         end of table.
8497         (sparc_option_override): Make -mvis imply -mv8plus.
8498         (hard_32bit_mode_classes, hard_64bit_mode_classes): Add entries
8499         for %gsr.
8500         (sparc_vis_init_builtins): Build __builtin_vis_write_gsr and
8501         __builtin_vis_read_gsr.
8502         (sparc_expand_buildin): Handle builtins that take one argument and
8503         return void.
8504         (sparc_fold_builtin): Never fold writes to %gsr.
8505         * config/sparc/visintrin.h (__vis_write_gsr, __vis_read_gsr): New.
8506         * doc/extend.texi: Document new VIS intrinsics.
8508 2011-09-23  Jan Hubicka  <jh@suse.cz>
8510         * ipa-inline-transform.c (inline_call): Add comment.
8511         * ipa-inline.h (inline_param_summary): New structure and vector.
8512         (struct inline_edge_summary): Add param field.
8513         * ipa-inline-analysis.c (CHANGED): New constant.
8514         (add_clause): Handle CHANGED and NOT_CONSTANT.
8515         (predicate_probability): New function.
8516         (dump_condition): Dump CHANGED predicate.
8517         (evaluate_conditions_for_known_args): Handle ERROR_MARK as marker
8518         of unknown function wide invariant.
8519         (evaluate_conditions_for_edge): Handle change probabilities.
8520         (inline_edge_duplication_hook): Copy param summaries.
8521         (inline_edge_removal_hook): Free param summaries.
8522         (dump_inline_edge_summary): Fix dumping of indirect edges and callee
8523         sizes; dump param summaries.
8524         (will_be_nonconstant_predicate): Use CHANGED predicate.
8525         (record_modified_bb_info): New structure.
8526         (record_modified): New function.
8527         (param_change_prob): New function.
8528         (estimate_function_body_sizes): Compute param summaries.
8529         (estimate_edge_size_and_time): Add probability argument.
8530         (estimate_node_size_and_time): Add inline_param_summary argument;
8531         handle predicate probabilities.
8532         (remap_predicate): Fix formating.
8533         (remap_edge_change_prob): New function.
8534         (remap_edge_summaries): Rename from ...; use remap_edge_change_prob.
8535         (remap_edge_predicates): ... this one.
8536         (inline_merge_summary): Remap edge summaries; handle predicate
8537         probabilities; remove param summaries after we are done.
8538         (do_estimate_edge_time): Update.
8539         (do_estimate_edge_growth): Update.
8540         (read_inline_edge_summary): Read param info.
8541         (inline_read_summary): Fix formating.
8542         (write_inline_edge_summary): Write param summaries.
8544 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
8546         * config/i386/i386.c (ix86_print_operand): Handle %~.
8547         (ix86_print_operand_punct_valid_p): Return true also for '~'.
8548         * config/i386/sse.md (i128): New mode_attr.
8549         (vec_extract_hi_<mode>, vec_extract_hi_<mode>,
8550         avx_vbroadcastf128_<mode>, *avx_vperm2f128<mode>_full,
8551         *avx_vperm2f128<mode>_nozero, vec_set_lo_<mode>,
8552         vec_set_hi_<mode>, *vec_concat<mode>_avx): Use <i128> in the
8553         patterns, use "<sseinsnmode>" for "mode" attribute.
8554         (vec_extract_hi_v16hi, vec_extract_hi_v32qi, vec_set_lo_v16hi,
8555         vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Use
8556         %~128 in the patterns, use "OI" for "mode" attribute.
8558 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
8560         PR target/50447
8561         * config/avr/avr.md (adjust_len): Add alternatives "tsthi",
8562         "tstsi", "compare".
8563         (*cmpqi_sign_extend): Use s8_operand.
8564         (*cmphi, *cmpsi): Rewrite using avr_out_compare.
8565         * config/avr/avr-protos.h (compare_diff_p, compare_eq_p): Remove
8566         prototypes.
8567         (out_tsthi, out_tstsi): Remove prototypes.
8568         (avr_out_tsthi, avr_out_tstsi): New prototypes.
8569         * config/avr/avr.c (out_tsthi, out_tstsi): Remove functions.
8570         (avr_asm_len): Negative length now sets *plen to -length.
8571         (compare_sign_p): Return bool instead of int.
8572         (compare_diff_p, compare_eq_p): Ditto and make static.
8573         (avr_out_tsthi): New function.
8574         (avr_out_tstsi): New function.
8575         (avr_out_compare): New function.
8576         (adjust_insn_length): Handle ADJUST_LEN_TSTHI, ADJUST_LEN_TSTSI,
8577         ADJUST_LEN_COMPARE.
8579 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
8581         PR target/50447
8582         * config/avr/avr.md: (adjust_len): Add alternative "out_plus".
8583         (addsi3): Rewrite using QI scratch register.  Adjust text
8584         peepholes using plus:SI.
8585         (*addsi3_zero_extend.hi): New insn.
8586         (*subsi3_zero_extend.hi): New insn.
8587         (*subhi3_zero_extend1): Set attribute "cc" to "set_czn".
8588         (*subsi3_zero_extend): Ditto.
8589         (subsi3): Change predicate #2 to register_operand.
8590         * config/avr/avr-protos.h (avr_out_plus): New prototype.
8591         (avr_out_plus_1): New static function.
8592         (avr_out_plus): New function.
8593         (adjust_insn_length): Handle ADJUST_LEN_OUT_PLUS.
8595 2011-09-23  Jakub Jelinek  <jakub@redhat.com>
8597         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): For
8598         GE/GT/UNLE/UNLT swap arguments and condition even for TARGET_AVX.
8600 2011-09-23  Ian Lance Taylor  <iant@google.com>
8602         * godump.c (go_define): Treat a single character in single quotes,
8603         or a string, as an operand.
8605 2011-09-23  Martin Jambor  <mjambor@suse.cz>
8607         * ipa-prop.h (jump_func_type): Updated comments.
8608         (ipa_known_type_data): New type.
8609         (ipa_jump_func): Use it to describe known type jump functions.
8610         * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Updated to
8611         reflect the new known type jump function contents.
8612         (compute_known_type_jump_func): Likewise.
8613         (combine_known_type_and_ancestor_jfs): Likewise.
8614         (try_make_edge_direct_virtual_call): Likewise.
8615         (ipa_write_jump_function): Likewise.
8616         (ipa_read_jump_function): Likewise.
8617         * ipa-cp.c (ipa_value_from_known_type_jfunc): New function.
8618         (ipa_value_from_jfunc): Use ipa_value_from_known_type_jfunc.
8619         (propagate_accross_jump_function): Likewise.
8621 2011-09-23  Georg-Johann Lay  <avr@gjlay.de>
8623         PR target/50446
8624         * config/avr/avr.md (rotlqi3): Support all offsets 0..7.
8625         (rotlqi3_4): Turn insn into expander.
8626         (*rotlqi3): New insn.
8627         (rotlhi3, rotlsi3): Support rotate left/right by 1.
8628         (*rotlhi2.1, *rotlhi2.15): New insns.
8629         (*rotlsi2.1, *rotlsi2.31): New insns.
8630         * config/avr/constraints.md (C03, C05, C06, C07): New constraints.
8632 2011-09-23  Bin Cheng  <bin.cheng@arm.com>
8634         * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch and processors.
8636 2011-09-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
8638         * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
8640 2011-09-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8642         * reload.c (find_reloads): Set operand_mode to Pmode for address
8643         operands consisting of just a CONST_INT.
8645 2011-09-22  Uros Bizjak  <ubizjak@gmail.com>
8647         PR target/50482
8648         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
8649         blendv, force op_true to register if it doesn't satisfy
8650         nonimmediate_operand predicate.
8652 2011-09-22  Richard Sandiford  <rdsandiford@googlemail.com>
8654         PR middle-end/50113
8655         PR middle-end/50061
8656         * calls.c (emit_library_call_value_1): Use BLOCK_REG_PADDING to
8657         get the locate.where_pad value for register-only arguments.
8658         * config/arm/arm.c (arm_pad_arg_upward): Remove HFmode handling.
8659         (arm_pad_reg_upward): Handle null types.
8661 2011-09-22  Jan Hubicka  <jh@suse.cz>
8663         * ipa-inline-analysis.c: Fix overly long lines.
8665 2011-09-22  Jan Hubicka  <jh@suse.cz>
8667         * ipa-inline-transform.c (inline_call): Always update jump functions
8668         after inlining.
8669         * ipa-inline.c (ipa_inline): Likewise; do not call
8670         ipa_create_all_structures_for_iinln.
8671         (ipa_inline): Always free jump functions.
8672         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Remove hack.
8673         (remap_edge_predicates): Fix pasto.
8674         (inline_merge_summary): Remove nlined edge predicate; remove hack.
8675         (inline_analyze_function): Always initialize jump functions.
8676         (inline_generate_summary): Likewise.
8677         (inline_write_summary): Always write jump functions when ipa-cp
8678         is not doing that.
8679         (inline_read_summary): Always read jump functions when ipa-cp
8680         is not doing that.
8681         * ipa-prop.c (iinlining_processed_edges): Remove.
8682         (update_indirect_edges_after_inlining): Do not use
8683         iinlining_processed_edges; instead set param_index to -1.
8684         (propagate_info_to_inlined_callees): Only try to indirect inlining
8685         when asked to do so; update jump functions of indirect calls, too;
8686         remove jump functions of the inlined edge.
8687         (ipa_edge_duplication_hook): Do not copy iinlining_processed_edges.
8688         (ipa_create_all_structures_for_iinln): Remove.
8689         (ipa_free_all_structures_after_iinln): Do not free
8690         iinlining_processed_edges.
8691         * ipa-prop.h (ipa_create_all_structures_for_iinln): Remove.
8693 2011-09-22  Richard Sandiford  <richard.sandiford@linaro.org>
8695         * config/arm/predicates.md (expandable_comparison_operator): New
8696         predicate, extracted from...
8697         (arm_comparison_operator): ...here.
8698         * config/arm/arm.md (cbranchsi4, cbranchsf4, cbranchdf4, cbranchdi4)
8699         (cstoresi4, cstoresf4, cstoredf4, cstoredi4, movsicc, movsfcc)
8700         (movdfcc): Use expandable_comparison_operator.
8702 2011-09-22  Georg-Johann Lay  <avr@gjlay.de>
8704         PR target/50447
8705         PR target/50465
8706         * config/avr/avr-protos.h (avr_out_bitop): New prototype.
8707         (avr_popcount_each_byte): New prototype.
8708         * config/avr/avr.c (avr_popcount): New static function.
8709         (avr_popcount_each_byte): New function.
8710         (avr_out_bitop): New function.
8711         (adjust_insn_length): ADJUST_LEN_OUT_BITOP dispatches to
8712         avr_out_bitop.  Cleanup code.
8713         * config/avr/constraints.md (Ca2, Co2, Cx2): New constraints.
8714         (Ca4, Co4, Cx4): New constraints.
8715         * config/avr/avr.md (adjust_len): Add "out_bitop" insn attribute
8716         alternative.
8717         (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
8718         (andsi3, iorsi3, xorsi3): Ditto.
8719         (*iorhi3_clobber, *iorsi3_clobber): Remove insns.
8721 2011-09-22  Ira Rosen  <ira.rosen@linaro.org>
8723         PR tree-optimization/50451
8724         * tree-vect-slp.c (vect_get_constant_vectors): Don't fail for
8725         constant operands in reduction.
8726         (vect_get_slp_defs): Don't create vector operand for NULL scalar
8727         operand.
8729 2011-09-22  David S. Miller  <davem@davemloft.net>
8731         * config/sparc/sparc.c (sparc_vis_init_builtins): Do not mark
8732         fpack16, fpack32, fpackfix as const.
8734         * config/sparc/sparc.md (G[0-7]_REG, O[0-7]_REG, L[0-7]_REG,
8735         I[0-7]_REG, F[0-62]_REG, FCC[0-3]_REG, CC_REG, SFP_REG): New
8736         constants.  Use them everywhere.
8738 2011-09-22  Oleg Endo  <oleg.endo@t-online.de>
8740         * config/sh/sh.c (andcosts): Renamed to and_xor_ior_costs.
8741         Added AND special case.  Adapted comments.
8742         (sh_rtx_costs): Added XOR and IOR case.
8744 2011-09-21  Jan Hubicka  <jh@suse.cz>
8746         * ipa-inline-analsis.c (compute_inline_parameters): Set
8747         cfun and current_function_decl.
8749 2011-09-21  Jan Hubicka  <jh@suse.cz>
8751         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Allow
8752         handled components in parameter of builtin_constant_p.
8753         (will_be_nonconstant_predicate): Allow loads of non-SSA parameters.
8755 2011-09-21  Jan Hubicka  <jh@suse.cz>
8757         * ipa-inline.c (relative_time_benefit): Fix wrong bracketting.
8758         * ipa-inline.h (estimate_edge_time): Fix pasto.
8759         * ipa-inline-analysis.c (do_estiamte_edge_time): Remove capping.
8761 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
8763         * config/i386/i386.c (ix86_expand_sse_movcc): Use
8764         blendvps, blendvpd and pblendvb if possible.
8766 2011-09-21  Uros Bizjak  <ubizjak@gmail.com>
8768         PR target/50464
8769         * config/i386/sse.md (xop_pcmov_<mode><avxsizesuffix>): Change
8770         operand 1 predicate to register_operand and operand 2 predicate
8771         to nonimmediate_operand.
8772         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
8773         xop_pcmov, force op_true to register.  Also, force op_false to
8774         register if it doesn't satisfy nonimmediate_operand predicate.
8776 2011-09-21  Kirill Yukhin  <kirill.yukhin@intel.com>
8778         * config/i386/bmi2intrin.h (_mulx_u64): New.
8779         (_mulx_u32): Ditto.
8781 2011-09-21  Jan Hubicka  <jh@suse.cz>
8783         PR tree-optimization/50433
8784         * ipa-inline-analysis.c (eliminated_by_inlining_prob):
8785         Use get_base_address.
8787 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
8789         * config/i386/sse.md (<code><mode>3 smaxmin:VI124_128 expander): Use
8790         nonimmediate_operand instead of register_operand predicate for operands
8791         1 and 2, force them into registers if expanding them as comparison.
8792         (<code><mode>3 umaxmin:VI124_128 expander): Similarly.  For UMAX
8793         V8HImode force into register just operand 1.
8795 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
8797         PR target/45099
8798         * config/avr/avr.c (avr_function_arg_advance): Change error to
8799         warning if a fixed register is needed as function argument.
8801 2011-09-21  Georg-Johann Lay  <avr@gjlay.de>
8803         PR target/50449
8804         PR target/50465
8805         * config/avr/avr.md (adjust_len): New insn attribute.
8806         (*reload_insi, *reload_insf): Use it.
8807         (*movsi, *movsf): Use new interface of output_movsisf.
8808         * config/avr/avr-protos.h (output_movsisf): Change prototype.
8809         * config/avr/avr.c (output_movsisf): Ditto.
8810         (adjust_insn_length): Use insn attribute "adjust_len" to adjust
8811         lengths of insns *reload_insi, *reload_insf.
8812         (output_reload_insisf_1): New static function.
8813         (output_reload_insisf): Use it.
8815 2011-09-21  David S. Miller  <davem@davemloft.net>
8817         * config/sparc/sparc.c (def_builtin): Change from macro into function.
8818         (def_builtin_const): New.
8819         (sparc_vis_init_builtins): Use def_builtin_const for all VIS builtins
8820         other than alignaddr and falignaddr.
8822         * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE, UNSPEC_FCMPGT,
8823         UNSPEC_FCMPEQ): New unspec codes.
8824         (fcmple16_vis, fcmple32_vis, fcmpne16_vis, fcmpne32_vis, fcmpgt16_vis,
8825         fcmpgt32_vis, fcmpeq16_vis, fcmpeq32_vis): New patterns.
8826         * config/sparc/sparc.c (sparc_vis_init_builtins): Create builtins for
8827         new pixel compare VIS patterns.
8828         * config/sparc/visintrin.h (__vis_fcmple16, __vis_fcmple32,
8829         __vis_fcmpne16, __vis_fcmpne32, __vis_fcmpgt16, __vis_fcmpgt32,
8830         __vis_fcmpeq16, __vis_fcmpeq32): New.
8831         * doc/extend.texi: Document new pixel compare VIS intrinsics.
8833 2011-09-21  Tom de Vries  <tom@codesourcery.com>
8835         * final.c (final): Handle if JUMP_LABEL is not LABEL_P.
8837 2011-09-20  David S. Miller  <davem@davemloft.net>
8839         * config/sparc/sparc.md (UNSPEC_ALIGNADDRL): New unspec.
8840         (aligneddrl<P:mode>_vis): New pattern.
8841         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
8842         edge32l_vis): Adjust to take Pmode arguments, and return SImode.
8843         * config/sparc/sparc.c (sparc_vis_init_builtins): Handle new
8844         alignaddrl insn, and adjust edge operations for updated types.
8845         * config/sparc/visintrin.h: Likewise.
8846         * doc/extend.texi: Make typing in VIS documentation match reality.
8848 2011-09-20  Terry Guo  <terry.guo@arm.com>
8850         * config/arm/arm-arches.def: Add armv6s-m.
8851         * config/arm/arm-tables.opt: Regenerate.
8853 2011-09-20  Wei Guozhi  <carrot@google.com>
8855         PR rtl-optimization/49452
8856         * postreload.c (reload_combine): Invalidate use information when across
8857         volatile insn.
8859 2011-09-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
8861         * haifa-sched.c (has_edge_p, prev_non_location_insn, check_cfg):
8862         Remove maintenance overhead.
8863         (haifa_sched_init, sched_finish): Update.
8865 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
8867         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use if_then_else RTX
8868         to calculate unit, prefix_rep and prefix_data16 attributes.
8869         (*mov<mode>_internal): Ditto for unit attribute.
8870         (*movv2sf_internal_rex64): Ditto for unit and prefix_rep attributes.
8871         (*movv2sf_internal): Ditto.
8872         * config/i386/sse.md (VI1248_256): Remove mode iterator.
8873         (avx2_eq<mode>3): Use VI_256 instead of VI1248_256.
8874         (*avx2_eq<mode>3): Ditto.
8875         (avx2_gt<mode>3): Ditto.
8877 2011-09-19  Uros Bizjak  <ubizjak@gmail.com>
8879         * config/i386/i386.md (maxmin): New code iterator.
8880         * config/i386/sse.md (<maxmin:code><mode>3): Macroize expander
8881         from <umaxmin:code><mode>3 and <smaxmin:code><mode>3 using maxmin
8882         code iterator.
8883         (*avx2_<maxmin:code><mode>3): Macroize isn from
8884         *avx2_<umaxmin:code><mode>3 and *avx2_<smaxmin:code><mode>3 using
8885         maxmin code iterator.
8886         (<smaxmin:code><VI124_128:mode>3): Merge with <smaxmin:code>v8hi3.
8887         (<umaxmin:code><VI124_128:mode>3): Merge with umaxv4si3 and
8888         <umaxmin:code>v16qi3.
8890 2011-09-19  Alan Modra  <amodra@gmail.com>
8891             Michael Meissner  <meissner@linux.vnet.ibm.com>
8893         PR target/50341
8894         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Do not
8895         split the load of the indirect function's TOC from the call to
8896         prevent the compiler from moving the load of the new TOC above
8897         code that references the current function's TOC.
8898         (call_indirect_aix<ptrsize>_internal): Ditto.
8899         (call_indirect_aix<ptrsize>_nor11): Ditto.
8900         (call_indirect_aix<ptrsize>_internal2): Ditto.
8901         (call_value_indirect_aix<ptrsize>): Ditto.
8902         (call_value_indirect_aix<ptrsize>_internal): Ditto.
8903         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
8904         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
8906 2011-09-19  Jakub Jelinek  <jakub@redhat.com>
8908         * config/i386/sse.md (*sse4_1_extractps): Change into
8909         define_insn_and_split, add =x 0 n and =x x n alternatives
8910         and split them after reload.
8912 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
8914         * tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
8916 2011-09-19  Alexandre Oliva  <aoliva@redhat.com>
8918         * emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
8920 2011-09-19  Ira Rosen  <ira.rosen@linaro.org>
8922         PR tree-optimization/50413
8923         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
8924         a basic block if one of its data-refs can't be analyzed.
8926 2011-09-19  Paul Brook  <paul@codesourcery.com>
8928         * config/arm/predicates.md (shift_amount_operand): Check constant
8929         shift count is in range.
8930         (const_shift_operand): Remove.
8932 2011-09-18  Eric Botcazou  <ebotcazou@adacore.com>
8933             Iain Sandoe  <developer@sandoe-acoustics.co.uk>
8935         PR target/50091
8936         * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
8937         * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
8939 2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
8941         * config/i386/bmiintrin.h: Remove tmp.
8942         * config/i386/tbmintrin.h: Likewise.
8944 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
8946         PR tree-optimization/50414
8947         * tree-vect-slp.c (vect_get_constant_vectors): Handle MAX_EXPR and
8948         MIN_EXPR.
8950 2011-09-18  Ira Rosen  <ira.rosen@linaro.org>
8952         PR tree-optimization/50412
8953         * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
8954         acceses that require epilogue loop if vectorizing outer loop.
8956 2011-09-17  David S. Miller  <davem@davemloft.net>
8958         * config/sparc/sparc.md (UNSPEC_EDGE8, UNSPEC_EDGE8L,
8959         UNSPEC_EDGE16, UNSPEC_EDGE16L, UNSPEC_EDGE32, UNSPEC_EDGE32L):
8960         New unspecs.
8961         (define_attr type): New type 'edge'.
8962         (edge8_vis, edge8l_vis, edge16_vis, edge16l_vis, edge32_vis,
8963         edge32l_vis): New patterns.
8964         * config/sparc/ultra1_2.md: Add insn reservation for 'edge'.
8965         * config/sparc/ultra3.md: Likewise.
8966         * config/sparc/niagara.md: Likewise.
8967         * config/sparc/niagara2.md: Likewise.
8968         * config/sparc/sparc.d (sparc_vis_init_builtins): Generate
8969         builtins for VIS edge instructions.
8970         * config/sparc/visintrin.h (__vis_edge8, __vis_edge8l)
8971         (__vis_edge16, __vis_edge16l, __vis_edge32, __vis_edge32l): New
8972         intrinsics.
8973         (__v8qi, __v4qi): Make unsigned.
8974         (__vis_faligndatadi, ___vis_faligndatav2si, __vis_faligndatav4hi,
8975         __vis_faligndatav8qi, __vis_fmul8x16au, __vis_fmul8x16al,
8976         __vis_fpack32): Fix types.
8977         * doc/extend.texi: Document new 'edge' VIS intrinsics.
8979         * gcc/config/sparc/sparc.c (niagara2_costs): Adjust integer
8980         divide costs.
8981         (niagara3_costs): New.
8982         (sparc_option_override): Use it.
8983         * gcc/config/sparc/niagara2.md: Adjust with more accurate
8984         Niagara-3 reservations.
8986 2011-09-17  Jakub Jelinek  <jakub@redhat.com>
8988         * config/i386/sse.md (VIMAX_AVX2): Change V4DI to V2TI.
8989         (sse2_avx, sseinsnmode): Add V2TI.
8990         (REDUC_SMINMAX_MODE): New mode iterator.
8991         (reduc_smax_v4sf, reduc_smin_v4sf, reduc_smax_v8sf,
8992         reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df): Remove.
8993         (reduc_<code>_<mode>): New smaxmin and umaxmin expanders.
8994         (sse2_lshrv1ti3): Rename to...
8995         (<sse2_avx2>_lshr<mode>3): ... this.  Use VIMAX_AVX2 mode
8996         iterator.  Move before umaxmin expanders.
8997         * config/i386/i386.h (VALID_AVX256_REG_MODE,
8998         SSE_REG_MODE_P): Accept V2TImode.
8999         * config/i386/i386.c (ix86_expand_reduc): Handle V32QImode,
9000         V16HImode, V8SImode and V4DImode.
9002         * config/i386/i386.c (ix86_build_const_vector): Handle V8SImode
9003         and V4DImode.
9004         (ix86_build_signbit_mask): Likewise.
9005         (ix86_expand_int_vcond): Likewise.  Handle V16HImode and V32QImode.
9006         (bdesc_args): Use CODE_FOR_{s,u}m{ax,in}v{32q,16h,8s}i3
9007         instead of CODE_FOR_avx2_{s,u}m{ax,in}v{32q,16h,8s}i3.
9008         * config/i386/sse.md (avx2_<code><mode>3 umaxmin expand): Rename to...
9009         (<code><mode>3) ... this.
9010         (avx2_<code><mode>3 smaxmin expand): Rename to...
9011         (<code><mode>3) ... this.
9012         (smax<mode>3, smin<mode>3): Macroize using smaxmin code iterator.
9013         (smaxv2di3, sminv2di3): Macroize using smaxmin code iterator and
9014         VI8_AVX2 mode iterator.
9015         (umaxv2di3, uminv2di3): Macroize using umaxmin code iterator and
9016         VI8_AVX2 mode iterator.
9017         (vcond<V_256:mode><VI_256:mode>, vcondu<V_256:mode><VI_256:mode>):
9018         New expanders.
9020 2011-09-17  Richard Sandiford  <rdsandiford@googlemail.com>
9022         * config/ia64/itanium2.md: Use match_test rather than eq/ne symbol_ref
9023         throughout file.
9025 2011-09-16  David S. Miller  <davem@davemloft.net>
9027         * config/sparc/visintrin.h: New file.
9028         * config.gcc: Add it to extra_headers on sparc.
9030 2011-09-16  Jakub Jelinek  <jakub@redhat.com>
9032         * config/i386/i386.c (ix86_expand_reduc_v4sf): Rename to ...
9033         (ix86_expand_reduc): ... this.  Handle also V8SFmode and V4DFmode.
9034         * config/i386/sse.md (reduc_splus_v4sf, reduc_smax_v4sf,
9035         reduc_smin_v4sf): Adjust callers.
9036         (reduc_smax_v8sf, reduc_smin_v8sf, reduc_smax_v4df, reduc_smin_v4df):
9037         New expanders.
9039         * config/i386/sse.md (vec_extract_hi_<mode>,
9040         vec_extract_hi_v16hi, vec_extract_hi_v32qi): Use
9041         vextracti128 instead of vextractf128 for -mavx2 and
9042         integer vectors.  For V4DFmode fix up mode attribute.
9043         (VEC_EXTRACT_MODE): For TARGET_AVX add 32-byte vectors.
9044         (vec_set_lo_<mode>, vec_set_hi_<mode>): For VI8F_256 modes use V4DF
9045         instead of V8SF mode attribute.
9046         (avx2_extracti128): Change into define_expand.
9047         * config/i386/i386.c (ix86_expand_vector_extract): Handle
9048         32-byte vector modes if TARGET_AVX.
9050 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
9052         * config/avr/avr.md: (umulqihi3, mulqihi3): Write as one pattern.
9053         (umulqi3_highpart, smulqi3_highpart): Ditto.
9054         (*maddqihi4.const, *umaddqihi4.uconst): Ditto.
9055         (*msubqihi4.const, *umsubqihi4.uconst): Ditto.
9056         (*muluqihi3.uconst, *mulsqihi3.sconst): Ditto.
9058 2011-09-16  Georg-Johann Lay  <avr@gjlay.de>
9060         PR target/50358
9061         * config/avr/avr.md (*ashiftqihi2.signx.1): New insn.
9062         (*maddqi4, *maddqi4.const): New insns.
9063         (*msubqi4, *msubqi4.const): New insns.
9064         * config/avr/avr.c (avr_rtx_costs): Record costs of above in cases
9065         PLUS:QI and MINUS:QI.  Increase costs of multiply-add/-sub for
9066         HImode by 1 in the case of multiplying with a CONST_INT.
9067         Record cost of *ashiftqihi2.signx.1 in case ASHIFT:QI.
9069 2011-09-15   Jan Hubicka  <jh@suse.cz>
9071         PR lto/50430
9072         * gimple-fold.c (gimple_get_virt_method_for_binfo): Do not ICE on
9073         error_mark_node in the DECL_INITIAL of vtable.
9075 2011-09-15   Diego Novillo  <dnovillo@google.com>
9077         * Makefile.in (SYSROOT_CFLAGS_FOR_TARGET): Define from
9078         @SYSROOT_CFLAGS_FOR_TARGET@.
9079         * configure.ac (SYSROOT_CFLAGS_FOR_TARGET): Set from build-sysroot.
9080         * configure: Regenerate.
9081         (site.exp): Add definition of TEST_ALWAYS_FLAGS.
9082         Remove setting of GCC_UNDER_TEST.
9084 2011-09-15  Uros Bizjak  <ubizjak@gmail.com>
9086         * config/i386/i386.c (output_fp_compare): Return %v prefixed
9087         instruction mnemonics for TARGET_AVX.
9089         * config/i386/i386.md (*movdf_internal_rex64): use cond RTX in
9090         "type" attribute calculation.
9091         (*movdf_internal): Ditto.
9092         (*movsf_internal): Ditto.
9094 2011-09-15  James Greenhalgh  <james.greenhalgh@arm.com>
9096         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): New builtin macro.
9098 2011-09-15  Jason Merrill  <jason@redhat.com>
9100         PR c++/50361
9101         * expr.c (count_type_elements): Handle NULLPTR_TYPE.
9103 2011-09-15  Jan Hubicka  <jh@suse.cz>
9105         * ipa-inline-analysis.c (add_condition): Add conditions parameter;
9106         simplify obviously true clauses.
9107         (and_predicates, or_predicates): Add conditions parameter.
9108         (inline_duplication_hoook): Update.
9109         (mark_modified): New function.
9110         (unmodified_parm): New function.
9111         (eliminated_by_inlining_prob, (set_cond_stmt_execution_predicate,
9112         set_switch_stmt_execution_predicate, will_be_nonconstant_predicate):
9113         Use unmodified_parm.
9114         (estimate_function_body_sizes): Update.
9115         (remap_predicate): Update.
9117 2011-09-15  Ira Rosen  <ira.rosen@linaro.org>
9119         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow
9120         read-after-read dependencies in basic block SLP.
9122 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9124         * config/sparc/sparc.md: Use match_test rather than eq/ne symbol_ref
9125         throughout file.
9127 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9129         * config/sh/sh.md: Use match_test rather than eq/ne symbol_ref
9130         throughout file.
9132 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9134         * config/s390/s390.md: Use match_test rather than eq/ne symbol_ref
9135         throughout file.
9137 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9139         * config/rs6000/rs6000.md: Use match_test rather than eq/ne symbol_ref
9140         throughout file.
9141         * config/rs6000/constraints.md: Likewise.
9143 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9145         * config/microblaze/microblaze.md: Use match_test rather than
9146         eq/ne symbol_ref throughout file.
9148 2011-09-14  Richard Sandiford  <rdsandiford@googlemail.com>
9150         * config/bfin/bfin.md: Use match_test rather than eq/ne symbol_ref
9151         throughout file.
9153 2011-09-14  Tom de Vries  <tom@codesourcery.com>
9155         PR middle-end/50251
9156         * explow.c (emit_stack_restore): Set crtl->need_drap if
9157         stack_restore is emitted.
9159 2011-09-14  Julian Brown  <julian@codesourcery.com>
9161         * config/arm/arm.c (arm_override_options): Add unaligned_access
9162         support.
9163         (arm_file_start): Emit attribute for unaligned access as appropriate.
9164         * config/arm/arm.md (UNSPEC_UNALIGNED_LOAD)
9165         (UNSPEC_UNALIGNED_STORE): Add constants for unspecs.
9166         (insv, extzv): Add unaligned-access support.
9167         (extv): Change to expander. Likewise.
9168         (extzv_t1, extv_regsi): Add helpers.
9169         (unaligned_loadsi, unaligned_loadhis, unaligned_loadhiu)
9170         (unaligned_storesi, unaligned_storehi): New.
9171         (*extv_reg): New (previous extv implementation).
9172         * config/arm/arm.opt (munaligned_access): Add option.
9173         * config/arm/constraints.md (Uw): New constraint.
9174         * expmed.c (store_bit_field_1): Adjust bitfield numbering according
9175         to size of access, not size of unit, when BITS_BIG_ENDIAN !=
9176         BYTES_BIG_ENDIAN. Don't use bitfield accesses for
9177         volatile accesses when -fstrict-volatile-bitfields is in effect.
9178         (extract_bit_field_1): Likewise.
9180 2011-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
9182         * simplify-rtx.c (simplify_subreg): Check that the inner mode is
9183         a scalar integer before applying integer-only optimisations to
9184         inner arithmetic.
9186 2011-09-14  Bernd Schmidt  <bernds@codesourcery.com>
9188         * config/mips/mips.c (mips_expand_epilogue): Generate a
9189         simple_return only if the return address is in r31.
9191 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
9193         * cfgcleanup.c (try_head_merge_bb): If get_condition returns
9194         NULL for a jump that is a cc0 insn, pick the previous insn for
9195         move_before.
9197 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9199         * config/v850/v850.md: Use match_test rather than eq/ne symbol_ref
9200         throughout file.
9202 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9204         * config/pa/pa.md: Use match_test rather than eq/ne symbol_ref
9205         throughout file.
9207 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9209         * config/mn10300/mn10300.md: Use match_test rather than eq/ne
9210         symbol_ref throughout file.
9212 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9214         * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
9215         throughout file.
9217 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9219         * config/h8300/h8300.md: Use match_test rather than eq/ne symbol_ref
9220         throughout file.
9222 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
9224         * config/arm/arm.md: Use match_test rather than eq/ne symbol_ref
9225         throughout file.
9226         * config/arm/neon.md: Likewise.
9227         * config/arm/vfp.md: Likewise.
9228         * config/arm/thumb2.md: Likewise.
9229         * config/arm/cortex-m4.md: Likewise.
9231 2011-09-13  Sevak Sargsyan <sevak.sargsyan@ispras.ru>
9233         * config/arm/neon.md (neon_vabd<mode>_2, neon_vabd<mode>_3): New
9234         define_insn patterns for combine.
9236 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
9238         * reorg.c: Always define make_return_insns.
9240 2011-09-13  Jan Hubicka  <jh@suse.cz>
9242         PR other/49533
9243         * cgraphunit.c (assemble_thunks_and_aliases): Force alias to be output.
9245 2011-09-13  Jan Hubicka  <jh@suse.cz>
9247         PR other/49533
9248         * ipa-inline-transform.c (can_remove_node_now_p): Fix thunkos.
9250 2011-09-13  Paul Brook  <paul@codesourcery.com>
9252         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9253         (ARM_TARGET2_DWARF_FORMAT): Provide default definition.
9254         * config/arm/linux-eabi.h (ARM_TARGET2_DWARF_FORMAT): Define.
9255         * config/arm/symbian.h (ARM_TARGET2_DWARF_FORMAT): Define.
9256         * config/arm/uclinux-eabi.h(ARM_TARGET2_DWARF_FORMAT): Define.
9257         * config/arm/t-bpabi (EXTRA_HEADERS): Add unwind-arm-common.h.
9258         * config/arm/t-symbian (EXTRA_HEADERS): Add unwind-arm-common.h.
9259         * config/c6x/c6x.c (c6x_output_file_unwind): Don't rely on dwarf2 code
9260         enabling unwind tables.
9261         (c6x_debug_unwind_info): New function.
9262         (TARGET_ARM_EABI_UNWINDER): Define.
9263         (TARGET_DEBUG_UNWIND_INFO): Define.
9264         * config/c6x/c6x.h (DWARF_FRAME_RETURN_COLUMN): Define.
9265         (TARGET_EXTRA_CFI_SECTION): Remove.
9266         * config/c6x/t-c6x-elf (EXTRA_HEADERS): Set.
9267         * ginclude/unwind-arm-common.h: New file.
9269 2011-09-13  Georg-Johann Lay  <avr@gjlay.de>
9271         PR target/50358
9272         * config/avr/predicates.md (const_1_to_6_operand): New predicate.
9273         * config/avr/avr.md: (extend_s): New code attribute.
9274         (mul_r_d): New code attribute.
9275         (*maddqihi4, *umaddqihi4): New insns.
9276         (*msubqihi4, *umsubqihi4): New insns.
9277         (*usmaddqihi4, *sumaddqihi4): New insns.
9278         (*usmsubqihi4, *susubdqihi4): New insns.
9279         (*umaddqihi4.uconst, *maddqihi4.sconst): New insn-and-splits.
9280         (*umsubqihi4.uconst, *msubqihi4.sconst): New insn-and-splits.
9281         (*umsubqihi4.uconst.ashift): New insn-and-split.
9282         (*msubqihi4.sconst.ashift): New insn-and-split.
9283         (*sumaddqihi4.uconst): New insn-and-split.
9284         (*sumsubqihi4.uconst): New insn-and-split.
9285         * config/avr/avr.c (avr_rtx_costs): Report costs of above in case
9286         PLUS:HI and MINUS:HI.
9288 2011-09-13  Revital Eres  <revital.eres@linaro.org>
9290         modulo-sched.c (remove_node_from_ps): Return void instead of bool.
9291         (optimize_sc): Adjust call to remove_node_from_ps.
9292         (sms_schedule): Add print info.
9294 2011-09-13  Bernd Schmidt  <bernds@codesourcery.com>
9296         * rtl.c (copy_rtx): Do not handle frame_related, jump or call
9297         flags specially.
9299 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
9301         PR bootstrap/50010
9302         * dwarf2cfi.c (add_cfis_to_fde): Ignore non-active insns in between
9303         NOTE_INSN_CFI notes, with the exception of
9304         NOTE_INSN_SWITCH_TEXT_SECTIONS.
9306 2011-09-12  Bernd Schmidt  <bernds@codesourcery.com>
9307             Richard Sandiford  <rdsandiford@googlemail.com>
9309         * config/mips/mips.c (mips_epilogue): New structure.
9310         (mips16e_save_restore_reg): Queue REG_CFA_RESTORE notes when
9311         restoring registers.
9312         (mips_epilogue_emit_cfa_restores): New function.
9313         (mips_epilogue_set_cfa): Likewise.
9314         (mips_restore_reg): Queue REG_CFA_RESTORE notes.  When restoring
9315         the current CFA register from the stack, redefine the CFA in terms
9316         of the stack pointer.
9317         (mips_expand_epilogue): Set up mips_epilogue.  Attach CFA information
9318         to the epilogue instructions.
9320 2011-09-12  Richard Sandiford  <rdsandiford@googlemail.com>
9322         * config/mips/mips.c (mips16e_save_restore_reg): Add a reg_parm_p
9323         argument.
9324         (mips16e_build_save_restore): Update accordingly.
9326 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
9328         PR rtl-optimization/50212
9329         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
9330         Skip also lps with NULL landing_pad or non-LABEL_P landing_pad.
9332         PR debug/50299
9333         * calls.c (load_register_parameters): Use use_reg_mode instead
9334         of use_reg when adding a single register CALL_INSN_FUNCTION_USAGE
9335         entry.
9336         (expand_call): Set EXPR_LIST mode to TYPE_MODE of the argument
9337         for stack CALL_INSN_FUNCTION_USAGE uses.
9338         * expr.h (use_reg_mode): New prototype.
9339         (use_reg): Changed into inline around use_reg_mode.
9340         * expr.c (use_reg): Renamed to...
9341         (use_reg_mode): ... this.  Added MODE argument, set EXPR_LIST
9342         mode to that mode instead of VOIDmode.
9343         * var-tracking.c (prepare_call_arguments): Don't track parameters
9344         whose EXPR_LIST mode is VOIDmode, BLKmode or X mode isn't convertible
9345         to it using lowpart_subreg.  Convert VALUE and REG/MEM to the
9346         EXPR_LIST mode.
9348 2011-09-12  Georg-Johann Lay  <avr@gjlay.de>
9350         PR target/43746
9351         * config/avr/avr.c (AVR_SECTION_PROGMEM): New Define.
9352         (progmem_section): New Variable.
9353         (avr_asm_init_sections): Initialize it.
9354         (TARGET_ASM_SELECT_SECTION): Define to...
9355         (avr_asm_select_section): ... this new Function.
9356         (avr_replace_prefix): New Function.
9357         (avr_asm_function_rodata_section): Use it.
9358         (avr_insert_attributes): Don't add section attribute for PROGMEM.
9359         (avr_section_type_flags): Use avr_progmem_p instead of section
9360         name to detect if object is in PROGMEM.
9361         (avr_asm_named_section): Set section name prefix for objects in
9362         PROGMEM.
9364 2011-09-12  Jakub Jelinek  <jakub@redhat.com>
9366         PR bootstrap/50352
9367         * config/arm/arm.md (*push_fp_multi): Add % before %( and %) in the
9368         sprintf format string.
9370 2011-09-12  Richard Guenther  <rguenther@suse.de>
9372         PR tree-optimization/50343
9373         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check
9374         that the reduction is over an SSA name before checking its definition.
9376 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
9378         * config/cris/cris.md: Use match_test rather than eq/ne symbol_ref
9379         throughout file.
9381 2011-09-11  Richard Sandiford  <rdsandiford@googlemail.com>
9383         * config/mips/mips.md: Use match_test rather than eq/ne symbol_ref
9384         throughout file.
9385         * config/mips/sb1.md: Likewise.
9386         * config/mips/predicates.md: Replace (match_test "!...")
9387         with (not (match_test "..."))
9388         * config/mips/constraints.md: Likewise.
9390 2011-09-09  Andrew Stubbs  <ams@codesourcery.com>
9392         * config/arm/arm-cores.def (generic-armv7-a): New architecture.
9393         * config/arm/arm-tables.opt: Regenerate.
9394         * config/arm/arm-tune.md: Regenerate.
9395         * config/arm/arm.c (arm_file_start): Output .arch directive when
9396         user passes -mcpu=generic-*.
9397         (arm_issue_rate): Add genericv7a support.
9398         * config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
9399         (ASM_CPU_SPEC): New define.
9400         * config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
9401         * config/arm/semi.h (ASM_SPEC): Likewise.
9402         * doc/invoke.texi (ARM Options): Document -mcpu=generic-*
9403         and -mtune=generic-*.
9405 2011-09-09  Richard Guenther  <rguenther@suse.de>
9407         PR tree-optimization/50328
9408         * tree-vect-loop.c (vect_is_simple_reduction_1): Allow one
9409         constant or default-def operand.
9411 2011-09-09  Richard Guenther  <rguenther@suse.de>
9413         * tree-ssa-pre.c (create_expression_by_pieces): Fold the
9414         last statement.
9416 2011-09-09  Richard Guenther  <rguenther@suse.de>
9418         * gimple.h (fold_stmt_inplace): Adjust to take a gimple_stmt_iterator
9419         instead of a statement.
9420         * gimple-fold.c (fold_stmt_inplace): Likewise.
9421         * sese.c (graphite_copy_stmts_from_block): Adjust.
9422         * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
9423         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Use
9424         fold_stmt.
9425         (forward_propagate_addr_into_variable_array_index): Likewise.
9426         (forward_propagate_addr_expr_1): adjust.
9427         (associate_plusminus): Likewise.
9428         (ssa_forward_propagate_and_combine): Likewise.
9429         * tree-ssa-mathopts.c (replace_reciprocal): Adjust.
9430         (execute_cse_reciprocals): Likewise.
9431         * tree-ssa.c (insert_debug_temp_for_var_def): Adjust.
9433 2011-09-09  Nick Clifton  <nickc@redhat.com>
9435         * config/mn10300/mn10300.c (mn10300_split_and_operand_count):
9436         Return a positive value to indicate that the bits at the
9437         bottom of the register should be cleared.
9439 2011-09-09  Richard Guenther  <rguenther@suse.de>
9441         * tree-ssa-operands.c (swap_tree_operands): Always adjust
9442         existing operand positions.
9444 2011-09-09  Richard Guenther  <rguenther@suse.de>
9446         PR middle-end/50333
9447         * tree-data-ref.c (split_constant_offset): Do not try to handle
9448         ternary ops.
9450 2011-09-08  Andrew Stubbs  <ams@codesourcery.com>
9452         PR tree-optimization/50318
9453         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Correct
9454         typo in use of mult_rhs1 and mult_rhs2.
9456 2011-09-08  Uros Bizjak  <ubizjak@gmail.com>
9458         * config/i386/i386.c (standard_sse_constant_p): Handle AVX2 modes.
9459         (standard_sse_constant_opcode) <case 2>: Change vpcmpeqd template.
9461 2011-09-08  Bernd Schmidt  <bernds@codesourcery.com>
9463         * config/arm/arm.md (push_multi): Emit predicates.
9464         (push_fp_multi): Likewise.
9465         * config/arm/arm.c (vfp_output_fstmd): Likewise.
9467 2011-09-08  Dodji Seketeli  <dodji@redhat.com>
9469         PR c++/33255 - Support -Wunused-local-typedefs warning
9470         * c-decl.c (lookup_name): Use the new maybe_record_typedef_use.
9471         (pushdecl): Use the new record_locally_defined_typedef.
9472         (store_parm_decls): Allocate cfun->language.
9473         (finish_function): Use the new maybe_warn_unused_local_typedefs,
9474         and free cfun->language.
9475         (c_push_function_context): Allocate cfun->language here only if needed.
9476         (c_pop_function_context): Likewise, mark cfun->language
9477         for collection only when it should be done.
9478         * c-common.c (handle_used_attribute): Don't ignore TYPE_DECL nodes.
9479         * c-typeck.c (c_expr_sizeof_type, c_cast_expr): Use the new
9480         maybe_record_local_typedef_use.
9481         * doc/invoke.texi: Update documentation for
9482         -Wunused-local-typedefs.
9484 2011-09-08  Enkovich Ilya  <ilya.enkovich@intel.com>
9486         * config/i386/i386-protos.h (ix86_lea_outperforms): New.
9487         (ix86_avoid_lea_for_add): Likewise.
9488         (ix86_avoid_lea_for_addr): Likewise.
9489         (ix86_split_lea_for_addr): Likewise.
9491         * config/i386/i386.c (LEA_MAX_STALL): New.
9492         (increase_distance): Likewise.
9493         (insn_defines_reg): Likewise.
9494         (insn_uses_reg_mem): Likewise.
9495         (distance_non_agu_define_in_bb): Likewise.
9496         (distance_agu_use_in_bb): Likewise.
9497         (ix86_lea_outperforms): Likewise.
9498         (ix86_ok_to_clobber_flags): Likewise.
9499         (ix86_avoid_lea_for_add): Likewise.
9500         (ix86_avoid_lea_for_addr): Likewise.
9501         (ix86_split_lea_for_addr): Likewise.
9502         (distance_non_agu_define): Search in pred BBs added.
9503         (distance_agu_use): Search in succ BBs added.
9504         (IX86_LEA_PRIORITY): Value changed from 2 to 0.
9505         (LEA_SEARCH_THRESHOLD): Now depends on LEA_MAX_STALL.
9506         (ix86_lea_for_add_ok): Use ix86_lea_outperforms to make decision.
9508         * config/i386/i386.md: Split added to transform non destructive
9509         add into move and add.
9510         (lea_1): transformed into insn_and_split to avoid AGU stalls.
9511         (lea<mode>_2): Likewise.
9513 2011-09-08  Martin Jambor  <mjambor@suse.cz>
9515         PR tree-optimization/50287
9516         * ipa-split.c (split_function): Do not create SSA names for
9517         non-gimple-registers.
9519 2011-09-08  Richard Guenther  <rguenther@suse.de>
9521         PR tree-optimization/19831
9522         * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Also
9523         skip builtins with vdefs that do not really store something.
9524         (propagate_necessity): For calls to free that we can associate
9525         with an allocation function do not mark the freed pointer
9526         definition necessary.
9527         (eliminate_unnecessary_stmts): Remove a call to free if
9528         the associated call to an allocation function is not necessary.
9530 2011-09-08  Richard Guenther  <rguenther@suse.de>
9532         PR tree-optimization/19831
9533         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Do not mark
9534         allocation functions as necessary.
9536 2011-09-08  Iain Sandoe  <iains@gcc.gnu.org>
9538         * config/darwin-driver.c (darwin_find_version_from_kernel): New routine
9539         cut from ...
9540         (darwin_default_min_version): Amended to provide defaults
9541         for the cross directory case.
9542         (darwin_driver_init): call darwin_default_min_version unconditionally.
9543         * config/darwin.h (DEF_MIN_OSX_VERSION): New.
9544         * config/darwin9.h: Likewise.
9545         * config/darwin10.h: Likewise.
9546         * config/rs6000/darwin7.h: Likewise.
9548 2011-09-08  Jakub Jelinek  <jakub@redhat.com>
9550         PR target/50310
9551         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
9552         code early if TARGET_AVX.
9553         (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
9555 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
9557         * config/i386/sse.md (sseinsnmode): Remove 32-byte integer vector
9558         duplicates.
9560         PR target/50310
9561         * config/i386/sse.md (*andnot<mode>3, *<code><mode>3): Fix up
9562         "mode" attribute computation.
9564 2011-09-07  Bernd Schmidt  <bernds@codesourcery.com>
9566         * regrename.c (struct du_head): Make nregs signed.
9567         (closed_chains): Remove.
9568         (create_new_chain): Return the new chain.
9569         (chain_from_id): New static function.
9570         (dump_def_use_chain): Change argument to be an int, indicating
9571         the first ID to print.  All callers changed.
9572         (merge_overlapping_regs): Use chain_from_id.  Assert that
9573         chains don't conflict with themselves.
9574         (rename_chains): Take no argument.  Iterate over id_to_chain
9575         rather to find chains to rename.  Clear tick before the main loop.
9576         (struct incoming_reg_info): New struct.
9577         (struct bb_rename_info): New struct.
9578         (init_rename_info, set_incoming_from_chain, merge_chains): New
9579         static functions.
9580         (regrename_analyze): New static function, broken out of
9581         regrename_optimize.  Record and make use of open chain information
9582         at basic block boundaries, and merge chains where possible.
9583         (scan_rtx_reg): Make this_nregs signed.  Don't update
9584         closed_chains.
9585         (build_def_use): Return a bool to indicate success.  All callers
9586         changed.  Don't initialize global data here.
9587         (regrename_optimize): Move most code out of here into
9588         regrename_analyze.
9589         * regs.h (add_range_to_hard_reg_set, remove_range_from_hard_reg_set,
9590         range_overlaps_hard_reg_set_p, range_in_hard_reg_set_p): New
9591         static inline functions.
9592         * vec.h (FOR_EACH_VEC_ELT_FROM): New macro.
9594         * bb-reorder.c (insert_section_boundary_note): Don't check
9595         optimize_function_for_speed_p.
9596         (gate_handle_partition_blocks): Do it here instead.
9597         (gate_handle_reorder_blocks): Move preliminary checks here ...
9598         (rest_of_handle_reorder_blocks): ... from here.
9600 2011-09-07  Martin Jambor  <mjambor@suse.cz>
9602         PR middle-end/50301
9603         * ipa-cp.c (find_more_values_for_callers_subset): Check jump
9604         function index bounds.
9605         (perhaps_add_new_callers): Likewise.
9607 2011-09-07  Martin Jambor  <mjambor@suse.cz>
9609         PR tree-optimization/49911
9610         * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
9611         enumerations to the corresponding plain integer type.
9613 2011-09-07  Richard Guenther  <rguenther@suse.de>
9615         PR tree-optimization/50319
9616         * tree-if-conv.c (set_bb_predicate): Assert we only set
9617         canonical predicates.
9618         (add_to_predicate_list): Simplify.  Allow TRUTH_NOT_EXPR
9619         around canonical predicates.
9620         (predicate_bbs): Do not re-gimplify already canonical
9621         predicates.  Properly unshare them though.
9622         (find_phi_replacement_condition): Simplify.
9624 2011-09-07  Richard Sandiford  <richard.sandiford@linaro.org>
9626         PR target/49030
9627         * config/arm/arm-protos.h (maybe_get_arm_condition_code): Declare.
9628         * config/arm/arm.c (maybe_get_arm_condition_code): New function,
9629         reusing the old code from get_arm_condition_code.  Return ARM_NV
9630         for invalid comparison codes.
9631         (get_arm_condition_code): Redefine in terms of
9632         maybe_get_arm_condition_code.
9633         * config/arm/predicates.md (arm_comparison_operator): Use
9634         maybe_get_arm_condition_code.
9636 2011-09-07  Richard Guenther  <rguenther@suse.de>
9638         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
9639         Canonicalize negated predicates by swapping edges.
9640         (forward_propagate_into_cond): Likewise.
9642 2011-09-07  Richard Guenther  <rguenther@suse.de>
9644         PR tree-optimization/50213
9645         * tree-flow.h (simple_iv_increment_p): Declare.
9646         * tree-ssa-dom.c (simple_iv_increment_p): Export.  Also handle
9647         POINTER_PLUS_EXPR.
9648         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Do
9649         not propagate simple IV counter increments.
9651 2011-09-07  Eric Botcazou  <ebotcazou@adacore.com>
9652             Iain Sandoe  <iains@gcc.gnu.org>
9654         * config/rs6000/rs6000.c (compute_save_world_info): Test
9655         cfun->has_nonlocal_label to determine if the out-of-line save
9656         world call may be used.
9658 2011-09-07  Nick Clifton  <nickc@redhat.com>
9660         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Set the jump
9661         label on the parallel part of the insn.
9663 2011-09-07  Jakub Jelinek  <jakub@redhat.com>
9665         PR debug/50191
9666         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Try
9667         avoid_constant_pool_reference first instead of last.
9669 2011-09-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
9671         * doc/configfiles.texi (Configuration Files): Update documentation
9672         about tm_p.h and remove FIXME comment.
9674 2011-09-06  Uros Bizjak  <ubizjak@gmail.com>
9676         * config/i386/i386.c (ix86_function_value_regno_p): Use AX_REG.
9677         (function_value_32): Do not check TARGET_MMX, TARGET_SSE or TARGET_AVX.
9679 2011-09-06  Iain Sandoe  <iains@gcc.gnu.org>
9681         * config/darwin10.h Remove duplicate LIB_SPEC.
9683 2011-09-06  Enkovich Ilya  <ilya.enkovich@intel.com>
9685         PR middle-end/44382
9686         * target.def (reassociation_width): New hook.
9688         * doc/tm.texi.in (reassociation_width): Likewise.
9690         * doc/tm.texi (reassociation_width): Likewise.
9692         * doc/invoke.texi (tree-reassoc-width): New param documented.
9694         * hooks.h (hook_int_uint_mode_1): New default hook.
9696         * hooks.c (hook_int_uint_mode_1): Likewise.
9698         * config/i386/i386.h (ix86_tune_indices): Add
9699         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
9701         (TARGET_REASSOC_INT_TO_PARALLEL): New.
9702         (TARGET_REASSOC_FP_TO_PARALLEL): Likewise.
9704         * config/i386/i386.c (initial_ix86_tune_features): Add
9705         X86_TUNE_REASSOC_INT_TO_PARALLEL and X86_TUNE_REASSOC_FP_TO_PARALLEL.
9707         (ix86_reassociation_width): New function.
9709         * params.def (PARAM_TREE_REASSOC_WIDTH): New param added.
9711         * tree-ssa-reassoc.c (get_required_cycles): New function.
9712         (get_reassociation_width): Likewise.
9713         (swap_ops_for_binary_stmt): Likewise.
9714         (rewrite_expr_tree_parallel): Likewise.
9716         (rewrite_expr_tree): Refactored.  Part of code moved into
9717         swap_ops_for_binary_stmt.
9719         (reassociate_bb): Now checks reassociation width to be used and
9720         call rewrite_expr_tree_parallel instead of rewrite_expr_tree if needed.
9722 2011-09-06  Richard Guenther  <rguenther@suse.de>
9724         PR tree-optimization/47025
9725         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): BUILT_IN_VA_END
9726         uses nothing.
9727         (call_may_clobber_ref_p_1): BUILT_IN_VA_END is a barrier like
9728         BUILT_IN_FREE.
9729         (stmt_kills_ref_p_1): BUILT_IN_VA_END kills what its argument
9730         definitely points to.
9731         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9732         BUILT_IN_VA_START doesn't let its va_list argument escape.
9733         * tree-ssa-dce.c (propagate_necessity): BUILT_IN_VA_END does
9734         not make any previous stores necessary.
9736 2011-09-06  Martin Jambor  <mjambor@suse.cz>
9738         * ipa-inline.h (struct inline_summary): Move versionable flag...
9739         * cgraph.h (struct cgraph_local_info): ...here
9740         * ipa-cp.c (determine_versionability): Use the new versionable flag.
9741         (determine_versionability): Likewise.
9742         (ipcp_versionable_function_p): Likewise.
9743         (ipcp_generate_summary): Likewise.
9744         * ipa-inline-analysis.c (dump_inline_summary): Do not dump the
9745         versionable flag.
9746         (compute_inline_parameters): Do not clear the versionable flag.
9747         (inline_read_section): Do not stream the versionable flag.
9748         (inline_write_summary): Likewise.
9749         * lto-cgraph.c (lto_output_node): Stream the versionable flag.
9750         (input_overwrite_node): Likewise.
9752 2011-09-06  Richard Guenther  <rguenther@suse.de>
9754         PR tree-optimization/48149
9755         * tree-ssa-sccvn.c (vn_get_expr_for): Simplify.  Fix tuplification bug.
9756         (vn_valueize): Move earlier.
9757         (valueize_expr): Use vn_valueize.
9758         (simplify_binary_expression): Simplify, also combine COMPLEX_EXPR
9759         operands.
9760         (simplify_unary_expression): Simplify.
9762 2011-09-06  Richard Guenther  <rguenther@suse.de>
9764         PR tree-optimization/48317
9765         * tree-ssa-sccvn.h (struct vn_nary_op_s): Make op a true
9766         trailing array.
9767         (sizeof_vn_nary_op): New inline function.
9768         (vn_nary_op_lookup_pieces): Adjust.
9769         (vn_nary_op_insert_pieces): Likewise.
9770         * tree-ssa-sccvn.c (vn_nary_op_eq): Also compare the length.
9771         (init_vn_nary_op_from_pieces): Adjust signature.  Deal with
9772         any number of operands.
9773         (vn_nary_length_from_stmt): New function.
9774         (init_vn_nary_op_from_stmt): Adjust for CONSTRUCTOR handling.
9775         (vn_nary_op_lookup_pieces): Adjust signature and allocate properly
9776         sized temporary.
9777         (vn_nary_op_lookup): Likewise.
9778         (vn_nary_op_lookup_stmt): Likewise.
9779         (vn_nary_op_insert_into): Likewise.
9780         (vn_nary_op_insert_stmt): Likewise.
9781         (visit_use): Handle CONSTRUCTOR as nary.
9782         * tree-ssa-pre.c (phi_translate_1): Adjust.
9783         (create_expression_by_pieces): Likewise.
9784         (compute_avail): Likewise.
9786 2011-09-06  Ira Rosen  <ira.rosen@linaro.org>
9788          * config/arm/arm.c (arm_preferred_simd_mode): Check
9789         TARGET_NEON_VECTORIZE_DOUBLE instead of
9790         TARGET_NEON_VECTORIZE_QUAD.
9791         (arm_autovectorize_vector_sizes): Likewise.
9792         * config/arm/arm.opt (mvectorize-with-neon-quad): Make inverse
9793         mask of mvectorize-with-neon-double.  Add RejectNegative.
9794         (mvectorize-with-neon-double): New.
9796 2011-09-06  Richard Guenther  <rguenther@suse.de>
9798         * tree-ssa-sccvn.c (visit_use): CSE stmt pieces and simplify matching.
9800 2011-09-06  Tom de Vries  <tom@codesourcery.com>
9802         * recog.c (asm_labels_ok): New function.
9803         (check_asm_operands): Use asm_labels_ok.
9805 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
9807         PR target/49606
9808         * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): Check Pmode.
9809         (PMODE_INSN): New macro.
9810         * config/mips/mips.c (gen_load_const_gp): Use PMODE_INSN.
9811         (mips_got_load, mips_expand_synci_loop): Likewise.
9812         (mips_save_gp_to_cprestore_slot): Handle SImode and DImode
9813         cprestore patterns.
9814         (mips_emit_loadgp): Use PMODE_INSN.  Handle SImode and DImode
9815         copygp_mips16 patterns.
9816         (mips_expand_prologue): Handle SImode and DImode potential_cprestore
9817         and use_cprestore patterns.
9818         (mips_override_options): Check for incompatible -mabi and -mlong
9819         combinations.
9820         * config/mips/mips.md (unspec_got<mode>): Rename to...
9821         (unspec_got_<mode>): ...this.
9822         (copygp_mips16): Use the Pmode iterator.
9823         (potential_cprestore, cprestore, use_cprestore): Likewise.
9824         (clear_cache, indirect_jump): Use PMODE_INSN.
9825         (indirect_jump<mode>): Rename to...
9826         (indirect_jump_<mode>): ...this.
9827         (tablejump): Use PMODE_INSN.
9828         (tablejump<mode>): Rename to...
9829         (tablejump_<mode>): ...this.
9830         (exception_receiver): Handle restore_gp_si and restore_gp_di.
9831         (restore_gp): Use the Pmode iterator.
9832         * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Use
9833         PMODE_INSN.
9835 2011-09-05  Richard Sandiford  <rdsandiford@googlemail.com>
9837         * config/mips/mips.c (mips_gimplify_va_arg_expr): Unshare off.
9838         Fix the type of the BIT_AND_EXPR.
9840 2011-09-05  David S. Miller  <davem@davemloft.net>
9842         * config.host: Add driver-sparc.o and sparc/x-sparc on
9843         native sparc*-*-linux* builds.
9844         * config/sparc/driver-sparc.c: Correct Linux strings.
9845         * config/sparc/linux.h: Add DRIVER_SELF_SPECS.
9846         * config/sparc/linux64.h: Likewise.
9847         * doc/invoke.texi: Document that Linux also supports
9848         -mcpu=native and -mtune=native on sparc.
9850         * config/sparc/sparc-opts.h (PROCESSOR_NIAGARA3,
9851         PROCESSOR_NIAGARA4): New.
9852         * config/sparc/sparc.opt: Handle new processor types.
9853         * config/sparc/sparc.md: Add to "cpu" attribute.
9854         * config/sparc/sparc.h (TARGET_CPU_niagara3,
9855         TARGET_CPU_niagara4): New, treat as niagara2.
9856         * config/sparc/linux64.h: Handle niagara3 and niagara4 like niagara2.
9857         * config/sparc/sol2.h: Likewise.
9858         * config/sparc/niagara2.md: Schedule niagara3 like niagara2.
9859         * config/sparc/sparc.c (sparc_option_override): Add
9860         niagara3 and niagara4 handling.
9861         (sparc32_initialize_trampoline): Likewise.
9862         (sparc64_initialize_trampoline): Likewise.
9863         (sparc_use_sched_lookahead): Likewise.
9864         (sparc_issue_rate): Likewise.
9865         (sparc_register_move_cost): Likewise.
9866         * config/sparc/driver-sparc.c (cpu_names): Use niagara3
9867         and niagara4 as appropriate.
9868         * doc/invoke.texi: Document new processor types.
9869         * config.gcc: Recognize niagara3 and niagara4 in --with-cpu
9870         and --with-tune options.
9872         * config/sparc/sol2-64.h: Move ...
9873         * config/sparc/default-64.h: ... to here.  Update comment.
9874         * config.gcc: Update Solaris sparc to use default-64.h, also
9875         prefix this header into the list on sparc64-*-linux.
9876         * config/sparc/linux64.h (TARGET_DEFAULT): Only override if
9877         TARGET_64BIT_DEFAULT is defined.  Remove commented out reference
9878         to MASK_HARD_QUAD.
9880 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
9882         PR target/50289
9883         * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
9884         that contain global register variable.
9886 2011-09-05  Richard Guenther  <rguenther@suse.de>
9888         * tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
9890 2011-09-05  Richard Guenther  <rguenther@suse.de>
9892         * stor-layout.c (layout_type): Use size_binop for array size
9893         calculations.
9895 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
9897         * config/avr/avr.h (progmem_section): Remove Declaration.
9898         * config/avr/avr.c (progmem_section): Make static and rename to
9899         progmem_swtable_section.
9900         (avr_output_addr_vec_elt): No need to switch sections.
9901         (avr_asm_init_sections): Use output_section_asm_op as section
9902         callback for progmem_swtable_section.
9903         (avr_output_progmem_section_asm_op): Remove Function.
9904         (TARGET_ASM_FUNCTION_RODATA_SECTION): New Define.
9905         (avr_asm_function_rodata_section): New static Function.
9906         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Output
9907         alignment 2**1 for jump tables.
9909 2011-09-04  Jan Hubicka  <jh@suse.cz>
9911         * ipa-inline-analysis.c (set_cond_stmt_execution_predicate): Check that
9912         parameter is SSA name.
9914 2011-09-04  Richard Guenther  <rguenther@suse.de>
9916         Revert
9917         2011-08-31  Richard Guenther  <rguenther@suse.de>
9919         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
9920         special-casing.
9922 2011-09-04  Iain Sandoe  <iains@gcc.gnu.org>
9924         PR debug/49901
9925         * config/darwin.h (DEBUG_MACRO_SECTION): New macro.
9927 2011-09-04  Jakub Jelinek  <jakub@redhat.com>
9928             Ira Rosen  <ira.rosen@linaro.org>
9930         PR tree-optimization/50208
9931         * tree-vect-patterns.c (vect_handle_widen_mult_by_const): Add an
9932         argument.  Check that def_stmt is inside the loop.
9933         (vect_recog_widen_mult_pattern): Update calls to
9934         vect_handle_widen_mult_by_cons.
9935         (vect_operation_fits_smaller_type): Check that def_stmt is
9936         inside the loop.
9938 2011-09-04  Ira Rosen  <ira.rosen@linaro.org>
9940         * tree-vectorizer.c (vect_print_dump_info): Print line
9941         number when dumping to a file.
9942         (vectorize_loops): Add new messages to dump file.
9944 2011-09-03  Martin Jambor  <mjambor@suse.cz>
9946         * ipa-prop.h (ipa_jump_func_t): New typedef.
9947         (struct ipa_edge_args): Removed field argument_count, field
9948         jump_functions turned into a vector.
9949         (ipa_set_cs_argument_count): Removed.
9950         (ipa_get_cs_argument_count): Updated to work on vectors.
9951         (ipa_get_ith_jump_func): Likewise.
9952         * ipa-prop.c (ipa_count_arguments): Removed.
9953         (compute_scalar_jump_functions): Use ipa_get_ith_jump_func to access
9954         jump functions.  Update caller.
9955         (compute_pass_through_member_ptrs): Likewise.
9956         (compute_cst_member_ptr_arguments): Likewise.
9957         (ipa_compute_jump_functions_for_edge): Get number of arguments from
9958         the statement, allocate vector.
9959         (ipa_compute_jump_functions): Do not call ipa_count_arguments.
9960         (duplicate_ipa_jump_func_array): Removed.
9961         (ipa_edge_duplication_hook): Use VEC_copy, do not copy argument count.
9962         (ipa_read_node_info): Allocate vector.
9964 2011-09-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9966         PR middle-end/50232
9967         * config/pa/pa.md (return): Define "return" insn pattern.
9968         (epilogue): Use it when no epilogue is needed.
9969         * config/pa/pa.c (pa_can_use_return_insn): New function.
9970         * config/pa/pa-protos.h (pa_can_use_return_insn): Declare.
9972 2011-09-03  Eric Botcazou  <ebotcazou@adacore.com>
9974         * cfgexpand.c (add_stack_var): Assert that the alignment is not zero.
9975         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Revert latest change.
9976         Force at least BITS_PER_UNIT alignment on the new variable.
9978 2011-09-02  Gary Funck <gary@intrepid.com>
9980         * opts.c (print_specific_help): Fix off-by-one compare in
9981         assertion check.
9982         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
9983         CL_TARGET, CL_COMMON, CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED):
9984         Increase by +5 to allow for more languages.
9985         * optc-gen.awk: Generate #if that ensures that the number of
9986         languages is within the implementation-defined limit.
9988 2011-09-02  Michael Matz  <matz@suse.de>
9990         PR middle-end/50260
9991         * ipa-split.c (split_function): Call add_referenced_var.
9993         * tree-ssa-phiopt.c (cond_store_replacement): Don't call get_var_ann.
9994         (cond_if_else_store_replacement_1): Ditto.
9995         * tree-ssa-pre.c (get_representative_for): Ditto.
9996         (create_expression_by_pieces): Ditto.
9997         (insert_into_preds_of_block): Ditto.
9998         * tree-sra.c (create_access_replacement): Ditto.
9999         (get_replaced_param_substitute): Ditto.
10001 2011-09-02  Bernd Schmidt  <bernds@codesourcery.com>
10003         * config/c6x/c6x.md (collapse-ndfa, no-comb-vect): New
10004         automata_options.
10005         (d1, l1, s1, m1, d2, l2, s2, m2): Changed to define_query_cpu_unit.
10006         (l1w, s1w, l2w, s2w): Define in the main automaton.
10007         (fps1, fpl1, adddps1, adddpl1, fps2, fpl2, adddps2, adddpl2): New
10008         units.
10009         * config/c6x/c6x.c (c6x_sched_insn_info): Add unit_mask member.
10010         (c6x_unit_names): Add the new units.
10011         (c6x_unit_codes): New static array.
10012         (UNIT_QID_D1, UNIT_QID_L1, UNIT_QID_S1, UNIT_QID_M1, UNIT_QID_FPS1,
10013         UNIT_QID_FPL1, UNIT_QID_ADDDPS1, UNIT_QID_ADDDPL1,
10014         UNIT_QID_SIDE_OFFSET): New macros.
10015         (RESERVATION_S2): Adjust value.
10016         (c6x_option_override): Compute c6x_unit_codes.
10017         (assign_reservations): Take the unit_mask of the last instruction
10018         into account.  Detect floating point reservations by looking for
10019         the new units.  Don't assign reservations if the field is already
10020         nonzero.
10021         (struct c6x_sched_context): Add member prev_cycle_state_ctx.
10022         (init_sched_state): Initialize it.
10023         (c6x_clear_sched_context): Free it.
10024         (insn_set_clock): Clear reservation.
10025         (prev_cycle_state): New static variable.
10026         (c6x_init_sched_context): Save it.
10027         (c6x_sched_init): Allocate space for it and clear it.
10028         (c6x_sched_dfa_pre_cycle_insn): New static function.
10029         (c6x_dfa_new_cycle): Save state at the start of a new cycle.
10030         (c6x_variable_issue): Only record units in the unit_mask that
10031         were not set at the start of the cycle.
10032         (c6x_variable_issue): Compute and store the unit_mask from the
10033         current state.
10034         (reorg_split_calls): Ensure the new information remains correct.
10035         (TARGET_SCHED_DFA_NEW_CYCLE, TARGET_SCHED_CLEAR_SCHED_CONTEXT,
10036         TARGET_SCHED_DFA_PRE_CYCLE_INSN): Define.
10037         * config/c6x/c6x.h (CPU_UNITS_QUERY): Define.
10038         * config/c6x/c6x-sched.md.in (fp4_ls_N__CROSS_, adddp_ls_N__CROSS_):
10039         Add special reservations.
10040         * config/c6x/c6x-sched.md: Regenerate.
10042 2011-09-02  Martin Jambor  <mjambor@suse.cz>
10044         * ipa-prop.h (ipa_node_params): Removed fields
10045         called_with_var_arguments and node_versionable.
10046         (ipa_set_called_with_variable_arg): Removed.
10047         (ipa_is_called_with_var_arguments): Likewise.
10048         * ipa-cp.c (ipa_get_lattice): Fixed index check in an assert.
10049         (determine_versionability): Do not check for type attributes and va
10050         builtins.  Record versionability into inline summary.
10051         (initialize_node_lattices): Do not check
10052         ipa_is_called_with_var_arguments.
10053         (propagate_constants_accross_call): Likewise, ignore arguments we do
10054         not have PARM_DECLs for, set variable flag for parameters that were
10055         not passed a value.
10056         (create_specialized_node): Dump info that we cannot change signature.
10057         * ipa-prop.c (ipa_compute_jump_functions): Do not care about variable
10058         number of arguments.
10059         (ipa_make_edge_direct_to_target): Likewise.
10060         (ipa_update_after_lto_read): Likewise.
10061         (ipa_node_duplication_hook): Do not copy called_with_var_arguments flag.
10062         * tree-inline.c (copy_arguments_for_versioning): Copy PARM_DECLs if
10063         they were remapped.
10065 2011-09-02  Richard Guenther  <rguenther@suse.de>
10067         PR tree-optimization/27460
10068         PR middle-end/29269
10069         * doc/md.texi (vcond): Document.
10070         * genopinit.c (optabs): Turn vcond{,u}_optab into a conversion
10071         optab with two modes.
10072         * optabs.h (enum convert_optab_index): Add COI_vcond, COI_vcondu.
10073         (enum direct_optab_index): Remove DOI_vcond, DOI_vcondu.
10074         (vcond_optab): Adjust.
10075         (vcondu_optab): Likewise.
10076         (expand_vec_cond_expr_p): Adjust prototype.
10077         * optabs.c (get_vcond_icode): Adjust.
10078         (expand_vec_cond_expr_p): Likewise.
10079         (expand_vec_cond_expr): Likewise.
10080         * tree-vect-stmts.c (vect_is_simple_cond): Return the comparison
10081         vector type.
10082         (vectorizable_condition): Allow differing types for comparison
10083         and result.
10084         * config/i386/i386.c (ix86_expand_sse_cmp): Use proper mode
10085         for the comparison.
10086         * config/i386/sse.md (vcond<mode>): Split to
10087         vcond<V_256:mode><VF_256:mode>, vcond<V_128:mode><VF_128:mode>,
10088         vcond<V_128:mode><VI124_128:mode> and
10089         vcondu<V_128:mode><VI124_128:mode>.
10090         (vcondv2di): Change to vcond<VI8F_128:mode>v2di.
10091         (vconduv2di): Likewise.
10092         * config/arm/neon.md (vcond<mode>): Change to vcond*<mode><mode>.
10093         (vcondu<mode>): Likewise.
10094         * config/ia64/vect.md (vcond<mode>): Likewise.
10095         (vcondu<mode>): Likewise.
10096         (vcondv2sf): Likewise.
10097         * config/mips/mips-ps-3d.md (vcondv2sf): Likewise.
10098         * config/rs6000/paired.md (vcondv2sf): Likewise.
10099         * config/rs6000/vector.md (vcond<mode>): Likewise.
10100         (vcondu<mode>): Likewise.
10101         * config/spu/spu.md (vcond<mode>): Likewise.
10102         (vcondu<mode>): Likewise.
10104 2011-09-02  Richard Guenther  <rguenther@suse.de>
10106         * pretty-print.h (pp_unsigned_wide_integer): New.
10107         * tree-pretty-print.c (dump_generic_node): Print unsigned
10108         host-wide-int fitting INTEGER_CSTs with pp_unsigned_wide_integer.
10110 2011-09-02  Richard Sandiford  <richard.sandiford@linaro.org>
10112         PR target/49987
10113         * config/rs6000/rs6000.c (paired_expand_vector_init): Check for
10114         valid CONST_VECTOR operands.
10115         (rs6000_expand_vector_init): Likewise.
10117 2011-09-02  Martin Jambor  <mjambor@suse.cz>
10119         * cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.
10120         * gimple-fold.c (gimple_get_virt_method_for_binfo): Rewritten to use
10121         BINFO_VTABLE.  Parameter delta removed, all callers updated.
10122         * tree.c (free_lang_data_in_binfo): Clear BINFO_VIRTUALs instead
10123         BINFO_VTABLE.
10124         * cgraph.c (cgraph_make_edge_direct): Removed parameter delta, updated
10125         all calls.
10126         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Removed
10127         handling of thunk_delta.
10128         * ipa-cp.c (get_indirect_edge_target): Removed parameter delta.
10129         (devirtualization_time_bonus): Do not handle thunk deltas.
10130         (ipcp_discover_new_direct_edges): Likewise.
10131         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
10132         (try_make_edge_direct_simple_call): Likewise.
10133         (try_make_edge_direct_virtual_call): Likewise.
10134         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
10135         parameter set as unused.
10136         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
10137         * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.  Mark
10138         parameter set as unused.
10139         (output_edge_opt_summary): Likewise.  Mark both parameters as unused.
10140         (input_edge_opt_summary): Likewise.
10141         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not stream
10142         BINFO_VIRTUALS at all.
10143         * lto-streamer-in.c (lto_input_ts_binfo_tree_pointers): Likewise.
10145 2011-09-02  Richard Guenther  <rguenther@suse.de>
10147         * tree-ssa-ccp.c (fold_builtin_alloca_for_var): Do not fold alloca (0).
10148         (ccp_fold_stmt): Continue replacing args when folding alloca fails.
10150 2011-08-31  Richard Guenther  <rguenther@suse.de>
10152         * expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR
10153         handling here, from ...
10154         (expand_expr_real_1): ... here.
10155         * gimple-pretty-print.c (dump_ternary_rhs): Handle COND_EXPR
10156         and VEC_COND_EXPR.
10157         * gimple.c (gimple_rhs_class_table): Make COND_EXPR and VEC_COND_EXPR
10158         a GIMPLE_TERNARY_RHS.
10159         * tree-cfg.c (verify_gimple_assign_ternary): Handle COND_EXPR
10160         and VEC_COND_EXPR here ...
10161         (verify_gimple_assign_single): ... not here.
10162         * gimple-fold.c (fold_gimple_assign): Move COND_EXPR folding.
10163         * tree-object-size.c (cond_expr_object_size): Adjust.
10164         (collect_object_sizes_for): Likewise.
10165         * tree-scalar-evolution.c (interpret_expr): Don't handle ternary RHSs.
10166         * tree-ssa-forwprop.c (forward_propagate_into_cond): Fix and simplify.
10167         (ssa_forward_propagate_and_combine): Adjust.
10168         * tree-ssa-loop-im.c (move_computations_stmt): Build the COND_EXPR
10169         as ternary.
10170         * tree-ssa-threadedge.c (fold_assignment_stmt): Adjust.
10171         * tree-vect-loop.c (vect_is_simple_reduction_1): Likewise.
10172         * tree-vect-stmt.c (vectorizable_condition): Likewise.
10173         * tree-vrp.c (extract_range_from_cond_expr): Likewise.
10174         (extract_range_from_assignment): Likewise.
10176 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
10178         * config/i386/i386.md: Use (match_test ...) for attribute tests.
10179         * config/i386/mmx.md: Likewise.
10180         * config/i386/sse.md: Likewise.
10181         * config/i386/predicates.md (call_insn_operand): Use
10182         (not (match_test "...")) instead of (match_test "!...")
10183         * config/i386/constraints.md (w): Likewise.
10185 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
10187         * doc/md.texi: Describe the use of match_tests in attribute tests.
10188         * rtl.def (MATCH_TEST): Update commentary.
10189         * genattrtab.c (attr_copy_rtx, check_attr_test, clear_struct_flag)
10190         (write_test_expr, walk_attr_value): Handle MATCH_TEST.
10192 2011-08-31  Richard Sandiford  <rdsandiford@googlemail.com>
10194         * genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.
10195         (attr_string): Use copy_md_ptr_loc.
10197 2011-08-31  Martin Jambor  <mjambor@suse.cz>
10199         PR middle-end/49886
10200         * ipa-inline-analysis.c (compute_inline_parameters): Set
10201         can_change_signature of noes with typde attributes.
10202         * ipa-split.c (split_function): Do not skip any arguments if
10203         can_change_signature is set.
10205 2011-08-31  Martin Jambor  <mjambor@suse.cz>
10207         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Alias
10208         check removed.
10210 2011-08-31  Richard Guenther  <rguenther@suse.de>
10212         * fold-const.c (extract_muldiv_1): Remove bogus TYPE_IS_SIZETYPE
10213         special-casing.
10215 2011-08-31  Marc Glisse  <marc.glisse@inria.fr>
10217         * doc/generic.texi (Types for C++): CP_TYPE_QUALS -> cp_type_quals.
10219 2011-08-31  Tom de Vries  <tom@codesourcery.com>
10221         PR middle-end/43513
10222         * Makefile.in (tree-ssa-ccp.o): Add $(PARAMS_H) to rule.
10223         * tree-ssa-ccp.c (params.h): Include.
10224         (fold_builtin_alloca_for_var): New function.
10225         (ccp_fold_stmt): Use fold_builtin_alloca_for_var.
10227 2011-08-30  Uros Bizjak  <ubizjak@gmail.com>
10229         * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
10230         Handle FMA option.
10232 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
10234         * config/arm/arm.c (optimal_immediate_sequence_1): Make b1, b2,
10235         b3 and b4 unsigned.
10237 2011-08-30  Andrew Stubbs  <ams@codesourcery.com>
10239         * config/arm/arm.c (arm_gen_constant): Set can_negate correctly
10240         when code is SET.
10242 2011-08-30  Richard Guenther  <rguenther@suse.de>
10244         PR middle-end/48571
10245         * gimple.h (maybe_fold_offset_to_address): Remove.
10246         (maybe_fold_offset_to_reference): Likewise.
10247         (maybe_fold_stmt_addition): Likewise.
10248         (may_propagate_address_into_dereference): Likewise.
10249         * tree-inline.c (remap_gimple_op_r): Do not reconstruct
10250         array references.
10251         * gimple-fold.c (canonicalize_constructor_val): Likewise.
10252         Canonicalize invariant POINTER_PLUS_EXPRs to invariant MEM_REF
10253         addresses instead.
10254         (may_propagate_address_into_dereference): Remove.
10255         (maybe_fold_offset_to_array_ref): Likewise.
10256         (maybe_fold_offset_to_reference): Likewise.
10257         (maybe_fold_offset_to_address): Likewise.
10258         (maybe_fold_stmt_addition): Likewise.
10259         (fold_gimple_assign): Do not reconstruct array references but
10260         instead canonicalize invariant POINTER_PLUS_EXPRs to invariant
10261         MEM_REF addresses.
10262         (gimple_fold_stmt_to_constant_1): Likewise.
10263         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
10264         * gimplify.c (gimplify_conversion): Likewise.
10265         (gimplify_expr): Likewise.
10267 2011-08-30  Ilya Tocar  <ilya.tocar@intel.com>
10269         * config/i386/fmaintrin.h: New.
10270         * config.gcc: Add fmaintrin.h.
10271         * config/i386/i386.c
10272         (enum ix86_builtins) <IX86_BUILTIN_VFMADDSS3>: New.
10273         <IX86_BUILTIN_VFMADDSD3>: Likewise.
10274         * config/i386/sse.md (fmai_vmfmadd_<mode>): New.
10275         (*fmai_fmadd_<mode>): Likewise.
10276         (*fmai_fmsub_<mode>): Likewise.
10277         (*fmai_fnmadd_<mode>): Likewise.
10278         (*fmai_fnmsub_<mode>): Likewise.
10279         * config/i386/immintrin.h: Add fmaintrin.h.
10281 2011-08-30  Bernd Schmidt  <bernds@codesourcery.com>
10283         * genautomata.c (NO_COMB_OPTION): New macro.
10284         (no_comb_flag): New static variable.
10285         (gen_automata_option): Handle NO_COMB_OPTION.
10286         (comb_vect_p): False if no_comb_flag.
10287         (add_vect): Move computation of min/max values.  Return early if
10288         no_comb_flag.
10289         * doc/md.texi (automata_option): Document no-comb-vect.
10291         * config/i386/i386.c (get_pc_thunk_name): Change prefix to
10292         "__x86.get_pc_thunk".
10294         * bb-reorder.c (insert_section_boundary_note): Only do it if
10295         we reordered the blocks; i.e. not if !optimize_function_for_speed_p.
10297 2011-08-30  Christian Bruel  <christian.bruel@st.com>
10299         * coverage.c (coverage_init): Check flag_branch_probabilities instead of
10300         flag_profile_use.
10302 2011-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
10304         * config/rs6000/rs6000.opt (-msave-toc-indirect): Change default
10305         to off.  Document switch.
10306         * doc/invoke.texi (-msave-toc-indirect): Ditto.
10308 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
10310         * gthr-posix.h (__gthread_active_p): Do not use preprocessor
10311         conditionals and comments inside macro arguments.
10313 2011-08-29  Artjoms Sinkarovs  <artyom.shinkaroff@gmail.com>
10314             Richard Guenther  <rguenther@suse.de>
10316         * tree.h (constant_boolean_node): Adjust prototype.
10317         * fold-const.c (fold_convert_loc): Move aggregate conversion
10318         leeway down.
10319         (constant_boolean_node): Make value parameter boolean, add
10320         vector type handling.
10321         (fold_unary_loc): Use constant_boolean_node.
10322         (fold_binary_loc): Preserve types properly when folding
10323         COMPLEX_EXPR <__real x, __imag x>.
10324         * gimplify.c (gimplify_expr): Handle vector comparison.
10325         * tree.def (EQ_EXPR, ...): Document behavior on vector typed
10326         comparison.
10327         * tree-cfg.c (verify_gimple_comparison): Verify vector typed
10328         comparisons.
10330 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
10332         PR middle-end/48722
10333         * emit-rtl.c (unshare_all_rtl_again): For CALL_INSNs,
10334         reset_used_flags also in CALL_INSN_FUNCTION_USAGE.
10335         (verify_rtl_sharing): Likewise and verify_rtx_sharing
10336         in there too.
10337         (unshare_all_rtl_in_chain): For CALL_INSNs
10338         copy_rtx_if_shared also CALL_INSN_FUNCTION_USAGE.
10340 2011-08-29  Richard Guenther  <rguenther@suse.de>
10342         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Set a location
10343         on the built ADDR_EXPR.
10345 2011-08-29  Jakub Jelinek  <jakub@redhat.com>
10347         PR debug/50215
10348         * var-tracking.c (create_entry_value): Call cselib_lookup_from_insn
10349         before adding ENTRY_VALUE to val->locs.
10351 2011-08-28  Mikael Pettersson  <mikpe@it.uu.se>
10353         PR bootstrap/50218
10354         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Initialize
10355         comp.
10357 2011-08-27  Bernd Schmidt  <bernds@codesourcery.com>
10359         * doc/rtl.texi (simple_return): Document.
10360         (parallel, PATTERN): Here too.
10361         * doc/md.texi (return): Mention it's allowed to expand to simple_return
10362         in some cases.
10363         (simple_return): Document standard pattern.
10364         * gengenrtl.c (special_rtx): SIMPLE_RETURN is special.
10365         * final.c (final_scan_insn): Use ANY_RETURN_P on body.
10366         * reorg.c (function_return_label, function_simple_return_label):
10367         New static variables, replacing...
10368         (end_of_function_label): ... this.
10369         (simplejump_or_return_p): New static function.
10370         (optimize_skip, steal_delay_list_from_fallthrough,
10371         fill_slots_from_thread): Use it.
10372         (relax_delay_slots): Likewise.  Use ANY_RETURN_P on body.
10373         (rare_destination, follow_jumps): Use ANY_RETURN_P on body.
10374         (find_end_label): Take a new arg which is one of the two return
10375         rtxs.  Depending on which, set either function_return_label or
10376         function_simple_return_label.  All callers changed.
10377         (make_return_insns): Make both kinds.
10378         (dbr_schedule): Adjust for two kinds of end labels.
10379         * function.c (emit_return_into_block): Set JUMP_LABEL properly.
10380         * genemit.c (gen_exp): Handle SIMPLE_RETURN.
10381         (gen_expand, gen_split): Use ANY_RETURN_P.
10382         * df-scan.c (df_uses_record): Handle SIMPLE_RETURN.
10383         * rtl.def (SIMPLE_RETURN): New code.
10384         * ifcvt.c (find_if_case_1): Be more careful about
10385         redirecting jumps to the EXIT_BLOCK.
10386         * jump.c (condjump_p, condjump_in_parallel_p, any_condjump_p,
10387         returnjump_p_1): Handle SIMPLE_RETURNs.
10388         * print-rtl.c (print_rtx): Likewise.
10389         * rtl.c (copy_rtx): Likewise.
10390         * bt-load.c (compute_defs_uses_and_gen): Use ANY_RETURN_P.
10391         * combine.c (simplify_set): Likewise.
10392         * resource.c (find_dead_or_set_registers, mark_set_resources):
10393         Likewise.
10394         * emit-rtl.c (verify_rtx_sharing, classify_insn, copy_insn_1,
10395         copy_rtx_if_shared_1, mark_used_flags): Handle SIMPLE_RETURNs.
10396         (init_emit_regs): Initialize simple_return_rtx.
10397         * cfglayout.c (fixup_reorder_chain): Pass a JUMP_LABEL to
10398         force_nonfallthru_and_redirect.
10399         * rtl.h (ANY_RETURN_P): Allow SIMPLE_RETURN.
10400         (GR_SIMPLE_RETURN): New enum value.
10401         (simple_return_rtx): New macro.
10402         * basic-block.h (force_nonfallthru_and_redirect): Adjust
10403         declaration.
10404         * cfgrtl.c (force_nonfallthru_and_redirect): Take a new jump_label
10405         argument.  All callers changed.  Be careful about what kinds of
10406         returnjumps to generate.
10407         * config/i386/3i86.c (ix86_pad_returns, ix86_count_insn_bb,
10408         ix86_pad_short_function): Likewise.
10409         * config/arm/arm.c (arm_final_prescan_insn): Handle both kinds
10410         of return.
10411         * config/mips/mips.md (any_return): New code_iterator.
10412         (optab): Add cases for return and simple_return.
10413         (return): Expand to a simple_return.
10414         (simple_return): New pattern.
10415         (*<optab>, *<optab>_internal for any_return): New patterns.
10416         (return_internal): Remove.
10417         * config/mips/mips.c (mips_expand_epilogue): Make the last insn
10418         a simple_return_internal.
10420 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
10422         * config/i386/sse.md (*absneg<mode>2): Fix split condition.
10423         (vec_extract_lo_<mode>): Prevent both operands in memory.
10424         (vec_extract_lo_v16hi): Ditto.
10425         (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
10427 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
10429         * config/i386/sse.md (mulv16qi3): Attach REG_EQUAL note.
10430         (*sse2_mulv4si3): Ditto.
10431         (mulv2di3): Ditto.
10432         * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
10433         notes to REG_EQUAL.
10435 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
10437         PR target/50202
10438         * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
10439         when all outputs are unused.
10440         (sse4_2_pcmpistr): Ditto.
10442 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
10444         * config/i386/i386.md (round<mode>2): New expander.
10445         * config/i386/i386.c (enum ix86_builtins): Add
10446         IX86_BUILTIN_ROUND{PS,PD}_AZ{,256}.
10447         (struct builtin_description): Add __builtin_ia32_round{ps,pd}_az{,256}
10448         descriptions.
10449         (ix86_builtin_vectorized_function): Handle BUILT_IN_ROUND{,F} builtins.
10450         (ix86_build_const_vector): Rewrite using loop with RTVEC_ELT accessor.
10452 2011-08-26  Uros Bizjak  <ubizjak@gmail.com>
10454         PR middle-end/50083
10455         * convert.c (convert_to_integer) <BUIT_IN_ROUND{,F,L}>: Convert
10456         only when TARGET_C99_FUNCTIONS.
10457         <BUILT_IN_NEARBYINT{,F,L}>: Ditto.
10458         <BUILT_IN_RINT{,F,L}>: Ditto.
10460 2011-08-26  Michael Matz  <matz@suse.de>
10461             Jakub Jelinek  <jakub@redhat.com>
10463         PR lto/50165
10464         * lto-streamer-in.c (canon_file_name): Initialize new_slot->len;
10465         don't call strlen twice, use memcpy.
10467 2011-08-26  H.J. Lu  <hongjiu.lu@intel.com>
10469         * config/i386/bmi2intrin.h: Allow in <immintrin.h>.
10470         * config/i386/bmiintrin.h: Likewise.
10471         * config/i386/lzcntintrin.h: Likewise.
10473         * config/i386/immintrin.h: Include <lzcntintrin.h>,
10474         <bmiintrin.h> and <bmi2intrin.h>.
10476 2011-08-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10478         PR target/50166
10479         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Check count in main.
10480         * configure: Regenerate.
10482 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
10484         PR c/50179
10485         * c-typeck.c (c_process_expr_stmt): Skip over nops and
10486         call mark_exp_read even if exprv is ADDR_EXPR.
10488 2011-08-26  Richard Sandiford  <richard.sandiford@linaro.org>
10490         * df-problems.c (df_note_bb_compute): Pass uses rather than defs
10491         to df_set_dead_notes_for_mw.
10493 2011-08-26  Richard Guenther  <rguenther@suse.de>
10495         * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
10497 2011-08-26  Zdenek Dvorak  <ook@ucw.cz>
10498             Tom de Vries  <tom@codesourcery.com>
10500         * tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.
10501         (struct ivopts_data): Add loop_single_exit_p field.
10502         (niter_for_exit): Change parameter desc_p into return value.  Return
10503         desc if desc->may_be_zero.  Free desc if unused.
10504         (niter_for_single_dom_exit): Change return type.
10505         (find_induction_variables): Handle changed return type of
10506         niter_for_single_dom_exit.  Dump may_be_zero.
10507         (add_candidate_1): Keep original base and step type for IP_ORIGINAL.
10508         (set_use_iv_cost): Add and handle comp parameter.
10509         (determine_use_iv_cost_generic, determine_use_iv_cost_address): Add
10510         comp argument to set_use_iv_cost.
10511         (strip_wrap_conserving_type_conversions, expr_equal_p)
10512         (difference_cannot_overflow_p, iv_elimination_compare_lt): New function.
10513         (may_eliminate_iv): Add comp parameter.  Handle new return type of
10514         niter_for_exit.  Use loop_single_exit_p.  Use iv_elimination_compare_lt.
10515         (determine_use_iv_cost_condition): Add comp argument to set_use_iv_cost
10516         and may_eliminate_iv.
10517         (rewrite_use_compare): Move call to iv_elimination_compare to ...
10518         (may_eliminate_iv): Here.
10519         (tree_ssa_iv_optimize_loop): Initialize loop_single_exit_p.
10521 2011-08-26  Tom de Vries  <tom@codesourcery.com>
10523         * tree-pretty-print (dump_generic_node): Test for NULL_TREE before
10524         accessing TREE_TYPE.
10526 2011-08-26  Jiangning Liu  <jiangning.liu@arm.com>
10528         * config/arm/arm.md (*ior_scc_scc): Enable for Thumb2 as well.
10529         (*ior_scc_scc_cmp): Likewise
10530         (*and_scc_scc): Likewise.
10531         (*and_scc_scc_cmp): Likewise.
10532         (*and_scc_scc_nodom): Likewise.
10533         (*cmp_ite0, *cmp_ite1, *cmp_and, *cmp_ior): Handle Thumb2.
10535 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
10537         * rtlanal.c (nonzero_bits1): Handle CLRSB.
10539 2011-08-26  Richard Guenther  <rguenther@suse.de>
10541         * expr.c (string_constant): Handle &MEM_REF.
10543 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
10545         * config/arm/arm.c (struct four_ints): New type.
10546         (count_insns_for_constant): Delete function.
10547         (find_best_start): Delete function.
10548         (optimal_immediate_sequence): New function.
10549         (optimal_immediate_sequence_1): New function.
10550         (arm_gen_constant): Move constant splitting code to
10551         optimal_immediate_sequence.
10552         Rewrite constant negation/invertion code.
10554 2011-08-26  Andrew Stubbs  <ams@codesourcery.com>
10556         * config/arm/arm-protos.h (const_ok_for_op): Add prototype.
10557         * config/arm/arm.c (const_ok_for_op): Add support for addw/subw.
10558         Remove prototype. Remove static function type.
10559         * config/arm/arm.md (*arm_addsi3): Add addw/subw support.
10560         Add arch attribute.
10561         * config/arm/constraints.md (Pj, PJ): New constraints.
10563 2011-08-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10565         * config/arm/cortex-a9.md ("cortex_a9_mult_long"): New.
10566         ("cortex_a9_multiply_long"): New and use above.  Handle all
10567         long multiply cases.
10568         ("cortex_a9_multiply"): Handle smmul and smmulr.
10569         ("cortex_a9_mac"): Handle smmla.
10571 2011-08-25  Richard Henderson  <rth@redhat.com>
10573         PR 50132
10574         PR 49864
10575         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jump for
10576         non-constant stack adjutment.
10577         * expr.c (find_args_size_adjust): Break out from ...
10578         (fixup_args_size_notes): ... here.
10579         * rtl.h (find_args_size_adjust): Declare.
10581 2011-08-25  Uros Bizjak  <ubizjak@gmail.com>
10583         * config/i386/i386.md (isa): Add sse2, sse2_noavx, sse3,
10584         sse4 and sse4_noavx.
10585         (enabled): Handle sse2, sse2_noavx, sse3, sse4 and sse4_noavx.
10586         (*pushdf_rex64): Change Y2 register constraint to x.
10587         (*movdf_internal_rex64): Ditto.
10588         (*zero_extendsidi2_rex64): Ditto.
10589         (*movdi_internal): Change Y2 register constraint to x
10590         and update "isa" attribute.
10591         (*pushdf): Ditto.
10592         (*movdf internal): Ditto.
10593         (zero_extendsidi2_1): Ditto.
10594         (*truncdfdf_mixed): Ditto.
10595         (*truncxfdf2_mixed): Ditto.
10596         * config/i386/mmx.md (*mov<mode>_internal_rex64): Change Y2
10597         register constraint to x.
10598         (*movv2sf_internal_rex64): Ditto.
10599         (*mov<mode>_internal): Change Y2 register constraint to x
10600         and add "isa" attribute.
10601         (*movv2sf_internal): Ditto.
10602         (*vec_extractv2si_1): Ditto.
10603         * config/i386/sse.md ("vec_set<mode>_0): Change Y2 and Y4 register
10604         constraints to x and update "isa" attribute.
10605         (*vec_interleave_highv2df): Change Y3 registerconstraint
10606         to x and update "isa" attribute.
10607         (*vec_interleave_lowv2df): Ditto.
10608         (*vec_concatv2df): Change Y2 register constraint to x and
10609         update "isa" attribute.
10610         (sse2_loadld): Ditto.
10611         (*vec_extractv2di_1): Ditto.
10612         (*vec_dupv4si): Ditto.
10613         (*vec_dupv2di): Ditto.
10614         (*vec_concatv4si): Ditto.
10615         (vec_concatv2di): Ditto.
10616         * config/i386/constraints.md (Y2): Remove.
10617         (Y3): Ditto.
10618         (Y4): Ditto.
10620 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
10622         * regrename.c (scan_rtx_reg, scan_rtx_address, build_def_use,
10623         dump_def_use_chain): Don't declare.
10624         (mark_conflict, create_new_chain): Move before users.
10625         (regrename_optimize): Move to near end of file.
10627 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10629         * config/avr-protos.h (byte_immediate_operand): Remove Prototype.
10630         (secondary_input_reload_class): Remove Prototype.
10631         * config/avr/avr.c (byte_immediate_operand): Remove Function.
10632         * config/avr/avr.md (setmemhi): Use u8_operand.
10633         (strlenhi): Use const0_rtx for comparison.
10634         * config/avr/avr.h (avr_reg_order): Remove Declaration.
10636 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10638         * config/avr/avr.c (reg_class_tab): Make local to
10639         avr_regno_reg_class.  Return smallest register class available.
10641 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10643         * config/avr/avr.c (STR_PREFIX_P): New Define.
10644         (avr_asm_declare_function_name): Use it.
10645         (avr_asm_named_section): Use it.
10646         (avr_section_type_flags): Use it.
10648 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
10650         * doc/md.texi (automata_option): Document collapse-ndfa.
10651         * genautomata.c (COLLAPSE_OPTION): New macro.
10652         (collapse_flag): New static variable.
10653         (struct description): New member normal_decls_num.
10654         (struct automaton): New members advance_ainsn and collapse_ainsn.
10655         (gen_automata_option): Check for COLLAPSE_OPTION.
10656         (collapse_ndfa_insn_decl): New static variable.
10657         (add_collapse_ndfa_insn_decl, special_decl_p): New functions.
10658         (find_arc): If insn is the collapse-ndfa insn, accept any arc we find.
10659         (transform_insn_regexps): Call add_collapse_ndfa_insn_decl if
10660         necessary.  Use normal_decls_num rather than decls_num, remove
10661         test for special decls.
10662         (create_alt_states, form_ainsn_with_same_reservs): Use special_decl_p.
10663         (make_automaton); Likewise.  Use the new advance_cycle_insn member
10664         of struct automaton.
10665         (create_composed_state): Disallow advance-cycle arcs if collapse_flag
10666         is set.
10667         (NDFA_to_DFA): Don't create composed states for the collapse-ndfa
10668         transition.  Create the necessary transitions for it.
10669         (create_ainsns): Return void.  Take an automaton_t argument, and
10670         update its ainsn_list, advance_ainsn and collapse_ainsn members.  All
10671         callers changed.
10672         (COLLAPSE_NDFA_VALUE_NAME): New macro.
10673         (output_tables): Output code to define it.
10674         (output_internal_insn_code_evaluation): Output code to accept
10675         const0_rtx as collapse-ndfa transition.
10676         (output_default_latencies, output_print_reservation_func,
10677         output_print_description): Reorganize loops to use normal_decls_num
10678         as loop bound; remove special case for advance_cycle_insn_decl.
10679         (initiate_automaton_gen): Handle COLLAPSE_OPTION.
10680         (check_automata_insn_issues): Check for collapse_ainsn.
10681         (expand_automate): Allocate sufficient space.  Initialize
10682         normal_decls_num.
10684 2011-08-25  Georg-Johann Lay  <avr@gjlay.de>
10686         * config/avr/avr.md: Fix indentation from r177991.
10688 2011-08-25  Bernd Schmidt  <bernds@codesourcery.com>
10690         * regrename.c (struct du_head): Remove member terminated.
10691         (create_new_chain): Don't initialize it.
10692         (scan_rtx_reg): Don't set or test it, test the open_chains_set
10693         bitmap instead.
10694         (tick, this_tick): New global variables, moved out of
10695         regrename_optimize.
10696         (current_id, open_chains, closed_chains, open_chains_set,
10697         live_in_chains, live_hard_regs): Reorder declarations.
10698         (dump_def_use_chain): Move function earlier in the file.
10699         (rename_chains): New static function, broken out of
10700         regrename_optimize.
10701         (regrename_optimize): Use it.  Remove #if 0'ed code.
10703 2011-08-25  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
10705         * varasm.c: (default_binds_local_p_1): Commentary typo fix.
10707 2011-08-24  H.J. Lu  <hongjiu.lu@intel.com>
10709         PR target/50172
10710         * config/i386/i386.c (ix86_expand_builtin): Convert to Pmode if needed.
10712 2011-08-24  Richard Guenther  <rguenther@suse.de>
10714         * tree-data-ref.c (dr_analyze_indices): Avoid unsharing the
10715         ref in the basic-block case.  Move stripping array-refs
10716         to the place we create an access-function for it.  Remove
10717         bogus stripping down a MEM_REF to its base.
10719 2011-08-24  Richard Guenther  <rguenther@suse.de>
10721         * fold-const.c (fold_comparison): Fold &a < &a + 4 even
10722         with -fno-strict-overflow.
10724 2011-08-24  Richard Guenther  <rguenther@suse.de>
10726         * tree-vectorizer.c (vect_print_dump_info): Avoid the
10727         file and location clutter when dumping to dump files.
10729 2011-08-24  Simon Baldwin  <simonb@google.com>
10731         * gengtype-state.c (write_state): Remove timestamped header line.
10733 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
10735         * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
10736         (CFLAGS-c-family/c-pch.o, CFLAGS-prefix.o, CFLAGS-version.o)
10737         (CFLAGS-lto-compress.o, CFLAGS-toplev.o, CFLAGS-intl.o)
10738         (CFLAGS-cppbuiltin.o, CFLAGS-cppdefault.o): New.
10739         (collect2.o, c-family/c-cppbuiltin.o, c-family/c-opts.o)
10740         (c-family/c-pch.o, prefix.o, version.o, lto-compress.o, toplev.o)
10741         (intl.o, cppbuiltin.o, cppdefault.o): Remove explicit compilation
10742         rules.
10743         (lto-wrapper$(exeext)): Use $(LINKER) not $(COMPILER).
10745 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
10747         * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
10749 2011-08-24  Richard Guenther  <rguenther@suse.de>
10751         PR tree-optimization/50067
10752         * tree-data-ref.c (dr_analyze_indices): Do not add an access
10753         function for a MEM_REF base that has no evolution in the loop
10754         nest or that is not analyzable.
10756 2011-08-23  Vladimir Makarov  <vmakarov@redhat.com>
10758         * ira.c (ira_init_register_move_cost): Check small subclasses
10759         through ira_reg_class_max_nregs and ira_available_class_regs.
10761 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
10763         * config/i386/constraints.md (Yp): New register constraint.
10764         * config/i386/i386.md (*addhi_1): Merge with *addhi_1_lea using
10765         Yp register constraint.
10766         (*addqi_1): Merge with *addqi_1_lea using Yp register constraint.
10767         (*ashlhi3_1): Merge with *ashlhi3_1_lea using Yp register constraint.
10768         (*ashlqi3_1): Merge with *ashlqi3_1_lea using Yp register constraint.
10770 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
10772         * config/i386/sse.md (<s>mul<mode>3_highpart): Update.
10774 2011-08-23  Mark Heffernan  <meheff@google.com>
10776         PR middle-end/38509
10777         * common.opt (Wfree-nonheap-object): New option.
10778         * doc/invoke.texi (Warning options): Document -Wfree-nonheap-object.
10779         * builtins.c (maybe_emit_free_warning): Add OPT_Wfree_nonheap_object
10780         to warning.
10781         (expand_builtin): Make warning conditional.
10783 2011-08-23  Uros Bizjak  <ubizjak@gmail.com>
10785         * config/i386/i386.md (type): Add imulx, ishiftx and rotatex.
10786         (length_immediate): Handle imulx, ishiftx and rotatex.
10787         (imm_disp): Ditto.
10788         (isa): Add bmi2.
10789         (enabled): Handle bmi2.
10790         (*mul<mode><dwi>3): Split from *<u>mul<mode><dwi>3.
10791         (*umul<mode><dwi>3): Ditto.  Add imulx BMI2 alternative.
10792         (*bmi2_umulditi3_1): New insn pattern.
10793         (*bmi2_umulsidi3_1): Ditto.
10794         (*umul<mode><dwi>3 splitter): New splitter to avoid flags dependency.
10795         (*bmi2_ashl<mode>3_1): New insn pattern.
10796         (*ashl<mode>3_1): Add ishiftx BMI2 alternative.
10797         (*ashl<mode>3_1 splitter): New splitter to avoid flags dependency.
10798         (*bmi2_ashlsi3_1_zext): New insn pattern.
10799         (*ashlsi3_1_zext): Add ishiftx BMI2 alternative.
10800         (*ashlsi3_1_zext splitter): New splitter to avoid flags dependency.
10801         (*bmi2_<shiftrt_insn><mode>3_1): New insn pattern.
10802         (*<shiftrt_insn><mode>3_1): Add ishiftx BMI2 alternative.
10803         (*<shiftrt_insn><mode>3_1 splitter): New splitter to avoid
10804         flags dependency.
10805         (*bmi2_<shiftrt_insn>si3_1_zext): New insn pattern.
10806         (*<shiftrt_insn>si3_1_zext): Add ishiftx BMI2 alternative.
10807         (*<shiftrt_insn>si3_1_zext splitter): New splitter to avoid
10808         flags dependency.
10809         (*bmi2_rorx<mode>3_1): New insn pattern.
10810         (*<rotate_insn><mode>3_1): Add rotatex BMI2 alternative.
10811         (*rotate<mode>3_1 splitter): New splitter to avoid flags dependency.
10812         (*rotatert<mode>3_1 splitter): Ditto.
10813         (*bmi2_rorxsi3_1_zext): New insn pattern.
10814         (*<rotate_insn>si3_1_zext): Add rotatex BMI2 alternative.
10815         (*rotatesi3_1_zext splitter): New splitter to avoid flags dependency.
10816         (*rotatertsi3_1_zext splitter): Ditto.
10818 2011-08-23  Kirill Yukhin  <kirill.yukhin@intel.com>
10820         * common/config/i386/i386-common.c (OPTION_MASK_ISA_BMI2_SET): New.
10821         (OPTION_MASK_ISA_BMI2_UNSET): Likewise.
10822         (ix86_handle_option): Handle OPT_mbmi2 case.
10823         * config.gcc (i[34567]86-*-*): Add bmi2intrin.h.
10824         (x86_64-*-*): Likewise.
10825         * config/i386/bmi2intrin.h: New file.
10826         * config/i386/cpuid.h (bit_BMI2): New.
10827         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
10828         BMI2 feature.
10829         * config/i386/i386-c.c (ix86_target_macros_internal):
10830         Conditionally define __BMI2__.
10831         * config/i386/i386.c (ix86_option_override_internal): Define PTA_BMI2.
10832         Handle BMI2 option.
10833         (ix86_valid_target_attribute_inner_p): Handle BMI2 option.
10834         (print_reg): New code.
10835         (ix86_print_operand): Likewise.
10836         (ix86_builtins): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
10837         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
10838         IX86_BUILTIN_PEXT64.
10839         (bdesc_args): Add IX86_BUILTIN_BZHI32, IX86_BUILTIN_BZHI64,
10840         IX86_BUILTIN_PDEP32, IX86_BUILTIN_PDEP64, IX86_BUILTIN_PEXT32,
10841         IX86_BUILTIN_PEXT64.
10842         * config/i386/i386.h (TARGET_BMI2): New.
10843         * config/i386/i386.md (UNSPEC_PDEP): New.
10844         (UNSPEC_PEXT): Likewise.
10845         (*bmi2_bzhi_<mode>3): Likewise.
10846         (*bmi2_pdep_<mode>3): Likewise.
10847         (*bmi2_pext_<mode>3): Likewise.
10848         * config/i386/i386.opt (mbmi2): New.
10849         * config/i386/x86intrin.h: Include bmi2intrin.h when __BMI2__
10850         is defined.
10851         * doc/extend.texi: Document BMI2 built-in functions.
10852         * doc/invoke.texi: Document -mbmi2.
10854 2011-08-23  Jakub Jelinek  <jakub@redhat.com>
10856         PR middle-end/50161
10857         * simplify-rtx.c (simplify_const_unary_operation): If
10858         op is CONST_INT, don't look at op_mode, but use instead mode.
10859         * optabs.c (add_equal_note): For FFS, CLZ, CTZ,
10860         CLRSB, POPCOUNT, PARITY and BSWAP use operand mode for
10861         operation and TRUNCATE/ZERO_EXTEND if needed.
10862         * doc/rtl.texi (ffs, clrsb, clz, ctz, popcount, parity, bswap):
10863         Document that operand mode must be same as operation mode,
10864         or VOIDmode.
10865         * config/avr/avr.md (paritysi2, *parityqihi2.libgcc,
10866         *paritysihi2.libgcc, popcountsi2, *popcountsi2.libgcc,
10867         *popcountqihi2.libgcc, clzsi2, *clzsihi2.libgcc, ctzsi2,
10868         *ctzsihi2.libgcc, ffssi2, *ffssihi2.libgcc): For unary ops
10869         use the mode of operand for the operation and add truncate
10870         or zero_extend around if needed.
10871         * config/c6x/c6x.md (ctzdi2): Likewise.
10872         * config/bfin/bfin.md (clrsbsi2, signbitssi2): Likewise.
10874 2011-08-12  Michael Matz  <matz@suse.de>
10876         * cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.
10877         (gimple_expand_cfg): Merge alignment info for coalesced pointer
10878         SSA names.
10880 2011-08-23  Richard Guenther  <rguenther@suse.de>
10882         * Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.
10883         * tree-affine.h (aff_comb_cannot_overlap_p): Declare.
10884         * tree-affine.c (aff_comb_cannot_overlap_p): New function, moved
10885         from ...
10886         * tree-ssa-loop-im.c (cannot_overlap_p): ... here.
10887         (mem_refs_may_alias_p): Adjust.
10888         * tree-data-ref.h (dr_may_alias_p): Adjust.
10889         * tree-data-ref.c: Include tree-affine.h.
10890         (dr_analyze_indices): Do nothing for the non-loop case.
10891         (dr_may_alias_p): Distinguish loop and non-loop case.  Disambiguate
10892         more cases in the non-loop case.
10893         * graphite-sese-to-poly.c (write_alias_graph_to_ascii_dimacs): Adjust
10894         calls to dr_may_alias_p.
10895         (write_alias_graph_to_ascii_ecc): Likewise.
10896         (write_alias_graph_to_ascii_dot): Likewise.
10897         (build_alias_set_optimal_p): Likewise.
10899 2011-08-23  Richard Guenther  <rguenther@suse.de>
10901         PR tree-optimization/50162
10902         * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
10904 2011-08-23  Richard Guenther  <rguenther@suse.de>
10906         * tree-data-ref.c (dr_analyze_indices): Add comments, handle
10907         REALPART_EXPR and IMAGPART_EXPR similar to ARRAY_REFs.
10908         (create_data_ref): Also dump access functions for the created data-ref.
10910 2011-08-22  Uros Bizjak  <ubizjak@gmail.com>
10911             Kirill Yukhin  <kirill.yukhin@intel.com>
10913         PR target/50155
10914         * config/i386/sse.md (VI_AVX2): New.
10915         (<plusminus_insn><mode>3): Use VI_AVX2 mode iterator.
10916         (*<plusminus_insn><mode>3): Ditto.
10917         (<sse2_avx2>_andnot<mode>3): Ditto.
10918         (*andnot<mode>3): Fix order of cond operands.
10919         Add asserts for correct TARGET_xxx.
10920         (*<any_logic:code><mode>3): Ditto.
10922 2011-08-22  Anatoly Sokolov  <aesok@post.ru>
10924         * config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
10925         * config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
10926         * config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
10927         regclass argument type to reg_class_t. Change 'max' and 'v' vars
10928         and return types to unsigned char. Use reg_class_contents instead
10929         of class_contents.
10930         (TARGET_CLASS_MAX_NREGS): Define.
10932 2011-08-22  Bernd Schmidt  <bernds@codesourcery.com>
10934         * config/c6x/c6x.md (indirect_jump_shadow): Tweak representation
10935         to make computed_jump_p return true.
10937 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10939         * configure.ac (GCC_PICFLAG_FOR_TARGET): Call it.
10940         (PICFLAG_FOR_TARGET): Substitute.
10941         * aclocal.m4: Regenerate.
10942         * configure: Regenerate.
10944 2011-08-22  Dodji Seketeli  <dodji@redhat.com>
10946         * c-family/c-pch.c (c_common_read_pch): Re-set line table right
10947         after reading in the pch.
10949 2011-08-22  H.J. Lu  <hongjiu.lu@intel.com>
10951         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Error if __ELF__ isn't defined.
10952         * configure: Regenerated.
10954 2011-08-22  Jakub Jelinek  <jakub@redhat.com>
10956         PR tree-optimization/50133
10957         * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
10958         from stmt instead of some statement around gsi.
10960         PR middle-end/50141
10961         * expr.c (get_bit_range): Only use DECL_THREAD_LOCAL_P if
10962         innerdecl is a VAR_DECL.
10964 2011-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
10966         * config/i386/avx2intrin.h: New file.
10967         * config/i386/i386-builtin-types.def (PCINT, PCINT64, PV4SI,
10968         PV8SI, V32QI_FTYPE_V32QI, V32QI_FTYPE_V16QI, V16HI_FTYPE_V16HI,
10969         V16HI_FTYPE_V8HI, V8SI_FTYPE_V8SI, V16HI_FTYPE_V16QI,
10970         V8SI_FTYPE_V16QI, V4DI_FTYPE_V16QI, V8SI_FTYPE_V8HI,
10971         V4DI_FTYPE_V8HI, V4DI_FTYPE_V4SI, V4DI_FTYPE_PV4DI,
10972         V4DI_FTYPE_V2DI, V2DI_FTYPE_PCV2DI_V2DI, V4SI_FTYPE_PCV4SI_V4SI,
10973         V32QI_FTYPE_V16HI_V16HI, V16HI_FTYPE_V8SI_V8SI,
10974         V32QI_FTYPE_V32QI_V32QI, V16HI_FTYPE_V32QI_V32QI,
10975         V16HI_FTYPE_V16HI_V8HI, V16HI_FTYPE_V16HI_V16HI,
10976         V16HI_FTYPE_V16HI_INT, V16HI_FTYPE_V16HI_SI,
10977         V16HI_FTYPE_V16HI_V16HI_INT, V32QI_FTYPE_V32QI_V32QI_INT,
10978         V8SI_FTYPE_V8SI_V4SI, V8SI_FTYPE_V8SI_V8SI,
10979         V8SI_FTYPE_V16HI_V16HI, V8SI_FTYPE_V8SI_INT, V8SI_FTYPE_V8SI_SI,
10980         V8SI_FTYPE_PCV8SI_V8SI, V4DI_FTYPE_V4DI_V4DI,
10981         V4DI_FTYPE_V8SI_V8SI, V4DI_FTYPE_V4DI_V2DI,
10982         V4DI_FTYPE_PCV4DI_V4DI, V4DI_FTYPE_V4DI_INT,
10983         V2DI_FTYPE_V4DI_INT, V4DI_FTYPE_V4DI_V4DI_INT,
10984         V4DI_FTYPE_V4DI_V2DI_INT, VOID_FTYPE_PV2DI_V2DI_V2DI,
10985         VOID_FTYPE_PV4DI_V4DI_V4DI, VOID_FTYPE_PV4SI_V4SI_V4SI,
10986         VOID_FTYPE_PV8SI_V8SI_V8SI,
10987         V2DF_FTYPE_V2DF_PCDOUBLE_V4SI_V2DF_INT,
10988         V4DF_FTYPE_V4DF_PCDOUBLE_V4SI_V4DF_INT,
10989         V2DF_FTYPE_V2DF_PCDOUBLE_V2DI_V2DF_INT,
10990         V4DF_FTYPE_V4DF_PCDOUBLE_V4DI_V4DF_INT,
10991         V4SF_FTYPE_V4SF_PCFLOAT_V4SI_V4SF_INT,
10992         V8SF_FTYPE_V8SF_PCFLOAT_V8SI_V8SF_INT,
10993         V4SF_FTYPE_V4SF_PCFLOAT_V2DI_V4SF_INT,
10994         V4SF_FTYPE_V4SF_PCFLOAT_V4DI_V4SF_INT,
10995         V2DI_FTYPE_V2DI_PCINT64_V4SI_V2DI_INT,
10996         V4DI_FTYPE_V4DI_PCINT64_V4SI_V4DI_INT,
10997         V2DI_FTYPE_V2DI_PCINT64_V2DI_V2DI_INT,
10998         V4DI_FTYPE_V4DI_PCINT64_V4DI_V4DI_INT,
10999         V4SI_FTYPE_V4SI_PCINT_V4SI_V4SI_INT,
11000         V8SI_FTYPE_V8SI_PCINT_V8SI_V8SI_INT,
11001         V4SI_FTYPE_V4SI_PCINT_V2DI_V4SI_INT,
11002         V4SI_FTYPE_V4SI_PCINT_V4DI_V4SI_INT,
11003         V16HI_FTYPE_V16HI_SI_COUNT, V16HI_FTYPE_V16HI_V8HI_COUNT,
11004         V8SI_FTYPE_V8SI_SI_COUNT, V8SI_FTYPE_V8SI_V4SI_COUNT,
11005         V4DI_FTYPE_V4DI_INT_COUNT, V4DI_FTYPE_V4DI_V2DI_COUNT,
11006         V4DI_FTYPE_V4DI_INT_CONVERT,
11007         V4DI_FTYPE_V4DI_V4DI_INT_CONVERT): New.
11008         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MPSADBW256,
11009         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
11010         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
11011         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
11012         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
11013         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
11014         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
11015         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
11016         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
11017         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
11018         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
11019         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
11020         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
11021         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
11022         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
11023         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
11024         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
11025         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
11026         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
11027         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
11028         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
11029         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
11030         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
11031         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
11032         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
11033         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
11034         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
11035         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
11036         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
11037         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
11038         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
11039         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
11040         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
11041         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
11042         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
11043         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
11044         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
11045         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
11046         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
11047         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
11048         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
11049         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
11050         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
11051         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
11052         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
11053         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
11054         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
11055         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
11056         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
11057         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
11058         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
11059         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
11060         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
11061         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
11062         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
11063         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
11064         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
11065         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
11066         IX86_BUILTIN_MOVNTDQA256, IX86_BUILTIN_VBROADCASTSS_PS,
11067         IX86_BUILTIN_VBROADCASTSS_PS256,
11068         IX86_BUILTIN_VBROADCASTSD_PD256,
11069         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
11070         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
11071         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
11072         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
11073         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
11074         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
11075         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
11076         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
11077         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
11078         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
11079         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
11080         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
11081         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256,
11082         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
11083         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
11084         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
11085         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
11086         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI,
11087         IX86_BUILTIN_GATHERSIV2DF, IX86_BUILTIN_GATHERSIV4DF,
11088         IX86_BUILTIN_GATHERDIV2DF, IX86_BUILTIN_GATHERDIV4DF,
11089         IX86_BUILTIN_GATHERSIV4SF, IX86_BUILTIN_GATHERSIV8SF,
11090         IX86_BUILTIN_GATHERDIV4SF, IX86_BUILTIN_GATHERDIV8SF,
11091         IX86_BUILTIN_GATHERSIV2DI, IX86_BUILTIN_GATHERSIV4DI,
11092         IX86_BUILTIN_GATHERDIV2DI, IX86_BUILTIN_GATHERDIV4DI,
11093         IX86_BUILTIN_GATHERSIV4SI, IX86_BUILTIN_GATHERSIV8SI,
11094         IX86_BUILTIN_GATHERDIV4SI, IX86_BUILTIN_GATHERDIV8SI.
11095         (bdesc_special_args): Add IX86_BUILTIN_MOVNTDQA256,
11096         IX86_BUILTIN_MASKLOADD, IX86_BUILTIN_MASKLOADQ,
11097         IX86_BUILTIN_MASKLOADD256, IX86_BUILTIN_MASKLOADQ256,
11098         IX86_BUILTIN_MASKSTORED, IX86_BUILTIN_MASKSTOREQ,
11099         IX86_BUILTIN_MASKSTORED256, IX86_BUILTIN_MASKSTOREQ256.
11100         (bdesc_args): Add  IX86_BUILTIN_MPSADBW256,
11101         IX86_BUILTIN_PABSB256, IX86_BUILTIN_PABSW256,
11102         IX86_BUILTIN_PABSD256, IX86_BUILTIN_PACKSSDW256,
11103         IX86_BUILTIN_PACKSSWB256, IX86_BUILTIN_PACKUSDW256,
11104         IX86_BUILTIN_PACKUSWB256, IX86_BUILTIN_PADDB256,
11105         IX86_BUILTIN_PADDW256, IX86_BUILTIN_PADDD256,
11106         IX86_BUILTIN_PADDQ256, IX86_BUILTIN_PADDSB256,
11107         IX86_BUILTIN_PADDSW256, IX86_BUILTIN_PADDUSB256,
11108         IX86_BUILTIN_PADDUSW256, IX86_BUILTIN_PALIGNR256,
11109         IX86_BUILTIN_AND256I, IX86_BUILTIN_ANDNOT256I,
11110         IX86_BUILTIN_PAVGB256, IX86_BUILTIN_PAVGW256,
11111         IX86_BUILTIN_PBLENDVB256, IX86_BUILTIN_PBLENDVW256,
11112         IX86_BUILTIN_PCMPEQB256, IX86_BUILTIN_PCMPEQW256,
11113         IX86_BUILTIN_PCMPEQD256, IX86_BUILTIN_PCMPEQQ256,
11114         IX86_BUILTIN_PCMPGTB256, IX86_BUILTIN_PCMPGTW256,
11115         IX86_BUILTIN_PCMPGTD256, IX86_BUILTIN_PCMPGTQ256,
11116         IX86_BUILTIN_PHADDW256, IX86_BUILTIN_PHADDD256,
11117         IX86_BUILTIN_PHADDSW256, IX86_BUILTIN_PHSUBW256,
11118         IX86_BUILTIN_PHSUBD256, IX86_BUILTIN_PHSUBSW256,
11119         IX86_BUILTIN_PMADDUBSW256, IX86_BUILTIN_PMADDWD256,
11120         IX86_BUILTIN_PMAXSB256, IX86_BUILTIN_PMAXSW256,
11121         IX86_BUILTIN_PMAXSD256, IX86_BUILTIN_PMAXUB256,
11122         IX86_BUILTIN_PMAXUW256, IX86_BUILTIN_PMAXUD256,
11123         IX86_BUILTIN_PMINSB256, IX86_BUILTIN_PMINSW256,
11124         IX86_BUILTIN_PMINSD256, IX86_BUILTIN_PMINUB256,
11125         IX86_BUILTIN_PMINUW256, IX86_BUILTIN_PMINUD256,
11126         IX86_BUILTIN_PMOVMSKB256, IX86_BUILTIN_PMOVSXBW256,
11127         IX86_BUILTIN_PMOVSXBD256, IX86_BUILTIN_PMOVSXBQ256,
11128         IX86_BUILTIN_PMOVSXWD256, IX86_BUILTIN_PMOVSXWQ256,
11129         IX86_BUILTIN_PMOVSXDQ256, IX86_BUILTIN_PMOVZXBW256,
11130         IX86_BUILTIN_PMOVZXBD256, IX86_BUILTIN_PMOVZXBQ256,
11131         IX86_BUILTIN_PMOVZXWD256, IX86_BUILTIN_PMOVZXWQ256,
11132         IX86_BUILTIN_PMOVZXDQ256, IX86_BUILTIN_PMULDQ256,
11133         IX86_BUILTIN_PMULHRSW256, IX86_BUILTIN_PMULHUW256,
11134         IX86_BUILTIN_PMULHW256, IX86_BUILTIN_PMULLW256,
11135         IX86_BUILTIN_PMULLD256, IX86_BUILTIN_PMULUDQ256,
11136         IX86_BUILTIN_POR256, IX86_BUILTIN_PSADBW256,
11137         IX86_BUILTIN_PSHUFB256, IX86_BUILTIN_PSHUFD256,
11138         IX86_BUILTIN_PSHUFHW256, IX86_BUILTIN_PSHUFLW256,
11139         IX86_BUILTIN_PSIGNB256, IX86_BUILTIN_PSIGNW256,
11140         IX86_BUILTIN_PSIGND256, IX86_BUILTIN_PSLLDQI256,
11141         IX86_BUILTIN_PSLLWI256, IX86_BUILTIN_PSLLW256,
11142         IX86_BUILTIN_PSLLDI256, IX86_BUILTIN_PSLLD256,
11143         IX86_BUILTIN_PSLLQI256, IX86_BUILTIN_PSLLQ256,
11144         IX86_BUILTIN_PSRAWI256, IX86_BUILTIN_PSRAW256,
11145         IX86_BUILTIN_PSRADI256, IX86_BUILTIN_PSRAD256,
11146         IX86_BUILTIN_PSRLDQI256, IX86_BUILTIN_PSRLWI256,
11147         IX86_BUILTIN_PSRLW256, IX86_BUILTIN_PSRLDI256,
11148         IX86_BUILTIN_PSRLD256, IX86_BUILTIN_PSRLQI256,
11149         IX86_BUILTIN_PSRLQ256, IX86_BUILTIN_PSUBB256,
11150         IX86_BUILTIN_PSUBW256, IX86_BUILTIN_PSUBD256,
11151         IX86_BUILTIN_PSUBQ256, IX86_BUILTIN_PSUBSB256,
11152         IX86_BUILTIN_PSUBSW256, IX86_BUILTIN_PSUBUSB256,
11153         IX86_BUILTIN_PSUBUSW256, IX86_BUILTIN_PUNPCKHBW256,
11154         IX86_BUILTIN_PUNPCKHWD256, IX86_BUILTIN_PUNPCKHDQ256,
11155         IX86_BUILTIN_PUNPCKHQDQ256, IX86_BUILTIN_PUNPCKLBW256,
11156         IX86_BUILTIN_PUNPCKLWD256, IX86_BUILTIN_PUNPCKLDQ256,
11157         IX86_BUILTIN_PUNPCKLQDQ256, IX86_BUILTIN_PXOR256,
11158         IX86_BUILTIN_VBROADCASTSS_PS, IX86_BUILTIN_VBROADCASTSS_PS256,
11159         IX86_BUILTIN_VBROADCASTSD_PD256,
11160         IX86_BUILTIN_VBROADCASTSI256, IX86_BUILTIN_PBLENDD256,
11161         IX86_BUILTIN_PBLENDD128, IX86_BUILTIN_PBROADCASTB256,
11162         IX86_BUILTIN_PBROADCASTW256, IX86_BUILTIN_PBROADCASTD256,
11163         IX86_BUILTIN_PBROADCASTQ256, IX86_BUILTIN_PBROADCASTB128,
11164         IX86_BUILTIN_PBROADCASTW128, IX86_BUILTIN_PBROADCASTD128,
11165         IX86_BUILTIN_PBROADCASTQ128, IX86_BUILTIN_VPERMVARSI256,
11166         IX86_BUILTIN_VPERMDF256, IX86_BUILTIN_VPERMVARSF256,
11167         IX86_BUILTIN_VPERMDI256, IX86_BUILTIN_VPERMTI256,
11168         IX86_BUILTIN_VEXTRACT128I256, IX86_BUILTIN_VINSERT128I256,
11169         IX86_BUILTIN_PSLLVV4DI, IX86_BUILTIN_PSLLVV2DI,
11170         IX86_BUILTIN_PSLLVV8SI, IX86_BUILTIN_PSLLVV4SI,
11171         IX86_BUILTIN_PSRAVV8SI, IX86_BUILTIN_PSRAVV4SI,
11172         IX86_BUILTIN_PSRLVV4DI, IX86_BUILTIN_PSRLVV2DI,
11173         IX86_BUILTIN_PSRLVV8SI, IX86_BUILTIN_PSRLVV4SI.
11174         (ix86_init_mmx_sse_builtins): Add IX86_BUILTIN_GATHERSIV2DF,
11175         IX86_BUILTIN_GATHERSIV4DF, IX86_BUILTIN_GATHERDIV2DF,
11176         IX86_BUILTIN_GATHERDIV4DF, IX86_BUILTIN_GATHERSIV4SF,
11177         IX86_BUILTIN_GATHERSIV8SF, IX86_BUILTIN_GATHERDIV4SF,
11178         IX86_BUILTIN_GATHERDIV8SF, IX86_BUILTIN_GATHERSIV2DI,
11179         IX86_BUILTIN_GATHERSIV4DI, IX86_BUILTIN_GATHERDIV2DI,
11180         IX86_BUILTIN_GATHERDIV4DI, IX86_BUILTIN_GATHERSIV4SI,
11181         IX86_BUILTIN_GATHERSIV8SI, IX86_BUILTIN_GATHERDIV4SI,
11182         IX86_BUILTIN_GATHERDIV8SI.
11183         (ix86_preferred_simd_mode): Support AVX2 modes.
11184         (ix86_expand_args_builtin): Support AVX2 builtins.
11185         (ix86_expand_special_args_builtin): Likewise.
11186         (ix86_expand_builtin): Likewise.
11187         * config/i386/i386.md (UNSPEC_VPERMSI): New.
11188         (UNSPEC_VPERMDF): Likewise.
11189         (UNSPEC_VPERMSF): Likewise.
11190         (UNSPEC_VPERMDI): Likewise.
11191         (UNSPEC_VPERMTI): Likewise.
11192         (UNSPEC_GATHER): Likewise.
11193         (ssemodesuffix): Extend.
11194         * config/i386/immintrin.h: Include avx2intrin.h when __AVX2__
11195         is defined.
11196         * config/i386/predicates.md (const1248_operand): New.
11197         * config/i386/sse.md (VI1_AVX2): New mode iterator.
11198         (VI2_AVX2): Likewise.
11199         (VI4_AVX2): Likewise.
11200         (VI8_AVX2): Likewise.
11201         (VIMAX_AVX2): Likewise.
11202         (SSESCALARMODE): Likewise.
11203         (VI12_AVX2): Likewise.
11204         (VI24_AVX2): Likewise.
11205         (VI124_AVX2): Likewise.
11206         (VI248_AVX2): Likewise.
11207         (VI48_AVX2): Likewise.
11208         (VI4SD_AVX2): Likewise.
11209         (V48_AVX2): Likewise.
11210         (AVX256MODE2P): Likewise.
11211         (AVXMODE48P_DI): Likewise.
11212         (sse2_avx2): New mode attribute.
11213         (ssse3_avx2): Likewise.
11214         (sse4_1_avx2): Likewise.
11215         (avx_avx2): Likewise.
11216         (ssebytemode): Likewise.
11217         (AVXTOSSEMODE): Likewise.
11218         (AVXMODE48P_DI): Likewise.
11219         (gthrfirstp): Likewise.
11220         (gthrlastp): Likewise.
11221         (lshift): New code_iterator
11222         (lshift): New code attribute.
11223         (lshift): Likewise.
11224         (ssescalarmodesuffix): Update.
11225         (sseunpackmode): Likewise.
11226         (ssepackmode): Likewise.
11227         (avx2_vec_dupv4sf): New insn pattern.
11228         (avx2_vec_dupv8sf): Likewise.
11229         (avx2_interleave_highv4di): Likewise.
11230         (avx2_interleave_lowv4di): Likewise.
11231         (avx2_umulv4siv4di3): Likewise
11232         (*avx2_umulv4siv4di3): Likewise
11233         (avx2_pmaddwd): Likewise.
11234         (*avx2_pmaddwd): Likewise.
11235         (avx2_lshrqv4di3): Likewise.
11236         (avx2_lshlqv4di3): Likewise.
11237         (avx2_lshl<mode>3): Likewise.
11238         (avx2_<umaxmin:code><mode>3): Likewise.
11239         (*avx2_<umaxmin:code><mode>3): Likewise.
11240         (avx2_<smaxmin:code><mode>3): Likewise.
11241         (*avx2_<smaxmin:code><mode>3): Likewise.
11242         (avx2_eq<mode>3): Likewise.
11243         (*avx2_eq<mode>3): Likewise.
11244         (avx2_gt<mode>3): Likewise.
11245         (avx2_interleave_highv32qi): New.
11246         (avx2_interleave_lowv32qi): Likewise.
11247         (avx2_interleave_highv16hi): Likewise.
11248         (avx2_interleave_lowv16hi): Likewise.
11249         (avx2_interleave_highv8si): Likewise.
11250         (avx2_interleave_lowv8si): Likewise.
11251         (avx2_pshufd): Likewise.
11252         (avx2_pshufd_1): Likewise.
11253         (avx2_pshuflwv3): Likewise.
11254         (avx2_pshuflw_1): Likewise.
11255         (avx2_pshufhwv3): Likewise.
11256         (avx2_pshufhw_1): Likewise.
11257         (avx2_uavgv32qi3): Likewise.
11258         (*avx2_uavgv32qi3): Likewise.
11259         (avx2_uavgv16hi3): Likewise.
11260         (*avx2_uavgv16hi3): Likewise.
11261         (avx2_pmovmskb): Likewise.
11262         (avx2_phaddwv16hi3): Likewise.
11263         (avx2_phadddv8si3): Likewise.
11264         (avx2_phaddswv16hi3): Likewise.
11265         (avx2_phsubwv16hi3): Likewise.
11266         (avx2_phsubdv8si3): Likewise.
11267         (avx2_phsubswv16hi3): Likewise.
11268         (avx2_pmaddubsw256): Likewise.
11269         (avx2_umulhrswv16hi3): Likewise.
11270         (*avx2_umulhrswv16hi3): Likewise.
11271         (avx2_packusdw): Likewise.
11272         (avx2_pblendd<mode>): Likewise.
11273         (avx2_<code>v16qiv16hi2): Likewise.
11274         (avx2_<code>v8qiv8si2): Likewise.
11275         (avx2_<code>v8hiv8si2): Likewise.
11276         (avx2_<code>v4qiv4di2): Likewise.
11277         (avx2_<code>v4hiv4di2): Likewise.
11278         (avx2_<code>v4siv4di2): Likewise.
11279         (avx2_pbroadcast<mode>): Likewise.
11280         (avx2_permvarv8si): Likewise.
11281         (avx2_permv4df): Likewise.
11282         (avx2_permvarv8sf): Likewise.
11283         (avx2_permv4di): Likewise.
11284         (avx2_permv2ti): Likewise.
11285         (avx2_vec_dupv4df): Likewise.
11286         (avx2_vbroadcasti128_<mode>): Likewise.
11287         (avx2_vec_set_lo_v4di): Likewise.
11288         (avx2_vec_set_hi_v4di): Likewise.
11289         (*avx2_maskmov<avx2modesuffix><avxmodesuffix>): Likewise.
11290         (avx2_extracti128): Likewise.
11291         (avx2_inserti128): Likewise.
11292         (avx2_ashrvv8si): Likewise.
11293         (avx2_ashrvv4si): Likewise.
11294         (avx2_<lshift>vv8si): Likewise.
11295         (avx2_<lshift>v<mode>): Likewise.
11296         (avx2_<lshift>vv2di): Likewise.
11297         (avx2_gathersi<mode>): Likewise.
11298         (*avx2_gathersi<mode>): Likewise.
11299         (avx2_gatherdi<mode>): Likewise.
11300         (*avx2_gatherdi<mode>): Likewise.
11301         (avx2_gatherdi<mode>256): Likewise.
11302         (*avx2_gatherdi<mode>256): Likewise.
11303         (<plusminus_insn><mode>3): Use VI mode iterator.
11304         (*<plusminus_insn><mode>3): Use VI mode iterator.
11305         (<sse2_avx2>_<plusminus_insn><mode>3): Rename from
11306         sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
11307         (*<sse2_avx2>_<plusminus_insn><mode>3): Rename from
11308         *sse2_<plusminus_insn><mode>3.  Use VI12_AVX2 mode iterator.
11309         (mul<mode>3): Rename from mulv8hi3.  Use VI2_AVX2 mode iterator.
11310         (*mul<mode>3): Rename from *mulv8hi3.  Use VI2_AVX2 mode iterator.
11311         (<s>mul<mode>3_highpart): Rename from <s>mulv8hi3_highpart.
11312         Use VI2_AVX2 mode iterator.
11313         (*<s>mul<mode>3_highpart): Rename from *<s>mulv8hi3_highpart.
11314         Use VI2_AVX2 mode iterator.
11315         (mul<mode>3): Rename from mulv4si3.  Use VI4_AVX2 mode iterator.
11316         (*mul<mode>3): Rename from *mulv4si3.  Use VI4_AVX2 mode iterator.
11317         (*<sse4_1_avx2>_mulv2siv2di3): Rename from *sse4_1_mulv4si3.
11318         Use VI4_AVX2 mode iterator.
11319         (ashr<mode>3): Use VI24_AVX2 mode iterator.
11320         (lshr<mode>3): Use VI248_AVX2 mode iterator.
11321         (<sse2_avx2>_ashl<mode>3): Rename from sse2_ashlv1ti3.
11322         Use VIMAX_AVX2 mode iterator.
11323         (<sse2_avx2>_andnot<mode>3): Rename from sse2_andnot<mode>3.
11324         Use VI mode iterator.
11325         (*andnot<mode>3): Update for AVX2.
11326         (*<any_logic:code><mode>3): Likewise.
11327         (<sse2_avx2>_packsswb): Rename from sse2_packsswb.
11328         Use VI1_AVX mode iterator.
11329         (<sse2_avx2>_packssdw):  Rename from sse2_packssdw.
11330         Use VI2_AVX mode iterator.
11331         (<sse2_avx2>_packuswb): Rename from sse2_packsswb.
11332         Use VI1_AVX mode iterator.
11333         (<sse2_avx2>_psadbw): Rename from sse2_psadbw.
11334         Use VI8_AVX2 mode iterator.
11335         (<ssse3_avx2>_pshufb<mode>3): Rename from ssse3_pshufbv16qi3.
11336         Use VI1_AVX2 mode iterator.
11337         (<ssse3_avx2>_psign<mode>3): Rename from ssse3_psign<mode>3.
11338         Use VI124_AVX2 mode iterator.
11339         (<ssse3_avx2>_palignr<mode>): Rename from ssse3_palignrti.
11340         Use SSESCALARMODE mode iterator.
11341         (abs<mode>2): Use VI124_AVX2 mode iterator.
11342         (<sse4_1_avx2>_movntdqa): Rename from sse4_1_movntdqa.
11343         Use VI8_AVX2 mode iterator.
11344         (<sse4_1_avx2>_mpsadbw): Rename from sse4_1_mpsadbw.
11345         Use VI1_AVX2 mode iterator.
11346         (<sse4_1_avx2>_pblendvb): Rename from sse4_1_pblendvb.
11347         Use VI1_AVX2 mode iterator.
11348         (<sse4_1_avx2>_pblendw): Rename from sse4_1_pblendvb.
11349         Use VI2_AVX2 mode iterator.
11350         (<avx_avx2>_maskload<avx2modesuffix><avxmodesuffix>): Rename from
11351         avx_maskload<ssemodesuffix><avxsizesuffix>. Use V48_AVX2 mode iterator.
11352         (<avx_avx2>_maskstore<avx2modesuffix><avxmodesuffix>): Rename from
11353         avx_maskstore<ssemodesuffix><avxsizesuffix>.
11354         Use V48_AVX2 mode iterator.
11355         * doc/extend.texi: Document AVX2 built-in functions.
11356         * doc/invoke.texi: Document -mavx2.
11358 2011-08-22  Matthias Klose <doko@debian.org>
11360         Revert:
11361         2011-07-11  Arthur Loiret  <aloiret@debian.org>
11362                     Matthias Klose <doko@debian.org>
11363         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
11364         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
11365         convention.
11366         * config.gcc (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
11368 2011-08-22  Mikael Pettersson  <mikpe@it.uu.se>
11370         PR bootstrap/50146
11371         * ira-color.c (assign_hard_reg): Move saved_nregs declaration
11372         to #ifndef HONOR_REG_ALLOC_ORDER block.
11374 2011-08-21  Richard Henderson  <rth@redhat.com>
11376         * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.
11377         * dwarf2cfi.c (scan_trace): Test JUMP_P before INSN_ANNULLED_BRANCH_P.
11378         * resource.c (next_insn_no_annul): Likewise.
11379         (mark_set_resources): Likewise.
11380         * reorg.c (delete_from_delay_slot): Likewise.
11381         (dbr_schedule, redundant_insn, try_merge_delay_insns): Likewise.
11382         (get_branch_condition): Test pc_rtx and LABEL_REF before dereferencing.
11384 2011-08-21  Uros Bizjak  <ubizjak@gmail.com>
11386         * config/i386/i386.md (any_div): Remove.
11387         (sgnprefix): Update for removal.
11388         (u): Ditto.
11390 2011-08-20  Vladimir Makarov  <vmakarov@redhat.com>
11392         * ira-lives.c (mark_pseudo_regno_subword_live): Use allocno class
11393         for ira_reg_class_max_nregs.  Increase pressure by 1.
11394         (mark_pseudo_regno_subword_dead): Use allocno class
11395         for ira_reg_class_max_nregs.
11397 2011-08-20  Richard Henderson  <rth@redhat.com>
11399         * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
11400         config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
11401         config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
11402         config/c6x/ltf.c: Adjust include path for soft-fp.
11404 2011-08-20  H.J. Lu  <hongjiu.lu@intel.com>
11406         PR other/46770
11407         * config.gcc (tm_file): Add initfini-array.h if
11408         .init_arrary/.fini_array are supported.
11410         * crtstuff.c: Don't generate .ctors nor .dtors sections if
11411         USE_INITFINI_ARRAY is defined.
11413         * output.h (default_elf_init_array_asm_out_constructor): New.
11414         (default_elf_fini_array_asm_out_destructor): Likewise.
11415         * varasm.c (elf_init_array_section): Likewise.
11416         (elf_fini_array_section): Likewise.
11417         (get_elf_initfini_array_priority_section): Likewise.
11418         (default_elf_init_array_asm_out_constructor): Likewise.
11419         (default_elf_fini_array_asm_out_destructor): Likewise.
11421         * config/initfini-array.h: New.
11423 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
11425         * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
11426         OK for ST_REGS and FP_REGS before taking those classes into account.
11428 2011-08-20  Richard Sandiford  <rdsandiford@googlemail.com>
11430         * config/mips/mips.c (mips_reorg_process_insns): Check for jumps
11431         before checking for annulled branches.
11433 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
11435         * config/i386/i386.c (ix86_binary_operator_ok): Use
11436         satisfies_constraint_L.
11438 2011-08-20  Uros Bizjak  <ubizjak@gmail.com>
11439             Michael Matz  <matz@suse.de>
11441         * config/i386/i386.c (ix86_expand_round_sse4): Expand as
11442         trunc (a + copysign (nextafter (0.5, 0.0), a)).
11444 2011-08-20  Anatoly Sokolov  <aesok@post.ru>
11446         * doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
11447         * doc/tm.texi: Regenerate.
11448         * targhooks.c (default_preferred_output_reload_class): Don't use
11449         PREFERRED_OUTPUT_RELOAD_CLASS macro.
11450         * system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
11452 2011-08-20  Jakub Jelinek  <jakub@redhat.com>
11454         PR tree-optimization/48739
11455         * tree-ssa.c: Include cfgloop.h.
11456         (execute_update_addresses_taken): When updating ssa, if in loop closed
11457         SSA form, call rewrite_into_loop_closed_ssa instead of update_ssa.
11458         * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
11460 2011-08-19  Vladimir Makarov  <vmakarov@redhat.com>
11462         PR rtl-optimization/49936
11463         * ira.c (ira_init_register_move_cost): Ignore too small subclasses
11464         for calculation of max register move costs.
11466 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11468         * c-parser.c (c_parser_postfix_expression): Convert operands of
11469         __builtin_complex to their semantic types.
11471 2011-08-19  H.J. Lu  <hongjiu.lu@intel.com>
11473         PR middle-end/49721
11474         * explow.c (convert_memory_address_addr_space): Also permute the
11475         conversion and addition of constant for zero-extend.
11477 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11479         * c-parser.c (c_parser_postfix_expression): Handle RID_BUILTIN_COMPLEX.
11480         * doc/extend.texi (__builtin_complex): Document.
11482 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11484         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Handle constants
11485         beyond conversions.
11486         (convert_mult_to_widen): Convert constant inputs to the right type.
11487         (convert_plusminus_to_widen): Don't automatically reject inputs that
11488         are not an SSA_NAME.
11489         Convert constant inputs to the right type.
11491 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11493         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Convert add_rhs
11494         to the correct type.
11496 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11498         * tree-ssa-math-opts.c (convert_mult_to_widen): Better handle
11499         unsigned inputs of different modes.
11500         (convert_plusminus_to_widen): Likewise.
11502 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11504         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): Add new argument
11505         'type'.
11506         Use 'type' from caller, not inferred from 'rhs'.
11507         Don't reject non-conversion statements. Do return lhs in this case.
11508         (is_widening_mult_p): Add new argument 'type'.
11509         Use 'type' from caller, not inferred from 'stmt'.
11510         Pass type to is_widening_mult_rhs_p.
11511         (convert_mult_to_widen): Pass type to is_widening_mult_p.
11512         (convert_plusminus_to_widen): Likewise.
11514 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11516         * tree-ssa-math-opts.c (is_widening_mult_p): Remove FIXME.
11517         Ensure the the larger type is the first operand.
11519 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11521         * tree-ssa-math-opts.c (convert_mult_to_widen): Convert
11522         unsupported unsigned multiplies to signed.
11523         (convert_plusminus_to_widen): Likewise.
11525 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11527         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Permit a single
11528         conversion statement separating multiply-and-accumulate.
11530 2011-08-19  Richard Guenther  <rguenther@suse.de>
11532         PR tree-optimization/50067
11533         * tree-data-ref.c (dr_analyze_indices): Simplify, strip MEM_REF
11534         offset only if we accounted for it.
11536 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11538         * config/arm/arm.md (maddhidi4): Remove '*' from name.
11539         * expr.c (expand_expr_real_2): Use find_widening_optab_handler.
11540         * optabs.c (find_widening_optab_handler_and_mode): New function.
11541         (expand_widen_pattern_expr): Use find_widening_optab_handler.
11542         (expand_binop_directly): Likewise.
11543         (expand_binop): Likewise.
11544         * optabs.h (find_widening_optab_handler): New macro define.
11545         (find_widening_optab_handler_and_mode): New prototype.
11546         * tree-cfg.c (verify_gimple_assign_binary): Adjust WIDEN_MULT_EXPR
11547         type precision rules.
11548         (verify_gimple_assign_ternary): Likewise for WIDEN_MULT_PLUS_EXPR.
11549         * tree-ssa-math-opts.c (build_and_insert_cast): New function.
11550         (is_widening_mult_rhs_p): Allow widening by more than one mode.
11551         Explicitly disallow mis-matched input types.
11552         (convert_mult_to_widen): Use find_widening_optab_handler, and cast
11553         input types to fit the new handler.
11554         (convert_plusminus_to_widen): Likewise.
11556 2011-08-19  Andrew Stubbs  <ams@codesourcery.com>
11558         * expr.c (expand_expr_real_2): Use widening_optab_handler.
11559         * genopinit.c (optabs): Use set_widening_optab_handler for $N.
11560         (gen_insn): $N now means $a must be wider than $b, not consecutive.
11561         * optabs.c (widened_mode): New function.
11562         (expand_widen_pattern_expr): Use widening_optab_handler.
11563         (expand_binop_directly): Likewise.
11564         (expand_binop): Likewise.
11565         * optabs.h (widening_optab_handlers): New struct.
11566         (optab_d): New member, 'widening'.
11567         (widening_optab_handler): New function.
11568         (set_widening_optab_handler): New function.
11569         * tree-ssa-math-opts.c (convert_mult_to_widen): Use
11570         widening_optab_handler.
11571         (convert_plusminus_to_widen): Likewise.
11573 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11575         * c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if
11576         pedantic.
11577         * c-parser.c (c_parser_declspecs): Include _Noreturn in syntax comment.
11578         * ginclude/stdnoreturn.h (noreturn): Don't define for C++.
11580 2011-08-19  Joseph Myers  <joseph@codesourcery.com>
11582         * opth-gen.awk: Do not declare target save/restore structures and
11583         functions if IN_RTS defined.
11585 2011-08-19  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
11587         PR target/49437
11588         * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue
11589         when stack was realigned in interrupt handler prologue.
11591 2011-08-18  Joseph Myers  <joseph@codesourcery.com>
11593         * c-decl.c (shadow_tag_warned): Check for _Noreturn.
11594         (quals_from_declspecs): Assert _Noreturn not present.
11595         (grokdeclarator): Handle _Noreturn.
11596         (build_null_declspecs): Initialize noreturn_p.
11597         (declspecs_add_scspec): Handle RID_NORETURN.
11598         * c-parser.c (c_token_starts_declspecs, c_parser_declspecs)
11599         (c_parser_attributes): Handle RID_NORETURN.
11600         * c-tree.h (struct c_declspecs): Add noreturn_p.
11601         * ginclude/stdnoreturn.h: New.
11602         * Makefile.in (USER_H): Add stdnoreturn.h.
11604 2011-08-18  Kirill Yukhin  <kirill.yukhin@intel.com>
11606         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX2_SET): New.
11607         (OPTION_MASK_ISA_AVX_UNSET): Update.
11608         (OPTION_MASK_ISA_AVX2_UNSET): New.
11609         (ix86_handle_option): Handle OPT_mavx2 case.
11610         * config/i386/cpuid.h (bit_AVX2): New.
11611         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
11612         AVX2 feature.
11613         * config/i386/i386-c.c (ix86_target_macros_internal):
11614         Conditionally define __AVX2__.
11615         * config/i386/i386.c (ix86_option_override_internal): Define PTA_AVX2.
11616         Define "core-avx2" processor alias.  Handle avx2 option.
11617         (ix86_valid_target_attribute_inner_p): Handle avx2 option.
11618         * config/i386/i386.h (TARGET_AVX2): New.
11619         * config/i386/i386.opt (mavx2): New.
11620         * doc/invoke.texi: Document -mavx2.
11622 2011-08-18  Vladimir Makarov  <vmakarov@redhat.com>
11624         PR rtl-optimization/49890
11625         * ira-costs.c (setup_regno_cost_classes_by_aclass): Don't exclude
11626         subclasses of class which is superset of a pressure class.
11628 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
11629             Igor Zamyatin <igor.zamyatin@intel.com>
11631         * config/i386/i386-c.c (ix86_target_macros_internal): Replace int
11632         with HOST_WIDE_INT for isa_flag.
11633         (ix86_pragma_target_parse): Replace int with HOST_WIDE_INT for
11634         isa variables.
11636         * config/i386/i386.c (ix86_target_string): Replace int with
11637         HOST_WIDE_INT for isa.  Use HOST_WIDE_INT_PRINT to print isa.
11638         (ix86_target_opts): Replace int with HOST_WIDE_INT on mask.
11639         (pta_flags): Removed.
11640         (PTA_XXX): Redefined as (HOST_WIDE_INT_1 << X).
11641         (pta): Use HOST_WIDE_INT on flags.
11642         (builtin_isa): Use HOST_WIDE_INT on isa.
11643         (ix86_add_new_builtins): Likewise.
11644         (def_builtin): Use HOST_WIDE_INT on mask.
11645         (def_builtin_const): Likewise.
11646         (builtin_description): Likewise.
11648         * config/i386/i386.opt (ix86_isa_flags): Replace int with
11649         HOST_WIDE_INT.
11650         (ix86_isa_flags_explicit): Likewise.
11651         (x_ix86_isa_flags_explicit): Likewise.
11653 2011-08-17  Vladimir Makarov  <vmakarov@redhat.com>
11655         PR rtl-optimization/50107
11656         * ira-int.h (ira_hard_reg_not_in_set_p): Remove.
11657         (ira_hard_reg_in_set_p): New.
11659         * ira-color.c (calculate_saved_nregs): New.
11660         (assign_hard_reg): Use it.  Set up allocated_hard_reg_p for all
11661         hard regs.
11662         (allocno_reload_assign, fast_allocation): Use
11663         ira_hard_reg_set_intersection_p instead of
11664         ira_hard_reg_not_in_set_p.
11666         * ira.c (setup_reg_renumber): Use
11667         ira_hard_reg_set_intersection_p instead of
11668         ira_hard_reg_not_in_set_p.
11669         (setup_allocno_assignment_flags, calculate_allocation_cost): Use
11670         ira_hard_reg_in_set_p instead of ira_hard_reg_not_in_set_p.
11672         * ira-costs.c (ira_tune_allocno_costs): Use
11673         ira_hard_reg_set_intersection_p instead of
11674         ira_hard_reg_not_in_set_p.
11676 2011-08-18  H.J. Lu  <hongjiu.lu@intel.com>
11677             Igor Zamyatin <igor.zamyatin@intel.com>
11679         * hwint.h (HOST_WIDE_INT_1): New.
11681         * opt-functions.awk (switch_bit_fields): Initialize the
11682         host_wide_int field.
11683         (host_wide_int_var_name): New.
11684         (var_type_struct): Check and return HOST_WIDE_INT.
11686         * opt-read.awk: Handle HOST_WIDE_INT for "Variable".
11688         * optc-save-gen.awk: Support HOST_WIDE_INT on var_target_other.
11690         * opth-gen.awk: Use HOST_WIDE_INT_1 on HOST_WIDE_INT.  Properly
11691         check masks for HOST_WIDE_INT.
11693         * opts-common.c (set_option): Support HOST_WIDE_INT flag_var.
11694         (option_enabled): Likewise.
11695         (get_option_state): Likewise.
11697         * opts.h (cl_option): Add cl_host_wide_int.  Change var_value
11698         to HOST_WIDE_INT.
11700 2011-08-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11701             Marc Glisse  <marc.glisse@normalesup.org>
11703         PR libstdc++-v3/1773
11704         * target.def (decl_mangling_context): New C++ hook.
11705         * doc/tm.texi: Regenerate.
11706         * config/sol2-cxx.c, config/sol2-stubs.c: New files.
11707         * config/sol2-protos.h: Group by source file.
11708         (solaris_cxx_decl_mangling_context): Declare.
11709         * config/sol2.h (TARGET_CXX_DECL_MANGLING_CONTEXT): Define.
11710         * config/t-sol2 (sol2-cxx.o, sol2-stubs.o): New targets.
11711         Use $<.
11712         * config.gcc (*-*-solaris2*): Add sol2-cxx.o to cxx_target_objs.
11713         Add sol2-stubs.o to extra_objs.
11715 2011-08-18  Jakub Jelinek  <jakub@redhat.com>
11717         PR target/50009
11718         * stor-layout.c (update_alignment_for_field): Don't ICE on
11719         packed flexible array members if ms_bitfield_layout_p.
11721         PR target/50092
11722         * config/i386/i386.c (assign_386_stack_local): Call validize_mem
11723         on the result before returning it.
11725         PR debug/50017
11726         * tree-vect-stmts.c (vect_finish_stmt_generation): If gsi_stmt (*gsi)
11727         is a debug stmt, use location of the first non-debug stmt after it.
11729 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11731         * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
11732         (arm_size_rtx_costs): Likewise.
11734 2011-08-18  Richard Guenther  <rguenther@suse.de>
11736         * tree.h (tree_int_cst_msb): Remove.
11737         * tree.c (tree_int_cst_msb): Likewise.
11738         (tree_int_cst_sign_bit): Move from ...
11739         * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): ... here.
11741 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11743         * doc/tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.
11744         * doc/tm.texi: Regenerate.
11745         * target.def (rtx_costs): Add an opno parameter.
11746         * hooks.h (hook_bool_rtx_int_int_intp_bool_false): Replace with...
11747         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
11748         * hooks.c (hook_bool_rtx_int_int_intp_bool_false): Replace with...
11749         (hook_bool_rtx_int_int_int_intp_bool_false): ...this.
11750         * cse.c (COST_IN): Add an opno parameter.
11751         (notreg_cost): Likewise.  Update call to rtx_cost.
11752         (COST, fold_rtx): Update accordingly.
11753         * dojump.c (prefer_and_bit_test): Update call to rtx_cost.
11754         * expmed.c (emit_store_flag): Likewise.
11755         * optabs.c (avoid_expensive_constant): Add an opno parameter.
11756         Update call to rtx_cost.
11757         (expand_binop_directly, expand_binop): Likewise.
11758         (expand_twoval_binop, prepare_cmp_insn): Likewise.
11759         * rtl.h (rtx_cost, get_full_rtx_cost): Add opno parameters.
11760         (set_src_cost, get_full_set_src_cost): Update accordingly.
11761         * rtlanal.c (rtx_cost): Add an opno parameter.  Update call
11762         to target hook.
11763         (get_full_rtx_cost): Add an opno paramter.  Update calls to rtx_cost.
11764         (default_adress_cost): Update calls to rtx_cost.
11766         * config/arm/arm.c (arm_rtx_costs_1, arm_size_rtx_costs)
11767         (arm_slowmul_rtx_costs): Adjust calls to rtx_cost.
11768         (arm_rtx_costs): Add an opno parameter.
11769         * config/alpha/alpha.c (alpha_rtx_costs): Add an opno parameter and
11770         adjust any recursive rtx-cost calls.
11771         * config/avr/avr.c (avr_operand_rtx_cost, avr_rtx_costs): Likewise.
11772         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
11773         * config/c6x/c6x.c (c6x_rtx_costs): Likewise.
11774         * config/cris/cris.c (cris_rtx_costs): Likewise.
11775         * config/frv/frv.c (frv_rtx_costs): Likewise.
11776         * config/h8300/h8300.c (h8300_rtx_costs): Likewise.
11777         * config/i386/i386.c (ix86_rtx_costs): Likewise.
11778         * config/ia64/ia64.c (ia64_rtx_costs): Likewise.
11779         * config/iq2000/iq2000.c (iq2000_rtx_costs): Likewise.
11780         * config/lm32/lm32.c (lm32_rtx_costs): Likewise.
11781         * config/m32c/m32c.c (m32c_rtx_costs): Likewise.
11782         * config/m32r/m32r.c (m32r_rtx_costs): Likewise.
11783         * config/m68k/m68k.c (m68k_rtx_costs): Likewise.
11784         * config/mcore/mcore.c (mcore_rtx_costs): Likewise.
11785         * config/mep/mep.c (mep_rtx_cost): Likewise.
11786         * config/microblaze/microblaze.c (microblaze_rtx_costs): Likewise.
11787         * config/mips/mips.c (mips_binary_cost): Update call to rtx_cost.
11788         (mips_zero_extend_cost): Add an opno parameter.
11789         * config/mmix/mmix.c (mmix_rtx_costs): Likewise.
11790         * config/mn10300/mn10300.c (mn10300_address_cost): Update call
11791         to rtx_cost.
11792         (mn10300_rtx_costs): Add an opno parameter and adjust any recursive
11793         rtx-cost calls.
11794         * config/pa/pa.c (hppa_rtx_costs): Likewise.
11795         * config/pdp11/pdp11.c (pdp11_rtx_costs): Likewise.
11796         * config/picochip/picochip.c (picochip_rtx_costs): Likewise.
11797         * config/rs6000/rs6000.c (rs6000_rtx_costs): Likewise.
11798         (rs6000_debug_rtx_costs): Likewise.
11799         * config/s390/s390.c (s390_rtx_costs): Likewise.
11800         * config/score/score-protos.h (score_rtx_costs): Likewise.
11801         * config/score/score.c (score_rtx_costs): Likewise.
11802         * config/sh/sh.c (andcosts): Update call to rtx_cost.
11803         (sh_rtx_costs): Add an opno parameter.
11804         * config/sparc/sparc.c (sparc_rtx_costs): Likewise.
11805         * config/spu/spu.c (spu_rtx_costs): Likewise.
11806         * config/stormy16/stormy16.c (xstormy16_rtx_costs): Likewise.
11807         * config/v850/v850.c (v850_rtx_costs): Likewise.
11808         * config/vax/vax.c (vax_rtx_costs): Likewise.
11809         * config/xtensa/xtensa.c (xtensa_rtx_costs): Likewise.
11811 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11813         * rtl.h (set_src_cost, get_full_set_src_cost): New functions.
11814         * auto-inc-dec.c (attempt_change): Use set_src_cost instead of
11815         rtx_cost.
11816         * calls.c (precompute_register_parameters): Likewise.
11817         * combine.c (expand_compound_operation, make_extraction): Likewise.
11818         (force_to_mode, distribute_and_simplify_rtx): Likewise.
11819         * dse.c (find_shift_sequence): Likewise.
11820         * expmed.c (init_expmed, expand_mult, expand_smod_pow2): Likewise.
11821         * expr.c (compress_float_constant): Likewise.
11822         * fwprop.c (should_replace_address, try_fwprop_subst): Likewise.
11823         * gcse.c (want_to_gcse_p): Likewise.
11824         * ifcvt.c (noce_try_sign_mask): Likewise.
11825         * loop-doloop.c (doloop_optimize): Likewise.
11826         * loop-invariant.c (create_new_invariant): Likewise.
11827         * optabs.c (avoid_expensive_constant): Likewise.
11828         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands)
11829         (try_replace_in_use, reload_cse_move2add): Likewise.
11830         * reload1.c (calculate_elim_costs_all_insns): Likewise.
11831         (note_reg_elim_costly): Likewise.
11832         * rtlanal.c (insn_rtx_cost): Likewise.
11833         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
11834         * stmt.c (lshift_cheap_p): Likewise.
11835         * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
11836         * config/avr/avr.c (final_prescan_insn): Likewise.
11837         * config/bfin/bfin.c (bfin_rtx_costs): Likewise.
11838         * config/mips/mips.c (mips_binary_cost, mips_rtx_costs): Likewise.
11840 2011-08-18  Richard Sandiford  <richard.sandiford@linaro.org>
11842         * rtl.h (set_rtx_cost, get_full_set_rtx_cost): New functions.
11843         * auto-inc-dec.c (attempt_change): Use set_rtx_cost.
11844         * cfgloopanal.c (seq_cost): Likewise.
11845         * loop-invariant.c (create_new_invariant): Likewise.
11846         * postreload.c (move2add_use_add2_insn, move2add_use_add3_insn)
11847         (reload_cse_move2add): Use get_full_set_rtx_cost.
11849 2011-08-18  Richard Guenther  <rguenther@suse.de>
11851         * expr.c (get_inner_reference): Fix typo in last change.
11853 2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>
11854             Joseph Myers  <joseph@codesourcery.com>
11856         PR tree-optimization/49963
11857         * hwint.c (absu_hwi): Define.
11858         * hwint.h (absu_hwi): Declare.
11859         * fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
11860         of abs_hwi.
11861         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
11862         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
11864 2011-08-18  Richard Guenther  <rguenther@suse.de>
11866         * expr.c (get_inner_reference): Sign-extend the constant
11867         twos-complement offset before doing arbitrary precision
11868         arithmetic on it.
11869         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
11870         (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
11871         to get_constraint_for_ptr_offset.
11873 2011-08-17  Kaz Kojima  <kkojima@gcc.gnu.org>
11875         PR target/50068
11876         * config/sh/sh.c (sh_output_mi_thunk): Don't call dbr_schedule.
11878 2011-08-17  Richard Guenther  <rguenther@suse.de>
11880         * tree.h (convert_to_ptrofftype_loc): New function.
11881         (convert_to_ptrofftype): Define.
11882         * builtins.c (expand_builtin_bzero): Use size_type_node.
11883         (fold_builtin_bzero): Likewise.
11884         (std_gimplify_va_arg_expr): Build the BIT_AND_EXPR on the pointer.
11885         * c-typeck.c (build_unary_op): Use convert_to_ptrofftype_loc.
11886         * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
11887         (cgraph_redirect_edge_call_stmt_to_callee): Use size_int.
11888         * expr.c (expand_expr_addr_expr_1): Use fold_build_pointer_plus.
11889         * fold-const.c (build_range_check): Negate using the original type.
11890         (fold_unary_loc): Use fold_build_pointer_plus_loc.
11891         * gimple-fold.c (gimple_adjust_this_by_delta): Use
11892         convert_to_ptrofftype.
11893         * gimplify.c (gimplify_self_mod_expr): Likewise.
11894         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Likewise.
11895         (graphite_create_new_loop_guard): Likewise.
11896         * graphite-sese-to-poly.c (my_long_long): Remove.
11897         (scop_ivs_can_be_represented): Adjust.
11898         * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
11899         * tree-chrec.c (chrec_fold_plus_1): Use fold_build_pointer_plus.
11900         * tree-loop-distribution.c (build_size_arg_loc): Use
11901         size_type_node.
11902         (generate_memset_zero): Simplify.
11903         * tree-mudflap.c: Use fold_convert, not convert.
11904         * tree-predcom.c (suitable_reference_p): Expand DR_OFFSET in
11905         its own type.
11906         (determine_offset): Likewise for DR_STEP.
11907         (valid_initializer_p): Likewise.
11908         * tree-profile.c (prepare_instrumented_value): Convert the pointer
11909         to an integer type of same size.
11910         * tree-scalar-evolution.c (interpret_rhs_expr): Do not refer
11911         to sizetype without need.
11912         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
11913         * tree-ssa-loop-ivopts.c (find_bivs): Use convert_to_ptrofftype.
11914         * tree-ssa-loop-manip.c (create_iv): Likewise.
11915         (determine_exit_conditions): Adjust comment.
11916         * tree-ssa-pre.c (create_expression_by_pieces): Use
11917         convert_to_ptrofftype.
11918         * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
11919         * varasm.c (array_size_for_constructor): Compute using double_ints.
11921 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11923         * config/spu/spu.c (spu_emit_branch_or_set): Avoid reverse tests
11924         when generating an integer result where possible.  Short-cut
11925         comparison against 0 also for QImode.
11927 2011-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11929         * config/spu/spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.
11930         * config/spu/spu-protos.h (spu_legitimize_reload_address): Add
11931         prototype.
11932         * config/spu/spu.c (spu_legitimize_reload_address): New function.
11933         (spu_legitimate_address_p): Do not check displacement if the base
11934         is an eliminable stack register.
11936 2011-08-16  Anatoly Sokolov  <aesok@post.ru>
11938         * config/m32c/m32c.h (PREFERRED_RELOAD_CLASS,
11939         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
11940         * config/m32c/m32c-protos.h (m32c_preferred_reload_class,
11941         m32c_preferred_output_reload_class): Remove.
11942         * config/m32c/m32c.c (m32c_preferred_reload_class): Make static.
11943         Change rclass argument and return types to reg_class_t. Use
11944         reg_class_subset_p instead of class_sizes.
11945         (m32c_preferred_output_reload_class): Make static. Change rclass
11946         argument and return types to reg_class_t.
11947         (TARGET_PREFERRED_RELOAD_CLASS,
11948         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
11950 2011-08-16  Kai Tietz  <ktietz@redhat.com>
11952         * config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.
11954 2011-08-16  Richard GUenther  <rguenther@suse.de>
11956         PR tree-optimization/50082
11957         * tree-ssa-forwprop.c (combine_cond_expr_cond): Handle overflow
11958         warnings here, instead of ...
11959         (ssa_forward_propagate_and_combine): ... here.
11960         (forward_propagate_into_comparison_1): Adjust.
11961         (forward_propagate_into_comparison): Likewise.
11962         (forward_propagate_into_gimple_cond): Likewise.
11963         (forward_propagate_into_cond): Likewise.
11965 2011-08-16  Andreas Schwab  <schwab@redhat.com>
11967         * ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def
11968         instead of ggc_alloc_zone_vec_rtvec_def.
11970 2011-08-16  Richard Guenther  <rguenther@suse.de>
11972         * tree.h (ptrofftype_p): New helper function.
11973         * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
11974         offset verification.
11975         (verify_gimple_assign_binary): Likewise.
11976         * tree.c (build2_stat): Likewise.
11977         * tree-chrec.c (chrec_fold_plus_poly_poly): Likewise.
11978         (reset_evolution_in_loop): Likewise.
11979         * tree-chrec.h (build_polynomial_chrec): Likewise.
11981 2011-08-16  Liang Wang  <lwang1@marvell.com>
11983         * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
11984         ggc_alloc_zone_vec_rtvec_def.
11986 2011-08-16  Richard Guenther  <rguenther@suse.de>
11988         * tree-vrp.c (extract_range_from_multiplicative_op_1): New
11989         helper factored out from ...
11990         (extract_range_from_binary_expr_1): ... here.  Re-structure
11991         to not glob handling too different tree codes.
11993 2011-08-15  Richard Henderson  <rth@redhat.com>
11995         PR middle-end/50006
11996         * explow.c (allocate_dynamic_stack_space): Move suppress_reg_args_size
11997         setting out to include allocate_stack named pattern as well.
11998         * builtins.c (expand_builtin_apply): Add ARG_SIZE 0 note.
11999         * stmt.c (expand_stack_restore): Likewise.
12001 2011-08-15  Richard Guenther  <rguenther@suse.de>
12003         PR middle-end/50082
12004         * fold-const.c (maybe_canonicalize_comparison_1): Properly
12005         convert the modified operand to the other operand type.
12006         (fold_comparison): Call maybe_canonicalize_comparison_1 with
12007         useless conversions stripped from comparison operands.
12009 2011-08-15  Richard Guenther  <rguenther@suse.de>
12011         * tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.
12012         (extract_range_from_unary_expr_1): Restructure.
12014 2011-08-15  Richard Guenther  <rguenther@suse.de>
12016         PR tree-optimization/50058
12017         * tree-ssa-sccvn.c (vn_reference_lookup_3): Relax aggregate
12018         copy matching.
12020 2011-08-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12022         PR target/50022
12023         * config/arm/arm.c (output_move_double): Add 2 parameters
12024         to count the number of insns emitted and whether to emit or not.
12025         Use the flag to decide when to emit and count number of instructions
12026         that will be emitted.
12027         Handle case where output_move_double might be called for calculating
12028         lengths with an invalid constant.
12029         (arm_count_output_move_double_insns): Define.
12030         * config/arm/arm-protos.h (arm_count_output_move_double_insns): Declare.
12031         (output_move_double): Adjust prototype.
12032         * config/arm/vfp.md ("*movdi_vfp"): Adjust call to
12033         output_move_double.
12034         ("*movdi_vfp_cortexa8"): Likewise and add attribute
12035         for ce_count.
12036         * config/arm/arm.md ("*arm_movdi"): Adjust call to output_move_double.
12037         ("*movdf_soft_insn"): Likewise.
12038         * config/arm/cirrus.md ("*cirrus_arm_movdi"): Likewise.
12039         ("*cirrus_thumb2_movdi"): Likewise.
12040         ("*thumb2_cirrus_movdf_hard_insn"): Likewise.
12041         ("*cirrus_movdf_hard_insn"): Likewise.
12042         * config/arm/neon.md (*neon_mov<mode> VD): Likewise.
12043         * config/arm/iwmmxt.md ("*iwmmxt_arm_movdi"): Likewise.
12044         ("mov<mode>_internal VMMX"): Likewise.
12045         * config/arm/fpa.md (*movdf_fpa, *thumb2_movdf_fpa): Likewise.
12047 2011-08-14  Uros Bizjak  <ubizjak@gmail.com>
12049         * config/i386/i386.c (ix86_expand_round_sse4): New function.
12050         * config/i386/i386-protos.h (ix86_expand_round_sse4): New prototype.
12051         * config/i386/i386.md (round<mode>2): Use ix86_expand_round_sse4
12052         for TARGET_ROUND.
12054         (rint<mode>2): Simplify TARGET_ROUND check.
12055         (floor<mode>2): Ditto.
12056         (ceil<mode>2): Ditto.
12057         (btrunc<mode>2): Ditto.
12059 2011-08-14  Anatoly Sokolov  <aesok@post.ru>
12061         * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
12062         as mmix_preferred_output_reload_class.
12064 2011-08-14  Georg-Johann Lay  <avr@gjlay.de>
12066         * PR target/49903
12067         * config/avr/avr.md (UNSPEC_IDENTITY): New c_enum.
12068         (branch_unspec): New insn.
12069         (branch): Beauty farm.
12070         * config/avr/avr.c (compare_condition): Use JUMP_P.  Test SET_SRC
12071         to be IF_THEN_ELSE.
12072         (avr_compare_pattern, avr_reorg_remove_redundant_compare):
12073         New static functions.
12074         (avr_reorg): Use them.  Use next_real_insn instead of NEXT_INSN.
12075         Use CONST_INT_P.  Beauty.
12077 2011-08-12  Richard Henderson  <rth@redhat.com>
12079         PR rtl-opt/49994
12080         * sched-init.h (struct deps_desc): Add sched_before_next_jump.
12081         * sched-deps.c (init_deps): Clear it.
12082         (deps_analyze_insn): Consume it.
12083         (sched_analyze_insn): Fill it.
12085 2011-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12087         PR target/48328
12088         * config/arm/arm.h (CASE_VECTOR_SHORTEN_MODE): Fix distance
12089         for tbh instructions.
12091 2011-08-12  Diego Novillo  <dnovillo@google.com>
12093         * data-streamer.h (streamer_write_zero): Rename from output_zero.
12094         (streamer_write_uhwi): Rename from lto_output_uleb128.
12095         (streamer_write_hwi): Rename from output_sleb128.
12096         (streamer_write_string): Rename from lto_output_string.
12097         (streamer_string_index): Rename from lto_string_index.
12098         (streamer_write_string_with_length): Rename from
12099         lto_output_string_with_length.
12100         (streamer_write_uhwi_stream): Rename from lto_output_uleb128_stream.
12101         (streamer_write_hwi_stream): Rename from lto_output_sleb128_stream.
12102         (streamer_read_string): Rename from lto_input_string.
12103         (streamer_read_indexed_string): Rename from input_string_internal.
12104         (streamer_read_uhwi): Rename from lto_input_uleb128.
12105         (streamer_read_hwi): Rename from lto_input_sleb128.
12106         (streamer_write_hwi_in_range): Rename from lto_output_int_in_range.
12107         (streamer_read_hwi_in_range): Rename from lto_input_int_in_range.
12108         (streamer_write_enum): Rename from lto_output_enum.
12109         (streamer_read_enum): Rename from lto_input_enum.
12110         (streamer_write_record_start): Rename from output_record_start.
12111         (streamer_read_record_start): Rename from input_record_start.
12112         (streamer_write_bitpack): Rename from lto_output_bitpack.
12113         (streamer_read_bitpack): Rename from lto_input_bitpack.
12114         (streamer_write_char_stream): Rename from lto_output_1_stream.
12115         (streamer_read_uchar): Rename from lto_input_1_unsigned.
12116         * tree-streamer.h (streamer_cache_d): Rename from lto_streamer_cache_d.
12117         (streamer_handle_as_builtin_p): Rename from lto_stream_as_builtin_p.
12118         (streamer_read_string_cst): Rename from input_string_cst.
12119         (streamer_read_chain): Rename from lto_input_chain.
12120         (streamer_alloc_tree): Rename from lto_materialize_tree.
12121         (streamer_read_tree_body): Rename from lto_input_tree_pointers.
12122         (streamer_get_pickled_tree): Rename from lto_get_pickled_tree.
12123         (streamer_get_builtin_tree): Rename from lto_get_builtin_tree.
12124         (streamer_read_integer_cst): Rename from lto_input_integer_cst.
12125         (streamer_read_tree_bitfields): Rename from tree_read_bitfields.
12126         (streamer_write_chain): Rename from lto_output_chain.
12127         (streamer_write_tree_header): Rename from lto_output_tree_header.
12128         (streamer_pack_tree_bitfields): Rename from pack_value_fields.
12129         (streamer_write_tree_body): Rename from lto_output_tree_pointers.
12130         (streamer_write_integer_cst): Rename from lto_output_integer_cst.
12131         (streamer_write_builtin): Rename from lto_output_builtin_tree.
12132         (streamer_check_handled_ts_structures): Rename from
12133         check_handled_ts_structures.
12134         (streamer_tree_cache_insert): Rename from lto_streamer_cache_insert.
12135         (streamer_tree_cache_insert_at): Rename from
12136         lto_streamer_cache_insert_at.
12137         (streamer_tree_cache_append): Rename from lto_streamer_cache_append.
12138         (streamer_tree_cache_lookup): Rename from lto_streamer_cache_lookup.
12139         (streamer_tree_cache_get): Rename from lto_streamer_cache_get.
12140         (streamer_tree_cache_create): Rename from lto_streamer_cache_create.
12141         (streamer_tree_cache_delete): Rename from lto_streamer_cache_delete.
12142         * tree-streamer-out.c (write_string_cst): Rename from output_string_cst.
12143         (write_identifier): Rename from output_identifier.
12144         (write_ts_common_tree_pointers): Rename from
12145         lto_output_ts_common_tree_pointers.
12146         (write_ts_vector_tree_pointers): Rename from
12147         lto_output_ts_vector_tree_pointers.
12148         (write_ts_complex_tree_pointers): Rename from
12149         lto_output_ts_complex_tree_pointers.
12150         (write_ts_decl_minimal_tree_pointers): Rename from
12151         lto_output_ts_decl_minimal_tree_pointers.
12152         (write_ts_decl_common_tree_pointers): Rename from
12153         lto_output_ts_decl_common_tree_pointers.
12154         (write_ts_decl_non_common_tree_pointers): Rename from
12155         lto_output_ts_decl_non_common_tree_pointers.
12156         (write_ts_decl_with_vis_tree_pointers): Rename from
12157         lto_output_ts_decl_with_vis_tree_pointers.
12158         (write_ts_field_decl_tree_pointers): Rename from
12159         lto_output_ts_field_decl_tree_pointers.
12160         (write_ts_function_decl_tree_pointers): Rename from
12161         lto_output_ts_function_decl_tree_pointers.
12162         (write_ts_type_common_tree_pointers): Rename from
12163         lto_output_ts_type_common_tree_pointers.
12164         (write_ts_type_non_common_tree_pointers): Rename from
12165         lto_output_ts_type_non_common_tree_pointers.
12166         (write_ts_list_tree_pointers): Rename from
12167         lto_output_ts_list_tree_pointers.
12168         (write_ts_vec_tree_pointers): Rename from
12169         lto_output_ts_vec_tree_pointers.
12170         (write_ts_exp_tree_pointers): Rename from
12171         lto_output_ts_exp_tree_pointers.
12172         (write_ts_block_tree_pointers): Rename from
12173         lto_output_ts_block_tree_pointers.
12174         (write_ts_binfo_tree_pointers): Rename from
12175         lto_output_ts_binfo_tree_pointers.
12176         (write_ts_constructor_tree_pointers): Rename from
12177         lto_output_ts_constructor_tree_pointers.
12178         (write_ts_target_option): Rename from lto_output_ts_target_option.
12179         (write_ts_translation_unit_decl_tree_pointers): Rename from
12180         lto_output_ts_translation_unit_decl_tree_pointers.
12181         * tree-streamer.c (streamer_tree_cache_add_to_node_array):
12182         Rename from lto_streamer_cache_add_to_node_array.
12183         (streamer_tree_cache_insert_1): Rename from lto_streamer_cache_insert_1.
12184         (record_common_node): Rename from lto_record_common_node.
12186         * streamer-hooks.h (bitpack_d, lto_streamer_cache_d): Remove forward
12187         declarations.
12188         * data-streamer-in.c (lto_input_widest_uint_uleb128): Remove unused
12189         function.
12190         * data-streamer-out.c (lto_output_widest_uint_uleb128_stream): Remove
12191         unused function.
12192         * Makefile.in (lto-section-out.o): Add dependency on DATA_STREAMER_H.
12193         (ipa-reference.o): Likewise.
12194         * lto-section-out.c: Include data-streamer.h.
12195         * ipa-reference.c: Include data-streamer.h.
12197 2011-08-12  Nick Clifton  <nickc@redhat.com>
12199         * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.
12200         * doc/md.texi (cmpstrn): Note that the comparison stops if both
12201         fetched bytes are zero.
12202         (cmpstr): Likewise.
12203         (cmpmem): Note that the comparison does not stop if both of the
12204         fetched bytes are zero.
12206 2011-08-12  Uros Bizjak  <ubizjak@gmail.com>
12208         * builtins.def (BUILT_IN_ICEIL{,F,L}, BUILT_IN_IFLOOR{,F,L}
12209         BUILT_IN_IRINT{,F,L}, BUILT_IN_IROUND{,F,L}: New builtin definitions.
12210         * convert.c (convert_to_integer): Convert to BUILT_IN_ICEIL,
12211         BUILT_IN_IFLOOR, BUILT_IN_IRINT or BUILT_INT_IROUND when converting
12212         to integer_type_node.
12213         * fold-const.c (tree_call_nonnegative_warnv_p): Handle BUILT_IN_ICEIL,
12214         BUILT_IN_IFLOOR, BUILT_IN_IRINT and BUILT_INT_IROUND.
12215         * builtins.c (expand_builtin_in): Ditto.
12216         (mathfn_built_in_1): Ditto.
12217         (expand_builtin_int_roundingfn): Handle BUILT_IN_ICEIL and
12218         BUILT_IN_IFLOOR.
12219         (expand_builtin_int_roundingfn_2): Handle BUILT_IN_IRINT and
12220         BUILT_IN_IROUND.
12221         (fold_fixed_mathfn): Canonicalize BUILT_IN_ICEIL, BUILTIN_IN_IFLOOR
12222         BUILT_IN_IRINT and BUILT_IN_IROUND to BUILT_IN_LCEIL,
12223         BUILTIN_IN_LFLOOR, BUILT_IN_LRINT and BUILT_IN_LROUND on ILP32 targets.
12225 2011-08-12  Richard Guenther  <rguenther@suse.de>
12227         * tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.
12229 2011-08-12  Romain Geissler  <romain.geissler@gmail.com>
12231         * Makefile.in (PLUGIN_HEADERS): Add C_TREE_H.
12233 2011-08-12  Richard Sandiford  <rdsandiford@googlemail.com>
12235         * config/arm/arm.c (get_label_padding): New function.
12236         (create_fix_barrier, arm_reorg): Use it.
12238 2011-08-11  Uros Bizjak  <ubizjak@gmail.com>
12240         PR target/49781
12241         * config/i386/i386.md (*lea_5_zext): New.
12242         (*lea_6_zext): Ditto.
12243         * config/i386/predicates.md (const_32bit_mask): New predicate.
12244         (lea_address_operand): Reject AND.
12245         * config/i386/i386.c (ix86_decompose_address): Allow Dimode AND with
12246         const_32bit_mask immediate.
12247         (ix86_print_operand_address): Handle AND.
12248         (memory_address_length): Ditto.
12250 2011-08-11  Romain Geissler  <romain.geissler@gmail.com>
12251             Brian Hackett  <bhackett1024@gmail.com>
12253         * plugin.def: Add event for finish_decl.
12254         * plugin.c (register_callback, invoke_plugin_callbacks): Same.
12255         * c-decl.c (finish_decl): Invoke callbacks on above event.
12256         * doc/plugins.texi: Document above event.
12258 2011-08-11  Richard Guenther  <rguenther@suse.de>
12260         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid redundant
12261         lookups, make looking through aggregate copies stronger.
12263 2011-08-11  Richard Henderson  <rth@redhat.com>
12265         PR bootstrap/50018
12266         * expr.c (fixup_args_size_notes): Accept and ignore normal calls.
12268 2011-08-11  Richard Guenther  <rguenther@suse.de>
12270         * lto-cgraph.c (input_node): Use DECL_BUILT_IN.
12271         * tree-vrp.c (stmt_interesting_for_vrp): Likewise.
12272         (vrp_visit_stmt): Likewise.
12274 2011-08-11  Richard Guenther  <rguenther@suse.de>
12276         PR middle-end/50040
12277         * gimplify.c (gimplify_modify_expr_complex_part): Mark the
12278         load of the other piece with TREE_NO_WARNING.
12279         * tree-flow.h (warn_uninit): Adjust prototype.
12280         * tree-ssa.c (warn_uninit): Take uninitialized SSA name,
12281         the base variable and the expression that is used separately.
12282         Properly query all TREE_NO_WARNING flags.
12283         (struct walk_data): Remove.
12284         (warn_uninitialized_var): Likewise.
12285         (warn_uninitialized_vars): Do not walk gimple pieces but simply
12286         look at all SSA uses of the statement.  Handle unused memory
12287         separately.
12288         * tree-ssa-uninit.c (warn_uninitialized_phi): Adjust.
12290 2011-08-11   Kazuhiro Inaoka  <kazuhiro.inaoka.ud@renesas.com>
12292         * config/rx/rx.md (movsicc): Allow register to register transfers.
12293         (*movsicc): Likewise.
12294         (*stcc): Restrict this pattern to EQ and NE compares.
12295         (*stcc_reg): New pattern.  Works for any comparison but only for
12296         register transfers.
12298 2011-08-11   Diego Novillo  <dnovillo@google.com>
12300         * tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers):
12301         Call stream_write_tree instead of output_record_start.
12302         (lto_output_ts_binfo_tree_pointers): Likewise.
12304         * streamer-hooks.h (stream_write_tree): Move from tree-streamer.h.
12305         Convert it to a macro.
12306         (stream_read_tree): Likewise.
12308         * lto-streamer.h (lto_stream_as_builtin_p): Move ...
12309         * tree-streamer.h (lto_stream_as_builtin_p): ... here.
12311         * lto-streamer-in.c (lto_read_tree): Call lto_streamer_cache_append
12312         and tree_read_bitfields.
12313         * lto-streamer-out.c (lto_is_streamable): Move from lto-streamer.c
12314         (lto_write_tree): Call it.
12315         * lto-streamer.c (lto_is_streamable): Move to lto-streamer-out.c
12316         * streamer-hooks.h (struct streamer_hooks): Remove fields
12317         name, is_streamable and alloc_tree. Update all users.
12318         * tree-streamer-in.c (tree_read_bitfields): Factor out of ...
12319         (lto_materialize_tree): ... here.
12320         Handle CALL_EXPR codes.
12321         Remove call to lto_streamer_cache_append.
12322         * tree-streamer-out.c (lto_output_tree_header): Handle CALL_EXPR nodes.
12323         * tree-streamer.h (tree_read_bitfields): Declare.
12325         * Makefile.in (TREE_STREAMER_H): Add STREAMER_HOOKS_H.
12326         (gimple-streamer-in.o): Add dependency on TREE_STREAMER_H.
12327         * tree-streamer.h (stream_read_tree): New.  Replace all calls
12328         to lto_input_tree with it.
12329         (stream_write_tree): New.  Replace all calls to lto_output_tree,
12330         lto_output_tree_ref and lto_output_tree_or_ref with it.
12331         * lto-streamer-in.c (lto_read_tree): Inline code from
12332         lto_streamer_read_tree.
12333         (lto_input_tree): Move from tree-streamer-in.c.
12334         * lto-streamer-out.c (lto_output_tree_ref): Make static.
12335         Remove handling of NULL values for EXPR.
12336         Do not handle EXPRs that are not indexable.
12337         (lto_write_tree): Move from tree-streamer-out.c.
12338         Inline lto_streamer_write_tree.
12339         (lto_output_tree): Move from tree-streamer-out.c.
12340         If REF_P is true and EXPR is indexable, call lto_output_tree_ref.
12341         * lto-streamer.c (lto_record_common_node): Move to tree-streamer.c.
12342         (lto_preload_common_nodes): Likewise.
12343         Remove assertions and adjustments for nodes
12344         main_identifier_node, ptrdiff_type_node and fileptr_type_node.
12345         (lto_streamer_hooks_init): Set streamer_hooks.write_tree to
12346         lto_output_tree and streamer_hooks.read_tree to lto_input_tree.
12347         * lto-streamer.h (lto_input_tree): Declare.
12348         (lto_output_tree_ref): Remove.
12349         * streamer-hooks.h (struct streamer_hooks): Remove fields
12350         preload_common_nodes, indexable_with_decls_p,
12351         pack_value_fields, unpack_value_fields and output_tree_header.
12352         Update all users.
12353         * tree-streamer-in.c (lto_materialize_tree): Make extern.
12354         (lto_input_tree_pointers): Likewise.
12355         (lto_read_tree): Move to lto-streamer-in.c.
12356         (lto_input_integer_cst): Make extern.
12357         (lto_get_pickled_tree): Likewise.
12358         (lto_get_builtin_tree): Likewise.
12359         (lto_input_tree): Move to lto-streamer-in.c.
12360         * tree-streamer-out.c (pack_value_fields): Make extern.
12361         (lto_output_tree_or_ref): Remove.  Replace all callers with
12362         calls to stream_write_tree.
12363         (lto_output_builtin_tree): Make extern.
12364         (lto_streamer_write_tree): Inline into lto_write_tree.
12365         (lto_output_tree_pointers): Make extern.
12366         (lto_output_tree_header): Likewise.
12367         (lto_output_integer_cst): Likewise.
12368         (lto_write_tree): Move to lto-streamer-out.c.
12369         (lto_output_tree): Likewise.
12370         * tree-streamer.c (lto_record_common_node): Move from lto-streamer.c
12371         (preload_common_nodes): Likewise.
12372         (lto_streamer_cache_create): Call it.
12373         * tree-streamer.h: Include streamer-hooks.h.
12374         (stream_write_tree): New.
12375         (stream_read_tree): New.
12376         (lto_input_tree): Remove.
12377         (lto_materialize_tree): Declare.
12378         (lto_input_tree_pointers): Declare.
12379         (lto_get_pickled_tree): Declare.
12380         (lto_get_builtin_tree): Declare.
12381         (lto_input_integer_cst): Declare.
12382         (lto_output_tree_header): Declare.
12383         (pack_value_fields): Declare.
12384         (lto_output_tree_pointers): Declare.
12385         (lto_output_integer_cst): Declare.
12386         (lto_output_builtin_tree): Declare.
12388 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12390         * sel-sched-ir.c (has_dependence_note_reg_use): Call ds_full_merge
12391         only if producer writes to the register given by regno.
12393 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12394             Alexander Monakov  <amonakov@ispras.ru>
12396         * sched-deps.c (sched_get_condition_with_rev): Rename to ...
12397         (sched_get_condition_with_rev_uncached): ... this.  Factor out
12398         condition caching logic into ...
12399         (sched_get_condition_with_rev): ... this.  Reimplement.  Do not
12400         attempt to use cache for instructions with zero luid.
12401         (sched_analyze_insn): Use INSN_CACHED_COND instead of INSN_COND.
12402         * sched-int.h (INSN_COND): Rename to INSN_CACHED_COND.
12404 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12406         * sel-sched-ir.c (get_seqno_of_a_pred): Rename to
12407         get_seqno_for_a_jump.  Update the caller.
12408         (get_seqno_by_succs): New.  Use it ...
12409         (get_seqno_for_a_jump): ... here to find a seqno if looking at
12410         predecessors was not sufficient.
12411         (get_seqno_by_preds): Include head in iteration range, exclude insn.
12413 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
12415         * sel-sched-ir.c (invalidate_av_set): Remove the assert.
12417 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12419         * sel-sched-ir.h (register_unavailable_p): Declare.
12420         * sel-sched-ir.c (register_unavailable_p): New.  Use it...
12421         (set_unavailable_target_for_expr): ... here to properly test
12422         availability of a register.
12423         (speculate_expr): Ditto.
12424         * sel-sched.c (substitute_reg_in_expr): Ditto.
12425         (av_set_could_be_blocked_by_bookkeeping_p): Ditto.
12427 2011-08-11  Sergey Grechanik  <mouseentity@ispras.ru>
12429         * sel-sched.c (verify_target_availability): Fix usage of
12430         hard_regno_nregs.
12432 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
12434         * sel-sched-ir.c (init_global_and_expr_for_insn): Forbid copying of
12435         recognized by cannot_copy_insn_p hook and volatile instructions.
12437 2011-08-11  Dmitry Melnik  <dm@ispras.ru>
12439         * sel-sched-ir.c (merge_expr_data): Take maximum spec.
12441 2011-08-11  Richard Sandiford  <richard.sandiford@linaro.org>
12443         * doc/md.texi (define_bypass): Say that the instruction names can
12444         be filename-style globs.
12445         * Makefile.in (FNMATCH_H): Define.
12446         (build/genattrtab.o, build/genautomata.o): Depend on $(FNMATCH_H).
12447         * genattrtab.c: Include fnmatch.h.
12448         (bypass_list): Change field name from "insn" to "pattern".
12449         (gen_bypass_1): Update accordingly.
12450         (process_bypasses): Use fnmatch to check for matches between
12451         insn reservations and define_bypasses.
12452         * genautomata.c: Include fnmatch.h.
12453         (bypass_decl): Rename in_insn_name and out_insn_name to in_pattern
12454         and out_pattern respectively.
12455         (gen_bypass, insert_bypass): Update accordingly.
12456         (for_each_matching_insn, process_bypass_2, process_bypass_1)
12457         (process_bypass): New functions.
12458         (process_decls): Use process_bypass.  Update after field name changes.
12460 2011-08-11  Georg-Johann Lay  <avr@gjlay.de>
12462         PR target/49687
12463         * config/avr/avr.md (smulqi3_highpart): New insn.
12464         (umulqi3_highpart): New insn.
12465         (*subqi3.ashiftrt7): New insn.
12466         (smulhi3_highpart): New expander.
12467         (umulhi3_highpart): Nex expander.
12468         (*smulhi3_highpart_call): New insn.
12469         (*umulhi3_highpart_call): New insn.
12470         (extend_u): New code attribute.
12471         (extend_prefix): Rename code attribute to extend_su.
12472         * config/avr/avr.c (avr_rtx_costs): Report costs of highpart of
12473         widening QI/HI multiply.
12475 2011-08-11  Ira Rosen  <ira.rosen@linaro.org>
12477         PR tree-optimization/50039
12478         * tree-vect-patterns.c (vect_operation_fits_smaller_type): Check
12479         that DEF_STMT has a stmt_vec_info.
12481 2011-08-10  Richard Guenther  <rguenther@suse.de>
12483         * tree.h (can_trust_pointer_alignment): Remove.
12484         * builtins.c (can_trust_pointer_alignment): Remove.
12486 2011-08-10  Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
12488         * c-typeck.c (scalar_to_vector): New function. Try scalar to
12489         vector conversion.
12490         (stv_conv): New enum for scalar_to_vector return type.
12491         (build_binary_op): Adjust.
12492         * doc/extend.texi: Description of scalar to vector expansion.
12494 2011-08-10  Richard Guenther  <rguenther@suse.de>
12496         * tree.h (get_pointer_alignment): Remove max-align argument.
12497         (get_object_alignment): Likewise.
12498         * builtins.c (get_object_alignment_1): Adjust.
12499         (get_object_alignment): Remove max-align argument.
12500         (get_pointer_alignment): Likewise.
12501         (expand_builtin_strlen): Adjust.
12502         (expand_builtin_memcpy): Likewise.
12503         (expand_builtin_mempcpy_args): Likewise.
12504         (expand_builtin_strncpy): Likewise.
12505         (expand_builtin_memset_args): Likewise.
12506         (expand_builtin_memcmp): Likewise.
12507         (expand_builtin_strcmp): Likewise.
12508         (expand_builtin_strncmp): Likewise.
12509         (get_builtin_sync_mem): Likewise.
12510         (fold_builtin_memset): Likewise.
12511         (fold_builtin_memory_op): Likewise.
12512         (expand_builtin_memory_chk): Likewise.
12513         * emit-rtl.c (get_mem_align_offset): Likewise.
12514         (set_mem_attributes_minus_bitpos): Likewise.
12515         * expr.c (expand_assignment): Likewise.
12516         (expand_expr_real_1): Likewise.
12517         * tree-sra.c (tree_non_mode_aligned_mem_p): Likewise.
12518         * tree-ssa-forwprop.c (simplify_builtin_call): Likewise.
12519         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Likewise.
12520         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
12521         * value-prof.c (gimple_stringops_transform): Likewise.
12523 2011-08-10  Paulo J. Matos  <paulo.matos@csr.com>
12525         * doc/tm.texi.in (CLASS_MAX_NREGS): Fix typo.
12526         * doc/tm.texi: Regenerate.
12528 2011-08-10  Georg-Johann Lay  <avr@gjlay.de>
12530         PR target/29560
12531         * config/avr/avr.md (*ashlhiqi3): New insn-and-split.
12532         (*ashl<extend_prefix>qihiqi3): New insn-and-splits.
12533         (*ashl<extend_prefix>qihiqi3.mem): New insn-and-splits.
12534         Add peephole2 to map ashlhi3 to ashlqi3 if high part of
12535         shift target is unused.
12537 2011-08-10  Richard Guenther  <rguenther@suse.de>
12539         PR tree-optimization/49937
12540         * tree-ssa-ccp.c (get_value_from_alignment): Re-implement
12541         using get_object_alignment_1.
12543 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
12545         * config/i386/i386.c (ix86_emit_i387_round): New function.
12546         * config/i386/i386-protos.h (ix86_emit_i387_round): Declare.
12547         * config/i386/i386.md (round<mode>2): Use X87MODEF mode iterator.
12548         Use ix86_emit_i387_round to expand round function for i387 math.
12549         (lround<X87MODEF:mode><SWI248x:mode>2): Use X87MODEF mode iterator.
12550         Use ix86_emit_i387_round to expand {l,ll}round function for i387 math.
12552 2011-08-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12554         * config/sync.c: Move to ../libgcc.
12555         * Makefile.in (libgcc.mvars): Remove LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS.
12556         * config/mips/t-libgcc-mips16 (LIBGCC_SYNC, LIBGCC_SYNC_CFLAGS):
12557         Remove.
12559 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
12561         * config/mmix/mmix.h (REGISTER_MOVE_COST): Remove macro.
12562         * config/mmix/mmix-protos.h (mmix_register_move_cost): Remove.
12563         * config/mmix/mmix.c (mmix_register_move_cost): Make static.
12564         Change 'from' and 'to' arguments type to reg_class_t.
12565         (TARGET_REGISTER_MOVE_COST): Define.
12567 2011-08-09  Vladimir Makarov  <vmakarov@redhat.com>
12569         PR target/50026
12570         Revert:
12571         PR rtl-optimization/49990
12572         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
12573         ignore classes which can not change mode.
12574         (find_costs_and_classes): Ditto.
12576 2011-08-09  Richard Guenther  <rguenther@suse.de>
12578         * tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise
12579         information for ranges with only negative values.
12580         (extract_range_from_binary_expr_1): Adjust BIT_IOR_EXPR and
12581         BIT_AND_EXPR handling to handle ranges with negative values.
12583 2011-08-09  Kirill Yukhin  <kirill.yukhin@intel.com>
12585         * config/i386/i386.c: Remove traling spaces.
12586         * config/i386/sse.md: Likewise.
12587         (*fma_fmadd_<mode>): Fix insn alternative 1 mnemonic.
12588         (*fma_fmsub_<mode>): Likewise.
12589         (*fma_fnmadd_<mode>): Likewise.
12590         (*fma_fnmsub_<mode>): Likewise.
12592 2011-08-09  Nick Clifton  <nickc@redhat.com>
12594         * config/rx/rx.md: Disable extender peepholes at -O3.
12596 2011-08-09  Uros Bizjak  <ubizjak@gmail.com>
12598         PR target/49781
12599         * config/i386/i386.md (reload_noff_load): New.
12600         (reload_noff_store): Ditto.
12601         * config/i386/i386.c (ix86_secondary_reload): Use
12602         CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
12603         double-word moves from/to non-offsetable addresses instead of
12604         generating XMM temporary.
12606 2011-08-09  Anatoly Sokolov  <aesok@post.ru>
12608         * config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
12610 2011-08-09  Ira Rosen  <ira.rosen@linaro.org>
12612         PR tree-optimization/50014
12613         * tree-vect-loop.c (vectorizable_reduction): Get def type before
12614         calling vect_get_vec_def_for_stmt_copy ().
12616 2011-08-08  Vladimir Makarov  <vmakarov@redhat.com>
12618         PR rtl-optimization/49990
12619         * ira-costs.c (print_allocno_costs, print_pseudo_costs): Don't
12620         ignore classes which can not change mode.
12621         (find_costs_and_classes): Ditto.
12623 2011-08-08  Richard Henderson  <rth@redhat.com>
12625         PR middle-end/49990
12626         * config/i386/i386.c (ix86_expand_prologue): Call
12627         for SEH target gen_prologue_use instead of gen_blockage
12628         at prologue's end.
12630 2011-08-08  Martin Jambor  <mjambor@suse.cz>
12632         PR middle-end/49923
12633         * tree-sra.c (access_precludes_ipa_sra_p): Also check access
12634         memory alignment.
12636 2011-08-08   Diego Novillo  <dnovillo@google.com>
12638         * Makefile.in (LTO_STREAMER_H): Add DIAGNOSTIC_H.
12639         (DATA_STREAMER_H): New.
12640         (GIMPLE_STREAMER_H): New.
12641         (TREE_STREAMER_H): New.
12642         (STREAMER_HOOKS_H): New.
12643         (OBJS): Add data-streamer.o, data-streamer-in.o, data-streamer-out.o,
12644         gimple-streamer-in.o, gimple-streamer-out.o, streamer-hooks.o,
12645         tree-streamer.o, tree-streamer-in.o and tree-streamer-out.o.
12646         (data-streamer.o): New.
12647         (data-streamer-in.o): New.
12648         (data-streamer-out.o): New.
12649         (gimple-streamer-in.o): New.
12650         (gimple-streamer-out.o): New.
12651         (streamer-hooks.o): New.
12652         (tree-streamer.o): New.
12653         (tree-streamer-in.o): New.
12654         (tree-streamer-out.o): New.
12655         (lto-cgraph.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
12656         (lto-streamer-in.o): Add dependency on DATA_STREAMER_H,
12657         GIMPLE_STREAMER_H and TREE_STREAMER_H.
12658         (lto-streamer-out.o): Add dependency on DATA_STREAMER_H,
12659         GIMPLE_STREAMER_H and TREE_STREAMER_H.
12660         (lto-streamer.o): Add dependency on STREAMER_HOOKS_H.
12661         (ipa-prop.o): Add dependency on DATA_STREAMER_H and TREE_STREAMER_H.
12662         (ipa-inline-analysis.o): Likewise.
12663         (ipa-pure-const.o): Likewise.
12664         * data-streamer-in.c: New.
12665         * data-streamer-out.c: New.
12666         * data-streamer.c: New.
12667         * data-streamer.h: New.
12668         * gimple-streamer-in.c: New.
12669         * gimple-streamer-out.c: New.
12670         * gimple-streamer.h: New.
12671         * ipa-inline-analysis.c: Include data-streamer.h.
12672         * ipa-prop.c: Include data-streamer.h.
12673         * ipa-pure-const.c: Include data-streamer.h.
12674         * lto-cgraph.c: Include data-streamer.h.
12675         * lto-section-in.c (lto_input_uleb128): Move to data-streamer-in.c.
12676         (lto_input_widest_uint_uleb128): Likewise.
12677         (lto_input_sleb128): Likewise.
12678         (bp_unpack_var_len_unsigned): Likewise.
12679         (bp_unpack_var_len_int): Likewise.
12680         * lto-section-out.c (lto_output_uleb128_stream): Move to
12681         data-streamer-out.c.
12682         (lto_output_widest_uint_uleb128_stream): Likewise.
12683         (lto_output_sleb128_stream): Likewise.
12684         (bp_pack_var_len_unsigned): Likewise.
12685         (bp_pack_var_len_int): Likewise.
12686         * lto-streamer-in.c: Include data-streamer.h and gimple-streamer.h.
12687         (struct string_slot): Remove.  Update all users.
12688         (lto_tag_check_set): Make extern.
12689         (lto_tag_check_range): Move to lto-streamer.h.
12690         (lto_tag_check): Likewise.
12691         (hash_string_slot_node): Remove.  Update all users.
12692         (eq_string_slot_node): Remove.  Update all users.
12693         (string_for_index): Move to data-streamer-in.c
12694         (input_string_internal): Likewise.
12695         (input_string_cst): Move to tree-streamer-in.c.
12696         (input_identifier): Likewise.
12697         (lto_input_string): Move to data-streamer-in.c
12698         (input_record_start): Move to data-streamer.h
12699         (canon_file_name): Use new definition of struct string_slot
12700         from data-streamer.h.  Set S_SLOT.LEN.
12701         (lto_input_location): Make extern.
12702         (lto_input_chain): Move to tree-streamer-in.c.
12703         (lto_init_eh): Make extern.
12704         (input_phi): Move to gimple-streamer-in.c.
12705         (input_gimple_stmt): Likewise.
12706         (input_bb): Likewise.
12707         (unpack_ts_base_value_fields): Move to tree-streamer-in.c.
12708         (unpack_ts_real_cst_value_fields): Likewise.
12709         (unpack_ts_fixed_cst_value_fields): Likewise.
12710         (unpack_ts_decl_common_value_fields): Likewise.
12711         (unpack_ts_decl_wrtl_value_fields): Likewise.
12712         (unpack_ts_decl_with_vis_value_fields): Likewise.
12713         (unpack_ts_function_decl_value_fields): Likewise.
12714         (unpack_ts_type_common_value_fields): Likewise.
12715         (unpack_ts_block_value_fields): Likewise.
12716         (unpack_ts_translation_unit_decl_value_fields): Likewise.
12717         (unpack_value_fields): Likewise.
12718         (lto_materialize_tree): Likewise.
12719         (lto_input_ts_common_tree_pointers): Likewise.
12720         (lto_input_ts_vector_tree_pointers): Likewise.
12721         (lto_input_ts_complex_tree_pointers): Likewise.
12722         (lto_input_ts_decl_minimal_tree_pointers): Likewise.
12723         (lto_input_ts_decl_common_tree_pointers): Likewise.
12724         (lto_input_ts_decl_non_common_tree_pointers): Likewise.
12725         (lto_input_ts_decl_with_vis_tree_pointers): Likewise.
12726         (lto_input_ts_field_decl_tree_pointers): Likewise.
12727         (lto_input_ts_function_decl_tree_pointers): Likewise.
12728         (lto_input_ts_type_common_tree_pointers): Likewise.
12729         (lto_input_ts_type_non_common_tree_pointers): Likewise.
12730         (lto_input_ts_list_tree_pointers): Likewise.
12731         (lto_input_ts_vec_tree_pointers): Likewise.
12732         (lto_input_ts_exp_tree_pointers): Likewise.
12733         (lto_input_ts_block_tree_pointers): Likewise.
12734         (lto_input_ts_binfo_tree_pointers): Likewise.
12735         (lto_input_ts_constructor_tree_pointers): Likewise.
12736         (lto_input_ts_target_option): Likewise.
12737         (lto_input_ts_translation_unit_decl_tree_pointers): Likewise.
12738         (lto_input_tree_pointers): Likewise.
12739         (lto_get_pickled_tree): Likewise.
12740         (lto_get_builtin_tree): Likewise.
12741         (lto_read_tree): Likewise.
12742         (lto_input_integer_cst): Likewise.
12743         (lto_input_tree): Likewise.
12744         * lto-streamer-out.c: Include data-streamer.h,
12745         gimple-streamer.h and streamer-hooks.h.
12746         (struct string_slot): Move to data-streamer.h.
12747         (hash_string_slot_node): Likewise.
12748         (eq_string_slot_node): Likewise.
12749         (lto_string_index): Move to data-streamer-out.c.
12750         (lto_output_string_with_length): Likewise.
12751         (lto_output_string): Likewise.
12752         (output_string_cst): Move to tree-streamer-out.c.
12753         (output_identifier): Likewise.
12754         (output_zero): Move to data-streamer-out.c
12755         (output_uleb128): Likewise.
12756         (output_sleb128): Likewise.
12757         (output_record_start): Move to data-streamer.h
12758         (pack_ts_base_value_fields): Move to tree-streamer-out.c.
12759         (pack_ts_real_cst_value_fields): Likewise.
12760         (pack_ts_fixed_cst_value_fields): Likewise.
12761         (pack_ts_decl_common_value_fields): Likewise.
12762         (pack_ts_decl_wrtl_value_fields): Likewise.
12763         (pack_ts_decl_with_vis_value_fields): Likewise.
12764         (pack_ts_function_decl_value_fields): Likewise.
12765         (pack_ts_type_common_value_fields): Likewise.
12766         (pack_ts_block_value_fields): Likewise.
12767         (pack_ts_translation_unit_decl_value_fields): Likewise.
12768         (pack_value_fields): Likewise.
12769         (lto_output_chain): Likewise.
12770         (lto_output_ts_common_tree_pointers): Likewise.
12771         (lto_output_ts_vector_tree_pointers): Likewise.
12772         (lto_output_ts_complex_tree_pointers): Likewise.
12773         (lto_output_ts_decl_minimal_tree_pointers): Likewise.
12774         (lto_output_ts_decl_common_tree_pointers): Likewise.
12775         (lto_output_ts_decl_non_common_tree_pointers): Likewise.
12776         (lto_output_ts_decl_with_vis_tree_pointers): Likewise.
12777         (lto_output_ts_field_decl_tree_pointers): Likewise.
12778         (lto_output_ts_function_decl_tree_pointers): Likewise.
12779         (lto_output_ts_type_common_tree_pointers): Likewise.
12780         (lto_output_ts_type_non_common_tree_pointers): Likewise.
12781         (lto_output_ts_list_tree_pointers): Likewise.
12782         (lto_output_ts_vec_tree_pointers): Likewise.
12783         (lto_output_ts_exp_tree_pointers): Likewise.
12784         (lto_output_ts_block_tree_pointers): Likewise.
12785         (lto_output_ts_binfo_tree_pointers): Likewise.
12786         (lto_output_ts_constructor_tree_pointers): Likewise.
12787         (lto_output_ts_target_option): Likewise.
12788         (lto_output_ts_translation_unit_decl_tree_pointers): Likewise.
12789         (lto_output_tree_pointers): Likewise.
12790         (lto_output_tree_header): Likewise.
12791         (lto_output_builtin_tree): Likewise.
12792         (lto_write_tree): Likewise.
12793         (lto_output_integer_cst): Likewise.
12794         (lto_output_tree): Likewise.
12795         (output_phi): Move to gimple-streamer-out.c.
12796         (output_gimple_stmt): Likewise.
12797         (output_bb): Likewise.
12798         * lto-streamer.c: Include tree-streamer.h and streamer-hooks.h.
12799         (streamer_hooks): Move to streamer-hooks.c.
12800         (check_handled_ts_structures): Move to tree-streamer.c
12801         (lto_streamer_cache_add_to_node_array): Likewise.
12802         (lto_streamer_cache_insert_1): Likewise.
12803         (lto_streamer_cache_insert): Likewise.
12804         (lto_streamer_cache_insert_at): Likewise.
12805         (lto_streamer_cache_append): Likewise.
12806         (lto_streamer_cache_lookup): Likewise.
12807         (lto_streamer_cache_get): Likewise.
12808         (lto_record_common_node): Likewise.
12809         (lto_preload_common_nodes): Likewise.
12810         (lto_streamer_cache_create): Likewise.
12811         (lto_streamer_cache_delete): Likewise.
12812         (streamer_hooks_init): Move to streamer-hooks.c.
12813         * lto-streamer.h: Include diagnostic.h
12814         (struct output_block, struct lto_input_block,
12815         struct data_in, struct bitpack_d): Remove forward declarations.
12816         (struct bitpack_d): Move to data-streamer.h.
12817         (struct lto_streamer_cache_d): Move to tree-streamer.h.
12818         (struct streamer_hooks): Move to streamer-hooks.h.
12819         (bp_pack_var_len_unsigned): Move to data-streamer.h.
12820         (bp_pack_var_len_int): Likewise.
12821         (bp_unpack_var_len_unsigned): Likewise.
12822         (bp_unpack_var_len_int): Likewise.
12823         (lto_input_location): Declare.
12824         (lto_tag_check_set): Declare.
12825         (lto_init_eh): Declare.
12826         (lto_output_tree_ref): Declare.
12827         (lto_output_location): Declare.
12828         (bitpack_create): Move to data-streamer.h.
12829         (bp_pack_value): Likewise.
12830         (lto_output_bitpack): Likewise.
12831         (lto_input_bitpack): Likewise.
12832         (bp_unpack_value): Likewise.
12833         (lto_output_1_stream): Likewise.
12834         (lto_input_1_unsigned): Likewise.
12835         (lto_output_int_in_range): Likewise.
12836         (lto_input_int_in_range): Likewise.
12837         (bp_pack_int_in_range): Likewise.
12838         (bp_unpack_int_in_range): Likewise.
12839         (lto_output_enum): Likewise.
12840         (lto_input_enum): Likewise.
12841         (bp_pack_enum): Likewise.
12842         (bp_unpack_enum): Likewise.
12843         * streamer-hooks.c: New.
12844         * streamer-hooks.h: New.
12845         * tree-streamer-in.c: New.
12846         * tree-streamer-out.c: New.
12847         * tree-streamer.c: New.
12848         * tree-streamer.h: New.
12850 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12852         * gthr-posix95.h: Remove.
12853         * gthr.h [_PTHREADS95]: Remove.
12854         * configure.ac (enable_threads): Remove posix95.
12855         * configure: Regenerate.
12856         * doc/install.texi (Configuration, --enable-threads): Remove posix95.
12858 2011-08-08  Uros Bizjak  <ubizjak@gmail.com>
12860         PR target/49781
12861         * config/i386/i386.c (ix86_decompose_address): Allow zero-extended
12862         SImode addresses.
12863         (ix86_print_operand_address): Handle zero-extended addresses.
12864         (memory_address_length): Add length of addr32 prefix for
12865         zero-extended addresses.
12866         (ix86_secondary_reload): Handle moves to/from double-word general
12867         registers from/to zero-extended addresses.
12868         * config/i386/predicates.md (lea_address_operand): Reject
12869         zero-extended operands.
12871 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
12873         PR other/48007
12874         * config.gcc (libgcc_tm_file): Add i386/value-unwind.h for Linux/x86.
12876         * system.h (REG_VALUE_IN_UNWIND_CONTEXT): Poisoned.
12877         (ASSUME_EXTENDED_UNWIND_CONTEXT): Likewise.
12879         * unwind-dw2.c (ASSUME_EXTENDED_UNWIND_CONTEXT): New.
12880         (_Unwind_Context_Reg_Val): Likewise.
12881         (_Unwind_Get_Unwind_Word): Likewise.
12882         (_Unwind_Get_Unwind_Context_Reg_Val): Likewise.
12883         (_Unwind_Context): Use _Unwind_Context_Reg_Val on the reg field.
12884         (_Unwind_IsExtendedContext): Check ASSUME_EXTENDED_UNWIND_CONTEXT
12885         for EXTENDED_CONTEXT_BIT.
12886         (__frame_state_for): Likewise.
12887         (uw_init_context_1): Likewise.
12888         (_Unwind_GetGR): Updated.
12889         (_Unwind_SetGR): Likewise.
12890         (_Unwind_GetGRPtr): Likewise.
12891         (_Unwind_SetGRPtr): Likewise.
12892         (_Unwind_SetGRValue): Likewise.
12893         (_Unwind_GRByValue): Likewise.
12894         (uw_install_context_1): Likewise.
12896         * doc/tm.texi.in: Document REG_VALUE_IN_UNWIND_CONTEXT and
12897         ASSUME_EXTENDED_UNWIND_CONTEXT.
12898         * doc/tm.texi: Regenerated.
12900 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12902         * Makefile.in (gengtype$(exeext)): Add $(LDFLAGS).
12904 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12906         * doc/invoke.texi (DEC Alpha Options, -mcpu): native support isn't
12907         Linux/GNU-specific.
12908         (DEC Alpha Options, -mtune): Likewise.
12909         (MIPS Options, -march): native is supported on IRIX.
12911 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12913         * config/sparc/driver-sparc.c: New file.
12914         * config/sparc/x-sparc: New file.
12915         * config.host: Use driver-sparc.o, sparc/x-sparc on sparc*-*-solaris2*.
12916         * config/sparc/sparc.opt (native): New value for enum processor_type.
12917         * config/sparc/sparc-opts.h (PROCESSOR_NATIVE): Declare.
12918         * config/sparc/sparc.c (sparc_option_override): Abort if
12919         PROCESSOR_NATIVE gets here.
12920         * config/sparc/sol2.h [__sparc__] (host_detect_local_cpu): Declare.
12921         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS,
12922         DRIVER_SELF_SPECS): Define.
12923         * doc/invoke.texi (SPARC Options, -mcpu): Document native.
12924         (SPARC Options, -mtune): Likewise.
12925         * configure.ac (EXTRA_GCC_LIBS): Check for libkstat.
12926         Substitute result.
12927         * configure: Regenerate.
12928         * Makefile.in (EXTRA_GCC_LIBS): Set.
12929         (xgcc$(exeext)): Add $(EXTRA_GCC_LIBS).
12930         (cpp$(exeext)): Likewise.
12932 2011-08-08  Richard Guenther  <rguenther@suse.de>
12934         * tree-vrp.c (extract_range_from_unary_expr_1): New function,
12935         split out from ...
12936         (extract_range_from_unary_expr): ... here.  Handle BIT_NOT_EXPR
12937         by composition.
12939 2011-08-08  Mikael Pettersson  <mikpe@it.uu.se>
12941         PR tree-optimization/50005
12942         * ipa-inline-analysis (remap_predicate): Add cast to
12943         silence signed/unsigned comparison warning.
12945 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
12947         * modulo-sched.c (get_sched_window): Use a table for the debug output.
12948         Print the current ii.
12949         (sms_schedule_by_order): Reduce whitespace in dump line.
12951 2011-08-08  Richard Sandiford  <richard.sandiford@linaro.org>
12953         * modulo-sched.c (get_sched_window): Use just one loop for predecessors
12954         and one loop for successors.  Fix upper bound of memory range.
12956 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
12958         PR target/50001
12959         * config/alpha/alpha.c (alpha_instantiate_decls): New function.
12960         (TARGET_INSTANTIATE_DECLS): New define.
12962 2011-08-06  Paolo Bonzini  <bonzini@gnu.org>
12963             Mikael Morin   <mikael.morin@sfr.fr>
12965         * Makefile.in (INCLUDES_FOR_TARGET): New.
12966         (LIBGCC2_CFLAGS): Use it.
12967         (CRTSTUFF_CFLAGS): Use it instead of INCLUDES.
12969 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
12971         * config/i386/i386.c (ix86_compute_frame_layout): Simplify
12972         frame->save_regs_using_mov calculation.
12974 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
12976         * config/i386/i386.md (ssemodesuffix): Remove V8SI mode.
12977         * config/i386/sse.md (castmode): New mode attribute.
12978         (avx_<castmode><avxsizesuffix>_<castmode>): Rename from
12979         avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>.
12981 2011-08-05  Jan Hubicka  <jh@suse.cz>
12983         PR middle-end/49494
12984         * ipa-inline-analysis.c (remap_predicate): Add bounds check.
12986 2011-08-05  Jan Hubicka  <jh@suse.cz>
12988         PR middle-end/49500
12989         * tree-emultls.c (new_emutls_decl):Add alias_of parameter;
12990         handle aliases.
12991         (create_emultls_var):New function.
12992         (ipa_lower_emutls): Handle aliases correctly.
12994 2011-08-05  Jan Hubicka  <jh@suse.cz>
12996         PR middle-end/49735
12997         * ipa-inline.c (recursive_inlining): Look through aliases.
12999 2011-08-05  Jason Merrill  <jason@redhat.com>
13001         * config/i386/i386.c (setup_incoming_varargs_ms_64): Move
13002         declarations to beginning of function.
13004 2011-08-05  Bernd Schmidt  <bernds@codesourcery.com>
13006         PR rtl-optimization/49900
13007         * sched-ebb.c (add_deps_for_risky_insns): Also add dependencies to
13008         ensure basic blocks stay in the same order.
13010 2011-08-05  Aldy Hernandez  <aldyh@redhat.com>
13012         * config/s390/s390.c (s390_expand_cs_hqi): Add new arguments to
13013         store_bit_field.
13014         (s390_expand_atomic): Same.
13016 2011-08-05  Richard Henderson  <rth@redhat.com>
13018         PR rtl-opt/49977
13019         * dwarf2cfi.c (scan_insn_after): Split out of ...
13020         (scan_trace): ... here.  Correctly place notes wrt sequences.
13022 2011-08-05  Kaz Kojima  <kkojima@gcc.gnu.org>
13023             Richard Henderson  <rth@redhat.com>
13025         PR rtl-opt/49982
13026         * expr.c (fixup_args_size_notes): Look through no-op moves.
13028 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
13030         * config/i386/i386.md (*push<mode>2): Use "o" constraint instead
13031         of "m" for operand 0.  Add type and mode attribute.
13032         (*pushxf_nointeger"): Use "<" constraint for operand 0.
13033         (*pushdf_rex64): New pattern, split out of *pushdf.  Use "m"
13034         constraint instead of "o" for opreand 1.
13035         (*pushdf): Disable for TARGET_64BIT.  Correct mode attribute.
13036         (*movdi_internal_rex64): Use "!o" constraint instead of "!m" for
13037         operand 0, alternative 4.
13038         (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
13040 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
13042         * config/i386/predicates.md (lea_address_operand): Rename from
13043         no_seg_address_operand.
13044         * config/i386/i386.md (*lea_1): Update operand 1 predicate for rename.
13045         (*lea_1_zext): Ditto.
13046         (*lea_2): Ditto.
13047         (*lea_2_zext): Ditto.
13049 2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
13051         * config/i386/i386.c (ix86_print_operand_address): Handle SUBREGs of
13052         parts.base and parts.index.
13053         * config/i386/predicates.md (aligned_operand): Ditto.
13054         (cmpxchg8b_pic_memory_operand): Ditto.
13056 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13058         * config/soft-fp: Move to ../libgcc.
13059         * Makefile.in (SFP_MACHINE): Remove.
13060         (libgcc-support): Remove $(SFP_MACHINE) dependency.
13061         * config/arm/sfp-machine.h: Move to ../libgcc/config/arm.
13062         * config/arm/t-arm-softfp: Move to
13063         ../libgcc/config/arm/t-softfp.
13064         * config/c6x/sfp-machine.h: Move to ../libgcc/config/c6x.
13065         * config/c6x/t-c6x-softfp: Remove.
13066         * config/i386/sfp-machine.h: Move to ../libgcc/config/i386.
13067         * config/i386/t-fprules-softfp: Move to
13068         ../libgcc/config/t-softfp-tf.
13069         * config/ia64/sfp-machine.h: Move to ../libgcc/config/ia64.
13070         * config/ia64/t-fprules-softfp: Remove.
13071         * config/lm32/sfp-machine.h: Move to ../libgcc/config/lm32.
13072         * config/lm32/t-fprules-softfp: Remove.
13073         * config/moxie/sfp-machine.h: Remove.
13074         * config/moxie/t-moxie-softfp: Remove.
13075         * config/rs6000/darwin-ldouble-format: Move to
13076         ../libgcc/config/rs6000/ibm-ldouble-format.
13077         * config/rs6000/darwin-ldouble.c: Move to
13078         ../libgcc/config/rs6000/ibm-ldouble.c
13079         * config/rs6000/libgcc-ppc-glibc.ver: Move to ../libgcc/config/rs6000.
13080         * config/rs6000/libgcc-ppc64.ver: Likewise.
13081         * config/rs6000/sfp-machine.h: Likewise.
13082         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Remove
13083         $(srcdir)/config/rs6000/libgcc-ppc64.ver.
13084         (LIB2FUNCS_EXTRA): Remove.
13085         (TARGET_LIBGCC2_CFLAGS): Remove.
13086         * config/rs6000/t-aix52: Likewise
13087         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
13088         $(srcdir)/config/rs6000/darwin-ldouble.c.
13089         (SHLIB_MAPFILES): Remove.
13090         * config/rs6000/t-darwin64 (LIB2FUNCS_EXTRA): Remove
13091         $(srcdir)/config/rs6000/darwin-ldouble.c.
13092         * config/rs6000/t-fprules-softfp: Move to
13093         ../libgcc/config/t-softfp-sfdf.
13094         * config/rs6000/t-freebsd: Move to ../libgcc/config/rs6000.
13095         * config/rs6000/t-linux64 (softfp_wrap_start, softfp_wrap_end): Remove.
13096         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Remove
13097         $(srcdir)/config/rs6000/darwin-ldouble.c.
13098         * config/score/sfp-machine.h: Move to ../libgcc/config/score.
13099         * config/score/t-score-softfp: Remove.
13100         * config.gcc (arm*-*-linux*): Remove arm/t-arm-softfp,
13101         soft-fp/t-softfp from tmake_file.
13102         (arm*-*-uclinux*): Likewise.
13103         (arm*-*-ecos-elf): Likewise.
13104         (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
13105         (arm*-*-rtems*): Likewise.
13106         (arm*-*-elf): Likewise.
13107         (moxie-*-elf): Remove moxie/t-moxie-softfp, soft-fp/t-softfp from
13108         tmake_file.
13109         (moxie-*-uclinux*): Likewise.
13110         (moxie-*-rtems*): Likewise.
13111         (lm32-*-elf*): Remove lm32/t-fprules-softfp, soft-fp/t-softfp from
13112         tmake_file.
13113         (lm32-*-rtems*): Likewise.
13114         (lm32-*-uclinux*): Likewise.
13115         (powerpc-*-freebsd*): Remove rs6000/t-freebsd,
13116         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
13117         (powerpc-*-linux*, powerpc64-*-linux*): Remove
13118         rs6000/t-fprules-softfp, soft-fp/t-softfp from tmake_file.
13119         (score-*-elf): Remove score/t-score-softfp, soft-fp/t-softfp from
13120         tmake_file.
13121         (tic6x-*-elf): Remove c6x/t-c6x-softfp, soft-fp/t-softfp from
13122         tmake_file.
13123         (tic6x-*-uclinux): Likewise.
13124         (i[34567]86-*-darwin*, x86_64-*-darwin*): Remove i386/t-fprules-softfp,
13125         soft-fp/t-softfp from tmake_file.
13126         (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
13127         (x86_64-*-kfreebsd*-gnu, i[34567]86-*-gnu*): Likewise.
13128         (i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*): Likewise.
13129         (i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
13130         (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Likewise.
13132 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13134         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): Remove.
13135         (libgcc-support): Remove $(FPBIT), $(DPBIT), $(TPBIT) dependencies.
13136         (libgcc.mvars): Remove FPBIT, FPBIT_FUNCS, DPBIT, DPBIT_FUNCS,
13137         TPBIT, TPBIT_FUNCS.
13138         * config/fp-bit.c, config/fp-bit.h: Move to ../libgcc.
13139         * config/arm/t-strongarm-elf (FPBIT, DPBIT, dp-bit.c, fp-bit.c):
13140         Remove.
13141         * config/arm/t-vxworks: Likewise.
13142         * config/arm/t-wince-pe: Likewise.
13143         * config/avr/t-avr (fp-bit.c, FPBIT): Remove.
13144         * config/bfin/t-bfin (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13145         * config/bfin/t-bfin-elf: Likewise.
13146         * config/bfin/t-bfin-linux: Likewise.
13147         * config/bfin/t-bfin-uclinux: Likewise.
13148         * config/cris/t-cris (FPBIT, DPBIT, dp-bit.c, tmplibgcc_fp_bit.c):
13149         Remove.
13150         * config/fr30/t-fr30: Likewise.
13151         * config/frv/t-frv: Likewise.
13152         * config/h8300/t-h8300 (FPBIT, fp-bit.c): Remove.
13153         * config/iq2000/t-iq2000 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13154         * config/m32c/t-m32c: Likewise.
13155         * config/m32r/t-linux: (LIB2FUNCS_EXTRA, fp-bit.c, dp-bit.c): Remove.
13156         * config/m32r/t-m32r (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13157         * config/mcore/t-mcore: Likewise.
13158         * config/mep/t-mep: Likewise.
13159         * config/microblaze/t-microblaze: Likewise.
13160         * config/mips/t-linux64 (TPBIT, tp-bit.c): Remove.
13161         * config/mips/t-mips (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13162         * config/mips/t-sdemtk (FPBIT, DPBIT): Remove.
13163         * config/mips/t-sr71k (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13164         * config/mn10300/t-linux: Remove.
13165         * config/mn10300/t-mn10300 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13166         * config/pdp11/t-pdp11: Likewise.
13167         * config/picochip/t-picochip (FPBIT, fp-bit.c): Remove.
13168         * config/rs6000/ppc64-fp.c: Move to ../libgcc/config/rs6000.
13169         * config/rs6000/t-aix43 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13170         (LIB2FUNCS_EXTRA): Remove $(srcdir)/config/rs6000/ppc64-fp.c.
13171         * config/rs6000/t-aix52: Likewise.
13172         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Remove
13173         $(srcdir)/config/rs6000/ppc64-fp.c.
13174         * config/rs6000/t-fprules-fpbit: Remove.
13175         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Remove.
13176         * config/rs6000/t-lynx (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13177         * config/sh/t-netbsd (FPBIT, DPBIT): Remove.
13178         * config/sh/t-sh (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13179         * config/sparc/t-elf: Likewise.
13180         * config/sparc/t-leon: Likewise.
13181         * config/sparc/t-leon3: Likewise.
13182         * config/spu/t-spu-elf: Likewise.
13183         (DPBIT_FUNCS): Remove.
13184         * config/stormy16/t-stormy16 (FPBIT, DPBIT, dp-bit.c, fp-bit.c): Remove.
13185         * config/v850/t-v850: Likewise.
13186         * config.gcc (avr-*-rtems*): Add avr/avr-lib.h to libgcc_tm_file.
13187         (avr-*-*): Likewise.
13188         (h8300-*-rtems*): Set libgcc_tm_file.
13189         (h8300-*-elf*): Likewise.
13190         (powerpc-*-eabisimaltivec*): Remove rs6000/t-fprules-fpbit from
13191         tmake_file.
13192         (powerpc-*-eabisim*): Likewise.
13193         (powerpc-*-elf*): Likewise.
13194         (powerpc-*-eabialtivec*): Likewise.
13195         (powerpc-xilinx-eabi*): Likewise.
13196         (powerpc-*-eabi*): Likewise.
13197         (powerpc-*-rtems*): Likewise.
13198         (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Likewise.
13199         (powerpcle-*-elf*): Likewise.
13200         (powerpcle-*-eabisim*): Likewise.
13201         (powerpcle-*-eabi*): Likewise.
13202         (rx-*-elf*): Add rx/rx-lib.h to libgcc_tm_file.
13203         (am33_2.0-*-linux*): Remove mn10300/t-linux from tmake_file.
13204         * doc/fragments.texi (Target Fragment, Floating Point Emulation):
13205         Remove.
13207 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13209         * Makefile.in (UNWIND_H): Remove.
13210         (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Move to
13211         ../libgcc/Makefile.in.
13212         (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): Likewise.
13213         (LIBUNWINDDEP): Remove.
13214         (libgcc-support): Remove LIB2ADDEH, $(srcdir)/emutls.c dependencies.
13215         (libgcc.mvars): Remove LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED,
13216         LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL.
13217         (stmp-int-hdrs): Remove $(UNWIND_H) dependency.
13218         Don't copy $(UNWIND_H).
13219         * config.gcc (ia64*-*-linux*): Remove with_system_libunwind handling.
13220         * configure.ac (GCC_CHECK_UNWIND_GETIPINFO): Remove.
13221         * aclocal.m4: Regenerate.
13222         * configure: Regenerate.
13223         * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
13224         unwind-dw2-fde-compat.c, unwind-dw2-fde-glibc.c, unwind-dw2-fde.c,
13225         unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
13226         unwind-pe.h, unwind-sjlj.c, unwind.inc: Move to ../libgcc.
13227         * unwind-dw2-fde-darwin.c: Move to ../libgcc/config.
13228         * config/arm/libunwind.S, config/arm/pr-support.c,
13229         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Move to
13230         ../libgcc/config/arm.
13231         * config/arm/t-bpabi (UNWIND_H, LIB2ADDEH): Remove.
13232         * config/arm/t-symbian (UNWIND_H, LIB2ADDEH): Remove.
13233         * config/frv/t-frv ($(T)frvbegin$(objext)): Use
13234         $(srcdir)/../libgcc to refer to unwind-dw2-fde.h.
13235         ($(T)frvend$(objext)): Likewise.
13236         * config/ia64/t-glibc (LIB2ADDEH): Remove.
13237         * config/ia64/t-glibc-libunwind: Move to ../libgcc/config/ia64.
13238         * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
13239         config/ia64/unwind-ia64.c, config/ia64/unwind-ia64.h: Move to
13240         ../libgcc/config/ia64.
13241         * config/ia64/t-hpux (LIB2ADDEH): Remove.
13242         * config/ia64/t-ia64 (LIB2ADDEH): Remove.
13243         * config/ia64/t-vms (LIB2ADDEH): Remove.
13244         * config/ia64/vms.h (UNW_IVMS_MODE,
13245         MD_UNW_COMPATIBLE_PERSONALITY_P): Remove.
13246         * config/picochip/t-picochip (LIB2ADDEH): Remove.
13247         * config/rs6000/aix.h (R_LR, MD_FROB_UPDATE_CONTEXT): Remove.
13248         * config/rs6000/t-darwin (LIB2ADDEH): Remove.
13249         * config/rs6000/darwin-fallback.c: Move to ../libgcc/config/rs6000.
13250         * config/sh/t-sh ($(T)unwind-dw2-Os-4-200.o): Use
13251         $(srcdir)/../libgcc to refer to unwinder sources.
13252         * config/spu/t-spu-elf (LIB2ADDEH): Remove.
13253         * config/t-darwin (LIB2ADDEH): Remove.
13254         * config/t-freebsd (LIB2ADDEH): Remove.
13255         * config/t-libunwind (LIB2ADDEH, LIB2ADDEHSTATIC): Remove.
13256         * config/t-libunwind-elf: Move to ../libgcc/config.
13257         * config/t-linux (LIB2ADDEH): Remove.
13258         * config/t-sol2 (LIB2ADDEH): Remove.
13259         * config/xtensa/t-xtensa (LIB2ADDEH): Remove.
13260         * system.h (MD_FROB_UPDATE_CONTEXT): Poison.
13262 2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>
13264         * config/i386/i386.c (processor_alias_table): Add core-avx-i.
13266         * doc/invoke.texi: Document core-avx-i.
13268 2011-08-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13270         * tsystem.h (CONST_CAST2, CONST_CAST): Define.
13272 2011-08-05  Ira Rosen  <ira.rosen@linaro.org>
13274         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use the
13275         result of multiple results reduction when extracting the final
13276         value using scalar code.
13278 2011-08-05  Richard Guenther  <rguenther@suse.de>
13280         PR tree-optimization/49984
13281         * tree-vrp.c (extract_range_from_binary_expr_1): Handle BIT_XOR_EXPR.
13283 2011-08-05  Richard Guenther  <rguenther@suse.de>
13285         * tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always
13286         return true for constant integer ranges.
13287         (extract_range_from_binary_expr_1): Simplify BIT_AND_EXPR and
13288         BIT_IOR_EXPR handling.
13290 2011-08-04  Kai Tietz  <ktietz@redhat.com>
13292         * config/i386/i386.c (setup_incoming_varargs_ms_64): Set
13293         ix86_varargs_gpr_size and ix86_varargs_fpr_size to zero.
13295 2011-08-04  Ira Rosen  <ira.rosen@linaro.org>
13297         * tree-vectorizer.h (struct _stmt_vec_info): Add new field for
13298         pattern def statement, and its access macro.
13299         (NUM_PATTERNS): Set to 5.
13300         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
13301         pattern def statement.
13302         (vect_transform_loop): Likewise.
13303         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add new
13304         function vect_recog_over_widening_pattern ().
13305         (vect_operation_fits_smaller_type): New function.
13306         (vect_recog_over_widening_pattern, vect_mark_pattern_stmts):
13307         Likewise.
13308         (vect_pattern_recog_1): Move the code that marks pattern
13309         statements to vect_mark_pattern_stmts (), and call it.  Update
13310         documentation.
13311         * tree-vect-stmts.c (vect_supportable_shift): New function.
13312         (vect_analyze_stmt): Handle pattern def statement.
13313         (new_stmt_vec_info): Initialize pattern def statement.
13315 2011-08-04  Richard Henderson  <rth@redhat.com>
13317         PR target/49964
13318         * config/i386/i386.c (ix86_expand_call): Don't create nested
13319         PARALLELs for TARGET_VZEROUPPER.
13320         (ix86_split_call_vzeroupper): Fix extraction of the original call.
13321         * config/i386/i386.md (*call_rex64_ms_sysv_vzeroupper): Don't
13322         recognize nested PARALLELs.
13323         (*call_pop_vzeroupper, *sibcall_pop_vzeroupper,
13324         *call_value_rex64_ms_sysv_vzeroupper, *call_value_pop_vzeroupper,
13325         *sibcall_value_pop_vzeroupper): Likewise.
13327 2011-08-04  Richard Henderson  <rth@redhat.com>
13329         PR middle-end/49968
13330         * calls.c (expand_call): Use fixup_args_size_notes for
13331         emit_stack_restore.
13332         * expr.c (fixup_args_size_notes): Allow STACK_POINTER_REGNUM sets
13333         in non-standard modes.
13335 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
13337         * gcc.c (self_spec): New variable.
13338         (static_specs): Add self_spec.
13339         (main): Call do_self_spec on "self_spec" specs after reading
13340         user specs files.  Move compare_debug handling right after that.
13342 2011-08-04  Richard Guenther  <rguenther@suse.de>
13344         * tree-vrp.c (vrp_expr_computes_nonnegative): Remove.
13345         (value_range_nonnegative_p): New function.
13346         (ssa_name_nonnegative_p): Use it.
13347         (value_range_constant_singleton): New function.
13348         (op_with_constant_singleton_value_range): Use it.
13349         (extract_range_from_binary_expr_1): New function, split out from ...
13350         (extract_range_from_binary_expr): ... this.  Remove fallback
13351         constant folding done here.
13353 2011-08-04  Richard Guenther  <rguenther@suse.de>
13355         PR tree-optimization/49806
13356         * tree-vrp.c (op_with_boolean_value_range_p): New function.
13357         (simplify_truth_ops_using_ranges): Simplify.  Allow inserting
13358         a new statement for a final conversion to bool.
13360 2011-08-04  Romain Geissler  <romain.geissler@gmail.com>
13362         * gengtype-state.c: Include "bconfig.h" if
13363         GENERATOR_FILE is defined, "config.h" otherwise.
13364         * gengtype.c: Likewise.
13365         * gengtype-lex.l: Likewise.
13366         * gengtype-parse.c: Likewise.
13367         * Makefile.in (gengtype-lex.o-warn): New variable.
13368         (plugin_resourcesdir): Likewise.
13369         (plugin_bindir): Likewise.
13370         (plugin_includedir): Use $(plugin_resourcesdir) as prefix base.
13371         (MOSTLYCLEANFILES): Add gengtype$(exeext).
13372         (native): Depend on gengtype$(exeext) is $enable_plugin
13373         is set to "yes".
13374         (gtype.state): Depend on s-gtype. Use temporary file.
13375         (gengtype-lex.o): New rule.
13376         (gengtype-parse.o): Likewise.
13377         (gengtype-state.o): Likewise.
13378         (gengtype$(exeext)): Likewise.
13379         (install-gengtype): Likewise.
13380         (gengtype.o): Likewise.
13381         (build/gengtype.o): Depend on version.h.
13382         (build/gengtype-state): Depend on double-int.h, version.h,
13383         $(HASHTAB_H), $(OBSTACK_H), $(XREGEX_H) and build/errors.o.
13384         (install-plugin): Depend on install-gengtype.
13386 2011-08-04  Jakub Jelinek  <jakub@redhat.com>
13388         PR middle-end/49905
13389         * tree.h (init_attributes): New prototype.
13390         * attribs.c (init_attributes): No longer static.
13392 2011-08-04  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
13394         * config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
13395         maybe_suffix.
13397 2011-08-03   David Li  <davidxl@google.com>
13399         * tree-optimize.c (execute_fixup_cfg): Fix up entry
13400         outgoing edge counts after inlining.
13402 2011-08-03   David Li  <davidxl@google.com>
13404         * profile.c (compute_branch_probabilities): Compute
13405         function frequency after profile annotation.
13407 2011-08-04  Alan Modra  <amodra@gmail.com>
13409         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Simplify
13410         use_backchain_to_restore_sp initialisation.
13411         (rs6000_legitimate_offset_address_p): Simplify offset test.
13413 2011-08-03  Richard Henderson  <rth@redhat.com>
13415         * config/spu/spu.md: Use define_c_enum instead of define_constants.
13416         (UNSPECV_BLOCKAGE, UNSPECV_LNOP, UNSPECV_SYNC): Rename from UNSPEC_*.
13417         (UNSPECV_NOP): New.
13419 2011-08-03  Richard Henderson  <rth@redhat.com>
13421         PR target/34888
13422         * config/avr/avr.md: New splitter for REG_ARGS_SIZE 0.
13424 2011-08-03  Jakub Jelinek  <jakub@redhat.com>
13426         PR tree-optimization/49948
13427         * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
13429 2011-08-03  Anatoly Sokolov  <aesok@post.ru>
13431         * config/m32c/m32c.c (class_sizes): Remove.
13432         (reduce_class): Change arguments and return type to reg_class_t.
13433         Change type cc var to HARD_REG_SET. Change type best var to
13434         reg_class_t. Change type best_size var to unsigned int. Remove
13435         initialization class_sizes var. Use reg_class_size array instead
13436         of class_sizes. Use reg_class_contents array instead
13437         of class_contents.
13439 2011-08-03  Richard Guenther  <rguenther@suse.de>
13441         PR middle-end/49958
13442         * fold-const.c (fold_binary_loc): Only associate
13443         (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (* d e)) c) if
13444         overflow wraps.
13446 2011-08-03  Alan Modra  <amodra@gmail.com>
13448         PR rtl-optimization/49941
13449         * jump.c (mark_jump_label): Comment.
13450         (mark_jump_label_1): Set JUMP_LABEL for return jumps.
13451         * emit-rtl.c (copy_rtx_if_shared_1, copy_insn_1): Leave RETURN shared.
13452         (mark_used_flags): Don't mark RETURN.
13454 2011-08-03  Richard Guenther  <rguenther@suse.de>
13456         PR tree-optimization/49938
13457         * tree-scalar-evolution.c (interpret_loop_phi): Gracefully
13458         deal with a POLYNOMIAL_CHREC.
13460 2011-08-03  Revital Eres  <revital.eres@linaro.org>
13462         * modulo-sched.c (calculate_stage_count,
13463         calculate_must_precede_follow, get_sched_window,
13464         try_scheduling_node_in_cycle, remove_node_from_ps): Add
13465         declaration.
13466         (update_node_sched_params, set_must_precede_follow, optimize_sc):
13467         New functions.
13468         (reset_sched_times): Call update_node_sched_params.
13469         (sms_schedule): Call optimize_sc.
13470         (get_sched_window): Change function arguments.
13471         (sms_schedule_by_order): Update call to get_sched_window.
13472         Call set_must_precede_follow.
13473         (calculate_stage_count): Add function argument.
13475 2011-08-02  Richard Henderson  <rth@redhat.com>
13477         PR target/49864
13478         PR target/49879
13479         * reg-notes.def (REG_ARGS_SIZE): New.
13480         * calls.c (emit_call_1): Emit REG_ARGS_SIZE for call_pop.
13481         (expand_call): Add REG_ARGS_SIZE to emit_stack_restore.
13482         * cfgcleanup.c (old_insns_match_p): Don't allow cross-jumping to
13483         different stack levels.
13484         * combine-stack-adj.c (adjust_frame_related_expr): Remove.
13485         (maybe_move_args_size_note): New.
13486         (combine_stack_adjustments_for_block): Use it.
13487         * combine.c (distribute_notes): Place REG_ARGS_SIZE.
13488         * dwarf2cfi.c (dw_cfi_row_struct): Remove args_size member.
13489         (dw_trace_info): Add beg_true_args_size, end_true_args_size,
13490         beg_delay_args_size, end_delay_args_size, eh_head, args_size_undefined.
13491         (cur_cfa): New.
13492         (queued_args_size): Remove.
13493         (add_cfi_args_size): Assert size is non-negative.
13494         (stack_adjust_offset, dwarf2out_args_size): Remove.
13495         (dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust): Remove.
13496         (notice_args_size, notice_eh_throw): New.
13497         (dwarf2out_frame_debug_def_cfa): Use cur_cfa.
13498         (dwarf2out_frame_debug_adjust_cfa): Likewise.
13499         (dwarf2out_frame_debug_cfa_offset): Likewise.
13500         (dwarf2out_frame_debug_expr): Likewise.  Don't stack_adjust_offset.
13501         (dwarf2out_frame_debug): Don't handle non-frame-related-p insns.
13502         (change_cfi_row): Don't emit args_size.
13503         (maybe_record_trace_start_abnormal): Split out from ...
13504         (maybe_record_trace_start): Here.  Set args_size_undefined.
13505         (create_trace_edges): Update to match.
13506         (scan_trace): Handle REG_ARGS_SIZE.
13507         (connect_traces): Connect args_size between EH insns.
13508         * emit-rtl.c (try_split): Handle REG_ARGS_SIZE.
13509         * explow.c (suppress_reg_args_size): New.
13510         (adjust_stack_1): Split out from ...
13511         (adjust_stack): ... here.
13512         (anti_adjust_stack): Use it.
13513         (allocate_dynamic_stack_space): Suppress REG_ARGS_SIZE.
13514         * expr.c (mem_autoinc_base): New.
13515         (fixup_args_size_notes): New.
13516         (emit_single_push_insn_1): Rename from emit_single_push_insn.
13517         (emit_single_push_insn): New.  Generate REG_ARGS_SIZE.
13518         * recog.c (peep2_attempt): Handle REG_ARGS_SIZE.
13519         * reload1.c (reload_as_needed): Likewise.
13520         * rtl.h (fixup_args_size_notes): Declare.
13522 2011-08-02  Paolo Carlini  <paolo.carlini@oracle.com>
13524         PR bootstrap/49914
13525         * fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
13526         of abs.
13527         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
13528         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.
13530 2011-08-02  Richard Henderson  <rth@redhat.com>
13532         * config/h8300/h8300.c (push, pop): Return the insn.
13533         (h8300_swap_into_er6): Generate correct unwind info.
13534         (h8300_swap_out_of_er6): Likewise.
13535         * dwarf2cfi.c (def_cfa_1): Clear cfa_cfi if we no longer have a
13536         complex cfa expression.
13537         (dwarf2out_frame_debug_def_cfa): Allow (plus (mem) (const_int)) too.
13539 2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
13541         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
13543 2011-08-02  Richard Henderson  <rth@redhat.com>
13545         PR target/49878
13546         * config/h8300/h8300.c (h8300_move_ok): New.
13547         * config/h8300/h8300-protos.h: Declare it.
13548         * config/h8300/h8300.md (P): New mode iterator.
13549         (*movqi_h8300, *movqi_h8300hs, movqi): Use h8300_move_ok.
13550         (*movqi_h8sx, *movhi_h8300, *movhi_h8300hs, movhi): Likewise.
13551         (movsi, *movsi_h8300, *movsi_h8300hs): Likewise.
13552         (*pushqi1_h8300): Rename from pushqi1_h8300; use PRE_MODIFY.
13553         (*pushqi1_h8300hs_<P>): Macroize from pushqi1_h8300hs_advanced
13554         and pushqi1_h8300hs_normal; use PRE_MODIFY and
13555         register_no_sp_elim_operand.
13556         (*pushhi1_h8300hs_<P>): Similarly.
13557         (pushqi1, pushhi1, pushhi1_h8300): Remove.
13558         * config/h8300/predicates.md (register_no_sp_elim_operand): New.
13560 2011-08-02  Richard Henderson  <rth@redhat.com>
13562         PR target/49881
13563         * config/avr/avr.md (push<MPUSH>1): Don't constrain the operand.
13565 2011-08-02  Jakub Jelinek  <jakub@redhat.com>
13567         * c-parser.c (enum c_parser_prec): New enum, moved from within
13568         c_parser_binary_expression.
13569         (c_parser_binary_expression): Add PREC argument.  Stop parsing
13570         if operator has lower or equal precedence than PREC.
13571         (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust
13572         callers.
13573         (c_parser_omp_atomic): Handle parsing OpenMP 3.1 atomics.
13574         Adjust c_finish_omp_atomic caller.
13575         (c_parser_omp_taskyield): New function.
13576         (c_parser_pragma): Handle PRAGMA_OMP_TASKYIELD.
13577         (c_parser_omp_clause_name): Handle final and mergeable clauses.
13578         (c_parser_omp_clause_final, c_parser_omp_clause_mergeable): New
13579         functions.
13580         (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_FINAL
13581         and PRAGMA_OMP_CLAUSE_MERGEABLE.
13582         (OMP_TASK_CLAUSE_MASK): Allow final and mergeable clauses.
13583         (c_parser_omp_clause_reduction): Handle min and max.
13584         * c-typeck.c (c_finish_omp_clauses): Don't complain about
13585         const qualified predetermined vars in firstprivate clause.
13586         andle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13587         Handle MIN_EXPR and MAX_EXPR.
13588         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_FINAL
13589         and OMP_CLAUSE_MERGEABLE.
13590         (dump_generic_node): Handle OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD
13591         and OMP_ATOMIC_CAPTURE_NEW.
13592         * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
13593         OMP_CLAUSE_MERGEABLE.
13594         (omp_clause_code_name): Likewise.
13595         (walk_tree_1): Handle OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13596         * tree.h (enum omp_clause_code): Add OMP_CLAUSE_FINAL
13597         and OMP_CLAUSE_MERGEABLE.
13598         (OMP_CLAUSE_FINAL_EXPR): Define.
13599         * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE_FINAL and
13600         OMP_CLAUSE_MERGEABLE.
13601         (expand_task_call): Likewise.
13602         (expand_omp_atomic_load, expand_omp_atomic_store): New functions.
13603         (expand_omp_atomic_fetch_op): Handle cases where old or new
13604         value is needed afterwards.
13605         (expand_omp_atomic): Call expand_omp_atomic_load resp.
13606         expand_omp_atomic_store.
13607         * gimplify.c (gimplify_omp_atomic, gimplify_expr): Handle
13608         OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD and OMP_ATOMIC_CAPTURE_NEW.
13609         (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Handle
13610         OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13611         * tree-nested.c (convert_nonlocal_omp_clauses,
13612         convert_local_omp_clauses): Likewise.
13613         * tree.def (OMP_ATOMIC_READ, OMP_ATOMIC_CAPTURE_OLD,
13614         OMP_ATOMIC_CAPTURE_NEW): New.
13615         * gimple.h (GF_OMP_ATOMIC_NEED_VALUE): New.
13616         (gimple_omp_atomic_need_value_p, gimple_omp_atomic_set_need_value):
13617         New inlines.
13618         * omp-builtins.def (BUILT_IN_GOMP_TASKYIELD): New builtin.
13619         * doc/generic.texi: Mention OMP_CLAUSE_COLLAPSE,
13620         OMP_CLAUSE_UNTIED, OMP_CLAUSE_FINAL and OMP_CLAUSE_MERGEABLE.
13622 2011-08-02  Kai Tietz  <ktietz@redhat.com>
13624         * gimple.c (canonicalize_cond_expr_cond): Handle cast from
13625         boolean-type.
13626         (ssa_forward_propagate_and_combine): Interprete result of
13627         forward_propagate_comparison.
13628         * gcc/gimple-fold.c (fold_gimple_assign): Add canonicalization for
13629         boolean-typed operands for comparisons.
13631 2011-08-02  Georg-Johann Lay  <avr@gjlay.de>
13633         * config/avr/libgcc.S: Gather related function in the
13634         same input section.
13635         (__mulqihi3, __mulqihi3, __divmodqi4, __divmodhi4, __udivmodsi4,
13636         __divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
13637         references.
13638         (__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
13639         __udivmodsi4, __divmodsi4, __prologue_saves__,
13640         __epilogue_restores__, _exit, __tablejump2__, __tablejump__,
13641         __do_copy_data, __do_clear_bss, __do_global_ctors,
13642         __do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.
13644 2011-08-02  Uros Bizjak  <ubizjak@gmail.com>
13646         PR target/47766
13647         * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
13648         (stack_protect_test): The pattern compares ptr_mode value.
13650 2011-08-02  Alan Modra  <amodra@gmail.com>
13652         * config/rs6000/rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE
13653         note for save_LR_around_toc_setup sequence.
13655 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
13657         * config/i386/lzcntintrin.h (__lzcnt64): Replace long with long long.
13659 2011-08-01  Sebastian Pop  <sebastian.pop@amd.com>
13660             Joseph Myers  <joseph@codesourcery.com>
13662         * Makefile.in (hwint.o): Depend on DIAGNOSTIC_CORE_H.
13663         * hwint.c: Include diagnostic-core.h.
13664         (abs_hwi): New.
13665         (gcd): Moved here...
13666         (pos_mul_hwi): New.
13667         (mul_hwi): New.
13668         (least_common_multiple): Moved here...
13669         * hwint.h (gcd): ... from here.
13670         (least_common_multiple): ... from here.
13671         (HOST_WIDE_INT_MIN): New.
13672         (HOST_WIDE_INT_MAX): New.
13673         (abs_hwi): Declared.
13674         (gcd): Declared.
13675         (pos_mul_hwi): Declared.
13676         (mul_hwi): Declared.
13677         (least_common_multiple): Declared.
13678         * omega.c (check_pos_mul): Removed.
13679         (check_mul): Removed.
13680         (omega_solve_geq): Use pos_mul_hwi instead of check_pos_mul and
13681         mul_hwi instead of check_mul.
13683 2011-08-01  Richard Henderson  <rth@redhat.com>
13685         PR target/49881
13686         * config/avr/avr.h (PUSH_ROUNDING): New.
13687         * config/avr/avr.md (pushqi1): Rename from *pushqi.
13688         (*pushhi, *pushsi, *pushsf): Remove.
13689         (MPUSH): New mode iterator.
13690         (push<MPUSH>1): New expander.
13692 2011-08-01  Anatoly Sokolov  <aesok@post.ru>
13694         * config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
13695         PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
13696         * config/mmix/mmix-protos.h (mmix_preferred_reload_class,
13697         mmix_preferred_output_reload_class): Remove.
13698         * config/mmix/mmix.c (mmix_preferred_reload_class,
13699         mmix_preferred_output_reload_class): Make static. Change rclass
13700         argument and return type to reg_class_t.
13701         (TARGET_PREFERRED_RELOAD_CLASS,
13702         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
13704 2011-08-01  Joern Rennecke  <joern.rennecke@embecosm.com>
13706         * mode-switching.c (optimize_mode_switching): Fix bug in MODE_AFTER
13707         handling.
13709 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
13711         PR target/47766
13712         * config/i386/i386.md (PTR): New.
13713         (stack_protect_set: Check TARGET_LP64 instead of TARGET_64BIT.
13714         (stack_protect_test): Likewise.
13715         (stack_protect_set_<mode>): Replace ":P" with ":PTR".
13716         (stack_tls_protect_set_<mode>): Likewise.
13717         (stack_tls_protect_test_<mode>): Likewise.
13719 2011-08-01  Uros Bizjak  <ubizjak@gmail.com>
13721         PR target/49927
13722         * config/i386/i386.c (ix86_address_subreg_operand): New.
13723         (ix86_decompose_address): Use ix86_address_subreg_operand.
13724         (ix86_legitimate_address_p): Do not assert that subregs satisfy
13725         register_no_elim_operand in DImode.
13727 2011-08-01  Ira Rosen  <ira.rosen@linaro.org>
13729         PR tree-optimization/49926
13730         * tree-vect-loop.c (vect_is_slp_reduction): Check that a statement
13731         in a chain doesn't have uses both inside and outside the loop.
13733 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
13735         * config/avr/avr.h (mcu_type_s): Add errata_skip field.
13736         * config/avr/avr-devices.c (avr_mcu_types): Use it.
13737         * config/avr/avr-mcus.def (AVR_MCU): Use it.
13738         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it to builtin
13739         define __AVR_ERRATA_SKIP__ and __AVR_ERRATA_SKIP_JMP_CALL__.
13740         * config/avr/libgcc.S (__mulshisi3, __ffshi2, __fmulsu_exit):
13741         Use __AVR_ERRATA_SKIP_JMP_CALL__ instead of __AVR_HAVE_JMP_CALL__
13742         to detect if XJMP must not be skipped.
13744 2011-08-02  Alan Modra  <amodra@gmail.com>
13746         * config/rs6000/rs6000-protos.h (rs6000_save_toc_in_prologue_p):
13747         Delete.
13748         * config/rs6000/rs6000.c (rs6000_save_toc_in_prologue_p): Make static.
13749         (rs6000_emit_prologue): Don't prematurely return when
13750         TARGET_SINGLE_PIC_BASE.  Don't emit eh_frame info in
13751         save_toc_in_prologue case.
13752         (rs6000_call_indirect_aix): Only disallow save_toc_in_prologue for
13753         calls_alloca.
13755 2011-08-01  Georg-Johann Lay  <avr@gjlay.de>
13757         * config/avr/avr-devices.c: Delete SVN property svn:executable.
13758         * config/avr/predicates.md: Ditto.
13759         * config/avr/driver-avr.c: Ditto.
13760         * config/avr/genopt.sh: Set SVN property svn:executable to *.
13762 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
13764         * calls.c (emit_library_call_value_1): Declare size only if
13765         BLOCK_REG_PADDING is defined.
13767 2011-08-01  Kirill Yukhin  <kirill.yukhin@intel.com>
13769         PR target/49547
13770         * config.gcc (i[34567]86-*-*): Replace abmintrin.h with lzcntintrin.h.
13771         (x86_64-*-*): Likewise.
13772         * config/i386/i386.opt (mlzcnt): New.
13773         * config/i386/abmintrin.h: File removed.
13774         (__lzcnt_u16, __lzcnt, __lzcnt_u64): Moved to ...
13775         * config/i386/lzcntintrin.h: ... here.  New file.
13776         (__lzcnt): Rename to ...
13777         (__lzcnt32): ... this.
13778         * config/i386/bmiintrin.h (head): Update copyright year.
13779         (__lzcnt_u16): Removed.
13780         (__lzcnt_u32): Likewise.
13781         (__lzcnt_u64): Likewise.
13782         * config/i386/x86intrin.h: Include lzcntintrin.h when __LZCNT__
13783         is defined, remove abmintrin.h.
13784         * config/i386/cpuid.h (bit_LZCNT): New.
13785         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
13786         LZCNT feature.
13787         * config/i386/i386-c.c (ix86_target_macros_internal): Define
13788         __LZCNT__ if needed.
13789         * config/i386/i386.c (ix86_target_string): New option -mlzcnt.
13790         (ix86_option_override_internal): Handle LZCNT option.
13791         (ix86_valid_target_attribute_inner_p): Likewise.
13792         (struct builtin_description bdesc_args) <IX86_BUILTIN_CLZS>: Update.
13793         * config/i386/i386.h (TARGET_LZCNT): New.
13794         (CLZ_DEFINED_VALUE_AT_ZERO): Update.
13795         * config/i386/i386.md (clz<mode>2): Update insn constraint.
13796         (clz<mode>2_lzcnt): Likewise.
13797         * doc/invoke.texi: Mention -mlzcnt option.
13798         * doc/extend.texi: Likewise.
13800 2011-08-01  Julian Brown  <julian@codesourcery.com>
13802         * configure.ac (fixed-point): Add ARM support.
13803         * configure: Regenerate.
13804         * config/arm/arm.c (arm_fixed_mode_set): New struct.
13805         (arm_set_fixed_optab_libfunc): New.
13806         (arm_set_fixed_conv_libfunc): New.
13807         (arm_init_libfuncs): Initialise fixed-point helper libfuncs with
13808         ARM-specific names.
13809         (aapcs_libcall_value): Return sub-word-size fixed-point libcall
13810         return values in SImode.
13811         (arm_return_in_msb): Return fixed-point types in the msb.
13812         (arm_pad_reg_upwards, arm_pad_arg_upwards): Pad fixed-point types
13813         upwards.
13814         (arm_scalar_mode_supported_p): Support fixed-point modes.
13815         (arm_vector_mode_supported_p): Support vector fixed-point modes.
13816         * config/arm/arm.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE)
13817         (LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE)
13818         (SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE)
13819         (LONG_LONG_ACCUM_TYPE_SIZE, MAX_FIXED_MODE_SIZE): Define.
13820         * config/arm/iterators.md (FIXED, ADDSUB, UQADDSUB, QADDSUB, QMUL):
13821         New mode iterators.
13822         (qaddsub_suf): New mode attribute.
13823         * config/arm/arm-modes.def (FRACT, UFRACT, ACCUM, UACCUM): Declare
13824         vector modes.
13825         * config/arm/predicates.md (sat_shift_operator): New predicate.
13826         * config/arm/arm-fixed.md: New.
13827         * config/arm/arm.md: Include arm-fixed.md.
13828         * config/arm/t-arm (MD_INCLUDES): Add arm-fixed.md.
13830 2011-08-01  Julian Brown  <julian@codesourcery.com>
13832         * calls.c (emit_library_call_value_1): Support padding for libcall
13833         arguments and return values.
13834         * config/arm/arm.c (arm_pad_arg_upward): Pad half-float values
13835         downwards in big-endian mode.
13837 2011-08-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13839         PR debug/49887
13840         * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
13841         * config/sol2-protos.h: Likewise.
13842         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
13843         solaris_code_end.
13844         * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
13845         * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
13846         solaris_file_end.
13847         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.
13849 2011-08-01  Julian Brown  <julian@codesourcery.com>
13851         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Support FIXED_CST.
13853 2011-08-01  Julian Brown  <julian@codesourcery.com>
13855         * final.c (output_addr_const): Print fixed-point constants as
13856         decimal not hex.
13858 2011-08-01  Richard Guenther  <rguenther@suse.de>
13860         * stor-layout.c (initialize_sizetypes): Properly sign-extend
13861         bitsiztype TYPE_MAX_VALUE.
13863 2011-08-01  Julian Brown  <julian@codesourcery.com>
13865         * optabs.c (prepare_cmp_insn): Use correct biasing for fixed-point
13866         comparison helpers.
13868 2011-07-31  Richard Henderson  <rth@redhat.com>
13870         * config/h8300/crti.asm: Add flags to .section directive.
13871         * config/h8300/crtn.asm: Likewise.
13873 2011-07-31  Richard Henderson  <rth@redhat.com>
13875         * stor-layout.c (initialize_sizetypes): Handle unsigned short.
13876         * tree.c (build_common_tree_nodes): Likewise.
13878 2011-07-31  Kaz Kojima  <kkojima@gcc.gnu.org>
13880         PR target/49880
13881         * config/sh/sh.md (udivsi3_i1): Enable for TARGET_DIVIDE_CALL_DIV1.
13882         (divsi3_i1): Likewise.
13884 2011-07-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13886         PR tree-optimization/49749
13887         * tree-ssa-reassoc.c (get_rank): New forward declaration.
13888         (PHI_LOOP_BIAS): New macro.
13889         (phi_rank): New function.
13890         (loop_carried_phi): Likewise.
13891         (propagate_rank): Likewise.
13892         (get_rank): Add calls to phi_rank and propagate_rank.
13894 2011-07-31  H.J. Lu  <hongjiu.lu@intel.com>
13896         * config/i386/x86-64.h (SIZE_TYPE): Check TARGET_LP64 instead
13897         of TARGET_64BIT.
13898         (PTRDIFF_TYPE): Likewise.
13900 2011-07-31  Uros Bizjak  <ubizjak@gmail.com>
13902         PR target/49920
13903         * config/i386/i386.md (strset): Do not expand strset_singleop
13904         when %eax or $edi are fixed.
13905         (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
13906         (*strsetsi_1): Ditto.
13907         (*strsethi_1): Ditto.
13908         (*strsetqi_1): Ditto.
13909         (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
13910         (*rep_stossi): Ditto.
13911         (*rep_stosqi): Ditto.
13912         (*strlenqi_1): Ditto.
13913         (cmpstrnsi): Also fail when %ecx is fixed.
13914         (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
13915         (*cmpstrnqi_1): Ditto.
13916         (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
13917         (*strmovsi_1): Ditto.
13918         (*strmovhi_1): Ditto.
13919         (*strmovqi_1): Ditto.
13920         (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
13921         (*rep_movsi): Ditto.
13922         (*rep_movqi): Ditto.
13924 2011-07-31  Mikael Pettersson  <mikpe@it.uu.se>
13926         PR target/47908
13927         * config/m68k/m68k.c (m68k_override_options_after_change): New function.
13928         Disable instruction scheduling for non-ColdFire targets.
13929         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
13931 2011-07-31  Revital Eres  <revital.eres@linaro.org>
13933         * ddg.c (create_ddg_dep_from_intra_loop_link): Remove the creation
13934         of anti-dep edge from a branch.
13935         (add_cross_iteration_register_deps): Create anti-dep edge from
13936         a branch.
13938 2011-07-31  Revital Eres  <revital.eres@linaro.org>
13940         * modulo-sched.c: Change comment.
13941         (reset_sched_times): Fix print message.
13942         (print_partial_schedule): Add print info.
13944 2011-07-31  Tom de Vries  <tom@codesourcery.com>
13946         PR middle-end/43513
13947         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Use max of
13948         get_object_alignment and TYPE_ALIGN.
13950 2011-07-30  Tom de Vries  <tom@codesourcery.com>
13952         PR middle-end/43513
13953         * tree-ssa-dce.c (ref_may_be_aliased): Add assert.
13954         (propagate_necessity): Handle WITH_SIZE_EXPR call arg.
13956 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13958         * config/mips/driver-native.c [__sgi__]: Include <invent.h>,
13959         <sys/sbd.h>.
13960         (cpu_types): New array.
13961         (cputype): New function.
13962         (host_detect_local_cpu): Only define buf, f if !__sgi__.
13963         Use scaninvent instead of /proc/cpuinfo if __sgi__.
13964         * config.host: Also use driver-native.o, mips/x-native on
13965         mips-sgi-irix*.
13966         * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare.
13967         (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define.
13968         (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS.
13970 2011-07-29  Jakub Jelinek  <jakub@redhat.com>
13972         PR middle-end/49897
13973         PR middle-end/49898
13974         * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
13975         in nested parallel and outer is a gimple_reg, mark it as addressable
13976         and set its bit in task_shared_vars bitmap too.
13978 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
13980         * config/i386/predicates.md (tp_or_register_operand): Remove predicate.
13982 2011-07-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13984         * config/alpha/driver-alpha.c (IMPLVER_EV4_FAMILY,
13985         IMPLVER_EV5_FAMILY, IMPLVER_EV6_FAMILY, IMPLVER_EV7_FAMILY): Define.
13986         (AMASK_BWX, AMASK_FIX, AMASK_CIX, AMASK_MVI, AMASK_PRECISE,
13987         AMASK_LOCKPFTCHOK): Define.
13988         (host_detect_local_cpu): Remove buf, f, cpu_names.
13989         Define cpu_types, implver, amask.
13990         Use __builtin_alpha_implver, __builtin_alpha_amask to determine
13991         native CPU.
13992         * config.host: Also use driver-alpha.o, alpha/x-alpha on
13993         alpha*-dec-osf*.
13994         * config/alpha/osf5.h [__alpha__ || __alpha]
13995         (host_detect_local_cpu): Declare.
13996         (EXTRA_SPEC_FUNCTIONS, MCPU_MTUNE_NATIVE_SPECS)
13997         (DRIVER_SELF_SPECS): Define.
13999 2011-07-29  Uros Bizjak  <ubizjak@gmail.com>
14001         PR target/47715
14002         * config/i386/i386.md (*load_tp_x32): New.
14003         (*load_tp_x32_zext): Ditto.
14004         (*add_tp_x32): Ditto.
14005         (*add_tp_x32_zext): Ditto.
14006         (*load_tp_<mode>): Disable for TARGET_X32 targets.
14007         (*add_tp_<mode>): Ditto.
14008         * config/i386/i386.c (get_thread_pointer): Load thread pointer in
14009         ptr_mode and convert to Pmode if needed.
14011 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
14013         PR target/49687
14014         * config/avr/avr.md (mulsi3, *mulsi3, mulu<mode>si3,
14015         muls<mode>si3, mulohisi3, mulhisi3, umulhisi3, usmulhisi3,
14016         *<any_extend:extend_prefix><any_extend2:extend_prefix>mul<QIHI:mode><QIHI2:mode>si3):
14017         Add X to register footprint: Clobber r26/r27.
14019 2011-07-29  Richard Guenther  <rguenther@suse.de>
14021         * builtins.c (fold_builtin_signbit): Build the comparison
14022         with a proper type.
14024 2011-07-29  Richard Guenther  <rguenther@suse.de>
14026         PR tree-optimization/49893
14027         * tree-predcom.c (suitable_reference_p): Volatile references
14028         are not suitable.
14030 2011-07-29  Georg-Johann Lay  <avr@gjlay.de>
14032         PR target/49313
14033         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
14034         (__ctzsi2): Result for 0 may be undefined.
14035         (__ctzhi2): Result for 0 may be undefined.
14036         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
14037         (__popcountsi2): Ditto. And don't clobber r26.
14038         (__popcountdi2): Ditto. And don't clobber r27.
14039         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
14040         (parityhi2): New expand.
14041         (paritysi2): New expand.
14042         (popcounthi2): New expand.
14043         (popcountsi2): New expand.
14044         (clzhi2): New expand.
14045         (clzsi2): New expand.
14046         (ctzhi2): New expand.
14047         (ctzsi2): New expand.
14048         (ffshi2): New expand.
14049         (ffssi2): New expand.
14050         (copysignsf3): New insn.
14051         (bswapsi2): New expand.
14052         (*parityhi2.libgcc): New insn.
14053         (*parityqihi2.libgcc): New insn.
14054         (*paritysihi2.libgcc): New insn.
14055         (*popcounthi2.libgcc): New insn.
14056         (*popcountsi2.libgcc): New insn.
14057         (*popcountqi2.libgcc): New insn.
14058         (*popcountqihi2.libgcc): New insn-and-split.
14059         (*clzhi2.libgcc): New insn.
14060         (*clzsihi2.libgcc): New insn.
14061         (*ctzhi2.libgcc): New insn.
14062         (*ctzsihi2.libgcc): New insn.
14063         (*ffshi2.libgcc): New insn.
14064         (*ffssihi2.libgcc): New insn.
14065         (*bswapsi2.libgcc): New insn.
14067 2011-07-29  Richard Guenther  <rguenther@suse.de>
14069         * tree-vrp.c (get_value_range): Only set parameter default
14070         definitions to varying, leave others at undefined.
14071         (extract_range_from_binary_expr): Fix undefined handling.
14072         (vrp_visit_phi_node): Handle merged undefined state.
14074 2011-07-29  Wei Guozhi  <carrot@google.com>
14076         PR rtl-optimization/49799
14077         * combine.c (make_compound_operation): Check if the bit field is valid
14078         before change it to bit field extraction.
14080 2011-07-29  Bernd Schmidt  <bernds@codesourcery.com>
14082         PR rtl-optimization/49891
14083         * cfgrtl.c (force_nonfallthru_and_redirect): Set JUMP_LABEL for
14084         newly created returnjumps.
14086 2011-07-28  DJ Delorie  <dj@redhat.com>
14088         * expr.c (expand_expr_addr_expr_1): Detect a user request for a
14089         local frame in a naked function, and produce a suitable error for
14090         that specific case.
14092         * config/m32c/m32c.c (m32c_secondary_reload_class): Allow PSI
14093         registers to be reloaded in HI classes when the target is HI.
14095 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
14097         * graphite-clast-to-gimple.c: Replace v1, v2, lb, ub with
14098         bound_one, bound_two.
14100 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
14102         PR middle-end/48648
14103         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Handle
14104         CLAST assignments.
14105         (translate_clast): Same.
14106         (translate_clast_assignment): New.
14108 2011-07-28  Sebastian Pop  <sebastian.pop@amd.com>
14110         PR tree-optimization/49876
14111         * sese.c (rename_uses): Do not return false on gloog_error: set
14112         the new_expr to integer_zero_node and continue code generation.
14113         (graphite_copy_stmts_from_block): Remove early exit on gloog_error.
14115 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
14117         PR debug/49846
14118         * var-tracking.c (prepare_call_arguments): For non-MODE_INT stack
14119         arguments also check if they aren't initialized with a MODE_INT
14120         mode of the same size.
14122 2011-07-28  Aldy Hernandez  <aldyh@redhat.com>
14124         * expr.c (get_bit_range): Handle *MEM_REF's.
14126 2011-07-28  Bernd Schmidt  <bernds@codesourcery.com>
14128         * rtlanal.c (tablejump_p): False for returns.
14129         * reorg.c (first_active_target_insn): New static function.
14130         (find_end_label): Set JUMP_LABEL for a new returnjump.
14131         (optimize_skip, get_jump_flags, rare_destination,
14132         mostly_true_jump, get_branch_condition,
14133         steal_delay_list_from_target, own_thread_p,
14134         fill_simple_delay_slots, follow_jumps, fill_slots_from_thread,
14135         fill_eager_delay_slots, relax_delay_slots, make_return_insns,
14136         dbr_schedule): Adjust to handle ret_rtx in JUMP_LABELs.
14137         * jump.c (delete_related_insns): Likewise.
14138         (jump_to_label_p): New function.
14139         (redirect_target): New static function.
14140         (redirect_exp_1): Use it.  Adjust to handle ret_rtx in JUMP_LABELS.
14141         (redirect_jump_1): Assert that the new label is nonnull.
14142         (redirect_jump): Likewise.
14143         (redirect_jump_2): Check for ANY_RETURN_P rather than NULL labels.
14144         * ifcvt.c (find_if_case_1): Take care when redirecting jumps to the
14145         exit block.
14146         (dead_or_predicable): Change NEW_DEST arg to DEST_EDGE.  All callers
14147         changed.  Ensure that the right label is passed to redirect_jump.
14148         * function.c (emit_return_into_block,
14149         thread_prologue_and_epilogue_insns): Ensure new returnjumps have
14150         ret_rtx in their JUMP_LABEL.
14151         * print-rtl.c (print_rtx): Handle ret_rtx in a JUMP_LABEL.
14152         * emit-rtl.c (skip_consecutive_labels): Allow the caller to
14153         pass ret_rtx as label.
14154         * cfglayout.c (fixup_reorder_chain): Use
14155         force_nonfallthru_and_redirect rather than force_nonfallthru.
14156         (duplicate_insn_chain): Copy JUMP_LABELs for returns.
14157         * rtl.h (ANY_RETURN_P): New macro.
14158         (jump_to_label_p): Declare.
14159         * resource.c (find_dead_or_set_registers): Handle ret_rtx in
14160         JUMP_LABELs.
14161         (mark_target_live_regs): Likewise.
14162         * basic-block.h (force_nonfallthru_and_redirect): Declare.
14163         * cfgrtl.c (force_nonfallthru_and_redirect): No longer static.
14164         * config/alpha/alpha.c (alpha_tablejump_addr_vec,
14165         alpha_tablejump_best_label): Remove functions.
14166         * config/alpha/alpha-protos.c (alpha_tablejump_addr_vec,
14167         alpha_tablejump_best_label): Remove declarations.
14168         * config/sh/sh.c (barrier_align, split_branches): Adjust for
14169         ret_rtx in JUMP_LABELs.
14170         * config/arm/arm.c (is_jump_table): Likewise.
14172 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
14174         * config/i386/predicates.md (pic_32bit_opreand): Do not define as
14175         special predicate.  Remove explicit mode checks.
14177 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
14179         * dwarf2out.c (resolve_addr): For -gdwarf-2 don't optimize
14180         DW_AT_data_member_location containing just DW_OP_plus_uconst.
14182         PR debug/49871
14183         * dwarf2out.c (size_of_die, value_format, output_die): Use
14184         DW_FORM_udata instead of DW_FORM_data[48] for
14185         dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
14187 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
14189         * config/i386/i386.md (*tls_global_dynamic_64): Update
14190         length attribute.
14192 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
14194         PR target/47715
14195         * config/i386/i386.md (*tls_global_dynamic_64): Remove mode from
14196         tls_symbolic_operand check.  Update code sequence for TARGET_X32.
14197         (tls_global_dynamic_64): Remove mode from tls_symbolic_operand check.
14198         (tls_dynamic_gnu2_64): Ditto.
14199         (*tls_dynamic_gnu2_lea_64): Ditto.
14200         (*tls_dynamic_gnu2_call_64): Ditto.
14201         (*tls_dynamic_gnu2_combine_64): Ditto.
14203 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
14205         * config.gcc: Set need_64bit_hwint to yes for x86 targets.
14207 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
14209         PR target/47364
14210         * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
14212 2011-07-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
14214         * config/arm/vfp.md ("*movdf_vfp"): Handle the VFP constraints
14215         before the core constraints. Adjust attributes.
14216         ("*thumb2_movdf_vfp"): Likewise.
14218 2011-07-28  Kai Tietz  <ktietz@redhat.com>
14220         * tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.
14221         (simplify_truth_ops_using_ranges): Likewise.
14222         (build_assert_expr_for): Likewise.
14223         (build_assert_expr_for_1): Remove TRUTH_NOT_EXPR case
14224         and handle BIT_NOT_EXPR for truth-operation.
14226 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
14228         PR target/49313
14229         Undo r176835 from trunk
14230         2011-07-27  Georg-Johann Lay
14232 2011-07-28  Georg-Johann Lay  <avr@gjlay.de>
14234         PR target/49687
14235         * config/avr/t-avr (LIB1ASMFUNCS): Remove _xmulhisi3_exit.
14236         Add _muluhisi3, _mulshisi3, _usmulhisi3.
14237         * config/avr/libgcc.S (__mulsi3): Rewrite.
14238         (__mulhisi3): Rewrite.
14239         (__umulhisi3): Rewrite.
14240         (__usmulhisi3): New.
14241         (__muluhisi3): New.
14242         (__mulshisi3): New.
14243         (__mulohisi3): New.
14244         (__mulqi3, __mulqihi3, __umulqihi3, __mulhi3): Use DEFUN/ENDF to
14245         declare.
14246         * config/avr/predicates.md (pseudo_register_operand): Rewrite.
14247         (pseudo_register_or_const_int_operand): New.
14248         (combine_pseudo_register_operand): New.
14249         (u16_operand): New.
14250         (s16_operand): New.
14251         (o16_operand): New.
14252         * config/avr/avr.c (avr_rtx_costs): Handle costs for mult:SI.
14253         * config/avr/avr.md (QIHI, QIHI2): New mode iterators.
14254         (any_extend, any_extend2): New code iterators.
14255         (extend_prefix): New code attribute.
14256         (mulsi3): Rewrite. Turn insn to expander.
14257         (mulhisi3): Ditto.
14258         (umulhisi3): Ditto.
14259         (usmulhisi3): New expander.
14260         (*mulsi3): New insn-and-split.
14261         (mulu<mode>si3): New insn-and-split.
14262         (muls<mode>si3): New insn-and-split.
14263         (mulohisi3): New insn-and-split.
14264         (*uumulqihisi3, *uumulhiqisi3, *uumulhihisi3, *uumulqiqisi3,
14265         *usmulqihisi3, *usmulhiqisi3, *usmulhihisi3, *usmulqiqisi3,
14266         *sumulqihisi3, *sumulhiqisi3, *sumulhihisi3, *sumulqiqisi3,
14267         *ssmulqihisi3, *ssmulhiqisi3, *ssmulhihisi3, *ssmulqiqisi3): New
14268         insn-and-split.
14269         (*mulsi3_call): Rewrite.
14270         (*mulhisi3_call): Rewrite.
14271         (*umulhisi3_call): Rewrite.
14272         (*usmulhisi3_call): New insn.
14273         (*muluhisi3_call): New insn.
14274         (*mulshisi3_call): New insn.
14275         (*mulohisi3_call): New insn.
14276         (extendqihi2): Use combine_pseudo_register_operand as predicate
14277         for operand 1.
14278         (extendqisi2): Ditto.
14279         (zero_extendqihi2): Ditto.
14280         (zero_extendqisi2): Ditto.
14281         (zero_extendhisi2): Ditto.
14282         (extendhisi2): Ditto. Don't early-clobber operand 0.
14284 2011-07-28  Uros Bizjak  <ubizjak@gmail.com>
14286         * config/i386/i386.c (add->lea splitter): Add SWI mode to PLUS RTX.
14288 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
14290         PR tree-optimization/49471
14291         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned
14292         iv only when the largest type is unsigned.  Do not call
14293         lang_hooks.types.type_for_size.
14295 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
14297         PR middle-end/45450
14298         * graphite-poly.c (apply_poly_transforms): Disable legality check
14299         after an openscop read.
14301 2011-07-27  Sebastian Pop  <sebastian.pop@amd.com>
14303         PR middle-end/47691
14304         * graphite-clast-to-gimple.c (translate_clast_user): Update use of
14305         copy_bb_and_scalar_dependences.
14306         * sese.c (rename_uses): Do not call gcc_assert.  Set gloog_error.
14307         (graphite_copy_stmts_from_block): Update call to rename_uses.
14308         (copy_bb_and_scalar_dependences): Update call to
14309         graphite_copy_stmts_from_block.
14310         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
14312 2011-07-27  Georg-Johann Lay  <avr@gjlay.de>
14314         PR target/49313
14315         * config/avr/libgcc.S (__ffshi2): Don't skip 2-word instruction.
14316         (__ctzsi2): Result for 0 may be undefined.
14317         (__ctzhi2): Result for 0 may be undefined.
14318         (__popcounthi2): Don't clobber r30. Use __popcounthi2_tail.
14319         (__popcountsi2): Ditto. And don't clobber r26.
14320         (__popcountdi2): Ditto. And don't clobber r27.
14321         * config/avr/avr.md (UNSPEC_COPYSIGN): New c_enum.
14322         (parityhi2): New expand.
14323         (paritysi2): New expand.
14324         (popcounthi2): New expand.
14325         (popcountsi2): New expand.
14326         (clzhi2): New expand.
14327         (clzsi2): New expand.
14328         (ctzhi2): New expand.
14329         (ctzsi2): New expand.
14330         (ffshi2): New expand.
14331         (ffssi2): New expand.
14332         (copysignsf3): New insn.
14333         (bswapsi2): New expand.
14334         (*parityhi2.libgcc): New insn.
14335         (*parityqihi2.libgcc): New insn.
14336         (*paritysihi2.libgcc): New insn.
14337         (*popcounthi2.libgcc): New insn.
14338         (*popcountsi2.libgcc): New insn.
14339         (*popcountqi2.libgcc): New insn.
14340         (*popcountqihi2.libgcc): New insn-and-split.
14341         (*clzhi2.libgcc): New insn.
14342         (*clzsihi2.libgcc): New insn.
14343         (*ctzhi2.libgcc): New insn.
14344         (*ctzsihi2.libgcc): New insn.
14345         (*ffshi2.libgcc): New insn.
14346         (*ffssihi2.libgcc): New insn.
14347         (*bswapsi2.libgcc): New insn.
14349 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
14351         * config/i386/i386.c (ix86_expand_move): Do not explicitly check
14352         the mode of symbolic_opreand RTXes.
14354 2011-07-27  Uros Bizjak  <ubizjak@gmail.com>
14356         * config/i386/predicates.md (x86_64_movabs_operand): Return false
14357         for pic_32bit_operand RTXes.
14358         * config/i386/i386.c (ix86_expand_move): Check x86_64_movabs_operand
14359         in DImode.
14361 2011-07-27  Kai Tietz  <ktietz@redhat.com>
14363         * config/i386/i386.c (ix86_option_override_internal): Allow -mabi
14364         for 32-bit, too.
14365         (ix86_handle_abi_attribute): Allow function attributes
14366         ms_abi/sysv_abi in 32-bit mode, too.
14367         * doc/extend.texi: Adjust attribute documentation.
14369         * gimple-fold.c (or_comparisons_1): Remove TRUTH_AND/OR
14370         expression handling.
14371         (and_var_with_comparison_1): Likewise.
14373 2011-07-27  Aldy Hernandez  <aldyh@redhat.com>
14375         * params.h (ALLOW_STORE_DATA_RACES): New.
14376         * params.def (PARAM_ALLOW_STORE_DATA_RACES): New.
14377         * Makefile.in (expr.o): Depend on PARAMS_H.
14378         * machmode.h (get_best_mode): Add argument.
14379         * fold-const.c (optimize_bit_field_compare): Add argument to
14380         get_best_mode.
14381         (fold_truthop): Same.
14382         * ifcvt.c (noce_emit_move_insn): Add argument to store_bit_field.
14383         * expr.c (emit_group_store): Same.
14384         (copy_blkmode_from_reg): Same.
14385         (write_complex_part): Same.
14386         (optimize_bitfield_assignment_op): Add argument.
14387         Add argument to get_best_mode.
14388         (get_bit_range): New.
14389         (expand_assignment): Calculate maxbits and pass it down accordingly.
14390         (store_field): New argument.
14391         (expand_expr_real_2): New argument to store_field.  Include params.h.
14392         * expr.h (store_bit_field): New argument.
14393         * stor-layout.c (get_best_mode): Restrict mode expansion by taking
14394         into account maxbits.
14395         * calls.c (store_unaligned_arguments_into_pseudos): New argument
14396         to store_bit_field.
14397         * expmed.c (store_bit_field_1): New argument.  Use it.
14398         (store_bit_field): Same.
14399         (store_fixed_bit_field): Same.
14400         (store_split_bit_field): Same.
14401         (extract_bit_field_1): Pass new argument to get_best_mode.
14402         (extract_bit_field): Same.
14403         * stmt.c (store_bit_field): Pass new argument to store_bit_field.
14404         * doc/invoke.texi: Document parameter allow-store-data-races.
14406 2011-07-27  Jakub Jelinek  <jakub@redhat.com>
14408         * dwarf2out.c (gen_producer_string): Ignore also -fverbose-asm option.
14410 2011-07-27  Kai Tietz  <ktietz@redhat.com>
14412         * tree-vrp.c (extract_range_from_binary_expr): Remove
14413         TRUTH-binary cases and add new bitwise-cases.
14414         (extract_range_from_assignment): Likewise.
14415         (register_edge_assert_for_1): Likeiwise.
14416         (register_edge_assert_for): Likewise.
14417         (simplify_truth_ops_using_ranges): Likewise.
14418         (simplify_stmt_using_ranges): Likewise.
14420 2011-07-26  H.J. Lu  <hongjiu.lu@intel.com>
14422         PR target/47372
14423         * config/i386/i386.c (ix86_delegitimize_address): Call
14424         simplify_gen_subreg for PIC with mode of x only if modes of
14425         x and orig_x are different.
14427 2011-07-26  Jakub Jelinek  <jakub@redhat.com>
14429         * dwarf2out.c (output_macinfo_op): Ensure fd->filename points
14430         to GC allocated copy of the string.
14431         (dwarf2out_finish): Emit .debug_macinfo or .debug_macro sections
14432         before .debug_line, not after it.
14434 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14436         PR middle-end/47046
14437         * tree-chrec.h (evolution_function_is_affine_p): Recursively call
14438         evolution_function_is_affine_p on CHREC_RIGHT.
14440 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14442         * tree-data-ref.c (max_stmt_executions_tree): Do not call
14443         lang_hooks.types.type_for_size.
14445 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14447         PR middle-end/47653
14448         * graphite-scop-detection.c (graphite_can_represent_loop): Discard
14449         loops using wrapping semantics.
14451 2011-07-26  Sebastian Pop  <sebastian.pop@amd.com>
14453         PR middle-end/48805
14454         * tree-scalar-evolution.c (instantiate_scev_r): Return
14455         chrec_dont_know for ADDR_EXPR.
14457 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14458             H.J. Lu  <hongjiu.lu@intel.com>
14460         PR target/47369
14461         PR target/49853
14462         * config/i386/i386.c (ix86_expand_move): Call convert_to_mode
14463         if legitimize_tls_address returned operand in wrong mode. Allow
14464         SImode and DImode symbolic operand for PIC.  Call convert_to_mode
14465         if legitimize_pic_address returned operand in wrong mode.
14467 2011-07-26  Martin Jambor  <mjambor@suse.cz>
14469         * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
14470         return false for invariants.
14472 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14474         * config/i386/i386.md (add->lea splitter): Implement using SWI
14475         mode iterator.  Change operand 2 predicate to <nonmemory_operand>.
14476         (add->lea zext splitter): Change operand 2 predicate to
14477         x86_64_nonmemory_operand.
14479 2011-07-26  Richard Guenther  <rguenther@suse.de>
14481         * predict.c (maybe_hot_frequency_p): Make sure a zero entry-block
14482         frequency makes everything hot.
14484 2011-07-26  Richard Guenther  <rguenther@suse.de>
14486         PR tree-optimization/49840
14487         * tree-vrp.c (range_fits_type_p): Properly handle full
14488         double-int precision.
14490 2011-07-26  Martin Jambor  <mjambor@suse.cz>
14492         PR bootstrap/49786
14493         * ipa-cp.c (update_profiling_info): Avoid overflow when updating
14494         counts.
14495         (update_specialized_profile): Likewise.
14497 2011-07-26  Uros Bizjak  <ubizjak@gmail.com>
14498             H.J. Lu  <hongjiu.lu@intel.com>
14500         PR target/47381
14501         PR target/49832
14502         PR target/49833
14503         * config/i386/i386.md (i): Change SImode attribute to "e".
14504         (g): Change SImode attribute to "rme".
14505         (di): Change SImode attribute to "nF".
14506         (general_operand): Change SImode attribute to x86_64_general_operand.
14507         (general_szext_operand): Change SImode attribute to
14508         x86_64_szext_general_operand.
14509         (immediate_operand): Change SImode attribute to
14510         x86_64_immediate_operand.
14511         (nonmemory_operand): Change SImode attribute to
14512         x86_64_nonmemory_operand.
14513         (*movdi_internal_rex64): Remove mode from pic_32bit_operand check.
14514         (*movsi_internal): Ditto.  Use "e" constraint in alternative 2.
14515         (*lea_1): Use SWI48 mode iterator.
14516         (*lea_1_zext): New insn pattern.
14517         (testsi_ccno_1): Use x86_64_nonmemory_operand predicate for operand 2.
14518         (*bt<mode>): Ditto.
14519         (*add<mode>1): Use x86_64_general_operand predicate for operand 2.
14520         Update operand constraints.
14521         (addsi_1_zext): Ditto.
14522         (*add<mode>2): Ditto.
14523         (*addsi_3_zext): Ditto.
14524         (*subsi_1_zext): Ditto.
14525         (*subsi_2_zext): Ditto.
14526         (*subsi_3_zext): Ditto.
14527         (*addsi3_carry_zext): Ditto.
14528         (*<plusminus_insn>si3_zext_cc_overflow): Ditto.
14529         (*mulsi3_1_zext): Ditto.
14530         (*andsi_1): Ditto.
14531         (*andsi_1_zext): Ditto.
14532         (*andsi_2_zext): Ditto.
14533         (*<any_or:code>si_1_zext): Ditto.
14534         (*<any_or:code>si_2_zext): Ditto.
14535         (*test<mode>_1): Use <general_operand> predicate for operand 1.
14536         (*and<mode>_2): Ditto.
14537         (mov<mode>cc): Use  <general_operand> predicate for operands 1 and 2.
14538         (add->lea splitter): Check operand modes in insn constraint.  Extend
14539         operands less than SImode wide to SImode.
14540         (add->lea zext splitter): Do not extend input operands to DImode.
14541         (*lea_general_1): Handle only QImode and HImode operands.
14542         (*lea_general_2): Ditto.
14543         (*lea_general_3): Ditto.
14544         (*lea_general_1_zext): Remove.
14545         (*lea_general_2_zext): Ditto.
14546         (*lea_general_3_zext): Ditto.
14547         (*lea_general_4): Check operand modes in insn constraint.  Extend
14548         operands less than SImode wide to SImode.
14549         (ashift->lea splitter): Ditto.
14550         * config/i386/i386.c (ix86_print_operand_address): Print address
14551         registers with 'q' modifier on 64bit targets.
14552         * config/i386/predicates.md (pic_32bit_opreand): Define as special
14553         predicate.  Reject non-SI and non-DI modes.
14555 2011-07-25  Andrew Pinski  <apinski@cavium.com>
14557         PR tree-opt/49671
14558         * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
14559         TREE_THIS_NOTRAP into the inner most MEM_REF.
14560         Always copy TREE_THIS_VOLATILE.
14561         * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
14562         arguments are not volatile references.
14564 2011-07-25  Richard Henderson  <rth@redhat.com>
14566         * insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
14567         * final.c (final_scan_insn): Don't test for it.
14568         (rest_of_clean_state): Likewise.
14570 2011-07-25  Richard Henderson  <rth@redhat.com>
14572         PR debug/49841
14573         * config/rs6000/rs6000.c (rs6000_frame_related): Return the insn.
14574         (emit_frame_save): Likewise.
14575         (rs6000_emit_prologue): Move the FRAME_RELATED_EXPR from the save
14576         insn onto a dummy blockage insn after the join label.
14578 2011-07-25  Richard Henderson  <rth@redhat.com>
14580         * dwarf2cfi.c (dw_trace_info): Add ID member.
14581         (get_trace_index): Remove.  Change users to use ID member.
14582         (before_next_cfi_note): New.
14583         (connect_traces): Remove unreachable traces before the main loop.
14584         Look across one trace and generate remember/restore_state if needed.
14586 2011-07-25  Richard Henderson  <rth@redhat.com>
14588         * dwarf2cfi.c (dump_cfi_row, debug_cfi_row): New.
14590 2011-07-25  Joern Rennecke  <joern.rennecke@embecosm.com>
14592         * genattr.c (write_upcase, gen_attr <enum definition writing>):
14593         Move to ...
14594         * genattr-common.c ... here.
14595         (main): Call gen_attr.
14596         * optc-gen.awk: Make generated program include insn-attr-common.h .
14597         * Makefile.in (oprions.o): Depend on insn-attr-common.h
14599 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
14601         * config/m32c/m32c.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
14602         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
14603         * config/m32c/m32c-protos.h (m32c_print_operand_punct_valid_p,
14604         m32c_print_operand, m32c_print_operand_address): Remove.
14605         * config/m32c/m32c.c (m32c_print_operand_punct_valid_p): Make static.
14606         Change return type to bool. Change argument type to bool.
14607         (m32c_print_operand, m32c_print_operand_address): Make static.
14608         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
14609         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14611 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14613         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
14614         attributes): Document mmap.
14616 2011-07-25  Anatoly Sokolov  <aesok@post.ru>
14618         * config/mmix/mmix.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
14619         PRINT_OPERAND_PUNCT_VALID_P): Remove macro.
14620         * config/mmix/mmix-protos.h (mmix_print_operand_punct_valid_p,
14621         mmix_print_operand, mmix_print_operand_address): Remove.
14622         * config/mmix/mmix.c (mmix_print_operand_punct_valid_p): Make static.
14623         Change return type to bool. Change argument type to bool.
14624         (mmix_print_operand, mmix_print_operand_address): Make static.
14625         (mmix_intval, mmix_output_condition): Change 'x' argument type
14626         to const_rtx.
14627         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS,
14628         TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14630 2011-07-25  Georg-Johann Lay  <avr@gjlay.de>
14632         PR target/39386
14633         * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
14634         shift counter for x << x and x >> x shifts.
14636 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14638         PR target/47124
14639         * config.gcc: Reject *-*-solaris2 configuration.
14641 2011-07-25  Richard Sandiford  <richard.sandiford@linaro.org>
14643         PR tree-optimization/49809
14644         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Use
14645         gimple_get_lhs instead of gimple_assign_lhs.
14647 2011-07-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14649         * system.h [__cplusplus]: Wrap C function declarations in extern "C".
14651 2011-07-25  Richard Guenther  <rguenther@suse.de>
14653         PR tree-optimization/49822
14654         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
14655         more.  Make sure to preserve stmts with side-effects.  Properly
14656         handle virtual defs, follow a longer def chain.
14658 2011-07-22  Romain Geissler  <romain.geissler@gmail.com>
14660         PR plugins/45348
14661         PR plugins/48425
14662         PR plugins/46577
14663         * Makefile.in: Do not flatten c-family directory when installing
14664         plugin headers.
14666 2011-07-25  Eric Botcazou  <ebotcazou@adacore.com>
14668         * ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of
14669         original nodes if we are dealing with virtual clones.
14671 2011-07-25  Bernd Schmidt  <bernds@codesourcery.com>
14673         * common/config/c6x/c6x-common.c: New file.
14675 2011-07-25  Roman Zhuykov  <zhroma@ispras.ru>
14677         * tree-flow.h (tree_ssa_loop_version): Remove unused declaration.
14679 2011-07-25  Richard Guenther  <rguenther@suse.de>
14681         PR tree-optimization/49715
14682         * tree-vrp.c: Include expr.h and optabs.h.
14683         (range_fits_type_): New function.
14684         (simplify_float_conversion_using_ranges): Likewise.
14685         (simplify_stmt_using_ranges): Call it.
14686         * Makefile.in (tree-vrp.o): Add $(EXPR_H) and $(OPTABS_H) dependencies.
14687         * optabs.c (can_float_p): Export.
14688         * optabs.h (can_float_p): Declare.
14690 2011-07-25  Richard Guenther  <rguenther@suse.de>
14692         * tree-vrp.c (num_vr_values, values_propagated): New global vars.
14693         (get_value_range): For out-of-range SSA names or names created
14694         after propagation return a read-only varying range.
14695         (dump_all_value_ranges): Adjust.
14696         (vrp_initialize): Likewise.
14697         (vrp_finalize): Likewise.
14699 2011-07-24  Richard Henderson  <rth@redhat.com>
14701         PR debug/49831
14702         * dwarf2cfi.c (connect_traces): Allow unvisited traces.  Skip
14703         them entirely.
14705 2011-07-24  Richard Henderson  <rth@redhat.com>
14707         PR debug/49825
14708         * dwarf2cfi.c (dwarf2out_stack_adjust): Move A_O_A test earlier.
14709         (dwarf2out_notice_stack_adjust): Use args_size from call_insn.
14711 2011-07-24  Richard Henderson  <rth@redhat.com>
14713         PR debug/49827
14714         * dwarf2cfi.c (create_trace_edges): Handle sequences properly.
14716 2011-07-24  Richard Henderson  <rth@redhat.com>
14718         * dwarf2cfi.c (maybe_record_trace_start): Add abnormal parameter.
14719         Zero args_size for abnormal edges.  Adjust all callers.
14721 2011-07-24  Richard Henderson  <rth@redhat.com>
14723         PR debug/49825
14724         * dwarf2cfi.c (cfi_row_equal_p): Don't compare args_size.
14726 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
14728         PR bootstrap/49835
14729         * collect2.c (demangle_flag): Removed.
14731 2011-07-24  Sandra Loosemore  <sandra@codesourcery.com>
14733         * configure.ac (demangler_in_ld): Default to yes.
14734         * configure: Regenerated.
14735         * collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
14736         mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
14737         --no-demangle options straight through to ld.  When
14738         HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
14739         way that has the intended effect on Windows.
14741 2011-07-23  Richard Henderson  <rth@redhat.com>
14743         * dwarf2cfi.c: Include basic-block.h.
14744         (dw_label_info): Remove.
14745         (trace_work_list, trace_index): New.
14746         (remember_row, emit_cfa_remember): Remove.
14747         (dw_trace_info_hash, dw_trace_info_eq): New.
14748         (get_trace_index, get_trace_info): New.
14749         (save_point_p): New.
14750         (free_cfi_row): Remove.
14751         (add_cfi): Do not emit DW_CFA_remember_state.
14752         (cfa_row_equal_p): New.
14753         (barrier_args_size): Remove.
14754         (compute_barrier_args_size_1, compute_barrier_args_size): Remove.
14755         (dwarf2out_notice_stack_adjust): Don't compute_barrier_args_size.
14756         (maybe_record_trace_start, create_trace_edges, scan_trace): New.
14757         (dwarf2out_cfi_begin_epilogue): Remove.
14758         (dwarf2out_frame_debug_restore_state): Remove.
14759         (connect_traces, create_pseudo_cfg): New.
14760         (create_cfi_notes, execute_dwarf2_frame): Rewrite using traces.
14761         * Makefile.in (dwarf2cfi.o): Update.
14763 2011-07-23  Richard Henderson  <rth@redhat.com>
14765         * dwarf2cfi.c (dw_trace_info): New.
14766         (dw_label_info): New.
14767         (cie_return_save): New.
14768         (cur_trace): New.
14769         (queued_args_size): Rename from args_size.  Update all users.
14770         (cfa_store, cfa_temp, regs_saved_in_regs): Remove.
14771         (def_cfa_1): Use cur_trace instead of cfa_*.
14772         (dwarf2out_stack_adjust, record_reg_saved_in_reg): Likewise.
14773         (clobbers_queued_reg_save, reg_saved_in): Likewise.
14774         (dwarf2out_frame_debug_expr): Likewise.
14775         (create_cie_data): Split out from ...
14776         (execute_dwarf2_frame): ... here.  Initialize cur_trace.
14778 2011-07-23  Richard Henderson  <rth@redhat.com>
14780         * dwarf2cfi.c (regs_saved_in_regs): Allocate from heap, not gc.
14781         Update all users to match.
14782         (execute_dwarf2_frame): Free reg_saved_in_data.
14784 2011-07-23  Richard Henderson  <rth@redhat.com>
14786         * dwarf2cfi.c (queued_reg_save): Reorder for packing.  Don't GTY.
14787         (queued_reg_saves): Don't GTY.  Change to a VEC.
14788         (queue_reg_save): Update to match.
14789         (dwarf2out_flush_queued_reg_saves): Likewise.
14790         (clobbers_queued_reg_save): Likewise.
14791         (reg_saved_in): Likewise.
14792         (execute_dwarf2_frame): Free queued_reg_saves.
14794 2011-07-23  Richard Henderson  <rth@redhat.com>
14796         * dwarf2cfi.c (dw_cfi_row_ref): Remove.  Update all users.
14798 2011-07-23  Richard Henderson  <rth@redhat.com>
14800         * dwarf2cfi.c (add_cfi_args_size): Split out from...
14801         (dwarf2out_args_size): ... here.
14802         (add_cfi_restore): Split out from ...
14803         (dwarf2out_frame_debug_cfa_restore): ... here.
14804         (def_cfa_0): Split out from ...
14805         (def_cfa_1): ... here.
14806         (cfi_oprnd_equal_p, cfi_equal_p): New.
14807         (change_cfi_row): New.
14808         (add_cfis_to_fde): Set fde->dw_fde_switch_cfi_index.
14809         (create_cfi_notes): Use change_cfi_row at SWITCH_TEXT note.
14810         (output_cfis): Remove.
14811         * dwarf2out.c (output_fde): Simplify output_cfi loop.
14812         (dwarf2out_switch_text_section): Don't call output_cfis.
14813         (dw_val_equal_p, loc_descr_equal_p_1, loc_descr_equal_p): New.
14814         * dwarf2out.h: Update decls.
14815         (enum dw_val_class): Add dw_val_class_none.
14817 2011-07-23  Richard Henderson  <rth@redhat.com>
14819         * dwarf2cfi.c (update_row_reg_save): New.
14820         (dwarf2out_frame_debug_cfa_expression): Use it.
14821         (dwarf2out_frame_debug_cfa_restore): Likewise.
14822         (reg_save): Likewise.  Do not emit DW_CFA_same_value.
14824 2011-07-23  Richard Henderson  <rth@redhat.com>
14826         * dwarf2cfi.c (add_cfi_insn): Rename from cfi_insn.  Update all users.
14828 2011-07-23  Richard Henderson  <rth@redhat.com>
14830         * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
14831         (cie_cfi_row): New.
14832         (new_cfi_row, copy_cfi_row, free_cfi_row): New.
14833         (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
14834         (cur_row, remember_row): New.
14835         (def_cfa_1): Use cur_row instead of the old_* variables.
14836         (dwarf2out_frame_debug_restore_state): Similarly.
14837         (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
14838         (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
14839         (dwarf2out_frame_debug_adjust_cfa): Likewise.
14840         (dwarf2out_frame_debug_cfa_offset): Likewise.
14841         (dwarf2out_frame_debug_expr): Likewise.
14842         (execute_dwarf2_frame): Set up cur_row.
14843         * dwarf2out.h (struct cfa_loc): Mark for GTY.
14845 2011-07-23  Richard Henderson  <rth@redhat.com>
14847         * basic-block.h (EDGE_PRESERVE): New.
14848         (EDGE_ALL_FLAGS, EDGE_COMPLEX): Include it.
14849         * bb-reorder.c: Include except.h.
14850         (fix_up_crossing_landing_pad): New.
14851         (find_rarely_executed_basic_blocks_and_crossing_edges): Place
14852         landing pads in the right partition.  Duplicate as necessary.
14853         (partition_hot_cold_basic_blocks): Fix up DF info after
14854         duplicating landing pads.
14855         * cfg.c (dump_edge_info): Add crossing and preserve to bitnames.
14856         * cfgrtl.c (rtl_verify_flow_info_1): Validate that EDGE_CROSSING
14857         is set properly.  Validate that EH edges are not CROSSING.
14858         * except.c (expand_dw2_landing_pad_for_region): Split out from ...
14859         (dw2_build_landing_pads): ... here.
14860         (convert_to_eh_region_ranges): Remove code to fixup crossing
14861         landing pads.
14862         * except.h (expand_dw2_landing_pad_for_region): Declare.
14863         * tree-cfg.c (gimple_can_merge_blocks_p): Don't merge PRESERVE edges.
14865 2011-07-23  Richard Earnshaw  <rearnsha@arm.com>
14867         PR target/49816
14868         * arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.
14870 2011-07-22  Jason Merrill  <jason@redhat.com>
14872         * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
14874 2011-07-22  Richard Henderson  <rth@redhat.com>
14876         * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
14878 2011-07-22  Richard Henderson  <rth@redhat.com>
14880         * jump.c (maybe_propagate_label_ref): Split out of...
14881         (mark_all_labels): ... here.  Do not attempt label_ref
14882         propagation while in cfglayout mode.
14884 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
14886         * dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
14887         (DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
14888         (dwarf_attr_name): Handle DW_AT_GNU_macros.
14889         (dwarf2out_define): If the vector is empty and
14890         lineno is 0, emit a dummy entry first.
14891         (dwarf2out_undef): Likewise.  Remove redundant semicolon.
14892         (htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
14893         optimize_macinfo_range): New functions.
14894         (output_macinfo): Use them.  If !dwarf_strict and .debug_str is
14895         mergeable, optimize longer strings using
14896         DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
14897         optimize longer sequences of define/undef ops from headers
14898         using DW_MACRO_GNU_transparent_include.  For !dwarf_strict
14899         emit a section headers.
14900         (dwarf2out_init): For !dwarf_strict set debug_macinfo_section
14901         and macinfo_section_label to DEBUG_MACRO_SECTION
14902         resp. DEBUG_MACRO_SECTION_LABEL.
14903         (dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
14904         instead of DW_AT_macro_info.
14906         PR other/32998
14907         * common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
14908         options.
14909         * dwarf2out.c: Include opts.h.
14910         (dchar_p): New typedef.  Define heap VEC for it.
14911         (producer_string): New variable.
14912         (gen_producer_string): New function.
14913         (gen_compile_unit_die): Use it.
14914         (dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer if needed.
14915         * Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
14916         * doc/invoke.texi: Document -grecord-gcc-switches and
14917         -gno-record-gcc-switches, add a -grecord-gcc-switches reference
14918         to -frecord-gcc-switches description.
14920 2011-07-22  Jason Merrill  <jason@redhat.com>
14922         PR c++/30112
14923         * c-decl.c (c_linkage_bindings): Define.
14925 2011-07-22  Eric Botcazou  <ebotcazou@adacore.com>
14927         PR debug/49815
14928         * var-tracking.c (vt_finalize): Always free windowed_parm_regs.
14930 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
14932         * config/i386/i386.c (ix86_option_override_internal): Disallow
14933         MS ABI in x32 mode.
14934         (ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
14935         only for TARGET_LP64.
14936         (ix86_handle_abi_attribute): Check TARGET_LP64 instead of TARGET_64BIT.
14938 2011-07-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
14940         * config/rs6000/rs6000.c (rs6000_xcoff_strip_dollar): Rewrite to
14941         avoid warnings when GCC is built with a C++ compiler.
14943 2011-07-22  Martin Jambor  <mjambor@suse.cz>
14945         PR lto/49796
14946         * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
14947         if decl node is in another partition, call cgraph_get_node only once.
14949 2011-07-22  Uros Bizjak  <ubizjak@gmail.com>
14951         * config.gcc (x86_64-*-linux*): Set
14952         default_gnu_indirect_function to yes.
14954 2011-07-22  Richard Guenther  <rguenther@suse.de>
14956         PR tree-optimization/45819
14957         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
14958         preserve volatile and notrap flags.
14960 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14961             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14963         PR bootstrap/49794
14964         * configure.ac: Test AM_ICONV with CXX.
14965         * configure: Regenerate.
14966         * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
14968 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14970         PR bootstrap/49797
14971         * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
14972         (set_cloog_options): Use it.
14974 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
14976         PR c++/49756
14977         * gcc.c (main): Call stack_limit_increase (64MB).
14978         * toplev.c (toplev_main): Likewise.
14980 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
14982         * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
14983         instead of force_reg.
14985 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
14987         * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
14988         needed and use force_reg after convert.
14989         (ix86_expand_call): Likewise.
14990         (ix86_expand_special_args_builtin): Likewise.
14991         (ix86_expand_builtin): Likewise.
14993 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
14995         PR middle-end/47654
14996         PR middle-end/49649
14997         * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
14998         in parameter.  Initialize v1 and v2 based on the values returned
14999         by clast_name_to_lb_ub.
15000         (type_for_clast_red): Pass v1 and v2 in parameter, and set their
15001         values.
15002         (type_for_clast_bin): Same.
15003         (type_for_clast_expr): Same.
15004         (type_for_clast_eq): Update calls to type_for_clast_expr.
15005         (type_for_clast_for): Same.
15006         (build_iv_mapping): Same.
15007         * graphite-ppl.h (value_min): New.
15009 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15011         * graphite-clast-to-gimple.c (type_for_interval): Generate signed
15012         types whenever possible.
15014 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15016         * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
15017         and ub fields.
15018         (new_clast_name_index): Add lb and ub parameters.
15019         (free_clast_name_index): New.
15020         (clast_name_to_lb_ub): New.
15021         (save_clast_name_index): Add lb and ub parameters.
15022         (compute_bounds_for_param): New.
15023         (type_for_level): Removed.
15024         (type_for_clast_for): Removed level parameter.  Do not call
15025         type_for_level.
15026         (graphite_create_new_loop): Store the lb and ub for the clast_name
15027         of the iterator of the loop that has been generated.
15028         (graphite_create_new_loop_guard): Remove parameter level.
15029         (create_params_index): Store the lb and ub of each parameter.
15030         (gloog): Use free_clast_name_index.  Pass to create_params_index
15031         the current scop.
15033 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15035         * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
15036         (max_precision_type): Inline max_signed_precision_type.
15037         (type_for_clast_red): Use max_precision_type.
15038         (type_for_clast_bin): Same.
15039         (type_for_clast_for): Same.
15041 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15043         * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
15044         type_for_interval.
15045         (gcc_type_for_value): Renamed type_for_value.
15046         (gcc_type_for_clast_term): Renamed type_for_clast_term.
15047         (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
15048         (gcc_type_for_clast_red): Renamed type_for_clast_red.
15049         (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
15050         (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
15051         (graphite_translate_clast_equation): Update calls.
15052         (compute_type_for_level): Renamed type_for_level.
15053         (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
15054         (build_iv_mapping): Update calls.
15055         (graphite_create_new_loop_guard): Same.
15057 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15059         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
15060         comment.
15062 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15064         * graphite-clast-to-gimple.c (struct ivs_params): New.
15065         (clast_name_to_gcc): Use ivs_params to pass around parameters.
15066         (clast_to_gcc_expression): Same.
15067         (clast_to_gcc_expression_red): Same.
15068         (gcc_type_for_clast_term): Same.
15069         (gcc_type_for_clast_expr): Same.
15070         (gcc_type_for_clast_red): Same.
15071         (gcc_type_for_clast_bin): Same.
15072         (gcc_type_for_clast_eq): Same.
15073         (graphite_translate_clast_equation): Same.
15074         (graphite_create_guard_cond_expr): Same.
15075         (graphite_create_new_guard): Same.
15076         (graphite_create_new_loop): Same.
15077         (build_iv_mapping): Same.
15078         (translate_clast_user): Same.
15079         (graphite_create_new_loop_guard): Same.
15080         (translate_clast): Same.
15081         (translate_clast_for_loop): Same.
15082         (translate_clast_for): Same.
15083         (translate_clast_guard): Same.
15084         (initialize_cloog_names): Fix typo.
15085         (gloog): Initialize an ivs_params struct, pass it to translate_clast.
15087 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15089         * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
15090         (new_clast_name_index): Add level parameter.
15091         (clast_name_to_level): New.
15092         (save_clast_name_index): Add level parameter.
15093         (newivs_to_depth_to_newiv): Removed.
15094         (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
15095         (graphite_create_new_loop): Add level parameter.  Pass level to
15096         save_clast_name_index.
15097         (translate_clast_for_loop): Pass level to graphite_create_new_loop.
15098         (create_params_index): Pass level to save_clast_name_index.
15100 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15102         * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
15103         recompute type, lb, and ub.  Get them from...
15104         (graphite_create_new_loop_guard): ...here.  Pass in parameter
15105         pointers to type, lb, and ub.
15106         (translate_clast_for_loop): Update function calls.
15107         (translate_clast_for): Same.
15109 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
15111         * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
15112         psct_dynamic_dim.
15113         (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
15114         (gcc_type_for_iv_of_clast_loop): Update use of level.
15115         (gloog): Start counting nesting level from 0.
15116         * graphite-clast-to-gimple.h (get_scattering_level): Removed.
15117         * graphite-dependences.c (graphite_carried_dependence_level_k): Call
15118         psct_dynamic_dim on level.
15120 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
15122         * config/i386/i386.c (ix86_legitimize_address): Convert to
15123         Pmode if needed.
15125 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
15127         * config/i386/i386.c (function_value_64): Always return pointers
15128         in Pmode.
15129         (ix86_promote_function_mode): New.
15130         (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
15132 2011-07-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15134         PR tree-optimization/49749
15135         * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
15136         remove no-longer-used maxrank variable.
15138 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
15140         * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
15142 2011-07-21  Jason Merrill  <jason@redhat.com>
15144         * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
15145         * recog.h (struct insn_data_d): Check it instead of
15146         HAVE_DESIGNATED_INITIALIZERS.
15147         * genoutput.c (output_insn_data): Likewise.
15149 2011-07-21  Richard Guenther  <rguenther@suse.de>
15151         PR tree-optimization/49770
15152         * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
15153         valueized any operand.  Renamed from ...
15154         (valueize_refs): ... this.  New wrapper around valueize_refs_1.
15155         (valueize_shared_reference_ops_from_ref): Return whether we
15156         valueized any operand.
15157         (vn_reference_lookup): Only when we valueized any operand
15158         use the valueized reference for alias analysis.  Do not preserve
15159         the original reference tree in this case.
15161 2011-07-21  Uros Bizjak  <ubizjak@gmail.com>
15163         * config/i386/i386.c (ix86_decompose_address): Reject all but
15164         register operands and subregs of DImode hard registers in index.
15166 2011-07-21  Kai Tietz  <ktietz@redhat.com>
15168         * fold-const.c (fold_unary_loc): Preserve indirect
15169         comparison cast to none-boolean type.
15170         * tree-ssa.c (useless_type_conversion_p): Preserve cast
15171         from/to boolean-type.
15172         * gimplify.c (gimple_boolify): Handle boolification of comparisons.
15173         (gimplify_expr): Boolifiy non aggregate-typed comparisons.
15174         * tree-cfg.c (verify_gimple_comparison): Check result
15175         type of comparison expression.
15176         * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
15177         of condition result and disallow type-cast sinking into comparison.
15179 2011-07-21  Richard Guenther  <rguenther@suse.de>
15181         * tree-ssa-forwprop.c (combine_conversions): Return whether
15182         we have to run cfg-cleanup.  Properly remove dead stmts.
15183         (ssa_forward_propagate_and_combine): Adjust.
15185 2011-07-21  Richard Sandiford  <richard.sandiford@linaro.org>
15187         * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
15189 2011-07-21  Kai Tietz  <ktietz@redhat.com>
15191         * tree-ssa-propagate.c (substitute_and_fold): Use
15192         do_dce flag to deside, if BB's statements are scanned
15193         in last to first, or first to last order.
15195 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
15197         * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
15199 2011-07-20  H.J. Lu  <hongjiu.lu@intel.com>
15200             Uros Bizjak  <ubizjak@gmail.com>
15201             Richard Henderson  <rth@redhat.com>
15203         * config/i386/constraints.md (w): New.
15205         * config/i386/i386.c (ix86_output_addr_vec_elt): Check
15206         TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
15208         * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
15209         instead of TARGET_64BIT.
15211         * config/i386/i386.md (indirect_jump): Replace
15212         nonimmediate_operand with indirect_branch_operand.
15213         (*indirect_jump): Likewise.  Replace constraint "m" with "w".
15214         (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
15215         Convert operand 0 to Pmode for x32 if not PIC.
15216         (*tablejump_1): Replace nonimmediate_operand with
15217         indirect_branch_operand.  Replace constraint "m" with "w".
15218         (*call_vzeroupper): Replace constraint "m" with "w".
15219         (*call): Likewise.
15220         (*call_rex64_ms_sysv_vzeroupper): Likewise.
15221         (*call_rex64_ms_sysv): Likewise.
15222         (*call_value_vzeroupper): Likewise.
15223         (*call_value): Likewise.
15224         (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
15225         (*call_value_rex64_ms_sysv): Likewise.
15226         (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
15228         * config/i386/predicates.md (indirect_branch_operand): New.
15229         (call_insn_operand): Support x32.
15231 2011-07-20  Michael Eager  <eager@eagercon.com>
15233         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
15235 2011-07-20  Richard Henderson  <rth@redhat.com>
15237         * cfg.c (dump_bb_info): Dump basic_block->flags.
15238         * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
15240 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
15242         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
15243         of DImode hard registers in index.
15244         (ix86_legitimate_address_p): Allow subregs of base and index to span
15245         more than a word.  Assert that subregs of base and index satisfy
15246         register_no_elim_operand predicates.  Reject addresses where
15247         base and index have different modes.
15249 2011-07-20  Robert Millan  <rmh@gnu.org>
15251         * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
15253 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15255         * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
15256         removing now-unnecessary assignment.
15258 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15260         * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
15261         memory address space to the type's address space.
15263 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
15265         PR target/36467
15266         PR target/49687
15267         * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
15268         and expand appropriately if there is a CONST_INT in operand2.
15269         (usmulqihi3): New insn.
15270         (*sumulqihi3): New insn.
15271         (*osmulqihi3): New insn.
15272         (*oumulqihi3): New insn.
15273         (*muluqihi3.uconst): New insn_and_split.
15274         (*muluqihi3.sconst): New insn_and_split.
15275         (*mulsqihi3.sconst): New insn_and_split.
15276         (*mulsqihi3.uconst): New insn_and_split.
15277         (*mulsqihi3.oconst): New insn_and_split.
15278         (*ashifthi3.signx.const): New insn_and_split.
15279         (*ashifthi3.signx.const7): New insn_and_split.
15280         (*ashifthi3.zerox.const): New insn_and_split.
15281         (mulsqihi3): New insn.
15282         (muluqihi3): New insn.
15283         (muloqihi3): New insn.
15284         * config/avr/predicates.md (const_2_to_7_operand): New.
15285         (const_2_to_6_operand): New.
15286         (u8_operand): New.
15287         (s8_operand): New.
15288         (o8_operand): New.
15289         (s9_operand): New.
15290         (register_or_s9_operand): New.
15292 2011-07-20  Kai Tietz  <ktietz@redhat.com>
15294         * builtins.c (fold_builtin_expect): See through the cast
15295         from truthvalue_type_node to long.
15297 2011-07-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
15299         * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
15300         where we can use them from the standard and altivec instruction
15301         sets, instead of always using the 3 operand VSX forms that require
15302         the destination to overlap one of the inputs.
15303         (vsx_fms*): Ditto.
15304         (vsx_fnma*): Ditto.
15305         (vsx_fnms*): Ditto.
15307         * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
15308         for DF types.
15309         (fmsdf4_fpr): Ditto.
15310         (nfmadf4_fpr): Ditto.
15311         (nfmsdf4_fpr): Ditto.
15313 2011-07-20  Sandra Loosemore  <sandra@codesourcery.com>
15315         * genrecog.c (make_insn_sequence): Correct position numbering
15316         when filtering out match_scratch and match_dup.
15318 2011-07-20  Richard Guenther  <rguenther@suse.de>
15320         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
15321         against already removed statements.
15322         (forward_propagate_into_comparison): Remove dead defining stmts.
15323         (forward_propagate_into_gimple_cond): Likewise.
15324         (forward_propagate_into_cond): Simplify.
15325         (ssa_forward_propagate_and_combine): Handle changed cfg from
15326         forward_propagate_into_comparison.
15327         * tree-ssa-phiopt.c (conditional_replacement): Use proper
15328         locations for newly built statements.
15330 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
15332         * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
15334 2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15336         * config/s390/s390.c (s390_class_max_nregs): Fix return type.
15337         * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
15339 2011-07-20  Richard Guenther  <rguenther@suse.de>
15341         PR middle-end/18908
15342         * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
15343         * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
15344         ADDR_EXPR folding.  Canonicalize X ^ ~0 as ~X.
15346 2011-07-20  Vladimir Makarov  <vmakarov@redhat.com>
15348         * config/frv/frv.c (frv_register_move_cost): Define explicitly
15349         costs for subclasses of GR_REGS.
15351 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
15353         PR target/49780
15354         * config/i386/predicates.md (no_seg_addres_operand): No more special.
15355         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
15356         of DImode hard registers in base.
15357         (ix86_legitimate_address_p): Allow SImode and DImode base and index
15358         registers.
15360 2011-07-20  Richard Guenther  <rguenther@suse.de>
15362         * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
15363         (unify_nodes): Deal with that.
15364         (solve_graph): Likewise.
15366 2011-07-20  Chung-Lin Tang  <cltang@codesourcery.com>
15368         * config/arm/arm.c (arm_canonicalize_comparison): Add case to
15369         canonicalize left operand from ZERO_EXTEND to AND.
15371 2011-07-20  Anatoly Sokolov  <aesok@post.ru>
15373         * target.def (class_max_nregs): New hook.
15374         * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
15375         * doc/tm.texi: Regenerate.
15376         * targhooks.c (default_class_max_nregs): New function.
15377         * targhooks.h (default_class_max_nregs): Declare.
15378         * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
15379         x_ira_reg_class_min_nregs arrays to unsigned char.
15380         * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
15381         hook instead of CLASS_MAX_NREGS macro.
15382         * reginfo.c (restore_register_info): Ditto.
15383         * ira-conflicts.c (process_regs_for_copy): Use
15384         ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
15385         Change type rclass and aclass vars to reg_class_t.
15386         * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
15387         array instead of CLASS_MAX_NREGS macro. Change type rclass var to
15388         reg_class_t.
15389         * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
15390         Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
15392         * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
15393         * config/i386/i386.c (ix86_class_max_nregs): New function.
15394         (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
15395         instead of CLASS_MAX_NREGS macro.
15396         (TARGET_CLASS_MAX_NREGS): Define.
15397         * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
15398         * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
15399         * config/avr/avr.c (class_max_nregs): Remove function.
15400         * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
15401         * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
15402         * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
15403         * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
15404         * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
15405         * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
15406         * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
15407         * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
15408         * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
15409         * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
15410         * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
15411         * config/score/score.h (CLASS_MAX_NREGS): Remove.
15412         * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
15413         * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
15414         * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
15416 2011-07-19  Eric Botcazou  <ebotcazou@adacore.com>
15418         * cif-code.def (OVERWRITABLE): Fix typo and move around.
15419         (TARGET_OPTIMIZATION_MISMATCH): Delete.
15420         (EH_PERSONALITY): Fix typo.
15421         (NON_CALL_EXCEPTIONS): Fix message.
15422         (OPTIMIZATION_MISMATCH): Adjust message.
15423         * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
15425 2011-07-19  Ian Lance Taylor  <iant@google.com>
15427         * doc/install.texi (Configuration): Document
15428         --enable-build-poststage1-with-cxx.
15430 2011-07-19  Robert Millan  <rmh@gnu.org>
15432         * config/mips/gnu-user.h: Copy from linux.h.  Update comments.
15433         (GLIBC_DYNAMIC_LINKER): Remove.
15435         * config/mips/gnu-user64.h: Copy from linux64.h.  Update comments.
15436         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
15437         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
15438         (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
15439         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
15440         GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
15442         * config/mips/linux.h: Remove everything except for ...
15443         (GLIBC_DYNAMIC_LINKER): ... this macro.
15445         * config/mips/linux64.h: Remove everything except for ...
15446         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
15447         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
15448         (BIONIC_DYNAMIC_LINKERN32): ... these macros.
15449         (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
15450         (GNU_USER_LINK_EMULATIONN32): New macros.
15452         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
15453         Use the new headers.
15455 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15457         * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
15458         Add offset_known_p and size_known_p fields.
15459         (MEM_OFFSET_KNOWN_P): Update accordingly.
15460         (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
15461         * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
15462         (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
15463         (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
15464         (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
15465         (init_emit_regs): Likewise.
15467 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15469         * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
15470         (MEM_OFFSET): Change from returning an rtx to returning a
15471         HOST_WIDE_INT.
15472         * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
15473         (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
15474         * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
15475         (clear_mem_offset): Declare.
15476         * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
15477         MEM_OFFSET_KNOWN_P to test whether the offset is known, and
15478         MEM_OFFSET to get a HOST_WIDE_INT offset.
15479         (nonoverlapping_memrefs_p): Likewise.  Adjust calls to...
15480         (adjust_offset_for_component_ref): Take a bool "known_p"
15481         parameter and a HOST_WIDE_INT "offset" parameter.
15482         * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
15483         Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
15484         than an rtx.  Use clear_mem_offset to clear the offset.
15485         * cfgcleanup.c (merge_memattrs): Likewise.
15486         * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
15487         * function.c (assign_parm_find_stack_rtl): Likewise.
15488         (assign_parm_setup_stack): Likewise.
15489         * print-rtl.c (print_rtx): Likewise.
15490         * reload.c (find_reloads_subreg_address): Likewise.
15491         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
15492         * var-tracking.c (INT_MEM_OFFSET): Likewise.
15493         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
15494         (get_mem_align_offset): Likewise.
15495         (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
15496         (clear_mem_offset): New function.
15497         * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
15498         offset rather than an rtx.  Assume both the expressio and offset
15499         are available.
15500         (r10k_needs_protection_p_1): Update accordingly, checking the
15501         expression and offset availability here instead.
15503 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15505         * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
15506         (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
15507         * rtl.h (MEM_SIZE_KNOWN_P): New macro.
15508         (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
15509         * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
15510         (clear_mem_size): Declare.
15511         * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
15512         (clear_mem_size): New function.
15513         * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
15514         MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
15515         to get a HOST_WIDE_INT size.  Adjust calls to set_mem_size,
15516         passing a HOST_WIDE_INT rather than an rtx.  Use clear_mem_size
15517         to clear the size.
15518         (nonoverlapping_memrefs_p): Likewise.
15519         * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
15520         (expand_builtin_init_trampoline): Likewise.
15521         * calls.c (compute_argument_addresses): Likewise.
15522         * cfgcleanup.c (merge_memattrs): Likewise.
15523         * dce.c (find_call_stack_args): Likewise.
15524         * dse.c (record_store, scan_insn): Likewise.
15525         * dwarf2out.c (dw_sra_loc_expr): Likewise.
15526         * expr.c (emit_block_move_hints): Likewise.
15527         * function.c (assign_parm_find_stack_rtl): Likewise.
15528         * print-rtl.c (print_rtx): Likewise.
15529         * reload.c (find_reloads_subreg_address): Likewise.
15530         * rtlanal.c (may_trap_p_1): Likewise.
15531         * var-tracking.c (track_expr_p): Likewise.
15532         * varasm.c (assemble_trampoline_template): Likewise.
15533         * config/arm/arm.c (arm_print_operand): Likewise.
15534         * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
15535         * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
15536         (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
15537         (expand_constant_setmem_prologue): Likewise.
15538         * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
15539         * config/rs6000/rs6000.c (expand_block_move): Likewise.
15540         (adjacent_mem_locations): Likewise.
15541         * config/s390/s390.c (s390_expand_setmem): Likewise.
15542         (s390_expand_insv): Likewise.
15543         * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
15544         (*extendqi<mode>2_short_displ): Likewise.
15545         * config/sh/sh.c (expand_block_move): Likewise.
15546         * config/sh/sh.md (extv, extzv): Likewise.
15548 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15550         * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
15551         (mem_attrs_htab_eq): ...here.
15552         (find_mem_attrs): Replace with...
15553         (set_mem_attrs): ...this function.  Take a mem_attrs structure
15554         rather than individual fields.
15555         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
15556         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
15557         (set_mem_size, change_address, adjust_address_1, offset_address)
15558         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
15559         Update accordingly.
15561 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15563         * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
15564         (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
15565         Provide a dummy definition of MEM_ADDR_SPACE for generators.
15566         (target_rtl): Add x_mode_mem_attrs.
15567         (mode_mem_attrs): New macro.
15568         (get_mem_attrs): New function.
15569         * emit-rtl.c (get_mem_attrs): Rename to...
15570         (find_mem_attrs): ...this.
15571         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
15572         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
15573         (set_mem_size, change_address, adjust_address_1, offset_address)
15574         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
15575         Update accordingly.
15576         (init_emit_regs): Initialize mode_mem_attrs.
15578 2011-07-19  Richard Guenther  <rguenther@suse.de>
15580         * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
15581         TRUTH_*_EXPR handling.
15582         * tree-ssa-operands.c (get_expr_operands): Likewise.
15583         * tree-ssa-pre.c (fully_constant_expression): Likewise.
15584         * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
15585         Likewise.
15586         (is_and_or_or): Likewise.
15587         (is_norm_cond_subset_of): Likewise.
15589 2011-07-19  Richard Guenther  <rguenther@suse.de>
15591         * tree.h (fold_build_pointer_plus_loc): New helper function.
15592         (fold_build_pointer_plus_hwi_loc): Likewise.
15593         (fold_build_pointer_plus): Define.
15594         (fold_build_pointer_plus_hwi): Likewise.
15595         * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
15596         (fold_builtin_memory_op): Likewise.
15597         (fold_builtin_stpcpy): Likewise.
15598         (fold_builtin_memchr): Likewise.
15599         (fold_builtin_strstr): Likewise.
15600         (fold_builtin_strchr): Likewise.
15601         (fold_builtin_strrchr): Likewise.
15602         (fold_builtin_strpbrk): Likewise.
15603         (fold_builtin_strcat): Likewise.
15604         (expand_builtin_memory_chk): Likewise.
15605         (fold_builtin_memory_chk): Likewise.
15606         * c-typeck.c (build_unary_op): Likewise.
15607         * cgraphunit.c (thunk_adjust): Likewise.
15608         * fold-const.c (build_range_check): Likewise.
15609         (fold_binary_loc): Likewise.
15610         * omp-low.c (extract_omp_for_data): Likewise.
15611         (expand_omp_for_generic): Likewise.
15612         (expand_omp_for_static_nochunk): Likewise.
15613         (expand_omp_for_static_chunk): Likewise.
15614         * tree-affine.c (add_elt_to_tree): Likewise.
15615         * tree-data-ref.c (split_constant_offset_1): Likewise.
15616         * tree-loop-distribution.c (generate_memset_zero): Likewise.
15617         * tree-mudflap.c (mf_xform_derefs_1): Likewise.
15618         * tree-predcom.c (ref_at_iteration): Likewise.
15619         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
15620         (add_to_parts): Likewise.
15621         (create_mem_ref): Likewise.
15622         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
15623         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
15624         (number_of_iterations_le): Likewise.
15625         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
15626         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
15627         (vect_create_addr_base_for_vector_ref): Likewise.
15628         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
15629         (vect_create_cond_for_alias_checks): Likewise.
15630         * tree-vrp.c (extract_range_from_assert): Likewise.
15631         * config/alpha/alpha.c (alpha_va_start): Likewise.
15632         (alpha_gimplify_va_arg_1): Likewise.
15633         * config/i386/i386.c (ix86_va_start): Likewise.
15634         (ix86_gimplify_va_arg): Likewise.
15635         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
15636         * config/mep/mep.c (mep_expand_va_start): Likewise.
15637         (mep_gimplify_va_arg_expr): Likewise.
15638         * config/mips/mips.c (mips_va_start): Likewise.
15639         (mips_gimplify_va_arg_expr): Likewise.
15640         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
15641         * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
15642         (rs6000_gimplify_va_arg): Likewise.
15643         * config/s390/s390.c (s390_va_start): Likewise.
15644         (s390_gimplify_va_arg): Likewise.
15645         * config/sh/sh.c (sh_va_start): Likewise.
15646         (sh_gimplify_va_arg_expr): Likewise.
15647         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
15648         * config/spu/spu.c (spu_va_start): Likewise.
15649         (spu_gimplify_va_arg_expr): Likewise.
15650         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
15651         Likewise.
15652         (xstormy16_gimplify_va_arg_expr): Likewise.
15653         * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
15654         (xtensa_gimplify_va_arg_expr): Likewise.
15656 2011-07-19  Richard Guenther  <rguenther@suse.de>
15658         * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
15659         (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
15660         handling.
15662         PR middle-end/18908
15663         * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
15664         result of BIT_*_EXPR to bitfield precision.
15666 2011-07-19  Richard Sandiford  <richard.sandiford@linaro.org>
15668         PR tree-optimization/49742
15669         * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
15670         as a potential write.
15672 2011-07-19  Richard Guenther  <rguenther@suse.de>
15674         * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
15675         * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
15676         (forward_propagate_comparison): Simplify, remove obsolete code.
15678 2011-07-19  Richard Guenther  <rguenther@suse.de>
15680         * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
15681         BIT_XOR_EXPR, same as the RTL expander does.
15682         * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
15683         (verify_gimple_assign_unary): Likewise.
15684         * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
15685         * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
15686         BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
15688 2011-07-19  Jakub Jelinek  <jakub@redhat.com>
15690         PR tree-optimization/49768
15691         * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
15692         if offset is smaller than bitoffset, but offset+size is bigger
15693         than bitoffset.
15695 2011-07-19  Ira Rosen  <ira.rosen@linaro.org>
15697         PR tree-optimization/49771
15698         * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
15699         zero step, set segment length to the size of the data-ref's type.
15701 2011-07-18  Martin Jambor  <mjambor@suse.cz>
15703         * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
15704         comments.
15705         (ipcp_values_pool): Declare.
15706         (ipcp_sources_pool): Likewise.
15707         (ipcp_lattice): Changed to forward declaration.
15708         (ipa_param_descriptor): Removed fields ipcp_lattice, types and
15709         cannot_devirtualize.
15710         (ipa_node_params): New fields descriptors, lattices, known_vals,
15711         clone_for_all_contexts and node dead, removed fields params and
15712         count_scale.
15713         (ipa_set_param_count): Removed.
15714         (ipa_get_param_count): Made to work with descriptors vector.
15715         (ipa_get_param): Updated.
15716         (ipa_param_cannot_devirtualize_p): Removed.
15717         (ipa_param_types_vec_empty): Likewise.
15718         (ipa_set_param_used): New function.
15719         (ipa_get_param_used): Updated to use descriptors vector.
15720         (ipa_func_list): Removed.
15721         (ipa_init_func_list): Removed declaration.
15722         (ipa_push_func_to_list_1): Likewise.
15723         (ipa_pop_func_from_list): Likewise.
15724         (ipa_push_func_to_list): Removed.
15725         (ipa_lattice_from_jfunc): Remove declaration.
15726         (ipa_get_jf_pass_through_result): Declare.
15727         (ipa_get_jf_ancestor_result): Likewise.
15728         (ipa_value_from_jfunc): Likewise.
15729         (ipa_get_lattice): Update.
15730         (ipa_lat_is_single_const): New function.
15731         * ipa-prop.c (ipa_push_func_to_list_1): Removed.
15732         (ipa_init_func_list): Likewise.
15733         (ipa_pop_func_from_list): Likewise.
15734         (ipa_get_param_decl_index): Fix coding style.
15735         (count_formal_params): Removed.
15736         (count_formal_params_1): Renamed to count_formal_params.
15737         (ipa_populate_param_decls): Update to use descriptors vector.
15738         (ipa_initialize_node_params): Likewise.
15739         (visit_ref_for_mod_analysis): Use ipa_set_param_used.
15740         (ipa_analyze_params_uses): Likewise.
15741         (ipa_free_node_params_substructures): Likewise and free also lattices
15742         and known values.
15743         (duplicate_array): Removed.
15744         (ipa_edge_duplication_hook): Add the new edge to the list of edge
15745         clones.
15746         (ipa_node_duplication_hook): Update to use new lattices.
15747         (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
15748         (ipa_free_all_structures_after_iinln): Likewise.
15749         (ipa_write_node_info): Update to use new lattices.
15750         (ipa_read_node_info): Likewise.
15751         (ipa_get_jf_pass_through_result): New function.
15752         (ipa_get_jf_ancestor_result): Likewise.
15753         (ipa_value_from_jfunc): Likewise.
15754         (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
15755         * ipa-cp.c: Reimplemented.
15756         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
15757         (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
15758         (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
15759         * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
15760         * doc/invoke.texi (devirt-type-list-size): Removed description.
15761         (ipa-cp-value-list-size): Added description.
15763 2011-07-18  Richard Henderson  <rth@redhat.com>
15765         * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
15766         before calling create_basic_block.
15768 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
15770         PR middle-end/49675
15771         * tree.c (build_common_builtin_nodes): Register
15772         __builtin_return_address, __cyg_profile_func_enter
15773         and __cyg_profile_func_exit.
15775 2011-07-18  Richard Henderson  <rth@redhat.com>
15777         * bb-reorder.c (emit_barrier_after_bb): Split out of ...
15778         (add_labels_and_missing_jumps): ... here.
15779         (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
15781 2011-07-18  Uros Bizjak  <ubizjak@gmail.com>
15783         PR target/47744
15784         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
15785         of DImode hard registers in PLUS address chains.
15787 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15789         PR bootstrap/49769
15790         * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
15791         (alpha*-*-freebsd*): Likewise.
15792         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
15793         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
15794         i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
15795         crtprec80.o, crtfastmath.o to extra_parts for all targets.
15796         (ia64*-*-elf*): Remove extra_parts.
15797         (sparc-*-linux*): Add crtfastmath.o to extra_parts.
15798         (sparc64-*-linux*): Likewise.
15799         (sparc64-*-freebsd*): Likewise.
15801         Revert:
15802         * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
15803         (ia64*-*-linux*): Likewise.
15804         (mips64*-*-linux*): Likewise.
15805         (mips*-*-linux*): Likewise.
15807 2011-07-18  David Edelsohn  <dje.gcc@gmail.com>
15809         * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
15811 2011-07-18  Richard Guenther  <rguenther@suse.de>
15813         * gimplify.c (gimplify_expr): Use input_location, not saved_location
15814         when building new trees.
15816 2011-07-18  Richard Guenther  <rguenther@suse.de>
15818         * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
15819         expansion result to bitfield precision if required.
15821 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15823         * config.gcc (i[3456x]86-*-netware*): Remove.
15825         * gthr-nks.h: Remove.
15826         * configure.ac (enable_threads): Remove nks.
15827         * configure: Regenerate.
15829         * config/i386/i386.c (ix86_encode_section_info): Remove netware
15830         reference.
15831         * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
15832         <netware.h> reference.
15834         * config/i386/netware-libgcc.c,
15835         gcc/config/i386/netware-libgcc.def,
15836         gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
15837         gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
15838         gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
15839         gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
15841         * doc/extend.texi (Function Attributes,
15842         callee_pop_aggregate_return): Remove i?86-netware reference.
15843         * doc/install.texi (Configuration, --enable-threads): Remove nks.
15845 2011-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15847         PR target/49746
15848         Revert:
15849         2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15851         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
15852         patterns.
15854 2011-07-17  Eric Botcazou  <ebotcazou@adacore.com>
15856         PR middle-end/49732
15857         * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
15859 2011-07-16  Matthias Klose  <doko@ubuntu.com>
15861         * doc/install.texi: Document --enable-static-libjava.
15863 2011-07-15  Richard Henderson  <rth@redhat.com>
15865         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
15866         Replace all three arguments by returning a VEC of edges.
15867         (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
15868         pointers and counts.
15869         (fix_edges_for_rarely_executed_code): Merge ...
15870         (rest_of_handle_partition_blocks): ... into...
15871         (partition_hot_cold_basic_blocks): ... here.  Return todo items if
15872         any work was performed.
15873         (pass_partition_blocks): Clear todo_flags_finish.
15875 2011-07-15  Paolo Carlini  <paolo.carlini@oracle.com>
15876             Jakub Jelinek  <jakub@redhat.com>
15877             Jonathan Wakely  <jwakely.gcc@gmail.com>
15879         PR libstdc++/49745
15880         * gthr-posix.h: Do not include <unistd.h> unconditionally; use
15881         _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
15883 2011-07-15  Jason Merrill  <jason@redhat.com>
15885         PR testsuite/49741
15886         * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
15887         rather than --tool_opts.
15889 2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>
15891         * doc/plugins.texi (Building GCC plugins): gengtype needs its
15892         corresponding gtype.state.
15894 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15896         PR target/49723
15897         * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
15899 2011-07-15  Eric Botcazou  <ebotcazou@adacore.com>
15901         PR target/48220
15902         * doc/md.texi (Standard Names): Document window_save.
15903         * cfgexpand.c (expand_debug_parm_decl): New function extracted from
15904         expand_debug_expr and expand_debug_source_expr.  If the target has
15905         a window_save instruction, adjust the ENTRY_VALUE_EXP.
15906         (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
15907         SSA_NAME_VAR is a parameter.
15908         (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
15909         * var-tracking.c (parm_reg_t): New type and associated vector type.
15910         (windowed_parm_regs): New variable.
15911         (adjust_insn): If the target has a window_save instruction and this
15912         is the instruction, make its effect on parameter registers explicit.
15913         (next_non_note_insn_var_location): New function.
15914         (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
15915         (vt_add_function_parameter): If the target has a window_save insn,
15916         adjust the incoming RTL and record that in windowed_parm_regs.
15917         (vt_finalize): Free windowed_parm_regs.
15919 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
15921         * doc/invoke.texi (C6X Options): New section.
15922         * doc/md.texi (TI C6X family): New section.
15923         * config.gcc: Handle tic6x, in particular tic6x-*-elf and
15924         tic6x-*-uclinux.
15925         * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
15926         count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
15927         Provide C6X definitions.
15928         * config/c6x/c6x.md: New file.
15929         * config/c6x/constraints.md: New file.
15930         * config/c6x/predicates.md: New file.
15931         * config/c6x/c6x-sched.md.in: New file.
15932         * config/c6x/c6x-sched.md: New file.
15933         * config/c6x/gensched.sh: New file.
15934         * config/c6x/c6x-mult.md.in: New file.
15935         * config/c6x/genmult.sh: New file.
15936         * config/c6x/c6x-mult.md: New file.
15937         * config/c6x/sync.md: New file.
15938         * config/c6x/c6x-protos.h: New file.
15939         * config/c6x/sfp-machine.h: New file.
15940         * config/c6x/c6x.c: New file.
15941         * config/c6x/c6x.h: New file.
15942         * config/c6x/crti.s: New file.
15943         * config/c6x/crtn.s: New file.
15944         * config/c6x/lib1funcs.asm: New file.
15945         * config/c6x/c6x-modes.def: New file.
15946         * config/c6x/genopt.sh: New file.
15947         * config/c6x/c6x.opt: New file.
15948         * config/c6x/c6x-tables.opt: New file.
15949         * config/c6x/c6x-opts.h: New file.
15950         * config/c6x/c6x-isas.def: New file.
15951         * config/c6x/elf.h: New file.
15952         * config/c6x/elf-common.h: New file.
15953         * config/c6x/uclinux-elf.h: New file.
15954         * config/c6x/t-c6x: New file.
15955         * config/c6x/t-c6x-elf: New file.
15956         * config/c6x/t-c6x-uclinux: New file.
15957         * config/c6x/t-c6x-softfp: New file.
15958         * config/c6x/gtd.c: New file.
15959         * config/c6x/gtf.c: New file.
15960         * config/c6x/ltd.c: New file.
15961         * config/c6x/ltf.c: New file.
15962         * config/c6x/ged.c: New file.
15963         * config/c6x/gef.c: New file.
15964         * config/c6x/led.c: New file.
15965         * config/c6x/lef.c: New file.
15966         * config/c6x/eqd.c: New file.
15967         * config/c6x/eqf.c: New file.
15968         * config/c6x/libgcc-c6xeabi.ver: New file.
15970         Revert
15971         2003-07-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
15972         PR rtl-optimization/11320
15973         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
15974         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
15975         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
15976         current_sched_info->compute_jump_reg_dependencies. Record which
15977         registers are used and which registers are set by the jump.
15978         Clear deps->reg_conditional_sets after a barrier.
15979         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
15980         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
15981         (init_deps): Initialize reg_conditional_sets.
15982         (free_deps): Clear reg_conditional_sets.
15983         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
15984         Mark registers live on entry of the fallthrough block and conditionally
15985         set as set by the jump. Mark registers live on entry of non-fallthrough
15986         blocks as used by the jump.
15987         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
15988         Mark new parameters as unused.
15990 2011-07-14  Andrew Pinski  <pinskia@gmail.com>
15992         PR tree-opt/49309
15993         * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
15994         Use fold_build2_loc instead of build2.
15995         Use the correct type for the new tree.
15997 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
15999         PR rtl-optimization/11320
16000         * config/ia64/ia64.md (load_symptr_low): Show a MEM.
16001         * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
16003 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
16005         PR target/49487
16006         * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
16007         of REG.
16008         (*rotw<mode>): Use const_int_operand for operand2.
16009         Use match_scatch for operand3.
16010         (*rotb<mode>): Ditto
16011         * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
16013 2011-07-14  Richard Guenther  <rguenther@suse.de>
16015         PR tree-optimization/49651
16016         * tree-ssa-structalias.c (get_constraint_for_1): Properly
16017         handle dereferences with subvariables.
16019 2011-07-14  Richard Guenther  <rguenther@suse.de>
16021         * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
16022         (fold_stmt_1): Do it here directly on gimple and as a first thing.
16024 2011-07-14  Richard Guenther  <rguenther@suse.de>
16026         * fold-const.c (fold_binary_loc): Convert the !bool_var result,
16027         not bool_var when folding bool_var != 1 or bool_var == 0.
16029 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16031         * haifa-sched.c (schedule_insns): Remove outdated comment.
16032         (schedule_block): When computing a known value for TODO_SPEC,
16033         just set it rather than using logical operations.
16034         (try_ready): Likewise.  Use a local variable rather than a
16035         pointer to TODO_SPEC.  Reorder an if statement to move the
16036         easy case to the then block.
16037         * sched-deps.c (dep_spec_p): New static function.
16038         (update_dep): Use it to decide whether to call
16039         change_spec_dep_to_hard.
16040         (get_back_and_forw_lists): Use it.
16041         (sd_resolve_dep): Likewise.
16042         (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
16043         (haifa_note_mem_dep): Likewise.
16044         (check_dep): Likewise.
16045         (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
16046         (sched_free_deps): Free in two passes.
16048 2011-07-14  Richard Sandiford  <richard.sandiford@linaro.org>
16050         PR middle-end/49736
16051         * expr.c (all_zeros_p): Undo bogus part of last change.
16053 2011-07-14  Matthias Klose <doko@ubuntu.com>
16055         * doc/extend.texi (optimize attribute): Fix typo.
16057 2011-07-14  Richard Guenther  <rguenther@suse.de>
16059         * gimplify.c (gimplify_expr): Only do required conversions.
16061 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
16063         PR target/43746
16064         * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
16065         i.e. use default_elf_select_section.
16066         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
16067         (READONLY_DATA_SECTION_ASM_OP): Remove.
16068         (TARGET_ASM_NAMED_SECTION): Move from here...
16069         * config/avr/avr.c: ...to here.
16070         (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
16071         (avr_asm_named_section): Make static.
16073 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16075         PR bootstrap/49739
16076         * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
16077         and crtfastmath.o for Linux/x86.
16079 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16081         * haifa-sched.c: Include "hashtab.h"
16082         (sched_no_dce): New global variable.
16083         (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
16084         SHADOW_P): New macros.
16085         (last_clock_var, cycle_issued_insns): Move declarations.
16086         (must_backtrack): New static variable.
16087         (struct delay_pair): New structure.
16088         (delay_htab, delay_htab_i2): New static variables.
16089         (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
16090         record_delay_slot_pair, pair_delay, add_delay_dependencies): New
16091         functions.
16092         (dep_cost_1): If delay pairs exist, try to look up the insns and
16093         use the correct pair delay if we find them.
16094         (rank-for_schedule): Tweak priority for insns that must be scheduled
16095         soon to avoid backtracking.
16096         (queue_insn): Detect conditions which force backtracking.
16097         (ready_add): Likewise.
16098         (struct sched_block_state): Add member shadows_only_p.
16099         (struct haifa_save_data): New structure.
16100         (backtrack_queue): New static variable.
16101         (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
16102         unschedule_insns_until, restore_last_backtrack_point,
16103         free_topmost_backtrack_point, free_backtrack_queue,
16104         estimate_insn_tick, estimate_shadow_tick): New functions.
16105         (prune_ready_list): New arg shadows_only_p.  All callers changed.
16106         If true, remove everything that isn't SHADOW_P.  Look up delay
16107         pairs and estimate ticks to avoid scheduling the first insn too early.
16108         (verify_shadows): New function.
16109         (schedule_block): Add machinery to enable backtracking.
16110         (sched_init): Take sched_no_dce into account when setting
16111         DF_LR_RUN_DCE.
16112         (free_delay_pairs): New function.
16113         (init_h_i_d): Initialize INSN_EXACT_TICK.
16114         * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
16115         * sched-deps.c (sd_unresolve_dep): New function.
16116         * sched-int. (struct haifa_sched_info): New fields save_state
16117         and restore_state.
16118         (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
16119         feeds_backtrack_insn and shadow_p.
16120         (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
16121         (sched_no_dce): Declare variable.
16122         (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
16123         sd_unresolve_dep): Declare functions.
16124         * modulo-sched.c (sms_sched_info): Clear the two new fields.
16125         * sched-rgn.c (rgn_const_sched_info): Likewise.
16126         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
16127         * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
16128         (ebb_sched_info): Add them for the two new fields.
16129         (add_deps_for_risky_insns): Call add_delay_dependencies.
16131 2011-07-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
16133         * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
16134         Rename -mr11.
16135         * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
16136         (rs6000_call_indirect_aix): Ditto.
16137         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
16138         (call_indirect_aix<ptrsize>_internal): Ditto.
16139         (call_indirect_aix<ptrsize>_nor11): Ditto.
16140         (call_indirect_aix<ptrsize>_internal2): Ditto.
16141         (call_value_indirect_aix<ptrsize>): Ditto.
16142         (call_value_indirect_aix<ptrsize>_internal): Ditto.
16143         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
16144         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
16145         * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
16147 2011-07-13  Jason Merrill  <jason@redhat.com>
16149         * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
16151 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16153         * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
16154         * config/spu/spu.md ("clrsb<mode>2"): New expander.
16156 2011-07-13  Thomas Schwinge  <thomas@schwinge.name>
16158         * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
16159         * configure: Regenerate.
16161 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16163         * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
16164         (asm_file_start): Remove.
16165         (spu_machine_dependent_reorg): Call compute_bb_for_insn and
16166         free_bb_for_insn around code that modifies insns before
16167         restarting df analysis.
16169 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16171         PR target/49541
16172         * config/sol2.h (LIB_SPEC): Simplify.  Move LIB_THREAD_LDFLAGS_SPEC ...
16173         (LINK_SPEC): ... here.
16175 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
16177         * haifa-sched.c (struct sched_block_state): New.
16178         (schedule_block): Move some local variables into such a structure.
16180 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16182         * config/i386/crtprec.c: Move to ../libgcc/config/i386.
16183         * config/i386/t-crtpc: Remove.
16184         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
16185         * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
16186         tmake_file.
16187         (x86_64-*-darwin*): Likewise.
16188         (i[34567]86-*-linux*): Likewise.
16189         (x86_64-*-linux*): Likewise.
16191         * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
16192         Handle -mpc32, -mpc64, -mpc80.
16194 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16196         * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
16197         * config/alpha/t-crtfm: Remove.
16198         * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
16199         * config/i386/t-crtfm: Remove.
16200         * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
16201         * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
16202         * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
16203         * config/sparc/t-crtfm: Remove.
16205         * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
16206         (alpha*-*-freebsd*): Likewise.
16207         (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
16208         (x86_64-*-darwin*): Likewise.
16209         (i[34567]86-*-linux*): Likewise.
16210         (x86_64-*-linux*): Likewise.
16211         (x86_64-*-mingw*): Likewise.
16212         (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
16213         (ia64*-*-freebsd*): Likewise.
16214         (ia64*-*-linux*): Likewise.
16215         (mips64*-*-linux*): Likewise.
16216         (mips*-*-linux*): Likewise.
16217         (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
16218         (sparc64-*-linux*): Likewise.
16219         (sparc64-*-freebsd*): Likewise.
16221 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16223         * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
16224         * config/darwin-crt3.c: Move to ../libgcc/config.
16225         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
16226         ($(T)crt3$(objext)): Remove.
16227         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
16228         ($(T)crt2$(objext)): Remove.
16229         * config.gcc (powerpc-*-darwin*): Remove extra_parts.
16230         (powerpc64-*-darwin*): Likewise.
16232 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
16234         * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
16236         * config/i386/i386.md (*addsi_1_zext): Renamed to ...
16237         (addsi_1_zext): This.
16239 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
16241         * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
16242         * doc/tm.texi: Regenerate.
16243         * target.def (mergeable_rodata_prefix): New defhookpod.
16244         * varasm.c (mergeable_string_section, mergeable_constant_section):
16245         Use it. Allocate name with alloca.
16247 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
16249         * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
16251 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
16253         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
16254         overlap check.
16256 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
16258         * tree.h (categorize_ctor_elements): Remove comment.  Fix long line.
16259         (count_type_elements): Delete.
16260         (complete_ctor_at_level_p): Declare.
16261         * expr.c (flexible_array_member_p): New function, split out from...
16262         (count_type_elements): ...here.  Make static.  Replace allow_flexarr
16263         parameter with for_ctor_p.  When for_ctor_p is true, return the
16264         number of elements that should appear in the top-level constructor,
16265         otherwise return an estimate of the number of scalars.
16266         (categorize_ctor_elements): Replace p_must_clear with p_complete.
16267         (categorize_ctor_elements_1): Likewise.  Use complete_ctor_at_level_p.
16268         (complete_ctor_at_level_p): New function, borrowing union logic
16269         from old categorize_ctor_elements_1.
16270         (mostly_zeros_p): Return true if the constructor is not complete.
16271         (all_zeros_p): Update call to categorize_ctor_elements.
16272         * gimplify.c (gimplify_init_constructor): Update call to
16273         categorize_ctor_elements.  Don't call count_type_elements.
16274         Unconditionally prevent clearing for variable-sized types,
16275         otherwise rely on categorize_ctor_elements to detect
16276         incomplete initializers.
16278 2011-07-13  Richard Guenther  <rguenther@suse.de>
16280         * tree-vrp.c (simplify_conversion_using_ranges): Make sure
16281         the final type is integral.
16283 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
16285         * sched-int.h (struct _dep): Add member cost.
16286         (DEP_COST, UNKNOWN_DEP_COST): New macros.
16287         * sched-deps.c (init_dep_1): Initialize DEP_COST.
16288         * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
16289         (sched_change_pattern): Reset it for dependent insns.
16291 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16293         * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
16294         ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
16295         * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
16296         * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
16297         (CRT0_S, MCRT0_S): Remove.
16298         ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
16299         Remove.
16300         (s-crt0): Remove.
16301         * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
16303 2011-07-12  Eric Botcazou  <ebotcazou@adacore.com>
16305         * cse.c (insert_with_costs): Put semi-colon after empty loop body
16306         on the next line.
16307         * emit-rtl.c (push_to_sequence): Likewise.
16308         * haifa-sched.c (max_issue): Likewise.
16309         * matrix-reorg.c (add_allocation_site): Likewise.
16310         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
16311         * reload.c (alternative_allows_const_pool_ref): Likewise.
16312         * sched-rgn.c (rgn_add_block): Likewise.
16313         (rgn_fix_recovery_cfg): Likewise.
16314         * tree.c (attribute_list_contained): Likewise.
16316 2011-07-12  Uros Bizjak  <ubizjak@gmail.com>
16318         * config/i386/i386.c: Tidy processor feature bitmasks.
16319         (m_P4_NOCONA): New.
16321 2011-07-12  Andrew Pinski  <pinskia@gmail.com>
16323         PR rtl-opt/49474
16324         * cprop.c (find_implicit_sets): Correct the condition.
16326 2011-07-12  Richard Henderson  <rth@redhat.com>
16328         PR target/49713
16329         * dwarf2out.h (dwarf_frame_regnum): Remove.
16330         * dwarf2out.c (based_loc_descr): Revert last change.  Initialize regno
16331         earlier from DWARF_FRAME_REGNUM.  Never use dbx_reg_number.
16332         * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
16333         (execute_dwarf2_frame): Initialize them.
16334         (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
16335         users of the macros with the variables.
16336         (expand_builtin_dwarf_sp_column): Revert last change.
16337         (expand_builtin_init_dwarf_reg_sizes): Likewise.  Compute the
16338         result of DWARF_FRAME_REGNUM into a local variable.
16340 2011-07-12  Richard Henderson  <rth@redhat.com>
16342         PR target/49714
16343         * config/i386/i386.c (x86_output_mi_thunk): Use
16344         machopic_indirect_call_target instead of machopic_indirection_name
16345         directly.
16347 2011-07-12  Laurent GUERBY  <laurent@guerby.net>
16348             Eric Botcazou  <ebotcazou@adacore.com>
16350         * prefix.h: Wrap up in extern "C" block.
16352 2011-07-12  Harsha Jagasia  <harsha.jagasia@amd.com>
16354         AMD bdver2 Enablement
16355         * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
16356         (case ${target}): Add bdver2.
16357         * config/i386/driver-i386.c (host_detect_local_cpu): Let
16358         -march=native recognize bdver2 processors.
16359         * config/i386/i386-c.c (ix86_target_macros_internal): Add
16360         bdver2 def_and_undef
16361         * config/i386/i386.c (struct processor_costs bdver2_cost): New
16362         bdver2 cost table.
16363         (m_BDVER2): New definition.
16364         (m_AMD_MULTIPLE): Includes m_BDVER2.
16365         (initial_ix86_tune_features): Add bdver2 tuning.
16366         (processor_target_table): Add bdver2 entry.
16367         (static const char *const cpu_names): Add bdver2 entry.
16368         (ix86_option_override_internal): Add bdver2 instruction sets.
16369         (ix86_issue_rate): Add bdver2.
16370         (ix86_adjust_cost): Add bdver2.
16371         (has_dispatch): Add bdver2.
16372         * config/i386/i386.h (TARGET_BDVER2): New definition.
16373         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
16374         (enum processor_type): Add PROCESSOR_BDVER2.
16375         * config/i386/i386.md (define_attr "cpu"): Add bdver2.
16376         * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
16377         description.
16379 2011-07-12  Richard Henderson  <rth@redhat.com>
16381         PR target/49714
16382         * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
16383         destination address in memory on some paths.
16385 2011-07-12  Bernd Schmidt  <bernds@codesourcery.com>
16387         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
16388         TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
16389         (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
16390         * function.c (locate_and_pad_parm): Take it into account.
16391         * target.def (function_arg_round_boundary): New hook.
16392         * targhooks.c (default_function_arg_round_boundary): New function.
16393         * targhooks.h (default_function_arg_round_boundary): Declare.
16394         * doc/tm.texi: Regenerate.
16396 2011-07-12  Richard Guenther  <rguenther@suse.de>
16398         * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
16399         Do not perform no-op changes.
16401 2011-07-12  Richard Sandiford  <richard.sandiford@linaro.org>
16403         * config/arm/predicates.md (neon_struct_operand): Make a normal
16404         predicate.
16405         (neon_struct_or_register_operand): New predicate.
16406         * config/arm/neon.md (movmisalign<mode>): Replace predicates
16407         with neon_struct_or_register_operand.
16408         (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
16409         neon_struct_operand instead of memory_operand.
16411 2011-07-12  Martin Jambor  <mjambor@suse.cz>
16413         * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
16414         * cgraph.c (cgraph_get_node_or_alias): Removed.
16415         (change_decl_assembler_name): Changed all calls to
16416         cgraph_get_node_or_alias to a call to cgraph_get_node.
16417         (cgraph_make_decl_local): Likewise.
16418         * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
16419         * varasm.c (default_binds_local_p_1): Likewise.
16420         (decl_binds_to_current_def_p): Likewise.
16422 2011-07-12  Jakub Jelinek  <jakub@redhat.com>
16424         PR tree-optimization/49712
16425         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
16427 2011-07-11  Bernd Schmidt  <bernds@codesourcery.com>
16429         * genautomata.c (add_arc): Return void.  All callers changed.
16430         (make_automaton): Remove dead code.
16432 2011-07-11  Richard Henderson  <rth@redhat.com>
16434         * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
16435         (DW_FRAME_POINTER_REGNUM): New.
16436         (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
16437         (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
16438         (dwf_regno): New.
16439         (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
16440         dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
16441         dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
16442         Use it.
16443         * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
16444         * dwarf2out.h (dwarf_frame_regnum): New.
16445         (struct cfa_loc): Document the domain of the reg member.
16447 2011-07-11  Uros Bizjak  <ubizjak@gmail.com>
16449         * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
16450         Use offset everywhere.  Always assert that offset <= TRAMPOLINE_SIZE.
16452 2011-07-11  Jakub Jelinek  <jakub@redhat.com>
16454         PR debug/49676
16455         * dwarf2out.c (int_shift_loc_descriptor): New function.
16456         (int_loc_descriptor): If shorter, emit i as
16457         (i >> shift), shift, DW_OP_shl for suitable shift value.
16458         Similarly, try to optimize large negative values using
16459         DW_OP_neg of a positive value if shorter.
16460         (size_of_int_shift_loc_descriptor): New function.
16461         (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
16462         changes.
16463         (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
16464         that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
16465         DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
16466         is shorter.
16467         (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
16468         addend as added DW_OP_plus if it is shorter.
16470 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16472         * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
16473         (DTORS_SECTION_ASM_OP): Define.
16475 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16477         * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
16478         * config/t-dfprules: Move to ../libgcc/config.
16479         * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
16480         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
16481         i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
16482         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
16483         Likewise.
16484         (i[34567]86-*-cygwin*): Likewise.
16485         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
16486         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
16487         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
16488         (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
16489         D64PBIT_FUNCS, D128PBIT_FUNCS.
16491 2011-07-11  Richard Guenther  <rguenther@suse.de>
16493         * tree-vrp.c (simplify_conversion_using_ranges): Manually
16494         translate the source value-range through the conversion chain.
16496 2011-07-11  Richard Sandiford  <richard.sandiford@linaro.org>
16498         * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
16500 2011-07-11  Arthur Loiret  <aloiret@debian.org>
16502         * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
16503         a bi-arch compiler defaulting to 31-bit. In this case:
16504         (tmake_file): Add s390/t-linux64.
16505         * doc/install.texi: Add s390-linux to the list of targets supporting
16506         --enable-targets=all.
16508 2011-07-11  Arthur Loiret  <aloiret@debian.org>
16509             Matthias Klose <doko@debian.org>
16511         * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
16512         a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
16513         (tm_file): Add mips/linux64.h.
16514         (tmake_file): Add mips/t-linux64.
16515         (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
16516         * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
16517         instead of hardcoded mabi=n32.
16518         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
16519         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
16520         convention.
16522 2011-07-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16524         * passes.c (init_optimization_passes): Add invariant motion pass
16525         after induction variable optimization.
16527 2011-07-11  Georg-Johann Lay  <avr@gjlay.de>
16529         PR target/39633
16530         * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
16531         offsets 1..5 set cc0 in a usable way.
16533 2011-07-11  Romain Geissler  <romain.geissler@gmail.com>
16535         * tree.h (call_expr_arg): Remove.
16536         (call_expr_argp): Likewise.
16538 2011-07-11  Eric Botcazou  <ebotcazou@adacore.com>
16540         * config/sparc/sparc.md (save_register_window_1): Rename to...
16541         (window_save): ...this.
16542         * config/sparc/sparc.c (emit_save_register_window): Rename to...
16543         (emit_window_save): ...this.
16544         (sparc_expand_prologue): Adjust to above renaming.
16546 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
16548         * config/i386/i386.c (ix86_trampoline_init): Use movl instead
16549         of movabs for x32.
16551 2011-07-10  Richard Henderson  <rth@redhat.com>
16553         * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
16554         run final, instead of emitting text directly.
16556 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
16558         * config/i386/i386.c (ix86_option_override_internal): Turn on
16559         OPTION_MASK_ISA_64BIT for TARGET_X32.  Only allow small and
16560         small PIC models for TARGET_X32.
16562 2011-07-10  Hans-Peter Nilsson  <hp@axis.com>
16564         PR target/49684
16565         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
16566         $(LIBGCC2_CFLAGS).
16568         PR bootstrap/49680
16569         * config/cris/cris.c (cris_asm_output_case_end): Robustify against
16570         stray notes and debug insns by using prev_nonnote_nondebug_insn
16571         instead of PREV_INSN.
16573 2011-07-09  Richard Henderson  <rth@redhat.com>
16575         * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
16576         DWARF_TYPE_SIGNATURE_SIZE): Move from ...
16577         * dwarf2out.c: ... here.
16578         (output_all_cfis): Remove.
16579         (dwarf2out_switch_text_section): Use output_cfis directly.
16580         (size_of_locs): Export.
16581         (output_loc_sequence, output_loc_sequence_raw): Export.
16582         (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
16583         output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
16584         output_cfa_loc_raw): Move to ...
16585         * dwarfcfi.c: ... here.
16586         * dwarf2out.h: Update decls.
16588 2011-07-09  Richard Henderson  <rth@redhat.com>
16590         * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
16591         DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
16592         * dwarf2cfi.c: ... here.
16593         (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
16594         (DWARF_ROUND, DWARF_CIE_ID): Remove.
16595         * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
16596         (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
16597         (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
16599 2011-07-09  Richard Henderson  <rth@redhat.com>
16601         * dwarf2cfi.c (cie_return_save): New.
16602         (queue_reg_save): Use compare_reg_or_pc.
16603         (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
16604         (dwarf2out_frame_debug_expr): Likewise.
16605         (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
16606         (initial_return_save): Likewise.
16607         (execute_dwarf2_frame): Save and restore initial return save from
16608         the cie to the fde.
16609         * config/mips/mips.c (mips_frame_set): Remove special case for
16610         DWARF_FRAME_RETURN_COLUMN.
16612 2011-07-09  Richard Henderson  <rth@redhat.com>
16614         * dwarf2cfi.c (lookup_cfa): Remove.
16615         (execute_dwarf2_frame): Assert queues are empty on entry.
16616         Setup initial cfa directly, not via lookup_cfa.
16617         Don't clear args_size state here.
16619 2011-07-09  Richard Henderson  <rth@redhat.com>
16621         * dwarf2cfi.c (add_cfi_vec): New.
16622         (add_cfi): Rename from add_fde_cfi.  Add the element to add_cfi_vec.
16623         (def_cfa_1, reg_save): Remove for_cie argument.  Update all callers.
16624         (execute_dwarf2_frame): Set add_cfi_vec.
16626 2011-07-09  Richard Henderson  <rth@redhat.com>
16628         * defaults.h (ASM_COMMENT_START): Move here...
16629         * dwarf2asm.c: ... from here.
16630         * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
16631         * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
16632         * varasm.c: Likewise.
16634 2011-07-09  Richard Henderson  <rth@redhat.com>
16636         PR debug/49686
16637         * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
16638         (create_cfi_notes): ... do it here instead.
16640 2011-07-09  Jakub Jelinek  <jakub@redhat.com>
16642         PR debug/49676
16643         * dwarf2out.c (size_of_int_loc_descriptor): New function.
16644         (address_of_int_loc_descriptor): Use it.
16645         (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
16647 2011-07-09  Richard Henderson  <rth@redhat.com>
16649         * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
16650         (prologue, epilogue): New.
16651         (return, *rts): New.
16652         (blockage, setd, seti): New.
16653         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
16654         (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
16655         (pdp11_saved_regno): New.
16656         (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
16657         generate rtl instead of text.
16658         (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
16659         (pdp11_sp_frame_offset): Export.  Use pdp11_saved_regno.
16660         * config/pdp11/pdp11-protos.h: Update.
16662 2011-07-09  Richard Henderson  <rth@redhat.com>
16664         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
16665         try to insert an rtl prologue here.
16666         (rs6000_output_function_epilogue): Similarly.
16667         * config/rs6000/rs6000.md (prologue): Emit a barrier to
16668         satisfy !TARGET_SCHED_PROLOG.
16669         (epilogue, sibcall_epilogue): Likewise.
16671 2011-07-09  Eric Botcazou  <ebotcazou@adacore.com>
16673         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
16674         (FP_REG_P): Delete.
16675         (IN_OR_GLOBAL_P): Likewise.
16677 2011-07-08  Jason Merrill  <jason@redhat.com>
16679         PR c++/45437
16680         * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
16681         compound assignment.
16683         * cgraph.c (cgraph_add_to_same_comdat_group): New.
16684         * cgraph.h: Declare it.
16685         * ipa.c (function_and_variable_visibility): Make sure thunks
16686         have the right visibility.
16688 2011-07-08  Richard Henderson  <rth@redhat.com>
16690         PR bootstrap/49680
16691         * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
16692         any tablejump vector.
16694         PR bootstrap/49680
16695         * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
16696         end of the prologue.
16698 2011-07-08  Jakub Jelinek  <jakub@redhat.com>
16700         PR target/49621
16701         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
16702         CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
16703         * config/rs6000/vector.md (vector_select_<mode>,
16704         vector_select_<mode>_uns): Change second operand of NE to
16705         CONST0_RTX (<MODE>mode) instead of const0_rtx.
16706         * config/rs6000/altivec.md (*altivec_vsel<mode>,
16707         *altivec_vsel<mode>_uns): Expect second operand of NE to be
16708         zero_constant of the corresponding vector mode.
16709         * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
16710         Likewise.
16712 2011-07-08  Sebastian Pop  <sebastian.pop@amd.com>
16714         * graphite-dependences.c (build_alias_set_powerset): Remove
16715         continue from loop, add one more assert.
16717 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
16719         PR target/46779
16720         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
16721         In particular, allow 8-bit values in r28 and r29.
16722         (avr_hard_regno_scratch_ok): Disallow any register that might be
16723         part of the frame pointer.
16724         (avr_hard_regno_rename_ok): Same.
16725         (avr_legitimate_address_p): Don't allow SUBREGs.
16727 2011-07-08  Julian Brown  <julian@codesourcery.com>
16729         * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
16730         big-endian mode.
16731         (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
16732         (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
16733         (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
16734         (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
16735         (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
16736         (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
16737         (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
16738         registers in big-endian mode.
16740 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
16742         * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
16743         in terms of another.
16744         (write_attr_value): Write a cast if necessary.
16746         * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
16747         * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
16748         (REG_WORDS_BIG_ENDIAN): Document.
16749         * doc/tm.texi: Regenerate.
16750         * reload.c (operands_match_p): Take it into account.
16751         (reload_adjust_reg_for_mode): Likewise.
16752         * rtlanal.c (subreg_get_info): Likewise.
16754 2011-07-08  Richard Guenther  <rguenther@suse.de>
16756         * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
16757         folding.
16759 2011-07-08  Kai Tietz  <ktietz@redhat.com>
16761         * fold-const.c (fold_truth_andor): Factored out truth_andor
16762         label from fold_binary as function.
16763         (fold_binary_loc): Replace truth_andor lable
16764         by function fold_truth_andor.
16766 2011-07-08  Kirill Yukhin  <kirill.yukhin@intel.com>
16768         PR middle-end/49519
16769         * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
16770         check if address is stored in register. If so - give up.
16771         (check_sibcall_argument_overlap_1): Do not perform check of
16772         overlapping when it is call to address.
16774 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
16776         * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
16777         of magic '31'.
16779 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
16781         * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
16782         GET_MODE_BITSIZE where appropriate.
16783         (widen_leading, expand_parity, expand_ctz, expand_ffs,
16784         expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
16785         expand_float, expand_fix): Likewise.
16786         * expr.c (convert_move, convert_modes, expand_expr_real_2,
16787         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
16788         * stor-layout.c (get_mode_bounds): Likewise.
16789         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
16790         Likewise.
16791         * convert.c (convert_to_integer): Likewise.
16792         * expmed.c (expand_shift_1): Likewise.
16794         * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
16795         a bitsize.
16797         * optabs.c (expand_binop): Tighten conditions for doubleword
16798         expansions.
16799         (widen_bswap): Assert that mode bitsize and precision are the same.
16800         * stor-layout.c (get_best_mode): Skip modes that have lower
16801         precision than bitsize.
16802         * recog.c (simplify_while_replacing): Assert that bitsize and
16803         precision are the same.
16805 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16807         * Makefile.in (LIBGCOV): Remove.
16808         (libgcc.mvars): Remove LIBGCOV.
16809         * libgov.c: Move to ../libgcc.
16811 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16813         * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
16815 2011-07-08  Martin Jambor  <mjambor@suse.cz>
16817         * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
16818         is too big for total scalarization.
16820 2011-07-07  Richard Henderson  <rth@redhat.com>
16822         * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
16823         (DBX_DEBUGGING_INFO): Undef.
16825 2011-07-07  Richard Henderson  <rth@redhat.com>
16827         * dwarf2out.c (output_cfi_directive): Export.  Add FILE parameter.
16828         Handle some opcodes specially for debugging.
16829         * print-rtl.c: Include dwarf2out.h
16830         (print_rtx): Handle NOTE_INSN_CFI.
16831         * Makefile.in (print-rtl.o): Update.
16833 2011-07-07  Richard Henderson  <rth@redhat.com>
16835         * tree-pass.h (pass_dwarf2_frame): Declare.
16836         * passes.c (init_optimization_passes): Add it.
16837         * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
16838         (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
16839         make static, do not call add_cfis_to_fde.
16840         (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
16841         dwarf2out_frame_init): Merge into...
16842         (execute_dwarf2_frame): ... here.  New function.
16843         (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean.  Change
16844         saved_do_cfi_asm to a tri-state variable.
16845         (gate_dwarf2_frame, pass_dwarf2_frame): New.
16846         * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
16847         if it has yet to be done.  Don't call dwarf2cfi_function_init.
16848         * dwarf2out.h, debug.h: Update decls.
16849         * final.c (final_start_function): Don't call
16850         dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
16851         * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
16852         * toplev.c (lang_dependent_init): Likewise.
16854 2011-07-07  Richard Henderson  <rth@redhat.com>
16856         * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
16857         FDE_TABLE_INCREMENT): Replace with...
16858         (fde_vec): ... this, a new vector.
16859         (current_fde): Remove.  Replace all users with cfun->fde.
16860         (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
16861         (size_of_aranges, dwarf2out_finish): Likewise.
16862         (dwarf2out_alloc_current_fde): Break out from ...
16863         (dwarf2out_begin_prologue): ... here.
16864         (dwarf2out_frame_init): Remove.
16865         * dwarf2cfi.c: Update all users of current_fde.
16866         (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
16867         * dwarf2out.h: Update decls.
16868         (dw_fde_node): Add fde_index member.
16869         * function.h (struct function): Add fde member.
16871 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
16872             Richard Henderson  <rth@redhat.com>
16874         * dwarf2cfi.c (add_cfi): Remove.
16875         (dwarf2out_cfi_label): Remove force argument.  Only generate the
16876         label name.
16877         (add_fde_cfi): Simplify the different code paths.
16878         (add_cie_cfi): New.
16879         (old_cfa, old_cfa_remember): New.
16880         (def_cfa_1, reg_save): Remove label, add for_cie parameter.
16881         (last_reg_save_label): Remove.
16882         (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
16883         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
16884         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
16885         dwarf2out_frame_debug_cfa_expression,
16886         dwarf2out_frame_debug_cfa_restore,
16887         dwarf2out_frame_debug_cfa_window_save,
16888         dwarf2out_frame_debug_expr): Remove label parameter.
16889         (cfi_label_required_p, add_cfis_to_fde): New.
16890         (dwarf2out_frame_debug_after_prologue): New.
16891         (dwarf2cfi_frame_init): Initialize old_cfa.
16892         (dwarf2out_frame_debug_restore_state): Likewise.
16893         * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
16894         (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
16895         * final.c (final_start_function): Call
16896         dwarf2out_frame_debug_after_prologue.
16898 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
16899             Richard Henderson  <rth@redhat.com>
16901         * dwarf2cfi.c (cfi_insn): New.
16902         (dwarf2out_cfi_label): Don't emit cfi label here.
16903         (add_fde_cfi): Create a NOTE_INSN_CFI.
16904         (dwarf2out_frame_debug): Setup cfi_insn.
16905         (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
16906         (dwarf2out_cfi_begin_epilogue): Make static.
16907         (dwarf2out_frame_debug_restore_state): Make static.
16908         * dwarf2out.c (output_cfi_directive): Make static.
16909         (dwarf2out_emit_cfi): New.
16910         * dwarf2out.h: Update.
16911         * final.c (final): Remove CFI notes.
16912         (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
16913         dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
16914         Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
16915         * insn-notes.def (NOTE_INSN_CFI): New.
16916         (NOTE_INSN_CFI_LABEL): New.
16917         * rtl.h (union rtunion_def): Add rt_cfi member.
16918         (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
16920 2011-07-07  Richard Henderson  <rth@redhat.com>
16922         * dwarf2cfi.c: New file.
16923         * Makefile.in (OBJS): Add it.
16924         (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
16925         * gengtype.c (open_base_files): Include dwarf2out.h.
16926         * coretypes.h (enum var_init_status): Move from ...
16927         * rtl.h: ... here.
16928         * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
16929         dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
16930         expand_builtin_dwarf_sp_column, init_return_column_size,
16931         expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
16932         dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
16933         lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
16934         old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
16935         stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
16936         compute_barrier_args_size, dwarf2out_args_size,
16937         dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
16938         queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
16939         compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
16940         queue_reg_save, dwarf2out_flush_queued_reg_saves,
16941         clobbers_queued_reg_save, reg_saved_in, cfa_temp,
16942         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
16943         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
16944         dwarf2out_frame_debug_cfa_expression,
16945         dwarf2out_frame_debug_cfa_restore,
16946         dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
16947         dwarf2out_frame_debug, dwarf2out_frame_debug_init,
16948         dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
16949         get_cfa_from_loc_descr): Move to dwarf2cfi.c.
16950         (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
16951         dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
16952         dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
16953         dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
16954         dw_loc_descr_node): Move to dwarf2out.h.
16955         (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
16956         mem_loc_descriptor): Export.
16957         (build_cfa_aligned_loc): Export.  Take CFA as a parameter.
16958         (dwarf2out_frame_init): Extract CIE generation code to
16959         dwarf2cfi_frame_init.
16961 2011-07-07  Eric Botcazou  <ebotcazou@adacore.com>
16963         PR target/49660
16964         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
16965         MASK_V8PLUS, remove commented out flag and reorder.
16967 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
16969         PR c/49644
16970         * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
16971         one non-complex and one complex argument, call c_save_expr on both
16972         operands.
16974 2011-07-07  Martin Jambor  <mjambor@suse.cz>
16976         PR middle-end/49495
16977         * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
16978         (verify_cgraph_node): Some functinality moved to
16979         verify_edge_corresponds_to_fndecl, call it.
16981 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
16983         * config.gcc (*local*): Remove.
16984         * doc/install-old.texi: Don't mention local configurations.
16986 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
16988         PR debug/49522
16989         * df-problems.c (dead_debug_reset): Remove dead_debug_uses
16990         referencing debug insns that have been reset.
16991         (dead_debug_insert_before): Don't assert reg is non-NULL,
16992         instead return immediately if it is NULL.
16994 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
16996         * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
16998 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17000         * hw-doloop.c: New file.
17001         * hw-doloop.h: New file.
17002         * Makefile.in (OBJS): Add hw-doloop.o.
17003         (hw-doloop.o): New rule.
17004         ($(obj_out_file)): Add hw-doloop.h dependency.
17005         * config/bfin/bfin.c: Include "hw-doloop.h".
17006         (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
17007         (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
17008         (hwloop_optimize): Renamed from bfin_optimize_loop.  Argument
17009         type changed to hwloop_info.  Return bool, true if the loop was
17010         successfully optimized.  Remove code that was moved to
17011         hw-doloop.c, and adjust other parts.
17012         (hwloop_fail): New static function, containing parts that used
17013         to be in bfin_optimize_loop.
17014         (bfin_discover_loop, bfin_discover_loops, free_loops,
17015         bfin_reorder_loops): Remove.
17016         (hwloop_pattern_reg): New static function.
17017         (bfin_doloop_hooks): New variable.
17018         (bfin_reorg_loops): Remove most code, call reorg_loops.
17019         * config/bfin/bfin.md (doloop_end splitter): Also enable if
17020         loop counter is a memory_operand.
17022 2011-07-07  H.J. Lu  <hongjiu.lu@intel.com>
17024         * config.gcc: Support --with-multilib-list for x86 Linux targets.
17026         * configure.ac: Mention x86-64 for --with-multilib-list.
17027         * configure: Regenerated.
17029         * config/i386/gnu-user64.h (SPEC_64): Support x32.
17030         (SPEC_32): Likewise.
17031         (ASM_SPEC): Likewise.
17032         (LINK_SPEC): Likewise.
17033         (TARGET_THREAD_SSP_OFFSET): Likewise.
17034         (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
17035         (SPEC_X32): New.
17037         * config/i386/i386.h (TARGET_X32): New.
17038         (TARGET_LP64): New.
17039         (LONG_TYPE_SIZE): Likewise.
17040         (POINTER_SIZE): Likewise.
17041         (POINTERS_EXTEND_UNSIGNED): Likewise.
17042         (OPT_ARCH64): Support x32.
17043         (OPT_ARCH32): Likewise.
17045         * config/i386/i386.opt (mx32): New.
17047         * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
17048         (GLIBC_DYNAMIC_LINKERX32): Likewise.
17049         * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
17050         (GLIBC_DYNAMIC_LINKERX32): Likewise.
17052         * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
17053         (BIONIC_DYNAMIC_LINKERX32): Likewise.
17054         (GNU_USER_DYNAMIC_LINKERX32): Likewise.
17056         * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
17058         * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
17060         * doc/invoke.texi: Document -mx32.
17062 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
17064         * doc/invoke.texi (mwords-little-endian): Deprecate.
17065         * config/arm/arm.opt (mwords-little-endian): Likewise.
17066         * config/arm/arm.c (arm_option_override): Warn about the deprecation
17067         of -mwords-little-endian.
17069 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
17071         * reload1.c (choose_reload_regs): Use mode sizes to check whether
17072         an old reload register completely defines the required value.
17074 2011-07-07  Richard Guenther  <rguenther@suse.de>
17076         * fold-const.c (fold_unary_loc): Do not strip sign-changes
17077         for NEGATE_EXPR.
17079 2011-07-07  Richard Guenther  <rguenther@suse.de>
17081         * tree-vrp.c (simplify_conversion_using_ranges): New function.
17082         (simplify_stmt_using_ranges): Call it.
17084 2011-07-07  Kai Tietz  <ktietz@redhat.com>
17086         * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
17087         (lookup_logical_inverted_value): Likewise.
17088         (simplify_bitwise_binary_1): Likewise.
17089         (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
17091 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
17093         * gcc.c (%[Spec]): Don't document.
17094         (struct spec_list): Update comment.
17095         (do_spec_1): Don't handle %[Spec].
17096         * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
17098 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
17100         * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
17101         default based on TARGET_ASM_NAMED_SECTION.
17102         * common/common-target.def (have_named_sections): Default to true.
17103         * common/config/default-common.c: Don't include tm.h.
17104         * common/config/picochip/picochip-common.c
17105         (TARGET_HAVE_NAMED_SECTIONS): Don't define.
17106         * common/config/m32c/m32c-common.c: Remove.
17107         * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
17108         * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17109         * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17110         * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17111         * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17112         * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17113         * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
17115 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
17117         PR middle-end/49640
17118         * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
17119         and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
17121 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17123         PR libmudflap/49550
17124         * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
17126 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17128         PR target/39150
17129         * configure.ac (gcc_cv_as_hidden): Also accept
17130         x86_64-*-solaris2.1[0-9]*.
17131         (gcc_cv_as_cfi_directive): Likewise.
17132         (gcc_cv_as_comdat_group_group): Likewise.
17133         (set_have_as_tls): Likewise.
17134         * configure: Regenerate.
17135         * config.gcc (i[34567]86-*-solaris2*): Also handle
17136         x86_64-*-solaris2.1[0-9]*.
17137         * config.host (i[34567]86-*-solaris2*): Likewise.
17138         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
17139         * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
17140         [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
17141         (TARGET_LD_EMULATION): Use it.
17142         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
17143         (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
17144         * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
17145         (ASM_CPU64_DEFAULT_SPEC): Define.
17146         (ASM_CPU_SPEC): Use %(asm_cpu_default).
17147         (ASM_SPEC): Redefine.
17148         (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
17149         * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
17150         * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
17151         (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
17152         configuration.
17153         (Specific, x86_64-*-solaris2.1[0-9]*): Document.
17155 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17157         * config/sol2.h (ASM_SPEC): Split into ...
17158         (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
17159         * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
17160         * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
17161         (ASM_SPEC): Use ASM_SPEC_BASE.
17162         * config/sparc/sol2.h (ASM_SPEC): Redefine.
17164 2011-07-07  Georg-Johann Lay  <avr@gjlay.de>
17166         * config/avr/avr.md (*reload_insi): Change predicate #1 to
17167         const_int_operand.  Ditto for peep2 producing this insn.
17168         Add argument to output_reload_insisf call.
17169         (*movsi,*movsf): Add argument to output_movsisf call.
17170         (*reload_insf): New insn and new peep2 to produce it.
17171         * config/avr/avr-protos.h (output_movsisf): Change prototype.
17172         (output_reload_insisf): Change prototype.
17173         * config/avr/avr.c (avr_asm_len): New function.
17174         (output_reload_insisf): Rewrite.
17175         (output_movsisf): Change prototype.  output_reload_insisf for
17176         all CONST_INT and CONST_DOUBLE.  ALlow moving 0.0f to memory.
17177         (adjust_insn_length): Add argument to output_movsisf and
17178         output_reload_insisf call.
17180 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17182         * emit-rtl.c (paradoxical_subreg_p): New function.
17183         * rtl.h (paradoxical_subreg_p): Declare.
17184         * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
17185         apply_distributive_law, simplify_comparison, simplify_set): Use it.
17186         * cse.c (record_jump_cond, cse_insn): Likewise.
17187         * expr.c (force_operand): Likewise.
17188         * rtlanal.c (num_sign_bit_copies1): Likewise.
17189         * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
17190         * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
17191         (push_reload): Use precision to check for paradoxical subregs.
17192         * expmed.c (extract_bit_field_1): Likewise.
17194         * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
17195         * combine.c (set_nonzero_bits_and_sign_copies): Use it.
17196         (find_split-point, combine_simplify_rtx, simplify_if_then_else,
17197         simplify_set, simplify_logical, expand_compound_operation,
17198         make_extraction, force_to_mode, if_then_else_cond, extended_count,
17199         try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
17200         record_value_for_reg): Likewise.
17201         * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
17202         * simplify-rtx. c (simplify_unary_operation_1,
17203         simplify_binary_operation_1, simplify_const_relational_operation):
17204         Likewise.
17206         * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
17207         instead of GET_MODE_BITSIZE where appropriate.
17208         * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
17209         num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
17210         init_num_sign_bit_copies_in_rep): Likewise.
17211         * cse.c (fold_rtx, cse_insn): Likewise.
17212         * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
17213         * simplify-rtx.c (simplify_unary_operation_1,
17214         simplify_const_unary_operation, simplify_binary_operation_1,
17215         simplify_const_binary_operation, simplify_ternary_operation,
17216         simplify_const_relational_operation, simplify_subreg): Likewise.
17217         * combine.c (try_combine, find_split_point, combine_simplify_rtx,
17218         simplify_if_then_else, simplify_set, expand_compound_operation,
17219         expand_field_assignment, make_extraction, if_then_else_cond,
17220         make_compound_operation, force_to_mode, make_field_assignment,
17221         reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
17222         extended_count, try_widen_shift_mode, simplify_shift_const_1,
17223         simplify_comparison, record_promoted_value, simplify_compare_const,
17224         record_dead_and_set_regs_1): Likewise.
17226         Revert:
17227         * simplify-rtx.c (simplify_const_binary_operation): Use the
17228         shift_truncation_mask hook instead of performing modulo by width.
17229         Compare against mode precision, not bitsize.
17230         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
17231         Use shift_truncation_mask instead of constructing the value manually.
17233 2011-07-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
17235         * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
17236         declaration.
17237         (rs6000_save_toc_in_prologue_p): Ditto.
17239         * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
17240         up the static chain (r11) during indirect function calls.
17241         (-msave-toc-indirect): New undocumented debug switch.
17243         * config/rs6000/rs6000.c (struct machine_function): Add
17244         save_toc_in_prologue field to note whether the prologue needs to
17245         save the TOC value in the reserved stack location.
17246         (rs6000_emit_prologue): Use TOC_REGNUM instead of 2.  If we need
17247         to save the TOC in the prologue, do so.
17248         (rs6000_trampoline_init): Don't allow creating AIX style
17249         trampolines if -mno-r11 is in effect.
17250         (rs6000_call_indirect_aix): New function to create AIX style
17251         indirect calls, adding support for -mno-r11 to suppress loading
17252         the static chain, and saving the TOC in the prologue instead of
17253         the call body.
17254         (rs6000_save_toc_in_prologue_p): Return true if we are saving the
17255         TOC in the prologue.
17257         * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
17258         register numbers.
17259         (TOC_REGNUM): Ditto.
17260         (STATIC_CHAIN_REGNUM): Ditto.
17261         (ARG_POINTER_REGNUM): Ditto.
17262         (SFP_REGNO): Delete, unused.
17263         (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
17264         function descriptor offsets.
17265         (TOC_SAVE_OFFSET_64BIT): Ditto.
17266         (AIX_FUNC_DESC_TOC_32BIT): Ditto.
17267         (AIX_FUNC_DESC_TOC_64BIT): Ditto.
17268         (AIX_FUNC_DESC_SC_32BIT): Ditto.
17269         (AIX_FUNC_DESC_SC_64BIT): Ditto.
17270         (ptrload): New mode attribute for the appropriate load of a pointer.
17271         (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
17272         (call_indirect_aix64): Ditto.
17273         (call_value_indirect_aix32): Ditto.
17274         (call_value_indirect_aix64): Ditto.
17275         (call_indirect_nonlocal_aix32_internal): Ditto.
17276         (call_indirect_nonlocal_aix32): Ditto.
17277         (call_indirect_nonlocal_aix64_internal): Ditto.
17278         (call_indirect_nonlocal_aix64): Ditto.
17279         (call): Rewrite AIX indirect function calls.  Add support for
17280         eliminating the static chain, and for moving the save of the TOC
17281         to the function prologue.
17282         (call_value): Ditto.
17283         (call_indirect_aix<ptrsize>): Ditto.
17284         (call_indirect_aix<ptrsize>_internal): Ditto.
17285         (call_indirect_aix<ptrsize>_internal2): Ditto.
17286         (call_indirect_aix<ptrsize>_nor11): Ditto.
17287         (call_value_indirect_aix<ptrsize>): Ditto.
17288         (call_value_indirect_aix<ptrsize>_internal): Ditto.
17289         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
17290         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
17291         (call_nonlocal_aix32): Relocate in the rs6000.md file.
17292         (call_nonlocal_aix64): Ditto.
17294         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
17295         -mno-r11 documentation.
17297 2011-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
17299         PR other/49658
17300         * doc/extend.texi (Compound Literals): Fix typo.
17302 2011-07-06  James Greenhalgh  <james.greenhalgh@arm.com>
17304         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
17306 2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>
17308         * configure.ac (plugin-version.h): Generate
17309         GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
17310         GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
17311         macros.
17313         * configure: Regenerate.
17315         * doc/plugins.texi (Building GCC plugins): Mention
17316         GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
17318 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
17320         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
17321         * combine.c (make_extraction, gen_lowpart_or_truncate,
17322         apply_distributive_law, simplify_comparison,
17323         reg_truncated_to_mode, record_truncated_value): Use it.
17324         * cse.c (notreg_cost): Likewise.
17325         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
17326         * expr.c (convert_move, convert_modes): Likewise.
17327         * optabs.c (expand_binop, expand_unop): Likewise.
17328         * postreload.c (move2add_last_label): Likewise.
17329         * regmove.c (optimize_reg_copy_3): Likewise.
17330         * rtlhooks.c (gen_lowpart_general): Likewise.
17331         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
17333 2011-07-06  Joseph Myers  <joseph@codesourcery.com>
17335         * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
17337 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
17339         * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
17340         * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
17341         (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
17342         (simplify_const_unary_operation, simplify_binary_operation_1,
17343         simplify_const_binary_operation, simplify_const_relational_operation):
17344         Use them.  Use GET_MODE_MASK for masking and sign-extensions.
17345         * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
17346         combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
17347         simplify_shift_const_1, simplify_comparison): Likewise.
17348         * expr.c (convert_modes): Likewise.
17349         * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
17350         * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
17351         * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
17353         * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
17355 2011-07-06  Richard Guenther  <rguenther@suse.de>
17357         PR tree-optimization/49645
17358         * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
17359         register variables.
17360         * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
17361         in type qualification here ...
17362         (copy_reference_ops_from_ref): ... not here.
17363         (vn_reference_lookup_3): ... or here.
17364         (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
17365         (vn_reference_lookup): Do the lookup with a valueized ao-ref.
17367 2011-07-06  Ian Lance Taylor  <iant@google.com>
17369         * doc/install.texi (Configuration): It's
17370         --enable-gnu-indirect-function, not --enable-indirect-function.
17372 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
17374         * simplify-rtx.c (simplify_const_binary_operation): Use the
17375         shift_truncation_mask hook instead of performing modulo by width.
17376         Compare against mode precision, not bitsize.
17377         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
17378         Use shift_truncation_mask instead of constructing the value manually.
17380 2011-07-06  H.J. Lu  <hongjiu.lu@intel.com>
17382         PR middle-end/47383
17383         * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
17384         address computation and convert to address_mode if needed.
17386 2011-07-06  Richard Guenther  <rguenther@suse.de>
17388         * tree.c (build_common_tree_nodes_2): Merge with
17389         build_common_tree_nodes.
17390         * tree.h (build_common_tree_nodes): Adjust prototype.
17391         (build_common_tree_nodes_2): Remove.
17392         * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
17393         * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
17395 2011-07-05  Jakub Jelinek  <jakub@redhat.com>
17397         PR tree-optimization/49618
17398         * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
17399         t recurse on the decl.
17400         <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
17401         return true if expr isn't known to be defined in current
17402         TU or some other LTO partition.
17404 2011-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
17406         * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
17407         override CASE_VALUES_THRESHOLD.
17409         * stmt.c (toplevel): Include params.h.
17410         (case_values_threshold): Use the --param case-values-threshold
17411         value if non-zero, otherwise use machine dependent value.
17412         (expand_case): Use case_values_threshold.
17414         * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
17416         * doc/invoke.texi (--param case-values-threshold): Document.
17418 2011-07-05  Richard Henderson  <rth@redhat.com>
17420         * dwarf2out.c (dwarf2out_cfi_label): Make static.
17421         (dwarf2out_flush_queued_reg_saves): Make static.
17422         (dwarf2out_reg_save): Remove.
17423         (dwarf2out_return_save): Remove.
17424         (dwarf2out_return_reg): Remove.
17425         (dwarf2out_reg_save_reg): Remove.
17426         (dwarf2out_def_cfa): Merge into ...
17427         (dwarf2out_frame_init): ... here.
17428         * dwarf2out.h, tree.h: Remove declarations as necessary.
17430 2011-07-05  Richard Henderson  <rth@redhat.com>
17432         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
17433         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
17434         (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
17435         the alloc insn.
17437         * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
17438         (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
17439         (process_epilogue): Don't call dwarf2out_def_cfa.
17441         * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
17442         indicate the return address save.
17443         (process_cfa_register): Likewise.
17445         * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
17446         (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
17448         * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
17449         for ar.pfs save at alloc insn.
17451 2011-07-05  Richard Henderson  <rth@redhat.com>
17453         * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
17454         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
17455         (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
17456         stack pointer save.
17457         (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
17458         (arm_unwind_emit): Walk REG_NOTES for unwinding notes.  Emit
17459         proper unwind info for a REG_CFA_REGISTER save of stack pointer.
17460         * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
17462 2011-07-05  Richard Henderson  <rth@redhat.com>
17464         * config/vax/vax.md (define_c_enum unspecv): New.  Define the
17465         VUNSPEC_* constants here instead of via define_constants.
17466         (VUNSPEC_PEM): New constant.
17467         (procedure_entry_mask): New insn.
17468         (prologue): New expander.
17469         * config/vax/vax.c (vax_add_reg_cfa_offset): New.
17470         (vax_expand_prologue): Rename from vax_output_function_prologue;
17471         emit rtl instead of text.
17472         (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
17473         (print_operand): Add 'x' prefix.
17475 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17477         PR middle-end/47715
17478         * calls.c (precompute_register_parameters): Promote the function
17479         argument before checking non-legitimate constant.
17481 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17483         PR tree-optimization/47654
17484         * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
17485         (lst_do_strip_mine_loop): Return an int.
17486         (lst_do_strip_mine): Same.
17487         (scop_do_strip_mine): Same.
17488         (scop_do_block): Loop blocking should strip-mine at least two loops.
17489         * graphite-interchange.c (lst_interchange_select_outer): Return an int.
17490         (scop_do_interchange): Same.
17491         * graphite-poly.h (scop_do_interchange): Update declaration.
17492         (scop_do_strip_mine): Same.
17494 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17496         * graphite-clast-to-gimple.c (precision_for_value): Removed.
17497         (precision_for_interval): Removed.
17498         (gcc_type_for_interval): Use mpz_sizeinbase.
17500 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17502         * graphite-ppl.h (value_max): Correct computation of max.
17504 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
17506         * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
17508 2011-07-05  Richard Guenther  <rguenther@suse.de>
17510         * c-decl.c (c_init_decl_processing): Defer building common
17511         tree nodes to c_common_nodes_and_builtins.
17513 2011-07-05  Razya Ladelsky  <razya@il.ibm.com>
17515         PR tree-optimization/49580
17516         * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
17517         the loop's number of iterations.
17518         * tree-parloops.c (transform_to_exit_first_loop): Add the
17519         handling of the loop's number of iterations before the call
17520         to gimple_duplicate_sese_tail.
17521         Insert the stmt caclculating the new rhs of the loop's
17522         condition stmt to the preheader instead of iters_bb.
17524 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17526         PR rtl-optimization/47449
17527         * fwprop.c (forward_propagate_subreg): Don't propagate hard
17528         register nor zero/sign extended hard register.
17530 2011-07-05  Richard Guenther  <rguenther@suse.de>
17532         PR tree-optimization/49518
17533         PR tree-optimization/49628
17534         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
17535         irrelevant and invariant data-references.
17536         (vect_analyze_data_ref_access): For invariant loads clear the
17537         group association.
17539 2011-07-04  Jakub Jelinek  <jakub@redhat.com>
17541         PR rtl-optimization/49619
17542         * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
17543         pass VOIDmode as op0_mode to recursive call, and return temp even
17544         when different from tor, just if it is not IOR of the original
17545         PLUS arguments.
17547         PR rtl-optimization/49472
17548         * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
17549         negating MULT, negate the second operand instead of first.
17550         (simplify_binary_operation_1) <case MULT>: If one operand is
17551         a NEG and the other is MULT, don't attempt to optimize by negation
17552         of the MULT operand if it only moves the NEG operation around.
17554         PR debug/49602
17555         * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
17556         get_current_def return value if it can't be trusted to be
17557         the current value of the variable in the current bb.
17559 2011-07-04  Uros Bizjak  <ubizjak@gmail.com>
17561         PR target/49600
17562         * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
17563         general register to memory for !TARGET_INTER_UNIT_MOVES.
17565 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
17567         PR target/44643
17568         * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
17569         instead of TREE_READONLY.
17571 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
17573         * doc/extend.texi (AVR Built-in Functions): Update documentation
17574         of __builtin_avr_fmul*.
17575         * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
17576         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
17577         * config/avr/avr.md (fmul): Rename to fmul_insn.
17578         (fmuls): Rename to fmuls_insn.
17579         (fmulsu): Rename to fmulsu_insn.
17580         (fmul,fmuls,fmulsu): New expander.
17581         (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
17582         * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
17583         * config/avr/libgcc.S (__fmul): New function.
17584         (__fmuls): New function.
17585         (__fmulsu,__fmulsu_exit): New function.
17587 2011-07-04  Richard Guenther  <rguenther@suse.de>
17589         PR tree-optimization/49615
17590         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
17591         basic-block index check.
17593 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
17595         * longlong.h (count_leading_zeros, count_trailing_zeros,
17596         COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
17597         resp. 64.
17599 2011-07-03  Ira Rosen  <ira.rosen@linaro.org>
17601         PR tree-optimization/49610
17602         * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
17603         a basic block.
17605 2011-07-02  Eric Botcazou  <ebotcazou@adacore.com>
17606             Olivier Hainque  <hainque@adacore.com>
17607             Nicolas Setton  <setton@adacore.com>
17609         * tree.h (TYPE_ARTIFICIAL): New flag.
17610         * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
17611         the DIE of the type if it is artificial.
17612         (gen_array_type_die): Likewise.
17613         (gen_enumeration_type_die): Likewise.
17614         (gen_struct_or_union_type_die): Likewise.
17615         * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
17616         * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
17618 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
17620         * tree-object-size.c (pass_through_call): Handle
17621         BUILT_IN_ASSUME_ALIGNED.
17623 2011-07-01  Martin Jambor  <mjambor@suse.cz>
17625         * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
17627 2011-07-01  H.J. Lu  <hongjiu.lu@intel.com>
17629         PR middle-end/48016
17630         * explow.c (update_nonlocal_goto_save_area): Use proper mode
17631         for stack save area.
17632         * function.c (expand_function_start): Likewise.
17634 2011-07-01  Richard Guenther  <rguenther@suse.de>
17636         PR middle-end/49596
17637         * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
17638         may have unknown refs.
17640 2011-07-01  Kai Tietz  <ktietz@redhat.com>
17642         * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
17644 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17646         * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
17647         * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
17648         (Specific, mips-sgi-irix6): Likewise.
17650 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17652         PR libmudflap/49549
17653         * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
17655 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
17657         * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
17658         [idx]= and [idx1 ... idx2]= before initializers if needed for
17659         array initializers.
17661 2011-07-01  Chen Liqin  <liqin.gcc@gmail.com>
17663         * config.gcc (score-*-elf): Remove score7.o.
17664         * config/score/t-score-elf: Likewise.
17665         * config/score/score.c: Merge score7 to score.c and
17666         remove forwarding functions.
17667         * config/score/score7.c: Deleted.
17668         * config/score/score7.h: Deleted.
17670 2011-07-01  Richard Guenther  <rguenther@suse.de>
17672         PR tree-optimization/49603
17673         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
17675 2011-06-30  Martin Jambor  <mjambor@suse.cz>
17677         * tree-sra.c (struct access): Rename total_scalarization to
17678         grp_total_scalarization
17679         (completely_scalarize_var): New function.
17680         (sort_and_splice_var_accesses): Set total_scalarization in the
17681         representative access.
17682         (analyze_access_subtree): Propagate total scalarization accross the
17683         tree, no holes in totally scalarized trees, simplify coverage
17684         computation.
17685         (analyze_all_variable_accesses): Call completely_scalarize_var instead
17686         of completely_scalarize_record.
17688 2011-06-30  Richard Henderson  <rth@redhat.com>
17690         * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
17691         (TARGET_DEEP_BRANCH_PREDICTION): Remove.
17692         * config/i386/i386.c: Don't include dwarf2out.h.
17693         (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
17694         (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
17695         all code dead thereafter.  Don't do dwarf2out_flush_queued_reg_saves.
17696         (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
17697         (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
17699 2011-06-30  Richard Henderson  <rth@redhat.com>
17701         * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
17702         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
17703         * final.c (final_scan_insn): Look for it, and invoke
17704         dwarf2out_frame_debug before the insn if found.
17706 2011-06-30  Richard Henderson  <rth@redhat.com>
17708         * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
17709         as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
17711 2011-06-30  Richard Henderson  <rth@redhat.com>
17713         * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
17714         Define a vector of this type.
17715         (regs_saved_in_regs): Use a VEC.
17716         (num_regs_saved_in_regs): Remove.
17717         (compare_reg_or_pc): New.
17718         (record_reg_saved_in_reg): Split out from...
17719         (dwarf2out_flush_queued_reg_saves): ... here.
17720         (clobbers_queued_reg_save): Update for VEC.
17721         (reg_saved_in): Likewise.
17722         (dwarf2out_frame_debug_init): Likewise.
17723         (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
17724         (dwarf2out_frame_debug_cfa_register): Likewise.
17726 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
17728         PR tree-optimization/49572
17729         * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
17730         type of the RHS instead of that of the LHS for the expression type.
17732 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
17734         * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
17735         unconditionally.
17737 2011-06-30  Richard Guenther  <rguenther@suse.de>
17739         * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
17740         * tree-ssa-structalias.c (create_variable_info_for): Do not
17741         add initial constraints for non-var-decls.  Properly handle
17742         globals in other ltrans partitions.
17743         (intra_create_variable_infos): Manually create constraints for
17744         the fake no-alias parameter.
17745         (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
17746         and assert there are no clones.
17748 2011-06-30  Richard Guenther  <rguenther@suse.de>
17750         PR tree-optimization/46787
17751         * tree-data-ref.c (dr_address_invariant_p): Remove.
17752         (find_data_references_in_stmt): Invariant accesses are ok now.
17753         * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
17754         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
17755         invariant loads.
17757 2011-06-30  Martin Jambor  <mjambor@suse.cz>
17759         PR tree-optimization/49094
17760         * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
17761         (build_accesses_from_assign): Use it.
17763 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
17765         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
17766         handling of BUILT_IN_ASSUME_ALIGNED.
17768         PR debug/49364
17769         * dwarf2out.c (output_abbrev_section): Don't return early
17770         if abbrev_die_table_in_use is 1.
17771         (dwarf2out_finish): Instead don't call output_abbrev_section
17772         nor emit abbrev_section_label in that case.
17774 2011-06-30  Nick Clifton  <nickc@redhat.com>
17776         * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
17777         for the V850E.
17779 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
17781         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
17782         handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
17784 2011-06-30  Ira Rosen  <ira.rosen@linaro.org>
17786         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
17787         both pattern and original statements if necessary.
17788         (vect_transform_loop): Likewise.
17789         * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
17790         * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
17791         Mark the pattern statement only if the original statement doesn't
17792         have its own uses.
17793         (process_use): Call vect_mark_relevant with additional parameter.
17794         (vect_mark_stmts_to_be_vectorized): Likewise.
17795         (vect_get_vec_def_for_operand): Use vectorized pattern statement.
17796         (vect_analyze_stmt): Handle both pattern and original statements
17797         if necessary.
17798         (vect_transform_stmt): Don't store vectorized pattern statement
17799         in the original statement.
17800         (vect_is_simple_use_1): Use related pattern statement only if the
17801         original statement is irrelevant.
17802         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
17804 2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
17806         * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
17807         option.
17808         * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
17809         entry.
17810         (TARGET_AVX128_OPTIMAL): New definition.
17811         * config/i386/i386.c (initial_ix86_tune_features): Initialize
17812         X86_TUNE_AVX128_OPTIMAL entry.
17813         (ix86_option_override_internal): Enable the generation
17814         of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
17815         (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
17816         (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
17818 2011-06-29  Eric Botcazou  <ebotcazou@adacore.com>
17820         PR tree-optimization/49539
17821         * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
17822         names by means of stmt_references_abnormal_ssa_name.
17823         (associate_plusminus): Call can_propagate_from before propagating
17824         from definition statements.
17825         (ssa_forward_propagate_and_combine): Remove superfluous newline.
17827 2011-06-29  Richard Guenther  <rguenther@suse.de>
17829         * doc/invoke.texi: Document -scev dump modifier.
17830         * tree-pass.h (TDF_SCEV): New dump flag.
17831         * tree-dump.c (dump_option_value_in): Add scev.
17832         * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
17833         * tree-scalar-evolution.c: Likewise.
17835 2011-06-29  Nathan Sidwell  <nathan@codesourcery.com>
17837         * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
17838         (cxa_type_match): Correct declaration.
17839         (__gnu_unwind_pr_common): Reconstruct additional indirection
17840         when __cxa_type_match returns succeeded_with_ptr_to_base.
17842 2011-06-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17844         PR rtl-optimization/49114
17845         * reload.c (struct replacement): Remove SUBREG_LOC member.
17846         (push_reload): Do not set it.
17847         (push_replacement): Likewise.
17848         (subst_reload): Remove dead code.
17849         (copy_replacements): Remove assertion.
17850         (copy_replacements_1): Do not handle SUBREG_LOC.
17851         (move_replacements): Likewise.
17852         (find_replacement): Remove dead code.  Use reload_adjust_reg_for_mode.
17853         Detect subregs via recursive descent instead of via SUBREG_LOC.
17855 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
17857         * config/avr/avr.c (avr_encode_section_info): Dispatch to
17858         default_encode_section_info.
17860 2011-06-29  Richard Sandiford  <richard.sandiford@linaro.org>
17862         PR tree-optimization/49545
17863         * builtins.c (get_object_alignment_1): Update function comment.
17864         Do not use DECL_ALIGN for functions, but test
17865         TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
17866         * fold-const.c (get_pointer_modulus_and_residue): Don't check
17867         for functions here.
17868         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
17870 2011-06-29  Jakub Jelinek  <jakub@redhat.com>
17872         PR debug/49567
17873         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
17874         non-MODE_INT modes instead of asserting the mode has MODE_INT class.
17876 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
17878         PR target/34734
17879         * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
17880         about uninitialized data attributed 'progmem' from here...
17881         (avr_encode_section_info): ...to this new function.
17882         (TARGET_ENCODE_SECTION_INFO): New define.
17883         (avr_section_type_flags): For data in ".progmem.data", remove
17884         section flag SECTION_WRITE.
17886 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
17888         * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
17889         _xmulhisi3_exit.
17890         * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
17891         (__mulhisi3): Optimize if have MUL*.  Use XJMP instead of rjmp.
17892         (__umulhisi3): Ditto.
17893         * config/avr/avr.md (mulhisi3): New insn expender.
17894         (umulhisi3): New insn expender.
17895         (*mulhisi3_call): New insn.
17896         (*umulhisi3_call): New insn.
17898 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
17900         * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
17902 2011-06-28  Richard Henderson  <rth@redhat.com>
17904         * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop.  Delete
17905         all code and arguments that handled pushes.  Update all callers.
17907 2011-06-28  Richard Henderson  <rth@redhat.com>
17909         * config/arm/arm.c (arm_output_function_prologue): Don't call
17910         thumb1_output_function_prologue.
17911         (arm_expand_prologue): Avoid dead store.
17912         (number_of_first_bit_set): Use ctz_hwi.
17913         (thumb1_emit_multi_reg_push): New.
17914         (thumb1_expand_prologue): Merge thumb1_output_function_prologue
17915         to emit the entire prologue as rtl.
17916         (thumb1_output_interwork): Split out from
17917         thumb1_output_function_prologue.
17918         (thumb1_output_function_prologue): Remove.
17919         (arm_attr_length_push_multi): Handle thumb1.
17920         * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
17921         (prologue_thumb1_interwork): New.
17922         (*push_multi): Allow thumb1; use push_mult_memory_operand.
17923         * config/arm/predicates.md (push_mult_memory_operand): New.
17925 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
17927         * config/sparc/sync.md (*stbar): Delete.
17928         (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
17930 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
17932         * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
17934 2011-06-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17936         * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
17937         (TARGET_64BIT_DEFAULT): Define.
17938         * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
17939         of tm_file.
17940         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
17942 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
17944         * common.opt (in_lto_p): New Variable entry.
17945         * flags.h (in_lto_p): Move to common.opt.
17946         * gcc.c: Include params.h.
17947         (set_option_handlers): Also use common_handle_option and
17948         target_handle_option.
17949         (main): Call global_init_params, finish_params and init_options_struct.
17950         * opts.c (debug_type_names): Move from toplev.c.
17951         (print_filtered_help): Access quiet_flag through opts pointer.
17952         (common_handle_option): Return early in the driver for some options.
17953         Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
17954         opts pointer.
17955         * toplev.c (in_lto_p): Move to common.opt.
17956         (debug_type_names): Move to opts.c.
17957         * Makefile.in (OBJS): Remove opts.o.
17958         (OBJS-libcommon-target): Add opts.o.
17959         (gcc.o): Update dependencies.
17961 2011-06-28  Kai Tietz  <ktietz@redhat.com>
17963         * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
17965 2011-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17967         * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
17968         with '=' constraint modifier.
17969         (*divdf3_vfp): Likewise.
17970         ("*mulsf3_vfp"): Likewise.
17971         ("*muldf3_vfp"): Likewise.
17972         ("*mulsf3negsf_vfp"): Likewise.
17973         ("*muldf3negdf_vfp"): Likewise.
17975 2011-06-28  Nick Clifton  <nickc@redhat.com>
17977         * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
17978         relaxation when performing an incremental link.
17980 2011-06-28  Kai Tietz  <ktietz@redhat.com>
17982         * tree-ssa-math-opts.c (execute_optimize_bswap): Search
17983         within BB from last to first.
17985 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
17987         * genattr-common.c: New.  Based on genattr.c.
17988         * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
17989         (MOSTLYCLEANFILES): Add insn-attr-common.h.
17990         (opts.o): Update dependencies.
17991         (.PRECIOUS): Add insn-attr-common.h.
17992         (simple_rtl_generated_h): Add insn-attr-common.h.
17993         (build/genattr-common.o): New.
17994         (genprogrtl): Add attr-common.
17995         * genattr.c (main): Include insn-attr-common.h.  Don't generate
17996         definitions of DELAY_SLOTS or INSN_SCHEDULING.
17997         * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
17999 2011-06-28  Georg-Johann Lay  <avr@gjlay.de>
18001         * config.gcc (tm_file): Add elfos.h and avr/elf.h for
18002         avr-*-* and avr-*-rtems* targets.
18004         * config/avr/elf.h: New file.
18005         (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
18006         (TARGET_ASM_SELECT_SECTION): Define.
18007         (INIT_SECTION_ASM_OP): Undefine.
18008         (FINI_SECTION_ASM_OP): Undefine.
18009         (READONLY_DATA_SECTION_ASM_OP): Undefine.
18010         (PCC_BITFIELD_TYPE_MATTERS): Undefine.
18011         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
18012         * config/avr/avr.h:
18013         (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
18014         (TARGET_ASM_NAMED_SECTION): Move to elf.h.
18015         (MAX_OFILE_ALIGNMENT): Move to elf.h.
18016         (STRING_LIMIT): Move to elf.h.
18017         (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
18018         (ASM_DECLARE_OBJECT_NAME): Remove.
18019         (ESCAPES): Remove.
18020         (ASM_OUTPUT_SKIP): Remove.
18021         (DWARF2_DEBUGGING_INFO): Remove.
18022         (OBJECT_FORMAT_ELF): Remove.
18023         (USER_LABEL_PREFIX): Remove.
18024         (ASM_OUTPUT_EXTERNAL): Remove.
18025         (ASM_OUTPUT_ASCII): Remove.
18026         (TYPE_ASM_OP): Remove.
18027         (SIZE_ASM_OP): Remove.
18028         (WEAK_ASM_OP): Remove.
18029         (STRING_ASM_OP): Remove.
18030         (SET_ASM_OP): Remove.
18031         (ASM_WEAKEN_LABEL): Remove.
18032         (TYPE_OPERAND_FMT): Remove.
18033         (ASM_DECLARE_FUNCTION_SIZE): Remove.
18034         (ASM_FINISH_DECLARE_OBJECT): Remove.
18035         (NO_DOLLAR_IN_LABEL): Remove.
18036         (ASM_GENERATE_INTERNAL_LABEL): Remove.
18037         (ASM_OUTPUT_CASE_LABEL): Remove.
18038         * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
18039         ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
18040         (gas_output_ascii): Remove.
18041         (gas_output_limited_string): Remove.
18042         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
18043         * config/avr/avr-protos.h
18044         (gas_output_ascii): Remove prototye.
18045         (gas_output_limited_string): Remove prototype.
18047 2011-06-27  Richard Earnshaw  <rearnsha@arm.com>
18049         PR target/48637
18050         * arm.c (arm_print_operand): Allow sym+offset.  Don't abort on invalid
18051         asm operands.
18053 2011-06-27  Jan Hubicka  <jh@suse.cz>
18055         * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
18056         node instead of references in node.
18058 2011-06-27  Richard Henderson  <rth@redhat.com>
18060         * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
18061         * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
18062         inside ifdef.
18064 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
18066         * c-decl.c (union lang_tree_node): Use it in chain_next expression.
18068         * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
18069         * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
18070         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
18071         find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
18072         * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
18073         (evaluate_stmt, execute_fold_all_builtins): Handle
18074         BUILT_IN_ASSUME_ALIGNED.
18075         * tree-ssa-dce.c (propagate_necessity): Likewise.
18076         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
18077         call_may_clobber_ref_p_1): Likewise.
18078         * builtins.c (is_simple_builtin, expand_builtin): Likewise.
18079         (expand_builtin_assume_aligned): New function.
18080         * doc/extend.texi (__builtin_assume_aligned): Document.
18082         PR debug/49544
18083         * cselib.c (promote_debug_loc): If cselib_preserve_constants
18084         and l has two DEBUG_INSN owned locs instead of just one, adjust
18085         the second location's setting_insn too.
18087 2011-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18089         PR libmudflap/38738
18090         * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
18092 2011-06-27  Nick Clifton  <nickc@redhat.com>
18094         * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
18095         bit position of highest bit set into a count of the high zero bits.
18097 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18099         * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
18101 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18103         PR lto/48492
18104         * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
18105         to a NULL parent.
18107 2011-06-27  Richard Guenther  <rguenther@suse.de>
18109         PR tree-optimization/49394
18110         * passes.c (execute_one_pass): Restore current_pass after
18111         applying IPA transforms.
18113 2011-06-27  Kai Tietz  <ktietz@redhat.com>
18115         * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
18116         out of type precision after operation.
18117         (find_bswap): Take for limit value the integer auto-promotion
18118         into account.
18120 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18122         * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
18123         forward scan as well.
18125 2011-06-27  Tristan Gingold  <gingold@adacore.com>
18127         PR target/44241
18128         * config/vms/vms-protos.h: New file.
18129         * config/vms/vms-crtlmap.map: New file.
18130         * config/vms/vms.c: New file.
18131         * config/vms/make-crtlmap.awk: New file.
18132         * config/vms/vms-crtl.h: File removed.
18133         * config/vms/vms-crtl-64.h: File removed.
18134         * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
18135         * config/alpha/vms64.h: Do not include vms-crtl-64.h
18136         * config/alpha/alpha.c (alpha_init_builtins): Remove code to
18137         clear some builtins on VMS.  Calls vms_patch_builtins.
18138         (avms_asm_output_external): Remove.
18139         * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
18140         (struct crtl_name_spec): Remove
18141         (DO_CTRL_NAMES): Remove.
18142         * config/ia64/vms.h (struct crtl_name_spec): Remove
18143         (DO_CTRL_NAMES): Remove.
18144         * config/ia64/ia64.c (alpha_init_builtins): Remove code to
18145         clear some builtins on VMS.  Calls vms_patch_builtins.
18146         (ia64_asm_output_external): Remove DO_CRTL_NAME.
18147         * config/ia64/vms64.h: Do not include vms-crtl-64.h
18148         * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
18150 2011-06-27  Tristan Gingold  <gingold@adacore.com>
18152         * config/alpha/alpha.c (alpha_end_function): Always generate .end
18153         directive on VMS.
18155 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
18157         * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
18158         the function receives nonlocal gotos.
18160 2011-06-27  Richard Guenther  <rguenther@suse.de>
18162         PR tree-optimization/49536
18163         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
18164         For non-scalar inner types use a scalar type according to
18165         the scalar inner mode.
18167 2011-06-27  Richard Guenther  <rguenther@suse.de>
18169         PR tree-optimization/49365
18170         * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
18172 2011-06-27  Richard Guenther  <rguenther@suse.de>
18174         PR tree-optimization/49169
18175         * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
18176         the alignment of function decls.
18178 2011-06-26  Iain Sandoe  <iains@gcc.gnu.org>
18180         PR target/47997
18181         * config/darwin.c (darwin_mergeable_string_section): Place string
18182         constants in '.cstring' rather than '.const' when CF/NSStrings are
18183         active.
18185 2011-06-26  Eric Botcazou  <ebotcazou@adacore.com>
18187         * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
18188         (emit_save_register_window): Likewise.
18189         (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
18190         (sparc_flat_expand_prologue): Add comment.  Always emit blockage.
18191         Swap back %o7/%i7 in register naming.
18193 2011-06-25  Iain Sandoe  <iains@gcc.gnu.org>
18195         PR driver/49371
18196         * config/darwin.c (darwin_override_options): Improve warning when
18197         mdynamic-no-pic is given together with fPIC/fpic, also warn when it
18198         is given with fpie/fPIE.
18199         * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
18200         * config/darwin9.h (PIE_SPEC): New.
18202 2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
18204         * timevar.c (timevar_print): Increase width for display of timevar
18205         name.
18207 2011-06-24  Jakub Jelinek  <jakub@redhat.com>
18209         PR c++/46400
18210         * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
18211         instead of TYPE_CHAIN for chain_next for types.
18213 2011-06-24  Richard Henderson  <rth@redhat.com>
18215         * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
18216         (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
18217         * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
18218         (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
18219         (sparc_flat_expand_prologue): Emit individual instructions
18220         instead of one of the above.
18222 2011-06-24  Easwaran Raman  <eraman@google.com>
18224         PR rtl-optimization/49429
18225         PR target/49454
18226         * expr.c (emit_block_move_hints):  Mark MEM_EXPR(x) and
18227         MEM_EXPR(y) addressable if emit_block_move_via_libcall is
18228         used to copy y into x.
18229         * calls.c (initialize_argument_information): Mark
18230         an argument addressable if it is passed by invisible reference.
18231         (emit_library_call_value_1): Mark  MEM_EXPR (val) addressable
18232         if it is passed by reference.
18234 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
18236         PR rtl-optimization/49504
18237         * rtlanal.c (nonzero_bits1): Properly handle addition or
18238         subtraction of a pointer in Pmode if pointers extend unsigned.
18239         (num_sign_bit_copies1): Likewise.
18241 2011-06-24  Martin Jambor  <mjambor@suse.cz>
18243         PR tree-optimizations/49516
18244         * tree-sra.c (sra_modify_assign): Choose the safe path for
18245         aggregate copies if we also did scalar replacements.
18247 2011-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18249         PR target/49335
18250         * config/arm/predicates.md (add_operator): New.
18251         * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
18253 2011-06-24  Andi Kleen  <ak@linux.intel.com>
18255         * tree-sra.c (type_internals_preclude_sra_p): Add msg
18256         parameter. Split up ifs and report reason in *msg.
18257         (reject): Add.
18258         (find_var_candiate): Add msg variable.
18259         Split up ifs and report reason to reject.
18260         (find_param_candidates): Add msg variable.
18261         Pass msg to type_internals_preclude_sra_p.
18263 2011-06-23  Jeff Law  <law@redhat.com>
18265         PR middle-end/48770
18266         * reload.h (reload): Change to return a bool.
18267         * ira.c (ira): If requested by reload, run a fast DCE pass after
18268         reload has completed.  Fix comment typo.
18269         * reload1.c (need_dce): New file scoped static.
18270         (reload): Set reload_completed here.  Return whether or not a DCE
18271         pass after reload is needed.
18272         (delete_dead_insn): Set need_dce as needed.
18274         PR middle-end/49465
18275         * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
18276         to detect threading through joiner block.  If there was already
18277         an edge to the new target, then do not change the PHI nodes.
18279 2011-06-23  Jakub Jelinek  <jakub@redhat.com>
18281         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
18282         get_pointer_alignment to see if base isn't sufficiently aligned.
18284 2011-06-23  Jan Hubicka  <jh@suse.cz>
18286         PR tree-optimize/49373
18287         * tree-pass.h (all_late_ipa_passes): Declare.
18288         * cgraphunit.c (init_lowered_empty_function): Fix properties.
18289         (cgraph_optimize): Execute late passes; remove unreachable funcions
18290         after materialization.
18291         * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
18292         LTOing.
18293         * passes.c (all_late_ipa_passes): Declare.
18294         (dump_passes, register_pass): Handle late ipa passes.
18295         (init_optimization_passes): Move ipa_pta to late passes; schedule
18296         fixup_cfg at beggining of all_passes.
18297         (apply_ipa_transforms): New function.
18298         (execute_one_pass): When doing simple ipa pass, apply all transforms.
18300 2011-06-23  Joseph Myers  <joseph@codesourcery.com>
18302         * params.c: Include common/common-target.h.  Don't include tm.h.
18303         (lang_independent_params): Move from toplev.c.
18304         (global_init_params): New.
18305         * params.h (global_init_params): Declare.
18306         * target.def (default_params): Move to common-target.def.
18307         * toplev.c (lang_independent_options): Remove.
18308         (lang_independent_params): Move to params.c.
18309         (general_init): Use global_init_params.
18310         * common/common-target.def (option_default_params): Move from
18311         target.def.
18312         * common/config/ia64/ia64-common.c: Include params.h.
18313         (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18314         from ia64.c.
18315         * common/config/rs6000/rs6000-common.c: Include params.h.
18316         (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18317         from rs6000.c.
18318         * common/config/sh/sh-common.c: Include params.h.
18319         (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18320         from sh.c.
18321         * common/config/spu/spu-common.c: Include params.h.
18322         (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
18323         from spu.c.
18324         * config/ia64/ia64.c (ia64_option_default_params,
18325         TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
18326         * config/rs6000/rs6000.c (rs6000_option_default_params,
18327         TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
18328         * config/sh/sh.c (sh_option_default_params,
18329         TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
18330         * config/spu/spu.c (spu_option_default_params,
18331         TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
18332         * Makefile.in (OBJS): Remove params.o.
18333         (OBJS-libcommon-target): Add params.o.
18334         (params.o, $(common_out_object_file)): Update dependencies.
18335         * doc/tm.texi: Regenerate.
18337 2011-06-23  Alan Modra  <amodra@gmail.com>
18339         PR bootstrap/49383
18340         * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
18341         invocation for 2011-06-09 changes.
18343 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
18345         PR libgomp/49490
18346         * omp-low.c (expand_omp_for_static_nochunk): Only
18347         use n ceil/ nthreads size for the first n % nthreads threads in the
18348         team instead of all threads except for the last few ones which
18349         get less work or none at all.
18351         PR debug/49496
18352         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
18353         uses.
18355 2011-06-22  Richard Guenther  <rguenther@suse.de>
18357         PR tree-optimization/49493
18358         * tree-ssa-structalias.c (get_constraint_for_ssa_var):
18359         Refer to the alias target of variables.
18360         (associate_varinfo_to_alias_1): Remove.
18361         (ipa_pta_execute): Do not associate aliases with anything.
18362         * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
18363         (cgraph_function_node): Likewise.
18364         (cgraph_function_or_thunk_node): Likewise.
18365         (varpool_variable_node): Likewise.
18367 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
18369         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
18370         * config.gcc (arm*-*-linux*): Default to gnu tls.
18371         (arm*-*-*): Add --with-tls option.
18372         (all_defaults): Add 'tls'.
18374 2011-06-22  Richard Henderson  <rth@redhat.com>
18376         * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
18377         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
18378         (dwarf2out_frame_debug_cfa_window_save): Rename from
18379         dwarf2out_window_save; make static.
18380         * tree.h (dwarf2out_window_save): Don't declare.
18382         * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
18383         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
18384         (emit_save_register_window): Rename from gen_save_register_window;
18385         emit the insn and add REG_CFA_* notes.
18386         (sparc_expand_prologue): Update to match.
18387         * config/sparc/sparc.md (save_register_window_1): Simplify from
18388         save_register_window<P:mode>.
18390 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
18392         PR target/49497
18393         * config/i386/i386.md (*lea_general_2): Always allow SImode.
18394         (*lea_general_2_zext): Likewise.
18395         (imul to lea peepholes): Use const359_operand and check
18396         TARGET_PARTIAL_REG_STALL.
18398         * config/i386/predicates.md (const359_operand): New.
18400 2011-06-22  Michael Matz  <matz@suse.de>
18402         * cgraphunit.c (assemble_thunk): Use correct return type.
18404 2011-06-22  Dmitry Plotnikov  <dplotnikov@ispras.ru>
18405             Dmitry Melnik  <dm@ispras.ru>
18407         * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
18408         (neon_output_shift_immediate): Ditto.
18409         * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
18410         prototype.
18411         (neon_output_shift_immediate): Ditto.
18412         * config/arm/neon.md (vashl<mode>3): Modified constraint.
18413         (vashr<mode>3_imm): New insn pattern.
18414         (vlshr<mode>3_imm): Ditto.
18415         (vashr<mode>3): Modified constraint.
18416         (vlshr<mode>3): Ditto.
18417         * config/arm/predicates.md (imm_for_neon_lshift_operand): New
18418         predicate.
18419         (imm_for_neon_rshift_operand): Ditto.
18420         (imm_lshift_or_reg_neon): Ditto.
18421         (imm_rshift_or_reg_neon): Ditto.
18423         * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
18425 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
18427         * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
18428         builtin calls even if likelyvalue is not CONSTANT.
18429         Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
18430         Return get_value_for_expr of first operand
18431         for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
18432         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
18433         BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
18434         their non-checking counterparts.
18435         (call_may_clobber_ref_p_1): Likewise.
18436         (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
18437         like their non-checking counterparts.
18438         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
18439         Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
18440         like their non-checking counterparts.
18441         (find_func_clobbers): Likewise.
18442         * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
18443         like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
18445         * dwarf2out.c (size_of_loc_descr, output_loc_operands,
18446         mark_base_types, hash_loc_operands, compare_loc_operands): Allow
18447         DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
18448         of base type reference as argument.
18449         (resolve_addr_in_expr): Likewise.  Fix keep computation.
18450         (convert_descriptor_to_signed): Renamed to...
18451         (convert_descriptor_to_mode): ... this.  For wider types convert to
18452         unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
18453         (typed_binop): New function.
18454         (scompare_loc_descriptor, ucompare_loc_descriptor,
18455         minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
18456         default to unsigned type instead of signed.
18458         PR debug/47858
18459         * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
18460         (gimple_build_debug_source_bind_stat): New prototype.
18461         (gimple_build_debug_source_bind): Define.
18462         (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
18463         gimple_debug_source_bind_get_value,
18464         gimple_debug_source_bind_get_value_ptr,
18465         gimple_debug_source_bind_set_var,
18466         gimple_debug_source_bind_set_value): New inlines.
18467         * gimple.c (gimple_build_debug_source_bind_stat): New function.
18468         * gimple-pretty-print.c (dump_gimple_debug): Handle
18469         GIMPLE_DEBUG_SOURCE_BIND.
18470         * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
18471         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
18472         * tree-parloops.c (eliminate_local_variables,
18473         separate_decls_in_region): Likewise.
18474         (separate_decls_in_region_debug): Renamed from
18475         separate_decls_in_region_debug_bind.  Handle
18476         gimple_debug_source_bind_p.
18477         * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
18478         prototypes.
18479         (DECL_HAS_DEBUG_ARGS_P): Define.
18480         (struct tree_function_decl): Add has_debug_args_flag field.
18481         * tree.c (debug_args_for_decl): New variable.
18482         (decl_debug_args_lookup, decl_debug_args_insert): New functions.
18483         * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
18484         (rewrite_debug_stmt_uses): New function.
18485         (rewrite_stmt): Use it to rewrite debug stmt uses.
18486         * rtl.def (DEBUG_PARAMETER_REF): New.
18487         * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
18488         * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
18489         DEBUG_PARAMETER_REF.
18490         * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
18491         * print-rtl.c (print_rtx): Likewise.
18492         * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
18493         SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
18494         debug stmts in the first bb.
18495         * tree-inline.c (remap_ssa_name): If remapping default def
18496         of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
18497         a source bind debug stmt.
18498         (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
18499         (maybe_move_debug_stmts_to_successors): Likewise.
18500         (copy_debug_stmt): Likewise.  Avoid shadowing a variable.
18501         (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
18502         debug args vector from old_decl to new_decl.
18503         * ipa-prop.c (ipa_modify_call_arguments): For optimized away
18504         or modified parameters, add debug bind stmts before call
18505         setting DEBUG_EXPR_DECL which is remembered in debug args vector.
18506         * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
18507         on DECL_DEBUG_EXPRs from debug args vector.
18508         (expand_debug_source_expr): New function.
18509         (expand_debug_locations): Use it for source bind insns.
18510         (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
18511         * var-tracking.c (prepare_call_arguments): Add debug args
18512         to call_arguments if any.
18513         * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
18514         output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
18515         compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
18516         (get_ref_die_offset, parameter_ref_descriptor): New functions.
18517         (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
18518         (gen_subprogram_die): Handle parameters identified by
18519         DEBUG_PARAMETER_REF.
18521 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
18523         * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
18524         * doc/install.texi (Configuration): Document --with-tls.
18525         * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
18526         (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
18527         (arm_tls_descseq_addr): New.
18528         (legitimize_tls_address): Add tlsdesc support.
18529         (arm_cannot_copy_insn_p): Check for tlscall.
18530         (arm_emit_tls_decoration): Likewise.
18531         * config/arm/arm.h (TARGET_GNU2_TLS): New.
18532         (OPTION_DEFAULT_SPECS): Add with-tls support.
18533         * config/arm/arm.md (R1_REGNUM): Define.
18534         (tlscall): New.
18535         * config/arm/arm.opt (tls_type): New enumeration type and values.
18536         (mtls-dialect): New switch.
18537         * config/arm/arm-opts.h (enum tls_type): New.
18539 2011-06-21  Nicola Pero  <nicola.pero@meta-innovation.com>
18541         * attribs.c (register_attribute): Added assert to check that all
18542         attribute specs are registered with a name that is not empty and
18543         does not start with '_'.
18544         (decl_attributes): Avoid the lookup of the "naked" attribute spec
18545         if the function has no attributes.
18546         * tree.c (is_attribute_with_length_p): Removed.
18547         (is_attribute_p): Removed.
18548         (private_is_attribute_p): New.
18549         (private_lookup_attribute): New.
18550         (lookup_attribute): Removed.
18551         (lookup_ident_attribute): New.
18552         (remove_attribute): Require the first argument to be in the form
18553         'text', not '__text__'.  Updated asserts.
18554         (merge_attributes): Use lookup_ident_attributes instead of
18555         lookup_attribute.
18556         (merge_dllimport_decl_attributes): Use remove_attribute.
18557         (attribute_list_contained): Likewise.
18558         (attribute_list_equal): Immediately return 1 if the arguments are
18559         identical pointers.
18560         * tree.h (is_attribute_p): Made inline.  Return a 'bool', not an
18561         'int'.  Require the first argument to be in the form 'text', not
18562         '__text__'.  Require the second argument to be an identifier.
18563         (lookup_attribute): Made inline.  Require the first argument to be
18564         in the form 'text', not '__text__'.
18565         (private_is_attribute_p, private_lookup_attribute): New.
18566         Updated comments.
18568 2011-06-21  Andrew MacLeod  <amacleod@redhat.com>
18570         * builtins.c: Add sync_ or SYNC__ to builtin names.
18571         * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
18572         * omp-low.c: Add sync_ or SYNC__ to builtin names.
18574 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
18576         PR target/33049
18577         * config/avr/avr.md (extzv): New expander.
18578         (*extzv): New insn.
18579         (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
18580         * config/avr/constraints.md (C04): New constraint.
18581         * doc/md.texi (Machine Constraints): Document it.
18583 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
18585         PR middle-end/49489
18586         * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
18587         unsignedp argument instead of 1 for clrsb_optab.
18588         (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
18589         and < 2 * HOST_BITS_PER_WIDE_INT.  Optimize BUILT_IN_CLRSB*.
18590         (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
18591         * optabs.c (widen_leading): Call widen_operand and expand_unop
18592         with 0 as unsignedp argument instead of 1 for clrsb_optab.
18593         (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
18595 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
18597         * config/avr/avr.md (*jcindirect_jump): Fix build warning.
18599 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
18601         * gensupport.c (add_define_attr): New static function.
18602         (is_predicable): Allow multi-alternative lists for the "predicable"
18603         attribute.
18604         (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
18605         (process_one_cond_exec): Call alter_attrs_for_insn.
18606         * doc/md.texi (Defining Attributes): Mention some standard names.
18607         (Conditional Execution): Update documentation for "predicable".
18609         * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
18610         __builtin_clrsbll): Document.
18611         * doc/rtl.texi (clrsb): New entry.
18612         * optabs.c (widen_leading): Renamed from widen_clz.  New argument
18613         UNOPTAB.  All callers changed.  Use UNOPTAB instead of clz_optab.
18614         (expand_unop): Handle clrsb_optab.
18615         (init_optabs): Initialize it.
18616         * optabs.h (enum optab_index): New entry OTI_clrsb.
18617         (clrsb_optab): Define.
18618         * genopinit.c (optabs): Add an entry for it.
18619         * builtins.c (expand_builtin): Handle clrsb builtin functions.
18620         * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
18621         BUILT_IN_CLRSBLL): New.
18622         * rtl.def (CLRSB): New code.
18623         * dwarf2out.c (mem_loc_descriptor): Handle it.
18624         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
18625         Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
18626         and popcount.
18627         * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
18628         * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
18629         (__ctzDI2): Move declaration.
18630         * config/bfin/bfin.md (clrsbsi2): New expander.
18631         (signbitssi2): Use the CLRSB rtx.
18632         (clrsbhi2): Renamed from signbitshi2.  Use the CLRSB rtx.
18633         * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
18635 2011-06-21  Richard Guenther  <rguenther@suse.de>
18637         * ipa-inline-transform.c (inline_transform): Fix previous change.
18639 2011-06-21  Ira Rosen  <ira.rosen@linaro.org>
18641         PR tree-optimization/49478
18642         * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
18643         with constant operand.
18645 2011-06-21  Richard Guenther  <rguenther@suse.de>
18647         * ipa-inline-transform.c (inline_transform): Fix typo.
18649 2011-06-21  Richard Guenther  <rguenther@suse.de>
18651         PR tree-optimization/49483
18652         * tree-vect-stmts.c (vectorizable_assignment): Also handle
18653         VIEW_CONVERT_EXPR conversions.
18655 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
18657         * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
18658         * config/avr/avr-tables.opt: New file (generated).
18659         * config.gcc (avr-*-*): Use avr/avr-tables.opt.
18660         * config/avr/avr-devices.c (avr_mcu_types): Move contents to
18661         avr-mcus.def.
18662         * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
18663         (avr_option_override): Don't process -mmcu= argument here.  Set
18664         avr_current_device using avr_mcu_index.
18665         (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
18666         * config/avr/avr.opt (mmcu=): Use Enum.
18667         * config/avr/t-avr (avr-devices.o): Update dependencies.
18668         ($(srcdir)/config/avr/avr-tables.opt): New.
18669         * target.def (help): Remove.
18670         * doc/tm.texi.in (TARGET_HELP): Remove.
18671         * doc/tm.texi: Regenerate.
18672         * opts.c: Don't include target.h.
18673         (common_handle_option): Don't call targetm.help.
18674         * system.h (TARGET_HELP): Poison.
18675         * Makefile.in (opts.o): Update dependencies.
18677 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18679         * config/usegld.h: New file.
18680         * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
18681         (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
18682         (LIB_SPEC): Likewise.  Search /lib.
18683         (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
18684         (RDYNAMIC_SPEC): Handle GNU ld.
18685         [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
18686         Define.
18687         (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
18688         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
18689         [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
18690         (STACK_CHECK_STATIC_BUILTIN): Define.
18691         * config/sol2.opt (compat-bsd): Remove.
18692         * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
18693         * config/sol2-bi.h: New file.
18694         * config/sol2-gld.h: Remove.
18695         * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
18696         (NO_DBX_BNSYM_ENSYM): Remove.
18697         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
18698         (STACK_CHECK_STATIC_BUILTIN): Remove.
18699         Test USE_GLD instead of TARGET_GNU_LD.
18700         * config/i386/sol2-10.h: Rename to ...
18701         * config/i386/sol2-bi.h .. this.
18702         (SUBTARGET_EXTRA_SPECS): Redefine.
18703         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
18704         (MULTILIB_DEFAULTS): Remove.
18705         (DEFAULT_ARCH32_P): Define.
18706         (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
18707         (ARCH64_SUBDIR): Define.
18708         Test USE_GLD instead of TARGET_GNU_LD.
18709         (I386_EMULATION): Rename to ...
18710         (ARCH32_EMULATION): ... this.
18711         (X86_64_EMULATION): Rename to ...
18712         (ARCH64_EMULATION): ... this.
18713         (TARGET_LD_EMULATION): Remove.
18714         (LINK_ARCH_SPEC): Remove.
18715         * config/i386/sol2-gas.h: Remove.
18716         * config/i386/t-sol2-10: Rename to ...
18717         * config/i386/t-sol2-64: ... this.
18718         * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
18719         (AS_SPARC64_FLAG): Define.
18720         (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
18721         (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
18722         depending on TARGET_CPU_DEFAULT.
18723         (CPP_CPU_SPEC): Redefine.
18724         (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
18725         (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
18726         (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
18727         (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
18728         ASM_ARCH_DEFAULT_SPEC): Redefine.
18729         (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
18730         LINK_ARCH_DEFAULT_SPEC.
18731         [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
18732         [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
18733         (ARCH64_SUBDIR): Define.
18734         (LINK_ARCH64_SPEC): Redefine.
18735         (CC1_SPEC): Redefine.
18736         (OPTION_DEFAULT_SPECS): Redefine.
18737         (MULTILIB_DEFAULTS): Define.
18738         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
18739         [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
18740         [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
18741         (NO_DBX_BNSYM_ENSYM): Remove.
18742         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
18743         (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
18744         (TARGET_ASM_NAMED_SECTION): Likewise.
18745         (STACK_CHECK_STATIC_BUILTIN): Remove.
18746         * config/sparc/sol2-bi.h: Remove.
18747         * config/sparc/sol2-gas-bi.h: Remove.
18748         * config/sparc/sol2-gas.h: Remove.
18749         * config/sparc/sol2-gld-bi.h: Remove.
18750         * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
18751         common parts ...
18752         (*-*-solaris2*): ... here.
18754 2011-06-21  Christian Bruel  <christian.bruel@st.com>
18756         PR other/43564
18757         * ipa-inline.c (can_inline_edge_p): Check
18758         !DECL_DISREGARD_INLINE_LIMITS.
18760 2011-06-21  Christian Bruel  <christian.bruel@st.com>
18762         PR middle-end/49139
18763         * cgraphunit.c (process_function_and_variable_attributes): warn when
18764         always_inline functions that are not inline.
18765         * ipa-inline-transform.c (inline_transform): Always call
18766         optimize_inline.
18767         * tree-inline.c (tree_inlinable_function_p): Use error instead
18768         of sorry.
18769         (expand_call_inline): Likewise.
18771 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
18773         * Makefile.in (dg_target_exps): Set.
18774         (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
18775         instead of 7, try to divide it more evenly.
18777 2011-06-20  Changpeng Fang  <changpeng.fang@amd.com>
18779         PR target/49089
18780         * config/i386/i386.c (avx256_split_unaligned_load): New definition.
18781         (avx256_split_unaligned_store): New definition.
18782         (ix86_option_override_internal): Enable avx256 unaligned load/store
18783         splitting only when avx256_split_unaligned_load/store is set.
18785 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
18787         * regrename.c (scan_rtx_reg): Handle the case where we write to an
18788         open chain in a smaller mode without failing the entire block.
18790 2011-06-21  Alan Modra  <amodra@gmail.com>
18792         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
18793         CONST high part large-toc address.
18794         (rs6000_tls_referenced_p): Make static.
18795         * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
18797 2011-06-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18799         PR target/49385
18800         * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
18801         one of the operands is a register.
18803 2011-06-20  Kai Tietz  <ktietz@redhat.com>
18805         * fold-const.c (fold_binary_loc): Add missing folding for truth-not
18806         operations in combination with binary and.
18808 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
18810         * regrename.c (do_replace): Don't update notes.
18812 2011-06-20  Alan Modra  <amodra@gmail.com>
18814         * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
18815         of toc-relative address in CONST.
18816         (rs6000_delegitimize_address): Recognize changed address.
18817         (rs6000_legitimize_reload_address): Likewise.
18818         (rs6000_emit_move): Don't force these constants to memory.
18819         * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
18820         toc-relative address in CONST.
18821         (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
18822         (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
18824 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
18826         * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
18827         (count_trailing_zeros): Likewise.
18829 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
18831         PR other/49325
18832         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
18833         .init_array can be used with .ctors on targets.
18834         * configure: Regenerated.
18836 2011-06-18  Eric Botcazou  <ebotcazou@adacore.com>
18838         * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
18839         if the element type is volatile.
18841 2011-06-18  Jan Hubicka  <jh@suse.cz>
18843         * lto-symtab.c (lto_varpool_replace_node): Remove code handling
18844         extra name aliases.
18845         (lto_symtab_resolve_can_prevail_p): Likewise.
18846         (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
18847         * cgraphbuild.c (record_reference): Remove extra body alias code.
18848         (mark_load): Likewise.
18849         (mark_store): Likewise.
18850         * cgraph.h (varpool_node): Remove extra_name filed;
18851         add alias_of and extraname_alias.
18852         (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
18853         (varpool_alias_aliased_node): New inline function.
18854         (varpool_variable_node): New function.
18855         * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
18856         * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
18857         * lto-cgraph.c (lto_output_varpool_node): Update streaming.
18858         (input_varpool_node): Likewise.
18859         * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
18860         (varpool_externally_visible_p): Remove extra body alias code.
18861         (function_and_variable_visibility): Likewise.
18862         * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
18863         (ipa_pta_execute): Use it.
18864         * varpool.c (varpool_remove_node): Remove extra name alias code.
18865         (varpool_mark_needed_node): Likewise.
18866         (varpool_analyze_pending_decls): Analyze aliases.
18867         (assemble_aliases): New functoin.
18868         (varpool_assemble_decl): Use it.
18869         (varpool_create_variable_alias): New function.
18870         (varpool_extra_name_alias): Rewrite.
18871         (varpool_for_node_and_aliases): New function.
18873 2011-06-18  Jakub Jelinek  <jakub@redhat.com>
18875         PR target/49411
18876         * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
18877         last_arg_constant and last argument doesn't match its predicate,
18878         for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
18879         if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
18880         (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
18881         spelling of error message.
18882         * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
18883         vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
18884         const_0_to_255_operand instead of const_int_operand.
18886         Revert:
18887         2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
18889         * config/i386/sse.md (blendbits): Remove mode attribute.
18890         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
18891         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
18892         Check integer value of operand 3 in insn constraint.
18894 2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
18896         PR rtl-optimization/48542
18897         * reload.c (find_equiv_reg): Stop looking when finding a
18898         setjmp-type call.
18899         * reload1.c (reload_as_needed): Invalidate all reload
18900         registers when crossing a setjmp-type call.
18902 2011-06-16  Jeff Law  <law@redhat.com>
18904         * tree-ssa-threadupdate.c (struct redirection_data): New field
18905         intermediate_edge.
18906         (THREAD_TARGET2): Define.
18907         (redirection_data_eq): Also check that the intermediate edge is equal.
18908         (lookup_redirection_data): Drop useless argument.  Extract the
18909         outgoing_edge and intermediate edge from E.  Callers updated.
18910         (copy_phi_args, update_destination_phis): New functions.
18911         (fix_duplicate_block_edges): Likewise.
18912         (create_edge_and_update_destination_phis): Duplicate all the edges
18913         hung off e->aux.  Use copy_phi_args.
18914         (create_duplicates): Use fix_duplicate_block_edges.
18915         (fixup_template_block): Likewise.
18916         (redirect_edges): If necessary, redirect the joiner block's incoming
18917         edge to the duplicate of the joiner block.
18918         (thread_block): Don't muck up loops when threading through a joiner
18919         block.
18920         (thread_through_loop_header): Handle threading through a joiner block.
18921         (mark_threaded_blocks, register_jump_thread): Likewise.
18922         * tree-flow.h (register_jump_thread): Add new argument.  Callers
18923         updated.
18924         * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
18925         (thread_across_edge): Handle threading through a joiner block.
18927 2011-06-16  Martin Jambor  <mjambor@suse.cz>
18929         PR tree-optimization/49343
18930         * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
18931         calculate offset, provide 2nd operand for the new COMPONENT_REF.
18933 2011-06-16  Iain Sandoe  <iains@gcc.gnu.org>
18935         * config/darwin-protos.h (machopic_select_rtx_section): Move to
18936         inside RTX_CODE ifdef.
18938 2011-06-16  Tom de Vries  <tom@codesourcery.com>
18940         PR target/45098
18941         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
18942         Disallow NULL pointer for pointer arithmetic.
18944 2011-06-16  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
18946         PR target/49398
18947         Revert.
18948         2011-06-10  Wei Guozhi  <carrot@google.com>
18950         PR target/45335
18951         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
18952         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
18953         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
18954         related peephole2.
18955         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
18956         related peephole2.
18957         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
18958         (arm_legitimate_ldrd_p): New prototype.
18959         (arm_output_ldrd): New prototype.
18960         * config/arm/arm.c (arm_check_ldrd_operands): New function.
18961         (arm_legitimate_ldrd_p): New function.
18962         (arm_output_ldrd): New function.
18964 2011-06-16  Joern Rennecke  <joern.rennecke@embecosm.com>
18966         PR middle-end/46500
18967         * doc/tm.texi.in: Update Copyright date.
18968         * doc/tm.texi: Regenerate.
18969         * targhooks.c (default_setup_incoming_varargs): Replace
18970         CUMULATIVE_ARGS* argument type with cumulative_args_t.
18971         (default_pretend_outgoing_varargs_named): Likewise.
18972         (hook_pass_by_reference_must_pass_in_stack): Likewise.
18973         (hook_callee_copies_named): Likewise.
18974         (default_function_arg_advance): Likewise.
18975         (default_function_arg): Likewise.
18976         (default_function_incoming_arg): Likewise.
18977         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
18978         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
18979         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
18980         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
18981         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
18982         * targhooks.h (default_setup_incoming_varargs): Likewise.
18983         (default_pretend_outgoing_varargs_named): Likewise.
18984         (hook_pass_by_reference_must_pass_in_stack): Likewise.
18985         (hook_callee_copies_named): Likewise.
18986         (default_function_arg_advance): Likewise.
18987         (default_function_arg): Likewise.
18988         (default_function_incoming_arg): Likewise.
18989         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
18990         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
18991         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
18992         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
18993         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
18994         * target.def (pass_by_reference): Likewise.
18995         (setup_incoming_varargs, strict_argument_naming): Likewise.
18996         (pretend_outgoing_varargs_named, callee_copies): Likewise.
18997         (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
18998         (function_incoming_arg): Likewise.
18999         * target.h: Don't include "tm.h" .
19000         (cumulative_args_t): New typedef.
19001         [GCC_TM_H] (get_cumulative_args): New static inline function.
19002         [GCC_TM_H] (pack_cumulative_args): Likewise.
19003         * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
19004         argument type with cumulative_args_t.
19005         (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
19006         (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
19007         * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
19008         (frv_arg_partial_bytes, frv_function_arg): Likewise.
19009         (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
19010         (frv_function_arg_1): Likewise.
19011         * config/s390/s390.c (s390_pass_by_reference): Likewise.
19012         (s390_function_arg_advance, s390_function_arg): Likewise.
19013         * config/m32c/m32c.c (m32c_function_arg): Likewise.
19014         (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
19015         (m32c_strict_argument_naming): Likewise.
19016         * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
19017         (spu_function_arg_advance): Likewise.
19018         (spu_setup_incoming_varargs): Likewise.  Make static.
19019         * config/spu/spu-protos.h (spu_setup_incoming_varargs):
19020         Remove prototype.
19021         * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
19022         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19023         (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
19024         (sparc_function_arg, sparc_function_incoming_arg): Likewise.
19025         (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
19026         * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
19027         (mep_pass_by_reference, mep_function_arg): Likewise.
19028         (mep_function_arg_advance): Likewise.
19029         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
19030         (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
19031         (m32r_function_arg, m32r_function_arg_advance): Likewise.
19032         * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
19033         * config/i386/i386.c (ix86_function_arg_advance): Likewise.
19034         (ix86_function_arg, ix86_pass_by_reference): Likewise.
19035         (ix86_setup_incoming_varargs): Likewise.
19036         * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
19037         (sh_strict_argument_naming): Likewise.
19038         (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
19039         (sh_callee_copies, sh_arg_partial_bytes): Likewise.
19040         (sh_function_arg_advance, sh_function_arg): Likewise.
19041         * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
19042         (pdp11_function_arg_advance): Likewise.
19043         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
19044         Likewise.
19045         (microblaze_function_arg, function_arg_partial_bytes): Likewise.
19046         * config/avr/avr.c (avr_function_arg): Likewise.
19047         (avr_function_arg_advance): Likewise.
19048         * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
19049         (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
19050         (xtensa_function_arg_1): Likewise.
19051         * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
19052         Likewise.
19053         (xstormy16_function_arg): Likewise.
19054         * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
19055         (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
19056         (fr30_function_arg_advance): Likewise.
19057         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
19058         (lm32_function_arg, lm32_function_arg_advance): Likewise.
19059         * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
19060         (moxie_function_arg, moxie_function_arg_advance): Likewise.
19061         (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
19062         * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
19063         (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
19064         (cris_function_arg, cris_function_incoming_arg): Likewise.
19065         (cris_function_arg_advance, cris_function_arg_1): Likewise.
19066         * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
19067         (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
19068         (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
19069         * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
19070         (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
19071         (mn10300_arg_partial_bytes): Likewise.
19072         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
19073         (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
19074         (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
19075         (ia64_function_arg_1): Likewise.
19076         * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
19077         (m68k_function_arg): Likewise.
19078         * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
19079         (rs6000_function_arg, setup_incoming_varargs): Likewise.
19080         (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
19081         * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
19082         (picochip_function_arg, picochip_incoming_function_arg): Likewise.
19083         (picochip_arg_advance): Likewise.
19084         * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
19085         (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
19086         (mcore_function_arg_advance): Likewise.
19087         * config/score/score.c (score_pass_by_reference): Likewise.
19088         (score_function_arg_advance): Likewise.
19089         (score_arg_partial_bytes): Likewise.  Make static.
19090         * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
19091         * config/arm/arm.c (arm_arg_partial_bytes): Replace
19092         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19093         (arm_function_arg, arm_function_arg_advance): Likewise.
19094         (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
19095         * config/pa/pa.c (pa_pass_by_reference): Likewise.
19096         (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
19097         (pa_function_arg): Likewise.
19098         * config/mips/mips.c (mips_strict_argument_naming): Likewise.
19099         (mips_function_arg, mips_function_arg_advance): Likewise.
19100         (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
19101         (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
19102         * config/vax/vax.c (vax_function_arg): Likewise.
19103         (vax_function_arg_advance): Likewise.
19104         * config/h8300/h8300.c (h8300_function_arg): Likewise.
19105         (h8300_function_arg_advance): Likewise.
19106         * config/v850/v850.c (v850_pass_by_reference): Likewise.
19107         (v850_strict_argument_naming, v850_function_arg): Likewise.
19108         (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
19109         (v850_setup_incoming_varargs): Likewise.
19110         * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
19111         (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
19112         (mmix_function_arg, mmix_pass_by_reference): Likewise.
19113         (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
19114         with const void *.
19115         * config/bfin/bfin.c (setup_incoming_varargs): Replace
19116         CUMULATIVE_ARGS* argument type with cumulative_args_t.
19117         (bfin_function_arg_advance, bfin_function_arg): Likewise.
19118         (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
19119         * calls.c (emit_call_1): Change type of args_so_far to
19120         cumulative_args_t.  Changed all callers.
19121         (initialize_argument_information): Likewise.
19122         (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
19123         * dse.c (get_call_args): Likewise.
19124         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
19125         * function.c (pass_by_reference, reference_callee_copied): Likewise.
19126         (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
19127         New member args_so_far_v.  Changed all users.
19128         * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
19129         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
19130         * config/mips/mips.c (mips_output_args_xfer): Likewise.
19131         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
19132         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
19133         * config/microblaze/microblaze.c (microblaze_expand_prologue):
19134         Likewise.
19135         * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
19136         m32r_pass_by_reference.
19138 2011-06-16  Ira Rosen  <ira.rosen@linaro.org>
19140         * tree-vectorizer.h (vect_recog_func_ptr): Change the first
19141         argument to be a VEC of statements.
19142         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
19143         assert that pattern statements have to have their vector type set.
19144         * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
19145         Change the first argument to be a VEC of statements.  Update
19146         documentation.
19147         (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
19148         (vect_handle_widen_mult_by_const): New function.
19149         (vect_recog_widen_mult_pattern):  Change the first argument to be a
19150         VEC of statements.  Update documentation.  Check that the constant is
19151         INTEGER_CST.  Support multiplication by a constant that fits an
19152         intermediate type - call vect_handle_widen_mult_by_const.
19153         (vect_pattern_recog_1): Update vect_recog_func_ptr and its
19154         call.  Handle additional pattern statements if necessary.
19156 2011-06-16  Nick Clifton  <nickc@redhat.com>
19158         PR target/49427
19159         * config.gcc: Set cpu_type to v850 for any V850 architecture.
19160         (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
19161         md_file, extra_modes, out_file and extra_options are these are all
19162         deduced from cpu_type.
19164 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
19166         * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
19167         truncation mask to 63.
19169 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
19171         PR target/49313
19172         PR target/29524
19173         * longlong.h: Add AVR support:
19174         (count_leading_zeros): New macro.
19175         (count_trailing_zeros): New macro.
19176         (COUNT_LEADING_ZEROS_0): New macro.
19177         * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
19178         _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
19179         _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
19180         _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
19181         (LIB2FUNCS_EXCLUDE): Add _clz.
19182         * config/avr/libgcc.S (XCALL): Move up in file.
19183         (XJMP): New C Macro.
19184         (DEFUN): New asm macro.
19185         (ENDF): New asm macro.
19186         (__ffssi2): New function.
19187         (__ffshi2): New function.
19188         (__loop_ffsqi2): New function.
19189         (__ctzsi2): New function.
19190         (__ctzhi2): New function.
19191         (__clzdi2): New function.
19192         (__clzsi2): New function.
19193         (__clzhi2): New function.
19194         (__paritydi2): New function.
19195         (__paritysi2): New function.
19196         (__parityhi2): New function.
19197         (__parityqi2): New function.
19198         (__popcounthi2): New function.
19199         (__popcountsi2): New function.
19200         (__popcountdi2): New function.
19201         (__popcountqi2): New function.
19202         (__bswapsi2): New function.
19203         (__bswapdi2): New function.
19204         (__ashldi3): New function.
19205         (__ashrdi3): New function.
19206         (__lshrdi3): New function.
19207         Fix suspicous lines.
19209 2011-06-16  Richard Guenther  <rguenther@suse.de>
19211         * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
19212         the same as x != 0.
19213         * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
19214         to (bool) X & 1.
19215         * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
19216         equality compares against zero for the lower bit.
19218 2011-06-16  Jakub Jelinek  <jakub@redhat.com>
19220         PR tree-optimization/49419
19221         * tree-vrp.c (execute_vrp): Call init_range_assertions
19222         before estimate_numbers_of_iterations, call
19223         free_number_of_iterations_estimates before calling
19224         remove_range_assertions.
19226 2011-06-16  Revital Eres  <revital.eres@linaro.org>
19228         * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
19229         (struct partial_schedule): Add rows_length field.
19230         (verify_partial_schedule): Check rows_length.
19231         (ps_insert_empty_row): Handle rows_length.
19232         (create_partial_schedule): Likewise.
19233         (free_partial_schedule): Likewise.
19234         (reset_partial_schedule): Likewise.
19235         (create_ps_insn): Remove rest_count argument.
19236         (remove_node_from_ps): Update rows_length.
19237         (add_node_to_ps): Update rows_length and call create_ps_insn
19238         without passing row_rest_count.
19239         (rotate_partial_schedule): Update rows_length.
19241 2011-06-16  Revital Eres  <revital.eres@linaro.org>
19243         * ddg.c (add_intra_loop_mem_dep): New function.
19244         (build_intra_loop_deps): Call it.
19246 2011-06-13  Jeff Law  <law@redhat.com>
19248         * df-problems.c (df_lr_local_compute): Manually CSE
19249         PIC_OFFSET_TABLE_REGNUM.
19250         * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
19251         (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
19253 2011-06-13  Jan Hubicka  <jh@suse.cz>
19255         * cgraphunit.c (handle_alias_pairs): New function.
19256         (cgraph_finalize_compilation_unit): Use it.
19257         * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
19258         as externally visible.
19260 2011-06-15  Richard Guenther  <rguenther@suse.de>
19262         * expr.c (expand_expr_real_2): Reduce all integral types to
19263         bitfield precision.
19264         (expand_expr_real_1): Likewise.
19266 2011-06-15  Martin Jambor  <mjambor@suse.cz>
19268         PR tree-optimization/48613
19269         * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
19270         ipa_node_params_vector is NULL.
19272 2011-06-15  Jakub Jelinek  <jakub@redhat.com>
19274         PR debug/49382
19275         * dwarf2out.c (dw_loc_list_node): Add force field.
19276         (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
19277         location in the list, even if it is modified before first real insn.
19278         (output_loc_list): Emit empty ranges with force flag set.
19279         (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
19281 2011-06-15  Alexander Monakov  <amonakov@ispras.ru>
19283         PR target/49349
19284         * sel-sched.c (find_place_for_bookkeeping): Add new parameter
19285         (fence_to_rewind).  Use it to notice when bookkeeping will be placed
19286         above a fence.  Update comments.
19287         (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
19288         placed just above it.  Do not allow NULL place_to_insert.
19290 2011-06-15  Ira Rosen  <ira.rosen@linaro.org>
19292         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
19293         (slpeel_tree_peel_loop_to_edge): Don't call
19294         remove_dead_stmts_from_loop.
19295         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
19296         remove irrelevant pattern statements.  For irrelevant statements
19297         check if it is the last statement of a detected pattern, use
19298         corresponding pattern statement instead.
19299         (destroy_loop_vec_info): No need to remove pattern statements,
19300         only free stmt_vec_info.
19301         (vect_transform_loop): For irrelevant statements check if it is
19302         the last statement of a detected pattern, use corresponding
19303         pattern statement instead.
19304         * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
19305         pattern statements.  Set basic block for the new statement.
19306         (vect_pattern_recog): Update documentation.
19307         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
19308         operands of pattern statements.
19309         (vectorizable_call): Fix printing.  In case of a pattern statement
19310         use the lhs of the original statement when creating a dummy
19311         statement to replace the original call.
19312         (vect_analyze_stmt): For irrelevant statements check if it is
19313         the last statement of a detected pattern, use corresponding
19314         pattern statement instead.
19315         * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
19316         statements use gsi of the original statement.
19318 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
19320         * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
19321         common/common-target-def.h.
19322         * target.def (default_target_flags, handle_option,
19323         supports_split_stack, optimization_table, init_struct,
19324         except_unwind_info, unwind_tables_default, have_named_sections):
19325         Move to common/common-target.def.
19326         * target.h (enum opt_levels, struct default_options): Move to
19327         common/common-target.h.
19328         * targhooks.c (default_except_unwind_info,
19329         dwarf2_except_unwind_info, sjlj_except_unwind_info,
19330         default_target_handle_option, empty_optimization_table): Move to
19331         common/common-targhooks.c.
19332         * targhooks.h (default_except_unwind_info,
19333         dwarf2_except_unwind_info, sjlj_except_unwind_info,
19334         default_target_handle_option, empty_optimization_table): Move to
19335         common/common-targhooks.h.
19336         * common/common-target-def.h: Include common/common-targhooks.h.
19337         (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
19338         defined.
19339         * common/common-target.def (handle_option, option_init_struct,
19340         option_optimization_table, default_target_flags,
19341         except_unwind_info, supports_split_stack, unwind_tables_default,
19342         have_named_sections): Move from target.def.
19343         (HOOK_PREFIX): Undefine at end of file.
19344         * common/common-target.h: Include input.h.
19345         (enum opt_levels, struct default_options): Move from target.h.
19346         * common/common-targhooks.c, common/common-targhooks.h: New.
19347         * config.gcc (target_has_targetm_common): Default to yes.
19348         (moxie*): Set target_has_targetm_common=no.
19349         (hppa*-*-*): Don't set target_has_targetm_common=yes.
19350         * doc/tm.texi: Regenerate.
19351         * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
19352         (C_TARGET_DEF_H): Add common/common-targhooks.h.
19353         (GCC_OBJS): Remove vec.o.
19354         (OBJS): Remove hooks.o and vec.o.
19355         (OBJS-libcommon-target): Add vec.o, hooks.o and
19356         common/common-targhooks.o.
19357         (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
19358         tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
19359         expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
19360         cfglayout.o, $(out_object_file), $(common_out_object_file)):
19361         Update dependencies.
19362         (common/common-targhooks.o): New.
19363         * common/config/default-common.c: Include tm.h.  Add FIXME comment.
19364         * common/config/pa/pa-common.c: Include more headers.  Take
19365         copyright dates from pa.c.
19366         (pa_option_optimization_table, pa_handle_option,
19367         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
19368         TARGET_HANDLE_OPTION): Move from pa.c.
19369         * common/config/alpha/alpha-common.c,
19370         common/config/arm/arm-common.c, common/config/avr/avr-common.c,
19371         common/config/bfin/bfin-common.c,
19372         common/config/cris/cris-common.c,
19373         common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
19374         common/config/h8300/h8300-common.c,
19375         common/config/i386/i386-common.c,
19376         common/config/ia64/ia64-common.c,
19377         common/config/iq2000/iq2000-common.c,
19378         common/config/lm32/lm32-common.c,
19379         common/config/m32c/m32c-common.c,
19380         common/config/m32r/m32r-common.c,
19381         common/config/m68k/m68k-common.c,
19382         common/config/mcore/mcore-common.c,
19383         common/config/mep/mep-common.c,
19384         common/config/microblaze/microblaze-common.c,
19385         common/config/mips/mips-common.c,
19386         common/config/mmix/mmix-common.c,
19387         common/config/mn10300/mn10300-common.c,
19388         common/config/pdp11/pdp11-common.c,
19389         common/config/picochip/picochip-common.c,
19390         common/config/rs6000/rs6000-common.c,
19391         common/config/rx/rx-common.c, common/config/s390/s390-common.c,
19392         common/config/score/score-common.c, common/config/sh/sh-common.c,
19393         common/config/sparc/sparc-common.c,
19394         common/config/spu/spu-common.c, common/config/v850/v850-common.c,
19395         common/config/vax/vax-common.c,
19396         common/config/xstormy16/xstormy16-common.c,
19397         common/config/xtensa/xtensa-common.c: New.
19398         * config/alpha/alpha.c: Include common/common-target.h.
19399         (alpha_option_optimization_table, alpha_handle_option,
19400         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19401         TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
19402         * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
19403         * config/arm/arm.c (arm_option_optimization_table,
19404         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19405         TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
19406         arm-common.c.
19407         * config/avr/avr.c (avr_option_optimization_table,
19408         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
19409         to avr-common.c.
19410         * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
19411         (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
19412         TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
19413         * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
19414         * config/cris/cris.c (cris_option_optimization_table,
19415         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19416         TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
19417         cris-common.c.
19418         * config/fr30/fr30.c (fr30_option_optimization_table,
19419         TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
19420         to fr30-common.c.
19421         * config/frv/frv.c (frv_option_optimization_table,
19422         MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
19423         TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
19424         * config/h8300/h8300.c (h8300_option_optimization_table,
19425         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19426         TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
19427         * config/i386/i386-protos.h (ix86_handle_option): Declare.
19428         * config/i386/i386.c: Include common/common-target.h.
19429         (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
19430         OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
19431         OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
19432         OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
19433         OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
19434         OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
19435         OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
19436         OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
19437         OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
19438         OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
19439         OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
19440         OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
19441         OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
19442         OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
19443         OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
19444         OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
19445         OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
19446         OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
19447         OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
19448         OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
19449         OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
19450         OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
19451         OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
19452         OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
19453         OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
19454         OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
19455         OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
19456         OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
19457         OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
19458         ix86_option_optimization_table, ix86_option_init_struct,
19459         ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
19460         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19461         TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
19462         i386-common.c.
19463         * config/i386/t-i386 (i386.o): Update dependencies.
19464         * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
19465         * config/ia64/ia64.c (ia64_option_optimization_table,
19466         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
19467         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19468         ia64_handle_option): Move to ia64-common.c.
19469         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
19470         TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
19471         * config/lm32/lm32.c (lm32_option_optimization_table,
19472         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
19473         to lm32-common.c.
19474         * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
19475         m32c-common.c.
19476         * config/m32r/m32r.c (m32r_option_optimization_table,
19477         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19478         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
19479         m32r_handle_option): Move to m32r-common.c.
19480         (m32r_memory_move_cost): Remove comment referring to
19481         TARGET_HANDLE_OPTION.
19482         * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
19483         Move to m68k-common.c.
19484         * config/mcore/mcore.c (mcore_option_optimization_table,
19485         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19486         TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
19487         * config/mep/mep.c (mep_option_optimization_table,
19488         mep_handle_option, TARGET_HANDLE_OPTION,
19489         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
19490         Move to mep-common.c.
19491         * config/microblaze/microblaze.c
19492         (microblaze_option_optimization_table,
19493         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
19494         TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
19495         * config/mips/mips.c (mips_handle_option,
19496         mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
19497         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
19498         mips-common.c.
19499         * config/mmix/mmix.c (mmix_option_optimization_table,
19500         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
19501         Move to mmix-common.c.
19502         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
19503         mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
19504         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19505         TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
19506         * config/pa/pa.c: Include common/common-target.h.
19507         (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
19508         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19509         pa_handle_option): Move to pa-common.c.
19510         (pa_option_override): Use targetm_common.except_unwind_info.
19511         (pa_asm_output_mi_thunk, pa_function_section): Use
19512         targetm_common.have_named_sections.
19513         * config/pdp11/pdp11.c (pdp11_option_optimization_table,
19514         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19515         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
19516         pdp11_handle_option, pdp11_option_init_struct): Move to
19517         pdp11-common.c.
19518         * config/picochip/picochip.c (picochip_option_optimization_table,
19519         TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
19520         TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
19521         * config/rs6000/rs6000.c: Include common/common-target.h.
19522         (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
19523         TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
19524         TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
19525         rs6000_handle_option): Move to rs6000-common.c.
19526         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
19527         * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
19528         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19529         TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
19530         * config/s390/s390.c (processor_flags_table,
19531         s390_option_optimization_table, s390_option_init_struct,
19532         s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
19533         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
19534         TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
19535         * config/s390/s390.h (processor_flags_table): Declare.
19536         * config/score/score.c (score_option_optimization_table,
19537         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19538         TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
19539         score_handle_option): Move to score-common.c.
19540         * config/sh/sh.c (sh_option_optimization_table,
19541         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
19542         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
19543         sh_handle_option, sh_option_init_struct): Move to sh-common.c.
19544         * config/sparc/sparc.c: Include common/common-target.h.
19545         (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
19546         TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
19547         * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
19548         TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
19549         spu_option_init_struct): Move to spu-common.c.
19550         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
19551         TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
19552         * config/v850/v850.c (small_memory_physical_max,
19553         v850_handle_memory_optionn v850_handle_option,
19554         v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
19555         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
19556         v850-common.c.
19557         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
19558         * config/xtensa/xtensa.c (xtensa_option_optimization_table,
19559         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
19560         Move to xtensa-common.c.
19561         * cfglayout.c: Include common/common-target.h.
19562         (fixup_reorder_chain): Use targetm_common.have_named_sections.
19563         * cfgrtl.c: Include common/common-target.h.
19564         (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
19565         targetm_common.have_named_sections.
19566         * dbxout.c: Include common/common-target.h.
19567         (dbxout_function_end): Use targetm_common.have_named_sections.
19568         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
19569         targetm_common.except_unwind_info.
19570         * dwarf2out.c: Include common/common-target.h.
19571         (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
19572         dwarf2out_begin_prologue, dwarf2out_frame_init,
19573         dwarf2out_frame_finish, dwarf2out_assembly_start): Use
19574         targetm_common.except_unwind_info.
19575         * except.c: Include common/common-target.h.
19576         (init_eh, finish_eh_generation,
19577         output_one_function_exception_table): Use
19578         targetm_common.except_unwind_info.
19579         (switch_to_exception_section): Use targetm_common.have_named_sections.
19580         * explow.c: Include common/common-target.h.
19581         * expr.c: Include common/common-target.h.
19582         (build_personality_function): Use targetm_common.except_unwind_info.
19583         * function.c: Include common/common-target.h.
19584         (expand_function_end): Use targetm_common.except_unwind_info.
19585         * haifa-sched.c: Include common/common-target.h.
19586         (sched_create_recovery_edges): Use targetm_common.have_named_sections.
19587         * lto-opts.c: Include common/common-target.h instead of target.h.
19588         (lto_reissue_options): Use targetm_common.handle_option.
19589         * opts.c: Include common/common-target.h.
19590         (target_handle_option): Use targetm_common.handle_option.
19591         (init_options_struct): Update comment referring to
19592         targetm.target_option.optimization.  Use
19593         targetm_common.default_target_flags,
19594         targetm_common.unwind_tables_default and
19595         targetm_common.option_init_struct.
19596         (default_options_optimization): Use
19597         targetm_common.option_optimization_table.
19598         (finish_options): Use targetm_common.except_unwind_info,
19599         targetm_common.unwind_tables_default,
19600         targetm_common.have_named_sections and
19601         targetm_common.supports_split_stack.
19602         * toplev.c: Include common/common-target.h.
19603         (process_options): Use targetm_common.have_named_sections.
19604         * tree-tailcall.c: Include common/common-target.h.
19605         (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
19606         * tree.c: Include common/common-target.h.
19607         (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
19608         * varasm.c: Include common/common-target.h.
19609         (resolve_unique_section, hot_function_section,
19610         default_function_section): Use targetm_common.have_named_sections.
19612 2011-06-14  Easwaran Raman  <eraman@google.com>
19614         PR rtl-optimization/44194
19615         * dse.c: Include tree-flow.h
19616         (insn_info): Add new field non_frame_wild_read.
19617         (group_info): Add new fields escaped_n and escaped_p.
19618         (kill_on_calls): New variable.
19619         (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
19620         (dse_step0): Initialize kill_on_calls.
19621         (can_escape): New function.
19622         (set_usage_bits): Add additional parameter; record information
19623         about escaped locations.
19624         (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
19625         (dse_step2_nospill): Set kill_on_calls based on
19626         group->escaped_n and group->escaped_n.
19627         (add_wild_read): Refactor into...
19628         (reset_active_stores): ... New function, and
19629         (free_read_records): ... New function.
19630         (add_non_frame_wild_read): New function.
19631         (scan_insn): Call add_non_frame_wild_read on non-const calls.
19632         (scan_reads_nospill): Handle instructions with non_frame_wild_read.
19633         (dse_step5_nospill): Call scan_reads_nospill for instructions
19634         marked as non_frame_wild_read.
19635         (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
19637 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
19639         * common/common-target-def.h, common/common-target.def,
19640         common/common-target.h, common/config/default-common.c,
19641         common/config/pa/pa-common.c: New files.
19642         * Makefile.in (common_out_file, common_out_object_file,
19643         COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
19644         (OBJS-libcommon-target): Include $(common_out_object_file).
19645         (prefix.o): Update dependencies.
19646         ($(common_out_object_file), common/common-target-hooks-def.h,
19647         s-common-target-hooks-def-h): New.
19648         (s-tm-texi): Also check timestamp on common-target.def.
19649         (build/genhooks.o): Update dependencies.
19650         * config.gcc (common_out_file, target_has_targetm_common): Define.
19651         * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
19652         TARGET_ALWAYS_STRIP_DOTDOT.
19653         * configure.ac (common_out_object_file): Define.
19654         (common_out_file, common_out_object_file): Substitute.
19655         (common): Create directory.
19656         * configure: Regenerate.
19657         * doc/tm.texi.in (targetm_common): Document.
19658         (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
19659         * doc/tm.texi: Regenerate.
19660         * genhooks.c (hook_array): Also include common/common-target.def.
19661         * prefix.c (tm.h): Don't include.
19662         (common/common-target.h): Include.
19663         (ALWAYS_STRIP_DOTDOT): Don't define.
19664         (update_path): Use targetm_common.always_strip_dotdot instead of
19665         ALWAYS_STRIP_DOTDOT.
19666         * system.h (ALWAYS_STRIP_DOTDOT): Poison.
19668 2011-06-14  David Li  <davidxl@google.com>
19670         * passes.c (execute_function_todo): Remove TODO_dump_func.
19671         (execute_one_pass): Remove TODO_dump_func.
19672         (execute_function_dump): New function.
19673         * tree-vrp.c: Remove TODO_dump_func.
19674         * regrename.c: Remove TODO_dump_func.
19675         * fwprop.c: Remove TODO_dump_func.
19676         * tree-into-ssa.c: Remove TODO_dump_func.
19677         * tree-complex.c: Remove TODO_dump_func.
19678         * tracer.c: Remove TODO_dump_func.
19679         * tree-loop-distribution.c: Remove TODO_dump_func.
19680         * postreload-gcse.c: Remove TODO_dump_func.
19681         * postreload.c: Remove TODO_dump_func.
19682         * tree-ssa-loop-ch.c: Remove TODO_dump_func.
19683         * tree-tailcall.c: Remove TODO_dump_func.
19684         * ipa-cp.c: Remove TODO_dump_func.
19685         * final.c: Remove TODO_dump_func.
19686         * tree-emutls.c: Remove TODO_dump_func.
19687         * omp-low.c: Remove TODO_dump_func.
19688         * tree-ssa-dse.c: Remove TODO_dump_func.
19689         * tree-ssa-uncprop.c: Remove TODO_dump_func.
19690         * auto-inc-dec.c: Remove TODO_dump_func.
19691         * reorg.c: Remove TODO_dump_func.
19692         * tree-ssa-copyrename.c: Remove TODO_dump_func.
19693         * tree-ssa-ccp.c: Remove TODO_dump_func.
19694         * compare-elim.c: Remove TODO_dump_func.
19695         * mode-switching.c: Remove TODO_dump_func.
19696         * modulo-sched.c: Remove TODO_dump_func.
19697         * tree-call-cdce.c: Remove TODO_dump_func.
19698         * cse.c: Remove TODO_dump_func.
19699         * web.c: Remove TODO_dump_func.
19700         * tree-stdarg.c: Remove TODO_dump_func.
19701         * lto-streamer-out.c: Remove TODO_dump_func.
19702         * tree-ssa-math-opts.c: Remove TODO_dump_func.
19703         * tree-ssa-dom.c: Remove TODO_dump_func.
19704         * tree-nrv.c: Remove TODO_dump_func.
19705         * loop-init.c: Remove TODO_dump_func.
19706         * gimple-low.c: Remove TODO_dump_func.
19707         * ipa-inline.c: Remove TODO_dump_func.
19708         * tree-ssa-sink.c: Remove TODO_dump_func.
19709         * jump.c: Remove TODO_dump_func.
19710         * ifcvt.c: Remove TODO_dump_func.
19711         * tree-ssa-loop.c: Remove TODO_dump_func.
19712         * recog.c: Remove TODO_dump_func.
19713         * dse.c: Remove TODO_dump_func.
19714         * tree-ssa-ifcombine.c: Remove TODO_dump_func.
19715         * matrix-reorg.c: Remove TODO_dump_func.
19716         * tree-eh.c: Remove TODO_dump_func.
19717         * regmove.c: Remove TODO_dump_func.
19718         * function.c: Remove TODO_dump_func.
19719         * tree-vectorizer.c: Remove TODO_dump_func.
19720         * ipa-split.c: Remove TODO_dump_func.
19721         * gcse.c: Remove TODO_dump_func.
19722         * tree-if-conv.c: Remove TODO_dump_func.
19723         * init-regs.c: Remove TODO_dump_func.
19724         * tree-ssa-phiopt.c: Remove TODO_dump_func.
19725         * implicit-zee.c: Remove TODO_dump_func.
19726         * lower-subreg.c: Remove TODO_dump_func.
19727         * bt-load.c: Remove TODO_dump_func.
19728         * tree-dfa.c: Remove TODO_dump_func.
19729         * except.c: Remove TODO_dump_func.
19730         * emit-rtl.c: Remove TODO_dump_func.
19731         * store-motion.c: Remove TODO_dump_func.
19732         * cfgexpand.c: Remove TODO_dump_func.
19733         * tree-cfgcleanup.c: Remove TODO_dump_func.
19734         * cfgcleanup.c: Remove TODO_dump_func.
19735         * tree-ssa-pre.c: Remove TODO_dump_func.
19736         * tree-sra.c: Remove TODO_dump_func.
19737         * tree-mudflap.c: Remove TODO_dump_func.
19738         * tree-ssa-copy.c: Remove TODO_dump_func.
19739         * cfglayout.c: Remove TODO_dump_func.
19740         * tree-ssa-forwprop.c: Remove TODO_dump_func.
19741         * tree-ssa-dce.c: Remove TODO_dump_func.
19742         * ira.c: Remove TODO_dump_func.
19743         * tree-ssa.c: Remove TODO_dump_func.
19744         * integrate.c: Remove TODO_dump_func.
19745         * tree-optimize.c: Remove TODO_dump_func.
19746         * tree-ssa-phiprop.c: Remove TODO_dump_func.
19747         * tree-object-size.c: Remove TODO_dump_func.
19748         * combine.c: Remove TODO_dump_func.
19749         * bb-reorder.c: Remove TODO_dump_func.
19750         * cprop.c: Remove TODO_dump_func.
19751         * var-tracking.c: Remove TODO_dump_func.
19752         * tree-profile.c: Remove TODO_dump_func.
19753         * tree-vect-generic.c: Remove TODO_dump_func.
19754         * reg-stack.c: Remove TODO_dump_func.
19755         * sched-rgn.c: Remove TODO_dump_func.
19756         * tree-ssa-structalias.c: Remove TODO_dump_func.
19757         * tree-switch-conversion.c: Remove TODO_dump_func.
19758         * tree-cfg.c: Remove TODO_dump_func.
19759         * tree-ssa-reassoc.c: Remove TODO_dump_func.
19760         * combine-stack-adj.c: Remove TODO_dump_func.
19761         * dce.c: Remove TODO_dump_func.
19762         * tree-ssanames.c: Remove TODO_dump_func.
19763         * regcprop.c: Remove TODO_dump_func.
19765 2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
19767         PR middle-end/47364
19768         * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
19769         and properly handle result not in Pmode.
19771 2011-06-14  Robert Millan  <rmh@gnu.org>
19773         * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
19774         * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
19775         `config/linux.h'.
19777         * config/i386/kfreebsd-gnu64.h: New file.
19778         * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
19779         with `i386/kfreebsd-gnu64.h'.
19781         * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
19782         (GNU_USER_LINK_EMULATION64): New macros.
19783         * config/i386/gnu-user64.h (LINK_SPEC): Rely on
19784         `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
19785         of hardcoding `elf_i386' and `elf_x86_64'.
19787 2011-06-14  Nick Clifton  <nickc@redhat.com>
19789         PR target/49403
19790         * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
19792         PR target/49402
19793         * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
19795 2011-06-14  Jakub Jelinek  <jakub@redhat.com>
19797         PR fortran/49103
19798         * tree.h (DECL_NONSHAREABLE): Define.
19799         (struct tree_decl_common): Change decl_common_unused to
19800         decl_nonshareable_flag.
19801         * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
19802         Ignore vars with DECL_NONSHAREABLE bit set.
19803         * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
19804         on stores to automatic aggregate vars.
19806         PR rtl-optimization/49390
19807         Revert:
19808         2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
19810         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
19811         MEM_ALIAS_SET.
19813 2011-06-14  Zdenek Dvorak  <ook@ucw.cz>
19814             Tom de Vries  <tom@codesourcery.com>
19816         PR target/45098
19817         * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
19818         Document changed semantics.
19819         (max_stmt_executions, max_stmt_executions_int): Declare.
19820         * tree-data-ref.c (estimated_loop_iterations)
19821         (estimated_loop_iterations_int): Move functions...
19822         * tree-ssa-loop-niter.c (estimated_loop_iterations)
19823         (estimated_loop_iterations_int): here.
19824         (record_estimate): Change nb_iterations_upper_bound and
19825         nb_iterations_estimate semantics.
19826         (max_stmt_executions, max_stmt_executions_int): New function.
19827         * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
19828         (max_stmt_executions_tree): this.
19829         (analyze_miv_subscript): Use max_stmt_executions_tree instead of
19830         estimated_loop_iterations_tree.
19831         tree-ssa-loop-ivopts.c (avg_loop_niter): Use
19832         max_stmt_executions_int instead of estimated_loop_iterations_int.
19833         * predict.c (predict_loops): Idem.
19834         * tree-parloops.c (parallelize_loops): Idem.
19835         * tree-data-ref.c (analyze_siv_subscript_cst_affine)
19836         (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
19837         (init_omega_for_ddr_1): Idem.
19838         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
19839         (loop_prefetch_arrays): Idem
19840         * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
19841         max_stmt_executions instead of estimated_loop_iterations.
19842         * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
19843         * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
19844         instead of nb_iterations_upper_bound.
19846 2011-06-13  Jan Hubicka  <jh@suse.cz>
19848         * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
19850 2011-06-14  Richard Henderson  <rth@redhat.com>
19852         PR debug/48459
19853         * dwarf2out.c (frame_pointer_fb_offset_valid): New.
19854         (based_loc_descr): Assert it's true.
19855         (compute_frame_pointer_to_fb_displacement): Set it, rather than
19856         aborting immediately.
19858 2011-06-14  Sanjin Liu  <scliu@faraday-tech.com>
19859             Mingfeng Wu  <mingfeng@faraday-tech.com>
19861         * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
19863 2011-06-13  Jan Hubicka  <jh@suse.cz>
19865         * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
19867 2011-06-13  Jan Hubicka  <jh@suse.cz>
19869         * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
19870         similarly to DECL_COMDAT.
19871         * cgraphunit.c (cgraph_analyze_function): Likewise.
19872         * ipa.c (function_and_variable_visibility): Likewise.
19874 2011-06-13  Jan Hubicka  <jh@suse.cz>
19876         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
19877         BINFO_VIRTUALS when streaming for ltrans unit.
19879 2011-06-13  David Edelsohn  <dje.gcc@gmail.com>
19881         * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
19882         (movdi_internal64): Same.
19884 2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
19886         PR target/44618
19887         * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
19888         a set of similar patterns, where the MATCH_OPERAND for the function
19889         argument is replaced with individual references to hardware registers.
19890         (save_fpregs_<mode>): Ditto
19891         (restore_gpregs_<mode>): Ditto
19892         (return_and_restore_gpregs_<mode>): Ditto
19893         (return_and_restore_fpregs_<mode>): Ditto
19894         (return_and_restore_fpregs_aix_<mode>): Ditto
19896 2011-06-13  Jan Hubicka  <jh@suse.cz>
19898         * ipa-utils.c (postorder_stack): New structure.
19899         (ipa_reverse_postorder): Handle aliases.
19901 2011-06-13  Jan Hubicka  <jh@suse.cz>
19903         * ipa-inline.c (reset_edge_caches): Walk aliases.
19904         (update_caller_keys): Do not test inlinability of aliases.
19905         * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
19906         (do_estimate_growth): Fix typo.
19908 2011-06-13  Jan Hubicka  <jh@suse.cz>
19910         * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
19911         (can_remove_node_now_p): ... here; handle same comdat groups.
19912         (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
19913         (inline_call): Update use of can_remove_node_now_p.
19915 2011-06-13  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
19917         * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
19918         condition to disallow non-identical memory locations.
19919         (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
19920         preference to bit manipulation instructions.
19922 2011-06-13  Jan Hubicka  <jh@suse.cz>
19924         * cgraph.c (cgraph_for_node_thunks_and_aliases,
19925         cgraph_for_node_and_aliases): Fix thinko in recursive walking.
19926         (nonremovable_p): New function.
19927         (cgraph_can_remove_if_no_direct_calls_p): New function.
19928         (used_from_object_file_p): New functoin.
19929         (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
19930         references from aliases.
19931         * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
19932         * ipa-inline.c (check_caller_edge): New function.
19933         (want_inline_function_called_once_p): Use it; accept aliases called
19934         once, too.
19935         * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
19937 2011-06-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
19939         PR target/48454
19940         * config/arm/neon.md (vec_pack_trunc): Set the lengths
19941         correctly for the case with Quad vectors.
19943 2011-06-13 Jakub Jelinek  <jakub@redhat.com>
19944            Ira Rosen  <ira.rosen@linaro.org>
19946         PR tree-optimization/49352
19947         * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
19948         all, make sure loop_use_stmt after the loop is a def stmt of a used
19949         SSA_NAME that is the only one defined inside of the loop.  Don't
19950         check for COND_EXPR and GIMPLE_BINARY_RHS.
19951         (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
19952         check_reduction is true.
19954 2011-06-11  Jan Hubicka  <jh@suse.cz>
19956         PR middle-end/49373
19957         * ipa.c (cgraph_externally_visible_p): Check resolution info.
19959 2011-06-11  Jan Hubicka  <jh@suse.cz>
19961         PR middle-end/48836
19962         * ipa-inline-transform.c: Include tree-pass.h
19963         (inline_transform): Set TODO_update_ssa_only_virtuals.
19964         * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
19966 2011-06-11  Jan Hubicka  <jh@suse.cz>
19968         PR middle-end/49378
19969         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
19970         aliases and thunks.
19972 2011-06-12  Ira Rosen  <ira.rosen@linaro.org>
19974         * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
19975         Take number of iterations to peel into account for equally frequent
19976         misalignment values.
19978 2011-06-11  Jan Hubicka  <jh@suse.cz>
19980         * lto-streamer-out.c (produce_symtab): Stream out the newly
19981         represented aliases.
19983 2011-06-11  Jan Hubicka  <jh@suse.cz>
19985         * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
19986         varying args.
19987         (ipa_update_after_lto_read): Likewise.
19988         (ipa_write_node_info): Do not sream call_with_var_arguments.
19989         (ipa_read_node_info): Likewise.
19991 2011-06-11  Jan Hubicka  <jh@suse.cz>
19993         * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
19995 2011-06-11  Jan Hubicka  <jh@suse.cz>
19997         * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
19998         (lto_symtab_resolve_can_prevail_p): Likewise.
19999         (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
20000         * cgraph.c (same_body_aliases_done): New global var.
20001         (cgraph_same_body_alias_1): Rename to ...
20002         (cgraph_create_function_alias): ... this one; reorg to new
20003         representation.
20004         (cgraph_same_body_alias): Use cgraph_create_function_alias;
20005         record references when asked to.
20006         (cgraph_add_thunk): Fix formating.
20007         (cgraph_get_node): Kill same body alias code.
20008         (cgraph_node_for_asm): Likewise.
20009         (cgraph_remove_same_body_alias): Remove.
20010         (cgraph_remove_node): Kill same body alias code.
20011         (cgraph_mark_address_taken_node): Mark also the aliased function
20012         as having address taken.
20013         (dump_cgraph_node): Dump same body aliases.
20014         (cgraph_for_node_thunks_and_aliases): Update for new alias
20015         representation.
20016         (cgraph_for_node_and_aliases): Likewise.
20017         * cgraph.h (same_body): Kll pointer.
20018         (same_body_alias): Update comment.
20019         (same_body_aliases_done): Declare.
20020         (cgraph_remove_same_body_alias): Remove declaration.
20021         (cgraph_create_function_alias): Declare.
20022         (cgraph_process_same_body_aliases): Declare.
20023         (cgraph_function_with_gimple_body_p): Check for alias.
20024         (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
20025         (cgraph_alias_aliased_node): New function.
20026         (cgraph_function_node): Update for new aliases.
20027         (cgraph_function_or_thunk_node): Likewise.
20028         * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
20029         (inline_call): Remove dead aliases.
20030         * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
20031         name hack for same body aliases.
20032         (clone_of_p): Look through aliases.
20033         (verify_cgraph_node): Verify aliases.
20034         (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
20035         (cgraph_process_same_body_aliases): New function.
20036         (process_function_and_variable_attributes): Disable weakref warning on
20037         alias.
20038         (cgraph_analyze_functions): Handle aliases.
20039         (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
20040         (assemble_thunks): Rename to ...
20041         (assemble_thunks_and_aliases): ... this one; handle aliases, too.
20042         (cgraph_expand_function): Remove alias output code.
20043         (cgraph_output_in_order): Skip aliases.
20044         (cgraph_preserve_function_body_p): Aliases don't need preserving.
20045         * ipa-ref.c (ipa_ref_use_name): Add alias reference.
20046         (ipa_record_reference): Do not assert on alias references.
20047         (ipa_ref_has_aliases_p): New function.
20048         * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
20049         (ipa_ref_has_aliases_p): Declare.
20050         * lto-cgraph.c (lto_output_node): Handle aliases.
20051         (input_node): Likewise.
20052         * lto-streamer-out.c (lto_output): Skip aliases.
20053         (produce_symtab): Kill same_body_alias code.
20054         * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
20055         (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
20056         * ipa-inline.c (update_caller_keys): Walk aliases.
20057         (inline_small_functions): Fix thinko in previous patch.
20058         * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
20059         (function_and_variable_visibility): Do not walk same body aliases.
20060         * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
20061         (ipa_pta_execute): Use it.
20063 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
20065         * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
20066         (*vec_dupv2df): Rename from vec_dupv2df.
20067         (vec_dupv2df): New expander.
20069 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
20071         * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
20073 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
20075         * config/i386/i386.md: Use default value in "isa" attribute.
20076         * config/i386/sse.md: Ditto.
20077         * config/i386/mmx.md: Ditto.
20079 2011-06-10  Wei Guozhi  <carrot@google.com>
20081         PR target/45335
20082         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
20083         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
20084         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
20085         related peephole2.
20086         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
20087         related peephole2.
20088         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
20089         (arm_legitimate_ldrd_p): New prototype.
20090         (arm_output_ldrd): New prototype.
20091         * config/arm/arm.c (arm_check_ldrd_operands): New function.
20092         (arm_legitimate_ldrd_p): New function.
20093         (arm_output_ldrd): New function.
20095 2011-06-10  David Li  <davidxl@google.com>
20097         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
20098         * passes.c (passr_eq): New function.
20099         (create_pass_tab): New function.
20100         (pass_traverse): New function.
20101         (dump_one_pass): New function.
20102         (dump_pass_list): New function.
20103         (dump_passes): New function.
20105 2011-06-10  Jan Hubicka  <jh@suse.cz>
20107         * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
20108         setting the nothrow flag.
20109         * ipa-reference.c (propagate): Skip aliases.
20110         * ipa-pure-const.c (propagate_pure_const): Skip aliases.
20111         (propagate_nothrow): Skip aliases; do not update cgraph.
20112         (local_pure_const): Do not update cgraph.
20113         * tree-profile.c (tree_profiling): Do fixup_cfg.
20115 2011-06-10  Jan Hubicka  <jh@suse.cz>
20117         * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
20118         (cgraph_local_node_p): ... here; handle aliases.
20119         (has_addr_references_p): Break out from ...;
20120         (cgraph_remove_unreachable_nodes) ... here.
20122 2011-06-10  Jan Hubicka  <jh@suse.cz>
20124         * opts.c (default_options): Enlist OPT_finline_functions_called_once.
20125         * common.opt (flag_inline_functions_called_once): Do not
20126         initialize to 1.
20128 2011-06-10  Jan Hubicka  <jh@suse.cz>
20130         * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
20131         (ipcp_initialize_node_lattices): Do not deal with aliases;
20132         Do not try to propagate through thunks.
20133         (ipcp_change_tops_to_bottom): Do not deal with aliases.
20135 2011-06-10  Jan Hubicka  <jh@suse.cz>
20137         * ipa-prop.c (ipa_write_node_info): Stream jump functions
20138         for indirect calls.
20139         (ipa_read_node_info): Likewise.
20141 2011-06-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20143         PR lto/49302
20144         * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
20145         (build_and_insert_call): Likewise.
20146         (build_and_insert_ref): New.
20147         (gimple_expand_builtin_pow): Minor cleanup.
20148         (gimple_expand_builtin_cabs): New.
20149         (execute_cse_sincos): Add case for BUILT_IN_CABS.
20151 2011-06-10  Jan Hubicka  <jh@suse.cz>
20153         * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
20154         (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
20155         (ipcp_initialize_node_lattices): We don't propagate through an aliases.
20156         (ipcp_propagate_stage): Skip aliases when propagating.
20157         (ipcp_need_redirect_p): Skip aliases.
20158         (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
20159         collect_callers_of_node.
20160         * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
20161         for aliases.
20162         (ipa_compute_jump_functions): Look through aliases.
20164 2011-06-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20166         * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
20168 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20170         * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
20171         Adjust comments.
20172         * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
20174 2011-06-10  Jan Hubicka  <jh@suse.cz>
20176         * ipa-cp.c (ipcp_process_devirtualization_opportunities):
20177         Update call of gimple_get_virt_method_for_binfo.
20178         * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
20179         refuse_thunks parameter.
20180         (gimple_fold_call): Update.
20181         * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
20183 2011-06-10  Jan Hubicka  <jh@suse.cz>
20185         * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
20186         (not_all_callers_have_enough_arguments_p): ... this one; turn into
20187         worker for cgraph_for_node_and_aliases.
20188         (convert_callers_for_node): Break out from ...
20189         (convert_callers): ... here.
20190         (modify_function): Use collect_callers_of_node.
20191         (ipa_early_sra): Use cgraph_for_node_and_aliases.
20193 2011-06-10  Richard Guenther  <rguenther@suse.de>
20195         PR tree-optimization/49361
20196         * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
20197         when not already in gimple form.
20199 2011-06-10  Richard Guenther  <rguenther@suse.de>
20201         PR bootstrap/49344
20202         * tree-ssa-math-opts.c (convert_mult_to_fma): Use
20203         FOR_EACH_PHI_OR_STMT_USE.
20205 2011-06-10  Jan Hubicka  <jh@suse.cz>
20207         * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
20208         (clone_inlined_nodes): ... here.
20209         (inline_call): Use cgraph_function_or_thunk_node; redirect edge
20210         to real destination prior inlining.
20211         * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
20212         can_early_inline_edge_p, want_early_inline_function_p,
20213         want_early_inline_function_p, want_inline_small_function_p,
20214         want_inline_self_recursive_call_p, want_inline_function_called_once_p,
20215         edge_badness, update_all_callee_keys, lookup_recursive_calls,
20216         add_new_edges_to_heap, inline_small_functions, flatten_function,
20217         inline_always_inline_functions, early_inline_small_functions): Use
20218         cgraph_function_or_thunk_node.
20219         * ipa-inline-analysis.c (evaluate_conditions_for_edge,
20220         dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
20221         (do_estimate_edge_growth_1): Break out from ...
20222         (do_estimate_growth) ... here; walk aliases.
20223         (inline_generate_summary): Skip aliases.
20225 2011-06-10  Richard Guenther  <rguenther@suse.de>
20227         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
20228         forward when combining, visit inserted stmts when a stmt was changed.
20230 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
20232         * tree.h (error_operand_p): Add.
20233         * dbxout.c (dbxout_type_fields): Use the latter.
20234         * c-decl.c (add_stmt): Likewise.
20235         * gimplify.c (omp_add_variable, omp_notice_variable,
20236         gimplify_scan_omp_clauses): Likewise.
20238 2011-06-10  Georg-Johann Lay  <avr@gjlay.de>
20240         * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
20241         when a value is actually passed in regs.
20243 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
20244             Laurent Rougé  <laurent.rouge@menta.fr>
20246         * doc/invoke.texi (SPARC options): Add -mflat.
20247         * config/sparc/sparc.opt: Likewise.
20248         * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
20249         (sparc_flat_expand_prologue): Declare.
20250         (sparc_flat_expand_epilogue): Likewise.
20251         * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
20252         (CPP_ENDIAN_SPEC): Replace with...
20253         (CPP_OTHER_SPEC): ...this.  Also handle -mflat and -msoft-float.
20254         (CPP_SPEC): Adjust to above change.
20255         (EXTRA_SPECS): Likewise.
20256         (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
20257         (INCOMING_REGNO): Likewise.
20258         (OUTGOING_REGNO): Likewise.
20259         (LOCAL_REGNO): Likewise.
20260         (SETUP_FRAME_ADDRESSES): Likewise.
20261         (FIXED_REGISTERS): Set 0 for %fp.
20262         (CALL_USED_REGISTERS): Likewise.
20263         (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
20264         (EXIT_IGNORE_STACK): Define to 1 unconditionally.
20265         (RETURN_ADDR_REGNUM): Define.
20266         (RETURN_ADDR_RTX): Use it.
20267         (INCOMING_RETURN_ADDR_REGNUM): Define.
20268         (INCOMING_RETURN_ADDR_RTX): Use it.
20269         (DWARF_FRAME_RETURN_COLUMN): Likewise.
20270         (EH_RETURN_REGNUM): Define.
20271         (EH_RETURN_STACKADJ_RTX): Use it.
20272         (EH_RETURN_HANDLER_RTX): Delete.
20273         (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
20274         * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
20275         Delete.
20276         (struct machine_function): Add frame_size, apparent_frame_size,
20277         frame_base_reg, frame_base_offset, n_global_fp_regs and
20278         save_local_in_regs_p fields.
20279         (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
20280         sparc_frame_base_offset, sparc_n_global_fp_regs,
20281         sparc_save_local_in_regs_p): New macros.
20282         (sparc_option_override): Error out if -fcall-saved-REG is specified
20283         for Out registers.
20284         (eligible_for_restore_insn): Fix formatting.
20285         (eligible_for_return_delay): Likewise.  Add TARGET_FLAT handling.
20286         (eligible_for_sibcall_delay): Likewise.
20287         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
20288         (sparc_legitimate_address_p): Adjust to above change.
20289         (save_global_or_fp_reg_p): New predicate.
20290         (return_addr_reg_needed_p): Likewise.
20291         (save_local_or_in_reg_p): Likewise.
20292         (sparc_compute_frame_size): Use them.  Add TARGET_FLAT handling.
20293         (SORR_SAVE, SORR_RESTORE): Delete.
20294         (sorr_pred_t): New typedef.
20295         (sorr_act_t): New enum.
20296         (save_or_restore_regs): Rename to...
20297         (emit_save_or_restore_regs): ...this.  Change type of LOW and HIGH
20298         parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
20299         ACTION_TRUE and ACTION_FALSE parameters.  Implement more general
20300         mechanism.  Add CFI information for double-word saves in 32-bit mode.
20301         (emit_adjust_base_to_offset): New function extracted from...
20302         (emit_save_or_restore_regs): ...this.  Rename the rest to...
20303         (emit_save_or_restore_regs_global_fp_regs): ...this.
20304         (emit_save_or_restore_regs_local_in_regs): New function.
20305         (gen_create_flat_frame_[123]): New functions.
20306         (sparc_expand_prologue): Use SIZE local variable.  Adjust.
20307         (sparc_flat_expand_prologue): New function.
20308         (sparc_asm_function_prologue): Add TARGET_FLAT handling.
20309         (sparc_expand_epilogue): Use SIZE local variable.  Adjust.
20310         (sparc_flat_expand_epilogue): New function.
20311         (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
20312         (output_return): Likewise.
20313         (output_sibcall): Likewise.
20314         (sparc_output_mi_thunk): Likewise.
20315         (sparc_frame_pointer_required): Likewise.
20316         (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
20317         function optimization.
20318         * config/sparc/sparc.md (flat): New attribute.
20319         (prologue): Add TARGET_FLAT handling.
20320         (save_register_window): Disable if TARGET_FLAT.
20321         (create_flat_frame_[123]): New patterns.
20322         (epilogue): Add TARGET_FLAT handling.
20323         (sibcall_epilogue): Likewise.
20324         (eh_return): New expander.
20325         (eh_return_internal): New insn and splitter.
20326         (return_internal): Add TARGET_FLAT handling.
20327         (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
20328         (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
20329         (nonlocal_goto): Add TARGET_FLAT handling.
20330         * config/sparc/t-elf: Add -mflat multilib.
20331         * config/sparc/t-leon: Likewise.
20333 2011-06-10  Jan Hubicka  <jh@suse.cz>
20335         * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
20336         * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
20337         (self_recursive_p): Use cgraph_function_node.
20338         (propagate_pure_const): Likewise.
20339         (propagate_nothrow): Likewise.
20340         * ipa-reference.c (ipa_reference_get_not_read_global): Use
20341         cgraph_function_node.
20342         (propagate_bits): Likewise.
20343         (propagate): Likewise.
20345 2011-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
20346             Richard Earnshaw  <rearnsha@arm.com>
20348         * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
20349         * config/arm/vfp.md (*arm_movdi_vfp): Delete.
20350         (*thumb2_movdi_vfp): Delete.
20351         (*arm_movdi_vfp_cortexa8): Delete.
20352         (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
20353         (*movdi_vfp_cortexa8): Likewise.
20355 2011-06-10  Richard Guenther  <rguenther@suse.de>
20357         * stor-layout.c (initialize_sizetypes): Give names to all
20358         sizetype kinds.
20360 2011-06-10  Ira Rosen  <ira.rosen@linaro.org>
20362         PR tree-optimization/49318
20363         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
20364         irrelevant pattern statements.
20366 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20368         * system.h (SETJMP_VIA_SAVE_AREA): Poison.
20370         PR bootstrap/49354
20371         * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
20372         to last assignment.
20374 2011-06-09  Jan Hubicka  <jh@suse.cz>
20376         * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
20377         do not recompute reachable flag.
20378         (cgraph_finalize_function, cgraph_analyze_functions): Set
20379         redefined_extern_inline here.
20381 2011-06-09  Jan Hubicka  <jh@suse.cz>
20383         * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
20384         (cgraph_only_called_directly_p): ... this one; bring offline.
20385         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
20386         varpool_used_from_object_file_p): Drop names from the declaratoin.
20387         (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
20388         collect_callers_of_node): New.
20389         (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
20390         (cgraph_edge_recursive_p): Use cgraph_function_node.
20391         * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
20392         (cgraph_node_cannot_be_local_p_1): Break out from ...
20393         (cgraph_node_can_be_local_p): ... here; walk aliases.
20394         (cgraph_for_node_thunks_and_aliases): New function.
20395         (cgraph_for_node_and_aliases): New function.
20396         (cgraph_make_node_local_1): Break out from ...
20397         (cgraph_make_node_local) ... here; use
20398         cgraph_for_node_thunks_and_aliases.
20399         (cgraph_set_nothrow_flag_1): Break out from ...
20400         (cgraph_set_nothrow_flag) ... here;
20401         use cgraph_for_node_thunks_and_aliases.
20402         (cgraph_set_const_flag_1): Break out from ...
20403         (cgraph_set_const_flag) ... here;
20404         use cgraph_for_node_thunks_and_aliases.
20405         (cgraph_set_pure_flag_1): Break out from ...
20406         (cgraph_set_pure_flag) ... here;
20407         use cgraph_for_node_thunks_and_aliases.
20408         (cgraph_propagate_frequency_1): Break out from ...
20409         (cgraph_propagate_frequency) ... here; use
20410         cgraph_for_node_thunks_and_aliases.
20411         (cgraph_used_from_object_file_p): Do not care about aliases.
20412         (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
20413         New functions.
20414         (collect_callers_of_node_1, collect_callers_of_node): New functions.
20416 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20418         PR rtl-optimization/49154
20419         * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
20420         (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
20421         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
20422         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
20423         * config/cris/cris.h (cris_register_move_cost): Remove
20424         !TARGET_V32 code.  Tweak comments.
20426 2011-06-09  Jan Hubicka  <jh@suse.cz>
20428         * cgraphbuild.c (record_eh_tables): Mark personality function as having
20429         address taken.
20431 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
20433         PR rtl-optimization/49154
20434         * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
20435         is a matching slot in the hashtable, assign it to classes_ptr.
20437         PR rtl-optimization/49154
20438         * doc/tm.texi.in (Register Classes): Document rule for the narrowest
20439         register classes.
20440         * doc/tm.texi: Regenerate.
20442 2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
20444         PR target/49307
20445         * config/sh/sh.md (UNSPEC_CHKADD): New.
20446         (chk_guard_add): New define_insn_and_split.
20447         (symGOT_load): Use chk_guard_add instead of blockage.
20449 2011-06-09  Kai Tietz  <ktietz@redhat.com>
20451         * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
20453 2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
20455         * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
20457 2011-06-09  Wei Guozhi  <carrot@google.com>
20459         PR target/46975
20460         * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
20461         (peephole2 for conditional move): Generate 16 bit instructions.
20463 2011-06-09  Uros Bizjak  <ubizjak@gmail.com>
20465         * config/i386/i386.md (*movdi_internal_rex64): Merge
20466         alternatives 6 and 8.
20468 2011-06-09  David Li  <davidxl@google.com>
20470         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
20471         * passes.c (passr_eq): New function.
20472         (create_pass_tab): New function.
20473         (pass_traverse): New function.
20474         (dump_one_pass): New function.
20475         (dump_pass_list): New function.
20476         (dump_passes): New function.
20478 2011-06-09  David Li  <davidxl@google.com>
20480         * tree-complex.c (tree_lower_complex): Gate cleanup.
20481         * tree-stdarg.c (check_all_va_list_escapes): Ditto.
20482         (execute_optimize_stdarg): Ditto.
20483         * tree-eh.c (execute_lower_eh_dispatch): Ditto.
20484         (execute_cleanup_eh_1): Ditto.
20485         (execute_cleanup_eh): Ditto.
20486         * gcse.c (gate_rtl_pre): Ditto.
20487         (execute_rtl_pre): Ditto.
20488         * except.c (finish_eh_generation): Ditto.
20489         (convert_to_eh_region_ranges): Ditto.
20490         * cprop.c (one_cprop_pass): Ditto.
20492 2011-06-09  Bernd Schmidt  <bernds@codesourcery.com>
20494         PR target/48673
20495         * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
20496         in all basic blocks.
20498 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20500         * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
20501         (HAVE_ENABLE_EXECUTE_STACK): Define.
20502         * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
20503         (HAVE_ENABLE_EXECUTE_STACK): Define.
20504         * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
20505         (HAVE_ENABLE_EXECUTE_STACK): Define.
20506         * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
20507         (ENABLE_EXECUTE_STACK): Remove.
20508         (HAVE_ENABLE_EXECUTE_STACK): Define.
20509         [IN_LIBGCC2]: Don't include <windows.h>.
20510         * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
20511         (HAVE_ENABLE_EXECUTE_STACK): Define.
20512         * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
20513         (HAVE_ENABLE_EXECUTE_STACK): Define.
20514         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
20515         * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
20516         (HAVE_ENABLE_EXECUTE_STACK): Define.
20517         * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
20518         (HAVE_ENABLE_EXECUTE_STACK): Define.
20519         * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
20520         (HAVE_ENABLE_EXECUTE_STACK): Define.
20521         * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
20522         (HAVE_ENABLE_EXECUTE_STACK): Define.
20523         * config/alpha/alpha.c (alpha_trampoline_init): Test
20524         HAVE_ENABLE_EXECUTE_STACK.
20525         * config/i386/i386.c (ix86_trampoline_init): Likewise.
20526         * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
20527         (sparc64_initialize_trampoline): Likewise.
20528         * libgcc2.c [L_enable_execute_stack]: Remove.
20529         * system.h (ENABLE_EXECUTE_STACK): Poison.
20530         * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
20531         * doc/tm.texi: Regenerate.
20532         * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
20534 2011-06-09  Jakub Jelinek  <jakub@redhat.com>
20536         PR middle-end/49308
20537         * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
20538         variable.  After resetting and rescanning insn continue with previous
20539         statement.
20541 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20543         * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
20544         (gcc_cv_ld_hidden): Likewise.
20545         * configure: Regenerate.
20546         * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
20547         (ix86_stack_protect_fail): Mark unused.
20548         (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
20549         * config/rs6000/rs6000.c (rs6000_assemble_visibility)
20550         [TARGET_MACHO]: Don't define.
20551         (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
20552         (TARGET_STACK_PROTECT_FAIL): Likewise.
20553         (rs6000_stack_protect_fail): Mark unused.
20554         * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
20555         USE_LINKONCE_INDIRECT.  Don't emit .hidden expicitly.
20557 2011-06-08  Andi Kleen  <ak@linux.intel.com>
20559         * varasm.c (get_section): Print location of other conflict
20560         for section conflicts.
20562 2011-06-08  Andi Kleen  <ak@linux.intel.com>
20564         * config/i386/driver-i386.c (host_detect_local_cpu):
20565         Add model 0x2d Intel CPU.
20567 2011-06-08  Andi Kleen  <ak@linux.intel.com>
20569         * reginfo.c (global_regs_decl): Add.
20570         (globalize_reg): Add decl parameter. Compute location.  Pass location
20571         to warnings and add inform. Store decl in global_regs_decl.
20572         * rtl.h (globalize_reg): Update prototype.
20573         * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
20575 2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>
20577         * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
20579 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
20581         PR target/49305
20582         * config/sh/predicates.md (general_movsrc_operand): Check
20583         mode for memory with indexed address for QI and HImode.
20584         (general_movdst_operand): Likewise.
20586 2011-06-09  Nicola Pero  <nicola.pero@meta-innovation.com>
20588         * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
20590 2011-06-08  Alexandre Oliva  <aoliva@redhat.com>
20592         * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
20593         (num_ssa_operands): Likewise.
20594         (op_iter_init_phiuse): Forward-declare.
20595         (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
20597 2011-06-08  Nick Clifton  <nickc@redhat.com>
20599         * doc/invoke.texi (ARM Options): Update description of
20600         -mthumb-interwork.
20602 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
20604         * config/i386/driver-i386.c (host_detect_local_cpu): Support
20605         unknown Intel family 0x6 CPUs.
20607 2011-06-08  Martin Jambor  <mjambor@suse.cz>
20609         * tree-sra.c (mark_rw_status): Removed.
20610         (analyze_access_subtree): New parameter parent instead of
20611         mark_read and mark_write, propagate from that.
20613 2011-06-08  Julian Brown  <julian@codesourcery.com>
20615         * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
20616         for double-precision helper functions in hard-float mode if only
20617         single-precision arithmetic is supported in hardware.
20619 2011-06-08  Alexander Monakov  <amonakov@ispras.ru>
20621         PR rtl-optimization/49303
20622         * sel-sched.c (move_op): Use correct type for 'res'.  Verify that
20623         code_motion_path_driver returned 0 or 1.
20624         (sel_region_finish): Clear h_d_i_d.
20626 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
20628         * config/sh/sh.c (prepare_move_operands): Set pic register
20629         appropriately for global and local dynamic tls models even
20630         if flag_pic is unset.
20632 2011-06-07  Jason Merrill  <jason@redhat.com>
20634         * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
20636 2011-06-07  Xinliang David Li  <davidxl@google.com>
20637         * passes.c (enable_disable_pass): Handle assembler name.
20638         (is_pass_explicitly_enabled_or_disabled): Ditto.
20640 2011-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20642         PR tree-optimization/48497
20643         * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
20645 2011-06-07  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20647         PR tree-optimization/46728
20648         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
20649         to use gimple_val_nonnegative_real_p.
20650         * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
20651         * gimple.h (gimple_val_nonnegative_real_p): New declaration.
20653 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
20655         * config/i386/i386.md (*movsf_internal): Optimize AVX check.
20657 2011-06-07  Sergey Grechanik  <mouseentity@ispras.ru>
20659         * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
20660         constant vectors.
20662 2011-06-07  Richard Guenther  <rguenther@suse.de>
20664         * stor-layout.c (initialize_sizetypes): Initialize all
20665         sizetypes based on target definitions.
20666         (set_sizetype): Remove.
20667         * tree.c (build_common_tree_nodes): Do not call set_sizetype.
20668         * tree.h (set_sizetype): Remove.
20670 2011-06-07  Nick Clifton  <nickc@redhat.com>
20672         * config.gcc: Unify V850 architecture options and add support for
20673         newer V850 architectures.
20674         * config/v850/t-v850e: Delete.
20676 2011-06-07  Richard Guenther  <rguenther@suse.de>
20678         * tree.c (build_common_tree_nodes): Also initialize size_type_node.
20679         Call set_sizetype from here.
20681 2011-06-07  Andrew Stubbs  <ams@codesourcery.com>
20683         * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
20684         (*maddhisi4tb, *maddhisi4tt): New define_insns.
20686 2011-06-07  Bernd Schmidt  <bernds@codesourcery.com>
20687             Andrew Stubbs  <ams@codesourcery.com>
20689         * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
20690         multiplies.
20691         * doc/md.texi (Canonicalization of Instructions): Document widening
20692         multiply canonicalization.
20694 2011-06-07  Jakub Jelinek  <jakub@redhat.com>
20696         PR gcov-profile/49299
20697         * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
20699 2011-06-07  Ira Rosen  <ira.rosen@linaro.org>
20701         * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
20702         a pointer.
20703         * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
20704         vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
20705         vect_recog_pow_pattern): Likewise.
20706         (vect_pattern_recog_1): Remove declaration.
20707         (widened_name_p): Remove declaration.  Add new argument to specify
20708         whether to check that both types are either signed or unsigned.
20709         (vect_recog_widen_mult_pattern): Update documentation.  Handle
20710         unsigned patterns and multiplication by constants.
20711         (vect_pattern_recog_1): Update vect_recog_func references.  Use
20712         statement information from the statement returned from pattern
20713         detection functions.
20714         (vect_pattern_recog): Update vect_recog_func reference.
20715         * tree-vect-stmts.c (vectorizable_type_promotion): For widening
20716         multiplication by a constant use the type of the other operand.
20718 2011-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
20720         PR rtl-optimization/49145
20721         * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
20723 2011-06-06  Jakub Jelinek  <jakub@redhat.com>
20725         PR debug/49262
20726         * dwarf2out.c (native_encode_initializer): Decrement count in each
20727         iteration.
20729         PR debug/49294
20730         * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
20731         non-MODE_INT modes.
20733         PR c++/49264
20734         * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
20735         if stmt folded into nothing.
20736         * tree-inline.c (fold_marked_statements): If a builtin at the end of
20737         a bb folded into nothing, just update cgraph edges and move to next bb.
20738         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
20739         to be NULL.  Don't compute count and frequency if new_call is NULL.
20741 2011-06-04  Diego Novillo  <dnovillo@google.com>
20743         * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
20744         (cgraph.o): Likewise.
20745         (cgraphunit.o): Likewise.
20746         * cgraphunit.c: Include lto-streamer.h
20747         (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
20748         if LTO is enabled.
20749         * lto-streamer-in.c (unpack_value_fields): Call
20750         streamer_hooks.unpack_value_fields if set.
20751         (lto_materialize_tree): For unhandled nodes, first try to
20752         call lto_streamer_hooks.alloc_tree, if it exists.
20753         (lto_input_ts_decl_common_tree_pointers): Move reading of
20754         DECL_INITIAL to lto_streamer_read_tree.
20755         (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
20756         (lto_streamer_read_tree): New.
20757         (lto_reader_init): Rename from lto_init_reader.
20758         Move initialization code to lto/lto.c.
20759         * lto-streamer-out.c (pack_value_fields): Call
20760         streamer_hooks.pack_value_fields if set.
20761         (lto_output_tree_ref): For tree nodes that are not normally indexable,
20762         call streamer_hooks.indexable_with_decls_p before giving up.
20763         (lto_output_ts_decl_common_tree_pointers): Move handling
20764         for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
20765         (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
20766         lto_is_streamable.  Call lto_streamer_hooks.output_tree_header if set.
20767         (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
20768         (lto_streamer_write_tree): New.
20769         (lto_output): Call lto_streamer_init directly.
20770         (lto_writer_init): Remove.
20771         * lto-streamer.c (streamer_hooks): New.
20772         (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
20773         instead of lto_preload_common_nodes.
20774         (lto_is_streamable): Move from lto-streamer.h
20775         (lto_streamer_hooks_init): New.
20776         (streamer_hooks): New.
20777         (streamer_hooks_init): New.
20778         * lto-streamer.h (struct output_block): Forward declare.
20779         (struct lto_input_block): Likewise.
20780         (struct data_in): Likewise.
20781         (struct bitpack_d): Likewise.
20782         (struct streamer_hooks): Declare.
20783         (streamer_hooks): Declare.
20784         (lto_streamer_hooks_init): Declare.
20785         (lto_streamer_write_tree): Declare.
20786         (lto_streamer_read_tree): Declare.
20787         (streamer_hooks_init): Declare.
20788         (lto_is_streamable): Move to lto-streamer.c
20790 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20792         * longlong.h (smul_ppmm): The resulting register pair contains the
20793         higher order word first.
20795 2011-06-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20797         PR tree-optimization/46728
20798         * builtins.c (powi_table): Remove.
20799         (powi_lookup_cost): Remove.
20800         (powi_cost): Remove.
20801         (expand_powi_1): Remove.
20802         (expand_powi): Remove.
20803         (expand_builtin_pow_root): Remove.
20804         (expand_builtin_pow): Remove.
20805         (expand_builtin_powi): Eliminate handling of constant exponent.
20806         (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
20808 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20810         * cprop.c (local_cprop_pass): Don't set changed for debug insns.
20812 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20814         * dce.c (reset_unmarked_insns_debug_uses): New.
20815         (delete_unmarked_insns): Skip debug insns.
20816         (prescan_insns_for_dce): Likewise.
20817         (rest_of_handle_ud_dce): Reset debug uses of removed sets.
20818         * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
20819         active reg can be found.
20820         (subst_all_stack_regs_in_debug_insn): New.  Reset debug insn then.
20821         (convert_regs_1): Use it.
20823 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20825         * tree-pretty-print.c (dump_function_header): Add flags.
20826         Don't dump decl_uid with nouid.
20827         * tree-pretty-print.h (dump_function_header): Adjust.
20828         * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
20829         * passes.c (pass_init_dump_file): Pass dump_flags on.
20830         * tree-cfg.c (gimple_dump_cfg): Pass flags on.
20832 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
20834         PR bootstrap/49270
20835         * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
20837 2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
20839         PR tree-optimization/49243
20840         * calls.c (setjmp_call_p): Also check if fndecl has the
20841         returns_twice attribute.
20843 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20845         * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
20846         -ffast-math etc.
20848 2011-06-06  Richard Henderson  <rth@redhat.com>
20849             Georg-Johann Lay  <avr@gjlay.de>
20851         PR target/42210
20852         * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
20853         New predicates.
20854         * config/avr/avr.md ("insv"): New insn expander.
20855         ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
20856         "*insv.not.io", "*insv.reg"): New insns.
20858 2011-06-06  Hans-Peter Nilsson  <hp@bitrange.com>
20860         PR target/49285
20861         * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
20862         to nonimmediate_operand from memory_operand for the operand that is to
20863         be forced to memory by the expander.  Lose the constraints.
20865 2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
20867         * config/sparc/sparc.c (output_return): Fix thinko in the output of an
20868         EH return when delayed branches are disabled.
20870 2011-06-05  Uros Bizjak  <ubizjak@gmail.com>
20872         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
20873         Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode"
20874         calculation.
20875         (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
20876         Simplify MODE_V1DF and MODE_V2SF handling.
20877         (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
20878         Simplify MODE_SF handling.
20880 2011-06-04  Jan Hubicka  <jh@suse.cz>
20882         PR tree-optimization/48893
20883         PR tree-optimization/49091
20884         PR tree-optimization/49179
20885         * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
20886         Bounds check.
20888 2011-06-04  Jan Hubicka  <jh@suse.cz>
20890         PR lto/48954
20891         * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
20892         bitmaps.
20894 2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
20896         * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
20898 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
20900         PR target/49281
20901         * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
20902         to be strictly smaller than 1 << shiftcount.
20904 2011-06-04  Jan Hubicka  <jh@suse.cz>
20906         PR tree-optimize/48929
20907         * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
20908         of empty predicate.
20910 2011-06-04  Alexandre Oliva  <aoliva@redhat.com>
20912         PR debug/48333
20913         * calls.c (emit_call_1): Prefer the __builtin declaration of
20914         builtin functions.
20916 2011-06-03   Diego Novillo  <dnovillo@google.com>
20918         * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
20919         (lto_input_tree_pointers): Likewise.
20920         * lto-streamer-out.c (pack_value_fields): Likewise.
20921         (lto_output_tree_pointers): Likewise.
20922         * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
20923         and OPTIMIZATION_NODE.
20925 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20927         * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
20928         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
20929         * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
20930         * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
20931         * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
20932         * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
20933         * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
20934         * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
20935         * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
20936         * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
20937         * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
20938         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
20939         * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
20940         * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
20941         * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
20942         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
20943         * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
20944         * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
20945         * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
20946         * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
20947         * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
20948         * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
20949         * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
20950         * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
20951         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
20952         * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
20953         * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
20954         * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
20955         * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
20956         * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
20957         * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
20958         * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
20959         * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
20960         * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
20961         * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
20962         * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
20963         * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
20964         * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
20965         * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
20966         * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
20967         * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
20968         * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
20969         * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
20970         * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
20971         * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
20972         * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
20973         * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
20974         * system.h (MD_UNWIND_SUPPORT): Poison.
20975         * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
20976         * doc/tm.texi: Regenerate.
20977         * unwind-dw2.c: Include md-unwind-support.h instead of
20978         MD_UNWIND_SUPPORT.
20979         * config/ia64/unwind-ia64.c: Likewise.
20980         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
20982 2011-06-03  Jack Howarth  <howarth@bromo.med.uc.edu>
20984         * varpool.c (varpool_extra_name_alias): Return NULL, not false.
20986 2011-06-03  Richard Henderson  <rth@redhat.com>
20987             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20989         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
20990         (sigill_hdlr): Correct insn, insn size.
20991         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
20993 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20995         * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
20996         t-slibgcc-dummy.
20997         * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
20998         * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
20999         * config/mips/t-iris: Remove.
21000         * config/mips/t-irix6: New file.
21001         * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
21003 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21005         * Makefile.in (LIB2ADDEHDEP): Remove.
21006         * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
21007         * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
21008         * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
21009         * config/t-darwin (LIB2ADDEHDEP): Remove.
21010         * config/t-freebsd (LIB2ADDEHDEP): Remove.
21011         * config/t-linux (LIB2ADDEHDEP): Remove.
21013 2011-06-03  Diego Novillo  <dnovillo@google.com>
21015         * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
21016         (lto_register_var_decl_in_symtab): Likewise.
21017         (lto_register_function_decl_in_symtab): Likewise.
21018         (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
21019         logic to uniquify_nodes.
21021 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21023         * config/alpha/t-osf5: Remove.
21024         * config/alpha/t-osf-pthread: Remove.
21025         * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
21026         * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
21028 2011-06-03  Julian Brown  <julian@codesourcery.com>
21030         * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
21031         (strongarm1110): Use strongarm tuning.
21032         * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
21033         * config/arm/arm.c (arm_strongarm_tune): New.
21034         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
21035         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
21036         (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
21037         setting, using previous defaults or 1 for Cortex-A5.
21038         (arm_option_override): Set max_insns_skipped from current tuning.
21040 2011-06-03  Nathan Sidwell  <nathan@codesourcery.com>
21042         * doc/install.texi (Options specification): Document --with-specs.
21044 2011-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
21046         * config/arm/neon.md (orndi3_neon): Actually split it.
21048 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
21050         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
21051         * var-tracking.c (reverse_op): Limite recurse depth to 5.
21053 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
21055         PR debug/47590
21056         * target.def (delay_sched2, delay_vartrack): New.
21057         * doc/tm.texi.in: Update.
21058         * doc/tm.texi: Rebuild.
21059         * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
21060         * var-tracking.c (gate_handle_var_tracking): Likewise.
21061         * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
21062         (bfin_flag_var_tracking): Drop.
21063         (output_file_start): Don't save and override flag_var_tracking.
21064         (bfin_option_override): Ditto flag_schedule_insns_after_reload.
21065         (bfin_reorg): Test original variables.
21066         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
21067         * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
21068         (ia64_flag_var_tracking): Drop.
21069         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
21070         (ia64_file_start): Don't save and override flag_var_tracking.
21071         (ia64_override_options_after_change): Ditto
21072         flag_schedule_insns_after_reload.
21073         (ia64_reorg): Test original variables.
21074         * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
21075         (picochip_flag_var_tracking): Drop.
21076         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
21077         (picochip_option_override): Don't save and override
21078         flag_schedule_insns_after_reload.
21079         (picochip_asm_file_start): Ditto flag_var_tracking.
21080         (picochip_reorg): Test original variables.
21081         * config/spu/spu.c (spu_flag_var_tracking): Drop.
21082         (TARGET_DELAY_VARTRACK): Define.
21083         (spu_var_tracking): New.
21084         (spu_machine_dependent_reorg): Call it.
21085         (asm_file_start): Don't save and override flag_var_tracking.
21087 2011-06-02  Kaz Kojima  <kkojima@gcc.gnu.org>
21089         PR target/49163
21090         * config/sh/predicates.md (general_movsrc_operand): Return 0
21091         for memory and memory subreg of which address is an invalid
21092         indexed address for QI and HImode.
21093         (general_movdst_operand): Likewise.
21095 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
21097         * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
21098         edges only, when there is a non-local label in the function.
21099         * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
21101 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
21103         * config/i386/constraints.md (Y3): New register constraint.
21104         * config/i386/sse.md (*vec_interleave_highv2df): Merge with
21105         *sse3_interleave_highv2df and *sse2_interleave_highv2df.
21106         (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
21107         *sse2_interleave_lowv2df.
21109 2011-06-02  Julian Brown  <julian@codesourcery.com>
21111         * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
21112         * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
21113         (arm_cortex_a5_tune): New.
21115 2011-06-02  Julian Brown  <julian@codesourcery.com>
21117         * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
21118         * config/arm/arm.c (arm_default_branch_cost): New.
21119         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
21120         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
21121         (arm_fa726_tune): Set branch_cost field using
21122         arm_default_branch_cost.
21123         * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
21124         current_tune structure.
21125         * dojump.c (tm_p.h): Include file.
21127 2011-06-02  Julian Brown  <julian@codesourcery.com>
21129         * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
21130         tuning.
21131         (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
21132         (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
21133         * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
21134         field.
21135         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
21136         (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
21137         (arm_fa726te_tune): Add prefer_constant_pool setting.
21138         (arm_v6t2_tune, arm_cortex_tune): New.
21139         * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
21140         prefer_constant_pool setting.
21142 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
21144         * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
21145         switch statement.
21146         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
21147         (*movdf_internal) <case 6,7,8>: Ditto.
21149         * config/i386/constraints.md (Y4): New register constraint.
21150         * config/i386/sse.md (vec_set<mode>_0): Merge with
21151         *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
21152         (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
21153         *vec_extractv2di_1_sse.
21154         (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
21155         and *vec_concatv2di_rex64_sse.
21157 2011-06-02  Stuart Henderson  <shenders@gcc.gnu.org>
21159         PR target/48807
21160         * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
21161         of cgraph_local_info for null before attempting to use it.
21163 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
21165         * function.h (struct stack_usage): Remove dynamic_alloc_count field.
21166         (current_function_dynamic_alloc_count): Delete.
21167         * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
21168         (expand_builtin_nonlocal_goto): Remove obsolete comment.
21169         (expand_builtin_update_setjmp_buf): Remove dead code.
21170         * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
21171         * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
21172         support.
21173         * function.c (instantiate_virtual_regs): Likewise.
21174         * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
21175         for a block with a single abnormal incoming edge.
21176         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
21177         (SETJMP_VIA_SAVE_AREA): Delete.
21178         * config/sparc/sparc-protos.h (load_got_register): Declare.
21179         * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
21180         (load_got_register): Make global.
21181         (sparc_frame_pointer_required): Add 'static'.
21182         (sparc_can_eliminate): Likewise.  Call sparc_frame_pointer_required.
21183         (sparc_builtin_setjmp_frame_value): New function.
21184         * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
21185         (save_stack_nonlocal): New expander.
21186         (restore_stack_nonlocal): Likewise.
21187         (nonlocal_goto): Remove modes, adjust predicates and reimplement.
21188         (nonlocal_goto_internal): New insn.
21189         (goto_handler_and_restore): Delete.
21190         (builtin_setjmp_setup): Likewise.
21191         (do_builtin_setjmp_setup): Likewise.
21192         (setjmp): Likewise.
21193         (builtin_setjmp_receiver): New expander.
21195 2011-06-01  David Li  <davidxl@google.com>
21197         PR middle-end/49261
21198         * tree-pretty-print.c (dump_function_header): Format cleanup.
21200 2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
21202         PR target/49238
21203         * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
21204         needed when original operands are used for msw_skip comparison.
21206 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
21208         PR debug/49250
21209         * var-tracking.c (add_uses, add_stores): Don't call
21210         cselib_subst_to_values on ENTRY_VALUE.
21212 2011-06-01  Diego Novillo  <dnovillo@google.com>
21214         * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
21215         output_record_start with LTO_null instead of output_zero.
21216         (lto_output_ts_binfo_tree_pointers): Likewise.
21217         (lto_output_tree): Likewise.
21218         (output_eh_try_list): Likewise.
21219         (output_eh_region): Likewise.
21220         (output_eh_lp): Likewise.
21221         (output_eh_regions): Likewise.
21222         (output_bb): Likewise.
21223         (output_function): Likewise.
21224         (output_unreferenced_globals): Likewise.
21225         * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
21226         instead of NUM_TREE_CODES.
21227         (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
21228         (lto_output_int_in_range): Change << to >> when shifting VAL.
21230 2011-06-01  Diego Novillo  <dnovillo@google.com>
21232         * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
21233         Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
21235 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
21237         PR target/45074
21238         * optabs.h (valid_multiword_target_p): Declare.
21239         * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
21240         doing multi-word operations.
21241         * optabs.c (expand_binop): Likewise.
21242         (expand_doubleword_bswap): Likewise.
21243         (expand_absneg_bit): Likewise.
21244         (expand_unop): Likewise.
21245         (expand_copysign_bit): Likewise.
21246         (multiword_target_p): New function.
21248 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
21250         PR rtl-optimization/48830
21251         PR rtl-optimization/48808
21252         PR rtl-optimization/48792
21253         * reload.c (push_reload): Check contains_reg_of_mode.
21254         * reload1.c (strip_paradoxical_subreg): New function.
21255         (gen_reload_chain_without_interm_reg_p): Use it to handle
21256         paradoxical subregs.
21257         (emit_output_reload_insns, gen_reload): Likewise.
21259 2011-06-01  David Li  <davidxl@google.com>
21261         * predict.c : Change pass name
21262         * ipa.c: Ditto.
21263         * dce.c: Ditto.
21264         * tree-profile.c: Ditto.
21265         * except.c: Ditto.
21267 2011-06-01  David Li  <davidxl@google.com>
21269         * tree-pretty-print.c (dump_function_header): New function.
21270         * final.c (rest_of_clean_state): Use header dumper.
21271         * tree-cfg.c (gimple_dump_cfg): Use header dumper.
21272         * passes.c (pass_init_dump_file): Use header dumper.
21274 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
21276         * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
21277         ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
21278         popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
21279         New functions.
21280         (mem_loc_descriptor): Use them.
21282         * var-tracking.c (create_entry_value): New function.
21283         (vt_add_function_parameter): Use it.
21285 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21287         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
21288         Include <signal.h>, <ucontext.h>.
21289         (sigill_caught): Define.
21290         (sigill_hdlr): New function.
21291         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
21292         insns can be executed.
21293         * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
21294         * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
21296 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21298         * config/t-slibgcc-darwin: Move to ...
21299         * config/t-slibgcc-dummy: ... this.  Clarify comments.
21300         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
21301         powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
21302         (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
21303         (i[34567]86-*-rtems*): Remove extra_parts.  Use i386/t-rtems.
21304         Remove i386/t-crtstuff from tmake_file.
21305         (i[34567]86-*-solaris2*): Remove t-svr4,
21306         t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
21307         t-slibgcc-dummy.
21308         (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
21309         (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
21310         sparc/t-crtfm from tmake_file.
21311         (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
21312         t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
21313         Remove extra_parts.
21314         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
21315         * config/i386/t-nwld (SHLIB_LINK): Remove.
21316         * config/i386/t-rtems-i386: Rename to ...
21317         * config/i386/t-rtems: ... this.
21318         ($(T)crti.o, $(T)crtn.o): Remove.
21319         (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
21320         (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
21321         (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
21322         * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
21323         EXTRA_MULTILIB_PARTS): Remove.
21324         * config/sparc/t-sol2-64: Likewise.
21325         * config/sparc/t-sol2: Remove.
21326         * config/sparc/t-crtin: Remove.
21327         * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
21328         * config/i386/gmon-sol2.c: Remove.
21329         * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
21330         * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
21331         * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
21332         * config/i386/sol2-gc1.asm: Remove.
21333         * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
21334         * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
21335         * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
21336         * config/t-slibgcc-sld: Remove.
21338 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
21340         * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
21341         base_type_for_mode with op_mode instead of mode.
21343 2011-06-01  Paul Brook  <paul@cpodesourcery.com>
21345         * config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
21346         Cortex-A15.
21347         * config/arm/arm-tune.md: Regenerate.
21348         * config/arm/arm-tables.opt: Regenerate.
21349         * config/arm/arm.c (FL_DIV): Rename...
21350         (FL_THUMB_DIV): ... to this.
21351         (FL_ARM_DIV): Define.
21352         (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
21353         (arm_arch_hwdiv): Remove.
21354         (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
21355         (arm_issue_rate): Add cortexr5.
21356         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
21357         __ARM_ARCH_EXT_IDIV__.
21358         (TARGET_IDIV): Define.
21359         (arm_arch_hwdiv): Remove.
21360         (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
21361         * config/arm/arm.md (tune_cortexr4): Add cortexr5.
21362         (divsi3, udivsi3): New patterns.
21363         * config/arm/thumb2.md (divsi3, udivsi3): Remove.
21364         * doc/invoke.texi: Document ARM -mcpu=cortex-r5
21366 2011-06-01  Martin Jambor  <mjambor@suse.cz>
21368         * ipa-utils.c (ipa_dfs_info): New field scc_no.
21369         * ipa-utils.c (searchc): Set scc_no.
21371 2011-06-01  Martin Jambor  <mjambor@suse.cz>
21373         * ipa-utils.c (searchc_env): New field allow_overwritable.
21374         (searchc): do not ignore edges to overwritable nodes if indicated
21375         by env->allow_overwritable.
21376         (ipa_reduced_postorder): Set env.allow_overwritable.
21378 2011-06-01  Richard Guenther  <rguenther@suse.de>
21380         * tree.c (free_lang_data): Do not reset boolean_type_node nor
21381         char_type_node.
21382         * lto-streamer.c (lto_record_common_node): Take node pointer,
21383         do not register types.
21384         (lto_preload_common_nodes): Explicitly skip preloading nodes
21385         that differ between frontends.
21387 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
21389         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
21390         NON_FLOAT_REGS.
21392 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
21394         * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
21395         parameter value for dump. Dump cost on outermost call only.
21396         (rs6000_memory_move_cost): Dump cost on outermost call only.
21398 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
21400         * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
21401         DW_OP_GNU_convert ops.
21403         * cselib.c (promote_debug_loc): Allow l->next non-NULL for
21404         cselib_preserve_constants.
21405         (cselib_lookup_1): If cselib_preserve_constants,
21406         a new VALUE is being created for REG and there is a VALUE for the
21407         same register in wider mode, add another loc with lowpart SUBREG of
21408         the wider VALUE.
21409         (cselib_subst_to_values): Handle ENTRY_VALUE.
21410         * var-tracking.c  (replace_expr_with_values): Return NULL for
21411         ENTRY_VALUE too.
21412         * dwarf2out.c (convert_descriptor_to_signed): New function.
21413         (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
21414         instead of two shifts.
21415         (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
21416         the right mode if needed.
21417         (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
21418         (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
21419         convert_descriptor_to_signed.
21420         (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
21421         BSWAP, ROTATE, ROTATERT>: Handle these rtls.
21423         PR target/48688
21424         * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
21426 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
21428         * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
21429         of X87MODEI12 and SWI48x instead of SSEMODEI24.
21430         (SWI248x): New mode iterator, rename from X87MODEI.
21431         (X87MODEI): Remove mode iterator.
21432         (X87MODEI12): Ditto.
21433         (SSEMODEI24): Ditto.
21435 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21437         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
21438         * doc/invoke.texi: Document max-vartrack-expr-depth.
21439         * var-tracking.c (EXPR_DEPTH): New.
21440         (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
21442 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21444         * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
21445         * config/i386/sse.md: Add n to negated FMA pattern names.
21447 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21449         * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
21451 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
21453         * gengtype-state.c (read_state_params_structs): Initialize previous.
21455 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
21457         * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
21458         (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
21460 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
21462         * config/i386/i386.md (*movtf_internal): Avoid allocating general
21463         registers.  Penalize F*r->o alternative to prevent partial memory
21464         stalls.  Slightly penalize *roF->*r alternative.  Generate SSE
21465         CONST_DOUBLE immediates when optimizing function for size.  Do not move
21466         CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
21467         (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
21468         (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
21469         (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
21470         alternatives.
21471         (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
21473         (fp_register_operand splitters): Use fp_register_operand
21474         constraint.  Do not use FP_REG_P in insn condition.
21475         (any_fp_register_operand splitters): Use any_fp_register_operand
21476         constraint.  Do not use ANY_FP_REG_P in insn condition.
21478 2011-05-31  Jan Hubicka  <jh@suse.cz>
21480         * cgraph.h (cgraph_inline_failed_t): Give enum a name
21481         * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
21482         (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
21483         (lto_output_edge): Use output_enum and var_len_unsigned.
21484         (lto_output_varpool_node): Likewise.
21485         (input_overwrite_node): Do not take resolution parameter;
21486         extract it from a bitpack.
21487         (input_node): Do not read resolution; use input_enum and
21488         var_len_unsigned.
21489         (input_varpool_node): Likewise.
21490         (input_edge): Likewise.
21491         (input_cgraph_1): Likewise.
21493 2011-05-31  Richard Guenther  <rguenther@suse.de>
21495         * gimple.c (gimple_register_canonical_type): Do not register
21496         any types via gimple_register_type.
21498 2011-05-31  Jan Hubicka  <jh@suse.cz>
21500         * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
21501         of thunks.
21503 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
21505         PR rtl-optimization/49235
21506         * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
21507         (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
21509 2011-05-31  Ira Rosen  <ira.rosen@linaro.org>
21511         PR tree-optimization/49093
21512         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
21513         data references.
21515 2011-05-31  Dodji Seketeli  <dodji@redhat.com>
21517         PR debug/49047
21518         * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
21519         for concrete functions containing the code of cloned functions.
21521 2011-05-31  Richard Guenther  <rguenther@suse.de>
21523         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
21524         to ...
21525         (forward_propagate_into_comparison_1): ... this.
21526         (forward_propagate_comparison): Rename to ...
21527         (forward_propagate_into_comparison): ... this.  Split out
21528         real forward propagation code to ...
21529         (forward_propagate_comparison): ... this.
21530         (forward_propagate_into_gimple_cond): Remove looping.
21531         (forward_propagate_into_cond): Likewise.
21532         (simplify_not_neg_expr): Return whether we have done something.
21533         (simplify_gimple_switch): Likewise.
21534         (tree_ssa_forward_propagate_single_use_vars): Rename to ...
21535         (ssa_forward_propagate_and_combine): ... this.  Re-structure
21536         to do a forward forward-propagation walk on BBs and a backward
21537         stmt combining walk on BBs.  Consistently re-scan changed statements.
21538         (pass_forwprop): Adjust.
21540 2011-05-30  Ian Lance Taylor  <iant@google.com>
21542         * godump.c (go_format_type): Correct length of name added to
21543         obstack for anonymous field.
21545 2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
21547         PR target/49186
21548         * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
21549         part of the second operand is 0.
21551 2011-05-30  Uros Bizjak  <ubizjak@gmail.com>
21553         * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
21554         to prevent partial memory stalls.  Do not move CONST_DOUBLEs directly
21555         to memory for !TARGET_MEMORY_MISMATCH_STALL.
21556         (*movdf_internal_rex64): Do not penalize F->r alternative.
21557         (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
21558         memory stalls.  Generate SSE and x87 CONST_DOUBLE immediates only
21559         when optimizing function for size.  Do not move CONST_DOUBLEs
21560         directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
21561         (FP move splitters): Merge {TF,XF,DF}mode splitters.  Do not handle
21562         SUBREGs.  Do not check for MEM_P operands in the insn condition,
21563         check for ANY_FP_REGNO_P instead.
21564         * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
21565         TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
21566         function for speed.
21567         * config/i386/i386.c (ix86_option_override_internal): Do not
21568         set TARGET_INTEGER_DFMODE_MOVES here.
21570 2011-05-30  H.J. Lu  <hongjiu.lu@intel.com>
21572         PR target/49168
21573         * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
21575 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
21577         * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
21578         DW_TAG_rvalue_reference_type even for
21579         -gdwarf-4 -fno-debug-types-section.
21581 2011-05-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21583         PR tree-optimization/46728
21584         * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
21585         (build_and_insert_binop): New.
21586         (gimple_expand_builtin_pow): Reorder args for
21587         build_and_insert_call; use build_and_insert_binop; add more
21588         optimizations for fractional exponents.
21590 2011-05-30  Nathan Froyd  <froydnj@gcc.gnu.org>
21592         PR bootstrap/49190
21594         Revert:
21595         2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
21597         * tree.h (struct tree_identifier): Inherit from tree_typed, not
21598         tree_common.
21599         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
21600         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
21601         TS_BASE instead of TS_COMMON.
21602         * varasm.c (assemble_name): Remove assert.
21604 2011-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
21606         * config.gcc: Keep obselete list sorted.
21608 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
21609             Eric Botcazou  <ebotcazou@adacore.com>
21611         * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
21612         crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
21613         there is a DRAP register and arg_pointer_rtx is the CFA pointer.
21614         (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
21615         (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
21617 2011-05-30  Richard Guenther  <rguenther@suse.de>
21619         * gimple.c (gimple_types_compatible_p_1): Compare record
21620         and union type members properly.
21622 2011-05-30  Richard Guenther  <rguenther@suse.de>
21624         PR tree-optimization/49210
21625         * ipa-split.c (split_function): Care for the case where the call
21626         result is not trivially convertible to the result holding variable.
21628 2011-05-30  Richard Guenther  <rguenther@suse.de>
21630         PR tree-optimization/49218
21631         * tree-vrp.c (adjust_range_with_scev): Properly check whether
21632         overflow occured.
21634 2011-05-30  Richard Guenther  <rguenther@suse.de>
21636         * tree-ssa-forwprop.c (forward_propagate_into_comparison):
21637         New function split out from ...
21638         (forward_propagate_into_gimple_cond): ... here.  Adjust.
21639         (forward_propagate_into_cond): Likewise.
21640         (forward_propagate_comparison): Also propagate into
21641         comparisons on assignment RHS.  Change return value to
21642         behave similar to forward_propagate_into_cond.
21643         (tree_ssa_forward_propagate_single_use_vars): Handle
21644         strict-overflow warnings properly for forward_propagate_comparison.
21646 2011-05-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21648         * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
21649         from plugin linker.
21650         * configure: Regenerate.
21652 2011-05-30  Ira Rosen  <ira.rosen@linaro.org>
21654         PR tree-optimization/49199
21655         * tree-vect-loop.c (vect_is_slp_reduction): Check that the
21656         non-reduction operands are either defined in the loop or by induction.
21658 2011-05-29  Xinliang David Li  <davidxl@google.com>
21660         * opts-global.c (handle_common_deferred_options): Handle new options.
21661         * passes.c (register_one_dump_file): Call register_pass_name.
21662         (execute_one_pass): Check explicit enable/disable flag.
21663         (passr_hash): New function.
21664         (passr_eq): Ditto.
21665         (register_pass_name): Ditto.
21666         (get_pass_by_name): Ditto.
21667         (pass_hash): Ditto.
21668         (pass_eq): Ditto.
21669         (enable_pass): Ditto.
21670         (disable_pass): Ditto.
21671         (is_pass_explicitly_enabled_or_disabled): Ditto.
21673 2011-05-29  Uros Bizjak  <ubizjak@gmail.com>
21675         * config/i386/i386.md (*movoi_internal_avx): Use
21676         standard_sse_constant_opcode for alternative 0.
21677         (*movti_internal_sse): Ditto.
21678         (*movti_internal_rex64): Use standard_sse_constant_opcode for
21679         alternative 2.
21680         (*movdi_internal_rex64): Use standard_sse_constant_opcode for
21681         sselog1 type moves.
21682         (*movsi_internal): Ditto.
21683         (*movdi_internal): Ditto.  Add ssecvt type moves.
21685 2011-05-29  Eric Botcazou  <ebotcazou@adacore.com>
21687         PR target/48830
21688         * rtlanal.c (simplify_subreg_regno): Adjust comment.
21690 2011-05-29  Jakub Jelinek  <jakub@redhat.com>
21692         PR rtl-optimization/49095
21693         * config/i386/predicates.md (plusminuslogic_operator): New predicate.
21694         * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
21696 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
21698         PR target/43995
21699         * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
21700         recurse_p argument.  Only follow register copies if it is set,
21701         and prevent mips_find_pic_call_symbol from recursing.
21702         (mips_find_pic_call_symbol): Add a recurse_p argument.
21703         Pass it to mips_pic_call_symbol_from_set.
21704         (mips_annotate_pic_calls): Update accordingly.
21706 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
21708         * emit-rtl.c (try_split): Use a loop to search for
21709         NOTE_INSN_CALL_ARG_LOCATIONs.
21711 2011-05-29  Richard Guenther  <rguenther@suse.de>
21713         PR tree-optimization/49217
21714         * ipa-pure-const.c (propagate_pure_const): Fix typos.
21716 2011-05-28  Jan Hubicka  <jh@suse.cz>
21718         * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
21719         length.
21720         (string_slot_free): Remove
21721         (create_output_block): Initialize obstack.
21722         (destroy_output_block): Free obstack.
21723         (lto_string_index): Add PERSISTENT parameter; do not duplicate
21724         the string unless it needs to be added into the hash.
21725         (lto_output_string_with_length): Add persistent attribute;
21726         handle NULL strings.
21727         (lto_output_string): Add PERSISTENT parameter.
21728         (output_string_cst, output_identifier): Simplify.
21729         (lto_output_location_bitpack): Update.
21730         (lto_output_builtin_tree): Update.
21731         * lto-streamer.h (struct output_block): Add obstack.
21732         (lto_output_string, lto_output_string_with_length): Remove
21733         declarations; functions are static now.
21735 2011-05-28  Jan Hubicka  <jh@suse.cz>
21737         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
21738         pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
21739         pack_ts_function_decl_value_fields, lto_output_builtin_tree,
21740         output_cfg, output_gimple_stmt): Use enum and variable length i/o.
21741         * lto-streamer-in.c (input_cfg, input_gimple_stmt,
21742         unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
21743         unpack_ts_decl_with_vis_value_fields,
21744         unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
21745         lto_get_builtin_tree): Use enum and variable length i/o.
21746         * basic-block.h (profile_status_d): Add PROFILE_LAST.
21747         * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
21748         New functions.
21749         (bp_pack_enum, bp_unpack_enum): New macros.
21751 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
21753         * genrecog.c: Remove redundant forward declarations.
21755 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
21757         * config.gcc: Deprecate mips*-*-openbsd*.
21759 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
21761         PR bootstrap/49195
21762         * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
21763         for match_op_dup.
21765 2011-05-27  Andrew Pinski  <pinskia@gmail.com>
21767         PR middle-end/48981
21768         * gengtype.c (vec_prefix_type): New function.
21769         (note_def_vec): Use vec_prefix_type and change the length
21770         attribute to be based on the prefix.
21771         * vec.c: Include coretypes.h before vec.h.
21772         (struct vec_prefix): Remove.
21773         (vec_gc_p_reserve): Change the offsetof to sizeof.
21774         (vec_gc_p_reserve_exact): Likewise.
21775         (vec_heap_p_reserve): Likewise.
21776         (vec_heap_p_reserve_exact): Likewise.
21777         (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
21778         (vec_stack_p_reserve): Change the offsetof to sizeof.
21779         (vec_stack_p_reserve_exact): Likewise.
21780         * vec.h (struct vec_prefix): New struct definition.
21781         (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
21782         (VEC_T_GTY(T,B)): Likewise.
21783         (DEF_VEC_FUNC_P(T)): Use prefix field.
21784         (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
21785         (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
21787 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21789         PR tree-optimization/46728
21790         * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
21791         (powi_as_mults): Add gimple_set_location.
21792         (build_and_insert_call): New.
21793         (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
21794         0.5, 0.25, 0.75, 1./3., or 1./6.
21796 2011-05-27  Alexander Monakov  <amonakov@ispras.ru>
21798         * doc/contrib.texi: Update copyright years.
21799         (Contributors): Add Zdenek Sojka.
21801 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
21803         * c-decl.c (c_push_function_context): Copy the current statement
21804         list stack.
21805         (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
21806         (finish_struct): Call building_stmt_list_p instead of checking
21807         cur_stmt_list.
21808         * c-parser.c (c_parser_postfix_expression): Likewise.
21809         * c-typeck.c (c_end_compound_stmt): Likewise.
21810         * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
21811         * tree-iterator.c (stmt_list_cache): Change to a VEC.
21812         (alloc_stmt_list): Adjust for stmt_list_cache's new type.
21813         (free_stmt_list): Likewise.
21814         * tree.h (struct tree_statement_list): Include typed_tree instead
21815         of tree_common.
21816         * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
21817         as TS_TYPED instead of TS_COMMON.
21819 2011-05-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21820             Uros Bizjak  <ubizjak@gmail.com>
21822         * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
21823         (HAVE_AS_IX86_TLSGDPTL): Define.
21824         (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
21825         (HAVE_AS_IX86_TLSLDMPLT): Define.
21826         * configure: Regenerate.
21827         * config.in: Regenerate.
21828         * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
21829         * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
21830         TARGET_SUN_TLS, use @tlsgdplt or @plt.
21831         (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
21832         (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
21833         @tlsldmplt or @plt.
21834         (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
21836 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
21838         * sched-int.h (struct _haifa_deps_insn_data): New members cond
21839         and reverse_cond.
21840         (INSN_COND, INSN_REVERSE_COND): New macros.
21841         * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
21842         once.
21843         (sched_get_condition_with_rev): Cache the results, and look them up
21844         if possible.
21845         (sched_analyze_insn): Destroy INSN_COND of previous insns if they
21846         are clobbered by the current insn.
21847         * target.def (exposed_pipline): New sched data hook.
21848         * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
21849         * doc/tm.texi: Regenerate.
21851 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21853         PR tree-optimization/49170
21854         * tree-ssa-math-opts.c (execute_cse_sincos):  Add checks for
21855         sincos or cexp.
21857 2011-05-27  Richard Guenther  <rguenther@suse.de>
21859         PR middle-end/49189
21860         * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
21861         of comparisons.
21863 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
21865         * haifa-sched.c (sched_scan_info): Remove.
21866         (schedule_block): Call sched_extend_luids rather than sched_init_luids
21867         with NULL args.
21868         (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
21869         Remove functions.
21870         (sched_scan): Remove.
21871         (sched_extend_luids): Renamed from luids_extend_insn and no longer
21872         static.  All callers changed.
21873         (sched_init_insn_luid): Renamed from luids_init_insn and no longer
21874         static.  All callers changed.
21875         (sched_init_luids): Remove all arguments except the first.  All
21876         callers changed.  Don't use sched_scan.
21877         (haifa_init_h_i_d): Likewise.
21878         (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
21879         manually rather than using sched_init_luids.  Likewise with
21880         extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
21881         * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
21882         rather than sched_init_luids with NULL args.
21883         * sel-sched-ir.c (new_insns): Remove variable.
21884         (sched_scan): New static function, previously in haifa-sched.c.  Remove
21885         all arguments but the first two; all callers changed.
21886         (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
21887         rather than sched_init_luids.
21888         (sel_init_bbs): Remove second argument.  All callers changed.
21889         (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
21890         with NULL arguments.
21891         (create_insn_rtx_from_pattern): Likewise.
21892         * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
21893         * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
21894         (sched_init_insn_luid, sched_extend_luids): Declare.
21895         (sched_scan_info_def, sched_scan_info, sched_scan): Remove
21896         declarations.
21898 2011-05-27  Richard Guenther  <rguenther@suse.de>
21900         PR middle-end/49177
21901         * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
21902         A CMP B ? (T) true : (T) false for non-integral types T again.
21904 2011-05-27  Jan Hubicka  <jh@suse.cz>
21906         * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
21907         so 0 means NULL string.
21908         (lto_output_string_with_length): ... here.
21909         (lto_output_string, output_string_cst, output_identifier): Update
21910         handling of NULL strings.
21911         (lto_output_location_bitpack): New function.
21912         (lto_output_location): Use it.
21913         (lto_output_tree_ref): Use output_record_start.
21914         (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
21915         len values.
21916         * lto-streamer-in.c (string_for_index): Break out from ...; offset
21917         values by 1.
21918         (input_string_internal): ... here;
21919         (input_string_cst, input_identifier, lto_input_string): Update handling
21920         of NULL strings.
21921         (lto_input_location_bitpack): New function
21922         (lto_input_location): Use it.
21923         (unpack_ts_type_common_value_fields): Pack align & alias in var len
21924         values.
21925         * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
21926         bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
21927         (bp_pack_value): Sanity check the value range.
21928         * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
21929         New functions.
21930         * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
21931         New functions.
21933 2011-05-27  Hariharan Sandanagobalane  <hariharan@picochip.com>
21935         * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
21936         call_arg_location instructions down the floor.
21938 2011-05-26  Vladimir Makarov  <vmakarov@redhat.com>
21940         PR rtl-optimization/49154
21941         * ira.c (setup_pressure_classes): Process class without sublcasses
21942         as a candidate for pressure classes.
21944 2011-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
21946         PR rtl-optimization/48575
21947         * genrecog.c (position_type): New enum.
21948         (position): New structure.
21949         (decision): Use position structure instead of a string.
21950         (root_pos, peep2_insn_pos_list): New variables.
21951         (next_position, compare_positions): New functions.
21952         (new_decision): Use position structures instead of strings.
21953         (maybe_both_true): Likewise.
21954         (change_state): Likewise.
21955         (write_tree): Likewise.
21956         (make_insn_sequence): Likewise.
21958 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
21960         * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
21961         TS_BASE instead of TS_COMMON.
21962         (find_decls_types_r): Check for TS_TYPED structure before looking at
21963         TREE_TYPE.
21964         * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
21965         Add chain field.
21966         (BLOCK_CHAIN): Use new chain field.
21968 2011-05-26  Pat Haugen  <pthaugen@us.ibm.com>
21970         * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
21971         moves expensive on Power7 also.
21973 2011-05-26  Richard Guenther  <rguenther@suse.de>
21975         * fold-const.c (fold_unary_loc): Remove bogus code.
21977 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
21979         * tree.h (struct tree_identifier): Inherit from tree_typed, not
21980         tree_common.
21981         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
21982         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
21983         TS_BASE instead of TS_COMMON.
21984         * varasm.c (assemble_name): Remove assert.
21986 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
21988         * Makefile.in (srcdirify): Change order so that libgcc_objdir is
21989         substituted first.
21990         * libgcc-std.ver: Delete file.
21992 2011-05-26  Richard Guenther  <rguenther@suse.de>
21994         PR tree-optimization/48702
21995         * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
21996         only when we know the base address is within bounds.
21997         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
21998         assume the base address of TARGET_MEM_REFs is in bounds.
22000 2011-05-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22002         PR target/49099
22003         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
22004         declaration in TARGET_SOLARIS.
22006 2011-05-26  Hariharan Sandanagobalane  <hariharan@picochip.com>
22008         * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
22009         The instruction is then expanded explicitly.
22010         (supported_compare): Callable instruction.
22011         (compare): Likewise.
22013 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
22015         PR c++/49165
22016         * gimplify.c (shortcut_cond_r): Don't special case
22017         COND_EXPRs if they have void type on one of their arms.
22019 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
22021         * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
22022         to reduce duplication, and to achieve a slightly more logical order
22023         of operations.
22025 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
22027         PR tree-optimization/49161
22028         * tree-vrp.c (struct case_info): New type.
22029         (compare_case_labels): Sort case_info structs instead of
22030         trees, and not primarily by CASE_LABEL uids but by
22031         label_for_block indexes.
22032         (find_switch_asserts): Put case labels into struct case_info
22033         array instead of TREE_VEC, adjust sorting, compare label_for_block
22034         values instead of CASE_LABELs.
22036 2011-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
22038         * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
22039         ("orndi3_neon"): Likewise.
22040         ("bic<mode>3_neon"): Likewise.
22042 2011-05-26  Ira Rosen  <ira.rosen@linaro.org>
22044         PR tree-optimization/49038
22045         * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
22046         Ensure at least one epilogue iteration if required by data
22047         accesses with gaps.
22048         * tree-vectorizer.h (struct _loop_vec_info): Add new field
22049         to mark loops that require peeling for gaps.
22050         * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
22051         (vect_get_known_peeling_cost): Take peeling for gaps into
22052         account.
22053         (vect_transform_loop): Generate epilogue if required by data
22054         access with gaps.
22055         * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
22056         loop as requiring an epilogue if there are gaps in the end of
22057         the strided group.
22059 2011-05-25  Ian Lance Taylor  <iant@google.com>
22061         * godump.c (go_format_type): Output the first field with a usable
22062         Go type, if any.
22064 2011-05-25  Ian Lance Taylor  <iant@google.com>
22066         * godump.c (go_format_type): Check for invalid type names, pointer
22067         target types, and struct field types.
22069 2011-05-25  Jason Merrill  <jason@redhat.com>
22071         * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
22073 2011-05-25  Uros Bizjak  <ubizjak@gmail.com>
22075         * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
22077 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22079         * config/i386/i386.md (*movqi_extv_1)): Put back
22080         "register_operand" check in "type" calculation.
22081         (*movqi_extzv_2): Likewise.
22083 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22085         * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
22087 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
22089         PR bootstrap/49160
22090         * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
22091         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
22092         __divxc3, __divtc3): Wrap definitions in #ifndef.
22094 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22096         PR target/49142
22097         * config/i386/i386.md (*movqi_extv_1_rex64): Remove
22098         "register_operand" check and replace q_regs_operand with
22099         QIreg_operand in "type" calculation.
22100         (*movqi_extv_1): Likewise.
22101         (*movqi_extzv_2_rex64): Likewise.
22102         (*movqi_extzv_2): Likewise.
22104         * config/i386/predicates.md (QIreg_operand): New.
22106 2011-05-25  Richard Guenther  <rguenther@suse.de>
22108         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
22109         type-based offset disambiguation, streamline MEM_REF and
22110         TARGET_MEM_REF handling.
22112 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
22114         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
22115         (bdesc_special_args): Add pause intrinsic.
22117         * config/i386/i386.md (UNSPEC_PAUSE): New.
22118         (pause): Likewise.
22119         (*pause): Likewise.
22120         * config/i386/ia32intrin.h (__pause): Likewise.
22122         * doc/extend.texi (X86 Built-in Functions): Add documentation for
22123         pause intrinsic.
22125 2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22127         PR tree-optimization/46728
22128         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
22129         (execute_cse_sincos): Add switch case for BUILT_IN_POW.
22131 2011-05-25  Nathan Froyd  <froydnj@codesourcery.com>
22133         * tree.h (struct tree_exp): Inherit from struct tree_typed.
22134         * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
22135         instead of TS_COMMON.
22137 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
22139         * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
22140         LIBGCC2_GNU_PREFIX is defined.
22141         (__N): New macro.
22142         (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
22143         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
22144         __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
22145         __clz_tab): Define using __N.
22146         (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
22147         COMPAT_SIMODE_TRAPPING_ARITHMETIC.
22148         * target.def (libfunc_gnu_prefix): New hook.
22149         * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
22150         (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
22151         * doc/tm.texi: Regenerate.
22152         * system.h (LIBGCC2_GNU_PREFIX): Poison.
22153         * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
22154         account.
22155         (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
22156         (init_optabs): Likewise for the bswap libfuncs.
22157         * tree.c (build_common_builtin_nodes): Likewise for complex multiply
22158         and divide.
22159         * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
22160         * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
22161         * libgcc-std.ver: Remove.
22162         * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
22163         * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
22164         libgcc-std.ver.
22165         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
22166         * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
22167         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
22168         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
22169         * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
22170         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
22171         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
22172         * config/fixed-bit.h (FIXED_OP): Define differently depending on
22173         LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
22174         (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
22176 2011-05-25  Jan Hubicka  <jh@suse.cz>
22178         * lto-streamer-out.c (output_record_start): Use lto_output_enum
22179         (lto_output_tree): Use output_record_start.
22180         * lto-streamer-in.c (input_record_start): Use lto_input_enum
22181         (lto_get_pickled_tree): Use input_record_start.
22182         * lto-section-in.c (lto_section_overrun): Turn into fatal error.
22183         (lto_value_range_error): New function.
22184         * lto-streamer.h (lto_value_range_error): Declare.
22185         (lto_output_int_in_range, lto_input_int_in_range): New functions.
22186         (lto_output_enum, lto_input_enum): New macros.
22188 2011-05-25  Eric Botcazou  <ebotcazou@adacore.com>
22190         * common.opt (flag_stack_usage_info): New variable.
22191         (-Wstack-usage): New option.
22192         * doc/invoke.texi (Warning options): Document -Wstack-usage.
22193         * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
22194         <OPT_fstack_usage>: Likewise.
22195         * toplev.c (output_stack_usage): Handle -Wstack-usage.
22196         * calls.c (expand_call): Test flag_stack_usage_info variable instead
22197         of flag_stack_usage.
22198         (emit_library_call_value_1): Likewise.
22199         * explow.c (allocate_dynamic_stack_space): Likewise.
22200         * function.c (instantiate_virtual_regs ): Likewise.
22201         (prepare_function_start): Likewise.
22202         (rest_of_handle_thread_prologue_and_epilogue): Likewise.
22203         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
22204         * config/arm/arm.c (arm_expand_prologue): Likewise.
22205         (thumb1_expand_prologue): Likewise.
22206         * config/avr/avr.c (expand_prologue): Likewise.
22207         * config/i386/i386.c (ix86_expand_prologue): Likewise.
22208         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
22209         * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
22210         * config/mips/mips.c (mips_expand_prologue): Likewise.
22211         * config/pa/pa.c (hppa_expand_prologue): Likewise.
22212         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
22213         * config/s390/s390.c (s390_emit_prologue): Likewise.
22214         * config/sh/sh.c (sh_expand_prologue): Likewise.
22215         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
22216         * config/spu/spu.c (spu_expand_prologue): Likewise.
22218 2011-05-25  Richard Guenther  <rguenther@suse.de>
22220         * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
22221         (gimple_canonical_types_compatible_p): Likewise.
22223 2011-05-25  Jan Hubicka  <jh@suse.cz>
22225         PR middle-end/49062
22226         * ipa.c (function_and_variable_visibility): Only add to same
22227         comdat group list if DECL_ONE_ONLY.
22229 2011-05-25  Andrey Belevantsev  <abel@ispras.ru>
22231         PR rtl-optimization/49014
22232         * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
22234 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
22236         PR target/49128
22237         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
22239 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
22241         PR rtl-optimization/48757
22242         * ira-build.c (loop_with_eh_edge_p): Rename to
22243         loop_with_complex_edge_p, check edges on complexity, make function
22244         conditional.
22245         (mark_loops_for_removal): Make call of loop_with_complex_edge_p
22246         conditional.
22248 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
22250         * config/sparc/sparc.c (sparc_option_override): If not set by the user,
22251         force flag_ira_share_save_slots to 0.
22253 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
22255         * var-tracking.c (compute_cfa_pointer): Adjust head comment.
22256         (vt_initialize): Set PROLOGUE_BB unconditionally.
22257         Add block comment about CFA_BASE_RTX machinery.
22258         Reset FP_CFA_OFFSET to -1 on all invalid paths.
22259         Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
22261 2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>
22263         PR objc/48187
22264         * c-parser.c (c_parser_objc_class_instance_variables): More robust
22265         parsing of syntax error in ObjC instance variable lists.  In
22266         particular, avoid an infinite loop if there is a stray ']'.
22267         Updated error message.
22269 2011-05-24  Ian Lance Taylor  <iant@google.com>
22271         * godump.c (go_define): Don't accept a string immediately after
22272         another operand.
22274 2011-05-24  Ian Lance Taylor  <iant@google.com>
22276         * godump.c (struct godump_container): Add invalid_hash field.
22277         (go_format_type): Return false if type is found in invalid_hash.
22278         (go_output_typedef): Add invalid type to invalid_hash.
22279         (go_finish): Create and delete invalid_hash.
22281 2011-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22283         PR tree-optimization/46728
22284         * tree-ssa-math-opts.c (powi_table): New.
22285         (powi_lookup_cost): New.
22286         (powi_cost): New.
22287         (powi_as_mults_1): New.
22288         (powi_as_mults): New.
22289         (gimple_expand_builtin_powi): New.
22290         (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
22291         (gate_cse_sincos): Remove sincos/cexp restriction.
22293 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22295         PR target/3746
22296         * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
22297         mips-tdump native.
22298         * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
22299         * mips-tdump.c: Likewise.
22301 2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
22303         PR target/49128
22304         * config/i386/driver-i386.c (host_detect_local_cpu): Always
22305         add -mno-XXX.  Handle FMA.
22307 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
22309         PR rtl-optimization/48633
22310         * ira-build.c (loop_with_eh_edge_p): New function.
22311         (mark_loops_for_removal): Use it.
22313 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
22315         PR rtl-optimization/48971
22316         * ira.c (setup_pressure_classes): Don't check register move cost
22317         for classes with one registers.  Don't add pressure class if there
22318         is a pressure class with the same available hard registers.
22319         Check contains_reg_of_mode.  Fix a typo in collecting
22320         temp_hard_regset.  Ignore hard registers not belonging to a class.
22322 2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
22324         PR target/49133
22325         * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
22327 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
22328             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22330         PR gcov-profile/48845
22331         * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
22333 2011-05-24  Richard Guenther  <rguenther@suse.de>
22335         * gimple.c (compare_type_names_p): Remove for_completion_p arg.
22336         (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
22337         (gimple_types_compatible_p_1): Adjust.
22338         (iterative_hash_canonical_type): Do not bother about complete vs.
22339         incomplete types.
22340         (gimple_canonical_types_compatible_p): Likewise.
22342 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22344         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
22346 2011-05-24  Richard Guenther  <rguenther@suse.de>
22348         PR bootstrap/49078
22349         * gimple.c (gimple_register_canonical_type): Revert
22350         previous change.
22351         * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
22352         does not for a tree for the case where it matters.  Cache
22353         pointer-type alias-sets.
22355 2011-05-24  Joseph Myers  <joseph@codesourcery.com>
22357         * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
22358         (OBJS): Remove options.o, opts-common.o and prefix.o.
22359         (OBJS-libcommon-target): New.
22360         (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
22361         (BACKEND): Include libcommon-target.a.
22362         (MOSTLYCLEANFILES): Include libcommon-target.a.
22363         (libcommon-target.a): New.
22364         (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
22365         prefix.o.
22367 2011-05-23  Joseph Myers  <joseph@codesourcery.com>
22369         * optc-save-gen.awk: New.  Based on optc-gen.awk.  Don't generate
22370         parts of output shared with the driver.
22371         * optc-gen.awk: Don't generate parts of output not shared with the
22372         driver.
22373         * opth-gen.awk: Remove GCC_DRIVER conditionals.
22374         * doc/options.texi (SourcerInclude): Mention options-save.c.
22375         * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
22376         (OBJS): Add options-save.o.
22377         (options-save.c, options-save.o): New.
22378         (options.o): Update dependencies.
22379         (gcc-options.o): Remove.
22380         (mostlyclean): Remove options-save.c.
22382 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22384         PR debug/49032
22385         * dbxout.c: Include cgraph.h.
22386         (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
22387         and without value expr, return NULL if no varpool node exists for
22388         it or if it is not needed.
22389         * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
22391         PR c/49120
22392         * c-decl.c (start_decl): Convert expr to void_type_node.
22394 2011-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
22396         PR rtl-optimization/48826
22397         * emit-rtl.c (try_split): When splitting a call that is followed
22398         by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
22400 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22402         * cfgexpand.c (expand_debug_expr): For unused non-addressable
22403         parameters passed in memory prefer using DECL_INCOMING_RTL over
22404         the pseudos it will be copied into.
22406 2011-05-23  H.J. Lu  <hongjiu.lu@intel.com>
22408         PR target/47315
22409         * config/i386/i386.c (ix86_option_override_internal): Save the
22410         initial options after checking vzeroupper.
22412 2011-05-23  David Li  <davidxl@google.com>
22414         PR tree-optimization/48988
22415         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
22416         Initialize has_valid_pred for each pred chain.
22418 2011-05-23  Richard Guenther  <rguenther@suse.de>
22420         * gimple.c (gimple_types_compatible_p_1): Always compare type names.
22421         (iterative_hash_gimple_type): Always hash type names.
22423 2011-05-23  Nathan Froyd  <froydnj@codesourcery.com>
22425         * c-typeck.c (build_function_call_vec): Tweak call to
22426         check_function_arguments.
22428 2011-05-23  Richard Guenther  <rguenther@suse.de>
22430         PR tree-optimization/49115
22431         * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
22432         is not necessarily carried out, do not claim it kills the ref.
22433         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
22435 2011-05-23  Richard Guenther  <rguenther@suse.de>
22437         PR middle-end/15419
22438         * builtins.c (fold_builtin_memory_op): Be less restrictive about
22439         what pointer types we accept for folding.
22441 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22443         * gthr-gnat.c: Remove.
22444         * gthr-gnat.h: Remove.
22445         * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
22446         * config/t-freebsd (LIB2ADDEH): Likewise.
22447         * config/t-linux (LIB2ADDEH): Likewise.
22448         * config/t-sol2 (LIB2ADDEH): Likewise.
22449         * config/ia64/t-vms (LIB2ADDEH): Likewise.
22450         * configure.ac (target_thread_file): Remove gnat handling.
22451         * configure: Regenerate.
22452         * doc/install.texi (Configuration, --enable-threads): Remove gnat.
22454 2011-05-23  Tristan Gingold  <gingold@adacore.com>
22455             Eric Botcazou  <ebotcazou@adacore.com>
22457         * gcov.c (create_file_names): If no object directory is specified,
22458         keep the directory of the file.
22460 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22462         * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
22463         * configure: Regenerate.
22465 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
22467         PR middle-end/48973
22468         * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
22469         failed and the comparison has a single bit signed type, use
22470         constm1_rtx instead of const1_rtx for true value.
22471         (do_store_flag): If ops->type is single bit signed type, disable
22472         signel bit test optimization and pass -1 instead of 1 as last
22473         parameter to emit_store_flag_force.
22475 2011-05-23  Tom de Vries  <tom@codesourcery.com>
22477         PR target/45098
22478         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
22479         function.
22480         (infer_loop_bounds_from_undefined): Use new function.
22482 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
22484         * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
22485         (ASM_SPEC): Add a -O* option here.  Pass -O0 for -noasmopt,
22486         -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
22487         and -O0 otherwise.
22488         (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
22490 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22492         * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
22493         (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
22494         returns true.
22496 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
22498         * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
22500 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22502         * config/sparc/sparc.c (sparc_delegitimize_address): Handle
22503         UNSPEC_MOVE_PIC pattern.
22505 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
22507         * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
22508         (sparc-*-rtems*): Likewise.
22509         (sparc64-*-elf*): Likewise.
22510         (sparc64-*-rtems*): Likewise.
22511         (sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
22512         * config/sparc/t-crtin: New file.
22513         * config/sparc/t-sol2 (crti.o): Delete rule.
22514         (crtn.o): Likewise.
22515         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
22516         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
22517         * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
22518         (ENDFILE_SPEC): Add crtn.o.
22520 2011-05-22  Tom de Vries  <tom@codesourcery.com>
22522         PR middle-end/48689
22523         * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
22524         CODE_CONTAINS_STRUCT (TS_COMMON).
22526 2011-05-22  Jakub Jelinek  <jakub@redhat.com>
22528         PR middle-end/49029
22529         * expmed.c (extract_fixed_bit_field): Test whether target can be used
22530         only after deciding which mode to use.
22532 2011-05-22  Tom de Vries  <tom@codesourcery.com>
22534         PR target/45098
22535         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
22536         for call to get_shiftadd_cost.
22538 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
22540         PR target/49104
22541         * config/i386/cpuid.h (bit_MMXEXT): New define.
22543 2011-05-22  Nick Clifton  <nickc@redhat.com>
22545         * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
22546         initialisation of non-existant args[2] element.  Use args[] array
22547         not arg[] array to pass arguments to build_function_type_list.
22549 2011-05-22  Ira Rosen  <ira.rosen@linaro.org>
22551         PR tree-optimization/49087
22552         * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
22554 2011-05-21  Jason Merrill  <jason@redhat.com>
22556         PR c++/49092
22557         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
22558         static storage duration.
22560 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
22562         * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
22563         frame pointer.
22565 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
22567         * config/sparc/sparc.c (eligible_for_return_delay): Do not return
22568         false if there are call-saved registers here...
22569         (sparc_can_use_return_insn_p): ...but here instead.
22570         (save_or_restore_regs): Fix thinko.
22571         (sparc_expand_prologue): Use current_function_is_leaf.
22572         (sparc_frame_pointer_required): Likewise.
22574 2011-05-21  Nick Clifton  <nickc@redhat.com>
22576         PR target/49098
22577         * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
22579 2011-05-21  Nicola Pero  <nicola.pero@meta-innovation.com>
22581         * gengtype.c (walk_type): Implemented "atomic" GTY option.
22582         * doc/gty.texi (GTY Options): Document "atomic" GTY option.
22584 2011-05-21  Joseph Myers  <joseph@codesourcery.com>
22586         * opt-read.awk: New.  Split out of optc-gen.awk and opth-gen.awk.
22587         * optc-gen.awk: Move common code to opt-read.awk.
22588         * opth-gen.awk: Likewise.
22589         * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
22591 2011-05-20  Nathan Froyd  <froydnj@codesourcery.com>
22593         * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
22595 2011-05-20  Tom de Vries  <tom@codesourcery.com>
22597         PR target/45098
22598         * tree-ssa-loop-ivopts.c: Include expmed.h.
22599         (get_shiftadd_cost): New function.
22600         (force_expr_to_var_cost): Declare forward.  Use get_shiftadd_cost.
22602 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
22604         PR bootstrap/49086
22605         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
22606         for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
22608 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
22610         * Makefile.in: Update comment referring to $(OBJS-common).
22612 2011-05-20  Ian Lance Taylor  <iant@google.com>
22614         * godump.c (go_output_typedef): Put enum constants in the macro
22615         hash table to avoid duplicate Go const definitions.
22617 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
22619         * Makefile.in (LIBDEPS): Add libcommon.a.
22620         (LIBS): Likewise.
22621         (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
22622         (OBJS-common): Remove diagnostic.o, input.o, intl.o,
22623         pretty-print.o and version.o.
22624         (OBJS-libcommon): New.
22625         (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
22626         (BACKEND): Add libcommon.a.
22627         (MOSTLYCLEANFILES): Likewise.
22628         (libcommon.a): New.
22629         (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
22630         (cpp$(exeext)): Likewise.
22631         (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
22632         pretty-print.o and input.o.
22633         (lto-wrapper$(exeext)): Don't explicitly use intl.o.
22634         (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
22635         (errors.o): Remove.
22636         (mips-tfile): Don't explicitly use version.o.
22637         (mips-tdump): Likewise.
22638         (gcov.o): Depend on $(DIAGNOSTIC_H).
22639         (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
22640         (GCOV_OBJS): Remove intl.o, version.o and errors.o.
22641         (GCOV_DUMP_OBJS): Remove version.o and errors.o.
22642         * gcov-dump.c: Include intl.h and diagnostic.h.
22643         (main): Initialize diagnostics.
22644         * gcov.c: Include diagnostic.h.
22645         (fnotice): Remove.
22646         (main): Initialize diagnostics.
22647         * lto-wrapper.c: Include diagnostic.h.
22648         (main): Initialize diagnostics.
22650 2011-05-20  Michael Matz  <matz@suse.de>
22652         * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
22654 2011-05-20  Michael Matz  <matz@suse.de>
22655             Richard Guenther  <rguenther@suse.de>
22657         * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
22658         use lto_streamer_cache_append directly instead of returning a VEC.
22659         (preload_common_node): Remove.
22660         (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
22661         track seen nodes.
22662         (lto_streamer_cache_create): Call lto_preload_common_nodes.
22664 2011-05-20  Richard Guenther  <rguenther@suse.de>
22666         PR tree-optimization/49079
22667         * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
22668         MEM_REFs correctly for the trailing array access detection.
22669         Special case constants the same way as decls for overall size
22670         constraining.
22672 2011-05-20  Uros Bizjak  <ubizjak@gmail.com>
22674         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
22675         argument expansion.
22677 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
22679         PR tree-optimization/49073
22680         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
22681         PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
22682         * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
22684 2011-05-20  Richard Guenther  <rguenther@suse.de>
22686         PR middle-end/48849
22687         * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
22688         of pointer types the same way the middle-end does.
22690 2011-05-20  Richard Guenther  <rguenther@suse.de>
22692         * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
22693         or pointer-to chains.  Delay all fixup to uniquify_nodes.
22695 2011-05-19  Quentin Neill  <quentin.neill@amd.com>
22697         * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
22698         (fma4_fmaddsub): Likewise
22700 2011-05-19  Jan Hubicka  <jh@suse.cz>
22702         * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
22703         (GIMPLE_TYPE_PAIR_SIZE): New macro.
22704         (type_pair_cache): New static var.
22705         (lookup_type_pair): Use fixed sized custom hash; make inline.
22706         (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
22707         calls of lookup_type_pair.
22708         (print_gimple_types_stats): Remove cache stats.
22709         (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
22710         and gtc_ob.
22712 2011-05-19  Uros Bizjak  <ubizjak@gmail.com>
22714         * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
22715         when TARGET_RDRND is active.
22716         (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
22717         Generate dummy SImode target register when target is NULL.
22719 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
22721         * config/arm/arm-fpus.def: New.
22722         * config/arm/genopt.sh: Generate Enum and EnumValue entries from
22723         arm-fpus.def.
22724         * config/arm/arm-tables.opt: Regenerate.
22725         * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
22726         (arm_option_override): Don't decode FPU name to string here.
22727         * config/arm/arm.opt (mfpu=): Use Enum.
22728         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
22729         Update dependencies.
22731 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
22733         * collect2.c: Include diagnostic.h.
22734         (fatal_perror, fatal, error, fancy_abort): Remove.
22735         (main): Set progname.  Call xmalloc_set_program_name and
22736         diagnostic_initialize.
22737         (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
22738         scan_libraries, resolve_lib_name): Call fatal_error instead of
22739         fatal and fatal_perror.
22740         * collect2.h (error, fatal, fatal_perror): Don't declare.
22741         * tlink.c: Include diagnostic-core.h.
22742         (recompile_files): Call fatal_error instead of fatal_perror.
22743         * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
22744         pretty-print.o and input.o.
22745         (collect2.o, tlink.o): Update dependencies.
22747 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22749         * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
22751 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22753         PR target/40483
22754         * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
22755         COMDAT group syntax, both SPARC and x86 variants.
22756         (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
22757         * configure: Regenerate.
22758         * config/sol2.h (TARGET_SOLARIS): Define.
22759         (PUSHSECTION_FORMAT): Remove.
22760         (SECTION_NAME_FORMAT): Define.
22761         * config/sol2.c: Include hashtab.h.
22762         (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
22763         expansion, using SECTION_NAME_FORMAT.
22764         (solaris_comdat_htab): New variable.
22765         (struct comdat_entry): Define.
22766         (comdat_hash): New function.
22767         (comdat_eq): New function.
22768         (solaris_elf_asm_comdat_section): New function.
22769         (solaris_define_comdat_signature): New function.
22770         (solaris_code_end): New function.
22771         * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
22772         (solaris_code_end): Declare.
22773         * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
22774         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
22775         solaris_code_end.
22776         (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
22777         Remove ATTRIBUTE_UNUSED.
22778         [!USE_GAS]: Call solaris_elf_asm_comdat_section for
22779         SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
22780         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
22781         * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
22782         * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
22783         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
22784         (PUSHSECTION_FORMAT): Remove.
22785         (SECTION_NAME_FORMAT): Redefine.
22787 2011-05-19  Kai Tietz  <ktietz@redhat.com>
22789         * tree-cfg.c (verify_gimple_assign_binary): Barf on
22790         TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
22791         (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
22793 2011-05-19  Anatoly Sokolov  <aesok@post.ru>
22794             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22796         * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
22798 2011-05-19  Richard Guenther  <rguenther@suse.de>
22800         PR middle-end/48985
22801         * tree-object-size.c (addr_object_size): If the pointed-to
22802         variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
22804 2011-05-19  Richard Guenther  <rguenther@suse.de>
22806         * gimple.c (gimple_types_compatible_p_1): Compare names of
22807         the types themselves.
22808         (iterative_hash_gimple_type): And hash them that way.
22809         (gimple_register_type_1): If we register a main variant properly
22810         initialize the leader to ourselves.
22812 2011-05-19  Tom de Vries  <tom@codesourcery.com>
22814         PR target/45098
22815         * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
22816         get_loop_invariant_expr_id.
22817         (get_loop_invariant_expr_id): Use get_expr_id.
22818         (parm_decl_cost): New function.
22819         (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
22820         Improve bound cost estimation.  Use different inv_expr_id for elim and
22821         express cases.
22823 2011-05-19  Tom de Vries  <tom@codesourcery.com>
22825         PR target/45098
22826         * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
22827         cost_base.cost == 0.
22829 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
22831         PR target/49002
22832         * config/i386/sse.md
22833         (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
22834         load cast.
22836 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
22838         PR tree-optimization/49039
22839         * tree-vrp.c (extract_range_from_binary_expr): For
22840         MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
22841         return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
22843 2011-05-18  Tom de Vries  <tom@codesourcery.com>
22845         PR target/45098
22846         * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
22848 2011-05-18  Uros Bizjak  <ubizjak@gmail.com>
22850         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
22851         (*tls_global_dynamic_64): Ditto.
22852         (*tls_local_dynamic_base_32_gnu): Ditto.
22853         (*tls_local_dynamic_base_64): Ditto.
22854         (tls_initial_exec_64_sun): Ditto.
22856 2011-05-18  Stuart Henderson  <shenders@gcc.gnu.org>
22858         * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
22859         * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
22860         bf592-none.
22861         * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
22862         * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
22863         * config/bfin/bfin.c (bfin_cpus): Add bf592.
22864         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
22865         __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
22866         * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
22867         * config/bfin/elf.h (LIB_SPEC): Add bf592.
22869 2011-05-18  Joseph Myers  <joseph@codesourcery.com>
22871         * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
22872         arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
22873         * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
22874         target_thread_pointer, arm_structure_size_boundary, struct
22875         float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
22876         struct abi_name, arm_all_abis): Remove.
22877         (arm_option_override) Don't process most enumerated option values here.
22878         Don't process target_fpe_name here.  Work with integer not string for
22879         structure size boundary; use separate diagnostics for each case.
22880         * config/arm/arm.h (enum float_abi_type, enum
22881         arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
22882         to arm-opts.h.
22883         (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
22884         arm_structure_size_boundary): Remove.
22885         * config/arm/arm.opt (mabi=): Use Enum and Init.
22886         (arm_abi_type): New Enum and EnumValue entries.
22887         (mfloat-abi=): Use Enum and Init.
22888         (float_abi_type): New Enum and EnumValue entries.
22889         (mfp=, mfpe=): Replace by separate Alias entries for each argument.
22890         (mfp16-format=): Use Enum and Init.
22891         (arm_fp16_format_type): New Enum and EnumValue entries.
22892         (mstructure-size-boundary=): Use UInteger and Init.
22893         (mtp=): Use Enum and Init.
22894         (arm_tp_type): New Enum and EnumValue entries.
22896 2011-05-18  Richard Guenther  <rguenther@suse.de>
22898         PR tree-optimization/49018
22899         * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
22900         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
22901         gimple_has_side_effects.
22903 2011-05-18  Richard Guenther  <rguenther@suse.de>
22905         * gimple.c (gimple_register_type_1): New function, split out from ...
22906         (gimple_register_type): ... here.  Avoid infinite recursion.
22908 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
22910         PR tree-optimization/41881
22911         * tree-vectorizer.h (struct _loop_vec_info): Add new field
22912         reduction_chains along with a macro for its access.
22913         * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
22914         (destroy_loop_vec_info): Free reduction chains.
22915         (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
22916         (vect_is_slp_reduction): New function.
22917         (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
22918         (vect_create_epilog_for_reduction): Support SLP reduction chains.
22919         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
22920         definition types for reduction chains.
22921         (vect_supported_load_permutation_p): Don't allow permutations for
22922         reduction chains.
22923         (vect_analyze_slp_instance): Support reduction chains.
22924         (vect_analyze_slp): Try to build SLP instance from reduction chains.
22925         (vect_get_constant_vectors):  Handle reduction chains.
22926         (vect_schedule_slp_instance): Mark the first statement of the
22927         reduction chain as reduction.
22929 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
22931         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
22932         names for group elements access.
22933         * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
22934         reduction chains as well.  Remove data reference and interleaving
22935         related words from the fields names.
22936         * tree-vect-loop.c (vect_transform_loop): Use new names for group
22937         elements access.
22938         * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
22939         vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
22940         vect_update_interleaving_chain, vect_same_range_drs,
22941         vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
22942         vect_verify_datarefs_alignment, vector_alignment_reachable_p,
22943         vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
22944         vect_analyze_group_access, vect_analyze_data_ref_access,
22945         vect_create_data_ref_ptr, vect_transform_strided_load,
22946         vect_record_strided_load_vectors): Likewise.
22947         * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
22948         vect_model_load_cost, vectorizable_store, vectorizable_load,
22949         vect_remove_stores, new_stmt_vec_info): Likewise.
22950         * tree-vect-slp.c (vect_build_slp_tree,
22951         vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
22953 2011-05-18  Richard Guenther  <rguenther@suse.de>
22955         PR middle-end/48989
22956         * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
22957         operand verification.
22958         (verify_gimple_assign_binary): Likewise.
22959         * tree-ssa.c (useless_type_conversion_p): Preserve conversions
22960         to non-1-precision BOOLEAN_TYPEs.
22962 2011-05-18  Tom de Vries  <tom@codesourcery.com>
22964         PR target/45098
22965         * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
22967 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
22969         PR tree-optimization/49000
22970         * tree-ssa.c (execute_update_addresses_taken): Call
22971         maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
22972         be rewritten and decl has been marked for renaming, reset
22973         the debug stmt.
22975 2011-05-17  Joseph Myers  <joseph@codesourcery.com>
22977         * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
22978         enum_opts_set when testing if attributes have set -mfpmath=.
22980 2011-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
22982         * config/mips/mips.c (mips_handle_option): Remove unused variable.
22984 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
22986         * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
22987         info->entry with 0
22988         * tree-inline.c (maybe_inline_call_in_expr):  Initialize
22989         id.transform_lang_insert_block with NULL.
22991 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
22993         * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
22994         (output_fp_compare): Change args 3 and 4 to bool.
22995         (ix86_expand_call): Change arg 6 to bool.
22996         (ix86_attr_length_immediate_default): Change arg 2 to bool.
22997         (ix86_attr_length_vex_default): Change arg 3 to bool.
22998         * config/i386/i386.md: Update all uses.
22999         * config/i386/i386.c: Ditto.
23000         (ix86_flags_dependent): Change return type to bool.
23002 2011-05-17  Richard Guenther  <rguenther@suse.de>
23004         * gimple.c (type_hash_pair_compare): Fix comparison.
23006 2011-05-17  Richard Guenther  <rguenther@suse.de>
23008         * gimple.c (iterative_hash_gimple_type): Simplify singleton
23009         case some more, fix final hash value of the non-singleton case.
23011 2011-05-17  Richard Guenther  <rguenther@suse.de>
23013         PR bootstrap/49013
23014         Revert
23015         2011-05-16  Richard Guenther  <rguenther@suse.de>
23017         * gimple.c (gimple_types_compatible_p_1): Use names of the
23018         type itself, not its main variant.
23019         (iterative_hash_gimple_type): Likewise.
23021 2011-05-17  Richard Guenther  <rguenther@suse.de>
23023         * gimple.c (gimple_register_canonical_type): Use the main-variant
23024         leader for computing the canonical type.
23026 2011-05-17  Nick Clifton  <nickc@redhat.com>
23028         * config/rx/rx.c (rx_memory_move_cost): Include cost of register
23029         moves.
23031         * config/rx/rx.md: Add peephole to remove redundant extensions
23032         after loads.
23033         (bitset_in_memory): Use rx_restricted_mem_operand.
23034         (bitinvert_in_memory): Likewise.
23035         (bitclr_in_memory): Likewise.
23037 2011-05-17  Kazuhio Inaoka  <kazuhiro.inaoka.ud@renesas.com>
23038             Nick Clifton  <nickc@redhat.com>
23040         * config/rx/rx.md: Add peepholes to match a register move followed
23041         by a comparison of the moved register.  Replace these with an
23042         addition of zero that does both actions in one instruction.
23044 2011-05-17  Jakub Jelinek  <jakub@redhat.com>
23046         PR target/48986
23047         * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
23048         predicate to allow CONST_INT.
23049         (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
23051 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
23053         * opts-common.c (opt_enum_arg_to_value): New.
23054         * opts.h (opt_enum_arg_to_value): Declare.
23055         * config/i386/i386.opt (fpmath): Remove.
23056         (mfpmath=): Use Enum, Init and Save.
23057         (fpmath_unit): New Enum and EnumValue entries.
23058         * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
23059         name for function fpmath state.
23060         * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
23061         * config/i386/i386.c: Include diagnostic.h.
23062         (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
23063         (ix86_target_string): Take enum fpmath_unit value instead of string.
23064         (ix86_debug_options): Update call to ix86_target_string.
23065         (ix86_option_override_internal): Don't process fpmath strings here.
23066         (x86_function_specific_save, ix86_function_specific_restore):
23067         Don't handle fpmath state specially.
23068         (ix86_function_specific_print): Pass fpmath state to
23069         ix86_target_string instead of printing in this function.
23070         (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
23071         Handle enum attributes.
23072         (IX86_ATTR_ENUM, ix86_opt_enum): New.
23073         (ix86_valid_target_attribute_tree): Update option_strings
23074         handling.  Handle fpmath as enum option.
23075         (ix86_can_inline_p): Update field names for function fpmath state.
23076         (ix86_expand_builtin): Update call to ix86_target_string.
23077         * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
23078         (ix86_fpmath): Remove.
23079         * config/i386/t-i386 (i386.o): Update dependencies.
23081 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
23083         PR preprocessor/48677
23084         * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
23085         from decoded_options[0], not from itself.
23087 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
23089         * config/i386/constraints.md (z): New constraint.
23090         * config/i386/i386.c (c): New mode attribute.
23091         (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
23092         *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
23093         constraint for operand 0.
23094         (*call_vzeroupper): Ditto.
23095         (*call_rex64_ms_sysv): Ditto.  Use "rzm" constraint for operand 0.
23096         (*call_rex64_ms_sysv_vzeroupper): Ditto.
23097         (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
23098         Use "lzm" constraint for operand 0.
23099         (*call_pop_vzeroupper): Ditto.
23100         (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
23101         *sibcall_1_rex64 patterns using "P" mode iterator.  Use "Uz"
23102         constraint for operand 0.
23103         (*sibcall_vzeroupper): Ditto.
23104         (*sibcall_rex64_ms_sysv): Ditto.
23105         (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
23106         (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
23107         *sibcall_pop_1.  Use "Uz" constraint for operand 0.
23108         (*sibcall_pop_vzeroupper): Ditto.
23109         (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
23110         *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
23111         mode iterator.  Use "<c>zm" constraint for operand 1.
23112         (*call_value_vzeroupper): Ditto.
23113         (*call_value_rex64_ms_sysv): Ditto.  Use "rzm" constraint
23114         for operand 1.
23115         (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
23116         (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
23117         *call_value_pop_1.  Use "lzm" constraint for operand 1.
23118         (*call_value_pop_vzeroupper): Ditto.
23119         (*sibcall_value): Merge insn pattern from *sibcall_value_0,
23120         *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
23121         mode iterator.  Use "Uz" constraint for operand 1.
23122         (*sibcall_value_vzeroupper): Ditto.
23123         (*sibcall_value_rex64_ms_sysv): Ditto.
23124         (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
23125         (*sibcall_value_pop): Rename from *sibcall_pop_1.  Use "Uz"
23126         constraint for operand 1.
23127         (*sibcall_value_pop_vzeroupper): Ditto.
23128         (*tls_global_dynamic_64): Use constant_call_address_operand predicate
23129         and "z" constraint for operand 2.
23130         (*tls_global_dynamic_32_gnu): Ditto.
23131         (*tls_local_dynamic_base_32_gnu): Ditto.
23132         (*tls_local_dynamic_base_64): Ditto.
23133         (*tls_local_dynamic_32_once): Ditto.
23134         * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
23135         Update all callers.
23136         * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
23138 2011-05-16  Richard Guenther  <rguenther@suse.de>
23140         * gimple.c (gimple_types_compatible_p_1): Use names of the
23141         type itself, not its main variant.
23142         (iterative_hash_gimple_type): Likewise.
23144 2011-05-16  Richard Guenther  <rguenther@suse.de>
23146         * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
23147         always visit pointer target and function result and argument types.
23149 2011-05-16  Jason Merrill  <jason@redhat.com>
23151         PR c++/48999
23152         * tree-inline.c (copy_statement_list): Put back recursion.
23154 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
23156         PR target/27663
23157         PR target/41076
23158         * config/avr/predicates.md (const_8_16_24_operand): New predicate.
23159         * config/avr/avr.md ("*ior<mode>qi.byte0",
23160         "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
23162 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
23164         PR target/45099
23165         * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
23166         register is needed for a function argument.
23168 2011-05-16  Richard Guenther  <rguenther@suse.de>
23170         * gimple.c (struct type_hash_pair): New type.
23171         (type_hash_pair_compare): New function.
23172         (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
23174 2011-05-16  Revital Eres  <revital.eres@linaro.org>
23176         * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
23178 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
23180         * config/i386/i386.md (floating point move splitters): Fix
23181         usage of standard_80387_constant_p.
23182         * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
23184 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
23186         * config/i386/i386.md (*movdf_internal): Simplify insn condition.
23188 2011-05-14  Eric Botcazou  <ebotcazou@adacore.com>
23190         * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
23191         (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
23192         (tree_ssa_lim_finalize): Likewise.
23194 2011-05-14  Uros Bizjak  <ubizjak@gmail.com>
23196         * config/i386/constraint.md (Yd, Yx): New register constraints.
23197         * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger.  Use
23198         Yd conditional register constraint.
23199         (*movtf_internal): Use standard_sse_constant_opcode.
23200         (*movxf_internal): Merge with *movxf_internal_nointeger.  Use
23201         Yx conditional register constraint.
23202         (*movdf_internal): Merge with *movdf_internal_nointeger.  Use
23203         Yd conditional register constraint.  Use standard_sse_constant_p to
23204         check for valid SSE constants and call standard_sse_constant_opcode to
23205         output SSE insn.
23206         (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
23207         constants and call standard_sse_constant_opcode to output SSE insn.
23208         * config/i386/i386.c (ix86_option_ovverride_internal): Set
23209         TARGET_INTEGER_DFMODE_MOVES for 64bit targets.  Clear it when
23210         optimize_size is set.
23211         (standard_sse_constant_opcode): Output conditional AVX insn templates.
23213 2011-05-14  Tobias Burnus  <burnus@net-b.de>
23215         * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
23217 2011-05-13  Martin Jambor  <mjambor@suse.cz>
23219         * ipa-prop.c (ipa_cst_from_jfunc): New function.
23220         * ipa-prop.h (ipa_cst_from_jfunc): Declare.
23221         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
23222         (evaluate_conditions_for_ipcp_clone): Removed.
23223         (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
23224         * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
23225         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
23227 2011-05-13  Eric Botcazou  <ebotcazou@adacore.com>
23229         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
23230         * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
23231         lieu of MAY_HAVE_DEBUG_STMTS.
23232         * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
23233         debug statements if !MAY_HAVE_DEBUG_STMTS.
23235 2011-05-13  Martin Thuresson  <martint@google.com>
23237         PR gcov-profile/47793
23238         * libgcov.c (gcov_exit): Support relative profile paths.
23239         * doc/invoke.texi (-fprofile-dir): Update for above change.
23241 2011-05-13  Richard Guenther  <rguenther@suse.de>
23243         * gimple.c (gimple_canonical_types_compatible_p): Do not use
23244         type-pair caching, do not compare hashes.
23246 2011-05-13  Nathan Froyd  <froydnj@codesourcery.com>
23248         PR middle-end/48965
23249         * tree-cfg.c (edge_to_cases_cleanup): Return true.
23250         (verify_expr) [CASE_LABEL_EXPR]: Add checking.
23252 2011-05-13  Kai Tietz  <ktietz@redhat.com>
23254         * gimplify.c (gimplify_expr): Make sure operand is boolified.
23255         * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
23256         compatible type for TRUTH_NOT_EXPR.
23258 2011-05-13  H.J. Lu  <hongjiu.lu@intel.com>
23260         * config/i386/i386.c (ix86_save_reg): Change return type to bool.
23261         (ix86_hard_regno_mode_ok): Change return value to bool.  Use
23262         can_create_pseudo_p ().
23264 2011-05-13  Richard Guenther  <rguenther@suse.de>
23266         PR lto/48978
23267         * gimple.c (iterative_hash_gimple_type): Revert change in
23268         pointer target and function result and argument hashing.
23270 2011-05-13  Uros Bizjak  <ubizjak@gmail.com>
23272         * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
23273         (*movxf_internal_nointeger): Ditto.
23274         (*movdf_internal_rex64): Ditto.
23275         (*movdf_internal): Ditto.
23276         (*movdf_internal_nointeger): Ditto.
23277         (*movsf_internal): Ditto.
23278         (sincos splitters): Use can_create_pseudo ().
23280 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
23282         * config/i386/i386-opts.h: New.
23283         * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
23284         ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
23285         ix86_section_threshold): Remove.
23286         (ix86_handle_option): Move MAX_CODE_ALIGN define here.  Handle
23287         OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
23288         OPT_mbranch_cost_.
23289         (ix86_option_override_internal): Don't decode strings for options
23290         other than -march=, -mtune= and -mfpmath=.  Don't allow for
23291         __attribute__ uses in remaining diagnostics for options with
23292         string arguments.  Don't check for integer arguments being negative.
23293         * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
23294         enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
23295         (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
23296         ix86_branch_cost, ix86_section_threshold): Remove.
23297         * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
23298         HeaderInclude.
23299         (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
23300         but not Var.
23301         (masm=): Use Enum and Init.
23302         (asm_dialect): New Enum and EnumValue entries.
23303         (mbranch-cost=): Use UInteger.
23304         (mlarge-data-threshold=): Use UInteger and Init.
23305         (mcmodel=): Use Enum and Init.
23306         (cmodel): New Enum and EnumValue entries.
23307         (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
23308         (mpreferred-stack-boundary=, mincoming-stack-boundary=,
23309         mregparm=): Use UInteger.
23310         (mstringop-strategy=): Use Enum and Init.
23311         (stringop_alg): New Enum and EnumValue entries.
23312         (mtls-dialect=): Use Enum and Init.
23313         (tls_dialect): New Enum and EnumValue entries.
23314         (mabi=): Use Enum and Init.
23315         (calling_abi): New Enum and EnumValue entries.
23316         (mveclibabi=): Use Enum and Init.
23317         (ix86_veclibabi): New Enum and EnumValue entries.
23319 2011-05-13  Nick Clifton  <nickc@redhat.com>
23321         * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
23322         * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
23324 2011-05-13  Kai Tietz  <ktietz@redhat.com>
23326         PR middle-end/48984
23327         * gimplify.c (gimplify_expr): Check for boolean_type_node instead
23328         for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
23329         (gimple_boolify): Check for cast for boolean_type_node instead for
23330         BOOLEAN_TYPE.
23332 2011-05-13  Richard Guenther  <rguenther@suse.de>
23334         PR tree-optimization/48172
23335         * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
23336         multiplying by number of iterations for equal step.
23337         (vect_create_cond_for_alias_checks): Likewise.
23339 2011-05-13  Andreas Schwab  <schwab@redhat.com>
23341         * configure.ac: Use AS_HELP_STRING throughout.
23342         * configure: Regenerate.
23344 2011-05-12  H.J. Lu  <hongjiu.lu@intel.com>
23346         * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
23347         (ix86_emit_restore_regs_using_mov): Likewise.
23348         (ix86_emit_restore_sse_regs_using_mov): Likewise.
23350 2011-05-12  Anatoly Sokolov  <aesok@post.ru>
23352         * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
23353         SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
23354         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
23355         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
23356         RTX_OK_FOR_OLO10_P): ...here.
23357         (sparc_mode_dependent_address_p): Use symbolic_operand instead of
23358         SYMBOLIC_CONST.
23360 2011-05-12  Kai Tietz  <ktietz@redhat.com>
23362         * gimplify.c (gimple_boolify): Re-boolify expression
23363         arguments even if expression type is of kind BOOLEAN_TYPE.
23364         (gimplify_boolean_expr): Removed.
23365         (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
23366         and XOR. Additional take care that we keep expression's type.
23367         * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
23368         of TRUTH_AND|OR|XOR_EXPR.
23370 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
23372         PR tree-optimization/48975
23373         * tree-if-conv.c (combine_blocks): Call free_bb_predicate
23374         on all bbs here and free and clear ifc_bbs at the end.
23376 2011-05-12  Richard Guenther  <rguenther@suse.de>
23378         * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
23379         NULLPTR_TYPE similar to VOID_TYPE.  Defer type-leader lookup
23380         until after simple checks.
23381         (gimple_types_compatible_p): Likewise.
23382         (iterative_hash_gimple_type): Always hash pointer targets
23383         and function return and argument types.
23384         (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
23385         hash TYPE_ALIGN.  Do not hash TYPE_MIN/MAX_VALUE.
23386         (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
23387         handle NULLPTR_TYPE similar to VOID_TYPE.  Handle non-aggregates
23388         completely in the simple compare section.
23389         (gimple_register_canonical_type): Query the cache again after
23390         registering.
23392 2011-05-12  Richard Guenther  <rguenther@suse.de>
23394         PR tree-optimization/48172
23395         * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
23396         the number of iterations from the segment size calculation.
23397         (vect_create_cond_for_alias_checks): Adjust.
23399 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
23401         PR debug/48967
23402         * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
23403         if validate_subreg fails.
23405 2011-05-12  Hariharan Sandanagobalane  <hariharan@picochip.com>
23407         * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
23408         accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
23409         early.
23411 2011-05-12  DJ Delorie  <dj@redhat.com>
23413         * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
23414         (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
23415         created builtin into rx_builtins array.
23416         (rx_builtin_decl): New function.
23417         (TARGET_BUITLIN_DECL): Define.  Include gt-rx.h.
23419 2011-05-12  DJ Delorie  <dj@redhat.com>
23420             Nick Clifton  <nickc@redhat.com>
23422         * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
23423         * config/rx/rx.c (CC_FLAG_FP): Fix comment.
23424         (rx_is_legitimate_address): Add pre-decrement and post-increment
23425         addressing in HImode and QImode.  Fix test for out of range
23426         REG+INT addressing.
23427         (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
23428         (rx_align_for_label): Test label before extracting its usage count.
23429         (rx_adjust_insn_lengths): Fix selection of insn codes.
23430         (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
23432 2011-05-11  Jason Merrill  <jason@redhat.com>
23434         * tree.c (type_hash_canon): Use struct tree_type_non_common.
23436 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
23438         * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
23439         reindent the subsequent block.
23441 2011-05-11  Satoru Takabayashi  <satorux@google.com>
23442             Paul Pluzhnikov  <ppluzhnikov@google.com>
23444         * doc/install.texi (Configuration): Document --with-linker-hash-style.
23445         * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
23446         * config.in: Add LINKER_HASH_STYLE.
23447         * configure.ac: Add --with-linker-hash-style.
23448         * configure: Regenerate.
23450 2011-05-11  Richard Guenther  <rguenther@suse.de>
23452         PR middle-end/48964
23453         * gimple.c (iterative_hash_canonical_type): Fix typo.
23455 2011-05-11  Uros Bizjak  <ubizjak@gmail.com>
23457         * config/i386/i386.c (legitimize_tls_address)
23458         <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
23459         expanders directly for TARGET_GNU2_TLS.  Determine pic and
23460         __tls_get_addr symbol reference here.  Update call to
23461         gen_tls_global_dynamic_{32,64} for added arguments.
23462         <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
23463         expanders directly for TARGET_GNU2_TLS.  Determine
23464         __tls_get_addr symbol reference here.  Update call to
23465         gen_tls_local_dynamic_base_{32,64} for added arguments.  Attach
23466         unique UNSPEC REG_EQUIV to libcall block.
23467         (ix86_tls_get_addr): Declare static.
23468         * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
23469         * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
23470         Do not determine pic and __tls_get_addr symbol reference here. Do not
23471         call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
23472         (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
23473         (tls_global_dynamic_64): Add operand 2.  Do not determine
23474         __tls_get_addr symbol reference here.  Do not call
23475         gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
23476         (tls_local_dynamic_base64): Ditto for operand 1.
23478 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
23480         * function.c (expand_function_start): Initialize stack_check_probe_note
23481         only if the generic stack checking mechanism is used.
23483 2011-05-11  Richard Guenther  <rguenther@suse.de>
23485         PR tree-optimization/15256
23486         * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
23487         (A & B) | C, combine (A op CST1) op CST2.
23488         (tree_ssa_forward_propagate_single_use_vars): Only bother to
23489         visit assigns that have uses.
23491 2011-05-11  Nathan Froyd  <froydnj@codesourcery.com>
23493         * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
23494         * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
23495         (unpack_ts_type_common_value_fields): ...this.  Update comment.
23496         (unpack_value_fields): Adjust for renaming.
23497         (lto_input_ts_type_tree_pointers): Split into...
23498         (lto_input_ts_type_common_tree_pointer): ...this and...
23499         (lto_input_ts_type_non_common_tree_pointers): ...this.
23500         (lto_input_tree_pointers): Adjust for above split.
23501         * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
23502         (pack_ts_type_common_value_fields): ...this.  Update comment.
23503         (lto_output_ts_type_tree_pointers): Split into...
23504         (lto_output_ts_type_common_tree_pointers): ...this and...
23505         (lto_output_ts_type_non_common_tree_pointers): ...this.
23506         (lto_output_tree_pointers): Adjust for above split.
23507         * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
23508         TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
23509         * stor-layout.c (vector_type_mode): Adjust location of mode field.
23510         * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
23511         Define.
23512         (struct tree_type): Split into...
23513         (struct tree_type_common: ...this and...
23514         (struct tree_type_with_lang_specific): ...this and...
23515         (struct tree_type_non_common): ...this.  Adjust accessor macros
23516         accordingly.
23517         (TYPE_VALUES_RAW): Define.
23518         (union tree_node): Update for above changes.
23519         * tree.c (tree_node_structure_for_code) [tcc_type]: Return
23520         TS_TYPE_NON_COMMON.
23521         (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
23522         Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
23523         (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
23524         * treestructu.def (TS_TYPE): Remove.
23525         (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
23526         Define.
23528 2011-05-11  Jakub Jelinek  <jakub@redhat.com>
23530         PR debug/48159
23531         * tree-ssa.c (reset_debug_uses): New function.
23532         * tree-flow.h (reset_debug_uses): New prototype.
23533         * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
23534         * tree-loop-distribution.c (generate_loops_for_partition): Call
23535         reset_debug_uses on the stmts that will be removed.  Keep around
23536         all debug stmts, don't count them as bits in partition bitmap.
23537         (generate_builtin): Don't count debug stmts or labels as bits in
23538         partition bitmap.
23540 2011-05-11  Richard Guenther  <rguenther@suse.de>
23542         * gimple.c (gimple_type_hash_1): Merge with ...
23543         (gimple_type_hash): ... this.
23544         (gtc_visit): Remove mode parameter and simplify accordingly.
23545         (gimple_types_compatible_p_1): Likewise.
23546         (gimple_types_compatible_p): Likewise.
23547         (iterative_hash_gimple_type): Likewise.
23548         (visit): Likewise.
23549         (gimple_type_eq): Adjust.
23551 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23553         * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
23554         enters the branch create an anti edge in the opposite direction
23555         to prevent the creation of reg-moves.
23556         * modulo-sched.c: Adjust comment to reflect the fact we are
23557         scheduling closing branch.
23558         (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
23559         (stage_count): New field in struct partial_schedule.
23560         (calculate_stage_count): New function.
23561         (normalize_sched_times): Rename to reset_sched_times and handle
23562         incrementing the sched time of the nodes by a constant value
23563         passed as parameter.
23564         (duplicate_insns_of_cycles): Skip closing branch.
23565         (sms_schedule_by_order): Schedule closing branch.
23566         (ps_insn_find_column): Handle closing branch.
23567         (sms_schedule): Call reset_sched_times and adjust the code to
23568         support scheduling of the closing branch.
23569         (ps_insert_empty_row): Update calls to normalize_sched_times
23570         and rotate_partial_schedule functions.
23572 2011-05-11  Richard Guenther  <rguenther@suse.de>
23574         PR middle-end/48953
23575         * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
23577 2011-05-11  Joseph Myers  <joseph@codesourcery.com>
23579         * opts.c (finish_options): Move warning settings from process_options.
23580         * toplev.c (process_options): Move warning settings to finish_options.
23582 2011-05-11  Richard Guenther  <rguenther@suse.de>
23584         PR tree-optimization/18041
23585         * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
23586         (simplify_bitwise_binary): ... this.  Handle operand conversions
23587         by applying them to the result instead.
23588         (tree_ssa_forward_propagate_single_use_vars): Adjust.  CSE tree code.
23590 2011-05-11  Richard Guenther  <rguenther@suse.de>
23592         * gimple.c (gimple_canonical_types_compatible_p): Split out
23593         from gimple_types_compatible_p and friends.  Do not recurse
23594         to pointed-to types.
23595         (gimple_canonical_type_eq): Use it.
23596         (iterative_hash_canonical_type): Split out from
23597         iterative_hash_gimple_type and friends.  Do not recurse
23598         to pointed-to types.
23599         (gimple_canonical_type_hash): Use it, allocate the hash here.
23601 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23603         * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
23604         recognizing doloop.
23606 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23608         * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
23609         instead of PREV_INSN.
23611 2011-05-11  Revital Eres  <revital.eres@linaro.org>
23613         * modulo-sched.c (sms_schedule): Support new form of doloop pattern
23614         * loop-doloop.c (doloop_condition_get): Likewise.
23615         * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
23616         (doloop_end): New.
23617         * config/arm/arm.md (*addsi3_compare0): Remove "*".
23619 2011-05-10  Nathan Froyd  <froydnj@codesourcery.com>
23621         * tree.def (CASE_LABEL_EXPR): Add an operand.
23622         * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
23624 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23626         * c-decl.c (c_override_global_bindings_to_false): Remove.
23627         (global_bindings_p): Don't check
23628         c_override_global_bindings_to_false.
23629         * c-tree.h (c_override_global_bindings_to_false): Remove.
23630         * c-typeck.c (composite_type): Don't set
23631         c_override_global_bindings_to_false.
23633 2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
23635         PR target/48857, 48495
23636         * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
23637         (VSX_MODE): Ditto.
23638         (VSX_MOVE_MODE): Ditto.
23639         (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
23640         VSX vector types.  Add V2DImode.
23641         (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
23642         ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
23643         (MODES_TIEABLE_P): Ditto.
23645         * config/rs6000/rs6000.c (rs6000_emit_move): Use
23646         ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
23647         VSX_VECTOR_MODE.
23648         (init_cumulative_args): Ditto.
23649         (rs6000_function_arg_boundary): Ditto.
23650         (rs6000_function_arg_advance_1): Ditto.
23651         (rs6000_function_arg): Ditto.
23652         (rs6000_function_ok_for_sibcall): Ditto.
23653         (emit_frame_save): Ditto.
23654         (rs6000_function_value): Ditto.
23655         (rs6000_libcall_value): Ditto.
23657 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23659         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
23660         i386/darwin-lib.h to $libgcc_tm_file.
23661         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
23663 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23665         * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
23667 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23669         * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
23670         * config/rs6000/rs6000-tables.opt: New file (generated).
23671         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
23672         rs6000/rs6000-tables.opt to extra_options.
23673         * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
23674         * config/rs6000/rs6000.c (rs6000_select): Remove.
23675         (processor_target_table): Move contents to rs6000-cpus.def.
23676         (darwin_rs6000_override_options): Check
23677         global_options_set.x_rs6000_cpu_index instead of
23678         rs6000_select[1].string.
23679         (rs6000_option_override_internal): Likewise.
23680         (rs6000_handle_option): Don't assert that global structures are in
23681         use.  Don't handle OPT_mcpu_ and OPT_mtune_ here.
23682         (rs6000_default_cpu): New variable.
23683         (rs6000_file_start): Set it instead of local default_cpu.  Check
23684         rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
23685         global_options_set.x_rs6000_tune_index instead of rs6000_select.
23686         (rs6000_darwin_file_start): Check rs6000_default_cpu and
23687         global_options_set.x_rs6000_cpu_index instead of rs6000_select.
23688         * config/rs6000/rs6000.h (struct rs6000_cpu_select,
23689         rs6000_select): Remove.
23690         * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
23691         Remove.
23692         (mcpu=, mtune=): Use Var, Init, Enum and Save.
23693         * config/rs6000/t-rs6000
23694         ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
23695         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
23696         global_options_set.x_rs6000_cpu_index instead of
23697         rs6000_select[1].string.
23698         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
23699         global_options_set.x_rs6000_cpu_index instead of
23700         rs6000_select[1].string.
23702 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
23704         * config.gcc (libgcc_tm_file): Define instead of including files
23705         from ../../libgcc/config/ in tm_file.
23706         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
23707         * configure: Regenerate.
23708         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
23709         libgcc_tm.h, cs-libgcc_tm.h): New.
23710         (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
23711         (clean): Remove libgcc_tm.h.
23712         * config/arm/symbian.h (RENAME_LIBRARY): Remove.
23713         * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
23714         * system.h (DECLARE_LIBRARY_RENAMES): Poison.
23716 2011-05-10  Georg-Johann Lay  <avr@gjlay.de>
23718         PR target/48896
23719         * config/avr/avr.c (avr_ret_register): Return unsigned int
23720         instead of int.
23721         (avr_function_value): Mark fn_decl_or_type as unused, don't pass
23722         it to avr_libcall_value.
23723         avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
23724         expand_expr.
23725         (avr_expand_binop_builtin): Ditto.
23726         (avr_expand_unop_builtin): Ditto.
23728 2011-05-10  DJ Delorie  <dj@redhat.com>
23730         * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
23731         (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
23732         * config/rx/rx.c (rx_align_for_label): Add label and
23733         uses_threshold parameters.  Do not align when the label is not
23734         used enough.
23735         * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
23737 2011-05-10  Richard Guenther  <rguenther@suse.de>
23739         * tree-ssa-forwprop.c (combine_conversions): Pattern-match
23740         a series of conversions and apply foldings similar to what
23741         fold-const does.
23742         (tree_ssa_forward_propagate_single_use_vars): Call it.
23744 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
23746         PR tree-optimization/48611
23747         PR tree-optimization/48794
23748         * tree-eh.c (remove_unreachable_handlers): Don't remove regions
23749         referenced from RESX or EH_DISPATCH arguments.
23751         PR debug/48928
23752         * dfp.c (decimal_to_decnumber): Handle conversion from
23753         dconst{1,2,m1,half}.
23755 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23757         * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
23758         for !flag_prefer_avx128.
23759         (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
23761 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
23763         * fold-const.c (fold_range_test): Pass LOC to build_range_check.
23764         (fold_ternary_loc): Use expr_location_or.
23766 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
23768         PR debug/48853
23769         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
23770         POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
23771         Pmode and mem_mode is not VOIDmode.
23773 2011-05-09  Ville Voutilainen  <ville.voutilainen@gmail.com>
23775         * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
23776         TYPE_QUAL_RESTRICT): Convert to enum.
23778 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23780         * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
23781         (const_pow2_1_to_8_operand): Ditto.
23782         (const_pow2_1_to_128_operand): Ditto.
23783         (const_pow2_1_to_32768_operand): Ditto.
23784         * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
23785         const_pow2_1_to_8_operand for operand 3 predicate.  Use exact_log2
23786         in insn constraint to check integer value of operand 3.
23787         * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
23789         (PINSR_MODE): New mode iterator.
23790         (sse2p4_1): New mode attribute.
23791         (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
23792         sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
23793         iterator.  Use const_int_operand instead of
23794         const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate.  Use
23795         exact_log2 in insn constraint to check integer value of operand 3.
23797 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23799         * config/i386/sse.md (blendbits): Remove mode attribute.
23800         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
23801         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
23802         Check integer value of operand 3 in insn constraint.
23804 2011-05-09  Richard Guenther  <rguenther@suse.de>
23806         * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
23807         for diagnostics.
23808         (lto_symtab_merge): Likewise.  Do not register types here.
23809         (lto_symtab_merge_decls_2): Likewise.
23810         (lto_symtab_merge_decls_1): Likewise.
23811         * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
23812         * gimple.c (enum gtc_mode): Declare.
23813         (gimple_types_compatible_p): Make static.
23815 2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23817         * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
23818         temporary register to match Pmode.
23820 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23822         * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
23823         and *vec_concatv4si_1_avx.
23825 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
23827         PR rtl-optimization/48927
23828         * ira-conflicts.c (commutative_constraint_p): Use
23829         recog_data.alternative_enabled_p to disable alternatives where
23830         "enabled" attribute is false.
23831         (get_dup_num): Ditto.
23832         * ira-lives.c (single_reg_class): Ditto.
23833         (ira_implicitly_set_insn_hard_regs): Ditto.
23835 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
23837         * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
23838         (dataflow_set_preserve_mem_locs): Likewise.
23840 2011-05-09  Philipp Thomas  <pth@suse.de>
23842         * config/mep/mep.c (mep_validate_vliw): Syntax description
23843         should not be translated.
23845 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
23847         * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
23848         * config/mips/mips-tables.opt: New file (generated).
23849         * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
23850         * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
23851         MIPS_ARCH_OPTION_NATIVE): Define.
23852         * config/mips/mips.c (mips_cpu_info_table): Move contents to
23853         mips-cpus.def.
23854         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
23855         mips_parse_cpu): Remove.
23856         (mips_cpu_info_from_opt, mips_default_arch): New.
23857         (mips_handle_option): Don't assert that global structures are in
23858         use.  Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
23859         (mips_option_override): Use new variables and functions to set
23860         state of these options.  Use strcmp to check for individual CPU names.
23861         * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
23862         definition.
23863         * config/mips/mips.opt (march=): Use ToLower and Enum.
23864         (mips): Use ToLower, Enum and Var.
23865         (mtune=): Use ToLower and Enum.
23866         * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
23868 2011-05-08  Jan Hubicka  <jh@suse.cz>
23870         * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
23871         Arrange type pairs to be UID ordered.
23872         (gimple_lookup_type_leader): Make inline.
23874 2011-05-09  Nick Clifton  <nickc@redhat.com>
23876         PR target/48899
23877         * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
23878         PROCESSOR_DEFAULT.
23880         PR target/48897
23881         * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
23882         variable 's'.
23884 2011-05-08  Chung-Lin Tang  <cltang@codesourcery.com>
23886         * combine.c (simplify_comparison): Abstract out parts into...
23887         (simplify_compare_const): ... new function.
23888         (try_combine): Generalize parallel arithmetic/compare combining
23889         to call simplify_compare_const() and CANONICALIZE_COMPARE().
23891 2011-05-08  Jan Hubicka  <jh@suse.cz>
23893         * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
23894         (cgraph_create_virtual_clone): Call hooks once virtual clone
23895         is finished.
23896         * cgraph.h (cgraph_clone_node): Update prototype.
23897         * ipa-cp.c (ipcp_estimate_growth): Use
23898         estimate_ipcp_clone_size_and_time.
23899         * ipa-inline-transform.c (clone_inlined_nodes): Update.
23900         * lto-cgraph.c (input_node): Update.
23901         * ipa-inline.c (recursive_inlining): Update.
23902         * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
23903         (evaluate_conditions_for_known_args): Break out from ...
23904         (evaluate_conditions_for_edge): ... here.
23905         (evaluate_conditions_for_ipcp_clone): New function.
23906         (inline_node_duplication_hook): Update clone summary based
23907         on parameter map.
23908         (estimate_callee_size_and_time): Rename to ...
23909         (estimate_node_size_and_time): take NODE instead of EDGE;
23910         take POSSIBLE_TRUTHS as argument.
23911         (estimate_callee_size_and_time): Update.
23912         (estimate_ipcp_clone_size_and_time): New function.
23913         (do_estimate_edge_time): Update.
23915 2011-05-08  Richard Guenther  <rguenther@suse.de>
23917         PR middle-end/48908
23918         PR middle-end/48905
23919         * expmed.c (expand_shift_1): Compute adjusted constant shift
23920         amount manually.
23922 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
23924         * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
23926 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
23928         * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
23930 2011-05-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
23932         * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
23934 2011-05-07  Jan Hubicka  <jh@suse.cz>
23936         * ipa-inline-transform.c (inline_call): Account when program size
23937         decreases.
23938         * ipa-inline.c (relative_time_benefit): New function.
23939         (edge_badness): Reorganize to be power 2 based; fix thinko when
23940         computing badness for negative growth; update comments to match
23941         reality; better dumps.
23943 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
23945         * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
23946         type to bool and adjust comment.
23947         * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
23948         (fold_mathfn_compare): Remove calls to global_bindings_p.
23949         (fold_inf_compare): Likewise.
23950         * stor-layout.c (variable_size): Adjust call to global_bindings_p.
23951         * c-tree.h (global_bindings_p): Adjust prototype.
23952         * c-decl.c (global_bindings_p): Return bool and simplify.
23954 2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
23956         PR tree-optimization/48837
23957         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
23958         when accumulator transformation is performed.
23960 2011-05-06  Jan Hubicka  <jh@suse.cz>
23962         * i386.h (ix86_tune_indices): Add
23963         X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
23964         (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
23965         * i386.c (initial_ix86_tune_features): Add
23966         X86_SOFTARE_PREFETCHING_BENEFICIAL.
23967         (software_prefetching_beneficial_p): Remove predicate.
23968         (ix86_option_override_internal): Use new macro.
23970 2011-05-06  Jan Hubicka  <jh@suse.cz>
23972         * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
23974 2011-05-06  Jan Hubicka  <jh@suse.cz>
23976         * cgraph.c (cgraph_add_thunk): Create real function node instead
23977         of alias node; finalize it and mark needed/reachale; arrange visibility
23978         to be right and add it into the corresponding same comdat group list.
23979         (dump_cgraph_node): Dump thunks.
23980         * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
23981         cgraph_function_with_gimple_body_p,
23982         cgraph_first_function_with_gimple_body,
23983         cgraph_next_function_with_gimple_body): New functions.
23984         (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
23985         New macros.
23986         * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
23987         (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
23988         * cgraphunit.c (cgraph_finalize_function): Only look into possible
23989         devirtualization when optimizing.
23990         (verify_cgraph_node): Verify thunks.
23991         (cgraph_analyze_function): Analyze thunks.
23992         (cgraph_mark_functions_to_output): Output thunks only in combination
23993         with function they are assigned to.
23994         (assemble_thunk): Turn thunk into non-thunk; don't try to turn
23995         alias into normal node.
23996         (assemble_thunks): New functoin.
23997         (cgraph_expand_function): Use it.
23998         * lto-cgraph.c (lto_output_node): Stream thunks.
23999         (input_overwrite_node): Stream in thunks.
24000         * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
24001         * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
24002         * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
24003         * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
24004         (inline_analyze_function): Do not care about thunk jump functions.
24005         (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
24006         * ipa-prop.c (ipa_prop_write_jump_functions): Use
24007         cgraph_function_with_gimple_body_p.
24008         * passes.c (do_per_function_toporder): Use
24009         cgraph_function_with_gimple_body_p.
24010         (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
24011         (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
24012         (function_called_by_processed_nodes_p): Likewise.
24014 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
24016         * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
24017         rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
24018         entries.
24019         (mabi=): Replace with separate entries for mabi=altivec,
24020         mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
24021         mabi=ieeelongdouble and mabi=ibmlongdouble.
24022         * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
24023         check for -mabi=spe without SPE ABI support here.
24024         (rs6000_handle_option): Replace OPT_mabi_ handling with
24025         OPT_mabi_altivec and OPT_mabi_spe handling.
24027 2011-05-06  Cary Coutant  <ccoutant@google.com>
24029         * dwarf2out.c (contains_subprogram_definition): New function.
24030         (should_move_die_to_comdat): Call it.
24032 2011-05-06  Jeff Law  <law@redhat.com>
24034         * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
24035         remove_ctrl_stmt_and_useless_edges.
24036         (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
24037         (fixup_template_block, thread_single_edge): Likewise.
24038         (mark_threaded_blocks): Use THREAD_TARGET.
24040 2011-05-06  Alan Modra  <amodra@gmail.com>
24042         PR target/48900
24043         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
24044         const0_rtx as the arg to the dummy __tls_get_addr libcall.
24046 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
24048         * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
24049         constraint modifier to "r".
24051 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
24053         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
24054         fall through for OPT_mcmodel_.
24056 2011-05-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24058         * config/s390/s390.c (s390_asm_trampoline_template): Comment
24059         instruction sizes.
24060         (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
24062 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
24064         PR target/47930
24065         * config/arm/arm.opt (marm): Document it.
24066         (mthumb): Reject negative variant.
24068 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
24070         PR target/48898
24071         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
24072         Fix typo in "ccvt" variable name.
24074 2011-05-06  Tristan Gingold  <gingold@adacore.com>
24076         PR target/48895
24077         * config/vms/vms-ar.c (main): Remove cwd variable.
24079 2011-05-06  Jakub Jelinek  <jakub@redhat.com>
24081         PR debug/48902
24082         * var-tracking.c (prepare_call_arguments): Move else before #endif.
24084 2011-05-05  Nathan Froyd  <froydnj@codesourcery.com>
24086         * except.c (sjlj_emit_dispatch_table): Call build_case_label.
24087         * gimplify.c (gimplify_switch_expr): Likewise.
24088         * omp-low.c (expand_omp_sections): Likewise.
24089         * tree-eh.c (lower_try_finally_switch): Likewise.
24090         (lower_eh_dispatch): Likewise.
24091         * tree.h (build_case_label): Declare.
24092         * tree.c (build_case_label): Define.
24094 2011-05-05  Jason Merrill  <jason@redhat.com>
24096         PR c++/40975
24097         * tree-inline.c (copy_tree_r): Use copy_statement_list.
24098         (copy_statement_list): Don't recurse.
24099         * stor-layout.c (copy_self_referential_tree_r): Don't allow
24100         STATEMENT_LIST.
24102 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
24104         * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
24105         through from -mfpu= handling.
24106         * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
24108 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
24110         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
24111         POST_MODIFY.
24113 2011-05-05  Steve Ellcey  <sje@cup.hp.com>
24115         * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
24116         for 11.31.
24117         (hppa[12]*-*-hpux11*): Ditto.
24118         (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
24119         * config/ia64/hpux-unix2003.h: New.
24120         * config/pa/pa-hpux1131.opt: New.
24121         * config/pa/pa-hpux1131.h: New.
24122         * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
24123         * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
24124         * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
24126 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
24128         PR debug/48853
24129         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
24130         instead of mode as 3rd argument to recursive call.
24131         (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
24132         emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
24133         VOIDmode.
24134         (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
24135         don't give up if mode is Pmode and mem_mode is not VOIDmode.
24136         (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
24137         use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
24139 2011-05-05  Julian Brown  <julian@codesourcery.com>
24141         * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
24142         parenthesis in D-register case.
24144 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
24146         * opt-functions.awk (var_type_struct): Handle Enum options.
24147         * optc-gen.awk: Don't check range of variables of character type.
24148         * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
24149         rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
24150         rs6000_sdata_name, rs6000_explicit_options): Remove.
24151         (rs6000_option_override_internal): Check for -malign-power here.
24152         Use global_options_set instead of rs6000_explicit_options.
24153         (rs6000_parse_fpu_option): Remove.
24154         (rs6000_handle_option): Access variables via opts and opts_set
24155         pointers.  Use error_at and warning_at.  Add fall-through
24156         comments.  Don't handle OPT_mcmodel_, OPT_maix_struct_return,
24157         OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
24158         OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
24159         OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
24160         here.  Don't use rs6000_parse_fpu_option.
24161         * config/rs6000/rs6000.h (fpu_type): Remove declaration.
24162         * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
24163         rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
24164         (mrecip=): Use Var.
24165         (mspe): Use Var and Save.
24166         (mtraceback=): Use Enum and Var.
24167         (rs6000_traceback_type): New Enum and EnumValue entries.
24168         (mfloat-gprs=): Use Enum, Var and Save.
24169         (rs6000_float_gprs): New Enum and EnumValue entries.
24170         (mlong-double-): use Var and Save.
24171         (msched-costly-dep=, minsert-sched-nops=): Use Var.
24172         (malign-): Use Enum and Var.
24173         (rs6000_alignment_flags): New Enum and EnumValue entries.
24174         (mfpu=): Use Enum.
24175         (fpu_type_t): New Enum and EnumValue entries.
24176         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24177         global_options_set instead of rs6000_explicit_options.
24178         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24179         global_options_set instead of rs6000_explicit_options.
24180         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24181         global_options_set instead of rs6000_explicit_options.
24182         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
24183         global_options_set instead of rs6000_explicit_options.
24184         * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
24185         global_options_set instead of rs6000_explicit_options.
24186         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
24187         global_options_set instead of rs6000_explicit_options.
24188         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
24189         definition.
24190         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
24191         global_options_set instead of rs6000_explicit_options.
24192         * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
24193         (rs6000_cmodel): New Enum and EnumValue entries.
24194         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
24195         global_options_set instead of rs6000_explicit_options.
24196         * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
24197         (mtls-size=): Use Enum and Var.
24198         (rs6000_tls_size): New Enum and EnumValue entries.
24200 2011-05-05  Michael Matz  <matz@suse.de>
24202         * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
24203         * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
24204         * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
24205         * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
24206         * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
24207         * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
24208         * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
24209         * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
24210         * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
24211         * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
24212         * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
24213         * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
24214         * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
24215         * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
24216         * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
24217         * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
24219 2011-05-05  Richard Guenther  <rguenther@suse.de>
24221         * expmed.c (expand_variable_shift): Rename to ...
24222         (expand_shift_1): ... this.  Take an expanded shift amount.
24223         For rotates recurse directly not building trees for the shift amount.
24224         (expand_variable_shift): Wrap around expand_shift_1.
24225         (expand_shift): Adjust.
24227 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
24229         * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
24231 2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
24233         * tree.h (get_pending_sizes): Remove prototype.
24234         (put_pending_size): Likewise.
24235         (put_pending_sizes): Likewise.
24236         * stor-layout.c (pending_sizes): Delete.
24237         (get_pending_sizes): Likewise.
24238         (put_pending_size): Likewise.
24239         (put_pending_sizes): Likewise.
24240         (variable_size): Do not call put_pending_size and tidy up.
24241         * function.h (struct function): Remove dont_save_pending_sizes_p.
24242         * lto-streamer-in.c (input_function): Do not stream it.
24243         * lto-streamer-out.c (output_function): Likewise.
24244         * tree-inline.c (initialize_cfun): Do not copy it.
24245         * c-decl.c (store_parm_decls): Do not set it.
24246         * omp-low.c (create_task_copyfn): Likewise.
24247         * tree-optimize.c (tree_rest_of_compilation): Likewise.
24249 2011-05-05  Uros Bizjak  <ubizjak@gmail.com>
24251         * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
24252         conditions.
24253         (*movdf_internal): Ditto.
24254         (*movdf_internal_nointeger): Ditto.
24255         (*movsf_internal): Ditto.
24257 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
24259         * c-decl.c (finish_decl): Don't call get_pending_sizes.
24260         (grokparm): Add parameter expr.  Pass it to grokdeclarator.
24261         (push_parm_decl): Add parameter expr.  Pass it to grokdeclarator.
24262         (c_variable_size): Remove.
24263         (grokdeclarator): Use save_expr instead of c_variable_size.  Don't
24264         call put_pending_sizes.
24265         (get_parm_info): Add parameter expr.  Use it to set
24266         arg_info->pending_sizes.
24267         (store_parm_decls): Use arg_info->pending_sizes instead or calling
24268         get_pending_sizes.
24269         * c-parser.c (c_parser_parms_declarator): Update call to
24270         c_parser_parms_list_declarator.
24271         (c_parser_parms_list_declarator): Take parameter expr.  Update
24272         call to push_parm_decl.  Update recursive call.  Don't call
24273         get_pending_sizes.  Update calls to get_parm_info.
24274         (c_parser_objc_method_definition): Update calls to
24275         c_parser_objc_method_decl and objc_start_method_definition.
24276         (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
24277         (c_parser_objc_method_decl): Add parameter expr.  Update call to
24278         grokparm.
24279         (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
24280         * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
24281         (get_parm_info, grokparm, push_parm_decl): Update prototypes.
24283 2011-05-05  Michael Hope  <michael.hope@linaro.org>
24285         PR pch/45979
24286         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
24287         __ARM_EABI__ hosts.
24289 2011-05-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24291         * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
24292         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
24293         (spu_output_mi_thunk): New function.
24295 2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24297         * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
24298         targetm.asm_out.print_operand.
24299         * config/sol2.c: Include target.h.
24301 2011-05-04  Jan Hubicka  <jh@suse.cz>
24303         * ipa-inline.c (reset_edge_caches): New function.
24304         (update_caller_keys): Add check_inlinablity_for; do not
24305         reset edge caches; remove now unnecesary loop.
24306         (update_callee_keys): Add comments; reset node_growth_cache of callee.
24307         (update_all_callee_keys): Likewise.
24308         (inline_small_functions): Sanity check cache; update code
24309         recomputing it.
24311 2011-05-04  Bernd Schmidt  <bernds@codesourcery.com>
24313         PR rtl-optimization/47612
24314         * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
24315         as the last insn of the sequence to be moved.
24317 2011-05-04  Tobias Burnus  <burnus@net-b.de>
24319         PR fortran/48864
24320         * doc/invoke.texi (Ofast): Document that it
24321         enables Fortran's -fno-protect-parens.
24323 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
24325         * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
24327 2011-05-04  Eric Botcazou  <ebotcazou@adacore.com>
24329         * stor-layout.c (variable_size): Do not issue errors.
24331 2011-05-04  Richard Guenther  <rguenther@suse.de>
24333         * coverage.c (tree_coverage_counter_ref): Use integer_type_node
24334         for array-ref indices.
24335         (tree_coverage_counter_addr): Likewise.
24336         (build_fn_info_type): Use size_int for index types.
24337         (build_gcov_info): Likewise.
24339 2011-05-04  Richard Guenther  <rguenther@suse.de>
24341         * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
24342         to build_int_cst.
24343         * c-typeck.c (really_start_incremental_init): Use bitsize_int
24344         for constructor indices.
24345         (push_init_level): Likewise.
24347 2011-05-04  Richard Guenther  <rguenther@suse.de>
24349         * explow.c (promote_mode): Move variable declarations before code.
24351 2011-05-04  Nathan Froyd  <froydnj@codesourcery.com>
24353         * tree.h (build_function_type_array): Declare.
24354         (build_varargs_function_type_array): Declare.
24355         (build_function_type_vec, build_varargs_function_type_vec): Define.
24356         * tree.c (build_function_type_array_1): New function.
24357         (build_function_type_array): New function.
24358         (build_varargs_function_type_array): New function.
24360 2011-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
24362         * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
24363         before setting STMT_VINFO_TYPE.
24365 2011-05-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24367         * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
24368         instead of spu_pass_by_reference.
24370 2011-05-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24372         * calls.c (emit_library_call_value_1): Invoke
24373         promote_function_mode hook on libcall arguments.
24374         * explow.c (promote_function_mode, promote_mode): Handle TYPE
24375         argument being NULL.
24376         * targhooks.c (default_promote_function_mode): Lisewise.
24377         * config/s390/s390.c (s390_promote_function_mode): Likewise.
24378         * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
24380         * doc/tm.texi: Document that TYPE argument might be NULL.
24382 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24384         * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
24386 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24388         From Bernd Schmidt
24389         * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
24391 2011-05-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24393         * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
24394         (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
24395         Move ...
24396         * mips-tfile.c: ... here.
24397         Don't include coretypes.h, tm.h, filenames.h.
24398         (saber_stop): Remove definition and all calls.
24399         [__SABER__]: Remove.
24400         (__LINE__): Remove default.
24401         (Size_t, Ptrdiff_t): Remove definitions.
24402         Replace by size_t, ptrdiff_t.
24403         [!MIPS_DEBUGGING_INFO]: Remove.
24404         (SHASH_SIZE, THASH_SIZE): Remove defaults.
24405         (progname): Add const.
24406         (STATIC): Remove.
24407         Replace all uses by static.
24408         (ALIGN_SYMTABLE_OFFSET): Remove default.
24409         * mips-tdump.c: Don't include coretypes.h, tm.h.
24410         Remove !MIPS_IS_STAB guard.
24411         * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
24412         $(TM_H), filenames.h dependencies.
24413         (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
24415 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24417         From Jie Zhang
24418         *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
24419         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
24421 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24423         From Bernd Schmidt
24424         * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
24425         account and save/restore RETS.
24426         (PROFILE_BEFORE_PROLOGUE): Define.
24427         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character.  Correct
24428         the push insn to use predecrement.
24430 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
24432         From Jie Zhang
24433         * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
24435 2011-05-04  Nick Clifton  <nickc@redhat.com>
24437         * config/mn10300/mn10300.c: Include cfgloop.h.
24438         (DUMP): New macro.
24439         (mn10300_insert_setlb_lcc): New function.  Inserts a SETLB and a
24440         Lcc or a FLcc insn into the instruction stream.
24441         (mn10300_block_contains_call): New function.  Returns true if the
24442         given basic block contains a CALL insn.
24443         (mn10300_loop_contains_call_insn): New function.  Returns true if
24444         the given loop contains a CALL insn.
24445         (mn10300_scan_for_setlb_lcc): New function.  Finds opportunities
24446         to use the SETLB and Lcc or FLcc insns.
24447         (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
24448         (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
24449         * config/mn10300/mn10300.opt (msetlb): New option.  Used to
24450         disable the SETLB optimization.
24451         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
24452         __SETLB__ or __NO_SETLB__.
24453         * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
24454         (movsf_internal): Handle MDR register.
24455         (cmpsi): Make visible.
24456         (setlb): New pattern.
24457         (Lcc): New pattern.
24458         (FLcc): New pattern.
24460 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
24462         PR target/48860
24463         * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
24464         for reg<->xmm moves.
24465         * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
24466         (vec_concatv2di_rex64_sse): Ditto.
24467         (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
24468         (*vec_extractv2di_1_rex64): Ditto.
24470         Revert:
24471         2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24473         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
24474         reg<->xmm moves.
24475         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
24477 2011-05-04  Richard Guenther  <rguenther@suse.de>
24479         * tree.h (int_const_binop): Remove notrunc argument.
24480         * fold-const.c (int_const_binop): Remove notrunc argument.  Always
24481         create integer constants that are properly truncated.
24482         (extract_muldiv_1): Expand one notrunc int_const_binop caller.
24483         (const_binop): Remove zero notrunc argument to int_const_binop.
24484         (size_binop_loc): Likewise.
24485         (fold_div_compare): Likewise.
24486         (maybe_canonicalize_comparison_1): Likewise.
24487         (fold_comparison): Likewise.
24488         (fold_binary_loc): Likewise.
24489         (multiple_of_p): Likewise.
24490         * expr.c (store_constructor): Likewise.
24491         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
24492         (maybe_fold_stmt_addition): Likewise.
24493         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
24494         * stor-layout.c (layout_type): Likewise.
24495         * tree-data-ref.c (tree_fold_divides_p): Likewise.
24496         * tree-sra.c (build_ref_for_offset): Likewise.
24497         (build_user_friendly_ref_for_offset): Likewise.
24498         * tree-ssa-address.c (maybe_fold_tmr): Likewise.
24499         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
24500         * tree-ssa-loop-niter.c (inverse): Likewise.
24501         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
24502         * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
24503         * tree-switch-conversion.c (check_range): Likewise.
24504         (build_constructors): Likewise.
24505         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
24506         * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
24507         (extract_range_from_assert): Likewise.
24508         (vrp_int_const_binop): Likewise.
24509         (extract_range_from_binary_expr): Likewise.
24510         (extract_range_from_unary_expr): Likewise.
24511         (check_array_ref): Likewise.
24512         (find_case_label_range): Likewise.
24513         (simplify_div_or_mod_using_ranges): Likewise.
24514         * tree-cfg.c (group_case_labels_stmt): Use double-ints for
24515         comparing case labels for merging.
24517 2011-05-03  Mark Wielaard  <mjw@redhat.com>
24519         * dwarf2out.c (debug_str_hash_forced): Removed.
24520         (gen_label_for_indirect_string): Removed.
24521         (get_debug_string_label): Removed.
24522         (AT_string_form): Generate label directly.
24523         (output_indirect_string): Test indirect_string_node for
24524         DW_FORM_strp instead of checking label and refcount.
24525         (prune_indirect_string): Removed.
24526         (prune_unused_types): Don't check debug_str_hash_forced or
24527         call prune_indirect_string.
24529 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
24531         PR other/48093
24532         * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
24534 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
24536         PR debug/47994
24537         PR debug/47919
24538         * combine.c (try_combine): Skip debug insns at m_split tests.
24540 2011-04-26  Mark Wielaard  <mjw@redhat.com>
24542         PR42288
24543         * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
24544         when info_section_emitted.
24546 2011-05-03  Joseph Myers  <joseph@codesourcery.com>
24548         * config/mips/mips-opts.h: New.
24549         * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
24550         to mips-opts.h.
24551         (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
24552         (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
24553         or OPT_mr10k_cache_barrier_ here.  Access mips_cache_flush_func
24554         via opts pointer.
24555         * config/mips/mips.h (enum mips_code_readable_setting): Move to
24556         mips-opts.h.
24557         (mips_abi, mips_code_readable): Don't declare.
24558         * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
24559         (mabi=): Use Enum and Var.
24560         (mips_abi): New Enum and EnumValue entries.
24561         (mcode-readable=): Use Enum and Var.
24562         (mips_code_readable_setting): New Enum and EnumValue entries.
24563         (mr10k-cache-barrier=): Use Enum and Var.
24564         (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
24566 2011-05-03  Jan Hubicka  <jh@suse.cz>
24568         * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
24569         replace hash by pointer map.
24570         (cgraph_node_set_element_def, cgraph_node_set_element,
24571         const_cgraph_node_set_element, varpool_node_set_element_def,
24572         varpool_node_set_element, const_varpool_node_set_element): Remove.
24573         (free_cgraph_node_set, free_varpool_node_set): New function.
24574         (cgraph_node_set_size, varpool_node_set_size): Use vector size.
24575         * tree-emutls.c: Free varpool node set.
24576         * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
24577         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
24578         debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
24579         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
24580         dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
24581         Move here from ipa.c; implement using pointer_map
24582         * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
24583         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
24584         debug_cgraph_node_set, varpool_node_set_new,
24585         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
24586         dump_varpool_node_set, debug_varpool_node_set):
24587         Move to ipa-uitls.c.
24588         * passes.c (ipa_write_summaries): Update.
24590 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24592         From Mike Frysinger:
24593         * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
24594         bf542/bf544/bf547/bf548/bf549.
24596 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
24598         * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
24600 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24602         From Bernd Schmidt:
24603         * config/bfin/bfin.md (MOVCC): New mode_macro.
24604         (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
24605         movsicc_insn1, movsicc_insn2 and movsicc and macroized.  Remove
24606         comments from generated assembly.
24608 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24610         From Bernd Schmidt
24611         * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
24612         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
24613         * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
24614         * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
24615         * config/bfin/lib1funcs.asm (___muldi3): New function.
24617 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24619         * config/stormy16/stormy16 (xstormy16_init_builtins): Call
24620         build_function_type_list instead of build_function_type.
24621         Rearrange initialization of `args' to do so.
24623 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24625         * config/i386/i386.c (ix86_code_end): Call build_function_type_list
24626         instead of build_function_type.
24628 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24630         * config/rs6000/rs6000.c (spe_init_builtins): Call
24631         build_function_type_list instead of build_function_type.
24632         (paired_init_builtins, altivec_init_builtins): Likewise.
24633         (builtin_function_type): Likewise.
24635 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24637         * config/sh/sh.c (sh_media_init_builtins): Call
24638         build_function_type_list instead of build_function_type.
24640 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24642         * config/sparc/sparc.c (sparc_file_end): Call
24643         build_function_type_list instead of build_function_type.
24645 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24647         * config/alpha/alpha.c (alpha_init_builtins): Call
24648         build_function_type_list instead of build_function_type.
24650 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24652         * config/xtensa/xtensa.c (xtensa_init_builtins): Call
24653         build_function_type_list instead of build_function_type.
24655 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24657         * config/iq2000/i2000.c (iq2000_init_builtins): Call
24658         build_function_type_list instead of build_function_type.
24659         Delete `endlink' variable.
24661 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24663         * config/avr/avr.c (avr_init_builtins): Call
24664         build_function_type_list instead of build_function_type.
24666 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24668         * config/picochip/picochip.c (picochip_init_builtins): Call
24669         build_function_type_list instead of build_function_type.
24670         Delete `endlink' variable.
24672 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
24674         * config/bfin/bfin.c (bfin_init_builtins): Call
24675         build_function_type_list instead of build_function_type.
24677 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24679         From Bernd Schmidt
24680         * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
24681         that's not CONST_INT.  Seemingly redundant check is due to PR39768.
24683 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24685         From Jie Zhang:
24686         * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
24687         libbffastfp overrides libgcc when -mfast-fp.
24689 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24691         Originally from Bernd Schmidt
24692         * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
24693         * config/bfin/bfin.c (override_options): Test it and error if
24694         TARGET_FDPIC.
24696 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
24698         Originally From Bernd Schmidt
24699         * config/bfin/bfin.c (override_options): Disable -fstack-limit for
24700         FD-PIC.
24702 2011-05-03  Jeff Law  <law@redhat.com>
24704         * tree-ssa-threadupdate.c (THREAD_TARGET): define.
24705         (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
24706         (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
24707         than accessing AUX field directly.  Free the AUX field before
24708         clearing it.
24709         (thread_block, thread_through_loop_header): Likewise.
24710         (thread_single_edge, mark_threaded_blocks): Likewise.
24711         (redirect_edges): Delay clearing the AUX field.  Free the AUX field.
24712         (register_jump_thread): Do not attempt to thread to a NULL edge.
24714 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
24716         * function.c (init_function_start): Call decide_function_section.
24717         * varasm.c (decide_function_section): New function.
24718         (assemble_start_function): When not using
24719         flag_reorder_blocks_and_partition, don't compute in_cold_section_p
24720         or first_function_block_is_cold.
24721         * rtl.h (decide_function_section): Declare.
24723 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
24724             Jakub Jelinek  <jakub@redhat.com>
24726         PR target/48774
24727         * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
24728         only succeed if req_mode is the same as set_mode.
24730 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
24732         * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
24733         * genemit.c (gen_exp): Handle RETURN.
24734         * emit-rtl.c (verify_rtx_sharing): Likewise.
24735         (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
24736         * rtl.c (copy_rtx): RETURN is shared.
24737         * rtl.h (enum global_rtl_index): Add GR_RETURN.
24738         (ret_rtx): New.
24739         * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
24740         * config/s390/s390.c (s390_emit_epilogue): Likewise.
24741         * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
24742         * config/cris/cris.c (cris_expand_return): Likewise.
24743         * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
24744         * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
24745         rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
24746         * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
24747         * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
24748         Likewise.
24749         * config/v850/v850.c (expand_epilogue): Likewise.
24750         * config/bfin/bfin.c (bfin_expand_call): Likewise.
24751         * config/arm/arm.md (epilogue): Likewise.
24752         * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
24753         * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
24754         variable to ret_reg.
24756 2011-05-03  Richard Guenther  <rguenther@suse.de>
24758         PR lto/48846
24759         * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
24760         Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
24761         * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
24763 2011-05-03  Richard Guenther  <rguenther@suse.de>
24765         * c-decl.c (grokdeclarator): Instead of looking at
24766         TREE_OVERFLOW check if the constant fits in the index type.
24768 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
24770         * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
24771         (vec_store_lanes<mode><mode>): Likewise.
24773 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
24775         * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
24776         * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
24777         convert_optab_index values.
24778         (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
24779         * genopinit.c (optabs): Initialize the new optabs.
24780         * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
24781         * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
24782         (expand_STORE_LANES): New functions.
24783         * tree.h (build_array_type_nelts): Declare.
24784         * tree.c (build_array_type_nelts): New function.
24785         * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
24786         (vect_model_load_cost): Likewise.
24787         (vect_store_lanes_supported, vect_load_lanes_supported)
24788         (vect_record_strided_load_vectors): Declare.
24789         * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
24790         (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
24791         (vect_transform_strided_load): Split out statement recording into...
24792         (vect_record_strided_load_vectors): ...this new function.
24793         * tree-vect-stmts.c (create_vector_array, read_vector_array)
24794         (write_vector_array, create_array_ref): New functions.
24795         (vect_model_store_cost): Add store_lanes_p argument.
24796         (vect_model_load_cost): Add load_lanes_p argument.
24797         (vectorizable_store): Try to use store-lanes functions for
24798         interleaved stores.
24799         (vectorizable_load): Likewise load-lanes and loads.
24800         * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
24801         to vect_model_store_cost.
24802         (vect_build_slp_tree): Likewise vect_model_load_cost.
24804 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
24806         * hooks.h (hook_bool_mode_uhwi_false): Declare.
24807         * hooks.c (hook_bool_mode_uhwi_false): New function.
24808         * target.def (array_mode_supported_p): New hook.
24809         * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
24810         * doc/tm.texi: Regenerate.
24811         * stor-layout.c (mode_for_array): New function.
24812         (layout_type): Use it.
24813         * config/arm/arm.c (arm_array_mode_supported_p): New function.
24814         (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
24816 2011-05-03  Eric Botcazou  <ebotcazou@adacore.com>
24818         PR target/48723
24819         * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
24820         for -fstack-check if the size to allocate is negative.
24822 2011-05-02  Lawrence Crowl  <crowl@google.com>
24824         * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
24825         (timevar_cond_start): New for starting a timer only when it is not
24826         already running.
24827         (timevar_cond_stop): New for stopping a timer when it was not already
24828         running.
24830         * timevar.c (timevar_stop): Enable start/stop timers to start again.
24831         (timevar_cond_start): New as above.
24832         (timevar_cond_stop): New as above.
24834         * timevar.def: Add start/stop timers for compiler phases,
24835         TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
24836         TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
24837         and TV_PHASE_FINALIZE.
24838         Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
24839         Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
24840         TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
24841         Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
24842         Make unused TV_OVERLOAD into a start/stop timer.
24844         Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
24845         Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
24846         to indicate that they are start/stop timers.
24848         * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
24849         Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
24850         Move initialization to do_compile.
24851         (do_compile): Add initialization from above.
24852         Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
24854         * c-decl.c (c_write_global_declarations): Add start/stop of
24855         TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
24857         * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
24858         or TV_PARSE_INLINE, as appropriate.
24859         (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
24860         (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
24862 2011-05-02  Jason Merrill  <jason@redhat.com>
24864         PR c++/40975
24865         * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
24867 2011-05-02  Simon Martin  <simartin@users.sourceforge.net>
24869         PR c/35445
24870         * c-decl.c (finish_decl): Only create a composite if the types are
24871         compatible.
24873 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
24875         * config/fr30/fr30-protos.h (Mmode): Don't define.
24876         * config/m32r/m32r-protos.h (Mmode): Don't define.  Expand
24877         definition where used.
24878         * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
24879         define.  Expand definitions where used.
24880         * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
24881         Expand definitions where used.
24882         * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
24883         rx_function_arg, rx_function_arg_advance,
24884         rx_function_arg_boundary): Expand definitions of those macros.
24885         * config/v850/v850-protos.h (Mmode): Don't define.  Expand
24886         definition where used.
24888 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24890         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
24891         reg<->xmm moves.
24892         (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
24893         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.  Merge
24894         with *movv2sf_internal_rex64_avx.
24895         (*movv2sf_internal): Merge with *movv2sf_internal_avx.
24896         * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
24897         Use %v prefix in insn mnemonic to handle TARGET_AVX.
24898         (*movdi_internal): Add "isa" attribute.  Use "maybe_vex" instead of
24899         "vex" in "prefix" attribute calculation.
24900         (*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
24902 2011-05-02  Stuart Henderson  <shenders@gcc.gnu.org>
24904         PR target/47951
24905         * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
24906         inputs match the output.
24908 2011-05-02  Andreas Schwab  <schwab@linux-m68k.org>
24910         PR target/47955
24911         * config/m68k/m68k.c (m68k_expand_prologue): Set
24912         current_function_static_stack_size.
24914 2011-05-02   Jan Hubicka  <jh@suse.cz>
24916         * lto-streamer.c (lto_streamer_cache_insert_1,
24917         lto_streamer_cache_lookup, lto_streamer_cache_create,
24918         lto_streamer_cache_delete): Use pointer map instead of hashtable.
24919         * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
24921 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
24923         * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
24924         config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
24925         config/m68k/t-opts: New files.
24926         * config/m68k/m68k-tables.opt: New file (generated).
24927         * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
24928         extra_options and m68k/t-opts to tmake_file.
24929         * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
24930         (all_isas): Initialize using m68k-isas.def.
24931         (all_microarchs): Initialize using m68k-microarchs.def.
24932         (m68k_find_selection): Remove.
24933         (m68k_handle_option): Don't assert that global structures are in
24934         use.  Use error_at.  Access variables via opts pointer.  Don't
24935         handle -march=, -mcpu= and -mtune= here.  Set gcc_options fields
24936         directly for -m68020-40 and -m68020-60.
24937         (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
24938         m68k_tune_entry here.
24939         * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
24940         to m68k-opts.h.
24941         (m68k_library_id_string): Remove declaration.
24942         * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
24943         (m68k_library_id_string): New Variable.
24944         (march=, mcpu=, mtune=): Use Enum and Var.
24946 2011-05-02  Richard Guenther  <rguenther@suse.de>
24948         * varasm.c (output_constructor_regular_field): Compute zero-based
24949         index with double-ints.  Make sure to ICE instead of producing
24950         wrong code.
24951         * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
24952         in asserts.  Properly use a signed type.
24954 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
24956         * config/i386/sse.md (V): New mode iterator.
24957         (V_128): Rename from SSEMODE.  Make V2DF mode conditional on
24958         TARGET_SSE2.
24959         (V_256): Rename from AVX256MODE.
24960         (VF): Make V4SF mode unconditional.  Add TARGET_SSE instruction
24961         condition to all users.
24962         (VF1): Ditto.
24963         (VF2): Make V2DF mode unconditional.  Add TARGET_SSE2 instruction
24964         condition to all users.
24965         (VF_128): Make V4SF mode unconditional.
24966         (VF_256): Rename from AVX256MODEF2P.
24967         (VI4F_128): Rename from SSEMODE4S.
24968         (VI8F_128): Rename from SSEMODE2D.
24969         (VI4F_256): Rename from AVX256MODE8P.
24970         (VI8F_256): Rename from AVX256MODE4P.
24971         (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
24972         (ssescalarmodesuffix): Remove SF and DF modes.
24973         (SSEMODE124): Remove.
24974         (SSEMODE1248): Ditto.
24975         (SSEMODEF2P): Ditto.
24976         (AVXMODEF2P): Ditto.
24977         (AVXMODEFDP): Ditto.
24978         (AVXMODEFSP): Ditto.
24979         (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
24980         unconditional.
24981         (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO.  Make V4SF mode
24982         unconditional.
24983         (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
24984         xop_pcmov_<mode>256.  Use V mode iterator.
24986         Adjust RTX patterns globally for renamed mode attributes.
24988 2011-05-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24990         * haifa-sched.c (sched_emit_insn): Emit insn before first
24991         non-scheduled insn.  Inform back-end about new insn.  Add
24992         new insn to scheduled_insns list.
24994 2011-05-02  Richard Guenther  <rguenther@suse.de>
24996         PR tree-optimization/48822
24997         * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
24998         (process_scc): Indicate which iteration we start.
25000 2011-05-02  Jan Hubicka  <jh@suse.cz>
25002         * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
25003         (lto_section_overrun): New.
25004         * lto-section-out.c (append_block): Rename to ...
25005         (lto_append_block): ... this one; export.
25006         (lto_output_1_stream): Move lto lto-streamer.h
25007         (lto_output_data_stream): Update.
25008         * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
25009         (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
25010         functions.
25012 2011-05-02  Richard Guenther  <rguenther@suse.de>
25014         * tree.c (tree_code_counts): New global array.
25015         (record_node_allocation_statistics): Count individual tree codes.
25016         (dump_tree_statistics): Dump individual code stats.
25018 2011-05-01  Jan Hubicka  <jh@suse.cz>
25020         * ipa-inline.c (caller_growth_limits): Fix thinko when
25021         looking for largest stack frame.
25022         * ipa-inline.h (dump_inline_summary): Declare.
25023         * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
25024         on stack usage.
25025         (dump_inline_summary): Export.
25026         (debug_inline_summary): Declare as DEBUG_FUNCTION.
25028 2011-05-01  Anatoly Sokolov  <aesok@post.ru>
25030         * reginfo.c (memory_move_cost): Change rclass argument type form
25031         'enum reg_class' to reg_class_t.
25032         * reload.h (memory_move_cost): Update prototype.
25033         * postreload.c reload_cse_simplify_set): Change type dclass var to
25034         reg_class_t.
25035         * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
25036         Update prototype.
25037         (ira_allocate_and_set_costs): Change aclass argument type form
25038         'enum reg_class' to reg_class_t.
25039         * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
25040         Change aclass argument type to reg_class_t.
25041         (update_conflict_hard_reg_costs): Change type aclass and pref vars
25042         to reg_class_t.
25043         * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
25044         memory_move_cost call.
25046         * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
25047         'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
25048         Change type tmp var to reg_class_t.
25050 2011-04-30  Jan Hubicka  <jh@suse.cz>
25052         * ipa-inline.c (can_inline_edge_p): Disregard limits when
25053         inlining into function with flatten attribute.
25054         (want_inline_small_function_p): Be more realistic about inlining
25055         cold calls where callee size grows.
25057 2011-04-30  Jan Hubicka  <jh@suse.cz>
25059         * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
25060         flags.
25062 2011-04-30  Anatoly Sokolov  <aesok@post.ru>
25064         * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
25065         PRINT_OPERAND_PUNCT_VALID_P): Remove.
25066         * config/sparc/sparc-protos.h (print_operand): Remove declaration.
25067         * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
25068         TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
25069         (print_operand): Rename to...
25070         (sparc_print_operand): ...this. Make static. Adjust
25071         sparc_print_operand function call.
25072         (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
25073         functions.
25075 2011-04-30  Jan Hubicka  <jh@suse.cz>
25077         PR middle-end/48752
25078         * ipa-inline.c (early_inliner): Disable when doing late
25079         addition of function.
25081 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
25083         * dwarf2out.c (get_address_mode): New inline.
25084         (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
25085         if not dwarf_strict emit
25086         DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
25087         desirable.  Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
25088         UNSIGNED_FLOAT, FIX and UNSIGNED_FIX.  Just return NULL for
25089         FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
25090         (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
25091         dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
25092         mem_loc_descriptor callers.
25093         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
25094         output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
25095         Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
25096         DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
25097         (base_types): New variable.
25098         (get_base_type_offset, calc_base_type_die_sizes,
25099         base_type_for_mode, mark_base_types, base_type_cmp,
25100         move_marked_base_types): New functions.
25101         (calc_die_sizes): Assert that die_offset is 0 or equal to
25102         next_die_offset.
25103         (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
25104         others defer to mem_loc_descriptor.  Adjust mem_loc_descriptor
25105         callers.  If not dwarf_strict, call mem_loc_descriptor even for
25106         non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
25107         (gen_subprogram_die): Don't give up on call site parameters
25108         with non-integral or large integral modes.  Adjust
25109         mem_loc_descriptor callers.
25110         (prune_unused_types): Call prune_unused_types_mark on base_types
25111         vector entries.
25112         (resolve_addr): Call mark_base_types.
25113         (dwarf2out_finish): Call move_marked_base_types.
25115         PR tree-optimization/48809
25116         * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
25117         type.
25118         (gen_inbound_check): Don't compute index_expr - range_min in utype
25119         again, instead reuse SSA_NAME initialized in build_arrays.
25120         Remove two useless gsi_for_stmt calls.
25122 2011-04-29  Jeff Law  <law@redhat.com>
25124         * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
25126 2011-04-29  Martin Jambor  <mjambor@suse.cz>
25128         * cgraph.h (cgraph_postorder): Remove declaration.
25129         * ipa-utils.h (ipa_free_postorder_info): Declare.
25130         (ipa_reverse_postorder): Likewise.
25131         * cgraphunit.c: Include ipa-utils.h.
25132         (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
25133         * ipa-inline.c: Include ipa-utils.h.
25134         (ipa_inline): Update call to ipa_reverse_postorder.
25135         * ipa-pure-const.c (propagate_pure_const): Update call to
25136         ipa_reduced_postorder and ipa_print_order.  Call
25137         ipa_free_postorder_info to clean up.
25138         (propagate_nothrow): Likewise.
25139         * ipa-reference.c (propagate): Removed a useless call to
25140         ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
25141         and ipa_print_order.  Call ipa_free_postorder_info to clean up.
25142         * ipa.c: Include ipa-utils.h.
25143         (ipa_profile): Update call to ipa_reverse_postorder.
25144         (cgraph_postorder): Moved to...
25145         * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
25146         (ipa_utils_print_order): Renamed to ipa_print_order.
25147         (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
25148         comments.
25149         (ipa_free_postorder_info): New function.
25150         * passes.c: Include ipa-utils.h.
25151         (do_per_function_toporder): Update call to ipa_reverse_postorder.
25152         (ipa_write_summaries): Likewise.
25153         * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
25154         (cgraphunit.o): Likewise.
25155         (ipa.o): Likewise.
25156         (ipa-inline.o): Likewise.
25158 2011-04-29  Jan Hubicka  <jh@suse.cz>
25160         * ipa-inline.h (clause_t): Turn into unsigned int.
25161         * ipa-inline-analysis.c (add_clause): Do more simplification.
25162         (and_predicates): Shortcut more cases.
25163         (predicates_equal_p): Move forward; check that clauses are properly
25164         ordered.
25165         (or_predicates): Shortcut more cases.
25166         (edge_execution_predicate): Rewrite as...
25167         (set_cond_stmt_execution_predicate): ... this function; handle
25168         __builtin_constant_p.
25169         (set_switch_stmt_execution_predicate): New .
25170         (compute_bb_predicates): New.
25171         (will_be_nonconstant_predicate): Update TODO.
25172         (estimate_function_body_sizes): Use compute_bb_predicates
25173         and free them later, always try to estimate if stmt is constant.
25174         (estimate_time_after_inlining, estimate_size_after_inlining):
25175         Gracefully handle optimized out edges.
25176         (read_predicate): Fix off by one error.
25178 2011-04-29  Nicola Pero  <nicola.pero@meta-innovation.com>
25180         * Makefile.in (ENABLE_MAINTAINER_RULES): New.
25182 2011-04-27  Xinliang David Li  <davidxl@google.com>
25184         * tree-profile.c (init_ic_make_global_vars): Set
25185         tls attribute on ic vars.
25186         * coverage.c (coverage_end_function): Initialize
25187         function_list with zero.
25189 2011-04-29  Richard Guenther  <rguenther@suse.de>
25191         * builtins.c (fold_builtin_classify_type): Use integer_type_node
25192         for the type of the result.
25193         (fold_builtin_isascii): Likewise.
25194         (fold_builtin_toascii): Use integer_type_node where appropriate.
25195         (fold_builtin_logb): Likewise.
25196         (fold_builtin_frexp): Likewise.
25197         (fold_builtin_strstr): Likewise.
25198         (fold_builtin_strpbrk): Likewise.
25199         (fold_builtin_fputs): Likewise.
25200         (fold_builtin_sprintf): Likewise.
25201         (fold_builtin_snprintf): Likewise.
25202         (fold_builtin_printf): Likewise.
25203         (do_mpfr_remquo): Use a proper type for the assigned constant.
25204         (do_mpfr_lgamma_r): Likewise.
25205         * dwarf2out.c (resolve_one_addr): Use size_int.
25206         * except.c (init_eh): Likewise.
25207         (assign_filter_values): Use integer_type_node for filter values.
25208         (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
25209         indices.
25210         * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
25211         for EH region numbers.
25212         * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
25213         for the shift amount.
25215 2011-04-29  Richard Guenther  <rguenther@suse.de>
25217         * expr.h (expand_shift): Rename to ...
25218         (expand_variable_shift): ... this.
25219         (expand_shift): Take a constant shift amount.
25220         * expmed.c (expand_shift): Rename to ...
25221         (expand_variable_shift): ... this.
25222         (expand_shift): New wrapper around expand_variable_shift.
25223         * expr.c (convert_move, emit_group_load_1, emit_group_store,
25224         optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
25225         expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
25226         * expmed.c (store_fixed_bit_field, extract_bit_field_1,
25227         extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
25228         expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
25229         extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
25230         emit_store_flag_1, emit_store_flag): Likewise.
25231         * builtins.c (expand_builtin_signbit): Likewise.
25232         * calls.c (load_register_parameters): Likewise.
25233         * function.c (assign_parm_setup_block): Likewise.
25234         * lower-subreg.c (resolve_shift_zext): Likewise.
25235         * optabs.c (widen_bswap, expand_abs_nojump,
25236         expand_one_cmpl_abs_nojump, expand_float): Likewise.
25237         * spu/spu.c (spu_expand_extv): Likewise.
25238         * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
25240 2011-04-29  Richard Guenther  <rguenther@suse.de>
25242         * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
25243         for the remapped region number.
25244         * predict.c (build_predict_expr): Use integer_type_node for the
25245         predict kind.
25246         * fold-const.c (fold_binary_loc): Use integer_type_node for
25247         the shift amount.  Use a proper type for the PLUS_EXPR operand.
25249 2011-04-29  Michael Matz  <matz@suse.de>
25251         * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
25252         other trees that just builtins.
25253         (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
25255 2011-04-29  Richard Guenther  <rguenther@suse.de>
25257         * tree-nested.c (get_trampoline_type): Use size_int.
25258         (get_nl_goto_field): Likewise.
25259         * tree-eh.c (lower_try_finally_switch): Use integer_type_node
25260         for all indexes.
25261         (lower_eh_constructs_2): Likewise.
25262         (lower_resx): Likewise.
25263         (lower_eh_dispatch): Likewise.
25264         * tree-mudflap.c (mf_build_string): Use size_int.
25265         (mudflap_register_call): Use integer_type_node for the flag.
25266         (mudflap_enqueue_constant): Use size_int.
25267         * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
25268         instead of rebuilding it.
25270 2011-04-29  Richard Guenther  <rguenther@suse.de>
25272         * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
25273         Handle OBJ_TYPE_REF.
25274         (find_func_aliases_for_call): Use it more consistently.
25276 2011-04-29  Alexandre Oliva  <aoliva@redhat.com>
25278         * haifa-sched.c (last_nondebug_scheduled_insn): New.
25279         (rank_for_schedule): Use it.
25280         (schedule_block): Set it.
25282 2011-04-28  David Li  <davidxl@google.com>
25284         * tree.c (crc32_string): Use crc32_byte.
25285         (crc32_byte): New function.
25286         * tree.h (crc32_byte): New function.
25287         * gcov.c (read_graph_file): Handle new cfg_cksum.
25288         (read_count_file): Ditto.
25289         * profile.c (instrument_values): Ditto.
25290         (get_exec_counts): Ditto.
25291         (read_profile_edge_counts): Ditto.
25292         (compute_branch_probabilities): Ditto.
25293         (compute_value_histograms): Ditto.
25294         (branch_prob): Ditto.
25295         (end_branch_prob): Ditto.
25296         * coverage.c (read_counts_file): Ditto.
25297         (get_coverage_counts): Ditto.
25298         (tree_coverage_counter_addr): Ditto.
25299         (coverage_checksum_string): Ditto.
25300         (coverage_begin_output): Ditto.
25301         (coverage_end_function): Ditto.
25302         (build_fn_info_type): Ditto.
25303         (build_fn_info_value): Ditto.
25304         * libgcov.c (gcov_exit): Ditto.
25305         * gcov-dump.c (tag_function): Ditto.
25306         (compute_checksum): Remove.
25308 2011-04-29  Alan Modra  <amodra@gmail.com>
25310         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
25311         unspec plus offset.  Tidy macho code.
25313 2011-04-29  Martin Jambor  <mjambor@suse.cz>
25315         * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
25316         node instead of a decl.  Update all callers.
25317         * cgraph.h: Update declaration.
25319 2011-04-28  Ira Rosen  <ira.rosen@linaro.org>
25321         PR tree-optimization/48765
25322         * tree-vectorizer.h (vect_make_slp_decision): Return bool.
25323         * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
25324         to indicate if loop aware SLP is being used.  Scan the statements
25325         and update the vectorization factor according to the type of
25326         vectorization before statement analysis.
25327         (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
25328         pass it to vect_analyze_loop_operations.
25329         (vectorizable_reduction): Set number of copies to 1 in case of pure
25330         SLP statement.
25331         * tree-vect-stmts.c (vectorizable_conversion,
25332         vectorizable_assignment, vectorizable_shift,
25333         vectorizable_operation, vectorizable_type_demotion,
25334         vectorizable_type_promotion, vectorizable_store, vectorizable_load):
25335         Likewise.
25336         (vectorizable_condition): Move the check that it is not SLP
25337         vectorization before the number of copies check.
25338         * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
25339         to vectorize the loop using SLP.
25341 2011-04-28  Jakub Jelinek  <jakub@redhat.com>
25343         PR middle-end/48597
25344         * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
25345         inline asm.
25347 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
25349         * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
25350         *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
25351         (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
25352         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
25353         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
25354         linux*.h headers.
25355         * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
25356         * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25357         * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25358         * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25359         * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
25360         * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
25361         REG_NAME.
25362         * config/i386/linux.h (REG_NAME): Don't define.
25363         * config/i386/linux64.h (REG_NAME): Don't define.
25364         * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
25365         Undefine before defining.
25367 2011-04-28  Jan Hubicka  <jh@suse.cz>
25369         * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
25370         nonconstant_names array.
25371         (estimate_function_body_sizes): Build nonconstant_names array; handle
25372         BUILT_IN_CONSTANT_P.
25374 2011-04-28  Richard Guenther  <rguenther@suse.de>
25376         PR bootstrap/48804
25377         Revert
25378         2011-04-28  Richard Guenther  <rguenther@suse.de>
25380         * tree-ssa-structalias.c (solve_constraints): Build succ graph
25381         as late as possible.
25383 2011-04-28  Richard Guenther  <rguenther@suse.de>
25385         * tree-ssa-structalias.c (dump_constraint): Don't end the line.
25386         (debug_constraint): Do it here.
25387         (dump_constraints): And here.
25388         (rewrite_constraints): And here.
25389         (dump_constraint_edge): Remove.
25390         (dump_constraint_graph): Rewrite to produce DOT output.
25391         (solve_constraints): Build succ graph as late as possible.
25392         Dump constraint graphs before and after solving.
25394 2011-04-28  Richard Guenther  <rguenther@suse.de>
25396         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
25397         New function split out from ...
25398         (find_func_aliases): ... here.  Call it.
25399         (find_func_aliases_for_call): Likewise.
25401 2011-04-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
25403         * internal-fn.h (internal_fn_name_array): Declare.
25404         (internal_fn_flags_array): Likewise.
25406 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
25408         * config/i386/i386.md (ssemodesuffix):  Merge with ssevecsize,
25409         ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
25410         Move from sse.md.
25411         (ssemodefsuffix): Remove.
25412         (ssevecmodesuffix): New mode attribute.
25413         (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
25414         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
25415         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
25416         *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
25417         *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
25418         *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
25419         *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
25420         ssemodesuffix mode attribute.
25421         (float splitters): Use ssevecmodesuffix mode attribute.
25422         * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
25423         (sseinsmode): Rename from avxvecmode.
25424         (avxsizesuffix): Rename from avxmodesuffix.
25425         (sseintvecmode): Rename from avxpermvecmode.
25426         (ssedoublevecmode): Rename from ssedoublesizemode.
25427         (ssehalfvecmode): Rename from avxhalfvecmode.
25428         (ssescalarmode): Rename from avxscalarmode.
25429         (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
25430         templates for ssemodesuffix mode attribute.
25431         (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
25432         mode attribute.
25434         Adjust RTX patterns globally for renamed mode attributes.
25436 2011-04-27  Jan Hubcika  <jh@suse.cz>
25438         * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
25439         * ipa-inline-analysis.c: Include alloc-pool.h.
25440         (edge_predicate_pool): New.
25441         (trye_predicate_p): New function
25442         (false_predicate_p): New function.
25443         (add_clause): Sanity check that false clauses are "optimized";
25444         never add clauses to predicate that is already known to be false.
25445         (and_predicate): Use flase_predicate_p.
25446         (evaulate_predicate): Rename to ...
25447         (evaluate_predicate): ... this one; update all callers; assert
25448         that false is not listed among possible truths.
25449         (dump_predicate): Use true_predicate_p.
25450         (account_size_time): Use false_predicate_p.
25451         (evaulate_conditions_for_edge): Rename to ...
25452         (evaluate_conditions_for_edge) ... this one.
25453         (edge_set_predicate): New function.
25454         (inline_edge_duplication_hook): Duplicate edge predicates.
25455         (inline_edge_removal_hook): Free edge predicates.
25456         (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
25457         (dump_inline_summary): Update.
25458         (estimate_function_body_sizes): Set edge predicates.
25459         (estimate_calls_size_and_time): Handle predicates.
25460         (estimate_callee_size_and_time): Update.
25461         (remap_predicate): Add toplev_predicate; update comment.
25462         (remap_edge_predicates): New function.
25463         (inline_merge_summary): Compute toplev predicate; update.
25464         (read_predicate): New function.
25465         (read_inline_edge_summary): Use it.
25466         (inline_read_section): Likewise.
25467         (write_predicate): New function.
25468         (write_inline_edge_summary): Use it.
25469         (inline_write_summary): Likewise.
25470         (inline_free_summary): Free alloc pool and edge summary vec.
25472 2011-04-27  Richard Guenther  <rguenther@suse.de>
25474         * tree-ssa-structalias.c (changed_count): Remove.
25475         (changed): Use a bitmap.
25476         (unify_nodes): Adjust.
25477         (do_sd_constraint): Likewise.
25478         (do_ds_constraint): Likewise.
25479         (do_complex_constraint): Likewise.
25480         (solve_graph): Likewise.
25482 2011-04-27  Jan Hubicka  <jh@suse.cz>
25484         * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
25486 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
25488         * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
25489         (avx_vperm2f128_*_operand): Ditto.
25490         * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
25491         Use avx_vpermilp_parallel in insn condition.
25492         (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
25493         Use avx_vperm2f128_parallel in insn condition.
25495 2011-04-27  Richard Guenther  <rguenther@suse.de>
25497         * Makefile.in (tree-ssa-structalias.o): Remove
25498         gt-tree-ssa-structalias.h dependency.
25499         (GTFILES): Remove tree-ssa-structalias.c.
25500         * tree.c (allocate_decl_uid): New function.
25501         (make_node_stat): Use it.
25502         (copy_node_stat): Likewise.
25503         * tree.h (allocate_decl_uid): Declare.
25504         * tree-ssa-alias.h (delete_alias_heapvars): Remove.
25505         * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
25506         * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
25507         * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
25508         * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
25509         (struct heapvar_map): Likewise.
25510         (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
25511         heapvar_insert): Likewise.
25512         (make_heapvar_for): Rename to ...
25513         (make_heapvar): ... this.  Simplify.
25514         (fake_var_decl_obstack): New global var.
25515         (build_fake_var_decl): New function.
25516         (make_constraint_from_heapvar): Adjust.
25517         (handle_lhs_call): Likewise.
25518         (create_function_info_for): Likewise.
25519         (intra_create_variable_infos): Likewise.
25520         (init_alias_vars): Allocate fake_var_decl_obstack.
25521         (init_alias_heapvars, delete_alias_heapvars): Remove.
25522         (compute_points_to_sets): Do not call init_alias_heapvars.
25523         (ipa_pta_execute): Likewise.
25524         (delete_points_to_sets): Free fake_var_decl_obstack.
25526 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25528         * config/spu/divmovti4.c (union qword_UTItype): New data type.
25529         (si_from_UTItype, si_to_UTItype): New functions.
25530         (__udivmodti4): Use them to implement type-punning.
25531         * config/spu/multi3.c (union qword_TItype): New data type.
25532         (si_from_TItype, si_to_TItype): New functions.
25533         (__multi3): Use them to implement type-punning.
25535 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25537         * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
25539 2011-04-27  Jan Hubicka  <jh@suse.cz>
25541         * ipa-prop.c (function_insertion_hook_holder): New holder.
25542         (ipa_add_new_function): New function.
25543         (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
25544         Register/deregister holder.
25546 2011-04-27  Richard Guenther  <rguenther@suse.de>
25548         PR tree-optimization/48772
25549         * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
25551 2011-04-27  Richard Guenther  <rguenther@suse.de>
25553         * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
25554         TARGET_MEM_REF handling.
25556 2011-04-27  Nick Clifton  <nickc@redhat.com>
25558         * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
25559         ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
25560         (REG_CLASS_NAMES): Likewise.
25561         (REG_CLASS_CONTENTS): Likewise.
25562         (EVEN_ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
25563         (ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
25564         (FEVEN_REGS): New macro.  Alias for QUAD_ACC_REGS.
25565         (FPR_REGS): New macro.  Alias for QUAD_ACC_REGS.
25566         (EVEN_REGS): New macro.  Alias for QUAD_REGS.
25567         * config/frv/frv.c (frv_secondary_reload_class): Remove use of
25568         duplicate register classes.
25569         (frv_class_likely_spilled_p): Likewise.
25570         (frv_register_move_cost): Likewise.
25572         * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
25573         end of the regno_reg_class array.
25575 2011-04-27  Jakub Jelinek  <jakub@redhat.com>
25577         PR c/48742
25578         * c-typeck.c (build_binary_op): Don't wrap arguments if
25579         int_operands is true.
25581 2011-04-26  Kaz Kojima  <kkojima@gcc.gnu.org>
25583         PR target/48767
25584         * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
25585         targetm.calls.must_pass_in_stack for void type.
25587 2011-04-26  Jan Hubicka  <jh@suse.cz>
25589         * cgraphbuild.c (build_cgraph_edges): Update call
25590         of cgraph_create_edge and cgraph_create_indirect_edge.
25591         * cgraph.c (cgraph_create_edge_including_clones,
25592         cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
25593         cgraph_update_edges_for_call_stmt_node): Do not take nest
25594         argument; do not initialize call_stmt_size/time.
25595         (dump_cgraph_node): Do not dump nest.
25596         (cgraph_clone_edge): Do not take loop_nest argument;
25597         do not propagate it; do not clone call_stmt_size/time.
25598         (cgraph_clone_node): Likewise.
25599         (cgraph_create_virtual_clone): Update.
25600         * cgraph.h (struct cgraph_edge): Remove
25601         call_stmt_size/call_stmt_time/loop_nest.
25602         (cgraph_create_edge, cgraph_create_indirect_edge,
25603         cgraph_create_edge_including_clones, cgraph_clone_node): Update
25604         prototype.
25605         * tree-emutls.c (gen_emutls_addr): Update.
25606         * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
25607         loop_nest; handle indirect calls, too.
25608         (clone_inlined_nodes): Do not care about updating inline summaries.
25609         * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
25610         * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
25611         stream call_stmt_size/call_stmt_time/loop_nest.
25612         * ipa-inline.c (edge_badness): Update.
25613         (ipa_inline): dump summaries after inlining.
25614         * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
25615         New.
25616         (inline_edge_summary): New function.
25617         * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
25618         (inline_edge_removal_hook): Handle edge summaries.
25619         (inline_edge_duplication_hook): New hook.
25620         (inline_summary_alloc): Alloc hooks.
25621         (initialize_growth_caches): Do not register removal hooks.
25622         (free_growth_caches); Do not free removal hook.
25623         (dump_inline_edge_summary): New function.
25624         (dump_inline_summary): Use it.
25625         (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
25626         (inline_update_callee_summaries): New function.
25627         (inline_merge_summary): Use it.
25628         (do_estimate_edge_time, do_estimate_edge_growth): Update.
25629         (read_inline_edge_summary): New function.
25630         (inline_read_section): Use it.
25631         (write_inline_edge_summary): New function.
25632         (inline_write_summary): Use it.
25633         (inline_free_summary): Free edge new holders.
25634         * tree-inline.c (copy_bb): Update.
25636 2011-04-26  Jason Merrill  <jason@redhat.com>
25638         * tree-eh.c (lower_try_finally_switch): Create the label along with
25639         the CASE_LABEL_EXPR.
25641 2011-04-26  David S. Miller  <davem@davemloft.net>
25642             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25644         * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
25645         * configure: Regenerate.
25647 2011-04-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
25649         PR target/48258
25650         * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
25651         reduction.
25652         (VEC_reduc): New code iterator and splitters for vector reduction.
25653         (VEC_reduc_name): Ditto.
25654         (VEC_reduc_rtx): Ditto.
25655         (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
25656         (reduc_<VEC_reduc_name>_v4sf): Ditto.
25658         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
25659         support for extracting SF on VSX.
25661         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
25662         generating xscvspdp.
25663         (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
25664         (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
25665         double add, minimum, maximum vector reduction.
25666         (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
25667         (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
25668         optimize double vector reduction.
25669         (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
25671 2011-04-26  Joseph Myers  <joseph@codesourcery.com>
25673         * config/fr30/fr30.h (inhibit_libc): Don't define.
25674         * config/m32r/m32r-protos.h: Correct comment.
25675         * config/v850/v850.h (GHS_default_section_names,
25676         GHS_current_section_names): Use tree, not union tree_node *.
25678 2011-04-26  Xinliang David Li  <davidxl@google.com>
25680         * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
25681         * c-family/c-opts.c (c_common_handle_option): Set
25682         warn_maybe_uninitialized.
25683         * opts.c (common_handle_option): Ditto.
25684         * common.opt:  New option.
25685         * tree-ssa.c (warn_uninit): Add one more parameter.
25686         (warn_uninitialized_var): Pass warning code.
25687         * tree-flow.h: Interface change.
25689 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25691         * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
25692         (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
25693         (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
25695 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25697         * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
25698         * config/mips/mips.opt (mmips-tfile): Remove.
25700         * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
25701         mips-tdump reference to ...
25702         (Specific, alpha*-dec-osf5.1): ... here.  Adapt for Tru64 UNIX.
25703         * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
25704         reference by Tru64 UNIX.
25706 2011-04-26  Jakub Jelinek  <jakub@redhat.com>
25708         PR debug/48768
25709         * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
25710         is error_mark_node, set value to NULL.
25712         PR tree-optimization/48734
25713         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
25714         if return value from maybe_fold_*_comparsions isn't something
25715         the code is prepared to handle.
25717 2011-04-26  Uros Bizjak  <ubizjak@gmail.com>
25719         * config/i386/predicates.md (ext_QIreg_operand): Remove extra
25720         mode check.
25721         (ext_QIreg_nomode_operands): Remove.
25722         * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
25723         (*andsi_1): Ditto.
25724         (*andhi_1): Ditto.
25726 2011-04-26  Andrew Stubbs  <ams@codesourcery.com>
25728         * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
25730 2011-04-26  Richard Guenther  <rguenther@suse.de>
25732         * c-typeck.c (build_unary_op): Do not expand array-refs via
25733         pointer arithmetic.  Only adjust qualifiers for function types.
25735 2011-04-26  Richard Guenther  <rguenther@suse.de>
25737         PR middle-end/48694
25738         * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
25739         * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
25740         compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat trees
25741         with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
25743 2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
25745         * doc/extend.texi: Document __underlying_type.
25747 2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>
25749         * config/rs6000/titan.md (automata_option "progress"): Remove.
25751 2011-04-25  Jeff Law  <law@redhat.com>
25753         * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
25755 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
25757         * system.h (ENUM_BITFIELD): Remove.
25759 2011-04-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
25760             Eric Botcazou  <ebotcazou@adacore.com>
25762         * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
25763         for STORE_FLAG_VALUE==-1 case.
25765 2011-04-24  Richard Sandiford  <richard.sandiford@linaro.org>
25767         PR target/43804
25768         * config/m68k/constraints.md (T): Allow PIC operands that satisfy
25769         LEGITIMATE_PIC_OPERAND_P.
25771 2011-04-24  Jan Hubicka  <jh@suse.cz>
25773         * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
25774         WPA hack.
25775         * ipa-prop.h (ipa_get_param, ipa_is_param_used,
25776         ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
25777         ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
25778         * ipa-inline-analysis.c (add_clause): Fix clause ordering.
25779         (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
25780         Sanity check predicate length.
25781         (remap_predicate): Likewise; sanity check jump functions.
25782         (inline_read_section, inline_write_summary): Sanity check
25783         predicate length.
25785 2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
25787         PR other/48748
25788         * doc/extend.texi (Type Traits): Document __is_standard_layout,
25789         __is_literal_type, and __is_trivial; update throughout about
25790         possibly cv-qualified void types.
25792 2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
25794         * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
25795         testsuite and make it version agnostic.
25797 2011-04-22  Jan Hubicka  <jh@suse.cz>
25799         * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
25801 2011-04-23  Jakub Jelinek  <jakub@redhat.com>
25803         PR c/48685
25804         * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
25805         to VOID_TYPE even around MODIFY_EXPR.
25807 2011-04-22  Mike Stump  <mikestump@comcast.net>
25809         * gensupport.c (read_md_rtx): Fix typo in comment.
25810         * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
25811         comment.
25813 2011-04-22  Jan Hubicka  <jh@suse.cz>
25815         * gengtype.c (open_base_files): Add ipa-inline.h include.
25816         * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
25817         ipa-prop.c; update all uses.
25818         * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
25819         * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
25820         merge summary of inlined function into former caller.
25821         * ipa-inline.c (max_benefit): Remove.
25822         (edge_badness): Compensate for removal of benefits.
25823         (update_caller_keys): Use
25824         reset_node_growth_cache/reset_edge_growth_cache.
25825         (update_callee_keys): Likewise.
25826         (update_all_callee_keys): Likewise.
25827         (inline_small_functions): Do not collect max_benefit; do not reset
25828         estimated_growth; call free_growth_caches and initialize_growth_caches.
25829         * ipa-inline.h (struct condition, type clause_t, struct predicate,
25830         struct size_time_entry): New structures.
25831         (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
25832         (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
25833         and estimated_growth.
25834         (edge_growth_cache_entry): New structure.
25835         (node_growth_cache, edge_growth_cache): New global vars.
25836         (estimate_growth): Turn into inline.
25837         (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
25838         initialize_growth_caches, free_growth_caches): Declare.
25839         (estimate_edge_growth): Rewrite.
25840         (estimate_edge_time): Implement as inline cache lookup.
25841         (reset_node_growth_cache, reset_edge_growth_cache): New inline
25842         functions.
25843         (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
25844         (NUM_CONDITIONS): New constant.
25845         (predicate_conditions): New enum.
25846         (IS_NOT_CONSTANT): New constant.
25847         (edge_removal_hook_holder): New var.
25848         (node_growth_cache, edge_growth_cache): New global vars.
25849         (true_predicate, single_cond_predicate, false_predicate,
25850         not_inlined_predicate, add_condition, add_clause, and_predicates,
25851         or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
25852         dump_clause, dump_predicate, account_size_time,
25853         evaulate_conditions_for_edge): New functions.
25854         (inline_summary_alloc): Move to heap.
25855         (inline_node_removal_hook): Clear condition and entry vectors.
25856         (inline_edge_removal_hook): New function.
25857         (initialize_growth_caches, free_growth_caches): New function.
25858         (dump_inline_summary): Update.
25859         (edge_execution_predicate): New function.
25860         (will_be_nonconstant_predicate): New function.
25861         (estimate_function_body_sizes): Compute BB and constantness predicates.
25862         (compute_inline_parameters): Do not clear estimated_growth.
25863         (estimate_edge_size_and_time): New function.
25864         (estimate_calls_size_and_time): New function.
25865         (estimate_callee_size_and_time): New function.
25866         (remap_predicate): New function.
25867         (inline_merge_summary): New function.
25868         (do_estimate_edge_time): New function based on...
25869         (estimate_edge_time): ... this one.
25870         (do_estimate_edge_growth): New function.
25871         (do_estimate_growth): New function based on....
25872         (estimate_growth): ... this one.
25873         (inline_analyze_function): Analyze after deciding on jump functions.
25874         (inline_read_section): New function.
25875         (inline_read_summary): Use it.
25876         (inline_write_summary): Write all the new data.
25877         * ipa-prop.c (ipa_get_param_decl_index): Export.
25878         (ipa_lattice_from_jfunc): Move here from ipa-cp.c
25879         * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
25880         Declare.
25881         (ipa_get_lattice): Move here from ipa-cp.c
25882         * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
25883         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
25884         * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
25885         cgraph_edge_inlinable_p): Remove.
25886         * cgraphunit.c: Include ipainline.h
25887         (cgraph_process_new_functions): Update call of
25888         compute_inline_parameters.
25890 2011-04-22  Richard Guenther  <rguenther@suse.de>
25892         * tree.c (build_int_cst): Properly create canonicalized integer
25893         constants.
25894         (build_int_cst_type): Remove scary comments.
25896 2011-04-22  Xinliang David Li  <davidxl@google.com>
25898         * toplev.c (process_options): Enable -Werror=coverage-mismatch
25899         by default when -Wno-error is not specified.
25900         * opts-global.c (decode_options): Remove call to
25901         control_warning_options.
25903 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
25905         PR tree-optimization/48717
25906         * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
25907         ~A + A optimizations use build_int_cst_type instead of build_int_cst.
25909 2011-04-22  Joseph Myers  <joseph@codesourcery.com>
25911         * config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
25912         definition where used.
25914 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
25916         PR c/48716
25917         * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
25918         TREE_STATIC variables declared inside of some OpenMP construct.
25920 2011-04-22  Martin Jambor  <mjambor@suse.cz>
25922         PR middle-end/48585
25923         * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
25925 2011-04-22  Alexander Monakov  <amonakov@ispras.ru>
25927         PR c/36750
25928         * c-typeck.c (pop_init_level): Do not warn about initializing
25929         with ` = {0}'.
25931 2011-04-22  Alan Modra  <amodra@gmail.com>
25933         * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
25934         when returning call_cookie.
25935         (rs6000_function_ok_for_sibcall): Allow sibcalls via function
25936         pointers, to functions with no more vector args than the current
25937         function, and some non-local calls for ABI_V4.
25938         * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
25939         sibcall_nonlocal_aix64): Combine to ..
25940         (sibcall_nonlocal_aix<mode>): ..this.  Handle function pointer calls.
25941         (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
25942         (sibcall_value_nonlocal_aix<mode>): ..likewise.
25943         (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
25944         (sibcall_value_nonlocal_sysv<mode>): Likewise.  Correct call cookie
25945         operand.
25946         * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
25947         sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
25948         sibcall_value_symbolic_64): Delete.
25950 2011-04-21  Xinliang David Li  <davidxl@google.com>
25952         * cgraph.h: Remove pid.
25953         * cgraph.c: Remove pid.
25954         * value-prof.c (init_node_map): New function.
25955         (del_node_map): New function.
25956         (find_func_by_funcdef_no): New function.
25957         (gimple_ic_transform): Call new function.
25958         * cgraphunit.c (cgraph_finalize_function): Remove pid.
25959         * function.c (get_last_funcdef_no): New function.
25960         * function.h (get_last_funcdef_no): New function.
25961         * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
25962         to libgcov function.
25963         (tree-profiling): Call node map init and delete function.
25965 2011-04-21  Ian Lance Taylor  <iant@google.com>
25967         * godump.c (go_format_type): Use exported Go name for anonymous
25968         field name.
25970 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25972         * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
25973         Call builtin_function_type_list instead of builtin_function_type.
25974         (UNARY, BINARY, TRINARY, QUAD): Likewise.
25976 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25978         * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
25979         build_function_type_list instead of build_function_type.
25980         Delete variable `endlink'.
25982 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25984         * config/s390/s390.c (s390_init_builtins): Call
25985         build_function_type_list instead of build_function_type.
25987 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
25989         * config/ia64/ia64.c (ia64_init_builtins): Call
25990         build_function_type_list instead of builtin_function_type.
25992 2011-04-21  Easwaran Raman  <eraman@google.com>
25994         * cfgexpand.c (stack_var): Remove OFFSET...
25995         (add_stack_var): ...and its reference here...
25996         (expand_stack_vars): ...and here.
25997         (stack_var_cmp): Sort by descending order of size.
25998         (partition_stack_vars): Change heuristic.
25999         (union_stack_vars): Fix to reflect changes in partition_stack_vars.
26000         (dump_stack_var_partition): Add newline after each partition.
26002 2011-04-21  Dimitrios Apostolou  <jimis@gmx.net>
26003             Jeff Law  <law@redhat.com>
26005         * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
26006         * gengtype.c (matching_file_name_substitute): Likewise.
26008 2011-04-21  Richard Guenther  <rguenther@suse.de>
26010         PR lto/48703
26011         * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
26013 2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
26015         * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
26017 2011-04-21  Richard Guenther  <rguenther@suse.de>
26019         * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
26020         file name.
26022 2011-04-21  Richard Guenther  <rguenther@suse.de>
26024         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
26025         MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
26026         Use DECL_P, not SSA_VAR_P.
26027         (ptr_derefs_may_alias_p): Likewise.
26028         (ptr_deref_may_alias_ref_p_1): Likewise.
26029         (decl_refs_may_alias_p): Likewise.
26030         (refs_may_alias_p_1): Likewise.
26031         (ref_maybe_used_by_call_p_1): Likewise.
26032         (call_may_clobber_ref_p_1): Likewise.
26033         (indirect_ref_may_alias_decl_p): Assume indirect refrences
26034         are either MEM_REF or TARGET_MEM_REF.
26035         (indirect_refs_may_alias_p): Likewise.
26036         * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
26037         for MEM_EXPR of indirect calls.
26039 2011-04-21  Tristan Gingold  <gingold@adacore.com>
26041         * vmsdbgout.c (write_srccorr): Compute file length from the string.
26042         (dst_file_info_struct): Remove flen field.
26043         (lookup_filename): Remove code that set flen field.
26045 2011-04-21  Tristan Gingold  <gingold@adacore.com>
26047         * config/ia64/ia64.c (ia64_start_function): Add a guard.
26049 2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
26051         PR target/48708
26052         * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
26053         vec_extract and vec_concat for non-SSE4_1 targets.
26055 2011-04-21  Richard Guenther  <rguenther@suse.de>
26057         * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
26058         return statements.
26060 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
26062         * config/i386/cygming.h (union tree_node, TREE): Don't define or
26063         undefine.
26064         (FILE): Don't undefine.
26066 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
26068         * config/alpha/alpha.c (struct machine_function): Use rtx, not
26069         struct rtx_def *.
26070         * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
26071         struct rtx_def *.
26072         * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
26073         * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
26074         * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
26075         rtx_def *.
26076         * config/m32c/m32c-protos.h (MM, UINT): Don't define.  Expand
26077         definitions where used.
26078         * config/microblaze/microblaze.h (struct microblaze_args): Use
26079         rtx, not struct rtx_def *.
26080         * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
26081         rtx_def *.
26082         * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
26083         * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
26084         * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
26085         not struct rtx_def *.
26086         * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
26087         struct rtx_def *.
26088         * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
26089         rtx_def *.
26090         * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
26092 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26094         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
26095         operand_equal_p to compare DR_BASE_ADDRESSes.
26096         (vect_check_interleaving): Likewise.
26098 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26100         PR target/46329
26101         * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
26102         for all Neon struct constants.
26104 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26106         * target.def (legitimate_constant_p): New hook.
26107         * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
26108         (TARGET_LEGITIMATE_CONSTANT_P): ...this.
26109         * doc/tm.texi: Regenerate.
26110         * hooks.h (hook_bool_mode_rtx_true): Declare.
26111         * hooks.c (hook_bool_mode_rtx_true): Define.
26112         * system.h (LEGITIMATE_CONSTANT_P): Poison.
26113         * calls.c (precompute_register_parameters): Replace uses of
26114         LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
26115         (emit_library_call_value_1): Likewise.
26116         * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
26117         (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
26118         * ira-costs.c (scan_one_insn): Likewise.
26119         * recog.c (general_operand, immediate_operand): Likewise.
26120         * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
26121         * reload1.c (init_eliminable_invariants): Likewise.
26123         * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
26124         mode argument.
26125         * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
26126         * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
26127         argument.
26128         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26129         * config/alpha/predicates.md (input_operand): Update call to
26130         alpha_legitimate_constant_p.
26132         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
26133         * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
26134         (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
26135         * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26136         (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
26137         (arm_legitimate_constant_p): New functions.
26138         (arm_cannot_force_const_mem): Make static.
26140         * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
26142         * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
26143         * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
26144         * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
26145         instead of bfin_legitimate_constant_p.
26146         (bfin_legitimate_constant_p): Make static.  Add a mode argument.
26147         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26149         * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
26151         * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
26153         * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
26154         * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
26155         * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26156         (frv_legitimate_constant_p): Make static.  Add a mode argument.
26158         * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
26159         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
26160         * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
26162         * config/i386/i386-protos.h (legitimate_constant_p): Delete.
26163         * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
26164         * config/i386/i386.c (legitimate_constant_p): Rename to...
26165         (ix86_legitimate_constant_p): ...this.  Make static.  Add a mode
26166         argument.
26167         (ix86_cannot_force_const_mem): Update accordingly.
26168         (ix86_legitimate_address_p): Likewise.
26169         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26170         * config/i386/i386.md: Update commentary.
26172         * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
26173         * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
26174         * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26175         (ia64_legitimate_constant_p): Make static.  Add a mode argument.
26177         * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
26179         * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
26180         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
26181         * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26182         (lm32_legitimate_constant_p): Make static.  Add a mode argument.
26184         * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
26185         * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
26186         * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
26188         * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
26189         * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26190         (m32r_legitimate_constant_p): New function.
26192         * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
26193         * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
26194         LEGITIMATE_CONSTANT_P.
26195         (LEGITIMATE_CONSTANT_P): Delete.
26196         * config/m68k/m68k.c (m68k_expand_prologue): Call
26197         m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
26198         (m68k_legitimate_constant_p): New function.
26199         * config/m68k/m68k.md: Update comments.
26201         * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
26202         * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26203         (mcore_legitimate_constant_p): New function.
26205         * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
26206         * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
26207         * config/mep/mep.c (mep_legitimate_constant_p): Make static.
26208         Add a mode argument.
26209         (mep_legitimate_address): Update accordingly.
26210         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26212         * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
26213         Delete.
26214         * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
26215         * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
26216         static.  Check OP's mode for VOIDmode.
26217         (microblaze_legitimate_constant_p): New function.
26218         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26220         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
26221         * config/mips/mips.c (mips_legitimate_constant_p): New function.
26222         (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
26223         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26224         * config/mips/predicates.md: Update comments.
26226         * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
26227         * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
26228         * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26229         (mmix_legitimate_constant_p): Make static, return a bool, and take
26230         a mode argument.
26231         (mmix_print_operand_address): Update accordingly.
26233         * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
26234         Delete.
26235         * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
26236         * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
26237         static.  Add a mode argument.
26238         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26240         * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
26242         * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
26243         * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26244         (pa_legitimate_constant_p): New function.
26246         * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
26248         * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
26249         * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26250         (pdp11_legitimate_constant_p): New function.
26252         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
26253         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26254         (rs6000_legitimate_constant_p): New function.
26256         * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
26257         (rx_legitimate_constant_p): ...this.
26258         * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
26259         * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
26260         (rx_legitimate_constant_p): ...this.
26261         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26262         * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
26264         * config/s390/s390-protos.h (legitimate_constant_p): Delete.
26265         * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
26266         * config/s390/s390.c (legitimate_constant_p): Rename to...
26267         (s390_legitimate_constant_p): ...this.  Make static, return a bool,
26268         and add a mode argument.
26269         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26271         * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
26273         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
26274         * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26275         (sh_legitimate_constant_p): New function.
26277         * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
26278         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
26279         * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26280         (legitimate_constant_p): Rename to...
26281         (sparc_legitimate_constant_p): ...this.  Make static.  Add a mode
26282         argument.
26283         (constant_address_p): Update accordingly.
26285         * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
26286         argument and return a bool.
26287         * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
26288         * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26289         (spu_legitimate_constant_p): Add a mode argument and return a bool.
26290         (spu_rtx_costs): Update accordingly.
26291         * config/spu/predicates.md (vec_imm_operand): Likewise.
26293         * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
26295         * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
26296         * config/v850/v850.c (v850_legitimate_constant_p): New function.
26297         (TARGET_LEGITIMATE_CONSTANT_P): Define.
26299         * config/vax/vax-protos.h (legitimate_constant_p): Delete.
26300         * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
26301         * config/vax/vax.c (legitimate_constant_p): Likewise.
26303         * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
26304         * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
26305         (xtensa_legitimate_constant_p): New function.
26307 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
26309         * target.def (cannot_force_const_mem): Add a mode argument.
26310         * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
26311         * doc/tm.texi: Regenerate.
26312         * hooks.h (hook_bool_mode_rtx_false): Declare.
26313         * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
26314         (hook_bool_mode_const_rtx_true): Likewise.
26315         (hook_bool_mode_rtx_false): New function.
26316         * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
26317         to be non-VOID.  Update call to cannot_force_const_mem.
26318         (find_reloads): Update accordingly.
26319         * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
26320         * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
26321         argument.
26322         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
26323         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
26324         * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
26325         * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
26326         * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
26327         * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
26328         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
26329         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
26330         (m68k_cannot_force_const_mem): ...this new function.
26331         * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
26332         argument.
26333         (mips_const_insns, mips_legitimize_const_move): Update calls.
26334         (mips_secondary_reload_class): Likewise.
26335         * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
26336         (pa_cannot_force_const_mem): ...this new function.
26337         * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
26338         (rs6000_cannot_force_const_mem): ...this new function.
26339         * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
26340         argument.
26341         * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
26342         * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
26343         to...
26344         (xtensa_cannot_force_const_mem): ...this new function.
26346 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
26348         * config/mips/mips.c (mips16_build_function_stub): Call
26349         build_function_type_list instead of build_function_type.
26350         (mips16_build_call_stub): Likewise.
26352 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
26354         * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
26355         instead of build_function_type.
26357 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
26359         * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
26360         instead of build_function_type.
26362 2011-04-20  Uros Bizjak  <ubizjak@gmail.com>
26364         PR target/48678
26365         * config/i386/i386.md (insv): Change operand 0 constraint to
26366         "register_operand".  Change operand 1 and 2 constraint to
26367         "const_int_operand".  Expand to pinsr{b,w,d,q} * when appropriate.
26368         * config/i386/sse.md (sse4_1_pinsrb): Export.
26369         (sse2_pinsrw): Ditto.
26370         (sse4_1_pinsrd): Ditto.
26371         (sse4_1_pinsrq): Ditto.
26372         * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
26373         * config/i386/i386.c (ix86_expand_pinsr): New.
26375 2011-04-20  Easwaran Raman  <eraman@google.com>
26377         * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
26378         containing union type only with -fstrict-aliasing.
26380 2011-04-20  Jim Meyering  <meyering@redhat.com>
26382         Remove useless if-before-free tests.
26383         * calls.c (expand_call, save_area): Likewise.
26384         * cfgcleanup.c (try_forward_edges): Likewise.
26385         * collect2.c (collect_execute): Likewise.
26386         * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
26387         * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
26388         * coverage.c (coverage_checksum_string): Likewise.
26389         * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
26390         * cselib.c (cselib_init): Likewise.
26391         * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
26392         (df_set_clean_cfg): Likewise.
26393         * function.c (free_after_compilation): Likewise.
26394         * gcc.c (do_spec_1, main): Likewise.
26395         * gcov.c (create_file_names): Likewise.
26396         * gensupport.c (identify_predicable_attribute): Likewise.
26397         * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
26398         * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
26399         * haifa-sched.c (haifa_finish_h_i_d): Likewise.
26400         * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
26401         * ipa-pure-const.c (local_pure_const): Likewise.
26402         * ipa-reference.c (propagate): Likewise.
26403         * ira-costs.c (free_ira_costs): Likewise.
26404         * ira.c (free_register_move_costs, build_insn_chain): Likewise.
26405         * matrix-reorg.c (mat_free): Likewise.
26406         * prefix.c (get_key_value): Likewise.
26407         * profile.c (compute_value_histograms): Likewise.
26408         * reload1.c (free_reg_equiv): Likewise.
26409         * sched-deps.c (free_deps): Likewise.
26410         * sel-sched-ir.c (fence_clear): Likewise.
26411         * sese.c (set_rename, if_region_set_false_region): Likewise.
26412         * tree-data-ref.c (free_rdg): Likewise.
26413         * tree-eh.c (lower_try_finally): Likewise.
26414         * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
26415         * tree-ssa-live.c (delete_var_map): Likewise.
26416         * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
26417         * tree-ssa-pre.c (phi_trans_add): Likewise.
26419 2011-04-20  Jakub Jelinek  <jakub@redhat.com>
26421         PR tree-optimization/48611
26422         * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
26423         beyond ERT_MUST_NOT_THROW region.
26425 2011-04-20  Catherine Moore  <clm@codesourcery.com>
26427         * config/mips/mips.opt (mfix-24k): New.
26428         * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
26429         * config/mips/mips.md (length): Increase by 4 for stores if
26430         fixing 24K errata.
26431         * config/mips/mips.c (mips_reorg_process_insns): Do not allow
26432         all noreorder if fixing 24K errata.
26433         * doc/invoke.texi: Document mfix-24k.
26435 2011-04-20  Chung-Lin Tang  <cltang@codesourcery.com>
26437         * config/arm/arm.c (arm_legitimize_reload_address): For NEON
26438         quad-word modes, reduce to 9-bit index range when above 1016 limit.
26440 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
26442         * config/arm/arm.c (arm_gen_constant): Move movw support ....
26443         (const_ok_for_op): ... to here.
26445 2011-04-20  Kai Tietz  <ktietz@redhat.com>
26447         * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
26448         and (X && !Y) | (!X && Y) optimization to (X ^ Y).
26450 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
26452         * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
26454 2011-04-20  Richard Guenther  <rguenther@suse.de>
26456         PR tree-optimization/47892
26457         * tree-if-conv.c (if_convertible_stmt_p): Const builtins
26458         are if-convertible.
26460 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
26462         * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
26464 2011-04-20  Tristan Gingold  <gingold@adacore.com>
26466         * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
26468 2011-04-20  Georg-Johann Lay  <avr@gjlay.de>
26470         PR target/18145
26472         * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
26473         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
26474         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
26475         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
26476         (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
26478         * config/avr/avr-protos.h (avr_asm_output_aligned_common):
26479         New prototype.
26481         * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
26482         (avr_asm_named_section, avr_asm_output_aligned_common,
26483         avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
26484         New functions to update...
26485         (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
26486         (avr_asm_init_sections): Overwrite section callbacks for
26487         data_section, bss_section.
26488         (avr_file_start): Move output of __do_copy_data, __do_clear_bss
26489         from here to...
26490         (avr_file_end): ...here.
26492 2011-04-20  Richard Guenther  <rguenther@suse.de>
26494         PR middle-end/48695
26495         * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
26496         objects and types here.  Adjust for their offset before comparing.
26498 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
26500         * tree-vect-stmts.c (vectorizable_store): Only chain one related
26501         statement per copy.
26503 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
26505         * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
26506         (GIMPLE_H): Include $(INTERNAL_FN_H).
26507         (OBJS-common): Add internal-fn.o.
26508         (internal-fn.o): New rule.
26509         * internal-fn.def: New file.
26510         * internal-fn.h: Likewise.
26511         * internal-fn.c: Likewise.
26512         * gimple.h: Include internal-fn.h.
26513         (GF_CALL_INTERNAL): New gf_mask.
26514         (gimple_statement_call): Put fntype into a union with a new
26515         internal_fn field.
26516         (gimple_build_call_internal): Declare.
26517         (gimple_build_call_internal_vec): Likewise.
26518         (gimple_call_same_target_p): Likewise.
26519         (gimple_call_internal_p): New function.
26520         (gimple_call_internal_fn): Likewise.
26521         (gimple_call_fntype): Return null for internal calls.
26522         (gimple_call_set_fntype): Assert that the function is not internal.
26523         (gimple_call_set_fn): Likewise.
26524         (gimple_call_set_fndecl): Likewise.
26525         (gimple_call_set_internal_fn): New function.
26526         (gimple_call_addr_fndecl): Handle null functions.
26527         (gimple_call_return_type): Likewise null types.
26528         * gimple.c (gimple_build_call_internal_1): New function.
26529         (gimple_build_call_internal): Likewise.
26530         (gimple_build_call_internal_vec): Likewise.
26531         (gimple_call_same_target_p): Likewise.
26532         (gimple_call_flags): Handle calls to internal functions.
26533         (gimple_call_fnspec): New function.
26534         (gimple_call_arg_flags, gimple_call_return_flags): Use it.
26535         (gimple_has_side_effects): Handle null functions.
26536         (gimple_rhs_has_side_effects): Likewise.
26537         (gimple_call_copy_skip_args): Handle calls to internal functions.
26538         * cfgexpand.c (expand_call_stmt): Likewise.
26539         * expr.c (expand_expr_real_1): Assert that the call isn't internal.
26540         * gimple-fold.c (gimple_fold_call): Handle null functions.
26541         (gimple_fold_stmt_to_constant_1): Don't fold
26542         calls to internal functions.
26543         * gimple-low.c (gimple_check_call_args): Handle calls to internal
26544         functions.
26545         * gimple-pretty-print.c (dump_gimple_call): Likewise.
26546         * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
26547         * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
26548         (do_warn_unused_result): Likewise.
26549         * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
26550         * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
26551         * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
26552         the target of a call.
26553         (initialize_hash_element): Update accordingly.
26554         (hashable_expr_equal_p): Use gimple_call_same_target_p.
26555         (iterative_hash_hashable_expr): Handle calls to internal functions.
26556         (print_expr_hash_elt): Likewise.
26557         * tree-ssa-pre.c (can_value_number_call): Likewise.
26558         (eliminate): Handle null functions.
26559         * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
26560         * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
26561         (find_func_aliases): Likewise.
26562         * value-prof.c (gimple_ic_transform): Likewise.
26563         (gimple_indirect_call_to_profile): Likewise.
26564         * lto-streamer-in.c (input_gimple_stmt): Likewise.
26565         * lto-streamer-out.c (output_gimple_stmt): Likewise.
26567 2011-04-19  Jan Hubicka  <jh@suse.cz>
26569         * ipa-inline-transform.c (save_inline_function_body): Add comments.
26570         * ipa-inline.c (inline_small_functions): Compute summaries first,
26571         populate heap later.
26573 2011-04-19  Jan Hubicka  <jh@suse.cz>
26575         * cgraph.h (save_inline_function_body): Remove.
26576         * ipa-inline-transform.c: New file, broke out of...
26577         * ipa-inline.c: ... this one; Update toplevel comment.
26578         (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
26579         make global.
26580         (update_noncloned_frequencies): Move to ipa-inline-transform.c
26581         (cgraph_mark_inline_edge): Rename to inline_call; move to
26582         ipa-inline-transform.c.
26583         (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
26584         move to ipa-inline-transform.c
26585         (recursive_inlining, inline_small_functions, flatten_function,
26586         ipa_inline, inline_always_inline_functions,
26587         early_inline_small_functions): Update.
26588         (inline_transform): Move to ipa-inline-transform.c.
26589         * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
26590         Declare.
26591         * Makefile.in (ipa-inline-transform.o): New file.
26592         * cgraphunit.c (save_inline_function_body): Move to
26593         ipa-inline-transform.c
26595 2011-04-19  DJ Delorie  <dj@redhat.com>
26597         * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
26598         registers if we already know there aren't any.
26599         (m32c_emit_epilogue): Don't emit a barrier here.
26600         (m32c_emit_eh_epilogue): Likewise.
26601         * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
26602         operands at expand time.
26603         * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
26604         int" wchar type.
26605         (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
26606         duplicates.  Provide aliases instead.
26607         * config/m32c/prologue.md (eh_return): Emit a barrier here.
26608         (eh_epilogue): Add a "(return)" here as a hint to other parts of
26609         the compiler.
26611 2011-04-19  Anatoly Sokolov  <aesok@post.ru>
26613         * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
26614         * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
26615         (general_or_i64_p, sparc_register_move_cost): New function.
26617 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26619         * doc/install.texi (Configuration, --enable-threads): Remove mach.
26620         Add lynx, mipssde.  Sort table.
26622 2011-04-19  Xinliang David Li  <davidxl@google.com>
26624         * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
26625         not negative.
26627 2011-04-19  Jakub Jelinek  <jakub@redhat.com>
26629         PR target/48678
26630         * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
26631         is a SUBREG with non-MODE_INT mode inside of it.
26633 2011-04-19  Martin Jambor  <mjambor@suse.cz>
26635         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
26636         also according to actual contants.
26637         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
26638         (gimple_fold_call): Use it.
26639         * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
26641 2011-04-19  Martin Jambor  <mjambor@suse.cz>
26643         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
26644         non-pointer assignments.
26646 2011-04-19  Martin Jambor  <mjambor@suse.cz>
26648         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
26649         account anc_offset and otr_type from the indirect edge info.
26650         * ipa-prop.c (get_ancestor_addr_info): New function.
26651         (compute_complex_ancestor_jump_func): Assignment analysis moved to
26652         get_ancestor_addr_info, call it.
26653         (ipa_note_param_call): Do not initialize information about polymorphic
26654         calls, return the indirect call graph edge.  Remove the last
26655         parameter, adjust all callers.
26656         (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
26657         parameters.  Initialize polymorphic information in the indirect edge.
26659 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
26661         PR lto/48148
26662         * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
26663         the types if they have different enumeration identifiers.
26665 2011-04-19  Jan Hubicka  <jh@suse.cz>
26667         * cgraph.h (cgraph_optimize_for_size_p): Declare.
26668         * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
26669         * predict.c (cgraph_optimize_for_size_p): Break out from ...
26670         (optimize_function_for_size_p) ... here.
26672 2011-04-19  Richard Guenther  <rguenther@suse.de>
26674         PR lto/48207
26675         * tree.c (free_lang_data): Do not reset the decl-assembler-name
26676         langhook.
26678 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
26680         * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
26681         if DECL_NO_INLINE_WARNING_P is set on the function.
26683 2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
26685         PR fortran/47976
26686         * reload1.c (inc_for_reload): Return void. All callers changed.
26687         (emit_input_reload_insns): Don't try to delete previous output
26688         reloads to a register, or record spill_reg_store for autoincs.
26690 2011-04-19  Basile Starynkevitch  <basile@starynkevitch.net>
26692         * gengtype.h: Updated copyright year.
26693         (struct input_file_st): Add inpisplugin field.
26694         (type_fileloc): New function.
26695         * gengtype.c
26696         (write_typed_struct_alloc_def): Add gcc_assert.
26697         (write_typed_alloc_defns): Ditto. Don't output for plugin files.
26698         (write_typed_alloc_defns): Don't output for plugin files.
26699         (input_file_by_name): Clear inpisplugin field.
26700         (main): Set inpisplugin field for plugin files.
26702 2011-04-19  Nicola Pero  <nicola.pero@meta-innovation.com>
26704         * gengtype-state.c (string_eq): New.
26705         (read_state): Use string_eq instead of strcmp when creating the
26706         state_ident_tab.
26708 2011-04-19  Wei Guozhi  <carrot@google.com>
26710         PR target/47855
26711         * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
26712         * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
26713         linkage.
26714         * config/arm/constraints.md (Uu): New constraint.
26715         * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
26717 2011-04-19  Tristan Gingold  <gingold@adacore.com>
26719         * config.gcc (-*-*-*vms): Added.
26720         (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
26721         definitions moved.
26722         * config/vms/vms-ld.c: New file.
26723         * config/vms/vms-ar.c: New file.
26724         * config/vms/t-vmsnative: New file.
26726 2011-04-18  Xinliang David Li  <davidxl@google.com>
26728         * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
26730 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
26732         PR middle-end/48661
26733         * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
26734         if TREE_TYPE (v) is non-NULL.
26736         * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
26737         gimple_get_virt_mehtod_for_binfo.
26738         * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
26739         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
26740         callers.
26741         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
26743 2011-04-18  Michael Matz  <matz@suse.de>
26744             Steve Ellcey  <sje@cup.hp.com>
26746         * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
26747         use its mode as source mode if it isn't VOIDmode.
26749 2011-04-18  Dennis, CHENG Renquan  <crquan@fedoraproject.org>
26751         * doc/passes.texi: Fill crossref nodes.
26753 2011-04-18  Jim Meyering  <meyering@redhat.com>
26755         Fix doubled-word typos in comments and strings
26756         * config/alpha/vms-unwind.h: s/for for/for/
26757         * config/arm/unwind-arm.h: Likewise.
26758         * config/microblaze/microblaze.c: Likewise.
26759         * config/sh/constraints.md: s/in in/in/
26760         * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
26762 2011-04-18  Uros Bizjak  <ubizjak@gmail.com>
26764         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
26765         (AVX_FLOAT_MODE_P): Ditto.
26766         (AVX128_VEC_FLOAT_MODE_P): Ditto.
26767         (AVX256_VEC_FLOAT_MODE_P): Ditto.
26768         (AVX_VEC_FLOAT_MODE_P): Ditto.
26769         * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
26770         (UNSPEC_MASKSTORE): Ditto.
26771         * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
26772         Merge from <sse>_movmsk<ssemodesuffix> and
26773         avx_movmsk<ssemodesuffix>256.  Use VF mode iterator.
26774         (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64.  Use P mode
26775         iterator.
26776         (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
26777         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
26778         (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
26780 2011-04-18  Jan Hubicka  <jh@suse.cz>
26782         * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
26784         * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
26785         (want_inline_function_called_once_p): Break out the logic from
26786         ipa_inline.
26787         (edge_badness): Ensure that profile is not misupdated.
26788         (lookup_recursive_calls): Prioritize by call frequencies.
26789         (inline_small_functions): Move program size estimates here;
26790         actually process whole queue even when unit growth has been
26791         met. (to properly compute inline_failed reasons and for the
26792         case unit size decrease.) Revisit comments on recursive inlining.
26793         (ipa_inline): Remove unit summary code; first inline hot calls
26794         of functions called once, cold calls next.
26795         (order, nnodes): Remove unused variables.
26796         * Makefile.in (ipa-inline.o): No longer depent on ggc files.
26797         (GTFILES): Remove ipa-inline.c
26798         * sel-sched.c (fill_insns): Silence uninitialized var warning.
26800 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
26802         * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
26804 2011-04-18  Jie Zhang  <jie@codesourcery.com>
26805             Richard Earnshaw  <rearnsha@arm.com>
26807         * arm.c (neon_builtin_type_bits): Remove.
26808         (typedef enum neon_builtin_mode): New.
26809         (T_MAX): Don't define.
26810         (typedef enum neon_builtin_datum): Remove bits, codes[],
26811         num_vars and base_fcode.  Add mode, code and fcode.
26812         (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
26813         VAR10): Change accordingly.
26814         (neon_builtin_data[]): Change accordingly
26815         (arm_init_neon_builtins): Change accordingly.
26816         (neon_builtin_compare): Remove.
26817         (locate_neon_builtin_icode): Remove.
26818         (arm_expand_neon_builtin): Change accordingly.
26820         * arm.h (enum arm_builtins): Move to ...
26821         * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
26823         * arm.c (arm_builtin_decl): Declare.
26824         (TARGET_BUILTIN_DECL): Define.
26825         (enum arm_builtins): Correct ARM_BUILTIN_MAX.
26826         (arm_builtin_decls[]): New.
26827         (arm_init_neon_builtins): Store builtin declarations in
26828         arm_builtin_decls[].
26829         (arm_init_tls_builtins): Likewise.
26830         (arm_init_iwmmxt_builtins): Likewise.  Refactor initialization code.
26831         (arm_builtin_decl): New.
26833 2011-04-18  Richard Guenther  <rguenther@suse.de>
26835         * tree.c (upper_bound_in_type): Build properly canonicalized
26836         INTEGER_CSTs.
26837         (lower_bound_in_type): Likewise.
26839 2011-04-18  Richard Guenther  <rguenther@suse.de>
26841         * gimple.h (gimple_call_addr_fndecl): New function.
26842         (gimple_call_fndecl): Use it.
26843         * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
26844         for direct calls.
26845         * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
26846         * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
26848 2011-04-18  Richard Guenther  <rguenther@suse.de>
26850         PR middle-end/48650
26851         * tree.c (build_string): STRING_CST is now derived from tree_typed.
26853 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
26855         PR lto/48492
26856         * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
26857         DECL_IN_CONSTANT_POOL without RTL.
26859 2011-04-18  Ulrich Weigand  <ulrich.weigand@linaro.org>
26860             Ira Rosen  <ira.rosen@linaro.org>
26862         PR target/48252
26863         * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
26864         to match neon_vzip/vuzp/vtrn_internal.
26865         * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
26866         outputs explicitly dependent on both inputs.
26867         (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
26869 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
26871         PR tree-optimization/48616
26872         * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
26873         whether the shift is by scalar or vector based on whether all SLP
26874         scalar stmts have the same rhs.
26876 2011-04-17  Chung-Lin Tang  <cltang@codesourcery.com>
26878         * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
26879         memory operands.
26881 2011-04-17  Richard Sandiford  <rdsandiford@googlemail.com>
26883         PR target/43700
26884         * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
26885         registers.
26887 2011-04-17  Jan Hubicka  <jh@suse.cz>
26889         * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
26890         * cgrpahunit.c (cgraph_finalize_function): Do not set
26891         finalized_by_frontend.
26892         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
26893         finalized_by_frontend.
26895 2011-04-17  Jan Hubicka  <jh@suse.cz>
26897         * cgraph.c (cgraph_clone_node): Do not handle vtable_method
26898         * cgraph.h (struct cgraph_local_info): Drop vtable_method.
26899         * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
26900         * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
26901         method.
26902         * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
26903         gimple-fold.c
26904         * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
26906 2011-04-17  Eric Botcazou  <ebotcazou@adacore.com>
26908         PR lto/48538
26909         * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
26910         is non-null before accessing it.
26911         (input_cgraph): Remove trailing spaces.
26913 2011-04-17  Revital Eres  <revital.eres@linaro.org>
26915         * params.def (sms-min-sc): New param flag.
26916         * modulo-sched.c (sms_schedule): Use it.
26917         * doc/invoke.texi (sms-min-sc): Document it.
26919 2011-04-17  Jan Hubicka  <jh@suse.cz>
26921         * lto-symtab.c (lto_cgraph_replace_node): When call statement is
26922         present, also set gimple_call_set_cannot_inline.
26923         * ipa-inline.c: Update toplevel comment.
26924         (MAX_TIME): Remove.
26925         (cgraph_clone_inlined_nodes): Fix linebreaks.
26926         (cgraph_check_inline_limits): Restructure to ...
26927         (caller_growth_limits): ... this one; be more tolerant
26928         on growth in nested inline chains; add explanatory comment;
26929         fix stack accounting thinko introduced by previous patch.
26930         (cgraph_default_inline_p): Remove.
26931         (report_inline_failed_reason): New function.
26932         (can_inline_edge_p): New function.
26933         (can_early_inline_edge_p): New function.
26934         (leaf_node_p): Move upwards in file.
26935         (want_early_inline_function_p): New function.
26936         (want_inline_small_function_p): New function.
26937         (want_inline_self_recursive_call_p): New function.
26938         (cgraph_edge_badness): Rename to ...
26939         (edge_badness) ... this one; fix linebreaks.
26940         (update_edge_key): Update call of edge_baddness; add
26941         detailed dump about queue updates.
26942         (update_caller_keys): Use can_inline_edge_p and
26943         want_inline_small_function_p.
26944         (cgraph_decide_recursive_inlining): Rename to...
26945         (recursive_inlining): Use can_inline_edge_p and
26946         want_inline_self_recursive_call_p; simplify and remove no longer
26947         valid FIXME.
26948         (cgraph_set_inline_failed): Remove.
26949         (add_new_edges_to_heap): Use can_inline_edge_p and
26950         want_inline_small_function_p.
26951         (cgraph_decide_inlining_of_small_functions): Rename to ...
26952         (inline_small_functions): ... this one; cleanup; use
26953         can/want predicates; cleanup debug ouput; work edges till fibheap
26954         is exhausted and do not stop once unit growth is reached; remove
26955         later loop processing remaining edges.
26956         (cgraph_flatten): Rename to ...
26957         (flatten_function): ... this one; use can_inline_edge_p
26958         and can_early_inline_edge_p predicates.
26959         (cgraph_decide_inlining): Rename to ...
26960         (ipa_inline): ... this one; remove unreachable nodes before
26961         inlining functions called once; simplify the pass.
26962         (cgraph_perform_always_inlining): Rename to ...
26963         (inline_always_inline_functions): ... this one; use
26964         DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
26965         (cgraph_decide_inlining_incrementally): Rename to ...
26966         (early_inline_small_functions): ... this one; simplify
26967         using new predicates; cleanup; make dumps prettier.
26968         (cgraph_early_inlining): Rename to ...
26969         (early_inliner): newer inline regular functions into always-inlines;
26970         fix updating of call stmt summaries.
26971         (pass_early_inline): Update for new names.
26972         (inline_transform): Fix formating.
26973         (gate_cgraph_decide_inlining): Rename to ...
26974         (pass_ipa_inline): ... this one.
26975         * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
26976         * ipa-inline-analysis.c (dump_inline_summary): Update.
26977         (compute_inline_parameters): Do not compute disregard_inline_limits;
26978         look for mismatching arguments.
26979         (estimate_growth): Fix handlig of non-trivial self recursion.
26980         (inline_read_summary): Do not read info->disregard_inline_limits.
26981         (inline_write_summary): Do not write info->disregard_inline_limits.
26982         * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
26983         and move all checks into can_inline_edge_p predicate; re-enable code
26984         comparing optimization levels.
26985         (expand_call_inline): Do not test inline_forbidden_into_p.
26986         * Makefile.in (ipa-inline.o): Update arguments.
26988 2011-04-17  Revital Eres  <revital.eres@linaro.org>
26990         * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
26992 2011-04-17  Revital Eres  <revital.eres@linaro.org>
26994         * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
26996 2011-04-17  Michael Matz  <matz@suse.de>
26998         PR tree-optimization/48622
26999         PR lto/48645
27000         * ipa-inline-analysis.c (inline_read_summary): Read size/time
27001         in same order as they're written.
27003 2011-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27005         * config/pa/predicates.md: Reorganize and simplify predicates.
27006         Eliminate duplicate code checks.
27007         (arith_operand): Rename to arith14_operand
27008         (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
27009         * config/pa/pa.md: Use renamed operands.
27010         * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
27011         (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
27012         arith11_operand, adddi3_operand, indexed_memory_operand,
27013         symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
27014         arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
27015         borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
27016         move_dest_operand, move_src_operand, prefetch_cc_operand,
27017         prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
27018         uint32_operand, reg_before_reload_operand, reg_or_0_operand,
27019         reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
27020         div_operand, int5_operand, movb_comparison_operator,
27021         ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
27022         arith_double_operand, ireg_operand, lhs_lshift_operand,
27023         pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
27024         integer_store_memory_operand): Likewise.
27025         * config/pa/pa.c (adddi3_operand): Move to predicates.md.
27026         (integer_store_memory_operand, read_only_operand,
27027         function_label_operand, borx_reg_operand,
27028         non_hard_reg_operand): Likewise.
27029         (eq_neq_comparison_operator): Delete unused operator.
27030         (legitimize_pic_address): Use VOIDmode for mode argument in calls to
27031         function_label_operand.
27032         (emit_move_sequence): Likewise.
27034 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
27036         * config/i386/sse.md (sseunpackmode): New mode attribute.
27037         (ssepackmode): Ditto.
27038         (vec_pack_trunc_<mode>): Macroize expander from
27039         vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
27040         (vec_unpacks_lo_<mode>): Macroize expander from
27041         vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27042         (vec_unpacks_hi_<mode>): Macroize expander from
27043         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27044         (vec_unpacku_lo_<mode>): Macroize expander from
27045         vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27046         (vec_unpacku_hi_<mode>): Macroize expander from
27047         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
27048         * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
27049         ix86_expand_sse4_unpack.
27050         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
27052 2011-04-16  Jan Hubicka  <jh@suse.cz>
27054         * cgraphbuild.c: Include ipa-inline.h.
27055         (reset_inline_failed): Use initialize_inline_failed.
27056         * cgraph.c: Include ipa-inline.h.
27057         (cgraph_create_node_1): Do not initialize estimated_growth.
27058         (initialize_inline_failed): More to ipa-inline-analysis.c
27059         (dump_cgraph_node): Do not dump inline flags.
27060         * cgraph.h (cgraph_local_info): Remove inlineable, versionable
27061         and disregard_inline_limits flags.
27062         (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
27063         time, size, estimated_growth.
27064         * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
27065         Update.
27066         * cgraphunit.c (cgraph_decide_is_function_needed): Use
27067         DECL_DISREGARD_INLINE_LIMITS.
27068         (cgraph_analyze_function): Do not initialize
27069         node->local.disregard_inline_limits.
27070         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
27071         inlinable, versionable and disregard_inline_limits.
27072         * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
27073         cgraph_check_inline_limits, cgraph_default_inline_p,
27074         cgraph_edge_badness, update_caller_keys, update_callee_keys,
27075         add_new_edges_to_heap): Update.
27076         (cgraph_decide_inlining_of_small_function): Update; set
27077         CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
27078         (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
27079         cgraph_decide_inlining_incrementally): Update.
27080         * ipa-inline.h (inline_summary): Add inlinable, versionable,
27081         disregard_inline_limits, estimated_stack_size, stack_frame_offset,
27082         time, size and estimated_growth parameters.
27083         (estimate_edge_growth): Update.
27084         (initialize_inline_failed): Declare.
27085         * ipa-split.c: Include ipa-inline.h
27086         (execute_split_functions): Update.
27087         * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
27088         (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
27089         (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
27090         * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
27091         estimated_growth to INT_MIN.
27092         (inline_node_duplication_hook): Likewise.
27093         (dump_inline_summary): Dump new fields.
27094         (compute_inline_parameters): Update.
27095         (estimate_edge_time, estimate_time_after_inlining,
27096         estimate_size_after_inlining, estimate_growth, inline_read_summary,
27097         inline_write_summary):
27098         (initialize_inline_failed): Move here from cgraph.c.
27099         * tree-sra.c: Include ipa-inline.h.
27100         (ipa_sra_preliminary_function_checks): Update.
27101         * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
27102         ipa-inline.h.
27104 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
27106         * config/i386/sse.md (V16): New mode iterator.
27107         (VI1, VI8): Ditto.
27108         (AVXMODEQI, AVXMODEDI): Remove.
27109         (sse2, sse3): New mode attribute.
27110         (mov<mode>): Use V16 mode iterator.
27111         (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
27112         (push<mode>1): Use V16 mode iterator.
27113         (movmisalign<mode>): Ditto.
27114         (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
27115         <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
27116         (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
27117         *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
27118         (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
27119         avx_movdqu<avxmodesuffix>.
27120         (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
27121         *avx_movdqu<avxmodesuffix>.
27122         (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
27123         avx_lddqu<avxmodesuffix>.
27124         (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
27125         (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
27126         avx_movnt<AVXMODEDI:mode>.
27127         * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
27128         renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
27130 2011-04-16  Bernd Schmidt  <bernds@codesourcery.com>
27132         PR target/48629
27133         * haifa-sched.c (prune_ready_list, schedule_block): Use
27134         sched_pressure_p rather than flag_sched_pressure.
27136 2011-04-15  Pat Haugen  <pthaugen@us.ibm.com>
27138         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
27139         cgraph_get_node instead of cgraph_get_create_node.
27141 2011-04-15  Jakub Jelinek  <jakub@redhat.com>
27143         * cfgexpand.c (expand_debug_expr): Use
27144         simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
27146 2011-04-15  Michael Matz  <matz@suse.de>
27148         * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
27149         * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
27150         * function.c (gimplify_parameters): Ditto.
27151         * gimplify.c (gimplify_vla_decl): Ditto.
27153         * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
27154         (gimple_call_set_alloca_for_var): New inline function.
27155         (gimple_call_alloca_for_var_p): Ditto.
27156         * gimple.c (gimple_build_call_from_tree): Remember
27157         CALL_ALLOCA_FOR_VAR_P state.
27158         * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
27160         * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
27161         calls if they were for VLA objects.
27163 2011-04-15  Martin Jambor  <mjambor@suse.cz>
27165         * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
27166         of ADR_EXPRs.
27168 2011-04-15  Martin Jambor  <mjambor@suse.cz>
27170         PR middle-end/48601
27171         * tree-emutls.c (lower_emutls_function_body): Call
27172         cgraph_get_create_node instead of cgraph_get_node.  Do not assert the
27173         result is non-NULL.
27175 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
27177         * c-decl.c (detect_field_duplicates): Call
27178         objc_detect_field_duplicates instead of objc_get_interface_ivars.
27180 2011-04-15  Nathan Froyd  <froydnj@codesourcery.com>
27182         * gimple.h (gimple_asm_clobbers_memory_p): Declare.
27183         * gimple.c (gimple_asm_clobbers_memory_p): Define.
27184         * ipa-pure-const.c (check_stmt): Call it.
27185         * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
27187 2011-04-15  Richard Guenther  <rguenther@suse.de>
27189         PR tree-optimization/48290
27190         * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
27191         Properly decide inhibiting propagation based on the valueized
27192         operand.  Do loop-closed SSA form preserving here ...
27193         (init_copy_prop): ... not here.
27195 2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>
27197         PR target/48612
27198         * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
27199         (*ieee_smax<mode>3): Likewise.
27201 2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27203         * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
27204         Replace match_operand with match_dup for the third operand in
27205         these expanders.
27207 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
27209         * combine.c (subst, combine_simlify_rtx): Add new argument, use it
27210         to track processing of conditionals.  Update all callers.
27211         (try_combine, simplify_if_then_else): Update.
27213 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
27215         * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
27216         -fsched-pressure.
27218 2011-04-15  Georg-Johann Lay  <avr@gjlay.de>
27220         * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
27221         instead of match_operand for operand 3.
27223 2011-04-15  Richard Sandiford  <richard.sandiford@linaro.org>
27225         * recog.h (insn_operand_data): Add an "allows_mem" field.
27226         * genoutput.c (output_operand_data): Initialize it.
27227         * optabs.c (maybe_legitimize_operand_same_code): New function.
27228         (maybe_legitimize_operand): Use it when matching the original
27229         op->value.
27231 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
27233         * gimplify.c: Fix issues in comments throughout.
27234         (voidify_wrapper_expr): Fix long line.
27235         (build_stack_save_restore): Likewise.
27236         (gimplify_loop_expr): Likewise.
27237         (gimplify_compound_lval): Likewise.
27238         (gimplify_init_ctor_eval): Likewise.
27239         (gimplify_modify_expr_rhs): Likewise.
27240         (omp_notice_threadprivate_variable): Likewise.
27242 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
27244         * cfgexpand.c (expand_call_stmt): Convert the function type to the
27245         original one if this is not a builtin function.
27247 2011-04-14  Jakub Jelinek  <jakub@redhat.com>
27249         PR target/48605
27250         * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
27251         offset it as needed based on top 2 bits in operands[3], change
27252         MEM mode to SFmode and mask those 2 bits away from operands[3].
27254 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
27256         * c-parser.c (c_parser_objc_protocol_definition): Updated for
27257         change from objc_declare_protocols() to objc_declare_protocol().
27259 2011-04-14  Uros Bizjak  <ubizjak@gmail.com>
27261         * config/i386/sse.md (sse4_1): New mode attribute.
27262         (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
27263         avx_blend<ssemodesuffix><avxmodesuffix> and
27264         sse4_1_blend<ssemodesuffix> using VF mode iterator.
27265         (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
27266         avx_blendv<ssemodesuffix><avxmodesuffix> and
27267         sse4_1_blendv<ssemodesuffix> using VF mode iterator.
27268         (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
27269         avx_dp<ssemodesuffix><avxmodesuffix> and
27270         sse4_1_dp<ssemodesuffix> using VF mode iterator.
27271         (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
27272         (sse4_1_packusdw): Merge with *avx_packusdw.
27273         (sse4_1_pblendvb): Merge with *avx_pblendvb.
27274         (sse4_1_pblendw): Merge with *avx_pblendw.
27275         (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
27276         (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
27277         avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
27278         VF mode iterator.
27279         (sse4_1_round<ssescalarmodesuffix>): Merge with
27280         *avx_round<ssescalarmodesuffix>.
27281         (aesenc): Merge with *avx_aesenc.
27282         (aesenclast): Merge with *avx_aesenclast.
27283         (aesdec): Merge with *avx_aesdec.
27284         (aesdeclast): Merge with *avx_aesdeclast.
27285         (pclmulqdq): Merge with *pclmulqdq.
27286         * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
27287         New predicate.
27288         (nonimm_not_xmm0_operand_maybe_avx): Ditto.
27290 2011-04-14  H.J. Lu  <hongjiu.lu@intel.com>
27292         PR middle-end/48608
27293         * cfgexpand.c (get_decl_align_unit): Renamed to ...
27294         (align_local_variable): This.  Update DECL_ALIGN.
27295         (add_stack_var): Updated.
27296         (expand_one_stack_var): Likewise.
27298 2011-04-14  Richard Guenther  <rguenther@suse.de>
27300         * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
27301         Remove.
27302         (dse_initialize_block_local_data, dse_leave_block,
27303         record_voperand_set, get_stmt_uid): Likewise.
27304         (dse_possible_dead_store_p): Allow any kind of killing stmt.
27305         (dse_optimize_stmt): Remove voperand set handling code.
27306         Simplify and improve to handle any kind of killing stmt.
27307         (dse_record_phi): Remove.
27308         (dse_enter_block): Simplify.
27309         (tree_ssa_dse): Likewise.
27310         * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
27312 2011-04-14  Jan Hubicka  <jh@suse.cz>
27314         * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
27315         * cgraph.h (struct inline_summary): Move to ipa-inline.h
27316         (cgraph_local_info): Remove inline_summary.
27317         * ipa-cp.c: Include ipa-inline.h.
27318         (ipcp_cloning_candidate_p, ipcp_estimate_growth,
27319         ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
27320         accesor.
27321         * lto-cgraph.c (lto_output_node): Do not stream inline summary.
27322         (input_overwrite_node): Do not set inline summary.
27323         (input_node): Do not stream inline summary.
27324         * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
27325         (cgraph_decide_inlining_incrementally): Do not try to estimate overall
27326         growth; we do not have inline parameters computed for that anyway.
27327         (cgraph_early_inlining): After inlining compute call_stmt_sizes.
27328         * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
27329         (inline_summary_t): New type and VECtor.
27330         (debug_inline_summary, dump_inline_summaries): Declare.
27331         (inline_summary): Use VOCtor.
27332         (estimate_edge_growth): Kill hack computing call stmt size directly.
27333         * lto-section-in.c (lto_section_name): Add inline section.
27334         * ipa-inline-analysis.c: Include lto-streamer.h
27335         (node_removal_hook_holder, node_duplication_hook_holder): New holders
27336         (inline_node_removal_hook, inline_node_duplication_hook): New functions.
27337         (inline_summary_vec): Define.
27338         (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
27339         dump_inline_summaries): New functions.
27340         (estimate_function_body_sizes): Properly compute size/time of outgoing
27341         calls.
27342         (compute_inline_parameters): Alloc inline_summary; do not compute
27343         size/time of incomming calls.
27344         (estimate_edge_time): Avoid missing time summary hack.
27345         (inline_read_summary): Read inline summary info.
27346         (inline_write_summary): Write inline summary info.
27347         (inline_free_summary): Free all hooks and inline summary vector.
27348         * lto-streamer.h: Add LTO_section_inline_summary section.
27349         * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
27350         * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
27352 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27354         * tree-vectorizer.h (vect_strided_store_supported): Add a
27355         HOST_WIDE_INT argument.
27356         (vect_strided_load_supported): Likewise.
27357         (vect_permute_store_chain): Return void.
27358         (vect_transform_strided_load): Likewise.
27359         (vect_permute_load_chain): Delete.
27360         * tree-vect-data-refs.c (vect_strided_store_supported): Take a
27361         count argument.  Check that the count is a power of two.
27362         (vect_strided_load_supported): Likewise.
27363         (vect_permute_store_chain): Return void.  Update after above changes.
27364         Assert that the access is supported.
27365         (vect_permute_load_chain): Likewise.
27366         (vect_transform_strided_load): Return void.
27367         * tree-vect-stmts.c (vectorizable_store): Update calls after
27368         above interface changes.
27369         (vectorizable_load): Likewise.
27370         (vect_analyze_stmt): Don't check for strided powers of two here.
27372 2011-04-14  Richard Guenther  <rguenther@suse.de>
27374         PR tree-optimization/48590
27375         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
27376         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
27377         (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
27378         BUILT_IN_STACK_SAVE.
27379         * tree-ssa-dce.c (propagate_necessity): Handle
27380         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
27382 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
27384         * c-parser.c (c_parser_objc_class_declaration): Updated call to
27385         objc_declare_class.
27387 2011-04-14  Richard Guenther  <rguenther@suse.de>
27389         * tree.h (get_object_alignment_1): Declare.
27390         * builtins.c (get_object_alignment_1): Split out worker from ...
27391         (get_object_alignment): ... here.
27392         * fold-const.c (get_pointer_modulus_and_residue): Use
27393         get_object_alignment_1.
27395 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27397         * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
27398         type parameter.
27399         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
27400         parameter.  Generalise code to handle arrays as well as vectors.
27401         (vect_setup_realignment): Update accordingly.
27402         * tree-vect-stmts.c (vectorizable_store): Likewise.
27403         (vectorizable_load): Likewise.
27405 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27407         * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
27408         within the per-copy loop.
27410 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27412         * tree-vect-stmts.c (vectorizable_load): Print the number of copies
27413         in the dump file.
27415 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
27417         * doc/options.texi (Negative): Explicitly mention that the
27418         Negative chain must be circular.
27420 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
27422         * function.h (block_chainon): Declare.
27423         * function.c (block_chainon): Define.
27425 2011-04-14  Anatoly Sokolov  <aesok@post.ru>
27426             Eric Weddington  <eric.weddington@atmel.com>
27427             Georg-Johann Lay  <avr@gjlay.de>
27429         * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
27430         New Includes
27431         (avr_init_builtins, avr_expand_builtin,
27432         avr_expand_delay_cycles, avr_expand_unop_builtin,
27433         avr_expand_binop_builtin ): New functions.
27434         (avr_builtin_id): New enum
27435         (struct avr_builtin_description): New struct
27436         (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
27437         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
27439         * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
27440         UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
27441         UNSPECV_DELAY_CYCLES): new enumeration values
27442         (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
27443         ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
27444         ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
27445         ("*rotlqi3_4"): rename insn to "rotlqi3_4"
27446         ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
27447         "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
27448         "fmulsu"): New insns
27450         * config/avr/avr-c.c: fix line endings
27451         (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
27452         __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
27453         __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
27454         __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
27455         __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
27457         * doc/extend.texi (AVR Built-in Functions): New node
27458         (Target Builtins): Add documentation of AVR
27459         built-in functions.
27461 2011-04-14  Georg-Johann Lay  <avr@gjlay.de>
27463         PR target/44643
27464         * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
27465         alone. Error if non-const data has attribute progmem.
27467 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27469         * tree.h (struct tree_constructor): Include tree_typed instead of
27470         tree_common.
27471         * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
27472         TS_TYPED instead of TS_COMMON.
27474 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
27476         * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
27477         (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
27478         (sse2_psadbw): Merge with *avx_psadbw.
27479         (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
27480         (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
27481         (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
27482         (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
27483         (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
27484         (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
27485         (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
27486         (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
27487         (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
27488         (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
27489         (ssse3_palignrti): Merge with *avx_palignrti.
27491 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27493         * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
27494         * tree-ssanames.c (fini_ssanames): VEC_free it.
27495         (make_ssa_name_fn): Update for VECness of free_ssanames.
27496         (release_ssa_name, release_dead_ssa_names): Likewise.
27497         * tree.h (struct tree_ssa_name): Include tree_typed instead of
27498         tree_common.
27499         * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
27500         TS_TYPED instead of TS_COMMON.
27502 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27504         * postreload-gcse.c (gcse_after_reload_main): Add calls to
27505         statistics_counter_event.
27506         * tree-ssa-copyrename.c (stats): Define.
27507         (rename_ssa_copies): Count coalesced SSA_NAMEs.  Add call to
27508         statistics_counter_event.
27509         * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
27510         (bswap_stats, widen_mul_stats): Define.
27511         (insert_reciprocals): Increment rdivs_inserted.
27512         (execute_cse_reciprocals): Zeroize reciprocal_stats.  Increment
27513         rfuncs_inserted.  Add calls to statistics_counter_event.
27514         (execute_cse_sincos_1): Increment inserted.
27515         (execute_cse_sincos): Zeroize sincos_stats.  Add call to
27516         statistics_counter_event.
27517         (execute_optimize_bswap): Zeroize bswap_stats.  Increment fields
27518         of bswap_stats.  Add calls to statistics_counter_event.
27519         (convert_mult_to_widen): Increment widen_mults_inserted.
27520         (convert_plusminus_to_widen): Increment maccs_inserted.
27521         (convert_mult_to_fma): Increment fmas_inserted.
27522         (execute_optimize_widening_mul): Zeroize widen_mul_stats.  Add
27523         calls to statistics_counter_event.
27525 2011-04-13  Vladimir Makarov  <vmakarov@redhat.com>
27527         PR rtl-optimization/48455
27528         * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
27529         `temp_costs->mem_cost'.
27531 2011-04-13  Jan Hubicka  <jh@suse.cz>
27533         * ipa-inline.h: New file.
27534         * ipa-inline-analysis.c: New file. Broken out of ...
27535         * ipa-inline.c: ... this file; update toplevel comment;
27536         include ipa-inline.h
27537         (inline_summary): Move to ipa-inline.h
27538         (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
27539         ipa-inline-analysis.c.
27540         (cgraph_estimate_time_after_inlining): Rename to
27541         estiamte_time_after_inlining; move to ipa-inline-analysis.c
27542         (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
27543         to estimate_edge_growth.
27544         (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
27545         rename to estimate_size_after_inlining.
27546         (cgraph_mark_inline_edge): Update for new naming convention.
27547         (cgraph_check_inline_limits): Likewise.
27548         (cgraph_edge_badness): Likewise.
27549         (cgraph_decide_recursive_inlining): Likewise.
27550         (cgraph_decide_inlining_of_small_functions): Likewise.
27551         (cgraph_decide_inlining_incrementally): Likewise.
27552         (cgraph_estimate_growth): Rename to estimate_growth; move to
27553         ipa-inline-analysis.c.
27554         (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
27555         (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
27556         (compute_inline_parameters): Likewise.
27557         (compute_inline_parameters_for_current): Likewise.
27558         (pass_inline_parameters): Likewise.
27559         (inline_indirect_intraprocedural_analysis): Likewise.
27560         (analyze_function): Rename to inline_analyze_function; likewise.
27561         (add_new_function): Move to ipa-inline-analysis.c.
27562         (inline_generate_summary): Likewise.
27563         (inline_read_summary): Likewise.
27564         (inline_write_summary): Likewise.
27565         * Makefile.in (ipa-inline-analysis.c): New file.
27567 2011-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27569         * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
27570         * configure: Regenerate.
27572 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
27574         * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
27575         instead of tree_common.
27576         (struct tree_fixed_cst, struct tree_string, struct tree_complex):
27577         Likewise.
27578         * tree.c (initialize_tree_contains_struct): Mark such nodes as being
27579         TS_TYPED rather than TS_COMMON.
27580         * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
27582 2011-04-01  Georg-Johann Lay  <avr@gjlay.de>
27584         PR target/45263
27585         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
27586         r20 around calls of __tablejump_elpm__
27588 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
27590         PR middle-end/48591
27591         * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
27592         NULL.
27593         (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
27595 2011-04-13  Bernd Schmidt  <bernds@codesourcery.com>
27597         * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
27598         (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
27599         (cfi_vec): New typedef.
27600         (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
27601         dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
27602         (cie_cfi_vec): New static variable.
27603         (cie_cfi_head): Delete.
27604         (add_cfi): Accept a cfi_vec * as first argument. All callers and
27605         declaration changed. Use vector rather than list operations.
27606         (new_cfi): Don't initialize the dw_cfi_next field.
27607         (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
27608         rather than list operations.
27609         (lookup_cfa): Use vector rather than list operations.
27610         (output_cfis): New argument upto. Accept a cfi_vec rather than
27611         a dw_cfi_ref list head as argument. All callers changed.
27612         Iterate over the vector using upto as a maximum index.
27613         (output_all_cfis): New static function.
27614         (output_fde): Use vector rather than list operations. Use the
27615         new upto argument for output_cfis rather than manipulating a
27616         list.
27617         (dwarf2out_begin_prologue): Change initializations to match
27618         new struct members.
27619         (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
27620         from the vector length rather than searching for the end of a list.
27621         Use output_all_cfis.
27622         (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
27624 2011-04-13  Nick Clifton  <nickc@redhat.com>
27626         * config/rx/rx.md (movmemsi): Do not use this pattern when
27627         volatile pointers are involved.
27629 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
27631         * config/i386/sse.md (pinsrbits): Remove.
27632         (sse2_packsswb): Merge with *avx_packsswb.
27633         (sse2_packssdw): Merge with *avx_packssdw.
27634         (sse2_packuswb): Merge with *avx_packuswb.
27635         (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
27636         (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
27637         (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
27638         (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
27639         (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
27640         (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
27641         (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
27642         (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
27643         (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
27644         (*sse4_1_pinsrq): Merge with *avx_pinsrq.
27645         (sse2_loadld): Merge with *avx_loadld.
27646         (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
27647         (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
27648         (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
27649         (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
27650         (vec_concatv2di): Merge with *vec_concatv2di_avx.
27652 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
27654         * c-decl.c (union lang_tree_node): Check for TS_COMMON before
27655         calling TREE_CHAIN.
27656         * print-tree.c (print_node): Likewise.
27657         * tree-inline.c (copy_tree_r): Likewise.
27658         * c-lang.c (LANG_HOOKS_INIT_TS): Define.
27659         * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
27660         instead of TS_COMMON.
27661         * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
27662         * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
27663         (copy_node_stat): Zero TREE_CHAIN only if necessary.
27664         (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
27665         (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
27666         ...and these...
27667         (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
27668         * tree.h: ...here.
27669         (TREE_CHAIN): Check for a TS_COMMON structure.
27670         (TREE_TYPE): Check for a TS_TYPED structure.
27672 2011-04-12  Pat Haugen  <pthaugen@us.ibm.com>
27674         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
27675         cgraph_get_create_node instead of cgraph_node.
27677 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
27679         * c-parser.c (c_parser_initelt): Updated call to
27680         objc_build_message_expr.
27681         (c_parser_postfix_expression): Likewise.
27683 2011-04-12  Kai Tietz  <ktietz@redhat.com>
27685         * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
27686         MASK_MS_BITFIELD_LAYOUT bit.
27688 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
27690         * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
27691         assert it is always true.
27692         (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
27693         moves.
27695 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
27697         * c-parser.c (c_lex_one_token): Rewritten conditional used when
27698         compiling Objective-C to be more efficient.
27700 2011-04-12  Axel Freyn  <axel-freyn@gmx.de>
27702         * opts-common.c (decode_cmdline_options_to_array): Remove variable
27703         argv_copied.
27705 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27707         * recog.h, genoutput.c, optabs.c: Revert last patch.
27709 2011-04-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
27711         PR target/48090
27712         * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
27714 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27716         * recog.h (insn_operand_data): Add an "allows_mem" field.
27717         * genoutput.c (output_operand_data): Initialize it.
27718         * optabs.c (maybe_legitimize_operand_same_code): New function.
27719         (maybe_legitimize_operand): Use it when matching the original
27720         op->value.
27722 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27724         * genpreds.c (process_define_predicate): Move most processing
27725         to gensupport.c.  Continue to validate the expression.
27726         * genrecog.c (did_you_mean_codes, compute_predicate_codes)
27727         (process_define_predicate): Move processing to gensupport.c.
27728         (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
27729         * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
27730         (compute_predicate_codes): Moved from genrecog.c.  Add lineno
27731         argument.
27732         (valid_predicate_name_p): New function, split out from old
27733         genpreds.c:process_define_predicate.
27734         (process_define_predicate): New function, combining code from
27735         old genpreds.c and genrecog.c functions.
27736         (process_rtx): Call it for DEFINE_PREDICATE and
27737         DEFINE_SPECIAL_PREDICATE.
27739 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
27741         * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
27742         size of a '%A' memory reference.
27743         (T_DREG, T_QREG): New neon_builtin_type_bits.
27744         (arm_init_neon_builtins): Assert that the load and store operands
27745         are neon_struct_operands.
27746         (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
27747         (NEON_ARG_MEMORY): New builtin_arg.
27748         (neon_dereference_pointer): New function.
27749         (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
27750         Handle NEON_ARG_MEMORY.
27751         (arm_expand_neon_builtin): Update after above interface changes.
27752         Use NEON_ARG_MEMORY for loads and stores.
27753         * config/arm/predicates.md (neon_struct_operand): New predicate.
27754         * config/arm/iterators.md (V_two_elem): Tweak formatting.
27755         (V_three_elem): Use BLKmode for accesses that have no associated mode.
27756         (V_four_elem): Tweak formatting.
27757         * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
27758         (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
27759         (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
27760         (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
27761         (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
27762         (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
27763         (neon_vst4<mode>): Replace pointer operand with a memory operand.
27764         Use %A in the output template.
27765         (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
27766         (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
27767         (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
27768         the width of the memory access.  Remove post-increment.
27769         * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
27771 2011-04-12  Nick Clifton  <nickc@redhat.com>
27773         * config/v850/v850.c (expand_prologue): Do not use the CALLT
27774         instruction for interrupt handlers if the target is the basic V850
27775         architecture.
27776         (expand_epilogue): Likewise.
27778 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
27780         PR rtl-optimization/48549
27781         * combine.c (propagate_for_debug): Also stop after BB_END of
27782         this_basic_block.  Process LAST and just stop processing after it.
27783         (combine_instructions): If last_combined_insn has been deleted,
27784         set last_combined_insn to its PREV_INSN.
27786 2011-04-12  Richard Guenther  <rguenther@suse.de>
27788         PR tree-optimization/46076
27789         * gimple.h (struct gimple_statement_call): Add fntype field.
27790         (gimple_call_fntype): Adjust.
27791         (gimple_call_set_fntype): New function.
27792         * gimple.c (gimple_build_call_1): Set the call function type.
27793         * gimplify.c (gimplify_call_expr): Preserve the function
27794         type the frontend used for the call.
27795         (gimplify_modify_expr): Likewise.
27796         * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
27797         function type.
27798         * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
27799         function type.
27800         * tree-ssa.c (useless_type_conversion_p): Function pointer
27801         conversions are useless.
27803 2011-04-12  Martin Jambor  <mjambor@suse.cz>
27805         * cgraph.h (cgraph_node): Remove function declaration.
27806         (cgraph_create_node): Declare.
27807         (cgraph_get_create_node): Likewise.
27808         * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
27809         Updated all callers.
27810         (cgraph_node): Renamed to cgraph_create_node, assert that a node for
27811         the decl does not already exist.  Call cgraph_get_create_node instead
27812         of cgraph_node.
27813         (cgraph_get_create_node): New function.
27814         (cgraph_same_body_alias): Update comment.
27815         (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
27816         assert it does not return NULL.
27817         (cgraph_update_edges_for_call_stmt): Likewise.
27818         (cgraph_clone_edge): Likewise.
27819         (cgraph_create_virtual_clone): Likewise.
27820         (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
27821         instead of cgraph_node.
27822         (cgraph_add_new_function): Call cgraph_create_node or
27823         cgraph_get_create_node instead of cgraph_node.
27824         * cgraphbuild.c (record_reference): Call cgraph_get_create_node
27825         instead of cgraph_node.
27826         (record_eh_tables): Likewise.
27827         (mark_address): Likewise.
27828         (mark_load): Likewise.
27829         (build_cgraph_edges): Call cgraph_get_create_node instead
27830         of cgraph_node.
27831         (rebuild_cgraph_edges): Likewise.
27832         * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
27833         instead of cgraph_node.
27834         (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
27835         cgraph_node.
27836         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
27837         cgraph_create_node instead of cgraph_node.
27838         * c-decl.c (finish_function): Call cgraph_get_create_node instead
27839         of cgraph_node.
27840         * lto-cgraph.c (input_node): Likewise.
27841         * lto-streamer-in.c (input_function): Likewise.
27842         * varasm.c (mark_decl_referenced): Likewise.
27843         (assemble_alias): Likewise.
27845 2011-04-12  Martin Jambor  <mjambor@suse.cz>
27847         * tree-inline.c (tree_function_versioning): Call cgraph_get_node
27848         instead of cgraph_node and assert it does not return NULL.
27849         * lto-streamer-in.c (lto_read_body): Likewise.
27850         * omp-low.c (new_omp_context): Likewise.
27851         (create_task_copyfn): Likewise.
27852         * tree-emutls.c (lower_emutls_function_body): Likewise.
27853         * matrix-reorg.c (transform_allocation_sites): Likewise.
27855 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
27857         PR c/48552
27858         * c-typeck.c (build_asm_expr): Error out on attempts to use
27859         void type outputs or inputs for constraints that allow reg or
27860         don't allow memory.
27862 2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
27863             Richard Earnshaw  <rearnsha@arm.com>
27865         PR target/48250
27866         * config/arm/arm.c (arm_legitimize_reload_address): Update cases
27867         to use sign-magnitude offsets. Reject unsupported unaligned
27868         cases. Add detailed description in comments.
27869         * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
27870         condition from TARGET_32BIT to TARGET_ARM.
27872 2011-04-11  Nathan Froyd  <froydnj@codesourcery.com>
27874         * tree.h (struct typed_tree): New.
27875         (struct tree_common): Include it instead of tree_base.
27876         (TREE_TYPE): Update for new location of type field.
27877         (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
27878         (DECL_USER_ALIGN, DECL_PACKED): Likewise.
27879         (union tree_node): Add typed field.
27880         * treestruct.def (TS_TYPED): New.
27881         * lto-streamer.c (check_handled_ts_structures): Handle it.
27882         * tree.c (MARK_TS_TYPED): New macro.
27883         (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
27885 2011-04-11  Eric Botcazou  <ebotcazou@adacore.com>
27887         * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
27888         (force_nonfallthru): Do not alter the loop nest if no basic block
27889         was created.
27891 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
27893         * config/i386/sse.md (VI): New mode iterator.
27894         (SSEMODEI): Remove.
27895         (AVX256MODEI): Ditto.
27896         (AVXMODEF4P): Ditto.
27897         (avxvecpsmode): Ditto.
27898         (one_cmpl<mode>2): Enable for TARGET_SSE.  Use VI mode iterator.
27899         (sse2_andnot<mode>3): New expander.
27900         (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
27901         *avx_andnot<mode>3.  Enable for TARGET_SSE.  Use VI mode iterator.
27902         (<any_logic:code><mode>3): Use VI mode iterator.
27903         (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
27904         and *avx_<any_logic:code><mode>3.  Use VI mode iterator.
27905         (*andnottf3): Handle AVX three-operand constraints.
27906         (*<any_logic:code>tf3): Handle AVX three-operand constraints.
27908 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27909             Robert Millan  <rmh@gnu.org>
27911         * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
27912         * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
27913         GNU_USER_DYNAMIC_LINKER64): Define.
27914         (REG_NAME): Don't undefine.
27915         (MD_UNWIND_SUPPORT): Undefine.
27916         * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
27917         (REG_NAME): Don't undefine.
27918         (MD_UNWIND_SUPPORT): Undefine.
27919         * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
27921 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27923         * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
27924         (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
27926 2011-04-11  Xinliang David Li  <davidxl@google.com>
27928         * value-profile.c (check_ic_target): New function.
27929         (gimple_ic_transform): Sanity check indirect call target.
27930         * gimple-low.c (gimple_check_call_args): Interface change.
27931         (gimple_check_call_matching_types): New function.
27932         * tree-inline.c (tree_can_inline_p): Call new function.
27934 2011-04-11  Basile Starynkevitch  <basile@starynkevitch.net>
27936         * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
27937         tree-pretty-print.h & realmpfr.h.
27939 2011-04-11  Vladimir Makarov  <vmakarov@redhat.com>
27941         PR middle-end/48464
27942         * ira.c (setup_pressure_classes): Fix typo in loop condition.
27943         (setup_allocno_and_important_classes): Ditto.
27945 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
27947         * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
27948         GNU_USER_DYNAMIC_LINKER.
27949         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
27950         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27951         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
27952         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
27953         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
27954         GNU_USER_TARGET_OS_CPP_BUILTINS.
27955         * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
27956         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27957         * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
27958         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27959         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
27960         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
27961         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
27962         GNU_USER_TARGET_OS_CPP_BUILTINS.
27963         * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27964         GNU_USER_DYNAMIC_LINKER.
27965         * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27966         GNU_USER_TARGET_OS_CPP_BUILTINS.
27967         * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
27968         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27969         * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
27970         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27971         * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
27972         * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
27973         GNU_USER_DYNAMIC_LINKER64): Remove.
27974         * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
27975         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27976         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27977         GNU_USER_DYNAMIC_LINKER.
27978         * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27979         GNU_USER_TARGET_OS_CPP_BUILTINS.
27980         * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27981         GNU_USER_TARGET_OS_CPP_BUILTINS.
27982         * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
27983         to GNU_USER_TARGET_OS_CPP_BUILTINS.
27984         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
27985         GNU_USER_TARGET_OS_CPP_BUILTINS.
27986         (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
27987         (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
27988         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
27989         * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
27990         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27991         * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27992         GNU_USER_DYNAMIC_LINKER.
27993         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
27994         GNU_USER_TARGET_OS_CPP_BUILTINS.
27995         * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
27996         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
27997         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
27998         GNU_USER_DYNAMIC_LINKER.
27999         * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
28000         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28001         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
28002         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28003         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28004         GNU_USER_DYNAMIC_LINKER.
28005         * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
28006         GNU_USER_DYNAMIC_LINKERN32.
28007         (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
28008         GNU_USER_DYNAMIC_LINKERN32.  Change LINUX_DYNAMIC_LINKER64 to
28009         GNU_USER_DYNAMIC_LINKER64.  Change LINUX_DYNAMIC_LINKER32 to
28010         GNU_USER_DYNAMIC_LINKER32.
28011         * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
28012         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28013         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28014         GNU_USER_DYNAMIC_LINKER.
28015         * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
28016         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28017         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
28018         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28019         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
28020         * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
28021         GNU_USER_DYNAMIC_LINKER32.
28022         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
28023         * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
28024         GNU_USER_DYNAMIC_LINKER.
28025         * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
28026         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28027         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
28028         GNU_USER_DYNAMIC_LINKER32.  Change LINUX_DYNAMIC_LINKER64 to
28029         GNU_USER_DYNAMIC_LINKER64.
28030         * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
28031         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28032         (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28033         GNU_USER_DYNAMIC_LINKER.
28034         * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
28035         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28036         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
28037         GNU_USER_DYNAMIC_LINKER.
28038         * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
28039         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28040         (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
28041         GNU_USER_DYNAMIC_LINKER32.
28042         (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
28043         GNU_USER_DYNAMIC_LINKER64.
28044         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
28045         GNU_USER_DYNAMIC_LINKER64.
28046         * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
28047         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28048         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
28049         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
28050         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
28052 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28054         * config/i386/gnu-user.h: Copy from linux.h.  Update comments.
28055         (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
28056         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
28057         GNU_USER_DYNAMIC_LINKER.
28058         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
28059         * config/i386/gnu-user64.h: Copy from linux64.h.  Update comments.
28060         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
28061         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
28062         GNU_USER_DYNAMIC_LINKER64.
28063         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
28064         * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
28065         GNU_USER_LINK_EMULATION.
28066         * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
28067         DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
28068         ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
28069         MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
28070         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
28071         CPP_SPEC, CC1_SPEC): Remove.
28072         (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
28073         (GNU_USER_DYNAMIC_LINKER): Define.
28074         (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
28075         ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
28076         ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
28077         LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
28078         TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
28079         STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
28080         TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
28081         * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
28082         CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
28083         TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
28084         LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
28085         LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
28086         (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
28087         (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
28088         TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
28089         TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
28090         * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28091         GNU_USER_DYNAMIC_LINKER.
28092         * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28093         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
28094         * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28095         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
28096         * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
28097         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
28098         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
28099         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
28100         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
28101         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
28103 2011-04-11  Kai Tietz  <ktietz@redhat.com>
28105         PR target/9601
28106         PR target/11772
28107         * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
28108         * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
28109         comment.
28110         (ix86_is_msabi_thiscall): Removed.
28111         (ix86_is_type_thiscall): Likewise.
28112         (ix86_get_callcvt): New function.
28113         (ix86_comp_type_attributes): Simplify check.
28114         (ix86_function_regparm): Use ix86_get_callcvt for calling
28115         convention attribute checks.
28116         (ix86_return_pops_args): Likewise.
28117         (ix86_static_chain): Likewise.
28118         (x86_this_parameter): Likewise.
28119         (x86_output_mi_thunk): Likewise.
28120         (ix86_function_type_abi): Optimize check for types without attributes.
28121         * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
28122         IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
28123         IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
28124         by flag-values.
28125         (IX86_BASE_CALLCVT): Helper macro.
28126         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
28127         Use ix86_get_callcvt for calling convention attribute checks and avoid
28128         symbol-decoration for stdcall in TARGET_RTD case.
28129         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
28130         Likewise.
28131         (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
28132         for declaration.
28134 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
28136         * config/i386/sse.md (VI_128): New mode iterator.
28137         (VI12_128): Rename from SSEMODE12.
28138         (VI14_128): Rename from SSEMODE14.
28139         (VI124_128): New mode iterator.
28140         (VI24_128): Rename from SSEMODE248.
28141         (VI248_128): Rename from SSEMODE248.
28142         (SSEMODE124C8): Remove.
28143         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
28144         (*sse2_<plusminus_insn><mode>3): Merge with
28145         *avx_<plusminus_insn><mode>3.
28146         (*mulv8hi3): Merge with *avx_mulv8hi3.
28147         (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
28148         (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
28149         (*sse2_pmaddwd): Merge with *avx_pmaddwd.
28150         (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
28151         (ashr<mode>3): Merge with *avx_ashr<mode>3.
28152         (lshr<mode>3): Merge with *avx_lshr<mode>3.
28153         (ashl<mode>3): Merge with *avx_ashl<mode>3.
28154         (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
28155         (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
28156         (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
28157         (*<smaxmin:code>v8hi3): Ditto.
28158         (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
28159         (*<smaxmin:code>v16qi3): Ditto.
28160         (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
28161         (*sse2_eq<mode>3): Ditto.
28162         (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
28163         (*sse2_gt<mode>3): Ditto.
28164         (vcondv2di): Split out of vcond<mode>.
28165         (vconduv2di): Split out of vcondu<mode>.
28167 2011-04-11  Richard Guenther  <rguenther@suse.de>
28169         * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
28170         before calling tree_low_cst.
28172 2011-04-11  Richard Guenther  <rguenther@suse.de>
28174         * stor-layout.c (layout_type): Compute all array index size operations
28175         in the original type.
28176         (initialize_sizetypes): Add comment.
28177         (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
28179 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
28181         * common.opt (Tbss=, Tdata=, Ttext=): New options.
28183 2011-04-11  Martin Jambor  <mjambor@suse.cz>
28185         * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
28186         of cgraph_node, handle NULL return value.
28187         (cgraph_global_info): Likewise.
28188         (cgraph_rtl_info): Likewise.
28189         * tree-inline.c (estimate_num_insns): Likewise.
28190         * gimplify.c (unshare_body): Likewise.
28191         (unvisit_body): Likewise.
28192         (gimplify_body): Likewise.
28193         * predict.c (optimize_function_for_size_p): Likewise.
28194         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
28195         (call_may_clobber_ref_p_1): Likewise.
28196         * varasm.c (function_section_1): Likewise.
28197         (assemble_start_function): Likewise.
28199 2011-04-11  Martin Jambor  <mjambor@suse.cz>
28201         * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
28202         of cgraph_node.
28203         * final.c (rest_of_clean_state): Likewise.
28204         * gimple-iterator.c (update_call_edge_frequencies): Likewise.
28205         * passes.c (pass_init_dump_file): Likewise.
28206         (execute_all_ipa_transforms): Likewise.
28207         (function_called_by_processed_nodes_p): Likewise.
28208         * predict.c (maybe_hot_frequency_p): Likewise.
28209         (probably_never_executed_bb_p): Likewise.
28210         (compute_function_frequency): Likewise.
28211         * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
28212         (unnest_nesting_tree_1): Likewise.
28213         (lower_nested_functions): Likewise.
28214         * tree-optimize.c (execute_fixup_cfg): Likewise.
28215         (tree_rest_of_compilation): Likewise.
28216         * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
28217         * tree-sra.c (ipa_early_sra): Likewise.
28218         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
28219         * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
28220         * ipa.c (record_cdtor_fn): Likewise.
28221         * ipa-inline.c (cgraph_early_inlining): Likewise.
28222         (compute_inline_parameters_for_current): Likewise.
28223         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
28224         * ipa-pure-const.c (local_pure_const): Likewise.
28225         * ipa-split.c (split_function): Likewise.
28226         (execute_split_functions): Likewise.
28227         * cgraphbuild.c (build_cgraph_edges): Likewise.
28228         (rebuild_cgraph_edges): Likewise.
28229         (cgraph_rebuild_references): Likewise.
28230         (remove_cgraph_callee_edges): Likewise.
28231         * cgraphunit.c (cgraph_mark_if_needed): Likewise.
28232         (verify_cgraph_node): Likewise.
28233         (cgraph_analyze_functions): Likewise.
28234         (cgraph_preserve_function_body_p): Likewise.
28235         (save_inline_function_body): Likewise.
28236         (save_inline_function_body): Likewise.
28237         * tree-inline.c (copy_bb): Likewise.
28238         (optimize_inline_calls): Likewise.
28240 2011-04-11  Martin Jambor  <mjambor@suse.cz>
28242         PR tree-optimization/48195
28243         * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
28244         ipa_check_create_edge_args.
28245         (ipcp_generate_summary): Do not call ipa_check_create_node_params and
28246         ipa_check_create_edge_args.
28247         * ipa-inline.c (inline_generate_summary): Do not call
28248         ipa_check_create_node_params and ipa_check_create_edge_args.
28249         * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
28250         ipa_check_create_edge_args.
28252 2011-04-09  Anatoly Sokolov  <aesok@post.ru>
28254         * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
28255         instead of loop.
28256         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
28257         * function.c (record_hard_reg_sets): Likewise.
28258         * ira.c (compute_regs_asm_clobbered): Likewise.
28259         * sched-deps.c (sched_analyze_1): Likewise.
28260         * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
28262 2011-04-09  Xinliang David Li  <davidxl@google.com>
28264         PR tree-optimization/PR48484
28265         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
28266         has_valid_pred lazily
28268 2011-04-09  Duncan Sands  <baldrick@free.fr>
28270         * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
28272 2011-04-08  Eric Botcazou  <ebotcazou@adacore.com>
28274         * combine.c (combine_validate_cost): Adjust comments.  Set registered
28275         cost of I0 to zero at the end, if any.
28277 2011-04-08  Xinliang David Li  <davidxl@google.com>
28279         * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
28280         to insane profile data.
28282 2011-04-08  Xinliang David Li  <davidxl@google.com>
28284         * ipa-cp.c (ipcp_update_profiling): Correct
28285          negative scale factor due to insane profile data.
28287 2011-04-08  Xinliang David Li  <davidxl@google.com>
28289         * final.c (dump_basic_block_info): New function.
28290         (final): Dump basic block.
28291         (final_scan_insn): Remove old dump.
28293 2011-04-08  Steven G. Kargl  <kargl@gcc.gnu.org>
28295         PR target/47829
28296         * config.gcc (i386-*-freebsd): Disable unwind table generation for
28297         crtbegin/crtend.
28299 2011-04-08  Michael Matz  <matz@suse.de>
28301         PR middle-end/48389
28302         * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
28303         functions.
28304         (rebuild_jump_labels): Call rebuild_jump_labels_1.
28305         * rtl.h (rebuild_jump_labels_chain): Declare.
28306         * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
28307         insns inserted on edges.
28309 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
28311         * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
28312         * config/arm/arm-arches.def: New.
28313         * config/arm/arm-opts.h: New.
28314         * config/arm/genopt.sh: New.
28315         * config/arm/arm-tables.opt: New (generated).
28316         * config/arm/arm.c (arm_handle_option, arm_target_help,
28317         TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
28318         (all_architectures): Get most table contents from arm-arches.def.
28319         (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
28320         arm_selected_tune here.
28321         * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
28322         * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
28323         (march=, mcpu=, mtune=): Use Enum and Var.
28324         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
28325         (arm.o): Update dependencies.
28327 2011-04-08  Basile Starynkevitch  <basile@starynkevitch.net>
28329         * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
28330         of header_file.
28331         (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
28332         (write_typed_alloc_defns): Likewise.
28333         (main): Calls write_typed_alloc_defns with output_header.
28335 2011-04-08  Vladimir Makarov  <vmakarov@redhat.com>
28337         PR inline-asm/48435
28338         * ira-color.c (setup_profitable_hard_regs): Add comments.
28339         Don't take prohibited hard regs into account.
28340         (setup_conflict_profitable_regs): Rename to
28341         get_conflict_profitable_regs.
28342         (check_hard_reg_p): Check prohibited hard regs.
28344 2011-04-08  Nathan Froyd  <froydnj@codesourcery.com>
28346         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
28347         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
28348         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
28350 2011-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28352         PR target/48366
28353         * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
28354         move from floating point to shift amount register.
28355         (emit_move_sequence): Remove secondary reload support for floating
28356         point to shift amount amount register copies.
28357         (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
28358         amount register copies.
28359         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
28360         register, return false if mode isn't a scalar integer mode.
28361         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
28363 2011-04-08  Richard Guenther  <rguenther@suse.de>
28365         * gimple.c (gimple_call_flags): Remove kludge.
28367 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28369         * sel-sched.c (sel_region_init): Move call to
28370         sel_setup_region_sched_flags after setup_current_loop_nest.
28372 2011-04-08  Andrey Belevantsev  <abel@ispras.ru>
28374         PR rtl-optimization/48272
28375         * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
28376         init_insn_reg_pressure_info.  Adjust a caller.
28377         * sched-int.h (init_insn_reg_pressure_info): Declare.
28378         * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
28379         when sched-pressure is enabled.
28381 2011-04-08  Richard Guenther  <rguenther@suse.de>
28383         * gimple.c (gimple_set_modified): Do not queue calls to
28384         MODIFIED_NORETURN_CALLS here ...
28385         * tree-ssa-operands.c (update_stmt_operands): ... but here.
28387 2011-04-08  Richard Guenther  <rguenther@suse.de>
28389         PR lto/48467
28390         * toplev.c (lang_dependent_init): Do not open asm_out_file
28391         in WPA mode, nor perform debug machinery initialization.
28392         (finalize): Do not unlink asm_out_file in WPA mode.
28394 2011-04-08  Richard Guenther  <rguenther@suse.de>
28396         * gimple.h (gimple_call_fntype): New function.
28397         (gimple_call_return_type): Use it.
28398         * expr.c (expand_expr_real_1): Use gimple_call_fntype.
28399         * gimple-low.c (gimple_check_call_args): Likewise.
28400         * gimple.c (gimple_call_flags): Likewise.
28401         (gimple_call_arg_flags): Likewise.
28402         (gimple_call_return_flags): Likewise.
28403         * tree-cfg.c (verify_gimple_call): Likewise.
28404         (do_warn_unused_result): Likewise.
28405         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
28406         * value-prof.c (gimple_ic_transform): Fix fndecl check.
28408 2011-04-08  Dmitry Melnik  <dm@ispras.ru>
28410         PR rtl-optimization/48235
28411         * sel-sched.c (code_motion_process_successors): Recompute the last
28412         insn in basic block if control flow changed.
28413         (code_motion_path_driver): Ditto.  Recompute the first insn as well.
28414         Update condition for ilist_remove.
28416 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28418         PR rtl-optimization/48302
28419         * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
28420         * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument.  Use
28421         it to record added preheader blocks.
28422         * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument.  Pass it
28423         on to sel_add_loop_preheaders.
28424         (sel_region_init): Move call to setup_current_loop_nest after
28425         sel_init_bbs.
28427 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28429         PR target/48273
28430         * cfgloop.h (loop_has_exit_edges): New helper.
28431         * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
28432         non-clonable.
28433         * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
28434         that have no exit edges.
28436 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
28438         PR rtl-optimization/48442
28439         * sel-sched.c (init_seqno): Remove number_of_insns argument.  Update
28440         all callers.  Adjust assert.
28442 2011-04-08  Jakub Jelinek  <jakub@redhat.com>
28444         PR tree-optimization/48377
28445         * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
28446         is_packed to true even for types with smaller TYPE_ALIGN than
28447         TYPE_SIZE.
28449 2011-04-08  Richard Guenther  <rguenther@suse.de>
28451         PR bootstrap/48513
28452         * doc/tm.texi: Re-generate.
28454 2011-04-08  Wei Guozhi  <carrot@google.com>
28456         PR target/47855
28457         * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
28458         * config/arm/arm.c (arm_attr_length_push_multi): New function.
28459         * config/arm/arm.md (*push_multi): Change the length computation to
28460         call a C function.
28462 2011-04-08  Anatoly Sokolov  <aesok@post.ru>
28464         * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
28465         (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
28466         * doc/tm.texi: Regenerate.
28467         * system.h (ASM_OUTPUT_BSS): Poison.
28468         * varasm.c (asm_output_bss): Remove function.
28469         (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
28471         * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
28472         * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
28473         * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
28474         * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28475         Likewise.
28476         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28477         Likewise.
28478         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
28479         Likewise.
28480         * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
28482 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
28484         * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
28485         EnumValue lines.
28487 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
28489         * config/m68k/m68k.c (m68k_handle_option): Don't handle
28490         OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
28491         OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
28492         OPT_mcpu32.
28493         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
28494         handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
28495         -m68030, -m68040, -m68060, -mcpu32 and -m68332.
28496         * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
28497         m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
28498         * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
28499         (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
28500         (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
28501         options.  Don't map other m68k options manually.  Don't handle
28502         old-style options as canonical.
28503         (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
28504         * doc/install.texi (m68k-*-*): Document binutils version requirement.
28506 2011-04-07  Eric Botcazou  <ebotcazou@adacore.com>
28508         * basic-block.h (force_nonfallthru): Move to...
28509         * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
28510         (force_nonfallthru): ...here.
28511         * cfghooks.c (force_nonfallthru): New function.
28512         * cfgrtl.c (force_nonfallthru): Rename into...
28513         (rtl_force_nonfallthru): ...this.
28514         (commit_one_edge_insertion): Do not set AUX field.
28515         (commit_edge_insertions): Do not discover new basic blocks.
28516         (rtl_cfg_hooks): Add rtl_force_nonfallthru.
28517         (cfg_layout_rtl_cfg_hooks): Likewise.
28518         * function.c (thread_prologue_and_epilogue_insns): Remove bogus
28519         ATTRIBUTE_UNUSED.  Discover new basic blocks in the prologue insns.
28520         * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
28522 2011-04-07  Anatoly Sokolov  <aesok@post.ru>
28524         * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
28525         Remove macros.
28527 2011-04-07  Uros Bizjak  <ubizjak@gmail.com>
28529         * config/i386/sse.md: Update copyright year.
28530         (avxcvtvecmode): Remove.
28531         (sse_movhlps): Merge with *avx_movhlps.
28532         (sse_movlhps): Merge with *avx_movlhps.
28533         (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
28534         (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
28535         (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
28536         (sse_loadhps): Merge with *avx_loadhps.
28537         (sse_storelps): Merge with *avx_storelps.
28538         (sse_loadlps): Merge with *avx_loadlps.
28539         (sse_movss): Merge with *avx_movss.
28540         (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
28541         (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
28542         (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
28543         (*vec_set<mode>_0_sse2): Split multi-unit alternative.
28544         (vec_set<mode>_0): Ditto.
28545         (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
28546         (sse4_1_insertps): Merge with *avx_insertps.
28547         (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
28548         (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
28549         (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
28550         (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
28551         (sse2_storehpd): Merge with *avx_storehpd.
28552         (sse2_loadhpd): Merge with *avx_loadhpd.
28553         (sse2_loadlpd): Merge with *avx_loadlpd.
28554         (sse2_movsd): Merge with *avx_movsd.
28555         (*vec_concatv2df): Merge with *vec_concatv2df.
28557 2011-04-07  Jakub Jelinek  <jakub@redhat.com>
28559         PR debug/48343
28560         * combine.c (combine_instructions): Add last_combined_insn,
28561         update it if insn is after it, pass it to all try_combine calls.
28562         (try_combine): Add last_combined_insn parameter, pass it instead of
28563         i3 to propagate_for_debug.
28565 2011-04-07  Nick Clifton  <nickc@redhat.com>
28567         * config/mn10300/mn10300.md (movqi_internal): Add alternatives
28568         to handle MDR <-> data register transfers.
28569         (movhi_internal): Likewise.
28571 2011-04-07  Alan Modra  <amodra@gmail.com>
28573         * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
28574         previous stack info.
28576 2011-04-07  Tom de Vries  <tom@codesourcery.com>
28578         PR target/43920
28579         * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter.  Pass dir to
28580         flow_find_cross_jump.  Swap variables to implement backward replacement.
28581         (try_crossjump_bb): Add argument to try_crossjump_to_edge.
28583 2011-04-07  Tom de Vries  <tom@codesourcery.com>
28585         PR target/43920
28586         * cfgcleanup.c (walk_to_nondebug_insn): New function.
28587         (flow_find_cross_jump): Use walk_to_nondebug_insn.  Recalculate bb1
28588         and bb2.
28589         (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
28590         src1 or src2.  Redirect edges to the last basic block.  Update
28591         frequency and count on multiple basic blocks in case of fallthru.
28593 2011-04-07  Tom de Vries  <tom@codesourcery.com>
28595         PR target/43920
28596         * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
28597         function.
28598         (old_insns_match_p): Change return type.  Replace return false/true
28599         with return dir_none/dir_both.  Use can_replace_by.
28600         (flow_find_cross_jump): Add dir_p parameter.  Init replacement
28601         direction from dir_p.  Register replacement direction in dir, last_dir
28602         and afterlast_dir.  Handle new return type of old_insns_match_p using
28603         merge_dir.  Return replacement direction in dir_p.
28604         (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
28605         return type of old_insns_match_p.
28606         (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
28607         * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
28608         flow_find_cross_jump.
28609         * basic-block.h (enum replace_direction): New type.
28610         (flow_find_cross_jump): Add parameter to declaration.
28612 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
28614         * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
28615         (AVXMODEDCVTPS2DQ): Ditto.
28616         (VEC_FLOAT_MODE): Ditto.
28617         (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3.  Use VF mode
28618         iterator.  Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
28619         (<any_logic:code><mode>3): Use VF mode iterator.
28620         (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
28621         Use VF mode iterator.
28622         (copysign<mode>3): Use VF mode iterator.
28623         (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3.  Handle
28624         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
28625         (*<any_logic:code><MODEF:mode>3): Merge with
28626         *avx_<any_logic:code><MODEF:mode>3.
28627         (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
28628         (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
28629         (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
28630         (avx_cvtdq2ps<avxmodesuffix>): Remove.
28631         (sse2_cvtdq2ps): Use %v modifier.
28632         (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
28633         (avx_cvtps2dq<avxmodesuffix>): Remove.
28634         (sse2_cvtps2dq): Use %v modifier.
28635         (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
28636         (avx_cvttps2dq<avxmodesuffix>): Remove.
28637         (sse2_cvttps2dq): Use %v modifier.
28638         (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
28639         (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
28640         (sse2_cvtsd2siq): Fix insn template.
28641         (sse2_cvtsd2siq_2): Ditto.
28642         (sse2_cvttsd2siq): Ditto.
28643         (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
28644         (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
28646 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
28648         * gcov-io.c: Use GCC Runtime Library Exception.
28650 2011-04-06  Jakub Jelinek  <jakub@redhat.com>
28652         PR debug/48466
28653         * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
28654         as base_reg whatever register reg has been eliminated to, instead
28655         of hardcoding STACK_POINTER_REGNUM.
28657 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
28659         * doc/tm.texi.in: Document C target hooks as separate from general
28660         target hooks.
28661         * doc/tm.texi: Regenerate.
28662         * genhooks.c (struct hook_desc): Add docname field.
28663         (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC).  Initialize
28664         docname field.
28665         (hook_array): Include c-target.def.
28666         (emit_documentation): Use docname field in output.
28667         (emit_init_macros): Take docname argument.  Only emit definitions
28668         for hooks matching docname.
28669         (main): Expect additional arguments in all cases.  Pass argument
28670         to emit_init_macros.
28671         * target.def: Move initial macro definitions and comments to
28672         target-hooks-macros.h.
28673         (gcc_targetcm): Move to c-family/c-target.def.
28674         * target.h (targetcm): Move declaration to c-family/c-target.h.
28675         * targhooks.c (default_handle_c_option): Move to
28676         c-family/c-opts.c.
28677         * targhooks.h (default_handle_c_option): Move declaration to
28678         c-family/c-common.h.
28679         * target-hooks-macros.h: New file.
28680         * config.gcc (target_has_targetcm): Define and use to add to
28681         c_target_objs and cxx_target_objs.
28682         * config/default-c.c: New file.
28683         * config/darwin-c.c: Include c-target.h and c-target-def.h instead
28684         of target.h and target-def.h.
28685         (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
28686         (darwin_objc_construct_string, darwin_cfstring_ref_p,
28687         darwin_check_cfstring_format_arg): Make static.
28688         (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
28689         TARGET_STRING_OBJECT_REF_TYPE_P,
28690         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
28691         * config/darwin-protos.h (darwin_objc_construct_string,
28692         darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
28693         declare.
28694         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
28695         TARGET_STRING_OBJECT_REF_TYPE_P,
28696         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
28697         * config/t-darwin (darwin-c.o): Update dependencies.
28698         * system.h (TARGET_HAS_TARGETCM): Poison.
28699         * Makefile.in (TARGET_H): Update.
28700         (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
28701         (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
28702         (default-c.o): New target.
28703         (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
28704         (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
28705         (s-tm-texi): Pass -d option to genhooks.  Also test timestamp on
28706         c-target.def.
28707         (build/genhooks.o): Update dependencies.
28709 2011-04-06  Richard Guenther  <rguenther@suse.de>
28711         * ipa-inline.c (enum inlining_mode): Remove.
28712         (cgraph_flatten): Use some other token.
28713         (cgraph_edge_early_inlinable_p): New function, split out from ...
28714         (cgraph_perform_always_inlining): New function, split out from ...
28715         (cgraph_decide_inlining_incrementally): ... here.
28716         (cgraph_mark_inline_edge): Adjust.
28717         (cgraph_early_inlining): Re-structure.
28718         (pass_early_inline): Require SSA form.
28720 2011-04-06  Andrew Stubbs  <ams@codesourcery.com>
28721             Julian Brown  <julian@codesourcery.com>
28722             Mark Shinwell  <shinwell@codesourcery.com>
28724         * config/arm/arm.h (arm_class_likely_spilled_p): Check against
28725         LO_REGS only for Thumb-1.
28726         (MODE_BASE_REG_CLASS): Restrict base registers to those which can
28727         be used in short instructions when optimising for size on Thumb-2.
28729 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
28731         * gimple-low.c (lower_gimple_return): When not optimizing, force labels
28732         associated with user returns to be preserved.
28734 2011-04-06  Tristan Gingold  <gingold@adacore.com>
28736         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
28737         symbol_queue_size, DBXOUT_DECR_NESTING,
28738         (DBXOUT_DECR_NESTING_AND_RETURN): Also define
28739         if XCOFF_DEBUGGING_INFO.
28741 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
28743         * config/i386/i386.md (attribute isa): New.
28744         (attribute enabled): New.
28745         (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
28746         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
28747         (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
28748         (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
28749         (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
28750         (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
28751         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
28752         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
28754         * config/i386/sse.md (VF): New mode iterator.
28755         (VF1): Ditto.
28756         (VF2): Ditto.
28757         (VF_128): Ditto.
28758         (SSEMODEF4): Remove.
28759         (attribute sse): Handle V8SF and V4DF modes.
28760         (<absneg:code><mode>2): Use VF mode iterator.
28761         (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2.  Use VF
28762         mode iterator.
28763         (<plusminus_insn><mode>3): Use VF mode iterator.
28764         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
28765         Use VF mode iterator.
28766         (<sse>_vm<plusminus_insn><mode>3): Merge with
28767         *avx_vm<plusminus_insn><mode>3.  Use VF_128 mode iterator.
28768         (mul<mode>3): Use VF mode iterator.
28769         (*mul<mode>3): Merge with *avx_mul<mode>3.  Use VF mode iterator.
28770         (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3.  Use VF_128
28771         mode iterator.
28772         (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
28773         (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
28774         (<sse>_div<mode>3): Merge with *avx_div<mode>3.  Use VF mode iterator.
28775         (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3.  Use VF_128
28776         mode iterator.
28777         (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
28778         Use VF1 mode iterator.
28779         (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
28780         (sqrt<VF2:mode>2): New expander.
28781         (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
28782         (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
28783         and sqrtv2df2.  Use VF mode iterator.
28784         (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2.  Use VF_128
28785         mode iterator.
28786         (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
28787         (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
28788         Use VF1 mode iterator.
28789         (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
28790         (<smaxmin:code><mode>3): Use VF mode iterator.
28791         (*<smaxmin:code><mode>3_finite): Merge with
28792         *avx_<smaxmin:code><mode>3_finite.  Use VF mode iterator.
28793         (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
28794         (<sse>_vm<smaxmin:code><mode>2): Merge with
28795         *avx_vm<smaxmin:code><mode>2.  Use VF_128 mode iterator.
28796         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.  Use VF
28797         mode iterator.
28798         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.  Use VF
28799         mode iterator.
28800         (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
28801         (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
28802         (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
28803         (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
28804         (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3.  Use
28805         VF mode iterator.
28806         (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
28807         Use VF_128 mode iterator.
28808         (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3.  Use VF
28809         mode iterator.
28810         (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3.  Use
28811         VF_128 mode iterator.
28812         (vcond<mode>): Use VF mode iterator.
28813         * config/i386/predicates.md (sse_comparison_operator): Merge with
28814         avx_comparison_float_operator.  Do not declare as special_predicate.
28815         * config/i386/i386.c (struct builtin_description): Update for renamed
28816         compare patterns.
28817         (ix86_expand_args_builtin): Ditto.
28818         (ix86_expand_sse_compare_mask): Ditto.
28820 2011-04-06  Richard Guenther  <rguenther@suse.de>
28822         * tree-inline.c (estimate_num_insns): For calls simply account
28823         for all passed arguments and a used return value.
28825 2011-04-06  Richard Guenther  <rguenther@suse.de>
28827         PR tree-optimization/47663
28828         * cgraph.h (struct cgraph_edge): Add call_stmt_size and
28829         call_stmt_time fields.
28830         (cgraph_edge_inlinable_p): Declare.
28831         (cgraph_edge_recursive_p): New inline function.
28832         * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
28833         (cgraph_clone_edge): Copy it.
28834         * ipa-inline.c (cgraph_estimate_edge_time): New function.
28835         Account for call stmt time.
28836         (cgraph_estimate_time_after_inlining): Take edge argument.
28837         (cgraph_estimate_edge_growth): Account call stmt size.
28838         (cgraph_estimate_size_after_inlining): Take edge argument.
28839         (cgraph_mark_inline_edge): Adjust.
28840         (cgraph_check_inline_limits): Likewise.
28841         (cgraph_recursive_inlining_p): Remove.
28842         (cgraph_edge_badness): Use cgraph_edge_recursive_p.
28843         (cgraph_decide_recursive_inlining): Take edge argument and
28844         adjust.
28845         (cgraph_decide_inlining_of_small_functions): Do not avoid
28846         diags for recursive inlining here.
28847         (cgraph_flatten): Adjust.
28848         (cgraph_decide_inlining_incrementally): Likewise.
28849         (estimate_function_body_sizes): Remove call cost handling.
28850         (compute_inline_parameters): Initialize caller edge call costs.
28851         (cgraph_estimate_edge_growth): New function.
28852         (cgraph_estimate_growth): Use it.
28853         (cgraph_edge_badness): Likewise.
28854         (cgraph_check_inline_limits): Take an edge argument.
28855         (cgraph_decide_inlining_of_small_functions): Adjust.
28856         (cgraph_decide_inlining): Likewise.
28857         * tree-inline.c (estimate_num_insns): Only account for call
28858         return value if it is used.
28859         (expand_call_inline): Avoid diagnostics on recursive inline
28860         functions here.
28861         * lto-cgraph.c (lto_output_edge): Output edge call costs.
28862         (input_edge): Input edge call costs.
28864 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28866         * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
28868 2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
28870         * doc/invoke.texi (Spec Files): Fix typo.
28872 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
28874         * profile.c (branch_prob): Move declaration of local variable.  Remove
28875         obsolete ??? comment.  Expand the location explicitly instead of using
28876         the LOCATION_FILE and LOCATION_LINE macros.
28878 2011-04-06  Wei Guozhi  <carrot@google.com>
28880         PR target/47855
28881         * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
28882         (arm_cond_branch): Likewise.
28883         (arm_cond_branch_reversed): Likewise.
28884         (arm_jump): Likewise.
28885         (push_multi): Likewise.
28886         * config/arm/constraints.md (Py): New constraint.
28888 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28890         PR bootstrap/48471
28891         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
28892         Move these...
28893         (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
28894         (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
28895         #ifdef DBX_DEBUGGING_INFO.
28897 2011-04-05  Bernd Schmidt  <bernds@codesourcery.com>
28899         PR bootstrap/48403
28900         * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
28901         if old and new states differ.
28903 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
28905         * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
28906         OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
28907         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
28908         handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
28909         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
28910         mcfv4e): Use Alias.
28911         * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
28912         ColdFire options to -mcpu= options.
28914 2011-04-05  Jeff Law  <law@redhat.com>
28916         * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
28917         check if BB is a successor of LOOP->header and return
28918         NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
28920 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
28922         * cprop.c (struct reg_use): Remove.
28923         (reg_use_table): Make an array of RTX.
28924         (find_used_regs, constprop_register, local_cprop_pass,
28925         bypass_block): Simplify users of reg_use_table.
28926         (cprop_insn): Likewise.  Iterate if copy propagation succeeded
28927         on one of the uses found by find_used_regs.
28929 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28931         PR bootstrap/48469
28932         * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
28933         declaration.
28935 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28937         * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
28938         as an rtx.
28939         (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
28941 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
28943         PR middle-end/48441
28944         * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
28946 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28948         * combine.c: Include obstack.h.
28949         (struct insn_link): Define.
28950         (uid_log_links): Adjust type.
28951         (FOR_EACH_LOG_LINK): New macro.
28952         (insn_link_obstack): Declare.
28953         (alloc_insn_link): Define.
28954         (create_log_links): Call it.  Use FOR_EACH_LOG_LINK and adjust
28955         type of link variables.
28956         (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
28957         (try_combine, record_promoted_values, distribute_notes): Likewise.
28958         (distribute_links): Likewise.  Tweak prototype.
28959         (clear_log_links): Delete.
28960         (adjust_for_new_dest): Call alloc_insn_link.
28961         * Makefile.in (combine.o): Depend on $(OBSTACK_H).
28963 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28965         * gcse.c (modify_mem_list): Convert to an array of VECs.
28966         (canon_modify_mem_list, compute_transp): Tweak formatting.
28967         (alloc_gcse_mem): Likewise.  Adjust for modify_mem_list change.
28968         (load_killed_in_block_p): Likewise.
28969         (record_last_mem_set_info): Likewise.
28970         (clear_modify_mem_tables): Likewise.
28972 2011-04-05  Tom de Vries  <tom@codesourcery.com>
28974         PR middle-end/48461
28975         * function.c (emit_use_return_register_into_block): Only define if
28976         HAVE_return.
28978 2011-04-05  Eric Botcazou  <ebotcazou@adacore.com>
28980         * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
28982 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
28984         * config/rx/rx-opts.h: New.
28985         * config/rx/rx.c (rx_cpu_type): Remove.
28986         (rx_handle_option): Don't assert that global structures are in
28987         use.  Access variables via opts pointer.  Defer most handling of
28988         OPT_mint_register_.  Use error_at.
28989         (rx_option_override): Handle deferred OPT_mint_register_ here.
28990         * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
28991         * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
28992         (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
28993         (rx_cpu_types): New Enum and EnumValue entries.
28994         (mint-register=): Use Defer and use Var accordingly.
28996 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
28998         * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
28999         (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
29000         * final.c (debug_flush_symbol_queue, debug_queue_symbol):
29001         Move these...
29002         (debug_free_queue, debug_nesting, symbol_queue_index):
29003         ...and these...
29004         * dbxout.c: ...to here.  Make static.
29006 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
29008         * gcse.c (modify_pair): Define.  Define a VEC of it.
29009         (canon_modify_mem_list): Convert to an array of VECs.
29010         (free_insn_expr_list_list): Delete.
29011         (clear_modify_mem_tables): Call VEC_free instead.
29012         (record_last_mem_set_info): Don't modify canon_modify_mem_list.
29013         (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
29014         (canon_list_insert, compute_transp): Likewise.
29016 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29018         PR target/43920
29019         * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
29020         for size.
29022 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29024         PR target/43920
29025         * function.c (emit_use_return_register_into_block): New function.
29026         (thread_prologue_and_epilogue_insns): Use
29027         emit_use_return_register_into_block.
29029 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29031         PR target/43920
29032         * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
29033         insn.
29035 2011-04-05  Tom de Vries  <tom@codesourcery.com>
29037         * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
29039 2011-04-05  Yufeng Zhang  <yufeng.zhang@arm.com>
29041         * config/arm/arm.md (define_constants for unspec): Replace with
29042         define_c_enum.
29043         (define_constants for unspecv): Replace with define_c_enum.
29044         * config/arm/neon.md (define_constants for unspec): Replace with
29045         define_c_enum.
29047 2011-04-04  Richard Henderson  <rth@redhat.com>
29049         PR bootstrap/48400
29050         * dwarf2out.c (output_line_info): Always emit line info from
29051         at least one section.
29052         (dwarf2out_init): Create text_section_line_info here ...
29053         (set_cur_line_info_table): ... not here.
29055 2011-04-04  Vladimir Makarov  <vmakarov@redhat.com>
29057         PR target/48380
29058         * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
29059         not called.
29061         * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
29063 2011-04-04  Steven Bosscher  <steven@gcc.gnu.org>
29065         * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
29066         (expr_equiv_p): Remove.
29067         (insert_set_in_table): Look at <dest, src> pair instead of expr.
29068         (hash_scan_set): Update call to insert_set_in_table.
29069         (dump_hash_table): Dump <dest, src> pair.
29070         (lookup_set): Simplify.  Lookup <dest, src> pair.
29071         (compute_transp): Remove, fold heavily simplified code into...
29072         (compute_local_properties): ...here.  Expect COMP and TRANSP
29073         unconditionally.
29074         (find_avail_set): Take set directly from struct expr.
29075         (find_bypass-set): Likewise.
29076         (bypass_block): Likewise.
29077         (cprop_insn): Likewise.  Remove redundant INSN_P test.
29079         * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
29080         checks on form of COND from find_implicit_sets to here.
29081         (find_implicit_sets): Cleanup control flow. Split critical edges
29082         if it exposes implicit sets.  Allocate/resize implicit_sets as
29083         necessary.
29084         (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
29085         changed something.  Run df_analyze after find_implicit_sets if any
29086         edges were split.  Do not allocate implicit_sets here.
29088         * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
29089         (gcse_obstack): Renamed to cprop_obstack.
29090         (GNEW, GNEWVEC, GNEWVAR): Remove.
29091         (gmalloc): Remove.
29092         (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
29093         (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
29094         (gcse_alloc): Likewise, and rename to cprop_alloc.
29095         (alloc_gcse_men, free_gcse_mem): Remove.
29096         (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
29097         (compute_hash_table_work): Allocate and free reg_set_bitmap here.
29098         (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
29100         * cprop.c (oprs_not_set_p): Remove.
29101         (mark_set, mark_clobber): Remove.
29102         (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
29103         (reg_not_set_p): New function.
29104         (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
29105         (cprop_insn): Likewise.
29106         (cprop_jump): Use FOR_EACH_EDGE.
29108 2011-04-04  Bernd Schmidt  <bernds@codesourcery.com>
29110         PR bootstrap/48403
29111         * haifa-sched.c (nonscheduled_insns_begin): New static variable.
29112         (rank_for_schedule): Use scheduled_insns vector instead of
29113         last_scheduled_insn.
29114         (ok_for_early_queue_removal): Likewise.
29115         (queue_to_ready): Search forward in nonscheduled_insns_begin if
29116         we have a dbg_cnt.
29117         (choose_ready): Likewise.
29118         (commit_schedule): Use VEC_iterate.
29119         (schedule_block): Initialize nonscheduled_insns_begin.  If we have
29120         a dbg_cnt, use it and ensure the first insn is in the ready list.
29121         (haifa_sched_init): Allocate scheduled_insns.
29122         (sched_extend_ready_list): Don't allocate it; reserve space.
29123         (haifa_sched_finish): Free it.
29125 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
29127         * optc-gen.awk: Always remove type from Variable entry before
29128         recording in var_seen.
29130 2011-04-04  Eric Botcazou  <ebotcazou@adacore.com>
29132         * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
29133         * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
29134         call to tidy_fallthru_edges.
29136 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
29138         * doc/options.texi (ToLower): Document.
29139         * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
29140         * opts-common.c (decode_cmdline_option): Handle cl_tolower.
29141         * opts.h (cl_option): Add cl_tolower field.
29142         * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
29143         arguments with lowercase strings.
29144         * config/rx/rx.opt (mcpu=): Add ToLower.
29145         * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
29146         argument.
29148 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
29150         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
29152 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
29154         * config/vax/vax.c: Include reload.h.
29156 2011-04-04  Anatoly Sokolov  <aesok@post.ru>
29158         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
29159         * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
29160         (sparc_preferred_reload_class): New function.
29162 2011-04-04  Jakub Jelinek  <jakub@redhat.com>
29164         PR debug/48401
29165         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
29166         Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
29168 2011-04-03  Nathan Froyd  <froydnj@codesourcery.com>
29170         * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
29171         * tree.c (initialize_tree_contains_struct): Adjust accordingly.
29173 2011-04-03  Anatoly Sokolov  <aesok@post.ru>
29175         * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
29176         (ASM_OUTPUT_ALIGNED_BSS): Define.
29178 2011-04-03  Michael Matz  <matz@suse.de>
29180         * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
29181         and next_slot members.
29182         (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
29183         lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
29184         (lto_streamer_cache_append): Declare.
29185         * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
29186         unsigned index, remove offset parameter, ensure that we append
29187         or update existing entries.
29188         (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
29189         parameter, update next_slot for append.
29190         (lto_streamer_cache_insert): Use unsigned index, remove offset_p
29191         parameter.
29192         (lto_streamer_cache_insert_at): Likewise.
29193         (lto_streamer_cache_append): New function.
29194         (lto_streamer_cache_lookup): Use unsigned index.
29195         (lto_streamer_cache_get): Likewise.
29196         (lto_record_common_node): Don't test tree_node_can_be_shared.
29197         (preload_common_node): Adjust call to lto_streamer_cache_insert.
29198         (lto_streamer_cache_delete): Don't free offsets member.
29199         * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
29200         (lto_output_string_with_length): Use lto_output_data_stream.
29201         (lto_output_tree_header): Remove ix parameter, don't write it.
29202         (lto_output_builtin_tree): Likewise.
29203         (lto_write_tree): Adjust callers to above, don't track and write
29204         offset, write unsigned index.
29205         (output_unreferenced_globals): Don't emit all global vars.
29206         (write_global_references): Use unsigned indices.
29207         (lto_output_decl_state_refs): Likewise.
29208         (write_symbol): Likewise.
29209         * lto-streamer-in.c (lto_input_chain): Move earlier.
29210         (input_function): Use unsigned index.
29211         (input_alias_pairs): Don't read and then ignore all global vars.
29212         (lto_materialize_tree): Remove ix_p parameter, don't read index,
29213         don't pass it back, use lto_streamer_cache_append.
29214         (lto_register_var_decl_in_symtab): Use unsigned index.
29215         (lto_register_function_decl_in_symtab): Likewise.
29216         (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
29217         index.
29218         (lto_get_builtin_tree): Don't read index, use
29219         lto_streamer_cache_append.
29220         (lto_read_tree): Adjust call to lto_materialize_tree.
29222         * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
29223         don't use function calls in arguments to MIN.
29225         * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
29226         twice.
29228         * gimple.c (gimple_type_leader_entry): Mark deletable.
29230 2011-04-03  Alan Modra  <amodra@gmail.com>
29232         * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
29234 2011-04-03  Michael Matz  <matz@suse.de>
29236         * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
29237         an integer.
29238         * tree.h (tree_decl_non_common.vindex): Adjust comment.
29240 2011-04-03  Michael Matz  <matz@suse.de>
29242         * cgraphbuild.c (record_reference): Canonicalize constructor values.
29243         * gimple-fold.c (canonicalize_constructor_val): Accept being called
29244         without function context.
29245         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
29246         current_function_decl and cfun.
29248 2011-04-03  Michael Matz  <matz@suse.de>
29250         * tree.c (decl_init_priority_insert): Don't create entry for
29251         default priority.
29252         (decl_fini_priority_insert): Ditto.
29253         (fields_compatible_p, find_compatible_field): Remove.
29254         * tree.h (fields_compatible_p, find_compatible_field): Remove.
29255         * gimple.c (gimple_compare_field_offset): Adjust block comment.
29257 2011-04-03  Eric Botcazou  <ebotcazou@adacore.com>
29259         * combine.c (try_combine): Remove useless local variable.
29261 2011-04-03  Richard Guenther  <rguenther@suse.de>
29262             Ira Rosen  <ira.rosen@linaro.org>
29264         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
29265         non-variable offsets and compare the remaining bases of the two
29266         accesses instead of looking for exact same data-ref.
29268 2011-04-02  Kai Tietz  <ktietz@redhat.com>
29270         PR target/48416
29271         * i386.c (ix86_function_arg_boundary): Fix printf formatter.
29273         * i386.c (ix86_is_msabi_thiscall): New helper function.
29274         (ix86_is_type_thiscall): New helper function.
29275         (ix86_comp_type_attributes): Handle thiscall for method-functions
29276         special.
29277         (init_cumulative_args): Likewise.
29278         (find_drap_reg): Likewise.
29279         (ix86_static_chain): Likewise.
29280         (x86_this_parameter): Likewise.
29281         (x86_output_mi_thunk): Likewise.
29283 2011-04-01  Olivier Hainque  <hainque@adacore.com>
29284             Nicolas Setton  <setton@adacore.com>
29285             Eric Botcazou  <ebotcazou@adacore.com>
29287         * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
29288         (add_gnat_descriptive_type_attribute): New function.
29289         (gen_array_type_die): Call it.
29290         (gen_enumeration_type_die): Likewise.
29291         (gen_struct_or_union_type_die): Likewise.
29292         (modified_type_die): Likewise.
29293         * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
29294         * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
29295         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
29297 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
29299         PR bootstrap/48148
29300         * dwarf2out.c (resolve_addr): Don't call force_decl_die
29301         if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
29303         Revert:
29304         2011-03-17  Richard Guenther  <rguenther@suse.de>
29306         PR bootstrap/48148
29307         * lto-cgraph.c (input_overwrite_node): Clear the abstract
29308         origin for decls in other ltrans units.
29309         (input_varpool_node): Likewise.
29311 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
29313         PR middle-end/48335
29314         * expr.c (expand_assignment): Handle all possibilities
29315         if TO_RTX is CONCAT.
29316         * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
29317         (store_split_bit_field): If SUBREG_REG (op0) or
29318         op0 itself has smaller mode than word, return it
29319         for offset 0 and const0_rtx for out-of-bounds stores.
29320         If word is const0_rtx, skip it.
29322 2011-04-01  Naveen H.S  <naveen.S@kpitcummins.com>
29324         * config/h8300/h8300.c (print_operand_address): Rename to...
29325         (h8300_print_operand_address): ...this. Make static. Adjust comments.
29326         Call h8300_print_operand and h8300_print_operand_address instead of
29327         print_operand and print_operand_address. Declare.
29328         (print_operand): Renake to...
29329         (h8300_print_operand): ...this. Make static. Adjust comments.
29330         Call h8300_print_operand instead of print_operand. Declare.
29331         (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
29332         (h8300_register_move_cost): Likewise.
29333         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
29334         TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
29335         * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
29336         PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
29337         * config/h8300/h8300-protos.h (print_operand): Delete.
29338         (print_operand_address): Delete.
29340 2011-04-01  Richard Henderson  <rth@redhat.com>
29342         PR 48400
29343         * dwarf2out.c (dwarf2out_source_line): Disable discriminators
29344         in strict mode before dwarf4.  Re-order tests to early out
29345         before switching sections.
29347 2011-04-01  Nathan Froyd  <froydnj@codesourcery.com>
29349         * config/h8300/constraints.md: New file.
29350         * config/h8300/h8300.md: Include it.  Use satisfies_constraint_J,
29351         satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
29352         (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
29353         * config/h8300/predicates.md (bit_operand): Likewise.
29354         (incdec_operand): Use satisfies_constraint_M and
29355         satisfies_constraint_O.  Don't use C code block.
29356         * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
29357         * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
29358         (compute_mov_length): Use satisfies_constraint_G.
29359         (fix_bit_operand): Use satisfies_constraint_U.
29360         * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
29361         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
29362         (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
29363         (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
29364         (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
29365         (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
29366         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
29367         (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
29368         (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
29369         (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
29370         (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
29371         (EXTRA_MEMORY_CONSTRAINT): Delete.
29373 2011-04-01  Andrew Pinski  <pinskia@gmail.com>
29374             Michael Meissner  <meissner@linux.vnet.ibm.com>
29376         PR target/48262
29377         * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
29378         operands, as per the specifications.
29380         * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
29381         (vec_extract_evenv4sf): Ditto.
29382         (vec_extract_evenv8hi): Ditto.
29383         (vec_extract_evenv16qi): Ditto.
29384         (vec_extract_oddv4si): Ditto.
29386 2011-03-31  Mark Wielaard  <mjw@redhat.com>
29388         * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
29389         high_pc attribute if the CU has no associated code. Only output
29390         DW_AT_entry_pc for CU if not generating strict dwarf and
29391         dwarf_version < 4.
29393 2011-04-01  Bernd Schmidt  <bernds@codesourcery.com>
29395         * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
29396         * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
29397         out of ...
29398         (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
29399         * final.c (final_start_function): Call the new function rather
29400         than using a NULL argument for dwarf2out_frame_debug.
29402         * ifcvt.c (cond_exec_process_insns): Disallow converting a block
29403         that contains the prologue.
29405         * haifa-sched.c (queue_insn): New arg REASON.  All callers
29406         changed.  Print it in debugging output.
29408         * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
29410         * sched-ebb.c (begin_schedule_ready): Remove second argument.
29411         Split most of the code into...
29412         (begin_move_insn): ... here.  New function.
29413         (ebb_sched_info): Add a pointer to it.
29414         * haifa-sched.c (scheduled_insns): New static variable.
29415         (sched_extend_ready_list): Allocate it.
29416         (schedule_block): Use it to record the order of scheduled insns.
29417         Perform RTL changes to move insns only after all scheduling
29418         decisions have been made.
29419         * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
29420         begin_move_insn field.
29421         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
29422         * sched-int.h (struct haifa_sched_info): Remove second argument
29423         from begin_schedule_ready hook.  Add new member begin_move_insn.
29424         * sched-rgn.c (begin_schedule_ready): Remove second argument.
29425         (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
29427         * haifa-sched.c (prune_ready_list): New function, broken out of
29428         schedule_block.
29429         (schedule_block): Use it.
29431 2011-04-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
29433         * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
29435 2011-04-01  Kai Tietz  <ktietz@redhat.com>
29437         * config.gcc (*-*-mingw*): Allow as option the
29438         posix threading model.
29439         * config/i386/mingw32.h (SPEC_PTHREAD1,  SPEC_PTHREAD2):
29440         New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
29441         definition.
29442         (CPP_SPEC): Add pthread/no-pthread handling.
29443         (LIB_SPEC): Likewise.
29444         * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
29445         (LIB_SPEC): Likewise.
29446         * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
29447         flag to pass -pthread option for shared libgcc build.
29448         (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
29449         for shared libgcc build.
29450         * config/i386/t-mingw-pthread: New file.
29451         * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
29452         New define to enable use of library pthread by default.
29453         * config/i386/mingw.opt (pthread): New driver option.
29454         (no-pthread): New driver option.
29455         * config/i386/cygming.opt: Make sure trailing empty line is retained.
29456         * config/i386/mingw-w64.opt: Likewise.
29458 2011-04-01  Gary Funck  <gary@intrepid.com>
29460         * c-decl.c (grokdeclarator): Fix formatting.
29462 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29464         * expr.c (emit_block_move_via_movmem): Use n_generator_args
29465         instead of n_operands.
29466         (set_storage_via_setmem): Likewise.
29467         * optabs.c (maybe_gen_insn): Likewise.
29468         * config/arm/arm.c (arm_init_neon_builtins): Likewise.
29469         * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
29470         (mips_expand_builtin_direct): Likewise.
29471         * config/spu/spu.c (expand_builtin_args): Likewise.
29473 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29475         * recog.h (insn_data_d): Add n_generator_args.
29476         * genoutput.c (data): Likewise.
29477         (output_insn_data): Print it.
29478         (max_opno, num_dups): Delete.
29479         (scan_operands): Just fill in "d->operand[...]".
29480         (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
29482 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
29484         * gensupport.h (pattern_stats): New structure.
29485         * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
29486         * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
29487         (max_operand_1, max_operand_vec): Delete.
29488         (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
29490 2011-03-31  Nathan Froyd  <froydnj@codesourcery.com>
29492         * emit-rtl.c (emit_pattern_after_setloc): New function.
29493         (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
29494         (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
29495         (emit_pattern_after): New function.
29496         (emit_insn_after, emit_jump_insn_after): Call it.
29497         (emit_call_insn_after, emit_debug_insn_after): Likewise.
29498         (emit_pattern_before_setloc): New function.
29499         (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
29500         (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
29501         Likewise.
29502         (emit_pattern_before): New function.
29503         (emit_insn_before, emit_jump_insn_before): Call it.
29504         (emit_call_insn_before, emit_debug_insn_before): Likewise.
29506 2011-03-31  Richard Henderson  <rth@redhat.com>
29508         * dwarf2out.c (dw_separate_line_info_ref): Remove.
29509         (dw_separate_line_info_entry): Remove.
29510         (enum dw_line_info_opcode): New.
29511         (dw_line_info_entry): Use it.
29512         (dw_line_info_table, dw_line_info_table_p): New.
29513         (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
29514         (line_info_table, line_info_label_num): Remove.
29515         (line_info_table_in_use): Remove.
29516         (separate_line_info_table): Remove.
29517         (separate_line_info_table_allocated): Remove.
29518         (separate_line_info_table_in_use): Remove.
29519         (LINE_INFO_TABLE_INCREMENT): Remove.
29520         (line_info_label_num): New.
29521         (cur_line_info_table): New.
29522         (text_section_line_info, cold_text_section_line_info): New.
29523         (separate_line_info): New.
29524         (SEPARATE_LINE_CODE_LABEL): Remove.
29525         (print_dwarf_line_table): Remove.
29526         (debug_dwarf): Don't dump it.
29527         (output_one_line_info_table): New.
29528         (output_line_info): Use it.
29529         (new_line_info_table): New.
29530         (set_cur_line_info_table): New.
29531         (dwarf2out_switch_text_section): Use it.
29532         (dwarf2out_begin_function): Likewise.
29533         (push_dw_line_info_entry): New.
29534         (dwarf2out_source_line): Rewrite for new line info tables.
29535         (dwarf2out_init): Remove dead initailizations.
29537 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
29539         * opts.h (cl_option): Add comments to fields.  Add bit-fields for
29540         various flags.
29541         (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
29542         CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
29543         CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
29544         CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
29545         (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
29546         * opt-functions.awk (flag_init, switch_bit_fields): New.
29547         (switch_flags): Don't handle flags moved to bit-fields.  Don't
29548         generate CL_MISSING_OK or CL_SAVE.
29549         * optc-gen.awk: Update to generate bit-field output as well as
29550         flags field.
29551         * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
29552         bit-field instead of CL_REJECT_DRIVER flag.
29553         * opts-common.c (generate_canonical_option,
29554         decode_cmdline_option): Use bit-fields instead of CL_* flags.
29555         * opts.c (maybe_default_option): Use cl_reject_negative bit-field
29556         instead of CL_REJECT_NEGATIVE flag.
29557         * toplev.c (print_switch_values): Use cl_report bit-field instead
29558         of CL_REPORT flag.
29560 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
29562         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
29563         a zero minimum index only if it is redundant.
29565 2011-03-31  Vladimir Makarov  <vmakarov@redhat.com>
29567         PR rtl-optimization/48381
29568         * ira-color.c (assign_hard_reg): Use hard reg set intersection
29569         instead of ira_class_hard_reg_index for calculating conflicting
29570         hard registers.
29572 2011-03-31  Steven Bosscher  <steven@gcc.gnu.org>
29574         * cprop.c: Clean up hash table building.
29575         (reg_avail_info): Remove.
29576         (oprs_available_p): Remove.
29577         (record_last_reg_set_info): Remove.
29578         (record_last_set_info): Remove.
29579         (reg_available_p): New function.
29580         (gcse_constant_p): Do not treat unfolded conditions as constants.
29581         (make_set_regs_unavailable): New function.
29582         (hash_scan_set): Simplify with new reg_available_p.
29583         (compute_hash_table_work): Traverse insns stream only once.
29584         Do not compute reg_avail_info. Traverse insns in reverse order.
29585         Record implicit sets after recording explicit sets from the block.
29587 2011-03-31  Michael Matz  <matz@suse.de>
29589         * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
29591 2011-03-31  Anatoly Sokolov  <aesok@post.ru>
29593         * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
29594         * config/h8300/h8300-protos.h (h8300_get_index): Remove.
29595         * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
29596         (h8300_mode_dependent_address_p): New function.
29597         (h8300_get_index): Make static.
29599 2011-03-31  Jeff Law  <law@redhat.com>
29601         * reload1.c (elimination_effects): Fix typo in recent change.
29603         * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
29604         typo potentially leading to null pointer dereference.
29606         * caller-save.c (new_saved_hard_reg): Eliminate return value.
29607         (setup_save_areas): Corresponding changes to avoid useless
29608         assignments.
29610         * jump.c (reversed_comparison_code_parts): Avoid successive return
29611         statements when REVERSE_CONDITION is defined.
29613         * expr.c (expand_assignment): Avoid useless assignments.
29614         (expand_expr_real_1): Likewise.
29615         (expand_expr_real_2): Avoid useless statements.
29617         * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
29619         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
29621         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
29622         statements.
29624         * stmt.c (expand_expr_stmt): Avoid useless assignment.
29626 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
29628         PR target/47109
29629         * doc/tm.texi.in (TARGET_VERSION): Remove.
29630         * doc/tm.texi: Regenerate.
29631         * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
29632         * collect2.c (main): Don't use TARGET_VERSION.
29633         * mips-tdump.c (main): Don't use TARGET_VERSION.
29634         * mips-tfile.c (main): Don't use TARGET_VERSION.
29635         * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
29636         * config/rs6000/vxworksae.h: Remove.
29637         * config/alpha/alpha.h (TARGET_VERSION): Remove.
29638         * config/alpha/freebsd.h (TARGET_VERSION): Remove.
29639         * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
29640         * config/alpha/netbsd.h (TARGET_VERSION): Remove.
29641         * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
29642         * config/arm/arm.h (TARGET_VERSION): Remove.
29643         * config/arm/coff.h (TARGET_VERSION): Remove.
29644         * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
29645         * config/arm/elf.h (TARGET_VERSION): Remove.
29646         * config/arm/freebsd.h (TARGET_VERSION): Remove.
29647         * config/arm/linux-elf.h (TARGET_VERSION): Remove.
29648         * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
29649         * config/arm/pe.h (TARGET_VERSION): Remove.
29650         * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
29651         * config/arm/semi.h (TARGET_VERSION): Remove.
29652         * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
29653         * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
29654         * config/arm/vxworks.h (TARGET_VERSION): Remove.
29655         * config/avr/avr.h (TARGET_VERSION): Remove.
29656         * config/bfin/bfin.h (TARGET_VERSION): Remove.
29657         * config/fr30/fr30.h (TARGET_VERSION): Remove.
29658         * config/frv/frv.h (TARGET_VERSION): Remove.
29659         * config/h8300/h8300.h (TARGET_VERSION): Remove.
29660         * config/i386/cygwin.h (TARGET_VERSION): Remove.
29661         * config/i386/darwin.h (TARGET_VERSION): Remove.
29662         * config/i386/darwin64.h (TARGET_VERSION): Remove.
29663         * config/i386/djgpp.h (TARGET_VERSION): Remove.
29664         * config/i386/freebsd.h (TARGET_VERSION): Remove.
29665         * config/i386/freebsd64.h (TARGET_VERSION): Remove.
29666         * config/i386/gnu.h (TARGET_VERSION): Remove.
29667         * config/i386/i386-interix.h (TARGET_VERSION): Remove.
29668         * config/i386/i386elf.h (TARGET_VERSION): Remove.
29669         * config/i386/linux.h (TARGET_VERSION): Remove.
29670         * config/i386/linux64.h (TARGET_VERSION): Remove.
29671         * config/i386/lynx.h (TARGET_VERSION): Remove.
29672         * config/i386/mingw32.h (TARGET_VERSION): Remove.
29673         * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
29674         * config/i386/netbsd64.h (TARGET_VERSION): Remove.
29675         * config/i386/netware.h (TARGET_VERSION): Remove.
29676         * config/i386/nto.h (TARGET_VERSION): Remove.
29677         * config/i386/openbsd.h (TARGET_VERSION): Remove.
29678         * config/i386/vxworks.h (TARGET_VERSION): Remove.
29679         * config/ia64/elf.h (TARGET_VERSION): Remove.
29680         * config/ia64/freebsd.h (TARGET_VERSION): Remove.
29681         * config/ia64/hpux.h (TARGET_VERSION): Remove.
29682         * config/ia64/linux.h (TARGET_VERSION): Remove.
29683         * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
29684         * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
29685         TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
29686         * config/lm32/lm32.h (TARGET_VERSION): Remove.
29687         * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
29688         * config/m32c/m32c.h (TARGET_VERSION): Remove.
29689         * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
29690         * config/m32r/m32r.h (TARGET_VERSION): Remove.
29691         * config/m68k/linux.h (TARGET_VERSION): Remove.
29692         * config/m68k/m68k.h (TARGET_VERSION): Remove.
29693         * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
29694         * config/m68k/uclinux.h (TARGET_VERSION): Remove.
29695         * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
29696         * config/mep/mep.h (TARGET_VERSION): Remove.
29697         * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
29698         MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
29699         * config/mips/iris6.h (MACHINE_TYPE): Remove.
29700         * config/mips/linux.h (TARGET_VERSION): Remove.
29701         * config/mips/netbsd.h (MACHINE_TYPE): Remove.
29702         * config/mips/vxworks.h (TARGET_VERSION): Remove.
29703         * config/mmix/mmix.h (TARGET_VERSION): Remove.
29704         * config/mn10300/linux.h (TARGET_VERSION): Remove.
29705         * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
29706         * config/pa/pa.h (TARGET_VERSION): Remove.
29707         * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
29708         * config/picochip/picochip.h (TARGET_VERSION): Remove.
29709         * config/rs6000/aix.h (TARGET_VERSION): Remove.
29710         * config/rs6000/darwin.h (TARGET_VERSION): Remove.
29711         * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
29712         * config/rs6000/eabi.h (TARGET_VERSION): Remove.
29713         * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
29714         * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
29715         * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
29716         * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
29717         * config/rs6000/linux.h (TARGET_VERSION): Remove.
29718         * config/rs6000/linux64.h (TARGET_VERSION): Remove.
29719         * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
29720         * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
29721         * config/rs6000/lynx.h (TARGET_VERSION): Remove.
29722         * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
29723         * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
29724         * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
29725         * config/s390/linux.h (TARGET_VERSION): Remove.
29726         * config/s390/s390.h (TARGET_VERSION): Remove.
29727         * config/s390/tpf.h (TARGET_VERSION): Remove.
29728         * config/score/score.h (TARGET_VERSION): Remove.
29729         * config/sh/linux.h (TARGET_VERSION): Remove.
29730         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
29731         TARGET_VERSION_CPU, TARGET_VERSION): Remove.
29732         * config/sh/sh.h (TARGET_VERSION): Remove.
29733         * config/sh/sh64.h (TARGET_VERSION): Remove.
29734         * config/sh/superh.h (TARGET_VERSION): Remove.
29735         * config/sh/vxworks.h (TARGET_VERSION): Remove.
29736         * config/sparc/freebsd.h (TARGET_VERSION): Remove.
29737         * config/sparc/linux.h (TARGET_VERSION): Remove.
29738         * config/sparc/linux64.h (TARGET_VERSION): Remove.
29739         * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
29740         TARGET_NAME32, TARGET_NAME): Remove.
29741         * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
29742         * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
29743         * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
29744         * config/sparc/sysv4.h (TARGET_VERSION): Remove.
29745         * config/sparc/vxworks.h (TARGET_VERSION): Remove.
29746         * config/spu/spu.h (TARGET_VERSION): Remove.
29747         * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
29748         * config/v850/v850.h (TARGET_VERSION): Remove.
29749         * config/vax/linux.h (TARGET_VERSION): Remove.
29750         * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
29751         * config/xtensa/elf.h (TARGET_VERSION): Remove.
29752         * config/xtensa/linux.h (TARGET_VERSION): Remove.
29754 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
29756         PR target/48142
29757         * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
29758         frame-related from frame-unrelated adjustments to the stack pointer.
29760 2011-03-31  Jakub Jelinek  <jakub@redhat.com>
29762         * common.opt (fdebug-types-section): Move earlier.
29763         * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
29765 2011-03-31  Andreas Tobler  <andreast@fgznet.ch>
29767         * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
29768         var.
29770 2011-03-30  Nathan Froyd  <froydnj@codesourcery.com>
29772         * tree.h (CASE_CHAIN): Define.
29773         * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
29774         (gimple_redirect_edge_and_branch): Likewise.
29776 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
29778         PR middle-end/48367
29779         * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
29780         calculation.
29782 2011-03-30  Jeff Law  <law@redhat.com>
29784         * PR bootstrap/48371
29785         * reload1.c (reload): Fix botch in last change.
29787         * reload.h (struct reload): Fix typo introduced in last change.
29789 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
29791         * config/arm/arm.opt (mhard-float, msoft-float): Mark
29792         Undocumented.  Remove help text.
29793         * doc/invoke.texi (ARM Options): Don't document -msoft-float and
29794         -mhard-float.
29796 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
29798         * doc/options.texi (NegativeAlias): Document.
29799         (Alias): Mention NegativeAlias.
29800         * opt-functions.awk: Handle NegativeAlias.
29801         * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
29802         * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
29803         * opts.h (CL_NEGATIVE_ALIAS): Define.
29804         * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
29805         (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
29806         OPT_mspe_.
29807         * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
29808         Alias entries.
29809         * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
29810         mno-spe and mno-isel instead of mspe=no and -misel=no.
29812 2011-03-29  Mark Wielaard  <mjw@redhat.com>
29814         * common.opt (fdebug-types-section): New flag.
29815         * doc/invoke.texi: Document new -fno-debug-types-section flag.
29816         * dwarf2out.c (use_debug_types): New define.
29817         (struct die_struct): Mark die_id with GTY desc use_debug_types.
29818         (print_die): Guard output of type unit signatures using
29819         use_debug_types.
29820         (build_abbrev_table): Replace assert of dwarf_version >= 4
29821         with assert on use_debug_types.
29822         (size_of_die): Likewise.
29823         (unmark_dies): Likewise.
29824         (value_format): Decide AT_ref_external form on use_debug_types.
29825         (output_die): Replace dwarf_version version check guard with
29826         use_debug_types where appropriate.
29827         (modified_type_die): Likewise.
29828         (gen_reference_type_die): Likewise.
29829         (dwarf2out_start_source_file): Likewise.
29830         (dwarf2out_end_source_file): Likewise.
29831         (prune_unused_types_walk_attribs): Likewise.
29832         (dwarf2out_finish): Likewise.
29834 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
29836         * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
29838 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
29840         PR rtl-optimization/48332
29841         * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
29842         mode of input operand N and modeN to its actual mode.
29844 2011-03-30  Jeff Law  <law@redhat.com>
29846         * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
29847         define accessor macro.
29848         (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
29849         (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
29850         (reg_equiv_init): Likewise.
29851         (reg_equivs_size): New variable.
29852         (reg_equiv_init_size): Remove.
29853         (allocate_initial_values): Move prototype to here from....
29854         * integrate.h (allocate_initial_values): Remove prototype.
29855         * integrate.c: Include reload.h.
29856         (allocate_initial_values): Corresponding changes.
29857         * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
29858         (fix_reg_equiv_init, no_equiv): Corresponding changes.
29859         (update_equiv_regs): Corresponding changes.
29860         (ira): Corresponding changes.
29861         * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
29862         (push_secondary_reload): Corresponding changes.
29863         (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
29864         (make_memloc, find_reloads_address): Corresponding changes.
29865         (subst_reg_equivs, subst_indexed_address): Corresponding changes.
29866         (find_reloads_address_1): Corresponding changes.
29867         (find_reloads_subreg_address, subst_reloads): Corresponding changes.
29868         (refers_to_regno_for_reload_p): Corresponding changes.
29869         (reg_overlap_mentioned_for_reload_p): Corresponding changes.
29870         (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
29871         * reload1.c: Include ggc.h.
29872         (grow_reg_equivs): New function.
29873         (replace_pseudos_in, reload): Corresponding changes.
29874         (calculate_needs_all_insns, alter_regs): Corresponding changes.
29875         (eliminate_regs_1, elimination_effects): Corresponding changes.
29876         (emit_input_reload_insns, emit_output_reload_insns): Likewise.
29877         (delete_output_reload): Likewise.
29878         * caller-save.c (mark_referenced_regs): Corresponding changes.
29879         * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
29880         * frv/predicates.md (frv_load_operand): Corresponding changes.
29881         * microblaze/microblaze.c (double_memory_operand): Corresponding
29882         changes.
29883         * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
29884         * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
29885         * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
29886         * m68k/m68k.c (emit_move_sequence): Corresponding changes.
29887         * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
29888         changes.
29889         * pa/pa.c (emit_move_sequence): Corresponding changes.
29890         * vax/vax.c (nonindexed_address_p): Corresponding changes.
29892 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
29894         PR target/47551
29895         * config/arm/arm.c (coproc_secondary_reload_class): Handle
29896         structure modes.  Don't check neon_vector_mem_operand for
29897         vector or structure modes.
29899 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
29900             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
29902         PR target/43590
29903         * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
29904         operand 1 and reshuffle the operands to match.
29905         (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
29907 2011-03-30  Christian Schüler  <cschueler@gmx.de>
29909         PR driver/48208
29910         * config/c.opt (F): Added 'Driver' to -F option.
29912         PR driver/48260
29913         * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
29914           handler function.
29915         * config/darwin.opt: Added '-arch' option.
29917 2011-03-30  Nick Clifton  <nickc@redhat.com>
29919         * config/rx/rx.md: Add peepholes and patterns to combine
29920         extending loads and simple arithmetic instructions.
29921         * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
29922         * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
29923         * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
29924         modes to use pre-decrement and post-increment addressing.
29925         (rx_is_restricted_memory_address): Add range checking of REG+INT
29926         addresses.
29927         (rx_print_operand): Add support for %Q.  Fix handling of %Q.
29928         (rx_memory_move_cost): Adjust cost of stores.
29929         (rx_adjust_insn_length): New function.
29931 2011-03-30  Jakub Jelinek  <jakub@redhat.com>
29933         PR c/48305
29934         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
29935         arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
29936         matching arg00/arg01 types.
29938 2011-03-30  Eric Botcazou  <ebotcazou@adacore.com>
29940         * cfglayout.c (insn_locators_alloc): Initialize curr_location and
29941         last_location to UNKNOWN_LOCATION.
29943 2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
29945         PR target/48349
29946         * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
29947         FLOAT_SSE_REGS.
29949 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
29950             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29952         PR bootstrap/48337
29953         * config/sparc/sparc.opt (sparc_cpu_and_features): Add
29954         Init(PROCESSOR_V7).
29955         (sparc_cpu): Likewise.
29956         * config/sparc/sparc.c (sparc_option_override): Replace 0 by
29957         PROCESSOR_V7.
29959 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
29961         PR target/48336
29962         PR middle-end/48342
29963         PR rtl-optimization/48345
29964         * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
29965         hard regs for given mode from profitable regs when doing secondary
29966         allocation.
29968 2011-03-29  Jeff Law  <law@redhat.com>
29970         PR bootstrap/48327
29971         * tree-ssa-threadupdate.c (struct redirection_data): Remove
29972         do_not_duplicate field.
29973         (lookup_redirection_data): Corresponding changes.
29974         (create_duplicates): Always create a template block.
29975         (redirect_edges): Remove code which reused the original block
29976         when it was going to become unreachable code.
29977         (thread_block): Don't set do_not_duplicate field.
29979 2011-03-29  Joseph Myers  <joseph@codesourcery.com>
29981         * lto-opts.c (register_user_option_p, lto_register_user_option):
29982         Make type argument unsigned.
29983         * lto-streamer.h (lto_register_user_option): Make type argument
29984         unsigned.
29985         * opth-gen.awk: Make CL_* macros unsigned.
29986         * opts-common.c (find_opt): Make lang_mask argument unsigned.
29987         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
29988         CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
29989         CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
29990         CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
29991         CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
29992         (find_opt): Make lang_mask argument unsigned.
29994 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
29996         PR rtl-optimization/48331
29997         PR rtl-optimization/48334
29998         * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
29999         for any used algorithm.
30001 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
30003         * ira-conflicts.c (build_object_conflicts): Add unused attribute
30004         to parent_max.
30006 2011-03-29  Uros Bizjak  <ubizjak@gmail.com>
30008         * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
30009         (alpha_option_override): Don't set alpha_sr_alias_set.
30010         (emit_frame_store_1): Use gen_frame_mem rather than calling
30011         set_mem_alias_set.
30012         (alpha_expand_epilogue): Ditto.
30014 2011-03-29  Ira Rosen  <ira.rosen@linaro.org>
30016         PR tree-optimization/48290
30017         * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
30018         vectorization, check that relevant phis in the basic block after
30019         the inner loop are really inner loop's exit phis.
30021 2011-03-29  Richard Sandiford  <richard.sandiford@linaro.org>
30023         PR debug/48190
30024         * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
30025         (cached_dw_loc_list_def): New structure.
30026         (cached_dw_loc_list): New typedef.
30027         (cached_dw_loc_list_table): New variable.
30028         (cached_dw_loc_list_table_hash): New function.
30029         (cached_dw_loc_list_table_eq): Likewise.
30030         (add_location_or_const_value_attribute): Take a bool cache_p.
30031         Cache the list when the parameter is true.
30032         (gen_formal_parameter_die): Update caller.
30033         (gen_variable_die): Likewise.
30034         (dwarf2out_finish): Likewise.
30035         (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
30036         while generating debug info for the decl.
30037         (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
30038         (dwarf2out_init): Initialize cached_dw_loc_list_table.
30039         (resolve_addr): Cache the result of resolving a chain of
30040         location lists.
30042 2011-03-28  Vladimir Makarov  <vmakarov@redhat.com>
30044         * ira-color.c (update_left_conflict_sizes_p): Don't assume that
30045         conflict object hard regset nodes have intersecting hard reg sets.
30047         * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
30048         after regstat_init_n_sets_and_refs.
30050         * ira.c: Add more comments at the top.
30051         (setup_stack_reg_pressure_class, setup_pressure_classes):
30052         Add comments how we compute the register pressure classes.
30053         (setup_allocno_and_important_classes): Add more comments.
30054         (setup_class_translate_array, reorder_important_classes)
30055         (setup_reg_class_relations): Add comments.
30057         * ira-emit.c: Add 2011 to the Copyright line.  Add comments at the
30058         start of the file.
30060         * ira-color.c: Add 2011 to the Copyright line.
30061         (assign_hard_reg):  Add more comments.
30062         (improve_allocation): Ditto.
30064         * ira-costs.c: Add 2011 to the Copyright line.
30065         (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
30066         comments.
30067         (setup_regno_cost_classes_by_mode): Ditto.
30069         Initial patches from ira-improv branch:
30071         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
30073         * ira-build.c (ira_create_object): Remove initialization of
30074         OBJECT_PROFITABLE_HARD_REGS.  Initialize OBJECT_ADD_DATA.
30075         (ira_create_allocno): Remove initialization of
30076         ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
30077         ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
30078         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
30079         ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
30080         ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
30081         Initialize ALLOCNO_ADD_DATA.
30082         (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
30083         and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
30084         ALLOCNO_REG.
30085         (ira_flattening): Ditto.  Use ALLOCNO_EMIT_DATA instead of
30086         ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
30088         * ira.c (ira_reallocate): Remove.
30089         (setup_pressure_classes): Call
30090         ira_init_register_move_cost_if_necessary.  Use
30091         ira_register_move_cost instead of ira_get_register_move_cost.
30092         (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
30093         (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
30095         * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
30096         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
30097         ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
30098         ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
30099         instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
30100         OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
30101         Fix formatting.
30102         (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
30103         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
30104         (struct allocno_color_data): New.
30105         (allocno_color_data_t): New typedef.
30106         (allocno_color_data): New definition.
30107         (ALLOCNO_COLOR_DATA): New macro.
30108         (struct object_color_data): New.
30109         (object_color_data_t): New typedef.
30110         (object_color_data): New definition.
30111         (OBJECT_COLOR_DATA): New macro.
30112         (update_copy_costs, calculate_allocno_spill_cost): Call
30113         ira_init_register_move_cost_if_necessary.  Use
30114         ira_register_move_cost instead of ira_get_register_move_cost.
30115         (move_spill_restore, update_curr_costs): Ditto.
30116         (allocno_spill_priority): Make it inline.
30117         (color_pass): Allocate and free allocno_color_dat and object_color_data.
30118         (struct coalesce_data, coalesce_data_t): New.
30119         (allocno_coalesce_data): New definition.
30120         (ALLOCNO_COALESCE_DATA): New macro.
30121         (merge_allocnos, coalesced_allocno_conflict_p): Use
30122         ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
30123         ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
30124         (coalesce_allocnos): Ditto.
30125         (setup_coalesced_allocno_costs_and_nums): Ditto.
30126         (collect_spilled_coalesced_allocnos): Ditto.
30127         (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
30128         (setup_slot_coalesced_allocno_live_ranges): Ditto.
30129         (coalesce_spill_slots): Ditto.
30130         (ira_sort_regnos_for_alter_reg): Ditto.  Allocate, initialize and
30131         free allocno_coalesce_data.
30133         * ira-conflicts.c: Fix formatting.
30134         (process_regs_for_copy): Call
30135         ira_init_register_move_cost_if_necessary.  Use
30136         ira_register_move_cost instead of ira_get_register_move_cost.
30137         (build_object_conflicts): Optimize.
30139         * ira-costs.c (record_reg_classes): Optimize.  Call
30140         ira_init_register_move_cost_if_necessary.  Use
30141         ira_register_move_cost, ira_may_move_in_cost, and
30142         ira_may_move_out_cost instead of ira_get_register_move_cost and
30143         ira_get_may_move_cost.
30144         (record_address_regs): Ditto.
30145         (scan_one_insn): Optimize.
30146         (find_costs_and_classes): Optimize.
30147         (process_bb_node_for_hard_reg_moves): Call
30148         ira_init_register_move_cost_if_necessary.  Use
30149         ira_register_move_cost instead of ira_get_register_move_cost.
30151         * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
30152         ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
30153         ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
30154         (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
30155         definitions.
30156         (ira_initiate_emit_data, ira_finish_emit_data)
30157         (create_new_allocno): New functions.
30158         (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
30159         (emit_move_list): Call ira_init_register_move_cost_if_necessary.
30160         Use ira_register_move_cost instead of ira_get_register_move_cost.
30162         * ira-int.h: Fix some comments.
30163         (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
30164         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
30165         (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
30166         hard_regs_subnodes_start, hard_regs_subnodes_num.  Add new member
30167         add_data.
30168         (struct ira_allocno): Make mode and aclass a bitfield.  Move other
30169         bitfield after mode.  Make hard_regno a short int.  Make
30170         hard_regno short.  Remove first_coalesced_allocno and
30171         next_coalesced_allocno.  Move mem_optimized_dest_p,
30172         somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
30173         into struct ira_emit_data.  Remove in_graph_p, may_be_spilled_p,
30174         available_regs_num, next_bucket_allocno, prev_bucket_allocno,
30175         temp, colorable_p.  Add new member add_data.
30176         (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
30177         (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
30178         (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
30179         (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
30180         (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
30181         (ALLOCNO_ADD_DATA): New macro.
30182         (ira_emit_data_t): New typedef.
30183         (struct ira_emit_data): New.  Move mem_optimized_dest_p,
30184         somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
30185         from struct ira_allocno.
30186         (ALLOCNO_EMIT_DATA): New macro.
30187         (ira_allocno_emit_data, allocno_emit_reg): New.
30188         (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
30189         (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
30190         (OBJECT_ADD_DATA): New macro.
30191         (ira_reallocate): Remove.
30192         (ira_initiate_emit_data, ira_finish_emit_data): New.
30193         (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
30194         (ira_init_register_move_cost_if_necessary): New.
30195         (ira_object_conflict_iter_next): Merge into
30196         ira_object_conflict_iter_cond.
30197         (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
30199         * ira-live.c (process_single_reg_class_operands): Call
30200         ira_init_register_move_cost_if_necessary.  Use
30201         ira_register_move_cost instead of ira_get_register_move_cost.
30203         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
30205         * ira-int.h (struct target_ira_int): Remove x_cost_classes.
30207         * ira-costs.c: Fix formatting.
30208         (cost_classes, cost_classes_num): Remove.
30209         (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
30210         (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
30211         (cost_classes_del, cost_classes_htab): New.
30212         (cost_classes_aclass_cache, cost_classes_mode_cache): New.
30213         (initiate_regno_cost_classes, setup_cost_classes): New.
30214         (setup_regno_cost_classes_by_aclass): New.
30215         (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
30216         (record_reg_classes): Use regno_cost_classes instead of
30217         cost_classes.  Move checking opposite operand up.
30218         (record_address_regs): Use regno_cost_classes
30219         instead of cost_classes.
30220         (scan_one_insn): Ditto.  Use always general register.
30221         (print_allocno_costs): Use regno_cost_classes instead of
30222         cost_classes.
30223         (print_pseudo_costs): Ditto.  Use Reg_N_REFS.
30224         (find_costs_and_classes): Set up cost classes for each registers.
30225         Use also their mode for this.  Use regno_cost_classes instead of
30226         cost_classes.
30227         (setup_allocno_class_and_costs): Use regno_cost_classes instead of
30228         cost_classes.
30229         (free_ira_costs, ira_init_costs): Don't use cost_classes.
30230         (ira_costs, ira_set_pseudo_classes): Call
30231         initiate_regno_cost_classes and finish_regno_cost_classes.
30233         2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
30235         * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
30237         * target.def (ira_cover_classes): Remove.
30239         * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
30241         * doc/tm.texi.in: Ditto.
30243         * ira-conflicts.c: Remove mentioning cover classes from the file.
30244         Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Use
30245         ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST.  Fix formatting.
30247         * targhooks.c (default_ira_cover_classes): Remove.
30249         * targhooks.h (default_ira_cover_classes): Ditto.
30251         * haifa-sched.c: Remove mentioning cover classes from the file.
30252         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
30253         ira_pressure_classes and ira_pressure_classes_num instead of
30254         ira_reg_class_cover_size and ira_reg_class_cover.  Use
30255         sched_regno_pressure_class instead of sched_regno_cover_class.
30256         (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
30257         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30259         * ira-int.h: Add 2010 to Copyright.  Remove mentioning cover
30260         classes from the file.
30261         (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
30262         (struct object_hard_regs, struct object_hard_regs_node): New.
30263         (struct ira_object): New members profitable_hard_regs,
30264         hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
30265         (struct ira_allocno): Rename cover_class to aclass.  Rename
30266         cover_class_cost and updated_cover_class_cost to class_cost and
30267         updated_class_cost.  Remove splay_removed_p and
30268         left_conflict_size.  Add new members colorable_p.
30269         (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
30270         (ALLOCNO_COLORABLE_P): New macro.
30271         (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
30272         (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
30273         Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
30274         (OBJECT_...): Rename parameter C to O.
30275         (OBJECT_PROFITABLE_HARD_REGS): New macro.
30276         (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
30277         (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
30278         (struct target_ira_int): New members x_ira_max_memory_move_cost,
30279         x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
30280         x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
30281         x_ira_reg_pressure_class_p, x_ira_important_class_nums,
30282         x_ira_reg_class_superunion.  Rename x_prohibited_class_mode_reg to
30283         x_ira_prohibited_class_mode_reg.  Rename x_ira_reg_class_union to
30284         x_ira_reg_class_subunion.
30285         (ira_max_memory_move_cost, ira_max_register_move_cost)
30286         (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
30287         (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
30288         (ira_important_class_nums, ira_reg_class_superunion): New macros.
30289         (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
30290         (ira_reg_class_union): Rename to ira_reg_class_subunion.
30291         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
30292         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
30293         (ira_tune_allocno_costs_and_cover_classes): Rename to
30294         ira_tune_allocno_costs.
30295         (ira_debug_hard_regs_forest): New.
30296         (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
30297         (ira_object_conflict_iter_next): Fix comments.
30298         (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
30299         (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
30300         cover_class to aclass.
30301         (ira_allocate_and_accumulate_costs): Ditto.
30302         (ira_allocate_and_set_or_copy_costs): Ditto.
30304         * opts.c (decode_options): Remove ira_cover_class check.
30306         * ira-color.c: Remove mentioning cover classes from the file.  Use
30307         ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
30308         instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
30309         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
30310         (splay-tree.h): Remove include.
30311         (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
30312         before copy_freq_compare_func.
30313         (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
30314         (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
30315         New definitions.
30316         (hard_regs_roots, hard_regs_node_vec): Ditto.
30317         (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
30318         (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
30319         (finish_object_hard_regs, object_hard_regs_compare): Ditto.
30320         (create_new_object_hard_regs_node): Ditto.
30321         (add_new_object_hard_regs_node_to_forest): Ditto.
30322         (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
30323         (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
30324         Ditto.
30325         (print_hard_reg_set, print_hard_regs_subforest): Ditto.
30326         (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
30327         (remove_unused_object_hard_regs_nodes): Ditto.
30328         (enumerate_object_hard_regs_nodes): Ditto.
30329         (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
30330         (object_hard_regs_subnode_t): Ditto.
30331         (struct object_hard_regs_subnode): Ditto.
30332         (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
30333         (setup_object_hard_regs_subnode_index): Ditto.
30334         (get_object_hard_regs_subnodes_num): Ditto.
30335         (form_object_hard_regs_nodes_forest): Ditto.
30336         (finish_object_hard_regs_nodes_tree): Ditto.
30337         (finish_object_hard_regs_nodes_forest): Ditto.
30338         (allocnos_have_intersected_live_ranges_p): Rename to
30339         allocnos_conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
30340         (pseudos_have_intersected_live_ranges_p): Rename to
30341         conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
30342         (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
30343         (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
30344         (update_copy_costs): Remove assert.  Skip cost update if the hard
30345         reg does not belong the class.
30346         (assign_hard_reg): Process only profitable hard regs.
30347         (uncolorable_allocnos_num): Make it scalar.
30348         (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
30349         and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
30350         and ira_reg_class_max_nregs.
30351         (bucket_allocno_compare_func): Check frequency first.
30352         (sort_bucket): Add compare function as a parameter.
30353         (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
30354         (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
30355         (push_allocno_to_stack): Rewrite for checking new allocno
30356         colorability.
30357         (remove_allocno_from_bucket_and_push): Print cost too.  Remove assert.
30358         (push_only_colorable): Pass new parameter to sort_bucket.
30359         (push_allocno_to_spill): Remove.
30360         (allocno_spill_priority_compare): Make it inline and rewrite.
30361         (splay_tree_allocate, splay_tree_free): Remove.
30362         (allocno_spill_sort_compare): New function.
30363         (push_allocnos_to_stack): Sort allocnos for spilling once.  Don't
30364         build and use splay tree.  Choose first allocno in uncolorable
30365         allocno bucket to spill.  Remove setting spill cost.
30366         (all_conflicting_hard_regs): Remove.
30367         (setup_allocno_available_regs_num): Check only profitable hard
30368         regs.  Print info about hard regs nodes.
30369         (setup_allocno_left_conflicts_size): Remove.
30370         (put_allocno_into_bucket): Don't call
30371         setup_allocno_left_conflicts_size.  Use setup_left_conflict_sizes_p.
30372         (improve_allocation): New.
30373         (color_allocnos): Call setup_profitable_hard_regs,
30374         form_object_hard_regs_nodes_forest, improve_allocation,
30375         finish_object_hard_regs_nodes_forest.  Setup spill cost.
30376         (print_loop_title): Use pressure classes.
30377         (color_allocnso): Ditto.
30378         (do_coloring): Remove allocation and freeing splay_tree_node_pool
30379         and allocnos_for_spilling.
30380         (ira_sort_regnos_for_alter_reg): Don't setup members
30381         {first,next}_coalesced_allocno.
30382         (color): Remove allocating and freeing removed_splay_allocno_vec.
30383         (fast_allocation): Use ira_prohibited_class_mode_regs instead of
30384         prohibited_class_mode_regs.
30386         * ira-lives.c: Remove mentioning cover classes from the file.  Fix
30387         formatting.
30388         (update_allocno_pressure_excess_length): Use pressure classes.
30389         (inc_register_pressure, dec_register_pressure): Check for pressure
30390         class.
30391         (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
30392         pressure class.  Use ira_reg_class_nregs instead of
30393         ira_reg_class_max_nregs.
30394         (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
30395         (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
30396         (single_reg_class): Use ira_reg_class_nregs instead of
30397         ira_reg_class_max_nregs.
30398         (process_bb_node_lives): Use pressure classes.
30400         * ira-emit.c: Remove mentioning cover classes from the file.  Use
30401         ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Fix formatting.
30402         (change_loop): Use pressure classes.
30403         (modify_move_list): Call ira_set_allocno_class instead of
30404         ira_set_allocno_cover_class.
30406         * ira-build.c: Remove mentioning cover classes from the file.  Use
30407         ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
30408         ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST.  Use
30409         ALLOCNO_UPDATED_CLASS_COST instead of
30410         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
30411         (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
30412         (ira_create_allocno): Remove initialization of
30413         ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE.  Initialize
30414         ALLOCNO_COLORABLE_P.
30415         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
30416         Update conflict regs for the objects.
30417         (create_cap_allocno): Remove assert.  Don't propagate
30418         ALLOCNO_AVAILABLE_REGS_NUM.
30419         (ira_free_allocno_costs): New function.
30420         (finish_allocno): Change a part of code into call of
30421         ira_free_allocno_costs.
30422         (low_pressure_loop_node_p): Use pressure classes.
30423         (object_range_compare_func): Don't compare classes.
30424         (setup_min_max_conflict_allocno_ids): Ditto.
30426         * loop-invariant.c: Remove mentioning cover classes from the file.
30427         Use ira_pressure_classes and ira_pressure_classes_num instead of
30428         ira_reg_class_cover_size and ira_reg_class_cover.  Fix formatting.
30429         (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
30430         Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30431         Use reg_allocno_class instead of reg_cover_class.
30432         (get_inv_cost): Use instead ira_stack_reg_pressure_class of
30433         STACK_REG_COVER_CLASS.
30434         (get_regno_cover_class): Rename to get_regno_pressure_class.
30435         (move_loop_invariants): Initialize and finalize regstat.
30437         * ira.c: Remove mentioning cover classes from the file.  Add
30438         comments about coloring without cover classes.  Use ALLOCNO_CLASS
30439         instead of ALLOCNO_COVER_CLASS.  Fix formatting.
30440         (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
30441         setup_class_subset_and_memory_move_costs.
30442         (setup_stack_reg_pressure_class, setup_pressure_classes): New.
30443         (setup_cover_and_important_classes): Rename to
30444         setup_allocno_and_important_classes.
30445         (setup_class_translate_array): New.
30446         (setup_class_translate): Call it for allocno and pressure classes.
30447         (cover_class_order): Rename to allocno_class_order.
30448         (comp_reg_classes_func): Use ira_allocno_class_translate instead
30449         of ira_class_translate.
30450         (reorder_important_classes): Set up ira_important_class_nums.
30451         (setup_reg_class_relations): Set up ira_reg_class_superunion.
30452         (print_class_cover): Rename to print_classes.  Add parameter.
30453         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
30454         Print pressure classes too.
30455         (find_reg_class_closure): Rename to find_reg_classes.  Don't call
30456         setup_reg_subclasses.
30457         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
30458         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
30459         (setup_prohibited_class_mode_regs): Use
30460         ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
30461         (clarify_prohibited_class_mode_regs): New function.
30462         (ira_init_register_move_cost): Set up ira_max_register_move_cost,
30463         ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
30464         (ira_init_once): Initialize them.
30465         (free_register_move_costs): Process them.
30466         (ira_init): Move calls of find_reg_classes and
30467         setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
30468         Call clarify_prohibited_class_mode_regs.
30469         (ira_no_alloc_reg): Remove.
30470         (too_high_register_pressure_p): Use pressure classes.
30472         * sched-deps.c: Remove mentioning cover classes from the file.
30473         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
30474         ira_pressure_classes and ira_pressure_classes_num instead of
30475         ira_reg_class_cover_size and ira_reg_class_cover.
30476         (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
30477         sched_regno_pressure_class instead of sched_regno_cover_class.
30478         (mark_insn_pseudo_birth, mark_pseudo_death): Ditto.  Use
30479         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
30481         * ira.h: Add 2010 to Copyright.
30482         (ira_no_alloc_reg): Remove external.
30483         (struct target_ira): Rename x_ira_hard_regno_cover_class,
30484         x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
30485         x_ira_class_translate to x_ira_hard_regno_allocno_class,
30486         x_ira_allocno_classes_num, x_ira_allocno_classes, and
30487         x_ira_allocno_class_translate.  Add x_ira_pressure_classes_num,
30488         x_ira_pressure_classes, x_ira_pressure_class_translate, and
30489         x_ira_stack_reg_pressure_class.  Rename x_ira_reg_class_nregs to
30490         x_ira_reg_class_max_nregs.  Add x_ira_reg_class_min_nregs and
30491         x_ira_no_alloc_regs.
30492         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
30493         (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
30494         ira_allocno_classes_num and ira_allocno_classes.
30495         (ira_class_translate): Rename to ira_allocno_class_translate.
30496         (ira_pressure_classes_num, ira_pressure_classes): New definitions.
30497         (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
30498         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
30499         (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
30500         (ira_no_alloc_regs): New.
30502         * ira-costs.c: Add 2010 to Copyright.  Remove mentioning cover
30503         classes from the file.  Use ALLOCNO_CLASS instead of
30504         ALLOCNO_COVER_CLASS.  Use ALLOCNO_CLASS_COST instead of
30505         ALLOCNO_COVER_CLASS_COST.
30506         (regno_cover_class): Rename to regno_aclass.
30507         (record_reg_classes): Use ira_reg_class_subunion instead of
30508         ira_reg_class_union.
30509         (record_address_regs): Check overflow.
30510         (scan_one_insn): Ditto.
30511         (print_allocno_costs): Print total mem cost fore regional allocation.
30512         (print_pseudo_costs): Use REG_N_REFS.
30513         (find_costs_and_classes): Use classes intersected with them on the
30514         1st pass. Check overflow.  Use ira_reg_class_subunion instead of
30515         ira_reg_class_union.  Use ira_allocno_class_translate and
30516         regno_aclass instead of ira_class_translate and regno_cover_class.
30517         Modify code for finding regno_aclass.  Setup preferred classes for
30518         the next pass.
30519         (setup_allocno_cover_class_and_costs): Rename to
30520         setup_allocno_class_and_costs.  Use regno_aclass instead of
30521         regno_cover_class.  Use ira_set_allocno_class instead of
30522         ira_set_allocno_cover_class.
30523         (init_costs, finish_costs): Use regno_aclass instead of
30524         regno_cover_class.
30525         (ira_costs): Use setup_allocno_class_and_costs instead of
30526         setup_allocno_cover_class_and_costs.
30527         (ira_tune_allocno_costs_and_cover_classes): Rename to
30528         ira_tune_allocno_costs.  Check overflow.  Skip conflict hard regs
30529         by processing objects.  Use ira_reg_class_max_nregs instead of
30530         ira_reg_class_nregs.
30532         * rtl.h (reg_cover_class): Rename to reg_allocno_class.
30534         * sched-int.h: Remove mentioning cover classes from the file.
30535         (sched_regno_cover_class): Rename to sched_regno_pressure_class.
30537         * reginfo.c: Add 2010 to Copyright.  Remove mentioning cover
30538         classes from the file.
30539         (struct reg_pref): Rename coverclass into allocnoclass.
30540         (reg_cover_class): Rename to reg_allocno_class.
30542         * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
30544         * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
30546         * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
30548         * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
30550         * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
30552         * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
30554         * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
30556         * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
30558         * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
30560         * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
30562         * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
30563         (i386_ira_cover_classes): Ditto.
30565         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
30567         * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
30569         * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
30571         * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
30573         * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
30575         * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
30577         * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
30578         (mips_ira_cover_classes): Ditto.
30580         * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
30582         * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
30584         * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
30586         * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
30588         * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
30590         * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
30591         (IRA_COVER_CLASSES_VSX): Ditto.
30593         * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
30594         (rs6000_ira_cover_classes): Ditto.
30596         * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
30598         * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
30600         * config/score/score.h (IRA_COVER_CLASSES): Ditto.
30602         * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
30604         * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
30606         * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
30608         * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
30610         * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
30612         * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
30614         * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
30616 2011-03-29  Jakub Jelinek  <jakub@redhat.com>
30618         PR debug/48253
30619         * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
30620         dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
30621         dw_fde_unlikely_section_end_label, cold_in_std_section,
30622         dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
30623         Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
30624         fields.
30625         (output_fde): Use dw_fde_second_{begin,end} if second is
30626         true, otherwise dw_fde_{begin,end}.
30627         (output_call_frame_info): Test dw_fde_second_begin != NULL
30628         instead of dw_fde_switched_sections.
30629         (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
30630         fields, initialize new fields.  Initialize in_std_section
30631         unconditionally from the first partition.
30632         (dwarf2out_end_epilogue): Don't override dw_fde_end when
30633         dw_fde_second_begin is non-NULL.
30634         (dwarf2out_switch_text_section): Stop initializing removed
30635         dw_fde_struct fields, initialize new fields, initialize
30636         also dw_fde_end here.  Set dw_fde_switch_cfi even when
30637         dwarf2out_do_cfi_asm ().  Call var_location_switch_text_section.
30638         (struct var_loc_list_def): Add last_before_switch field.
30639         (arange_table, arange_table_allocated, arange_table_in_use,
30640         ARANGE_TABLE_INCREMENT, add_arange): Removed.
30641         (size_of_aranges): Count !in_std_section and !second_in_std_section
30642         hunks in fdes, instead of looking at arange_table_in_use.
30643         (output_aranges): Add aranges_length argument, don't call
30644         size_of_aranges here.  Instead of using aranges_table*
30645         emit ranges for fdes when !in_std_section resp.
30646         !second_in_std_section.
30647         (dw_loc_list): Break ranges crossing section switch.
30648         (convert_cfa_to_fb_loc_list): Likewise.  If switched sections,
30649         use dw_fde_second_end instead of dw_fde_end as end of last range.
30650         (gen_subprogram_die): Don't call add_arange.  Use
30651         dw_fde_{begin,end} for first partition and if switched
30652         section dw_fde_second_{begin,end} for the second.
30653         (var_location_switch_text_section_1,
30654         var_location_switch_text_section): New functions.
30655         (dwarf2out_begin_function): Initialize cold_text_section even
30656         when function_section () isn't text_section.
30657         (prune_unused_types): Don't walk arange_table.
30658         (dwarf2out_finish): Don't needlessly test
30659         flag_reorder_blocks_and_partition when testing cold_text_section_used.
30660         If info_section_emitted, call size_of_aranges and if it indicates
30661         non-empty .debug_aranges, call output_aranges with the computed
30662         size.  Stop using removed dw_fde_struct fields, use
30663         dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
30664         for second.
30666         PR debug/48203
30667         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
30668         create ENTRY_VALUE if incoming or address of incoming's MEM
30669         is a hard REG.
30670         * dwarf2out.c (mem_loc_descriptor): Don't emit
30671         DW_OP_GNU_entry_value of DW_OP_fbreg.
30672         * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
30673         on ENTRY_VALUE is able to find the canonical parameter VALUE.
30674         * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
30675         rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
30676         ENTRY_VALUE_EXPs.
30677         (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
30678         is a REG_P or MEM_P with REG_P address, compute hash directly
30679         instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
30680         (preserve_only_constants): Don't clear VALUES forwaring
30681         ENTRY_VALUE to some other VALUE.
30683 2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>
30685         * builtins.c (expand_builtin_memset_args): Use gen_int_mode
30686         instead of GEN_INT.
30688 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
30690         * cfgexpand.c (expand_gimple_cond): Always set the source location and
30691         block before expanding the statement.
30692         (expand_gimple_stmt_1): Likewise.  Set them here...
30693         (expand_gimple_stmt): ...and not here.  Tidy.
30694         * cfglayout.c (curr_insn_locator): Return 0 if the current location is
30695         unknown.
30697 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
30699         * Makefile.in: New rule for cprop.o.
30700         * gcse.c: Move constant/copy propagation to cprop.c.
30701         (compute_local_properties): Only handle expression tables.
30702         (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
30703         (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
30704         (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
30705         next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
30706         mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
30707         compute_cprop_data, find_used_regs, try_replace_reg,
30708         find_avail_set, cprop_jump, constprop_register, cprop_insn,
30709         local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
30710         fis_get_condition, implicit_set_cond_p, find_implicit_sets,
30711         find_bypass_set, reg_killed_on_edge, bypass_block,
30712         bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
30713         execute_rtl_cprop, pass_rtl_cprop): Move to...
30714         * cprop.c: ...here.  New file, constant/copy propagation for RTL
30715         moved from gcse.c to here with minor cleanups in duplicated code.
30717 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
30719         * config/i386/i386.c (flag_opts): Fix a typo in
30720         -mavx256-split-unaligned-store.
30722 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
30724         * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
30725         LIBCALL_VALUE): Remove macros.
30726         * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
30727         TARGET_FUNCTION_VALUE_REGNO_P): Define.
30728         (h8300_function_value, h8300_libcall_value,
30729         h8300_function_value_regno_p): New functions.
30731 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
30733         * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
30735 2011-03-28  Jeff Law  <law@redhat.com>
30737         * tree-ssa-threadupdate.c (redirect_edges): Call
30738         create_edge_and_update_destination_phis as needed.
30739         (create_edge_and_update_destination_phis): Accept new BB argument.
30740         All callers updated.
30741         (thread_block): Do not update the profile when threading around
30742         intermediate blocks.
30743         (thread_single_edge): Likewise.
30744         (determine_bb_domination_status): If BB is not a successor of the
30745         loop header, return NONDOMINATING.
30746         (register_jump_thread): Note when we register a jump thread around
30747         an intermediate block.
30748         * tree-ssa-threadedge.c (thread_around_empty_block): New function.
30749         (thread_across_edge): Use it.
30751 2011-03-28  Tristan Gingold  <gingold@adacore.com>
30753         * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
30754         when for_return is 2.
30756 2011-03-28  Jeff Law  <law@redhat.com>
30758         * var-tracking.c (canonicalize_values_mark): Delete unused
30759         lhs assignment.
30760         (canonicalize_values_star, set_variable_part): Likewise.
30761         (clobber_variable_part, delete_variable_part): Likewise.
30763 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
30765         * gcse.c (free_gcse_mem): Free reg_set_bitmap.
30767 2011-03-28  Martin Jambor  <mjambor@suse.cz>
30769         * tree-inline.c (expand_call_inline): Do not check that destination
30770         node is analyzed.
30771         (optimize_inline_calls): Assert that destination node is analyzed.
30772         * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
30773         not call tree_lowering_passes.
30774         * cgraph.h (cgraph_analyze_function): Declare.
30775         * cgraphunit.c (cgraph_analyze_function): Make public.
30777 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
30779         * config/sparc/sparc-opts.h: New.
30780         * config/sparc/sparc.c (sparc_handle_option, sparc_select,
30781         sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
30782         (sparc_option_override): Store processor_type enumeration rather
30783         than string in cpu_default.  Remove name and enumeration from
30784         cpu_table.  Directly default -mcpu then default -mtune from -mcpu
30785         without using sparc_select.  Use target_flags_explicit instead of
30786         fpu_option_set.
30787         * config/sparc/sparc.h (enum processor_type): Move to
30788         sparc-opts.h.
30789         (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
30790         * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
30791         HeaderInclude entry.
30792         (mcpu=, mtune=): Use Var and Enum.
30793         (sparc_processor_type): New Enum and EnumValue entries.
30795 2011-03-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30796             Iain Sandoe  <iains@gcc.gnu.org>
30798         PR target/48245
30799         * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
30801 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
30803         * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
30804         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
30805         Insert new statements at it in lieu of STMT.
30806         (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
30807         * tree-vect-stmts.c (vectorizable_store): Likewise.
30808         (vectorizable_load): Likewise.
30810 2011-03-28  Uros Bizjak  <ubizjak@gmail.com>
30812         * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
30813         (divtf3): Ditto.
30814         (multf3): Ditto.
30815         (subtf3): Ditto.
30817 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
30819         * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
30820         unaligned 256bit load/store.
30821         (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
30822         (*avx_movdqu<avxmodesuffix>): Likewise.
30824 2011-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
30826         PR target/48288
30827         * config/pa/predicates.md (reg_or_ior_operand): New predicate.
30828         * config/pa/pa.md (iordi3): Use new predicate in expander.
30829         (iorsi3): Likewise.
30831 2011-03-27  Anatoly Sokolov  <aesok@post.ru>
30833         * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
30834         FUNCTION_VALUE_REGNO_P): Remove macros.
30835         * config/mips/mips-protos.h (mips_function_value): Remove.
30836         * config/mips/mips.c (mips_function_value): Rename to...
30837         (mips_function_value_1): ... this. Make static.  Handle receiving
30838         the function type in 'fn_decl_or_type' argument.
30839         (mips_function_value, mips_libcall_value,
30840         mips_function_value_regno_p): New function.
30841         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
30842         TARGET_FUNCTION_VALUE_REGNO_P): Define.
30844 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
30846         * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
30847         and -mavx256-split-unaligned-store.
30848         (ix86_option_override_internal): Split 32-byte AVX unaligned
30849         load/store by default.
30850         (ix86_avx256_split_vector_move_misalign): New.
30851         (ix86_expand_vector_move_misalign): Use it.
30853         * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
30854         -mavx256-split-unaligned-store.
30856         * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
30857         256bit load/store.  Generate unaligned store on misaligned memory
30858         operand.
30859         (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
30860         256bit load/store.
30861         (*avx_movdqu<avxmodesuffix>): Likewise.
30863         * doc/invoke.texi: Document -mavx256-split-unaligned-load and
30864         -mavx256-split-unaligned-store.
30866 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
30868         PR target/38598
30869         * config/mips/mips.md (extendsidi2): Add an "l" alternative.
30870         Update commentary.
30872 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
30874         * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
30875         opno arguments with an expand_operand.  Use create_input_operand.
30876         (mips_prepare_builtin_target): Delete.
30877         (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
30878         functions.
30879         (mips_expand_builtin_direct): Use create_output_operand and
30880         mips_expand_builtin_insn.  Update call to mips_prepare_builtin_arg.
30881         (mips_expand_builtin_movtf): Likewise.  Use mips_expand_fp_comparison.
30882         (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
30884 2011-03-27  Ira Rosen  <ira.rosen@linaro.org>
30886         * config/arm/arm.c (arm_autovectorize_vector_sizes): New
30887         function.
30888         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
30890 2011-03-26  Eric Botcazou  <ebotcazou@adacore.com>
30892         * basic-block.h (fixup_abnormal_edges): Adjust prototype.
30893         * reload1.c (reload): Adjust call to fixup_abnormal_edges.  Rediscover
30894         basic blocks and call commit_edge_insertions directly.
30895         (fixup_abnormal_edges): Move from here to...
30896         * cfgrtl.c (fixup_abnormal_edges): ...here.  Only insert instructions
30897         on the edges and return whether some have actually been inserted.
30898         * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
30899         compensation code.
30901 2011-03-26  Andrey Belevantsev  <abel@ispras.ru>
30903         PR rtl-optimization/48144
30904         * sel-sched-ir.c (merge_history_vect): Factor out from ...
30905         (merge_expr_data): ... here.
30906         (av_set_intersect): Rename to av_set_code_motion_filter.
30907         Update all callers.  Call merge_history_vect when an expression
30908         is found in both sets.
30909         * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
30911 2011-03-26  Alan Modra  <amodra@gmail.com>
30913         * config/rs6000/predicates.md (word_offset_memref_op): Handle
30914         cmodel medium addresses.
30915         * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
30916         64-bit gpr loads and stores.
30917         (rs6000_secondary_reload_ppc64): New function.
30918         * config/rs6000/rs6000-protos.h: Declare it.
30919         * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
30921 2011-03-26  Alan Modra  <amodra@gmail.com>
30923         PR target/47487
30924         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
30925         GNU Go in traceback table.
30927 2011-03-25  Richard Henderson  <rth@redhat.com>
30929         * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
30930         if there are exactly 6 operands.
30931         (set_storage_via_setmem): Similarly.
30933 2011-03-25  Kai Tietz  <ktietz@redhat.com>
30935         * collect2.c (write_c_file_stat): Handle backslash
30936         as right-hand directory separator.
30937         (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
30938         checking just for slash.
30939         * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
30940         instead of checking for trailing slash.
30941         * gcc.c (record_temp_file): Use filename_cmp instead
30942         of strcmp.
30943         (do_spec_1): Likewise.
30944         (replace_outfile_spec_function): Likewise.
30945         (is_directory): Use filename_ncmp instead of strncmp.
30946         (print_multilib_info): Likewise.
30947         * gcov.c (find_source): Use filename_cmp instead
30948         instead of strcmp.
30949         (make_gcov_file_name): Fix order of slash/backslash
30950         checks.
30951         * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
30952         (add_standard_paths): Likewise.
30953         * mips-tfile.c (saber_stop): Handle backslash.
30954         * prefix.c (update_path): Use filename_ncmp instead of
30955         strncmp.
30956         * profile.c (output_location): Use filename_cmp instead
30957         of strcmp.
30958         * read-md.c (handle_toplevel_file): Handle backslash.
30959         * tlink.c (frob_extension):  Likewise.
30960         * tree-cfg.c (same_line_p): Use filename_cmp instead of
30961         strcmp.
30962         * tree-dump.c (dequeue_and_dump): Handle backslash.
30963         * tree.c (get_file_function_name): Likewise.
30964         * gengtype.c (read_input_list): Likewise.
30965         (get_file_realbasename): Likewise.
30966         (get_output_file_with_visibility): Use filename_cmp
30967         instead of strcmp.
30969 2011-03-25  Richard Sandiford  <richard.sandiford@linaro.org>
30971         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
30972         case to VFPv1.
30974 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
30976         * fold-const.c (expr_location_or): New function.
30977         (fold_truth_not_expr): Call it.
30979 2011-03-25  Jeff Law  <law@redhat.com>
30981         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
30982         va_end.
30983         * c-family/c-common.c (def_fn_type): Likewise.
30984         * emit-rtl.c (gen_rtvec): Likewise.
30985         * lto/lto-lang.c (def_fn_type): Likewise.
30987 2011-03-25  Richard Guenther  <rguenther@suse.de>
30989         * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
30990         also generate copies.
30991         (fini_copy_prop): Handle constant values properly.
30993 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
30995         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
30996         mode size instead of bitsize with DWARF2_ADDR_SIZE.
30997         (hash_loc_operands, compare_loc_operands): Handle
30998         DW_OP_GNU_entry_value.
31000 2011-03-25  Kai Tietz  <ktietz@redhat.com>
31002         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
31003         (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
31004         * config/i386/i386.c (ix86_conditional_register_usage): Adjust
31005         comment and use macro TARGET_64BIT_MS_ABI instead.
31006         (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
31007         and change default behavior for 32-bit MS_ABI.
31008         (ix86_reg_parm_stack_space): Check additionally for bit-ness.
31009         (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
31010         32-bit, too.
31011         (ix86_cfun_abi): Likewise.
31012         (ix86_maybe_switch_abi): Adjust comment.
31013         (init_cumulative_args): Check for bit-ness in MS_ABI case.
31014         (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
31015         instead of checking for SYSV_ABI.
31016         (ix86_nsaved_sseregs): Likewise.
31017         (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
31018         to 16 bytes.
31019         (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
31020         * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
31021         (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
31022         (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
31023         * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
31025 2011-03-25  Richard Guenther  <rguenther@suse.de>
31027         * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
31028         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
31029         (verify_gimple): Remove.
31030         * tree-cfg.c (verify_gimple_call): Merge verification
31031         from verify_stmts.
31032         (verify_gimple_phi): Merge verification from verify_stmts.
31033         (verify_gimple_label): New function.
31034         (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
31035         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
31036         (verify_stmt): Merge into verify_gimple_in_cfg and callees.
31037         (verify_stmts): Rename to verify_gimple_in_cfg.
31038         (verify_gimple_in_cfg): New function.
31039         * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
31040         * tree-ssa.c (verify_ssa): Likewise.
31041         * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
31043 2011-03-25  Richard Guenther  <rguenther@suse.de>
31045         * passes.c (init_optimization_passes): Add FRE pass after
31046         early SRA.
31048 2011-03-25  Bernd Schmidt  <bernds@codesourcery.com>
31049             Andrew Stubbs  <ams@codesourcery.com>
31051         * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
31052         for Cortex-A8.
31053         (arm_movdi_vfp_cortexa8): New pattern.
31054         * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
31055         iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
31056         instructions when tuning for Cortex-A8.  Set attribute "arch".
31057         * config/arm/arm.md: Move include arm-tune.md up a bit.
31058         (define_attr "arch"): Add "onlya8" and "nota8" values.
31059         (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
31061 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
31063         PR bootstrap/48282
31064         Revert:
31065         2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31067         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
31068         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
31069         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
31070         * passes.c (init_optimization_passes): Move
31071         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
31073 2011-03-25  Kai Tietz  <ktietz@redhat.com>
31075         * c-typeck.c (comptypes_internal): Replace target
31076         hook call of comp_type_attributes by version in tree.c file.
31077         * gimple.c (gimple_types_compatible_p_1): Likewise.
31078         * tree-ssa.c (useless_type_conversion_p): Likewise.
31079         * tree.c (build_type_attribute_qual_variant): Likewise.
31080         (attribute_value_equal): New static helper function.
31081         (comp_type_attributes): New function.
31082         (merge_attributes): Use attribute_value_equal for comparison.
31083         (attribute_list_contained): Likewise.
31084         * tree.h (comp_type_attributes): New prototype.
31086 2011-03-25  Richard Guenther  <rguenther@suse.de>
31088         * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
31089         of complex types at -O0.
31090         (verify_gimple_assign_binary): Likewise.
31091         (verify_gimple_assign_ternary): Likewise.
31093 2011-03-24  Mark Wielaard  <mjw@redhat.com>
31095         * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
31096         (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
31098 2011-03-24  Mark Wielaard  <mjw@redhat.com>
31100         PR debug/48041
31101         * dwarf2out.c (output_abbrev_section): Only write table when
31102         abbrev_die_table_in_use > 1.
31104 2011-02-24  Richard Henderson  <rth@redhat.com>
31106         * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
31107         (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
31108         (alpha_expand_unaligned_load_words): Use extql.
31109         (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
31110         (emit_insxl): Handle all modes for consistency.
31112 2011-02-24  Richard Henderson  <rth@redhat.com>
31114         * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
31115         (alpha_expand_unaligned_load): Likewise.
31116         (alpha_expand_unaligned_store): Likewise.
31117         (alpha_expand_unaligned_load_words): Likewise.
31118         (alpha_expand_unaligned_store_words): Likewise.
31119         (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
31120         (alpha_split_lock_test_and_set_12): Likewise.
31121         (print_operand, alpha_fold_builtin_extxx): Likewise.
31122         (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
31123         * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
31124         (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
31125         (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
31126         (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
31127         (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
31128         (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
31129         (unaligned_storeqi_be, unaligned_storehi_be): Remove.
31130         (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
31131         (extwl, extll, extql): Similarly.
31132         (inswh, inslh, insqh): Similarly.
31133         (mskbl, mskwl, mskll, mskql): Similarly.
31134         (mskwh, msklh, mskqh): Similarly.
31136 2011-02-24  Richard Henderson  <rth@redhat.com>
31138         * config/alpha/alpha.md (attribute isa): Add er, ner.
31139         (attribute enabled): Handle them.
31140         (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
31142 2011-02-24  Richard Henderson  <rth@redhat.com>
31144         * config/alpha/alpha.md (attribute isa): Add vms.
31145         (attribute enabled): Handle it.
31146         (*movsf): Merge *movsf_{nofix,fix,nofp}.
31147         (*movdf): Merge *movdf_{nofix,fix,nofp}.
31148         (*movtf): Rename from *movtf_internal for consistency.
31149         (*movsi): Merge with *movsi_nt_vms.
31150         (*movhi): Merge *movhi_nobwx, *movhi_bwx.
31151         (*movqi): Merge *movqi_nobwx, *movqi_bwx.
31152         (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
31153         * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
31155 2011-02-24  Richard Henderson  <rth@redhat.com>
31157         * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
31158         (extendqisi2, extendhisi2): Likewise.
31159         (extendqidi2): Simplify BWX/non-BWX expansions.
31160         (extendhidi2): Similarly.
31162 2011-02-24  Richard Henderson  <rth@redhat.com>
31164         * config/alpha/alpha.md (attribute isa): New.
31165         (attribute enabled): New.
31166         (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
31167         (zero_extendqisi2, zero_extendqidi2): Similarly.
31168         (zero_extendhisi2, zero_extendhidi2): Similarly.
31169         * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
31171 2011-02-24  Richard Henderson  <rth@redhat.com>
31173         * config/alpha/predicates.md (input_operand): Revert last change;
31174         update comment to mention 32-bit VMS rather than Windows.
31176 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31178         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
31179         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
31180         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
31181         * passes.c (init_optimization_passes): Move
31182         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
31184 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
31186         * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
31188 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
31190         * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
31191         correctly.
31193 2011-03-24  Jakub Jelinek  <jakub@redhat.com>
31195         PR debug/48204
31196         * simplify-rtx.c (simplify_const_unary_operation): Call
31197         real_convert when changing mode class with FLOAT_EXTEND.
31199 2011-03-24  Nick Clifton  <nickc@redhat.com>
31201         * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
31202         (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
31203         * config/rx/rx.c (rx_option_override): Set align_jumps,
31204         align_loops and align_labels if not set by the user.
31205         (rx_align_for_label): New function.
31206         (rx_max_skip_for_label): New function.
31207         (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
31208         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
31209         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
31210         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
31211         * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
31213 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
31215         PR rtl-optimization/48263
31216         * optabs.c (expand_binop_directly): Reinstate convert_modes code
31217         and original commutative_p handling.  Use maybe_gen_insn.
31219 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31221         * reload.c (find_reloads_subreg_address): Add address_reloaded
31222         parameter and return true there if the full address has been
31223         reloaded.
31224         (find_reloads_toplev): Pass address_reloaded flag.
31225         (find_reloads_address_1): Don't use address_reloaded parameter.
31227 2011-03-24  Jeff Law  <law@redhat.com>
31229         * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
31230         unused variable "ann".
31231         (remove_unused_locals): Likewise.
31233         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
31234         statement.
31236         * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
31237         after it is freed.
31239 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31241         * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
31242         for invalid symbolic addresses.
31243         (s390_secondary_reload): Don't use s390_check_symref_alignment for
31244         larl operands.
31246 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
31248         * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
31249         the argument in calls to fold_truth_not_expr.
31251 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31253         * tree.c (record_node_allocation_statistics): New function.
31254         (make_node_stat, copy_node_stat, build_string): Call it.
31255         (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
31256         (build1_stat, build_omp_clause): Likewise.
31258 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
31260         * builtins.c (expand_movstr): Fix endp == 1 adjustment after
31261         last commit.
31263 2011-03-24  Richard Guenther  <rguenther@suse.de>
31265         PR tree-optimization/48271
31266         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
31267         blocks that still exist.
31269 2011-03-24  Richard Guenther  <rguenther@suse.de>
31271         PR tree-optimization/48270
31272         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
31273         not free datarefs before ddrs.
31275 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
31277         * tree-sra.c (build_ref_for_offset): Strip useless type conversions
31278         from the address built for a reference with variable offset.
31280 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
31282         PR target/48237
31283         * config/i386/i386.md (*movdf_internal_rex64): Do not split
31284         alternatives that can be handled with movq or movabsq insn.
31285         (*movdf_internal): Disable for !TARGET_64BIT.
31286         (*movdf_internal_nointeger): Ditto.
31287         * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
31289 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
31291         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
31292         (FUNCTION_ARG_ADVANCE): Likewise.
31293         * tm.texi.in: Change references to them to hook references.
31294         * tm.texi: Regenerate.
31295         * targhooks.c (default_function_arg): Eliminate check for target macro.
31296         (default_function_incoming_arg): Likewise.
31297         (default_function_arg_advance): Likewise.
31298         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
31299         (function_arg_advance): Likewise.
31300         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
31302 2011-03-24  Richard Guenther  <rguenther@suse.de>
31304         PR middle-end/48269
31305         * tree-object-size.c (addr_object_size): Do not double-account
31306         for MEM_REF offsets.
31308 2011-03-24  Diego Novillo  <dnovillo@google.com>
31310         * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
31311         * lto-streamer-in.c (input_string_internal): Add clarifying comments.
31312         (lto_input_data_block): Move from lto-opts.c.  Make extern.
31313         Update all users.
31314         (lto_input_string): Rename from input_string.  Make extern.
31315         Update all users.
31316         * lto-streamer-out.c (lto_output_string_with_length): Rename from
31317         output_string_with_length.
31318         Output 0 to indicate a non-NULL string.  Update all callers to
31319         not emit 0.
31320         (lto_output_string): Rename from output_string.  Make extern.
31321         Update all users.
31322         (lto_output_decl_state_streams): Make extern.
31323         (lto_output_decl_state_refs): Make extern.
31324         * lto-streamer.h (lto_input_string): Declare.
31325         (lto_input_data_block): Declare.
31326         (lto_output_string): Declare.
31327         (lto_output_string_with_length): Declare.
31328         (lto_output_decl_state_streams): Declare.
31329         (lto_output_decl_state_refs): Declare.
31331 2011-03-24  Richard Guenther  <rguenther@suse.de>
31333         PR tree-optimization/46562
31334         * tree.c (build_invariant_address): New function.
31335         * tree.h (build_invariant_address): Declare.
31336         * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
31337         a renamed function moved ...
31338         * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
31339         Take valueization callback parameter.
31340         * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
31341         * gimple-fold.h: New file.
31342         * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
31343         (ccp_fold, fold_const_aggregate_ref,
31344         fold_ctor_reference, fold_nonarray_ctor_reference,
31345         fold_array_ctor_reference, fold_string_cst_ctor_reference,
31346         get_base_constructor): Move ...
31347         * gimple-fold.c: ... here.
31348         (gimple_fold_stmt_to_constant_1): New function
31349         split out from ccp_fold.  Take a valueization callback parameter.
31350         Valueize all operands.
31351         (gimple_fold_stmt_to_constant): New wrapper function.
31352         (fold_const_aggregate_ref_1): New function split out from
31353         fold_const_aggregate_ref.  Take a valueization callback parameter.
31354         (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
31355         * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
31356         invariant POINTER_PLUS_EXPRs to invariant form.
31357         (vn_valueize): New function.
31358         (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
31359         * tree-vrp.c (vrp_valueize): New function.
31360         (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
31361         to fold statements to constants.
31362         * tree-ssa-pre.c (eliminate): Properly guard propagation of
31363         function declarations.
31364         * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
31365         tree-ssa-ccp.o): Add gimple-fold.h dependencies.
31367 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
31369         * config/h8300/predicates.md (jump_address_operand): Fix register
31370         mode check.
31372 2011-03-24  Ira Rosen  <ira.rosen@linaro.org>
31374         * doc/invoke.texi (max-stores-to-sink): Document.
31375         * params.h (MAX_STORES_TO_SINK): Define.
31376         * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
31377         if either vectorization or if-conversion is disabled.
31378         * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
31379         tree-vect-data-refs.c vect_equal_offsets.
31380         (dr_equal_offsets_p): New function.
31381         (find_data_references_in_bb): Remove static.
31382         * tree-data-ref.h (find_data_references_in_bb): Declare.
31383         (dr_equal_offsets_p): Likewise.
31384         * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
31385         (vect_drs_dependent_in_basic_block): Update calls to
31386         vect_equal_offsets.
31387         (vect_check_interleaving): Likewise.
31388         * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
31389         (cond_if_else_store_replacement): Rename to...
31390         (cond_if_else_store_replacement_1): ... this.  Change arguments and
31391         documentation.
31392         (cond_if_else_store_replacement): New function.
31393         * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
31394         * params.def (PARAM_MAX_STORES_TO_SINK): Define.
31396 2011-03-23  Chung-Lin Tang  <cltang@codesourcery.com>
31398         PR target/46934
31399         * config/arm/arm.md (casesi): Use the gen_int_mode() function
31400         to subtract lower bound instead of GEN_INT().
31402 2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
31404         PR other/48179
31405         PR other/48221
31406         PR other/48234
31407         * doc/extend.texi (Alignment): Move section to match order in TOC.
31408         * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
31409         (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
31411 2011-03-23  Jeff Law  <law@redhat.com>
31413         * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
31414         before removing the edge.
31416         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
31417         it may have been freed by redirect_branch_edge or
31418         redirect_edge_succ_nodup.
31420 2011-03-23  Richard Guenther  <rguenther@suse.de>
31422         * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
31423         (check_va_list_escapes): Likewise.
31424         (check_all_va_list_escapes): Likewise.
31426 2011-03-23  Richard Guenther  <rguenther@suse.de>
31428         * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
31429         (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
31430         (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
31431         (alias.o): Likewise.
31432         (ipa-type-escape.o): Remove.
31433         (ipa-struct-reorg.o): Likewise.
31434         (GTFILES): Remove ipa-struct-reorg.c.
31435         * alias.c: Do not include ipa-type-escape.h.
31436         * tree-ssa-alias.c: Likewise.
31437         * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
31438         * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
31439         * passes.c (init_optimization_passes): Remove ipa-struct-reorg
31440         and ipa-type-escape passes.
31441         * tree-pass.h (pass_ipa_type_escape): Remove.
31442         (pass_ipa_struct_reorg): Likewise.
31443         * ipa-struct-reorg.h: Remove.
31444         * ipa-struct-reorg.c: Likewise.
31445         * ipa-type-escape.h: Likewise.
31446         * ipa-type-escape.c: Likewise.
31447         * doc/invoke.texi (-fipa-struct-reorg): Remove.
31448         (--param struct-reorg-cold-struct-ratio): Likewise.
31449         * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
31450         * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
31451         * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
31453 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31455         * config/s390/2084.md: Enable all insn reservations also for z9_ec
31456         cpu attribute value.
31457         * config/s390/s390-opts.h (enum s390_arch_option): Remove.
31458         (enum processor_type): Add PROCESSOR_2094_Z9_EC.
31459         * config/s390/s390.c (processor_flags_table): New constant array.
31460         (s390_handle_arch_option): Remove.
31461         (s390_handle_option): Remove s390_handle_arch_option invocations
31462         and OPT_mwarn_framesize_ handling.
31463         (s390_option_override): Remove s390_handle_arch_option invocation.
31464         (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
31465         warnings.
31466         * config/s390/s390.md (cpu attribute): Add z9_ec value.
31467         * config/s390/s390.opt (s390_tune, s390_arch)
31468         (march=): Replace s390_arch_option enum and values with
31469         processor_type.  Set variable name to s390_arch.  Set
31470         initialization value.
31471         (mtune=): Replace s390_arch_option with processor_type.  Set
31472         variable name to s390_tune.  Set initialization value.
31474 2011-03-23  Julian Brown  <julian@codesourcery.com>
31476         * expr.c (expand_expr_real_1): Only use BLKmode for volatile
31477         accesses which are not naturally aligned.
31479 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
31481         PR target/47553
31482         * config/arm/predicates.md (neon_lane_number): Accept 0..15.
31484 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
31486         * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
31487         parameter from "int" to "enum insn_code".
31488         (expand_operand_type): New enum.
31489         (expand_operand): New structure.
31490         (create_expand_operand): New function.
31491         (create_fixed_operand, create_output_operand): Likewise
31492         (create_input_operand, create_convert_operand_to): Likewise.
31493         (create_convert_operand_from, create_address_operand): Likewise.
31494         (create_integer_operand): Likewise.
31495         (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
31496         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
31497         (expand_insn, expand_jump_insn): Likewise.
31498         * builtins.c (expand_builtin_prefetch): Use the new interfaces.
31499         (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
31500         (expand_movstr, expand_builtin___clear_cache): Likewise.
31501         (expand_builtin_lock_release): Likewise.
31502         * explow.c (allocate_dynamic_stack_space): Likewise.
31503         (probe_stack_range): Likewise.  Allow check_stack to FAIL,
31504         and use the default handling in that case.
31505         * expmed.c (check_predicate_volatile_ok): Delete.
31506         (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
31507         (emit_cstore): Likewise.
31508         * expr.c (emit_block_move_via_movmem): Likewise.
31509         (set_storage_via_setmem, expand_assignment): Likewise.
31510         (emit_storent_insn, try_casesi): Likewise.
31511         (emit_single_push_insn): Likewise.  Allow the expansion to fail.
31512         * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
31513         (expand_vec_shift_expr, expand_binop_directly): Likewise.
31514         (expand_twoval_unop, expand_twoval_binop): Likewise.
31515         (expand_unop_direct, emit_indirect_jump): Likewise.
31516         (emit_conditional_move, vector_compare_rtx): Likewise.
31517         (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
31518         (expand_sync_operation, expand_sync_fetch_operation): Likewise.
31519         (expand_sync_lock_test_and_set): Likewise.
31520         (maybe_emit_unop_insn): Likewise.  Change icode to an insn_code.
31521         (emit_unop_insn): Likewise.
31522         (expand_copysign_absneg): Change icode to an insn_code.
31523         (create_convert_operand_from_type): New function.
31524         (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
31525         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
31526         (expand_insn, expand_jump_insn): Likewise.
31527         * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
31528         than const_int_operand for operand 2.
31530 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31532         * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
31533         if possible.
31535 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31537         * emit-rtl.c (emit_pattern_before_noloc): New function.
31538         (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
31539         (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
31540         (emit_pattern_after_noloc): New function.
31541         (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
31542         (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
31544 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
31546         * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
31547         (__ffsDI2): Likewise.
31549 2011-03-22  Richard Henderson  <rth@redhat.com>
31551         * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
31552         of !TARGET_ABI_OPEN_VMS.
31553         (alpha_trampoline_init, alpha_start_function): Likewise.
31554         (alpha_expand_epilogue, alpha_file_start): Likewise.
31555         * config/alpha/alpha.md (divsi3, modsi3): Likewise.
31556         (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
31557         (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
31558         (*divmodsi_internal, *divmoddi_internal_er): Likewise.
31559         (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
31561 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31563         * config/s390/s390-opts.h: New.
31564         * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
31565         s390_arch_flags, s390_warn_framesize, s390_stack_size,
31566         s390_stack_guard): Remove.
31567         (s390_handle_arch_option): Return void.  Take enum
31568         s390_arch_option value instead of string and searching array.
31569         (s390_handle_option): Don't assert that global structures are in
31570         use.  Access variables via opts pointer.  Use error_at.  Don't use
31571         sscanf for -mstack-guard= or -mstack-size=.  Update call to
31572         s390_handle_arch_option.
31573         (s390_option_override): Update call to s390_handle_arch_option.
31574         (s390_emit_prologue): Use %d format for s390_stack_size in
31575         diagnostic.  Use %wd for HOST_WIDE_INT.
31576         * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
31577         (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
31578         * config/s390/s390.opt (config/s390/s390-opts.h): New
31579         HeaderInclude entry.
31580         (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
31581         s390_arch_flags, s390_warn_framesize): New Variable entries.
31582         (s390_arch_option): New Enum and EnumValue entries.
31583         (march=): Use Enum instead of Var.
31584         (mstack-guard=, mstack-size=): Use UInteger and Var.
31585         (mtune=): Use Enum.
31587 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31589         * config/score/score.c (score_handle_option): Don't assert that
31590         global structures are in use.  Access target_flags via opts
31591         pointer.  Use value of -march= option to determine target_flags
31592         settings.
31593         * config/score/score.opt (march=): Use Enum.
31594         (score_arch): New Enum and EnumValue entries.
31596 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31598         * config/mep/mep.c (option_mtiny_specified): Remove.
31599         (mep_option_override): Move register handling for -mivc2 from
31600         mep_handle_option.  Use global_options_set.x_mep_tiny_cutoff
31601         instead of option_mtiny_specified.
31602         (mep_handle_option): Access target_flags via opts pointer.  Don't
31603         assert that global structures are in use.  Defer part of -mivc2
31604         handling and move it to mep_option_override.
31605         * config/mep/mep.opt (IVC2): New Mask entry.
31606         (mivc2): Use Var and Defer instead of Mask.
31608 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31610         * config/v850/v850-opts.h: New.
31611         * config/v850/v850.c (small_memory): Replace with
31612         small_memory_physical_max array.  Make that array static const.
31613         (v850_handle_memory_option): Take integer value of argument.  Take
31614         gcc_options pointer, option text and location.  Return void.
31615         Update for changes to small memory structures.
31616         (v850_handle_option): Access target_flags via opts pointer.  Don't
31617         assert that global structures are in use.  Update calls to
31618         v850_handle_memory_option.
31619         (v850_encode_data_area): Update references to small memory settings.
31620         * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
31621         (enum small_memory_type): Move to v850-opts.h.
31622         * config/v850/v850.opt (config/v850/v850-opts.h): New
31623         HeaderInclude entry.
31624         (small_memory_max): New Variable entry.
31625         (msda): Replace by pair of options msda= and msda-.  Use UInteger.
31626         (mtda, mzda): Likewise.
31628 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31630         * config/sh/sh.c (sh_handle_option): Access target_flags via opts
31631         pointer.  Don't assert that global structures are in use.
31633 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31635         * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
31636         via opts pointer.  Don't assert that global structures are in use.
31638 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31640         * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
31641         (munix=93): Use Var.
31642         * config/pa/pa-hpux1010.opt (munix=95): Use Var.
31643         * config/pa/pa-hpux1111.opt (munix=98): Use Var.
31644         * config/pa/pa-opts.h: New.
31645         * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
31646         (pa_handle_option): Don't assert that global structures are in
31647         use.  Access target_flags via opts pointer.  Don't handle
31648         OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
31649         OPT_munix_98 here.
31650         (pa_option_override): Handle deferred OPT_mfixed_range_.
31652 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31654         * config/mn10300/mn10300-opts.h: New.
31655         * config/mn10300/mn10300.c (mn10300_processor,
31656         mn10300_tune_string): Remove.
31657         (mn10300_handle_option): Don't assert that global structures are
31658         in use.  Access mn10300_processor via opts pointer.  Don't handle
31659         OPT_mtune_ here.
31660         * config/mn10300/mn10300.h (enum processor_type): Move to
31661         mn10300-opts.h.
31662         (mn10300_processor): Remove.
31663         * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
31664         HeaderInclude entry.
31665         (mn10300_processor): New Variable entry.
31666         (mtune=): Use Var.
31668 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31670         * config/microblaze/microblaze.c: Don't include opts.h.
31671         (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
31672         * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
31673         (mno-clearbss): Use Var and Warn.
31675 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31677         * config/m32r/m32r-opts.h: New.
31678         * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
31679         (m32r_handle_option): Don't assert that global structures are in
31680         use.  Access target_flags and m32r_cache_flush_func via opts
31681         pointer.  Don't handle OPT_mmodel_, OPT_msdata_ or
31682         OPT_mno_flush_trap here.
31683         * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
31684         include of m32r-opts.h.
31685         * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
31686         HeaderInclude entry.
31687         (m32r_model_selected, m32r_sdata_selected): New Variable entries.
31688         (mmodel=): Use Enum and Var.
31689         (m32r_model): New Enum and EnumValue entries.
31690         (mno-flush-trap): Use Var.
31691         (msdata=): Use Enum and Var.
31692         (m32r_sdata): New Enum and EnumValue entries.
31694 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31696         * config/m32c/m32c.c: Don't include opts.h.
31697         (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
31698         m32c_handle_option): Remove.
31699         (m32c_option_override): Check global_options_set.x_target_memregs
31700         instead of target_memregs_set.
31701         * config/m32c/m32c.h (target_memregs): Remove.
31702         * config/m32c/m32c.opt (memregs=): Use UInteger with integer
31703         variable.
31705 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31707         * config/iq2000/iq2000-opts.h: New.
31708         * config/iq2000/iq2000.c: Don't include opts.h.
31709         (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
31710         * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
31711         * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
31712         HeaderInclude entry.
31713         (iq2000_tune): New Variable entry.
31714         (march=): Add comment.  Use Enum.
31715         (iq2000_arch): New Enum and EnumValue entries.
31716         (mcpu=): Use Enum and Var.
31717         (iq2000_tune): New Enum and EnumValue entries.
31719 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31721         * config/ia64/ia64-opts.h: New.
31722         * config/ia64/ia64.c (ia64_tune): Remove.
31723         (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
31724         here.  Use error_at.
31725         (ia64_option_override): Handle deferred OPT_mfixed_range_.
31726         * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
31727         * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
31728         HeaderInclude entry.
31729         (ia64_tune): New Variable entry.
31730         (mfixed-range=): Use Defer and Var.
31731         (mtune=): Use Enum and Var.
31732         (ia64_tune): New Enum and EnumValue entries.
31734 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31736         * config/frv/frv-opts.h: New.
31737         * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
31738         frv-opts.h.
31739         (frv_cpu_type): Remove.
31740         * config/frv/frv.c: Don't include opts.h.
31741         (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
31742         * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
31743         (frv_cpu_type): New Variable entry.
31744         (frv_cpu): New Enum and EnumValue entries.
31746 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31748         * config/cris/cris.c (cris_handle_option): Access target_flags via
31749         opts pointer.  Don't assert that global structures are in use.
31750         Don't call CRIS_SUBTARGET_HANDLE_OPTION.
31751         * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
31753 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31755         * config/bfin/bfin-opts.h: New.
31756         * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
31757         bfin_si_revision, bfin_workarounds): Remove.
31758         (bfin_cpus): Make static const.
31759         (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
31760         not bfin_lib_id_given.
31761         (bfin_handle_option): Don't set bfin_lib_id_given.  Access
31762         bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
31763         pointer. Use error_at.  Don't assert that global structures are in use.
31764         * config/bfin/bfin.h: Include bfin-opts.h.
31765         (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
31766         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
31767         * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
31768         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
31769         entries.
31771 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31773         * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
31774         * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
31775         or -msoft-float here.
31776         * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
31777         -msoft-float and -mhard-float.
31778         (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
31779         * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
31780         msoft-float.
31781         * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
31782         -msoft-float.
31783         (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
31784         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
31785         not mhard-float.
31786         (LIBGCC_SPEC): Don't handle -msoft-float.
31787         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
31788         -mhard-float.
31789         * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
31790         msoft-float.
31791         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
31792         -mfloat-abi=*, not -msoft-float and -mhard-float.
31793         * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
31794         -msoft-float.
31795         * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
31796         Use mfloat-abi=hard and mfloat-abi=soft in comments, not
31797         mhard-float and msoft-float.
31798         * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
31799         mfloat-abi=soft in comments, not mhard-float and msoft-float.
31800         * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
31801         mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
31802         mhard-float.
31803         * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
31804         mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
31805         msoft-float.
31806         * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
31807         not mhard-float.
31808         * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
31809         not msoft-float.
31811 2011-03-22  Richard Henderson  <rth@redhat.com>
31813         * config/alpha/alpha.c (alpha_expand_prologue): Don't test
31814         TARGET_ABI_WINDOWS_NT.
31815         (alpha_output_function_end_prologue): Likewise.
31816         * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
31817         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
31818         * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
31819         (trap, *movsi_nt_vms): Likewise.
31820         (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
31821         (*tablejump_osf_nt_internal): Remove.
31822         * config/alpha/predicates.md (input_operand): Only test Pmode.
31824 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31826         * config/alpha/alpha.c (alpha_handle_option): Access target_flags
31827         via opts pointer.  Use error_at.  Don't assert that global
31828         structures are in use.
31830 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31832         * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
31833         (ix86_handle_option): Access ix86_isa_flags and
31834         ix86_isa_flags_explicit via opts pointer.  Don't assert that
31835         global structures are in use.
31836         (ix86_function_specific_save, ix86_function_specific_restore):
31837         Update ix86_isa_flags_explicit field name.
31838         * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
31839         (ix86_isa_flags_explicit): Rename TargetSave entry to
31840         x_ix86_isa_flags_explicit.
31842 2011-03-22  Richard Henderson  <rth@redhat.com>
31844         * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
31845         (alpha_option_override, direct_return): Likewise.
31846         (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
31847         (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
31848         (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
31849         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
31850         (alpha_expand_epilogue, alpha_end_function): Likewise.
31851         (alpha_init_libfuncs): Likewise.
31852         (struct machine_function): Remove unicosmk members.
31853         (print_operand) ['t']: Remove.
31854         (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
31855         unicosmk_output_module_name, unicosmk_output_common,
31856         current_section_align, unicosmk_output_text_section_asm_op,
31857         unicosmk_output_data_section_asm_op, unicosmk_init_sections,
31858         unicosmk_section_type_flags, unicosmk_unique_section,
31859         unicosmk_asm_named_section, unicosmk_insert_attributes,
31860         unicosmk_output_align, unicosmk_defer_case_vector,
31861         unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
31862         SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
31863         unicosmk_output_ssib, unicosmk_add_call_info_word,
31864         unicosmk_extern_head, unicosmk_output_default_externs,
31865         unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
31866         unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
31867         unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
31868         * config/alpha/alpha-protos.h: Update.
31869         * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
31870         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
31871         (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
31872         (mulsi3): Don't test TARGET_ABI_UNICOSMK.
31873         (*mulsi_se, mulvsi3): Likewise.
31874         (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
31875         (*divmodsi_internal, call, call_value, realign): Likewise.
31876         (moddi3, umoddi3): Likewise; remove duplicate expander.
31877         (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
31878         (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
31879         (*movdi_nofix): Remove r/U alternative.
31880         (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
31881         * config/alpha/constraints.md ("U"): Remove.
31882         * config/alpha/predicates.md (call_operand"): Don't test
31883         TARGET_ABI_UNICOSMK.
31885 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31887         * target.def (handle_option): Take gcc_options and
31888         cl_decoded_option pointers and location_t.
31889         * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
31890         * doc/tm.texi: Regenerate.
31891         * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
31892         * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
31893         * lto-opts.c (lto_reissue_options): Generate option structure for
31894         targetm.handle_option call.
31895         * opts.c (target_handle_option): Update call to
31896         targetm.handle_option.  Remove assertions about values now passed
31897         down to hook.
31898         * targhooks.c (default_target_handle_option): New.
31899         * targhooks.h (default_target_handle_option): Declare.
31900         * config/alpha/alpha.c: Include opts.h.
31901         (alpha_handle_option): Update to new hook interface.
31902         * config/arm/arm.c: Include opts.h.
31903         (arm_handle_option): Update to new hook interface.
31904         * config/arm/t-arm (arm.o): Update dependencies.
31905         * config/bfin/bfin.c: Include opts.h.
31906         (bfin_handle_option): Update to new hook interface.
31907         * config/cris/cris.c: Include opts.h.
31908         (cris_handle_option): Update to new hook interface.
31909         * config/frv/frv.c: Include opts.h.
31910         (frv_handle_option): Update to new hook interface.
31911         * config/i386/i386.c: Include opts.h.
31912         (ix86_handle_option): Update to new hook interface.
31913         (ix86_valid_target_attribute_inner_p): Generate option structure
31914         for call to ix86_handle_option.
31915         * config/i386/t-i386 (i386.o): Update dependencies.
31916         * config/ia64/ia64.c: Include opts.h.
31917         (ia64_handle_option): Update to new hook interface.
31918         * config/ia64/t-ia64 (ia64.o): Update dependencies.
31919         * config/iq2000/iq2000.c: Include opts.h.
31920         (iq2000_handle_option): Update to new hook interface.
31921         * config/m32c/m32c.c: Include opts.h.
31922         (m32c_handle_option): Update to new hook interface.
31923         * config/m32r/m32r.c: Include opts.h.
31924         (m32r_handle_option): Update to new hook interface.
31925         * config/m68k/m68k.c: Include opts.h.
31926         (m68k_handle_option): Update to new hook interface.
31927         * config/mep/mep.c: Include opts.h.
31928         (mep_handle_option): Update to new hook interface.
31929         * config/microblaze/microblaze.c: Include opts.h.
31930         (microblaze_handle_option): Update to new hook interface.
31931         * config/mips/mips.c: Include opts.h.
31932         (mips_handle_option): Update to new hook interface.
31933         * config/mn10300/mn10300.c: Include opts.h.
31934         (mn10300_handle_option): Update to new hook interface.
31935         * config/pa/pa.c: Include opts.h.
31936         (pa_handle_option): Update to new hook interface.
31937         * config/pdp11/pdp11.c: Include opts.h.
31938         (pdp11_handle_option): Update to new hook interface.
31939         * config/rs6000/rs6000.c: Include opts.h.
31940         (rs6000_handle_option): Update to new hook interface.
31941         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
31942         * config/rx/rx.c: Include opts.h.
31943         (rx_handle_option): Update to new hook interface.
31944         * config/s390/s390.c: Include opts.h.
31945         (s390_handle_option): Update to new hook interface.
31946         * config/score/score.c: Include opts.h.
31947         (score_handle_option): Update to new hook interface.
31948         * config/sh/sh.c: Include opts.h.
31949         (sh_handle_option): Update to new hook interface.
31950         * config/sparc/sparc.c: Include opts.h.
31951         (sparc_handle_option): Update to new hook interface.
31952         * config/v850/v850.c: Include opts.h.
31953         (v850_handle_option): Update to new hook interface.
31955 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31957         * gcc.c (driver_unknown_option_callback): Only permit and save
31958         unknown -Wno- options.
31959         (driver_wrong_lang_callback): Save options directly instead of via
31960         driver_unknown_option_callback.
31962 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
31964         * combine.c (simplify_set): Try harder to find the best CC mode when
31965         simplifying a nested COMPARE on the RHS.
31967 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
31969         * config/alpha/gnu.h: Remove.
31970         * config/arc: Remove directory.
31971         * config/arm/netbsd.h: Remove.
31972         * config/arm/t-pe: Remove.
31973         * config/crx: Remove directory.
31974         * config/i386/netbsd.h: Remove.
31975         * config/m68hc11: Remove directory.
31976         * config/m68k/uclinux-oldabi.h: Remove.
31977         * config/mcore/mcore-pe.h: Remove.
31978         * config/mcore/t-mcore-pe: Remove.
31979         * config/netbsd-aout.h: Remove.
31980         * config/rs6000/gnu.h: Remove.
31981         * config/sh/sh-symbian.h: Remove.
31982         * config/sh/symbian-base.c: Remove.
31983         * config/sh/symbian-c.c: Remove.
31984         * config/sh/symbian-cxx.c: Remove.
31985         * config/sh/symbian-post.h: Remove.
31986         * config/sh/symbian-pre.h: Remove.
31987         * config/sh/t-symbian: Remove.
31988         * config/svr3.h: Remove.
31989         * config/vax/netbsd.h: Remove.
31990         * config.build: Don't handle i[34567]86-*-pe.
31991         * config.gcc: Remove handling of deprecations for most deprecated
31992         targets.
31993         (m68k-*-uclinuxoldabi*): Add to second deprecated list.
31994         (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
31995         i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
31996         m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
31997         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
31998         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
31999         Remove cases.
32000         * config.host: Don't handle i[34567]86-*-pe.
32001         * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
32002         (ASM_SPEC32): Don't handle -mcall-gnu.
32003         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
32004         -mcall-gnu.
32005         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
32006         STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
32007         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
32008         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
32009         (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
32010         * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
32011         conditional on SYMBIAN.
32012         * configure.ac: Don't handle powerpc*-*-gnu*.
32013         * configure: Regenerate.
32014         * doc/extend.texi (interrupt attribute): Don't mention CRX.
32015         * doc/install-old.texi (m6811, m6812): Don't mention.
32016         * doc/install.texi (arc-*-elf*): Don't document multilib option.
32017         (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
32018         (m68k-uclinuxoldabi): Don't mention.
32019         * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
32020         Remove.
32021         (-mcall-gnu): Remove.
32022         * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
32023         families): Remove constraint documentation.
32025 2011-03-22  Marius Strobl  <marius@FreeBSD.org>
32027         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
32028         (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
32029         (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
32031 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
32033         PR target/48226
32034         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
32035         vector when peeking at the next token for vector, don't expand the
32036         keywords.
32038 2011-03-21  Georg-Johann Lay  <avr@gjlay.de>
32040         * config/avr/avr-protos.h (expand_epilogue): Change prototype
32041         * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
32042         * config/avr/avr.c (init_cumulative_args)
32043         (avr_function_arg_advance): Use it.
32044         * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
32045         sibcall epilogues.
32046         (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
32047         (avr_function_ok_for_sibcall): ...this new function.
32048         (avr_lookup_function_attribute1): New static Function.
32049         (avr_naked_function_p, interrupt_function_p)
32050         (signal_function_p, avr_OS_task_function_p)
32051         (avr_OS_main_function_p): Use it.
32052         * config/avr/avr.md ("sibcall", "sibcall_value")
32053         ("sibcall_epilogue"): New expander.
32054         ("*call_insn", "*call_value_insn"): New insn.
32055         ("call_insn", "call_value_insn"): Remove
32056         ("call", "call_value", "epilogue"): Change expander to handle
32057         sibling calls.
32059 2011-03-21  Nick Clifton  <nickc@redhat.com>
32061         * doc/invoke.texi (Overall Options): Move closing brace to end of
32062         options list.
32063         (Optimization Options): Add missing @gol.
32064         (Directory Options): Likewise.
32065         (i386 and x86-64 Options): Likewise.
32066         (RS6000 and PowerPC Options): Likewise.
32067         (i386 and x86-64 Windows Options): Likewise.
32068         (V850 Options): Add text missing from descriptions.
32070 2011-03-22  Richard Henderson  <rth@redhat.com>
32072         * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
32073         (avr_incoming_return_addr_rtx): New.
32074         (emit_push_byte): New.
32075         (expand_prologue): Use it.  Remove incorrect dwarf annotation for
32076         SREG, RAMPZ, zero register.  Push frame pointer by bytes.  Add dwarf
32077         annotation for __prologue_saves__.  Fixup dwarf annotation for CFA.
32078         (emit_pop_byte): New.
32079         (expand_epilogue): Use it.  Pop frame pointer by bytes.
32080         * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
32081         (INCOMING_RETURN_ADDR_RTX): New.
32082         (INCOMING_FRAME_SP_OFFSET): New.
32083         (ARG_POINTER_CFA_OFFSET): New.
32084         * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
32085         (*pushhi, *pushsi, *pushsf, popqi): Likewise.
32086         (pophi): Remove.
32088         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
32090 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
32092         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
32093         (FUNCTION_ARG_ADVANCE): Likewise.
32094         * tm.texi.in: Change references to them to hook references.
32095         * tm.texi: Regenerate.
32096         * targhooks.c (default_function_arg): Eliminate check for target
32097         macro.
32098         (default_function_incoming_arg): Likewise.
32099         (default_function_arg_advance): Likewise.
32100         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
32101         (function_arg_advance): Likewise.
32102         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
32104 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
32106         * tree.c (build_call_1): New function.
32107         (build_call_valist, build_call_array_loc, build_call_vec): Call it.
32109 2011-03-22  Richard Guenther  <rguenther@suse.de>
32111         PR tree-optimization/48228
32112         * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
32113         for single-arg PHIs.
32115 2011-03-22  Andrey Belevantsev  <abel@ispras.ru>
32117         PR rtl-optimization/48143
32118         * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
32119         (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
32120         sse2_cvtps2pd): Likewise.
32122 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32124         * recog.c (canonicalize_change_group): Use validate_unshare_change.
32126 2011-03-22  Richard Guenther  <rguenther@suse.de>
32128         * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
32129         a valid RHS.  Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
32130         * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
32131         and REALIGN_LOAD_EXPR.
32132         (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
32133         DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
32134         * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
32135         DOT_PROD_EXPR case ...
32136         (expand_expr_real_2): ... here.
32137         * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
32138         and REALIGN_LOAD_EXPR.
32139         * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
32140         * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
32141         (vect_create_epilog_for_reduction): Likewise.
32142         (vectorizable_reduction): Likewise.
32143         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
32144         * tree-vect-stmts.c (vectorizable_load): Likewise.
32146 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
32148         * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
32150 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32152         * config/s390/s390.c (s390_delegitimize_address): Fix offset
32153         handling for PLTOFF/GOTOFF.
32155 2011-03-22  Nick Clifton  <nickc@redhat.com>
32157         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
32158         trailing backslash from the end of the macro definition.
32160 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32162         * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
32163         and PLT unspecs.
32165 2011-03-21  Richard Sandiford  <richard.sandiford@linaro.org>
32167         * expr.h (prepare_operand): Move to...
32168         * optabs.h (prepare_operand): ...here and change the insn code
32169         parameter from "int" to "enum insn_code".
32170         (insn_operand_matches): Declare.
32171         * expr.c (init_expr_target): Use insn_operand_matches.
32172         (compress_float_constant): Likewise.
32173         * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
32174         * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
32175         (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
32176         (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
32177         Likewise.
32178         (gen_cond_trap): Likewise.
32179         (prepare_operand): Likewise.  Change icode to an insn_code.
32180         (insn_operand_matches): New function.
32181         * reload.c (find_reloads_address_1): Use insn_operand_matches.
32182         * reload1.c (gen_reload): Likewise.
32183         * targhooks.c (default_secondary_reload): Likewise.
32185 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
32187         * config/alpha/alpha.md (unspec): New define_c_enum.
32188         (unspecv): Ditto.
32190 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
32192         PR debug/48214
32193         * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
32194         between a call and its CALL_ARG_LOCATION note.
32196 2011-03-21  Eric Botcazou  <ebotcazou@adacore.com>
32198         * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
32200 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
32202         PR c/42544
32203         PR c/48197
32204         * c-common.c (shorten_compare): If primopN is first sign-extended
32205         to opN and then zero-extended to result type, set primopN to opN.
32207 2011-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
32209         * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
32210         for barrier handlers.
32212 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
32214         * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
32215         UNSPEC constants to be in the unspec enumeration, and redefine
32216         all UNSPECV constants to be in the unspecv enumeration, so that
32217         dumps print which unspec/unspec_volatile this is.
32218         * config/rs6000/vector.md (UNSPEC_*): Ditto.
32219         * config/rs6000/paired.md (UNSPEC_*): Ditto.
32220         * config/rs6000/vsx.md (UNSPEC_*): Ditto.
32221         * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
32222         * config/rs6000/dfp.md (UNSPEC_*): Ditto.
32224         * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
32225         UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
32226         UNSPECV_LWSYNC, since these are used as unspec_volatile.
32227         * config/rs6000/sync.md (isync, lwsync): Ditto.
32229 2011-03-21  Richard Guenther  <rguenther@suse.de>
32231         * params.def (lto-min-partition): Fix typo.
32233 2011-03-21  Richard Guenther  <rguenther@suse.de>
32235         PR c/47939
32236         * c-decl.c (grokdeclarator): Drop to the main variant only
32237         for array types.  Drop flag_gen_aux_info check.
32239 2011-03-21  Richard Guenther  <rguenther@suse.de>
32241         PR translation/47911
32242         * params.def (lto-partitions): Fix typo.
32243         (lto-min-partition): Fix wording.
32245 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
32247         * config/rs6000/t-freebsd: Remove duplication from file.
32249 2011-03-21  Richard Guenther  <rguenther@suse.de>
32251         PR middle-end/47661
32252         * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
32254 2011-03-21  Richard Guenther  <rguenther@suse.de>
32256         PR lto/48210
32257         * params.def (lto-partitions): Require at least 1 partition.
32259 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32261         * gthr-solaris.h: Remove.
32262         * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
32263         * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
32264         (LIB_SPEC): Likewise.
32265         * config/sol2.opt (threads): Remove.
32266         * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
32267         (sparc*-*-solaris2*): Likewise.
32268         * configure.ac (enable_threads): Enable solaris support.
32269         * configure: Regenerate.
32270         * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
32271         * doc/install.texi (Configuration, --enable-threads=lib): Remove
32272         solaris.
32274 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32276         * config.gcc: Obsolete *-*-solaris2.8*.
32277         * doc/install.texi (Specific, *-*-solaris2*): Document it.
32279 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32281         PR bootstrap/48135
32282         * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
32283         reference.  Solaris 8 perl works.
32285 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32287         PR bootstrap/48135
32288         * doc/install.texi (Prerequisites): Move jar etc. up.
32289         Explain support library version requirements.
32291 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32293         PR bootstrap/48135
32294         * doc/install.texi (Prerequisites): Move Perl to build
32295         requirements.  Always necessary on Solaris 2 with Sun ld.
32297 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32299         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
32300         binutils 2.21.
32301         (Specific, i?86-*-solaris2.[89]): Likewise.
32302         (Specific, i?86-*-solaris2.10): Likewise.
32303         (Specific, mips-sgi-irix6): Likewise.
32304         (Specific, *-*-solaris2*): Remove Sun Studio download URL.
32305         Update for binutils 2.21.
32307 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32309         * configure.ac (gcc_cv_lto_plugin): Fix typo.
32310         Allow -fuse-linker-plugin for non-default plugin linker.
32311         * configure: Regenerate.
32313 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
32315         PR bootstrap/48167
32316         * gengtype.c (files_rules): Added rule for cp/parser.h.
32318 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
32320         PR target/48213
32321         * config/s390/s390.c (s390_delegitimize_address): Don't call
32322         lowpart_subreg if orig_x has BLKmode.
32324 2011-03-21  Kai Tietz  <ktietz@redhat.com>
32326         PR target/12171
32327         * doc/plugins.texi: Adjust documentation for plugin register_callback.
32328         * tree.h (attribute_spec): Add new member affects_type_identity.
32329         * attribs.c (empty_attribute_table): Adjust attribute_spec
32330         initializers.
32331         * config/alpha/alpha.c: Likewise.
32332         * config/arc/arc.c: Likewise.
32333         * config/arm/arm.c: Likewise.
32334         * config/avr/avr.c: Likewise.
32335         * config/bfin/bfin.c: Likewise.
32336         * config/crx/crx.c: Likewise.
32337         * config/darwin.h: Likewise.
32338         * config/h8300/h8300.c: Likewise.
32339         * config/i386/cygming.h: Likewise.
32340         * config/i386/i386.c: Likewise.
32341         * config/ia64/ia64.c: Likewise.
32342         * config/m32c/m32c.c: Likewise.
32343         * config/m32r/m32r.c: Likewise.
32344         * config/m68hc11/m68hc11.c: Likewise.
32345         * config/m68k/m68k.c: Likewise.
32346         * config/mcore/mcore.c: Likewise.
32347         * config/mep/mep.c: Likewise.
32348         * config/microblaze/microblaze.c: Likewise.
32349         * config/mips/mips.c: Likewise.
32350         * config/rs6000/rs6000.c: Likewise.
32351         * config/rx/rx.c: Likewise.
32352         * config/sh/sh.c: Likewise.
32353         * config/sol2.h: Likewise.
32354         * config/sparc/sparc.c: Likewise.
32355         * config/spu/spu.c: Likewise.
32356         * config/stormy16/stormy16.c: Likewise.
32357         * config/v850/v850.c: Likewise.
32359 2011-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
32361         * simplify-rtx.c (simplify_binary_operation_1): Handle
32362         (xor (and A B) C) case when B and C are both constants.
32364 2011-03-21  Mingjie Xing  <mingjie.xing@gmail.com>
32366         * tree-dfa.c (add_referenced_var): Fix typo in comment.
32368 2011-03-20  Eric Botcazou  <ebotcazou@adacore.com>
32370         PR bootstrap/48168
32371         * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
32373 2011-03-20  Jakub Jelinek  <jakub@redhat.com>
32375         PR rtl-optimization/48156
32376         * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
32377         assume df and df_lr are not NULL.
32379 2011-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
32381         PR debug/48023
32382         * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
32383         between a call and its CALL_ARG_LOCATION note.
32385 2011-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
32387         PR debug/48178
32388         * config/sh/sh.c (find_barrier): Don't emit a constant pool
32389         between a call and its corresponding CALL_ARG_LOCATION note.
32391 2011-03-19  Anatoly Sokolov  <aesok@post.ru>
32393         * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
32394         instead of loop. Use HARD_REGISTER_NUM_P predicate.
32395         * haifa-sched.c (setup_ref_regs): Ditto.
32396         * caller-save.c (add_used_regs_1): Ditto.
32397         * dse.c (look_for_hardregs): Ditto.
32398         * df-problems.c (df_simulate_one_insn_forwards): Ditto.
32399         * sched-rgn.c (check_live_1): Ditto.
32401 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
32403         * c-decl.c (diagnose_mismatched_decls): Give an error for
32404         redefining a typedef with variably modified type.
32406 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
32408         * c-decl.c (grokfield): Don't allow typedefs for structures or
32409         unions with no tag by default.
32410         * doc/extend.texi (Unnamed Fields): Update.
32412 2011-03-18  Uros Bizjak  <ubizjak@gmail.com>
32414         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
32415         Rewrite using indirect functions.
32416         (lwp_slwpcb): Ditto.
32417         * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
32418         (avx_vinsertf128<mode>): Ditto.
32420 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32422         * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
32423         unspecs.
32425 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32427         * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
32428         splitting between a call and its corresponding CALL_ARG_LOCATION note.
32430 2011-03-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
32432         PR rtl-optimization/48170
32433         * gcse.c (hoist_code): Remove bogus asserts.
32435 2011-03-18  Georg-Johann Lay  <avr@gjlay.de>
32437         * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
32438         computation for prologue/epilogue.
32440 2011-03-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32442         * Makefile.in (check-consistency): Remove.
32444 2011-03-18  Jakub Jelinek  <jakub@redhat.com>
32446         PR debug/48176
32447         * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
32448         arange_table_in_use is 0, but either text_section_used or
32449         cold_text_section_used is true.  Don't call it if
32450         !info_section_emitted.
32452 2011-03-18  Anatoly Sokolov  <aesok@post.ru>
32454         * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
32455         FUNCTION_VALUE_REGNO_P): Remove.
32456         * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
32457         Remove.
32458         * config/avr/avr.c (avr_ret_register): Make static inline.
32459         (avr_function_value_regno_p): New function.
32460         (avr_libcall_value): Make static. Add 'func' argument.
32461         (avr_function_value): Make static. Rename 'func' argument to
32462         'fn_decl_or_type', forward it to avr_libcall_value. Call
32463         avr_ret_register function instead of RET_REGISTER macro.
32464         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
32466 2011-03-18  Jason Merrill  <jason@redhat.com>
32468         PR c++/23372
32469         * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
32471 2011-03-18  Richard Guenther  <rguenther@suse.de>
32473         * doc/install.texi (--enable-gold): Remove.
32474         (--with-plugin-ld): Document.
32475         * doc/invoke.texi (-fuse-linker-plugin): Clarify.
32477 2011-03-18  Andrew Pinski  <pinskia@gmail.com>
32479         PR middle-end/47790
32480         * expr.c (optimize_bitfield_assignment_op): Revamp to work
32481         again after expansion changes.
32483 2011-03-18  Chung-Lin Tang  <cltang@codesourcery.com>
32485         * combine.c (try_combine): Do simplification only call of
32486         subst() on i2 even when i1 is present. Update comments.
32488 2011-03-18  Kaz Kojima  <kkojima@gcc.gnu.org>
32490         * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
32491         and UNSPEC_PCREL_SYMOFF.
32493 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32495         * config/s390/s390.md: Use define_c_enum for the unspec constant
32496         definitions.
32498 2011-03-18  Richard Henderson  <rth@redhat.com>
32499             Jakub Jelinek  <jakub@redhat.com>
32501         PR bootstrap/48161
32502         * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
32503         instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
32505 2011-03-17  Anatoly Sokolov  <aesok@post.ru>
32507         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
32508         * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
32509         * config/v850/v850.c (v850_output_addr_const_extra): Make static.
32510         Change return type to bool.
32511         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
32513 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32515         PR debug/48163
32516         * var-tracking.c (prepare_call_arguments): If CALL target
32517         is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
32518         pc instead of looking it up using cselib_lookup and use
32519         Pmode for it if x has VOIDmode.
32520         * dwarf2out.c (gen_subprogram_die): If also both first and
32521         second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
32523         PR debug/48163
32524         * function.c (assign_parms): For data.passed_pointer parms
32525         use MEM of data.entry_parm instead of data.entry_parm itself
32526         as DECL_INCOMING_RTL.
32527         * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
32528         also when passed and declared mode is the same, DECL_RTL
32529         is a MEM with pseudo as address and DECL_INCOMING_RTL is
32530         a MEM too.
32532 2011-03-16  Jeff Law  <law@redhat.com>
32534         PR rtl-optimization/37273
32535         * ira-costs.c (scan_one_insn): Detect constants living in memory and
32536         handle them like argument loads from stack slots.  Do not double
32537         count memory for memory constants and argument loads from stack slots.
32539 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
32541         PR debug/48160
32542         * var-tracking.c (prepare_call_arguments): Check SUBREG.
32544 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
32546         PR target/48171
32547         * config/i386/i386.opt: Add Save to -mavx and -mfma.
32549 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32551         PR bootstrap/48153
32552         * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
32553         if dwarf_strict.
32554         (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
32555         Clear call_arg_locations and call_arg_loc_last always.
32557         PR middle-end/48152
32558         * var-tracking.c (prepare_call_arguments): If argument needs to be
32559         passed by reference, adjust argtype and mode.
32561 2011-03-17  Richard Guenther  <rguenther@suse.de>
32563         PR middle-end/48134
32564         * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
32565         a value make sure to fold the statement.
32567 2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>
32569         PR target/43872
32570         * config/arm/arm.c (arm_get_frame_offsets): Adjust early
32571         return condition with !cfun->calls_alloca.
32573 2011-03-17  Richard Guenther  <rguenther@suse.de>
32575         PR bootstrap/48148
32576         * lto-cgraph.c (input_overwrite_node): Clear the abstract
32577         origin for decls in other ltrans units.
32578         (input_varpool_node): Likewise.
32580 2011-03-17  Richard Guenther  <rguenther@suse.de>
32582         PR middle-end/48165
32583         * tree-object-size.c (compute_object_offset): Properly return
32584         the offset operand of MEM_REFs as sizetype.
32586 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
32588         PR rtl-optimization/48141
32589         * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
32590         * dse.c: Include params.h.
32591         (active_local_stores_len): New variable.
32592         (add_wild_read, dse_step1): Clear it when setting active_local_stores
32593         to NULL.
32594         (record_store, check_mem_read_rtx): Decrease it when removing
32595         from the chain.
32596         (scan_insn): Likewise.  Increase it when adding to chain, if it
32597         reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
32598         set active_local_stores to NULL before the addition.
32599         * Makefile.in (dse.o): Depend on $(PARAMS_H).
32601         PR rtl-optimization/48141
32602         * dse.c (record_store): If no positions are needed in an insn
32603         that cannot be deleted, at least unchain it from active_local_stores.
32605 2011-03-16  Dodji Seketeli  <dodji@redhat.com>
32607         PR debug/47510
32608         * dwarf2out.c (strip_naming_typedef): Factorize out of ...
32609         (lookup_type_die_strip_naming_typedef): ... here.
32610         (get_context_die): Use it.
32611         (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
32612         the anonymous struct named by the naming typedef.
32614 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
32616         PR target/48154
32617         * config/i386/i386.c (ix86_builtin_vectorized_function): Check
32618         TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
32620 2011-03-16  Jeff Law  <law@redhat.com>
32622         * tree-vrp.c (identify_jump_threads): Slightly simplify type
32623         check for operands of conditional.  Allow type to be a pointer.
32625 2011-03-16  Richard Guenther  <rguenther@suse.de>
32627         PR tree-optimization/48149
32628         * fold-const.c (fold_binary_loc): Fold
32629         COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
32631 2011-03-16  Richard Guenther  <rguenther@suse.de>
32633         PR tree-optimization/26134
32634         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
32635         complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
32636         (non_rewritable_mem_ref_base): Handle complex type component
32637         accesses, constrain offsets for vector and complex extracts
32638         more properly.
32640 2011-03-16  Richard Guenther  <rguenther@suse.de>
32642         PR tree-optimization/48146
32643         * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
32644         operands avoiding the need for renaming.
32646 2011-03-16  Richard Guenther  <rguenther@suse.de>
32648         * gimple-fold.c (maybe_fold_reference): Open-code relevant
32649         constant folding.  Move MEM_REF canonicalization first.
32650         Rely on fold_const_aggregate_ref for initializer folding.
32651         * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
32653 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
32655         PR middle-end/48136
32656         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
32657         arg0/arg1 or their arguments are always fold converted to matching
32658         types.
32660         * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
32661         to nargs.
32663 2011-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32665         PR lto/46944
32666         * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
32667         Handle in-tree gold.
32668         (ld_vers): Extract binutils version for gold.
32669         (gcc_cv_ld_hidden): Handle gold here.
32670         (gcc_cv_lto_plugin): Determine level of linker plugin support.
32671         * configure: Regenerate.
32672         * config.in: Regenerate.
32673         * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
32674         -fuse-linker-plugin otherwise.
32675         (LINK_PLUGIN_SPEC): Define.  Extract from LINK_COMMAND_SPEC.
32676         (LINK_COMMAND_SPEC): Use it.
32677         (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
32679 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
32681         * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
32682         * calls.c: Remove debug.h include.
32683         (emit_call_1): Don't call virtual_call_token debug hook.
32684         * dwarf2out.c (debug_dcall_section, debug_vcall_section,
32685         dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
32686         vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
32687         size_of_dcall_table, output_dcall_table, size_of_vcall_table,
32688         output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
32689         vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
32690         dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
32691         dwarf2out_virtual_call): Remove.
32692         (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
32693         copy_call_info and virtual_call hooks.
32694         (dwarf2out_init): Don't initialize vcall_insn_table,
32695         debug_dcall_section and debug_vcall_section.
32696         (prune_unused_types): Don't mark nodes from dcall_table.
32697         (dwarf2out_finish): Don't output dcall or vcall tables.
32698         * final.c (final_scan_insn): Don't call direct_call or
32699         virtual_call debug hooks.
32700         * debug.h (struct gcc_debug_hooks): Remove direct_call,
32701         virtual_call_token, copy_call_info and virtual_call hooks.
32702         (debug_nothing_uid): Remove prototype.
32703         * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
32704         copy_call_info and virtual_call hooks.
32705         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
32706         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
32707         * debug.c (do_nothing_debug_hooks): Likewise.
32708         (debug_nothing_uid): Remove.
32709         * doc/invoke.texi (-fenable-icf-debug): Remove.
32710         * common.opt (-fenable-icf-debug): Likewise.
32712         * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
32713         * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
32714         call's MEM.  Handle functions returning aggregate through a hidden
32715         first pointer.  For virtual calls add clobbered pc to call arguments
32716         chain.
32717         * dwarf2out.c (gen_subprogram_die): Emit
32718         DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
32719         can't be emitted.
32721         PR debug/45882
32722         * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
32723         * rtl.h (ENTRY_VALUE_EXP): Define.
32724         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
32725         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
32726         * print-rtl.c (print_rtx): Likewise.
32727         * gengtype.c (adjust_field_rtx_def): Likewise.
32728         * var-tracking.c (vt_add_function_parameter): Adjust
32729         gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
32730         * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
32731         * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
32732         partition is a default definition of a PARM_DECL, use ENTRY_VALUE
32733         of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
32735         * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
32736         Call var_location debug hook even on CALL_INSNs.
32737         (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
32738         * rtl.def (ENTRY_VALUE): New.
32739         * dwarf2out.c: Include cfglayout.h.
32740         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
32741         output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
32742         (struct call_arg_loc_node): New type.
32743         (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
32744         tail_call_site_count): New variables.
32745         (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
32746         DW_TAG_GNU_call_site_parameter.
32747         (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
32748         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
32749         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
32750         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
32751         and DW_AT_GNU_all_source_call_sites.
32752         (mem_loc_descriptor): Handle ENTRY_VALUE.
32753         (add_src_coords_attributes): Don't add enything if
32754         DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
32755         (dwarf2out_abstract_function): Save and clear call_arg_location,
32756         call_site_count and tail_call_site_count around dwarf2out_decl call.
32757         (gen_call_site_die): New function.
32758         (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
32759         (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
32760         (dwarf2out_function_decl): Clear call_arg_locations,
32761         call_arg_loc_last, set call_site_count and tail_call_site_count
32762         to -1 and free block_map.
32763         (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
32764         CALL_INSNs.  Add NOTE_DURING_CALL_P var location notes even when not
32765         followed by any real instructions.
32766         (dwarf2out_begin_function): Set call_site_count and
32767         tail_call_site_count to 0.
32768         (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
32769         is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
32770         attempt to force a DIE for it and worst case remove the attribute.
32771         (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
32772         check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
32773         the decl itself.
32774         * var-tracking.c: Include tm_p.h.
32775         (vt_stack_adjustments): For calls call note_register_arguments.
32776         (argument_reg_set): New variable.
32777         (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
32778         ensure the VALUE is resolved.
32779         (call_arguments): New variable.
32780         (prepare_call_arguments): New function.
32781         (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
32782         (struct expand_loc_callback_data): Add ignore_cur_loc field.
32783         (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
32784         always use the best expression.
32785         (vt_expand_loc): Add ignore_cur_loc argument.
32786         (vt_expand_loc_dummy): Clear ignore_cur_loc field.
32787         (emit_note_insn_var_location): Adjust vt_expand_loc callers.
32788         (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
32789         note for all calls.
32790         (vt_add_function_parameter): Use cselib_lookup_from_insn.
32791         If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
32792         argument.  Don't call cselib_preserve_only_values and
32793         cselib_reset_table.
32794         (note_register_arguments): New function.
32795         (vt_initialize): Compute argument_reg_set.  Call
32796         vt_add_function_parameters before processing basic blocks instead of
32797         afterwards.  For calls call prepare_call_arguments before calling
32798         cselib_process_insn.
32799         * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
32800         * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
32801         (var-tracking.o): Depend on $(TM_P_H).
32802         * cfglayout.h (insn_scope): New prototype.
32803         * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
32804         * cfglayout.c (insn_scope): No longer static.
32805         * insn-notes.def (CALL_ARG_LOCATION): New.
32806         * calls.c (expand_call, emit_library_call_value_1): Put USEs for
32807         MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
32808         * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
32809         nothing for DECL_EXTERNAL BLOCK_VARS.
32811 2011-03-16  Alan Modra  <amodra@gmail.com>
32813         PR target/45844
32814         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
32815         create invalid offset address for vsx splat insn.
32816         * config/rs6000/predicates.md (splat_input_operand): New.
32817         * config/rs6000/vsx.md (vsx_splat_*): Use it.
32819 2011-03-15  Xinliang David Li  <davidxl@google.com>
32821         PR c/47837
32822         * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
32823         (normalize_preds): New function.
32824         (is_use_properly_guarded): Normalize def predicates.
32826 2011-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
32828         PR target/46788
32829         * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
32830         in the output template.
32832 2011-03-15  Richard Guenther  <rguenther@suse.de>
32834         PR middle-end/47650
32835         * tree-pretty-print.c (dump_function_declaration): Properly
32836         dump unprototyped and varargs function types.
32838 2011-03-15  Richard Guenther  <rguenther@suse.de>
32840         PR tree-optimization/13954
32841         * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
32842         and friends.
32844 2011-03-15  Richard Guenther  <rguenther@suse.de>
32846         PR tree-optimization/48037
32847         * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
32848         selects into BIT_FIELD_REFs.
32849         (non_rewritable_mem_ref_base): Check if a MEM_REF is a
32850         vector select.
32852 2011-03-15  Jakub Jelinek  <jakub@redhat.com>
32854         PR tree-optimization/48129
32855         * builtins.c (fold_builtin_snprintf): Convert to type of
32856         built_in_decls[BUILT_IN_SNPRINTF] retval instead of
32857         implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
32859 2011-03-15  Richard Guenther  <rguenther@suse.de>
32861         PR tree-optimization/41490
32862         * tree-ssa-dce.c (propagate_necessity): Handle returns without
32863         value but with VUSE.
32864         * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
32865         return statements.
32866         * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
32867         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
32868         * tree-tailcall.c (find_tail_calls): Ignore returns.
32870 2011-03-15  Richard Guenther  <rguenther@suse.de>
32872         PR middle-end/48031
32873         * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
32874         or variable-indexed array accesses when in gimple form.
32876 2011-03-15  Richard Guenther  <rguenther@suse.de>
32878         * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
32880 2011-03-15  Alan Modra  <amodra@gmail.com>
32882         PR target/48032
32883         * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
32884         presume symbol_refs without a symbol_ref_decl are suitably
32885         aligned, nor other trees we may see here.  Handle anchor symbols.
32886         (legitimate_constant_pool_address_p): Comment.  Add mode param.
32887         Check cmodel=medium addresses.  Adjust all calls.
32888         (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
32889         creating cmodel=medium optimized access to locals.
32890         * config/rs6000/constraints.md (R): Pass QImode to
32891         legitimate_constant_pool_address_p.
32892         * config/rs6000/predicates.md (input_operand): Pass mode to
32893         legitimate_constant_pool_address_p.
32894         * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
32895         Update prototype.
32897 2011-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
32899         PR target/48053
32900         * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
32901         64-bit constants being loaded into registers other than GPRs such
32902         as loading 0 into a VSX register.
32904 2011-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32906         * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
32908 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
32910         PR middle-end/47917
32911         * builtins.c (fold_builtin_snprintf): New function.
32912         (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
32913         (fold_builtin_4): Likewise.
32915         PR middle-end/38878
32916         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
32917         STRIP_NOPS on arg0 and arg1.  When optimizing X +- C == X
32918         and C - X == X also strip nops from +/-/p+ operand.
32919         When optimizing -X == C, fold C to arg0's type.
32921         PR debug/47946
32922         * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
32923         emit it as add_AT_int instead of add_AT_unsigned.
32925 2011-03-14  Tom Tromey  <tromey@redhat.com>
32927         * unwind-dw2.c: Include sys/sdt.h if it exists.
32928         (_Unwind_DebugHook): Use STAP_PROBE2.
32929         * config.in, configure: Rebuild.
32930         * configure.ac: Check for sys/sdt.h.
32932 2011-03-14  Uros Bizjak  <ubizjak@gmail.com>
32934         * config/i386/i386.md (ROUND_FLOOR): New constant.
32935         (ROUND_CEIL): Ditto.
32936         (ROUND_TRUNC): Ditto.
32937         (ROUND_MXCSR): Ditto.
32938         (ROUND_NO_EXC): Ditto.
32939         (rint<mode>2): Use new defines instead of numerical constants.
32940         (floor<mode>2): Ditto.
32941         (ceil<mode>2): Ditto.
32942         (btrunc<mode>2): Ditto.
32943         * config/i386/i386-builtin-types.def: Define ROUND function type
32944         aliases.
32945         * config/i386/i386.c (enum ix86_builtins): Add
32946         IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
32947         (struct builtin_description): Add
32948         __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
32949         (ix86_expand_sse_round): New static function.
32950         (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
32951         function types.
32952         (ix86_builtin_vectorized_function): Handle
32953         BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
32955 2011-03-14  Tom Tromey  <tromey@redhat.com>
32957         * c-parser.c (c_parser_asm_string_literal): Clear
32958         warn_overlength_strings.
32960 2011-03-14  Tom Tromey  <tromey@redhat.com>
32962         * c-parser.c (disable_extension_diagnostics): Save
32963         warn_overlength_strings.
32964         (restore_extension_diagnostics): Restore warn_overlength_strings.
32966 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
32968         * BASE-VER: Change to 4.7.0.
32970 2011-03-14  Richard Guenther  <rguenther@suse.de>
32972         PR middle-end/48098
32973         * tree.c (build_vector_from_val): Adjust assert to requirements
32974         and reality.
32976 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
32978         PR bootstrap/48102
32979         * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
32981 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
32983         * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
32984         terms of target_flags_explicit. Adjust copyright year.
32986         * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
32987         * config/rs6000/t-freebsd: New file. Add override for
32988         LIB2FUNCS_EXTRA.
32990 2011-03-13  Chris Demetriou  <cgd@google.com>
32992         * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
32993         (-fno-diagnostics-show-option): this, to reflect current default.
32994         (-Werror=): Update text about -fno-diagnostics-show-option.
32996 2011-03-12  Peter Bergner  <bergner@vnet.ibm.com>
32998         PR target/48053
32999         * config/rs6000/predicates.md (easy_vector_constant_add_self,
33000         easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
33001         * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
33002         mode is not V2DImode or V2DFmode.
33003         (vspltis_constant): Do not handle V2DImode and V2DFmode.
33004         (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
33005         * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
33006         registers to 0.
33007         (movdi_internal64): Likewise.
33009 2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>
33011         PR tree-optimization/47127
33012         * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
33013         parameter.
33014         (set_cloog_options): Same.
33015         (scop_to_clast): Same.
33016         (print_clast_stmt): Do not call cloog_state_malloc and
33017         cloog_state_free.
33018         (print_generated_program): Same.
33019         (gloog): Same.
33020         * graphite-clast-to-gimple.h (cloog_state): Declared.
33021         (scop_to_clast): Adjust declaration.
33022         * graphite.c (cloog_state): Defined here.
33023         (graphite_initialize): Call cloog_state_malloc.
33024         (graphite_finalize): Call cloog_state_free.
33026 2011-03-11  Jason Merrill  <jason@redhat.com>
33028         * attribs.c (lookup_attribute_spec): Take const_tree.
33029         * tree.h: Adjust.
33031 2011-03-11  Joseph Myers  <joseph@codesourcery.com>
33033         * config/sparc/sparc.c (sparc_option_override): Use
33034         PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
33036 2011-03-11  Richard Guenther  <rguenther@suse.de>
33038         PR tree-optimization/48067
33039         * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
33040         multiplication result will be only used once on the target
33041         stmt.
33043 2011-03-11  Richard Guenther  <rguenther@suse.de>
33045         * doc/invoke.texi (max-inline-insns-single): Adjust default value.
33047 2011-03-11  Richard Guenther  <rguenther@suse.de>
33049         PR lto/48073
33050         * tree.c (find_decls_types_r): Do not walk types only reachable
33051         from IDENTIFIER_NODEs.
33053 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
33055         PR middle-end/48044
33056         * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
33057         all vnode->force_output nodes as needed.
33059 2011-03-11  Jason Merrill  <jason@redhat.com>
33061         PR c++/48069
33062         * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
33063         COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
33065 2011-03-11  Martin Jambor  <mjambor@suse.cz>
33067         * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
33068         cgraph_node.
33070 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
33072         PR tree-optimization/48063
33073         * ipa-inline.c (cgraph_decide_inlining): Don't try to
33074         inline functions called once if !tree_can_inline_p (node->callers).
33076 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
33078         * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
33079         extra_objs.
33080         * config/score/score3.c: Delete.
33081         * config/score/score3.h: Delete.
33082         * config/score/mul-div.S: Delete.
33083         * config/score/sfp-machine.h: Add new file.
33084         * config/score/constraints.md: Add new file.
33085         * config/score/t-score-softfp: Add new file.
33086         * config/score/t-score-elf: Remove score3.o, do not generate multilib.
33087         * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
33088         (score7_extra_constraint): Delete.
33089         (score7_option_override): Remove unused code.
33090         * config/score/score.c: Remove score3 and score5 define and code.
33091         * config/score/score.h: Remove score3 and score5 define and code.
33092         * config/score/score.md: Remove score3 template and unusual insn.
33093         * config/score/score.opt: Remove score3 and score5 options.
33095 2011-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
33097         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
33098         when _HPUX_SOURCE is defined.
33099         (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
33101 2011-03-10  Jason Merrill  <jason@redhat.com>
33103         PR c++/48029
33104         * stor-layout.c (layout_type): Don't set structural equality
33105         on arrays of incomplete type.
33106         * tree.c (type_hash_eq): Handle comparing them properly.
33108 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
33110         PR debug/48043
33111         * config/s390/s390.c (s390_delegitimize_address): Make sure the
33112         result mode matches original rtl mode.
33114 2011-03-10  Nick Clifton  <nickc@redhat.com>
33116         * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
33117         (andsi3, andsi3_flags): Fix timings for three operand alternative.
33119 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
33121         PR rtl-optimization/47866
33122         * expr.c (store_field): If MEM_SCALAR_P (target), don't use
33123         MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
33124         if target wasn't scalar.
33125         * function.c (assign_stack_temp_for_type): Assert that neither
33126         MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
33127         MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
33128         macro.
33129         * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
33131 2011-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33133         * config/s390/s390-protos.h (s390_label_align): New prototype.
33134         * config/s390/s390.c (s390_label_align): New function.
33135         * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
33137 2011-03-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
33139         PR target/47755
33140         * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
33141         V2DI/V2DF constants.  Only all 0's or all 1's are easy.
33142         (output_vec_const_move): Ditto.
33144 2011-03-08  Anatoly Sokolov  <aesok@post.ru>
33146         * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
33147         * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
33148         * config/mips/mips.c (mips_preferred_reload_class): Make static.
33149         Change 'rclass' argument and result type to reg_class_t.
33150         (TARGET_PREFERRED_RELOAD_CLASS): Define.
33152 2011-03-08  Georg-Johann Lay  <avr@gjlay.de>
33154         * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
33155         * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
33156         (TARGET_MEMORY_MOVE_COST): Define.
33157         (avr_register_move_cost, avr_memory_move_cost): New Functions.
33159 2011-03-08  Jakub Jelinek  <jakub@redhat.com>
33161         PR debug/47881
33162         * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
33163         removed anything.
33165         PR tree-optimization/48022
33166         * fold-const.c (fold_comparison): Don't call fold_overflow_warning
33167         for EQ/NE_EXPR.
33169 2011-03-07  Jakub Jelinek  <jakub@redhat.com>
33171         PR debug/47991
33172         * var-tracking.c (find_use_val): Return NULL for
33173         cui->sets && cui->store_p BLKmode MEMs.
33175 2011-03-07  Anatoly Sokolov  <aesok@post.ru>
33177         * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
33178         Remove.
33179         * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
33180         xstormy16_print_operand_address): Remove.
33181         * config/stormy16/stormy16.c (xstormy16_print_operand,
33182         xstormy16_print_operand_address): Make static.
33183         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
33185 2011-03-07  Pat Haugen  <pthaugen@us.ibm.com>
33187         PR target/47862
33188         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
33189         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
33190         before definition.
33192 2011-03-07  Zdenek Dvorak  <ook@ucw.cz>
33194         PR bootstrap/48000
33195         * cfgloopmanip.c (fix_bb_placements): Return immediately
33196         if FROM is BASE_LOOP's header.
33198 2011-03-07  Paul Wögerer  <paul_woegerer@mentor.com>
33200         * gimplify.c (gimplify_function_tree): Fix building calls
33201         to __builtin_return_address.
33203 2011-03-07  Alan Modra  <amodra@gmail.com>
33205         * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
33206         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
33207         * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
33208         * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
33209         return_mode args.
33210         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
33211         (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
33212         (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
33213         (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
33214         * config/rs6000/rs6000.c
33215         (rs6000_elf_end_indicate_exec_stack): Rename to..
33216         (rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
33217         for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
33218         (rs6000_file_start): ..here.
33219         (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
33220         file scope variables.
33221         (call_ABI_of_interest): New function.
33222         (init_cumulative_args): Set above vars when function return value
33223         is a float, vector, or small struct.
33224         (rs6000_function_arg_advance_1): Likewise for function args.
33225         (rs6000_va_start): Set rs6000_passes_float if variable arg function
33226         references float args.
33228 2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
33230         * doc/cfg.texi: Remove "See" before @ref.
33231         * doc/invoke.texi: Likewise.
33233 2011-03-05  Jason Merrill  <jason@redhat.com>
33235         * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
33237 2011-03-05  Anthony Green  <green@moxielogic.com>
33239         * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
33241 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
33243         PR rtl-optimization/47899
33244         * cfgloopmanip.c (fix_bb_placements): Fix first argument
33245         to flow_loop_nested_p when moving the loop upward.
33247 2011-03-05  Richard Earnshaw  <rearnsha@arm.com>
33249         PR target/47719
33250         * arm.md (movhi_insn_arch4):  Accept any immediate constant.
33252 2011-03-05  Jakub Jelinek  <jakub@redhat.com>
33254         PR tree-optimization/47967
33255         * ipa-cp.c (build_const_val): Return NULL instead of creating
33256         VIEW_CONVERT_EXPR for mismatching sizes.
33257         (ipcp_create_replace_map): Return NULL if build_const_val failed.
33258         (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
33259         give up on versioning.
33261 2011-03-05  Alan Modra  <amodra@gmail.com>
33263         PR target/47986
33264         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
33265         full cmodel medium/large lo_sum + high addresses.
33267 2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33269         * config/s390/s390.c (s390_decompose_address): Reject non-literal
33270         pool references in UNSPEC_LTREL_OFFSET.
33272 2011-03-04  Jan Hubicka  <jh@suse.cz>
33274         PR lto/47497
33275         * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
33276         (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
33277         * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
33278         Add node pointers.
33279         * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
33280         cgraph_add_thunk): Add node pointers.
33281         * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
33282         associated to right node.
33283         (input_node): Update use of cgraph_same_body_alias
33284         and cgraph_add_thunk.
33286 2011-03-04  Changpeng Fang  <changpeng.fang@amd.com>
33288         * config/i386/i386.opt (mprefer-avx128): New flag.
33289         * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
33290         modes when the flag -mprefer-avx128 is on.
33292 2011-03-04  Richard Sandiford  <richard.sandiford@linaro.org>
33294         * dwarf2out.c (compare_loc_operands): Fix address handling.
33296 2011-03-04  Alan Modra  <amodra@gmail.com>
33298         * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
33300 2011-03-04  Richard Guenther  <rguenther@suse.de>
33302         PR middle-end/47968
33303         * expmed.c (extract_bit_field_1): Prefer vector modes that
33304         vec_extract patterns can handle.
33306 2011-03-04  Richard Guenther  <rguenther@suse.de>
33308         PR middle-end/47975
33309         * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
33311 2011-03-04  Richard Henderson  <rth@redhat.com>
33313         * explow.c (emit_stack_save): Remove 'after' parameter.
33314         (emit_stack_restore): Likewise.
33315         * expr.h: Update to match.
33316         * builtins.c, calls.c, stmt.c: Likewise.
33317         * config/alpha/alpha.md, config/avr/avr.md: Likewise.
33318         * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
33319         * function.c (expand_function_end): Insert the emit_stack_save
33320         sequence before parm_birth_insn instead of after.
33322 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
33324         * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
33325         (ssse3_pmaddubsw128): Ditto.
33326         (ssse3_pmaddubsw): Ditto.
33328 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
33330         * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
33332 2011-03-03  Jakub Jelinek  <jakub@redhat.com>
33334         PR c/47963
33335         * gimplify.c (omp_add_variable): Only call omp_notice_variable
33336         on TYPE_SIZE_UNIT if it is a DECL.
33338         PR debug/47283
33339         * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
33340         first operand is not is_gimple_mem_ref_addr, try to fold it.
33341         If the operand still isn't is_gimple_mem_ref_addr, clear
33342         MEM_EXPR on op0.
33344 2011-03-03  Richard Guenther  <rguenther@suse.de>
33346         PR middle-end/47283
33347         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
33348         match comment.
33349         (refs_may_alias_p_1): For release branches return true if
33350         we are confused by our input.
33352 2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33354         * config/s390/s390.c (s390_function_value): Rename to ...
33355         (s390_function_and_libcall_value): ... this.
33356         (s390_function_value): New function.
33357         (s390_libcall_value): New function.
33358         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
33359         * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
33360         target macro definitions.
33361         * config/s390/s390-protos.h (s390_function_value): Remove prototype.
33363 2011-03-02  Joseph Myers  <joseph@codesourcery.com>
33365         * config/i386/freebsd64.h (CC1_SPEC): Define.
33366         * config/i386/linux64.h (CC1_SPEC): Define.
33367         * config/i386/x86-64.h (CC1_SPEC): Don't define.
33369 2011-03-02  Anatoly Sokolov  <aesok@post.ru>
33371         * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
33372         Remove.
33373         * config/stormy16/stormy16.c: Include reload.h.
33374         (xstormy16_memory_move_cost): New function.
33375         (TARGET_MEMORY_MOVE_COST): Define.
33377 2011-03-02  Richard Sandiford  <richard.sandiford@linaro.org>
33379         PR rtl-optimization/47925
33380         * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
33381         with side effects.  Remove the more-specific check for volatile asms.
33383 2011-03-02  Alan Modra  <amodra@gmail.com>
33385         PR target/47935
33386         * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
33387         toc relative addresses for valid offsets.
33389 2011-03-01  Richard Guenther  <rguenther@suse.de>
33391         PR tree-optimization/47890
33392         * tree-vect-loop.c (get_initial_def_for_induction): Set
33393         related stmt properly.
33395 2011-03-01  Richard Guenther  <rguenther@suse.de>
33397         PR lto/47924
33398         * lto-streamer.c (lto_record_common_node): Also register
33399         the canonical type.
33401 2011-03-01  Richard Guenther  <rguenther@suse.de>
33403         PR lto/46911
33404         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
33405         Do not stream DECL_ABSTRACT_ORIGIN.
33406         (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
33407         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
33408         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
33409         Do not stream DECL_ABSTRACT_ORIGIN.
33410         (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
33411         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
33413 2011-02-28  Anatoly Sokolov  <aesok@post.ru>
33415         * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
33416         FUNCTION_VALUE_REGNO_P): Remove.
33417         * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
33418         * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
33419         Add 'outgoing' argument.
33420         (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
33421         function.
33422         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
33423         TARGET_FUNCTION_VALUE_REGNO_P): Define.
33425 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
33427         PR debug/28047
33428         * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
33429         (lookup_filename): Likewise.
33430         * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
33432 2011-02-28  Bernd Schmidt  <bernds@codesourcery.com>
33433             Jakub Jelinek  <jakub@redhat.com>
33435         PR middle-end/47893
33436         * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
33437         (assign_stack_local_1): Change last argument type to int.
33438         * function.c (assign_stack_local_1): Replace reduce_alignment_ok
33439         argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
33440         don't record padding space into frame_space_list nor use those areas.
33441         (assign_stack_local): Adjust caller.
33442         (assign_stack_temp_for_type): Call assign_stack_local_1 instead
33443         of assign_stack_local, pass 0 as last argument.
33444         * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
33445         callers.
33447 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
33449         PR debug/47283
33450         * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
33451         Use target address_mode and pointer_mode hooks instead of hardcoded
33452         Pmode and ptr_mode.  Handle some simple cases of extending if
33453         POINTERS_EXTEND_UNSIGNED < 0.
33454         (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
33455         Call convert_debug_memory_address.
33456         (expand_debug_expr) <case ADDR_EXPR>: Pass as to
33457         convert_debug_memory_address.
33459         PR middle-end/46790
33460         * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
33461         * configure: Regenerated.
33462         * config.in: Regenerated.
33463         * varasm.c (default_function_section): Return NULL
33464         if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
33466 2011-02-28  Martin Jambor  <mjambor@suse.cz>
33468         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
33469         the description to match the printed values.
33471 2011-02-28  Richard Guenther  <rguenther@suse.de>
33473         * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
33474         of the copied scope tree.
33476 2011-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33478         * doc/extend.texi (Function Attributes): Avoid deeply (and
33479         wrongly) nested tables.
33481 2011-02-27  Jakub Jelinek  <jakub@redhat.com>
33483         PR middle-end/47903
33484         * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
33485         MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
33486         r isn't op0 nor op1.
33488 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
33490         * config/avr/avr.md: Remove magic comment for emacs.
33492 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
33494         PR target/45261
33495         * config/avr/avr.c (avr_option_override): Use error on bad options.
33496         (avr_help): New function.
33497         (TARGET_HELP): Define.
33499 2011-02-22  Georg-Johann Lay  <avr@gjlay.de>
33501         PR target/42240
33502         * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
33503         (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
33505 2011-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
33507         * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
33508         (ARM Options): Ditto.
33509         (i386 and x86-64 Options): Ditto.
33510         (RX Options): Ditto.
33511         (SPARC Options): Ditto.
33513 2011-02-26  Tijl Coosemans  <tijl@coosemans.org>
33515         * config.gcc (i386-*-freebsd*): Make i486 the default arch on
33516         FreeBSD 6 and later.  Generally use cpu generic.
33518 2011-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
33520         * doc/cpp.texi: Update copyright years.
33522 2011-02-25  Sebastien Bourdeauducq  <sebastien@milkymist.org>
33524         PR target/46898
33525         * config/lm32/lm32.md (ashrsi3): Added needed variable.
33527 2011-02-25  Jon Beniston  <jon@beniston.com>
33529         PR target/46898
33530         * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
33531         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
33532         * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
33533         (lm32_block_move_inline): Add type cast to remove warning.
33534         (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
33535         (gen_int_relational): Move declarations to start of function.
33537 2011-02-25  Eric Botcazou  <ebotcazou@adacore.com>
33539         PR tree-optimization/45470
33540         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
33541         can throw internally only.
33542         * tree-vect-stmts.c (vectorizable_call): Likewise.
33544 2011-02-24  Anatoly Sokolov  <aesok@post.ru>
33546         * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
33547         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
33548         * config/stormy16/stormy16-protos.h
33549         (xstormy16_preferred_reload_class): Remove.
33550         * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
33551         static. Change 'rclass' argument and return type to reg_class_t.
33552         (TARGET_PREFERRED_RELOAD_CLASS,
33553         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
33555 2011-02-24  Richard Guenther  <rguenther@suse.de>
33557         * lto-streamer-in.c (input_bb): Do not find referenced vars
33558         in debug statements.
33560 2011-02-23  Jason Merrill  <jason@redhat.com>
33562         * common.opt (fabi-version): Document v5 and v6.
33564 2011-02-23  Richard Guenther  <rguenther@suse.de>
33566         PR tree-optimization/47849
33567         * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
33569 2011-02-23  Jie Zhang  <jie@codesourcery.com>
33571         * opts-common.c (decode_cmdline_option): Print empty string
33572         argument as "" in decoded->orig_option_with_args_text.
33573         * gcc.c (execute): Print empty string argument as ""
33574         in the verbose output.
33575         (do_spec_1): Keep empty string argument.
33577 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
33579         * config.gcc: Declare score-* and crx-* obsolete.
33581 2011-02-23  Jie Zhang  <jie@codesourcery.com>
33583         PR rtl-optimization/47763
33584         * web.c (web_main): Ignore naked clobber when replacing register.
33586 2011-02-22  Anatoly Sokolov  <aesok@post.ru>
33588         * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
33589         Remove.
33591 2011-02-22  Sebastian Pop  <sebastian.pop@amd.com>
33593         PR doc/47848
33594         * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
33596 2011-02-22  Mike Stump  <mikestump@comcast.net>
33598         * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
33599         assembler.
33600         * configure: Regenerate.
33602 2011-02-21  Chung-Lin Tang  <cltang@codesourcery.com>
33604         PR rtl-optimization/46002
33605         * ira-color.c (update_copy_costs): Change class intersection
33606         test to reg_class_contents[] test of 'hard_regno'.
33608 2011-02-21  Joseph Myers  <joseph@codesourcery.com>
33610         * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
33611         than Driver option.
33612         * config/hpux11.opt (mt): Likewise.
33613         * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
33614         * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
33615         * config/vax/elf.opt (mno-asm-pic): Likewise.
33616         * config/vms/vms.opt (map, mvms-return-codes): Likewise.
33618 2011-02-21  Mike Stump  <mikestump@comcast.net>
33620         PR target/47822
33621         * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
33622         tree so we can get save the type.
33623         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
33624         for CFString instead of trying to use past the end of the builtins.
33625         * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
33626         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
33627         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
33628         * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
33629         Rename to darwin_builtin_cfstring.
33630         (darwin_init_cfstring_builtins): Return the built type.
33632 2011-02-21  Uros Bizjak  <ubizjak@gmail.com>
33634         PR target/47840
33635         * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
33636         (_mm256_insert_epi64): Use _mm_insert_epi64.
33638 2011-02-21  Anatoly Sokolov  <aesok@post.ru>
33640         * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
33641         * config/stormy16/stormy16-protos.h
33642         (xstormy16_mode_dependent_address_p): Remove.
33643         * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
33644         Make static. Change return type to bool. Change argument type to
33645         const_rtx. Remove dead code.
33646         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
33648 2011-02-21  Richard Guenther  <rguenther@suse.de>
33650         PR lto/47820
33651         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
33652         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
33653         (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
33654         TUs context.
33655         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
33656         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
33658 2011-02-20  Richard Guenther  <rguenther@suse.de>
33660         PR lto/47822
33661         * tree.c (free_lang_data_in_decl): Clean builtins from
33662         the TU decl BLOCK_VARS.
33664 2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
33666         PR debug/47620
33667         PR debug/47630
33668         * haifa-sched.c (fix_tick_ready): Skip tick computation
33669         for debug insns.
33671 2011-02-19  Richard Guenther  <rguenther@suse.de>
33673         PR lto/47647
33674         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
33675         Remove lazy BLOCK_VARS streaming.
33676         (lto_input_ts_block_tree_pointers): Likewise.
33677         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
33679 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
33681         * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
33683 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
33685         * config/i386/biarch32.h, config/i386/mach.h,
33686         config/rs6000/aix.opt, config/sh/superh64.h: Remove.
33688 2011-02-19  Jakub Jelinek  <jakub@redhat.com>
33690         PR target/47800
33691         * config/i386/i386.md (peephole2 for shift and plus): Use
33692         operands[1] original mode in the first insn.
33694 2011-02-18  Mike Stump  <mikestump@comcast.net>
33696         * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
33698 2011-02-18  Jan Hubicka  <jh@suse.cz>
33700         PR middle-end/47788
33701         * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
33702         to zero when the function is not inlinable at all.
33704 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
33706         * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
33707         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
33708         pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
33709         * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
33710         * config/pa/t-pa64: Likewise.
33711         * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
33713 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
33715         PR driver/47787
33716         * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
33718 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
33720         PR target/47792
33721         * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
33723 2011-02-18  Anatoly Sokolov  <aesok@post.ru>
33725         * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
33726         RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
33727         LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
33728         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
33729         * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
33730         (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
33731         m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
33732         m32r_load_postinc_p, m32r_store_preinc_predec_p,
33733         m32r_legitimate_address_p): New functions.
33734         * config/m32r/constraints.md (constraint "S"): Don't use
33735         STORE_PREINC_PREDEC_P.
33736         (constraint "U"): Don't use LOAD_POSTINC_P.
33738 2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>
33740         PR rtl-optimization/46178
33741         * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
33742         compute ira_hard_regno_cover_class[].
33744 2011-02-18  Richard Guenther  <rguenther@suse.de>
33746         PR lto/47798
33747         * lto-streamer.h (lto_global_var_decls): Declare.
33748         * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
33749         statics for global var processing.
33751 2011-02-18  Richard Guenther  <rguenther@suse.de>
33753         PR tree-optimization/47737
33754         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
33755         edge dominance check.
33757 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
33759         PR debug/47780
33760         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
33761         avoid invalid rtx sharing.
33763 2011-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
33765         * doc/cpp.texi (Obsolete Features): Add background on the
33766         origin of assertions.
33768 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
33770         * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
33771         objc_abi == 2.
33772         * config/darwin.c (output_objc_section_asm_op): Added support for
33773         ABI v1 and v2.
33774         (is_objc_metadata): New.
33775         (darwin_objc2_section): New.
33776         (darwin_objc1_section): New.
33777         (machopic_select_section): Added support for ABI v1 and v2.
33778         (darwin_emit_objc_zeroed): New.
33779         (darwin_output_aligned_bss): Detect objc metadata and treat it
33780         appropriately.
33781         (darwin_asm_output_aligned_decl_common): Same.
33782         (darwin_asm_output_aligned_decl_local): Same.
33783         * config/darwin-sections.def: Updated for ABI v1 and v2.
33784         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
33785         compiling Objective-C code for the NeXT runtime, default to using
33786         ABI version 0 for 32-bit, and version 2 for 64-bit.
33788 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33790         * common.opt (optimize_fast): New Variable.
33791         * opts.c (default_options_optimization): Use opts->x_optimize_fast
33792         instead of local variable ofast.
33794 2011-02-17  Nicola Pero  <nicola.pero@meta-innovation.com>
33796         * doc/invoke.texi (fobjc-abi-version): Documented.
33797         (fobjc-nilcheck): Documented.
33798         (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
33799         version.
33801 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33803         PR driver/47390
33804         * common.opt (export-dynamic): New Driver option.
33805         * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
33807 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33809         * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
33811 2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
33812             Jan Hubicka  <jh@suse.cz>
33814         PR debug/47106
33815         PR debug/47402
33816         * cfgexpand.c (account_used_vars_for_block): Remove.
33817         (estimated_stack_frame_size): Use referenced vars.
33818         * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
33819         that were referenced in the original function.  Test src_fn
33820         rather than cfun.  Drop redundant get_var_ann.
33821         (setup_one_parameter): Drop redundant get_var_ann.
33822         (declare_return_variable): Likewise.
33823         (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
33824         (copy_arguments_for_versioning): Drop redundant get_var_ann.
33825         * ipa-inline.c (compute_inline_parameters): Do not compute
33826         disregard_inline_limits here.
33827         (compute_inlinable_for_current, pass_inlinable): New.
33828         (pass_inline_parameters): Require PROP_referenced_vars.
33829         * cgraphunit.c (cgraph_process_new_functions): Don't run
33830         compute_inline_parameters explicitly unless function is in SSA form.
33831         (cgraph_analyze_function): Set .disregard_inline_limits.
33832         * tree-sra.c (convert_callers): Compute inliner parameters
33833         only for functions already in SSA form.
33835 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33837         * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
33838         -mlittle-endian-data.
33840 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
33842         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
33843         -mno-fpu, not -fpu and -no-fpu.
33844         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
33845         * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
33847 2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
33849         PR target/43653
33850         * config/i386/i386.c (ix86_secondary_reload): Handle SSE
33851         input reload with PLUS RTX.
33853 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33855         * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
33856         of InverseVar(MDMX).
33858 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33860         * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
33861         --m4-340.
33863 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33865         * config/mn10300/mn10300.opt (mno-crt0): New.
33867 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33869         * config/m68k/uclinux.opt (static-libc): New Driver option.
33871 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33873         * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
33875 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
33877         * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
33878         %{muser-extend-enabled}.
33880 2011-02-16  Richard Guenther  <rguenther@suse.de>
33882         PR tree-optimization/47738
33883         * tree-ssa-loop.c (run_tree_predictive_commoning): Return
33884         the TODO from tree_predictive_commoning.
33886 2011-02-15  Jeff Law  <law@redhat.com>
33888         Revert
33889         2011-01-25  Jeff Law  <law@redhat.com>
33891         PR rtl-optimization/37273
33892         * ira-costs.c (scan_one_insn): Detect constants living in memory and
33893         handle them like argument loads from stack slots.  Do not double
33894         count memory for memory constants and argument loads from stack slots.
33896 2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
33898         PR target/47755
33899         * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
33900         mode for vector constants.  Remove code that checks for TImode.
33902 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33904         PR debug/47106
33905         PR debug/47402
33906         * cgraph.h (compute_inline_parameters): Return void.
33907         * ipa-inline.c (compute_inline_parameters): Adjust.
33909 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33911         PR debug/47106
33912         PR debug/47402
33913         * tree-inline.h (estimated_stack_frame_size): Take cgraph node
33914         rather than decl.
33915         * cfgexpand.c (estimated_stack_frame_size): Likewise.
33916         * ipa-inline.c (compute_inline_parameters): Adjust.
33918 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33920         PR debug/47106
33921         PR debug/47402
33922         * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
33923         Adjust all users.  Pass FN to...
33924         * tree-flow-inline.h (first_referenced_var): ... this.  Add
33925         fn argument.
33926         * ipa-struct-reorg.c: Adjust.
33927         * tree-dfa.c: Adjust.
33928         * tree-into-ssa.c: Adjust.
33929         * tree-sra.c: Adjust.
33930         * tree-ssa-alias.c: Adjust.
33931         * tree-ssa-live.c: Adjust.
33932         * tree-ssa.c: Adjust.
33933         * tree-ssanames.c: Adjust.
33934         * tree-tailcall.c: Adjust.
33936 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
33938         PR debug/47106
33939         PR debug/47402
33940         * tree-flow.h (referenced_var_lookup): Add fn parameter.
33941         Adjust all callers.
33942         * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
33943         * tree-flow-inline.h: Adjust.
33944         * gimple-pretty-print.c: Adjust.
33945         * tree-into-ssa.c: Adjust.
33946         * tree-ssa.c: Adjust.
33947         * cfgexpand.c: Adjust.
33949 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
33951         * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
33952         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
33953         (EXTRA_CONSTRAINT): Delete.
33954         * config/iq2000/constraints.md: New file.
33955         * config/iq2000/iq2000.md: Include it.
33956         (define_insn ""): Delete.
33957         (movsi_internal2, movhi_internal2, movqi_internal2): Delete
33958         unsupported constraint letters from patterns.
33959         (call_value, call_value_internal1): Likewise.
33960         (call_value_multiple_internal1): Likewise.
33962 2011-02-15  Nick Clifton  <nickc@redhat.com>
33964         * config/mn10300/mn10300.c: Include tm-constrs.h.
33965         (struct liw_data): New data structure describing an LIW candidate
33966         instruction.
33967         (extract_bundle): Use struct liw_data.  Allow small integer
33968         operands for some instructions.
33969         (check_liw_constraints): Use struct liw_data.  Remove swapped
33970         parameter.  Add comments describing the checks.  Fix bug when
33971         assigning the source of liw1 to the source of liw2.
33972         (liw_candidate): Delete.  Code moved into extract_bundle.
33973         (mn10300_bundle_liw): Use struct liw_data.  Check constraints
33974         before swapping.
33975         * config/mn10300/predicates.md (liw_operand): New predicate.
33976         Allows registers and small integer constants.
33977         * config/mn10300/constraints.md (O): New constraint.  Accetps
33978         integers in the range -8 to +7 inclusive.
33979         * config/mn10300/mn10300.md (movesi_internal): Add an alternative
33980         for moving a small integer into a register.  Give this alternative
33981         LIW attributes.
33982         (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
33983         (ashlsi3): Likewise, plus give LIW attributes to the alternatives
33984         using the J,K,L and M constraints,
33985         (liw): Remove SI mode on second operands to allow for HI and QI
33986         mode values.
33987         (cmp_liw, liw_cmp): Likewise.  Plus fix order of operands in the
33988         instruction.
33990 2011-02-15  Richard Guenther  <rguenther@suse.de>
33992         PR tree-optimization/47743
33993         * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
33994         for a non-type-compatible VN lookup bail out.
33996 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
33998         * config/fr30/constraints.md: New file.
33999         * config/fr30/fr30.md: Include it.
34000         * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
34001         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34002         (EXTRA_CONSTRAINT): Delete.
34004 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
34006         * config/frv/constraints.md: New file.
34007         * config/frv/predicates.md: Include it.
34008         * config/frv/frv.c (reg_class_from_letter): Delete.
34009         (frv_option_override): Don't initialize it.
34010         * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
34011         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
34012         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
34013         (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
34014         (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
34015         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34016         (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
34017         (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
34018         (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
34019         (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
34020         (REG_CLASS_FROM_CONSTRAINT): Delete.
34022 2011-02-15  Jakub Jelinek  <jakub@redhat.com>
34024         PR middle-end/47581
34025         * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
34026         if frame size is 0 in a leaf function.
34028 2011-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34030         PR pch/14940
34031         * config/alpha/host-osf.c: New file.
34032         * config/alpha/x-osf: New file.
34033         * config.host (alpha*-dec-osf*): Use it.
34035 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
34037         * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
34038         * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
34039         * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
34040         (rx_mode_dependent_address_p): ...this. Make static. Change argument
34041         type to const_rtx.
34042         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
34044 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
34046         * config/stormy16/constraints.md: New file.
34047         * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
34048         Use satisfies_constraint_Q and satisfies_constraint_R.
34049         * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
34050         Delete.
34051         (xstormy16_legitiamte_address_p): Declare.
34052         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
34053         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34054         (EXTRA_CONSTRAINT): Delete.
34055         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
34056         Un-staticize.
34057         (xstormy16_extra_constraint_p): Delete.
34059 2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
34061         PR tree-optimization/46494
34062         * loop-unroll.c (split_edge_and_insert): Adjust comment.
34063         * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
34064         (pass_rtl_loop_done): Add TODO_verify_flow.
34065         * fwprop.c (pass_rtl_fwprop): Likewise.
34066         * modulo-sched.c (pass_sms): Likewise.
34067         * tree-ssa-dom.c (pass_dominator): Likewise.
34068         * tree-ssa-loop-ch.c (pass_ch): Likewise.
34069         * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
34070         (pass_tree_loop_done): Likewise.
34071         * tree-ssa-pre.c (execute_pre): Likewise.
34072         * tree-ssa-reassoc.c (pass_reassoc): Likewise.
34073         * tree-ssa-sink.c (pass_sink_code): Likewise.
34074         * tree-vrp.c (pass_vrp): Likewise.
34076 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
34078         * config/v850/constraints.md: New file.
34079         * config/v850/v850.md: Include it.
34080         * config/v850/predicates.md (reg_or_0_operand): Use
34081         satisfies_constraint_G.
34082         (special_symbolref_operand): Use satisfies_constraint_K.
34083         * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
34084         (GO_IF_LEGITIMATE_ADDRESS): Likewise.
34085         (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
34086         (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
34087         (EXTRA_CONSTRAINT): Delete.
34088         (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
34089         (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
34090         (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
34092 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
34094         PR target/47696
34095         * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
34096         description.
34098 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
34100         * config/mcore/constraints.md: New file.
34101         * config/mcore/mcore.md: Include it.
34102         * config/mcore/mcore.c (reg_class_from_letter): Delete.
34103         * config/mcore/mcore.h (reg_class_from_letter): Delete.
34104         (REG_CLASS_FROM_LETTER): Delete.
34105         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
34106         insn_const_int_ok_for_constraint.
34107         (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
34108         (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
34109         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
34110         (EXTRA_CONSTRAINT): Delete.
34112 2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34114         PR ada/41929
34115         * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
34116         (IS_SIGHANDLER): Define.
34117         (sparc64_is_sighandler): New function, split off from
34118         sparc64_fallback_frame_state.
34119         (sparc_is_sighandler): New function, split off from
34120         sparc_fallback_frame_state.
34121         (sparc64_fallback_frame_state): Merge with ...
34122         (sparc_fallback_frame_state): ... this into ...
34123         (MD_FALLBACK_FRAME_STATE_FOR): ... this.
34124         Change new_cfa to long.  Remove regs_off, fpu_save_off, fpu_save.
34125         Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
34126         stack instead of hardcoded offsets.
34128 2011-02-14  Andriy Gapon  <avg@freebsd.org>
34130         PR target/45808
34131         * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
34133 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34135         * configure: Regenerate.
34137 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
34139         PR driver/45731
34140         * gcc.c (asm_options): Correct spec matching --target-help.
34142 2011-02-12  Martin Jambor  <mjambor@suse.cz>
34144         * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
34145         to gimple call error.
34147 2011-02-12  Mike Stump  <mikestump@comcast.net>
34149         * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
34150         comments in backslash regions.
34152 2011-02-12  Mike Stump  <mikestump@comcast.net>
34153             Jakub Jelinek  <jakub@redhat.com>
34154             Iain Sandoe  <iains@gcc.gnu.org>
34156         PR target/47324
34157         * dwarf2out.c (output_cfa_loc): When required, apply the
34158         DWARF2_FRAME_REG_OUT macro to adjust register numbers.
34159         (output_loc_sequence): Likewise.
34160         (output_loc_operands_raw): Likewise.
34161         (output_loc_sequence_raw): Likewise.
34162         (output_cfa_loc): Likewise.
34163         (output_loc_list): Suppress register number adjustment when
34164         calling output_loc_sequence()
34165         (output_die): Likewise.
34167 2011-02-12  Anatoly Sokolov  <aesok@post.ru>
34169         * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
34170         Remove macros.
34171         * config/xtensa/xtensa.c (xtensa_register_move_cost,
34172         xtensa_memory_move_cost): New functions.
34173         (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
34175 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
34177         PR lto/47225
34178         * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
34179         in the current directory.
34180         * configure: Rebuilt.
34182 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
34184         * config/darwin.c (darwin_override_options): Add a hunk missed
34185         from the commit of r168571.  Trim comment line lengths and
34186         correct indents of the preceding block.
34188 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
34190         * gcc.c (driver_handle_option): Concatenate the argument to -F with
34191         the switch.
34193 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
34195         * common.opt (nostartfiles): New Driver option.
34197 2011-02-11  Xinliang David Li  <davidxl@google.com>
34199         PR tree-optimization/47707
34200         * tree-chrec.c (convert_affine_scev): Keep type precision.
34202 2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
34204         PR tree-optimization/47420
34205         * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
34207 2011-02-11  Pat Haugen  <pthaugen@us.ibm.com>
34209         PR rtl-optimization/47614
34210         * rtl.h (check_for_inc_dec): Declare.
34211         * dse.c (check_for_inc_dec): Externalize...
34212         * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
34213         (reload_cse_simplify_operands): Don't simplify opnds with side effects.
34215 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
34217         PR driver/47678
34218         * gcc.c (main): Do not compile inputs if there were errors in
34219         option handling.
34220         * opts-common.c (read_cmdline_option): Check for wrong language
34221         after other error checks.
34223 2011-02-11  Nathan Froyd  <froydnj@codesourcery.com>
34225         * cgraph.c: Fix comment typos.
34226         * cgraph.h: Likewise.
34227         * cgraphunit.c: Likewise.
34228         * ipa-cp.c: Likewise.
34229         * ipa-inline.c: Likewise.
34230         * ipa-prop.c: Likewise.
34231         * ipa-pure-const.c: Likewise.
34232         * ipa-ref.c: Likewise.
34233         * ipa-reference.c: Likewise.
34235 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
34237         PR debug/47684
34238         * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
34240 2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34242         PR testsuite/47400
34243         * doc/sourcebuild.texi (Require Support): Document
34244         dg-require-ascii-locale.
34246 2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>
34248         * doc/lto.texi (Write summary): Fix missing parentheses.
34250 2011-02-10  DJ Delorie  <dj@redhat.com>
34252         * config/m32c/m32c.c (m32c_option_override): Disable
34253         -fcombine-stack-adjustments until flag value tracking and compare
34254         optimization can be rewritten.
34256 2011-02-10  Peter Bergner  <bergner@vnet.ibm.com>
34258         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
34259         PROCESSOR_POWER7.
34260         (PROCESSOR_DEFAULT64): Likewise.
34262 2011-02-10  Richard Henderson  <rth@redhat.com>
34264         * config/rx/predicates.md (rx_zs_comparison_operator): Revert
34265         change from 2011-02-03.
34266         * config/rx/rx.c (flags_from_code): Likewise.
34267         (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
34268         is valid, n/pz otherwise.
34269         (rx_select_cc_mode): Return CCmode if Y is not zero.
34271 2011-02-10  Richard Guenther  <rguenther@suse.de>
34273         * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
34275 2011-02-10  Richard Guenther  <rguenther@suse.de>
34277         PR tree-optimization/47677
34278         * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
34280 2011-02-10  Jakub Jelinek  <jakub@redhat.com>
34282         PR target/47665
34283         * combine.c (make_compound_operation): Only change shifts into
34284         multiplication for SCALAR_INT_MODE_P.
34286 2011-02-10  Jie Zhang  <jie@codesourcery.com>
34288         PR testsuite/47622
34289         Revert
34290         2011-02-05  Jie Zhang  <jie@codesourcery.com>
34291         PR debug/42631
34292         * web.c (entry_register): Don't clobber the number of the
34293         first uninitialized reference in used[].
34295 2011-02-09  Richard Guenther  <rguenther@suse.de>
34297         PR tree-optimization/47664
34298         * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
34299         all edges again.
34301 2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
34303         PR target/46481
34304         PR target/47032
34305         * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
34306         PROCESSOR_POWER7.
34307         (PROCESSOR_DEFAULT64): Same.
34308         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
34310 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34312         * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
34314 2011-02-09  Martin Jambor  <mjambor@suse.cz>
34316         PR middle-end/45505
34317         * tree-sra.c (struct access): New flags grp_scalar_read and
34318         grp_scalar_write.  Changed description of assignment read and write
34319         flags.
34320         (dump_access): Dump new flags, reorder all of them.
34321         (sort_and_splice_var_accesses): Set the new flag accordingly, use them
34322         to detect multiple scalar reads.
34323         (analyze_access_subtree): Use the new scalar read write flags instead
34324         of the old flags.  Adjusted comments.
34326 2011-02-08  DJ Delorie  <dj@redhat.com>
34328         PR target/47548
34329         * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
34330         patterns.
34332 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34334         * config/m68k/uclinux.opt: New.
34335         * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
34337 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34339         * config/cris/elf.opt (sim): New Driver option.
34341 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34343         * config/xtensa/elf.opt: New.
34344         * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
34346 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34348         * config/vax/elf.opt: New.
34349         * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
34351 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34353         * config/rs6000/aix64.opt (posix, pthread): New Driver options.
34355 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34357         * config/gnu-user.opt: New.
34358         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
34359         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
34360         *-*-uclinux*): Use gnu-user.opt.
34362 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
34364         * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
34365         * config/i386/gnu.h (CPP_SPEC): Likewise.
34367 2011-02-08  Ian Lance Taylor  <iant@google.com>
34369         * common.opt (fcx-limited-range): Add SetByCombined flag.
34370         (ffinite-math-only, fmath-errno, frounding-math): Likewise.
34371         (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
34372         (fassociative-math, freciprocal-math): Likewise.
34373         (funsafe-math-optimizations): Likewise.
34374         * opth-gen.awk: Handle SetByCombined.
34375         * optc-gen.awk: Likewise.
34376         * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
34377         (set_unsafe_math_optimizations_flags): Likewise.
34378         * doc/options.texi (Option properties): Document SetByCombined.
34380 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
34382         * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
34383         i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
34384         m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
34385         m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
34386         sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
34388 2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
34390         PR tree-optimization/46834
34391         PR tree-optimization/46994
34392         PR tree-optimization/46995
34393         * graphite-sese-to-poly.c (used_outside_reduction): New.
34394         (detect_commutative_reduction): Call used_outside_reduction.
34395         (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
34396         translate_scalar_reduction_to_array only when at least one
34397         loop-phi/close-phi tuple has been detected.
34399 2011-02-08  Richard Guenther  <rguenther@suse.de>
34401         PR middle-end/47639
34402         * tree-vect-generic.c (expand_vector_operations_1): Update
34403         stmts here ...
34404         (expand_vector_operations): ... not here.  Cleanup EH info
34405         and the CFG if required.
34407 2011-02-08  Richard Guenther  <rguenther@suse.de>
34409         PR tree-optimization/47641
34410         * tree-ssa.c (execute_update_addresses_taken): For asm outputs
34411         require type compatibility.
34413 2011-02-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34415         * gimple-low.c (lower_function_body): Don't remove the location of
34416         the return statement here.
34417         (lower_gimple_return): Do it here instead but only if the return
34418         statement is actually used twice.
34420 2011-02-08  Richard Guenther  <rguenther@suse.de>
34422         PR tree-optimization/47632
34423         * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
34424         unused up_to_stmt parameter, return whether cfg-cleanup is
34425         necessary, remove EH info properly.
34426         (forward_propagate_into_gimple_cond): Adjust caller.
34427         (forward_propagate_into_cond): Likewise.
34428         (forward_propagate_comparison): Likewise.
34429         (tree_ssa_forward_propagate_single_use_vars): Make
34430         forward_propagate_comparison case similar to the two others.
34432 2011-02-08  Nick Clifton  <nickc@redhat.com>
34434         * config/mn10300/mn10300.opt (mliw): New command line option.
34435         * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
34436         (liw_bundling): New automaton.
34437         (liw): New attribute.
34438         (liw_op): New attribute.
34439         (liw_op1, liw_op2, liw_both, liw_either): New reservations.
34440         (movsi_internal): Add LIW attributes.
34441         (andsi3): Likewise.
34442         (iorsi3): Likewise.
34443         (xorsi3): Likewise.
34444         (addsi3): Separate register and immediate alternatives.
34445         Add LIW attributes.
34446         (subsi3): Likewise.
34447         (cmpsi): Likewise.
34448         (aslsi3): Likewise.
34449         (lshrsi3): Likewise.
34450         (ashrsi3): Likewise.
34451         (liw): New pattern.
34452         * config/mn10300/mn10300.c (liw_op_names): New
34453         (mn10300_print_operand): Handle 'W' operand descriptor.
34454         (extract_bundle): New function.
34455         (check_liw_constraints): New function.
34456         (liw_candidate): New function.
34457         (mn10300_bundle_liw): New function.
34458         (mn10300_reorg): New function.
34459         (TARGET_MACHINE_DEPENDENT_REORG): Define.
34460         (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
34461         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
34462         __LIW__ or __NO_LIW__.
34463         * doc/invoke.texi: Describe the -mliw command line option.
34465 2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34467         * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
34468         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
34469         pthread_mutex_unlock): Remove.
34470         * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
34471         * config/pa/t-pa64: Likewise.
34472         * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
34473         shared libc if not linking against libpthread.
34474         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
34476 2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
34478         PR target/47558
34479         * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
34480         on 10.6 and later to ensure that we always use the unwinder from
34481         the system.  Only add -no_compact_unwind when tarteting darwin
34482         10.6 or later.
34484 2011-02-07  Steve Ellcey  <sje@cup.hp.com>
34486         PR target/46997
34487         * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
34488         (vec_interleave_lowv2sf): Ditto.
34489         (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
34490         (vec_extract_oddv2sf): Ditto.
34492 2011-02-07  Mike Stump  <mikestump@comcast.net>
34494         PR target/42333
34495         Add __ieee_divdc3 entry point.
34496         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
34497         entry point.
34498         (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
34499         * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
34500         * config/darwin.c (darwin_rename_builtins): Add.
34501         * config/darwin-protos.h (darwin_rename_builtins): Add.
34503 2011-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
34505         PR target/47636
34506         * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
34507         for the condition.
34509 2011-02-07  Mike Stump  <mikestump@comcast.net>
34511         * config/darwin.opt (mmacosx-version-min): Update default OS version.
34513 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
34515         PR target/47534
34516         * config/avr/libgcc.S (exit): Move .endfunc
34518 2011-02-07  Richard Guenther  <rguenther@suse.de>
34520         PR tree-optimization/47615
34521         * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
34522         * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
34523         (run_scc_vn): Initialize it.
34524         (visit_reference_op_load): Use it.
34525         * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
34527 2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
34529         * config/spu/spu.c (spu_init_libfuncs): Install SImode and
34530         DImode trapping arithmetic libfuncs.
34532 2011-02-07  Richard Guenther  <rguenther@suse.de>
34534         PR tree-optimization/47621
34535         * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
34536         two duplicates ...
34537         (execute_update_addresses_taken): ... here.  Make it more
34538         conservative in what we accept.
34540 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
34542         * config/sparc/freebsd.h (ASM_SPEC): Define.
34543         * config/sparc/vxworks.h (ASM_SPEC): Define.
34545 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
34547         * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
34549 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
34551         * doc/invoke.texi: Remove reference to compiler internals from
34552         user documentation.
34554         * reg-notes.def: Remove REG_VALUE_PROFILE.
34555         * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
34557 2011-02-05  Jakub Jelinek  <jakub@redhat.com>
34559         PR middle-end/47610
34560         * varasm.c (default_section_type_flags): If decl is NULL,
34561         and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
34563 2011-02-05  Jie Zhang  <jie@codesourcery.com>
34565         PR debug/42631
34566         * web.c (entry_register): Don't clobber the number of the
34567         first uninitialized reference in used[].
34569 2011-02-04  Sebastian Pop  <sebastian.pop@amd.com>
34571         PR tree-optimization/46194
34572         * tree-data-ref.c (analyze_miv_subscript): Remove comment.
34573         (build_classic_dist_vector_1): Do not represent classic distance
34574         vectors when the access functions are variating in different loops.
34576 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
34578         * config/mips/iris6.opt: New.
34579         * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
34581 2011-02-04  Richard Henderson  <rth@redhat.com>
34582             Steve Ellcey  <sje@cup.hp.com>
34584         PR target/46997
34585         * config/ia64/predicates.md (mux1_brcst_element): New.
34586         * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
34587         * config/ia64/ia64.c (ia64_unpack_assemble): New.
34588         (ia64_unpack_sign): New.
34589         (ia64_expand_unpack): Rewrite using new routines.
34590         (ia64_expand_widen_sum): Ditto.
34591         (ia64_expand_dot_prod_v8qi): Ditto.
34592         * config/ia64/vect.md (mulv8qi3): Rewrite to use new
34593         routines, add endian check.
34594         (pmpy2_even): Rename from pmpy2_r, add endian check.
34595         (pmpy2_odd): Rename from pmpy2_l, add endian check.
34596         (vec_widen_smult_lo_v4hi): Rewrite using new routines.
34597         (vec_widen_smult_hi_v4hi): Ditto.
34598         (vec_widen_umult_lo_v4hi): Ditto.
34599         (vec_widen_umult_hi_v4hi): Ditto.
34600         (mulv2si3): Change endian checks.
34601         (sdot_prodv4hi): Rewrite with new calls.
34602         (udot_prodv4hi): New.
34603         (vec_pack_ssat_v4hi): Add endian check.
34604         (vec_pack_usat_v4hi): Ditto.
34605         (vec_pack_ssat_v2si): Ditto.
34606         (max1_even): Rename from max1_r, add endian check.
34607         (max1_odd): Rename from max1_l, add endian check.
34608         (*mux1_rev): Format change.
34609         (*mux1_mix): Ditto.
34610         (*mux1_shuf): Ditto.
34611         (*mux1_alt): Ditto.
34612         (*mux1_brcst_v8qi): Use new predicate.
34613         (vec_extract_evenv8qi): Remove endian check.
34614         (vec_extract_oddv8qi): Ditto.
34615         (vec_interleave_lowv4hi): Format change.
34616         (vec_interleave_highv4hi): Ditto.
34617         (mix2_even): Rename from mix2_r, add endian check.
34618         (mix2_odd): Rename from mux2_l, add endian check.
34619         (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
34620         (vec_extract_evenodd_helper): Format change.
34621         (vec_extract_evenv4hi): Remove endian check.
34622         (vec_extract_oddv4hi): Remove endian check.
34623         (vec_interleave_lowv2si): Format change.
34624         (vec_interleave_highv2si): Format change.
34625         (vec_initv2si): Remove endian check.
34626         (vecinit_v2si): Add endian check.
34627         (reduc_splus_v2sf): Add endian check.
34628         (reduc_smax_v2sf): Ditto.
34629         (reduc_smin_v2sf): Ditto.
34630         (vec_initv2sf): Remove endian check.
34631         (fpack): Add endian check.
34632         (fswap): Add endian check.
34633         (vec_interleave_highv2sf): Add endian check.
34634         (vec_interleave_lowv2sf): Add endian check.
34635         (fmix_lr): Add endian check.
34636         (vec_setv2sf): Format change.
34637         (*vec_extractv2sf_0_be): Use shift to extract operand.
34638         (*vec_extractv2sf_1_be): New.
34639         (vec_pack_trunc_v4hi): Add endian check.
34640         (vec_pack_trunc_v2si): Format change.
34642 2011-02-04  Jakub Jelinek  <jakub@redhat.com>
34644         PR inline-asm/23200
34645         * tree-ssa-ter.c (is_replaceable_p): Add TER argument.  Don't
34646         do bb, locus and block comparison and disallow loads if it is not set.
34647         (stmt_is_replaceable_p): New function.
34648         (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
34649         callers.
34650         * expr.c (expand_expr_real_1) <case SSA_NAME>: If
34651         get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
34652         SSA_NAME_DEF_STMT.
34653         * tree-flow.h (stmt_is_replaceable_p): New prototype.
34655 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
34657         * config/rs6000/xilinx.opt: New.
34658         * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
34660 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
34662         * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
34664 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
34666         * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
34667         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
34668         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
34669         secondary_reload_info, xtensa_secondary_reload): Remove.
34670         * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
34671         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
34672         (xtensa_preferred_reload_class): Make static. Change return and
34673         'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
34674         Use CONST_DOUBLE_P predicate.
34675         (xtensa_preferred_output_reload_class): New function.
34676         (xtensa_secondary_reload): Make static.
34678 2011-02-03  Joseph Myers  <joseph@codesourcery.com>
34680         * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
34681         Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
34682         Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
34684 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
34686         PR middle-end/31490
34687         * output.h (SECTION_RELRO): Define.
34688         (SECTION_MACH_DEP): Adjust.
34689         (get_variable_section): New prototype.
34690         * varpool.c (varpool_finalize_named_section_flags): New function.
34691         (varpool_assemble_pending_decls): Call it.
34692         * cgraph.h (varpool_finalize_named_section_flags): New prototype.
34693         * cgraphunit.c (cgraph_output_in_order): Call
34694         varpool_finalize_named_section_flags.
34695         * varasm.c (get_section): Allow section flags conflicts between
34696         relro and read-only sections if the section hasn't been declared yet.
34697         Set SECTION_OVERRIDE after diagnosing section type conflict.
34698         (get_variable_section): No longer static.
34699         (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
34700         readonly sections that need relocations.
34701         (decl_readonly_section_1): New function.
34702         (decl_readonly_section): Use it.
34704         Revert:
34705         2010-11-17  Dinar Temirbulatov  <dtemirbulatov@gmail.com>
34706                     Steve Ellcey  <sje@cup.hp.com>
34708         PR middle-end/31490
34709         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
34710         if section attribute used.
34712 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
34714         * config/darwin.h (SECTION_NO_ANCHOR): Remove.
34715         * config/darwin.c (SECTION_NO_ANCHOR): Define.
34716         (darwin_init_sections): Remove assertion.
34718 2011-02-03  Nick Clifton  <nickc@redhat.com>
34720         * config/rx/predicates.md (rx_zs_comparison_operator): Remove
34721         lt and ge.
34722         * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
34723         * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
34724         instead of "n" and "pz".
34725         (flags_from_code): LT and GE tests need CC_FLAG_O as well as
34726         CC_FLAG_S.
34728 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
34730         PR target/47312
34731         * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
34732         fma, expand FMA_EXPR as fma{,f,l} call.
34734         PR lto/47274
34735         * lto-streamer-out.c (write_symbol): When writing kind and visibility,
34736         copy them into a unsigned char variable and pass address of it to
34737         lto_output_data_stream.
34739         PR target/47564
34740         * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
34741         around backend_init_target and lang_dependent_init_target calls.
34742         * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
34743         (verify_cgraph_node): Don't call set_cfun here.  Use
34744         cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
34745         Set error_found for incorrectly represented calls to thunks.
34747 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
34749         PR debug/43092
34750         PR rtl-optimization/43494
34751         * rtl.h (for_each_inc_dec_fn): New type.
34752         (for_each_inc_dec): Declare.
34753         * rtlanal.c (struct for_each_inc_dec_ops): New type.
34754         (for_each_inc_dec_find_inc_dec): New fn.
34755         (for_each_inc_dec_find_mem): New fn.
34756         (for_each_inc_dec): New fn.
34757         * dse.c (struct insn_size): Remove.
34758         (replace_inc_dec, replace_inc_dec_mem): Remove.
34759         (emit_inc_dec_insn_before): New fn.
34760         (check_for_inc_dec): Use it, along with for_each_inc_dec.
34761         (canon_address): Pass mem modes to cselib_lookup.
34762         * cselib.h (cselib_lookup): Add memmode argument.  Adjust callers.
34763         (cselib_lookup_from_insn): Likewise.
34764         (cselib_subst_to_values): Likewise.
34765         * cselib.c (find_slot_memmode): New var.
34766         (cselib_find_slot): New fn.  Use it instead of
34767         htab_find_slot_with_hash everywhere.
34768         (entry_and_rtx_equal_p): Use find_slot_memmode.
34769         (autoinc_split): New fn.
34770         (rtx_equal_for_cselib_p): Rename and implement in terms of...
34771         (rtx_equal_for_cselib_1): ... this.  Take memmode, pass it on.
34772         Deal with autoinc.  Special-case recursion into MEMs.
34773         (cselib_hash_rtx): Likewise.
34774         (cselib_lookup_mem): Infer pmode from address mode.  Distinguish
34775         address and MEM modes.
34776         (cselib_subst_to_values): Add memmode, pass it on.
34777         Deal with autoinc.
34778         (cselib_lookup): Add memmode argument, pass it on.
34779         (cselib_lookup_from_insn): Add memmode.
34780         (cselib_invalidate_rtx): Discard obsolete push_operand handling.
34781         (struct cselib_record_autoinc_data): New.
34782         (cselib_record_autoinc_cb): New fn.
34783         (cselib_record_sets): Use it, along with for_each_inc_dec.  Pass MEM
34784         mode to cselib_lookup.  Reset autoinced REGs here instead of...
34785         (cselib_process_insn): ... here.
34786         * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
34787         to cselib_lookup.
34788         (add_uses): Likewise, also to cselib_subst_to_values.
34789         (add_stores): Likewise.
34790         * sched-deps.c (add_insn_mem_dependence): Pass mode to
34791         cselib_subst_to_values.
34792         (sched_analyze_1, sched_analyze_2): Likewise.  Adjusted.
34793         * gcse.c (do_local_cprop): Adjusted.
34794         * postreload.c (reload_cse_simplify_set): Adjusted.
34795         (reload_cse_simplify_operands): Adjusted.
34796         * sel-sched-dump (debug_mem_addr_value): Pass mode.
34798 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
34800         PR tree-optimization/45122
34801         * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
34802         unsafe assumptions when there's more than one loop exit.
34804 2011-02-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
34806         PR target/47272
34807         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
34808         Document using vector double with the load/store builtins, and
34809         that the load/store builtins always use Altivec instructions.
34811         * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
34812         to use altivec memory instructions, even on VSX.
34813         (vector_altivec_store_<mode>): Ditto.
34815         * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
34816         function.
34818         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
34819         V2DF, V2DI support to load/store overloaded builtins.
34821         * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
34822         altivec load/store builtins for V2DF/V2DI types.
34824         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
34825         set avoid indexed addresses on power6 if -maltivec.
34826         (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
34827         vector_altivec_load/vector_altivec_store builtins.
34828         (altivec_expand_st_builtin): Ditto.
34829         (altivec_expand_builtin): Add VSX memory builtins.
34830         (rs6000_init_builtins): Add V2DI types to internal types.
34831         (altivec_init_builtins): Add support for V2DF/V2DI altivec
34832         load/store builtins.
34833         (rs6000_address_for_altivec): Insure memory address is appropriate
34834         for Altivec.
34836         * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
34837         vec_vsx_ld and vec_vsx_st.
34838         (vsx_store_<mode>): Ditto.
34840         * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
34841         variables to hold long long types for VSX vector memory builtins.
34842         (RS6000_BTI_unsigned_long_long): Ditto.
34843         (long_long_integer_type_internal_node): Ditti.
34844         (long_long_unsigned_type_internal_node): Ditti.
34846         * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
34847         (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
34848         (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
34850         * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
34851         short cuts.
34852         (vec_vsx_st): Ditto.
34854 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
34856         * config/pa/pa-hpux10.opt: New.
34857         * config/hpux11.opt (pthread): New Driver option.
34858         * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
34859         * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
34861 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
34863         * config/ia64/vms.opt: New.
34864         * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
34866 2011-02-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
34868         PR target/47580
34869         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
34870         gpc_reg_operand instead of vsx_register_operand to match rs6000.md
34871         generator functions.
34872         (vsx_floatuns<VSi><mode>2): Ditto.
34873         (vsx_fix_trunc<mode><VSi>2): Ditto.
34874         (vsx_fixuns_trunc<mode><VSi>2): Ditto.
34876 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
34878         * config/i386/djgpp.opt (posix): New Driver option.
34880 2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
34882         * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
34883         Move to the unsupported targets list.
34885 2011-02-02  Peter Bergner  <bergner@vnet.ibm.com>
34887         PR rtl-optimization/47525
34888         * df-scan.c: Update copyright years.
34889         (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
34890         and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
34892 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34894         * config/i386/sysv4.h (TARGET_VERSION): Remove.
34895         (SUBTARGET_RETURN_IN_MEMORY): Remove.
34896         (ASM_OUTPUT_ASCII): Remove.
34897         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
34899 2011-02-02  Jeff Law  <law@redhat.com>
34901         PR middle-end/47543
34902         * reload.c (find_reloads_address): Handle reg+d address where both
34903         components are invalid by reloading the entire address.
34905 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
34906             Richard Guenther  <rguenther@suse.de>
34908         PR tree-optimization/40979
34909         PR bootstrap/47044
34910         * passes.c (init_optimization_passes): After LIM call copy_prop
34911         and DCE to clean up.
34912         * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
34914 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
34916         PR tree-optimization/47576
34917         PR tree-optimization/47555
34918         * doc/invoke.texi (scev-max-expr-complexity): Documented.
34919         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
34920         (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
34921         * tree-scalar-evolution.c (follow_ssa_edge): Use
34922         PARAM_SCEV_MAX_EXPR_COMPLEXITY.
34924 2011-02-02  Richard Guenther  <rguenther@suse.de>
34926         PR tree-optimization/47566
34927         * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
34929 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
34931         PR debug/47106
34932         PR debug/47402
34933         * tree-inline.c (declare_return_variable): Remove unused caller
34934         variable.
34936         PR debug/47106
34937         PR debug/47402
34938         * tree-flow-inline.h (clear_is_used, is_used_p): New.
34939         * cfgexpand.c (account_used_vars_for_block): Use them.
34940         * tree-nrv.c (tree_nrv): Likewise.
34941         * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
34942         (dump_scope_block): Likewise.
34943         (remove_unused_locals): Likewise.
34945         PR debug/47106
34946         PR debug/47402
34947         * tree-inline.c (declare_return_variable): Add result decl to
34948         local decls only once.
34949         * gimple-low.c (record_vars_into): Mark newly-created variables
34950         as referenced.
34952 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
34954         PR debug/47498
34955         PR debug/47501
34956         PR debug/45136
34957         PR debug/45130
34958         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
34959         debug insns.
34960         (no_real_insns_p, schedule_block, set_priorities): Drop special
34961         treatment of boundary debug insns.
34962         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
34963         * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
34964         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
34965         (BOUNDARY_DEBUG_INSN_P): Likewise.
34966         (SCHEDULE_DEBUG_INSN_P): Likewise.
34967         * sched-rgn.c (init_ready_list): Drop special treatment of
34968         boundary debug insns.
34969         * final.c (rest_of_clean_state): Clear notes' BB.
34971 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34973         * config/openbsd.opt (assert=): New Driver option.
34975 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34977         * config/i386/nto.opt: New.
34978         * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
34980 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34982         * config/i386/netware.opt: New.
34983         * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
34985 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
34987         * config/interix.opt (posix): New Driver option.
34989 2011-02-01  DJ Delorie  <dj@redhat.com>
34991         * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
34993         * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
34994         class for A0/A1.
34996 2011-02-01  Sebastian Pop  <sebastian.pop@amd.com>
34998         PR tree-optimization/47561
34999         * toplev.c (process_options): Print the Graphite flags.  Add
35000         flag_loop_flatten to the list of options requiring Graphite.
35002 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35004         * config/i386/cygming.opt (posix): New Driver option.
35006 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35008         * config/arm/vxworks.opt: New.
35009         * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
35011 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
35013         * config/alpha/elf.opt: New.
35014         * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
35015         alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
35017 2011-02-01  Richard Guenther  <rguenther@suse.de>
35019         PR tree-optimization/47559
35020         * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
35021         store-motion on references that can throw.
35023 2011-02-01  Bernd Schmidt  <bernds@codesourcery.com>
35025         * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
35026         * tree-pass.h (TDF_CSELIB): New macro.
35027         * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
35028         cselib_lookup): Check for it rather than for TDF_DETAILS.
35030 2011-02-01  H.J. Lu  <hongjiu.lu@intel.com>
35032         PR driver/47547
35033         * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
35034         is HOST_BIT_BUCKET.
35036         * opts.c (finish_options): Don't add x_aux_base_name if it is
35037         HOST_BIT_BUCKET.
35039 2011-02-01  Richard Guenther  <rguenther@suse.de>
35041         PR tree-optimization/47555
35042         Revert
35043         2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
35045         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
35047 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
35049         PR gcc/46692
35050         * config/lm32/t-lm32: Add multilib for all CPU options.
35052 2011-02-01  Richard Guenther  <rguenther@suse.de>
35054         PR tree-optimization/47541
35055         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
35056         sure to have a field at offset zero.
35058 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
35060         * config/arc/arc.opt (EB, EL): New Driver options.
35062 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
35064         * config/alpha/osf5.opt: New.
35065         * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
35067 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
35069         * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
35071 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
35073         * common.opt (ftree-loop-linear): Use Alias to make it an alias of
35074         -floop-interchange.
35075         * invoke.texi (-ftree-loop-linear): Make it clear that this flag
35076         is an alias of -floop-interchange and that it requires the
35077         Graphite infrastructure.
35078         * tree-ssa-loop.c (gate_graphite_transforms): Do not set
35079         flag_loop_interchange based on the value of flag_tree_loop_linear.
35081 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
35082             Richard Guenther  <rguenther@suse.de>
35084         PR tree-optimization/47538
35085         * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
35086         type instead of r1type, except for comparisons.  For right
35087         shifts and comparisons punt if there are mismatches in
35088         sizetype vs. non-sizetype types.
35090 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35092         * doc/sourcebuild.texi (Effective-Target Keywords): Document
35093         avx_runtime.
35095 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35097         * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
35098         version number.
35099         * configure: Regenerate.
35101 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35103         * configure.ac (gcc_cv_ld_static_option): Define.
35104         (gcc_cv_ld_dynamic_option): Define.
35105         (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
35106         instead.
35107         (HAVE_LD_STATIC_DYNAMIC): Update message.
35108         (LD_STATIC_OPTION): Define.
35109         (LD_DYNAMIC_OPTION): Define.
35110         * configure: Regenerate.
35111         * config.in: Regenerate.
35112         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
35113         HAVE_LD_STATIC_DYNAMIC]: Use them.
35115 2011-01-31  Nick Clifton  <nickc@redhat.com>
35117         * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
35118         registers inside interrupt handlers if the handler is not a leaf
35119         function.
35121 2011-01-31  Nick Clifton  <nickc@redhat.com>
35123         * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
35124         reg_renumber returning an INVALID_REGNUM.
35126 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
35128         PR libgcj/44341
35129         * doc/install.texi: Document host options discarded when cross
35130         configuring target libraries.
35132 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
35134         Reverted:
35135         2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
35136         PR debug/45136
35137         PR debug/45130
35138         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
35139         debug insns.
35140         (no_real_insns_p, schedule_block, set_priorities): Drop special
35141         treatment of boundary debug insns.
35142         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
35143         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
35144         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
35145         (BOUNDARY_DEBUG_INSN_P): Likewise.
35146         (SCHEDULE_DEBUG_INSN_P): Likewise.
35147         * sched-rgn.c (init_ready_list): Drop special treatment of
35148         boundary debug insns.
35149         * final.c (rest_of_clean-state): Clear notes' BB.
35151 2011-01-31  Alan Modra  <amodra@gmail.com>
35153         * config/rs6000/rs6000.c (print_operand): Rearrange addends in
35154         toc relative expressions as we do in print_operand_address.
35156 2011-01-30  Kazu Hirata  <kazu@codesourcery.com>
35158         * doc/extend.texi: Follow spelling conventions.
35159         * doc/invoke.texi: Fix a typo.
35161 2011-01-30  Joseph Myers  <joseph@codesourcery.com>
35163         * config/hpux11.opt: New.
35164         * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
35165         ia64*-*-hpux*): Use hpux11.opt.
35167 2011-01-30  Jonathan Yong  <jon_y@users.sourceforge.net>
35169         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
35170         to tmake_file.
35172 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
35174         * doc/install.texi (hppa-hp-hpux10): Remove references to HP
35175         support sites.
35177 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
35179         * doc/install.texi (Binaries): Remove outdated reference for
35180         Motorola 68HC11/68HC12 downloads.
35182 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
35184         * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
35185         Drepper's paper.
35187 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
35189         PR bootstrap/47147
35190         * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
35191         used by NetBSD.
35193 2011-01-28  Ahmad Sharif  <asharif@google.com>
35195         * value-prof.c (check_counter): Corrected error message.
35197 2011-01-29  Jie Zhang  <jie@codesourcery.com>
35199         * config/arm/arm.c (arm_legitimize_reload_address): New.
35200         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
35201         arm_legitimize_reload_address.
35202         * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
35204 2011-01-28  Ian Lance Taylor  <iant@google.com>
35206         * godump.c (go_define): Ignore macros whose definitions include
35207         two adjacent operands.
35209 2011-01-28  Jakub Jelinek  <jakub@redhat.com>
35211         PR target/42894
35212         * varasm.c (force_const_mem): Store copy of x in desc->constant
35213         instead of x itself.
35214         * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
35215         itself into REG_EQUAL note.
35217 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
35219         * config/freebsd.opt (posix, rdynamic): New Driver options.
35221 2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35223         * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
35224         -Bstatic/-Bdynamic.
35225         * configure: Regenerate.
35227 2011-01-27  Joseph Myers  <joseph@codesourcery.com>
35229         * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
35230         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
35232 2011-01-27  Anatoly Sokolov  <aesok@post.ru>
35234         * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
35235         * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
35236         * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
35237         (s390_preferred_reload_class): Make static. Change return and
35238         'rclass' argument type to reg_class_t.
35240 2011-01-27  Jan Hubicka  <jh@suse.cz>
35242         PR middle-end/46949
35243         * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
35244         (process_function_and_variable_attributes): Check defined weakrefs.
35246 2011-01-27  Martin Jambor  <mjambor@suse.cz>
35248         PR tree-optimization/47228
35249         * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
35250         build_ref_for_offset.
35252 2011-01-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35254         * config/spu/spu-elf.h (ASM_SPEC): Remove.
35256 2011-01-26  Mikael Pettersson  <mikpe@it.uu.se>
35258         PR rtl-optimization/46856
35259         * postreload.c (reload_combine_recognize_const_pattern): Do not
35260         separate cc0 setter and user on cc0 targets.
35262 2011-01-26  Nicola Pero  <nicola.pero@meta-innovation.com>
35264         PR c/43082
35265         * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
35266         passed a VOID_TYPE expression, immediately emit an error and
35267         return error_mark_node.
35269 2011-01-26  Jeff Law  <law@redhat.com>
35271         PR rtl-optimization/47464
35272         * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
35273         rather than may_trap_p as needed.
35275 2011-01-26  DJ Delorie  <dj@redhat.com>
35277         PR rtl-optimization/46878
35278         * combine.c (insn_a_feeds_b): Check for the implicit cc0
35279         setter/user dependency as well.
35281 2011-01-26  Eric Botcazou  <ebotcazou@adacore.com>
35283         PR rtl-optimization/44469
35284         * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
35285         after removing trivially dead basic blocks.
35287 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35289         * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
35290         * config/frv/frv.h (LINK_SPEC): Likewise.
35291         * config/i386/netware.h (LINK_SPEC): Likewise.
35292         * config/m68k/linux.h (ASM_SPEC): Likewise.
35293         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
35294         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
35295         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
35296         * config/sparc/linux.h (ASM_SPEC): Likewise.
35297         * config/sparc/linux64.h (ASM_SPEC): Likewise.
35298         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
35300 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35302         * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
35303         * config/frv/frv.h (ASM_SPEC): Likewise.
35304         * config/m68k/linux.h (ASM_SPEC): Likewise.
35305         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
35306         * config/rs6000/linux64.h (ASM_SPEC): Likewise.
35307         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
35308         * config/sparc/linux.h (ASM_SPEC): Likewise.
35309         * config/sparc/linux64.h (ASM_SPEC): Likewise.
35310         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
35312 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35314         * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
35315         * config/frv/frv.h (LINK_SPEC): Likewise.
35316         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
35318 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
35320         * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
35321         * config/frv/frv.h (ASM_SPEC): Likewise.
35322         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
35323         * config/m68k/linux.h (ASM_SPEC): Likewise.
35324         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
35325         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
35326         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
35327         * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
35328         * config/sparc/linux.h (ASM_SPEC): Likewise.
35329         * config/sparc/linux64.h (ASM_SPEC): Likewise.
35330         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
35331         * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
35333 2011-01-26  Steve Ellcey  <sje@cup.hp.com>
35335         PR target/46997
35336         * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
35337         (*mux2): Ditto.
35338         (vec_extract_evenodd_help): Ditto.
35339         (vec_extract_evenv4hi): Ditto.
35340         (vec_extract_oddv4hi): Ditto.
35341         (vec_interleave_lowv2si): Ditto.
35342         (vec_interleave_highv2si): Ditto.
35343         (vec_extract_evenv2si): Ditto.
35344         (vec_extract_oddv2si: Ditto.
35345         (vec_pack_trunc_v2si): Ditto.
35347 2011-01-22  Jan Hubicka  <jh@suse.cz>
35349         PR target/47237
35350         * cgraph.h (cgraph_local_info): New field can_change_signature.
35351         * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
35352         signature can change.
35353         (ipcp_estimate_growth): Call sequence simplify only if calle signature
35354         can change.
35355         (ipcp_insert_stage): Only compute args_to_skip if signature can change.
35356         (cgraph_function_versioning): We can not change signature of functions
35357         that don't allow that.
35358         * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
35359         (lto_input_node): Likewise.
35360         * ipa-inline.c (compute_inline_parameters): Compute
35361         local.can_change_signature.
35362         * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
35363         * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
35364         functions that can not change signature.
35365         * i386.c (ix86_function_regparm, ix86_function_sseregparm,
35366         init_cumulative_args): Do not use local calling conventions
35367         for functions that can not change signature.
35369 2011-01-22  Jan Hubicka  <jh@suse.cz>
35371         * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
35373 2011-01-26  Richard Guenther  <rguenther@suse.de>
35375         PR tree-optimization/47190
35376         * cgraphunit.c (process_common_attributes): New function.
35377         (process_function_and_variable_attributes): Use it.
35379 2011-01-26  Richard Guenther  <rguenther@suse.de>
35381         PR lto/47423
35382         * cgraphbuild.c (record_eh_tables): Record reference to personality
35383         function.
35385 2011-01-26  Alexandre Oliva  <aoliva@redhat.com>
35387         PR debug/45454
35388         * sel-sched.c (moveup_expr): Don't let debug insns prevent
35389         non-debug insns from moving up.
35391 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
35393         PR target/40125
35394         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
35395         t-dlldir{,-x} fragment for build and add it to tmake_file.
35396         (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
35397         * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
35398         * config/i386/t-dlldir: New file.
35399         (SHLIB_DLLDIR): Define.
35400         * config/i386/t-dlldir-x: New file.
35401         (SHLIB_DLLDIR): Define.
35402         * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
35403         (SHLIB_INSTALL): Use it.
35405 2011-01-26  Chung-Lin Tang  <cltang@codesourcery.com>
35407         PR target/47246
35408         * config/arm/arm.c (thumb2_legitimate_index_p): Change the
35409         lower bound of the allowed Thumb-2 coprocessor load/store
35410         index range to -256. Add explaining comment.
35412 2011-01-25  Ian Lance Taylor  <iant@google.com>
35414         * godump.c (go_define): Improve lexing of macro expansion to only
35415         accept expressions which match Go spec.
35417 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
35419         PR c++/43601
35420         * tree.c (handle_dll_attribute): Handle it.
35421         * doc/extend.texi (@item dllexport): Mention it.
35422         * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
35424 2011-01-25  Ian Lance Taylor  <iant@google.com>
35426         PR tree-optimization/26854
35427         * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
35428         (decl_jump_unsafe): Move higher in file, with no other change.
35429         (bind): Set has_jump_unsafe_decl if appropriate.
35430         (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
35431         (check_earlier_gotos): Likewise.
35432         (c_check_switch_jump_warnings): Likewise.
35434 2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
35436         * doc/invoke.texi (Warning Options): Add missing hyphen.
35437         (-fprofile-dir): Minor grammatical fixes.
35438         (-fbranch-probabilities): Likewise.
35440 2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
35442         PR debug/45136
35443         PR debug/45130
35444         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
35445         debug insns.
35446         (no_real_insns_p, schedule_block, set_priorities): Drop special
35447         treatment of boundary debug insns.
35448         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
35449         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
35450         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
35451         (BOUNDARY_DEBUG_INSN_P): Likewise.
35452         (SCHEDULE_DEBUG_INSN_P): Likewise.
35453         * sched-rgn.c (init_ready_list): Drop special treatment of
35454         boundary debug insns.
35455         * final.c (rest_of_clean-state): Clear notes' BB.
35457 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35459         * Makefile.in (LAMBDA_H): Removed.
35460         (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
35461         (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
35462         lambda-trans.o, and tree-loop-linear.o.
35463         (lto-symtab.o): Remove dependence on LAMBDA_H.
35464         (tree-loop-linear.o): Remove rule.
35465         (lambda-mat.o): Same.
35466         (lambda-trans.o): Same.
35467         (lambda-code.o): Same.
35468         (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
35469         (tree-vect-slp.o): Same.
35470         * hwint.h (gcd): Moved here.
35471         (least_common_multiple): Same.
35472         * lambda-code.c: Removed.
35473         * lambda-mat.c: Removed.
35474         * lambda-trans.c: Removed.
35475         * lambda.h: Removed.
35476         * tree-loop-linear.c: Removed.
35477         * lto-symtab.c: Do not include lambda.h.
35478         * omega.c (gcd): Removed.
35479         * passes.c (init_optimization_passes): Remove pass_linear_transform.
35480         * tree-data-ref.c (print_lambda_vector): Moved here.
35481         (lambda_vector_copy): Same.
35482         (lambda_matrix_copy): Same.
35483         (lambda_matrix_id): Same.
35484         (lambda_vector_first_nz): Same.
35485         (lambda_matrix_row_add): Same.
35486         (lambda_matrix_row_exchange): Same.
35487         (lambda_vector_mult_const): Same.
35488         (lambda_vector_negate): Same.
35489         (lambda_matrix_row_negate): Same.
35490         (lambda_vector_equal): Same.
35491         (lambda_matrix_right_hermite): Same.
35492         * tree-data-ref.h: Do not include lambda.h.
35493         (lambda_vector): Moved here.
35494         (lambda_matrix): Same.
35495         (dependence_level): Same.
35496         (lambda_transform_legal_p): Removed declaration.
35497         (lambda_collect_parameters): Same.
35498         (lambda_compute_access_matrices): Same.
35499         (lambda_vector_gcd): Same.
35500         (lambda_vector_new): Same.
35501         (lambda_vector_clear): Same.
35502         (lambda_vector_lexico_pos): Same.
35503         (lambda_vector_zerop): Same.
35504         (lambda_matrix_new): Same.
35505         * tree-flow.h (least_common_multiple): Removed declaration.
35506         * tree-parloops.c (lambda_trans_matrix): Moved here.
35507         (LTM_MATRIX): Same.
35508         (LTM_ROWSIZE): Same.
35509         (LTM_COLSIZE): Same.
35510         (LTM_DENOMINATOR): Same.
35511         (lambda_trans_matrix_new): Same.
35512         (lambda_matrix_vector_mult): Same.
35513         (lambda_transform_legal_p): Same.
35514         * tree-pass.h (pass_linear_transform): Removed declaration.
35515         * tree-ssa-loop.c (tree_linear_transform): Removed.
35516         (gate_tree_linear_transform): Removed.
35517         (pass_linear_transform): Removed.
35518         (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
35519         flag_loop_interchange.
35521 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35523         PR tree-optimization/47265
35524         PR tree-optimization/47443
35525         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
35526         if name still has some uses.
35528 2011-01-25  Martin Jambor  <mjambor@suse.cz>
35530         PR tree-optimization/47382
35531         * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
35532         (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
35534 2011-01-25  Joel Sherrill  <joel.sherrill@oarcorp.com>
35536         * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
35537         sjlj_except_unwind_info.
35539 2011-01-25  Richard Guenther  <rguenther@suse.de>
35541         PR tree-optimization/47426
35542         * tree-ssa-structalias.c (ipa_pta_execute): Make externally
35543         visible functions results escape.
35545 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35547         PR target/45701
35548         * config/arm/arm.c (any_sibcall_uses_r3): New function.
35549         (arm_get_frame_offsets): Use it.
35551 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35552             Jakub Jelinek  <jakub@redhat.com>
35554         PR tree-optimization/47271
35555         * tree-if-conv.c (bb_postdominates_preds): New.
35556         (if_convertible_bb_p): Call bb_postdominates_preds.
35557         (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
35558         (predicate_scalar_phi): Call bb_postdominates_preds.
35560 2011-01-25  Nick Clifton  <nickc@redhat.com>
35562         * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
35563         * config/rx/rx.c (rx_function_value): Likewise.
35564         (rx_promote_function_mode): Likewise.
35565         (gen_safe_add): Place an outsized immediate value inside an UNSPEC
35566         in order to make it legitimate.
35567         * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
35568         make sure that the first operand is the same as the result register.
35569         (addsi3_unspec): Delete.
35570         (subdi3): Do not accept immediate operands.
35571         (subdi3_internal): Likewise.
35573 2011-01-25  Jeff Law  <law@redhat.com>
35575         PR rtl-optimization/37273
35576         * ira-costs.c (scan_one_insn): Detect constants living in memory and
35577         handle them like argument loads from stack slots.  Do not double
35578         count memory for memory constants and argument loads from stack slots.
35580 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
35582         PR tree-optimization/47427
35583         PR tree-optimization/47428
35584         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
35585         coalesce if the new root var would be TREE_READONLY.
35587 2011-01-25  Richard Guenther  <rguenther@suse.de>
35589         PR middle-end/47414
35590         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
35591         correct type for TBAA.
35593 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35595         * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
35596         (close_phi_written_to_memory): Call for_each_index with
35597         dr_indices_valid_in_loop.
35599 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35601         * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
35602         when it is initialized.
35604 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35606         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
35607         call to graphite_find_data_references_in_stmt.
35608         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
35609         (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
35610         call to graphite_find_data_references_in_stmt.
35611         (analyze_drs_in_stmts): Same.
35612         * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
35613         in which the scalar analysis of indices is performed.
35614         (create_data_ref): Same.  Update call to dr_analyze_indices.
35615         (find_data_references_in_stmt): Update call to create_data_ref.
35616         (graphite_find_data_references_in_stmt): Same.
35617         * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
35618         declaration.
35619         (create_data_ref): Same.
35620         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
35621         call to create_data_ref.
35623 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35625         * graphite-sese-to-poly.c (build_poly_scop): Move
35626         rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
35628 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35630         * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
35631         VAR_DECL, PARM_DECL, and RESULT_DECL.
35633 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35635         * graphite-dependences.c (reduction_dr_1): Allow several reductions
35636         in a reduction PBB.
35637         * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
35638         that have already been marked as PBB_IS_REDUCTION.
35640 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35642         * graphite-scop-detection.c (same_close_phi_node): New.
35643         (remove_duplicate_close_phi): New.
35644         (make_close_phi_nodes_unique): New.
35645         (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
35647 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35649         * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
35650         * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
35651         of both data references to be the same.
35653 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35655         * graphite-dependences.c (build_lexicographical_constraint): Remove
35656         the gdim parameter.
35657         (build_lexicographical_constraint): Adjust call to
35658         ppl_powerset_is_empty.
35659         (dependence_polyhedron): Same.
35660         (graphite_legal_transform_dr): Same.
35661         (graphite_carried_dependence_level_k): Same.
35662         * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
35663         parameter.
35664         * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
35666 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35668         * graphite-sese-to-poly.c
35669         (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
35670         (close_phi_written_to_memory): New.
35671         (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
35672         and unshare_expr.
35674 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35676         * doc/install.texi: Update the expected version number of PPL to 0.11.
35677         * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
35678         #if PPL_VERSION_MINOR < 11.
35680 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35682         * graphite-dependences.c: Include graphite-cloog-util.h.
35683         (new_poly_ddr): Inlined into dependence_polyhedron.
35684         (free_poly_ddr): Moved close by new_poly_ddr.
35685         (dependence_polyhedron_1): Renamed dependence_polyhedron.
35686         Early return NULL when ppl_powerset_is_empty returns true.
35687         (dependence_polyhedron): Renamed new_poly_ddr.  Call only once
35688         poly_drs_may_alias_p.  Avoid one call to ppl_powerset_is_empty.
35689         (graphite_legal_transform_dr): Call new_poly_ddr.
35690         (graphite_carried_dependence_level_k): Same.
35691         (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2.  Use new_poly_ddr.
35692         (dot_transformed_deps_stmt_1): Removed.
35693         (dot_deps_stmt_1): Call dot_deps_stmt_2.
35694         (dot_original_deps): Renamed dot_deps_2.  Call new_poly_ddr.
35695         (dot_deps_1): Call dot_deps_2.
35696         * Makefile.in (graphite-dependences.o): Add missing dependence on
35697         graphite-cloog-util.h.
35699 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35701         * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
35702         (build_lexicographical_constraint): Same.
35703         (dependence_polyhedron_1): Same.
35704         (graphite_legal_transform_dr): Same.
35705         (graphite_carried_dependence_level_k): Same.
35706         * graphite-ppl.c (ppl_powerset_is_empty): New.
35707         * graphite-ppl.h (ppl_powerset_is_empty): Declared.
35708         * tree-data-ref.c (dump_data_reference): Print the basic block index.
35710 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35712         * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
35713         the "a followed by b" relation and document it.
35715 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35717         * graphite-dependences.c (build_lexicographical_constraint): Stop the
35718         iteration when the bag of constraints is empty.
35720 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35722         * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
35724 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35726         * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
35727         nest and two loop depths as parameters.
35728         (lst_try_interchange_loops): Call lst_interchange_profitable_p after
35729         lst_perfect_nestify.
35731 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35733         * graphite-dependences.c (print_pddr): Call
35734         ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
35736 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
35738         * graphite-ppl.c (debug_gmp_value): New.
35739         * graphite-ppl.h (debug_gmp_value): Declared.
35741 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
35743         * doc/install.texi: Document availability of cloog-0.16.
35745 2011-01-25  Vladimir Kargov  <kargov@gmail.com>
35747         * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
35748         invalid postdominance info.
35750 2011-01-24  Jan Hubicka  <jh@suse.cz>
35752         PR c/21659
35753         * doc/extend.texi (weak pragma): Drop claim that it must
35754         appear before definition.
35755         * varasm.c (merge_weak, declare_weak): Only sanity check
35756         that DECL is not output at a time it is declared weak.
35758 2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
35760         * machmode.def: Fixed comments.
35762 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
35764         * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
35766 2011-01-24  Paul Koning  <ni1d@arrl.net>
35768         * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
35769         WORDS_BIG_ENDIAN.
35771 2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>
35773         PR target/46519
35774         * config/i386/i386.c: Include sbitmap.h and fibheap.h.
35775         (block_info): Add scanned and prev.
35776         (move_or_delete_vzeroupper_2): Return if the basic block
35777         has been scanned and the upper 128bit state is unchanged
35778         from the last scan.
35779         (move_or_delete_vzeroupper_1): Return true if the exit
35780         state is changed.
35781         (move_or_delete_vzeroupper): Visit basic blocks using the
35782         work-list based algorithm based on vt_find_locations in
35783         var-tracking.c.
35785         * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
35787 2011-01-24  Nick Clifton  <nickc@redhat.com>
35789         * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
35790         * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
35791         -mv850e1 to the assembler.  If -mv850e1 or -mv850es is specified
35792         then define __v850e1__.
35793         * doc/invoke.texi: Document -mv850es.
35795 2011-01-24  Richard Henderson  <rth@redhat.com>
35797         * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
35798         compound unordered comparisons.
35799         * config/rx/rx.c (rx_split_fp_compare): Remove.
35800         * config/rx/rx-protos.h: Update.
35801         * config/rx/rx.md (gcc_conds, rx_conds): Remove.
35802         (cbranchsf4): Don't call rx_split_fp_compare.
35803         (*cbranchsf4): Use rx_split_cbranch.
35804         (*cmpsf): Don't accept "i" constraint.
35805         (*conditional_branch): Only valid after reload.
35806         (cstoresf4): Merge expander with insn.  Don't call rx_split_fp_compare.
35808 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
35810         PR target/47385
35811         * config/rs6000/altivec.md (vector constant splitters): Add
35812         support for creating vector single precision constants if -mvsx is
35813         used and we would create the constant using Altivec primitives.
35815 2011-01-23  Bernd Schmidt  <bernds@codesourcery.com>
35816             Richard Sandiford  <rdsandiford@googlemail.com>
35818         PR rtl-optimization/47166
35819         * reload1.c (emit_reload_insns): Disable the spill_reg_store
35820         mechanism for PRE_MODIFY and POST_MODIFY.
35821         (inc_for_reload): For PRE_MODIFY, return the insn that sets the
35822         reloadreg.
35824 2011-01-23  Andreas Schwab  <schwab@linux-m68k.org>
35826         * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
35828 2011-01-22  Jan Hubicka  <jh@suse.cz>
35830         PR lto/47333
35831         * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
35833 2011-01-22  Jan Hubicka  <jh@suse.cz>
35835         PR tree-optimization/43884
35836         PR lto/44334
35837         * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
35838         * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
35840 2011-01-22  Anatoly Sokolov  <aesok@post.ru>
35842         * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
35843         * config/s390/s390.c (s390_register_move_cost,
35844         s390_memory_move_cost): New.
35845         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
35847 2011-01-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
35849         PR middle-end/47401
35850         * except.c (sjlj_assign_call_site_values): Move setting the
35851         crtl->uses_eh_lsda flag to ...
35852         (sjlj_mark_call_sites): ... here.
35853         (sjlj_emit_function_enter): Support NULL dispatch label.
35854         (sjlj_build_landing_pads): In a function with no landing pads
35855         that still has must-not-throw regions, generate code to register
35856         a personality function with empty LSDA.
35858 2011-01-21  Richard Henderson  <rth@redhat.com>
35860         * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
35862         * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
35864         * compare-elim.c: New file.
35865         * Makefile.in (OBJS-common): Add it.
35866         (compare-elim.o): New.
35867         * common.opt (fcompare-elim): New.
35868         * opts.c (default_options_table): Add OPT_fcompare_elim.
35869         * tree-pass.h (pass_compare_elim_after_reload): New.
35870         * passes.c (init_optimization_passes): Add it.
35871         * recog.h: Protect against re-inclusion.
35872         * target.def (TARGET_FLAGS_REGNUM): New POD hook.
35873         * doc/invoke.texi (-fcompare-elim): Document it.
35874         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
35875         * doc/tm.texi: Rebuild.
35877 2011-01-22  Nick Clifton  <nickc@redhat.com>
35879         * config/rx/rx.md (cstoresf4): Pass comparison operator to
35880         rx_split_fp_compare.
35882 2011-01-22  Nick Clifton  <nickc@redhat.com>
35884         * config/rx/rx.md (UNSPEC_CONST): New.
35885         (deallocate_and_return): Wrap the amount popped off the stack in
35886         an UNSPEC_CONST in order to stop it being rejected by
35887         -mmax-constant-size.
35888         (pop_and_return): Add a "(return)" rtx.
35889         (call): Drop the immediate operand.
35890         (call_internal): Likewise.
35891         (call_value): Likewise.
35892         (call_value_internal): Likewise.
35893         (sibcall_internal): Likewise.
35894         (sibcall_value_internal): Likewise.
35895         (sibcall): Likewise.  Generate an explicit call using
35896         sibcall_internal.
35897         (sibcall_value): Likewise.
35898         (mov<>): FAIL if a constant operand is not legitimate.
35899         (addsi3_unpsec): New pattern.
35901         * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
35902         (ok_for_max_constant): New function.
35903         (gen_safe_add): New function.
35904         (rx_expand_prologue): Use gen_safe_add.
35905         (rx_expand_epilogue): Likewise.
35906         (rx_is_legitimate_constant): Use ok_for_max_constant.  Handle
35907         UNSPEC CONSTs.
35909 2011-01-21  Jeff Law  <law@redhat.com>
35911         PR tree-optimization/47053
35912         * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
35913         (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
35914         statements are deleted.
35915         (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP.  If NEED_EH_CLEANUP
35916         is nonempty, then purge dead edges and cleanup the CFG.
35918 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
35920         PR debug/47402
35921         Temporarily revert:
35922         2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
35923         PR debug/47106
35924         * tree-dfa.c (create_var_ann): Mark variable as used.
35926 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
35928         PR middle-end/45566
35929         * except.c (convert_to_eh_region_ranges): Emit queued no-region
35930         notes from other section in hot/cold partitioning even if
35931         last_action is -3.  Increment call_site_base.
35933         PR rtl-optimization/47366
35934         * fwprop.c (forward_propagate_into): Return bool.  If
35935         any changes are made, -fnon-call-exceptions is used and
35936         REG_EH_REGION note is present, call purge_dead_edges
35937         and return true if it purged anything.
35938         (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
35939         any EH edges were purged.
35941 2011-01-21  Jeff Law  <law@redhat.com>
35943         PR rtl-optimization/41619
35944         * caller-save.c (setup_save_areas): Break out code to determine
35945         which hard regs are live across calls by examining the reload chains
35946         so that it is always used.
35947         Eliminate code which checked REG_N_CALLS_CROSSED.
35949 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
35951         PR tree-optimization/47355
35952         * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
35953         NOP has non-debug uses beyond PHIs in new_bb.
35955 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
35957         PR debug/47106
35958         * cfgexpand.c (account_used_vars_for_block): Only account vars
35959         that are annotated as used.
35960         (estimated_stack_frame_size): Don't set TREE_USED.
35961         * tree-dfa.c (create_var_ann): Mark variable as used.
35963 2011-01-21  Richard Guenther  <rguenther@suse.de>
35965         PR middle-end/47395
35966         * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
35968 2011-01-21  Richard Guenther  <rguenther@suse.de>
35970         PR tree-optimization/47365
35971         * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
35972         (vn_reference_lookup_pieces): Adjust.
35973         (vn_reference_lookup): Likewise.
35974         * tree-ssa-sccvn.c (vn_walk_kind): New static global.
35975         (vn_reference_lookup_3): Only look through kills if in
35976         VN_WALKREWRITE mode.
35977         (vn_reference_lookup_pieces): Adjust.
35978         (vn_reference_lookup): Likewise.
35979         (visit_reference_op_load): Likewise.
35980         (visit_reference_op_store): Likewise.
35981         * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
35982         (compute_avail): Likewise.
35983         (eliminate): Likewise.
35985 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
35987         * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
35988         DECL_IGNORED_P non-reg vars if they are used.
35990         PR tree-optimization/47391
35991         * varpool.c (const_value_known_p): Return false if
35992         decl is volatile.
35994 2011-01-21  Kai Tietz  <kai.tietz@onevision.com>
35996         PR bootstrap/47215
35997         * config/i386/i386.c (ix86_local_alignment): Handle
35998         case for va_list_type_node is nil.
35999         (ix86_canonical_va_list_type): Likewise.
36001 2011-01-21  Alan Modra  <amodra@gmail.com>
36003         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
36004         builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
36006 2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36008         * config/arm/arm.md (define_attr type): Rename f_load
36009         and f_store to f_fpa_load and f_fpa_store. Update.
36010         (write_conflict): Deal with rename fallout.
36011         (*push_fp_multi): Likewise.
36012         * config/arm/fpa.md (f_load): Use f_fpa_load.
36013         (f_store): Use f_fpa_store.
36014         (*movsf_fpa): Likewise.
36015         (*movdf_fpa): Likewise.
36016         (*movxf_fpa): Likewise.
36017         (*thumb2_movsf_fpa): Likewise.
36018         (*thumb2_movdf_fpa): Likewise.
36019         (*thumb2_movxf_fpa): Likewise.
36020         * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
36021         f_loadd and f_stored.
36022         (*thumb2_movdi_vfp): Likewise.
36023         (*thumb2_movsf_vfp): Fix attribute to f_loads.
36024         (*thumb2_movsi_vfp): Likewise.
36025         * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
36026         Use f_loads instead of f_load.
36027         * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
36029 2011-01-20  Anatoly Sokolov  <aesok@post.ru>
36031         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
36032         * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
36033         * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
36034         (xtensa_mode_dependent_address_p): New function.
36035         (constantpool_address_p): Make static. Change return type to bool.
36036         Change argument type to const_rtx. Use CONST_INT_P predicate.
36038 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
36040         PR debug/46583
36041         * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
36043 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
36045         PR debug/47283
36046         * cfgexpand.c (expand_debug_expr): Instead of generating
36047         (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
36048         etc. handling.
36050 2011-01-20  Richard Guenther  <rguenther@suse.de>
36052         PR middle-end/47370
36053         * tree-inline.c (remap_gimple_op_r): Recurse manually for
36054         the pointer operand of MEM_REFs.
36056 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
36058         PR tree-optimization/46130
36059         * ipa-split.c (consider_split): If return_bb contains non-virtual
36060         PHIs other than for retval or if split_function would not adjust it,
36061         refuse to split.
36063 2011-01-20  Richard Guenther  <rguenther@suse.de>
36065         PR tree-optimization/47167
36066         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
36067         Revert previous change, only avoid enumeral type changes.
36069 2011-01-19  Mike Stump  <mikestump@comcast.net>
36071         * doc/tm.texi.in (BRANCH_COST): Englishify.
36072         * doc/tm.texi (BRANCH_COST): Likewise.
36074 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
36076         PR c++/47291
36077         * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
36078         (gen_scheduled_generic_parms_dies): New functions.
36079         (gen_struct_or_union_type_die): Schedule template parameters DIEs
36080         generation for the end of CU compilation.
36081         (dwarf2out_finish): Generate template parameters DIEs here.
36083 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
36085         PR debug/46240
36086         * tree-into-ssa.c (maybe_register_def): Do not attempt to add
36087         debug bind stmt on merge edges.
36089 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
36091         PR debug/47079
36092         PR debug/46724
36093         * function.c (instantiate_expr): Instantiate incoming rtl of
36094         implicit arguments, and recurse on VALUE_EXPRs.
36095         (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
36096         * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
36098 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
36100         * c-parser.c (c_parser_for_statement): Initialize
36101         collection_expression.
36103 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36105         * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
36107 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36109         * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
36110         (LINK_SHLIB_SPEC): Don't use %(link_path).
36111         (SUBTARGET_EXTRA_SPECS): Remove link_path.
36113 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36115         * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
36116         (NO_SHARED_LIB_SUPPORT): Remove.
36117         (LINK_SHLIB_SPEC): Remove one conditional definition.
36119 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
36121         * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
36122         %{call_shared}.
36123         * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
36124         * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
36125         * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
36126         %{call_shared} and conditionals on these options not being passed.
36127         * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
36128         %{call_shared}.
36130 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
36132         * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
36133         simplify.
36135         * ipa-split.c: Spelling fixes.
36137 2011-01-19  Richard Henderson  <rth@redhat.com>
36139         * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
36140         (*mulsi3): Likewise.
36142         * longlong.h [__mn10300__] (count_leading_zeros): New.
36143         [__mn10300__] (umul_ppmm, smul_ppmm): New.
36144         [__mn10300__] (add_ssaaaa, subddmmss): New.
36145         [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
36146         [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
36148 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36150         * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
36152 2011-01-19  Richard Henderson  <rth@redhat.com>
36154         * config/mn10300/mn10300.md (addsi3_flags): New.
36155         (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
36156         (subsi3_flags, subc_internal, subdi3): New.
36157         (subdi3_internal, *subdi3_degenerate): New.
36158         * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
36160         * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
36161         (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
36162         (mn10300_expand_epilogue): Use it.  Compute REG_SAVE_BYTES once.
36163         * config/mn10300/mn10300-protos.h: Update.
36164         * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
36165         (return_ret): Likewise.  Rename from return_internal_regs.
36166         (return_internal): Remove.
36168         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
36169         (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
36170         (mn10300_legitimate_constant_p): Likewise.
36171         (mn10300_can_use_return_insn): Use mn10300_initial_offset.
36172         (mn10300_frame_size): New.
36173         (mn10300_expand_prologue): Use it.
36174         (mn10300_expand_epilogue): Likewise.
36175         (mn10300_initial_offset): Likewise.
36176         * config/mn10300/mn10300-protos.h: Update.
36177         * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
36178         * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
36179         (prologue, epilogue, return_internal): Tidy output code.
36180         (mn10300_store_multiple_operation, return): Likewise.
36181         (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
36182         (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
36183         (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
36184         (load_pic, am33_load_pic): New.
36185         (mn10300_load_pic0, mn10300_load_pic1): New.
36187         * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
36188         * config/mn10300/mn10300.c (CC_FLAG_Z): New.
36189         (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
36190         (cc_flags_for_mode, cc_flags_for_code): New.
36191         (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
36192         overflow flag is not valid.  Validate that the flags we need
36193         for the comparison are valid.
36194         (mn10300_output_cmp): Remove.
36195         (mn10300_output_add): New.
36196         (mn10300_select_cc_mode): Use cc_flags_for_code.
36197         (mn10300_split_cbranch): New.
36198         (mn10300_match_ccmode): New.
36199         (mn10300_split_and_operand_count): New.
36200         * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
36201         to the function.
36202         * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
36203         (addsi3): ... here.  Use mn10300_output_add.
36204         (*addsi3_flags): New.
36205         (*am33_subsi3, *mn10300_subsi3): Merge...
36206         (subsi3): ... here.  Use attribute isa.
36207         (*subsi3_flags): New.
36208         (negsi2): Rewrite from expander to insn_and_split.  Use NOT+INC
36209         when possible.
36210         (*am33_andsi3, *mn10300_andsi3): Merge...
36211         (andsi3): ... here.
36212         (*andsi3_flags): New.
36213         (andsi3 splitters): New.
36214         (*am33_iorsi3, *mn10300_iorsi3): Merge...
36215         (iorsi3): ... here.
36216         (*iorsi3_flags): New.
36217         (*am33_xorsi3, *mn10300_xorsi3): Merge...
36218         (xorsi3): ... here.
36219         (*xorsi3_flags): New.
36220         (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
36221         (one_cmplsi2): ... here.
36222         (*one_cmplsi2_flags): New.
36223         (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload.  Use "r"
36224         instead of "dax" in constraints.  Use mn10300_split_cbranch.
36225         (*cmpsi): Rename from cmpsi.  Do not use mn10300_output_cmp.  Do not
36226         use matching constraints to eliminate a self-comparison.
36227         (*integer_conditional_branch): Rename from integer_conditional_branch.
36228         Use int_mode_flags to match CC_REG.
36229         (*cbranchsi4_btst, *btstsi): New.
36230         (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload.  Use
36231         mn10300_split_cbranch.
36232         (*am33_cmpsf): Rename from am33_cmpsf.
36233         (*float_conditional_branch): Rename from float_conditional_branch.
36234         (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
36235         (zero_extendqisi2): ... here.
36236         (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
36237         (zero_extendhisi2): ... here.
36238         (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
36239         (extendqisi2): ... here.
36240         (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
36241         (extendhisi2): ... here.
36242         (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
36243         (ashlsi3): ... here.
36244         (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
36245         (lshrsi3): ... here.
36246         (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
36247         (ashrsi3): ... here.
36248         (consecutive add peephole): Remove.
36249         * config/mn10300/predicates.md (label_ref_operand): New.
36250         (int_mode_flags): New.
36251         (CCZN_comparison_operator): New.
36253         * config/mn10300/mn10300.md (UNSPEC_EXT): New.
36254         (throughput_42_latency_43): New reservation.
36255         (mulsidi3, umulsidi3): New expanders.
36256         (mulsidi3_internal): Rewrite from old mulsidi3 pattern.  Expose
36257         the MDR register to allocation; separately allocate the low and
36258         high parts of the DImode result.
36259         (umulsidi3_internal): Similarly.
36260         (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
36261         (*mulsi3): ... here.  Clobber MDR as a scratch as necessary.
36262         (udivsi3, umodsi3): Remove.
36263         (udivmodsi4, divmodsi4): New expanders.
36264         (*udivmodsi4): Rename from udivmodsi4.  Expose MDR properly.
36265         (*divmodsi4): Simiarly.
36266         (ext_internal): New.
36268         * config/mn10300/constraints.md ("z"): New constraint.
36269         * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
36270         (FIXED_REGISTERS): Don't fix MDR.
36271         (CALL_USED_REGSITERS): Reformat nicely.
36272         (REG_ALLOC_ORDER): Add MDR.
36273         (enum regclass): Add MDR_REGS.
36274         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
36275         (IRA_COVER_CLASSES): Add MDR_REGS.
36276         (REGNO_REG_CLASS): Handle MDR_REG.
36277         * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
36278         (mn10300_register_move_cost): Likewise.
36279         * config/mn10300/mn10300.md (MDR_REG): New.
36280         (*movsi_internal): Handle moves to/from MDR_REGS.
36282         * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
36283         POST_MODIFY.
36284         (mn10300_secondary_reload): Tidy combination reload classes.
36285         (mn10300_legitimate_address_p): Allow post-modify and reg+reg
36286         addresses for AM33.  Allow symbolic offsets for reg+imm.
36287         (mn10300_regno_in_class_p): New.
36288         (mn10300_legitimize_reload_address): New.
36289         * config/mn10300/mn10300.h (enum reg_class): Remove
36290         DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
36291         SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS.  Add
36292         SP_OR_GENERAL_REGS.
36293         (REG_CLASS_NAMES): Update to match.
36294         (REG_CLASS_CONTENTS): Likewise.
36295         (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
36296         (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
36297         (REGNO_IN_RANGE_P): Remove.
36298         (REGNO_DATA_P): Use mn10300_regno_in_class_p.
36299         (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
36300         (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
36301         (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
36302         (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
36303         (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
36304         (REGNO_GENERAL_P): New.
36305         (HAVE_POST_MODIFY_DISP): New.
36306         (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
36307         (LEGITIMIZE_RELOAD_ADDRESS): New.
36308         * config/mn10300/mn10300-protos.h: Update.
36310         * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
36311         DATA_REGS for AM33 stack-pointer destination.
36312         (mn10300_preferred_output_reload_class): Likewise.
36313         (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
36314         into a form appropriate for ...
36315         (TARGET_SECONDARY_RELOAD): New.
36316         * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
36317         * config/mn10300/mn10300-protos.h: Update.
36318         * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
36319         reload_insi; use the "A" constraint for the scratch; handle AM33
36320         moves of sp to non-address registers.
36322         * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
36323         (*movqi_internal): ... here.
36324         (*am33_movhi, *mn10300_movhi): Merge into...
36325         (*movhi_internal): ... here.
36326         (*movsi_internal): Use "r" instead of "dax" in constraints.  Use "A"
36327         as the source/destination of moves from/to SP.
36328         (movsf): Only allow for AM33-2.
36329         (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
36330         any integer constant constraint.  Only allow for AM33-2.  Tidy
36331         all of the alternative outputs.
36332         (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
36333         (udivmodsi4): Delete expander and promote *udivmodsi4.  Disallow
36334         for MN103.
36335         (udivsi3, umodsi3): New patterns for MN103 only.
36337 2011-01-19  Joern Rennecke  <amylaar@spamcop.net>
36339         * doc/tm.texi.in: Spell out that a lack of register class unions
36340         can lead to ICEs.
36341         * doc/tm.texi: Regenerate.
36343 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
36345         PR rtl-optimization/47337
36346         * dce.c (check_argument_store): New function.
36347         (find_call_stack_args): Ignore debug insns.  Use check_argument_store.
36349         PR tree-optimization/47290
36350         * tree-eh.c (infinite_empty_loop_p): New function.
36351         (cleanup_empty_eh): Use it.
36353 2011-01-18  Steve Ellcey  <sje@cup.hp.com>
36355         PR target/46997
36356         * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
36357         (a64_expand_widen_sum): Ditto.
36358         * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
36359         (vec_extract_evenodd_help): Ditto.
36360         (vec_extract_evenv4hi): Ditto.
36361         (vec_extract_oddv4hi): Ditto.
36362         (vec_extract_evenv2si): Ditto.
36363         (vec_extract_oddv2si): Ditto.
36364         (vec_extract_evenv2sf): Ditto.
36365         (vec_extract_oddv2sf): Ditto.
36366         (vec_pack_trunc_v4hi: Ditto.
36367         (vec_pack_trunc_v2si): Ditto.
36368         (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
36369         (vec_interleave_highv8qi): Ditto.
36370         (mix1_r): Ditto.
36371         (vec_extract_oddv8qi): Ditto.
36372         (vec_interleave_lowv4hi): Ditto.
36373         (vec_interleave_highv4hi): Ditto.
36374         (vec_interleave_lowv2si): Ditto.
36375         (vec_interleave_highv2si): Ditto.
36377 2011-01-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36379         * doc/extend.texi: Mention __float128 support on hppa HP-UX.
36380         * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
36381         * config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
36382         (pa_c_mode_for_suffix): New.
36383         (TARGET_EXPAND_BUILTIN): Define.
36384         (TARGET_C_MODE_FOR_SUFFIX): Define.
36385         (pa_builtins): Define.
36386         (pa_init_builtins): Register __float128 type and init new support
36387         builtins.
36388         * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
36389         * config/pa/quadlib.c (_U_Qfcopysign): New.
36391 2011-01-18  Eric Botcazou  <ebotcazou@adacore.com>
36393         PR middle-end/46894
36394         * explow.c (allocate_dynamic_stack_space): Do not assume more than
36395         BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
36396         are defined.
36398 2011-01-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
36400         PR tree-optimization/47179
36401         * config/spu/spu.c (spu_ref_may_alias_errno): New function.
36402         (TARGET_REF_MAY_ALIAS_ERRNO): Define.
36404 2011-01-18  Richard Guenther  <rguenther@suse.de>
36406         PR rtl-optimization/47216
36407         * emit-rtl.c: Include tree-flow.h.
36408         (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
36409         of replicating it with different semantics.
36410         * Makefile.in (emit-rtl.o): Adjust.
36412 2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
36414         * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
36415         (cortex_a9_dp): Handle neon types correctly.
36417 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
36419         PR rtl-optimization/47299
36420         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
36421         subtarget.  Use normal multiplication if both operands are constants.
36422         * expmed.c (expand_widening_mult): Don't try to optimize constant
36423         multiplication if op0 has VOIDmode.  Convert op1 constant to mode
36424         before using it.
36426 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36428         * doc/lto.texi (LTO): Ensure two spaces after period.  Fix
36429         spacing after 'e.g.', typos, comma, hyphenation.
36431 2011-01-17  Richard Henderson  <rth@redhat.com>
36433         * config/rx/predicates.md (rx_constshift_operand): Use match_test.
36434         (rx_restricted_mem_operand): New.
36435         (rx_shift_operand): Use register_operand.
36436         (rx_source_operand, rx_compare_operand): Likewise.
36437         * config/rx/rx.md (addsi3_flags): New expander.
36438         (adddi3): Rewrite as expander.
36439         (adc_internal, *adc_flags, adddi3_internal): New patterns.
36440         (subsi3_flags): New expander.
36441         (subdi3): Rewrite as expander.
36442         (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
36444         * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
36445         (rx_init_builtins): Remove sat builtin.
36446         (rx_expand_builtin): Likewise.
36447         * config/rx/rx.md (ssaddsi3): New.
36448         (*sat): Rename from sat.  Represent the CC_REG input.
36450         * config/rx/predicates.md (rshift_operator): New.
36451         * config/rx/rx.c (rx_expand_insv): Remove.
36452         * config/rx/rx-protos.h: Update.
36453         * config/rx/rx.md (*bitset): Rename from bitset.  Swap the ashift
36454         operand to the canonical position.
36455         (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
36456         (*bitclr, *bitclr_in_memory): Similarly.
36457         (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
36458         (insv): Retain the zero_extract in the expansion.
36460         * config/rx/rx.md (bswapsi2): Use = not + for output reload.
36461         (bswaphi2, bitinvert, revw): Likewise.
36463         * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
36464         (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
36465         * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
36466         (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
36467         (bitset, bitset_in_memory): Likewise.
36468         (bitinvert, bitinvert_in_memory): Likewise.
36469         (bitclr, bitclr_in_memory): Likewise.
36470         (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
36471         (rx_strend, rx_cmpstrn): Likewise.
36472         (rx_setmem): Likewise.  Make the source BLKmode to match the dest.
36473         (bitop peep2 patterns): Remove.
36475         * config/rx/rx.c (rx_match_ccmode): New.
36476         * config/rx/rx-protos.h: Update.
36477         * config/rx/rx.md (abssi2): Clobber, don't set flags.
36478         (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
36479         (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
36480         (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
36481         (fix_truncsfsi2, floatsisf2): Likewise.
36482         (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
36483         (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
36484         (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
36485         (*subsi3_flags, *xorsi3_flags): New.
36487         * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
36489         * config/rx/rx.c (rx_print_operand): Remove workaround for
36490         unsplit comparison operations.
36492         * config/rx/rx.md (movsicc): Split after reload.
36493         (*movsicc): Merge *movsieq and *movsine via match_operator.
36494         (*stcc): New pattern.
36496         * config/rx/rx.c (rx_float_compare_mode): Remove.
36497         * config/rx/rx.h (rx_float_compare_mode): Remove.
36498         * config/rx/rx.md (cstoresi4): Split after reload.
36499         (*sccc): New pattern.
36501         * config/rx/predicates.md (label_ref_operand): New.
36502         (rx_z_comparison_operator): New.
36503         (rx_zs_comparison_operator): New.
36504         (rx_fp_comparison_operator): New.
36505         * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
36506         Validate that the flags are set properly for the comparison.
36507         (rx_gen_cond_branch_template): Remove.
36508         (rx_cc_modes_compatible): Remove.
36509         (mode_from_flags): New.
36510         (flags_from_code): Rename from flags_needed_for_conditional.
36511         (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
36512         (rx_select_cc_mode): Likewise.
36513         (rx_split_fp_compare): New.
36514         (rx_split_cbranch): New.
36515         * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
36516         (*cbranchsi4): Use match_operator and rx_split_cbranch.
36517         (*cbranchsf4): Similarly.
36518         (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>.  Use
36519         match_operator and rx_split_cbranch.
36520         (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
36521         tstbranchsi4m_ne.  Use match_operator and rx_split_cbranch.
36522         (*cmpsi): Rename from cmpsi.
36523         (*tstsi): Rename from tstsi.
36524         (*cmpsf): Rename from cmpsf; use CC_Fmode.
36525         (*conditional_branch): Rename from conditional_branch.
36526         (*reveresed_conditional_branch): Remove.
36527         (b<code>): Remove expander.
36528         * config/rx/rx-protos.h: Update.
36530         * config/rx/rx.c (rx_compare_redundant): Remove.
36531         * config/rx/rx.md (cmpsi): Don't use it.
36532         * config/rx/rx-protos.h: Update.
36534         * config/rx/rx-modes.def (CC_F): New mode.
36535         * config/rx/rx.c (rx_select_cc_mode): New.
36536         * config/rx/rx.h (SELECT_CC_MODE): Use it.
36537         * config/rx/rx-protos.h: Update.
36539 2011-01-17  Richard Henderson  <rth@redhat.com>
36541         * except.c (dump_eh_tree): Fix stray ; after for statement.
36543 2011-01-17  Richard Guenther  <rguenther@suse.de>
36545         PR tree-optimization/47313
36546         * tree-inline.c (tree_function_versioning): Move DECL_RESULT
36547         handling before copying the body.  Properly deal with
36548         by-reference result in SSA form.
36550 2011-01-17  Ian Lance Taylor  <iant@google.com>
36552         PR target/47219
36553         * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
36554         (struct_value_alias_set): Don't define.
36555         (sparc_option_override): Don't set sparc_sr_alias_set and
36556         struct_value_alias_set.
36557         (save_or_restore_regs): Use gen_frame_mem rather than calling
36558         set_mem_alias_set.
36559         (sparc_struct_value_rtx): Likewise.
36561 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
36563         PR target/47318
36564         * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
36565         (_mm_maskstore_pd): Likewise.
36566         (_mm_maskload_ps): Likewise.
36567         (_mm_maskstore_ps): Likewise.
36568         (_mm256_maskload_pd): Change mask to __m256i.
36569         (_mm256_maskstore_pd): Likewise.
36570         (_mm256_maskload_ps): Likewise.
36571         (_mm256_maskstore_ps): Likewise.
36573         * config/i386/i386-builtin-types.def: Updated.
36574         (ix86_expand_special_args_builtin): Likewise.
36576         * config/i386/i386.c (bdesc_special_args): Update
36577         __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
36578         __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
36579         __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
36580         __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
36582         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
36583         Use <avxpermvecmode> on mask register.
36584         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
36586 2011-01-17  Olivier Hainque  <hainque@adacore.com>
36587             Michael Haubenwallner  <michael.haubenwallner@salomon.at>
36588             Eric Botcazou  <ebotcazou@adacore.com>
36590         PR target/46655
36591         * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
36592         if <= USHRT_MAX in 32-bit mode.
36594 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36596         * doc/install.texi (Configuration, Specific): Wrap long
36597         lines in examples.  Allow line wrapping in long options
36598         and URLs where beneficial for PDF output.
36600 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
36602         * config/mips/mips.c (mips_classify_symbol): Don't return
36603         SYMBOL_PC_RELATIVE for nonlocal labels.
36605 2011-01-15  Eric Botcazou  <ebotcazou@adacore.com>
36607         * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
36609 2011-01-15  Jan Hubicka  <jh@suse.cz>
36611         PR tree-optimization/47276
36612         * ipa.c (function_and_variable_visibility): Do not try to mark alias
36613         declarations as needed.
36615 2011-01-15  Martin Jambor  <mjambor@suse.cz>
36617         * common.opt (fdevirtualize): New flag.
36618         * doc/invoke.texi (Option Summary): Document it.
36619         * opts.c (default_options_table): Add devirtualize flag.
36620         * ipa-prop.c (detect_type_change): Return immediately if
36621         devirtualize flag is not set.
36622         (detect_type_change_ssa): Likewise.
36623         (compute_known_type_jump_func): Likewise.
36624         (ipa_analyze_virtual_call_uses): Likewise.
36626 2011-01-14  Martin Jambor  <mjambor@suse.cz>
36628         PR tree-optimization/45934
36629         PR tree-optimization/46302
36630         * ipa-prop.c (type_change_info): New type.
36631         (stmt_may_be_vtbl_ptr_store): New function.
36632         (check_stmt_for_type_change): Likewise.
36633         (detect_type_change): Likewise.
36634         (detect_type_change_ssa): Likewise.
36635         (compute_complex_assign_jump_func): Check for dynamic type change.
36636         (compute_complex_ancestor_jump_func): Likewise.
36637         (compute_known_type_jump_func): Likewise.
36638         (compute_scalar_jump_functions): Likewise.
36639         (ipa_analyze_virtual_call_uses): Likewise.
36640         (ipa_analyze_node): Push and pop cfun, set current_function_decl.
36642 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36644         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
36645         * config/i386/i386.opt (msse5): New Alias.
36647 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36649         * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
36650         * config/sparc/linux64.h (CC1_SPEC): Likewise.
36651         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
36652         * config/sparc/sparc.h (CC1_SPEC): Likewise.
36654 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36656         * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
36657         -mcpu options.
36658         * config/sparc/linux64.h (CC1_SPEC): Likewise.
36659         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
36660         * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
36661         * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
36662         Likewise.
36663         * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
36665 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36667         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
36669 2011-01-14  Mike Stump  <mikestump@comcast.net>
36671         * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
36672         * config/fr30/fr30.md: Likweise
36673         (movsi_push): Likewise.
36674         (movsi_pop): Likewise.
36675         (enter_func): Likewise.
36676         * config/moxie/moxie.md (movsi_push): Likewise.
36677         (movsi_pop): Likewise.
36679 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36681         * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
36682         %{no_archive} %{exact_version}.
36683         * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
36684         * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
36685         %{no_archive} %{exact_version}.
36686         * config/mips/openbsd.h (LINK_SPEC): Likewise.
36687         * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
36688         * config/mips/vxworks.h: Likewise.
36690 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36692         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
36694 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36696         * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
36697         ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
36699 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36701         * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
36702         -nodefaultlib.
36704 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36706         * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
36707         for mcpu not cpu.
36708         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
36709         CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
36710         not cpu.
36711         (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
36712         Don't handle -shlib.
36714 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36716         * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
36717         (CC1_SPEC): Don't handle -profile.
36719 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36721         * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
36722         * config/mips/mips.h (CC1_SPEC): Likewise.
36724 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36726         * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
36727         * config/mips/mips.h (CC1_SPEC): Likewise.
36729 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36731         * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
36732         * config/m32r/linux.h (LINK_SPEC): Likewise.
36733         * config/mips/linux.h (LINK_SPEC): Likewise.
36734         * config/mips/linux64.h (LINK_SPEC): Likewise.
36735         * config/sparc/linux.h (LINK_SPEC): Likewise.
36736         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
36737         LINK_SPEC): Likewise.
36738         * config/xtensa/linux.h (LINK_SPEC): Likewise.
36740 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36742         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
36743         %{version:-v}.
36744         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
36746 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36748         * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
36749         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
36751 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
36753         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
36755 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
36757         * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
36758         supports -Bstatic/-Bdynamic.
36759         * configure: Regenerate.
36761 2011-01-14  Jan Hubicka  <jh@suse.cz>
36762             Jack Howarth  <howarth@bromo.med.uc.edu>
36764         PR target/46037
36765         * config/darwin.c (darwin_override_options): Honor flag_gtoggle
36766         when checking debug_info_level. Test write_symbols instead of
36767         debug_hooks->var_location when setting flag_var_tracking_uninit.
36769 2011-01-14  Richard Guenther  <rguenther@suse.de>
36771         PR tree-optimization/47179
36772         * target.def (ref_may_alias_errno): New target hook.
36773         * targhooks.h (default_ref_may_alias_errno): Declare.
36774         * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
36775         (default_ref_may_alias_errno): New function.
36776         * target.h (struct ao_ref_s): Declare.
36777         * tree-ssa-alias.c: Include target.h.
36778         (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
36779         * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
36780         (targhooks.o): Likewise.
36781         * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
36782         * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
36784 2011-01-14  Richard Guenther  <rguenther@suse.de>
36786         * tree-ssa-structalias.c  (new_var_info): Use DECL_HARD_REGISTER.
36788 2011-01-14  Richard Guenther  <rguenther@suse.de>
36790         PR tree-optimization/47280
36791         * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
36792         return CFG changes.
36793         (tree_ssa_forward_propagate_single_use_vars): Deal with
36794         CFG changes from associate_plusminus.
36796 2011-01-14  Richard Guenther  <rguenther@suse.de>
36798         PR middle-end/47281
36799         Revert
36800         2011-01-11  Richard Guenther  <rguenther@suse.de>
36802         PR tree-optimization/46076
36803         * tree-ssa.c (useless_type_conversion_p): Conversions from
36804         unprototyped to empty argument list function types are useless.
36806 2011-01-14  Richard Guenther  <rguenther@suse.de>
36808         PR tree-optimization/47286
36809         * tree-ssa-structalias.c (new_var_info): Register variables are global.
36811 2011-01-14  Martin Jambor  <mjambor@suse.cz>
36813         PR middle-end/46823
36814         * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
36816 2011-01-13  Anatoly Sokolov  <aesok@post.ru>
36818         * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
36819         LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
36820         * config/xtensa/xtensa.c (xtensa_libcall_value,
36821         xtensa_function_value_regno_p): New functions.
36822         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
36824 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
36826         PR c++/47213
36827         * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
36828         PE specific hook.
36829         * config/i386/i386-protos.h (i386_pe_assemble_visibility):
36830         New function prototype.
36831         * config/i386/winnt.c (i386_pe_assemble_visibility):
36832         Warn only if attribute was specified by user.
36834 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
36836         PR target/47251
36837         * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
36838         floating point.
36839         (floatunsdidf2_fcfidu): Ditto.
36841 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36843         * config/s390/s390.c (print_operand_address): Replace 'error' with
36844         'output_operand_lossage'.
36845         (print_operand): Likewise.
36847 2011-01-13  Jeff Law  <law@redhat.com>
36849         PR rtl-optimization/39077
36850         * doc/invoke.texi (max-gcse-insertion-ratio): Document.
36851         * params.h (MAX_GCSE_INSERTION_RATIO): Define.
36852         * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
36853         * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
36854         * gcse.c (prune_insertions_deletions): New function.
36855         (compute_pre_data): Use it.
36857 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
36859         PR debug/PR46973
36860         * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
36861         static function.
36862         (prune_unused_types_mark): Use it.
36864 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
36866         PR rtl-optimization/45352
36867         * sel-sched.c: Update copyright years.
36868         (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
36869         in the advancing loop when we have issued issue_rate insns.
36871 2011-01-12  Richard Henderson  <rth@redhat.com>
36873         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
36874         (TARGET_MD_ASM_CLOBBERS): New.
36876         * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
36877         (TARGET_DELEGITIMIZE_ADDRESS): New.
36879         * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
36880         (clzsi2, *bsch): New patterns.
36882         * config/mn10300/mn10300.md (INT): New mode iterator.
36883         (*mov<INT>_clr): New pattern, and peep2 to generate it.
36885         * config/mn10300/mn10300.c (mn10300_option_override): Force enable
36886         flag_split_wide_types.
36888         * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
36889         (mn10300_trampoline_init): Rewrite without a template, an immediate
36890         load and a direct branch.
36891         * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
36893 2011-01-12  Anatoly Sokolov  <aesok@post.ru>
36895         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
36896         * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
36897         * config/s390/s390.c (s390_output_addr_const_extra): Make static.
36898         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
36900 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
36902         PR debug/47209
36903         * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
36904         of type.
36906 2011-01-12  Jan Hubicka  <jh@suse.cz>
36908         PR driver/47244
36909         * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
36910         (PLUGIN_COND_CLOSE): New macro.
36911         (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
36913 2011-01-12  Richard Guenther  <rguenther@suse.de>
36915         PR lto/47259
36916         * lto-streamer-out.c (output_gimple_stmt): Do not wrap
36917         register variables in a MEM_REF.
36919 2011-01-12  Joseph Myers  <joseph@codesourcery.com>
36921         * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
36922         crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
36923         hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
36924         i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
36925         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
36926         x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
36927         ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
36928         m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
36929         mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
36930         s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
36931         sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
36932         am33_2.0-*-linux*): Use gnu-user.h before linux.h.
36933         * config/gnu-user.h: New.  Copied from linux.h.
36934         (LINUX_TARGET_STARTFILE_SPEC): Rename to
36935         GNU_USER_TARGET_STARTFILE_SPEC.
36936         (LINUX_TARGET_ENDFILE_SPEC): Rename to
36937         GNU_USER_TARGET_ENDFILE_SPEC.
36938         (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
36939         (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
36940         (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
36941         LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
36942         CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
36943         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
36944         BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
36945         BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
36946         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
36947         TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
36948         * config/arm/linux-eabi.h (CC1_SPEC): Use
36949         GNU_USER_TARGET_CC1_SPEC.
36950         (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
36951         (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
36952         (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
36953         * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
36954         LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
36955         LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
36956         CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
36957         LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
36959 2011-01-12  Richard Guenther  <rguenther@suse.de>
36961         PR other/46946
36962         * doc/invoke.texi (ffast-math): Document it is turned on
36963         with -Ofast.
36965 2011-01-12  Jan Hubicka  <jh@suse.cz>
36967         PR tree-optimization/47233
36968         * opts.c (common_handle_option): Disable ipa-reference with profile
36969         feedback.
36971 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
36973         * c-parser.c (c_parser_objc_at_property_declaration): Improved
36974         error message.
36976 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
36978         * c-parser.c (c_lex_one_token): Updated and reindented some
36979         comments.  No changes in code.
36981 2011-01-11  Ian Lance Taylor  <iant@google.com>
36983         * godump.c (go_output_var): Don't output the variable if there is
36984         already a type with the same name.
36986 2011-01-11  Ian Lance Taylor  <iant@google.com>
36988         * godump.c (go_format_type): Don't generate float80.
36990 2011-01-11  Richard Henderson  <rth@redhat.com>
36992         * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
36993         declaration.  Rewrite for both speed and size.
36994         (mn10300_address_cost_1): Remove.
36995         (mn10300_register_move_cost): New.
36996         (mn10300_memory_move_cost): New.
36997         (mn10300_rtx_costs): Rewrite for both speed and size.  Don't handle
36998         ZERO_EXTRACT.  Do handle UNSPEC, arithmetic, logicals, compare,
36999         extensions, shifts, BSWAP, CLZ.
37000         (mn10300_wide_const_load_uses_clr): Remove.
37001         (TARGET_REGISTER_MOVE_COST): New.
37002         (TARGET_MEMORY_MOVE_COST): New.
37003         * config/mn10300/mn10300-protos.h: Update.
37004         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
37006         * config/mn10300/constraints.md ("R", "T"): Remove constraints.
37007         * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
37008         * config/mn10300/mn10300-protos.h: Update.
37009         * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
37010         (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
37011         (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
37012         (*test_int_bitfield, *test_byte_bitfield): Remove.
37013         (*bit_test, *subreg_bit_test): Remove.
37014         * config/mn10300/predicates.md (const_8bit_operand): Remove.
37016         * config/mn10300/constraints.md ("c"): Rename from "A".
37017         ("A", "D"): New constraint letters.
37018         * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
37019         (fmssf4, fnmasf4, fnmssf4): Likewise.
37021         * config/mn10300/mn10300.md (isa): New attribute.
37022         (enabled): New attribute.
37024         * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
37025         (abssf2, negsf2): Define only for hardware fp.
37026         (sqrtsf2): Reformat.
37027         (addsf3, subsf3, mulsf3): Merge expander and insn.
37029         * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
37030         (DEBUGGER_AUTO_OFFSET): Remove.
37031         (DEBUGGER_ARG_OFFSET): Remove.
37033         * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
37034         Emit register stores with the same offsets as the hardware.
37035         (mn10300_store_multiple_operation): Don't check that the register
37036         save offsets are monotonic.
37037         * config/mn10300/mn10300-protos.h: Update.
37039         * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
37041         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
37042         in terms of the value on the stack, not the MDR register.
37044 2011-01-11  Jan Hubicka  <jh@suse.cz>
37046         PR lto/45721
37047         PR lto/45375
37048         * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
37049         (symbol_alias_set_destroy, symbol_alias_set_contains,
37050         propagate_aliases_backward): Declare.
37051         * lto-streamer-out.c (struct sets): New sturcture.
37052         (trivally_defined_alias): New function.
37053         (output_alias_pair_p): Rewrite.
37054         (output_unreferenced_globals): Fix output of alias pairs.
37055         (produce_symtab): Likewise.
37056         * ipa.c (function_and_variable_visibility): Set weak alias destination
37057         as needed in lto.
37058         * varasm.c (symbol_alias_set_t): Remove.
37059         (symbol_alias_set_destroy): Export.
37060         (propagate_aliases_forward, propagate_aliases_backward): New functions
37061         based on ...
37062         (compute_visible_aliases): ... this one; remove.
37063         (trivially_visible_alias): New
37064         (trivially_defined_alias): New.
37065         (remove_unreachable_alias_pairs): Rewrite.
37066         (finish_aliases_1): Reorganize code checking if alias is defined.
37067         * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
37068         in LTO mode.
37070 2011-01-11  Richard Guenther  <rguenther@suse.de>
37072         PR tree-optimization/46076
37073         * tree-ssa.c (useless_type_conversion_p): Conversions from
37074         unprototyped to empty argument list function types are useless.
37076 2011-01-11  Richard Guenther  <rguenther@suse.de>
37078         PR middle-end/45235
37079         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
37080         volatile MEMs as MEM_READONLY_P.
37082 2011-01-11  Richard Guenther  <rguenther@suse.de>
37084         PR tree-optimization/47239
37085         * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
37087 2011-01-11  Jeff Law  <law@redhat.com>
37089         PR tree-optimization/47086
37090         * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
37091         IVs from statements that might throw.
37093 2011-01-10  Jan Hubicka  <jh@suse.cz>
37095         PR lto/45375
37096         * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
37098 2011-01-10  Jan Hubicka  <jh@suse.cz>
37100         PR lto/45375
37101         * profile.c (read_profile_edge_counts): Ignore profile inconistency
37102         when correcting profile.
37104 2011-01-10  Jan Hubicka  <jh@suse.cz>
37106         PR lto/46083
37107         * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
37108         DECL_FINI_PRIORITY.
37109         * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
37110         Restore DECL_FINI_PRIORITY.
37112 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37114         * doc/gimple.texi: Fix quoting of multi-word return values in
37115         @deftypefn statements.  Ensure presence of return value.  Wrap
37116         overlong @deftypefn lines.
37117         (is_gimple_operand, is_gimple_min_invariant_address): Remove
37118         descriptions of removed functions.
37119         * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
37120         of multi-word return value in @deftypefn statement.
37122 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37124         * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
37125         (Conditional Expressions, Logical Operators)
37126         (Statement and operand traversals): Do not indent smallexample
37127         code.  Fix duplicate function argument in example.
37129 2011-01-10  Jeff Law  <law@redhat.com>
37131         PR tree-optimization/47141
37132         * ipa-split.c (split_function): Handle case where we are
37133         returning a value and the return block has a virtual operand phi.
37135 2011-01-10  Jan Hubicka  <jh@suse.cz>
37137         PR tree-optimization/47234
37138         * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
37139         (pass_feedback_split_functions): Declare.
37140         * passes.c (init_optimization_passes): Add ipa-split as subpass of
37141         tree-profile.
37142         * ipa-split.c (gate_split_functions): Update comments; disable
37143         split-functions for profile_arc_flag and branch_probabilities.
37144         (gate_feedback_split_functions): New function.
37145         (execute_feedback_split_functions): New function.
37146         (pass_feedback_split_functions): New global var.
37148 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
37150         PR lto/46760
37151         * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
37152         calling gimple_call_set_cannot_inline.
37154 2011-01-10  Iain Sandoe  <iains@gcc.gnu.org>
37156         * config/darwin-sections.def: Remove unused section.
37158 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
37160         PR c++/47218
37161         * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
37163 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
37165         PR objc/47232
37166         * c-parser.c (c_parser_declaration_or_fndef): Improved
37167         error message.
37169 2011-01-09  Kai Tietz  <kai.tietz@onevision.com>
37171         * config/i386/winnt.c (i386_pe_start_function): Make sure
37172         to switch back to function's section.
37174 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
37176         PR gcc/46902
37177         PR testsuite/46912
37178         * plugin.c: Move include of dlfcn.h from here...
37179         * system.h: ... to here.
37181 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37183         * doc/cpp.texi (C++ Named Operators): Fix markup for header
37184         file name.
37185         * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
37186         two extra empty pages in PDF output.
37188 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
37190         PR objc/47078
37191         * c-parser.c (c_parser_objc_type_name): If the type is unknown,
37192         for error recovery purposes behave as if it was not specified so
37193         that the default type is usd.
37195 2011-01-07  Jan Hubicka  <jh@suse.cz>
37197         PR tree-optmization/46469
37198         * ipa.c (function_and_variable_visibility): Clear needed flags on
37199         nodes with external decls; handle weakrefs merging correctly.
37201 2011-01-07  Joseph Myers  <joseph@codesourcery.com>
37203         * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
37204         not false.
37206 2011-01-07  Jan Hubicka  <jh@suse.cz>
37208         * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
37209         and no longer claim that gold is required for linker plugin.
37210         * configure: Regenerate.
37211         * gcc.c (PLUGIN_COND): New macro.
37212         (LINK_COMMAND_SPEC): Use it.
37213         (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
37214         * config.in (HAVE_LTO_PLUGIN): New.
37215         * configure.ac (--with-lto-plugin): New parameter; autodetect
37216         HAVE_LTO_PLUGIN.
37218 2011-01-07  Jan Hubicka  <jh@suse.cz>
37220         PR tree-optimization/46367
37221         * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
37222         when we can update original.
37223         (cgraph_mark_inline_edge): Sanity check.
37224         * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
37226 2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37228         * config/spu/spu.h (ASM_COMMENT_START): Define.
37230 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
37232         PR driver/42445
37233         * gcc.c (%>S): New.
37234         (SWITCH_KEEP_FOR_GCC): Likewise.
37235         (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
37236         (do_spec_1): Handle "%>".
37238         * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
37240 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
37242         PR target/47201
37243         * config/i386/i386.c (ix86_delegitimize_address): If
37244         simplify_gen_subreg fails, return orig_x.
37246         PR bootstrap/47187
37247         * value-prof.c (gimple_stringop_fixed_value): Handle
37248         lhs of the call properly.
37250 2011-01-07  Jan Hubicka  <jh@suse.cz>
37252         PR lto/45375
37253         * lto-opt.c (lto_reissue_options): Set flag_shlib.
37255 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
37257         * target.def (function_switched_text_sections): New hook.
37258         * doc/tm.texi: Regenerated.
37259         * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
37260         * final.c (default_function_switched_text_sections): New.
37261         (final_scan_insn): Call function_switched_text_sections when a
37262         mid-function section change occurs.
37263         * output.h (default_function_switched_text_sections): Declare.
37264         * config/darwin-protos.h (darwin_function_switched_text_sections):
37265         Likewise.
37266         * config/darwin.c (darwin_function_switched_text_sections): New.
37267         * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
37269 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
37271         * dwarf2out.c (gen_subprogram_die):  Add pubnames with code ranges for
37272         DWARF >= 3.  Add pubnames for the primary section and a reduced DIE for
37273         the secondary code fragment when outputting for DWARF == 2.
37275 2011-01-07  Anatoly Sokolov  <aesok@post.ru>
37277         * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
37278         * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
37279         Remove.
37280         * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
37281         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
37283 2011-01-06  Eric Botcazou  <ebotcazou@adacore.com>
37285         PR debug/46704
37286         * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
37287         when it is not empty.
37289 2011-01-06  Changpeng Fang  <changpeng.fang@amd.com>
37291         Bobcat Enablement
37292         * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
37293         (case ${target}): Add btver1.
37294         * config/i386/driver-i386.c (host_detect_local_cpu): Let
37295         -march=native recognize btver1 processors.
37296         * config/i386/i386-c.c (ix86_target_macros_internal): Add
37297         btver1 def_and_undef
37298         * config/i386/i386.c (struct processor_costs btver1_cost): New
37299         btver1 cost table.
37300         (m_BTVER1): New definition.
37301         (m_AMD_MULTIPLE): Includes m_BTVER1.
37302         (initial_ix86_tune_features): Add btver1 tune.
37303         (processor_target_table): Add btver1 entry.
37304         (static const char *const cpu_names): Add btver1 entry.
37305         (software_prefetching_beneficial_p): Add btver1.
37306         (ix86_option_override_internal): Add btver1 instruction sets.
37307         (ix86_issue_rate): Add btver1.
37308         (ix86_adjust_cost): Add btver1.
37309         * config/i386/i386.h (TARGET_BTVER1): New definition.
37310         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
37311         (enum processor_type): Add PROCESSOR_BTVER1.
37312         * config/i386/i386.md (define_attr "cpu"): Add btver1.
37314 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37316         PR target/43309
37317         * config/i386/i386.c (legitimize_tls_address)
37318         <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
37319         * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
37320         (tls_initial_exec_64_sun): New pattern.
37322 2011-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
37324         * doc/invoke.texi (Overall Options): Improve wording and markup
37325         of the description of -wrapper.
37327 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
37329         * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
37330         rdynamic, threads): New Driver options.
37332 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37334         PR target/38118
37335         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
37336         if coming from .tdata.
37337         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
37339 2011-01-06  Jan Hubicka  <jh@suse.cz>
37341         PR lto/47188
37342         * collect2.c (main): Do not enable LTOmode when plugin is active.
37344 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
37346         PR other/45915
37347         * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
37348         --version output if supported.
37349         * configure: Regenerate.
37351 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
37353         * config/linux-android.opt (tno-android-cc, tno-android-ld): New
37354         Driver options.
37356 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
37358         PR c/47150
37359         * c-convert.c (convert): When converting a complex expression
37360         other than COMPLEX_EXPR to a different complex type, ensure
37361         c_save_expr is called instead of save_expr, unless in_late_binary_op.
37362         * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
37363         when converting COMPLEX_TYPE.
37365 2011-01-06  Ira Rosen  <irar@il.ibm.com>
37367         PR tree-optimization/47139
37368         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
37369         only the last reduction value is used outside the loop.  Update
37370         documentation.
37372 2011-01-05  Joseph Myers  <joseph@codesourcery.com>
37374         * config/rtems.opt: New.
37375         * config.gcc (*-*-rtems*): Use rtems.opt.
37377 2011-01-05  Changpeng Fang  <changpeng.fang@amd.com>
37379         * config/i386/i386.c (ix86_option_override_internal): Bulldozer
37380         processors do not support 3DNow instructions.
37382 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37384         * config/spu/spu.c (spu_option_override): Set parameter
37385         PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
37387 2011-01-05  Jan Hubicka  <jh@suse.cz>
37389         * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
37390         at the command line.
37392 2011-01-05  Martin Jambor  <mjambor@suse.cz>
37394         PR lto/47162
37395         * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
37396         deltas on streamed outgoing edges.
37397         (output_node_opt_summary): Output info for outgoing edges only when
37398         the node is in new parameter set.
37399         (output_cgraph_opt_summary): New parameter set, passed to the two
37400         aforementioned functions.  Update its forward declaration and its
37401         callee too.
37403 2011-01-05  Tom Tromey  <tromey@redhat.com>
37405         * c-parser.c (c_parser_omp_atomic): Pass location of assignment
37406         operator to c_finish_omp_atomic.
37407         * c-typeck.c (lvalue_or_else): Add 'loc' argument.
37408         (build_unary_op): Update.
37409         (build_modify_expr): Update.
37410         (build_asm_expr): Update.
37412 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37414         * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
37415         newly inserted insns.
37416         (pad_bb): Likewise.
37417         (spu_emit_branch_hint): Likewise.
37418         (insert_hbrp_for_ilb_runout): Likewise.
37419         (spu_machine_dependent_reorg): Call df_finish_pass after
37420         schedule_insns returns.
37422 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37424         * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
37426 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
37428         PR tree-optimization/47005
37429         * tree-sra.c (struct access): Add 'non_addressable' bit.
37430         (create_access): Set it for a DECL_NONADDRESSABLE_P field.
37431         (decide_one_param_reduction): Return 0 if the parameter is passed by
37432         reference and one of the accesses in the group is non_addressable.
37434 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
37436         PR tree-optimization/47056
37437         * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
37438         (mark_load): Likewise.  Handle FUNCTION_DECL specially.
37439         (mark_store): Likewise.  Pass STMT to ipa_record_reference.
37441 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
37443         * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
37444         initializer.  Skip view conversions from aggregate types.
37446 2011-01-04  Kai Tietz  <kai.tietz@onevision.com>
37448         PR bootstrap/47055
37449         * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
37451 2011-01-04  Philipp Thomas  <pth@suse.de>
37453         * config/microblaze/microbalse.opt (mxl-float-convert): Fix
37454         obvious typo.
37456 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37458         * function.c (thread_prologue_and_epilogue_insns): Do not crash
37459         on empty epilogue sequences.
37461 2011-01-04  Joseph Myers  <joseph@codesourcery.com>
37463         * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
37464         non-static): New Driver options.
37466 2011-01-04  Jie Zhang  <jie@codesourcery.com>
37468         PR driver/47137
37469         * gcc.c (default_compilers[]): Set combinable field to 0
37470         for all assembly languages.
37472 2011-01-04  Mingjie Xing  <mingjie.xing@gmail.com>
37474         * config/mips/loongson3a.md: New file.
37475         * config/mips/mips.md: Include loongson3a.md.
37476         * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
37477         TUNE_LOONGSON_3A.
37479 2011-01-03  Eric Botcazou  <ebotcazou@adacore.com>
37481         PR middle-end/47017
37482         * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
37483         instead of convert_memory_address_addr_space on the base expression.
37485 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37487         * config/spu/spu.c (spu_option_override): Update error text
37488         for bad -march= / -mtune= values.
37490 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37492         * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
37493         if branch-hint optimization will be performed.
37495 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
37497         PR tree-optimization/47148
37498         * ipa-split.c (split_function): Convert arguments to
37499         DECL_ARG_TYPE if possible.
37501         PR tree-optimization/47155
37502         * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
37503         when computing uns.
37505         PR rtl-optimization/47157
37506         * combine.c (try_combine): If undobuf.other_insn becomes
37507         (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
37508         and set *new_direct_jump_p too.
37510 2011-01-03  Sebastian Pop  <sebastian.pop@amd.com>
37512         PR tree-optimization/47021
37513         * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
37515 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
37517         * gcc.c (process_command): Update copyright notice dates.
37518         * gcov.c (print_version): Likewise.
37519         * gcov-dump.c (print_version): Likewise.
37520         * mips-tfile.c (main): Likewise.
37521         * mips-tdump.c (main): Likewise.
37523 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37525         PR tree-optimization/46801
37526         * tree-sra.c (type_internals_preclude_sra_p): Check whether
37527         aggregate fields start at byte boundary instead of the bit-field flag.
37529 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
37531         PR driver/47137
37532         * gcc.c (main): Revert revision 168407.
37534 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37536         * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
37538 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
37540         * tree-vect-generic.c (expand_vector_operations_1): When using vector/
37541         vector optab to expand vector/scalar shift, update gimple to vector.
37543 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37545         * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
37546         a thunk.
37548 2011-01-03  Martin Jambor  <mjambor@suse.cz>
37550         PR tree-optimization/46984
37551         * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
37552         HOST_WIDE_INT.
37553         (cgraph_create_indirect_edge): Fixed line length.
37554         (cgraph_indirect_call_info): Declare.
37555         (cgraph_make_edge_direct) Update declaration.
37556         * cgraph.c (cgraph_allocate_init_indirect_info): New function.
37557         (cgraph_create_indirect_edge): Use it.
37558         (cgraph_make_edge_direct): Made delta HOST_WIDE_INT.  Updated all
37559         callees.
37560         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
37561         the new thunk_delta representation.
37562         * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
37563         HOST_WIDE_INT.
37564         (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
37565         (ipa_read_indirect_edge_info): Likewise.
37566         * lto-cgraph.c (output_edge_opt_summary): New function.
37567         (output_node_opt_summary): Call it on all outgoing edges.
37568         (input_edge_opt_summary): New function.
37569         (input_node_opt_summary): Call it on all outgoing edges.
37571 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
37573         PR driver/47137
37574         * gcc.c (main): Don't check have_o when settting combine_inputs.
37576 2011-01-02  Eric Botcazou  <ebotcazou@adacore.com>
37578         * regrename.c: Add general comment describing the pass.
37579         (struct du_head): Remove 'length' field.
37580         (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
37581         (regrename_optimize): Do not sort chains.  Rework comments, add others.
37582         Force renaming to the preferred class (if any) in the first pass and do
37583         not consider registers that belong to it in the second pass.
37584         (create_new_chain): Do not set 'length' field.
37585         (scan_rtx_reg): Likewise.
37587 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
37589         PR tree-optimization/47140
37590         * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
37591         TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
37592         to bit_value_binop.
37594         PR rtl-optimization/47028
37595         * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
37596         parm_birth_insn instead of at the beginning of first bb.
37598 2011-01-02  Mingjie Xing  <mingjie.xing@gmail.com>
37600         * doc/generic.texi: Remove duplicated "@subsubsection Statements".
37601         Remove the word "see" before "@pxref".
37602         * doc/rtl.texi: Remove the word "see" before "@pxref".
37604 2011-01-01  Jan Hubicka  <jh@suse.cz>
37606         * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
37607         memory.
37609 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
37611         PR target/38662
37612         * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
37615 Copyright (C) 2011 Free Software Foundation, Inc.
37617 Copying and distribution of this file, with or without modification,
37618 are permitted in any medium without royalty provided the copyright
37619 notice and this notice are preserved.