OSDN Git Service

1619611f845abd8801acdae65603a54a7b93a301
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2012-01-19  Quentin Neill  <quentin.neill@amd.com>
2
3         PR target/48743
4         * config/i386/driver-i386.c (host_detect_local_cpu): Also check
5         family to distinguish PROCESSOR_ATHLON.
6
7 2012-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8
9         PR tree-optimization/49642
10         * ipa-split.c (forbidden_dominators): New variable.
11         (check_forbidden_calls): New function.
12         (dominated_by_forbidden): Likewise.
13         (consider_split): Check for forbidden dominators.
14         (execute_split_functions): Initialize and free forbidden
15         dominators info; call check_forbidden_calls.
16
17 2012-01-18  David Edelsohn  <dje.gcc@gmail.com>
18
19         * config/rs6000/rs6000.md (call_value_indirect_aix32): Fix typo
20         in mode of operand[4].
21
22 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
23
24         PR rtl-optimization/51821
25         * recog.c (peep2_find_free_register): Determine clobbered registers
26         from insn pattern.
27
28 2012-01-12  Georg-Johann Lay  <avr@gjlay.de>
29
30         Backport from mainline r183129
31         PR target/51756
32         * config/avr/avr.c (avr_encode_section_info): Test for absence of
33         DECL_EXTERNAL when checking for initializers of progmem variables.
34
35 22012-01-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
36
37         Backport from mainline
38         2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
39
40         * config/arm/arm.md (mov_notscc): Use MVN for false condition.
41
42 2012-01-12  Uros Bizjak  <ubizjak@gmail.com>
43
44         * config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
45         (x86_shift<mode>_adj_1): Remove operand constraint from operand 3.
46
47 2012-01-10  Joseph Myers  <joseph@codesourcery.com>
48
49         Revert:
50
51         2008-09-18  Andrew Pinski  <andrew_pinski@playstation.sony.com>
52
53         PR rtl-opt/37451
54         * loop-doloop.c (doloop_modify): New argument zero_extend_p and
55         zero extend count after the correction to it is done.
56         (doloop_optimize): Update call to doloop_modify, don't zero extend
57         count before call.
58
59         2008-11-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
60
61         PR rtl-opt/37782
62         * loop-doloop.c (doloop_modify): Add from_mode argument that says what
63         mode count is in.
64         (doloop_optimize): Update call to doloop_modify.
65
66 2012-01-09  Richard Sandiford  <rdsandiford@googlemail.com>
67
68         * config/mips/mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.
69
70 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
71
72         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Check that the
73         purported sigacthandler address isn't null before dereferencing it.
74         (sparc_is_sighandler): Likewise.
75
76 2012-01-09  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
77
78         Backport from mainline
79         2011-11-04  Jiangning Liu  <jiangning.liu@arm.com>
80
81         PR rtl-optimization/38644
82         * config/arm/arm.c (thumb1_expand_epilogue): Add memory barrier
83         for epilogue having stack adjustment.
84
85 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
86
87         PR ada/41929
88         * config/sparc/sol2-unwind.h (sparc64_is_sighandler): Remove SAVPC and
89         add CFA.  Revert back to old code for Solaris 8+ multi-threaded.
90         (sparc_is_sighandler): Likewise.
91         (MD_FALLBACK_FRAME_STATE_FOR): Adjust call to IS_SIGHANDLER.
92
93 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
94
95         Backport from mainline
96         2012-01-06  Arnaud Charlet  <charlet@adacore.com>
97
98         * c-decl.c (ext_block): Moved up.
99         (collect_all_refs, for_each_global_decl): Take ext_block into account.
100
101 2012-01-06  Richard Sandiford  <richard.sandiford@linaro.org>
102
103         PR middle-end/48660
104         * expr.h (copy_blkmode_to_reg): Declare.
105         * expr.c (copy_blkmode_to_reg): New function.
106         (expand_assignment): Don't expand register RESULT_DECLs before
107         the lhs.  Use copy_blkmode_to_reg to copy BLKmode values into a
108         RESULT_DECL register.
109         (expand_expr_real_1): Handle BLKmode decls when looking for promotion.
110
111 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
112
113         PR tree-optimization/51315
114         * tree-sra.c (tree_non_aligned_mem_for_access_p): New predicate.
115         (build_accesses_from_assign): Use it instead of tree_non_aligned_mem_p.
116
117 2012-01-04  Eric Botcazou  <ebotcazou@adacore.com>
118
119         PR tree-optimization/51624
120         * tree-sra.c (build_ref_for_model): When replicating a chain of
121         COMPONENT_REFs, stop as soon as the offset would become negative.
122
123 2012-01-04  Richard Guenther  <rguenther@suse.de>
124
125         PR tree-optimization/49651
126         * tree-ssa-structalias.c (type_can_have_subvars): New function.
127         (var_can_have_subvars): Use it.
128         (get_constraint_for_1): Only consider subfields if there can be any.
129
130 2012-01-03  Sandra Loosemore  <sandra@codesourcery.com>
131
132         Backport from mainline:
133         2012-01-02  Sandra Loosemore  <sandra@codesourcery.com>
134
135         * doc/invoke.texi (-flto and related options): Copy-edit.
136
137 2012-01-03  Richard Guenther  <rguenther@suse.de>
138
139         Backport from mainline
140         2011-11-10  Richard Guenther  <rguenther@suse.de>
141
142         PR tree-optimization/51042
143         * tree-ssa-pre.c (phi_translate_1): Avoid recursing on
144         self-referential expressions.  Refactor code to avoid duplication.
145
146 2012-01-03  Richard Guenther  <rguenther@suse.de>
147
148         PR tree-optimization/51070
149         * tree-loop-distribution.c (generate_builtin): Do not replace
150         the loop with a builtin if the partition contains statements which
151         results are used outside of the loop.
152         (stmt_has_scalar_dependences_outside_loop): Properly handle calls.
153
154 2011-12-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
155
156         Backport from the mainline
157         2011-12-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
158
159         * config/rs6000/rs6000.c (rs6000_inner_target_options): Fix thinko
160         in setting options via target #pragma or attribute.
161
162 2011-12-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
163
164         Backport from mainline
165         2011-12-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
166
167         PR target/51623
168         * config/rs6000/rs6000.c (rs6000_assemble_integer): Don't call
169         unlikely_text_section_p.  Instead check for being in a code section.
170
171 2011-12-23  Richard Guenther  <rguenther@suse.de>
172
173         PR rtl-optimization/50396
174         * simplify-rtx.c (simplify_binary_operation_1): Properly
175         guard code that only works for integers.
176
177 2011-12-22  Doug Kwan  <dougkwan@google.com>
178
179         Backport from mainline
180         2011-03-23  Julian Brown  <julian@codesourcery.com>
181
182         * expr.c (expand_expr_real_1): Only use BLKmode for volatile
183         accesses which are not naturally aligned.
184
185         2011-11-20  Joey Ye  <joey.ye@arm.com>
186
187         * expr.c (expand_expr_real_1): Correctly handle strict volatile
188         bitfield loads smaller than mode size.
189
190 2011-12-21  Richard Earnshaw  <rearnsha@arm.com>
191
192         PR target/51643
193         * arm.c (arm_function_ok_for_sibcall): Use DECL_WEAK in previous
194         change.
195
196 2011-12-21  Richard Earnshaw  <rearnsha@arm.com>
197
198         PR target/51643
199         * arm.c (arm_function_ok_for_sibcall): Don't try to tailcall a
200         weak function on bare-metal EABI targets.
201
202 2011-12-21  Uros Bizjak  <ubizjak@gmail.com>
203
204         Backport from mainline
205         2011-12-21  Richard Guenther  <rguenther@suse.de>
206
207         PR lto/41159
208         * tree-outof-ssa.c (insert_value_copy_on_edge): Use the
209         mode of the pseudo as destination mode.  Only assert that
210         is equal to the promoted mode of the decl if it is a REG.
211
212 2011-12-21  Uros Bizjak  <ubizjak@gmail.com>
213
214         * config/alpha/linux-unwind.h: Update copyright years.
215         (MD_FROB_UPDATE_CONTEXT): New define.
216         (alpha_frob_update_context): New function.
217
218 2011-12-19  Martin Jambor  <mjambor@suse.cz>
219
220         PR tree-optimization/51583
221         * tree-sra.c (load_assign_lhs_subreplacements): Call
222         force_gimple_operand_gsi when necessary also in case of no
223         corresponding replacement on the RHS.
224
225 2011-12-16  Eric Botcazou  <ebotcazou@adacore.com>
226
227         * config/sparc/sparc.md (UNSPEC_FRAME_BLOCKAGE): New constant.
228         (frame_blockage): New expander.
229         (frame_blockage<P:mode>): New instruction.
230         * config/sparc/sparc.c (sparc_expand_prologue): When the sequence of
231         instructions establishing the frame isn't atomic, emit frame blockage.
232
233 2011-12-15  H.J. Lu  <hongjiu.lu@intel.com>
234
235         Backport from mainline.
236         2011-10-28  Chung-Lin Tang  <cltang@codesourcery.com>
237
238         PR rtl-optimization/49720
239         * simplify-rtx.c (simplify_relational_operation_1): Detect
240         infinite recursion condition in "(eq/ne (plus x cst1) cst2)
241         simplifies to (eq/ne x (cst2 - cst1))" case.
242
243 2011-12-15  Andreas Tobler  <andreast@fgznet.ch>
244
245         Backport from mainline.
246         2011-12-15  Andreas Tobler  <andreast@fgznet.ch>
247
248         * config/i386/freebsd.h (TARGET_ASM_FILE_END): Define.
249
250 2011-12-13  Eric Botcazou  <ebotcazou@adacore.com>
251
252         * lto-streamer-out.c (write_symbol): Use proper 64-bit host type.
253         * lto-cgraph.c (input_cgraph_opt_section): Use 'int' for offsets.
254         * lto-streamer-in.c (lto_read_body): Likewise.
255         (lto_input_toplevel_asms): Likewise.
256         * lto-section-in.c (lto_create_simple_input_block): Likewise.
257         * lto-opts.c (lto_read_file_options): Likewise.
258         * ipa-prop.c (ipa_prop_read_section): Likewise.
259
260         * df.h (DF_NOTE): Fix typo in comment.
261
262 2011-12-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
263
264         * regmove.c (fixup_match_2): Only access call_used_regs with hard
265         regs.
266
267 2011-12-12  Jakub Jelinek  <jakub@redhat.com>
268
269         PR middle-end/51510
270         * calls.c (internal_arg_pointer_based_exp_scan): Don't use
271         VEC_safe_grow_cleared if idx is smaller than VEC_length.
272
273         Backported from mainline
274         2011-12-11  Jakub Jelinek  <jakub@redhat.com>
275
276         PR tree-optimization/51485
277         * tree-vect-data-refs.c (vect_analyze_data_refs): Give up on
278         DRs in call stmts.
279
280 2011-12-12  Eric Botcazou  <ebotcazou@adacore.com>
281
282         PR tree-optimization/50569
283         * tree-sra.c (build_ref_for_model): Replicate a chain of COMPONENT_REFs
284         in the expression of MODEL instead of just the last one.
285
286 2011-12-09  Michael Meissner  <meissner@the-meissners.org>
287
288         Backport from mainline
289         2011-12-09  Michael Meissner  <meissner@the-meissners.org>
290
291         PR rtl-optimization/51469
292         * varasm.c (default_binds_local_p_1): If the symbol is a gnu
293         indirect function, mark the symbol as non-local.
294
295 2011-12-09  Jakub Jelinek  <jakub@redhat.com>
296
297         Backport from mainline
298         2011-12-08  Jakub Jelinek  <jakub@redhat.com>
299
300         PR tree-optimization/51466
301         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Also copy
302         TREE_SIDE_EFFECTS.
303
304         2011-11-28  Jakub Jelinek  <jakub@redhat.com>
305
306         PR tree-optimization/50078
307         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Copy over
308         TREE_THIS_VOLATILE also from the old to new lhs resp. rhs.
309
310 2011-12-09  Kazu Hirata  <kazu@codesourcery.com>
311
312         Backport from mainline:
313
314         2011-12-05  Kazu Hirata  <kazu@codesourcery.com>
315
316         PR target/51408
317         * config/arm/arm.md (*minmax_arithsi): Always require the else
318         clause in the MINUS case.
319
320 2011-12-08  Teresa Johnson  <tejohnson@google.com>
321
322         Backport from mainline:
323
324         2011-08-05  Uros Bizjak  <ubizjak@gmail.com>
325
326         * config/i386/i386.md (*movdi_internal_rex64): Use "!o" constraint
327         instead of "!m" for operand 0, alternative 4.
328         (*movdf_internal_rex64): Ditto for operand 0, alernative 6.
329
330 2011-12-08  Jakub Jelinek  <jakub@redhat.com>
331
332         Backport from mainline
333         2011-12-05  Jakub Jelinek  <jakub@redhat.com>
334
335         PR debug/51410
336         * c-decl.c (pop_scope): Don't add DECL_EXTERNAL decls
337         for debug info if scope is file_scope.
338
339         PR c/51339
340         * c-decl.c (c_finish_incomplete_decl, finish_decl): Call
341         relayout_decl instead of layout_decl.
342
343         2011-12-05  Jakub Jelinek  <jakub@redhat.com>
344                     Eric Botcazou  <ebotcazou@adacore.com>
345
346         PR middle-end/51323
347         PR middle-end/50074
348         * calls.c (internal_arg_pointer_exp_state): New variable.
349         (internal_arg_pointer_based_exp_1,
350         internal_arg_pointer_exp_scan): New functions.
351         (internal_arg_pointer_based_exp): New function.
352         (mem_overlaps_already_clobbered_arg_p): Use it.
353         (expand_call): Free internal_arg_pointer_exp_state.cache vector
354         and clear internal_arg_pointer_exp_state.scan_start.
355
356         2011-11-30  Jakub Jelinek  <jakub@redhat.com>
357
358         PR rtl-optimization/48721
359         * sched-deps.c (sched_analyze_insn): For SIBLING_CALL_P set
360         reg_pending_barrier to TRUE_BARRIER.
361
362         2011-11-26  Joern Rennecke  <joern.rennecke@embecosm.com>
363
364         PR middle-end/50074
365         * calls.c (mem_overlaps_already_clobbered_arg_p):
366         Return false if no outgoing arguments have been stored so far.
367
368 2011-12-08  Eric Botcazou  <ebotcazou@adacore.com>
369
370         PR tree-optimization/51315
371         * tree-sra.c (tree_non_mode_aligned_mem_p): Rename to...
372         (tree_non_aligned_mem_p): ...this.  Add ALIGN parameter.  Look into
373         MEM_REFs and use get_object_or_type_alignment for them.
374         (build_accesses_from_assign): Adjust for above change.
375         (access_precludes_ipa_sra_p): Likewise.
376
377 2011-12-06  Martin Jambor  <mjambor@suse.cz>
378
379         Backport from mainline:
380
381         2011-12-02  Martin Jambor  <mjambor@suse.cz>
382
383         PR tree-optimization/50622
384         * tree-sra.c (load_assign_lhs_subreplacements): Force gimple operand
385         if both lacc and racc are grp_partial_lhs.
386
387 2011-12-06  Iain Sandoe  <iains@gcc.gnu.org>
388
389         * config/rs6000/rs6000.c (darwin_rs6000_override_options): Initialize
390         rs6000_current_abi.
391
392 2011-12-06  Alan Modra  <amodra@gmail.com>
393
394         PR target/50906
395         * config/rs6000/rs6000.c (rs6000_emit_prologue <TARGET_SPE_ABI>):
396         Do not mark r11 setup as frame-related.  Pass correct offset to
397         rs6000_emit_savres_rtx.  Correct out-of-line rs6000_frame_related
398         arguments.  Correct sp_offset.  Remove "offset" fudge from
399         in-line rs6000_frame_related call.  Rename misleading variable.
400         Fix comments and whitespace.  Tidy some expressions.
401         (rs6000_emit_epilogue <TARGET_SPE_ABI>): Always set frame_reg_rtx
402         to r11 in out-of-line case.  Correct sp_offset.  Pass correct
403         offset to rs6000_emit_savres_rtx.  Rename misleading variable.
404         Fix comments and whitespace.  Tidy some expressions.
405         (rs6000_emit_epilogue <non-TARGET_SPE_ABI>): Add sp_offset
406         adjustment when !saving_GPRs_inline.  Correct register mode
407         used in address calcs.
408         (rs6000_emit_epilogue <non-TARGET_SPE_ABI>): Similarly when
409         !restoring_GPRs_inline.
410
411 2011-12-04  Jérémie Detrey  <Jeremie.Detrey@loria.fr>
412
413         PR target/51393
414         * config/i386/avxintrin.h (_mm256_insert_epi64): Declare second
415         parameter as long long.
416
417 2011-12-02  Georg-Johann Lay  <avr@gjlay.de>
418
419         PR target/51002
420         PR target/51345
421         * config/avr/libgcc.S (__prologue_saves__, __epilogue_restores__):
422         Enclose parts using __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__).
423         Add FIXME comments.
424         * config/avr/avr.md (movhi_sp_r_irq_off, movhi_sp_r_irq_on): Set
425         insn condition to !AVR_HAVE_8BIT_SP.
426         * config/avr/avr.c (output_movhi): "clr%B0" instead of "in
427         %B0,__SP_H__" if AVR_HAVE_8BIT_SP.
428         (avr_file_start): Only print "__SP_H__ = 0x3e" if !AVR_HAVE_8BIT_SP.
429         * config/avr/avr-devices.c (avr_mcu_types): ATtiny4313 and
430         AT86RF401 have a 16-bit SP (their manual is bogus).
431
432 2011-11-25  Richard Sandiford  <richard.sandiford@linaro.org>
433
434         Backport from mainline:
435
436         2011-03-29  Richard Sandiford  <richard.sandiford@linaro.org>
437
438         PR debug/48190
439         * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
440         (cached_dw_loc_list_def): New structure.
441         (cached_dw_loc_list): New typedef.
442         (cached_dw_loc_list_table): New variable.
443         (cached_dw_loc_list_table_hash): New function.
444         (cached_dw_loc_list_table_eq): Likewise.
445         (add_location_or_const_value_attribute): Take a bool cache_p.
446         Cache the list when the parameter is true.
447         (gen_formal_parameter_die): Update caller.
448         (gen_variable_die): Likewise.
449         (dwarf2out_finish): Likewise.
450         (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
451         while generating debug info for the decl.
452         (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
453         (dwarf2out_init): Initialize cached_dw_loc_list_table.
454         (resolve_addr): Cache the result of resolving a chain of
455         location lists.
456
457 2011-11-24  Enkovich Ilya  <ilya.enkovich@intel.com>
458
459         PR target/51287
460         * i386.c (distance_non_agu_define): Fix insn attr check.
461
462 2011-11-20  Andreas Tobler  <andreast@fgznet.ch>
463
464         * configure: Regenerate.
465
466 2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
467
468         PR rtl-optimization/51187
469         * reorg.c (relax_delay_slots): Do not consider a jump useless if there
470         is a barrier between the jump and its target label.
471
472 2011-11-19  Richard Earnshaw  <rearnsha@arm.com>
473
474         PR target/50493
475         * config/arm/arm.c (neon_disambiguate_copy): Correctly handle partial
476         overlap of src and dest operands.
477
478 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
479
480         PR target/49992
481         * configure.ac: Remove ranlib special-casing for Darwin.
482         * configure: Regenerate.
483
484 2011-11-16  Richard Earnshaw  <rearnsha@arm.com>
485             Bernd Schmidt <bernds@coudesourcery.com>
486             Sebastian Huber <sebastian.huber@embedded-brains.de>
487
488         PR target/49641
489         * config/arm/arm.c (store_multiple_sequence): Avoid cases where
490         the base reg is stored iff compiling for Thumb1.
491
492 2011-11-13  Iain Sandoe  <iains@gcc.gnu.org>
493
494         PR target/48108
495         Backport from mainline r180523
496         * config/darwin.c (top level): Amend comments concerning LTO output.
497         (lto_section_num): New variable.  (darwin_lto_section_e): New GTY.
498         (LTO_SECTS_SECTION, LTO_INDEX_SECTION): New.
499         (LTO_NAMES_SECTION): Rename.
500         (darwin_asm_named_section): Record LTO section counts and switches
501         in a vec of darwin_lto_section_e.
502         (darwin_file_start): Remove unused code.
503         (darwin_file_end): Put an LTO section termination label.  Handle
504         output of the wrapped LTO sections, index and names table.
505
506 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
507
508         PR target/45233
509         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
510         Only expand a symbol ref. into an access when the entity is defined
511         in the TU.
512
513 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
514
515         PR middle-end/51077
516         * tree-object-size.c (addr_object_size): Check TREE_CODE of
517         MEM_REF's operand rather than code of the MEM_REF itself.
518
519 2011-11-07  Alan Modra  <amodra@gmail.com>
520
521         PR target/30282
522         * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Always emit
523         blockage for ABI_V4.
524
525 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
526
527         PR c++/50608
528         * c-parser.c (c_parser_postfix_expression) <RID_OFFSETOF>: Adjust call
529         to fold_offsetof.
530         * c-typeck.c (build_unary_op) <ADDR_EXPR>: Call fold_offsetof_1.
531
532 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
533
534         PR target/50979
535         * config/sparc/sparc.h (ASM_CPU_SPEC): Pass -Av8 if -mcpu=v8.
536
537 2011-11-03  Uros Bizjak  <ubizjak@gmail.com>
538
539         * config/i386/i386.md (lround<X87MODEF:mode><SWI248x:mode>2,
540         rint<mode>2, floor<mode>2, lfloor<MODEF:mode><SWI48:mode>2,
541         btrunc<mode>2, lwp_lwpval<mode>3): Use operands[N] instead of operandN.
542
543 2011-11-02  Eric Botcazou  <ebotcazou@adacore.com>
544
545         PR target/50945
546         * config/sparc/sparc.md (movsf_insn): Reindent constraints.
547         (movsf_insn_no_fpu): Likewise.
548         (movdf_insn_sp32): Likewise.
549         (movdf_insn_sp32_no_fpu): Likewise.
550         (movdf_insn_sp32_v9): Likewise.  Remove redundant GY constraint.
551         (movdf_insn_sp32_v9_no_fpu): Likewise.
552         (movdf_insn_sp64): Likewise.
553         (movdf_insn_sp64_no_fpu): Likewise.
554         (movtf_insn_sp32): Likewise.
555         (movtf_insn_sp32_no_fpu): Likewise.
556         (movtf_insn_sp64): Likewise.
557         (movtf_insn_sp64_hq): Likewise.
558         (movtf_insn_sp64_no_fpu): Likewise.
559
560 2011-11-02  Bernd Schmidt  <bernds@codesourcery.com>
561
562         * cfgcleanup.c (try_head_merge_bb): If get_condition returns
563         NULL for a jump that is a cc0 insn, pick the previous insn for
564         move_before.
565
566 2011-11-01  Uros Bizjak  <ubizjak@gmail.com>
567
568         * config/i386/i386.md (splitters for int-float conversion): Use
569         SUBREG_REG on SUBREGs in splitter constraints.
570
571 2011-11-01  Julian Brown  <julian@codesourcery.com>
572
573         PR rtl-optimization/47918
574         * reload1.c (set_initial_label_offsets): Use initial offsets
575         for labels on the nonlocal_goto_handler_labels chain.
576
577 2011-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
578
579         PR target/50691
580         * config/pa/pa.c (emit_move_sequence): Legitimize TLS symbol references.
581         * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Return false for
582         TLS_MODEL_GLOBAL_DYNAMIC and TLS_MODEL_LOCAL_DYNAMIC symbol references.
583
584 2011-10-27  Uros Bizjak  <ubizjak@gmail.com>
585
586         PR target/50875
587         * config/i386/sse.md (*avx_unpcklpd256): Remove extra insn
588         constraints.  Change alternative 1 to "x,m,1".
589
590 2011-10-26  Jakub Jelinek  <jakub@redhat.com>
591
592         * BASE-VER: Set to 4.6.3.
593         * DEV-PHASE: Set to prerelease.
594
595 2011-10-26  Release Manager
596
597         * GCC 4.6.2 released.
598
599 2011-10-25  Kai Tietz  <ktietz@redhat.com>
600
601         * config/i386/mingw32.h (SUBTARGET_FRAME_POINTER_REQUIRED):
602         Use for 32-bit frame-pointer, if setjmp is used.
603
604 2011-10-24  Jakub Jelinek  <jakub@redhat.com>
605
606         PR debug/50816
607         * dwarf2out.c (dwarf2out_source_line): Emit discriminators only if
608         -gdwarf-4 or not -gstrict-dwarf.
609
610 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
611
612         PR target/49824
613         Backport from mainline r180385
614         * doc/extend.texi (Declaring Attributes of Functions):
615         Document OS_main and OS_task attributes.
616         (Specifying Attributes of Variables): Move up
617         subsection "AVR Variable Attributes" as of alphabetical order.
618
619 2011-10-24  Georg-Johann Lay  <avr@gjlay.de>
620
621         PR target/50820
622         * doc/invoke.texi (AVR Options): New subsubsection to explain EIND
623         handling and indirect jump/calls on devices > 128k.
624
625 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
626
627         PR target/50788
628         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
629         Remove (match_dup 0).
630
631 2011-10-21  Georg-Johann Lay  <avr@gjlay.de>
632
633         PR target/50820
634         Backport from Mainline r180299.
635         * config/avr/libgcc.S (__EIND__): New define to 0x3C.
636         (__tablejump__): Consistently use EIND for indirect jump/call.
637         (__tablejump_elpm__): Ditto.
638
639 2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
640
641         PR target/50106
642         Backport from mainline.
643         2011-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
644
645         * config/arm/arm.c (thumb_unexpanded_epilogue): Handle return
646         reg size from 1-3.
647
648 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
649
650         * dwarf2out.c (loc_descriptor): For SUBREG pass SUBREG_REG's mode as
651         second argument instead of mode.
652
653         PR target/50350
654         Backport from mainline
655         2011-09-27  Richard Sandiford  <rdsandiford@googlemail.com>
656
657         PR middle-end/50386
658         PR middle-end/50326
659         * tree-sra.c (build_ref_for_model): Use the type of the field as
660         the type of the COMPONENT_REF.
661
662 2011-10-18  Uros Bizjak  <ubizjak@gmail.com>
663             Eric Botcazou  <ebotcazou@adacore.com>
664
665         PR target/50737
666         * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
667         fs->signal_frame to 1.
668
669 2011-10-14  Richard Guenther  <rguenther@suse.de>
670
671         Backport from mainline
672         2011-10-14  Richard Guenther  <rguenther@suse.de>
673
674         PR tree-optimization/50723
675         * ipa-split.c (split_function): Use GSI_CONTINUE_LINKING.
676
677         2011-10-13  Richard Guenther  <rguenther@suse.de>
678
679         PR tree-optimization/50712
680         * ipa-split.c (split_function): Always re-gimplify parameters
681         when they are not gimple vals before passing them.  Properly
682         check for type compatibility.
683
684 2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>
685
686         * doc/invoke.texi (SPARC options): Document -mfix-at697f.
687         * config/sparc/sparc.opt (mfix-at697f): New option.
688         * config/sparc/sparc.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
689         (sparc_reorg): New function.
690
691 2011-10-12  Steve Ellcey  <sje@cup.hp.com>
692
693         PR target/49967
694         Backport from Mainline 179472.
695         * configure.ac (gcc_cv_ld_static_dynamic): Define for *-*-hpux*.
696         (gcc_cv_ld_static_option): Ditto.
697         (gcc_cv_ld_dynamic_option): Ditto.
698         * configure: Regenerate.
699
700 2011-10-12  Paul Koning  <pkoning@gcc.gnu.org>
701
702         PR tree-optimization/50189
703         * tree-vrp.c (extract_range_from_assert): Use the type of
704         the variable, not the limit.
705
706 2011-10-12  Richard Guenther  <rguenther@suse.de>
707
708         PR tree-optimization/50700
709         * tree-object-size.c (addr_object_size): Simplify and treat
710         MEM_REF bases consistently.
711
712 2011-10-12  Joseph Myers  <joseph@codesourcery.com>
713
714         PR c/50565
715         * convert.c (convert_to_integer): Do not narrow operands of
716         pointer subtraction.
717
718 2011-10-11  Eric Botcazou  <ebotcazou@adacore.com>
719
720         PR target/49965
721         * config/sparc/sparc.md (mov<I:mode>cc): Do not save comparison code.
722         (mov<F:mode>cc): Likewise.
723
724 2011-10-11  Nick Clifton  <nickc@redhat.com>
725
726         PR middle-end/49801
727         * compare-elim.c (find_comparisons_in_bb): Use df_get_live_in and
728         df_get_live_out instead of accessing the bitmaps directly.
729         (execute_compare_elim_after_reload): Remove calls to df_set_flags,
730         df_live_add_problem and df_analyze.
731
732 2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
733
734         PR target/50652
735         Backport from Mainline r179737.
736         * config/avr/avr-devices.c (avr_mcu_types): Set
737         .data_section_start of atmega164a to 0x100.
738
739 2011-10-07  Bernd Schmidt  <bernds@codesourcery.com>
740
741         PR target/49049
742         * config/arm/arm.md (arm_subsi3_insn): Lose the last alternative.
743
744 2011-10-06  Jakub Jelinek  <jakub@redhat.com>
745
746         * tree.h (avoid_folding_inline_builtin): New prototype.
747         * builtins.c (avoid_folding_inline_builtin): No longer static.
748         * gimple-fold.c (gimple_fold_builtin): Give up if
749         avoid_folding_inline_builtin returns true.
750
751         PR tree-optimization/49279
752         * tree-ssa-structalias.c (find_func_aliases): Don't handle
753         CAST_RESTRICT.
754
755 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
756
757         * longlong.h (smul_ppmm, sdiv_qrnnd): Add underscores to the local
758         variables.  Fix second operand of DR.  Swap inputs for sdiv_qrnnd.
759
760 2011-10-03  Jakub Jelinek  <jakub@redhat.com>
761             Ian Lance Taylor  <iant@google.com>
762
763         * godump.c (go_output_typedef): Support printing enum values that
764         don't fit in a signed HOST_WIDE_INT.
765
766 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
767
768         PR inline-asm/50571
769         * gimple-fold.c (fold_stmt_1) <case GIMPLE_ASM>: If
770         input constraints allow mem and not reg, pass true instead of
771         false as second argument to maybe_fold_reference.
772
773 2011-09-30  Jakub Jelinek  <jakub@redhat.com>
774             Richard Guenther  <rguenther@suse.de>
775
776         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Fix
777         handling of BUILT_IN_STRNCAT.
778         (ref_maybe_used_by_call_p_1): Fix handling of BUILT_IN_STRCAT,
779         and BUILT_IN_STRNCAT.
780
781 2011-09-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
782
783         * graphite-scop-detection.c (make_close_phi_nodes_unique):  New
784         forward declaration.
785         (remove_duplicate_close_phi): Detect and repair creation of
786         duplicate close-phis for a containing loop.
787
788 2011-09-26  Richard Guenther  <rguenther@suse.de>
789
790         PR tree-optimization/50472
791         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not fold
792         volatile references.
793
794 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
795
796         PR tree-optimization/50413
797         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail to vectorize
798         a basic block if one of its data-refs can't be analyzed.
799
800 2011-09-25  Ira Rosen  <ira.rosen@linaro.org>
801
802         PR tree-optimization/50412
803         * tree-vect-data-refs.c (vect_analyze_group_access): Fail for
804         accesses that require epilogue loop if vectorizing outer loop.
805
806 2011-09-22  Uros Bizjak  <ubizjak@gmail.com>
807
808         PR target/50464
809         * config/i386/sse.md (xop_pcmov_<mode>): Change operand 1 predicate
810         to register_operand and operand 2 predicate to nonimmediate_operand.
811         (xop_pcmov_<mode>256): Ditto.
812         * config/i386/i386.c (ix86_expand_sse_movcc): When generating
813         xop_pcmov, force op_true to register.  Also, force op_false to
814         register if it doesn't satisfy nonimmediate_operand predicate.
815
816 2011-09-19  Alan Modra  <amodra@gmail.com>
817             Michael Meissner  <meissner@linux.vnet.ibm.com>
818
819         PR target/50341
820         * config/rs6000/rs6000.md (call_indirect_aix32): Do not split the
821         load of the indirect function's TOC from the call to prevent the
822         compiler from moving the load of the new TOC above code that
823         references the current function's TOC.
824         (call_indirect_aix64): Ditto.
825         (call_value_indirect_aix32): Ditto.
826         (call_value_indirect_aix64): Ditto.
827         (call_indirect_nonlocal_aix32_internal): Ditto.
828         (call_indirect_nonlocal_aix32): Ditto.
829         (call_indirect_nonlocal_aix64_internal): Ditto.
830         (call_indirect_nonlocal_aix64): Ditto.
831         (call_value_indirect_nonlocal_aix32_internal): Ditto.
832         (call_value_indirect_nonlocal_aix32): Ditto.
833         (call_value_indirect_nonlocal_aix64_internal): Ditto.
834         (call_value_indirect_nonlocal_aix64): Ditto.
835
836 2011-09-19  Martin Jambor  <mjambor@suse.cz>
837
838         PR middle-end/49886
839         * ipa-split.c (split_function): Do not change signature if it is
840         not possible or there are attribute types.
841
842 2011-09-18  Eric Botcazou  <ebotcazou@adacore.com>
843             Iain Sandoe  <developer@sandoe-acoustics.co.uk>
844
845         PR target/50091
846         * config/rs6000/rs6000.md (probe_stack): Use explicit operand.
847         * config/rs6000/rs6000.c (output_probe_stack_range): Likewise.
848
849 2011-09-14  Diego Novillo  <dnovillo@google.com>
850
851         * tree-vect-stmts.c (vect_transform_stmt): Remove unused
852         local variable ORIG_SCALAR_STMT.
853
854 2011-09-08  Martin Jambor  <mjambor@suse.cz>
855
856         Backport from mainline
857         2011-09-07  Martin Jambor  <mjambor@suse.cz>
858
859         PR tree-optimization/49911
860         * tree-sra.c (analyze_access_subtree): Change type of to-be-replaced
861         enumerations to the corresponding plain integer type.
862
863 2011-09-08  Richard Guenther  <rguenther@suse.de>
864
865         Backport from mainline
866         2011-07-04  Richard Guenther  <rguenther@suse.de>
867
868         PR tree-optimization/49518
869         PR tree-optimization/49628
870         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
871         irrelevant data-references.
872
873 2011-09-08  Richard Guenther  <rguenther@suse.de>
874
875         Backport from mainline
876         2011-08-23  Richard Guenther  <rguenther@suse.de>
877
878         PR tree-optimization/50162
879         * tree-vect-stmts.c (vectorizable_call): Fix argument lookup.
880
881 2011-09-08  Richard Guenther  <rguenther@suse.de>
882
883         Backport from mainline
884         2011-05-05  Michael Matz  <matz@suse.de>
885
886         * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
887         * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
888         * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
889         * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
890         * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
891         * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
892         * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
893         * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
894         * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
895         * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
896         * config/i386/linux.h (ENDFILE_SPEC): Add Ofast.
897         * config/i386/linux64.h (ENDFILE_SPEC): Add Ofast.
898         * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
899         * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
900         * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
901         * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
902
903 2011-09-08  Eric Botcazou  <ebotcazou@adacore.com>
904             Iain Sandoe  <iains@gcc.gnu.org>
905
906         Backport from mainline (restore powerpc-darwin Ada bootstrap).
907         * config/rs6000/rs6000.c (compute_save_world_info): Test
908         cfun->has_nonlocal_label to determine if the out-of-line save
909         world call may be used.
910
911 2011-09-08  Jakub Jelinek  <jakub@redhat.com>
912
913         PR target/50310
914         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Return
915         code early if TARGET_AVX.
916         (ix86_expand_fp_vcond): Handle LTGT and UNEQ.
917
918 2011-09-06  Martin Jambor  <mjambor@suse.cz>
919
920         Revert
921         2011-09-02  Martin Jambor  <mjambor@suse.cz>
922         PR middle-end/49886
923         * ipa-split.c (split_function): Do not skip any arguments if
924         can_change_signature is set or there are function type attributes.
925
926 2011-09-05  Georg-Johann Lay  <avr@gjlay.de>
927
928         PR target/50289
929         Backport from mainline r178528
930         * config/avr/avr.c (sequent_regs_live): Don't recognize sequences
931         that contain global register variable.
932
933 2011-09-02  Martin Jambor  <mjambor@suse.cz>
934
935         PR middle-end/49886
936         * ipa-split.c (split_function): Do not skip any arguments if
937         can_change_signature is set or there are function type attributes.
938
939 2011-09-01  Ira Rosen  <ira.rosen@linaro.org>
940
941         PR tree-optimization/50178
942         * tree-vect-stmts.c (vectorizable_call): Update the related
943         pattern statement before deleting the original call.
944         (vect_transform_stmt): Don't expect the related pattern statement
945         to match the original statement after transformation.
946
947 2011-08-29  Richard Guenther  <rguenther@suse.de>
948
949         PR middle-end/50116
950         * varasm.c (decode_addr_const): Handle MEM_REF[&X, OFF].
951
952 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
953
954         * config/i386/sse.md (vec_extract_lo_<mode>): Prevent both
955         operands in memory.
956         (vec_extract_lo_v16hi): Ditto.
957         (*vec_extract_v4sf_mem): Add TARGET_SSE insn constraint.
958         * config/i386/i386.c (legitimize_tls_address): Change REG_EQIV
959         notes to REG_EQUAL.
960
961 2011-08-27  Uros Bizjak  <ubizjak@gmail.com>
962
963         PR target/50202
964         * config/i386/sse.md (sse4_2_pcmpestr): Emit NOTE_INSN_DELETED note
965         when all outputs are unused.
966         (sse4_2_pcmpistr): Ditto.
967
968 2011-08-26  Jakub Jelinek  <jakub@redhat.com>
969
970         PR c/50179
971         * c-typeck.c (c_process_expr_stmt): Skip over nops and
972         call mark_exp_read even if exprv is ADDR_EXPR.
973
974 2011-08-20  Jakub Jelinek  <jakub@redhat.com>
975
976         PR tree-optimization/48739
977         * tree-ssa.c: Include cfgloop.h.
978         (execute_update_addresses_taken): When updating ssa, if in
979         loop closed SSA form, call rewrite_into_loop_closed_ssa instead of
980         update_ssa.
981         * Makefile.in (tree-ssa.o): Depend on $(CFGLOOP_H).
982
983 2011-08-18  Jakub Jelinek  <jakub@redhat.com>
984
985         PR target/50092
986         * config/i386/i386.c (assign_386_stack_local): Call validize_mem
987         on the result before returning it.
988
989 2011-08-16  Liang Wang  <lwang1@marvell.com>
990
991         * ggc.h (ggc_alloc_rtvec_sized): Change arguments of
992         ggc_alloc_zone_vec_rtvec_def.
993
994 2011-08-12  Nick Clifton  <nickc@redhat.com>
995
996         * builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi
997         pattern.
998         * doc/md.texi (cmpstrn): Note that the comparison stops if both
999         fetched bytes are zero.
1000         (cmpstr): Likewise.
1001         (cmpmem): Note that the comparison does not stop if both of the
1002         fetched bytes are zero.
1003
1004 2011-08-11  Kazuhiro Inaoka  <kazuhiro.inaoka.ud@renesas.com>
1005
1006         * config/rx/rx.md (movsicc): Allow register to register
1007         transfers.
1008         (*movsicc): Likewise.
1009         (*stcc): Restrict this pattern to EQ and NE compares.
1010         (*stcc_reg): New pattern.  Works for any comparison but only for
1011         register transfers.
1012
1013 2011-08-10  DJ Delorie  <dj@redhat.com>
1014
1015         * expr.c (expand_expr_addr_expr_1): Detect a user request for
1016         a local frame in a naked function, and produce a suitable
1017         error for that specific case.
1018
1019 2011-08-09  Martin Jambor  <mjambor@suse.cz>
1020
1021         PR middle-end/49923
1022         * tree-sra.c (access_precludes_ipa_sra_p): Also check access
1023         memory alignment.
1024
1025 2011-08-09  Nick Clifton  <nickc@redhat.com>
1026
1027         * config/rx/rx.md: Disable extender peepholes at -O3.
1028
1029 2011-08-06  Uros Bizjak  <ubizjak@gmail.com>
1030
1031         PR target/50001
1032         * config/alpha/alpha.c (alpha_instantiate_decls): New function.
1033         (TARGET_INSTANTIATE_DECLS): New define.
1034
1035 2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1036
1037         Backport from mainline
1038         2011-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1039
1040         * config/i386/i386.c (processor_alias_table): Add core-avx-i.
1041
1042         * doc/invoke.texi: Document core-avx-i.
1043
1044 2011-08-03  Jakub Jelinek  <jakub@redhat.com>
1045
1046         PR tree-optimization/49948
1047         * gimple.c (walk_stmt_load_store_addr_ops): Walk CONSTRUCTOR elements.
1048
1049 2011-08-02  Uros Bizjak  <ubizjak@gmail.com>
1050
1051         * doc/md.texi (stack_protect_set): The pattern moves ptr_mode value.
1052         (stack_protect_test): The pattern compares ptr_mode value.
1053
1054 2011-07-31  Uros Bizjak  <ubizjak@gmail.com>
1055
1056         PR target/49920
1057         * config/i386/i386.md (strset): Do not expand strset_singleop
1058         when %eax or $edi are fixed.
1059         (*strsetdi_rex_1): Disable when %eax or %edi are fixed.
1060         (*strsetsi_1): Ditto.
1061         (*strsethi_1): Ditto.
1062         (*strsetqi_1): Ditto.
1063         (*rep_stosdi_rex64): Disable when %eax, %ecx or %edi are fixed.
1064         (*rep_stossi): Ditto.
1065         (*rep_stosqi): Ditto.
1066         (*strlenqi_1): Ditto.
1067         (cmpstrnsi): Also fail when %ecx is fixed.
1068         (*cmpstrnqi_nz_1): Disable when %ecx, %esi or %edi are fixed.
1069         (*cmpstrnqi_1): Ditto.
1070         (*strmovdi_rex_1): Disable when %esi or %edi are fixed.
1071         (*strmovsi_1): Ditto.
1072         (*strmovhi_1): Ditto.
1073         (*strmovqi_1): Ditto.
1074         (*rep_movdi_rex64): Disable when %ecx, %esi or %edi are fixed.
1075         (*rep_movsi): Ditto.
1076         (*rep_movqi): Ditto.
1077
1078 2011-07-31  Mikael Pettersson  <mikpe@it.uu.se>
1079
1080         PR target/47908
1081         * config/m68k/m68k.c (m68k_override_options_after_change): New function.
1082         Disable instruction scheduling for non-ColdFire targets.
1083         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
1084
1085 2011-07-29  Jakub Jelinek  <jakub@redhat.com>
1086
1087         PR middle-end/49897
1088         PR middle-end/49898
1089         * omp-low.c (use_pointer_for_field): If disallowing copy-in/out
1090         in nested parallel and outer is a gimple_reg, mark it as addressable
1091         and set its bit in task_shared_vars bitmap too.
1092
1093 2011-07-29  Wei Guozhi  <carrot@google.com>
1094
1095         Backport from mainline
1096         2011-07-29  Wei Guozhi  <carrot@google.com>
1097
1098         PR rtl-optimization/49799
1099         * combine.c (make_compound_operation): Check if the bit field is valid
1100         before change it to bit field extraction.
1101
1102 2011-07-28  Jakub Jelinek  <jakub@redhat.com>
1103
1104         PR debug/49871
1105         * dwarf2out.c (size_of_die, value_format, output_die): Use
1106         DW_FORM_udata instead of DW_FORM_data[48] for
1107         dw_val_class_unsigned_const DW_AT_data_member_location for DWARF 3.
1108
1109 2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
1110
1111         Backport from mainline
1112         2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>
1113
1114         PR target/47364
1115         * config/i386/i386.md (strlen<mode>): Replace SWI48x with P.
1116
1117 2011-07-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1118
1119         Backport from mainline:
1120         2011-07-26  Martin Jambor  <mjambor@suse.cz>
1121
1122         * tree-sra.c (tree_non_mode_aligned_mem_p): Strip conversions and
1123         return false for invariants.
1124
1125 2011-07-27  Jakub Jelinek  <jakub@redhat.com>
1126
1127         PR target/49866
1128         * config/i386/i386.md (*call_pop_1_vzeroupper, *call_pop_1,
1129         *sibcall_pop_1_vzeroupper, *sibcall_pop_1, *call_1_vzeroupper,
1130         *call_1, *sibcall_1_vzeroupper, *sibcall_1, *call_1_rex64_vzeroupper,
1131         *call_1_rex64, *call_1_rex64_ms_sysv_vzeroupper,
1132         *call_1_rex64_ms_sysv, *sibcall_1_rex64_vzeroupper,
1133         *sibcall_1_rex64, *call_value_pop_1_vzeroupper,
1134         *call_value_pop_1, *sibcall_value_pop_1_vzeroupper,
1135         *sibcall_value_pop_1, *call_value_1_vzeroupper,
1136         *call_value_1, *sibcall_value_1_vzeroupper,
1137         *sibcall_value_1, *call_value_1_rex64_vzeroupper,
1138         *call_value_1_rex64, *call_value_1_rex64_ms_sysv_vzeroupper,
1139         *call_value_1_rex64_ms_sysv, *sibcall_value_1_rex64_vzeroupper,
1140         *sibcall_value_1_rex64): Use z constraint instead of s constraint.
1141
1142         Backport from mainline
1143         2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
1144
1145         * config/i386/constraints.md (z): New constraint.
1146
1147 2011-07-25  Andrew Pinski  <apinski@cavium.com>
1148
1149         PR tree-opt/49671
1150         * tree-inline.c (remap_gimple_op_r): Copy TREE_THIS_VOLATILE and
1151         TREE_THIS_NOTRAP into the inner most MEM_REF.
1152         Always copy TREE_THIS_VOLATILE.
1153         * tree-sra.c (ptr_parm_has_direct_uses): Check that the lhs, rhs and
1154         arguments are not volatile references.
1155
1156 2011-07-25  Georg-Johann Lay  <avr@gjlay.de>
1157
1158         PR target/39386
1159         Backport from mainline r176756
1160         2011-07-25  Georg-Johann Lay
1161         * config/avr/avr.c (out_shift_with_cnt): Use tmp_reg as
1162         shift counter for x << x and x >> x shifts.
1163
1164 2011-07-22  Uros Bizjak  <ubizjak@gmail.com>
1165
1166         * config.gcc (x86_64-*-linux*): Set
1167         default_gnu_indirect_function to yes.
1168
1169 2011-07-22  Richard Guenther  <rguenther@suse.de>
1170
1171         PR tree-optimization/45819
1172         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
1173         preserve volatile and notrap flags.
1174
1175 2011-07-21  Uros Bizjak  <ubizjak@gmail.com>
1176
1177         Backport from mainline
1178         2011-07-04  Uros Bizjak  <ubizjak@gmail.com>
1179
1180         PR target/49600
1181         * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
1182         general register to memory for !TARGET_INTER_UNIT_MOVES.
1183
1184 2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1185
1186         * config/s390/s390.c (s390_class_max_nregs): Fix return type.
1187         * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
1188
1189 2011-07-19  Jakub Jelinek  <jakub@redhat.com>
1190
1191         PR tree-optimization/49768
1192         * tree-ssa-ccp.c (fold_nonarray_ctor_reference): Return NULL
1193         if offset is smaller than bitoffset, but offset+size is bigger
1194         than bitoffset.
1195
1196 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1197
1198         PR middle-end/49675
1199         * tree.c (build_common_builtin_nodes): Register
1200         __builtin_return_address, __cyg_profile_func_enter
1201         and __cyg_profile_func_exit.
1202
1203 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1204
1205         * config.gcc: Obsolete i[3456x]86-*-netware*.
1206
1207 2011-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1208
1209         PR target/49746
1210         Revert:
1211         2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1212
1213         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
1214         patterns.
1215
1216 2011-07-17  Eric Botcazou  <ebotcazou@adacore.com>
1217
1218         PR middle-end/49732
1219         * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
1220
1221 2011-07-16  Eric Botcazou  <ebotcazou@adacore.com>
1222
1223         PR tree-optimization/49725
1224         Backport from mainline
1225         2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
1226
1227         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
1228         a zero minimum index only if it is redundant.
1229
1230 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1231
1232         PR target/49723
1233         * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
1234
1235 2011-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1236
1237         Backport from mainline:
1238         2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1239
1240         * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
1241         (asm_file_start): Remove.
1242         (spu_machine_dependent_reorg): Call compute_bb_for_insn and
1243         free_bb_for_insn around code that modifies insns before
1244         restarting df analysis.
1245
1246 2011-07-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1247
1248         Backport from mainline:
1249         2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1250
1251         PR target/49541
1252         * config/sol2.h (LIB_SPEC): Simplify.
1253         Move LIB_THREAD_LDFLAGS_SPEC ...
1254         (LINK_SPEC): ... here.
1255
1256 2011-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
1257
1258         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
1259
1260 2011-07-14  Andrew Pinski  <pinskia@gmail.com>
1261
1262         PR tree-opt/49309
1263         * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
1264         Use fold_build2_loc instead of build2.
1265         Use the correct type for the new tree.
1266
1267 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
1268
1269         PR target/49487
1270         Backport from mainline r176276
1271         2011-07-14  Georg-Johann Lay
1272         * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
1273         of REG.
1274         (*rotw<mode>): Use const_int_operand for operand2.
1275         Use match_scatch for operand3.
1276         (*rotb<mode>): Ditto
1277         * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
1278
1279 2011-07-14  Richard Guenther  <rguenther@suse.de>
1280
1281         PR tree-optimization/49651
1282         * tree-ssa-structalias.c (get_constraint_for_1): Properly
1283         handle dereferences with subvariables.
1284
1285 2011-07-11  Martin Jambor  <mjambor@suse.cz>
1286
1287         PR tree-optimization/49094
1288         * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
1289         (build_accesses_from_assign): Use it.
1290
1291 2011-07-11  Georg-Johann Lay  <avr@gjlay.de>
1292
1293         PR target/39633
1294         Backport from mainline r176141
1295         2011-07-11  Georg-Johann Lay
1296         * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
1297         offsets 1..5 set cc0 in a usable way.
1298
1299 2011-07-08  Jakub Jelinek  <jakub@redhat.com>
1300
1301         PR target/49621
1302         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
1303         CONST0_RTX (dest_mode) instead of const0_rtx as second operand
1304         of NE.
1305         * config/rs6000/vector.md (vector_select_<mode>,
1306         vector_select_<mode>_uns): Change second operand of NE to
1307         CONST0_RTX (<MODE>mode) instead of const0_rtx.
1308         * config/rs6000/altivec.md (*altivec_vsel<mode>,
1309         *altivec_vsel<mode>_uns): Expect second operand of NE to be
1310         zero_constant of the corresponding vector mode.
1311         * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
1312         Likewise.
1313
1314 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
1315
1316         PR target/46779
1317         Backport from mainline SVN 176053.
1318         2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
1319         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
1320         In particular, allow 8-bit values in r28 and r29.
1321         (avr_hard_regno_scratch_ok): Disallow any register that might be
1322         part of the frame pointer.
1323         (avr_hard_regno_rename_ok): Same.
1324         (avr_legitimate_address_p): Don't allow SUBREGs.
1325
1326 2011-07-07  Eric Botcazou  <ebotcazou@adacore.com>
1327
1328         PR target/49660
1329         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
1330         MASK_V8PLUS, remove commented out flag and reorder.
1331
1332         Backport from mainline
1333         2011-06-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1334
1335         * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
1336         (TARGET_64BIT_DEFAULT): Define.
1337         * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
1338         of tm_file.
1339         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
1340
1341 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
1342
1343         PR c/49644
1344         * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
1345         one non-complex and one complex argument, call c_save_expr on both
1346         operands.
1347
1348         PR debug/49522
1349         * df-problems.c (dead_debug_reset): Remove dead_debug_uses
1350         referencing debug insns that have been reset.
1351         (dead_debug_insert_before): Don't assert reg is non-NULL,
1352         instead return immediately if it is NULL.
1353
1354         PR middle-end/49640
1355         * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF
1356         operands and last COMPONENT_REF operand call gimplify_expr on it
1357         if non-NULL.
1358
1359 2011-07-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1360
1361         Backport from mainline.
1362         2011-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1363
1364         PR target/49335
1365         * config/arm/predicates.md (add_operator): New.
1366         * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage
1367         in Thumb2.
1368
1369 2011-07-05  Jakub Jelinek  <jakub@redhat.com>
1370
1371         PR tree-optimization/49618
1372         * tree-eh.c (tree_could_trap_p) <case FUNCTION_DECL, case VAR_DECL>:
1373         For DECL_WEAK decls return true.
1374
1375 2011-07-04  Jakub Jelinek  <jakub@redhat.com>
1376
1377         PR rtl-optimization/49619
1378         * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
1379         pass VOIDmode as op0_mode to recursive call.
1380
1381         PR rtl-optimization/49472
1382         * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
1383         negating MULT, negate the second operand instead of first.
1384         (simplify_binary_operation_1) <case MULT>: If one operand is
1385         a NEG and the other is MULT, don't attempt to optimize by
1386         negation of the MULT operand if it only moves the NEG operation
1387         around.
1388
1389         Backported from mainline
1390         2011-06-06  Jakub Jelinek  <jakub@redhat.com>
1391
1392         PR debug/49262
1393         * dwarf2out.c (native_encode_initializer): Decrement count in each
1394         iteration.
1395
1396 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
1397
1398         Backport from mainline
1399         2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
1400
1401         PR target/44643
1402         * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
1403         instead of TREE_READONLY.
1404
1405 2011-07-04  Richard Guenther  <rguenther@suse.de>
1406
1407         PR tree-optimization/49615
1408         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
1409         basic-block index check.
1410
1411 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
1412
1413         PR tree-optimization/49572
1414         * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
1415         type of the RHS instead of that of the LHS for the expression type.
1416
1417 2011-06-30  Georg-Johann Lay  <avr@gjlay.de>
1418
1419         Backport from mainline
1420         PR target/34734
1421         (avr_section_type_flags): For data in ".progmem.data", remove
1422         section flag SECTION_WRITE.
1423
1424 2011-06-30  Georg-Johann Lay  <avr@gjlay.de>
1425
1426         Backport from mainline
1427         PR target/34734
1428         * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
1429         about uninitialized data attributed 'progmem' from here...
1430         (avr_encode_section_info): ...to this new function.
1431         (TARGET_ENCODE_SECTION_INFO): New define.
1432
1433 2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
1434
1435         Backport from mainline
1436         2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
1437
1438         * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
1439         option.
1440         * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
1441         entry.
1442         (TARGET_AVX128_OPTIMAL): New definition.
1443         * config/i386/i386.c (initial_ix86_tune_features): Initialize
1444         X86_TUNE_AVX128_OPTIMAL entry.
1445         (ix86_option_override_internal): Enable the generation
1446         of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
1447         (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
1448         (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
1449
1450 2011-06-29  Harsha Jagasia <harsha.jagasia@amd.com>
1451
1452         Backport from mainline
1453         2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
1454
1455         * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
1456         * config/i386/sse.md: Add n to negated FMA pattern names.
1457
1458 2011-06-29  Eric Botcazou  <ebotcazou@adacore.com>
1459
1460         PR tree-optimization/49539
1461         * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
1462         names by means of stmt_references_abnormal_ssa_name.
1463         (associate_plusminus): Call can_propagate_from before propagating
1464         from definition statements.
1465
1466 2011-06-29  Martin Jambor  <mjambor@suse.cz>
1467
1468         Backport from mainline
1469         2011-06-24  Martin Jambor  <mjambor@suse.cz>
1470
1471         PR tree-optimizations/49516
1472         * tree-sra.c (sra_modify_assign): Choose the safe path for
1473         aggregate copies if we also did scalar replacements.
1474
1475 2011-06-28  Changpeng Fang  <changpeng.fang@amd.com>
1476
1477         Backport from mainline
1478         2011-06-20  Changpeng Fang  <changpeng.fang@amd.com>
1479
1480         PR target/49089
1481         * config/i386/i386.c (avx256_split_unaligned_load): New definition.
1482         (avx256_split_unaligned_store): New definition.
1483         (ix86_option_override_internal): Enable avx256 unaligned load/store
1484         splitting only when avx256_split_unaligned_load/store is set.
1485
1486 2011-06-28  Changpeng Fang  <changpeng.fang@amd.com>
1487
1488         Backport from mainline
1489         2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
1490
1491         * config/i386/i386.c (flag_opts): Fix a typo in
1492         -mavx256-split-unaligned-store.
1493
1494 2011-06-28  Changpeng Fang  <changpeng.fang@amd.com>
1495
1496         Backport from mainline
1497         2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1498
1499         * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
1500         unaligned 256bit load/store.
1501         (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
1502         (*avx_movdqu<avxmodesuffix>): Likewise.
1503
1504 2011-06-28  Changpeng Fang  <changpeng.fang@amd.com>
1505
1506         Backport from mainline
1507         2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1508
1509         * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
1510         and -mavx256-split-unaligned-store.
1511         (ix86_option_override_internal): Split 32-byte AVX unaligned
1512         load/store by default.
1513         (ix86_avx256_split_vector_move_misalign): New.
1514         (ix86_expand_vector_move_misalign): Use it.
1515
1516         * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
1517         -mavx256-split-unaligned-store.
1518
1519         * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
1520         256bit load/store.  Generate unaligned store on misaligned memory
1521         operand.
1522         (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
1523         256bit load/store.
1524         (*avx_movdqu<avxmodesuffix>): Likewise.
1525
1526         * doc/invoke.texi: Document -mavx256-split-unaligned-load and
1527         -mavx256-split-unaligned-store.
1528
1529 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
1530
1531         * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
1532
1533 2011-06-28  Andrey Belevantsev  <abel@ispras.ru>
1534
1535         Backport from mainline
1536         2011-05-25  Andrey Belevantsev  <abel@ispras.ru>
1537
1538         PR rtl-optimization/49014
1539         * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
1540
1541 2011-06-28  Alexander Monakov  <amonakov@ispras.ru>
1542
1543         Backport from mainline
1544         2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
1545
1546         PR target/48273
1547         * cfgloop.h (loop_has_exit_edges): New helper.
1548         * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
1549         non-clonable.
1550         * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
1551         that have no exit edges.
1552
1553 2011-06-28  Iain Sandoe  <iains@gcc.gnu.org>
1554
1555         PR target/47997
1556         * config/darwin.c (darwin_mergeable_string_section): Place string
1557         constants in '.cstring' rather than '.const' when CF/NSStrings are
1558         active.
1559
1560 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
1561
1562         * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
1563         forward scan as well.
1564
1565 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
1566
1567         * BASE-VER: Set to 4.6.2.
1568         * DEV-PHASE: Set to prerelease.
1569
1570 2011-06-27  Release Manager
1571
1572         * GCC 4.6.1 released.
1573
1574 2011-06-21  Alan Modra  <amodra@gmail.com>
1575
1576         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): New func.
1577         (TARGET_CANNOT_FORCE_CONST_MEM): Update definition.
1578
1579 2011-06-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1580
1581         Backport from mainline.
1582         2011-06-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1583
1584         PR target/48454
1585         * config/arm/neon.md (vec_pack_trunc): Set the lengths
1586         correctly for the case with Quad vectors.
1587
1588 2011-06-20  Alan Modra  <amodra@gmail.com>
1589
1590         * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
1591         of toc-relative address in CONST.
1592         (rs6000_delegitimize_address): Recognize changed address.
1593         (rs6000_legitimize_reload_address): Likewise.
1594         (rs6000_emit_move): Don't force these constants to memory.
1595         * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
1596         toc-relative address in CONST.
1597         (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
1598         (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
1599
1600 2011-06-18  Jakub Jelinek  <jakub@redhat.com>
1601
1602         PR target/49411
1603         * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
1604         last_arg_constant and last argument doesn't match its predicate,
1605         for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
1606         if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
1607         (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
1608         spelling of error message.
1609         * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
1610         vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
1611         const_0_to_255_operand instead of const_int_operand.
1612
1613 2011-06-17  Richard Henderson  <rth@redhat.com>
1614
1615         Backport from mainline
1616         2011-03-22  Richard Henderson  <rth@redhat.com>
1617
1618         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
1619
1620 2011-06-17  Richard Guenther  <rguenther@suse.de>
1621
1622         Backport from mainline
1623         2011-05-23  Richard Guenther  <rguenther@suse.de>
1624
1625         PR tree-optimization/49115
1626         * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
1627         is not necessarily carried out, do not claim it kills the ref.
1628         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
1629
1630 2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
1631
1632         Backport from mainline
1633         2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
1634
1635         PR rtl-optimization/48542
1636         * reload.c (find_equiv_reg): Stop looking when finding a
1637         setjmp-type call.
1638         * reload1.c (reload_as_needed): Invalidate all reload
1639         registers when crossing a setjmp-type call.
1640
1641 2011-06-16  Kaz Kojima  <kkojima@gcc.gnu.org>
1642
1643         Backport form main line
1644         2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1645
1646         PR target/49307
1647         * config/sh/sh.md (UNSPEC_CHKADD): New.
1648         (chk_guard_add): New define_insn_and_split.
1649         (symGOT_load): Use chk_guard_add instead of blockage.
1650
1651 2011-06-16  Martin Jambor  <mjambor@suse.cz>
1652
1653         Backported from mainline
1654         2011-06-15  Martin Jambor  <mjambor@suse.cz>
1655
1656         PR tree-optimization/48613
1657         * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
1658         ipa_node_params_vector is NULL.
1659
1660 2011-06-16  Jakub Jelinek  <jakub@redhat.com>
1661
1662         PR tree-optimization/49419
1663         * tree-vrp.c (execute_vrp): Call init_range_assertions
1664         before estimate_numbers_of_iterations, call
1665         free_number_of_iterations_estimates before calling
1666         remove_range_assertions.
1667
1668         Backported from mainline
1669         2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
1670
1671         PR target/44618
1672         * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern
1673         with a set of similar patterns, where the MATCH_OPERAND for the
1674         function argument is replaced with individual references to hardware
1675         registers.
1676         (save_fpregs_<mode>): Ditto
1677         (restore_gpregs_<mode>): Ditto
1678         (return_and_restore_gpregs_<mode>): Ditto
1679         (return_and_restore_fpregs_<mode>): Ditto
1680         (return_and_restore_fpregs_aix_<mode>): Ditto
1681
1682 2011-06-14  Richard Henderson  <rth@redhat.com>
1683
1684         PR debug/48459
1685         * dwarf2out.c (frame_pointer_fb_offset_valid): New.
1686         (based_loc_descr): Assert it's true.
1687         (compute_frame_pointer_to_fb_displacement): Set it,
1688         rather than aborting immediately.
1689
1690 2011-06-14  Richard Henderson  <rth@redhat.com>
1691
1692         Backport from mainline
1693         2011-03-22  Richard Henderson  <rth@redhat.com>
1694
1695         * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
1696         (avr_incoming_return_addr_rtx): New.
1697         (emit_push_byte): New.
1698         (expand_prologue): Use it.  Remove incorrect dwarf annotation for
1699         SREG, RAMPZ, zero register.  Push frame pointer by bytes.  Add dwarf
1700         annotation for __prologue_saves__.  Fixup dwarf annotation for CFA.
1701         (emit_pop_byte): New.
1702         (expand_epilogue): Use it.  Pop frame pointer by bytes.
1703         * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
1704         (INCOMING_RETURN_ADDR_RTX): New.
1705         (INCOMING_FRAME_SP_OFFSET): New.
1706         (ARG_POINTER_CFA_OFFSET): New.
1707         * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
1708         (*pushhi, *pushsi, *pushsf, popqi): Likewise.
1709         (pophi): Remove.
1710
1711 2011-06-14  Jakub Jelinek  <jakub@redhat.com>
1712
1713         PR fortran/49103
1714         * tree.h (DECL_NONSHAREABLE): Define.
1715         (struct tree_decl_common): Change decl_common_unused to
1716         decl_nonshareable_flag.
1717         * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
1718         Ignore vars with DECL_NONSHAREABLE bit set.
1719         * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
1720         on stores to automatic aggregate vars.
1721
1722         PR rtl-optimization/49390
1723         Revert:
1724         2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
1725
1726         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
1727         MEM_ALIAS_SET.
1728
1729 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
1730
1731         * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
1732         (*vec_dupv2df): Rename from vec_dupv2df.
1733         (vec_dupv2df): New expander.
1734
1735 2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
1736
1737         * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
1738
1739 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
1740
1741         Backport from mainline
1742         2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
1743
1744         * config/i386/driver-i386.c (host_detect_local_cpu): Support
1745         unknown Intel family 0x6 CPUs.
1746
1747 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
1748
1749         Backport from mainline
1750         2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
1751
1752         PR target/49238
1753         * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
1754         needed when original operands are used for msw_skip comparison.
1755
1756 2011-06-07  Jakub Jelinek  <jakub@redhat.com>
1757
1758         PR gcov-profile/49299
1759         * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
1760
1761 2011-06-06  Pat Haugen <pthaugen@us.ibm.com>
1762
1763         Backport from mainline
1764         2011-05-31  Pat Haugen <pthaugen@us.ibm.com>
1765
1766         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
1767         NON_FLOAT_REGS.
1768
1769 2011-06-06  Jakub Jelinek  <jakub@redhat.com>
1770
1771         PR c++/49264
1772         * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
1773         if stmt folded into nothing.
1774         * tree-inline.c (fold_marked_statements): If a builtin at the
1775         end of a bb folded into nothing, just update cgraph edges
1776         and move to next bb.
1777         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
1778         to be NULL.  Don't compute count and frequency if new_call is NULL.
1779
1780 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1781
1782         * longlong.h (smul_ppmm): The resulting register pair contains the
1783         higher order word first.
1784
1785 2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
1786
1787         PR tree-optimization/49243
1788         * calls.c (setjmp_call_p): Also check if fndecl has the
1789         returns_twice attribute.
1790
1791 2011-06-06  Richard Guenther  <rguenther@suse.de>
1792
1793         PR tree-optimization/48702
1794         * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
1795         only when we know the base address is within bounds.
1796         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
1797         assume the base address of TARGET_MEM_REFs is in bounds.
1798         (indirect_refs_may_alias_p): Fix TARGET_MEM_REF without index tests.
1799
1800         Backport from mainline
1801         2011-05-31  Jakub Jelinek  <jakub@redhat.com>
1802
1803         PR rtl-optimization/49235
1804         * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
1805         (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
1806
1807 2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
1808
1809         * config/sparc/sparc.c (output_return): Fix thinko in the output of an
1810         EH return when delayed branches are disabled.
1811
1812 2011-06-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1813
1814         Backport from mainline
1815         2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
1816
1817         PR target/49186
1818         * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
1819         part of the second operand is 0.
1820
1821 2011-06-04  Alexandre Oliva  <aoliva@redhat.com>
1822
1823         PR debug/47590
1824         * target.def (delay_sched2, delay_vartrack): New.
1825         * doc/tm.texi.in: Update.
1826         * doc/tm.texi: Rebuild.
1827         * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
1828         * var-tracking.c (gate_handle_var_tracking): Likewise.
1829         * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
1830         (bfin_flag_var_tracking): Drop.
1831         (output_file_start): Don't save and override flag_var_tracking.
1832         (bfin_option_override): Ditto flag_schedule_insns_after_reload.
1833         (bfin_reorg): Test original variables.
1834         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
1835         * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
1836         (ia64_flag_var_tracking): Drop.
1837         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
1838         (ia64_file_start): Don't save and override flag_var_tracking.
1839         (ia64_override_options_after_change): Ditto
1840         flag_schedule_insns_after_reload.
1841         (ia64_reorg): Test original variables.
1842         * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
1843         (picochip_flag_var_tracking): Drop.
1844         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
1845         (picochip_option_override): Don't save and override
1846         flag_schedule_insns_after_reload.
1847         (picochip_asm_file_start): Ditto flag_var_tracking.
1848         (picochip_reorg): Test original variables.
1849         * config/spu/spu.c (spu_flag_var_tracking): Drop.
1850         (TARGET_DELAY_VARTRACK): Define.
1851         (spu_var_tracking): New.
1852         (spu_machine_dependent_reorg): Call it.
1853         (asm_file_start): Don't save and override flag_var_tracking.
1854
1855 2011-06-04  Ira Rosen  <ira.rosen@linaro.org>
1856
1857         PR tree-optimization/49038
1858         * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
1859         Ensure at least one epilogue iteration if required by data
1860         accesses with gaps.
1861         * tree-vectorizer.h (struct _loop_vec_info): Add new field
1862         to mark loops that require peeling for gaps.
1863         * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
1864         (vect_get_known_peeling_cost): Take peeling for gaps into
1865         account.
1866         (vect_transform_loop): Generate epilogue if required by data
1867         access with gaps.
1868         * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
1869         loop as requiring an epilogue if there are gaps in the end of
1870         the strided group.
1871
1872 2011-06-02  Ira Rosen  <ira.rosen@linaro.org>
1873
1874         PR tree-optimization/49093
1875         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
1876         data references.
1877
1878 2011-05-19  Quentin Neill  <quentin.neill@amd.com>
1879
1880         * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
1881         (fma4_fmaddsub): Likewise
1882
1883 2011-05-31  Richard Guenther  <rguenther@suse.de>
1884
1885         Backport from mainline
1886         2011-05-19  Richard Guenther  <rguenther@suse.de>
1887
1888         PR middle-end/48985
1889         * tree-object-size.c (addr_object_size): If the pointed-to
1890         variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
1891
1892 2011-05-31  Richard Guenther  <rguenther@suse.de>
1893
1894         Backport from mainline
1895         2011-05-11  Richard Guenther  <rguenther@suse.de>
1896
1897         PR middle-end/48953
1898         * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
1899
1900 2011-05-30  Richard Guenther  <rguenther@suse.de>
1901
1902         PR tree-optimization/49218
1903         * tree-vrp.c (adjust_range_with_scev): Properly check whether
1904         overflow occured.
1905
1906 2011-05-30  Georg-Johann Lay  <avr@gjlay.de>
1907
1908         PR target/45263
1909         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors):
1910         Don't use r20 around calls of __tablejump_elpm__
1911
1912 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
1913
1914         PR target/43700
1915         * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
1916         registers.
1917
1918 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
1919
1920         PR target/43995
1921         * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
1922         recurse_p argument.  Only follow register copies if it is set,
1923         and prevent mips_find_pic_call_symbol from recursing.
1924         (mips_find_pic_call_symbol): Add a recurse_p argument.
1925         Pass it to mips_pic_call_symbol_from_set.
1926         (mips_annotate_pic_calls): Update accordingly.
1927
1928 2011-05-29  Richard Guenther  <rguenther@suse.de>
1929
1930         PR tree-optimization/49217
1931         * ipa-pure-const.c (propagate_pure_const): Fix typos.
1932
1933 2011-05-26  Pat Haugen <pthaugen@us.ibm.com>
1934
1935         * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
1936         moves expensive on Power7 also.
1937
1938 2011-05-26  Georg-Johann Lay  <avr@gjlay.de>
1939
1940         PR target/44643
1941         * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
1942         alone. Error if non-const data has attribute progmem.
1943
1944 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
1945
1946         PR c++/49165
1947         * gimplify.c (shortcut_cond_r): Don't special case
1948         COND_EXPRs if they have void type on one of their arms.
1949
1950         PR tree-optimization/49161
1951         * tree-vrp.c (struct case_info): New type.
1952         (compare_case_labels): Sort case_info structs instead of
1953         trees, and not primarily by CASE_LABEL uids but by
1954         label_for_block indexes.
1955         (find_switch_asserts): Put case labels into struct case_info
1956         array instead of TREE_VEC, adjust sorting, compare label_for_block
1957         values instead of CASE_LABELs.
1958
1959 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
1960
1961         PR target/49128
1962         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
1963
1964 2011-05-18  Jan Hubicka  <jh@suse.cz>
1965
1966         PR tree-optimization/44897
1967         * ipa-inline.c (cgraph_decide_recursive_inlining): Do not divide
1968         by zero for insane profiles.
1969
1970 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
1971
1972         * config/sparc/sparc.c (sparc_option_override): If not set by the user,
1973         force flag_ira_share_save_slots to 0.
1974
1975 2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
1976
1977         PR target/49133
1978         * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
1979
1980 2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1981
1982         Backport from mainline
1983         2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1984
1985         PR target/49128
1986         * config/i386/driver-i386.c (host_detect_local_cpu): Always
1987         add -mno-XXX.  Handle FMA.
1988
1989 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
1990
1991         PR lto/49123
1992         * fold-const.c (constant_boolean_node): If type is non-NULL,
1993         use build_int_cst_type instead of build_int_cst.
1994
1995         PR debug/49032
1996         * dbxout.c: Include cgraph.h.
1997         (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
1998         and without value expr, return NULL if no varpool node exists for
1999         it or if it is not needed.
2000         * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
2001
2002         PR c/49120
2003         * c-decl.c (start_decl): Convert expr to void_type_node.
2004
2005         PR middle-end/48973
2006         * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
2007         failed and the comparison has a single bit signed type, use
2008         constm1_rtx instead of const1_rtx for true value.
2009         (do_store_flag): If ops->type is single bit signed type, disable
2010         signel bit test optimization and pass -1 instead of 1 as last
2011         parameter to emit_store_flag_force.
2012
2013 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
2014
2015         * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
2016         (sparc-*-rtems*): Likewise.
2017         (sparc64-*-elf*): Likewise.
2018         (sparc64-*-rtems*): Likewise.
2019         (sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
2020         * config/sparc/t-crtin: New file.
2021         * config/sparc/t-sol2 (crti.o): Delete rule.
2022         (crtn.o): Likewise.
2023         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
2024         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
2025         * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
2026         (ENDFILE_SPEC): Add crtn.o.
2027
2028 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
2029
2030         PR target/49104
2031         * config/i386/cpuid.h (bit_MMXEXT): New define.
2032
2033 2011-05-22  Jakub Jelinek  <jakub@redhat.com>
2034
2035         PR middle-end/49029
2036         * expmed.c (extract_fixed_bit_field): Test whether target can be used
2037         only after deciding which mode to use.
2038
2039 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
2040
2041         * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
2042         frame pointer.
2043
2044 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
2045
2046         * config/sparc/sparc.c (eligible_for_return_delay): Do not return
2047         false if there are call-saved registers here...
2048         (sparc_can_use_return_insn_p): ...but here instead.
2049         (save_or_restore_regs): Fix thinko.
2050         (sparc_expand_prologue): Use current_function_is_leaf.
2051         (sparc_frame_pointer_required): Likewise.
2052
2053 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
2054
2055         PR bootstrap/49086
2056         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
2057         for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
2058
2059 2011-05-20  Richard Guenther  <rguenther@suse.de>
2060
2061         PR tree-optimization/49079
2062         * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
2063         MEM_REFs correctly for the trailing array access detection.
2064         Special case constants the same way as decls for overall size
2065         constraining.
2066
2067 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
2068
2069         PR tree-optimization/49073
2070         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return
2071         NULL if PHI argument is SSA_NAME, whose def_stmt is dominated
2072         by the PHI.
2073         * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
2074
2075 2011-05-19  Uros Bizjak  <ubizjak@gmail.com>
2076
2077         * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
2078         when TARGET_RDRND is active.
2079         (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
2080         Generate dummy SImode target register when target is NULL.
2081
2082 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
2083
2084         Backport from mainline
2085         2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
2086
2087         PR target/49002
2088         * config/i386/sse.md (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>):
2089         Properly handle load cast.
2090
2091 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
2092
2093         PR tree-optimization/49039
2094         * tree-vrp.c (extract_range_from_binary_expr): For
2095         MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
2096         return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
2097
2098 2011-05-18  Richard Guenther  <rguenther@suse.de>
2099
2100         PR tree-optimization/49018
2101         * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
2102         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
2103         gimple_has_side_effects.
2104
2105 2011-05-18  Richard Guenther  <rguenther@suse.de>
2106
2107         Backport from mainline
2108         2011-04-19  Richard Guenther  <rguenther@suse.de>
2109
2110         PR lto/48207
2111         * tree.c (free_lang_data): Do not reset the decl-assembler-name
2112         langhook.
2113
2114         2011-04-21  Richard Guenther  <rguenther@suse.de>
2115
2116         PR lto/48703
2117         * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of
2118         DECL_NAME.
2119
2120 2011-05-18  Richard Guenther  <rguenther@suse.de>
2121
2122         Backport from mainline
2123         2011-05-12  Richard Guenther  <rguenther@suse.de>
2124
2125         PR tree-optimization/48172
2126         * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
2127         the number of iterations from the segment size calculation.
2128         (vect_create_cond_for_alias_checks): Adjust.
2129
2130         2011-05-13  Richard Guenther  <rguenther@suse.de>
2131
2132         PR tree-optimization/48172
2133         * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
2134         multiplying by number of iterations for equal step.
2135         (vect_create_cond_for_alias_checks): Likewise.
2136
2137 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
2138
2139         PR tree-optimization/49000
2140         * tree-ssa.c (execute_update_addresses_taken): Call
2141         maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
2142         be rewritten and decl has been marked for renaming, reset
2143         the debug stmt.
2144
2145 2011-05-17  Nick Clifton  <nickc@redhat.com>
2146
2147         Import these patches from the mainline:
2148
2149         2011-05-17  Nick Clifton  <nickc@redhat.com>
2150
2151         * config/rx/rx.c (rx_memory_move_cost): Include cost of register moves.
2152
2153         * config/rx/rx.md: Add peephole to remove redundant extensions
2154         after loads.
2155         (bitset_in_memory): Use rx_restricted_mem_operand.
2156         (bitinvert_in_memory): Likewise.
2157         (bitclr_in_memory): Likewise.
2158
2159         2011-05-17  Kazuhio Inaoka  <kazuhiro.inaoka.ud@renesas.com>
2160                     Nick Clifton  <nickc@redhat.com>
2161
2162         * config/rx/rx.md: Add peepholes to match a register move followed
2163         by a comparison of the moved register.  Replace these with an
2164         addition of zero that does both actions in one instruction.
2165
2166 2011-05-17  Jakub Jelinek  <jakub@redhat.com>
2167
2168         PR target/48986
2169         * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
2170         predicate to allow CONST_INT.
2171
2172 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
2173
2174         PR preprocessor/48677
2175         * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
2176         from decoded_options[0], not from itself.
2177
2178 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
2179
2180         * config/i386/i386.md (*movxf_internal): Disable CONST_DOUBLE
2181         optimization for CM_MEDIUM and CM_LARGE code models.  Fix usage
2182         of standard_80387_constant_p.
2183         (*movxf_internal_nointeger): Ditto.
2184         (*movdf_internal): Remove dead code-size optimization.
2185         (*movdf_internal_rex64): Fix usage of standard_80387_constant_p.
2186         (*movdf_internal_nointeger): Ditto.
2187         (*movsf_internal): Ditto.
2188         (floating point move splitters): Ditto.
2189         * config/i386/constraints.md (G): Ditto.
2190         * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
2191
2192 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
2193
2194         PR tree-optimization/48975
2195         * tree-if-conv.c (combine_blocks): Call free_bb_predicate
2196         on all bbs here and free and clear ifc_bbs at the end.
2197
2198 2011-05-12  Richard Guenther  <rguenther@suse.de>
2199
2200         Backport from mainline
2201         2011-05-02  Richard Guenther  <rguenther@suse.de>
2202
2203         PR tree-optimization/48822
2204         * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
2205         (process_scc): Indicate which iteration we start.
2206
2207 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
2208
2209         PR debug/48967
2210         * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
2211         if validate_subreg fails.
2212
2213 2011-05-12  Nick Clifton  <nickc@redhat.com>
2214
2215         * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
2216         * config/rx/rx.c (rx_is_legitimate_constant): Use gcc_unreachable
2217         instead of abort.
2218         (rx_align_for_label): Test label before extracting its number of
2219         uses.
2220         (rx_max_skip_for_label): Ignore debug insns.
2221
2222 2011-05-11  Jakub Jelinek  <jakub@redhat.com>
2223
2224         PR debug/48159
2225         * tree-ssa.c (reset_debug_uses): New function.
2226         * tree-flow.h (reset_debug_uses): New prototype.
2227         * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
2228         * tree-loop-distribution.c (generate_loops_for_partition): Call
2229         reset_debug_uses on the stmts that will be removed.  Keep around
2230         all debug stmts, don't count them as bits in partition bitmap.
2231         (generate_builtin): Don't count debug stmts or labels as bits in
2232         partition bitmap.
2233
2234 2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
2235
2236         Backport from mainline
2237         2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
2238
2239         PR target/48857, 48495
2240         * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
2241         (VSX_MODE): Ditto.
2242         (VSX_MOVE_MODE): Ditto.
2243         (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
2244         VSX vector types.  Add V2DImode.
2245         (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
2246         ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
2247         (MODES_TIEABLE_P): Ditto.
2248
2249         * config/rs6000/rs6000.c (rs6000_emit_move): Use
2250         ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
2251         VSX_VECTOR_MODE.
2252         (init_cumulative_args): Ditto.
2253         (rs6000_function_arg_boundary): Ditto.
2254         (rs6000_function_arg_advance_1): Ditto.
2255         (rs6000_function_arg): Ditto.
2256         (rs6000_function_ok_for_sibcall): Ditto.
2257         (emit_frame_save): Ditto.
2258         (rs6000_function_value): Ditto.
2259         (rs6000_libcall_value): Ditto.
2260
2261 2011-05-10  Nick Clifton  <nickc@redhat.com>
2262
2263         * config/rx/rx.c (rx_memory_move_cost): Reduce the cost for
2264         stores.
2265
2266 2011-05-10  DJ Delorie  <dj@redhat.com>
2267
2268         * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
2269         (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
2270         * config/rx/rx.c (rx_align_for_label): Add label and
2271         uses_threshold parameters.  Do not align when the label is not
2272         used enough.
2273         * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
2274
2275 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
2276
2277         Backported from mainline
2278         2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
2279
2280         PR tree-optimization/48837
2281         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
2282         when accumulator transformation is performed.
2283
2284 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
2285
2286         PR tree-optimization/48611
2287         PR tree-optimization/48794
2288         * tree-eh.c (remove_unreachable_handlers): Don't remove regions
2289         referenced from RESX or EH_DISPATCH arguments.
2290
2291 2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2292
2293         * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
2294         temporary register to match Pmode.
2295
2296 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
2297
2298         * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
2299         (dataflow_set_preserve_mem_locs): Likewise.
2300
2301 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
2302
2303         * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
2304         constraint modifier to "r".
2305
2306 2011-05-06  Alan Modra  <amodra@gmail.com>
2307
2308         PR target/48900
2309         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
2310         const0_rtx as the arg to the dummy __tls_get_addr libcall.
2311
2312 2011-05-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2313
2314         * config/s390/s390.c (s390_asm_trampoline_template): Comment
2315         instruction sizes.
2316         (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
2317
2318 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2319
2320         PR target/48252
2321         * config/arm/neon.md (neon_vtrn<mode>): Fix typo from earlier commit.
2322
2323 2011-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
2324
2325         * config/rs6000/rs6000.c (rs6000_handle_option): Add missing break
2326         for OPT_mfpu_ case.
2327
2328 2011-05-05  Jason Merrill  <jason@redhat.com>
2329
2330         PR c++/40975
2331         * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
2332
2333 2011-05-05  Julian Brown  <julian@codesourcery.com>
2334
2335         * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
2336         parenthesis in D-register case.
2337
2338 2011-05-05  Ira Rosen  <ira.rosen@linaro.org>
2339
2340         Backport from mainline:
2341         2011-04-18  Ulrich Weigand  <ulrich.weigand@linaro.org>
2342                     Ira Rosen  <ira.rosen@linaro.org>
2343
2344         PR target/48252
2345         * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
2346         to match neon_vzip/vuzp/vtrn_internal.
2347         * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
2348         outputs explicitly dependent on both inputs.
2349         (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
2350
2351 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
2352
2353         * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
2354         Use %v prefix in insn mnemonic to handle TARGET_AVX.
2355         (*movdi_internal): Use "maybe_vex" instead of "vex" in "prefix"
2356         attribute calculation.
2357         (*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
2358         * config/i386/sse.md (*sse2_storeq_rex64): Do not emit %v prefix
2359         for mov{q} mnemonic.
2360         (*vec_extractv2di_1_rex64_avx): Ditto.
2361
2362 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
2363             Jakub Jelinek  <jakub@redhat.com>
2364
2365         PR target/48774
2366         * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
2367         only succeed if req_mode is the same as set_mode.
2368
2369 2011-05-03  Richard Guenther  <rguenther@suse.de>
2370
2371         PR lto/48846
2372         * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
2373         Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
2374         * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
2375
2376 2011-05-03  Eric Botcazou  <ebotcazou@adacore.com>
2377
2378         PR target/48723
2379         * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
2380         for -fstack-check if the size to allocate is negative.
2381
2382 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
2383
2384         PR tree-optimization/48809
2385         * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
2386         type.
2387         (gen_inbound_check): Don't compute index_expr - range_min in utype
2388         again, instead reuse SSA_NAME initialized in build_arrays.
2389         Remove two useless gsi_for_stmt calls.
2390
2391 2011-04-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
2392
2393         Backport from mainline
2394         2011-04-01  Andrew Pinski  <pinskia@gmail.com>
2395             Michael Meissner  <meissner@linux.vnet.ibm.com>
2396
2397         PR target/48262
2398         * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
2399         operands, as per the specifications.
2400
2401         * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
2402         (vec_extract_evenv4sf): Ditto.
2403         (vec_extract_evenv8hi): Ditto.
2404         (vec_extract_evenv16qi): Ditto.
2405         (vec_extract_oddv4si): Ditto.
2406
2407 2011-04-28  Jakub Jelinek  <jakub@redhat.com>
2408
2409         PR middle-end/48597
2410         * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
2411         inline asm.
2412
2413 2011-04-27  Jakub Jelinek  <jakub@redhat.com>
2414
2415         PR c/48742
2416         * c-typeck.c (build_binary_op): Don't wrap arguments if
2417         int_operands is true.
2418
2419 2011-04-26  Jakub Jelinek  <jakub@redhat.com>
2420
2421         PR debug/48768
2422         * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
2423         is error_mark_node, set value to NULL.
2424
2425         PR tree-optimization/48734
2426         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
2427         if return value from maybe_fold_*_comparsions isn't something
2428         the code is prepared to handle.
2429
2430 2011-04-26  Richard Guenther  <rguenther@suse.de>
2431
2432         PR tree-optimization/48731
2433         * ipa-inline.c (cgraph_flatten): Test if function is inlinable.
2434
2435 2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
2436
2437         PR other/48748
2438         * doc/extend.texi (Type Traits): Document __is_standard_layout,
2439         __is_literal_type, and __is_trivial; update throughout about
2440         possibly cv-qualified void types.
2441
2442 2011-04-23  Jakub Jelinek  <jakub@redhat.com>
2443
2444         PR c/48685
2445         * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
2446         to VOID_TYPE even around MODIFY_EXPR.
2447
2448 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
2449
2450         PR tree-optimization/48717
2451         * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
2452         ~A + A optimizations use build_int_cst_type instead of build_int_cst.
2453
2454 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
2455
2456         PR c/48716
2457         * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
2458         TREE_STATIC variables declared inside of some OpenMP construct.
2459
2460 2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
2461
2462         PR target/48708
2463         * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
2464         vec_extract and vec_concat for non-SSE4_1 targets.
2465
2466 2011-04-21  Richard Guenther  <rguenther@suse.de>
2467
2468         PR middle-end/48695
2469         * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
2470         objects and types here.  Adjust for their offset before comparing.
2471
2472 2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
2473
2474         * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
2475
2476 2011-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2477
2478         PR target/48288
2479         * config/pa/predicates.md (ior_operand): Delete predicate.
2480         (cint_ior_operand, reg_or_cint_ior_operand): New predicates.
2481         * config/pa/pa.md (iordi3): Use reg_or_cint_ior_operand predicate in
2482         expander.  Use cint_ior_operand in unnamed insn.
2483         (iorsi3): Likewise.
2484         * config/pa/pa-protos.h (ior_operand): Delete declarations.
2485
2486 2011-04-20  Jakub Jelinek  <jakub@redhat.com>
2487
2488         PR tree-optimization/48611
2489         * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
2490         beyond ERT_MUST_NOT_THROW region.
2491
2492 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2493
2494         Backport from mainline
2495         2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
2496
2497         PR lto/48148
2498         * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
2499         the types if they have different enumeration identifiers.
2500
2501         2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
2502
2503         PR lto/48492
2504         * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
2505         DECL_IN_CONSTANT_POOL without RTL.
2506
2507 2011-04-20  Richard Guenther  <rguenther@suse.de>
2508
2509         Backport from mainline
2510         2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
2511
2512         PR fortran/47976
2513         * reload1.c (inc_for_reload): Return void. All callers changed.
2514         (emit_input_reload_insns): Don't try to delete previous output
2515         reloads to a register, or record spill_reg_store for autoincs.
2516
2517 2011-04-19  Jakub Jelinek  <jakub@redhat.com>
2518
2519         PR target/48678
2520         * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
2521         is a SUBREG with non-MODE_INT mode inside of it.
2522
2523 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
2524
2525         PR middle-end/48661
2526         * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
2527         if TREE_TYPE (v) is non-NULL.
2528
2529         * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
2530         gimple_get_virt_mehtod_for_binfo.
2531         * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
2532         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
2533         callers.
2534         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
2535
2536 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
2537
2538         * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
2539
2540 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
2541
2542         PR tree-optimization/48616
2543         * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
2544         whether the shift is by scalar or vector based on whether all SLP
2545         scalar stmts have the same rhs.
2546
2547 2011-04-17  Dennis, CHENG Renquan  <crquan@fedoraproject.org>
2548
2549         * doc/passes.texi: Fill crossref nodes.
2550
2551 2011-04-17  Marius Strobl  <marius@FreeBSD.org>
2552
2553         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
2554         (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
2555         (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
2556
2557 2011-04-17  Eric Botcazou  <ebotcazou@adacore.com>
2558
2559         PR lto/48538
2560         * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
2561         is non-null before accessing it.
2562         (input_cgraph): Remove trailing spaces.
2563
2564 2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2565
2566         * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
2567         Replace match_operand with match_dup for the third operand in
2568         these expanders.
2569
2570 2011-04-15  Jakub Jelinek  <jakub@redhat.com>
2571
2572         PR target/48605
2573         * config/i386/sse.md (avx_insertps, sse4_1_insertps): If operands[2]
2574         is a MEM, offset it as needed based on top 2 bits in operands[3],
2575         change MEM mode to SFmode and mask those 2 bits away from operands[3].
2576
2577 2011-04-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2578
2579         Backport from mainline:
2580         2011-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2581
2582         PR target/48366
2583         * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
2584         move from floating point to shift amount register.
2585         (emit_move_sequence): Remove secondary reload support for floating
2586         point to shift amount amount register copies.
2587         (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
2588         amount register copies.
2589         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
2590         register, return false if mode isn't a scalar integer mode.
2591         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
2592
2593 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
2594
2595         PR middle-end/48591
2596         * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is NULL.
2597         (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
2598
2599 2011-04-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2600
2601         Backport from mainline:
2602         2011-04-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2603         PR target/48090
2604         * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
2605
2606 2011-04-12  Martin Jambor  <mjambor@suse.cz>
2607
2608         PR tree-optimization/48195
2609         * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
2610         ipa_check_create_edge_args.
2611         (ipcp_generate_summary): Do not call ipa_check_create_node_params and
2612         ipa_check_create_edge_args.
2613         * ipa-inline.c (inline_generate_summary): Do not call
2614         ipa_check_create_node_params and ipa_check_create_edge_args.
2615         * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
2616         ipa_check_create_edge_args.
2617
2618 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
2619
2620         PR rtl-optimization/48549
2621         * combine.c (propagate_for_debug): Also stop after BB_END of
2622         this_basic_block.  Process LAST and just stop processing after it.
2623         (combine_instructions): If last_combined_insn has been deleted,
2624         set last_combined_insn to its PREV_INSN.
2625
2626 2011-04-12  Nick Clifton  <nickc@redhat.com>
2627
2628         * config/v850/v850.c (expand_prologue): Do not use the CALLT
2629         instruction for interrupt handlers if the target is the basic V850
2630         architecture.
2631         (expand_epilogue): Likewise.
2632
2633 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
2634
2635         PR c/48517
2636         * c-typeck.c (store_init_value): Set TREE_TYPE (decl) to
2637         qualified type.
2638
2639 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
2640
2641         * common.opt (Tbss=, Tdata=, Ttext=): New options.
2642
2643 2011-04-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2644
2645         Backport from mainline:
2646         2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2647
2648         * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
2649
2650 2011-04-09  Duncan Sands  <baldrick@free.fr>
2651
2652         * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
2653
2654 2011-04-08  Steven G. Kargl  <kargl@gcc.gnu.org>
2655
2656         PR target/47829
2657         * config.gcc: disable unwind table generation for crtbegin/crtend
2658         on i386-*-freebsd.
2659
2660 2011-04-08  Jakub Jelinek  <jakub@redhat.com>
2661
2662         PR tree-optimization/48377
2663         * tree-vect-data-refs.c (vector_alignment_reachable_p): Set is_packed
2664         to true even for types with smaller TYPE_ALIGN than TYPE_SIZE.
2665
2666 2011-04-07  Uros Bizjak  <ubizjak@gmail.com>
2667
2668         * config/i386/sse.md: Update copyright year.
2669         (avx_cmp<ssescalarmodesuffix><mode>3): Add missing output
2670         register constraint.
2671         (*vec_concatv2sf_avx): Fix wrong register constraint in
2672         alternative 3 of operand 1.
2673         (*vec_set<mode>_0_avx): Avoid combining registers from different
2674         units in a single alternative.
2675         (*vec_set<mode>_0_sse4_1): Ditto.
2676         (*vec_set<mode>_0_sse2): Ditto.
2677         (vec_set<mode>_0): Ditto.
2678         (sse2_storehpd): Ditto.
2679         (sse2_loadhpd): Ditto.
2680         (sse4_1_insertps): Use nonimmediate_operand for operand 2.
2681         * config/i386/predicates.md (sse_comparison_operator): Do not
2682         define as special predicate.
2683
2684 2011-04-07  Jakub Jelinek  <jakub@redhat.com>
2685
2686         PR debug/48343
2687         * combine.c (combine_instructions): Add last_combined_insn,
2688         update it if insn is after it, pass it to all try_combine calls.
2689         (try_combine): Add last_combined_insn parameter, pass it instead of
2690         i3 to propagate_for_debug.
2691
2692 2011-04-07  Andrey Belevantsev  <abel@ispras.ru>
2693
2694         Backport from mainline
2695         2011-03-26  Andrey Belevantsev  <abel@ispras.ru>
2696
2697         PR rtl-optimization/48144
2698         * sel-sched-ir.c (merge_history_vect): Factor out from ...
2699         (merge_expr_data): ... here.
2700         (av_set_intersect): Rename to av_set_code_motion_filter.
2701         Update all callers.  Call merge_history_vect when an
2702         expression is found in both sets.
2703         * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
2704
2705 2011-04-06  Jakub Jelinek  <jakub@redhat.com>
2706
2707         PR debug/48466
2708         * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
2709         as base_reg whatever register reg has been eliminated to, instead
2710         of hardcoding STACK_POINTER_REGNUM.
2711
2712         Backported from mainline
2713         2011-04-01  Jakub Jelinek  <jakub@redhat.com>
2714
2715         PR middle-end/48335
2716         * expr.c (expand_assignment): Handle all possibilities
2717         if TO_RTX is CONCAT.
2718         * expmed.c (store_bit_field_1): Avoid trying to create
2719         invalid SUBREGs.
2720         (store_split_bit_field): If SUBREG_REG (op0) or
2721         op0 itself has smaller mode than word, return it
2722         for offset 0 and const0_rtx for out-of-bounds stores.
2723         If word is const0_rtx, skip it.
2724
2725 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2726
2727         * gcov-io.c: Use GCC Runtime Library Exception.
2728
2729 2011-04-05  Eric Botcazou  <ebotcazou@adacore.com>
2730
2731         * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
2732
2733 2011-04-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2734
2735         * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
2736
2737 2011-04-01  Andrey Belevantsev  <abel@ispras.ru>
2738
2739         Backport from mainline
2740         2011-03-22  Andrey Belevantsev  <abel@ispras.ru>
2741
2742         PR rtl-optimization/48143
2743         * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
2744         (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
2745         sse2_cvtps2pd): Likewise.
2746
2747 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
2748
2749         PR target/48142
2750         * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
2751         frame-related from frame-unrelated adjustments to the stack pointer.
2752
2753 2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2754
2755         Backport from mainline
2756         2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2757
2758         PR target/48349
2759         * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
2760         FLOAT_SSE_REGS.
2761
2762 2011-03-29  Jakub Jelinek  <jakub@redhat.com>
2763
2764         PR debug/48253
2765         * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
2766         dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
2767         dw_fde_unlikely_section_end_label, cold_in_std_section,
2768         dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
2769         Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
2770         fields.
2771         (output_fde): Use dw_fde_second_{begin,end} if second is
2772         true, otherwise dw_fde_{begin,end}.
2773         (output_call_frame_info): Test dw_fde_second_begin != NULL
2774         instead of dw_fde_switched_sections.
2775         (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
2776         fields, initialize new fields.  Initialize in_std_section
2777         unconditionally from the first partition.
2778         (dwarf2out_end_epilogue): Don't override dw_fde_end when
2779         dw_fde_second_begin is non-NULL.
2780         (dwarf2out_switch_text_section): Stop initializing removed
2781         dw_fde_struct fields, initialize new fields, initialize
2782         also dw_fde_end here.  Set dw_fde_switch_cfi even when
2783         dwarf2out_do_cfi_asm ().  Call var_location_switch_text_section.
2784         (struct var_loc_list_def): Add last_before_switch field.
2785         (arange_table, arange_table_allocated, arange_table_in_use,
2786         ARANGE_TABLE_INCREMENT, add_arange): Removed.
2787         (size_of_aranges): Count !in_std_section and !second_in_std_section
2788         hunks in fdes, instead of looking at arange_table_in_use.
2789         (output_aranges): Add aranges_length argument, don't call
2790         size_of_aranges here.  Instead of using aranges_table*
2791         emit ranges for fdes when !in_std_section resp.
2792         !second_in_std_section.
2793         (dw_loc_list): Break ranges crossing section switch.
2794         (convert_cfa_to_fb_loc_list): Likewise.  If switched sections,
2795         use dw_fde_second_end instead of dw_fde_end as end of last
2796         range.
2797         (gen_subprogram_die): Don't call add_arange.  Use
2798         dw_fde_{begin,end} for first partition and if switched
2799         section dw_fde_second_{begin,end} for the second.
2800         (var_location_switch_text_section_1,
2801         var_location_switch_text_section): New functions.
2802         (dwarf2out_begin_function): Initialize cold_text_section even
2803         when function_section () isn't text_section.
2804         (prune_unused_types): Don't walk arange_table.
2805         (dwarf2out_finish): Don't needlessly test
2806         flag_reorder_blocks_and_partition when testing cold_text_section_used.
2807         If info_section_emitted, call size_of_aranges and if it indicates
2808         non-empty .debug_aranges, call output_aranges with the computed
2809         size.  Stop using removed dw_fde_struct fields, use
2810         dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
2811         for second.
2812
2813 2011-03-29  Uros Bizjak  <ubizjak@gmail.com>
2814
2815         * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
2816         (alpha_option_override): Don't set alpha_sr_alias_set.
2817         (emit_frame_store_1): Use gen_frame_mem rather than calling
2818         set_mem_alias_set.
2819         (alpha_expand_epilogue): Ditto.
2820         (unicosmk_gen_dsib): Ditto.
2821
2822 2011-03-29  Nick Clifton  <nickc@redhat.com>
2823
2824         * config/rx/rx.h (LABEL_ALIGN_AFTER_BARRIER): Define.
2825         (ASM_OUTPUT_MAX_SKIP): Define.
2826         * config/rx/predicates.md (rx_zs_comparison_operator): Do not
2827         allow LT aor GE comparisons.
2828         * config/rx/rx-protos.h (rx_align_for_label): Prototype.
2829         * config/rx/rx.md: Add peepholes and patterns to combine extending
2830         loads with simple arithmetic instructions.
2831         * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI modes
2832         to use pre-decrement and post-increment addressing.
2833         (rx_is_restricted_memory_address): For REG+INT addressing, ensure
2834         that the INT is a valid offset.
2835         (rx_print_operand): Handle %R.
2836         Fix %Q's handling of MEMs.
2837         (rx_option_override): Set alignments.
2838         (rx_align_for_label): New function.
2839         (rx_max_skip_for_label): New function.
2840         (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
2841         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
2842         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
2843         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
2844
2845 2011-03-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2846
2847         * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
2848         for invalid symbolic addresses.
2849         (s390_secondary_reload): Don't use s390_check_symref_alignment for
2850         larl operands.
2851
2852 2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>
2853
2854         PR target/47553
2855         * config/arm/predicates.md (neon_lane_number): Accept 0..15.
2856
2857 2011-03-28  Richard Guenther  <rguenther@suse.de>
2858
2859         Backport from mainline
2860         2011-03-24  Richard Guenther  <rguenther@suse.de>
2861
2862         PR middle-end/48269
2863         * tree-object-size.c (addr_object_size): Do not double-account
2864         for MEM_REF offsets.
2865
2866         2011-03-22  Richard Guenther  <rguenther@suse.de>
2867
2868         PR tree-optimization/48228
2869         * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
2870         for single-arg PHIs.
2871
2872         2011-03-17  Richard Guenther  <rguenther@suse.de>
2873
2874         PR middle-end/48134
2875         * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
2876         a value make sure to fold the statement.
2877
2878         2011-03-15  Richard Guenther  <rguenther@suse.de>
2879
2880         PR middle-end/48031
2881         * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
2882         or variable-indexed array accesses when in gimple form.
2883
2884 2011-03-27  Jonathan Wakely  <jwakely.gcc@gmail.com>
2885
2886         PR other/48179
2887         PR other/48221
2888         PR other/48234
2889         * doc/extend.texi (Alignment): Move section to match order in TOC.
2890         * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
2891         (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
2892
2893 2011-03-26  Uros Bizjak  <ubizjak@gmail.com>
2894
2895         Backport from mainline:
2896         2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
2897
2898         PR target/48237
2899         * config/i386/i386.md (*movdf_internal_rex64): Do not split
2900         alternatives that can be handled with movq or movabsq insn.
2901         (*movdf_internal): Disable for !TARGET_64BIT.
2902         (*movdf_internal_nointeger): Ditto.
2903         * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
2904
2905 2011-03-26  Jakub Jelinek  <jakub@redhat.com>
2906
2907         Backport from mainline
2908         2011-03-24  Jakub Jelinek  <jakub@redhat.com>
2909
2910         PR debug/48204
2911         * simplify-rtx.c (simplify_const_unary_operation): Call
2912         real_convert when changing mode class with FLOAT_EXTEND.
2913
2914         2011-03-20  Jakub Jelinek  <jakub@redhat.com>
2915
2916         PR c/42544
2917         PR c/48197
2918         * c-common.c (shorten_compare): If primopN is first sign-extended
2919         to opN and then zero-extended to result type, set primopN to opN.
2920
2921         PR rtl-optimization/48156
2922         * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
2923         assume df and df_lr are not NULL.
2924
2925         2011-03-17  Jakub Jelinek  <jakub@redhat.com>
2926
2927         PR rtl-optimization/48141
2928         * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
2929         * dse.c: Include params.h.
2930         (active_local_stores_len): New variable.
2931         (add_wild_read, dse_step1): Clear it when setting active_local_stores
2932         to NULL.
2933         (record_store, check_mem_read_rtx): Decrease it when removing
2934         from the chain.
2935         (scan_insn): Likewise.  Increase it when adding to chain, if it
2936         reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
2937         set active_local_stores to NULL before the addition.
2938         * Makefile.in (dse.o): Depend on $(PARAMS_H).
2939
2940         PR rtl-optimization/48141
2941         * dse.c (record_store): If no positions are needed in an insn
2942         that cannot be deleted, at least unchain it from active_local_stores.
2943
2944 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
2945
2946         * BASE-VER: Set to 4.6.1.
2947         * DEV-PHASE: Set to prerelease.
2948
2949 2011-03-25  Release Manager
2950
2951         * GCC 4.6.0 released.
2952
2953 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
2954
2955         * config/rs6000/t-freebsd: Remove duplication from file.
2956
2957 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2958
2959         PR bootstrap/48135
2960         * doc/install.texi (Prerequisites): Move jar etc. up.
2961         Explain support library version requirements.
2962
2963 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2964
2965         PR bootstrap/48135
2966         * doc/install.texi (Prerequisites): Move Perl to build
2967         requirements.  Always necessary on Solaris 2 with Sun ld.
2968
2969 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2970
2971         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
2972         binutils 2.21.
2973         (Specific, i?86-*-solaris2.[89]): Likewise.
2974         (Specific, i?86-*-solaris2.10): Likewise.
2975         (Specific, mips-sgi-irix6): Likewise.
2976         (Specific, *-*-solaris2*): Remove Sun Studio download URL.
2977         Update for binutils 2.21.
2978
2979 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
2980
2981         PR target/48213
2982         * config/s390/s390.c (s390_delegitimize_address): Don't call
2983         lowpart_subreg if orig_x has BLKmode.
2984
2985 2011-03-20  Joseph Myers  <joseph@codesourcery.com>
2986
2987         * c-decl.c (diagnose_mismatched_decls): Give an error for
2988         redefining a typedef with variably modified type.
2989
2990 2011-03-20  Joseph Myers  <joseph@codesourcery.com>
2991
2992         * c-decl.c (grokfield): Don't allow typedefs for structures or
2993         unions with no tag by default.
2994         * doc/extend.texi (Unnamed Fields): Update.
2995
2996 2011-03-18  Jakub Jelinek  <jakub@redhat.com>
2997
2998         PR debug/48176
2999         * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
3000         arange_table_in_use is 0, but either text_section_used or
3001         cold_text_section_used is true.  Don't call it if
3002         !info_section_emitted.
3003
3004 2011-03-18  Richard Guenther  <rguenther@suse.de>
3005
3006         * doc/install.texi (--enable-gold): Remove.
3007         (--with-plugin-ld): Document.
3008         * doc/invoke.texi (-fuse-linker-plugin): Clarify.
3009
3010 2011-03-18  H.J. Lu  <hongjiu.lu@intel.com>
3011
3012         Backport from mainline
3013         2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3014
3015         PR target/48171
3016         * config/i386/i386.opt: Add Save to -mavx and -mfma.
3017
3018 2011-03-18  Richard Henderson  <rth@redhat.com>
3019             Jakub Jelinek  <jakub@redhat.com>
3020
3021         PR bootstrap/48161
3022         * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
3023         instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
3024
3025 2011-03-17  Richard Guenther  <rguenther@suse.de>
3026
3027         PR middle-end/48165
3028         * tree-object-size.c (compute_object_offset): Properly return
3029         the offset operand of MEM_REFs as sizetype.
3030
3031 2011-03-16  Dodji Seketeli  <dodji@redhat.com>
3032
3033         PR debug/47510
3034         * dwarf2out.c (strip_naming_typedef): Factorize out of ...
3035         (lookup_type_die_strip_naming_typedef): ... here.
3036         (get_context_die): Use it.
3037         (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
3038         the anonymous struct named by the naming typedef.
3039
3040 2011-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3041
3042         PR target/46788
3043         * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
3044         in the output template.
3045
3046 2011-03-15  Alan Modra  <amodra@gmail.com>
3047
3048         PR target/48032
3049         * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
3050         presume symbol_refs without a symbol_ref_decl are suitably
3051         aligned, nor other trees we may see here.  Handle anchor symbols.
3052         (legitimate_constant_pool_address_p): Comment.  Add mode param.
3053         Check cmodel=medium addresses.  Adjust all calls.
3054         (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
3055         creating cmodel=medium optimized access to locals.
3056         * config/rs6000/constraints.md (R): Pass QImode to
3057         legitimate_constant_pool_address_p.
3058         * config/rs6000/predicates.md (input_operand): Pass mode to
3059         legitimate_constant_pool_address_p.
3060         * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
3061         Update prototype.
3062
3063 2011-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
3064
3065         PR target/48053
3066         * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
3067         64-bit constants being loaded into registers other than GPRs such
3068         as loading 0 into a VSX register.
3069
3070 2011-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3071
3072         * config/sol2.c (solaris_assemble_visibility): Remove obsolete
3073         URLs.
3074
3075 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
3076
3077         * doc/invoke.texi, doc/standards.texi: Refer to
3078         gcc-4.6/c99status.html.
3079
3080         * DEV-PHASE: Mark "prerelease".
3081
3082 2011-03-14  Richard Guenther  <rguenther@suse.de>
3083
3084         PR middle-end/48098
3085         * tree.c (build_vector_from_val): Adjust assert to requirements
3086         and reality.
3087
3088 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
3089
3090         PR bootstrap/48102
3091         * graphite-cloog-compat.h (build_cloog_prog): Remove STATE
3092         parameter.
3093
3094 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
3095
3096         * config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in
3097         terms of target_flags_explicit. Adjust copyright year.
3098
3099         * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
3100         * config/rs6000/t-freebsd: New file. Add override for
3101         LIB2FUNCS_EXTRA.
3102
3103 2011-03-13  Chris Demetriou  <cgd@google.com>
3104
3105         * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
3106         (-fno-diagnostics-show-option): this, to reflect current default.
3107         (-Werror=): Update text about -fno-diagnostics-show-option.
3108
3109 2011-03-12  Peter Bergner  <bergner@vnet.ibm.com>
3110
3111         PR target/48053
3112         * config/rs6000/predicates.md (easy_vector_constant_add_self,
3113         easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
3114         * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
3115         mode is not V2DImode or V2DFmode.
3116         (vspltis_constant): Do not handle V2DImode and V2DFmode.
3117         (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
3118         * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
3119         registers to 0.
3120         (movdi_internal64): Likewise.
3121
3122 2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>
3123
3124         PR tree-optimization/47127
3125         * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
3126         parameter.
3127         (set_cloog_options): Same.
3128         (scop_to_clast): Same.
3129         (print_clast_stmt): Do not call cloog_state_malloc and
3130         cloog_state_free.
3131         (print_generated_program): Same.
3132         (gloog): Same.
3133         * graphite-clast-to-gimple.h (cloog_state): Declared.
3134         (scop_to_clast): Adjust declaration.
3135         * graphite.c (cloog_state): Defined here.
3136         (graphite_initialize): Call cloog_state_malloc.
3137         (graphite_finalize): Call cloog_state_free.
3138
3139 2011-03-11  Jason Merrill  <jason@redhat.com>
3140
3141         * attribs.c (lookup_attribute_spec): Take const_tree.
3142         * tree.h: Adjust.
3143
3144 2011-03-11  Joseph Myers  <joseph@codesourcery.com>
3145
3146         * config/sparc/sparc.c (sparc_option_override): Use
3147         PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
3148
3149 2011-03-11  Richard Guenther  <rguenther@suse.de>
3150
3151         PR tree-optimization/48067
3152         * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
3153         multiplication result will be only used once on the target
3154         stmt.
3155
3156 2011-03-11  Richard Guenther  <rguenther@suse.de>
3157
3158         * doc/invoke.texi (max-inline-insns-single): Adjust default value.
3159
3160 2011-03-11  Richard Guenther  <rguenther@suse.de>
3161
3162         PR lto/48073
3163         * tree.c (find_decls_types_r): Do not walk types only reachable
3164         from IDENTIFIER_NODEs.
3165
3166 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
3167
3168         PR middle-end/48044
3169         * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
3170         all vnode->force_output nodes as needed.
3171
3172 2011-03-11  Jason Merrill  <jason@redhat.com>
3173
3174         PR c++/48069
3175         * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
3176         COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
3177
3178 2011-03-11  Martin Jambor  <mjambor@suse.cz>
3179
3180         * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
3181         cgraph_node.
3182
3183 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
3184
3185         PR tree-optimization/48063
3186         * ipa-inline.c (cgraph_decide_inlining): Don't try to
3187         inline functions called once if !tree_can_inline_p (node->callers).
3188
3189 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
3190
3191         * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
3192         extra_objs.
3193         * config/score/score3.c: Delete.
3194         * config/score/score3.h: Delete.
3195         * config/score/mul-div.S: Delete.
3196         * config/score/sfp-machine.h: Add new file.
3197         * config/score/constraints.md: Add new file.
3198         * config/score/t-score-softfp: Add new file.
3199         * config/score/t-score-elf: Remove score3.o, do not generate multilib.
3200         * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
3201         (score7_extra_constraint): Delete.
3202         (score7_option_override): Remove unused code.
3203         * config/score/score.c: Remove score3 and score5 define and code.
3204         * config/score/score.h: Remove score3 and score5 define and code.
3205         * config/score/score.md: Remove score3 template and unusual insn.
3206         * config/score/score.opt: Remove score3 and score5 options.
3207
3208 2011-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3209
3210         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
3211         when _HPUX_SOURCE is defined.
3212         (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
3213
3214 2011-03-10  Jason Merrill  <jason@redhat.com>
3215
3216         PR c++/48029
3217         * stor-layout.c (layout_type): Don't set structural equality
3218         on arrays of incomplete type.
3219         * tree.c (type_hash_eq): Handle comparing them properly.
3220
3221 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
3222
3223         PR debug/48043
3224         * config/s390/s390.c (s390_delegitimize_address): Make sure the
3225         result mode matches original rtl mode.
3226
3227 2011-03-10  Nick Clifton  <nickc@redhat.com>
3228
3229         * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
3230         (andsi3, andsi3_flags): Fix timings for three operand alternative.
3231
3232 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
3233
3234         PR rtl-optimization/47866
3235         * expr.c (store_field): If MEM_SCALAR_P (target), don't use
3236         MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
3237         if target wasn't scalar.
3238         * function.c (assign_stack_temp_for_type): Assert that neither
3239         MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
3240         MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
3241         macro.
3242         * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
3243
3244 2011-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3245
3246         * config/s390/s390-protos.h (s390_label_align): New prototype.
3247         * config/s390/s390.c (s390_label_align): New function.
3248         * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
3249
3250 2011-03-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
3251
3252         PR target/47755
3253         * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
3254         V2DI/V2DF constants.  Only all 0's or all 1's are easy.
3255         (output_vec_const_move): Ditto.
3256
3257 2011-03-08  Anatoly Sokolov  <aesok@post.ru>
3258
3259         * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
3260         * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
3261         * config/mips/mips.c (mips_preferred_reload_class): Make static.
3262         Change 'rclass' argument and result type to reg_class_t.
3263         (TARGET_PREFERRED_RELOAD_CLASS): Define.
3264
3265 2011-03-08  Georg-Johann Lay  <avr@gjlay.de>
3266
3267         * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3268         * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
3269         (TARGET_MEMORY_MOVE_COST): Define.
3270         (avr_register_move_cost, avr_memory_move_cost): New Functions.
3271
3272 2011-03-08  Jakub Jelinek  <jakub@redhat.com>
3273
3274         PR debug/47881
3275         * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
3276         removed anything.
3277
3278         PR tree-optimization/48022
3279         * fold-const.c (fold_comparison): Don't call fold_overflow_warning
3280         for EQ/NE_EXPR.
3281
3282 2011-03-07  Jakub Jelinek  <jakub@redhat.com>
3283
3284         PR debug/47991
3285         * var-tracking.c (find_use_val): Return NULL for
3286         cui->sets && cui->store_p BLKmode MEMs.
3287
3288 2011-03-07  Anatoly Sokolov  <aesok@post.ru>
3289
3290         * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
3291         Remove.
3292         * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
3293         xstormy16_print_operand_address): Remove.
3294         * config/stormy16/stormy16.c (xstormy16_print_operand,
3295         xstormy16_print_operand_address): Make static.
3296         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
3297
3298 2011-03-07  Pat Haugen  <pthaugen@us.ibm.com>
3299
3300         PR target/47862
3301         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
3302         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
3303         before definition.
3304
3305 2011-03-07  Zdenek Dvorak  <ook@ucw.cz>
3306
3307         PR bootstrap/48000
3308         * cfgloopmanip.c (fix_bb_placements): Return immediately
3309         if FROM is BASE_LOOP's header.
3310
3311 2011-03-07  Paul Wögerer  <paul_woegerer@mentor.com>
3312
3313         * gimplify.c (gimplify_function_tree): Fix building calls
3314         to __builtin_return_address.
3315
3316 2011-03-07  Alan Modra  <amodra@gmail.com>
3317
3318         * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
3319         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
3320         * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
3321         * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
3322         return_mode args.
3323         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
3324         (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
3325         (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
3326         (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
3327         * config/rs6000/rs6000.c
3328         (rs6000_elf_end_indicate_exec_stack): Rename to..
3329         (rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
3330         for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
3331         (rs6000_file_start): ..here.
3332         (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
3333         file scope variables.
3334         (call_ABI_of_interest): New function.
3335         (init_cumulative_args): Set above vars when function return value
3336         is a float, vector, or small struct.
3337         (rs6000_function_arg_advance_1): Likewise for function args.
3338         (rs6000_va_start): Set rs6000_passes_float if variable arg function
3339         references float args.
3340
3341 2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
3342
3343         * doc/cfg.texi: Remove "See" before @ref.
3344         * doc/invoke.texi: Likewise.
3345
3346 2011-03-05  Jason Merrill  <jason@redhat.com>
3347
3348         * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
3349
3350 2011-03-05  Anthony Green  <green@moxielogic.com>
3351
3352         * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
3353
3354 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
3355
3356         PR rtl-optimization/47899
3357         * cfgloopmanip.c (fix_bb_placements): Fix first argument
3358         to flow_loop_nested_p when moving the loop upward.
3359
3360 2011-03-05  Richard Earnshaw  <rearnsha@arm.com>
3361
3362         PR target/47719
3363         * arm.md (movhi_insn_arch4):  Accept any immediate constant.
3364
3365 2011-03-05  Jakub Jelinek  <jakub@redhat.com>
3366
3367         PR tree-optimization/47967
3368         * ipa-cp.c (build_const_val): Return NULL instead of creating
3369         VIEW_CONVERT_EXPR for mismatching sizes.
3370         (ipcp_create_replace_map): Return NULL if build_const_val failed.
3371         (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
3372         give up on versioning.
3373
3374 2011-03-05  Alan Modra  <amodra@gmail.com>
3375
3376         PR target/47986
3377         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
3378         full cmodel medium/large lo_sum + high addresses.
3379
3380 2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3381
3382         * config/s390/s390.c (s390_decompose_address): Reject non-literal
3383         pool references in UNSPEC_LTREL_OFFSET.
3384
3385 2011-03-04  Jan Hubicka  <jh@suse.cz>
3386
3387         PR lto/47497
3388         * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
3389         (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
3390         * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk): Add node pointers.
3391         * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
3392         cgraph_add_thunk): Add node pointers.
3393         * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
3394         associated to right node.
3395         (input_node): Update use of cgraph_same_body_alias
3396         and cgraph_add_thunk.
3397
3398 2011-03-04  Changpeng Fang  <changpeng.fang@amd.com>
3399
3400         * config/i386/i386.opt (mprefer-avx128): New flag.
3401         * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit mode
3402         when the flag -mprefer-avx128 is on.
3403
3404 2011-03-04  Richard Sandiford  <richard.sandiford@linaro.org>
3405
3406         * dwarf2out.c (compare_loc_operands): Fix address handling.
3407
3408 2011-03-04  Alan Modra  <amodra@gmail.com>
3409
3410         * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
3411
3412 2011-03-04  Richard Guenther  <rguenther@suse.de>
3413
3414         PR middle-end/47968
3415         * expmed.c (extract_bit_field_1): Prefer vector modes that
3416         vec_extract patterns can handle.
3417
3418 2011-03-04  Richard Guenther  <rguenther@suse.de>
3419
3420         PR middle-end/47975
3421         * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
3422
3423 2011-03-04  Richard Henderson  <rth@redhat.com>
3424
3425         * explow.c (emit_stack_save): Remove 'after' parameter.
3426         (emit_stack_restore): Likewise.
3427         * expr.h: Update to match.
3428         * builtins.c, calls.c, stmt.c: Likewise.
3429         * config/alpha/alpha.md, config/avr/avr.md: Likewise.
3430         * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
3431         * function.c (expand_function_end): Insert the emit_stack_save
3432         sequence before parm_birth_insn instead of after.
3433
3434 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
3435
3436         * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
3437         (ssse3_pmaddubsw128): Ditto.
3438         (ssse3_pmaddubsw): Ditto.
3439
3440 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
3441
3442         * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
3443
3444 2011-03-03  Jakub Jelinek  <jakub@redhat.com>
3445
3446         PR c/47963
3447         * gimplify.c (omp_add_variable): Only call omp_notice_variable
3448         on TYPE_SIZE_UNIT if it is a DECL.
3449
3450         PR debug/47283
3451         * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
3452         first operand is not is_gimple_mem_ref_addr, try to fold it.
3453         If the operand still isn't is_gimple_mem_ref_addr, clear
3454         MEM_EXPR on op0.
3455
3456 2011-03-03  Richard Guenther  <rguenther@suse.de>
3457
3458         PR middle-end/47283
3459         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
3460         match comment.
3461         (refs_may_alias_p_1): For release branches return true if
3462         we are confused by our input.
3463
3464 2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3465
3466         * config/s390/s390.c (s390_function_value): Rename to ...
3467         (s390_function_and_libcall_value): ... this.
3468         (s390_function_value): New function.
3469         (s390_libcall_value): New function.
3470         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
3471         * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
3472         target macro definitions.
3473         * config/s390/s390-protos.h (s390_function_value): Remove prototype.
3474
3475 2011-03-02  Joseph Myers  <joseph@codesourcery.com>
3476
3477         * config/i386/freebsd64.h (CC1_SPEC): Define.
3478         * config/i386/linux64.h (CC1_SPEC): Define.
3479         * config/i386/x86-64.h (CC1_SPEC): Don't define.
3480
3481 2011-03-02  Anatoly Sokolov  <aesok@post.ru>
3482
3483         * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
3484         Remove.
3485         * config/stormy16/stormy16.c: Include reload.h.
3486         (xstormy16_memory_move_cost): New function.
3487         (TARGET_MEMORY_MOVE_COST): Define.
3488
3489 2011-03-02  Richard Sandiford  <richard.sandiford@linaro.org>
3490
3491         PR rtl-optimization/47925
3492         * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
3493         with side effects.  Remove the more-specific check for volatile asms.
3494
3495 2011-03-02  Alan Modra  <amodra@gmail.com>
3496
3497         PR target/47935
3498         * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
3499         toc relative addresses for valid offsets.
3500
3501 2011-03-01  Richard Guenther  <rguenther@suse.de>
3502
3503         PR tree-optimization/47890
3504         * tree-vect-loop.c (get_initial_def_for_induction): Set
3505         related stmt properly.
3506
3507 2011-03-01  Richard Guenther  <rguenther@suse.de>
3508
3509         PR lto/47924
3510         * lto-streamer.c (lto_record_common_node): Also register
3511         the canonical type.
3512
3513 2011-03-01  Richard Guenther  <rguenther@suse.de>
3514
3515         PR lto/46911
3516         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
3517         Do not stream DECL_ABSTRACT_ORIGIN.
3518         (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
3519         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
3520         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
3521         Do not stream DECL_ABSTRACT_ORIGIN.
3522         (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
3523         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
3524
3525 2011-02-28  Anatoly Sokolov  <aesok@post.ru>
3526
3527         * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
3528         FUNCTION_VALUE_REGNO_P): Remove.
3529         * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
3530         * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
3531         Add 'outgoing' argument.
3532         (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
3533         function.
3534         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
3535         TARGET_FUNCTION_VALUE_REGNO_P): Define.
3536
3537 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
3538
3539         PR debug/28047
3540         * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
3541         (lookup_filename): Likewise.
3542         * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
3543
3544 2011-02-28  Bernd Schmidt  <bernds@codesourcery.com>
3545             Jakub Jelinek  <jakub@redhat.com>
3546
3547         PR middle-end/47893
3548         * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
3549         (assign_stack_local_1): Change last argument type to int.
3550         * function.c (assign_stack_local_1): Replace reduce_alignment_ok
3551         argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
3552         don't record padding space into frame_space_list nor use those areas.
3553         (assign_stack_local): Adjust caller.
3554         (assign_stack_temp_for_type): Call assign_stack_local_1 instead
3555         of assign_stack_local, pass 0 as last argument.
3556         * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
3557         callers.
3558
3559 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
3560
3561         PR debug/47283
3562         * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
3563         Use target address_mode and pointer_mode hooks instead of hardcoded
3564         Pmode and ptr_mode.  Handle some simple cases of extending if
3565         POINTERS_EXTEND_UNSIGNED < 0.
3566         (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
3567         Call convert_debug_memory_address.
3568         (expand_debug_expr) <case ADDR_EXPR>: Pass as to
3569         convert_debug_memory_address.
3570
3571         PR middle-end/46790
3572         * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
3573         * configure: Regenerated.
3574         * config.in: Regenerated.
3575         * varasm.c (default_function_section): Return NULL
3576         if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
3577
3578 2011-02-28  Martin Jambor  <mjambor@suse.cz>
3579
3580         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
3581         the description to match the printed values.
3582
3583 2011-02-28  Richard Guenther  <rguenther@suse.de>
3584
3585         * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
3586         of the copied scope tree.
3587
3588 2011-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3589
3590         * doc/extend.texi (Function Attributes): Avoid deeply (and
3591         wrongly) nested tables.
3592
3593 2011-02-27  Jakub Jelinek  <jakub@redhat.com>
3594
3595         PR middle-end/47903
3596         * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
3597         MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
3598         r isn't op0 nor op1.
3599
3600 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
3601
3602         * config/avr/avr.md: Remove magic comment for emacs.
3603
3604 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
3605
3606         PR target/45261
3607         * config/avr/avr.c (avr_option_override): Use error on bad options.
3608         (avr_help): New function.
3609         (TARGET_HELP): Define.
3610
3611 2011-02-22  Georg-Johann Lay  <avr@gjlay.de>
3612
3613         PR target/42240
3614         * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
3615         (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
3616
3617 2011-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
3618
3619         * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
3620         (ARM Options): Ditto.
3621         (i386 and x86-64 Options): Ditto.
3622         (RX Options): Ditto.
3623         (SPARC Options): Ditto.
3624
3625 2011-02-26  Tijl Coosemans  <tijl@coosemans.org>
3626
3627         * config.gcc (i386-*-freebsd*): Make i486 the default arch on
3628         FreeBSD 6 and later.  Generally use cpu generic.
3629
3630 2011-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
3631
3632         * doc/cpp.texi: Update copyright years.
3633
3634 2011-02-25  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3635
3636         PR target/46898
3637         * config/lm32/lm32.md (ashrsi3): Added needed variable.
3638
3639 2011-02-25  Jon Beniston  <jon@beniston.com>
3640
3641         PR target/46898
3642         * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
3643         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
3644         * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
3645         (lm32_block_move_inline): Add type cast to remove warning.
3646         (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
3647         (gen_int_relational): Move declarations to start of function.
3648
3649 2011-02-25  Eric Botcazou  <ebotcazou@adacore.com>
3650
3651         PR tree-optimization/45470
3652         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
3653         can throw internally only.
3654         * tree-vect-stmts.c (vectorizable_call): Likewise.
3655
3656 2011-02-24  Anatoly Sokolov  <aesok@post.ru>
3657
3658         * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
3659         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
3660         * config/stormy16/stormy16-protos.h
3661         (xstormy16_preferred_reload_class): Remove.
3662         * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
3663         static. Change 'rclass' argument and return type to reg_class_t.
3664         (TARGET_PREFERRED_RELOAD_CLASS,
3665         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
3666
3667 2011-02-24  Richard Guenther  <rguenther@suse.de>
3668
3669         * lto-streamer-in.c (input_bb): Do not find referenced vars
3670         in debug statements.
3671
3672 2011-02-23  Jason Merrill  <jason@redhat.com>
3673
3674         * common.opt (fabi-version): Document v5 and v6.
3675
3676 2011-02-23  Richard Guenther  <rguenther@suse.de>
3677
3678         PR tree-optimization/47849
3679         * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
3680
3681 2011-02-23  Jie Zhang  <jie@codesourcery.com>
3682
3683         * opts-common.c (decode_cmdline_option): Print empty string
3684         argument as "" in decoded->orig_option_with_args_text.
3685         * gcc.c (execute): Print empty string argument as ""
3686         in the verbose output.
3687         (do_spec_1): Keep empty string argument.
3688
3689 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
3690
3691         * config.gcc: Declare score-* and crx-* obsolete.
3692
3693 2011-02-23  Jie Zhang  <jie@codesourcery.com>
3694
3695         PR rtl-optimization/47763
3696         * web.c (web_main): Ignore naked clobber when replacing register.
3697
3698 2011-02-22  Anatoly Sokolov  <aesok@post.ru>
3699
3700         * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
3701         Remove.
3702
3703 2011-02-22  Sebastian Pop  <sebastian.pop@amd.com>
3704
3705         PR doc/47848
3706         * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
3707
3708 2011-02-22  Mike Stump  <mikestump@comcast.net>
3709
3710         * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
3711         assembler.
3712         * configure: Regenerate.
3713
3714 2011-02-21  Chung-Lin Tang  <cltang@codesourcery.com>
3715
3716         PR rtl-optimization/46002
3717         * ira-color.c (update_copy_costs): Change class intersection
3718         test to reg_class_contents[] test of 'hard_regno'.
3719
3720 2011-02-21  Joseph Myers  <joseph@codesourcery.com>
3721
3722         * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
3723         than Driver option.
3724         * config/hpux11.opt (mt): Likewise.
3725         * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
3726         * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
3727         * config/vax/elf.opt (mno-asm-pic): Likewise.
3728         * config/vms/vms.opt (map, mvms-return-codes): Likewise.
3729
3730 2011-02-21  Mike Stump  <mikestump@comcast.net>
3731
3732         PR target/47822
3733         * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
3734         tree so we can get save the type.
3735         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
3736         for CFString instead of trying to use past the end of the builtins.
3737         * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
3738         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
3739         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
3740         * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
3741         Rename to darwin_builtin_cfstring.
3742         (darwin_init_cfstring_builtins): Return the built type.
3743
3744 2011-02-21  Uros Bizjak  <ubizjak@gmail.com>
3745
3746         PR target/47840
3747         * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
3748         (_mm256_insert_epi64): Use _mm_insert_epi64.
3749
3750 2011-02-21  Anatoly Sokolov  <aesok@post.ru>
3751
3752         * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
3753         * config/stormy16/stormy16-protos.h
3754         (xstormy16_mode_dependent_address_p): Remove.
3755         * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
3756         Make static. Change return type to bool. Change argument type to
3757         const_rtx. Remove dead code.
3758         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
3759
3760 2011-02-21  Richard Guenther  <rguenther@suse.de>
3761
3762         PR lto/47820
3763         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
3764         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
3765         (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
3766         TUs context.
3767         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
3768         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
3769
3770 2011-02-20  Richard Guenther  <rguenther@suse.de>
3771
3772         PR lto/47822
3773         * tree.c (free_lang_data_in_decl): Clean builtins from
3774         the TU decl BLOCK_VARS.
3775
3776 2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
3777
3778         PR debug/47620
3779         PR debug/47630
3780         * haifa-sched.c (fix_tick_ready): Skip tick computation
3781         for debug insns.
3782
3783 2011-02-19  Richard Guenther  <rguenther@suse.de>
3784
3785         PR lto/47647
3786         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
3787         Remove lazy BLOCK_VARS streaming.
3788         (lto_input_ts_block_tree_pointers): Likewise.
3789         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
3790
3791 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
3792
3793         * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
3794
3795 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
3796
3797         * config/i386/biarch32.h, config/i386/mach.h,
3798         config/rs6000/aix.opt, config/sh/superh64.h: Remove.
3799
3800 2011-02-19  Jakub Jelinek  <jakub@redhat.com>
3801
3802         PR target/47800
3803         * config/i386/i386.md (peephole2 for shift and plus): Use
3804         operands[1] original mode in the first insn.
3805
3806 2011-02-18  Mike Stump  <mikestump@comcast.net>
3807
3808         * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
3809
3810 2011-02-18  Jan Hubicka  <jh@suse.cz>
3811
3812         PR middle-end/47788
3813         * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
3814         to zero when the function is not inlinable at all.
3815
3816 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3817
3818         * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
3819         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
3820         pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
3821         * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
3822         * config/pa/t-pa64: Likewise.
3823         * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
3824
3825 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
3826
3827         PR driver/47787
3828         * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
3829
3830 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3831
3832         PR target/47792
3833         * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
3834
3835 2011-02-18  Anatoly Sokolov  <aesok@post.ru>
3836
3837         * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
3838         RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
3839         LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
3840         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
3841         * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
3842         (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
3843         m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
3844         m32r_load_postinc_p, m32r_store_preinc_predec_p,
3845         m32r_legitimate_address_p): New functions.
3846         * config/m32r/constraints.md (constraint "S"): Don't use
3847         STORE_PREINC_PREDEC_P.
3848         (constraint "U"): Don't use LOAD_POSTINC_P.
3849
3850 2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>
3851
3852         PR rtl-optimization/46178
3853         * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
3854         compute ira_hard_regno_cover_class[].
3855
3856 2011-02-18  Richard Guenther  <rguenther@suse.de>
3857
3858         PR lto/47798
3859         * lto-streamer.h (lto_global_var_decls): Declare.
3860         * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
3861         statics for global var processing.
3862
3863 2011-02-18  Richard Guenther  <rguenther@suse.de>
3864
3865         PR tree-optimization/47737
3866         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
3867         edge dominance check.
3868
3869 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
3870
3871         PR debug/47780
3872         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
3873         avoid invalid rtx sharing.
3874
3875 2011-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
3876
3877         * doc/cpp.texi (Obsolete Features): Add background on the
3878         origin of assertions.
3879
3880 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
3881
3882         * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
3883         objc_abi == 2.
3884         * config/darwin.c (output_objc_section_asm_op): Added support for
3885         ABI v1 and v2.
3886         (is_objc_metadata): New.
3887         (darwin_objc2_section): New.
3888         (darwin_objc1_section): New.
3889         (machopic_select_section): Added support for ABI v1 and v2.
3890         (darwin_emit_objc_zeroed): New.
3891         (darwin_output_aligned_bss): Detect objc metadata and treat it
3892         appropriately.
3893         (darwin_asm_output_aligned_decl_common): Same.
3894         (darwin_asm_output_aligned_decl_local): Same.
3895         * config/darwin-sections.def: Updated for ABI v1 and v2.
3896         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
3897         compiling Objective-C code for the NeXT runtime, default to using
3898         ABI version 0 for 32-bit, and version 2 for 64-bit.
3899
3900 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
3901
3902         * common.opt (optimize_fast): New Variable.
3903         * opts.c (default_options_optimization): Use opts->x_optimize_fast
3904         instead of local variable ofast.
3905
3906 2011-02-17  Nicola Pero  <nicola.pero@meta-innovation.com>
3907
3908         * doc/invoke.texi (fobjc-abi-version): Documented.
3909         (fobjc-nilcheck): Documented.
3910         (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
3911         version.
3912
3913 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
3914
3915         PR driver/47390
3916         * common.opt (export-dynamic): New Driver option.
3917         * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
3918
3919 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
3920
3921         * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
3922
3923 2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
3924             Jan Hubicka  <jh@suse.cz>
3925
3926         PR debug/47106
3927         PR debug/47402
3928         * cfgexpand.c (account_used_vars_for_block): Remove.
3929         (estimated_stack_frame_size): Use referenced vars.
3930         * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
3931         that were referenced in the original function.  Test src_fn
3932         rather than cfun.  Drop redundant get_var_ann.
3933         (setup_one_parameter): Drop redundant get_var_ann.
3934         (declare_return_variable): Likewise.
3935         (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
3936         (copy_arguments_for_versioning): Drop redundant get_var_ann.
3937         * ipa-inline.c (compute_inline_parameters): Do not compute
3938         disregard_inline_limits here.
3939         (compute_inlinable_for_current, pass_inlinable): New.
3940         (pass_inline_parameters): Require PROP_referenced_vars.
3941         * cgraphunit.c (cgraph_process_new_functions): Don't run
3942         compute_inline_parameters explicitly unless function is in SSA form.
3943         (cgraph_analyze_function): Set .disregard_inline_limits.
3944         * tree-sra.c (convert_callers): Compute inliner parameters
3945         only for functions already in SSA form.
3946
3947 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
3948
3949         * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
3950         -mlittle-endian-data.
3951
3952 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
3953
3954         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
3955         -mno-fpu, not -fpu and -no-fpu.
3956         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
3957         * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
3958
3959 2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
3960
3961         PR target/43653
3962         * config/i386/i386.c (ix86_secondary_reload): Handle SSE
3963         input reload with PLUS RTX.
3964
3965 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
3966
3967         * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
3968         of InverseVar(MDMX).
3969
3970 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
3971
3972         * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
3973         --m4-340.
3974
3975 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
3976
3977         * config/mn10300/mn10300.opt (mno-crt0): New.
3978
3979 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
3980
3981         * config/m68k/uclinux.opt (static-libc): New Driver option.
3982
3983 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
3984
3985         * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
3986
3987 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
3988
3989         * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
3990         %{muser-extend-enabled}.
3991
3992 2011-02-16  Richard Guenther  <rguenther@suse.de>
3993
3994         PR tree-optimization/47738
3995         * tree-ssa-loop.c (run_tree_predictive_commoning): Return
3996         the TODO from tree_predictive_commoning.
3997
3998 2011-02-15  Jeff Law  <law@redhat.com>
3999
4000         Revert
4001         2011-01-25  Jeff Law  <law@redhat.com>
4002
4003         PR rtl-optimization/37273
4004         * ira-costs.c (scan_one_insn): Detect constants living in memory and
4005         handle them like argument loads from stack slots.  Do not double
4006         count memory for memory constants and argument loads from stack slots.
4007
4008 2011-02-15  H.J. Lu  <hongjiu.lu@intel.com>
4009
4010         PR middle-end/47725
4011         * combine.c (cant_combine_insn_p): Revert the last change.
4012
4013 2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
4014
4015         PR target/47755
4016         * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
4017         mode for vector constants.  Remove code that checks for TImode.
4018
4019 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
4020
4021         PR debug/47106
4022         PR debug/47402
4023         * cgraph.h (compute_inline_parameters): Return void.
4024         * ipa-inline.c (compute_inline_parameters): Adjust.
4025
4026 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
4027
4028         PR debug/47106
4029         PR debug/47402
4030         * tree-inline.h (estimated_stack_frame_size): Take cgraph node
4031         rather than decl.
4032         * cfgexpand.c (estimated_stack_frame_size): Likewise.
4033         * ipa-inline.c (compute_inline_parameters): Adjust.
4034
4035 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
4036
4037         PR debug/47106
4038         PR debug/47402
4039         * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
4040         Adjust all users.  Pass FN to...
4041         * tree-flow-inline.h (first_referenced_var): ... this.  Add
4042         fn argument.
4043         * ipa-struct-reorg.c: Adjust.
4044         * tree-dfa.c: Adjust.
4045         * tree-into-ssa.c: Adjust.
4046         * tree-sra.c: Adjust.
4047         * tree-ssa-alias.c: Adjust.
4048         * tree-ssa-live.c: Adjust.
4049         * tree-ssa.c: Adjust.
4050         * tree-ssanames.c: Adjust.
4051         * tree-tailcall.c: Adjust.
4052
4053 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
4054
4055         PR debug/47106
4056         PR debug/47402
4057         * tree-flow.h (referenced_var_lookup): Add fn parameter.
4058         Adjust all callers.
4059         * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
4060         * tree-flow-inline.h: Adjust.
4061         * gimple-pretty-print.c: Adjust.
4062         * tree-into-ssa.c: Adjust.
4063         * tree-ssa.c: Adjust.
4064         * cfgexpand.c: Adjust.
4065
4066 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
4067
4068         * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
4069         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
4070         (EXTRA_CONSTRAINT): Delete.
4071         * config/iq2000/constraints.md: New file.
4072         * config/iq2000/iq2000.md: Include it.
4073         (define_insn ""): Delete.
4074         (movsi_internal2, movhi_internal2, movqi_internal2): Delete
4075         unsupported constraint letters from patterns.
4076         (call_value, call_value_internal1): Likewise.
4077         (call_value_multiple_internal1): Likewise.
4078
4079 2011-02-15  Nick Clifton  <nickc@redhat.com>
4080
4081         * config/mn10300/mn10300.c: Include tm-constrs.h.
4082         (struct liw_data): New data structure describing an LIW candidate
4083         instruction.
4084         (extract_bundle): Use struct liw_data.  Allow small integer
4085         operands for some instructions.
4086         (check_liw_constraints): Use struct liw_data.  Remove swapped
4087         parameter.  Add comments describing the checks.  Fix bug when
4088         assigning the source of liw1 to the source of liw2.
4089         (liw_candidate): Delete.  Code moved into extract_bundle.
4090         (mn10300_bundle_liw): Use struct liw_data.  Check constraints
4091         before swapping.
4092         * config/mn10300/predicates.md (liw_operand): New predicate.
4093         Allows registers and small integer constants.
4094         * config/mn10300/constraints.md (O): New constraint.  Accetps
4095         integers in the range -8 to +7 inclusive.
4096         * config/mn10300/mn10300.md (movesi_internal): Add an alternative
4097         for moving a small integer into a register.  Give this alternative
4098         LIW attributes.
4099         (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
4100         (ashlsi3): Likewise, plus give LIW attributes to the alternatives
4101         using the J,K,L and M constraints,
4102         (liw): Remove SI mode on second operands to allow for HI and QI
4103         mode values.
4104         (cmp_liw, liw_cmp): Likewise.  Plus fix order of operands in the
4105         instruction.
4106
4107 2011-02-15  H.J. Lu  <hongjiu.lu@intel.com>
4108
4109         PR middle-end/47725
4110         * combine.c (cant_combine_insn_p): Check zero/sign extended
4111         hard registers.
4112
4113 2011-02-15  Richard Guenther  <rguenther@suse.de>
4114
4115         PR tree-optimization/47743
4116         * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
4117         for a non-type-compatible VN lookup bail out.
4118
4119 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
4120
4121         * config/fr30/constraints.md: New file.
4122         * config/fr30/fr30.md: Include it.
4123         * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
4124         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
4125         (EXTRA_CONSTRAINT): Delete.
4126
4127 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
4128
4129         * config/frv/constraints.md: New file.
4130         * config/frv/predicates.md: Include it.
4131         * config/frv/frv.c (reg_class_from_letter): Delete.
4132         (frv_option_override): Don't initialize it.
4133         * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
4134         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
4135         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
4136         (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
4137         (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
4138         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
4139         (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
4140         (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
4141         (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
4142         (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
4143         (REG_CLASS_FROM_CONSTRAINT): Delete.
4144
4145 2011-02-15  Jakub Jelinek  <jakub@redhat.com>
4146
4147         PR middle-end/47581
4148         * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
4149         if frame size is 0 in a leaf function.
4150
4151 2011-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4152
4153         PR pch/14940
4154         * config/alpha/host-osf.c: New file.
4155         * config/alpha/x-osf: New file.
4156         * config.host (alpha*-dec-osf*): Use it.
4157
4158 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
4159
4160         * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
4161         * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
4162         * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
4163         (rx_mode_dependent_address_p): ...this. Make static. Change argument
4164         type to const_rtx.
4165         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
4166
4167 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
4168
4169         * config/stormy16/constraints.md: New file.
4170         * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
4171         Use satisfies_constraint_Q and satisfies_constraint_R.
4172         * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
4173         Delete.
4174         (xstormy16_legitiamte_address_p): Declare.
4175         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
4176         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
4177         (EXTRA_CONSTRAINT): Delete.
4178         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
4179         Un-staticize.
4180         (xstormy16_extra_constraint_p): Delete.
4181
4182 2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
4183
4184         PR tree-optimization/46494
4185         * loop-unroll.c (split_edge_and_insert): Adjust comment.
4186         * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
4187         (pass_rtl_loop_done): Add TODO_verify_flow.
4188         * fwprop.c (pass_rtl_fwprop): Likewise.
4189         * modulo-sched.c (pass_sms): Likewise.
4190         * tree-ssa-dom.c (pass_dominator): Likewise.
4191         * tree-ssa-loop-ch.c (pass_ch): Likewise.
4192         * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
4193         (pass_tree_loop_done): Likewise.
4194         * tree-ssa-pre.c (execute_pre): Likewise.
4195         * tree-ssa-reassoc.c (pass_reassoc): Likewise.
4196         * tree-ssa-sink.c (pass_sink_code): Likewise.
4197         * tree-vrp.c (pass_vrp): Likewise.
4198
4199 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
4200
4201         * config/v850/constraints.md: New file.
4202         * config/v850/v850.md: Include it.
4203         * config/v850/predicates.md (reg_or_0_operand): Use
4204         satisfies_constraint_G.
4205         (special_symbolref_operand): Use satisfies_constraint_K.
4206         * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
4207         (GO_IF_LEGITIMATE_ADDRESS): Likewise.
4208         (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
4209         (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
4210         (EXTRA_CONSTRAINT): Delete.
4211         (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
4212         (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
4213         (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
4214
4215 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
4216
4217         PR target/47696
4218         * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
4219         description.
4220
4221 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
4222
4223         * config/mcore/constraints.md: New file.
4224         * config/mcore/mcore.md: Include it.
4225         * config/mcore/mcore.c (reg_class_from_letter): Delete.
4226         * config/mcore/mcore.h (reg_class_from_letter): Delete.
4227         (REG_CLASS_FROM_LETTER): Delete.
4228         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
4229         insn_const_int_ok_for_constraint.
4230         (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
4231         (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
4232         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
4233         (EXTRA_CONSTRAINT): Delete.
4234
4235 2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4236
4237         PR ada/41929
4238         * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
4239         (IS_SIGHANDLER): Define.
4240         (sparc64_is_sighandler): New function, split off from
4241         sparc64_fallback_frame_state.
4242         (sparc_is_sighandler): New function, split off from
4243         sparc_fallback_frame_state.
4244         (sparc64_fallback_frame_state): Merge with ...
4245         (sparc_fallback_frame_state): ... this into ...
4246         (MD_FALLBACK_FRAME_STATE_FOR): ... this.
4247         Change new_cfa to long.  Remove regs_off, fpu_save_off, fpu_save.
4248         Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
4249         stack instead of hardcoded offsets.
4250
4251 2011-02-14  Andriy Gapon  <avg@freebsd.org>
4252
4253         PR target/45808
4254         * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
4255
4256 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4257
4258         * configure: Regenerate.
4259
4260 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
4261
4262         PR driver/45731
4263         * gcc.c (asm_options): Correct spec matching --target-help.
4264
4265 2011-02-12  Martin Jambor  <mjambor@suse.cz>
4266
4267         * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
4268         to gimple call error.
4269
4270 2011-02-12  Mike Stump  <mikestump@comcast.net>
4271
4272         * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
4273         comments in backslash regions.
4274
4275 2011-02-12  Mike Stump  <mikestump@comcast.net>
4276             Jakub Jelinek  <jakub@redhat.com>
4277             Iain Sandoe  <iains@gcc.gnu.org>
4278
4279         PR target/47324
4280         * dwarf2out.c (output_cfa_loc): When required, apply the
4281         DWARF2_FRAME_REG_OUT macro to adjust register numbers.
4282         (output_loc_sequence): Likewise.
4283         (output_loc_operands_raw): Likewise.
4284         (output_loc_sequence_raw): Likewise.
4285         (output_cfa_loc): Likewise.
4286         (output_loc_list): Suppress register number adjustment when
4287         calling output_loc_sequence()
4288         (output_die): Likewise.
4289
4290 2011-02-12  Anatoly Sokolov  <aesok@post.ru>
4291
4292         * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
4293         Remove macros.
4294         * config/xtensa/xtensa.c (xtensa_register_move_cost,
4295         xtensa_memory_move_cost): New functions.
4296         (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
4297
4298 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
4299
4300         PR lto/47225
4301         * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
4302         in the current directory.
4303         * configure: Rebuilt.
4304
4305 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
4306
4307         * config/darwin.c (darwin_override_options): Add a hunk missed
4308         from the commit of r168571.  Trim comment line lengths and
4309         correct indents of the preceding block.
4310
4311 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
4312
4313         * gcc.c (driver_handle_option): Concatenate the argument to -F with
4314         the switch.
4315
4316 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
4317
4318         * common.opt (nostartfiles): New Driver option.
4319
4320 2011-02-11  Xinliang David Li  <davidxl@google.com>
4321
4322         PR tree-optimization/47707
4323         * tree-chrec.c (convert_affine_scev): Keep type precision.
4324
4325 2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
4326
4327         PR tree-optimization/47420
4328         * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
4329
4330 2011-02-11  Pat Haugen  <pthaugen@us.ibm.com>
4331
4332         PR rtl-optimization/47614
4333         * rtl.h (check_for_inc_dec): Declare.
4334         * dse.c (check_for_inc_dec): Externalize...
4335         * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
4336         (reload_cse_simplify_operands): Don't simplify opnds with side effects.
4337
4338 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
4339
4340         PR driver/47678
4341         * gcc.c (main): Do not compile inputs if there were errors in
4342         option handling.
4343         * opts-common.c (read_cmdline_option): Check for wrong language
4344         after other error checks.
4345
4346 2011-02-11  Nathan Froyd  <froydnj@codesourcery.com>
4347
4348         * cgraph.c: Fix comment typos.
4349         * cgraph.h: Likewise.
4350         * cgraphunit.c: Likewise.
4351         * ipa-cp.c: Likewise.
4352         * ipa-inline.c: Likewise.
4353         * ipa-prop.c: Likewise.
4354         * ipa-pure-const.c: Likewise.
4355         * ipa-ref.c: Likewise.
4356         * ipa-reference.c: Likewise.
4357
4358 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
4359
4360         PR debug/47684
4361         * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
4362
4363 2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4364
4365         PR testsuite/47400
4366         * doc/sourcebuild.texi (Require Support): Document
4367         dg-require-ascii-locale.
4368
4369 2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>
4370
4371         * doc/lto.texi (Write summary): Fix missing parentheses.
4372
4373 2011-02-10  DJ Delorie  <dj@redhat.com>
4374
4375         * config/m32c/m32c.c (m32c_option_override): Disable
4376         -fcombine-stack-adjustments until flag value tracking and compare
4377         optimization can be rewritten.
4378
4379 2011-02-10  Peter Bergner  <bergner@vnet.ibm.com>
4380
4381         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
4382         PROCESSOR_POWER7.
4383         (PROCESSOR_DEFAULT64): Likewise.
4384
4385 2011-02-10  Richard Henderson  <rth@redhat.com>
4386
4387         * config/rx/predicates.md (rx_zs_comparison_operator): Revert
4388         change from 2011-02-03.
4389         * config/rx/rx.c (flags_from_code): Likewise.
4390         (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
4391         is valid, n/pz otherwise.
4392         (rx_select_cc_mode): Return CCmode if Y is not zero.
4393
4394 2011-02-10  Richard Guenther  <rguenther@suse.de>
4395
4396         * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
4397
4398 2011-02-10  Richard Guenther  <rguenther@suse.de>
4399
4400         PR tree-optimization/47677
4401         * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
4402
4403 2011-02-10  Jakub Jelinek  <jakub@redhat.com>
4404
4405         PR target/47665
4406         * combine.c (make_compound_operation): Only change shifts into
4407         multiplication for SCALAR_INT_MODE_P.
4408
4409 2011-02-10  Jie Zhang  <jie@codesourcery.com>
4410
4411         PR testsuite/47622
4412         Revert
4413         2011-02-05  Jie Zhang  <jie@codesourcery.com>
4414         PR debug/42631
4415         * web.c (entry_register): Don't clobber the number of the
4416         first uninitialized reference in used[].
4417
4418 2011-02-09  Richard Guenther  <rguenther@suse.de>
4419
4420         PR tree-optimization/47664
4421         * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
4422         all edges again.
4423
4424 2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
4425
4426         PR target/46481
4427         PR target/47032
4428         * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
4429         PROCESSOR_POWER7.
4430         (PROCESSOR_DEFAULT64): Same.
4431         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
4432
4433 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4434
4435         * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
4436
4437 2011-02-09  Martin Jambor  <mjambor@suse.cz>
4438
4439         PR middle-end/45505
4440         * tree-sra.c (struct access): New flags grp_scalar_read and
4441         grp_scalar_write.  Changed description of assignment read and write
4442         flags.
4443         (dump_access): Dump new flags, reorder all of them.
4444         (sort_and_splice_var_accesses): Set the new flag accordingly, use them
4445         to detect multiple scalar reads.
4446         (analyze_access_subtree): Use the new scalar read write flags instead
4447         of the old flags.  Adjusted comments.
4448
4449 2011-02-08  DJ Delorie  <dj@redhat.com>
4450
4451         PR target/47548
4452         * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
4453         patterns.
4454
4455 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4456
4457         * config/m68k/uclinux.opt: New.
4458         * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
4459
4460 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4461
4462         * config/cris/elf.opt (sim): New Driver option.
4463
4464 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4465
4466         * config/xtensa/elf.opt: New.
4467         * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
4468
4469 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4470
4471         * config/vax/elf.opt: New.
4472         * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
4473
4474 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4475
4476         * config/rs6000/aix64.opt (posix, pthread): New Driver options.
4477
4478 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4479
4480         * config/gnu-user.opt: New.
4481         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
4482         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
4483         *-*-uclinux*): Use gnu-user.opt.
4484
4485 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
4486
4487         * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
4488         * config/i386/gnu.h (CPP_SPEC): Likewise.
4489
4490 2011-02-08  Ian Lance Taylor  <iant@google.com>
4491
4492         * common.opt (fcx-limited-range): Add SetByCombined flag.
4493         (ffinite-math-only, fmath-errno, frounding-math): Likewise.
4494         (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
4495         (fassociative-math, freciprocal-math): Likewise.
4496         (funsafe-math-optimizations): Likewise.
4497         * opth-gen.awk: Handle SetByCombined.
4498         * optc-gen.awk: Likewise.
4499         * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
4500         (set_unsafe_math_optimizations_flags): Likewise.
4501         * doc/options.texi (Option properties): Document SetByCombined.
4502
4503 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
4504
4505         * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
4506         i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
4507         m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
4508         m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
4509         sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
4510
4511 2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
4512
4513         PR tree-optimization/46834
4514         PR tree-optimization/46994
4515         PR tree-optimization/46995
4516         * graphite-sese-to-poly.c (used_outside_reduction): New.
4517         (detect_commutative_reduction): Call used_outside_reduction.
4518         (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
4519         translate_scalar_reduction_to_array only when at least one
4520         loop-phi/close-phi tuple has been detected.
4521
4522 2011-02-08  Richard Guenther  <rguenther@suse.de>
4523
4524         PR middle-end/47639
4525         * tree-vect-generic.c (expand_vector_operations_1): Update
4526         stmts here ...
4527         (expand_vector_operations): ... not here.  Cleanup EH info
4528         and the CFG if required.
4529
4530 2011-02-08  Richard Guenther  <rguenther@suse.de>
4531
4532         PR tree-optimization/47641
4533         * tree-ssa.c (execute_update_addresses_taken): For asm outputs
4534         require type compatibility.
4535
4536 2011-02-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4537
4538         * gimple-low.c (lower_function_body): Don't remove the location of
4539         the return statement here.
4540         (lower_gimple_return): Do it here instead but only if the return
4541         statement is actually used twice.
4542
4543 2011-02-08  Richard Guenther  <rguenther@suse.de>
4544
4545         PR tree-optimization/47632
4546         * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
4547         unused up_to_stmt parameter, return whether cfg-cleanup is
4548         necessary, remove EH info properly.
4549         (forward_propagate_into_gimple_cond): Adjust caller.
4550         (forward_propagate_into_cond): Likewise.
4551         (forward_propagate_comparison): Likewise.
4552         (tree_ssa_forward_propagate_single_use_vars): Make
4553         forward_propagate_comparison case similar to the two others.
4554
4555 2011-02-08  Nick Clifton  <nickc@redhat.com>
4556
4557         * config/mn10300/mn10300.opt (mliw): New command line option.
4558         * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
4559         (liw_bundling): New automaton.
4560         (liw): New attribute.
4561         (liw_op): New attribute.
4562         (liw_op1, liw_op2, liw_both, liw_either): New reservations.
4563         (movsi_internal): Add LIW attributes.
4564         (andsi3): Likewise.
4565         (iorsi3): Likewise.
4566         (xorsi3): Likewise.
4567         (addsi3): Separate register and immediate alternatives.
4568         Add LIW attributes.
4569         (subsi3): Likewise.
4570         (cmpsi): Likewise.
4571         (aslsi3): Likewise.
4572         (lshrsi3): Likewise.
4573         (ashrsi3): Likewise.
4574         (liw): New pattern.
4575         * config/mn10300/mn10300.c (liw_op_names): New
4576         (mn10300_print_operand): Handle 'W' operand descriptor.
4577         (extract_bundle): New function.
4578         (check_liw_constraints): New function.
4579         (liw_candidate): New function.
4580         (mn10300_bundle_liw): New function.
4581         (mn10300_reorg): New function.
4582         (TARGET_MACHINE_DEPENDENT_REORG): Define.
4583         (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
4584         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
4585         __LIW__ or __NO_LIW__.
4586         * doc/invoke.texi: Describe the -mliw command line option.
4587
4588 2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4589
4590         * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
4591         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
4592         pthread_mutex_unlock): Remove.
4593         * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
4594         * config/pa/t-pa64: Likewise.
4595         * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
4596         shared libc if not linking against libpthread.
4597         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
4598
4599 2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
4600
4601         PR target/47558
4602         * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
4603         on 10.6 and later to ensure that we always use the unwinder from
4604         the system.  Only add -no_compact_unwind when tarteting darwin
4605         10.6 or later.
4606
4607 2011-02-07  Steve Ellcey  <sje@cup.hp.com>
4608
4609         PR target/46997
4610         * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
4611         (vec_interleave_lowv2sf): Ditto.
4612         (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
4613         (vec_extract_oddv2sf): Ditto.
4614
4615 2011-02-07  Mike Stump  <mikestump@comcast.net>
4616
4617         PR target/42333
4618         Add __ieee_divdc3 entry point.
4619         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
4620         entry point.
4621         (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
4622         * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
4623         * config/darwin.c (darwin_rename_builtins): Add.
4624         * config/darwin-protos.h (darwin_rename_builtins): Add.
4625
4626 2011-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
4627
4628         PR target/47636
4629         * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
4630         for the condition.
4631
4632 2011-02-07  Mike Stump  <mikestump@comcast.net>
4633
4634         * config/darwin.opt (mmacosx-version-min): Update default OS version.
4635
4636 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
4637
4638         PR target/47534
4639         * config/avr/libgcc.S (exit): Move .endfunc
4640
4641 2011-02-07  Richard Guenther  <rguenther@suse.de>
4642
4643         PR tree-optimization/47615
4644         * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
4645         * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
4646         (run_scc_vn): Initialize it.
4647         (visit_reference_op_load): Use it.
4648         * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
4649
4650 2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4651
4652         * config/spu/spu.c (spu_init_libfuncs): Install SImode and
4653         DImode trapping arithmetic libfuncs.
4654
4655 2011-02-07  Richard Guenther  <rguenther@suse.de>
4656
4657         PR tree-optimization/47621
4658         * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
4659         two duplicates ...
4660         (execute_update_addresses_taken): ... here.  Make it more
4661         conservative in what we accept.
4662
4663 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
4664
4665         * config/sparc/freebsd.h (ASM_SPEC): Define.
4666         * config/sparc/vxworks.h (ASM_SPEC): Define.
4667
4668 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
4669
4670         * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
4671
4672 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
4673
4674         * doc/invoke.texi: Remove reference to compiler internals from
4675         user documentation.
4676
4677         * reg-notes.def: Remove REG_VALUE_PROFILE.
4678         * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
4679
4680 2011-02-05  Jakub Jelinek  <jakub@redhat.com>
4681
4682         PR middle-end/47610
4683         * varasm.c (default_section_type_flags): If decl is NULL,
4684         and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
4685
4686 2011-02-05  Jie Zhang  <jie@codesourcery.com>
4687
4688         PR debug/42631
4689         * web.c (entry_register): Don't clobber the number of the
4690         first uninitialized reference in used[].
4691
4692 2011-02-04  Sebastian Pop  <sebastian.pop@amd.com>
4693
4694         PR tree-optimization/46194
4695         * tree-data-ref.c (analyze_miv_subscript): Remove comment.
4696         (build_classic_dist_vector_1): Do not represent classic distance
4697         vectors when the access functions are variating in different loops.
4698
4699 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
4700
4701         * config/mips/iris6.opt: New.
4702         * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
4703
4704 2011-02-04  Richard Henderson  <rth@redhat.com>
4705             Steve Ellcey  <sje@cup.hp.com>
4706
4707         PR target/46997
4708         * config/ia64/predicates.md (mux1_brcst_element): New.
4709         * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
4710         * config/ia64/ia64.c (ia64_unpack_assemble): New.
4711         (ia64_unpack_sign): New.
4712         (ia64_expand_unpack): Rewrite using new routines.
4713         (ia64_expand_widen_sum): Ditto.
4714         (ia64_expand_dot_prod_v8qi): Ditto.
4715         * config/ia64/vect.md (mulv8qi3): Rewrite to use new
4716         routines, add endian check.
4717         (pmpy2_even): Rename from pmpy2_r, add endian check.
4718         (pmpy2_odd): Rename from pmpy2_l, add endian check.
4719         (vec_widen_smult_lo_v4hi): Rewrite using new routines.
4720         (vec_widen_smult_hi_v4hi): Ditto.
4721         (vec_widen_umult_lo_v4hi): Ditto.
4722         (vec_widen_umult_hi_v4hi): Ditto.
4723         (mulv2si3): Change endian checks.
4724         (sdot_prodv4hi): Rewrite with new calls.
4725         (udot_prodv4hi): New.
4726         (vec_pack_ssat_v4hi): Add endian check.
4727         (vec_pack_usat_v4hi): Ditto.
4728         (vec_pack_ssat_v2si): Ditto.
4729         (max1_even): Rename from max1_r, add endian check.
4730         (max1_odd): Rename from max1_l, add endian check.
4731         (*mux1_rev): Format change.
4732         (*mux1_mix): Ditto.
4733         (*mux1_shuf): Ditto.
4734         (*mux1_alt): Ditto.
4735         (*mux1_brcst_v8qi): Use new predicate.
4736         (vec_extract_evenv8qi): Remove endian check.
4737         (vec_extract_oddv8qi): Ditto.
4738         (vec_interleave_lowv4hi): Format change.
4739         (vec_interleave_highv4hi): Ditto.
4740         (mix2_even): Rename from mix2_r, add endian check.
4741         (mix2_odd): Rename from mux2_l, add endian check.
4742         (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
4743         (vec_extract_evenodd_helper): Format change.
4744         (vec_extract_evenv4hi): Remove endian check.
4745         (vec_extract_oddv4hi): Remove endian check.
4746         (vec_interleave_lowv2si): Format change.
4747         (vec_interleave_highv2si): Format change.
4748         (vec_initv2si): Remove endian check.
4749         (vecinit_v2si): Add endian check.
4750         (reduc_splus_v2sf): Add endian check.
4751         (reduc_smax_v2sf): Ditto.
4752         (reduc_smin_v2sf): Ditto.
4753         (vec_initv2sf): Remove endian check.
4754         (fpack): Add endian check.
4755         (fswap): Add endian check.
4756         (vec_interleave_highv2sf): Add endian check.
4757         (vec_interleave_lowv2sf): Add endian check.
4758         (fmix_lr): Add endian check.
4759         (vec_setv2sf): Format change.
4760         (*vec_extractv2sf_0_be): Use shift to extract operand.
4761         (*vec_extractv2sf_1_be): New.
4762         (vec_pack_trunc_v4hi): Add endian check.
4763         (vec_pack_trunc_v2si): Format change.
4764
4765 2011-02-04  Jakub Jelinek  <jakub@redhat.com>
4766
4767         PR inline-asm/23200
4768         * tree-ssa-ter.c (is_replaceable_p): Add TER argument.  Don't
4769         do bb, locus and block comparison and disallow loads if it is not set.
4770         (stmt_is_replaceable_p): New function.
4771         (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
4772         callers.
4773         * expr.c (expand_expr_real_1) <case SSA_NAME>: If
4774         get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
4775         SSA_NAME_DEF_STMT.
4776         * tree-flow.h (stmt_is_replaceable_p): New prototype.
4777
4778 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
4779
4780         * config/rs6000/xilinx.opt: New.
4781         * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
4782
4783 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
4784
4785         * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
4786
4787 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
4788
4789         * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
4790         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
4791         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
4792         secondary_reload_info, xtensa_secondary_reload): Remove.
4793         * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
4794         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
4795         (xtensa_preferred_reload_class): Make static. Change return and
4796         'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
4797         Use CONST_DOUBLE_P predicate.
4798         (xtensa_preferred_output_reload_class): New function.
4799         (xtensa_secondary_reload): Make static.
4800
4801 2011-02-03  Joseph Myers  <joseph@codesourcery.com>
4802
4803         * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
4804         Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
4805         Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
4806
4807 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
4808
4809         PR middle-end/31490
4810         * output.h (SECTION_RELRO): Define.
4811         (SECTION_MACH_DEP): Adjust.
4812         (get_variable_section): New prototype.
4813         * varpool.c (varpool_finalize_named_section_flags): New function.
4814         (varpool_assemble_pending_decls): Call it.
4815         * cgraph.h (varpool_finalize_named_section_flags): New prototype.
4816         * cgraphunit.c (cgraph_output_in_order): Call
4817         varpool_finalize_named_section_flags.
4818         * varasm.c (get_section): Allow section flags conflicts between
4819         relro and read-only sections if the section hasn't been declared yet.
4820         Set SECTION_OVERRIDE after diagnosing section type conflict.
4821         (get_variable_section): No longer static.
4822         (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
4823         readonly sections that need relocations.
4824         (decl_readonly_section_1): New function.
4825         (decl_readonly_section): Use it.
4826
4827         Revert:
4828         2010-11-17  Dinar Temirbulatov  <dtemirbulatov@gmail.com>
4829                     Steve Ellcey  <sje@cup.hp.com>
4830
4831         PR middle-end/31490
4832         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
4833         if section attribute used.
4834
4835 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
4836
4837         * config/darwin.h (SECTION_NO_ANCHOR): Remove.
4838         * config/darwin.c (SECTION_NO_ANCHOR): Define.
4839         (darwin_init_sections): Remove assertion.
4840
4841 2011-02-03  Nick Clifton  <nickc@redhat.com>
4842
4843         * config/rx/predicates.md (rx_zs_comparison_operator): Remove
4844         lt and ge.
4845         * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
4846         * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
4847         instead of "n" and "pz".
4848         (flags_from_code): LT and GE tests need CC_FLAG_O as well as
4849         CC_FLAG_S.
4850
4851 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
4852
4853         PR target/47312
4854         * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
4855         fma, expand FMA_EXPR as fma{,f,l} call.
4856
4857         PR lto/47274
4858         * lto-streamer-out.c (write_symbol): When writing kind and visibility,
4859         copy them into a unsigned char variable and pass address of it to
4860         lto_output_data_stream.
4861
4862         PR target/47564
4863         * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
4864         around backend_init_target and lang_dependent_init_target calls.
4865         * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
4866         (verify_cgraph_node): Don't call set_cfun here.  Use
4867         cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
4868         Set error_found for incorrectly represented calls to thunks.
4869
4870 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
4871
4872         PR debug/43092
4873         PR rtl-optimization/43494
4874         * rtl.h (for_each_inc_dec_fn): New type.
4875         (for_each_inc_dec): Declare.
4876         * rtlanal.c (struct for_each_inc_dec_ops): New type.
4877         (for_each_inc_dec_find_inc_dec): New fn.
4878         (for_each_inc_dec_find_mem): New fn.
4879         (for_each_inc_dec): New fn.
4880         * dse.c (struct insn_size): Remove.
4881         (replace_inc_dec, replace_inc_dec_mem): Remove.
4882         (emit_inc_dec_insn_before): New fn.
4883         (check_for_inc_dec): Use it, along with for_each_inc_dec.
4884         (canon_address): Pass mem modes to cselib_lookup.
4885         * cselib.h (cselib_lookup): Add memmode argument.  Adjust callers.
4886         (cselib_lookup_from_insn): Likewise.
4887         (cselib_subst_to_values): Likewise.
4888         * cselib.c (find_slot_memmode): New var.
4889         (cselib_find_slot): New fn.  Use it instead of
4890         htab_find_slot_with_hash everywhere.
4891         (entry_and_rtx_equal_p): Use find_slot_memmode.
4892         (autoinc_split): New fn.
4893         (rtx_equal_for_cselib_p): Rename and implement in terms of...
4894         (rtx_equal_for_cselib_1): ... this.  Take memmode, pass it on.
4895         Deal with autoinc.  Special-case recursion into MEMs.
4896         (cselib_hash_rtx): Likewise.
4897         (cselib_lookup_mem): Infer pmode from address mode.  Distinguish
4898         address and MEM modes.
4899         (cselib_subst_to_values): Add memmode, pass it on.
4900         Deal with autoinc.
4901         (cselib_lookup): Add memmode argument, pass it on.
4902         (cselib_lookup_from_insn): Add memmode.
4903         (cselib_invalidate_rtx): Discard obsolete push_operand handling.
4904         (struct cselib_record_autoinc_data): New.
4905         (cselib_record_autoinc_cb): New fn.
4906         (cselib_record_sets): Use it, along with for_each_inc_dec.  Pass MEM
4907         mode to cselib_lookup.  Reset autoinced REGs here instead of...
4908         (cselib_process_insn): ... here.
4909         * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
4910         to cselib_lookup.
4911         (add_uses): Likewise, also to cselib_subst_to_values.
4912         (add_stores): Likewise.
4913         * sched-deps.c  (add_insn_mem_dependence): Pass mode to
4914         cselib_subst_to_values.
4915         (sched_analyze_1, sched_analyze_2): Likewise.  Adjusted.
4916         * gcse.c (do_local_cprop): Adjusted.
4917         * postreload.c (reload_cse_simplify_set): Adjusted.
4918         (reload_cse_simplify_operands): Adjusted.
4919         * sel-sched-dump (debug_mem_addr_value): Pass mode.
4920
4921 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
4922
4923         PR tree-optimization/45122
4924         * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
4925         unsafe assumptions when there's more than one loop exit.
4926
4927 2011-02-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
4928
4929         PR target/47272
4930         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
4931         Document using vector double with the load/store builtins, and
4932         that the load/store builtins always use Altivec instructions.
4933
4934         * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
4935         to use altivec memory instructions, even on VSX.
4936         (vector_altivec_store_<mode>): Ditto.
4937
4938         * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
4939         function.
4940
4941         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4942         V2DF, V2DI support to load/store overloaded builtins.
4943
4944         * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
4945         altivec load/store builtins for V2DF/V2DI types.
4946
4947         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
4948         set avoid indexed addresses on power6 if -maltivec.
4949         (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
4950         vector_altivec_load/vector_altivec_store builtins.
4951         (altivec_expand_st_builtin): Ditto.
4952         (altivec_expand_builtin): Add VSX memory builtins.
4953         (rs6000_init_builtins): Add V2DI types to internal types.
4954         (altivec_init_builtins): Add support for V2DF/V2DI altivec
4955         load/store builtins.
4956         (rs6000_address_for_altivec): Insure memory address is appropriate
4957         for Altivec.
4958
4959         * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
4960         vec_vsx_ld and vec_vsx_st.
4961         (vsx_store_<mode>): Ditto.
4962
4963         * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
4964         variables to hold long long types for VSX vector memory builtins.
4965         (RS6000_BTI_unsigned_long_long): Ditto.
4966         (long_long_integer_type_internal_node): Ditti.
4967         (long_long_unsigned_type_internal_node): Ditti.
4968
4969         * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
4970         (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
4971         (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
4972
4973         * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
4974         short cuts.
4975         (vec_vsx_st): Ditto.
4976
4977 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
4978
4979         * config/pa/pa-hpux10.opt: New.
4980         * config/hpux11.opt (pthread): New Driver option.
4981         * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
4982         * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
4983
4984 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
4985
4986         * config/ia64/vms.opt: New.
4987         * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
4988
4989 2011-02-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
4990
4991         PR target/47580
4992         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
4993         gpc_reg_operand instead of vsx_register_operand to match rs6000.md
4994         generator functions.
4995         (vsx_floatuns<VSi><mode>2): Ditto.
4996         (vsx_fix_trunc<mode><VSi>2): Ditto.
4997         (vsx_fixuns_trunc<mode><VSi>2): Ditto.
4998
4999 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
5000
5001         * config/i386/djgpp.opt (posix): New Driver option.
5002
5003 2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
5004
5005         * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
5006         Move to the unsupported targets list.
5007
5008 2011-02-02  Peter Bergner  <bergner@vnet.ibm.com>
5009
5010         PR rtl-optimization/47525
5011         * df-scan.c: Update copyright years.
5012         (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
5013         and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
5014
5015 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5016
5017         * config/i386/sysv4.h (TARGET_VERSION): Remove.
5018         (SUBTARGET_RETURN_IN_MEMORY): Remove.
5019         (ASM_OUTPUT_ASCII): Remove.
5020         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
5021
5022 2011-02-02  Jeff Law  <law@redhat.com>
5023
5024         PR middle-end/47543
5025         * reload.c (find_reloads_address): Handle reg+d address where both
5026         components are invalid by reloading the entire address.
5027
5028 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
5029             Richard Guenther  <rguenther@suse.de>
5030
5031         PR tree-optimization/40979
5032         PR bootstrap/47044
5033         * passes.c (init_optimization_passes): After LIM call copy_prop
5034         and DCE to clean up.
5035         * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
5036
5037 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
5038
5039         PR tree-optimization/47576
5040         PR tree-optimization/47555
5041         * doc/invoke.texi (scev-max-expr-complexity): Documented.
5042         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
5043         (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
5044         * tree-scalar-evolution.c (follow_ssa_edge): Use
5045         PARAM_SCEV_MAX_EXPR_COMPLEXITY.
5046
5047 2011-02-02  Richard Guenther  <rguenther@suse.de>
5048
5049         PR tree-optimization/47566
5050         * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
5051
5052 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
5053
5054         PR debug/47106
5055         PR debug/47402
5056         * tree-inline.c (declare_return_variable): Remove unused caller
5057         variable.
5058
5059         PR debug/47106
5060         PR debug/47402
5061         * tree-flow-inline.h (clear_is_used, is_used_p): New.
5062         * cfgexpand.c (account_used_vars_for_block): Use them.
5063         * tree-nrv.c (tree_nrv): Likewise.
5064         * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
5065         (dump_scope_block): Likewise.
5066         (remove_unused_locals): Likewise.
5067
5068         PR debug/47106
5069         PR debug/47402
5070         * tree-inline.c (declare_return_variable): Add result decl to
5071         local decls only once.
5072         * gimple-low.c (record_vars_into): Mark newly-created variables
5073         as referenced.
5074
5075 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
5076
5077         PR debug/47498
5078         PR debug/47501
5079         PR debug/45136
5080         PR debug/45130
5081         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
5082         debug insns.
5083         (no_real_insns_p, schedule_block, set_priorities): Drop special
5084         treatment of boundary debug insns.
5085         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
5086         * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
5087         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
5088         (BOUNDARY_DEBUG_INSN_P): Likewise.
5089         (SCHEDULE_DEBUG_INSN_P): Likewise.
5090         * sched-rgn.c (init_ready_list): Drop special treatment of
5091         boundary debug insns.
5092         * final.c (rest_of_clean_state): Clear notes' BB.
5093
5094 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5095
5096         * config/openbsd.opt (assert=): New Driver option.
5097
5098 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5099
5100         * config/i386/nto.opt: New.
5101         * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
5102
5103 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5104
5105         * config/i386/netware.opt: New.
5106         * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
5107
5108 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5109
5110         * config/interix.opt (posix): New Driver option.
5111
5112 2011-02-01  DJ Delorie  <dj@redhat.com>
5113
5114         * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
5115
5116         * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
5117         class for A0/A1.
5118
5119 2011-02-01  Sebastian Pop  <sebastian.pop@amd.com>
5120
5121         PR tree-optimization/47561
5122         * toplev.c (process_options): Print the Graphite flags.  Add
5123         flag_loop_flatten to the list of options requiring Graphite.
5124
5125 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5126
5127         * config/i386/cygming.opt (posix): New Driver option.
5128
5129 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5130
5131         * config/arm/vxworks.opt: New.
5132         * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
5133
5134 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
5135
5136         * config/alpha/elf.opt: New.
5137         * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
5138         alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
5139
5140 2011-02-01  Richard Guenther  <rguenther@suse.de>
5141
5142         PR tree-optimization/47559
5143         * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
5144         store-motion on references that can throw.
5145
5146 2011-02-01  Bernd Schmidt  <bernds@codesourcery.com>
5147
5148         * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
5149         * tree-pass.h (TDF_CSELIB): New macro.
5150         * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
5151         cselib_lookup): Check for it rather than for TDF_DETAILS.
5152
5153 2011-02-01  H.J. Lu  <hongjiu.lu@intel.com>
5154
5155         PR driver/47547
5156         * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
5157         is HOST_BIT_BUCKET.
5158
5159         * opts.c (finish_options): Don't add x_aux_base_name if it is
5160         HOST_BIT_BUCKET.
5161
5162 2011-02-01  Richard Guenther  <rguenther@suse.de>
5163
5164         PR tree-optimization/47555
5165         Revert
5166         2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
5167
5168         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
5169
5170 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5171
5172         PR gcc/46692
5173         * config/lm32/t-lm32: Add multilib for all CPU options.
5174
5175 2011-02-01  Richard Guenther  <rguenther@suse.de>
5176
5177         PR tree-optimization/47541
5178         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
5179         sure to have a field at offset zero.
5180
5181 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
5182
5183         * config/arc/arc.opt (EB, EL): New Driver options.
5184
5185 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
5186
5187         * config/alpha/osf5.opt: New.
5188         * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
5189
5190 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
5191
5192         * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
5193
5194 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
5195
5196         * common.opt (ftree-loop-linear): Use Alias to make it an alias of
5197         -floop-interchange.
5198         * invoke.texi (-ftree-loop-linear): Make it clear that this flag
5199         is an alias of -floop-interchange and that it requires the
5200         Graphite infrastructure.
5201         * tree-ssa-loop.c (gate_graphite_transforms): Do not set
5202         flag_loop_interchange based on the value of flag_tree_loop_linear.
5203
5204 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
5205             Richard Guenther  <rguenther@suse.de>
5206
5207         PR tree-optimization/47538
5208         * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
5209         type instead of r1type, except for comparisons.  For right
5210         shifts and comparisons punt if there are mismatches in
5211         sizetype vs. non-sizetype types.
5212
5213 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5214
5215         * doc/sourcebuild.texi (Effective-Target Keywords): Document
5216         avx_runtime.
5217
5218 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5219
5220         * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
5221         version number.
5222         * configure: Regenerate.
5223
5224 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5225
5226         * configure.ac (gcc_cv_ld_static_option): Define.
5227         (gcc_cv_ld_dynamic_option): Define.
5228         (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
5229         instead.
5230         (HAVE_LD_STATIC_DYNAMIC): Update message.
5231         (LD_STATIC_OPTION): Define.
5232         (LD_DYNAMIC_OPTION): Define.
5233         * configure: Regenerate.
5234         * config.in: Regenerate.
5235         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
5236         HAVE_LD_STATIC_DYNAMIC]: Use them.
5237
5238 2011-01-31  Nick Clifton  <nickc@redhat.com>
5239
5240         * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
5241         registers inside interrupt handlers if the handler is not a leaf
5242         function.
5243
5244 2011-01-31  Nick Clifton  <nickc@redhat.com>
5245
5246         * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
5247         reg_renumber returning an INVALID_REGNUM.
5248
5249 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5250
5251         PR libgcj/44341
5252         * doc/install.texi: Document host options discarded when cross
5253         configuring target libraries.
5254
5255 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5256
5257         Reverted:
5258         2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
5259         PR debug/45136
5260         PR debug/45130
5261         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
5262         debug insns.
5263         (no_real_insns_p, schedule_block, set_priorities): Drop special
5264         treatment of boundary debug insns.
5265         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
5266         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
5267         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
5268         (BOUNDARY_DEBUG_INSN_P): Likewise.
5269         (SCHEDULE_DEBUG_INSN_P): Likewise.
5270         * sched-rgn.c (init_ready_list): Drop special treatment of
5271         boundary debug insns.
5272         * final.c (rest_of_clean-state): Clear notes' BB.
5273
5274 2011-01-31  Alan Modra  <amodra@gmail.com>
5275
5276         * config/rs6000/rs6000.c (print_operand): Rearrange addends in
5277         toc relative expressions as we do in print_operand_address.
5278
5279 2011-01-30  Kazu Hirata  <kazu@codesourcery.com>
5280
5281         * doc/extend.texi: Follow spelling conventions.
5282         * doc/invoke.texi: Fix a typo.
5283
5284 2011-01-30  Joseph Myers  <joseph@codesourcery.com>
5285
5286         * config/hpux11.opt: New.
5287         * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
5288         ia64*-*-hpux*): Use hpux11.opt.
5289
5290 2011-01-30  Jonathan Yong  <jon_y@users.sourceforge.net>
5291
5292         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
5293         to tmake_file.
5294
5295 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
5296
5297         * doc/install.texi (hppa-hp-hpux10): Remove references to HP
5298         support sites.
5299
5300 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
5301
5302         * doc/install.texi (Binaries): Remove outdated reference for
5303         Motorola 68HC11/68HC12 downloads.
5304
5305 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
5306
5307         * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
5308         Drepper's paper.
5309
5310 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
5311
5312         PR bootstrap/47147
5313         * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
5314         used by NetBSD.
5315
5316 2011-01-28  Ahmad Sharif  <asharif@google.com>
5317
5318         * value-prof.c (check_counter): Corrected error message.
5319
5320 2011-01-29  Jie Zhang  <jie@codesourcery.com>
5321
5322         * config/arm/arm.c (arm_legitimize_reload_address): New.
5323         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
5324         arm_legitimize_reload_address.
5325         * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
5326
5327 2011-01-28  Ian Lance Taylor  <iant@google.com>
5328
5329         * godump.c (go_define): Ignore macros whose definitions include
5330         two adjacent operands.
5331
5332 2011-01-28  Jakub Jelinek  <jakub@redhat.com>
5333
5334         PR target/42894
5335         * varasm.c (force_const_mem): Store copy of x in desc->constant
5336         instead of x itself.
5337         * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
5338         itself into REG_EQUAL note.
5339
5340 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
5341
5342         * config/freebsd.opt (posix, rdynamic): New Driver options.
5343
5344 2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5345
5346         * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
5347         -Bstatic/-Bdynamic.
5348         * configure: Regenerate.
5349
5350 2011-01-27  Joseph Myers  <joseph@codesourcery.com>
5351
5352         * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
5353         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
5354
5355 2011-01-27  Anatoly Sokolov  <aesok@post.ru>
5356
5357         * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
5358         * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
5359         * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
5360         (s390_preferred_reload_class): Make static. Change return and
5361         'rclass' argument type to reg_class_t.
5362
5363 2011-01-27  Jan Hubicka  <jh@suse.cz>
5364
5365         PR middle-end/46949
5366         * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
5367         (process_function_and_variable_attributes): Check defined weakrefs.
5368
5369 2011-01-27  Martin Jambor  <mjambor@suse.cz>
5370
5371         PR tree-optimization/47228
5372         * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
5373         build_ref_for_offset.
5374
5375 2011-01-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5376
5377         * config/spu/spu-elf.h (ASM_SPEC): Remove.
5378
5379 2011-01-26  Mikael Pettersson  <mikpe@it.uu.se>
5380
5381         PR rtl-optimization/46856
5382         * postreload.c (reload_combine_recognize_const_pattern): Do not
5383         separate cc0 setter and user on cc0 targets.
5384
5385 2011-01-26  Nicola Pero  <nicola.pero@meta-innovation.com>
5386
5387         PR c/43082
5388         * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
5389         passed a VOID_TYPE expression, immediately emit an error and
5390         return error_mark_node.
5391
5392 2011-01-26  Jeff Law  <law@redhat.com>
5393
5394         PR rtl-optimization/47464
5395         * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
5396         rather than may_trap_p as needed.
5397
5398 2011-01-26  DJ Delorie  <dj@redhat.com>
5399
5400         PR rtl-optimization/46878
5401         * combine.c (insn_a_feeds_b): Check for the implicit cc0
5402         setter/user dependency as well.
5403
5404 2011-01-26  Eric Botcazou  <ebotcazou@adacore.com>
5405
5406         PR rtl-optimization/44469
5407         * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
5408         after removing trivially dead basic blocks.
5409
5410 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
5411
5412         * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
5413         * config/frv/frv.h (LINK_SPEC): Likewise.
5414         * config/i386/netware.h (LINK_SPEC): Likewise.
5415         * config/m68k/linux.h (ASM_SPEC): Likewise.
5416         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
5417         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
5418         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
5419         * config/sparc/linux.h (ASM_SPEC): Likewise.
5420         * config/sparc/linux64.h (ASM_SPEC): Likewise.
5421         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
5422
5423 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
5424
5425         * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
5426         * config/frv/frv.h (ASM_SPEC): Likewise.
5427         * config/m68k/linux.h (ASM_SPEC): Likewise.
5428         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
5429         * config/rs6000/linux64.h (ASM_SPEC): Likewise.
5430         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
5431         * config/sparc/linux.h (ASM_SPEC): Likewise.
5432         * config/sparc/linux64.h (ASM_SPEC): Likewise.
5433         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
5434
5435 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
5436
5437         * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
5438         * config/frv/frv.h (LINK_SPEC): Likewise.
5439         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
5440
5441 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
5442
5443         * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
5444         * config/frv/frv.h (ASM_SPEC): Likewise.
5445         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
5446         * config/m68k/linux.h (ASM_SPEC): Likewise.
5447         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
5448         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
5449         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
5450         * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
5451         * config/sparc/linux.h (ASM_SPEC): Likewise.
5452         * config/sparc/linux64.h (ASM_SPEC): Likewise.
5453         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
5454         * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
5455
5456 2011-01-26  Steve Ellcey  <sje@cup.hp.com>
5457
5458         PR target/46997
5459         * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
5460         (*mux2): Ditto.
5461         (vec_extract_evenodd_help): Ditto.
5462         (vec_extract_evenv4hi): Ditto.
5463         (vec_extract_oddv4hi): Ditto.
5464         (vec_interleave_lowv2si): Ditto.
5465         (vec_interleave_highv2si): Ditto.
5466         (vec_extract_evenv2si): Ditto.
5467         (vec_extract_oddv2si: Ditto.
5468         (vec_pack_trunc_v2si): Ditto.
5469
5470 2011-01-22  Jan Hubicka  <jh@suse.cz>
5471
5472         PR target/47237
5473         * cgraph.h (cgraph_local_info): New field can_change_signature.
5474         * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
5475         signature can change.
5476         (ipcp_estimate_growth): Call sequence simplify only if calle signature
5477         can change.
5478         (ipcp_insert_stage): Only compute args_to_skip if signature can change.
5479         (cgraph_function_versioning): We can not change signature of functions
5480         that don't allow that.
5481         * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
5482         (lto_input_node): Likewise.
5483         * ipa-inline.c (compute_inline_parameters): Compute
5484         local.can_change_signature.
5485         * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
5486         * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
5487         functions that can not change signature.
5488         * i386.c (ix86_function_regparm, ix86_function_sseregparm,
5489         init_cumulative_args): Do not use local calling conventions
5490         for functions that can not change signature.
5491
5492 2011-01-22  Jan Hubicka  <jh@suse.cz>
5493
5494         * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
5495
5496 2011-01-26  Richard Guenther  <rguenther@suse.de>
5497
5498         PR tree-optimization/47190
5499         * cgraphunit.c (process_common_attributes): New function.
5500         (process_function_and_variable_attributes): Use it.
5501
5502 2011-01-26  Richard Guenther  <rguenther@suse.de>
5503
5504         PR lto/47423
5505         * cgraphbuild.c (record_eh_tables): Record reference to personality
5506         function.
5507
5508 2011-01-26  Alexandre Oliva  <aoliva@redhat.com>
5509
5510         PR debug/45454
5511         * sel-sched.c (moveup_expr): Don't let debug insns prevent
5512         non-debug insns from moving up.
5513
5514 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5515
5516         PR target/40125
5517         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
5518         t-dlldir{,-x} fragment for build and add it to tmake_file.
5519         (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
5520         * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
5521         * config/i386/t-dlldir: New file.
5522         (SHLIB_DLLDIR): Define.
5523         * config/i386/t-dlldir-x: New file.
5524         (SHLIB_DLLDIR): Define.
5525         * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
5526         (SHLIB_INSTALL): Use it.
5527
5528 2011-01-26  Chung-Lin Tang  <cltang@codesourcery.com>
5529
5530         PR target/47246
5531         * config/arm/arm.c (thumb2_legitimate_index_p): Change the
5532         lower bound of the allowed Thumb-2 coprocessor load/store
5533         index range to -256. Add explaining comment.
5534
5535 2011-01-25  Ian Lance Taylor  <iant@google.com>
5536
5537         * godump.c (go_define): Improve lexing of macro expansion to only
5538         accept expressions which match Go spec.
5539
5540 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5541
5542         PR c++/43601
5543         * tree.c (handle_dll_attribute): Handle it.
5544         * doc/extend.texi (@item dllexport): Mention it.
5545         * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
5546
5547 2011-01-25  Ian Lance Taylor  <iant@google.com>
5548
5549         PR tree-optimization/26854
5550         * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
5551         (decl_jump_unsafe): Move higher in file, with no other change.
5552         (bind): Set has_jump_unsafe_decl if appropriate.
5553         (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
5554         (check_earlier_gotos): Likewise.
5555         (c_check_switch_jump_warnings): Likewise.
5556
5557 2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
5558
5559         * doc/invoke.texi (Warning Options): Add missing hyphen.
5560         (-fprofile-dir): Minor grammatical fixes.
5561         (-fbranch-probabilities): Likewise.
5562
5563 2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
5564
5565         PR debug/45136
5566         PR debug/45130
5567         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
5568         debug insns.
5569         (no_real_insns_p, schedule_block, set_priorities): Drop special
5570         treatment of boundary debug insns.
5571         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
5572         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
5573         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
5574         (BOUNDARY_DEBUG_INSN_P): Likewise.
5575         (SCHEDULE_DEBUG_INSN_P): Likewise.
5576         * sched-rgn.c (init_ready_list): Drop special treatment of
5577         boundary debug insns.
5578         * final.c (rest_of_clean-state): Clear notes' BB.
5579
5580 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5581
5582         * Makefile.in (LAMBDA_H): Removed.
5583         (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
5584         (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
5585         lambda-trans.o, and tree-loop-linear.o.
5586         (lto-symtab.o): Remove dependence on LAMBDA_H.
5587         (tree-loop-linear.o): Remove rule.
5588         (lambda-mat.o): Same.
5589         (lambda-trans.o): Same.
5590         (lambda-code.o): Same.
5591         (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
5592         (tree-vect-slp.o): Same.
5593         * hwint.h (gcd): Moved here.
5594         (least_common_multiple): Same.
5595         * lambda-code.c: Removed.
5596         * lambda-mat.c: Removed.
5597         * lambda-trans.c: Removed.
5598         * lambda.h: Removed.
5599         * tree-loop-linear.c: Removed.
5600         * lto-symtab.c: Do not include lambda.h.
5601         * omega.c (gcd): Removed.
5602         * passes.c (init_optimization_passes): Remove pass_linear_transform.
5603         * tree-data-ref.c (print_lambda_vector): Moved here.
5604         (lambda_vector_copy): Same.
5605         (lambda_matrix_copy): Same.
5606         (lambda_matrix_id): Same.
5607         (lambda_vector_first_nz): Same.
5608         (lambda_matrix_row_add): Same.
5609         (lambda_matrix_row_exchange): Same.
5610         (lambda_vector_mult_const): Same.
5611         (lambda_vector_negate): Same.
5612         (lambda_matrix_row_negate): Same.
5613         (lambda_vector_equal): Same.
5614         (lambda_matrix_right_hermite): Same.
5615         * tree-data-ref.h: Do not include lambda.h.
5616         (lambda_vector): Moved here.
5617         (lambda_matrix): Same.
5618         (dependence_level): Same.
5619         (lambda_transform_legal_p): Removed declaration.
5620         (lambda_collect_parameters): Same.
5621         (lambda_compute_access_matrices): Same.
5622         (lambda_vector_gcd): Same.
5623         (lambda_vector_new): Same.
5624         (lambda_vector_clear): Same.
5625         (lambda_vector_lexico_pos): Same.
5626         (lambda_vector_zerop): Same.
5627         (lambda_matrix_new): Same.
5628         * tree-flow.h (least_common_multiple): Removed declaration.
5629         * tree-parloops.c (lambda_trans_matrix): Moved here.
5630         (LTM_MATRIX): Same.
5631         (LTM_ROWSIZE): Same.
5632         (LTM_COLSIZE): Same.
5633         (LTM_DENOMINATOR): Same.
5634         (lambda_trans_matrix_new): Same.
5635         (lambda_matrix_vector_mult): Same.
5636         (lambda_transform_legal_p): Same.
5637         * tree-pass.h (pass_linear_transform): Removed declaration.
5638         * tree-ssa-loop.c (tree_linear_transform): Removed.
5639         (gate_tree_linear_transform): Removed.
5640         (pass_linear_transform): Removed.
5641         (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
5642         flag_loop_interchange.
5643
5644 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5645
5646         PR tree-optimization/47265
5647         PR tree-optimization/47443
5648         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
5649         if name still has some uses.
5650
5651 2011-01-25  Martin Jambor  <mjambor@suse.cz>
5652
5653         PR tree-optimization/47382
5654         * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
5655         (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
5656
5657 2011-01-25  Joel Sherrill  <joel.sherrill@oarcorp.com>
5658
5659         * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
5660         sjlj_except_unwind_info.
5661
5662 2011-01-25  Richard Guenther  <rguenther@suse.de>
5663
5664         PR tree-optimization/47426
5665         * tree-ssa-structalias.c (ipa_pta_execute): Make externally
5666         visible functions results escape.
5667
5668 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5669
5670         PR target/45701
5671         * config/arm/arm.c (any_sibcall_uses_r3): New function.
5672         (arm_get_frame_offsets): Use it.
5673
5674 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5675             Jakub Jelinek  <jakub@redhat.com>
5676
5677         PR tree-optimization/47271
5678         * tree-if-conv.c (bb_postdominates_preds): New.
5679         (if_convertible_bb_p): Call bb_postdominates_preds.
5680         (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
5681         (predicate_scalar_phi): Call bb_postdominates_preds.
5682
5683 2011-01-25  Nick Clifton  <nickc@redhat.com>
5684
5685         * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
5686         * config/rx/rx.c (rx_function_value): Likewise.
5687         (rx_promote_function_mode): Likewise.
5688         (gen_safe_add): Place an outsized immediate value inside an UNSPEC
5689         in order to make it legitimate.
5690         * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
5691         make sure that the first operand is the same as the result register.
5692         (addsi3_unspec): Delete.
5693         (subdi3): Do not accept immediate operands.
5694         (subdi3_internal): Likewise.
5695
5696 2011-01-25  Jeff Law  <law@redhat.com>
5697
5698         PR rtl-optimization/37273
5699         * ira-costs.c (scan_one_insn): Detect constants living in memory and
5700         handle them like argument loads from stack slots.  Do not double
5701         count memory for memory constants and argument loads from stack slots.
5702
5703 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5704
5705         PR tree-optimization/47427
5706         PR tree-optimization/47428
5707         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
5708         coalesce if the new root var would be TREE_READONLY.
5709
5710 2011-01-25  Richard Guenther  <rguenther@suse.de>
5711
5712         PR middle-end/47414
5713         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
5714         correct type for TBAA.
5715
5716 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5717
5718         * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
5719         (close_phi_written_to_memory): Call for_each_index with
5720         dr_indices_valid_in_loop.
5721
5722 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5723
5724         * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
5725         when it is initialized.
5726
5727 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5728
5729         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
5730         call to graphite_find_data_references_in_stmt.
5731         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
5732         (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
5733         call to graphite_find_data_references_in_stmt.
5734         (analyze_drs_in_stmts): Same.
5735         * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
5736         in which the scalar analysis of indices is performed.
5737         (create_data_ref): Same.  Update call to dr_analyze_indices.
5738         (find_data_references_in_stmt): Update call to create_data_ref.
5739         (graphite_find_data_references_in_stmt): Same.
5740         * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
5741         declaration.
5742         (create_data_ref): Same.
5743         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
5744         call to create_data_ref.
5745
5746 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5747
5748         * graphite-sese-to-poly.c (build_poly_scop): Move
5749         rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
5750
5751 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5752
5753         * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
5754         VAR_DECL, PARM_DECL, and RESULT_DECL.
5755
5756 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5757
5758         * graphite-dependences.c (reduction_dr_1): Allow several reductions
5759         in a reduction PBB.
5760         * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
5761         that have already been marked as PBB_IS_REDUCTION.
5762
5763 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5764
5765         * graphite-scop-detection.c (same_close_phi_node): New.
5766         (remove_duplicate_close_phi): New.
5767         (make_close_phi_nodes_unique): New.
5768         (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
5769
5770 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5771
5772         * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
5773         * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
5774         of both data references to be the same.
5775
5776 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5777
5778         * graphite-dependences.c (build_lexicographical_constraint): Remove
5779         the gdim parameter.
5780         (build_lexicographical_constraint): Adjust call to
5781         ppl_powerset_is_empty.
5782         (dependence_polyhedron): Same.
5783         (graphite_legal_transform_dr): Same.
5784         (graphite_carried_dependence_level_k): Same.
5785         * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
5786         parameter.
5787         * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
5788
5789 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5790
5791         * graphite-sese-to-poly.c
5792         (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
5793         (close_phi_written_to_memory): New.
5794         (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
5795         and unshare_expr.
5796
5797 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5798
5799         * doc/install.texi: Update the expected version number of PPL to 0.11.
5800         * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
5801         #if PPL_VERSION_MINOR < 11.
5802
5803 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5804
5805         * graphite-dependences.c: Include graphite-cloog-util.h.
5806         (new_poly_ddr): Inlined into dependence_polyhedron.
5807         (free_poly_ddr): Moved close by new_poly_ddr.
5808         (dependence_polyhedron_1): Renamed dependence_polyhedron.
5809         Early return NULL when ppl_powerset_is_empty returns true.
5810         (dependence_polyhedron): Renamed new_poly_ddr.  Call only once
5811         poly_drs_may_alias_p.  Avoid one call to ppl_powerset_is_empty.
5812         (graphite_legal_transform_dr): Call new_poly_ddr.
5813         (graphite_carried_dependence_level_k): Same.
5814         (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2.  Use new_poly_ddr.
5815         (dot_transformed_deps_stmt_1): Removed.
5816         (dot_deps_stmt_1): Call dot_deps_stmt_2.
5817         (dot_original_deps): Renamed dot_deps_2.  Call new_poly_ddr.
5818         (dot_deps_1): Call dot_deps_2.
5819         * Makefile.in (graphite-dependences.o): Add missing dependence on
5820         graphite-cloog-util.h.
5821
5822 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5823
5824         * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
5825         (build_lexicographical_constraint): Same.
5826         (dependence_polyhedron_1): Same.
5827         (graphite_legal_transform_dr): Same.
5828         (graphite_carried_dependence_level_k): Same.
5829         * graphite-ppl.c (ppl_powerset_is_empty): New.
5830         * graphite-ppl.h (ppl_powerset_is_empty): Declared.
5831         * tree-data-ref.c (dump_data_reference): Print the basic block index.
5832
5833 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5834
5835         * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
5836         the "a followed by b" relation and document it.
5837
5838 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5839
5840         * graphite-dependences.c (build_lexicographical_constraint): Stop the
5841         iteration when the bag of constraints is empty.
5842
5843 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5844
5845         * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
5846
5847 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5848
5849         * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
5850         nest and two loop depths as parameters.
5851         (lst_try_interchange_loops): Call lst_interchange_profitable_p after
5852         lst_perfect_nestify.
5853
5854 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5855
5856         * graphite-dependences.c (print_pddr): Call
5857         ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
5858
5859 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5860
5861         * graphite-ppl.c (debug_gmp_value): New.
5862         * graphite-ppl.h (debug_gmp_value): Declared.
5863
5864 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5865
5866         * doc/install.texi: Document availability of cloog-0.16.
5867
5868 2011-01-25  Vladimir Kargov  <kargov@gmail.com>
5869
5870         * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
5871         invalid postdominance info.
5872
5873 2011-01-24  Jan Hubicka  <jh@suse.cz>
5874
5875         PR c/21659
5876         * doc/extend.texi (weak pragma): Drop claim that it must
5877         appear before definition.
5878         * varasm.c (merge_weak, declare_weak): Only sanity check
5879         that DECL is not output at a time it is declared weak.
5880
5881 2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5882
5883         * machmode.def: Fixed comments.
5884
5885 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
5886
5887         * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
5888
5889 2011-01-24  Paul Koning  <ni1d@arrl.net>
5890
5891         * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
5892         WORDS_BIG_ENDIAN.
5893
5894 2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>
5895
5896         PR target/46519
5897         * config/i386/i386.c: Include sbitmap.h and fibheap.h.
5898         (block_info): Add scanned and prev.
5899         (move_or_delete_vzeroupper_2): Return if the basic block
5900         has been scanned and the upper 128bit state is unchanged
5901         from the last scan.
5902         (move_or_delete_vzeroupper_1): Return true if the exit
5903         state is changed.
5904         (move_or_delete_vzeroupper): Visit basic blocks using the
5905         work-list based algorithm based on vt_find_locations in
5906         var-tracking.c.
5907
5908         * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
5909
5910 2011-01-24  Nick Clifton  <nickc@redhat.com>
5911
5912         * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
5913         * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
5914         -mv850e1 to the assembler.  If -mv850e1 or -mv850es is specified
5915         then define __v850e1__.
5916         * doc/invoke.texi: Document -mv850es.
5917
5918 2011-01-24  Richard Henderson  <rth@redhat.com>
5919
5920         * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
5921         compound unordered comparisons.
5922         * config/rx/rx.c (rx_split_fp_compare): Remove.
5923         * config/rx/rx-protos.h: Update.
5924         * config/rx/rx.md (gcc_conds, rx_conds): Remove.
5925         (cbranchsf4): Don't call rx_split_fp_compare.
5926         (*cbranchsf4): Use rx_split_cbranch.
5927         (*cmpsf): Don't accept "i" constraint.
5928         (*conditional_branch): Only valid after reload.
5929         (cstoresf4): Merge expander with insn.  Don't call rx_split_fp_compare.
5930
5931 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
5932
5933         PR target/47385
5934         * config/rs6000/altivec.md (vector constant splitters): Add
5935         support for creating vector single precision constants if -mvsx is
5936         used and we would create the constant using Altivec primitives.
5937
5938 2011-01-23  Bernd Schmidt  <bernds@codesourcery.com>
5939             Richard Sandiford  <rdsandiford@googlemail.com>
5940
5941         PR rtl-optimization/47166
5942         * reload1.c (emit_reload_insns): Disable the spill_reg_store
5943         mechanism for PRE_MODIFY and POST_MODIFY.
5944         (inc_for_reload): For PRE_MODIFY, return the insn that sets the
5945         reloadreg.
5946
5947 2011-01-23  Andreas Schwab  <schwab@linux-m68k.org>
5948
5949         * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
5950
5951 2011-01-22  Jan Hubicka  <jh@suse.cz>
5952
5953         PR lto/47333
5954         * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
5955
5956 2011-01-22  Jan Hubicka  <jh@suse.cz>
5957
5958         PR tree-optimization/43884
5959         PR lto/44334
5960         * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
5961         * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
5962
5963 2011-01-22  Anatoly Sokolov  <aesok@post.ru>
5964
5965         * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
5966         * config/s390/s390.c (s390_register_move_cost,
5967         s390_memory_move_cost): New.
5968         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
5969
5970 2011-01-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5971
5972         PR middle-end/47401
5973         * except.c (sjlj_assign_call_site_values): Move setting the
5974         crtl->uses_eh_lsda flag to ...
5975         (sjlj_mark_call_sites): ... here.
5976         (sjlj_emit_function_enter): Support NULL dispatch label.
5977         (sjlj_build_landing_pads): In a function with no landing pads
5978         that still has must-not-throw regions, generate code to register
5979         a personality function with empty LSDA.
5980
5981 2011-01-21  Richard Henderson  <rth@redhat.com>
5982
5983         * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
5984
5985         * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
5986
5987         * compare-elim.c: New file.
5988         * Makefile.in (OBJS-common): Add it.
5989         (compare-elim.o): New.
5990         * common.opt (fcompare-elim): New.
5991         * opts.c (default_options_table): Add OPT_fcompare_elim.
5992         * tree-pass.h (pass_compare_elim_after_reload): New.
5993         * passes.c (init_optimization_passes): Add it.
5994         * recog.h: Protect against re-inclusion.
5995         * target.def (TARGET_FLAGS_REGNUM): New POD hook.
5996         * doc/invoke.texi (-fcompare-elim): Document it.
5997         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
5998         * doc/tm.texi: Rebuild.
5999
6000 2011-01-22  Nick Clifton  <nickc@redhat.com>
6001
6002         * config/rx/rx.md (cstoresf4): Pass comparison operator to
6003         rx_split_fp_compare.
6004
6005 2011-01-22  Nick Clifton  <nickc@redhat.com>
6006
6007         * config/rx/rx.md (UNSPEC_CONST): New.
6008         (deallocate_and_return): Wrap the amount popped off the stack in
6009         an UNSPEC_CONST in order to stop it being rejected by
6010         -mmax-constant-size.
6011         (pop_and_return): Add a "(return)" rtx.
6012         (call): Drop the immediate operand.
6013         (call_internal): Likewise.
6014         (call_value): Likewise.
6015         (call_value_internal): Likewise.
6016         (sibcall_internal): Likewise.
6017         (sibcall_value_internal): Likewise.
6018         (sibcall): Likewise.  Generate an explicit call using
6019         sibcall_internal.
6020         (sibcall_value): Likewise.
6021         (mov<>): FAIL if a constant operand is not legitimate.
6022         (addsi3_unpsec): New pattern.
6023
6024         * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
6025         (ok_for_max_constant): New function.
6026         (gen_safe_add): New function.
6027         (rx_expand_prologue): Use gen_safe_add.
6028         (rx_expand_epilogue): Likewise.
6029         (rx_is_legitimate_constant): Use ok_for_max_constant.  Handle
6030         UNSPEC CONSTs.
6031
6032 2011-01-21  Jeff Law  <law@redhat.com>
6033
6034         PR tree-optimization/47053
6035         * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
6036         (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
6037         statements are deleted.
6038         (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP.  If NEED_EH_CLEANUP
6039         is nonempty, then purge dead edges and cleanup the CFG.
6040
6041 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
6042
6043         PR debug/47402
6044         Temporarily revert:
6045         2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
6046         PR debug/47106
6047         * tree-dfa.c (create_var_ann): Mark variable as used.
6048
6049 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
6050
6051         PR middle-end/45566
6052         * except.c (convert_to_eh_region_ranges): Emit queued no-region
6053         notes from other section in hot/cold partitioning even if
6054         last_action is -3.  Increment call_site_base.
6055
6056         PR rtl-optimization/47366
6057         * fwprop.c (forward_propagate_into): Return bool.  If
6058         any changes are made, -fnon-call-exceptions is used and
6059         REG_EH_REGION note is present, call purge_dead_edges
6060         and return true if it purged anything.
6061         (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
6062         any EH edges were purged.
6063
6064 2011-01-21  Jeff Law  <law@redhat.com>
6065
6066         PR rtl-optimization/41619
6067         * caller-save.c (setup_save_areas): Break out code to determine
6068         which hard regs are live across calls by examining the reload chains
6069         so that it is always used.
6070         Eliminate code which checked REG_N_CALLS_CROSSED.
6071
6072 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
6073
6074         PR tree-optimization/47355
6075         * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
6076         NOP has non-debug uses beyond PHIs in new_bb.
6077
6078 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
6079
6080         PR debug/47106
6081         * cfgexpand.c (account_used_vars_for_block): Only account vars
6082         that are annotated as used.
6083         (estimated_stack_frame_size): Don't set TREE_USED.
6084         * tree-dfa.c (create_var_ann): Mark variable as used.
6085
6086 2011-01-21  Richard Guenther  <rguenther@suse.de>
6087
6088         PR middle-end/47395
6089         * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
6090
6091 2011-01-21  Richard Guenther  <rguenther@suse.de>
6092
6093         PR tree-optimization/47365
6094         * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
6095         (vn_reference_lookup_pieces): Adjust.
6096         (vn_reference_lookup): Likewise.
6097         * tree-ssa-sccvn.c (vn_walk_kind): New static global.
6098         (vn_reference_lookup_3): Only look through kills if in
6099         VN_WALKREWRITE mode.
6100         (vn_reference_lookup_pieces): Adjust.
6101         (vn_reference_lookup): Likewise.
6102         (visit_reference_op_load): Likewise.
6103         (visit_reference_op_store): Likewise.
6104         * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
6105         (compute_avail): Likewise.
6106         (eliminate): Likewise.
6107
6108 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
6109
6110         * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
6111         DECL_IGNORED_P non-reg vars if they are used.
6112
6113         PR tree-optimization/47391
6114         * varpool.c (const_value_known_p): Return false if
6115         decl is volatile.
6116
6117 2011-01-21  Kai Tietz  <kai.tietz@onevision.com>
6118
6119         PR bootstrap/47215
6120         * config/i386/i386.c (ix86_local_alignment): Handle
6121         case for va_list_type_node is nil.
6122         (ix86_canonical_va_list_type): Likewise.
6123
6124 2011-01-21  Alan Modra  <amodra@gmail.com>
6125
6126         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
6127         builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
6128
6129 2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6130
6131         * config/arm/arm.md (define_attr type): Rename f_load
6132         and f_store to f_fpa_load and f_fpa_store. Update.
6133         (write_conflict): Deal with rename fallout.
6134         (*push_fp_multi): Likewise.
6135         * config/arm/fpa.md (f_load): Use f_fpa_load.
6136         (f_store): Use f_fpa_store.
6137         (*movsf_fpa): Likewise.
6138         (*movdf_fpa): Likewise.
6139         (*movxf_fpa): Likewise.
6140         (*thumb2_movsf_fpa): Likewise.
6141         (*thumb2_movdf_fpa): Likewise.
6142         (*thumb2_movxf_fpa): Likewise.
6143         * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
6144         f_loadd and f_stored.
6145         (*thumb2_movdi_vfp): Likewise.
6146         (*thumb2_movsf_vfp): Fix attribute to f_loads.
6147         (*thumb2_movsi_vfp): Likewise.
6148         * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
6149         Use f_loads instead of f_load.
6150         * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
6151
6152 2011-01-20  Anatoly Sokolov  <aesok@post.ru>
6153
6154         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
6155         * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
6156         * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
6157         (xtensa_mode_dependent_address_p): New function.
6158         (constantpool_address_p): Make static. Change return type to bool.
6159         Change argument type to const_rtx. Use CONST_INT_P predicate.
6160
6161 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
6162
6163         PR debug/46583
6164         * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
6165
6166 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
6167
6168         PR debug/47283
6169         * cfgexpand.c (expand_debug_expr): Instead of generating
6170         (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
6171         etc. handling.
6172
6173 2011-01-20  Richard Guenther  <rguenther@suse.de>
6174
6175         PR middle-end/47370
6176         * tree-inline.c (remap_gimple_op_r): Recurse manually for
6177         the pointer operand of MEM_REFs.
6178
6179 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
6180
6181         PR tree-optimization/46130
6182         * ipa-split.c (consider_split): If return_bb contains non-virtual
6183         PHIs other than for retval or if split_function would not adjust it,
6184         refuse to split.
6185
6186 2011-01-20  Richard Guenther  <rguenther@suse.de>
6187
6188         PR tree-optimization/47167
6189         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
6190         Revert previous change, only avoid enumeral type changes.
6191
6192 2011-01-19  Mike Stump  <mikestump@comcast.net>
6193
6194         * doc/tm.texi.in (BRANCH_COST): Englishify.
6195         * doc/tm.texi (BRANCH_COST): Likewise.
6196
6197 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
6198
6199         PR c++/47291
6200         * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
6201         (gen_scheduled_generic_parms_dies): New functions.
6202         (gen_struct_or_union_type_die): Schedule template parameters DIEs
6203         generation for the end of CU compilation.
6204         (dwarf2out_finish): Generate template parameters DIEs here.
6205
6206 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
6207
6208         PR debug/46240
6209         * tree-into-ssa.c (maybe_register_def): Do not attempt to add
6210         debug bind stmt on merge edges.
6211
6212 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
6213
6214         PR debug/47079
6215         PR debug/46724
6216         * function.c (instantiate_expr): Instantiate incoming rtl of
6217         implicit arguments, and recurse on VALUE_EXPRs.
6218         (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
6219         * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
6220
6221 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
6222
6223         * c-parser.c (c_parser_for_statement): Initialize
6224         collection_expression.
6225
6226 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
6227
6228         * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
6229
6230 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
6231
6232         * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
6233         (LINK_SHLIB_SPEC): Don't use %(link_path).
6234         (SUBTARGET_EXTRA_SPECS): Remove link_path.
6235
6236 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
6237
6238         * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
6239         (NO_SHARED_LIB_SUPPORT): Remove.
6240         (LINK_SHLIB_SPEC): Remove one conditional definition.
6241
6242 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
6243
6244         * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
6245         %{call_shared}.
6246         * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
6247         * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
6248         * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
6249         %{call_shared} and conditionals on these options not being passed.
6250         * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
6251         %{call_shared}.
6252
6253 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
6254
6255         * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
6256         simplify.
6257
6258         * ipa-split.c: Spelling fixes.
6259
6260 2011-01-19  Richard Henderson  <rth@redhat.com>
6261
6262         * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
6263         (*mulsi3): Likewise.
6264
6265         * longlong.h [__mn10300__] (count_leading_zeros): New.
6266         [__mn10300__] (umul_ppmm, smul_ppmm): New.
6267         [__mn10300__] (add_ssaaaa, subddmmss): New.
6268         [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
6269         [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
6270
6271 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6272
6273         * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
6274
6275 2011-01-19  Richard Henderson  <rth@redhat.com>
6276
6277         * config/mn10300/mn10300.md (addsi3_flags): New.
6278         (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
6279         (subsi3_flags, subc_internal, subdi3): New.
6280         (subdi3_internal, *subdi3_degenerate): New.
6281         * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
6282
6283         * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
6284         (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
6285         (mn10300_expand_epilogue): Use it.  Compute REG_SAVE_BYTES once.
6286         * config/mn10300/mn10300-protos.h: Update.
6287         * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
6288         (return_ret): Likewise.  Rename from return_internal_regs.
6289         (return_internal): Remove.
6290
6291         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
6292         (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
6293         (mn10300_legitimate_constant_p): Likewise.
6294         (mn10300_can_use_return_insn): Use mn10300_initial_offset.
6295         (mn10300_frame_size): New.
6296         (mn10300_expand_prologue): Use it.
6297         (mn10300_expand_epilogue): Likewise.
6298         (mn10300_initial_offset): Likewise.
6299         * config/mn10300/mn10300-protos.h: Update.
6300         * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
6301         * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
6302         (prologue, epilogue, return_internal): Tidy output code.
6303         (mn10300_store_multiple_operation, return): Likewise.
6304         (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
6305         (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
6306         (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
6307         (load_pic, am33_load_pic): New.
6308         (mn10300_load_pic0, mn10300_load_pic1): New.
6309
6310         * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
6311         * config/mn10300/mn10300.c (CC_FLAG_Z): New.
6312         (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
6313         (cc_flags_for_mode, cc_flags_for_code): New.
6314         (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
6315         overflow flag is not valid.  Validate that the flags we need
6316         for the comparison are valid.
6317         (mn10300_output_cmp): Remove.
6318         (mn10300_output_add): New.
6319         (mn10300_select_cc_mode): Use cc_flags_for_code.
6320         (mn10300_split_cbranch): New.
6321         (mn10300_match_ccmode): New.
6322         (mn10300_split_and_operand_count): New.
6323         * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
6324         to the function.
6325         * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
6326         (addsi3): ... here.  Use mn10300_output_add.
6327         (*addsi3_flags): New.
6328         (*am33_subsi3, *mn10300_subsi3): Merge...
6329         (subsi3): ... here.  Use attribute isa.
6330         (*subsi3_flags): New.
6331         (negsi2): Rewrite from expander to insn_and_split.  Use NOT+INC
6332         when possible.
6333         (*am33_andsi3, *mn10300_andsi3): Merge...
6334         (andsi3): ... here.
6335         (*andsi3_flags): New.
6336         (andsi3 splitters): New.
6337         (*am33_iorsi3, *mn10300_iorsi3): Merge...
6338         (iorsi3): ... here.
6339         (*iorsi3_flags): New.
6340         (*am33_xorsi3, *mn10300_xorsi3): Merge...
6341         (xorsi3): ... here.
6342         (*xorsi3_flags): New.
6343         (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
6344         (one_cmplsi2): ... here.
6345         (*one_cmplsi2_flags): New.
6346         (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload.  Use "r"
6347         instead of "dax" in constraints.  Use mn10300_split_cbranch.
6348         (*cmpsi): Rename from cmpsi.  Do not use mn10300_output_cmp.  Do not
6349         use matching constraints to eliminate a self-comparison.
6350         (*integer_conditional_branch): Rename from integer_conditional_branch.
6351         Use int_mode_flags to match CC_REG.
6352         (*cbranchsi4_btst, *btstsi): New.
6353         (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload.  Use
6354         mn10300_split_cbranch.
6355         (*am33_cmpsf): Rename from am33_cmpsf.
6356         (*float_conditional_branch): Rename from float_conditional_branch.
6357         (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
6358         (zero_extendqisi2): ... here.
6359         (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
6360         (zero_extendhisi2): ... here.
6361         (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
6362         (extendqisi2): ... here.
6363         (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
6364         (extendhisi2): ... here.
6365         (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
6366         (ashlsi3): ... here.
6367         (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
6368         (lshrsi3): ... here.
6369         (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
6370         (ashrsi3): ... here.
6371         (consecutive add peephole): Remove.
6372         * config/mn10300/predicates.md (label_ref_operand): New.
6373         (int_mode_flags): New.
6374         (CCZN_comparison_operator): New.
6375
6376         * config/mn10300/mn10300.md (UNSPEC_EXT): New.
6377         (throughput_42_latency_43): New reservation.
6378         (mulsidi3, umulsidi3): New expanders.
6379         (mulsidi3_internal): Rewrite from old mulsidi3 pattern.  Expose
6380         the MDR register to allocation; separately allocate the low and
6381         high parts of the DImode result.
6382         (umulsidi3_internal): Similarly.
6383         (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
6384         (*mulsi3): ... here.  Clobber MDR as a scratch as necessary.
6385         (udivsi3, umodsi3): Remove.
6386         (udivmodsi4, divmodsi4): New expanders.
6387         (*udivmodsi4): Rename from udivmodsi4.  Expose MDR properly.
6388         (*divmodsi4): Simiarly.
6389         (ext_internal): New.
6390
6391         * config/mn10300/constraints.md ("z"): New constraint.
6392         * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
6393         (FIXED_REGISTERS): Don't fix MDR.
6394         (CALL_USED_REGSITERS): Reformat nicely.
6395         (REG_ALLOC_ORDER): Add MDR.
6396         (enum regclass): Add MDR_REGS.
6397         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
6398         (IRA_COVER_CLASSES): Add MDR_REGS.
6399         (REGNO_REG_CLASS): Handle MDR_REG.
6400         * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
6401         (mn10300_register_move_cost): Likewise.
6402         * config/mn10300/mn10300.md (MDR_REG): New.
6403         (*movsi_internal): Handle moves to/from MDR_REGS.
6404
6405         * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
6406         POST_MODIFY.
6407         (mn10300_secondary_reload): Tidy combination reload classes.
6408         (mn10300_legitimate_address_p): Allow post-modify and reg+reg
6409         addresses for AM33.  Allow symbolic offsets for reg+imm.
6410         (mn10300_regno_in_class_p): New.
6411         (mn10300_legitimize_reload_address): New.
6412         * config/mn10300/mn10300.h (enum reg_class): Remove
6413         DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
6414         SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS.  Add
6415         SP_OR_GENERAL_REGS.
6416         (REG_CLASS_NAMES): Update to match.
6417         (REG_CLASS_CONTENTS): Likewise.
6418         (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
6419         (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
6420         (REGNO_IN_RANGE_P): Remove.
6421         (REGNO_DATA_P): Use mn10300_regno_in_class_p.
6422         (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
6423         (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
6424         (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
6425         (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
6426         (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
6427         (REGNO_GENERAL_P): New.
6428         (HAVE_POST_MODIFY_DISP): New.
6429         (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
6430         (LEGITIMIZE_RELOAD_ADDRESS): New.
6431         * config/mn10300/mn10300-protos.h: Update.
6432
6433         * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
6434         DATA_REGS for AM33 stack-pointer destination.
6435         (mn10300_preferred_output_reload_class): Likewise.
6436         (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
6437         into a form appropriate for ...
6438         (TARGET_SECONDARY_RELOAD): New.
6439         * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
6440         * config/mn10300/mn10300-protos.h: Update.
6441         * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
6442         reload_insi; use the "A" constraint for the scratch; handle AM33
6443         moves of sp to non-address registers.
6444
6445         * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
6446         (*movqi_internal): ... here.
6447         (*am33_movhi, *mn10300_movhi): Merge into...
6448         (*movhi_internal): ... here.
6449         (*movsi_internal): Use "r" instead of "dax" in constraints.  Use "A"
6450         as the source/destination of moves from/to SP.
6451         (movsf): Only allow for AM33-2.
6452         (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
6453         any integer constant constraint.  Only allow for AM33-2.  Tidy
6454         all of the alternative outputs.
6455         (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
6456         (udivmodsi4): Delete expander and promote *udivmodsi4.  Disallow
6457         for MN103.
6458         (udivsi3, umodsi3): New patterns for MN103 only.
6459
6460 2011-01-19  Joern Rennecke  <amylaar@spamcop.net>
6461
6462         * doc/tm.texi.in: Spell out that a lack of register class unions
6463         can lead to ICEs.
6464         * doc/tm.texi: Regenerate.
6465
6466 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
6467
6468         PR rtl-optimization/47337
6469         * dce.c (check_argument_store): New function.
6470         (find_call_stack_args): Ignore debug insns.  Use check_argument_store.
6471
6472         PR tree-optimization/47290
6473         * tree-eh.c (infinite_empty_loop_p): New function.
6474         (cleanup_empty_eh): Use it.
6475
6476 2011-01-18  Steve Ellcey  <sje@cup.hp.com>
6477
6478         PR target/46997
6479         * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
6480         (a64_expand_widen_sum): Ditto.
6481         * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
6482         (vec_extract_evenodd_help): Ditto.
6483         (vec_extract_evenv4hi): Ditto.
6484         (vec_extract_oddv4hi): Ditto.
6485         (vec_extract_evenv2si): Ditto.
6486         (vec_extract_oddv2si): Ditto.
6487         (vec_extract_evenv2sf): Ditto.
6488         (vec_extract_oddv2sf): Ditto.
6489         (vec_pack_trunc_v4hi: Ditto.
6490         (vec_pack_trunc_v2si): Ditto.
6491         (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
6492         (vec_interleave_highv8qi): Ditto.
6493         (mix1_r): Ditto.
6494         (vec_extract_oddv8qi): Ditto.
6495         (vec_interleave_lowv4hi): Ditto.
6496         (vec_interleave_highv4hi): Ditto.
6497         (vec_interleave_lowv2si): Ditto.
6498         (vec_interleave_highv2si): Ditto.
6499
6500 2011-01-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6501
6502         * doc/extend.texi: Mention __float128 support on hppa HP-UX.
6503         * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
6504         * config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
6505         (pa_c_mode_for_suffix): New.
6506         (TARGET_EXPAND_BUILTIN): Define.
6507         (TARGET_C_MODE_FOR_SUFFIX): Define.
6508         (pa_builtins): Define.
6509         (pa_init_builtins): Register __float128 type and init new support
6510         builtins.
6511         * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
6512         * config/pa/quadlib.c (_U_Qfcopysign): New.
6513
6514 2011-01-18  Eric Botcazou  <ebotcazou@adacore.com>
6515
6516         PR middle-end/46894
6517         * explow.c (allocate_dynamic_stack_space): Do not assume more than
6518         BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
6519         are defined.
6520
6521 2011-01-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6522
6523         PR tree-optimization/47179
6524         * config/spu/spu.c (spu_ref_may_alias_errno): New function.
6525         (TARGET_REF_MAY_ALIAS_ERRNO): Define.
6526
6527 2011-01-18  Richard Guenther  <rguenther@suse.de>
6528
6529         PR rtl-optimization/47216
6530         * emit-rtl.c: Include tree-flow.h.
6531         (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
6532         of replicating it with different semantics.
6533         * Makefile.in (emit-rtl.o): Adjust.
6534
6535 2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6536
6537         * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
6538         (cortex_a9_dp): Handle neon types correctly.
6539
6540 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
6541
6542         PR rtl-optimization/47299
6543         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
6544         subtarget.  Use normal multiplication if both operands are constants.
6545         * expmed.c (expand_widening_mult): Don't try to optimize constant
6546         multiplication if op0 has VOIDmode.  Convert op1 constant to mode
6547         before using it.
6548
6549 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6550
6551         * doc/lto.texi (LTO): Ensure two spaces after period.  Fix
6552         spacing after 'e.g.', typos, comma, hyphenation.
6553
6554 2011-01-17  Richard Henderson  <rth@redhat.com>
6555
6556         * config/rx/predicates.md (rx_constshift_operand): Use match_test.
6557         (rx_restricted_mem_operand): New.
6558         (rx_shift_operand): Use register_operand.
6559         (rx_source_operand, rx_compare_operand): Likewise.
6560         * config/rx/rx.md (addsi3_flags): New expander.
6561         (adddi3): Rewrite as expander.
6562         (adc_internal, *adc_flags, adddi3_internal): New patterns.
6563         (subsi3_flags): New expander.
6564         (subdi3): Rewrite as expander.
6565         (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
6566
6567         * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
6568         (rx_init_builtins): Remove sat builtin.
6569         (rx_expand_builtin): Likewise.
6570         * config/rx/rx.md (ssaddsi3): New.
6571         (*sat): Rename from sat.  Represent the CC_REG input.
6572
6573         * config/rx/predicates.md (rshift_operator): New.
6574         * config/rx/rx.c (rx_expand_insv): Remove.
6575         * config/rx/rx-protos.h: Update.
6576         * config/rx/rx.md (*bitset): Rename from bitset.  Swap the ashift
6577         operand to the canonical position.
6578         (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
6579         (*bitclr, *bitclr_in_memory): Similarly.
6580         (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
6581         (insv): Retain the zero_extract in the expansion.
6582
6583         * config/rx/rx.md (bswapsi2): Use = not + for output reload.
6584         (bswaphi2, bitinvert, revw): Likewise.
6585
6586         * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
6587         (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
6588         * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
6589         (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
6590         (bitset, bitset_in_memory): Likewise.
6591         (bitinvert, bitinvert_in_memory): Likewise.
6592         (bitclr, bitclr_in_memory): Likewise.
6593         (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
6594         (rx_strend, rx_cmpstrn): Likewise.
6595         (rx_setmem): Likewise.  Make the source BLKmode to match the dest.
6596         (bitop peep2 patterns): Remove.
6597
6598         * config/rx/rx.c (rx_match_ccmode): New.
6599         * config/rx/rx-protos.h: Update.
6600         * config/rx/rx.md (abssi2): Clobber, don't set flags.
6601         (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
6602         (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
6603         (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
6604         (fix_truncsfsi2, floatsisf2): Likewise.
6605         (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
6606         (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
6607         (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
6608         (*subsi3_flags, *xorsi3_flags): New.
6609
6610         * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
6611
6612         * config/rx/rx.c (rx_print_operand): Remove workaround for
6613         unsplit comparison operations.
6614
6615         * config/rx/rx.md (movsicc): Split after reload.
6616         (*movsicc): Merge *movsieq and *movsine via match_operator.
6617         (*stcc): New pattern.
6618
6619         * config/rx/rx.c (rx_float_compare_mode): Remove.
6620         * config/rx/rx.h (rx_float_compare_mode): Remove.
6621         * config/rx/rx.md (cstoresi4): Split after reload.
6622         (*sccc): New pattern.
6623
6624         * config/rx/predicates.md (label_ref_operand): New.
6625         (rx_z_comparison_operator): New.
6626         (rx_zs_comparison_operator): New.
6627         (rx_fp_comparison_operator): New.
6628         * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
6629         Validate that the flags are set properly for the comparison.
6630         (rx_gen_cond_branch_template): Remove.
6631         (rx_cc_modes_compatible): Remove.
6632         (mode_from_flags): New.
6633         (flags_from_code): Rename from flags_needed_for_conditional.
6634         (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
6635         (rx_select_cc_mode): Likewise.
6636         (rx_split_fp_compare): New.
6637         (rx_split_cbranch): New.
6638         * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
6639         (*cbranchsi4): Use match_operator and rx_split_cbranch.
6640         (*cbranchsf4): Similarly.
6641         (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>.  Use
6642         match_operator and rx_split_cbranch.
6643         (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
6644         tstbranchsi4m_ne.  Use match_operator and rx_split_cbranch.
6645         (*cmpsi): Rename from cmpsi.
6646         (*tstsi): Rename from tstsi.
6647         (*cmpsf): Rename from cmpsf; use CC_Fmode.
6648         (*conditional_branch): Rename from conditional_branch.
6649         (*reveresed_conditional_branch): Remove.
6650         (b<code>): Remove expander.
6651         * config/rx/rx-protos.h: Update.
6652
6653         * config/rx/rx.c (rx_compare_redundant): Remove.
6654         * config/rx/rx.md (cmpsi): Don't use it.
6655         * config/rx/rx-protos.h: Update.
6656
6657         * config/rx/rx-modes.def (CC_F): New mode.
6658         * config/rx/rx.c (rx_select_cc_mode): New.
6659         * config/rx/rx.h (SELECT_CC_MODE): Use it.
6660         * config/rx/rx-protos.h: Update.
6661
6662 2011-01-17  Richard Henderson  <rth@redhat.com>
6663
6664         * except.c (dump_eh_tree): Fix stray ; after for statement.
6665
6666 2011-01-17  Richard Guenther  <rguenther@suse.de>
6667
6668         PR tree-optimization/47313
6669         * tree-inline.c (tree_function_versioning): Move DECL_RESULT
6670         handling before copying the body.  Properly deal with
6671         by-reference result in SSA form.
6672
6673 2011-01-17  Ian Lance Taylor  <iant@google.com>
6674
6675         PR target/47219
6676         * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
6677         (struct_value_alias_set): Don't define.
6678         (sparc_option_override): Don't set sparc_sr_alias_set and
6679         struct_value_alias_set.
6680         (save_or_restore_regs): Use gen_frame_mem rather than calling
6681         set_mem_alias_set.
6682         (sparc_struct_value_rtx): Likewise.
6683
6684 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
6685
6686         PR target/47318
6687         * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to
6688         __m128i.
6689         (_mm_maskstore_pd): Likewise.
6690         (_mm_maskload_ps): Likewise.
6691         (_mm_maskstore_ps): Likewise.
6692         (_mm256_maskload_pd): Change mask to __m256i.
6693         (_mm256_maskstore_pd): Likewise.
6694         (_mm256_maskload_ps): Likewise.
6695         (_mm256_maskstore_ps): Likewise.
6696
6697         * config/i386/i386-builtin-types.def: Updated.
6698         (ix86_expand_special_args_builtin): Likewise.
6699
6700         * config/i386/i386.c (bdesc_special_args): Update
6701         __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
6702         __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
6703         __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
6704         __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
6705
6706         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
6707         Use <avxpermvecmode> on mask register.
6708         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
6709
6710 2011-01-17  Olivier Hainque  <hainque@adacore.com>
6711             Michael Haubenwallner  <michael.haubenwallner@salomon.at>
6712             Eric Botcazou  <ebotcazou@adacore.com>
6713
6714         PR target/46655
6715         * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
6716         if <= USHRT_MAX in 32-bit mode.
6717
6718 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6719
6720         * doc/install.texi (Configuration, Specific): Wrap long
6721         lines in examples.  Allow line wrapping in long options
6722         and URLs where beneficial for PDF output.
6723
6724 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
6725
6726         * config/mips/mips.c (mips_classify_symbol): Don't return
6727         SYMBOL_PC_RELATIVE for nonlocal labels.
6728
6729 2011-01-15  Eric Botcazou  <ebotcazou@adacore.com>
6730
6731         * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
6732
6733 2011-01-15  Jan Hubicka  <jh@suse.cz>
6734
6735         PR tree-optimization/47276
6736         * ipa.c (function_and_variable_visibility): Do not try to mark alias
6737         declarations as needed.
6738
6739 2011-01-15  Martin Jambor  <mjambor@suse.cz>
6740
6741         * common.opt (fdevirtualize): New flag.
6742         * doc/invoke.texi (Option Summary): Document it.
6743         * opts.c (default_options_table): Add devirtualize flag.
6744         * ipa-prop.c (detect_type_change): Return immediately if
6745         devirtualize flag is not set.
6746         (detect_type_change_ssa): Likewise.
6747         (compute_known_type_jump_func): Likewise.
6748         (ipa_analyze_virtual_call_uses): Likewise.
6749
6750 2011-01-14  Martin Jambor  <mjambor@suse.cz>
6751
6752         PR tree-optimization/45934
6753         PR tree-optimization/46302
6754         * ipa-prop.c (type_change_info): New type.
6755         (stmt_may_be_vtbl_ptr_store): New function.
6756         (check_stmt_for_type_change): Likewise.
6757         (detect_type_change): Likewise.
6758         (detect_type_change_ssa): Likewise.
6759         (compute_complex_assign_jump_func): Check for dynamic type change.
6760         (compute_complex_ancestor_jump_func): Likewise.
6761         (compute_known_type_jump_func): Likewise.
6762         (compute_scalar_jump_functions): Likewise.
6763         (ipa_analyze_virtual_call_uses): Likewise.
6764         (ipa_analyze_node): Push and pop cfun, set current_function_decl.
6765
6766 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6767
6768         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
6769         * config/i386/i386.opt (msse5): New Alias.
6770
6771 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6772
6773         * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
6774         * config/sparc/linux64.h (CC1_SPEC): Likewise.
6775         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
6776         * config/sparc/sparc.h (CC1_SPEC): Likewise.
6777
6778 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6779
6780         * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
6781         -mcpu options.
6782         * config/sparc/linux64.h (CC1_SPEC): Likewise.
6783         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
6784         * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
6785         * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
6786         Likewise.
6787         * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
6788
6789 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6790
6791         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
6792
6793 2011-01-14  Mike Stump  <mikestump@comcast.net>
6794
6795         * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
6796         * config/fr30/fr30.md: Likweise
6797         (movsi_push): Likewise.
6798         (movsi_pop): Likewise.
6799         (enter_func): Likewise.
6800         * config/moxie/moxie.md (movsi_push): Likewise.
6801         (movsi_pop): Likewise.
6802
6803 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6804
6805         * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
6806         %{no_archive} %{exact_version}.
6807         * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
6808         * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
6809         %{no_archive} %{exact_version}.
6810         * config/mips/openbsd.h (LINK_SPEC): Likewise.
6811         * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
6812         * config/mips/vxworks.h: Likewise.
6813
6814 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6815
6816         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
6817
6818 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6819
6820         * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
6821         ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
6822
6823 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6824
6825         * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
6826         -nodefaultlib.
6827
6828 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6829
6830         * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
6831         for mcpu not cpu.
6832         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
6833         CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
6834         not cpu.
6835         (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
6836         Don't handle -shlib.
6837
6838 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6839
6840         * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
6841         (CC1_SPEC): Don't handle -profile.
6842
6843 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6844
6845         * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
6846         * config/mips/mips.h (CC1_SPEC): Likewise.
6847
6848 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6849
6850         * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
6851         * config/mips/mips.h (CC1_SPEC): Likewise.
6852
6853 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6854
6855         * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
6856         * config/m32r/linux.h (LINK_SPEC): Likewise.
6857         * config/mips/linux.h (LINK_SPEC): Likewise.
6858         * config/mips/linux64.h (LINK_SPEC): Likewise.
6859         * config/sparc/linux.h (LINK_SPEC): Likewise.
6860         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
6861         LINK_SPEC): Likewise.
6862         * config/xtensa/linux.h (LINK_SPEC): Likewise.
6863
6864 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6865
6866         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
6867         %{version:-v}.
6868         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
6869
6870 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6871
6872         * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
6873         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6874
6875 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
6876
6877         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
6878
6879 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6880
6881         * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
6882         supports -Bstatic/-Bdynamic.
6883         * configure: Regenerate.
6884
6885 2011-01-14  Jan Hubicka  <jh@suse.cz>
6886             Jack Howarth  <howarth@bromo.med.uc.edu>
6887
6888         PR target/46037
6889         * config/darwin.c (darwin_override_options): Honor flag_gtoggle
6890         when checking debug_info_level. Test write_symbols instead of
6891         debug_hooks->var_location when setting flag_var_tracking_uninit.
6892
6893 2011-01-14  Richard Guenther  <rguenther@suse.de>
6894
6895         PR tree-optimization/47179
6896         * target.def (ref_may_alias_errno): New target hook.
6897         * targhooks.h (default_ref_may_alias_errno): Declare.
6898         * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
6899         (default_ref_may_alias_errno): New function.
6900         * target.h (struct ao_ref_s): Declare.
6901         * tree-ssa-alias.c: Include target.h.
6902         (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
6903         * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
6904         (targhooks.o): Likewise.
6905         * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
6906         * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
6907
6908 2011-01-14  Richard Guenther  <rguenther@suse.de>
6909
6910         * tree-ssa-structalias.c  (new_var_info): Use DECL_HARD_REGISTER.
6911
6912 2011-01-14  Richard Guenther  <rguenther@suse.de>
6913
6914         PR tree-optimization/47280
6915         * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
6916         return CFG changes.
6917         (tree_ssa_forward_propagate_single_use_vars): Deal with
6918         CFG changes from associate_plusminus.
6919
6920 2011-01-14  Richard Guenther  <rguenther@suse.de>
6921
6922         PR middle-end/47281
6923         Revert
6924         2011-01-11  Richard Guenther  <rguenther@suse.de>
6925
6926         PR tree-optimization/46076
6927         * tree-ssa.c (useless_type_conversion_p): Conversions from
6928         unprototyped to empty argument list function types are useless.
6929
6930 2011-01-14  Richard Guenther  <rguenther@suse.de>
6931
6932         PR tree-optimization/47286
6933         * tree-ssa-structalias.c (new_var_info): Register variables are global.
6934
6935 2011-01-14  Martin Jambor  <mjambor@suse.cz>
6936
6937         PR middle-end/46823
6938         * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
6939
6940 2011-01-13  Anatoly Sokolov  <aesok@post.ru>
6941
6942         * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
6943         LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
6944         * config/xtensa/xtensa.c (xtensa_libcall_value,
6945         xtensa_function_value_regno_p): New functions.
6946         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
6947
6948 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
6949
6950         PR c++/47213
6951         * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
6952         PE specific hook.
6953         * config/i386/i386-protos.h (i386_pe_assemble_visibility):
6954         New function prototype.
6955         * config/i386/winnt.c (i386_pe_assemble_visibility):
6956         Warn only if attribute was specified by user.
6957
6958 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
6959
6960         PR target/47251
6961         * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
6962         floating point.
6963         (floatunsdidf2_fcfidu): Ditto.
6964
6965 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6966
6967         * config/s390/s390.c (print_operand_address): Replace 'error' with
6968         'output_operand_lossage'.
6969         (print_operand): Likewise.
6970
6971 2011-01-13  Jeff Law  <law@redhat.com>
6972
6973         PR rtl-optimization/39077
6974         * doc/invoke.texi (max-gcse-insertion-ratio): Document.
6975         * params.h (MAX_GCSE_INSERTION_RATIO): Define.
6976         * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
6977         * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
6978         * gcse.c (prune_insertions_deletions): New function.
6979         (compute_pre_data): Use it.
6980
6981 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
6982
6983         PR debug/PR46973
6984         * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
6985         static function.
6986         (prune_unused_types_mark): Use it.
6987
6988 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
6989
6990         PR rtl-optimization/45352
6991         * sel-sched.c: Update copyright years.
6992         (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
6993         in the advancing loop when we have issued issue_rate insns.
6994
6995 2011-01-12  Richard Henderson  <rth@redhat.com>
6996
6997         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
6998         (TARGET_MD_ASM_CLOBBERS): New.
6999
7000         * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
7001         (TARGET_DELEGITIMIZE_ADDRESS): New.
7002
7003         * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
7004         (clzsi2, *bsch): New patterns.
7005
7006         * config/mn10300/mn10300.md (INT): New mode iterator.
7007         (*mov<INT>_clr): New pattern, and peep2 to generate it.
7008
7009         * config/mn10300/mn10300.c (mn10300_option_override): Force enable
7010         flag_split_wide_types.
7011
7012         * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
7013         (mn10300_trampoline_init): Rewrite without a template, an immediate
7014         load and a direct branch.
7015         * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
7016
7017 2011-01-12  Anatoly Sokolov  <aesok@post.ru>
7018
7019         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7020         * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
7021         * config/s390/s390.c (s390_output_addr_const_extra): Make static.
7022         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7023
7024 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
7025
7026         PR debug/47209
7027         * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
7028         of type.
7029
7030 2011-01-12  Jan Hubicka  <jh@suse.cz>
7031
7032         PR driver/47244
7033         * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
7034         (PLUGIN_COND_CLOSE): New macro.
7035         (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
7036
7037 2011-01-12  Richard Guenther  <rguenther@suse.de>
7038
7039         PR lto/47259
7040         * lto-streamer-out.c (output_gimple_stmt): Do not wrap
7041         register variables in a MEM_REF.
7042
7043 2011-01-12  Joseph Myers  <joseph@codesourcery.com>
7044
7045         * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
7046         crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
7047         hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
7048         i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
7049         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
7050         x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
7051         ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
7052         m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
7053         mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
7054         s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
7055         sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
7056         am33_2.0-*-linux*): Use gnu-user.h before linux.h.
7057         * config/gnu-user.h: New.  Copied from linux.h.
7058         (LINUX_TARGET_STARTFILE_SPEC): Rename to
7059         GNU_USER_TARGET_STARTFILE_SPEC.
7060         (LINUX_TARGET_ENDFILE_SPEC): Rename to
7061         GNU_USER_TARGET_ENDFILE_SPEC.
7062         (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
7063         (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
7064         (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
7065         LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
7066         CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
7067         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
7068         BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
7069         BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
7070         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
7071         TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
7072         * config/arm/linux-eabi.h (CC1_SPEC): Use
7073         GNU_USER_TARGET_CC1_SPEC.
7074         (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
7075         (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
7076         (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
7077         * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
7078         LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
7079         LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
7080         CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
7081         LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
7082
7083 2011-01-12  Richard Guenther  <rguenther@suse.de>
7084
7085         PR other/46946
7086         * doc/invoke.texi (ffast-math): Document it is turned on
7087         with -Ofast.
7088
7089 2011-01-12  Jan Hubicka  <jh@suse.cz>
7090
7091         PR tree-optimization/47233
7092         * opts.c (common_handle_option): Disable ipa-reference with profile
7093         feedback.
7094
7095 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
7096
7097         * c-parser.c (c_parser_objc_at_property_declaration): Improved
7098         error message.
7099
7100 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
7101
7102         * c-parser.c (c_lex_one_token): Updated and reindented some
7103         comments.  No changes in code.
7104
7105 2011-01-11  Ian Lance Taylor  <iant@google.com>
7106
7107         * godump.c (go_output_var): Don't output the variable if there is
7108         already a type with the same name.
7109
7110 2011-01-11  Ian Lance Taylor  <iant@google.com>
7111
7112         * godump.c (go_format_type): Don't generate float80.
7113
7114 2011-01-11  Richard Henderson  <rth@redhat.com>
7115
7116         * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
7117         declaration.  Rewrite for both speed and size.
7118         (mn10300_address_cost_1): Remove.
7119         (mn10300_register_move_cost): New.
7120         (mn10300_memory_move_cost): New.
7121         (mn10300_rtx_costs): Rewrite for both speed and size.  Don't handle
7122         ZERO_EXTRACT.  Do handle UNSPEC, arithmetic, logicals, compare,
7123         extensions, shifts, BSWAP, CLZ.
7124         (mn10300_wide_const_load_uses_clr): Remove.
7125         (TARGET_REGISTER_MOVE_COST): New.
7126         (TARGET_MEMORY_MOVE_COST): New.
7127         * config/mn10300/mn10300-protos.h: Update.
7128         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
7129
7130         * config/mn10300/constraints.md ("R", "T"): Remove constraints.
7131         * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
7132         * config/mn10300/mn10300-protos.h: Update.
7133         * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
7134         (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
7135         (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
7136         (*test_int_bitfield, *test_byte_bitfield): Remove.
7137         (*bit_test, *subreg_bit_test): Remove.
7138         * config/mn10300/predicates.md (const_8bit_operand): Remove.
7139
7140         * config/mn10300/constraints.md ("c"): Rename from "A".
7141         ("A", "D"): New constraint letters.
7142         * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
7143         (fmssf4, fnmasf4, fnmssf4): Likewise.
7144
7145         * config/mn10300/mn10300.md (isa): New attribute.
7146         (enabled): New attribute.
7147
7148         * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
7149         (abssf2, negsf2): Define only for hardware fp.
7150         (sqrtsf2): Reformat.
7151         (addsf3, subsf3, mulsf3): Merge expander and insn.
7152
7153         * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
7154         (DEBUGGER_AUTO_OFFSET): Remove.
7155         (DEBUGGER_ARG_OFFSET): Remove.
7156
7157         * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
7158         Emit register stores with the same offsets as the hardware.
7159         (mn10300_store_multiple_operation): Don't check that the register
7160         save offsets are monotonic.
7161         * config/mn10300/mn10300-protos.h: Update.
7162
7163         * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
7164
7165         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
7166         in terms of the value on the stack, not the MDR register.
7167
7168 2011-01-11  Jan Hubicka  <jh@suse.cz>
7169
7170         PR lto/45721
7171         PR lto/45375
7172         * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
7173         (symbol_alias_set_destroy, symbol_alias_set_contains,
7174         propagate_aliases_backward): Declare.
7175         * lto-streamer-out.c (struct sets): New sturcture.
7176         (trivally_defined_alias): New function.
7177         (output_alias_pair_p): Rewrite.
7178         (output_unreferenced_globals): Fix output of alias pairs.
7179         (produce_symtab): Likewise.
7180         * ipa.c (function_and_variable_visibility): Set weak alias destination
7181         as needed in lto.
7182         * varasm.c (symbol_alias_set_t): Remove.
7183         (symbol_alias_set_destroy): Export.
7184         (propagate_aliases_forward, propagate_aliases_backward): New functions
7185         based on ...
7186         (compute_visible_aliases): ... this one; remove.
7187         (trivially_visible_alias): New
7188         (trivially_defined_alias): New.
7189         (remove_unreachable_alias_pairs): Rewrite.
7190         (finish_aliases_1): Reorganize code checking if alias is defined.
7191         * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
7192         in LTO mode.
7193
7194 2011-01-11  Richard Guenther  <rguenther@suse.de>
7195
7196         PR tree-optimization/46076
7197         * tree-ssa.c (useless_type_conversion_p): Conversions from
7198         unprototyped to empty argument list function types are useless.
7199
7200 2011-01-11  Richard Guenther  <rguenther@suse.de>
7201
7202         PR middle-end/45235
7203         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
7204         volatile MEMs as MEM_READONLY_P.
7205
7206 2011-01-11  Richard Guenther  <rguenther@suse.de>
7207
7208         PR tree-optimization/47239
7209         * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
7210
7211 2011-01-11  Jeff Law  <law@redhat.com>
7212
7213         PR tree-optimization/47086
7214         * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
7215         IVs from statements that might throw.
7216
7217 2011-01-10  Jan Hubicka  <jh@suse.cz>
7218
7219         PR lto/45375
7220         * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
7221
7222 2011-01-10  Jan Hubicka  <jh@suse.cz>
7223
7224         PR lto/45375
7225         * profile.c (read_profile_edge_counts): Ignore profile inconistency
7226         when correcting profile.
7227
7228 2011-01-10  Jan Hubicka  <jh@suse.cz>
7229
7230         PR lto/46083
7231         * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
7232         DECL_FINI_PRIORITY.
7233         * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
7234         Restore DECL_FINI_PRIORITY.
7235
7236 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7237
7238         * doc/gimple.texi: Fix quoting of multi-word return values in
7239         @deftypefn statements.  Ensure presence of return value.  Wrap
7240         overlong @deftypefn lines.
7241         (is_gimple_operand, is_gimple_min_invariant_address): Remove
7242         descriptions of removed functions.
7243         * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
7244         of multi-word return value in @deftypefn statement.
7245
7246 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7247
7248         * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
7249         (Conditional Expressions, Logical Operators)
7250         (Statement and operand traversals): Do not indent smallexample
7251         code.  Fix duplicate function argument in example.
7252
7253 2011-01-10  Jeff Law  <law@redhat.com>
7254
7255         PR tree-optimization/47141
7256         * ipa-split.c (split_function): Handle case where we are
7257         returning a value and the return block has a virtual operand phi.
7258
7259 2011-01-10  Jan Hubicka  <jh@suse.cz>
7260
7261         PR tree-optimization/47234
7262         * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
7263         (pass_feedback_split_functions): Declare.
7264         * passes.c (init_optimization_passes): Add ipa-split as subpass of
7265         tree-profile.
7266         * ipa-split.c (gate_split_functions): Update comments; disable
7267         split-functions for profile_arc_flag and branch_probabilities.
7268         (gate_feedback_split_functions): New function.
7269         (execute_feedback_split_functions): New function.
7270         (pass_feedback_split_functions): New global var.
7271
7272 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
7273
7274         PR lto/46760
7275         * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
7276         calling gimple_call_set_cannot_inline.
7277
7278 2011-01-10  Iain Sandoe  <iains@gcc.gnu.org>
7279
7280         * config/darwin-sections.def: Remove unused section.
7281
7282 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
7283
7284         PR c++/47218
7285         * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
7286
7287 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
7288
7289         PR objc/47232
7290         * c-parser.c (c_parser_declaration_or_fndef): Improved
7291         error message.
7292
7293 2011-01-09  Kai Tietz  <kai.tietz@onevision.com>
7294
7295         * config/i386/winnt.c (i386_pe_start_function): Make sure
7296         to switch back to function's section.
7297
7298 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
7299
7300         PR gcc/46902
7301         PR testsuite/46912
7302         * plugin.c: Move include of dlfcn.h from here...
7303         * system.h: ... to here.
7304
7305 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7306
7307         * doc/cpp.texi (C++ Named Operators): Fix markup for header
7308         file name.
7309         * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
7310         two extra empty pages in PDF output.
7311
7312 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
7313
7314         PR objc/47078
7315         * c-parser.c (c_parser_objc_type_name): If the type is unknown,
7316         for error recovery purposes behave as if it was not specified so
7317         that the default type is usd.
7318
7319 2011-01-07  Jan Hubicka  <jh@suse.cz>
7320
7321         PR tree-optmization/46469
7322         * ipa.c (function_and_variable_visibility): Clear needed flags on
7323         nodes with external decls; handle weakrefs merging correctly.
7324
7325 2011-01-07  Joseph Myers  <joseph@codesourcery.com>
7326
7327         * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
7328         not false.
7329
7330 2011-01-07  Jan Hubicka  <jh@suse.cz>
7331
7332         * doc/invoke.texi: (-flto, -fuse-linker-plugin): Update defaults
7333         and no longer claim that gold is required for linker plugin.
7334         * configure: Regenerate.
7335         * gcc.c (PLUGIN_COND): New macro.
7336         (LINK_COMMAND_SPEC): Use it.
7337         (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
7338         * config.in (HAVE_LTO_PLUGIN): New.
7339         * configure.ac (--with-lto-plugin): New parameter; autodetect
7340         HAVE_LTO_PLUGIN.
7341
7342 2011-01-07  Jan Hubicka  <jh@suse.cz>
7343
7344         PR tree-optimization/46367
7345         * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
7346         when we can update original.
7347         (cgraph_mark_inline_edge): Sanity check.
7348         * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
7349
7350 2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7351
7352         * config/spu/spu.h (ASM_COMMENT_START): Define.
7353
7354 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
7355
7356         PR driver/42445
7357         * gcc.c (%>S): New.
7358         (SWITCH_KEEP_FOR_GCC): Likewise.
7359         (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
7360         (do_spec_1): Handle "%>".
7361
7362         * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
7363
7364 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
7365
7366         PR target/47201
7367         * config/i386/i386.c (ix86_delegitimize_address): If
7368         simplify_gen_subreg fails, return orig_x.
7369
7370         PR bootstrap/47187
7371         * value-prof.c (gimple_stringop_fixed_value): Handle
7372         lhs of the call properly.
7373
7374 2011-01-07  Jan Hubicka  <jh@suse.cz>
7375
7376         PR lto/45375
7377         * lto-opt.c (lto_reissue_options): Set flag_shlib.
7378
7379 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
7380
7381         * target.def (function_switched_text_sections): New hook.
7382         * doc/tm.texi: Regenerated.
7383         * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
7384         * final.c (default_function_switched_text_sections): New.
7385         (final_scan_insn): Call function_switched_text_sections when a
7386         mid-function section change occurs.
7387         * output.h (default_function_switched_text_sections): Declare.
7388         * config/darwin-protos.h (darwin_function_switched_text_sections):
7389         Likewise.
7390         * config/darwin.c (darwin_function_switched_text_sections): New.
7391         * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
7392
7393 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
7394
7395         * dwarf2out.c (gen_subprogram_die):  Add pubnames with code ranges for
7396         DWARF >= 3.  Add pubnames for the primary section and a reduced DIE for
7397         the secondary code fragment when outputting for DWARF == 2.
7398
7399 2011-01-07  Anatoly Sokolov  <aesok@post.ru>
7400
7401         * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7402         * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
7403         Remove.
7404         * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
7405         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7406
7407 2011-01-06  Eric Botcazou  <ebotcazou@adacore.com>
7408
7409         PR debug/46704
7410         * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
7411         when it is not empty.
7412
7413 2011-01-06  Changpeng Fang  <changpeng.fang@amd.com>
7414
7415         Bobcat Enablement
7416         * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
7417         (case ${target}): Add btver1.
7418         * config/i386/driver-i386.c (host_detect_local_cpu): Let
7419         -march=native recognize btver1 processors.
7420         * config/i386/i386-c.c (ix86_target_macros_internal): Add
7421         btver1 def_and_undef
7422         * config/i386/i386.c (struct processor_costs btver1_cost): New
7423         btver1 cost table.
7424         (m_BTVER1): New definition.
7425         (m_AMD_MULTIPLE): Includes m_BTVER1.
7426         (initial_ix86_tune_features): Add btver1 tune.
7427         (processor_target_table): Add btver1 entry.
7428         (static const char *const cpu_names): Add btver1 entry.
7429         (software_prefetching_beneficial_p): Add btver1.
7430         (ix86_option_override_internal): Add btver1 instruction sets.
7431         (ix86_issue_rate): Add btver1.
7432         (ix86_adjust_cost): Add btver1.
7433         * config/i386/i386.h (TARGET_BTVER1): New definition.
7434         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
7435         (enum processor_type): Add PROCESSOR_BTVER1.
7436         * config/i386/i386.md (define_attr "cpu"): Add btver1.
7437
7438 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7439
7440         PR target/43309
7441         * config/i386/i386.c (legitimize_tls_address)
7442         <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
7443         * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
7444         (tls_initial_exec_64_sun): New pattern.
7445
7446 2011-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
7447
7448         * doc/invoke.texi (Overall Options): Improve wording and markup
7449         of the description of -wrapper.
7450
7451 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
7452
7453         * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
7454         rdynamic, threads): New Driver options.
7455
7456 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7457
7458         PR target/38118
7459         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
7460         if coming from .tdata.
7461         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
7462
7463 2011-01-06  Jan Hubicka  <jh@suse.cz>
7464
7465         PR lto/47188
7466         * collect2.c (main): Do not enable LTOmode when plugin is active.
7467
7468 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7469
7470         PR other/45915
7471         * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
7472         --version output if supported.
7473         * configure: Regenerate.
7474
7475 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
7476
7477         * config/linux-android.opt (tno-android-cc, tno-android-ld): New
7478         Driver options.
7479
7480 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
7481
7482         PR c/47150
7483         * c-convert.c (convert): When converting a complex expression
7484         other than COMPLEX_EXPR to a different complex type, ensure
7485         c_save_expr is called instead of save_expr, unless in_late_binary_op.
7486         * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
7487         when converting COMPLEX_TYPE.
7488
7489 2011-01-06  Ira Rosen  <irar@il.ibm.com>
7490
7491         PR tree-optimization/47139
7492         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
7493         only the last reduction value is used outside the loop.  Update
7494         documentation.
7495
7496 2011-01-05  Joseph Myers  <joseph@codesourcery.com>
7497
7498         * config/rtems.opt: New.
7499         * config.gcc (*-*-rtems*): Use rtems.opt.
7500
7501 2011-01-05  Changpeng Fang  <changpeng.fang@amd.com>
7502
7503         * config/i386/i386.c (ix86_option_override_internal): Bulldozer
7504         processors do not support 3DNow instructions.
7505
7506 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7507
7508         * config/spu/spu.c (spu_option_override): Set parameter
7509         PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
7510
7511 2011-01-05  Jan Hubicka  <jh@suse.cz>
7512
7513         * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
7514         at the command line.
7515
7516 2011-01-05  Martin Jambor  <mjambor@suse.cz>
7517
7518         PR lto/47162
7519         * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
7520         deltas on streamed outgoing edges.
7521         (output_node_opt_summary): Output info for outgoing edges only when
7522         the node is in new parameter set.
7523         (output_cgraph_opt_summary): New parameter set, passed to the two
7524         aforementioned functions.  Update its forward declaration and its
7525         callee too.
7526
7527 2011-01-05  Tom Tromey  <tromey@redhat.com>
7528
7529         * c-parser.c (c_parser_omp_atomic): Pass location of assignment
7530         operator to c_finish_omp_atomic.
7531         * c-typeck.c (lvalue_or_else): Add 'loc' argument.
7532         (build_unary_op): Update.
7533         (build_modify_expr): Update.
7534         (build_asm_expr): Update.
7535
7536 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7537
7538         * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
7539         newly inserted insns.
7540         (pad_bb): Likewise.
7541         (spu_emit_branch_hint): Likewise.
7542         (insert_hbrp_for_ilb_runout): Likewise.
7543         (spu_machine_dependent_reorg): Call df_finish_pass after
7544         schedule_insns returns.
7545
7546 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7547
7548         * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
7549
7550 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
7551
7552         PR tree-optimization/47005
7553         * tree-sra.c (struct access): Add 'non_addressable' bit.
7554         (create_access): Set it for a DECL_NONADDRESSABLE_P field.
7555         (decide_one_param_reduction): Return 0 if the parameter is passed by
7556         reference and one of the accesses in the group is non_addressable.
7557
7558 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
7559
7560         PR tree-optimization/47056
7561         * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
7562         (mark_load): Likewise.  Handle FUNCTION_DECL specially.
7563         (mark_store): Likewise.  Pass STMT to ipa_record_reference.
7564
7565 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
7566
7567         * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
7568         initializer.  Skip view conversions from aggregate types.
7569
7570 2011-01-04  Kai Tietz  <kai.tietz@onevision.com>
7571
7572         PR bootstrap/47055
7573         * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
7574
7575 2011-01-04  Philipp Thomas  <pth@suse.de>
7576
7577         * config/microblaze/microbalse.opt (mxl-float-convert): Fix
7578         obvious typo.
7579
7580 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7581
7582         * function.c (thread_prologue_and_epilogue_insns): Do not crash
7583         on empty epilogue sequences.
7584
7585 2011-01-04  Joseph Myers  <joseph@codesourcery.com>
7586
7587         * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
7588         non-static): New Driver options.
7589
7590 2011-01-04  Jie Zhang  <jie@codesourcery.com>
7591
7592         PR driver/47137
7593         * gcc.c (default_compilers[]): Set combinable field to 0
7594         for all assembly languages.
7595
7596 2011-01-04  Mingjie Xing  <mingjie.xing@gmail.com>
7597
7598         * config/mips/loongson3a.md: New file.
7599         * config/mips/mips.md: Include loongson3a.md.
7600         * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
7601         TUNE_LOONGSON_3A.
7602
7603 2011-01-03  Eric Botcazou  <ebotcazou@adacore.com>
7604
7605         PR middle-end/47017
7606         * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
7607         instead of convert_memory_address_addr_space on the base expression.
7608
7609 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7610
7611         * config/spu/spu.c (spu_option_override): Update error text
7612         for bad -march= / -mtune= values.
7613
7614 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7615
7616         * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
7617         if branch-hint optimization will be performed.
7618
7619 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
7620
7621         PR tree-optimization/47148
7622         * ipa-split.c (split_function): Convert arguments to
7623         DECL_ARG_TYPE if possible.
7624
7625         PR tree-optimization/47155
7626         * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
7627         when computing uns.
7628
7629         PR rtl-optimization/47157
7630         * combine.c (try_combine): If undobuf.other_insn becomes
7631         (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
7632         and set *new_direct_jump_p too.
7633
7634 2011-01-03  Sebastian Pop  <sebastian.pop@amd.com>
7635
7636         PR tree-optimization/47021
7637         * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
7638
7639 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
7640
7641         * gcc.c (process_command): Update copyright notice dates.
7642         * gcov.c (print_version): Likewise.
7643         * gcov-dump.c (print_version): Likewise.
7644         * mips-tfile.c (main): Likewise.
7645         * mips-tdump.c (main): Likewise.
7646
7647 2011-01-03  Martin Jambor  <mjambor@suse.cz>
7648
7649         PR tree-optimization/46801
7650         * tree-sra.c (type_internals_preclude_sra_p): Check whether
7651         aggregate fields start at byte boundary instead of the bit-field flag.
7652
7653 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
7654
7655         PR driver/47137
7656         * gcc.c (main): Revert revision 168407.
7657
7658 2011-01-03  Martin Jambor  <mjambor@suse.cz>
7659
7660         * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
7661
7662 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7663
7664         * tree-vect-generic.c (expand_vector_operations_1): When using vector/
7665         vector optab to expand vector/scalar shift, update gimple to vector.
7666
7667 2011-01-03  Martin Jambor  <mjambor@suse.cz>
7668
7669         * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
7670         a thunk.
7671
7672 2011-01-03  Martin Jambor  <mjambor@suse.cz>
7673
7674         PR tree-optimization/46984
7675         * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
7676         HOST_WIDE_INT.
7677         (cgraph_create_indirect_edge): Fixed line length.
7678         (cgraph_indirect_call_info): Declare.
7679         (cgraph_make_edge_direct) Update declaration.
7680         * cgraph.c (cgraph_allocate_init_indirect_info): New function.
7681         (cgraph_create_indirect_edge): Use it.
7682         (cgraph_make_edge_direct): Made delta HOST_WIDE_INT.  Updated all
7683         callees.
7684         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
7685         the new thunk_delta representation.
7686         * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
7687         HOST_WIDE_INT.
7688         (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
7689         (ipa_read_indirect_edge_info): Likewise.
7690         * lto-cgraph.c (output_edge_opt_summary): New function.
7691         (output_node_opt_summary): Call it on all outgoing edges.
7692         (input_edge_opt_summary): New function.
7693         (input_node_opt_summary): Call it on all outgoing edges.
7694
7695 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
7696
7697         PR driver/47137
7698         * gcc.c (main): Don't check have_o when settting combine_inputs.
7699
7700 2011-01-02  Eric Botcazou  <ebotcazou@adacore.com>
7701
7702         * regrename.c: Add general comment describing the pass.
7703         (struct du_head): Remove 'length' field.
7704         (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
7705         (regrename_optimize): Do not sort chains.  Rework comments, add others.
7706         Force renaming to the preferred class (if any) in the first pass and do
7707         not consider registers that belong to it in the second pass.
7708         (create_new_chain): Do not set 'length' field.
7709         (scan_rtx_reg): Likewise.
7710
7711 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
7712
7713         PR tree-optimization/47140
7714         * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
7715         TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
7716         to bit_value_binop.
7717
7718         PR rtl-optimization/47028
7719         * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
7720         parm_birth_insn instead of at the beginning of first bb.
7721
7722 2011-01-02  Mingjie Xing  <mingjie.xing@gmail.com>
7723
7724         * doc/generic.texi: Remove duplicated "@subsubsection Statements".
7725         Remove the word "see" before "@pxref".
7726         * doc/rtl.texi: Remove the word "see" before "@pxref".
7727
7728 2011-01-01  Jan Hubicka  <jh@suse.cz>
7729
7730         * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
7731         memory.
7732
7733 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
7734
7735         PR target/38662
7736         * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
7737
7738 \f
7739 Copyright (C) 2011 Free Software Foundation, Inc.
7740
7741 Copying and distribution of this file, with or without modification,
7742 are permitted in any medium without royalty provided the copyright
7743 notice and this notice are preserved.