OSDN Git Service

2011-07-22 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2011-07-22  Martin Jambor  <mjambor@suse.cz>
2
3         PR lto/49796
4         * cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
5         if decl node is in another partition, call cgraph_get_node only
6         once.
7
8 2011-07-22  Uros Bizjak  <ubizjak@gmail.com>
9
10         * config.gcc (x86_64-*-linux*): Set
11         default_gnu_indirect_function to yes.
12
13 2011-07-22  Richard Guenther  <rguenther@suse.de>
14
15         PR tree-optimization/45819
16         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
17         preserve volatile and notrap flags.
18
19 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21
22         PR bootstrap/49794
23         * configure.ac: Test AM_ICONV with CXX.
24         * configure: Regenerate.
25         * config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.
26
27 2011-07-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28
29         PR bootstrap/49797
30         * graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
31         (set_cloog_options): Use it.
32
33 2011-07-22  Jakub Jelinek  <jakub@redhat.com>
34
35         PR c++/49756
36         * gcc.c (main): Call stack_limit_increase (64MB).
37         * toplev.c (toplev_main): Likewise.
38
39 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
40
41         * config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
42         instead of force_reg.
43
44 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
45
46         * config/i386/i386.c (ix86_expand_move): Convert to Pmode if
47         needed and use force_reg after convert.
48         (ix86_expand_call): Likewise.
49         (ix86_expand_special_args_builtin): Likewise.
50         (ix86_expand_builtin): Likewise.
51
52 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
53
54         PR middle-end/47654
55         PR middle-end/49649
56         * graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
57         in parameter.  Initialize v1 and v2 based on the values returned
58         by clast_name_to_lb_ub.
59         (type_for_clast_red): Pass v1 and v2 in parameter, and set their
60         values.
61         (type_for_clast_bin): Same.
62         (type_for_clast_expr): Same.
63         (type_for_clast_eq): Update calls to type_for_clast_expr.
64         (type_for_clast_for): Same.
65         (build_iv_mapping): Same.
66         * graphite-ppl.h (value_min): New.
67
68 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
69
70         * graphite-clast-to-gimple.c (type_for_interval): Generate signed
71         types whenever possible.
72
73 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
74
75         * graphite-clast-to-gimple.c (struct clast_name_index): Add lb
76         and ub fields.
77         (new_clast_name_index): Add lb and ub parameters.
78         (free_clast_name_index): New.
79         (clast_name_to_lb_ub): New.
80         (save_clast_name_index): Add lb and ub parameters.
81         (compute_bounds_for_param): New.
82         (type_for_level): Removed.
83         (type_for_clast_for): Removed level parameter.  Do not call
84         type_for_level.
85         (graphite_create_new_loop): Store the lb and ub for the clast_name
86         of the iterator of the loop that has been generated.
87         (graphite_create_new_loop_guard): Remove parameter level.
88         (create_params_index): Store the lb and ub of each parameter.
89         (gloog): Use free_clast_name_index.  Pass to create_params_index
90         the current scop.
91
92 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
93
94         * graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
95         (max_precision_type): Inline max_signed_precision_type.
96         (type_for_clast_red): Use max_precision_type.
97         (type_for_clast_bin): Same.
98         (type_for_clast_for): Same.
99
100 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
101
102         * graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
103         type_for_interval.
104         (gcc_type_for_value): Renamed type_for_value.
105         (gcc_type_for_clast_term): Renamed type_for_clast_term.
106         (gcc_type_for_clast_expr): Renamed type_for_clast_expr.
107         (gcc_type_for_clast_red): Renamed type_for_clast_red.
108         (gcc_type_for_clast_bin): Renamed type_for_clast_bin.
109         (gcc_type_for_clast_eq): Renamed type_for_clast_eq.
110         (graphite_translate_clast_equation): Update calls.
111         (compute_type_for_level): Renamed type_for_level.
112         (gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
113         (build_iv_mapping): Update calls.
114         (graphite_create_new_loop_guard): Same.
115
116 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
117
118         * graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
119         comment.
120
121 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
122
123         * graphite-clast-to-gimple.c (struct ivs_params): New.
124         (clast_name_to_gcc): Use ivs_params to pass around parameters.
125         (clast_to_gcc_expression): Same.
126         (clast_to_gcc_expression_red): Same.
127         (gcc_type_for_clast_term): Same.
128         (gcc_type_for_clast_expr): Same.
129         (gcc_type_for_clast_red): Same.
130         (gcc_type_for_clast_bin): Same.
131         (gcc_type_for_clast_eq): Same.
132         (graphite_translate_clast_equation): Same.
133         (graphite_create_guard_cond_expr): Same.
134         (graphite_create_new_guard): Same.
135         (graphite_create_new_loop): Same.
136         (build_iv_mapping): Same.
137         (translate_clast_user): Same.
138         (graphite_create_new_loop_guard): Same.
139         (translate_clast): Same.
140         (translate_clast_for_loop): Same.
141         (translate_clast_for): Same.
142         (translate_clast_guard): Same.
143         (initialize_cloog_names): Fix typo.
144         (gloog): Initialize an ivs_params struct, pass it to translate_clast.
145
146 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
147
148         * graphite-clast-to-gimple.c (struct clast_name_index): Add level.
149         (new_clast_name_index): Add level parameter.
150         (clast_name_to_level): New.
151         (save_clast_name_index): Add level parameter.
152         (newivs_to_depth_to_newiv): Removed.
153         (clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
154         (graphite_create_new_loop): Add level parameter.  Pass level to
155         save_clast_name_index.
156         (translate_clast_for_loop): Pass level to graphite_create_new_loop.
157         (create_params_index): Pass level to save_clast_name_index.
158
159 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
160
161         * graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
162         recompute type, lb, and ub.  Get them from...
163         (graphite_create_new_loop_guard): ...here.  Pass in parameter
164         pointers to type, lb, and ub.
165         (translate_clast_for_loop): Update function calls.
166         (translate_clast_for): Same.
167
168 2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>
169
170         * graphite-clast-to-gimple.c (compute_bounds_for_level): Call
171         psct_dynamic_dim.
172         (translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
173         (gcc_type_for_iv_of_clast_loop): Update use of level.
174         (gloog): Start counting nesting level from 0.
175         * graphite-clast-to-gimple.h (get_scattering_level): Removed.
176         * graphite-dependences.c (graphite_carried_dependence_level_k): Call
177         psct_dynamic_dim on level.
178
179 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
180
181         * config/i386/i386.c (ix86_legitimize_address): Convert to
182         Pmode if needed.
183
184 2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>
185
186         * config/i386/i386.c (function_value_64): Always return pointers
187         in Pmode.
188         (ix86_promote_function_mode): New.
189         (TARGET_PROMOTE_FUNCTION_MODE): Likewise.
190
191 2011-07-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
192
193         PR tree-optimization/49749
194         * tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
195         remove no-longer-used maxrank variable.
196
197 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
198
199         * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
200
201 2011-07-21  Jason Merrill  <jason@redhat.com>
202
203         * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
204         * recog.h (struct insn_data_d): Check it instead of
205         HAVE_DESIGNATED_INITIALIZERS.
206         * genoutput.c (output_insn_data): Likewise.
207
208 2011-07-21  Richard Guenther  <rguenther@suse.de>
209
210         PR tree-optimization/49770
211         * tree-ssa-sccvn.c (valueize_refs_1): Return whether we
212         valueized any operand.  Renamed from ...
213         (valueize_refs): ... this.  New wrapper around valueize_refs_1.
214         (valueize_shared_reference_ops_from_ref): Return whether we
215         valueized any operand.
216         (vn_reference_lookup): Only when we valueized any operand
217         use the valueized reference for alias analysis.  Do not preserve
218         the original reference tree in this case.
219
220 2011-07-21  Uros Bizjak  <ubizjak@gmail.com>
221
222         * config/i386/i386.c (ix86_decompose_address): Reject all but
223         register operands and subregs of DImode hard registers in index.
224
225 2011-07-21  Kai Tietz  <ktietz@redhat.com>
226
227         * fold-const.c (fold_unary_loc): Preserve indirect
228         comparison cast to none-boolean type.
229         * tree-ssa.c (useless_type_conversion_p): Preserve cast
230         from/to boolean-type.
231         * gimplify.c (gimple_boolify): Handle boolification of comparisons.
232         (gimplify_expr): Boolifiy non aggregate-typed comparisons.
233         * tree-cfg.c (verify_gimple_comparison): Check result
234         type of comparison expression.
235         * tree-ssa-forwprop.c (forward_propagate_comparison): Adjust test
236         of condition result and disallow type-cast sinking into comparison.
237
238 2011-07-21  Richard Guenther  <rguenther@suse.de>
239
240         * tree-ssa-forwprop.c (combine_conversions): Return whether
241         we have to run cfg-cleanup.  Properly remove dead stmts.
242         (ssa_forward_propagate_and_combine): Adjust.
243
244 2011-07-21  Richard Sandiford  <richard.sandiford@linaro.org>
245
246         * regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.
247
248 2011-07-21  Kai Tietz  <ktietz@redhat.com>
249
250         * tree-ssa-propagate.c (substitute_and_fold): Use
251         do_dce flag to deside, if BB's statements are scanned
252         in last to first, or first to last order.
253
254 2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
255
256         * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
257
258 2011-07-20  H.J. Lu  <hongjiu.lu@intel.com>
259             Uros Bizjak  <ubizjak@gmail.com>
260             Richard Henderson  <rth@redhat.com>
261
262         * config/i386/constraints.md (w): New.
263
264         * config/i386/i386.c (ix86_output_addr_vec_elt): Check
265         TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.
266
267         * config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
268         instead of TARGET_64BIT.
269
270         * config/i386/i386.md (indirect_jump): Replace
271         nonimmediate_operand with indirect_branch_operand.
272         (*indirect_jump): Likewise.  Replace constraint "m" with "w".
273         (tablejump): Replace nonimmediate_operand with indirect_branch_operand.
274         Convert operand 0 to Pmode for x32 if not PIC.
275         (*tablejump_1): Replace nonimmediate_operand with
276         indirect_branch_operand.  Replace constraint "m" with "w".
277         (*call_vzeroupper): Replace constraint "m" with "w".
278         (*call): Likewise.
279         (*call_rex64_ms_sysv_vzeroupper): Likewise.
280         (*call_rex64_ms_sysv): Likewise.
281         (*call_value_vzeroupper): Likewise.
282         (*call_value): Likewise.
283         (*call_value_rex64_ms_sysv_vzeroupper): Likewise.
284         (*call_value_rex64_ms_sysv): Likewise.
285         (set_got_offset_rex64): Check TARGET_LP64 instead of TARGET_64BIT.
286
287         * config/i386/predicates.md (indirect_branch_operand): New.
288         (call_insn_operand): Support x32.
289
290 2011-07-20  Michael Eager  <eager@eagercon.com>
291
292         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
293
294 2011-07-20  Richard Henderson  <rth@redhat.com>
295
296         * cfg.c (dump_bb_info): Dump basic_block->flags.
297         * cfgrtl.c (print_rtl_with_bb): Use dump_bb_info.
298
299 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
300
301         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
302         of DImode hard registers in index.
303         (ix86_legitimate_address_p): Allow subregs of base and index to span
304         more than a word.  Assert that subregs of base and index satisfy
305         register_no_elim_operand predicates.  Reject addresses where
306         base and index have different modes.
307
308 2011-07-20  Robert Millan  <rmh@gnu.org>
309
310         * config.gcc (mips*-*-linux*): Remove redundant tm_file entry.
311
312 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
313
314         * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
315         removing now-unnecessary assignment.
316
317 2011-07-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
318
319         * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
320         memory address space to the type's address space.
321
322 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
323
324         PR target/36467
325         PR target/49687
326         * config/avr/avr.md (mulhi3): Use register_or_s9_operand for operand2
327         and expand appropriately if there is a CONST_INT in operand2.
328         (usmulqihi3): New insn.
329         (*sumulqihi3): New insn.
330         (*osmulqihi3): New insn.
331         (*oumulqihi3): New insn.
332         (*muluqihi3.uconst): New insn_and_split.
333         (*muluqihi3.sconst): New insn_and_split.
334         (*mulsqihi3.sconst): New insn_and_split.
335         (*mulsqihi3.uconst): New insn_and_split.
336         (*mulsqihi3.oconst): New insn_and_split.
337         (*ashifthi3.signx.const): New insn_and_split.
338         (*ashifthi3.signx.const7): New insn_and_split.
339         (*ashifthi3.zerox.const): New insn_and_split.
340         (mulsqihi3): New insn.
341         (muluqihi3): New insn.
342         (muloqihi3): New insn.
343         * config/avr/predicates.md (const_2_to_7_operand): New.
344         (const_2_to_6_operand): New.
345         (u8_operand): New.
346         (s8_operand): New.
347         (o8_operand): New.
348         (s9_operand): New.
349         (register_or_s9_operand): New.
350
351 2011-07-20  Kai Tietz  <ktietz@redhat.com>
352
353         * builtins.c (fold_builtin_expect): See through the cast
354         from truthvalue_type_node to long.
355
356 2011-07-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
357
358         * config/rs6000/vsx.md (vsx_fma*): Use 4 argument fma instructions
359         where we can use them from the standard and altivec instruction
360         sets, instead of always using the 3 operand VSX forms that require
361         the destination to overlap one of the inputs.
362         (vsx_fms*): Ditto.
363         (vsx_fnma*): Ditto.
364         (vsx_fnms*): Ditto.
365
366         * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
367         for DF types.
368         (fmsdf4_fpr): Ditto.
369         (nfmadf4_fpr): Ditto.
370         (nfmsdf4_fpr): Ditto.
371
372 2011-07-20  Sandra Loosemore  <sandra@codesourcery.com>
373
374         * genrecog.c (make_insn_sequence): Correct position numbering
375         when filtering out match_scratch and match_dup.
376
377 2011-07-20  Richard Guenther  <rguenther@suse.de>
378
379         * tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
380         against already removed statements.
381         (forward_propagate_into_comparison): Remove dead defining stmts.
382         (forward_propagate_into_gimple_cond): Likewise.
383         (forward_propagate_into_cond): Simplify.
384         (ssa_forward_propagate_and_combine): Handle changed cfg from
385         forward_propagate_into_comparison.
386         * tree-ssa-phiopt.c (conditional_replacement): Use proper
387         locations for newly built statements.
388
389 2011-07-20  Georg-Johann Lay  <avr@gjlay.de>
390
391         * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
392
393 2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
394
395         * config/s390/s390.c (s390_class_max_nregs): Fix return type.
396         * config/s390/s390-protos.h (s390_class_max_nregs): Likewise.
397
398 2011-07-20  Richard Guenther  <rguenther@suse.de>
399
400         PR middle-end/18908
401         * tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
402         * tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
403         ADDR_EXPR folding.  Canonicalize X ^ ~0 as ~X.
404
405 2011-07-20  Vladimir Makarov  <vmakarov@redhat.com>
406
407         * config/frv/frv.c (frv_register_move_cost): Define explicitly
408         costs for subclasses of GR_REGS.
409
410 2011-07-20  Uros Bizjak  <ubizjak@gmail.com>
411
412         PR target/49780
413         * config/i386/predicates.md (no_seg_addres_operand): No more special.
414         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
415         of DImode hard registers in base.
416         (ix86_legitimate_address_p): Allow SImode and DImode base and index
417         registers.
418
419 2011-07-20  Richard Guenther  <rguenther@suse.de>
420
421         * tree-ssa-structalias.c (new_var_info): Allocate oldsolution lazily.
422         (unify_nodes): Deal with that.
423         (solve_graph): Likewise.
424
425 2011-07-20  Chung-Lin Tang  <cltang@codesourcery.com>
426
427         * config/arm/arm.c (arm_canonicalize_comparison): Add case to
428         canonicalize left operand from ZERO_EXTEND to AND.
429
430 2011-07-20  Anatoly Sokolov  <aesok@post.ru>
431
432         * target.def (class_max_nregs): New hook.
433         * doc/tm.texi.in (TARGET_CLASS_MAX_NREGS): Document.
434         * doc/tm.texi: Regenerate.
435         * targhooks.c (default_class_max_nregs): New function.
436         * targhooks.h (default_class_max_nregs): Declare.
437         * ira.h (target_ira): Change type x_ira_reg_class_max_nregs and
438         x_ira_reg_class_min_nregs arrays to unsigned char.
439         * ira.c (setup_reg_class_nregs): Use TARGET_CLASS_MAX_NREGS target
440         hook instead of CLASS_MAX_NREGS macro.
441         * reginfo.c (restore_register_info): Ditto.
442         * ira-conflicts.c (process_regs_for_copy): Use
443         ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
444         Change type rclass and aclass vars to reg_class_t.
445         * ira-costs.c (record_reg_classes): Use ira_reg_class_max_nregs
446         array instead of CLASS_MAX_NREGS macro. Change type rclass var to
447         reg_class_t.
448         * reload.c (combine_reloads, find_reloads, find_reloads_address_1):
449         Use ira_reg_class_max_nregs array instead of CLASS_MAX_NREGS macro.
450
451         * config/i386/i386.h (CLASS_MAX_NREGS): Remove.
452         * config/i386/i386.c (ix86_class_max_nregs): New function.
453         (ix86_register_move_cost): Use TARGET_CLASS_MAX_NREGS target hook
454         instead of CLASS_MAX_NREGS macro.
455         (TARGET_CLASS_MAX_NREGS): Define.
456         * config/avr/avr.h (CLASS_MAX_NREGS): Remove.
457         * config/avr/avr-protos.h (class_max_nregs): Remove declaration.
458         * config/avr/avr.c (class_max_nregs): Remove function.
459         * config/alpha/alpha.h (CLASS_MAX_NREGS): Remove.
460         * config/spu/spu.h (CLASS_MAX_NREGS): Remove.
461         * config/mep/mep.h (CLASS_MAX_NREGS): Remove.
462         * config/m32r/m32r.h (CLASS_MAX_NREGS): Remove.
463         * config/microblaze/microblaze.h (CLASS_MAX_NREGS): Remove.
464         * config/xtensa/xtensa.h (CLASS_MAX_NREGS): Remove.
465         * config/stormy16/stormy16.h (CLASS_MAX_NREGS): Remove.
466         * config/lm32/lm32.h (CLASS_MAX_NREGS): Remove.
467         * config/moxie/moxie.h (CLASS_MAX_NREGS): Remove.
468         * config/iq2000/iq2000.h (CLASS_MAX_NREGS): Remove.
469         * config/mn10300/mn10300.h (CLASS_MAX_NREGS): Remove.
470         * config/score/score.h (CLASS_MAX_NREGS): Remove.
471         * config/vax/vax.h (CLASS_MAX_NREGS): Remove.
472         * config/h8300/h8300.h (CLASS_MAX_NREGS): Remove.
473         * config/v850/v850.h (CLASS_MAX_NREGS): Remove.
474
475 2011-07-19  Eric Botcazou  <ebotcazou@adacore.com>
476
477         * cif-code.def (OVERWRITABLE): Fix typo and move around.
478         (TARGET_OPTIMIZATION_MISMATCH): Delete.
479         (EH_PERSONALITY): Fix typo.
480         (NON_CALL_EXCEPTIONS): Fix message.
481         (OPTIMIZATION_MISMATCH): Adjust message.
482         * ipa-inline.c (can_inline_edge_p): Use CIF_OPTIMIZATION_MISMATCH.
483
484 2011-07-19  Ian Lance Taylor  <iant@google.com>
485
486         * doc/install.texi (Configuration): Document
487         --enable-build-poststage1-with-cxx.
488
489 2011-07-19  Robert Millan  <rmh@gnu.org>
490
491         * config/mips/gnu-user.h: Copy from linux.h.  Update comments.
492         (GLIBC_DYNAMIC_LINKER): Remove.
493
494         * config/mips/gnu-user64.h: Copy from linux64.h.  Update comments.
495         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
496         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
497         (BIONIC_DYNAMIC_LINKERN32, GNU_USER_DYNAMIC_LINKERN32): Remove.
498         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32,
499         GNU_USER_DYNAMIC_LINKER64 and GNU_USER_LINK_EMULATIONN32.
500
501         * config/mips/linux.h: Remove everything except for ...
502         (GLIBC_DYNAMIC_LINKER): ... this macro.
503
504         * config/mips/linux64.h: Remove everything except for ...
505         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64)
506         (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
507         (BIONIC_DYNAMIC_LINKERN32): ... these macros.
508         (GNU_USER_LINK_EMULATION32, GNU_USER_LINK_EMULATION64)
509         (GNU_USER_LINK_EMULATIONN32): New macros.
510
511         * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux* | mips-*-linux*):
512         Use the new headers.
513
514 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
515
516         * rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
517         Add offset_known_p and size_known_p fields.
518         (MEM_OFFSET_KNOWN_P): Update accordingly.
519         (MEM_OFFSET, MEM_SIZE_KNOWN_P, MEM_SIZE): Likewise.
520         * emit-rtl.c (mem_attrs_htab_hash): Update after mem_attrs changes.
521         (mem_attrs_eq_p, set_mem_attributes_minus_bitpos, set_mem_offset)
522         (clear_mem_offset, set_mem_size, clear_mem_size, change_address)
523         (adjust_address_1, widen_memory_access, set_mem_attrs_for_spill)
524         (init_emit_regs): Likewise.
525
526 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
527
528         * doc/rtl.texi (MEM_OFFSET_KNOWN_P): Document.
529         (MEM_OFFSET): Change from returning an rtx to returning a
530         HOST_WIDE_INT.
531         * rtl.h (MEM_OFFSET_KNOWN_P): New macro.
532         (MEM_OFFSET): Return a HOST_WIDE_INT rather than an rtx.
533         * emit-rtl.h (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
534         (clear_mem_offset): Declare.
535         * alias.c (ao_ref_from_mem): Adjust uses of MEM_OFFSET, using
536         MEM_OFFSET_KNOWN_P to test whether the offset is known, and
537         MEM_OFFSET to get a HOST_WIDE_INT offset.
538         (nonoverlapping_memrefs_p): Likewise.  Adjust calls to...
539         (adjust_offset_for_component_ref): Take a bool "known_p"
540         parameter and a HOST_WIDE_INT "offset" parameter.
541         * builtins.c (get_memory_rtx): As for ao_ref_from_mem.
542         Adjust calls to set_mem_offset, passing a HOST_WIDE_INT rather
543         than an rtx.  Use clear_mem_offset to clear the offset.
544         * cfgcleanup.c (merge_memattrs): Likewise.
545         * dwarf2out.c (tls_mem_loc_descriptor): Likewise.
546         * function.c (assign_parm_find_stack_rtl): Likewise.
547         (assign_parm_setup_stack): Likewise.
548         * print-rtl.c (print_rtx): Likewise.
549         * reload.c (find_reloads_subreg_address): Likewise.
550         * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
551         * var-tracking.c (INT_MEM_OFFSET): Likewise.
552         * emit-rtl.c (set_reg_attrs_from_value): Likewise.
553         (get_mem_align_offset): Likewise.
554         (set_mem_offset): Take a HOST_WIDE_INT rather than an rtx.
555         (clear_mem_offset): New function.
556         * config/mips/mips.c (r10k_safe_mem_expr_p): Take a HOST_WIDE_INT
557         offset rather than an rtx.  Assume both the expressio and offset
558         are available.
559         (r10k_needs_protection_p_1): Update accordingly, checking the
560         expression and offset availability here instead.
561
562 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
563
564         * doc/rtl.texi (MEM_SIZE_KNOWN_P): Document.
565         (MEM_SIZE): Change from returning an rtx to returning a HOST_WIDE_INT.
566         * rtl.h (MEM_SIZE_KNOWN_P): New macro.
567         (MEM_SIZE): Return a HOST_WIDE_INT rather than an rtx.
568         * emit-rtl.h (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
569         (clear_mem_size): Declare.
570         * emit-rtl.c (set_mem_size): Take a HOST_WIDE_INT rather than an rtx.
571         (clear_mem_size): New function.
572         * alias.c (ao_ref_from_mem): Adjust uses of MEM_SIZE, using
573         MEM_SIZE_KNOWN_P to test whether the size is known, and MEM_SIZE
574         to get a HOST_WIDE_INT size.  Adjust calls to set_mem_size,
575         passing a HOST_WIDE_INT rather than an rtx.  Use clear_mem_size
576         to clear the size.
577         (nonoverlapping_memrefs_p): Likewise.
578         * builtins.c (get_memory_rtx, expand_builtin_memcmp): Likewise.
579         (expand_builtin_init_trampoline): Likewise.
580         * calls.c (compute_argument_addresses): Likewise.
581         * cfgcleanup.c (merge_memattrs): Likewise.
582         * dce.c (find_call_stack_args): Likewise.
583         * dse.c (record_store, scan_insn): Likewise.
584         * dwarf2out.c (dw_sra_loc_expr): Likewise.
585         * expr.c (emit_block_move_hints): Likewise.
586         * function.c (assign_parm_find_stack_rtl): Likewise.
587         * print-rtl.c (print_rtx): Likewise.
588         * reload.c (find_reloads_subreg_address): Likewise.
589         * rtlanal.c (may_trap_p_1): Likewise.
590         * var-tracking.c (track_expr_p): Likewise.
591         * varasm.c (assemble_trampoline_template): Likewise.
592         * config/arm/arm.c (arm_print_operand): Likewise.
593         * config/h8300/h8300.c (h8sx_emit_movmd): Likewise.
594         * config/i386/i386.c (expand_movmem_via_rep_mov): Likewise.
595         (expand_setmem_via_rep_stos, expand_constant_movmem_prologue)
596         (expand_constant_setmem_prologue): Likewise.
597         * config/mips/mips.c (mips_get_unaligned_mem): Likewise.
598         * config/rs6000/rs6000.c (expand_block_move): Likewise.
599         (adjacent_mem_locations): Likewise.
600         * config/s390/s390.c (s390_expand_setmem): Likewise.
601         (s390_expand_insv): Likewise.
602         * config/s390/s390.md (*extzv<mode>, *extv<mode>): Likewise.
603         (*extendqi<mode>2_short_displ): Likewise.
604         * config/sh/sh.c (expand_block_move): Likewise.
605         * config/sh/sh.md (extv, extzv): Likewise.
606
607 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
608
609         * emit-rtl.c (mem_attrs_eq_p): New function, split out from...
610         (mem_attrs_htab_eq): ...here.
611         (find_mem_attrs): Replace with...
612         (set_mem_attrs): ...this function.  Take a mem_attrs structure
613         rather than individual fields.
614         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
615         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
616         (set_mem_size, change_address, adjust_address_1, offset_address)
617         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
618         Update accordingly.
619
620 2011-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
621
622         * rtl.h (MEM_ALIAS_SET, MEM_EXPR, MEM_OFFSET, MEM_ADDR_SPACE)
623         (MEM_SIZE, MEM_ALIGN): Redefine in terms of get_mem_attrs.
624         Provide a dummy definition of MEM_ADDR_SPACE for generators.
625         (target_rtl): Add x_mode_mem_attrs.
626         (mode_mem_attrs): New macro.
627         (get_mem_attrs): New function.
628         * emit-rtl.c (get_mem_attrs): Rename to...
629         (find_mem_attrs): ...this.
630         (set_mem_attributes_minus_bitpos, set_mem_alias_set)
631         (set_mem_addr_space, set_mem_align, set_mem_expr, set_mem_offset)
632         (set_mem_size, change_address, adjust_address_1, offset_address)
633         (widen_memory_access, get_spill_slot_decl, set_mem_attrs_for_spill):
634         Update accordingly.
635         (init_emit_regs): Initialize mode_mem_attrs.
636
637 2011-07-19  Richard Guenther  <rguenther@suse.de>
638
639         * tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove
640         TRUTH_*_EXPR handling.
641         * tree-ssa-operands.c (get_expr_operands): Likewise.
642         * tree-ssa-pre.c (fully_constant_expression): Likewise.
643         * tree-ssa-uninit.c (use_pred_not_overlap_with_undef_path_pre):
644         Likewise.
645         (is_and_or_or): Likewise.
646         (is_norm_cond_subset_of): Likewise.
647
648 2011-07-19  Richard Guenther  <rguenther@suse.de>
649
650         * tree.h (fold_build_pointer_plus_loc): New helper function.
651         (fold_build_pointer_plus_hwi_loc): Likewise.
652         (fold_build_pointer_plus): Define.
653         (fold_build_pointer_plus_hwi): Likewise.
654         * builtins.c (std_gimplify_va_arg_expr): Use fold_build_pointer_plus.
655         (fold_builtin_memory_op): Likewise.
656         (fold_builtin_stpcpy): Likewise.
657         (fold_builtin_memchr): Likewise.
658         (fold_builtin_strstr): Likewise.
659         (fold_builtin_strchr): Likewise.
660         (fold_builtin_strrchr): Likewise.
661         (fold_builtin_strpbrk): Likewise.
662         (fold_builtin_strcat): Likewise.
663         (expand_builtin_memory_chk): Likewise.
664         (fold_builtin_memory_chk): Likewise.
665         * c-typeck.c (build_unary_op): Likewise.
666         * cgraphunit.c (thunk_adjust): Likewise.
667         * fold-const.c (build_range_check): Likewise.
668         (fold_binary_loc): Likewise.
669         * omp-low.c (extract_omp_for_data): Likewise.
670         (expand_omp_for_generic): Likewise.
671         (expand_omp_for_static_nochunk): Likewise.
672         (expand_omp_for_static_chunk): Likewise.
673         * tree-affine.c (add_elt_to_tree): Likewise.
674         * tree-data-ref.c (split_constant_offset_1): Likewise.
675         * tree-loop-distribution.c (generate_memset_zero): Likewise.
676         * tree-mudflap.c (mf_xform_derefs_1): Likewise.
677         * tree-predcom.c (ref_at_iteration): Likewise.
678         * tree-ssa-address.c (tree_mem_ref_addr): Likewise.
679         (add_to_parts): Likewise.
680         (create_mem_ref): Likewise.
681         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
682         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Likewise.
683         (number_of_iterations_le): Likewise.
684         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Likewise.
685         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
686         (vect_create_addr_base_for_vector_ref): Likewise.
687         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Likewise.
688         (vect_create_cond_for_alias_checks): Likewise.
689         * tree-vrp.c (extract_range_from_assert): Likewise.
690         * config/alpha/alpha.c (alpha_va_start): Likewise.
691         (alpha_gimplify_va_arg_1): Likewise.
692         * config/i386/i386.c (ix86_va_start): Likewise.
693         (ix86_gimplify_va_arg): Likewise.
694         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
695         * config/mep/mep.c (mep_expand_va_start): Likewise.
696         (mep_gimplify_va_arg_expr): Likewise.
697         * config/mips/mips.c (mips_va_start): Likewise.
698         (mips_gimplify_va_arg_expr): Likewise.
699         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
700         * config/rs6000/rs6000.c (rs6000_va_start): Likewise.
701         (rs6000_gimplify_va_arg): Likewise.
702         * config/s390/s390.c (s390_va_start): Likewise.
703         (s390_gimplify_va_arg): Likewise.
704         * config/sh/sh.c (sh_va_start): Likewise.
705         (sh_gimplify_va_arg_expr): Likewise.
706         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
707         * config/spu/spu.c (spu_va_start): Likewise.
708         (spu_gimplify_va_arg_expr): Likewise.
709         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
710         Likewise.
711         (xstormy16_gimplify_va_arg_expr): Likewise.
712         * config/xtensa/xtensa.c (xtensa_va_start): Likewise.
713         (xtensa_gimplify_va_arg_expr): Likewise.
714
715 2011-07-19  Richard Guenther  <rguenther@suse.de>
716
717         * expr.c (expand_expr_real_2): Remove TRUTH_*_EXPR handling.
718         (expand_expr_real_1): Remove TRUTH_*IF_EXPR and STATEMENT_LIST
719         handling.
720
721         PR middle-end/18908
722         * expr.c (expand_expr_real_2): Do not unnecessarily truncate the
723         result of BIT_*_EXPR to bitfield precision.
724
725 2011-07-19  Richard Sandiford  <richard.sandiford@linaro.org>
726
727         PR tree-optimization/49742
728         * tree-data-ref.c (get_references_in_stmt): Treat the lhs of a call
729         as a potential write.
730
731 2011-07-19  Richard Guenther  <rguenther@suse.de>
732
733         * Makefile.in (tree-ssa-forwprop.o): Depend on gimple-pretty-print.h.
734         * tree-ssa-forwprop.c: Include gimple-pretty-print.h.
735         (forward_propagate_comparison): Simplify, remove obsolete code.
736
737 2011-07-19  Richard Guenther  <rguenther@suse.de>
738
739         * gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as
740         BIT_XOR_EXPR, same as the RTL expander does.
741         * tree-cfg.c (verify_expr): Disallow TRUTH_NOT_EXPR in the gimple IL.
742         (verify_gimple_assign_unary): Likewise.
743         * tree-ssa-propagate.c (valid_gimple_rhs_p): Disallow TRUTH_*_EXPR.
744         * tree-ssa-forwprop.c (forward_propagate_comparison): Handle
745         BIT_NOT_EXPR and BIT_XOR_EXPR instead of TRUTH_NOT_EXPR.
746
747 2011-07-19  Jakub Jelinek  <jakub@redhat.com>
748
749         PR tree-optimization/49768
750         * gimple-fold.c (fold_nonarray_ctor_reference): Return NULL
751         if offset is smaller than bitoffset, but offset+size is bigger
752         than bitoffset.
753
754 2011-07-19  Ira Rosen  <ira.rosen@linaro.org>
755
756         PR tree-optimization/49771
757         * tree-vect-loop-manip.c (vect_vfa_segment_size): In case of
758         zero step, set segment length to the size of the data-ref's type.
759
760 2011-07-18  Martin Jambor  <mjambor@suse.cz>
761
762         * ipa-prop.h: Include alloc-pool.h, all sorts of updates to general
763         comments.
764         (ipcp_values_pool): Declare.
765         (ipcp_sources_pool): Likewise.
766         (ipcp_lattice): Changed to forward declaration.
767         (ipa_param_descriptor): Removed fields ipcp_lattice, types and
768         cannot_devirtualize.
769         (ipa_node_params): New fields descriptors, lattices, known_vals,
770         clone_for_all_contexts and node dead, removed fields params and
771         count_scale.
772         (ipa_set_param_count): Removed.
773         (ipa_get_param_count): Made to work with descriptors vector.
774         (ipa_get_param): Updated.
775         (ipa_param_cannot_devirtualize_p): Removed.
776         (ipa_param_types_vec_empty): Likewise.
777         (ipa_set_param_used): New function.
778         (ipa_get_param_used): Updated to use descriptors vector.
779         (ipa_func_list): Removed.
780         (ipa_init_func_list): Removed declaration.
781         (ipa_push_func_to_list_1): Likewise.
782         (ipa_pop_func_from_list): Likewise.
783         (ipa_push_func_to_list): Removed.
784         (ipa_lattice_from_jfunc): Remove declaration.
785         (ipa_get_jf_pass_through_result): Declare.
786         (ipa_get_jf_ancestor_result): Likewise.
787         (ipa_value_from_jfunc): Likewise.
788         (ipa_get_lattice): Update.
789         (ipa_lat_is_single_const): New function.
790         * ipa-prop.c (ipa_push_func_to_list_1): Removed.
791         (ipa_init_func_list): Likewise.
792         (ipa_pop_func_from_list): Likewise.
793         (ipa_get_param_decl_index): Fix coding style.
794         (count_formal_params): Removed.
795         (count_formal_params_1): Renamed to count_formal_params.
796         (ipa_populate_param_decls): Update to use descriptors vector.
797         (ipa_initialize_node_params): Likewise.
798         (visit_ref_for_mod_analysis): Use ipa_set_param_used.
799         (ipa_analyze_params_uses): Likewise.
800         (ipa_free_node_params_substructures): Likewise and free also lattices
801         and known values.
802         (duplicate_array): Removed.
803         (ipa_edge_duplication_hook): Add the new edge to the list of edge
804         clones.
805         (ipa_node_duplication_hook): Update to use new lattices.
806         (ipa_free_all_structures_after_ipa_cp): Free alloc pools.
807         (ipa_free_all_structures_after_iinln): Likewise.
808         (ipa_write_node_info): Update to use new lattices.
809         (ipa_read_node_info): Likewise.
810         (ipa_get_jf_pass_through_result): New function.
811         (ipa_get_jf_ancestor_result): Likewise.
812         (ipa_value_from_jfunc): Likewise.
813         (ipa_cst_from_jfunc): Reimplemented using ipa_value_from_jfunc.
814         * ipa-cp.c: Reimplemented.
815         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): Removed.
816         (PARAM_IPA_CP_VALUE_LIST_SIZE): New parameter.
817         (PARAM_IPA_CP_EVAL_THRESHOLD): Likewise.
818         * Makefile.in (IPA_PROP_H): Added alloc-pool.h to dependencies.
819         * doc/invoke.texi (devirt-type-list-size): Removed description.
820         (ipa-cp-value-list-size): Added description.
821
822 2011-07-18  Richard Henderson  <rth@redhat.com>
823
824         * bb-reorder.c (fix_crossing_conditional_branches): Emit all insns
825         before calling create_basic_block.
826
827 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
828
829         PR middle-end/49675
830         * tree.c (build_common_builtin_nodes): Register
831         __builtin_return_address, __cyg_profile_func_enter
832         and __cyg_profile_func_exit.
833
834 2011-07-18  Richard Henderson  <rth@redhat.com>
835
836         * bb-reorder.c (emit_barrier_after_bb): Split out of ...
837         (add_labels_and_missing_jumps): ... here.
838         (fix_up_fall_thru_edges, fix_crossing_conditional_branches): Use it.
839
840 2011-07-18  Uros Bizjak  <ubizjak@gmail.com>
841
842         PR target/47744
843         * config/i386/i386.c (ix86_decompose_address): Allow only subregs
844         of DImode hard registers in PLUS address chains.
845
846 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
847
848         PR bootstrap/49769
849         * config.gcc (alpha*-*-linux*): Add crtfastmath.o to extra_parts.
850         (alpha*-*-freebsd*): Likewise.
851         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
852         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
853         i[34567]86-*-kopensolaris*-gnu): Add crtprec32.o, crtprec64.o,
854         crtprec80.o, crtfastmath.o to extra_parts for all targets.
855         (ia64*-*-elf*): Remove extra_parts.
856         (sparc-*-linux*): Add crtfastmath.o to extra_parts.
857         (sparc64-*-linux*): Likewise.
858         (sparc64-*-freebsd*): Likewise.
859
860         Revert:
861         * config.gcc (ia64*-*-freebsd*): Remove crtfastmath.o from extra_parts.
862         (ia64*-*-linux*): Likewise.
863         (mips64*-*-linux*): Likewise.
864         (mips*-*-linux*): Likewise.
865
866 2011-07-18  David Edelsohn  <dje.gcc@gmail.com>
867
868         * doc/install.texi (Specific, *-ibm-aix*): AIX assembler bug.
869
870 2011-07-18  Richard Guenther  <rguenther@suse.de>
871
872         * gimplify.c (gimplify_expr): Use input_location, not saved_location
873         when building new trees.
874
875 2011-07-18  Richard Guenther  <rguenther@suse.de>
876
877         * expr.c (expand_expr_real_2): Properly truncate the BIT_NOT_EXPR
878         expansion result to bitfield precision if required.
879
880 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
881
882         * config.gcc (i[3456x]86-*-netware*): Remove.
883
884         * gthr-nks.h: Remove.
885         * configure.ac (enable_threads): Remove nks.
886         * configure: Regenerate.
887
888         * config/i386/i386.c (ix86_encode_section_info): Remove netware
889         reference.
890         * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): Remove
891         <netware.h> reference.
892
893         * config/i386/netware-libgcc.c,
894         gcc/config/i386/netware-libgcc.def,
895         gcc/config/i386/netware-libgcc.exp, gcc/config/i386/netware.c,
896         gcc/config/i386/netware.h, gcc/config/i386/netware.opt,
897         gcc/config/i386/nwld.c, gcc/config/i386/nwld.h,
898         gcc/config/i386/t-netware, gcc/config/i386/t-nwld: Remove
899
900         * doc/extend.texi (Function Attributes,
901         callee_pop_aggregate_return): Remove i?86-netware reference.
902         * doc/install.texi (Configuration, --enable-threads): Remove nks.
903
904 2011-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
905
906         PR target/49746
907         Revert:
908         2010-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
909
910         * config/pa/pa.md: Add ",*" condition to 64-bit add/subtract boolean
911         patterns.
912
913 2011-07-17  Eric Botcazou  <ebotcazou@adacore.com>
914
915         PR middle-end/49732
916         * tree.c (walk_tree_1) <DECL_EXPR>: Do not walk a pointed-to type.
917
918 2011-07-16  Matthias Klose  <doko@ubuntu.com>
919
920         * doc/install.texi: Document --enable-static-libjava.
921
922 2011-07-15  Richard Henderson  <rth@redhat.com>
923
924         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
925         Replace all three arguments by returning a VEC of edges.
926         (add_labels_and_missing_jumps): Accept a VEC of edges, not bare
927         pointers and counts.
928         (fix_edges_for_rarely_executed_code): Merge ...
929         (rest_of_handle_partition_blocks): ... into...
930         (partition_hot_cold_basic_blocks): ... here.  Return todo items if
931         any work was performed.
932         (pass_partition_blocks): Clear todo_flags_finish.
933
934 2011-07-15  Paolo Carlini  <paolo.carlini@oracle.com>
935             Jakub Jelinek  <jakub@redhat.com>
936             Jonathan Wakely  <jwakely.gcc@gmail.com>
937
938         PR libstdc++/49745
939         * gthr-posix.h: Do not include <unistd.h> unconditionally; use
940         _GTHREADS_USE_MUTEX_TIMEDLOCK instead of _POSIX_TIMEOUTS.
941
942 2011-07-15  Jason Merrill  <jason@redhat.com>
943
944         PR testsuite/49741
945         * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
946         rather than --tool_opts.
947
948 2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>
949
950         * doc/plugins.texi (Building GCC plugins): gengtype needs its
951         corresponding gtype.state.
952
953 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
954
955         PR target/49723
956         * config/pa/pa.md (casesi): Use gen_int_mode instead of GEN_INT.
957
958 2011-07-15  Eric Botcazou  <ebotcazou@adacore.com>
959
960         PR target/48220
961         * doc/md.texi (Standard Names): Document window_save.
962         * cfgexpand.c (expand_debug_parm_decl): New function extracted from
963         expand_debug_expr and expand_debug_source_expr.  If the target has
964         a window_save instruction, adjust the ENTRY_VALUE_EXP.
965         (expand_debug_expr) <SSA_NAME>: Call expand_debug_parm_decl if the
966         SSA_NAME_VAR is a parameter.
967         (expand_debug_source_expr) <PARM_DECL>: Call expand_debug_parm_decl.
968         * var-tracking.c (parm_reg_t): New type and associated vector type.
969         (windowed_parm_regs): New variable.
970         (adjust_insn): If the target has a window_save instruction and this
971         is the instruction, make its effect on parameter registers explicit.
972         (next_non_note_insn_var_location): New function.
973         (emit_notes_in_bb): Use it instead of NEXT_INSN throughout.
974         (vt_add_function_parameter): If the target has a window_save insn,
975         adjust the incoming RTL and record that in windowed_parm_regs.
976         (vt_finalize): Free windowed_parm_regs.
977
978 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
979
980         * doc/invoke.texi (C6X Options): New section.
981         * doc/md.texi (TI C6X family): New section.
982         * config.gcc: Handle tic6x, in particular tic6x-*-elf and
983         tic6x-*-uclinux.
984         * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm,
985         count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME):
986         Provide C6X definitions.
987         * config/c6x/c6x.md: New file.
988         * config/c6x/constraints.md: New file.
989         * config/c6x/predicates.md: New file.
990         * config/c6x/c6x-sched.md.in: New file.
991         * config/c6x/c6x-sched.md: New file.
992         * config/c6x/gensched.sh: New file.
993         * config/c6x/c6x-mult.md.in: New file.
994         * config/c6x/genmult.sh: New file.
995         * config/c6x/c6x-mult.md: New file.
996         * config/c6x/sync.md: New file.
997         * config/c6x/c6x-protos.h: New file.
998         * config/c6x/sfp-machine.h: New file.
999         * config/c6x/c6x.c: New file.
1000         * config/c6x/c6x.h: New file.
1001         * config/c6x/crti.s: New file.
1002         * config/c6x/crtn.s: New file.
1003         * config/c6x/lib1funcs.asm: New file.
1004         * config/c6x/c6x-modes.def: New file.
1005         * config/c6x/genopt.sh: New file.
1006         * config/c6x/c6x.opt: New file.
1007         * config/c6x/c6x-tables.opt: New file.
1008         * config/c6x/c6x-opts.h: New file.
1009         * config/c6x/c6x-isas.def: New file.
1010         * config/c6x/elf.h: New file.
1011         * config/c6x/elf-common.h: New file.
1012         * config/c6x/uclinux-elf.h: New file.
1013         * config/c6x/t-c6x: New file.
1014         * config/c6x/t-c6x-elf: New file.
1015         * config/c6x/t-c6x-uclinux: New file.
1016         * config/c6x/t-c6x-softfp: New file.
1017         * config/c6x/gtd.c: New file.
1018         * config/c6x/gtf.c: New file.
1019         * config/c6x/ltd.c: New file.
1020         * config/c6x/ltf.c: New file.
1021         * config/c6x/ged.c: New file.
1022         * config/c6x/gef.c: New file.
1023         * config/c6x/led.c: New file.
1024         * config/c6x/lef.c: New file.
1025         * config/c6x/eqd.c: New file.
1026         * config/c6x/eqf.c: New file.
1027         * config/c6x/libgcc-c6xeabi.ver: New file.
1028
1029         Revert
1030         2003-07-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1031         PR rtl-optimization/11320
1032         * sched-int.h (struct deps) [reg_conditional_sets]: New field.
1033         (struct sched_info) [compute_jump_reg_dependencies]: New prototype.
1034         * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to
1035         current_sched_info->compute_jump_reg_dependencies. Record which
1036         registers are used and which registers are set by the jump.
1037         Clear deps->reg_conditional_sets after a barrier.
1038         Set deps->reg_conditional_sets if the insn is a COND_EXEC.
1039         Clear deps->reg_conditional_sets if the insn is not a COND_EXEC.
1040         (init_deps): Initialize reg_conditional_sets.
1041         (free_deps): Clear reg_conditional_sets.
1042         * sched-ebb.c (compute_jump_reg_dependencies): New prototype.
1043         Mark registers live on entry of the fallthrough block and conditionally
1044         set as set by the jump. Mark registers live on entry of non-fallthrough
1045         blocks as used by the jump.
1046         * sched-rgn.c (compute_jump_reg_dependencies): New prototype.
1047         Mark new parameters as unused.
1048
1049 2011-07-14  Andrew Pinski  <pinskia@gmail.com>
1050
1051         PR tree-opt/49309
1052         * tree-mudflap.c (mf_xform_derefs_1 <case MEM_REF>):
1053         Use fold_build2_loc instead of build2.
1054         Use the correct type for the new tree.
1055
1056 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
1057
1058         PR rtl-optimization/11320
1059         * config/ia64/ia64.md (load_symptr_low): Show a MEM.
1060         * config/ia64/ia64.c (ia64_expand_load_address): Generate it.
1061
1062 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
1063
1064         PR target/49487
1065         * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead
1066         of REG.
1067         (*rotw<mode>): Use const_int_operand for operand2.
1068         Use match_scatch for operand3.
1069         (*rotb<mode>): Ditto
1070         * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH.
1071
1072 2011-07-14  Richard Guenther  <rguenther@suse.de>
1073
1074         PR tree-optimization/49651
1075         * tree-ssa-structalias.c (get_constraint_for_1): Properly
1076         handle dereferences with subvariables.
1077
1078 2011-07-14  Richard Guenther  <rguenther@suse.de>
1079
1080         * gimple-fold.c (fold_gimple_assign): Remove operand swapping.
1081         (fold_stmt_1): Do it here directly on gimple and as a first thing.
1082
1083 2011-07-14  Richard Guenther  <rguenther@suse.de>
1084
1085         * fold-const.c (fold_binary_loc): Convert the !bool_var result,
1086         not bool_var when folding bool_var != 1 or bool_var == 0.
1087
1088 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
1089
1090         * haifa-sched.c (schedule_insns): Remove outdated comment.
1091         (schedule_block): When computing a known value for TODO_SPEC,
1092         just set it rather than using logical operations.
1093         (try_ready): Likewise.  Use a local variable rather than a
1094         pointer to TODO_SPEC.  Reorder an if statement to move the
1095         easy case to the then block.
1096         * sched-deps.c (dep_spec_p): New static function.
1097         (update_dep): Use it to decide whether to call
1098         change_spec_dep_to_hard.
1099         (get_back_and_forw_lists): Use it.
1100         (sd_resolve_dep): Likewise.
1101         (init_dep): If !USE_DEPS_LIST, use zero to initialize status.
1102         (haifa_note_mem_dep): Likewise.
1103         (check_dep): Likewise.
1104         (sd_add_dep): Also clear SPECULATIVE bits if not DO_SPECULATION.
1105         (sched_free_deps): Free in two passes.
1106
1107 2011-07-14  Richard Sandiford  <richard.sandiford@linaro.org>
1108
1109         PR middle-end/49736
1110         * expr.c (all_zeros_p): Undo bogus part of last change.
1111
1112 2011-07-14  Matthias Klose <doko@ubuntu.com>
1113
1114         * doc/extend.texi (optimize attribute): Fix typo.
1115
1116 2011-07-14  Richard Guenther  <rguenther@suse.de>
1117
1118         * gimplify.c (gimplify_expr): Only do required conversions.
1119
1120 2011-07-14  Georg-Johann Lay  <avr@gjlay.de>
1121
1122         PR target/43746
1123         * config/avr/elf.h (TARGET_ASM_SELECT_SECTION): Remove,
1124         i.e. use default_elf_select_section.
1125         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Remove.
1126         (READONLY_DATA_SECTION_ASM_OP): Remove.
1127         (TARGET_ASM_NAMED_SECTION): Move from here...
1128         * config/avr/avr.c: ...to here.
1129         (avr_asm_init_sections): Set unnamed callback of readonly_data_section.
1130         (avr_asm_named_section): Make static.
1131
1132 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1133
1134         PR bootstrap/49739
1135         * config.gcc (extra_parts): Add crtprec32.o crtprec64.o crtprec80.o
1136         and crtfastmath.o for Linux/x86.
1137
1138 2011-07-14  Bernd Schmidt  <bernds@codesourcery.com>
1139
1140         * haifa-sched.c: Include "hashtab.h"
1141         (sched_no_dce): New global variable.
1142         (INSN_EXACT_TICK, INSN_TICK_ESTIMATE, FEEDS_BACKTRACK_INSN,
1143         SHADOW_P): New macros.
1144         (last_clock_var, cycle_issued_insns): Move declarations.
1145         (must_backtrack): New static variable.
1146         (struct delay_pair): New structure.
1147         (delay_htab, delay_htab_i2): New static variables.
1148         (delay_hash_i1, delay_hash_i2, delay_i1_eq, delay_i2_eq,
1149         record_delay_slot_pair, pair_delay, add_delay_dependencies): New
1150         functions.
1151         (dep_cost_1): If delay pairs exist, try to look up the insns and
1152         use the correct pair delay if we find them.
1153         (rank-for_schedule): Tweak priority for insns that must be scheduled
1154         soon to avoid backtracking.
1155         (queue_insn): Detect conditions which force backtracking.
1156         (ready_add): Likewise.
1157         (struct sched_block_state): Add member shadows_only_p.
1158         (struct haifa_save_data): New structure.
1159         (backtrack_queue): New static variable.
1160         (mark_backtrack_feeds, copy_insn_list, save_backtrack_point,
1161         unschedule_insns_until, restore_last_backtrack_point,
1162         free_topmost_backtrack_point, free_backtrack_queue,
1163         estimate_insn_tick, estimate_shadow_tick): New functions.
1164         (prune_ready_list): New arg shadows_only_p.  All callers changed.
1165         If true, remove everything that isn't SHADOW_P.  Look up delay
1166         pairs and estimate ticks to avoid scheduling the first insn too early.
1167         (verify_shadows): New function.
1168         (schedule_block): Add machinery to enable backtracking.
1169         (sched_init): Take sched_no_dce into account when setting
1170         DF_LR_RUN_DCE.
1171         (free_delay_pairs): New function.
1172         (init_h_i_d): Initialize INSN_EXACT_TICK.
1173         * Makefile.in (haifa-sched.o): Add $(HASHTAB_H).
1174         * sched-deps.c (sd_unresolve_dep): New function.
1175         * sched-int. (struct haifa_sched_info): New fields save_state
1176         and restore_state.
1177         (struct _haifa_insn_data): New fields exact_tick, tick_estimate,
1178         feeds_backtrack_insn and shadow_p.
1179         (DO_BACKTRACKING): New value in enum SCHED_FLAGS.
1180         (sched_no_dce): Declare variable.
1181         (record_delay_slot_pair, free_delay_pairs, add_delay_dependencies,
1182         sd_unresolve_dep): Declare functions.
1183         * modulo-sched.c (sms_sched_info): Clear the two new fields.
1184         * sched-rgn.c (rgn_const_sched_info): Likewise.
1185         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
1186         * sched-ebb.c (save_ebb_state, restore_ebb_state): New functions.
1187         (ebb_sched_info): Add them for the two new fields.
1188         (add_deps_for_risky_insns): Call add_delay_dependencies.
1189
1190 2011-07-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
1191
1192         * config/rs6000/rs6000.opt (-mpointers-to-nested-functions):
1193         Rename -mr11.
1194         * config/rs6000/rs6000.c (rs6000_trampoline_init): Ditto.
1195         (rs6000_call_indirect_aix): Ditto.
1196         * config/rs6000/rs6000.md (call_indirect_aix<ptrsize>): Ditto.
1197         (call_indirect_aix<ptrsize>_internal): Ditto.
1198         (call_indirect_aix<ptrsize>_nor11): Ditto.
1199         (call_indirect_aix<ptrsize>_internal2): Ditto.
1200         (call_value_indirect_aix<ptrsize>): Ditto.
1201         (call_value_indirect_aix<ptrsize>_internal): Ditto.
1202         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
1203         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
1204         * doc/invoke.texi (RS/6000 and PowerPC Options): Ditto.
1205
1206 2011-07-13  Jason Merrill  <jason@redhat.com>
1207
1208         * Makefile.in ($(lang_checks_parallelized)): Allow --tool_opts.
1209
1210 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1211
1212         * config/spu/spu.c (spu_init_libfuncs): Install __clrsbdi2.
1213         * config/spu/spu.md ("clrsb<mode>2"): New expander.
1214
1215 2011-07-13  Thomas Schwinge  <thomas@schwinge.name>
1216
1217         * acinclude.m4 (gcc_GAS_CHECK_FEATURE): Use AS_ECHO instead of echo.
1218         * configure: Regenerate.
1219
1220 2011-07-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1221
1222         * config/spu/spu.c (TARGET_ASM_FILE_START): Do not define.
1223         (asm_file_start): Remove.
1224         (spu_machine_dependent_reorg): Call compute_bb_for_insn and
1225         free_bb_for_insn around code that modifies insns before
1226         restarting df analysis.
1227
1228 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1229
1230         PR target/49541
1231         * config/sol2.h (LIB_SPEC): Simplify.  Move LIB_THREAD_LDFLAGS_SPEC ...
1232         (LINK_SPEC): ... here.
1233
1234 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
1235
1236         * haifa-sched.c (struct sched_block_state): New.
1237         (schedule_block): Move some local variables into such a structure.
1238
1239 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1240
1241         * config/i386/crtprec.c: Move to ../libgcc/config/i386.
1242         * config/i386/t-crtpc: Remove.
1243         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
1244         * config.gcc (i[34567]86-*-darwin*): Remove i386/t-crtpc from
1245         tmake_file.
1246         (x86_64-*-darwin*): Likewise.
1247         (i[34567]86-*-linux*): Likewise.
1248         (x86_64-*-linux*): Likewise.
1249
1250         * config/i386/sol2.h (ENDFILE_SPEC): Redefine.
1251         Handle -mpc32, -mpc64, -mpc80.
1252
1253 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1254
1255         * config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha.
1256         * config/alpha/t-crtfm: Remove.
1257         * config/i386/crtfastmath.c: Move to ../libgcc/config/i386.
1258         * config/i386/t-crtfm: Remove.
1259         * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64.
1260         * config/mips/crtfastmath.c: Move to ../libgcc/config/mips.
1261         * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc.
1262         * config/sparc/t-crtfm: Remove.
1263
1264         * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file.
1265         (alpha*-*-freebsd*): Likewise.
1266         (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file.
1267         (x86_64-*-darwin*): Likewise.
1268         (i[34567]86-*-linux*): Likewise.
1269         (x86_64-*-linux*): Likewise.
1270         (x86_64-*-mingw*): Likewise.
1271         (ia64*-*-elf*): Remove crtfastmath.o from extra_parts.
1272         (ia64*-*-freebsd*): Likewise.
1273         (ia64*-*-linux*): Likewise.
1274         (mips64*-*-linux*): Likewise.
1275         (mips*-*-linux*): Likewise.
1276         (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file.
1277         (sparc64-*-linux*): Likewise.
1278         (sparc64-*-freebsd*): Likewise.
1279
1280 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1281
1282         * config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
1283         * config/darwin-crt3.c: Move to ../libgcc/config.
1284         * config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
1285         ($(T)crt3$(objext)): Remove.
1286         * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
1287         ($(T)crt2$(objext)): Remove.
1288         * config.gcc (powerpc-*-darwin*): Remove extra_parts.
1289         (powerpc64-*-darwin*): Likewise.
1290
1291 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1292
1293         * config/i386/i386.c (x86_output_mi_thunk): Support ptr_mode != Pmode.
1294
1295         * config/i386/i386.md (*addsi_1_zext): Renamed to ...
1296         (addsi_1_zext): This.
1297
1298 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
1299
1300         * doc/tm.texi.in (TARGET_ASM_MERGEABLE_RODATA_PREFIX): Add hook.
1301         * doc/tm.texi: Regenerate.
1302         * target.def (mergeable_rodata_prefix): New defhookpod.
1303         * varasm.c (mergeable_string_section, mergeable_constant_section):
1304         Use it. Allocate name with alloca.
1305
1306 2011-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1307
1308         * doc/invoke.texi (x86): Remove -mfused-madd and add -mfma.
1309
1310 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
1311
1312         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten
1313         overlap check.
1314
1315 2011-07-13  Richard Sandiford  <richard.sandiford@linaro.org>
1316
1317         * tree.h (categorize_ctor_elements): Remove comment.  Fix long line.
1318         (count_type_elements): Delete.
1319         (complete_ctor_at_level_p): Declare.
1320         * expr.c (flexible_array_member_p): New function, split out from...
1321         (count_type_elements): ...here.  Make static.  Replace allow_flexarr
1322         parameter with for_ctor_p.  When for_ctor_p is true, return the
1323         number of elements that should appear in the top-level constructor,
1324         otherwise return an estimate of the number of scalars.
1325         (categorize_ctor_elements): Replace p_must_clear with p_complete.
1326         (categorize_ctor_elements_1): Likewise.  Use complete_ctor_at_level_p.
1327         (complete_ctor_at_level_p): New function, borrowing union logic
1328         from old categorize_ctor_elements_1.
1329         (mostly_zeros_p): Return true if the constructor is not complete.
1330         (all_zeros_p): Update call to categorize_ctor_elements.
1331         * gimplify.c (gimplify_init_constructor): Update call to
1332         categorize_ctor_elements.  Don't call count_type_elements.
1333         Unconditionally prevent clearing for variable-sized types,
1334         otherwise rely on categorize_ctor_elements to detect
1335         incomplete initializers.
1336
1337 2011-07-13  Richard Guenther  <rguenther@suse.de>
1338
1339         * tree-vrp.c (simplify_conversion_using_ranges): Make sure
1340         the final type is integral.
1341
1342 2011-07-13  Bernd Schmidt  <bernds@codesourcery.com>
1343
1344         * sched-int.h (struct _dep): Add member cost.
1345         (DEP_COST, UNKNOWN_DEP_COST): New macros.
1346         * sched-deps.c (init_dep_1): Initialize DEP_COST.
1347         * haifa-sched.c (dep_cost_1): Use and set DEP_COST.
1348         (sched_change_pattern): Reset it for dependent insns.
1349
1350 2011-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1351
1352         * Makefile.in (CRT0STUFF_T_CFLAGS): Remove.
1353         ($(T)crt0.o, $(T)mcrt0.o, s-crt0): Remove.
1354         * config/i386/netware-crt0.c: Move to ../libgcc/config/i386.
1355         * config/i386/t-nwld (CRTSTUFF_T_CFLAGS, CRT0STUFF_T_CFLAGS): Remove.
1356         (CRT0_S, MCRT0_S): Remove.
1357         ($(T)libgcc.def, $(T)libc.def, $(T)libcpre.def, $(T)posixpre.def):
1358         Remove.
1359         (s-crt0): Remove.
1360         * config.gcc (i[3456x]86-*-netware*): Remove extra_parts.
1361
1362 2011-07-12  Eric Botcazou  <ebotcazou@adacore.com>
1363
1364         * cse.c (insert_with_costs): Put semi-colon after empty loop body
1365         on the next line.
1366         * emit-rtl.c (push_to_sequence): Likewise.
1367         * haifa-sched.c (max_issue): Likewise.
1368         * matrix-reorg.c (add_allocation_site): Likewise.
1369         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
1370         * reload.c (alternative_allows_const_pool_ref): Likewise.
1371         * sched-rgn.c (rgn_add_block): Likewise.
1372         (rgn_fix_recovery_cfg): Likewise.
1373         * tree.c (attribute_list_contained): Likewise.
1374
1375 2011-07-12  Uros Bizjak  <ubizjak@gmail.com>
1376
1377         * config/i386/i386.c: Tidy processor feature bitmasks.
1378         (m_P4_NOCONA): New.
1379
1380 2011-07-12  Andrew Pinski  <pinskia@gmail.com>
1381
1382         PR rtl-opt/49474
1383         * cprop.c (find_implicit_sets): Correct the condition.
1384
1385 2011-07-12  Richard Henderson  <rth@redhat.com>
1386
1387         PR target/49713
1388         * dwarf2out.h (dwarf_frame_regnum): Remove.
1389         * dwarf2out.c (based_loc_descr): Revert last change.  Initialize regno
1390         earlier from DWARF_FRAME_REGNUM.  Never use dbx_reg_number.
1391         * dwarf2cfi.c (dw_stack_pointer_regnum, dw_frame_pointer_regnum): New.
1392         (execute_dwarf2_frame): Initialize them.
1393         (DW_STACK_POINTER_REGNUM, DW_FRAME_POINTER_REGNUM): Remove; replace
1394         users of the macros with the variables.
1395         (expand_builtin_dwarf_sp_column): Revert last change.
1396         (expand_builtin_init_dwarf_reg_sizes): Likewise.  Compute the
1397         result of DWARF_FRAME_REGNUM into a local variable.
1398
1399 2011-07-12  Richard Henderson  <rth@redhat.com>
1400
1401         PR target/49714
1402         * config/i386/i386.c (x86_output_mi_thunk): Use
1403         machopic_indirect_call_target instead of machopic_indirection_name
1404         directly.
1405
1406 2011-07-12  Laurent GUERBY  <laurent@guerby.net>
1407             Eric Botcazou  <ebotcazou@adacore.com>
1408
1409         * prefix.h: Wrap up in extern "C" block.
1410
1411 2011-07-12  Harsha Jagasia  <harsha.jagasia@amd.com>
1412
1413         AMD bdver2 Enablement
1414         * config.gcc (i[34567]86-*-linux* | ...): Add bdver2.
1415         (case ${target}): Add bdver2.
1416         * config/i386/driver-i386.c (host_detect_local_cpu): Let
1417         -march=native recognize bdver2 processors.
1418         * config/i386/i386-c.c (ix86_target_macros_internal): Add
1419         bdver2 def_and_undef
1420         * config/i386/i386.c (struct processor_costs bdver2_cost): New
1421         bdver2 cost table.
1422         (m_BDVER2): New definition.
1423         (m_AMD_MULTIPLE): Includes m_BDVER2.
1424         (initial_ix86_tune_features): Add bdver2 tuning.
1425         (processor_target_table): Add bdver2 entry.
1426         (static const char *const cpu_names): Add bdver2 entry.
1427         (ix86_option_override_internal): Add bdver2 instruction sets.
1428         (ix86_issue_rate): Add bdver2.
1429         (ix86_adjust_cost): Add bdver2.
1430         (has_dispatch): Add bdver2.
1431         * config/i386/i386.h (TARGET_BDVER2): New definition.
1432         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_bdver2.
1433         (enum processor_type): Add PROCESSOR_BDVER2.
1434         * config/i386/i386.md (define_attr "cpu"): Add bdver2.
1435         * config/i386/i386.opt ( mdispatch-scheduler): Add bdver2 to
1436         description.
1437
1438 2011-07-12  Richard Henderson  <rth@redhat.com>
1439
1440         PR target/49714
1441         * config/i386/i386.c (x86_output_mi_thunk): Fix mode for
1442         destination address in memory on some paths.
1443
1444 2011-07-12  Bernd Schmidt  <bernds@codesourcery.com>
1445
1446         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
1447         TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
1448         (TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
1449         * function.c (locate_and_pad_parm): Take it into account.
1450         * target.def (function_arg_round_boundary): New hook.
1451         * targhooks.c (default_function_arg_round_boundary): New function.
1452         * targhooks.h (default_function_arg_round_boundary): Declare.
1453         * doc/tm.texi: Regenerate.
1454
1455 2011-07-12  Richard Guenther  <rguenther@suse.de>
1456
1457         * tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.
1458         Do not perform no-op changes.
1459
1460 2011-07-12  Richard Sandiford  <richard.sandiford@linaro.org>
1461
1462         * config/arm/predicates.md (neon_struct_operand): Make a normal
1463         predicate.
1464         (neon_struct_or_register_operand): New predicate.
1465         * config/arm/neon.md (movmisalign<mode>): Replace predicates
1466         with neon_struct_or_register_operand.
1467         (*movmisalign<mode>_neon_store, *movmisalign<mode>_neon_load): Use
1468         neon_struct_operand instead of memory_operand.
1469
1470 2011-07-12  Martin Jambor  <mjambor@suse.cz>
1471
1472         * cgraph.h (cgraph_get_node_or_alias): Removed declaration.
1473         * cgraph.c (cgraph_get_node_or_alias): Removed.
1474         (change_decl_assembler_name): Changed all calls to
1475         cgraph_get_node_or_alias to a call to cgraph_get_node.
1476         (cgraph_make_decl_local): Likewise.
1477         * lto-symtab.c (lto_symtab_resolve_symbols): Likewise.
1478         * varasm.c (default_binds_local_p_1): Likewise.
1479         (decl_binds_to_current_def_p): Likewise.
1480
1481 2011-07-12  Jakub Jelinek  <jakub@redhat.com>
1482
1483         PR tree-optimization/49712
1484         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle TARGET_MEM_REF.
1485
1486 2011-07-11  Bernd Schmidt  <bernds@codesourcery.com>
1487
1488         * genautomata.c (add_arc): Return void.  All callers changed.
1489         (make_automaton): Remove dead code.
1490
1491 2011-07-11  Richard Henderson  <rth@redhat.com>
1492
1493         * dwarf2cfi.c (DW_STACK_POINTER_REGNUM): New.
1494         (DW_FRAME_POINTER_REGNUM): New.
1495         (expand_builtin_init_dwarf_reg_sizes): Use unsigned for rnum.
1496         (def_cfa_1): Do not convert reg to DWARF_FRAME_REGNUM here.
1497         (dwf_regno): New.
1498         (dwarf2out_flush_queued_reg_saves, dwarf2out_frame_debug_def_cfa,
1499         dwarf2out_frame_debug_adjust_cfa, dwarf2out_frame_debug_cfa_register,
1500         dwarf2out_frame_debug_cfa_expression, dwarf2out_frame_debug_expr):
1501         Use it.
1502         * dwarf2out.c (based_loc_descr): Use dwarf_frame_regnum.
1503         * dwarf2out.h (dwarf_frame_regnum): New.
1504         (struct cfa_loc): Document the domain of the reg member.
1505
1506 2011-07-11  Uros Bizjak  <ubizjak@gmail.com>
1507
1508         * config/i386/i386.c (ix86_trampoline_init): Switch arms of if expr.
1509         Use offset everywhere.  Always assert that offset <= TRAMPOLINE_SIZE.
1510
1511 2011-07-11  Jakub Jelinek  <jakub@redhat.com>
1512
1513         PR debug/49676
1514         * dwarf2out.c (int_shift_loc_descriptor): New function.
1515         (int_loc_descriptor): If shorter, emit i as
1516         (i >> shift), shift, DW_OP_shl for suitable shift value.
1517         Similarly, try to optimize large negative values using
1518         DW_OP_neg of a positive value if shorter.
1519         (size_of_int_shift_loc_descriptor): New function.
1520         (size_of_int_loc_descriptor): Adjust to match int_loc_descriptor
1521         changes.
1522         (mem_loc_descriptor) <case CONST_INT>: Emit zero-extended constants
1523         that fit into DWARF2_ADDR_SIZE bytes as int_loc_descriptor +
1524         DW_OP_GNU_convert instead of DW_OP_GNU_const_type if the former
1525         is shorter.
1526         (resolve_addr_in_expr): Optimize DW_OP_plus_uconst with a large
1527         addend as added DW_OP_plus if it is shorter.
1528
1529 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1530
1531         * config/i386/sol2.h [!USE_GLD] (CTORS_SECTION_ASM_OP): Define.
1532         (DTORS_SECTION_ASM_OP): Define.
1533
1534 2011-07-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1535
1536         * config/dfp-bit.c, config/dfp-bit.h: Move to ../libgcc.
1537         * config/t-dfprules: Move to ../libgcc/config.
1538         * config.gcc (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
1539         i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*,
1540         i[34567]86-*-kopensolaris*-gnu): Remove t-dfprules from tmake_file.
1541         (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
1542         Likewise.
1543         (i[34567]86-*-cygwin*): Likewise.
1544         (i[34567]86-*-mingw*,  x86_64-*-mingw*): Likewise.
1545         (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
1546         * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): Remove.
1547         (libgcc.mvars): Remove DFP_ENABLE, DFP_CFLAGS, D32PBIT_FUNCS,
1548         D64PBIT_FUNCS, D128PBIT_FUNCS.
1549
1550 2011-07-11  Richard Guenther  <rguenther@suse.de>
1551
1552         * tree-vrp.c (simplify_conversion_using_ranges): Manually
1553         translate the source value-range through the conversion chain.
1554
1555 2011-07-11  Richard Sandiford  <richard.sandiford@linaro.org>
1556
1557         * expr.c (expand_expr_real_1): Use expand_insn for movmisalign.
1558
1559 2011-07-11  Arthur Loiret  <aloiret@debian.org>
1560
1561         * config.gcc (s390-*-linux*): If 'enabled_targets' is 'all', build
1562         a bi-arch compiler defaulting to 31-bit. In this case:
1563         (tmake_file): Add s390/t-linux64.
1564         * doc/install.texi: Add s390-linux to the list of targets supporting
1565         --enable-targets=all.
1566
1567 2011-07-11  Arthur Loiret  <aloiret@debian.org>
1568             Matthias Klose <doko@debian.org>
1569
1570         * config.gcc (mips*-*-linux*): If 'enabled_targets' is 'all', build
1571         a tri-arch compiler defaulting to 32-bit (ABI o32). In this case:
1572         (tm_file): Add mips/linux64.h.
1573         (tmake_file): Add mips/t-linux64.
1574         (tm_defines): Add MIPS_ABI_DEFAULT=ABI_32.
1575         * config/mips/linux64.h (DRIVER_SELF_SPECS): Use MULTILIB_ABI_DEFAULT
1576         instead of hardcoded mabi=n32.
1577         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Set to 'n32 . 64' if
1578         tm_defines contains MIPS_ABI_DEFAULT ABI_32, to follow the glibc
1579         convention.
1580
1581 2011-07-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1582
1583         * passes.c (init_optimization_passes): Add invariant motion pass
1584         after induction variable optimization.
1585
1586 2011-07-11  Georg-Johann Lay  <avr@gjlay.de>
1587
1588         PR target/39633
1589         * config/avr/avr.c (notice_update_cc): For ashiftrt:QI, only
1590         offsets 1..5 set cc0 in a usable way.
1591
1592 2011-07-11  Romain Geissler  <romain.geissler@gmail.com>
1593
1594         * tree.h (call_expr_arg): Remove.
1595         (call_expr_argp): Likewise.
1596
1597 2011-07-11  Eric Botcazou  <ebotcazou@adacore.com>
1598
1599         * config/sparc/sparc.md (save_register_window_1): Rename to...
1600         (window_save): ...this.
1601         * config/sparc/sparc.c (emit_save_register_window): Rename to...
1602         (emit_window_save): ...this.
1603         (sparc_expand_prologue): Adjust to above renaming.
1604
1605 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1606
1607         * config/i386/i386.c (ix86_trampoline_init): Use movl instead
1608         of movabs for x32.
1609
1610 2011-07-10  Richard Henderson  <rth@redhat.com>
1611
1612         * config/i386/i386.c (x86_output_mi_thunk): Generate rtl and
1613         run final, instead of emitting text directly.
1614
1615 2011-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1616
1617         * config/i386/i386.c (ix86_option_override_internal): Turn on
1618         OPTION_MASK_ISA_64BIT for TARGET_X32.  Only allow small and
1619         small PIC models for TARGET_X32.
1620
1621 2011-07-10  Hans-Peter Nilsson  <hp@axis.com>
1622
1623         PR target/49684
1624         * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
1625         $(LIBGCC2_CFLAGS).
1626
1627         PR bootstrap/49680
1628         * config/cris/cris.c (cris_asm_output_case_end): Robustify against
1629         stray notes and debug insns by using prev_nonnote_nondebug_insn
1630         instead of PREV_INSN.
1631
1632 2011-07-09  Richard Henderson  <rth@redhat.com>
1633
1634         * defaults.h (DWARF2_ADDR_SIZE, DWARF_OFFSET_SIZE,
1635         DWARF_TYPE_SIGNATURE_SIZE): Move from ...
1636         * dwarf2out.c: ... here.
1637         (output_all_cfis): Remove.
1638         (dwarf2out_switch_text_section): Use output_cfis directly.
1639         (size_of_locs): Export.
1640         (output_loc_sequence, output_loc_sequence_raw): Export.
1641         (div_data_align, need_data_align_sf_opcode, dwarf_cfi_name, output_cfi,
1642         output_cfi_directive, dwarf2out_emit_cfi, output_cfis, output_cfa_loc,
1643         output_cfa_loc_raw): Move to ...
1644         * dwarfcfi.c: ... here.
1645         * dwarf2out.h: Update decls.
1646
1647 2011-07-09  Richard Henderson  <rth@redhat.com>
1648
1649         * defaults.h (DWARF_CIE_DATA_ALIGNMENT, DWARF_FRAME_RETURN_COLUMN,
1650         DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Move from ...
1651         * dwarf2cfi.c: ... here.
1652         (PTR_SIZE, DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE): Remove.
1653         (DWARF_ROUND, DWARF_CIE_ID): Remove.
1654         * dwarf2out.c (INCOMING_RETURN_ADDR_RTX): Remove.
1655         (DWARF2_FRAME_REG_OUT, DWARF_CIE_DATA_ALIGNMENT): Remove.
1656         (DWARF_FRAME_RETURN_COLUMN, DWARF_FRAME_REGNUM): Remove.
1657
1658 2011-07-09  Richard Henderson  <rth@redhat.com>
1659
1660         * dwarf2cfi.c (cie_return_save): New.
1661         (queue_reg_save): Use compare_reg_or_pc.
1662         (dwarf2out_flush_queued_reg_saves): Handle pc_rtx as return column.
1663         (dwarf2out_frame_debug_expr): Likewise.
1664         (dwarf2out_frame_debug_cfa_register): Record saved reg for pc too.
1665         (initial_return_save): Likewise.
1666         (execute_dwarf2_frame): Save and restore initial return save from
1667         the cie to the fde.
1668         * config/mips/mips.c (mips_frame_set): Remove special case for
1669         DWARF_FRAME_RETURN_COLUMN.
1670
1671 2011-07-09  Richard Henderson  <rth@redhat.com>
1672
1673         * dwarf2cfi.c (lookup_cfa): Remove.
1674         (execute_dwarf2_frame): Assert queues are empty on entry.
1675         Setup initial cfa directly, not via lookup_cfa.
1676         Don't clear args_size state here.
1677
1678 2011-07-09  Richard Henderson  <rth@redhat.com>
1679
1680         * dwarf2cfi.c (add_cfi_vec): New.
1681         (add_cfi): Rename from add_fde_cfi.  Add the element to add_cfi_vec.
1682         (def_cfa_1, reg_save): Remove for_cie argument.  Update all callers.
1683         (execute_dwarf2_frame): Set add_cfi_vec.
1684
1685 2011-07-09  Richard Henderson  <rth@redhat.com>
1686
1687         * defaults.h (ASM_COMMENT_START): Move here...
1688         * dwarf2asm.c: ... from here.
1689         * dwarf2out.c, final.c, vmsdbgout.c: Remove duplicates.
1690         * toplev.c: Remove ifndef tests of ASM_COMMENT_START.
1691         * varasm.c: Likewise.
1692
1693 2011-07-09  Richard Henderson  <rth@redhat.com>
1694
1695         PR debug/49686
1696         * dwarf2cfi.c (dwarf2out_frame_debug): Don't set cfi_insn here...
1697         (create_cfi_notes): ... do it here instead.
1698
1699 2011-07-09  Jakub Jelinek  <jakub@redhat.com>
1700
1701         PR debug/49676
1702         * dwarf2out.c (size_of_int_loc_descriptor): New function.
1703         (address_of_int_loc_descriptor): Use it.
1704         (scompare_loc_descriptor): Optimize EQ/NE comparison with constant.
1705
1706 2011-07-09  Richard Henderson  <rth@redhat.com>
1707
1708         * config/pdp11/pdp11.md (define_c_enum "unspecv"): New.
1709         (prologue, epilogue): New.
1710         (return, *rts): New.
1711         (blockage, setd, seti): New.
1712         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
1713         (TARGET_ASM_FUNCTION_EPILOGUE): Remove.
1714         (pdp11_saved_regno): New.
1715         (pdp11_expand_prologue): Rename from pdp11_output_function_prologue;
1716         generate rtl instead of text.
1717         (pdp11_expand_epilogue): Similarly from pdp11_output_function_epilogue.
1718         (pdp11_sp_frame_offset): Export.  Use pdp11_saved_regno.
1719         * config/pdp11/pdp11-protos.h: Update.
1720
1721 2011-07-09  Richard Henderson  <rth@redhat.com>
1722
1723         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Don't
1724         try to insert an rtl prologue here.
1725         (rs6000_output_function_epilogue): Similarly.
1726         * config/rs6000/rs6000.md (prologue): Emit a barrier to
1727         satisfy !TARGET_SCHED_PROLOG.
1728         (epilogue, sibcall_epilogue): Likewise.
1729
1730 2011-07-09  Eric Botcazou  <ebotcazou@adacore.com>
1731
1732         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Move around.
1733         (FP_REG_P): Delete.
1734         (IN_OR_GLOBAL_P): Likewise.
1735
1736 2011-07-08  Jason Merrill  <jason@redhat.com>
1737
1738         PR c++/45437
1739         * gimplify.c (goa_stabilize_expr): Handle RHS preevaluation in
1740         compound assignment.
1741
1742         * cgraph.c (cgraph_add_to_same_comdat_group): New.
1743         * cgraph.h: Declare it.
1744         * ipa.c (function_and_variable_visibility): Make sure thunks
1745         have the right visibility.
1746
1747 2011-07-08  Richard Henderson  <rth@redhat.com>
1748
1749         PR bootstrap/49680
1750         * dwarf2cfi.c (dwarf2out_frame_debug): Insert cfi notes after
1751         any tablejump vector.
1752
1753         PR bootstrap/49680
1754         * dwarf2cfi.c (create_cfi_notes): Flush queued saves at the
1755         end of the prologue.
1756
1757 2011-07-08  Jakub Jelinek  <jakub@redhat.com>
1758
1759         PR target/49621
1760         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Use
1761         CONST0_RTX (dest_mode) instead of const0_rtx as second operand of NE.
1762         * config/rs6000/vector.md (vector_select_<mode>,
1763         vector_select_<mode>_uns): Change second operand of NE to
1764         CONST0_RTX (<MODE>mode) instead of const0_rtx.
1765         * config/rs6000/altivec.md (*altivec_vsel<mode>,
1766         *altivec_vsel<mode>_uns): Expect second operand of NE to be
1767         zero_constant of the corresponding vector mode.
1768         * config/rs6000/vsx.md (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns):
1769         Likewise.
1770
1771 2011-07-08  Sebastian Pop  <sebastian.pop@amd.com>
1772
1773         * graphite-dependences.c (build_alias_set_powerset): Remove
1774         continue from loop, add one more assert.
1775
1776 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
1777
1778         PR target/46779
1779         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
1780         In particular, allow 8-bit values in r28 and r29.
1781         (avr_hard_regno_scratch_ok): Disallow any register that might be
1782         part of the frame pointer.
1783         (avr_hard_regno_rename_ok): Same.
1784         (avr_legitimate_address_p): Don't allow SUBREGs.
1785
1786 2011-07-08  Julian Brown  <julian@codesourcery.com>
1787
1788         * config/arm/neon.md (vec_shr_<mode>, vec_shl_<mode>): Disable in
1789         big-endian mode.
1790         (reduc_splus_<mode>, reduc_uplus_<mode>, reduc_smin_<mode>)
1791         (reduc_smax_<mode>, reduc_umin_<mode>, reduc_umax_<mode>)
1792         (neon_vec_unpack<US>_lo_<mode>, neon_vec_unpack<US>_hi_<mode>)
1793         (vec_unpack<US>_hi_<mode>, vec_unpack<US>_lo_<mode>)
1794         (neon_vec_<US>mult_lo_<mode>, vec_widen_<US>mult_lo_<mode>)
1795         (neon_vec_<US>mult_hi_<mode>, vec_widen_<US>mult_hi_<mode>)
1796         (vec_pack_trunc_<mode>, neon_vec_pack_trunc_<mode>): Disable for Q
1797         registers in big-endian mode.
1798
1799 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
1800
1801         * genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined
1802         in terms of another.
1803         (write_attr_value): Write a cast if necessary.
1804
1805         * defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.
1806         * doc/tm.texi.in (WORDS_BIG_ENDIAN): Mention REG_WORDS_BIG_ENDIAN.
1807         (REG_WORDS_BIG_ENDIAN): Document.
1808         * doc/tm.texi: Regenerate.
1809         * reload.c (operands_match_p): Take it into account.
1810         (reload_adjust_reg_for_mode): Likewise.
1811         * rtlanal.c (subreg_get_info): Likewise.
1812
1813 2011-07-08  Richard Guenther  <rguenther@suse.de>
1814
1815         * fold-const.c (fold_binary_loc): Remove index +p PTR -> PTR +p index
1816         folding.
1817
1818 2011-07-08  Kai Tietz  <ktietz@redhat.com>
1819
1820         * fold-const.c (fold_truth_andor): Factored out truth_andor
1821         label from fold_binary as function.
1822         (fold_binary_loc): Replace truth_andor lable
1823         by function fold_truth_andor.
1824
1825 2011-07-08  Kirill Yukhin  <kirill.yukhin@intel.com>
1826
1827         PR middle-end/49519
1828         * calls.c (mem_overlaps_already_clobbered_arg_p): Additional
1829         check if address is stored in register. If so - give up.
1830         (check_sibcall_argument_overlap_1): Do not perform check of
1831         overlapping when it is call to address.
1832
1833 2011-07-08  Georg-Johann Lay  <avr@gjlay.de>
1834
1835         * config/avr/avr.c (output_reload_insisf): Use 'REG_Z+1' instead
1836         of magic '31'.
1837
1838 2011-07-08  Bernd Schmidt  <bernds@codesourcery.com>
1839
1840         * optabs.c (expand_binop): Use GET_MODE_PRECISION instead of
1841         GET_MODE_BITSIZE where appropriate.
1842         (widen_leading, expand_parity, expand_ctz, expand_ffs,
1843         expand_unop, expand_abs_nojump, expand_one_cmpl_abs_nojump,
1844         expand_float, expand_fix): Likewise.
1845         * expr.c (convert_move, convert_modes, expand_expr_real_2,
1846         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
1847         * stor-layout.c (get_mode_bounds): Likewise.
1848         * cfgexpand.c (convert_debug_memory_address, expand_debug_expr):
1849         Likewise.
1850         * convert.c (convert_to_integer): Likewise.
1851         * expmed.c (expand_shift_1): Likewise.
1852
1853         * rtlanal.c (nonzero_bits1): Don't compare GET_MODE_SIZE against
1854         a bitsize.
1855
1856         * optabs.c (expand_binop): Tighten conditions for doubleword
1857         expansions.
1858         (widen_bswap): Assert that mode bitsize and precision are the same.
1859         * stor-layout.c (get_best_mode): Skip modes that have lower
1860         precision than bitsize.
1861         * recog.c (simplify_while_replacing): Assert that bitsize and
1862         precision are the same.
1863
1864 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1865
1866         * Makefile.in (LIBGCOV): Remove.
1867         (libgcc.mvars): Remove LIBGCOV.
1868         * libgov.c: Move to ../libgcc.
1869
1870 2011-07-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1871
1872         * config/fixed-bit.c, config/fixed-bit.h: Move to ../libgcc.
1873
1874 2011-07-08  Martin Jambor  <mjambor@suse.cz>
1875
1876         * tree-sra.c (analyze_all_variable_accesses): Dump that a struture
1877         is too big for total scalarization.
1878
1879 2011-07-07  Richard Henderson  <rth@redhat.com>
1880
1881         * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef.
1882         (DBX_DEBUGGING_INFO): Undef.
1883
1884 2011-07-07  Richard Henderson  <rth@redhat.com>
1885
1886         * dwarf2out.c (output_cfi_directive): Export.  Add FILE parameter.
1887         Handle some opcodes specially for debugging.
1888         * print-rtl.c: Include dwarf2out.h
1889         (print_rtx): Handle NOTE_INSN_CFI.
1890         * Makefile.in (print-rtl.o): Update.
1891
1892 2011-07-07  Richard Henderson  <rth@redhat.com>
1893
1894         * tree-pass.h (pass_dwarf2_frame): Declare.
1895         * passes.c (init_optimization_passes): Add it.
1896         * dwarf2cfi.c (dwarf2out_frame_debug): Make static.
1897         (create_cfi_notes): Rename from dwarf2out_frame_debug_after_prologue;
1898         make static, do not call add_cfis_to_fde.
1899         (dwarf2out_frame_debug_init, dwarf2cfi_function_init,
1900         dwarf2out_frame_init): Merge into...
1901         (execute_dwarf2_frame): ... here.  New function.
1902         (dwarf2out_do_frame, dwarf2out_do_cfi_asm): Make boolean.  Change
1903         saved_do_cfi_asm to a tri-state variable.
1904         (gate_dwarf2_frame, pass_dwarf2_frame): New.
1905         * dwarf2out.c (dwarf2out_begin_prologue): Only allocate the fde
1906         if it has yet to be done.  Don't call dwarf2cfi_function_init.
1907         * dwarf2out.h, debug.h: Update decls.
1908         * final.c (final_start_function): Don't call
1909         dwarf2out_frame_debug_init or dwarf2out_frame_debug_after_prologue.
1910         * lto-streamer-in.c (lto_init_eh): Don't call dwarf2out_frame_init.
1911         * toplev.c (lang_dependent_init): Likewise.
1912
1913 2011-07-07  Richard Henderson  <rth@redhat.com>
1914
1915         * dwarf2out.c (fde_table, fde_table_allocated, fde_table_in_use,
1916         FDE_TABLE_INCREMENT): Replace with...
1917         (fde_vec): ... this, a new vector.
1918         (current_fde): Remove.  Replace all users with cfun->fde.
1919         (output_call_frame_info): Use FOR_EACH_VEC_ELT over fde_vec.
1920         (size_of_aranges, dwarf2out_finish): Likewise.
1921         (dwarf2out_alloc_current_fde): Break out from ...
1922         (dwarf2out_begin_prologue): ... here.
1923         (dwarf2out_frame_init): Remove.
1924         * dwarf2cfi.c: Update all users of current_fde.
1925         (dwarf2out_frame_init): Rename from dwarf2cfi_frame_init.
1926         * dwarf2out.h: Update decls.
1927         (dw_fde_node): Add fde_index member.
1928         * function.h (struct function): Add fde member.
1929
1930 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
1931             Richard Henderson  <rth@redhat.com>
1932
1933         * dwarf2cfi.c (add_cfi): Remove.
1934         (dwarf2out_cfi_label): Remove force argument.  Only generate the
1935         label name.
1936         (add_fde_cfi): Simplify the different code paths.
1937         (add_cie_cfi): New.
1938         (old_cfa, old_cfa_remember): New.
1939         (def_cfa_1, reg_save): Remove label, add for_cie parameter.
1940         (last_reg_save_label): Remove.
1941         (dwarf2out_args_size, dwarf2out_stack_adjust, queue_reg_save,
1942         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
1943         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
1944         dwarf2out_frame_debug_cfa_expression,
1945         dwarf2out_frame_debug_cfa_restore,
1946         dwarf2out_frame_debug_cfa_window_save,
1947         dwarf2out_frame_debug_expr): Remove label parameter.
1948         (cfi_label_required_p, add_cfis_to_fde): New.
1949         (dwarf2out_frame_debug_after_prologue): New.
1950         (dwarf2cfi_frame_init): Initialize old_cfa.
1951         (dwarf2out_frame_debug_restore_state): Likewise.
1952         * dwarf2out.c (dwarf2out_emit_cfi): Only do output for cfi_asm.
1953         (dwarf2out_switch_text_section): Don't clear dw_fde_current_label here.
1954         * final.c (final_start_function): Call
1955         dwarf2out_frame_debug_after_prologue.
1956
1957 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
1958             Richard Henderson  <rth@redhat.com>
1959
1960         * dwarf2cfi.c (cfi_insn): New.
1961         (dwarf2out_cfi_label): Don't emit cfi label here.
1962         (add_fde_cfi): Create a NOTE_INSN_CFI.
1963         (dwarf2out_frame_debug): Setup cfi_insn.
1964         (dwarf2out_frame_debug_init): Loop over insns creating CFI notes.
1965         (dwarf2out_cfi_begin_epilogue): Make static.
1966         (dwarf2out_frame_debug_restore_state): Make static.
1967         * dwarf2out.c (output_cfi_directive): Make static.
1968         (dwarf2out_emit_cfi): New.
1969         * dwarf2out.h: Update.
1970         * final.c (final): Remove CFI notes.
1971         (final_scan_insn): Don't call dwarf2out_cfi_begin_epilogue,
1972         dwarf2out_frame_debug_restore_state, dwarf2out_frame_debug.
1973         Handle NOTE_INSN_CFI and NOTE_INSN_CFI_LABEL.
1974         * insn-notes.def (NOTE_INSN_CFI): New.
1975         (NOTE_INSN_CFI_LABEL): New.
1976         * rtl.h (union rtunion_def): Add rt_cfi member.
1977         (XCFI, XCCFI, NOTE_CFI, NOTE_LABEL_NUMBER): New.
1978
1979 2011-07-07  Richard Henderson  <rth@redhat.com>
1980
1981         * dwarf2cfi.c: New file.
1982         * Makefile.in (OBJS): Add it.
1983         (GTFILES): Add dwarf2cfi.c and dwarf2out.h.
1984         * gengtype.c (open_base_files): Include dwarf2out.h.
1985         * coretypes.h (enum var_init_status): Move from ...
1986         * rtl.h: ... here.
1987         * dwarf2out.c (saved_do_cfi_asm, dwarf2out_do_frame,
1988         dwarf2out_do_cfi_asm, cie_cfi_vec, dwarf2out_cfi_label_num,
1989         expand_builtin_dwarf_sp_column, init_return_column_size,
1990         expand_builtin_init_dwarf_reg_sizes, new_cfi, add_cfi,
1991         dwarf2out_cfi_label, emit_cfa_remember, any_cfis_emitted, add_fde_cfi,
1992         lookup_cfa_1, lookup_cfa, cfa, cfa_store, cfa_remember, args_size,
1993         old_args_size, cfa_equal_p, def_cfa_1, reg_save, initial_return_save,
1994         stack_adjust_offset, barrier_args_size, compute_barrier_args_size_1,
1995         compute_barrier_args_size, dwarf2out_args_size,
1996         dwarf2out_stack_adjust, dwarf2out_notice_stack_adjust,
1997         queued_reg_saves, reg_saved_in_data, regs_saved_in_regs,
1998         compare_reg_or_pc, record_reg_saved_in_reg, last_reg_save_label,
1999         queue_reg_save, dwarf2out_flush_queued_reg_saves,
2000         clobbers_queued_reg_save, reg_saved_in, cfa_temp,
2001         dwarf2out_frame_debug_def_cfa, dwarf2out_frame_debug_adjust_cfa,
2002         dwarf2out_frame_debug_cfa_offset, dwarf2out_frame_debug_cfa_register,
2003         dwarf2out_frame_debug_cfa_expression,
2004         dwarf2out_frame_debug_cfa_restore,
2005         dwarf2out_frame_debug_cfa_window_save, dwarf2out_frame_debug_expr,
2006         dwarf2out_frame_debug, dwarf2out_frame_debug_init,
2007         dwarf2out_cfi_begin_epilogue, dwarf2out_frame_debug_restore_state,
2008         get_cfa_from_loc_descr): Move to dwarf2cfi.c.
2009         (dw_cfi_ref, dw_fde_ref, dw_cfi_oprnd_ref, enum dw_cfi_oprnd_type,
2010         dw_cfi_oprnd, dw_cfi_node, cfi_vec, dw_cfa_location, dw_fde_node,
2011         dw_val_ref, dw_die_ref, const_dw_die_ref, dw_loc_descr_ref,
2012         dw_loc_list_ref, enum dw_val_class, dw_vec_const, dw_val_node,
2013         dw_loc_descr_node): Move to dwarf2out.h.
2014         (current_fde, output_cfi_directive, build_cfa_loc, get_address_mode,
2015         mem_loc_descriptor): Export.
2016         (build_cfa_aligned_loc): Export.  Take CFA as a parameter.
2017         (dwarf2out_frame_init): Extract CIE generation code to
2018         dwarf2cfi_frame_init.
2019
2020 2011-07-07  Eric Botcazou  <ebotcazou@adacore.com>
2021
2022         PR target/49660
2023         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Add
2024         MASK_V8PLUS, remove commented out flag and reorder.
2025
2026 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
2027
2028         PR c/49644
2029         * c-typeck.c (build_binary_op): For MULT_EXPR and TRUNC_DIV_EXPR with
2030         one non-complex and one complex argument, call c_save_expr on both
2031         operands.
2032
2033 2011-07-07  Martin Jambor  <mjambor@suse.cz>
2034
2035         PR middle-end/49495
2036         * cgraphunit.c (verify_edge_corresponds_to_fndecl): New function.
2037         (verify_cgraph_node): Some functinality moved to
2038         verify_edge_corresponds_to_fndecl, call it.
2039
2040 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
2041
2042         * config.gcc (*local*): Remove.
2043         * doc/install-old.texi: Don't mention local configurations.
2044
2045 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
2046
2047         PR debug/49522
2048         * df-problems.c (dead_debug_reset): Remove dead_debug_uses
2049         referencing debug insns that have been reset.
2050         (dead_debug_insert_before): Don't assert reg is non-NULL,
2051         instead return immediately if it is NULL.
2052
2053 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
2054
2055         * config/i386/t-crtpic, config/i386/t-svr3dbx, config/pa/t-pa: Remove.
2056
2057 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
2058
2059         * hw-doloop.c: New file.
2060         * hw-doloop.h: New file.
2061         * Makefile.in (OBJS): Add hw-doloop.o.
2062         (hw-doloop.o): New rule.
2063         ($(obj_out_file)): Add hw-doloop.h dependency.
2064         * config/bfin/bfin.c: Include "hw-doloop.h".
2065         (loop_info, DEF_VEC_P for loop_info, loop_info_d): Remove.
2066         (bfin_dump_loops, bfin_bb_in_loop, bfin_scan_loop): Remove.
2067         (hwloop_optimize): Renamed from bfin_optimize_loop.  Argument
2068         type changed to hwloop_info.  Return bool, true if the loop was
2069         successfully optimized.  Remove code that was moved to
2070         hw-doloop.c, and adjust other parts.
2071         (hwloop_fail): New static function, containing parts that used
2072         to be in bfin_optimize_loop.
2073         (bfin_discover_loop, bfin_discover_loops, free_loops,
2074         bfin_reorder_loops): Remove.
2075         (hwloop_pattern_reg): New static function.
2076         (bfin_doloop_hooks): New variable.
2077         (bfin_reorg_loops): Remove most code, call reorg_loops.
2078         * config/bfin/bfin.md (doloop_end splitter): Also enable if
2079         loop counter is a memory_operand.
2080
2081 2011-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2082
2083         * config.gcc: Support --with-multilib-list for x86 Linux targets.
2084
2085         * configure.ac: Mention x86-64 for --with-multilib-list.
2086         * configure: Regenerated.
2087
2088         * config/i386/gnu-user64.h (SPEC_64): Support x32.
2089         (SPEC_32): Likewise.
2090         (ASM_SPEC): Likewise.
2091         (LINK_SPEC): Likewise.
2092         (TARGET_THREAD_SSP_OFFSET): Likewise.
2093         (TARGET_THREAD_SPLIT_STACK_OFFSET): Likewise.
2094         (SPEC_X32): New.
2095
2096         * config/i386/i386.h (TARGET_X32): New.
2097         (TARGET_LP64): New.
2098         (LONG_TYPE_SIZE): Likewise.
2099         (POINTER_SIZE): Likewise.
2100         (POINTERS_EXTEND_UNSIGNED): Likewise.
2101         (OPT_ARCH64): Support x32.
2102         (OPT_ARCH32): Likewise.
2103
2104         * config/i386/i386.opt (mx32): New.
2105
2106         * config/i386/kfreebsd-gnu64.h (GNU_USER_LINK_EMULATIONX32): New.
2107         (GLIBC_DYNAMIC_LINKERX32): Likewise.
2108         * config/i386/linux64.h (GNU_USER_LINK_EMULATIONX32): Likewise.
2109         (GLIBC_DYNAMIC_LINKERX32): Likewise.
2110
2111         * config/linux.h (UCLIBC_DYNAMIC_LINKERX32): New.
2112         (BIONIC_DYNAMIC_LINKERX32): Likewise.
2113         (GNU_USER_DYNAMIC_LINKERX32): Likewise.
2114
2115         * config/i386/t-linux64: Support TM_MULTILIB_CONFIG.
2116
2117         * doc/install.texi: Document --with-multilib-list for Linux/x86-64.
2118
2119         * doc/invoke.texi: Document -mx32.
2120
2121 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
2122
2123         * doc/invoke.texi (mwords-little-endian): Deprecate.
2124         * config/arm/arm.opt (mwords-little-endian): Likewise.
2125         * config/arm/arm.c (arm_option_override): Warn about the deprecation
2126         of -mwords-little-endian.
2127
2128 2011-07-07  Richard Sandiford  <richard.sandiford@linaro.org>
2129
2130         * reload1.c (choose_reload_regs): Use mode sizes to check whether
2131         an old reload register completely defines the required value.
2132
2133 2011-07-07  Richard Guenther  <rguenther@suse.de>
2134
2135         * fold-const.c (fold_unary_loc): Do not strip sign-changes
2136         for NEGATE_EXPR.
2137
2138 2011-07-07  Richard Guenther  <rguenther@suse.de>
2139
2140         * tree-vrp.c (simplify_conversion_using_ranges): New function.
2141         (simplify_stmt_using_ranges): Call it.
2142
2143 2011-07-07  Kai Tietz  <ktietz@redhat.com>
2144
2145         * tree-ssa-forwprop.c (truth_valued_ssa_name): New function.
2146         (lookup_logical_inverted_value): Likewise.
2147         (simplify_bitwise_binary_1): Likewise.
2148         (simplify_bitwise_binary): Use simplify_bitwise_binary_1.
2149
2150 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
2151
2152         * gcc.c (%[Spec]): Don't document.
2153         (struct spec_list): Update comment.
2154         (do_spec_1): Don't handle %[Spec].
2155         * doc/invoke.texi (%[@var{name}]): Remove documentation of spec.
2156
2157 2011-07-07  Joseph Myers  <joseph@codesourcery.com>
2158
2159         * common/common-target-def.h (TARGET_HAVE_NAMED_SECTIONS): Don't
2160         default based on TARGET_ASM_NAMED_SECTION.
2161         * common/common-target.def (have_named_sections): Default to true.
2162         * common/config/default-common.c: Don't include tm.h.
2163         * common/config/picochip/picochip-common.c
2164         (TARGET_HAVE_NAMED_SECTIONS): Don't define.
2165         * common/config/m32c/m32c-common.c: Remove.
2166         * config.gcc (m32c*-*-*): Set target_has_targetm_common=no.
2167         * config/alpha/osf5.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
2168         * config/i386/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
2169         * config/m68k/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
2170         * config/pa/som.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
2171         * config/pdp11/pdp11.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
2172         * config/vax/openbsd.h (TARGET_HAVE_NAMED_SECTIONS): Define to false.
2173
2174 2011-07-07  Jakub Jelinek  <jakub@redhat.com>
2175
2176         PR middle-end/49640
2177         * gimplify.c (gimplify_compound_lval): For last 2 ARRAY_*REF operands
2178         and last COMPONENT_REF operand call gimplify_expr on it if non-NULL.
2179
2180 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2181
2182         PR libmudflap/49550
2183         * gcc.c (MFWRAP_SPEC): Also wrap mmap64.
2184
2185 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2186
2187         PR target/39150
2188         * configure.ac (gcc_cv_as_hidden): Also accept
2189         x86_64-*-solaris2.1[0-9]*.
2190         (gcc_cv_as_cfi_directive): Likewise.
2191         (gcc_cv_as_comdat_group_group): Likewise.
2192         (set_have_as_tls): Likewise.
2193         * configure: Regenerate.
2194         * config.gcc (i[34567]86-*-solaris2*): Also handle
2195         x86_64-*-solaris2.1[0-9]*.
2196         * config.host (i[34567]86-*-solaris2*): Likewise.
2197         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
2198         * config/sol2-bi.h (ASM_CPU_DEFAULT_SPEC): Redefine.
2199         [USE_GLD] (ARCH_DEFAULT_EMULATION): Define.
2200         (TARGET_LD_EMULATION): Use it.
2201         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC): Define.
2202         (SUBTARGET_CPU_EXTRA_SPECS): Add asm_cpu_default.
2203         * config/i386/sol2-bi.h (ASM_CPU32_DEFAULT_SPEC): Define.
2204         (ASM_CPU64_DEFAULT_SPEC): Define.
2205         (ASM_CPU_SPEC): Use %(asm_cpu_default).
2206         (ASM_SPEC): Redefine.
2207         (DEFAULT_ARCH32_P): Define using TARGET_64BIT_DEFAULT.
2208         * config/host-solaris.c [__x86_64__] (TRY_EMPTY_VM_SPACE): Reduce.
2209         * doc/install.texi (Specific, amd64-*-solaris2.1[0-9]*): Document.
2210         (Specific, i?86-*-solaris2.10): Mention x86_64-*-solaris2.1[0-9]*
2211         configuration.
2212         (Specific, x86_64-*-solaris2.1[0-9]*): Document.
2213
2214 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2215
2216         * config/sol2.h (ASM_SPEC): Split into ...
2217         (ASM_SPEC_BASE, ASM_PIC_SPEC): ... this.
2218         * config/i386/sol2.h (ASM_SPEC): Define using ASM_SPEC_BASE.
2219         * config/i386/sol2-bi.h (ASM_CPU_SPEC): Redefine.
2220         (ASM_SPEC): Use ASM_SPEC_BASE.
2221         * config/sparc/sol2.h (ASM_SPEC): Redefine.
2222
2223 2011-07-07  Georg-Johann Lay  <avr@gjlay.de>
2224
2225         * config/avr/avr.md (*reload_insi): Change predicate #1 to
2226         const_int_operand.  Ditto for peep2 producing this insn.
2227         Add argument to output_reload_insisf call.
2228         (*movsi,*movsf): Add argument to output_movsisf call.
2229         (*reload_insf): New insn and new peep2 to produce it.
2230         * config/avr/avr-protos.h (output_movsisf): Change prototype.
2231         (output_reload_insisf): Change prototype.
2232         * config/avr/avr.c (avr_asm_len): New function.
2233         (output_reload_insisf): Rewrite.
2234         (output_movsisf): Change prototype.  output_reload_insisf for
2235         all CONST_INT and CONST_DOUBLE.  ALlow moving 0.0f to memory.
2236         (adjust_insn_length): Add argument to output_movsisf and
2237         output_reload_insisf call.
2238
2239 2011-07-07  Bernd Schmidt  <bernds@codesourcery.com>
2240
2241         * emit-rtl.c (paradoxical_subreg_p): New function.
2242         * rtl.h (paradoxical_subreg_p): Declare.
2243         * combine.c (set_nonzero_bits_and_sign_copies, get_last_value,
2244         apply_distributive_law, simplify_comparison, simplify_set): Use it.
2245         * cse.c (record_jump_cond, cse_insn): Likewise.
2246         * expr.c (force_operand): Likewise.
2247         * rtlanal.c (num_sign_bit_copies1): Likewise.
2248         * reload1.c (eliminate_regs_1, strip_paradoxical_subreg): Likewise.
2249         * reload.c (push_secondary_reload, find_reloads_toplev): Likewise.
2250         (push_reload): Use precision to check for paradoxical subregs.
2251         * expmed.c (extract_bit_field_1): Likewise.
2252
2253         * machmode.h (HWI_COMPUTABLE_MODE_P): New macro.
2254         * combine.c (set_nonzero_bits_and_sign_copies): Use it.
2255         (find_split-point, combine_simplify_rtx, simplify_if_then_else,
2256         simplify_set, simplify_logical, expand_compound_operation,
2257         make_extraction, force_to_mode, if_then_else_cond, extended_count,
2258         try_widen_shift_mode, simplify_shift_const_1, simplify_comparison,
2259         record_value_for_reg): Likewise.
2260         * expmed.c (expand_widening_mult, expand_mult_highpart): Likewise.
2261         * simplify-rtx. c (simplify_unary_operation_1,
2262         simplify_binary_operation_1, simplify_const_relational_operation):
2263         Likewise.
2264
2265         * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION
2266         instead of GET_MODE_BITSIZE where appropriate.
2267         * rtlanal.c (subreg_lsb_1, subreg_get_info, nonzero_bits1,
2268         num_sign_bit_copies1, canonicalize_condition, low_bitmask_len,
2269         init_num_sign_bit_copies_in_rep): Likewise.
2270         * cse.c (fold_rtx, cse_insn): Likewise.
2271         * loop-doloop.c (doloop_modify, doloop_optimize): Likewise.
2272         * simplify-rtx.c (simplify_unary_operation_1,
2273         simplify_const_unary_operation, simplify_binary_operation_1,
2274         simplify_const_binary_operation, simplify_ternary_operation,
2275         simplify_const_relational_operation, simplify_subreg): Likewise.
2276         * combine.c (try_combine, find_split_point, combine_simplify_rtx,
2277         simplify_if_then_else, simplify_set, expand_compound_operation,
2278         expand_field_assignment, make_extraction, if_then_else_cond,
2279         make_compound_operation, force_to_mode, make_field_assignment,
2280         reg_nonzero_bits_for_combine, reg_num_sign_bit_copies_for_combine,
2281         extended_count, try_widen_shift_mode, simplify_shift_const_1,
2282         simplify_comparison, record_promoted_value, simplify_compare_const,
2283         record_dead_and_set_regs_1): Likewise.
2284
2285         Revert:
2286         * simplify-rtx.c (simplify_const_binary_operation): Use the
2287         shift_truncation_mask hook instead of performing modulo by width.
2288         Compare against mode precision, not bitsize.
2289         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
2290         Use shift_truncation_mask instead of constructing the value manually.
2291
2292 2011-07-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
2293
2294         * config/rs6000/rs6000-protos.h (rs6000_call_indirect_aix): New
2295         declaration.
2296         (rs6000_save_toc_in_prologue_p): Ditto.
2297
2298         * config/rs6000/rs6000.opt (-mr11): New switch to disable loading
2299         up the static chain (r11) during indirect function calls.
2300         (-msave-toc-indirect): New undocumented debug switch.
2301
2302         * config/rs6000/rs6000.c (struct machine_function): Add
2303         save_toc_in_prologue field to note whether the prologue needs to
2304         save the TOC value in the reserved stack location.
2305         (rs6000_emit_prologue): Use TOC_REGNUM instead of 2.  If we need
2306         to save the TOC in the prologue, do so.
2307         (rs6000_trampoline_init): Don't allow creating AIX style
2308         trampolines if -mno-r11 is in effect.
2309         (rs6000_call_indirect_aix): New function to create AIX style
2310         indirect calls, adding support for -mno-r11 to suppress loading
2311         the static chain, and saving the TOC in the prologue instead of
2312         the call body.
2313         (rs6000_save_toc_in_prologue_p): Return true if we are saving the
2314         TOC in the prologue.
2315
2316         * config/rs6000/rs6000.md (STACK_POINTER_REGNUM): Add more fixed
2317         register numbers.
2318         (TOC_REGNUM): Ditto.
2319         (STATIC_CHAIN_REGNUM): Ditto.
2320         (ARG_POINTER_REGNUM): Ditto.
2321         (SFP_REGNO): Delete, unused.
2322         (TOC_SAVE_OFFSET_32BIT): Add constants for AIX TOC save and
2323         function descriptor offsets.
2324         (TOC_SAVE_OFFSET_64BIT): Ditto.
2325         (AIX_FUNC_DESC_TOC_32BIT): Ditto.
2326         (AIX_FUNC_DESC_TOC_64BIT): Ditto.
2327         (AIX_FUNC_DESC_SC_32BIT): Ditto.
2328         (AIX_FUNC_DESC_SC_64BIT): Ditto.
2329         (ptrload): New mode attribute for the appropriate load of a pointer.
2330         (call_indirect_aix32): Delete, rewrite AIX indirect function calls.
2331         (call_indirect_aix64): Ditto.
2332         (call_value_indirect_aix32): Ditto.
2333         (call_value_indirect_aix64): Ditto.
2334         (call_indirect_nonlocal_aix32_internal): Ditto.
2335         (call_indirect_nonlocal_aix32): Ditto.
2336         (call_indirect_nonlocal_aix64_internal): Ditto.
2337         (call_indirect_nonlocal_aix64): Ditto.
2338         (call): Rewrite AIX indirect function calls.  Add support for
2339         eliminating the static chain, and for moving the save of the TOC
2340         to the function prologue.
2341         (call_value): Ditto.
2342         (call_indirect_aix<ptrsize>): Ditto.
2343         (call_indirect_aix<ptrsize>_internal): Ditto.
2344         (call_indirect_aix<ptrsize>_internal2): Ditto.
2345         (call_indirect_aix<ptrsize>_nor11): Ditto.
2346         (call_value_indirect_aix<ptrsize>): Ditto.
2347         (call_value_indirect_aix<ptrsize>_internal): Ditto.
2348         (call_value_indirect_aix<ptrsize>_internal2): Ditto.
2349         (call_value_indirect_aix<ptrsize>_nor11): Ditto.
2350         (call_nonlocal_aix32): Relocate in the rs6000.md file.
2351         (call_nonlocal_aix64): Ditto.
2352
2353         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mr11 and
2354         -mno-r11 documentation.
2355
2356 2011-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
2357
2358         PR other/49658
2359         * doc/extend.texi (Compound Literals): Fix typo.
2360
2361 2011-07-06  James Greenhalgh  <james.greenhalgh@arm.com>
2362
2363         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add __ARM_FEATURE_DSP.
2364
2365 2011-07-06  Basile Starynkevitch  <basile@starynkevitch.net>
2366
2367         * configure.ac (plugin-version.h): Generate
2368         GCCPLUGIN_VERSION_MAJOR, GCCPLUGIN_VERSION_MINOR,
2369         GCCPLUGIN_VERSION_PATCHLEVEL, GCCPLUGIN_VERSION constant integer
2370         macros.
2371
2372         * configure: Regenerate.
2373
2374         * doc/plugins.texi (Building GCC plugins): Mention
2375         GCCPLUGIN_VERSION ... constant macros in plugin-version.h.
2376
2377 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
2378
2379         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.
2380         * combine.c (make_extraction, gen_lowpart_or_truncate,
2381         apply_distributive_law, simplify_comparison,
2382         reg_truncated_to_mode, record_truncated_value): Use it.
2383         * cse.c (notreg_cost): Likewise.
2384         * expmed.c (store_bit_field_1, extract_bit_field_1): Likewise.
2385         * expr.c (convert_move, convert_modes): Likewise.
2386         * optabs.c (expand_binop, expand_unop): Likewise.
2387         * postreload.c (move2add_last_label): Likewise.
2388         * regmove.c (optimize_reg_copy_3): Likewise.
2389         * rtlhooks.c (gen_lowpart_general): Likewise.
2390         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
2391
2392 2011-07-06  Joseph Myers  <joseph@codesourcery.com>
2393
2394         * config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.
2395
2396 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
2397
2398         * cse.c (find_comparison_args): Use val_mode_signbit_set_p.
2399         * simplify-rtx.c (mode_signbit_p): Use GET_MODE_PRECISION.
2400         (val_mode_signbit_p, val_mode_signbit_set_p): New functions.
2401         (simplify_const_unary_operation, simplify_binary_operation_1,
2402         simplify_const_binary_operation, simplify_const_relational_operation):
2403         Use them.  Use GET_MODE_MASK for masking and sign-extensions.
2404         * combine.c (set_nonzero_bits_and_sign_copies, simplify_set,
2405         combine_simplify_rtx, force_to_mode, reg_nonzero_bits_for_combine,
2406         simplify_shift_const_1, simplify_comparison): Likewise.
2407         * expr.c (convert_modes): Likewise.
2408         * rtlanal.c (nonzero_bits1, canonicalize_condition): Likewise.
2409         * expmed.c (emit_cstore, emit_store_flag_1, emit_store_flag): Likewise.
2410         * rtl.h (val_mode_signbit_p, val_mode_signbit_set_p): Declare.
2411
2412         * simplify-rtx.c (simplify_ternary_operation): Remove dead code.
2413
2414 2011-07-06  Richard Guenther  <rguenther@suse.de>
2415
2416         PR tree-optimization/49645
2417         * c-decl.c (finish_decl): Also set DECL_HARD_REGISTER for global
2418         register variables.
2419         * tree-ssa-sccvn.c (vn_reference_op_eq): Disregard differences
2420         in type qualification here ...
2421         (copy_reference_ops_from_ref): ... not here.
2422         (vn_reference_lookup_3): ... or here.
2423         (copy_reference_ops_from_ref): Record decl bases as MEM[&decl].
2424         (vn_reference_lookup): Do the lookup with a valueized ao-ref.
2425
2426 2011-07-06  Ian Lance Taylor  <iant@google.com>
2427
2428         * doc/install.texi (Configuration): It's
2429         --enable-gnu-indirect-function, not --enable-indirect-function.
2430
2431 2011-07-06  Bernd Schmidt  <bernds@codesourcery.com>
2432
2433         * simplify-rtx.c (simplify_const_binary_operation): Use the
2434         shift_truncation_mask hook instead of performing modulo by width.
2435         Compare against mode precision, not bitsize.
2436         * combine.c (combine_simplify_rtx, simplify_shift_const_1):
2437         Use shift_truncation_mask instead of constructing the value manually.
2438
2439 2011-07-06  H.J. Lu  <hongjiu.lu@intel.com>
2440
2441         PR middle-end/47383
2442         * tree-ssa-address.c (addr_for_mem_ref): Use pointer_mode for
2443         address computation and convert to address_mode if needed.
2444
2445 2011-07-06  Richard Guenther  <rguenther@suse.de>
2446
2447         * tree.c (build_common_tree_nodes_2): Merge with
2448         build_common_tree_nodes.
2449         * tree.h (build_common_tree_nodes): Adjust prototype.
2450         (build_common_tree_nodes_2): Remove.
2451         * doc/tm.texi.in (lang_hooks.builtin_function): Adjust.
2452         * doc/tm.texi (lang_hooks.builtin_function): Regenerate.
2453
2454 2011-07-05  Jakub Jelinek  <jakub@redhat.com>
2455
2456         PR tree-optimization/49618
2457         * tree-eh.c (tree_could_trap_p) <case CALL_EXPR>: For DECL_WEAK
2458         t recurse on the decl.
2459         <case FUNCTION_DECL, case VAR_DECL>: For DECL_WEAK decls
2460         return true if expr isn't known to be defined in current
2461         TU or some other LTO partition.
2462
2463 2011-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
2464
2465         * params.def (PARAM_CASE_VALUES_THRESHOLD): New parameter to
2466         override CASE_VALUES_THRESHOLD.
2467
2468         * stmt.c (toplevel): Include params.h.
2469         (case_values_threshold): Use the --param case-values-threshold
2470         value if non-zero, otherwise use machine dependent value.
2471         (expand_case): Use case_values_threshold.
2472
2473         * Makefile.in (stmt.o): Add $(PARAMS_H) dependency.
2474
2475         * doc/invoke.texi (--param case-values-threshold): Document.
2476
2477 2011-07-05  Richard Henderson  <rth@redhat.com>
2478
2479         * dwarf2out.c (dwarf2out_cfi_label): Make static.
2480         (dwarf2out_flush_queued_reg_saves): Make static.
2481         (dwarf2out_reg_save): Remove.
2482         (dwarf2out_return_save): Remove.
2483         (dwarf2out_return_reg): Remove.
2484         (dwarf2out_reg_save_reg): Remove.
2485         (dwarf2out_def_cfa): Merge into ...
2486         (dwarf2out_frame_init): ... here.
2487         * dwarf2out.h, tree.h: Remove declarations as necessary.
2488
2489 2011-07-05  Richard Henderson  <rth@redhat.com>
2490
2491         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): Remove.
2492         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
2493         (ia64_expand_epilogue): Emit an empty FRAME_RELATED_EXPR for
2494         the alloc insn.
2495
2496         * config/ia64/ia64.c (ia64_emit_deleted_label_after_insn): Remove.
2497         (IA64_CHANGE_CFA_IN_EPILOGUE): Remove.
2498         (process_epilogue): Don't call dwarf2out_def_cfa.
2499
2500         * config/ia64/ia64.c (ia64_expand_prologue): Use pc_rtx to
2501         indicate the return address save.
2502         (process_cfa_register): Likewise.
2503
2504         * config/ia64/ia64.c (ia64_dwarf2out_def_steady_cfa): Remove.
2505         (process_cfa_adjust_cfa, ia64_asm_unwind_emit): Don't call it.
2506
2507         * config/ia64/ia64.c (ia64_expand_prologue): Emit REG_CFA_REGISTER
2508         for ar.pfs save at alloc insn.
2509
2510 2011-07-05  Richard Henderson  <rth@redhat.com>
2511
2512         * config/arm/arm.c (arm_dwarf_handle_frame_unspec): Remove.
2513         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
2514         (arm_expand_prologue): Use REG_CFA_REGISTER to mark the
2515         stack pointer save.
2516         (arm_unwind_emit_set): Don't recognize UNSPEC_STACK_ALIGN.
2517         (arm_unwind_emit): Walk REG_NOTES for unwinding notes.  Emit
2518         proper unwind info for a REG_CFA_REGISTER save of stack pointer.
2519         * config/arm/arm.md (UNSPEC_STACK_ALIGN): Remove.
2520
2521 2011-07-05  Richard Henderson  <rth@redhat.com>
2522
2523         * config/vax/vax.md (define_c_enum unspecv): New.  Define the
2524         VUNSPEC_* constants here instead of via define_constants.
2525         (VUNSPEC_PEM): New constant.
2526         (procedure_entry_mask): New insn.
2527         (prologue): New expander.
2528         * config/vax/vax.c (vax_add_reg_cfa_offset): New.
2529         (vax_expand_prologue): Rename from vax_output_function_prologue;
2530         emit rtl instead of text.
2531         (TARGET_ASM_FUNCTION_PROLOGUE): Remove.
2532         (print_operand): Add 'x' prefix.
2533
2534 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2535
2536         PR middle-end/47715
2537         * calls.c (precompute_register_parameters): Promote the function
2538         argument before checking non-legitimate constant.
2539
2540 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
2541
2542         PR tree-optimization/47654
2543         * graphite-blocking.c (pbb_strip_mine_time_depth): Do not return bool.
2544         (lst_do_strip_mine_loop): Return an int.
2545         (lst_do_strip_mine): Same.
2546         (scop_do_strip_mine): Same.
2547         (scop_do_block): Loop blocking should strip-mine at least two loops.
2548         * graphite-interchange.c (lst_interchange_select_outer): Return an int.
2549         (scop_do_interchange): Same.
2550         * graphite-poly.h (scop_do_interchange): Update declaration.
2551         (scop_do_strip_mine): Same.
2552
2553 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
2554
2555         * graphite-clast-to-gimple.c (precision_for_value): Removed.
2556         (precision_for_interval): Removed.
2557         (gcc_type_for_interval): Use mpz_sizeinbase.
2558
2559 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
2560
2561         * graphite-ppl.h (value_max): Correct computation of max.
2562
2563 2011-07-05  Sebastian Pop  <sebastian.pop@amd.com>
2564
2565         * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
2566
2567 2011-07-05  Richard Guenther  <rguenther@suse.de>
2568
2569         * c-decl.c (c_init_decl_processing): Defer building common
2570         tree nodes to c_common_nodes_and_builtins.
2571
2572 2011-07-05  Razya Ladelsky  <razya@il.ibm.com>
2573
2574         PR tree-optimization/49580
2575         * tree-cfg.c (gimple_duplicate_sese_tail): Remove handling of
2576         the loop's number of iterations.
2577         * tree-parloops.c (transform_to_exit_first_loop): Add the
2578         handling of the loop's number of iterations before the call
2579         to gimple_duplicate_sese_tail.
2580         Insert the stmt caclculating the new rhs of the loop's
2581         condition stmt to the preheader instead of iters_bb.
2582
2583 2011-07-05  H.J. Lu  <hongjiu.lu@intel.com>
2584
2585         PR rtl-optimization/47449
2586         * fwprop.c (forward_propagate_subreg): Don't propagate hard
2587         register nor zero/sign extended hard register.
2588
2589 2011-07-05  Richard Guenther  <rguenther@suse.de>
2590
2591         PR tree-optimization/49518
2592         PR tree-optimization/49628
2593         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Skip
2594         irrelevant and invariant data-references.
2595         (vect_analyze_data_ref_access): For invariant loads clear the
2596         group association.
2597
2598 2011-07-04  Jakub Jelinek  <jakub@redhat.com>
2599
2600         PR rtl-optimization/49619
2601         * combine.c (combine_simplify_rtx): In PLUS -> IOR simplification
2602         pass VOIDmode as op0_mode to recursive call, and return temp even
2603         when different from tor, just if it is not IOR of the original
2604         PLUS arguments.
2605
2606         PR rtl-optimization/49472
2607         * simplify-rtx.c (simplify_unary_operation_1) <case NEG>: When
2608         negating MULT, negate the second operand instead of first.
2609         (simplify_binary_operation_1) <case MULT>: If one operand is
2610         a NEG and the other is MULT, don't attempt to optimize by negation
2611         of the MULT operand if it only moves the NEG operation around.
2612
2613         PR debug/49602
2614         * tree-into-ssa.c (rewrite_debug_stmt_uses): Disregard
2615         get_current_def return value if it can't be trusted to be
2616         the current value of the variable in the current bb.
2617
2618 2011-07-04  Uros Bizjak  <ubizjak@gmail.com>
2619
2620         PR target/49600
2621         * config/i386/i386.md (SSE2 int->float split): Push operand 1 in
2622         general register to memory for !TARGET_INTER_UNIT_MOVES.
2623
2624 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
2625
2626         PR target/44643
2627         * config/avr/avr.c (avr_insert_attributes): Use TYPE_READONLY
2628         instead of TREE_READONLY.
2629
2630 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
2631
2632         * doc/extend.texi (AVR Built-in Functions): Update documentation
2633         of __builtin_avr_fmul*.
2634         * config/avr/avr.c (avr_init_builtins): Don't depend on AVR_HAVE_MUL.
2635         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Ditto.
2636         * config/avr/avr.md (fmul): Rename to fmul_insn.
2637         (fmuls): Rename to fmuls_insn.
2638         (fmulsu): Rename to fmulsu_insn.
2639         (fmul,fmuls,fmulsu): New expander.
2640         (*fmul.call,*fmuls.call,*fmulsu.call): New Insn.
2641         * config/avr/t-avr (LIB1ASMFUNCS): Add _fmul, _fmuls, _fmulsu.
2642         * config/avr/libgcc.S (__fmul): New function.
2643         (__fmuls): New function.
2644         (__fmulsu,__fmulsu_exit): New function.
2645
2646 2011-07-04  Richard Guenther  <rguenther@suse.de>
2647
2648         PR tree-optimization/49615
2649         * tree-cfgcleanup.c (split_bbs_on_noreturn_calls): Fix
2650         basic-block index check.
2651
2652 2011-07-04  Georg-Johann Lay  <avr@gjlay.de>
2653
2654         * longlong.h (count_leading_zeros, count_trailing_zeros,
2655         COUNT_LEADING_ZEROS_0): Define for target avr if W_TYPE_SIZE is 16
2656         resp. 64.
2657
2658 2011-07-03  Ira Rosen  <ira.rosen@linaro.org>
2659
2660         PR tree-optimization/49610
2661         * tree-vect-loop.c (vect_is_slp_reduction): Check that DEF_STMT has
2662         a basic block.
2663
2664 2011-07-02  Eric Botcazou  <ebotcazou@adacore.com>
2665             Olivier Hainque  <hainque@adacore.com>
2666             Nicolas Setton  <setton@adacore.com>
2667
2668         * tree.h (TYPE_ARTIFICIAL): New flag.
2669         * dwarf2out.c (modified_type_die): Add a DW_AT_artificial attribute to
2670         the DIE of the type if it is artificial.
2671         (gen_array_type_die): Likewise.
2672         (gen_enumeration_type_die): Likewise.
2673         (gen_struct_or_union_type_die): Likewise.
2674         * lto-streamer-in.c (unpack_ts_base_value_fields): Use TYPE_ARTIFICIAL.
2675         * lto-streamer-out.c (pack_ts_base_value_fields): Likewise.
2676
2677 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
2678
2679         * tree-object-size.c (pass_through_call): Handle
2680         BUILT_IN_ASSUME_ALIGNED.
2681
2682 2011-07-01  Martin Jambor  <mjambor@suse.cz>
2683
2684         * tree-sra.c (tree_non_mode_aligned_mem_p): Also ignore MEM_REFs.
2685
2686 2011-07-01  H.J. Lu  <hongjiu.lu@intel.com>
2687
2688         PR middle-end/48016
2689         * explow.c (update_nonlocal_goto_save_area): Use proper mode
2690         for stack save area.
2691         * function.c (expand_function_start): Likewise.
2692
2693 2011-07-01  Richard Guenther  <rguenther@suse.de>
2694
2695         PR middle-end/49596
2696         * cgraph.h (varpool_all_refs_explicit_p): Not analyzed nodes
2697         may have unknown refs.
2698
2699 2011-07-01  Kai Tietz  <ktietz@redhat.com>
2700
2701         * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.
2702
2703 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2704
2705         * config.gcc: Obsolete alpha*-dec-osf5.1, mips-sgi-irix6.5.
2706         * doc/install.texi (Specific, alpha*-dec-osf5.1): Document it.
2707         (Specific, mips-sgi-irix6): Likewise.
2708
2709 2011-07-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2710
2711         PR libmudflap/49549
2712         * doc/sourcebuild.texi (Effective-Target Keywords): Document gld.
2713
2714 2011-07-01  Jakub Jelinek  <jakub@redhat.com>
2715
2716         * tree-pretty-print.c (dump_generic_code) <case CONSTRUCTOR>: Print
2717         [idx]= and [idx1 ... idx2]= before initializers if needed for
2718         array initializers.
2719
2720 2011-07-01  Chen Liqin  <liqin.gcc@gmail.com>
2721
2722         * config.gcc (score-*-elf): Remove score7.o.
2723         * config/score/t-score-elf: Likewise.
2724         * config/score/score.c: Merge score7 to score.c and
2725         remove forwarding functions.
2726         * config/score/score7.c: Deleted.
2727         * config/score/score7.h: Deleted.
2728
2729 2011-07-01  Richard Guenther  <rguenther@suse.de>
2730
2731         PR tree-optimization/49603
2732         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary assert.
2733
2734 2011-06-30  Martin Jambor  <mjambor@suse.cz>
2735
2736         * tree-sra.c (struct access): Rename total_scalarization to
2737         grp_total_scalarization
2738         (completely_scalarize_var): New function.
2739         (sort_and_splice_var_accesses): Set total_scalarization in the
2740         representative access.
2741         (analyze_access_subtree): Propagate total scalarization accross the
2742         tree, no holes in totally scalarized trees, simplify coverage
2743         computation.
2744         (analyze_all_variable_accesses): Call completely_scalarize_var instead
2745         of completely_scalarize_record.
2746
2747 2011-06-30  Richard Henderson  <rth@redhat.com>
2748
2749         * config/i386/i386.h (X86_TUNE_DEEP_BRANCH_PREDICTION): Remove.
2750         (TARGET_DEEP_BRANCH_PREDICTION): Remove.
2751         * config/i386/i386.c: Don't include dwarf2out.h.
2752         (initial_ix86_tune_features): Remove X86_TUNE_DEEP_BRANCH_PREDICTION.
2753         (output_set_got): Don't test TARGET_DEEP_BRANCH_PREDICTION, delete
2754         all code dead thereafter.  Don't do dwarf2out_flush_queued_reg_saves.
2755         (ix86_expand_prologue): Set REG_CFA_FLUSH_QUEUE on set_got insn.
2756         (machopic_output_stub): Don't test TARGET_DEEP_BRANCH_PREDICTION.
2757
2758 2011-06-30  Richard Henderson  <rth@redhat.com>
2759
2760         * reg-notes.def (REG_CFA_FLUSH_QUEUE): New.
2761         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
2762         * final.c (final_scan_insn): Look for it, and invoke
2763         dwarf2out_frame_debug before the insn if found.
2764
2765 2011-06-30  Richard Henderson  <rth@redhat.com>
2766
2767         * dwarf2out.c (dwarf2out_frame_debug_cfa_offset): Allow PC_RTX
2768         as a source, and interpret that as DWARF_FRAME_RETURN_COLUMN.
2769
2770 2011-06-30  Richard Henderson  <rth@redhat.com>
2771
2772         * dwarf2out.c (struct reg_saved_in_data): Provide a typedef.
2773         Define a vector of this type.
2774         (regs_saved_in_regs): Use a VEC.
2775         (num_regs_saved_in_regs): Remove.
2776         (compare_reg_or_pc): New.
2777         (record_reg_saved_in_reg): Split out from...
2778         (dwarf2out_flush_queued_reg_saves): ... here.
2779         (clobbers_queued_reg_save): Update for VEC.
2780         (reg_saved_in): Likewise.
2781         (dwarf2out_frame_debug_init): Likewise.
2782         (dwarf2out_reg_save_reg): Use record_reg_saved_in_reg.
2783         (dwarf2out_frame_debug_cfa_register): Likewise.
2784
2785 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
2786
2787         PR tree-optimization/49572
2788         * tree-ssa-dom.c (initialize_hash_element) <GIMPLE_SINGLE_RHS>: Use the
2789         type of the RHS instead of that of the LHS for the expression type.
2790
2791 2011-06-30  Eric Botcazou  <ebotcazou@adacore.com>
2792
2793         * df-scan.c (df_get_entry_block_def_set): Use INCOMING_REGNO macro
2794         unconditionally.
2795
2796 2011-06-30  Richard Guenther  <rguenther@suse.de>
2797
2798         * opts.c (finish_options): Do not disable IPA-PTA during ltrans.
2799         * tree-ssa-structalias.c (create_variable_info_for): Do not
2800         add initial constraints for non-var-decls.  Properly handle
2801         globals in other ltrans partitions.
2802         (intra_create_variable_infos): Manually create constraints for
2803         the fake no-alias parameter.
2804         (ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
2805         and assert there are no clones.
2806
2807 2011-06-30  Richard Guenther  <rguenther@suse.de>
2808
2809         PR tree-optimization/46787
2810         * tree-data-ref.c (dr_address_invariant_p): Remove.
2811         (find_data_references_in_stmt): Invariant accesses are ok now.
2812         * tree-vect-stmts.c (vectorizable_load): Handle invariant loads.
2813         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Allow
2814         invariant loads.
2815
2816 2011-06-30  Martin Jambor  <mjambor@suse.cz>
2817
2818         PR tree-optimization/49094
2819         * tree-sra.c (tree_non_mode_aligned_mem_p): New function.
2820         (build_accesses_from_assign): Use it.
2821
2822 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
2823
2824         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
2825         handling of BUILT_IN_ASSUME_ALIGNED.
2826
2827         PR debug/49364
2828         * dwarf2out.c (output_abbrev_section): Don't return early
2829         if abbrev_die_table_in_use is 1.
2830         (dwarf2out_finish): Instead don't call output_abbrev_section
2831         nor emit abbrev_section_label in that case.
2832
2833 2011-06-30  Nick Clifton  <nickc@redhat.com>
2834
2835         * config/v850/v850.h (CPP_SPEC): Define __v850e__ when compiling
2836         for the V850E.
2837
2838 2011-06-30  Jakub Jelinek  <jakub@redhat.com>
2839
2840         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Fix
2841         handling of BUILT_IN_MEMPCPY_CHK and BUILT_IN_STPCPY_CHK.
2842
2843 2011-06-30  Ira Rosen  <ira.rosen@linaro.org>
2844
2845         * tree-vect-loop.c (vect_determine_vectorization_factor): Handle
2846         both pattern and original statements if necessary.
2847         (vect_transform_loop): Likewise.
2848         * tree-vect-patterns.c (vect_pattern_recog): Update documentation.
2849         * tree-vect-stmts.c (vect_mark_relevant): Add new argument.
2850         Mark the pattern statement only if the original statement doesn't
2851         have its own uses.
2852         (process_use): Call vect_mark_relevant with additional parameter.
2853         (vect_mark_stmts_to_be_vectorized): Likewise.
2854         (vect_get_vec_def_for_operand): Use vectorized pattern statement.
2855         (vect_analyze_stmt): Handle both pattern and original statements
2856         if necessary.
2857         (vect_transform_stmt): Don't store vectorized pattern statement
2858         in the original statement.
2859         (vect_is_simple_use_1): Use related pattern statement only if the
2860         original statement is irrelevant.
2861         * tree-vect-slp.c (vect_get_and_check_slp_defs): Likewise.
2862
2863 2011-06-29  Changpeng Fang  <changpeng.fang@amd.com>
2864
2865         * config/i386/i386.opt (mprefer-avx128): Redefine the flag as a Mask
2866         option.
2867         * config/i386/i386.h (ix86_tune_indices): Add X86_TUNE_AVX128_OPTIMAL
2868         entry.
2869         (TARGET_AVX128_OPTIMAL): New definition.
2870         * config/i386/i386.c (initial_ix86_tune_features): Initialize
2871         X86_TUNE_AVX128_OPTIMAL entry.
2872         (ix86_option_override_internal): Enable the generation
2873         of the 128-bit instructions when TARGET_AVX128_OPTIMAL is set.
2874         (ix86_preferred_simd_mode): Use TARGET_PREFER_AVX128.
2875         (ix86_autovectorize_vector_sizes): Use TARGET_PREFER_AVX128.
2876
2877 2011-06-29  Eric Botcazou  <ebotcazou@adacore.com>
2878
2879         PR tree-optimization/49539
2880         * tree-ssa-forwprop.c (can_propagate_from): Check for abnormal SSA
2881         names by means of stmt_references_abnormal_ssa_name.
2882         (associate_plusminus): Call can_propagate_from before propagating
2883         from definition statements.
2884         (ssa_forward_propagate_and_combine): Remove superfluous newline.
2885
2886 2011-06-29  Richard Guenther  <rguenther@suse.de>
2887
2888         * doc/invoke.texi: Document -scev dump modifier.
2889         * tree-pass.h (TDF_SCEV): New dump flag.
2890         * tree-dump.c (dump_option_value_in): Add scev.
2891         * tree-chrec.c: Replace all TDF_DETAILS checks with TDF_SCEV.
2892         * tree-scalar-evolution.c: Likewise.
2893
2894 2011-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2895
2896         * config/arm/unwind-arm.c (enum __cxa_type_match_result): New.
2897         (cxa_type_match): Correct declaration.
2898         (__gnu_unwind_pr_common): Reconstruct additional indirection
2899         when __cxa_type_match returns succeeded_with_ptr_to_base.
2900
2901 2011-06-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2902
2903         PR rtl-optimization/49114
2904         * reload.c (struct replacement): Remove SUBREG_LOC member.
2905         (push_reload): Do not set it.
2906         (push_replacement): Likewise.
2907         (subst_reload): Remove dead code.
2908         (copy_replacements): Remove assertion.
2909         (copy_replacements_1): Do not handle SUBREG_LOC.
2910         (move_replacements): Likewise.
2911         (find_replacement): Remove dead code.  Use reload_adjust_reg_for_mode.
2912         Detect subregs via recursive descent instead of via SUBREG_LOC.
2913
2914 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
2915
2916         * config/avr/avr.c (avr_encode_section_info): Dispatch to
2917         default_encode_section_info.
2918
2919 2011-06-29  Richard Sandiford  <richard.sandiford@linaro.org>
2920
2921         PR tree-optimization/49545
2922         * builtins.c (get_object_alignment_1): Update function comment.
2923         Do not use DECL_ALIGN for functions, but test
2924         TARGET_PTRMEMFUNC_VBIT_LOCATION instead.
2925         * fold-const.c (get_pointer_modulus_and_residue): Don't check
2926         for functions here.
2927         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
2928
2929 2011-06-29  Jakub Jelinek  <jakub@redhat.com>
2930
2931         PR debug/49567
2932         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTEND>: Give up for
2933         non-MODE_INT modes instead of asserting the mode has MODE_INT class.
2934
2935 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
2936
2937         PR target/34734
2938         * config/avr/avr.c (avr_handle_progmem_attribute): Move warning
2939         about uninitialized data attributed 'progmem' from here...
2940         (avr_encode_section_info): ...to this new function.
2941         (TARGET_ENCODE_SECTION_INFO): New define.
2942         (avr_section_type_flags): For data in ".progmem.data", remove
2943         section flag SECTION_WRITE.
2944
2945 2011-06-29  Georg-Johann Lay  <avr@gjlay.de>
2946
2947         * config/avr/t-avr (LIB1ASMFUNCS): Add _mulhisi3, _umulhisi3,
2948         _xmulhisi3_exit.
2949         * config/avr/libgcc.S (_xmulhisi3_exit): New Function.
2950         (__mulhisi3): Optimize if have MUL*.  Use XJMP instead of rjmp.
2951         (__umulhisi3): Ditto.
2952         * config/avr/avr.md (mulhisi3): New insn expender.
2953         (umulhisi3): New insn expender.
2954         (*mulhisi3_call): New insn.
2955         (*umulhisi3_call): New insn.
2956
2957 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
2958
2959         * Makefile.in (LIBGCC2_CFLAGS): Remove -D__GCC_FLOAT_NOT_NEEDED.
2960
2961 2011-06-28  Richard Henderson  <rth@redhat.com>
2962
2963         * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop.  Delete
2964         all code and arguments that handled pushes.  Update all callers.
2965
2966 2011-06-28  Richard Henderson  <rth@redhat.com>
2967
2968         * config/arm/arm.c (arm_output_function_prologue): Don't call
2969         thumb1_output_function_prologue.
2970         (arm_expand_prologue): Avoid dead store.
2971         (number_of_first_bit_set): Use ctz_hwi.
2972         (thumb1_emit_multi_reg_push): New.
2973         (thumb1_expand_prologue): Merge thumb1_output_function_prologue
2974         to emit the entire prologue as rtl.
2975         (thumb1_output_interwork): Split out from
2976         thumb1_output_function_prologue.
2977         (thumb1_output_function_prologue): Remove.
2978         (arm_attr_length_push_multi): Handle thumb1.
2979         * config/arm/arm.md (VUNSPEC_THUMB1_INTERWORK): New.
2980         (prologue_thumb1_interwork): New.
2981         (*push_multi): Allow thumb1; use push_mult_memory_operand.
2982         * config/arm/predicates.md (push_mult_memory_operand): New.
2983
2984 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
2985
2986         * config/sparc/sync.md (*stbar): Delete.
2987         (*membar_v8): New insn to implement UNSPEC_MEMBAR in SPARC-V8.
2988
2989 2011-06-28  Eric Botcazou  <ebotcazou@adacore.com>
2990
2991         * tree-ssa-dom.c (initialize_hash_element): Fix oversight.
2992
2993 2011-06-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2994
2995         * config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
2996         (TARGET_64BIT_DEFAULT): Define.
2997         * config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
2998         of tm_file.
2999         * config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
3000
3001 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
3002
3003         * common.opt (in_lto_p): New Variable entry.
3004         * flags.h (in_lto_p): Move to common.opt.
3005         * gcc.c: Include params.h.
3006         (set_option_handlers): Also use common_handle_option and
3007         target_handle_option.
3008         (main): Call global_init_params, finish_params and init_options_struct.
3009         * opts.c (debug_type_names): Move from toplev.c.
3010         (print_filtered_help): Access quiet_flag through opts pointer.
3011         (common_handle_option): Return early in the driver for some options.
3012         Access in_lto_p, dwarf_version and warn_maybe_uninitialized through
3013         opts pointer.
3014         * toplev.c (in_lto_p): Move to common.opt.
3015         (debug_type_names): Move to opts.c.
3016         * Makefile.in (OBJS): Remove opts.o.
3017         (OBJS-libcommon-target): Add opts.o.
3018         (gcc.o): Update dependencies.
3019
3020 2011-06-28  Kai Tietz  <ktietz@redhat.com>
3021
3022         * tree-ssa-forwprop.c (simplify_bitwise_binary): Improve type sinking.
3023
3024 2011-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3025
3026         * config/arm/vfp.md ("*divsf3_vfp"): Replace '+' constraint modifier
3027         with '=' constraint modifier.
3028         (*divdf3_vfp): Likewise.
3029         ("*mulsf3_vfp"): Likewise.
3030         ("*muldf3_vfp"): Likewise.
3031         ("*mulsf3negsf_vfp"): Likewise.
3032         ("*muldf3negdf_vfp"): Likewise.
3033
3034 2011-06-28  Nick Clifton  <nickc@redhat.com>
3035
3036         * config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
3037         relaxation when performing an incremental link.
3038
3039 2011-06-28  Kai Tietz  <ktietz@redhat.com>
3040
3041         * tree-ssa-math-opts.c (execute_optimize_bswap): Search
3042         within BB from last to first.
3043
3044 2011-06-28  Joseph Myers  <joseph@codesourcery.com>
3045
3046         * genattr-common.c: New.  Based on genattr.c.
3047         * Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
3048         (MOSTLYCLEANFILES): Add insn-attr-common.h.
3049         (opts.o): Update dependencies.
3050         (.PRECIOUS): Add insn-attr-common.h.
3051         (simple_rtl_generated_h): Add insn-attr-common.h.
3052         (build/genattr-common.o): New.
3053         (genprogrtl): Add attr-common.
3054         * genattr.c (main): Include insn-attr-common.h.  Don't generate
3055         definitions of DELAY_SLOTS or INSN_SCHEDULING.
3056         * opts.c: Include insn-attr-common.h instead of rtl.h and insn-attr.h.
3057
3058 2011-06-28  Georg-Johann Lay  <avr@gjlay.de>
3059
3060         * config.gcc (tm_file): Add elfos.h and avr/elf.h for
3061         avr-*-* and avr-*-rtems* targets.
3062
3063         * config/avr/elf.h: New file.
3064         (ASM_OUTPUT_BEFORE_CASE_LABEL): Define.
3065         (TARGET_ASM_SELECT_SECTION): Define.
3066         (INIT_SECTION_ASM_OP): Undefine.
3067         (FINI_SECTION_ASM_OP): Undefine.
3068         (READONLY_DATA_SECTION_ASM_OP): Undefine.
3069         (PCC_BITFIELD_TYPE_MATTERS): Undefine.
3070         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Undefine.
3071         * config/avr/avr.h:
3072         (PREFERRED_DEBUGGING_TYPE): Move to elf.h.
3073         (TARGET_ASM_NAMED_SECTION): Move to elf.h.
3074         (MAX_OFILE_ALIGNMENT): Move to elf.h.
3075         (STRING_LIMIT): Move to elf.h.
3076         (ASM_DECLARE_FUNCTION_NAME): Move to elf.h.
3077         (ASM_DECLARE_OBJECT_NAME): Remove.
3078         (ESCAPES): Remove.
3079         (ASM_OUTPUT_SKIP): Remove.
3080         (DWARF2_DEBUGGING_INFO): Remove.
3081         (OBJECT_FORMAT_ELF): Remove.
3082         (USER_LABEL_PREFIX): Remove.
3083         (ASM_OUTPUT_EXTERNAL): Remove.
3084         (ASM_OUTPUT_ASCII): Remove.
3085         (TYPE_ASM_OP): Remove.
3086         (SIZE_ASM_OP): Remove.
3087         (WEAK_ASM_OP): Remove.
3088         (STRING_ASM_OP): Remove.
3089         (SET_ASM_OP): Remove.
3090         (ASM_WEAKEN_LABEL): Remove.
3091         (TYPE_OPERAND_FMT): Remove.
3092         (ASM_DECLARE_FUNCTION_SIZE): Remove.
3093         (ASM_FINISH_DECLARE_OBJECT): Remove.
3094         (NO_DOLLAR_IN_LABEL): Remove.
3095         (ASM_GENERATE_INTERNAL_LABEL): Remove.
3096         (ASM_OUTPUT_CASE_LABEL): Remove.
3097         * config/avr/avr.c (avr_asm_output_aligned_decl_common): Use
3098         ASM_OUTPUT_ALIGNED_LOCAL, ASM_OUTPUT_ALIGNED_COMMON.
3099         (gas_output_ascii): Remove.
3100         (gas_output_limited_string): Remove.
3101         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Remove.
3102         * config/avr/avr-protos.h
3103         (gas_output_ascii): Remove prototye.
3104         (gas_output_limited_string): Remove prototype.
3105
3106 2011-06-27  Richard Earnshaw  <rearnsha@arm.com>
3107
3108         PR target/48637
3109         * arm.c (arm_print_operand): Allow sym+offset.  Don't abort on invalid
3110         asm operands.
3111
3112 2011-06-27  Jan Hubicka  <jh@suse.cz>
3113
3114         * ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of
3115         node instead of references in node.
3116
3117 2011-06-27  Richard Henderson  <rth@redhat.com>
3118
3119         * config/alpha/alpha.c (vms_patch_builtins): Provide dummy definition.
3120         * config/ia64/ia64.c (ia64_init_builtins): Call vms_patch_builtins
3121         inside ifdef.
3122
3123 2011-06-27  Jakub Jelinek  <jakub@redhat.com>
3124
3125         * c-decl.c (union lang_tree_node): Use it in chain_next expression.
3126
3127         * builtin-types.def (BT_FN_PTR_CONST_PTR_SIZE_VAR): New.
3128         * builtins.def (BUILT_IN_ASSUME_ALIGNED): New builtin.
3129         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call,
3130         find_func_clobbers): Handle BUILT_IN_ASSUME_ALIGNED.
3131         * tree-ssa-ccp.c (bit_value_assume_aligned): New function.
3132         (evaluate_stmt, execute_fold_all_builtins): Handle
3133         BUILT_IN_ASSUME_ALIGNED.
3134         * tree-ssa-dce.c (propagate_necessity): Likewise.
3135         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
3136         call_may_clobber_ref_p_1): Likewise.
3137         * builtins.c (is_simple_builtin, expand_builtin): Likewise.
3138         (expand_builtin_assume_aligned): New function.
3139         * doc/extend.texi (__builtin_assume_aligned): Document.
3140
3141         PR debug/49544
3142         * cselib.c (promote_debug_loc): If cselib_preserve_constants
3143         and l has two DEBUG_INSN owned locs instead of just one, adjust
3144         the second location's setting_insn too.
3145
3146 2011-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3147
3148         PR libmudflap/38738
3149         * config/sol2.h [!USE_GLD] (MFLIB_SPEC): Define.
3150
3151 2011-06-27  Nick Clifton  <nickc@redhat.com>
3152
3153         * config/mn10300/mn10300.md (clzsi2): Use XOR after BSCH to convert
3154         bit position of highest bit set into a count of the high zero bits.
3155
3156 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
3157
3158         * dwarf2out.c (TYPE_DECL_IS_STUB): Extend mechanism to all types.
3159
3160 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
3161
3162         PR lto/48492
3163         * dwarf2out.c (dwarf2out_finish): Do not attach a DIE on the limbo list
3164         to a NULL parent.
3165
3166 2011-06-27  Richard Guenther  <rguenther@suse.de>
3167
3168         PR tree-optimization/49394
3169         * passes.c (execute_one_pass): Restore current_pass after
3170         applying IPA transforms.
3171
3172 2011-06-27  Kai Tietz  <ktietz@redhat.com>
3173
3174         * tree-ssa-math-opts.c (do_shift_rotate): Zero bits
3175         out of type precision after operation.
3176         (find_bswap): Take for limit value the integer auto-promotion
3177         into account.
3178
3179 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
3180
3181         * reorg.c (fill_simple_delay_slots): Use stop_search_p to stop the
3182         forward scan as well.
3183
3184 2011-06-27  Tristan Gingold  <gingold@adacore.com>
3185
3186         PR target/44241
3187         * config/vms/vms-protos.h: New file.
3188         * config/vms/vms-crtlmap.map: New file.
3189         * config/vms/vms.c: New file.
3190         * config/vms/make-crtlmap.awk: New file.
3191         * config/vms/vms-crtl.h: File removed.
3192         * config/vms/vms-crtl-64.h: File removed.
3193         * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets.
3194         * config/alpha/vms64.h: Do not include vms-crtl-64.h
3195         * config/alpha/alpha.c (alpha_init_builtins): Remove code to
3196         clear some builtins on VMS.  Calls vms_patch_builtins.
3197         (avms_asm_output_external): Remove.
3198         * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove.
3199         (struct crtl_name_spec): Remove
3200         (DO_CTRL_NAMES): Remove.
3201         * config/ia64/vms.h (struct crtl_name_spec): Remove
3202         (DO_CTRL_NAMES): Remove.
3203         * config/ia64/ia64.c (alpha_init_builtins): Remove code to
3204         clear some builtins on VMS.  Calls vms_patch_builtins.
3205         (ia64_asm_output_external): Remove DO_CRTL_NAME.
3206         * config/ia64/vms64.h: Do not include vms-crtl-64.h
3207         * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file.
3208
3209 2011-06-27  Tristan Gingold  <gingold@adacore.com>
3210
3211         * config/alpha/alpha.c (alpha_end_function): Always generate .end
3212         directive on VMS.
3213
3214 2011-06-27  Eric Botcazou  <ebotcazou@adacore.com>
3215
3216         * config/sparc/sparc.c (sparc_frame_pointer_required): Return true if
3217         the function receives nonlocal gotos.
3218
3219 2011-06-27  Richard Guenther  <rguenther@suse.de>
3220
3221         PR tree-optimization/49536
3222         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
3223         For non-scalar inner types use a scalar type according to
3224         the scalar inner mode.
3225
3226 2011-06-27  Richard Guenther  <rguenther@suse.de>
3227
3228         PR tree-optimization/49365
3229         * params.def (min-insn-to-prefetch-ratio): Reduce from 10 to 9.
3230
3231 2011-06-27  Richard Guenther  <rguenther@suse.de>
3232
3233         PR tree-optimization/49169
3234         * fold-const.c (get_pointer_modulus_and_residue): Don't rely on
3235         the alignment of function decls.
3236
3237 2011-06-26  Iain Sandoe  <iains@gcc.gnu.org>
3238
3239         PR target/47997
3240         * config/darwin.c (darwin_mergeable_string_section): Place string
3241         constants in '.cstring' rather than '.const' when CF/NSStrings are
3242         active.
3243
3244 2011-06-26  Eric Botcazou  <ebotcazou@adacore.com>
3245
3246         * config/sparc/sparc.c (save_local_or_in_reg_p): Adjust comment.
3247         (emit_save_register_window): Likewise.
3248         (sparc_expand_prologue): Use SIZE_INT_RTX and SIZE_RTX variables.
3249         (sparc_flat_expand_prologue): Add comment.  Always emit blockage.
3250         Swap back %o7/%i7 in register naming.
3251
3252 2011-06-25  Iain Sandoe  <iains@gcc.gnu.org>
3253
3254         PR driver/49371
3255         * config/darwin.c (darwin_override_options): Improve warning when
3256         mdynamic-no-pic is given together with fPIC/fpic, also warn when it
3257         is given with fpie/fPIE.
3258         * config/darwin.h (PIE_SPEC): New, (LINK_SPEC): Use PIE_SPEC.
3259         * config/darwin9.h (PIE_SPEC): New.
3260
3261 2011-06-25  Basile Starynkevitch  <basile@starynkevitch.net>
3262
3263         * timevar.c (timevar_print): Increase width for display of timevar
3264         name.
3265
3266 2011-06-24  Jakub Jelinek  <jakub@redhat.com>
3267
3268         PR c++/46400
3269         * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
3270         instead of TYPE_CHAIN for chain_next for types.
3271
3272 2011-06-24  Richard Henderson  <rth@redhat.com>
3273
3274         * config/sparc/sparc.md (create_flat_frame_1<P:mode>): Remove.
3275         (create_flat_frame_2<P:mode>, create_flat_frame_3<P:mode>): Remove.
3276         * config/sparc/sparc.c (gen_create_flat_frame_1): Remove.
3277         (gen_create_flat_frame_2, gen_create_flat_frame_3): Remove.
3278         (sparc_flat_expand_prologue): Emit individual instructions
3279         instead of one of the above.
3280
3281 2011-06-24  Easwaran Raman  <eraman@google.com>
3282
3283         PR rtl-optimization/49429
3284         PR target/49454
3285         * expr.c (emit_block_move_hints):  Mark MEM_EXPR(x) and
3286         MEM_EXPR(y) addressable if emit_block_move_via_libcall is
3287         used to copy y into x.
3288         * calls.c (initialize_argument_information): Mark
3289         an argument addressable if it is passed by invisible reference.
3290         (emit_library_call_value_1): Mark  MEM_EXPR (val) addressable
3291         if it is passed by reference.
3292
3293 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
3294
3295         PR rtl-optimization/49504
3296         * rtlanal.c (nonzero_bits1): Properly handle addition or
3297         subtraction of a pointer in Pmode if pointers extend unsigned.
3298         (num_sign_bit_copies1): Likewise.
3299
3300 2011-06-24  Martin Jambor  <mjambor@suse.cz>
3301
3302         PR tree-optimizations/49516
3303         * tree-sra.c (sra_modify_assign): Choose the safe path for
3304         aggregate copies if we also did scalar replacements.
3305
3306 2011-06-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3307
3308         PR target/49335
3309         * config/arm/predicates.md (add_operator): New.
3310         * config/arm/arm.md ("*arith_shiftsi"): Fix for SP reg usage in Thumb2.
3311
3312 2011-06-24  Andi Kleen  <ak@linux.intel.com>
3313
3314         * tree-sra.c (type_internals_preclude_sra_p): Add msg
3315         parameter. Split up ifs and report reason in *msg.
3316         (reject): Add.
3317         (find_var_candiate): Add msg variable.
3318         Split up ifs and report reason to reject.
3319         (find_param_candidates): Add msg variable.
3320         Pass msg to type_internals_preclude_sra_p.
3321
3322 2011-06-23  Jeff Law  <law@redhat.com>
3323
3324         PR middle-end/48770
3325         * reload.h (reload): Change to return a bool.
3326         * ira.c (ira): If requested by reload, run a fast DCE pass after
3327         reload has completed.  Fix comment typo.
3328         * reload1.c (need_dce): New file scoped static.
3329         (reload): Set reload_completed here.  Return whether or not a DCE
3330         pass after reload is needed.
3331         (delete_dead_insn): Set need_dce as needed.
3332
3333         PR middle-end/49465
3334         * tree-ssa-threadupate.c (fix_duplicate_block_edges): Fix condition
3335         to detect threading through joiner block.  If there was already
3336         an edge to the new target, then do not change the PHI nodes.
3337
3338 2011-06-23  Jakub Jelinek  <jakub@redhat.com>
3339
3340         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
3341         get_pointer_alignment to see if base isn't sufficiently aligned.
3342
3343 2011-06-23  Jan Hubicka  <jh@suse.cz>
3344
3345         PR tree-optimize/49373
3346         * tree-pass.h (all_late_ipa_passes): Declare.
3347         * cgraphunit.c (init_lowered_empty_function): Fix properties.
3348         (cgraph_optimize): Execute late passes; remove unreachable funcions
3349         after materialization.
3350         * ipa-inline.c (gate_ipa_inline): Enable only when optimizing or
3351         LTOing.
3352         * passes.c (all_late_ipa_passes): Declare.
3353         (dump_passes, register_pass): Handle late ipa passes.
3354         (init_optimization_passes): Move ipa_pta to late passes; schedule
3355         fixup_cfg at beggining of all_passes.
3356         (apply_ipa_transforms): New function.
3357         (execute_one_pass): When doing simple ipa pass, apply all transforms.
3358
3359 2011-06-23  Joseph Myers  <joseph@codesourcery.com>
3360
3361         * params.c: Include common/common-target.h.  Don't include tm.h.
3362         (lang_independent_params): Move from toplev.c.
3363         (global_init_params): New.
3364         * params.h (global_init_params): Declare.
3365         * target.def (default_params): Move to common-target.def.
3366         * toplev.c (lang_independent_options): Remove.
3367         (lang_independent_params): Move to params.c.
3368         (general_init): Use global_init_params.
3369         * common/common-target.def (option_default_params): Move from
3370         target.def.
3371         * common/config/ia64/ia64-common.c: Include params.h.
3372         (ia64_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
3373         from ia64.c.
3374         * common/config/rs6000/rs6000-common.c: Include params.h.
3375         (rs6000_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
3376         from rs6000.c.
3377         * common/config/sh/sh-common.c: Include params.h.
3378         (sh_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
3379         from sh.c.
3380         * common/config/spu/spu-common.c: Include params.h.
3381         (spu_option_default_params, TARGET_OPTION_DEFAULT_PARAMS): Move
3382         from spu.c.
3383         * config/ia64/ia64.c (ia64_option_default_params,
3384         TARGET_OPTION_DEFAULT_PARAMS): Move to ia64-common.c.
3385         * config/rs6000/rs6000.c (rs6000_option_default_params,
3386         TARGET_OPTION_DEFAULT_PARAMS): Move to rs6000-common.c.
3387         * config/sh/sh.c (sh_option_default_params,
3388         TARGET_OPTION_DEFAULT_PARAMS): Move to sh-common.c.
3389         * config/spu/spu.c (spu_option_default_params,
3390         TARGET_OPTION_DEFAULT_PARAMS): Move to spu-common.c.
3391         * Makefile.in (OBJS): Remove params.o.
3392         (OBJS-libcommon-target): Add params.o.
3393         (params.o, $(common_out_object_file)): Update dependencies.
3394         * doc/tm.texi: Regenerate.
3395
3396 2011-06-23  Alan Modra  <amodra@gmail.com>
3397
3398         PR bootstrap/49383
3399         * config/rs6000/rs6000.c (call_ABI_of_interest): Adjust cgraph
3400         invocation for 2011-06-09 changes.
3401
3402 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
3403
3404         PR libgomp/49490
3405         * omp-low.c (expand_omp_for_static_nochunk): Only
3406         use n ceil/ nthreads size for the first n % nthreads threads in the
3407         team instead of all threads except for the last few ones which
3408         get less work or none at all.
3409
3410         PR debug/49496
3411         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Ignore debug
3412         uses.
3413
3414 2011-06-22  Richard Guenther  <rguenther@suse.de>
3415
3416         PR tree-optimization/49493
3417         * tree-ssa-structalias.c (get_constraint_for_ssa_var):
3418         Refer to the alias target of variables.
3419         (associate_varinfo_to_alias_1): Remove.
3420         (ipa_pta_execute): Do not associate aliases with anything.
3421         * cgraph.h (varpool_alias_aliased_node): Fix cut&paste errors.
3422         (cgraph_function_node): Likewise.
3423         (cgraph_function_or_thunk_node): Likewise.
3424         (varpool_variable_node): Likewise.
3425
3426 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
3427
3428         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.
3429         * config.gcc (arm*-*-linux*): Default to gnu tls.
3430         (arm*-*-*): Add --with-tls option.
3431         (all_defaults): Add 'tls'.
3432
3433 2011-06-22  Richard Henderson  <rth@redhat.com>
3434
3435         * reg-notes.def (REG_CFA_WINDOW_SAVE): New.
3436         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
3437         (dwarf2out_frame_debug_cfa_window_save): Rename from
3438         dwarf2out_window_save; make static.
3439         * tree.h (dwarf2out_window_save): Don't declare.
3440
3441         * config/sparc/sparc.c (sparc_dwarf_handle_frame_unspec): Remove.
3442         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Remove.
3443         (emit_save_register_window): Rename from gen_save_register_window;
3444         emit the insn and add REG_CFA_* notes.
3445         (sparc_expand_prologue): Update to match.
3446         * config/sparc/sparc.md (save_register_window_1): Simplify from
3447         save_register_window<P:mode>.
3448
3449 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3450
3451         PR target/49497
3452         * config/i386/i386.md (*lea_general_2): Always allow SImode.
3453         (*lea_general_2_zext): Likewise.
3454         (imul to lea peepholes): Use const359_operand and check
3455         TARGET_PARTIAL_REG_STALL.
3456
3457         * config/i386/predicates.md (const359_operand): New.
3458
3459 2011-06-22  Michael Matz  <matz@suse.de>
3460
3461         * cgraphunit.c (assemble_thunk): Use correct return type.
3462
3463 2011-06-22  Dmitry Plotnikov  <dplotnikov@ispras.ru>
3464             Dmitry Melnik  <dm@ispras.ru>
3465
3466         * config/arm/arm.c (neon_immediate_valid_for_shift): New function.
3467         (neon_output_shift_immediate): Ditto.
3468         * config/arm/arm-protos.h (neon_immediate_valid_for_shift): New
3469         prototype.
3470         (neon_output_shift_immediate): Ditto.
3471         * config/arm/neon.md (vashl<mode>3): Modified constraint.
3472         (vashr<mode>3_imm): New insn pattern.
3473         (vlshr<mode>3_imm): Ditto.
3474         (vashr<mode>3): Modified constraint.
3475         (vlshr<mode>3): Ditto.
3476         * config/arm/predicates.md (imm_for_neon_lshift_operand): New
3477         predicate.
3478         (imm_for_neon_rshift_operand): Ditto.
3479         (imm_lshift_or_reg_neon): Ditto.
3480         (imm_rshift_or_reg_neon): Ditto.
3481
3482         * optabs.c (init_optabs): Init optab codes for vashl, vashr, vlshr.
3483
3484 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
3485
3486         * tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for
3487         builtin calls even if likelyvalue is not CONSTANT.
3488         Handle BUILT_IN_STRDUP and BUILT_IN_STRNDUP like BUILT_IN_MALLOC.
3489         Return get_value_for_expr of first operand
3490         for BUILT_IN_{MEM{CPY,MOVE,SET},STR{,N}CPY}{,_CHK}.
3491         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
3492         BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK like
3493         their non-checking counterparts.
3494         (call_may_clobber_ref_p_1): Likewise.
3495         (stmt_kills_ref_p_1): Handle BUILT_IN_MEM{{,P}CPY,MOVE,SET}_CHK
3496         like their non-checking counterparts.
3497         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
3498         Handle BUILT_IN_{MEM{{,P}CPY,MOVE,SET},STR{,N}C{PY,AT},STPCPY}_CHK
3499         like their non-checking counterparts.
3500         (find_func_clobbers): Likewise.
3501         * tree-ssa-dce.c (propagate_necessity): Handle BUILT_IN_MEMSET_CHK
3502         like BUILT_IN_MEMSET and BUILT_IN_CALLOC like BUILT_IN_MALLOC.
3503
3504         * dwarf2out.c (size_of_loc_descr, output_loc_operands,
3505         mark_base_types, hash_loc_operands, compare_loc_operands): Allow
3506         DW_OP_GNU_convert and DW_OP_GNU_reinterpret to use constant instead
3507         of base type reference as argument.
3508         (resolve_addr_in_expr): Likewise.  Fix keep computation.
3509         (convert_descriptor_to_signed): Renamed to...
3510         (convert_descriptor_to_mode): ... this.  For wider types convert to
3511         unsigned instead of signed, for <= DWARF2_ADDR_SIZE convert to untyped.
3512         (typed_binop): New function.
3513         (scompare_loc_descriptor, ucompare_loc_descriptor,
3514         minmax_loc_descriptor, mem_loc_descriptor): For wider integer modes
3515         default to unsigned type instead of signed.
3516
3517         PR debug/47858
3518         * gimple.h (enum gimple_debug_subcode): Add GIMPLE_DEBUG_SOURCE_BIND.
3519         (gimple_build_debug_source_bind_stat): New prototype.
3520         (gimple_build_debug_source_bind): Define.
3521         (gimple_debug_source_bind_p, gimple_debug_source_bind_get_var,
3522         gimple_debug_source_bind_get_value,
3523         gimple_debug_source_bind_get_value_ptr,
3524         gimple_debug_source_bind_set_var,
3525         gimple_debug_source_bind_set_value): New inlines.
3526         * gimple.c (gimple_build_debug_source_bind_stat): New function.
3527         * gimple-pretty-print.c (dump_gimple_debug): Handle
3528         GIMPLE_DEBUG_SOURCE_BIND.
3529         * sese.c (rename_uses): Handle gimple_debug_source_bind_p.
3530         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
3531         * tree-parloops.c (eliminate_local_variables,
3532         separate_decls_in_region): Likewise.
3533         (separate_decls_in_region_debug): Renamed from
3534         separate_decls_in_region_debug_bind.  Handle
3535         gimple_debug_source_bind_p.
3536         * tree.h (decl_debug_args_lookup, decl_debug_args_insert): New
3537         prototypes.
3538         (DECL_HAS_DEBUG_ARGS_P): Define.
3539         (struct tree_function_decl): Add has_debug_args_flag field.
3540         * tree.c (debug_args_for_decl): New variable.
3541         (decl_debug_args_lookup, decl_debug_args_insert): New functions.
3542         * tree-into-ssa.c (mark_def_sites): Handle uses in debug stmts.
3543         (rewrite_debug_stmt_uses): New function.
3544         (rewrite_stmt): Use it to rewrite debug stmt uses.
3545         * rtl.def (DEBUG_PARAMETER_REF): New.
3546         * rtl.h (DEBUG_PARAMETER_REF_DECL): Define.
3547         * cselib.c (rtx_equal_for_cselib_1, cselib_hash_rtx): Handle
3548         DEBUG_PARAMETER_REF.
3549         * rtl.c (rtx_equal_p_cb, rtx_equal_p, iterative_hash_rtx): Likewise.
3550         * print-rtl.c (print_rtx): Likewise.
3551         * tree-sra.c (sra_ipa_reset_debug_stmts): Prefer replacing of
3552         SSA_NAMEs with DEBUG_EXPR_DECLs initialized in source bind
3553         debug stmts in the first bb.
3554         * tree-inline.c (remap_ssa_name): If remapping default def
3555         of a PARM_DECL fails, map to a DEBUG_EXPR_DECL set in
3556         a source bind debug stmt.
3557         (remap_gimple_stmt): Handle gimple_debug_source_bind_p.
3558         (maybe_move_debug_stmts_to_successors): Likewise.
3559         (copy_debug_stmt): Likewise.  Avoid shadowing a variable.
3560         (tree_function_versioning): If DECL_HAS_DEBUG_ARGS_P, copy
3561         debug args vector from old_decl to new_decl.
3562         * ipa-prop.c (ipa_modify_call_arguments): For optimized away
3563         or modified parameters, add debug bind stmts before call
3564         setting DEBUG_EXPR_DECL which is remembered in debug args vector.
3565         * cfgexpand.c (expand_call_stmt): Call expand_debug_expr
3566         on DECL_DEBUG_EXPRs from debug args vector.
3567         (expand_debug_source_expr): New function.
3568         (expand_debug_locations): Use it for source bind insns.
3569         (expand_gimple_basic_block): Handle gimple_debug_source_bind_p.
3570         * var-tracking.c (prepare_call_arguments): Add debug args
3571         to call_arguments if any.
3572         * dwarf2out.c (dwarf_stack_op_name, size_of_loc_descr,
3573         output_loc_operands, output_loc_operands_raw, resolve_addr_in_expr,
3574         compare_loc_operands): Handle DW_OP_GNU_parameter_ref.
3575         (get_ref_die_offset, parameter_ref_descriptor): New functions.
3576         (mem_loc_descriptor): Handle DEBUG_PARAMETER_REF.
3577         (gen_subprogram_die): Handle parameters identified by
3578         DEBUG_PARAMETER_REF.
3579
3580 2011-06-22  Nathan Sidwell  <nathan@codesourcery.com>
3581
3582         * doc/invoke.texi (ARM Options): Document -mtls-dialect option.
3583         * doc/install.texi (Configuration): Document --with-tls.
3584         * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.
3585         (arm_call_tls_get_addr): Clean up. Assert not tls descriptor.
3586         (arm_tls_descseq_addr): New.
3587         (legitimize_tls_address): Add tlsdesc support.
3588         (arm_cannot_copy_insn_p): Check for tlscall.
3589         (arm_emit_tls_decoration): Likewise.
3590         * config/arm/arm.h (TARGET_GNU2_TLS): New.
3591         (OPTION_DEFAULT_SPECS): Add with-tls support.
3592         * config/arm/arm.md (R1_REGNUM): Define.
3593         (tlscall): New.
3594         * config/arm/arm.opt (tls_type): New enumeration type and values.
3595         (mtls-dialect): New switch.
3596         * config/arm/arm-opts.h (enum tls_type): New.
3597
3598 2011-06-21  Nicola Pero  <nicola.pero@meta-innovation.com>
3599
3600         * attribs.c (register_attribute): Added assert to check that all
3601         attribute specs are registered with a name that is not empty and
3602         does not start with '_'.
3603         (decl_attributes): Avoid the lookup of the "naked" attribute spec
3604         if the function has no attributes.
3605         * tree.c (is_attribute_with_length_p): Removed.
3606         (is_attribute_p): Removed.
3607         (private_is_attribute_p): New.
3608         (private_lookup_attribute): New.
3609         (lookup_attribute): Removed.
3610         (lookup_ident_attribute): New.
3611         (remove_attribute): Require the first argument to be in the form
3612         'text', not '__text__'.  Updated asserts.
3613         (merge_attributes): Use lookup_ident_attributes instead of
3614         lookup_attribute.
3615         (merge_dllimport_decl_attributes): Use remove_attribute.
3616         (attribute_list_contained): Likewise.
3617         (attribute_list_equal): Immediately return 1 if the arguments are
3618         identical pointers.
3619         * tree.h (is_attribute_p): Made inline.  Return a 'bool', not an
3620         'int'.  Require the first argument to be in the form 'text', not
3621         '__text__'.  Require the second argument to be an identifier.
3622         (lookup_attribute): Made inline.  Require the first argument to be
3623         in the form 'text', not '__text__'.
3624         (private_is_attribute_p, private_lookup_attribute): New.
3625         Updated comments.
3626
3627 2011-06-21  Andrew MacLeod  <amacleod@redhat.com>
3628
3629         * builtins.c: Add sync_ or SYNC__ to builtin names.
3630         * sync-builtins.def: Add sync_ or SYNC__ to builtin names.
3631         * omp-low.c: Add sync_ or SYNC__ to builtin names.
3632
3633 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
3634
3635         PR target/33049
3636         * config/avr/avr.md (extzv): New expander.
3637         (*extzv): New insn.
3638         (*extzv.qihi1, *extzv.qihi2): New insn-and-split.
3639         * config/avr/constraints.md (C04): New constraint.
3640         * doc/md.texi (Machine Constraints): Document it.
3641
3642 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
3643
3644         PR middle-end/49489
3645         * builtins.c (expand_builtin_unop): Call expand_unop with 0 as
3646         unsignedp argument instead of 1 for clrsb_optab.
3647         (fold_builtin_bitop): Fix masking for width > HOST_BITS_PER_WIDE_INT
3648         and < 2 * HOST_BITS_PER_WIDE_INT.  Optimize BUILT_IN_CLRSB*.
3649         (fold_builtin_1): Call fold_builtin_binop for BUILT_IN_CLRSB*.
3650         * optabs.c (widen_leading): Call widen_operand and expand_unop
3651         with 0 as unsignedp argument instead of 1 for clrsb_optab.
3652         (expand_unop): Subtract difference of mode sizes also for clrsb_optab.
3653
3654 2011-06-21  Georg-Johann Lay  <avr@gjlay.de>
3655
3656         * config/avr/avr.md (*jcindirect_jump): Fix build warning.
3657
3658 2011-06-21  Bernd Schmidt  <bernds@codesourcery.com>
3659
3660         * gensupport.c (add_define_attr): New static function.
3661         (is_predicable): Allow multi-alternative lists for the "predicable"
3662         attribute.
3663         (modify_attr_enabled_ce, alter_attrs_for_insn): New static functions.
3664         (process_one_cond_exec): Call alter_attrs_for_insn.
3665         * doc/md.texi (Defining Attributes): Mention some standard names.
3666         (Conditional Execution): Update documentation for "predicable".
3667
3668         * doc/extend.texi (__builtin_clrsb, __builtin_clrsbl,
3669         __builtin_clrsbll): Document.
3670         * doc/rtl.texi (clrsb): New entry.
3671         * optabs.c (widen_leading): Renamed from widen_clz.  New argument
3672         UNOPTAB.  All callers changed.  Use UNOPTAB instead of clz_optab.
3673         (expand_unop): Handle clrsb_optab.
3674         (init_optabs): Initialize it.
3675         * optabs.h (enum optab_index): New entry OTI_clrsb.
3676         (clrsb_optab): Define.
3677         * genopinit.c (optabs): Add an entry for it.
3678         * builtins.c (expand_builtin): Handle clrsb builtin functions.
3679         * builtins.def (BUILT_IN_CLRSB, BUILT_IN_CLRSBIMAX, BUILT_IN_CLRSBL,
3680         BUILT_IN_CLRSBLL): New.
3681         * rtl.def (CLRSB): New code.
3682         * dwarf2out.c (mem_loc_descriptor): Handle it.
3683         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
3684         Use op_mode rather than mode when optimizing ffs, clz, ctz, parity
3685         and popcount.
3686         * libgcc2.c (__clrsbSI2, __clrsbDI2): New functions.
3687         * libgcc2.h (__clrsbSI2, __clrsbDI2): Define and declare.
3688         (__ctzDI2): Move declaration.
3689         * config/bfin/bfin.md (clrsbsi2): New expander.
3690         (signbitssi2): Use the CLRSB rtx.
3691         (clrsbhi2): Renamed from signbitshi2.  Use the CLRSB rtx.
3692         * config/bfin/bfin.c (bdesc_1arg): Changed accordingly.
3693
3694 2011-06-21  Richard Guenther  <rguenther@suse.de>
3695
3696         * ipa-inline-transform.c (inline_transform): Fix previous change.
3697
3698 2011-06-21  Ira Rosen  <ira.rosen@linaro.org>
3699
3700         PR tree-optimization/49478
3701         * tree-vect-loop.c (vectorizable_reduction): Handle DOT_PROD_EXPR
3702         with constant operand.
3703
3704 2011-06-21  Richard Guenther  <rguenther@suse.de>
3705
3706         * ipa-inline-transform.c (inline_transform): Fix typo.
3707
3708 2011-06-21  Richard Guenther  <rguenther@suse.de>
3709
3710         PR tree-optimization/49483
3711         * tree-vect-stmts.c (vectorizable_assignment): Also handle
3712         VIEW_CONVERT_EXPR conversions.
3713
3714 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
3715
3716         * config/avr/avr-mcus.def, config/avr/genopt.sh: New files.
3717         * config/avr/avr-tables.opt: New file (generated).
3718         * config.gcc (avr-*-*): Use avr/avr-tables.opt.
3719         * config/avr/avr-devices.c (avr_mcu_types): Move contents to
3720         avr-mcus.def.
3721         * config/avr/avr.c (avr_help, TARGET_HELP): Remove.
3722         (avr_option_override): Don't process -mmcu= argument here.  Set
3723         avr_current_device using avr_mcu_index.
3724         (avr_file_start): Use avr_current_device->name instead of avr_mcu_name.
3725         * config/avr/avr.opt (mmcu=): Use Enum.
3726         * config/avr/t-avr (avr-devices.o): Update dependencies.
3727         ($(srcdir)/config/avr/avr-tables.opt): New.
3728         * target.def (help): Remove.
3729         * doc/tm.texi.in (TARGET_HELP): Remove.
3730         * doc/tm.texi: Regenerate.
3731         * opts.c: Don't include target.h.
3732         (common_handle_option): Don't call targetm.help.
3733         * system.h (TARGET_HELP): Poison.
3734         * Makefile.in (opts.o): Update dependencies.
3735
3736 2011-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3737
3738         * config/usegld.h: New file.
3739         * config/sol2.h (PREFERRED_DEBUGGING_TYPE): Remove.
3740         (CPP_SUBTARGET_SPEC): Remove -compat-bsd support.
3741         (LIB_SPEC): Likewise.  Search /lib.
3742         (LINK_ARCH32_SPEC_BASE): Remove -compat-bsd support.
3743         (RDYNAMIC_SPEC): Handle GNU ld.
3744         [HAVE_LD_EH_FRAME_HDR && TARGET_DL_ITERATE_PHDR] (LINK_EH_SPEC):
3745         Define.
3746         (SUPPORTS_INIT_PRIORITY): Only disable for Sun ld.
3747         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Define.
3748         [!USE_GAS] (NO_DBX_BNSYM_ENSYM): Redefine.
3749         (STACK_CHECK_STATIC_BUILTIN): Define.
3750         * config/sol2.opt (compat-bsd): Remove.
3751         * config/sol2-10.h (TARGET_C99_FUNCTIONS): Remove undef.
3752         * config/sol2-bi.h: New file.
3753         * config/sol2-gld.h: Remove.
3754         * config/i386/sol2.h (TLS_COMMON_ASM_OP): Only define if !USE_GAS.
3755         (NO_DBX_BNSYM_ENSYM): Remove.
3756         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
3757         (STACK_CHECK_STATIC_BUILTIN): Remove.
3758         Test USE_GLD instead of TARGET_GNU_LD.
3759         * config/i386/sol2-10.h: Rename to ...
3760         * config/i386/sol2-bi.h .. this.
3761         (SUBTARGET_EXTRA_SPECS): Redefine.
3762         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Remove.
3763         (MULTILIB_DEFAULTS): Remove.
3764         (DEFAULT_ARCH32_P): Define.
3765         (LINK_ARCH64_SPEC_BASE, LINK_ARCH64_SPEC): Remove.
3766         (ARCH64_SUBDIR): Define.
3767         Test USE_GLD instead of TARGET_GNU_LD.
3768         (I386_EMULATION): Rename to ...
3769         (ARCH32_EMULATION): ... this.
3770         (X86_64_EMULATION): Rename to ...
3771         (ARCH64_EMULATION): ... this.
3772         (TARGET_LD_EMULATION): Remove.
3773         (LINK_ARCH_SPEC): Remove.
3774         * config/i386/sol2-gas.h: Remove.
3775         * config/i386/t-sol2-10: Rename to ...
3776         * config/i386/t-sol2-64: ... this.
3777         * config/sparc/sol2.h (SPARC_DEFAULT_CMODEL): Redefine.
3778         (AS_SPARC64_FLAG): Define.
3779         (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Redefine.
3780         (CPP_CPU64_DEFAULT_SPEC, ASM_CPU32_DEFAULT_SPEC): Redefine
3781         depending on TARGET_CPU_DEFAULT.
3782         (CPP_CPU_SPEC): Redefine.
3783         (ASM_CPU_SPEC): Handle DEFAULT_ARCH32_P.
3784         (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Redefine.
3785         (CPP_ARCH32_SPEC, CPP_ARCH64_SPEC, CPP_ARCH_SPEC): Redefine.
3786         (ASM_ARCH_SPEC, ASM_ARCH32_SPEC, ASM_ARCH64_SPEC,
3787         ASM_ARCH_DEFAULT_SPEC): Redefine.
3788         (SUBTARGET_EXTRA_SPECS): Add LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
3789         LINK_ARCH_DEFAULT_SPEC.
3790         [USE_GLD] (ARCH32_EMULATION, ARCH64_EMULATION): Define.
3791         [USE_GLD] (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Redefine.
3792         (ARCH64_SUBDIR): Define.
3793         (LINK_ARCH64_SPEC): Redefine.
3794         (CC1_SPEC): Redefine.
3795         (OPTION_DEFAULT_SPECS): Redefine.
3796         (MULTILIB_DEFAULTS): Define.
3797         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE): Redefine.
3798         [USE_GAS && HAVE_AS_TLS] (TARGET_SUN_TLS, TARGET_GNU_TLS): Redefine.
3799         [USE_GLD] (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undef.
3800         (NO_DBX_BNSYM_ENSYM): Remove.
3801         (SUBTARGET_INSERT_ATTRIBUTES, SUBTARGET_ATTRIBUTE_TABLE): Remove.
3802         (ASM_OUTPUT_ALIGN_WITH_NOP): Only define if !USE_GAS.
3803         (TARGET_ASM_NAMED_SECTION): Likewise.
3804         (STACK_CHECK_STATIC_BUILTIN): Remove.
3805         * config/sparc/sol2-bi.h: Remove.
3806         * config/sparc/sol2-gas-bi.h: Remove.
3807         * config/sparc/sol2-gas.h: Remove.
3808         * config/sparc/sol2-gld-bi.h: Remove.
3809         * config.gcc (i[34567]86-*-solaris2*, sparc*-*-solaris2*): Move
3810         common parts ...
3811         (*-*-solaris2*): ... here.
3812
3813 2011-06-21  Christian Bruel  <christian.bruel@st.com>
3814
3815         PR other/43564
3816         * ipa-inline.c (can_inline_edge_p): Check
3817         !DECL_DISREGARD_INLINE_LIMITS.
3818
3819 2011-06-21  Christian Bruel  <christian.bruel@st.com>
3820
3821         PR middle-end/49139
3822         * cgraphunit.c (process_function_and_variable_attributes): warn when
3823         always_inline functions that are not inline.
3824         * ipa-inline-transform.c (inline_transform): Always call
3825         optimize_inline.
3826         * tree-inline.c (tree_inlinable_function_p): Use error instead
3827         of sorry.
3828         (expand_call_inline): Likewise.
3829
3830 2011-06-21  Jakub Jelinek  <jakub@redhat.com>
3831
3832         * Makefile.in (dg_target_exps): Set.
3833         (check_gcc_parallelize): Parallelize gcc testing into 10 jobs
3834         instead of 7, try to divide it more evenly.
3835
3836 2011-06-20  Changpeng Fang  <changpeng.fang@amd.com>
3837
3838         PR target/49089
3839         * config/i386/i386.c (avx256_split_unaligned_load): New definition.
3840         (avx256_split_unaligned_store): New definition.
3841         (ix86_option_override_internal): Enable avx256 unaligned load/store
3842         splitting only when avx256_split_unaligned_load/store is set.
3843
3844 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
3845
3846         * regrename.c (scan_rtx_reg): Handle the case where we write to an
3847         open chain in a smaller mode without failing the entire block.
3848
3849 2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3850
3851         PR middle-end/47725
3852         * combine.c (cant_combine_insn_p): Don't check zero/sign
3853         extended hard registers.
3854
3855 2011-06-21  Alan Modra  <amodra@gmail.com>
3856
3857         * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): Match
3858         CONST high part large-toc address.
3859         (rs6000_tls_referenced_p): Make static.
3860         * config/rs6000/rs6000-protos.h (rs6000_tls_referenced_p): Delete.
3861
3862 2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3863
3864         PR middle-end/47725
3865         * combine.c (cant_combine_insn_p): Check zero/sign extended
3866         hard registers.
3867
3868 2011-06-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3869
3870         PR target/49385
3871         * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast
3872         one of the operands is a register.
3873
3874 2011-06-20  Kai Tietz  <ktietz@redhat.com>
3875
3876         * fold-const.c (fold_binary_loc): Add missing folding for truth-not
3877         operations in combination with binary and.
3878
3879 2011-06-20  Bernd Schmidt  <bernds@codesourcery.com>
3880
3881         * regrename.c (do_replace): Don't update notes.
3882
3883 2011-06-20  Alan Modra  <amodra@gmail.com>
3884
3885         * config/rs6000/rs6000.c (create_TOC_reference): Wrap high part
3886         of toc-relative address in CONST.
3887         (rs6000_delegitimize_address): Recognize changed address.
3888         (rs6000_legitimize_reload_address): Likewise.
3889         (rs6000_emit_move): Don't force these constants to memory.
3890         * config/rs6000/rs6000.md (tls_gd, tls_gd_high): Wrap high part of
3891         toc-relative address in CONST.
3892         (tls_ld, tls_ld_high, tls_got_dtprel, tls_got_dtprel_high): Likewise.
3893         (tls_got_tprel, tls_got_tprel_high, largetoc_high): Likewise.
3894
3895 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
3896
3897         * longlong.h (count_leading_zeros): Use long long builtin for x86-64.
3898         (count_trailing_zeros): Likewise.
3899
3900 2011-06-18  H.J. Lu  <hongjiu.lu@intel.com>
3901
3902         PR other/49325
3903         * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
3904         .init_array can be used with .ctors on targets.
3905         * configure: Regenerated.
3906
3907 2011-06-18  Eric Botcazou  <ebotcazou@adacore.com>
3908
3909         * tree-sra.c (type_internals_preclude_sra_p) <ARRAY_TYPE>: Return true
3910         if the element type is volatile.
3911
3912 2011-06-18  Jan Hubicka  <jh@suse.cz>
3913
3914         * lto-symtab.c (lto_varpool_replace_node): Remove code handling
3915         extra name aliases.
3916         (lto_symtab_resolve_can_prevail_p): Likewise.
3917         (lto_symtab_merge_cgraph_nodes): Update alias_of pointers.
3918         * cgraphbuild.c (record_reference): Remove extra body alias code.
3919         (mark_load): Likewise.
3920         (mark_store): Likewise.
3921         * cgraph.h (varpool_node): Remove extra_name filed;
3922         add alias_of and extraname_alias.
3923         (varpool_create_variable_alias, varpool_for_node_and_aliases): Declare.
3924         (varpool_alias_aliased_node): New inline function.
3925         (varpool_variable_node): New function.
3926         * cgraphunit.c (handle_alias_pairs): Handle also variable aliases.
3927         * ipa-ref.c (ipa_record_reference): Allow aliases on variables.
3928         * lto-cgraph.c (lto_output_varpool_node): Update streaming.
3929         (input_varpool_node): Likewise.
3930         * lto-streamer-out.c (produce_symtab): Remove extra name aliases.
3931         (varpool_externally_visible_p): Remove extra body alias code.
3932         (function_and_variable_visibility): Likewise.
3933         * tree-ssa-structalias.c (associate_varinfo_to_alias_1): New function.
3934         (ipa_pta_execute): Use it.
3935         * varpool.c (varpool_remove_node): Remove extra name alias code.
3936         (varpool_mark_needed_node): Likewise.
3937         (varpool_analyze_pending_decls): Analyze aliases.
3938         (assemble_aliases): New functoin.
3939         (varpool_assemble_decl): Use it.
3940         (varpool_create_variable_alias): New function.
3941         (varpool_extra_name_alias): Rewrite.
3942         (varpool_for_node_and_aliases): New function.
3943
3944 2011-06-18  Jakub Jelinek  <jakub@redhat.com>
3945
3946         PR target/49411
3947         * config/i386/i386.c (ix86_expand_multi_arg_builtins): If
3948         last_arg_constant and last argument doesn't match its predicate,
3949         for xop_vpermil2<mode>3 error out and for xop_rotl<mode>3
3950         if it is CONST_INT, mask it, otherwise expand using rotl<mode>3.
3951         (ix86_expand_sse_pcmpestr, ix86_expand_sse_pcmpistr): Fix
3952         spelling of error message.
3953         * config/i386/sse.md (sse4a_extrqi, sse4a_insertqi,
3954         vcvtps2ph, *vcvtps2ph, *vcvtps2ph_store, vcvtps2ph256): Use
3955         const_0_to_255_operand instead of const_int_operand.
3956
3957         Revert:
3958         2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
3959
3960         * config/i386/sse.md (blendbits): Remove mode attribute.
3961         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
3962         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
3963         Check integer value of operand 3 in insn constraint.
3964
3965 2011-06-17  Hans-Peter Nilsson  <hp@axis.com>
3966
3967         PR rtl-optimization/48542
3968         * reload.c (find_equiv_reg): Stop looking when finding a
3969         setjmp-type call.
3970         * reload1.c (reload_as_needed): Invalidate all reload
3971         registers when crossing a setjmp-type call.
3972
3973 2011-06-16  Jeff Law  <law@redhat.com>
3974
3975         * tree-ssa-threadupdate.c (struct redirection_data): New field
3976         intermediate_edge.
3977         (THREAD_TARGET2): Define.
3978         (redirection_data_eq): Also check that the intermediate edge is equal.
3979         (lookup_redirection_data): Drop useless argument.  Extract the
3980         outgoing_edge and intermediate edge from E.  Callers updated.
3981         (copy_phi_args, update_destination_phis): New functions.
3982         (fix_duplicate_block_edges): Likewise.
3983         (create_edge_and_update_destination_phis): Duplicate all the edges
3984         hung off e->aux.  Use copy_phi_args.
3985         (create_duplicates): Use fix_duplicate_block_edges.
3986         (fixup_template_block): Likewise.
3987         (redirect_edges): If necessary, redirect the joiner block's incoming
3988         edge to the duplicate of the joiner block.
3989         (thread_block): Don't muck up loops when threading through a joiner
3990         block.
3991         (thread_through_loop_header): Handle threading through a joiner block.
3992         (mark_threaded_blocks, register_jump_thread): Likewise.
3993         * tree-flow.h (register_jump_thread): Add new argument.  Callers
3994         updated.
3995         * tree-ssa-threadedge.c (phi_args_equal_on_edges): New function.
3996         (thread_across_edge): Handle threading through a joiner block.
3997
3998 2011-06-16  Martin Jambor  <mjambor@suse.cz>
3999
4000         PR tree-optimization/49343
4001         * tree-sra.c (build_ref_for_model): Use component_ref_field_offset to
4002         calculate offset, provide 2nd operand for the new COMPONENT_REF.
4003
4004 2011-06-16  Iain Sandoe  <iains@gcc.gnu.org>
4005
4006         * config/darwin-protos.h (machopic_select_rtx_section): Move to
4007         inside RTX_CODE ifdef.
4008
4009 2011-06-16  Tom de Vries  <tom@codesourcery.com>
4010
4011         PR target/45098
4012         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith):
4013         Disallow NULL pointer for pointer arithmetic.
4014
4015 2011-06-16  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
4016
4017         PR target/49398
4018         Revert.
4019         2011-06-10  Wei Guozhi  <carrot@google.com>
4020
4021         PR target/45335
4022         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
4023         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
4024         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
4025         related peephole2.
4026         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
4027         related peephole2.
4028         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
4029         (arm_legitimate_ldrd_p): New prototype.
4030         (arm_output_ldrd): New prototype.
4031         * config/arm/arm.c (arm_check_ldrd_operands): New function.
4032         (arm_legitimate_ldrd_p): New function.
4033         (arm_output_ldrd): New function.
4034
4035 2011-06-16  Joern Rennecke  <joern.rennecke@embecosm.com>
4036
4037         PR middle-end/46500
4038         * doc/tm.texi.in: Update Copyright date.
4039         * doc/tm.texi: Regenerate.
4040         * targhooks.c (default_setup_incoming_varargs): Replace
4041         CUMULATIVE_ARGS* argument type with cumulative_args_t.
4042         (default_pretend_outgoing_varargs_named): Likewise.
4043         (hook_pass_by_reference_must_pass_in_stack): Likewise.
4044         (hook_callee_copies_named): Likewise.
4045         (default_function_arg_advance): Likewise.
4046         (default_function_arg): Likewise.
4047         (default_function_incoming_arg): Likewise.
4048         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
4049         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
4050         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
4051         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
4052         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
4053         * targhooks.h (default_setup_incoming_varargs): Likewise.
4054         (default_pretend_outgoing_varargs_named): Likewise.
4055         (hook_pass_by_reference_must_pass_in_stack): Likewise.
4056         (hook_callee_copies_named): Likewise.
4057         (default_function_arg_advance): Likewise.
4058         (default_function_arg): Likewise.
4059         (default_function_incoming_arg): Likewise.
4060         (hook_bool_CUMULATIVE_ARGS_false): Likewise.
4061         (hook_bool_CUMULATIVE_ARGS_true): Likewise.
4062         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Likewise.
4063         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
4064         (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Likewise.
4065         * target.def (pass_by_reference): Likewise.
4066         (setup_incoming_varargs, strict_argument_naming): Likewise.
4067         (pretend_outgoing_varargs_named, callee_copies): Likewise.
4068         (arg_partial_bytes, function_arg_advance, function_arg): Likewise.
4069         (function_incoming_arg): Likewise.
4070         * target.h: Don't include "tm.h" .
4071         (cumulative_args_t): New typedef.
4072         [GCC_TM_H] (get_cumulative_args): New static inline function.
4073         [GCC_TM_H] (pack_cumulative_args): Likewise.
4074         * config/alpha/alpha.c (alpha_function_arg): Replace CUMULATIVE_ARGS*
4075         argument type with cumulative_args_t.
4076         (alpha_function_arg_advance, alpha_arg_partial_bytes): Likewise.
4077         (alpha_pass_by_reference, alpha_setup_incoming_varargs): Likewise.
4078         * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
4079         (frv_arg_partial_bytes, frv_function_arg): Likewise.
4080         (frv_function_incoming_arg, frv_function_arg_advance): Likewise.
4081         (frv_function_arg_1): Likewise.
4082         * config/s390/s390.c (s390_pass_by_reference): Likewise.
4083         (s390_function_arg_advance, s390_function_arg): Likewise.
4084         * config/m32c/m32c.c (m32c_function_arg): Likewise.
4085         (m32c_pass_by_reference, m32c_function_arg_advance): Likewise.
4086         (m32c_strict_argument_naming): Likewise.
4087         * config/spu/spu.c (spu_pass_by_reference, spu_function_arg): Likewise.
4088         (spu_function_arg_advance): Likewise.
4089         (spu_setup_incoming_varargs): Likewise.  Make static.
4090         * config/spu/spu-protos.h (spu_setup_incoming_varargs):
4091         Remove prototype.
4092         * config/sparc/sparc.c (sparc_strict_argument_naming): Replace
4093         CUMULATIVE_ARGS* argument type with cumulative_args_t.
4094         (sparc_pass_by_reference, sparc_function_arg_advance): Likewise.
4095         (sparc_function_arg, sparc_function_incoming_arg): Likewise.
4096         (sparc_arg_partial_bytes, sparc_function_arg_1): Likewise.
4097         * config/mep/mep.c (mep_setup_incoming_varargs): Likewise.
4098         (mep_pass_by_reference, mep_function_arg): Likewise.
4099         (mep_function_arg_advance): Likewise.
4100         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
4101         (m32r_pass_by_reference, m32r_arg_partial_bytes): Likewise.
4102         (m32r_function_arg, m32r_function_arg_advance): Likewise.
4103         * config/rx/rx.c (rx_function_arg, rx_function_arg_advance): Likewise.
4104         * config/i386/i386.c (ix86_function_arg_advance): Likewise.
4105         (ix86_function_arg, ix86_pass_by_reference): Likewise.
4106         (ix86_setup_incoming_varargs): Likewise.
4107         * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
4108         (sh_strict_argument_naming): Likewise.
4109         (sh_pretend_outgoing_varargs_named, sh_pass_by_reference): Likewise.
4110         (sh_callee_copies, sh_arg_partial_bytes): Likewise.
4111         (sh_function_arg_advance, sh_function_arg): Likewise.
4112         * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
4113         (pdp11_function_arg_advance): Likewise.
4114         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
4115         Likewise.
4116         (microblaze_function_arg, function_arg_partial_bytes): Likewise.
4117         * config/avr/avr.c (avr_function_arg): Likewise.
4118         (avr_function_arg_advance): Likewise.
4119         * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
4120         (xtensa_function_arg, xtensa_function_incoming_arg): Likewise.
4121         (xtensa_function_arg_1): Likewise.
4122         * config/stormy16/stormy16.c (xstormy16_function_arg_advance):
4123         Likewise.
4124         (xstormy16_function_arg): Likewise.
4125         * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
4126         (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
4127         (fr30_function_arg_advance): Likewise.
4128         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
4129         (lm32_function_arg, lm32_function_arg_advance): Likewise.
4130         * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
4131         (moxie_function_arg, moxie_function_arg_advance): Likewise.
4132         (moxie_pass_by_reference, moxie_arg_partial_bytes): Likewise.
4133         * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
4134         (cris_pass_by_reference, cris_arg_partial_bytes): Likewise.
4135         (cris_function_arg, cris_function_incoming_arg): Likewise.
4136         (cris_function_arg_advance, cris_function_arg_1): Likewise.
4137         * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
4138         (iq2000_pass_by_reference, iq2000_arg_partial_bytes): Likewise.
4139         (iq2000_function_arg, iq2000_function_arg_advance): Likewise.
4140         * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
4141         (mn10300_function_arg, mn10300_function_arg_advance): Likewise.
4142         (mn10300_arg_partial_bytes): Likewise.
4143         * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
4144         (ia64_arg_partial_bytes, ia64_function_arg): Likewise.
4145         (ia64_function_incoming_arg, ia64_function_arg_advance): Likewise.
4146         (ia64_function_arg_1): Likewise.
4147         * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
4148         (m68k_function_arg): Likewise.
4149         * config/rs6000/rs6000.c (rs6000_function_arg_advance): Likewise.
4150         (rs6000_function_arg, setup_incoming_varargs): Likewise.
4151         (rs6000_pass_by_reference, rs6000_arg_partial_bytes): Likewise.
4152         * config/picochip/picochip.c (picochip_arg_partial_bytes): Likewise.
4153         (picochip_function_arg, picochip_incoming_function_arg): Likewise.
4154         (picochip_arg_advance): Likewise.
4155         * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
4156         (mcore_arg_partial_bytes, mcore_function_arg): Likewise.
4157         (mcore_function_arg_advance): Likewise.
4158         * config/score/score.c (score_pass_by_reference): Likewise.
4159         (score_function_arg_advance): Likewise.
4160         (score_arg_partial_bytes): Likewise.  Make static.
4161         * config/score/score-protos.h (score_arg_partial_bytes): Don't declare.
4162         * config/arm/arm.c (arm_arg_partial_bytes): Replace
4163         CUMULATIVE_ARGS* argument type with cumulative_args_t.
4164         (arm_function_arg, arm_function_arg_advance): Likewise.
4165         (arm_setup_incoming_varargs, arm_pass_by_reference): Likewise.
4166         * config/pa/pa.c (pa_pass_by_reference): Likewise.
4167         (pa_arg_partial_bytes, pa_function_arg_advance): Likewise.
4168         (pa_function_arg): Likewise.
4169         * config/mips/mips.c (mips_strict_argument_naming): Likewise.
4170         (mips_function_arg, mips_function_arg_advance): Likewise.
4171         (mips_arg_partial_bytes, mips_pass_by_reference): Likewise.
4172         (mips_callee_copies, mips_setup_incoming_varargs): Likewise.
4173         * config/vax/vax.c (vax_function_arg): Likewise.
4174         (vax_function_arg_advance): Likewise.
4175         * config/h8300/h8300.c (h8300_function_arg): Likewise.
4176         (h8300_function_arg_advance): Likewise.
4177         * config/v850/v850.c (v850_pass_by_reference): Likewise.
4178         (v850_strict_argument_naming, v850_function_arg): Likewise.
4179         (v850_arg_partial_bytes, v850_function_arg_advance): Likewise.
4180         (v850_setup_incoming_varargs): Likewise.
4181         * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
4182         (mmix_function_arg_advance, mmix_function_incoming_arg): Likewise.
4183         (mmix_function_arg, mmix_pass_by_reference): Likewise.
4184         (mmix_function_arg_1): Replace const CUMULATIVE_ARGS* argument type
4185         with const void *.
4186         * config/bfin/bfin.c (setup_incoming_varargs): Replace
4187         CUMULATIVE_ARGS* argument type with cumulative_args_t.
4188         (bfin_function_arg_advance, bfin_function_arg): Likewise.
4189         (bfin_arg_partial_bytes, bfin_pass_by_reference): Likewise.
4190         * calls.c (emit_call_1): Change type of args_so_far to
4191         cumulative_args_t.  Changed all callers.
4192         (initialize_argument_information): Likewise.
4193         (expand_call, emit_library_call_value_1): Use pack_cumulative_args.
4194         * dse.c (get_call_args): Likewise.
4195         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
4196         * function.c (pass_by_reference, reference_callee_copied): Likewise.
4197         (struct assign_parm_data_all): Rename args_so_far to args_so_far_v.
4198         New member args_so_far_v.  Changed all users.
4199         * var-tracking.c (prepare_call_arguments): Use pack_cumulative_args.
4200         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
4201         * config/mips/mips.c (mips_output_args_xfer): Likewise.
4202         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
4203         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4204         * config/microblaze/microblaze.c (microblaze_expand_prologue):
4205         Likewise.
4206         * config/m32r/m32r.c (m32r_return_in_memory): Adjust for changed
4207         m32r_pass_by_reference.
4208
4209 2011-06-16  Ira Rosen  <ira.rosen@linaro.org>
4210
4211         * tree-vectorizer.h (vect_recog_func_ptr): Change the first
4212         argument to be a VEC of statements.
4213         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove the
4214         assert that pattern statements have to have their vector type set.
4215         * tree-vect-patterns.c (vect_recog_widen_sum_pattern):
4216         Change the first argument to be a VEC of statements.  Update
4217         documentation.
4218         (vect_recog_dot_prod_pattern, vect_recog_pow_pattern): Likewise.
4219         (vect_handle_widen_mult_by_const): New function.
4220         (vect_recog_widen_mult_pattern):  Change the first argument to be a
4221         VEC of statements.  Update documentation.  Check that the constant is
4222         INTEGER_CST.  Support multiplication by a constant that fits an
4223         intermediate type - call vect_handle_widen_mult_by_const.
4224         (vect_pattern_recog_1): Update vect_recog_func_ptr and its
4225         call.  Handle additional pattern statements if necessary.
4226
4227 2011-06-16  Nick Clifton  <nickc@redhat.com>
4228
4229         PR target/49427
4230         * config.gcc: Set cpu_type to v850 for any V850 architecture.
4231         (v850*-*-*): Delete explicit setting of tm_p_file, tmake_file,
4232         md_file, extra_modes, out_file and extra_options are these are all
4233         deduced from cpu_type.
4234
4235 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
4236
4237         * config/avr/libgcc.S (__ashldi3, __ashrdi3, __lshrdi3): Set shift
4238         truncation mask to 63.
4239
4240 2011-06-16  Georg-Johann Lay  <avr@gjlay.de>
4241
4242         PR target/49313
4243         PR target/29524
4244         * longlong.h: Add AVR support:
4245         (count_leading_zeros): New macro.
4246         (count_trailing_zeros): New macro.
4247         (COUNT_LEADING_ZEROS_0): New macro.
4248         * config/avr/t-avr (LIB1ASMFUNCS): Add _ffssi2, _ffshi2, _loop_ffsqi2,
4249         _ctzsi2, _ctzhi2, _clzdi2, _clzsi2, _clzhi2, _paritydi2, _paritysi2,
4250         _parityhi2, _popcounthi2,_popcountsi2, _popcountdi2, _popcountqi2,
4251         _bswapsi2, _bswapdi2, _ashldi3, _ashrdi3, _lshrdi3.
4252         (LIB2FUNCS_EXCLUDE): Add _clz.
4253         * config/avr/libgcc.S (XCALL): Move up in file.
4254         (XJMP): New C Macro.
4255         (DEFUN): New asm macro.
4256         (ENDF): New asm macro.
4257         (__ffssi2): New function.
4258         (__ffshi2): New function.
4259         (__loop_ffsqi2): New function.
4260         (__ctzsi2): New function.
4261         (__ctzhi2): New function.
4262         (__clzdi2): New function.
4263         (__clzsi2): New function.
4264         (__clzhi2): New function.
4265         (__paritydi2): New function.
4266         (__paritysi2): New function.
4267         (__parityhi2): New function.
4268         (__parityqi2): New function.
4269         (__popcounthi2): New function.
4270         (__popcountsi2): New function.
4271         (__popcountdi2): New function.
4272         (__popcountqi2): New function.
4273         (__bswapsi2): New function.
4274         (__bswapdi2): New function.
4275         (__ashldi3): New function.
4276         (__ashrdi3): New function.
4277         (__lshrdi3): New function.
4278         Fix suspicous lines.
4279
4280 2011-06-16  Richard Guenther  <rguenther@suse.de>
4281
4282         * gimple.c (canonicalize_cond_expr_cond): (bool)x is not
4283         the same as x != 0.
4284         * fold-const.c (fold_binary_loc): Do not fold X & 1 != 0
4285         to (bool) X & 1.
4286         * ipa-prop.c (ipa_analyze_indirect_call_uses): Also allow
4287         equality compares against zero for the lower bit.
4288
4289 2011-06-16  Jakub Jelinek  <jakub@redhat.com>
4290
4291         PR tree-optimization/49419
4292         * tree-vrp.c (execute_vrp): Call init_range_assertions
4293         before estimate_numbers_of_iterations, call
4294         free_number_of_iterations_estimates before calling
4295         remove_range_assertions.
4296
4297 2011-06-16  Revital Eres  <revital.eres@linaro.org>
4298
4299         * modulo-sched.c (struct ps_insn): Remove row_rest_count field.
4300         (struct partial_schedule): Add rows_length field.
4301         (verify_partial_schedule): Check rows_length.
4302         (ps_insert_empty_row): Handle rows_length.
4303         (create_partial_schedule): Likewise.
4304         (free_partial_schedule): Likewise.
4305         (reset_partial_schedule): Likewise.
4306         (create_ps_insn): Remove rest_count argument.
4307         (remove_node_from_ps): Update rows_length.
4308         (add_node_to_ps): Update rows_length and call create_ps_insn
4309         without passing row_rest_count.
4310         (rotate_partial_schedule): Update rows_length.
4311
4312 2011-06-16  Revital Eres  <revital.eres@linaro.org>
4313
4314         * ddg.c (add_intra_loop_mem_dep): New function.
4315         (build_intra_loop_deps): Call it.
4316
4317 2011-06-13  Jeff Law  <law@redhat.com>
4318
4319         * df-problems.c (df_lr_local_compute): Manually CSE
4320         PIC_OFFSET_TABLE_REGNUM.
4321         * df-scan.c (df_get_regular_block_artificial_uses): Likewise.
4322         (df_get_entry_block_def_set, df_get_exit_block_use_set): Likewise.
4323
4324 2011-06-13  Jan Hubicka  <jh@suse.cz>
4325
4326         * cgraphunit.c (handle_alias_pairs): New function.
4327         (cgraph_finalize_compilation_unit): Use it.
4328         * ipa.c (cgraph_externally_visible_p): Remove hack marking asm names
4329         as externally visible.
4330
4331 2011-06-15  Richard Guenther  <rguenther@suse.de>
4332
4333         * expr.c (expand_expr_real_2): Reduce all integral types to
4334         bitfield precision.
4335         (expand_expr_real_1): Likewise.
4336
4337 2011-06-15  Martin Jambor  <mjambor@suse.cz>
4338
4339         PR tree-optimization/48613
4340         * ipa-prop.c (ipa_prop_write_jump_functions): Return immediately if
4341         ipa_node_params_vector is NULL.
4342
4343 2011-06-15  Jakub Jelinek  <jakub@redhat.com>
4344
4345         PR debug/49382
4346         * dwarf2out.c (dw_loc_list_node): Add force field.
4347         (add_var_loc_to_decl): For PARM_DECL, attempt to keep the incoming
4348         location in the list, even if it is modified before first real insn.
4349         (output_loc_list): Emit empty ranges with force flag set.
4350         (dw_loc_list): If first range of a PARM_DECL is empty, set force flag.
4351
4352 2011-06-15  Alexander Monakov  <amonakov@ispras.ru>
4353
4354         PR target/49349
4355         * sel-sched.c (find_place_for_bookkeeping): Add new parameter
4356         (fence_to_rewind).  Use it to notice when bookkeeping will be placed
4357         above a fence.  Update comments.
4358         (generate_bookkeeping_insn): Rewind fence when bookkeeping code is
4359         placed just above it.  Do not allow NULL place_to_insert.
4360
4361 2011-06-15  Ira Rosen  <ira.rosen@linaro.org>
4362
4363         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.
4364         (slpeel_tree_peel_loop_to_edge): Don't call
4365         remove_dead_stmts_from_loop.
4366         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
4367         remove irrelevant pattern statements.  For irrelevant statements
4368         check if it is the last statement of a detected pattern, use
4369         corresponding pattern statement instead.
4370         (destroy_loop_vec_info): No need to remove pattern statements,
4371         only free stmt_vec_info.
4372         (vect_transform_loop): For irrelevant statements check if it is
4373         the last statement of a detected pattern, use corresponding
4374         pattern statement instead.
4375         * tree-vect-patterns.c (vect_pattern_recog_1): Don't insert
4376         pattern statements.  Set basic block for the new statement.
4377         (vect_pattern_recog): Update documentation.
4378         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Scan
4379         operands of pattern statements.
4380         (vectorizable_call): Fix printing.  In case of a pattern statement
4381         use the lhs of the original statement when creating a dummy
4382         statement to replace the original call.
4383         (vect_analyze_stmt): For irrelevant statements check if it is
4384         the last statement of a detected pattern, use corresponding
4385         pattern statement instead.
4386         * tree-vect-slp.c (vect_schedule_slp_instance): For pattern
4387         statements use gsi of the original statement.
4388
4389 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
4390
4391         * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to
4392         common/common-target-def.h.
4393         * target.def (default_target_flags, handle_option,
4394         supports_split_stack, optimization_table, init_struct,
4395         except_unwind_info, unwind_tables_default, have_named_sections):
4396         Move to common/common-target.def.
4397         * target.h (enum opt_levels, struct default_options): Move to
4398         common/common-target.h.
4399         * targhooks.c (default_except_unwind_info,
4400         dwarf2_except_unwind_info, sjlj_except_unwind_info,
4401         default_target_handle_option, empty_optimization_table): Move to
4402         common/common-targhooks.c.
4403         * targhooks.h (default_except_unwind_info,
4404         dwarf2_except_unwind_info, sjlj_except_unwind_info,
4405         default_target_handle_option, empty_optimization_table): Move to
4406         common/common-targhooks.h.
4407         * common/common-target-def.h: Include common/common-targhooks.h.
4408         (TARGET_HAVE_NAMED_SECTIONS): Define if TARGET_ASM_NAMED_SECTION
4409         defined.
4410         * common/common-target.def (handle_option, option_init_struct,
4411         option_optimization_table, default_target_flags,
4412         except_unwind_info, supports_split_stack, unwind_tables_default,
4413         have_named_sections): Move from target.def.
4414         (HOOK_PREFIX): Undefine at end of file.
4415         * common/common-target.h: Include input.h.
4416         (enum opt_levels, struct default_options): Move from target.h.
4417         * common/common-targhooks.c, common/common-targhooks.h: New.
4418         * config.gcc (target_has_targetm_common): Default to yes.
4419         (moxie*): Set target_has_targetm_common=no.
4420         (hppa*-*-*): Don't set target_has_targetm_common=yes.
4421         * doc/tm.texi: Regenerate.
4422         * Makefile.in (COMMON_TARGET_H): Add $(INPUT_H).
4423         (C_TARGET_DEF_H): Add common/common-targhooks.h.
4424         (GCC_OBJS): Remove vec.o.
4425         (OBJS): Remove hooks.o and vec.o.
4426         (OBJS-libcommon-target): Add vec.o, hooks.o and
4427         common/common-targhooks.o.
4428         (c-family/c-common.o, c-family/c-cppbuiltin.o, lto-opts.o, tree.o,
4429         tree-tailcall.o, opts.o, toplev.o, varasm.o, function.o, except.o,
4430         expr.o, explow.o, dbxout.o, dwarf2out.o, cfgrtl.o, haifa-sched.o,
4431         cfglayout.o, $(out_object_file), $(common_out_object_file)):
4432         Update dependencies.
4433         (common/common-targhooks.o): New.
4434         * common/config/default-common.c: Include tm.h.  Add FIXME comment.
4435         * common/config/pa/pa-common.c: Include more headers.  Take
4436         copyright dates from pa.c.
4437         (pa_option_optimization_table, pa_handle_option,
4438         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS,
4439         TARGET_HANDLE_OPTION): Move from pa.c.
4440         * common/config/alpha/alpha-common.c,
4441         common/config/arm/arm-common.c, common/config/avr/avr-common.c,
4442         common/config/bfin/bfin-common.c,
4443         common/config/cris/cris-common.c,
4444         common/config/fr30/fr30-common.c, common/config/frv/frv-common.c,
4445         common/config/h8300/h8300-common.c,
4446         common/config/i386/i386-common.c,
4447         common/config/ia64/ia64-common.c,
4448         common/config/iq2000/iq2000-common.c,
4449         common/config/lm32/lm32-common.c,
4450         common/config/m32c/m32c-common.c,
4451         common/config/m32r/m32r-common.c,
4452         common/config/m68k/m68k-common.c,
4453         common/config/mcore/mcore-common.c,
4454         common/config/mep/mep-common.c,
4455         common/config/microblaze/microblaze-common.c,
4456         common/config/mips/mips-common.c,
4457         common/config/mmix/mmix-common.c,
4458         common/config/mn10300/mn10300-common.c,
4459         common/config/pdp11/pdp11-common.c,
4460         common/config/picochip/picochip-common.c,
4461         common/config/rs6000/rs6000-common.c,
4462         common/config/rx/rx-common.c, common/config/s390/s390-common.c,
4463         common/config/score/score-common.c, common/config/sh/sh-common.c,
4464         common/config/sparc/sparc-common.c,
4465         common/config/spu/spu-common.c, common/config/v850/v850-common.c,
4466         common/config/vax/vax-common.c,
4467         common/config/xstormy16/xstormy16-common.c,
4468         common/config/xtensa/xtensa-common.c: New.
4469         * config/alpha/alpha.c: Include common/common-target.h.
4470         (alpha_option_optimization_table, alpha_handle_option,
4471         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4472         TARGET_OPTION_OPTIMIZATION_TABLE): Move to alpha-common.c.
4473         * config/arm/arm-protos.h (arm_except_unwind_info): Declare.
4474         * config/arm/arm.c (arm_option_optimization_table,
4475         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
4476         TARGET_EXCEPT_UNWIND_INFO, arm_except_unwind_info): Move to
4477         arm-common.c.
4478         * config/avr/avr.c (avr_option_optimization_table,
4479         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
4480         to avr-common.c.
4481         * config/bfin/bfin.c (struct bfin_cpu): Move to bfin.h.
4482         (bfin_cpus, bfin_handle_option, TARGET_HANDLE_OPTION,
4483         TARGET_DEFAULT_TARGET_FLAGS): Move to bfin-common.c.
4484         * config/bfin/bfin.h struct bfin_cpu): Move from bfin.c.
4485         * config/cris/cris.c (cris_option_optimization_table,
4486         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4487         TARGET_OPTION_OPTIMIZATION_TABLE, cris_handle_option): Move to
4488         cris-common.c.
4489         * config/fr30/fr30.c (fr30_option_optimization_table,
4490         TARGET_EXCEPT_UNWIND_INFO, TARGET_OPTION_OPTIMIZATION_TABLE): Move
4491         to fr30-common.c.
4492         * config/frv/frv.c (frv_option_optimization_table,
4493         MASK_DEFAULT_ALLOC_CC, TARGET_DEFAULT_TARGET_FLAGS,
4494         TARGET_OPTION_OPTIMIZATION_TABLE): Move to frv-common.c.
4495         * config/h8300/h8300.c (h8300_option_optimization_table,
4496         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
4497         TARGET_EXCEPT_UNWIND_INFO): Move to h8300-common.c.
4498         * config/i386/i386-protos.h (ix86_handle_option): Declare.
4499         * config/i386/i386.c: Include common/common-target.h.
4500         (OPTION_MASK_ISA_MMX_SET, OPTION_MASK_ISA_3DNOW_SET,
4501         OPTION_MASK_ISA_SSE_SET, OPTION_MASK_ISA_SSE2_SET,
4502         OPTION_MASK_ISA_SSE3_SET, OPTION_MASK_ISA_SSSE3_SET,
4503         OPTION_MASK_ISA_SSE4_1_SET, OPTION_MASK_ISA_SSE4_2_SET,
4504         OPTION_MASK_ISA_AVX_SET, OPTION_MASK_ISA_FMA_SET,
4505         OPTION_MASK_ISA_SSE4_SET, OPTION_MASK_ISA_SSE4A_SET,
4506         OPTION_MASK_ISA_FMA4_SET, OPTION_MASK_ISA_XOP_SET,
4507         OPTION_MASK_ISA_LWP_SET, OPTION_MASK_ISA_AES_SET,
4508         OPTION_MASK_ISA_PCLMUL_SET, OPTION_MASK_ISA_ABM_SET,
4509         OPTION_MASK_ISA_BMI_SET, OPTION_MASK_ISA_TBM_SET,
4510         OPTION_MASK_ISA_POPCNT_SET, OPTION_MASK_ISA_CX16_SET,
4511         OPTION_MASK_ISA_SAHF_SET, OPTION_MASK_ISA_MOVBE_SET,
4512         OPTION_MASK_ISA_CRC32_SET, OPTION_MASK_ISA_FSGSBASE_SET,
4513         OPTION_MASK_ISA_RDRND_SET, OPTION_MASK_ISA_F16C_SET,
4514         OPTION_MASK_ISA_MMX_UNSET, OPTION_MASK_ISA_3DNOW_UNSET,
4515         OPTION_MASK_ISA_3DNOW_A_UNSET, OPTION_MASK_ISA_SSE_UNSET,
4516         OPTION_MASK_ISA_SSE2_UNSET, OPTION_MASK_ISA_SSE3_UNSET,
4517         OPTION_MASK_ISA_SSSE3_UNSET, OPTION_MASK_ISA_SSE4_1_UNSET,
4518         OPTION_MASK_ISA_SSE4_2_UNSET, OPTION_MASK_ISA_AVX_UNSET,
4519         OPTION_MASK_ISA_FMA_UNSET, OPTION_MASK_ISA_SSE4_UNSET,
4520         OPTION_MASK_ISA_SSE4A_UNSET, OPTION_MASK_ISA_FMA4_UNSET,
4521         OPTION_MASK_ISA_XOP_UNSET, OPTION_MASK_ISA_LWP_UNSET,
4522         OPTION_MASK_ISA_AES_UNSET, OPTION_MASK_ISA_PCLMUL_UNSET,
4523         OPTION_MASK_ISA_ABM_UNSET, OPTION_MASK_ISA_BMI_UNSET,
4524         OPTION_MASK_ISA_TBM_UNSET, OPTION_MASK_ISA_POPCNT_UNSET,
4525         OPTION_MASK_ISA_CX16_UNSET, OPTION_MASK_ISA_SAHF_UNSET,
4526         OPTION_MASK_ISA_MOVBE_UNSET, OPTION_MASK_ISA_CRC32_UNSET,
4527         OPTION_MASK_ISA_FSGSBASE_UNSET, OPTION_MASK_ISA_RDRND_UNSET,
4528         OPTION_MASK_ISA_F16C_UNSET, ix86_handle_option,
4529         ix86_option_optimization_table, ix86_option_init_struct,
4530         ix86_supports_split_stack, TARGET_DEFAULT_TARGET_FLAGS,
4531         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
4532         TARGET_OPTION_INIT_STRUCT, TARGET_SUPPORTS_SPLIT_STACK): Move to
4533         i386-common.c.
4534         * config/i386/t-i386 (i386.o): Update dependencies.
4535         * config/ia64/ia64-protos.h (ia64_except_unwind_info): Declare.
4536         * config/ia64/ia64.c (ia64_option_optimization_table,
4537         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
4538         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4539         ia64_handle_option): Move to ia64-common.c.
4540         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
4541         TARGET_OPTION_OPTIMIZATION_TABLE): Move to iq2000-common.c.
4542         * config/lm32/lm32.c (lm32_option_optimization_table,
4543         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO): Move
4544         to lm32-common.c.
4545         * config/m32c/m32c.c (TARGET_HAVE_NAMED_SECTIONS): Move to
4546         m32c-common.c.
4547         * config/m32r/m32r.c (m32r_option_optimization_table,
4548         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4549         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_EXCEPT_UNWIND_INFO,
4550         m32r_handle_option): Move to m32r-common.c.
4551         (m32r_memory_move_cost): Remove comment referring to
4552         TARGET_HANDLE_OPTION.
4553         * config/m68k/m68k.c (TARGET_HANDLE_OPTION, m68k_handle_option):
4554         Move to m68k-common.c.
4555         * config/mcore/mcore.c (mcore_option_optimization_table,
4556         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
4557         TARGET_EXCEPT_UNWIND_INFO): Move to mcore-common.c.
4558         * config/mep/mep.c (mep_option_optimization_table,
4559         mep_handle_option, TARGET_HANDLE_OPTION,
4560         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_DEFAULT_TARGET_FLAGS):
4561         Move to mep-common.c.
4562         * config/microblaze/microblaze.c
4563         (microblaze_option_optimization_table,
4564         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE,
4565         TARGET_EXCEPT_UNWIND_INFO): Move to microblaze-common.c.
4566         * config/mips/mips.c (mips_handle_option,
4567         mips_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
4568         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Move to
4569         mips-common.c.
4570         * config/mmix/mmix.c (mmix_option_optimization_table,
4571         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
4572         Move to mmix-common.c.
4573         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
4574         mn10300_handle_option, TARGET_EXCEPT_UNWIND_INFO,
4575         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4576         TARGET_OPTION_OPTIMIZATION_TABLE): Move to mn10300-common.c.
4577         * config/pa/pa.c: Include common/common-target.h.
4578         (pa_option_optimization_table, TARGET_OPTION_OPTIMIZATION_TABLE,
4579         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4580         pa_handle_option): Move to pa-common.c.
4581         (pa_option_override): Use targetm_common.except_unwind_info.
4582         (pa_asm_output_mi_thunk, pa_function_section): Use
4583         targetm_common.have_named_sections.
4584         * config/pdp11/pdp11.c (pdp11_option_optimization_table,
4585         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4586         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
4587         pdp11_handle_option, pdp11_option_init_struct): Move to
4588         pdp11-common.c.
4589         * config/picochip/picochip.c (picochip_option_optimization_table,
4590         TARGET_HAVE_NAMED_SECTIONS, TARGET_OPTION_OPTIMIZATION_TABLE,
4591         TARGET_EXCEPT_UNWIND_INFO): Move to picochip-common.c.
4592         * config/rs6000/rs6000.c: Include common/common-target.h.
4593         (rs6000_option_optimization_table, TARGET_HANDLE_OPTION,
4594         TARGET_OPTION_INIT_STRUCT, TARGET_OPTION_OPTIMIZATION_TABLE,
4595         TARGET_DEFAULT_TARGET_FLAGS, rs6000_option_init_struct,
4596         rs6000_handle_option): Move to rs6000-common.c.
4597         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
4598         * config/rx/rx.c (rx_handle_option, rx_option_optimization_table,
4599         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
4600         TARGET_EXCEPT_UNWIND_INFO): Move to rx-common.c.
4601         * config/s390/s390.c (processor_flags_table,
4602         s390_option_optimization_table, s390_option_init_struct,
4603         s390_handle_option, TARGET_DEFAULT_TARGET_FLAGS,
4604         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE,
4605         TARGET_OPTION_INIT_STRUCT): Move to s390-common.c.
4606         * config/s390/s390.h (processor_flags_table): Declare.
4607         * config/score/score.c (score_option_optimization_table,
4608         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4609         TARGET_OPTION_OPTIMIZATION_TABLE, MASK_ALL_CPU_BITS,
4610         score_handle_option): Move to score-common.c.
4611         * config/sh/sh.c (sh_option_optimization_table,
4612         TARGET_OPTION_OPTIMIZATION_TABLE, TARGET_OPTION_INIT_STRUCT,
4613         TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION,
4614         sh_handle_option, sh_option_init_struct): Move to sh-common.c.
4615         * config/sparc/sparc.c: Include common/common-target.h.
4616         (sparc_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
4617         TARGET_OPTION_OPTIMIZATION_TABLE): Move to sparc-common.c.
4618         * config/spu/spu.c (TARGET_DEFAULT_TARGET_FLAGS,
4619         TARGET_OPTION_INIT_STRUCT, TARGET_EXCEPT_UNWIND_INFO,
4620         spu_option_init_struct): Move to spu-common.c.
4621         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
4622         TARGET_OPTION_OPTIMIZATION_TABLE): Move to xstormy16-common.c.
4623         * config/v850/v850.c (small_memory_physical_max,
4624         v850_handle_memory_optionn v850_handle_option,
4625         v850_option_optimization_table, TARGET_DEFAULT_TARGET_FLAGS,
4626         TARGET_HANDLE_OPTION, TARGET_OPTION_OPTIMIZATION_TABLE): Move to
4627         v850-common.c.
4628         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Move to vax-common.c.
4629         * config/xtensa/xtensa.c (xtensa_option_optimization_table,
4630         TARGET_DEFAULT_TARGET_FLAGS, TARGET_OPTION_OPTIMIZATION_TABLE):
4631         Move to xtensa-common.c.
4632         * cfglayout.c: Include common/common-target.h.
4633         (fixup_reorder_chain): Use targetm_common.have_named_sections.
4634         * cfgrtl.c: Include common/common-target.h.
4635         (force_nonfallthru_and_redirect, commit_one_edge_insertion): Use
4636         targetm_common.have_named_sections.
4637         * dbxout.c: Include common/common-target.h.
4638         (dbxout_function_end): Use targetm_common.have_named_sections.
4639         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Use
4640         targetm_common.except_unwind_info.
4641         * dwarf2out.c: Include common/common-target.h.
4642         (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
4643         dwarf2out_begin_prologue, dwarf2out_frame_init,
4644         dwarf2out_frame_finish, dwarf2out_assembly_start): Use
4645         targetm_common.except_unwind_info.
4646         * except.c: Include common/common-target.h.
4647         (init_eh, finish_eh_generation,
4648         output_one_function_exception_table): Use
4649         targetm_common.except_unwind_info.
4650         (switch_to_exception_section): Use targetm_common.have_named_sections.
4651         * explow.c: Include common/common-target.h.
4652         * expr.c: Include common/common-target.h.
4653         (build_personality_function): Use targetm_common.except_unwind_info.
4654         * function.c: Include common/common-target.h.
4655         (expand_function_end): Use targetm_common.except_unwind_info.
4656         * haifa-sched.c: Include common/common-target.h.
4657         (sched_create_recovery_edges): Use targetm_common.have_named_sections.
4658         * lto-opts.c: Include common/common-target.h instead of target.h.
4659         (lto_reissue_options): Use targetm_common.handle_option.
4660         * opts.c: Include common/common-target.h.
4661         (target_handle_option): Use targetm_common.handle_option.
4662         (init_options_struct): Update comment referring to
4663         targetm.target_option.optimization.  Use
4664         targetm_common.default_target_flags,
4665         targetm_common.unwind_tables_default and
4666         targetm_common.option_init_struct.
4667         (default_options_optimization): Use
4668         targetm_common.option_optimization_table.
4669         (finish_options): Use targetm_common.except_unwind_info,
4670         targetm_common.unwind_tables_default,
4671         targetm_common.have_named_sections and
4672         targetm_common.supports_split_stack.
4673         * toplev.c: Include common/common-target.h.
4674         (process_options): Use targetm_common.have_named_sections.
4675         * tree-tailcall.c: Include common/common-target.h.
4676         (suitable_for_tail_call_opt_p): Use targetm_common.except_unwind_info.
4677         * tree.c: Include common/common-target.h.
4678         (build_common_builtin_nodes): Use targetm_common.except_unwind_info.
4679         * varasm.c: Include common/common-target.h.
4680         (resolve_unique_section, hot_function_section,
4681         default_function_section): Use targetm_common.have_named_sections.
4682
4683 2011-06-14  Easwaran Raman  <eraman@google.com>
4684
4685         PR rtl-optimization/44194
4686         * dse.c: Include tree-flow.h
4687         (insn_info): Add new field non_frame_wild_read.
4688         (group_info): Add new fields escaped_n and escaped_p.
4689         (kill_on_calls): New variable.
4690         (get_group_info): Initialize gi->escaped_n and gi->escaped_p.
4691         (dse_step0): Initialize kill_on_calls.
4692         (can_escape): New function.
4693         (set_usage_bits): Add additional parameter; record information
4694         about escaped locations.
4695         (record_store): Pass EXPR corresponding to MEM to set_usage_bits.
4696         (dse_step2_nospill): Set kill_on_calls based on
4697         group->escaped_n and group->escaped_n.
4698         (add_wild_read): Refactor into...
4699         (reset_active_stores): ... New function, and
4700         (free_read_records): ... New function.
4701         (add_non_frame_wild_read): New function.
4702         (scan_insn): Call add_non_frame_wild_read on non-const calls.
4703         (scan_reads_nospill): Handle instructions with non_frame_wild_read.
4704         (dse_step5_nospill): Call scan_reads_nospill for instructions
4705         marked as non_frame_wild_read.
4706         (dse_step7): Free escaped_n, escaped_p and kill_on_calls bitmaps.
4707
4708 2011-06-14  Joseph Myers  <joseph@codesourcery.com>
4709
4710         * common/common-target-def.h, common/common-target.def,
4711         common/common-target.h, common/config/default-common.c,
4712         common/config/pa/pa-common.c: New files.
4713         * Makefile.in (common_out_file, common_out_object_file,
4714         COMMON_TARGET_H, COMMON_TARGET_DEF_H): New.
4715         (OBJS-libcommon-target): Include $(common_out_object_file).
4716         (prefix.o): Update dependencies.
4717         ($(common_out_object_file), common/common-target-hooks-def.h,
4718         s-common-target-hooks-def-h): New.
4719         (s-tm-texi): Also check timestamp on common-target.def.
4720         (build/genhooks.o): Update dependencies.
4721         * config.gcc (common_out_file, target_has_targetm_common): Define.
4722         * config/pa/som.h (ALWAYS_STRIP_DOTDOT): Replace with
4723         TARGET_ALWAYS_STRIP_DOTDOT.
4724         * configure.ac (common_out_object_file): Define.
4725         (common_out_file, common_out_object_file): Substitute.
4726         (common): Create directory.
4727         * configure: Regenerate.
4728         * doc/tm.texi.in (targetm_common): Document.
4729         (TARGET_ALWAYS_STRIP_DOTDOT): Add @hook entry.
4730         * doc/tm.texi: Regenerate.
4731         * genhooks.c (hook_array): Also include common/common-target.def.
4732         * prefix.c (tm.h): Don't include.
4733         (common/common-target.h): Include.
4734         (ALWAYS_STRIP_DOTDOT): Don't define.
4735         (update_path): Use targetm_common.always_strip_dotdot instead of
4736         ALWAYS_STRIP_DOTDOT.
4737         * system.h (ALWAYS_STRIP_DOTDOT): Poison.
4738
4739 2011-06-14  David Li  <davidxl@google.com>
4740
4741         * passes.c (execute_function_todo): Remove TODO_dump_func.
4742         (execute_one_pass): Remove TODO_dump_func.
4743         (execute_function_dump): New function.
4744         * tree-vrp.c: Remove TODO_dump_func.
4745         * regrename.c: Remove TODO_dump_func.
4746         * fwprop.c: Remove TODO_dump_func.
4747         * tree-into-ssa.c: Remove TODO_dump_func.
4748         * tree-complex.c: Remove TODO_dump_func.
4749         * tracer.c: Remove TODO_dump_func.
4750         * tree-loop-distribution.c: Remove TODO_dump_func.
4751         * postreload-gcse.c: Remove TODO_dump_func.
4752         * postreload.c: Remove TODO_dump_func.
4753         * tree-ssa-loop-ch.c: Remove TODO_dump_func.
4754         * tree-tailcall.c: Remove TODO_dump_func.
4755         * ipa-cp.c: Remove TODO_dump_func.
4756         * final.c: Remove TODO_dump_func.
4757         * tree-emutls.c: Remove TODO_dump_func.
4758         * omp-low.c: Remove TODO_dump_func.
4759         * tree-ssa-dse.c: Remove TODO_dump_func.
4760         * tree-ssa-uncprop.c: Remove TODO_dump_func.
4761         * auto-inc-dec.c: Remove TODO_dump_func.
4762         * reorg.c: Remove TODO_dump_func.
4763         * tree-ssa-copyrename.c: Remove TODO_dump_func.
4764         * tree-ssa-ccp.c: Remove TODO_dump_func.
4765         * compare-elim.c: Remove TODO_dump_func.
4766         * mode-switching.c: Remove TODO_dump_func.
4767         * modulo-sched.c: Remove TODO_dump_func.
4768         * tree-call-cdce.c: Remove TODO_dump_func.
4769         * cse.c: Remove TODO_dump_func.
4770         * web.c: Remove TODO_dump_func.
4771         * tree-stdarg.c: Remove TODO_dump_func.
4772         * lto-streamer-out.c: Remove TODO_dump_func.
4773         * tree-ssa-math-opts.c: Remove TODO_dump_func.
4774         * tree-ssa-dom.c: Remove TODO_dump_func.
4775         * tree-nrv.c: Remove TODO_dump_func.
4776         * loop-init.c: Remove TODO_dump_func.
4777         * gimple-low.c: Remove TODO_dump_func.
4778         * ipa-inline.c: Remove TODO_dump_func.
4779         * tree-ssa-sink.c: Remove TODO_dump_func.
4780         * jump.c: Remove TODO_dump_func.
4781         * ifcvt.c: Remove TODO_dump_func.
4782         * tree-ssa-loop.c: Remove TODO_dump_func.
4783         * recog.c: Remove TODO_dump_func.
4784         * dse.c: Remove TODO_dump_func.
4785         * tree-ssa-ifcombine.c: Remove TODO_dump_func.
4786         * matrix-reorg.c: Remove TODO_dump_func.
4787         * tree-eh.c: Remove TODO_dump_func.
4788         * regmove.c: Remove TODO_dump_func.
4789         * function.c: Remove TODO_dump_func.
4790         * tree-vectorizer.c: Remove TODO_dump_func.
4791         * ipa-split.c: Remove TODO_dump_func.
4792         * gcse.c: Remove TODO_dump_func.
4793         * tree-if-conv.c: Remove TODO_dump_func.
4794         * init-regs.c: Remove TODO_dump_func.
4795         * tree-ssa-phiopt.c: Remove TODO_dump_func.
4796         * implicit-zee.c: Remove TODO_dump_func.
4797         * lower-subreg.c: Remove TODO_dump_func.
4798         * bt-load.c: Remove TODO_dump_func.
4799         * tree-dfa.c: Remove TODO_dump_func.
4800         * except.c: Remove TODO_dump_func.
4801         * emit-rtl.c: Remove TODO_dump_func.
4802         * store-motion.c: Remove TODO_dump_func.
4803         * cfgexpand.c: Remove TODO_dump_func.
4804         * tree-cfgcleanup.c: Remove TODO_dump_func.
4805         * cfgcleanup.c: Remove TODO_dump_func.
4806         * tree-ssa-pre.c: Remove TODO_dump_func.
4807         * tree-sra.c: Remove TODO_dump_func.
4808         * tree-mudflap.c: Remove TODO_dump_func.
4809         * tree-ssa-copy.c: Remove TODO_dump_func.
4810         * cfglayout.c: Remove TODO_dump_func.
4811         * tree-ssa-forwprop.c: Remove TODO_dump_func.
4812         * tree-ssa-dce.c: Remove TODO_dump_func.
4813         * ira.c: Remove TODO_dump_func.
4814         * tree-ssa.c: Remove TODO_dump_func.
4815         * integrate.c: Remove TODO_dump_func.
4816         * tree-optimize.c: Remove TODO_dump_func.
4817         * tree-ssa-phiprop.c: Remove TODO_dump_func.
4818         * tree-object-size.c: Remove TODO_dump_func.
4819         * combine.c: Remove TODO_dump_func.
4820         * bb-reorder.c: Remove TODO_dump_func.
4821         * cprop.c: Remove TODO_dump_func.
4822         * var-tracking.c: Remove TODO_dump_func.
4823         * tree-profile.c: Remove TODO_dump_func.
4824         * tree-vect-generic.c: Remove TODO_dump_func.
4825         * reg-stack.c: Remove TODO_dump_func.
4826         * sched-rgn.c: Remove TODO_dump_func.
4827         * tree-ssa-structalias.c: Remove TODO_dump_func.
4828         * tree-switch-conversion.c: Remove TODO_dump_func.
4829         * tree-cfg.c: Remove TODO_dump_func.
4830         * tree-ssa-reassoc.c: Remove TODO_dump_func.
4831         * combine-stack-adj.c: Remove TODO_dump_func.
4832         * dce.c: Remove TODO_dump_func.
4833         * tree-ssanames.c: Remove TODO_dump_func.
4834         * regcprop.c: Remove TODO_dump_func.
4835
4836 2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
4837
4838         PR middle-end/47364
4839         * builtins.c (expand_builtin_strlen): Expand strlen to Pmode
4840         and properly handle result not in Pmode.
4841
4842 2011-06-14  Robert Millan  <rmh@gnu.org>
4843
4844         * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'.
4845         * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with
4846         `config/linux.h'.
4847
4848         * config/i386/kfreebsd-gnu64.h: New file.
4849         * config.gcc (x86_64-*-kfreebsd*-gnu): Replace `i386/kfreebsd-gnu.h'
4850         with `i386/kfreebsd-gnu64.h'.
4851
4852         * config/i386/linux64.h (GNU_USER_LINK_EMULATION32)
4853         (GNU_USER_LINK_EMULATION64): New macros.
4854         * config/i386/gnu-user64.h (LINK_SPEC): Rely on
4855         `GNU_USER_LINK_EMULATION32' and `GNU_USER_LINK_EMULATION64' instead
4856         of hardcoding `elf_i386' and `elf_x86_64'.
4857
4858 2011-06-14  Nick Clifton  <nickc@redhat.com>
4859
4860         PR target/49403
4861         * config/v850/v850.c (v850_memory_move_cost): Add reg_class_t parameter.
4862
4863         PR target/49402
4864         * config.gcc(v850*-*-*): Avoid duplication of v850.opt.
4865
4866 2011-06-14  Jakub Jelinek  <jakub@redhat.com>
4867
4868         PR fortran/49103
4869         * tree.h (DECL_NONSHAREABLE): Define.
4870         (struct tree_decl_common): Change decl_common_unused to
4871         decl_nonshareable_flag.
4872         * cfgexpand.c (expand_used_vars_for_block, clear_tree_used):
4873         Ignore vars with DECL_NONSHAREABLE bit set.
4874         * tree-cfg.c (gimple_duplicate_bb): Set DECL_NONSHAREABLE
4875         on stores to automatic aggregate vars.
4876
4877         PR rtl-optimization/49390
4878         Revert:
4879         2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
4880
4881         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
4882         MEM_ALIAS_SET.
4883
4884 2011-06-14  Zdenek Dvorak  <ook@ucw.cz>
4885             Tom de Vries  <tom@codesourcery.com>
4886
4887         PR target/45098
4888         * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate):
4889         Document changed semantics.
4890         (max_stmt_executions, max_stmt_executions_int): Declare.
4891         * tree-data-ref.c (estimated_loop_iterations)
4892         (estimated_loop_iterations_int): Move functions...
4893         * tree-ssa-loop-niter.c (estimated_loop_iterations)
4894         (estimated_loop_iterations_int): here.
4895         (record_estimate): Change nb_iterations_upper_bound and
4896         nb_iterations_estimate semantics.
4897         (max_stmt_executions, max_stmt_executions_int): New function.
4898         * tree-data-ref.c (estimated_loop_iterations_tree): Rename to ...
4899         (max_stmt_executions_tree): this.
4900         (analyze_miv_subscript): Use max_stmt_executions_tree instead of
4901         estimated_loop_iterations_tree.
4902         tree-ssa-loop-ivopts.c (avg_loop_niter): Use
4903         max_stmt_executions_int instead of estimated_loop_iterations_int.
4904         * predict.c (predict_loops): Idem.
4905         * tree-parloops.c (parallelize_loops): Idem.
4906         * tree-data-ref.c (analyze_siv_subscript_cst_affine)
4907         (compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine)
4908         (init_omega_for_ddr_1): Idem.
4909         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse)
4910         (loop_prefetch_arrays): Idem
4911         * graphite-sese-to-poly.c (build_loop_iteration_domains): Use
4912         max_stmt_executions instead of estimated_loop_iterations.
4913         * tree-data-ref.c (estimated_loop_iterations_tree): Idem.
4914         * tree-vrp.c (adjust_range_with_scev): Use estimated_loop_iterations
4915         instead of nb_iterations_upper_bound.
4916
4917 2011-06-13  Jan Hubicka  <jh@suse.cz>
4918
4919         * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.
4920
4921 2011-06-14  Richard Henderson  <rth@redhat.com>
4922
4923         PR debug/48459
4924         * dwarf2out.c (frame_pointer_fb_offset_valid): New.
4925         (based_loc_descr): Assert it's true.
4926         (compute_frame_pointer_to_fb_displacement): Set it, rather than
4927         aborting immediately.
4928
4929 2011-06-14  Sanjin Liu  <scliu@faraday-tech.com>
4930             Mingfeng Wu  <mingfeng@faraday-tech.com>
4931
4932         * doc/invoke.texi: Re-add missing -mcpu docs for Faraday cores.
4933
4934 2011-06-13  Jan Hubicka  <jh@suse.cz>
4935
4936         * ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
4937
4938 2011-06-13  Jan Hubicka  <jh@suse.cz>
4939
4940         * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
4941         similarly to DECL_COMDAT.
4942         * cgraphunit.c (cgraph_analyze_function): Likewise.
4943         * ipa.c (function_and_variable_visibility): Likewise.
4944
4945 2011-06-13  Jan Hubicka  <jh@suse.cz>
4946
4947         * lto-streamer-out.c (lto_output_ts_binfo_tree_pointers): Do not output
4948         BINFO_VIRTUALS when streaming for ltrans unit.
4949
4950 2011-06-13  David Edelsohn  <dje.gcc@gmail.com>
4951
4952         * config/rs6000/rs6000.md (movdi_mfpgpr): Remove POWER mnemonic.
4953         (movdi_internal64): Same.
4954
4955 2011-06-13  Edmar Wienskoski  <edmar@freescale.com>
4956
4957         PR target/44618
4958         * config/rs6000/rs6000.md (save_gpregs_<mode>): Replaced pattern with
4959         a set of similar patterns, where the MATCH_OPERAND for the function
4960         argument is replaced with individual references to hardware registers.
4961         (save_fpregs_<mode>): Ditto
4962         (restore_gpregs_<mode>): Ditto
4963         (return_and_restore_gpregs_<mode>): Ditto
4964         (return_and_restore_fpregs_<mode>): Ditto
4965         (return_and_restore_fpregs_aix_<mode>): Ditto
4966
4967 2011-06-13  Jan Hubicka  <jh@suse.cz>
4968
4969         * ipa-utils.c (postorder_stack): New structure.
4970         (ipa_reverse_postorder): Handle aliases.
4971
4972 2011-06-13  Jan Hubicka  <jh@suse.cz>
4973
4974         * ipa-inline.c (reset_edge_caches): Walk aliases.
4975         (update_caller_keys): Do not test inlinability of aliases.
4976         * ipa-inline-analysis.c (do_estimate_edge_time): Look through alias.
4977         (do_estimate_growth): Fix typo.
4978
4979 2011-06-13  Jan Hubicka  <jh@suse.cz>
4980
4981         * ipa-inline-transform.c (+can_remove_node_now_p_1): Break out from...
4982         (can_remove_node_now_p): ... here; handle same comdat groups.
4983         (clone_inlined_nodes): Update use of can_remove_node_now_p add TODO.
4984         (inline_call): Update use of can_remove_node_now_p.
4985
4986 2011-06-13  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4987
4988         * config/h8300/h8300.md (bsetqi_msx, bclrqi_msx, bnotqi_msx): Added
4989         condition to disallow non-identical memory locations.
4990         (*andqi3_2, andqi3_1, iorqi3_1, xorqi3_1): Reorder insn to give
4991         preference to bit manipulation instructions.
4992
4993 2011-06-13  Jan Hubicka  <jh@suse.cz>
4994
4995         * cgraph.c (cgraph_for_node_thunks_and_aliases,
4996         cgraph_for_node_and_aliases): Fix thinko in recursive walking.
4997         (nonremovable_p): New function.
4998         (cgraph_can_remove_if_no_direct_calls_p): New function.
4999         (used_from_object_file_p): New functoin.
5000         (cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
5001         references from aliases.
5002         * cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
5003         * ipa-inline.c (check_caller_edge): New function.
5004         (want_inline_function_called_once_p): Use it; accept aliases called
5005         once, too.
5006         * ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
5007
5008 2011-06-13  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5009
5010         PR target/48454
5011         * config/arm/neon.md (vec_pack_trunc): Set the lengths
5012         correctly for the case with Quad vectors.
5013
5014 2011-06-13 Jakub Jelinek  <jakub@redhat.com>
5015            Ira Rosen  <ira.rosen@linaro.org>
5016
5017         PR tree-optimization/49352
5018         * tree-vect-loop.c (vect_is_slp_reduction): Don't count debug uses at
5019         all, make sure loop_use_stmt after the loop is a def stmt of a used
5020         SSA_NAME that is the only one defined inside of the loop.  Don't
5021         check for COND_EXPR and GIMPLE_BINARY_RHS.
5022         (vect_is_simple_reduction_1): Call vect_is_slp_reduction only if
5023         check_reduction is true.
5024
5025 2011-06-11  Jan Hubicka  <jh@suse.cz>
5026
5027         PR middle-end/49373
5028         * ipa.c (cgraph_externally_visible_p): Check resolution info.
5029
5030 2011-06-11  Jan Hubicka  <jh@suse.cz>
5031
5032         PR middle-end/48836
5033         * ipa-inline-transform.c: Include tree-pass.h
5034         (inline_transform): Set TODO_update_ssa_only_virtuals.
5035         * Makefile.in (ipa-inline-transform.o): Add tree-pass.h.
5036
5037 2011-06-11  Jan Hubicka  <jh@suse.cz>
5038
5039         PR middle-end/49378
5040         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p): Rule out
5041         aliases and thunks.
5042
5043 2011-06-12  Ira Rosen  <ira.rosen@linaro.org>
5044
5045         * tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent):
5046         Take number of iterations to peel into account for equally frequent
5047         misalignment values.
5048
5049 2011-06-11  Jan Hubicka  <jh@suse.cz>
5050
5051         * lto-streamer-out.c (produce_symtab): Stream out the newly
5052         represented aliases.
5053
5054 2011-06-11  Jan Hubicka  <jh@suse.cz>
5055
5056         * ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting
5057         varying args.
5058         (ipa_update_after_lto_read): Likewise.
5059         (ipa_write_node_info): Do not sream call_with_var_arguments.
5060         (ipa_read_node_info): Likewise.
5061
5062 2011-06-11  Jan Hubicka  <jh@suse.cz>
5063
5064         * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.
5065
5066 2011-06-11  Jan Hubicka  <jh@suse.cz>
5067
5068         * lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.
5069         (lto_symtab_resolve_can_prevail_p): Likewise.
5070         (lto_symtab_merge_cgraph_nodes): Update merging of aliases.
5071         * cgraph.c (same_body_aliases_done): New global var.
5072         (cgraph_same_body_alias_1): Rename to ...
5073         (cgraph_create_function_alias): ... this one; reorg to new
5074         representation.
5075         (cgraph_same_body_alias): Use cgraph_create_function_alias;
5076         record references when asked to.
5077         (cgraph_add_thunk): Fix formating.
5078         (cgraph_get_node): Kill same body alias code.
5079         (cgraph_node_for_asm): Likewise.
5080         (cgraph_remove_same_body_alias): Remove.
5081         (cgraph_remove_node): Kill same body alias code.
5082         (cgraph_mark_address_taken_node): Mark also the aliased function
5083         as having address taken.
5084         (dump_cgraph_node): Dump same body aliases.
5085         (cgraph_for_node_thunks_and_aliases): Update for new alias
5086         representation.
5087         (cgraph_for_node_and_aliases): Likewise.
5088         * cgraph.h (same_body): Kll pointer.
5089         (same_body_alias): Update comment.
5090         (same_body_aliases_done): Declare.
5091         (cgraph_remove_same_body_alias): Remove declaration.
5092         (cgraph_create_function_alias): Declare.
5093         (cgraph_process_same_body_aliases): Declare.
5094         (cgraph_function_with_gimple_body_p): Check for alias.
5095         (cgraph_can_remove_if_no_direct_calls_p): Look for aliases.
5096         (cgraph_alias_aliased_node): New function.
5097         (cgraph_function_node): Update for new aliases.
5098         (cgraph_function_or_thunk_node): Likewise.
5099         * ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
5100         (inline_call): Remove dead aliases.
5101         * cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
5102         name hack for same body aliases.
5103         (clone_of_p): Look through aliases.
5104         (verify_cgraph_node): Verify aliases.
5105         (cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
5106         (cgraph_process_same_body_aliases): New function.
5107         (process_function_and_variable_attributes): Disable weakref warning on
5108         alias.
5109         (cgraph_analyze_functions): Handle aliases.
5110         (cgraph_mark_functions_to_output): Handle aliases same way as thunks.
5111         (assemble_thunks): Rename to ...
5112         (assemble_thunks_and_aliases): ... this one; handle aliases, too.
5113         (cgraph_expand_function): Remove alias output code.
5114         (cgraph_output_in_order): Skip aliases.
5115         (cgraph_preserve_function_body_p): Aliases don't need preserving.
5116         * ipa-ref.c (ipa_ref_use_name): Add alias reference.
5117         (ipa_record_reference): Do not assert on alias references.
5118         (ipa_ref_has_aliases_p): New function.
5119         * ipa-ref.h (enum ipa_ref_use): Add IPA_REF_ALIAS.
5120         (ipa_ref_has_aliases_p): Declare.
5121         * lto-cgraph.c (lto_output_node): Handle aliases.
5122         (input_node): Likewise.
5123         * lto-streamer-out.c (lto_output): Skip aliases.
5124         (produce_symtab): Kill same_body_alias code.
5125         * ipa-utils.c (ipa_reverse_postorder): Add FIXME.
5126         (ipa_reverse_postorder): Use cgraph_only_called_directly_or_aliased_p.
5127         * ipa-inline.c (update_caller_keys): Walk aliases.
5128         (inline_small_functions): Fix thinko in previous patch.
5129         * ipa.c (cgraph_externally_visible_p): Do not walk aliases.
5130         (function_and_variable_visibility): Do not walk same body aliases.
5131         * tree-ssa-structalias.c (associate_varinfo_to_alias): New function.
5132         (ipa_pta_execute): Use it.
5133
5134 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
5135
5136         * config/i386/sse.md (vec_dupv4sf): Correct mode of forced register.
5137         (*vec_dupv2df): Rename from vec_dupv2df.
5138         (vec_dupv2df): New expander.
5139
5140 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
5141
5142         * config/i386/sse.md (AVX_VEC_DUP_MODE): Rename from AVX256MODE24P.
5143
5144 2011-06-11  Uros Bizjak  <ubizjak@gmail.com>
5145
5146         * config/i386/i386.md: Use default value in "isa" attribute.
5147         * config/i386/sse.md: Ditto.
5148         * config/i386/mmx.md: Ditto.
5149
5150 2011-06-10  Wei Guozhi  <carrot@google.com>
5151
5152         PR target/45335
5153         * config/arm/ldmstm.md (ldm2_ia, stm2_ia, ldm2_ib, stm2_ib, ldm2_da,
5154         stm2_da, ldm2_db, stm2_db): Add condition !arm_arch7 to these insns.
5155         (ldrd, ldrd_reg1, ldrd_reg2 and peephole2): New insn patterns and
5156         related peephole2.
5157         (strd, strd_reg1, strd_reg2 and peephole2): New insn patterns and
5158         related peephole2.
5159         * config/arm/arm-protos.h (arm_check_ldrd_operands): New prototype.
5160         (arm_legitimate_ldrd_p): New prototype.
5161         (arm_output_ldrd): New prototype.
5162         * config/arm/arm.c (arm_check_ldrd_operands): New function.
5163         (arm_legitimate_ldrd_p): New function.
5164         (arm_output_ldrd): New function.
5165
5166 2011-06-10  David Li  <davidxl@google.com>
5167
5168         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
5169         * passes.c (passr_eq): New function.
5170         (create_pass_tab): New function.
5171         (pass_traverse): New function.
5172         (dump_one_pass): New function.
5173         (dump_pass_list): New function.
5174         (dump_passes): New function.
5175
5176 2011-06-10  Jan Hubicka  <jh@suse.cz>
5177
5178         * cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
5179         setting the nothrow flag.
5180         * ipa-reference.c (propagate): Skip aliases.
5181         * ipa-pure-const.c (propagate_pure_const): Skip aliases.
5182         (propagate_nothrow): Skip aliases; do not update cgraph.
5183         (local_pure_const): Do not update cgraph.
5184         * tree-profile.c (tree_profiling): Do fixup_cfg.
5185
5186 2011-06-10  Jan Hubicka  <jh@suse.cz>
5187
5188         * ipa.c (cgraph_non_local_node_p_1): Break out from ...;
5189         (cgraph_local_node_p): ... here; handle aliases.
5190         (has_addr_references_p): Break out from ...;
5191         (cgraph_remove_unreachable_nodes) ... here.
5192
5193 2011-06-10  Jan Hubicka  <jh@suse.cz>
5194
5195         * opts.c (default_options): Enlist OPT_finline_functions_called_once.
5196         * common.opt (flag_inline_functions_called_once): Do not
5197         initialize to 1.
5198
5199 2011-06-10  Jan Hubicka  <jh@suse.cz>
5200
5201         * ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.
5202         (ipcp_initialize_node_lattices): Do not deal with aliases;
5203         Do not try to propagate through thunks.
5204         (ipcp_change_tops_to_bottom): Do not deal with aliases.
5205
5206 2011-06-10  Jan Hubicka  <jh@suse.cz>
5207
5208         * ipa-prop.c (ipa_write_node_info): Stream jump functions
5209         for indirect calls.
5210         (ipa_read_node_info): Likewise.
5211
5212 2011-06-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5213
5214         PR lto/49302
5215         * tree-ssa-math-opts.c (powi_as_mults): Minor cleanup.
5216         (build_and_insert_call): Likewise.
5217         (build_and_insert_ref): New.
5218         (gimple_expand_builtin_pow): Minor cleanup.
5219         (gimple_expand_builtin_cabs): New.
5220         (execute_cse_sincos): Add case for BUILT_IN_CABS.
5221
5222 2011-06-10  Jan Hubicka  <jh@suse.cz>
5223
5224         * ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.
5225         (ipcp_cloning_candidate_p): Aliases are not clonning candidates.
5226         (ipcp_initialize_node_lattices): We don't propagate through an aliases.
5227         (ipcp_propagate_stage): Skip aliases when propagating.
5228         (ipcp_need_redirect_p): Skip aliases.
5229         (ipcp_insert_stage): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY and
5230         collect_callers_of_node.
5231         * ipa-prop.c (ipa_init_func_list): Do not analyze datastructures
5232         for aliases.
5233         (ipa_compute_jump_functions): Look through aliases.
5234
5235 2011-06-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5236
5237         * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it.
5238
5239 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
5240
5241         * ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
5242         Adjust comments.
5243         * system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
5244
5245 2011-06-10  Jan Hubicka  <jh@suse.cz>
5246
5247         * ipa-cp.c (ipcp_process_devirtualization_opportunities):
5248         Update call of gimple_get_virt_method_for_binfo.
5249         * gimple-fold.c (gimple_get_virt_method_for_binfo): Remove
5250         refuse_thunks parameter.
5251         (gimple_fold_call): Update.
5252         * ipa-prop.c (try_make_edge_direct_virtual_call): Update.
5253
5254 2011-06-10  Jan Hubicka  <jh@suse.cz>
5255
5256         * tree-sra.c (all_callers_have_enough_arguments_p): Rename to ...
5257         (not_all_callers_have_enough_arguments_p): ... this one; turn into
5258         worker for cgraph_for_node_and_aliases.
5259         (convert_callers_for_node): Break out from ...
5260         (convert_callers): ... here.
5261         (modify_function): Use collect_callers_of_node.
5262         (ipa_early_sra): Use cgraph_for_node_and_aliases.
5263
5264 2011-06-10  Richard Guenther  <rguenther@suse.de>
5265
5266         PR tree-optimization/49361
5267         * fold-const.c (fold_binary_loc): Only fold x * x to pow (x, 2.0)
5268         when not already in gimple form.
5269
5270 2011-06-10  Richard Guenther  <rguenther@suse.de>
5271
5272         PR bootstrap/49344
5273         * tree-ssa-math-opts.c (convert_mult_to_fma): Use
5274         FOR_EACH_PHI_OR_STMT_USE.
5275
5276 2011-06-10  Jan Hubicka  <jh@suse.cz>
5277
5278         * ipa-inline-transform.c (can_remove_node_now_p): Move out of...
5279         (clone_inlined_nodes): ... here.
5280         (inline_call): Use cgraph_function_or_thunk_node; redirect edge
5281         to real destination prior inlining.
5282         * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
5283         can_early_inline_edge_p, want_early_inline_function_p,
5284         want_early_inline_function_p, want_inline_small_function_p,
5285         want_inline_self_recursive_call_p, want_inline_function_called_once_p,
5286         edge_badness, update_all_callee_keys, lookup_recursive_calls,
5287         add_new_edges_to_heap, inline_small_functions, flatten_function,
5288         inline_always_inline_functions, early_inline_small_functions): Use
5289         cgraph_function_or_thunk_node.
5290         * ipa-inline-analysis.c (evaluate_conditions_for_edge,
5291         dump_inline_edge_summary, estimate_function_body_sizes): Likewise.
5292         (do_estimate_edge_growth_1): Break out from ...
5293         (do_estimate_growth) ... here; walk aliases.
5294         (inline_generate_summary): Skip aliases.
5295
5296 2011-06-10  Richard Guenther  <rguenther@suse.de>
5297
5298         * tree-ssa-forwprop.c (ssa_forward_propagate_and_combine): Scan stmts
5299         forward when combining, visit inserted stmts when a stmt was changed.
5300
5301 2011-06-10  Paolo Carlini  <paolo.carlini@oracle.com>
5302
5303         * tree.h (error_operand_p): Add.
5304         * dbxout.c (dbxout_type_fields): Use the latter.
5305         * c-decl.c (add_stmt): Likewise.
5306         * gimplify.c (omp_add_variable, omp_notice_variable,
5307         gimplify_scan_omp_clauses): Likewise.
5308
5309 2011-06-10  Georg-Johann Lay  <avr@gjlay.de>
5310
5311         * config/avr/avr.c (avr_function_arg_advance): Fix thinko about
5312         when a value is actually passed in regs.
5313
5314 2011-06-10  Eric Botcazou  <ebotcazou@adacore.com>
5315             Laurent Rougé  <laurent.rouge@menta.fr>
5316
5317         * doc/invoke.texi (SPARC options): Add -mflat.
5318         * config/sparc/sparc.opt: Likewise.
5319         * config/sparc/sparc-protos.h (sparc_expand_epilogue): Add parameter.
5320         (sparc_flat_expand_prologue): Declare.
5321         (sparc_flat_expand_epilogue): Likewise.
5322         * config/sparc/sparc.h (CPP_CPU_SPEC): Do not handle -msoft-float.
5323         (CPP_ENDIAN_SPEC): Replace with...
5324         (CPP_OTHER_SPEC): ...this.  Also handle -mflat and -msoft-float.
5325         (CPP_SPEC): Adjust to above change.
5326         (EXTRA_SPECS): Likewise.
5327         (SPARC_INCOMING_INT_ARG_FIRST): Add TARGET_FLAT handling.
5328         (INCOMING_REGNO): Likewise.
5329         (OUTGOING_REGNO): Likewise.
5330         (LOCAL_REGNO): Likewise.
5331         (SETUP_FRAME_ADDRESSES): Likewise.
5332         (FIXED_REGISTERS): Set 0 for %fp.
5333         (CALL_USED_REGISTERS): Likewise.
5334         (INITIAL_ELIMINATION_OFFSET): Pass current_function_is_leaf.
5335         (EXIT_IGNORE_STACK): Define to 1 unconditionally.
5336         (RETURN_ADDR_REGNUM): Define.
5337         (RETURN_ADDR_RTX): Use it.
5338         (INCOMING_RETURN_ADDR_REGNUM): Define.
5339         (INCOMING_RETURN_ADDR_RTX): Use it.
5340         (DWARF_FRAME_RETURN_COLUMN): Likewise.
5341         (EH_RETURN_REGNUM): Define.
5342         (EH_RETURN_STACKADJ_RTX): Use it.
5343         (EH_RETURN_HANDLER_RTX): Delete.
5344         (EPILOGUE_USES): Use them and add TARGET_FLAT handling.
5345         * config/sparc/sparc.c (apparent_fsize, actual_fsize, num_gfregs):
5346         Delete.
5347         (struct machine_function): Add frame_size, apparent_frame_size,
5348         frame_base_reg, frame_base_offset, n_global_fp_regs and
5349         save_local_in_regs_p fields.
5350         (sparc_frame_size, sparc_apparent_frame_size, sparc_frame_base_reg,
5351         sparc_frame_base_offset, sparc_n_global_fp_regs,
5352         sparc_save_local_in_regs_p): New macros.
5353         (sparc_option_override): Error out if -fcall-saved-REG is specified
5354         for Out registers.
5355         (eligible_for_restore_insn): Fix formatting.
5356         (eligible_for_return_delay): Likewise.  Add TARGET_FLAT handling.
5357         (eligible_for_sibcall_delay): Likewise.
5358         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Add MODE parameter.
5359         (sparc_legitimate_address_p): Adjust to above change.
5360         (save_global_or_fp_reg_p): New predicate.
5361         (return_addr_reg_needed_p): Likewise.
5362         (save_local_or_in_reg_p): Likewise.
5363         (sparc_compute_frame_size): Use them.  Add TARGET_FLAT handling.
5364         (SORR_SAVE, SORR_RESTORE): Delete.
5365         (sorr_pred_t): New typedef.
5366         (sorr_act_t): New enum.
5367         (save_or_restore_regs): Rename to...
5368         (emit_save_or_restore_regs): ...this.  Change type of LOW and HIGH
5369         parameters, remove ACTION parameter, add LEAF_FUNCTION_P, SAVE_P,
5370         ACTION_TRUE and ACTION_FALSE parameters.  Implement more general
5371         mechanism.  Add CFI information for double-word saves in 32-bit mode.
5372         (emit_adjust_base_to_offset): New function extracted from...
5373         (emit_save_or_restore_regs): ...this.  Rename the rest to...
5374         (emit_save_or_restore_regs_global_fp_regs): ...this.
5375         (emit_save_or_restore_regs_local_in_regs): New function.
5376         (gen_create_flat_frame_[123]): New functions.
5377         (sparc_expand_prologue): Use SIZE local variable.  Adjust.
5378         (sparc_flat_expand_prologue): New function.
5379         (sparc_asm_function_prologue): Add TARGET_FLAT handling.
5380         (sparc_expand_epilogue): Use SIZE local variable.  Adjust.
5381         (sparc_flat_expand_epilogue): New function.
5382         (sparc_can_use_return_insn_p): Add TARGET_FLAT handling.
5383         (output_return): Likewise.
5384         (output_sibcall): Likewise.
5385         (sparc_output_mi_thunk): Likewise.
5386         (sparc_frame_pointer_required): Likewise.
5387         (sparc_conditional_register_usage): If TARGET_FLAT, disable the leaf
5388         function optimization.
5389         * config/sparc/sparc.md (flat): New attribute.
5390         (prologue): Add TARGET_FLAT handling.
5391         (save_register_window): Disable if TARGET_FLAT.
5392         (create_flat_frame_[123]): New patterns.
5393         (epilogue): Add TARGET_FLAT handling.
5394         (sibcall_epilogue): Likewise.
5395         (eh_return): New expander.
5396         (eh_return_internal): New insn and splitter.
5397         (return_internal): Add TARGET_FLAT handling.
5398         (untyped_return): Remove bogus test and use RETURN_ADDR_REGNUM.
5399         (save_stack_nonlocal): Use RETURN_ADDR_REGNUM.
5400         (nonlocal_goto): Add TARGET_FLAT handling.
5401         * config/sparc/t-elf: Add -mflat multilib.
5402         * config/sparc/t-leon: Likewise.
5403
5404 2011-06-10  Jan Hubicka  <jh@suse.cz>
5405
5406         * ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.
5407         * ipa-pure-const.c (analyze_function): Aliases don't need analysis.
5408         (self_recursive_p): Use cgraph_function_node.
5409         (propagate_pure_const): Likewise.
5410         (propagate_nothrow): Likewise.
5411         * ipa-reference.c (ipa_reference_get_not_read_global): Use
5412         cgraph_function_node.
5413         (propagate_bits): Likewise.
5414         (propagate): Likewise.
5415
5416 2011-06-10  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
5417             Richard Earnshaw  <rearnsha@arm.com>
5418
5419         * config/arm/arm.c (const_ok_for_op): Check to see if mvn can be used.
5420         * config/arm/vfp.md (*arm_movdi_vfp): Delete.
5421         (*thumb2_movdi_vfp): Delete.
5422         (*arm_movdi_vfp_cortexa8): Delete.
5423         (*movdi_vfp): Consolidate from *arm_movdi_vfp and *thumb2_movdi_vfp.
5424         (*movdi_vfp_cortexa8): Likewise.
5425
5426 2011-06-10  Richard Guenther  <rguenther@suse.de>
5427
5428         * stor-layout.c (initialize_sizetypes): Give names to all
5429         sizetype kinds.
5430
5431 2011-06-10  Ira Rosen  <ira.rosen@linaro.org>
5432
5433         PR tree-optimization/49318
5434         * tree-vect-loop.c (vect_determine_vectorization_factor): Remove
5435         irrelevant pattern statements.
5436
5437 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
5438
5439         * system.h (SETJMP_VIA_SAVE_AREA): Poison.
5440
5441         PR bootstrap/49354
5442         * ira-costs.c (setup_regno_cost_classes_by_mode): Add missing cast
5443         to last assignment.
5444
5445 2011-06-09  Jan Hubicka  <jh@suse.cz>
5446
5447         * cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline;
5448         do not recompute reachable flag.
5449         (cgraph_finalize_function, cgraph_analyze_functions): Set
5450         redefined_extern_inline here.
5451
5452 2011-06-09  Jan Hubicka  <jh@suse.cz>
5453
5454         * cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...
5455         (cgraph_only_called_directly_p): ... this one; bring offline.
5456         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
5457         varpool_used_from_object_file_p): Drop names from the declaratoin.
5458         (cgraph_for_node_thunks_and_aliases, cgraph_for_node_and_aliases,
5459         collect_callers_of_node): New.
5460         (cgraph_function_node, cgraph_function_or_thunk_node): New functions.
5461         (cgraph_edge_recursive_p): Use cgraph_function_node.
5462         * cgraph.c (cgraph_add_thunk): Check that thunk is not already alias.
5463         (cgraph_node_cannot_be_local_p_1): Break out from ...
5464         (cgraph_node_can_be_local_p): ... here; walk aliases.
5465         (cgraph_for_node_thunks_and_aliases): New function.
5466         (cgraph_for_node_and_aliases): New function.
5467         (cgraph_make_node_local_1): Break out from ...
5468         (cgraph_make_node_local) ... here; use
5469         cgraph_for_node_thunks_and_aliases.
5470         (cgraph_set_nothrow_flag_1): Break out from ...
5471         (cgraph_set_nothrow_flag) ... here;
5472         use cgraph_for_node_thunks_and_aliases.
5473         (cgraph_set_const_flag_1): Break out from ...
5474         (cgraph_set_const_flag) ... here;
5475         use cgraph_for_node_thunks_and_aliases.
5476         (cgraph_set_pure_flag_1): Break out from ...
5477         (cgraph_set_pure_flag) ... here;
5478         use cgraph_for_node_thunks_and_aliases.
5479         (cgraph_propagate_frequency_1): Break out from ...
5480         (cgraph_propagate_frequency) ... here; use
5481         cgraph_for_node_thunks_and_aliases.
5482         (cgraph_used_from_object_file_p): Do not care about aliases.
5483         (cgraph_not_only_called_directly_p_1, cgraph_only_called_directly_p):
5484         New functions.
5485         (collect_callers_of_node_1, collect_callers_of_node): New functions.
5486
5487 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
5488
5489         PR rtl-optimization/49154
5490         * config/cris/cris.h (FIXED_REGISTERS): Include CRIS_CC0_REGNUM.
5491         (enum reg_class): Add SRP_REGS and MOF_SRP_REGS.
5492         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
5493         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Adjust to fit.
5494         * config/cris/cris.h (cris_register_move_cost): Remove
5495         !TARGET_V32 code.  Tweak comments.
5496
5497 2011-06-09  Jan Hubicka  <jh@suse.cz>
5498
5499         * cgraphbuild.c (record_eh_tables): Mark personality function as having
5500         address taken.
5501
5502 2011-06-10  Hans-Peter Nilsson  <hp@axis.com>
5503
5504         PR rtl-optimization/49154
5505         * ira-costs.c (setup_regno_cost_classes_by_mode): If there already
5506         is a matching slot in the hashtable, assign it to classes_ptr.
5507
5508         PR rtl-optimization/49154
5509         * doc/tm.texi.in (Register Classes): Document rule for the narrowest
5510         register classes.
5511         * doc/tm.texi: Regenerate.
5512
5513 2011-06-09  Kaz Kojima  <kkojima@gcc.gnu.org>
5514
5515         PR target/49307
5516         * config/sh/sh.md (UNSPEC_CHKADD): New.
5517         (chk_guard_add): New define_insn_and_split.
5518         (symGOT_load): Use chk_guard_add instead of blockage.
5519
5520 2011-06-09  Kai Tietz  <ktietz@redhat.com>
5521
5522         * libgcc2.c (L_trampoline): Include windows.h for mingw targets.
5523
5524 2011-06-09  Eric Botcazou  <ebotcazou@adacore.com>
5525
5526         * config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
5527
5528 2011-06-09  Wei Guozhi  <carrot@google.com>
5529
5530         PR target/46975
5531         * config/arm/arm.md (*addsi3_carryin_compare0_<optab>): New pattern.
5532         (peephole2 for conditional move): Generate 16 bit instructions.
5533
5534 2011-06-09  Uros Bizjak  <ubizjak@gmail.com>
5535
5536         * config/i386/i386.md (*movdi_internal_rex64): Merge
5537         alternatives 6 and 8.
5538
5539 2011-06-09  David Li  <davidxl@google.com>
5540
5541         * cgraphunit.c (cgraph_finalize_compilation_unit): Pass dump.
5542         * passes.c (passr_eq): New function.
5543         (create_pass_tab): New function.
5544         (pass_traverse): New function.
5545         (dump_one_pass): New function.
5546         (dump_pass_list): New function.
5547         (dump_passes): New function.
5548
5549 2011-06-09  David Li  <davidxl@google.com>
5550
5551         * tree-complex.c (tree_lower_complex): Gate cleanup.
5552         * tree-stdarg.c (check_all_va_list_escapes): Ditto.
5553         (execute_optimize_stdarg): Ditto.
5554         * tree-eh.c (execute_lower_eh_dispatch): Ditto.
5555         (execute_cleanup_eh_1): Ditto.
5556         (execute_cleanup_eh): Ditto.
5557         * gcse.c (gate_rtl_pre): Ditto.
5558         (execute_rtl_pre): Ditto.
5559         * except.c (finish_eh_generation): Ditto.
5560         (convert_to_eh_region_ranges): Ditto.
5561         * cprop.c (one_cprop_pass): Ditto.
5562
5563 2011-06-09  Bernd Schmidt  <bernds@codesourcery.com>
5564
5565         PR target/48673
5566         * config/ia64/ia64.c (ia64_reorg): Clear BB_DISABLE_SCHEDULE flag
5567         in all basic blocks.
5568
5569 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5570
5571         * config/alpha/netbsd.h (ENABLE_EXECUTE_STACK): Remove.
5572         (HAVE_ENABLE_EXECUTE_STACK): Define.
5573         * config/alpha/osf5.h (ENABLE_EXECUTE_STACK): Remove.
5574         (HAVE_ENABLE_EXECUTE_STACK): Define.
5575         * config/darwin.h (ENABLE_EXECUTE_STACK): Remove.
5576         (HAVE_ENABLE_EXECUTE_STACK): Define.
5577         * config/i386/mingw32.h (MINGW_ENABLE_EXECUTE_STACK): Remove.
5578         (ENABLE_EXECUTE_STACK): Remove.
5579         (HAVE_ENABLE_EXECUTE_STACK): Define.
5580         [IN_LIBGCC2]: Don't include <windows.h>.
5581         * config/i386/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
5582         (HAVE_ENABLE_EXECUTE_STACK): Define.
5583         * config/i386/netbsd64.h (ENABLE_EXECUTE_STACK): Remove.
5584         (HAVE_ENABLE_EXECUTE_STACK): Define.
5585         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Remove.
5586         * config/openbsd.h (ENABLE_EXECUTE_STACK): Remove.
5587         (HAVE_ENABLE_EXECUTE_STACK): Define.
5588         * config/sol2.h (ENABLE_EXECUTE_STACK): Remove.
5589         (HAVE_ENABLE_EXECUTE_STACK): Define.
5590         * config/sparc/freebsd.h (ENABLE_EXECUTE_STACK): Remove.
5591         (HAVE_ENABLE_EXECUTE_STACK): Define.
5592         * config/sparc/netbsd-elf.h (ENABLE_EXECUTE_STACK): Remove.
5593         (HAVE_ENABLE_EXECUTE_STACK): Define.
5594         * config/alpha/alpha.c (alpha_trampoline_init): Test
5595         HAVE_ENABLE_EXECUTE_STACK.
5596         * config/i386/i386.c (ix86_trampoline_init): Likewise.
5597         * config/sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
5598         (sparc64_initialize_trampoline): Likewise.
5599         * libgcc2.c [L_enable_execute_stack]: Remove.
5600         * system.h (ENABLE_EXECUTE_STACK): Poison.
5601         * doc/tm.texi.in (Trampolines, ENABLE_EXECUTE_STACK): Remove.
5602         * doc/tm.texi: Regenerate.
5603         * Makefile.in (LIBGCC2_CFLAGS): Add -fbuilding-libgcc.
5604
5605 2011-06-09  Jakub Jelinek  <jakub@redhat.com>
5606
5607         PR middle-end/49308
5608         * dce.c (reset_unmarked_insns_debug_uses): Avoid shadowing insn
5609         variable.  After resetting and rescanning insn continue with previous
5610         statement.
5611
5612 2011-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5613
5614         * configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.
5615         (gcc_cv_ld_hidden): Likewise.
5616         * configure: Regenerate.
5617         * config/i386/i386.c (USE_HIDDEN_LINKONCE): Remove TARGET_MACHO.
5618         (ix86_stack_protect_fail): Mark unused.
5619         (TARGET_STACK_PROTECT_FAIL) [TARGET_MACHO]: Don't redefine.
5620         * config/rs6000/rs6000.c (rs6000_assemble_visibility)
5621         [TARGET_MACHO]: Don't define.
5622         (TARGET_ASM_ASSEMBLE_VISIBILITY): Likewise.
5623         (TARGET_STACK_PROTECT_FAIL): Likewise.
5624         (rs6000_stack_protect_fail): Mark unused.
5625         * dwarf2asm.c (dw2_output_indirect_constant_1): Mark decl hidden if
5626         USE_LINKONCE_INDIRECT.  Don't emit .hidden expicitly.
5627
5628 2011-06-08  Andi Kleen  <ak@linux.intel.com>
5629
5630         * varasm.c (get_section): Print location of other conflict
5631         for section conflicts.
5632
5633 2011-06-08  Andi Kleen  <ak@linux.intel.com>
5634
5635         * config/i386/driver-i386.c (host_detect_local_cpu):
5636         Add model 0x2d Intel CPU.
5637
5638 2011-06-08  Andi Kleen  <ak@linux.intel.com>
5639
5640         * reginfo.c (global_regs_decl): Add.
5641         (globalize_reg): Add decl parameter. Compute location.  Pass location
5642         to warnings and add inform. Store decl in global_regs_decl.
5643         * rtl.h (globalize_reg): Update prototype.
5644         * varasm.c (make_decl_rtl): Pass decl to globalize_reg().
5645
5646 2011-06-09  Mingjie Xing  <mingjie.xing@gmail.com>
5647
5648         * treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
5649
5650 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
5651
5652         PR target/49305
5653         * config/sh/predicates.md (general_movsrc_operand): Check
5654         mode for memory with indexed address for QI and HImode.
5655         (general_movdst_operand): Likewise.
5656
5657 2011-06-09  Nicola Pero  <nicola.pero@meta-innovation.com>
5658
5659         * doc/objc.texi (Traditional GNU Objective-C runtime API): Updated.
5660
5661 2011-06-08  Alexandre Oliva  <aoliva@redhat.com>
5662
5663         * tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
5664         (num_ssa_operands): Likewise.
5665         (op_iter_init_phiuse): Forward-declare.
5666         (delink_stmt_imm_use): Iterate with FOR_EACH_PHI_OR_STMT_USE.
5667
5668 2011-06-08  Nick Clifton  <nickc@redhat.com>
5669
5670         * doc/invoke.texi (ARM Options): Update description of
5671         -mthumb-interwork.
5672
5673 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
5674
5675         * config/i386/driver-i386.c (host_detect_local_cpu): Support
5676         unknown Intel family 0x6 CPUs.
5677
5678 2011-06-08  Martin Jambor  <mjambor@suse.cz>
5679
5680         * tree-sra.c (mark_rw_status): Removed.
5681         (analyze_access_subtree): New parameter parent instead of
5682         mark_read and mark_write, propagate from that.
5683
5684 2011-06-08  Julian Brown  <julian@codesourcery.com>
5685
5686         * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
5687         for double-precision helper functions in hard-float mode if only
5688         single-precision arithmetic is supported in hardware.
5689
5690 2011-06-08  Alexander Monakov  <amonakov@ispras.ru>
5691
5692         PR rtl-optimization/49303
5693         * sel-sched.c (move_op): Use correct type for 'res'.  Verify that
5694         code_motion_path_driver returned 0 or 1.
5695         (sel_region_finish): Clear h_d_i_d.
5696
5697 2011-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
5698
5699         * config/sh/sh.c (prepare_move_operands): Set pic register
5700         appropriately for global and local dynamic tls models even
5701         if flag_pic is unset.
5702
5703 2011-06-07  Jason Merrill  <jason@redhat.com>
5704
5705         * pretty-print.h (ATTRIBUTE_GCC_PPDIAG): Use GCC_DIAG_STYLE if set.
5706
5707 2011-06-07  Xinliang David Li  <davidxl@google.com>
5708         * passes.c (enable_disable_pass): Handle assembler name.
5709         (is_pass_explicitly_enabled_or_disabled): Ditto.
5710
5711 2011-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5712
5713         PR tree-optimization/48497
5714         * doc/sourcebuild.texi (Directives, dg-additional-options): Document.
5715
5716 2011-06-07  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5717
5718         PR tree-optimization/46728
5719         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Change FIXME
5720         to use gimple_val_nonnegative_real_p.
5721         * gimple-fold.c (gimple_val_nonnegative_real_p): New function.
5722         * gimple.h (gimple_val_nonnegative_real_p): New declaration.
5723
5724 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
5725
5726         * config/i386/i386.md (*movsf_internal): Optimize AVX check.
5727
5728 2011-06-07  Sergey Grechanik  <mouseentity@ispras.ru>
5729
5730         * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS for
5731         constant vectors.
5732
5733 2011-06-07  Richard Guenther  <rguenther@suse.de>
5734
5735         * stor-layout.c (initialize_sizetypes): Initialize all
5736         sizetypes based on target definitions.
5737         (set_sizetype): Remove.
5738         * tree.c (build_common_tree_nodes): Do not call set_sizetype.
5739         * tree.h (set_sizetype): Remove.
5740
5741 2011-06-07  Nick Clifton  <nickc@redhat.com>
5742
5743         * config.gcc: Unify V850 architecture options and add support for
5744         newer V850 architectures.
5745         * config/v850/t-v850e: Delete.
5746
5747 2011-06-07  Richard Guenther  <rguenther@suse.de>
5748
5749         * tree.c (build_common_tree_nodes): Also initialize size_type_node.
5750         Call set_sizetype from here.
5751
5752 2011-06-07  Andrew Stubbs  <ams@codesourcery.com>
5753
5754         * config/arm/arm.md (*maddhidi4tb, *maddhidi4tt): New define_insns.
5755         (*maddhisi4tb, *maddhisi4tt): New define_insns.
5756
5757 2011-06-07  Bernd Schmidt  <bernds@codesourcery.com>
5758             Andrew Stubbs  <ams@codesourcery.com>
5759
5760         * simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening
5761         multiplies.
5762         * doc/md.texi (Canonicalization of Instructions): Document widening
5763         multiply canonicalization.
5764
5765 2011-06-07  Jakub Jelinek  <jakub@redhat.com>
5766
5767         PR gcov-profile/49299
5768         * value-prof.c (gimple_ic): Don't assume icall has a fallthru edge.
5769
5770 2011-06-07  Ira Rosen  <ira.rosen@linaro.org>
5771
5772         * tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be
5773         a pointer.
5774         * tree-vect-patterns.c (vect_recog_widen_sum_pattern,
5775         vect_recog_widen_mult_pattern, vect_recog_dot_prod_pattern,
5776         vect_recog_pow_pattern): Likewise.
5777         (vect_pattern_recog_1): Remove declaration.
5778         (widened_name_p): Remove declaration.  Add new argument to specify
5779         whether to check that both types are either signed or unsigned.
5780         (vect_recog_widen_mult_pattern): Update documentation.  Handle
5781         unsigned patterns and multiplication by constants.
5782         (vect_pattern_recog_1): Update vect_recog_func references.  Use
5783         statement information from the statement returned from pattern
5784         detection functions.
5785         (vect_pattern_recog): Update vect_recog_func reference.
5786         * tree-vect-stmts.c (vectorizable_type_promotion): For widening
5787         multiplication by a constant use the type of the other operand.
5788
5789 2011-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
5790
5791         PR rtl-optimization/49145
5792         * combine.c (make_compound_operation): Handle ZERO_EXTEND specially.
5793
5794 2011-06-06  Jakub Jelinek  <jakub@redhat.com>
5795
5796         PR debug/49262
5797         * dwarf2out.c (native_encode_initializer): Decrement count in each
5798         iteration.
5799
5800         PR debug/49294
5801         * dwarf2out.c (mem_loc_descriptor) <do_shift>: Give up for
5802         non-MODE_INT modes.
5803
5804         PR c++/49264
5805         * gimple-fold.c (fold_stmt_1): Don't try to fold *& on the lhs
5806         if stmt folded into nothing.
5807         * tree-inline.c (fold_marked_statements): If a builtin at the end of
5808         a bb folded into nothing, just update cgraph edges and move to next bb.
5809         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Allow new_stmt
5810         to be NULL.  Don't compute count and frequency if new_call is NULL.
5811
5812 2011-06-04  Diego Novillo  <dnovillo@google.com>
5813
5814         * Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.
5815         (cgraph.o): Likewise.
5816         (cgraphunit.o): Likewise.
5817         * cgraphunit.c: Include lto-streamer.h
5818         (cgraph_finalize_compilation_unit): Call lto_streamer_hooks_init
5819         if LTO is enabled.
5820         * lto-streamer-in.c (unpack_value_fields): Call
5821         streamer_hooks.unpack_value_fields if set.
5822         (lto_materialize_tree): For unhandled nodes, first try to
5823         call lto_streamer_hooks.alloc_tree, if it exists.
5824         (lto_input_ts_decl_common_tree_pointers): Move reading of
5825         DECL_INITIAL to lto_streamer_read_tree.
5826         (lto_read_tree): Call lto_streamer_hooks.read_tree if set.
5827         (lto_streamer_read_tree): New.
5828         (lto_reader_init): Rename from lto_init_reader.
5829         Move initialization code to lto/lto.c.
5830         * lto-streamer-out.c (pack_value_fields): Call
5831         streamer_hooks.pack_value_fields if set.
5832         (lto_output_tree_ref): For tree nodes that are not normally indexable,
5833         call streamer_hooks.indexable_with_decls_p before giving up.
5834         (lto_output_ts_decl_common_tree_pointers): Move handling
5835         for FUNCTION_DECL and TRANSLATION_UNIT_DECL to lto_streamer_write_tree.
5836         (lto_output_tree_header): Call streamer_hooks.is_streamable instead of
5837         lto_is_streamable.  Call lto_streamer_hooks.output_tree_header if set.
5838         (lto_write_tree): Call lto_streamer_hooks.write_tree if set.
5839         (lto_streamer_write_tree): New.
5840         (lto_output): Call lto_streamer_init directly.
5841         (lto_writer_init): Remove.
5842         * lto-streamer.c (streamer_hooks): New.
5843         (lto_streamer_cache_create): Call streamer_hooks.preload_common_nodes
5844         instead of lto_preload_common_nodes.
5845         (lto_is_streamable): Move from lto-streamer.h
5846         (lto_streamer_hooks_init): New.
5847         (streamer_hooks): New.
5848         (streamer_hooks_init): New.
5849         * lto-streamer.h (struct output_block): Forward declare.
5850         (struct lto_input_block): Likewise.
5851         (struct data_in): Likewise.
5852         (struct bitpack_d): Likewise.
5853         (struct streamer_hooks): Declare.
5854         (streamer_hooks): Declare.
5855         (lto_streamer_hooks_init): Declare.
5856         (lto_streamer_write_tree): Declare.
5857         (lto_streamer_read_tree): Declare.
5858         (streamer_hooks_init): Declare.
5859         (lto_is_streamable): Move to lto-streamer.c
5860
5861 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5862
5863         * longlong.h (smul_ppmm): The resulting register pair contains the
5864         higher order word first.
5865
5866 2011-06-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5867
5868         PR tree-optimization/46728
5869         * builtins.c (powi_table): Remove.
5870         (powi_lookup_cost): Remove.
5871         (powi_cost): Remove.
5872         (expand_powi_1): Remove.
5873         (expand_powi): Remove.
5874         (expand_builtin_pow_root): Remove.
5875         (expand_builtin_pow): Remove.
5876         (expand_builtin_powi): Eliminate handling of constant exponent.
5877         (expand_builtin): Use expand_builtin_mathfn_2 for BUILT_IN_POW.
5878
5879 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
5880
5881         * cprop.c (local_cprop_pass): Don't set changed for debug insns.
5882
5883 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
5884
5885         * dce.c (reset_unmarked_insns_debug_uses): New.
5886         (delete_unmarked_insns): Skip debug insns.
5887         (prescan_insns_for_dce): Likewise.
5888         (rest_of_handle_ud_dce): Reset debug uses of removed sets.
5889         * reg-stack.c (subst_stack_regs_in_debug_insn): Signal when no
5890         active reg can be found.
5891         (subst_all_stack_regs_in_debug_insn): New.  Reset debug insn then.
5892         (convert_regs_1): Use it.
5893
5894 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
5895
5896         * tree-pretty-print.c (dump_function_header): Add flags.
5897         Don't dump decl_uid with nouid.
5898         * tree-pretty-print.h (dump_function_header): Adjust.
5899         * final.c (rest_of_clean_state): Pass dump_flags on, with nouid.
5900         * passes.c (pass_init_dump_file): Pass dump_flags on.
5901         * tree-cfg.c (gimple_dump_cfg): Pass flags on.
5902
5903 2011-06-06  Alexandre Oliva  <aoliva@redhat.com>
5904
5905         PR bootstrap/49270
5906         * ipa-inline-analysis.c (read_predicate): Initialize all clauses.
5907
5908 2011-06-06  Mikael Pettersson  <mikpe@it.uu.se>
5909
5910         PR tree-optimization/49243
5911         * calls.c (setjmp_call_p): Also check if fndecl has the
5912         returns_twice attribute.
5913
5914 2011-06-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5915
5916         * config/mips/iris6.h (ENDFILE_SPEC): Use crtfastmath.o if
5917         -ffast-math etc.
5918
5919 2011-06-06  Richard Henderson  <rth@redhat.com>
5920             Georg-Johann Lay  <avr@gjlay.de>
5921
5922         PR target/42210
5923         * config/avr/predicates.md (const1_operand, const_0_to_7_operand):
5924         New predicates.
5925         * config/avr/avr.md ("insv"): New insn expander.
5926         ("*movbitqi.1-6.a", "*movbitqi.1-6.b", "*movbitqi.0", "*insv.io",
5927         "*insv.not.io", "*insv.reg"): New insns.
5928
5929 2011-06-06  Hans-Peter Nilsson  <hp@bitrange.com>
5930
5931         PR target/49285
5932         * config/mmix/mmix.md ("truncdfsf2", "extendsfdf2"): Correct predicate
5933         to nonimmediate_operand from memory_operand for the operand that is to
5934         be forced to memory by the expander.  Lose the constraints.
5935
5936 2011-06-05  Eric Botcazou  <ebotcazou@adacore.com>
5937
5938         * config/sparc/sparc.c (output_return): Fix thinko in the output of an
5939         EH return when delayed branches are disabled.
5940
5941 2011-06-05  Uros Bizjak  <ubizjak@gmail.com>
5942
5943         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>:
5944         Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode"
5945         calculation.
5946         (*movdf_internal_rex64) <case 6,7,8>: Remove MODE_TI handling.
5947         Simplify MODE_V1DF and MODE_V2SF handling.
5948         (*movsf_internal): Remove x constraint from alternative 7 of operand 1.
5949         Simplify MODE_SF handling.
5950
5951 2011-06-04  Jan Hubicka  <jh@suse.cz>
5952
5953         PR tree-optimization/48893
5954         PR tree-optimization/49091
5955         PR tree-optimization/49179
5956         * ipa-inline-analysis.c (evaluate_conditions_for_known_args):
5957         Bounds check.
5958
5959 2011-06-04  Jan Hubicka  <jh@suse.cz>
5960
5961         PR lto/48954
5962         * lto-cgraph.c (output_node_opt_summary): Handle NULL skip args
5963         bitmaps.
5964
5965 2011-06-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
5966
5967         * doc/invoke.texi: Document -Wdelete-non-virtual-dtor.
5968
5969 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
5970
5971         PR target/49281
5972         * config/i386/i386.md (*lea_general_4): Require INTVAL (operands[3])
5973         to be strictly smaller than 1 << shiftcount.
5974
5975 2011-06-04  Jan Hubicka  <jh@suse.cz>
5976
5977         PR tree-optimize/48929
5978         * ipa-inline-analysis.c (remap_edge_predicates): Fix handling
5979         of empty predicate.
5980
5981 2011-06-04  Alexandre Oliva  <aoliva@redhat.com>
5982
5983         PR debug/48333
5984         * calls.c (emit_call_1): Prefer the __builtin declaration of
5985         builtin functions.
5986
5987 2011-06-03   Diego Novillo  <dnovillo@google.com>
5988
5989         * lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.
5990         (lto_input_tree_pointers): Likewise.
5991         * lto-streamer-out.c (pack_value_fields): Likewise.
5992         (lto_output_tree_pointers): Likewise.
5993         * lto-streamer.h (lto_is_streamable): Add check for OMP_CLAUSE
5994         and OPTIMIZATION_NODE.
5995
5996 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5997
5998         * config/alpha/linux.h (MD_UNWIND_SUPPORT): Remove.
5999         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Remove.
6000         * config/alpha/vms.h (MD_UNWIND_SUPPORT): Remove.
6001         * config/bfin/linux.h (MD_UNWIND_SUPPORT): Remove.
6002         * config/bfin/uclinux.h (MD_UNWIND_SUPPORT): Remove.
6003         * config/i386/linux.h (MD_UNWIND_SUPPORT): Remove.
6004         * config/i386/linux64.h (MD_UNWIND_SUPPORT): Remove.
6005         * config/i386/sol2.h (MD_UNWIND_SUPPORT): Remove.
6006         * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Remove.
6007         * config/ia64/linux.h (MD_UNWIND_SUPPORT): Remove.
6008         * config/ia64/vms.h (MD_UNWIND_SUPPORT): Remove.
6009         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Remove.
6010         * config/mips/linux.h (MD_UNWIND_SUPPORT): Remove.
6011         * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): Remove.
6012         * config/pa/pa32-linux.h (MD_UNWIND_SUPPORT): Remove.
6013         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Remove.
6014         * config/rs6000/linux.h (MD_UNWIND_SUPPORT): Remove.
6015         * config/rs6000/linux64.h (MD_UNWIND_SUPPORT): Remove.
6016         * config/s390/linux.h (MD_UNWIND_SUPPORT): Remove.
6017         * config/s390/tpf.h (MD_UNWIND_SUPPORT): Remove.
6018         * config/sh/linux.h (MD_UNWIND_SUPPORT): Remove.
6019         * config/sparc/linux.h (MD_UNWIND_SUPPORT): Remove.
6020         * config/sparc/linux64.h (MD_UNWIND_SUPPORT): Remove.
6021         * config/sparc/sol2.h (MD_UNWIND_SUPPORT): Remove.
6022         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Remove.
6023         * config/alpha/linux-unwind.h: Move to ../libgcc/config/alpha.
6024         * config/alpha/osf5-unwind.h: Move to ../libgcc/config/alpha.
6025         * config/alpha/vms-unwind.h: Move to ../libgcc/config/alpha.
6026         * config/bfin/linux-unwind.h: Move to ../libgcc/config/bfin.
6027         * config/i386/linux-unwind.h: Move to ../libgcc/config/i386.
6028         * config/i386/sol2-unwind.h: Move to ../libgcc/config/i386.
6029         * config/i386/w32-unwind.h: Move to ../libgcc/config/i386.
6030         * config/ia64/linux-unwind.h: Move to ../libgcc/config/ia64.
6031         * config/ia64/vms-unwind.h: Move to ../libgcc/config/ia64.
6032         * config/m68k/linux-unwind.h: Move to ../libgcc/config/m68k.
6033         * config/mips/linux-unwind.h: Move to ../libgcc/config/mips.
6034         * config/pa/hpux-unwind.h: Move to ../libgcc/config/pa.
6035         * config/pa/linux-unwind.h: Move to ../libgcc/config/pa.
6036         * config/rs6000/darwin-unwind.h: Move to ../libgcc/config/rs6000.
6037         * config/rs6000/linux-unwind.h: Move to ../libgcc/config/rs6000.
6038         * config/s390/linux-unwind.h: Move to ../libgcc/config/s390.
6039         * config/s390/tpf-unwind.h: Move to ../libgcc/config/s390.
6040         * config/sh/linux-unwind.h: Move to ../libgcc/config/sh.
6041         * config/sparc/linux-unwind.h: Move to ../libgcc/config/sparc.
6042         * config/sparc/sol2-unwind.h: Move to ../libgcc/config/sparc.
6043         * config/xtensa/linux-unwind.h: Move to ../libgcc/config/xtensa.
6044         * config/darwin9.h (DARWIN_LIBSYSTEM_HAS_UNWIND): Remove.
6045         * system.h (MD_UNWIND_SUPPORT): Poison.
6046         * doc/tm.texi.in (Exception Handling, MD_UNWIND_SUPPORT): Remove.
6047         * doc/tm.texi: Regenerate.
6048         * unwind-dw2.c: Include md-unwind-support.h instead of
6049         MD_UNWIND_SUPPORT.
6050         * config/ia64/unwind-ia64.c: Likewise.
6051         * config/xtensa/unwind-dw2-xtensa.c: Likewise.
6052
6053 2011-06-03  Jack Howarth  <howarth@bromo.med.uc.edu>
6054
6055         * varpool.c (varpool_extra_name_alias): Return NULL, not false.
6056
6057 2011-06-03  Richard Henderson  <rth@redhat.com>
6058             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6059
6060         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]
6061         (sigill_hdlr): Correct insn, insn size.
6062         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
6063
6064 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6065
6066         * config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
6067         t-slibgcc-dummy.
6068         * config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
6069         * config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
6070         * config/mips/t-iris: Remove.
6071         * config/mips/t-irix6: New file.
6072         * config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.
6073
6074 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6075
6076         * Makefile.in (LIB2ADDEHDEP): Remove.
6077         * config/arm/t-bpabi (LIB2ADDEHDEP): Remove.
6078         * config/arm/t-symbian (LIB2ADDEHDEP): Remove.
6079         * config/picochip/t-picochip (LIB2ADDEHDEP): Remove.
6080         * config/t-darwin (LIB2ADDEHDEP): Remove.
6081         * config/t-freebsd (LIB2ADDEHDEP): Remove.
6082         * config/t-linux (LIB2ADDEHDEP): Remove.
6083
6084 2011-06-03  Diego Novillo  <dnovillo@google.com>
6085
6086         * lto-streamer-in.c (get_resolution): Move to lto/lto.c.
6087         (lto_register_var_decl_in_symtab): Likewise.
6088         (lto_register_function_decl_in_symtab): Likewise.
6089         (lto_read_tree): Move VAR_DECL and FUNCTION_DECL registration
6090         logic to uniquify_nodes.
6091
6092 2011-06-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6093
6094         * config/alpha/t-osf5: Remove.
6095         * config/alpha/t-osf-pthread: Remove.
6096         * config.gcc (alpha*-dec-osf5.1*): Set tmake_file to t-slibgcc-dummy.
6097         * mkmap-flat.awk: Handle osf_export for Tru64 UNIX linker -input file.
6098
6099 2011-06-03  Julian Brown  <julian@codesourcery.com>
6100
6101         * config/arm/arm-cores.def (strongarm, strongarm110, strongarm1100)
6102         (strongarm1110): Use strongarm tuning.
6103         * config/arm/arm-protos.h (tune_params): Add max_insns_skipped field.
6104         * config/arm/arm.c (arm_strongarm_tune): New.
6105         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
6106         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a5_tune)
6107         (arm_cortex_a9_tune, arm_fa726te_tune): Add max_insns_skipped field
6108         setting, using previous defaults or 1 for Cortex-A5.
6109         (arm_option_override): Set max_insns_skipped from current tuning.
6110
6111 2011-06-03  Nathan Sidwell  <nathan@codesourcery.com>
6112
6113         * doc/install.texi (Options specification): Document --with-specs.
6114
6115 2011-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
6116
6117         * config/arm/neon.md (orndi3_neon): Actually split it.
6118
6119 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
6120
6121         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Bump default to 10.
6122         * var-tracking.c (reverse_op): Limite recurse depth to 5.
6123
6124 2011-06-02  Alexandre Oliva  <aoliva@redhat.com>
6125
6126         PR debug/47590
6127         * target.def (delay_sched2, delay_vartrack): New.
6128         * doc/tm.texi.in: Update.
6129         * doc/tm.texi: Rebuild.
6130         * sched-rgn.c (gate_handle_sched2): Fail if delay_sched2.
6131         * var-tracking.c (gate_handle_var_tracking): Likewise.
6132         * config/bfin/bfin.c (bfin_flag_schedule_insns2): Drop.
6133         (bfin_flag_var_tracking): Drop.
6134         (output_file_start): Don't save and override flag_var_tracking.
6135         (bfin_option_override): Ditto flag_schedule_insns_after_reload.
6136         (bfin_reorg): Test original variables.
6137         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
6138         * config/ia64/ia64.c (ia64_flag_schedule_insns2): Drop.
6139         (ia64_flag_var_tracking): Drop.
6140         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
6141         (ia64_file_start): Don't save and override flag_var_tracking.
6142         (ia64_override_options_after_change): Ditto
6143         flag_schedule_insns_after_reload.
6144         (ia64_reorg): Test original variables.
6145         * config/picochip/picochip.c (picochip_flag_schedule_insns2): Drop.
6146         (picochip_flag_var_tracking): Drop.
6147         (TARGET_DELAY_SCHED2, TARGET_DELAY_VARTRACK): Define.
6148         (picochip_option_override): Don't save and override
6149         flag_schedule_insns_after_reload.
6150         (picochip_asm_file_start): Ditto flag_var_tracking.
6151         (picochip_reorg): Test original variables.
6152         * config/spu/spu.c (spu_flag_var_tracking): Drop.
6153         (TARGET_DELAY_VARTRACK): Define.
6154         (spu_var_tracking): New.
6155         (spu_machine_dependent_reorg): Call it.
6156         (asm_file_start): Don't save and override flag_var_tracking.
6157
6158 2011-06-02  Kaz Kojima  <kkojima@gcc.gnu.org>
6159
6160         PR target/49163
6161         * config/sh/predicates.md (general_movsrc_operand): Return 0
6162         for memory and memory subreg of which address is an invalid
6163         indexed address for QI and HImode.
6164         (general_movdst_operand): Likewise.
6165
6166 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
6167
6168         * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL
6169         edges only, when there is a non-local label in the function.
6170         * postreload-gcse.c (bb_has_well_behaved_predecessors): Likewise.
6171
6172 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
6173
6174         * config/i386/constraints.md (Y3): New register constraint.
6175         * config/i386/sse.md (*vec_interleave_highv2df): Merge with
6176         *sse3_interleave_highv2df and *sse2_interleave_highv2df.
6177         (*vec_interleave_lowv2df): Merge with *sse3_interleave_lowv2df and
6178         *sse2_interleave_lowv2df.
6179
6180 2011-06-02  Julian Brown  <julian@codesourcery.com>
6181
6182         * config/arm/arm-cores.def (cortex-a5): Use cortex_a5 tuning.
6183         * config/arm/arm.c (arm_cortex_a5_branch_cost): New.
6184         (arm_cortex_a5_tune): New.
6185
6186 2011-06-02  Julian Brown  <julian@codesourcery.com>
6187
6188         * config/arm/arm-protos.h (tune_params): Add branch_cost hook.
6189         * config/arm/arm.c (arm_default_branch_cost): New.
6190         (arm_slowmul_tune, arm_fastmul_tune, arm_xscale_tune, arm_9e_tune)
6191         (arm_v6t2_tune, arm_cortex_tune, arm_cortex_a9_tune)
6192         (arm_fa726_tune): Set branch_cost field using
6193         arm_default_branch_cost.
6194         * config/arm/arm.h (BRANCH_COST): Use branch_cost hook from
6195         current_tune structure.
6196         * dojump.c (tm_p.h): Include file.
6197
6198 2011-06-02  Julian Brown  <julian@codesourcery.com>
6199
6200         * config/arm/arm-cores.def (arm1156t2-s, arm1156t2f-s): Use v6t2
6201         tuning.
6202         (cortex-a5, cortex-a8, cortex-a15, cortex-r4, cortex-r4f, cortex-m4)
6203         (cortex-m3, cortex-m1, cortex-m0): Use cortex tuning.
6204         * config/arm/arm-protos.h (tune_params): Add prefer_constant_pool
6205         field.
6206         * config/arm/arm.c (arm_slowmul_tune, arm_fastmul_tune)
6207         (arm_xscale_tune, arm_9e_tune, arm_cortex_a9_tune)
6208         (arm_fa726te_tune): Add prefer_constant_pool setting.
6209         (arm_v6t2_tune, arm_cortex_tune): New.
6210         * config/arm/arm.h (TARGET_USE_MOVT): Make dependent on
6211         prefer_constant_pool setting.
6212
6213 2011-06-02  Uros Bizjak  <ubizjak@gmail.com>
6214
6215         * config/i386/i386.c (standard_sse_constant_p) <case 1>: Simplify
6216         switch statement.
6217         * config/i386/i386.md (*movdf_internal_rex64) <case 8,9,10>: Ditto.
6218         (*movdf_internal) <case 6,7,8>: Ditto.
6219
6220         * config/i386/constraints.md (Y4): New register constraint.
6221         * config/i386/sse.md (vec_set<mode>_0): Merge with
6222         *vec_set<mode>_0_sse4_1 and *vec_set<mode>_0_sse2.
6223         (*vec_extractv2di_1): Merge from *vec_extractv2di_1_sse2 and
6224         *vec_extractv2di_1_sse.
6225         (*vec_concatv2di_rex64): Merge from *vec_concatv2di_rex64_sse4_1
6226         and *vec_concatv2di_rex64_sse.
6227
6228 2011-06-02  Stuart Henderson  <shenders@gcc.gnu.org>
6229
6230         PR target/48807
6231         * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Check return value
6232         of cgraph_local_info for null before attempting to use it.
6233
6234 2011-06-02  Eric Botcazou  <ebotcazou@adacore.com>
6235
6236         * function.h (struct stack_usage): Remove dynamic_alloc_count field.
6237         (current_function_dynamic_alloc_count): Delete.
6238         * builtins.c (expand_builtin_setjmp_setup): Do not set calls_setjmp.
6239         (expand_builtin_nonlocal_goto): Remove obsolete comment.
6240         (expand_builtin_update_setjmp_buf): Remove dead code.
6241         * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
6242         * explow.c (allocate_dynamic_stack_space): Remove SETJMP_VIA_SAVE_AREA
6243         support.
6244         * function.c (instantiate_virtual_regs): Likewise.
6245         * postreload-gcse.c (bb_has_well_behaved_predecessors): Return false
6246         for a block with a single abnormal incoming edge.
6247         * config/sparc/sparc.h (STACK_SAVEAREA_MODE): Define.
6248         (SETJMP_VIA_SAVE_AREA): Delete.
6249         * config/sparc/sparc-protos.h (load_got_register): Declare.
6250         * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
6251         (load_got_register): Make global.
6252         (sparc_frame_pointer_required): Add 'static'.
6253         (sparc_can_eliminate): Likewise.  Call sparc_frame_pointer_required.
6254         (sparc_builtin_setjmp_frame_value): New function.
6255         * config/sparc/sparc.md (UNSPECV_SETJMP): Remove.
6256         (save_stack_nonlocal): New expander.
6257         (restore_stack_nonlocal): Likewise.
6258         (nonlocal_goto): Remove modes, adjust predicates and reimplement.
6259         (nonlocal_goto_internal): New insn.
6260         (goto_handler_and_restore): Delete.
6261         (builtin_setjmp_setup): Likewise.
6262         (do_builtin_setjmp_setup): Likewise.
6263         (setjmp): Likewise.
6264         (builtin_setjmp_receiver): New expander.
6265
6266 2011-06-01  David Li  <davidxl@google.com>
6267
6268         PR middle-end/49261
6269         * tree-pretty-print.c (dump_function_header): Format cleanup.
6270
6271 2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
6272
6273         PR target/49238
6274         * config/sh/sh.c (expand_cbranchdi4): Use a scratch register if
6275         needed when original operands are used for msw_skip comparison.
6276
6277 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
6278
6279         PR debug/49250
6280         * var-tracking.c (add_uses, add_stores): Don't call
6281         cselib_subst_to_values on ENTRY_VALUE.
6282
6283 2011-06-01  Diego Novillo  <dnovillo@google.com>
6284
6285         * lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call
6286         output_record_start with LTO_null instead of output_zero.
6287         (lto_output_ts_binfo_tree_pointers): Likewise.
6288         (lto_output_tree): Likewise.
6289         (output_eh_try_list): Likewise.
6290         (output_eh_region): Likewise.
6291         (output_eh_lp): Likewise.
6292         (output_eh_regions): Likewise.
6293         (output_bb): Likewise.
6294         (output_function): Likewise.
6295         (output_unreferenced_globals): Likewise.
6296         * lto-streamer.h (enum LTO_tags): Reserve MAX_TREE_CODES
6297         instead of NUM_TREE_CODES.
6298         (lto_tag_is_tree_code_p): Check max value against MAX_TREE_CODES.
6299         (lto_output_int_in_range): Change << to >> when shifting VAL.
6300
6301 2011-06-01  Diego Novillo  <dnovillo@google.com>
6302
6303         * lto-streamer-out.c (lto_output_ts_decl_non_common_tree_pointers):
6304         Remove assertion for DECL_SAVED_TREE in FUNCTION_DECL nodes.
6305
6306 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
6307
6308         PR target/45074
6309         * optabs.h (valid_multiword_target_p): Declare.
6310         * expmed.c (extract_bit_field_1): Check valid_multiword_target_p when
6311         doing multi-word operations.
6312         * optabs.c (expand_binop): Likewise.
6313         (expand_doubleword_bswap): Likewise.
6314         (expand_absneg_bit): Likewise.
6315         (expand_unop): Likewise.
6316         (expand_copysign_bit): Likewise.
6317         (multiword_target_p): New function.
6318
6319 2011-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
6320
6321         PR rtl-optimization/48830
6322         PR rtl-optimization/48808
6323         PR rtl-optimization/48792
6324         * reload.c (push_reload): Check contains_reg_of_mode.
6325         * reload1.c (strip_paradoxical_subreg): New function.
6326         (gen_reload_chain_without_interm_reg_p): Use it to handle
6327         paradoxical subregs.
6328         (emit_output_reload_insns, gen_reload): Likewise.
6329
6330 2011-06-01  David Li  <davidxl@google.com>
6331
6332         * predict.c : Change pass name
6333         * ipa.c: Ditto.
6334         * dce.c: Ditto.
6335         * tree-profile.c: Ditto.
6336         * except.c: Ditto.
6337
6338 2011-06-01  David Li  <davidxl@google.com>
6339
6340         * tree-pretty-print.c (dump_function_header): New function.
6341         * final.c (rest_of_clean_state): Use header dumper.
6342         * tree-cfg.c (gimple_dump_cfg): Use header dumper.
6343         * passes.c (pass_init_dump_file): Use header dumper.
6344
6345 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
6346
6347         * dwarf2out.c (compare_loc_descriptor, scompare_loc_descriptor,
6348         ucompare_loc_descriptor, minmax_loc_descriptor, clz_loc_descriptor,
6349         popcount_loc_descriptor, bswap_loc_descriptor, rotate_loc_descriptor):
6350         New functions.
6351         (mem_loc_descriptor): Use them.
6352
6353         * var-tracking.c (create_entry_value): New function.
6354         (vt_add_function_parameter): Use it.
6355
6356 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6357
6358         * config/i386/crtfastmath.c [!__x86_64__ && __sun__ && __svr4__]:
6359         Include <signal.h>, <ucontext.h>.
6360         (sigill_caught): Define.
6361         (sigill_hdlr): New function.
6362         (set_fast_math) [!__x86_64__ && __sun__ && __svr4__]: Check if SSE
6363         insns can be executed.
6364         * config/sol2.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.
6365         * config/sparc/sol2.h (ENDFILE_SPEC): Remove.
6366
6367 2011-06-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6368
6369         * config/t-slibgcc-darwin: Move to ...
6370         * config/t-slibgcc-dummy: ... this.  Clarify comments.
6371         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*,
6372         powerpc-*-darwin*, powerpc64-*-darwin*): Reflect this.
6373         (i[3456x]86-*-netware*): Add t-slibgcc-dummy to tmake_file.
6374         (i[34567]86-*-rtems*): Remove extra_parts.  Use i386/t-rtems.
6375         Remove i386/t-crtstuff from tmake_file.
6376         (i[34567]86-*-solaris2*): Remove t-svr4,
6377         t-slibgcc-elf-ver, t-slibgcc-sld from tmake_file, add
6378         t-slibgcc-dummy.
6379         (sparc-*-elf*, sparc64-*-elf*): Remove tmake_file, extra_parts.
6380         (sparc-*-rtems*, sparc64-*-rtems*): Remove sparc/t-crtin,
6381         sparc/t-crtfm from tmake_file.
6382         (sparc*-*-solaris2*): Remove sparc/t-sol2, sparc/t-crtfm,
6383         t-slibgcc-elf-ver, t-slibgcc-sld, add t-slibgcc-dummy.
6384         Remove extra_parts.
6385         * config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Define.
6386         * config/i386/t-nwld (SHLIB_LINK): Remove.
6387         * config/i386/t-rtems-i386: Rename to ...
6388         * config/i386/t-rtems: ... this.
6389         ($(T)crti.o, $(T)crtn.o): Remove.
6390         (FPBIT, DPBIT, LIB2FUNCS_EXTRA): Remove.
6391         (dp-bit.c, fp-bit.c, xp-bit.c): Remove.
6392         (EXTRA_MULTILIB_PARTS, LIBGCC, INSTALL_LIBGCC): Remove.
6393         * config/i386/t-sol2-10 (LIBGCC, INSTALL_LIBGCC,
6394         EXTRA_MULTILIB_PARTS): Remove.
6395         * config/sparc/t-sol2-64: Likewise.
6396         * config/sparc/t-sol2: Remove.
6397         * config/sparc/t-crtin: Remove.
6398         * config/sparc/gmon-sol2.c: Move to ../libgcc/config.
6399         * config/i386/gmon-sol2.c: Remove.
6400         * config/i386/sol2-c1.asm: Move to ../libgcc/config/i386/sol2-c1.S.
6401         * config/i386/sol2-ci.asm: Move to ../libgcc/config/i386/sol2-ci.S.
6402         * config/i386/sol2-cn.asm: Move to ../libgcc/config/i386/sol2-cn.S.
6403         * config/i386/sol2-gc1.asm: Remove.
6404         * config/sparc/sol2-c1.asm: Move to ../libgcc/config/sparc/sol2-c1.S.
6405         * config/sparc/sol2-ci.asm: Move to ../libgcc/config/sparc/sol2-ci.S.
6406         * config/sparc/sol2-cn.asm: Move to ../libgcc/config/sparc/sol2-cn.S.
6407         * config/t-slibgcc-sld: Remove.
6408
6409 2011-06-01  Jakub Jelinek  <jakub@redhat.com>
6410
6411         * dwarf2out.c (mem_loc_descriptor) <do_ucompare>: Call
6412         base_type_for_mode with op_mode instead of mode.
6413
6414 2011-06-01  Paul Brook  <paul@cpodesourcery.com>
6415
6416         * config/arm/arm-cores.def: Add cortex-r5.  Add DIV flags to
6417         Cortex-A15.
6418         * config/arm/arm-tune.md: Regenerate.
6419         * config/arm/arm-tables.opt: Regenerate.
6420         * config/arm/arm.c (FL_DIV): Rename...
6421         (FL_THUMB_DIV): ... to this.
6422         (FL_ARM_DIV): Define.
6423         (FL_FOR_ARCH7R, FL_FOR_ARCH7M): Use FL_THUMB_DIV.
6424         (arm_arch_hwdiv): Remove.
6425         (arm_arch_thumb_hwdiv, arm_arch_arm_hwdiv): New variables.
6426         (arm_issue_rate): Add cortexr5.
6427         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set
6428         __ARM_ARCH_EXT_IDIV__.
6429         (TARGET_IDIV): Define.
6430         (arm_arch_hwdiv): Remove.
6431         (arm_arch_arm_hwdiv, arm_arch_thumb_hwdiv): New prototypes.
6432         * config/arm/arm.md (tune_cortexr4): Add cortexr5.
6433         (divsi3, udivsi3): New patterns.
6434         * config/arm/thumb2.md (divsi3, udivsi3): Remove.
6435         * doc/invoke.texi: Document ARM -mcpu=cortex-r5
6436
6437 2011-06-01  Martin Jambor  <mjambor@suse.cz>
6438
6439         * ipa-utils.c (ipa_dfs_info): New field scc_no.
6440         * ipa-utils.c (searchc): Set scc_no.
6441
6442 2011-06-01  Martin Jambor  <mjambor@suse.cz>
6443
6444         * ipa-utils.c (searchc_env): New field allow_overwritable.
6445         (searchc): do not ignore edges to overwritable nodes if indicated
6446         by env->allow_overwritable.
6447         (ipa_reduced_postorder): Set env.allow_overwritable.
6448
6449 2011-06-01  Richard Guenther  <rguenther@suse.de>
6450
6451         * tree.c (free_lang_data): Do not reset boolean_type_node nor
6452         char_type_node.
6453         * lto-streamer.c (lto_record_common_node): Take node pointer,
6454         do not register types.
6455         (lto_preload_common_nodes): Explicitly skip preloading nodes
6456         that differ between frontends.
6457
6458 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
6459
6460         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from
6461         NON_FLOAT_REGS.
6462
6463 2011-05-31  Pat Haugen  <pthaugen@us.ibm.com>
6464
6465         * config/rs6000/rs6000.c (rs6000_register_move_cost): Preserve from
6466         parameter value for dump. Dump cost on outermost call only.
6467         (rs6000_memory_move_cost): Dump cost on outermost call only.
6468
6469 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
6470
6471         * dwarf2out.c (resolve_addr_in_expr): Optimize away redundant
6472         DW_OP_GNU_convert ops.
6473
6474         * cselib.c (promote_debug_loc): Allow l->next non-NULL for
6475         cselib_preserve_constants.
6476         (cselib_lookup_1): If cselib_preserve_constants,
6477         a new VALUE is being created for REG and there is a VALUE for the
6478         same register in wider mode, add another loc with lowpart SUBREG of
6479         the wider VALUE.
6480         (cselib_subst_to_values): Handle ENTRY_VALUE.
6481         * var-tracking.c  (replace_expr_with_values): Return NULL for
6482         ENTRY_VALUE too.
6483         * dwarf2out.c (convert_descriptor_to_signed): New function.
6484         (mem_loc_descriptor) <case ZERO_EXTEND>: Optimize using DW_OP_and
6485         instead of two shifts.
6486         (mem_loc_descriptor) <do_shift>: ZERO_EXTEND second argument to
6487         the right mode if needed.
6488         (mem_loc_descriptor) <case MOD>: For typed ops just use DW_OP_mod.
6489         (mem_loc_descriptor) <case UNSIGNED_FIX>: Use
6490         convert_descriptor_to_signed.
6491         (mem_loc_descriptor) <case UDIV, CLZ, CTZ, FFS, POPCOUNT, PARITY,
6492         BSWAP, ROTATE, ROTATERT>: Handle these rtls.
6493
6494         PR target/48688
6495         * config/i386/i386.md (*lea_general_4): New define_insn_and_split.
6496
6497 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
6498
6499         * config/i386/i386.md: Use SWI248x instead of X87MODEI, SWI24 instead
6500         of X87MODEI12 and SWI48x instead of SSEMODEI24.
6501         (SWI248x): New mode iterator, rename from X87MODEI.
6502         (X87MODEI): Remove mode iterator.
6503         (X87MODEI12): Ditto.
6504         (SSEMODEI24): Ditto.
6505
6506 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
6507
6508         * params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): New.
6509         * doc/invoke.texi: Document max-vartrack-expr-depth.
6510         * var-tracking.c (EXPR_DEPTH): New.
6511         (reverse_op, vt_expand_loc, vt_expand_loc_dummy): Use it.
6512
6513 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
6514
6515         * config/i386/i386.c (ix86_rtx_costs): Drop NEG from sub for FMA.
6516         * config/i386/sse.md: Add n to negated FMA pattern names.
6517
6518 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
6519
6520         * gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
6521
6522 2011-05-31  Alexandre Oliva  <aoliva@redhat.com>
6523
6524         * gengtype-state.c (read_state_params_structs): Initialize previous.
6525
6526 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
6527
6528         * config/i386/i386.md (*pushxf_nointeger): Merge alternatives 1 and 2.
6529         (FP push_operand splitters): Merge {TF,XF,DF}mode splitters.
6530
6531 2011-05-31  Uros Bizjak  <ubizjak@gmail.com>
6532
6533         * config/i386/i386.md (*movtf_internal): Avoid allocating general
6534         registers.  Penalize F*r->o alternative to prevent partial memory
6535         stalls.  Slightly penalize *roF->*r alternative.  Generate SSE
6536         CONST_DOUBLE immediates when optimizing function for size.  Do not move
6537         CONST_DOUBLEs directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
6538         (*movxf_internal): Slightly penalize Yx*roF->Yx*r alternative.
6539         (*movdf_internal): Slightly penalize Yd*roF->Yd*r alternative.
6540         (*movdf_internal_rex64): Slightly penalize rm->r, F->m and r->m
6541         alternatives.
6542         (*movsf_internal): Slightly penalize rmF->r and Fr->m alternatives.
6543
6544         (fp_register_operand splitters): Use fp_register_operand
6545         constraint.  Do not use FP_REG_P in insn condition.
6546         (any_fp_register_operand splitters): Use any_fp_register_operand
6547         constraint.  Do not use ANY_FP_REG_P in insn condition.
6548
6549 2011-05-31  Jan Hubicka  <jh@suse.cz>
6550
6551         * cgraph.h (cgraph_inline_failed_t): Give enum a name
6552         * lto-cgraph.c (LDPR_NUM_KNOWN): New macro.
6553         (LTO_cgraph_tags): Add LTO_cgraph_last_tag.
6554         (lto_output_edge): Use output_enum and var_len_unsigned.
6555         (lto_output_varpool_node): Likewise.
6556         (input_overwrite_node): Do not take resolution parameter;
6557         extract it from a bitpack.
6558         (input_node): Do not read resolution; use input_enum and
6559         var_len_unsigned.
6560         (input_varpool_node): Likewise.
6561         (input_edge): Likewise.
6562         (input_cgraph_1): Likewise.
6563
6564 2011-05-31  Richard Guenther  <rguenther@suse.de>
6565
6566         * gimple.c (gimple_register_canonical_type): Do not register
6567         any types via gimple_register_type.
6568
6569 2011-05-31  Jan Hubicka  <jh@suse.cz>
6570
6571         * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Merge alias decl
6572         of thunks.
6573
6574 2011-05-31  Jakub Jelinek  <jakub@redhat.com>
6575
6576         PR rtl-optimization/49235
6577         * tree-ssa-address.c (gen_addr_rtx): Ignore base if it is const0_rtx.
6578         (create_mem_ref_raw): Create MEM_REF even if base is INTEGER_CST.
6579
6580 2011-05-31  Ira Rosen  <ira.rosen@linaro.org>
6581
6582         PR tree-optimization/49093
6583         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail for volatile
6584         data references.
6585
6586 2011-05-31  Dodji Seketeli  <dodji@redhat.com>
6587
6588         PR debug/49047
6589         * dwarf2out.c (gen_subprogram_die): Emit linkage name attribute
6590         for concrete functions containing the code of cloned functions.
6591
6592 2011-05-31  Richard Guenther  <rguenther@suse.de>
6593
6594         * tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
6595         to ...
6596         (forward_propagate_into_comparison_1): ... this.
6597         (forward_propagate_comparison): Rename to ...
6598         (forward_propagate_into_comparison): ... this.  Split out
6599         real forward propagation code to ...
6600         (forward_propagate_comparison): ... this.
6601         (forward_propagate_into_gimple_cond): Remove looping.
6602         (forward_propagate_into_cond): Likewise.
6603         (simplify_not_neg_expr): Return whether we have done something.
6604         (simplify_gimple_switch): Likewise.
6605         (tree_ssa_forward_propagate_single_use_vars): Rename to ...
6606         (ssa_forward_propagate_and_combine): ... this.  Re-structure
6607         to do a forward forward-propagation walk on BBs and a backward
6608         stmt combining walk on BBs.  Consistently re-scan changed statements.
6609         (pass_forwprop): Adjust.
6610
6611 2011-05-30  Ian Lance Taylor  <iant@google.com>
6612
6613         * godump.c (go_format_type): Correct length of name added to
6614         obstack for anonymous field.
6615
6616 2011-05-30  Kaz Kojima  <kkojima@gcc.gnu.org>
6617
6618         PR target/49186
6619         * config/sh/sh.c (expand_cbranchdi4): Set msw_skip when the high
6620         part of the second operand is 0.
6621
6622 2011-05-30  Uros Bizjak  <ubizjak@gmail.com>
6623
6624         * config/i386/i386.md (*movxf_internal): Penalize FYx*r->o alternative
6625         to prevent partial memory stalls.  Do not move CONST_DOUBLEs directly
6626         to memory for !TARGET_MEMORY_MISMATCH_STALL.
6627         (*movdf_internal_rex64): Do not penalize F->r alternative.
6628         (*movdf_internal): Penalize FYd*r->o alternative to prevent partial
6629         memory stalls.  Generate SSE and x87 CONST_DOUBLE immediates only
6630         when optimizing function for size.  Do not move CONST_DOUBLEs
6631         directly to memory for !TARGET_MEMORY_MISMATCH_STALL.
6632         (FP move splitters): Merge {TF,XF,DF}mode splitters.  Do not handle
6633         SUBREGs.  Do not check for MEM_P operands in the insn condition,
6634         check for ANY_FP_REGNO_P instead.
6635         * config/i386/constraints.md (Yd): Enable GENERAL_REGS for
6636         TARGET_64BIT and for TARGET_INTEGER_DFMODE_MOVES when optimizing
6637         function for speed.
6638         * config/i386/i386.c (ix86_option_override_internal): Do not
6639         set TARGET_INTEGER_DFMODE_MOVES here.
6640
6641 2011-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6642
6643         PR target/49168
6644         * config/i386/i386.md (*movtf_internal): Handle misaligned load/store.
6645
6646 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
6647
6648         * dwarf2out.c (modified_type_die, gen_reference_type_die): Use
6649         DW_TAG_rvalue_reference_type even for
6650         -gdwarf-4 -fno-debug-types-section.
6651
6652 2011-05-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6653
6654         PR tree-optimization/46728
6655         * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms.
6656         (build_and_insert_binop): New.
6657         (gimple_expand_builtin_pow): Reorder args for
6658         build_and_insert_call; use build_and_insert_binop; add more
6659         optimizations for fractional exponents.
6660
6661 2011-05-30  Nathan Froyd  <froydnj@gcc.gnu.org>
6662
6663         PR bootstrap/49190
6664
6665         Revert:
6666         2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
6667
6668         * tree.h (struct tree_identifier): Inherit from tree_typed, not
6669         tree_common.
6670         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
6671         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
6672         TS_BASE instead of TS_COMMON.
6673         * varasm.c (assemble_name): Remove assert.
6674
6675 2011-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
6676
6677         * config.gcc: Keep obselete list sorted.
6678
6679 2011-05-30  Jakub Jelinek  <jakub@redhat.com>
6680             Eric Botcazou  <ebotcazou@adacore.com>
6681
6682         * var-tracking.c (vt_add_function_parameter): Remap incoming MEMs with
6683         crtl->args.internal_arg_pointer based address to arg_pointer_rtx if
6684         there is a DRAP register and arg_pointer_rtx is the CFA pointer.
6685         (vt_init_cfa_base): Don't equate cfa_base_rtx if stack was realigned.
6686         (vt_initialize): Initialize cfa_base_rtx if there is a DRAP register.
6687
6688 2011-05-30  Richard Guenther  <rguenther@suse.de>
6689
6690         * gimple.c (gimple_types_compatible_p_1): Compare record
6691         and union type members properly.
6692
6693 2011-05-30  Richard Guenther  <rguenther@suse.de>
6694
6695         PR tree-optimization/49210
6696         * ipa-split.c (split_function): Care for the case where the call
6697         result is not trivially convertible to the result holding variable.
6698
6699 2011-05-30  Richard Guenther  <rguenther@suse.de>
6700
6701         PR tree-optimization/49218
6702         * tree-vrp.c (adjust_range_with_scev): Properly check whether
6703         overflow occured.
6704
6705 2011-05-30  Richard Guenther  <rguenther@suse.de>
6706
6707         * tree-ssa-forwprop.c (forward_propagate_into_comparison):
6708         New function split out from ...
6709         (forward_propagate_into_gimple_cond): ... here.  Adjust.
6710         (forward_propagate_into_cond): Likewise.
6711         (forward_propagate_comparison): Also propagate into
6712         comparisons on assignment RHS.  Change return value to
6713         behave similar to forward_propagate_into_cond.
6714         (tree_ssa_forward_propagate_single_use_vars): Handle
6715         strict-overflow warnings properly for forward_propagate_comparison.
6716
6717 2011-05-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6718
6719         * configure.ac (gcc_cv_lto_plugin): Determine lto plugin support
6720         from plugin linker.
6721         * configure: Regenerate.
6722
6723 2011-05-30  Ira Rosen  <ira.rosen@linaro.org>
6724
6725         PR tree-optimization/49199
6726         * tree-vect-loop.c (vect_is_slp_reduction): Check that the
6727         non-reduction operands are either defined in the loop or by induction.
6728
6729 2011-05-29  Xinliang David Li  <davidxl@google.com>
6730
6731         * opts-global.c (handle_common_deferred_options): Handle new options.
6732         * passes.c (register_one_dump_file): Call register_pass_name.
6733         (execute_one_pass): Check explicit enable/disable flag.
6734         (passr_hash): New function.
6735         (passr_eq): Ditto.
6736         (register_pass_name): Ditto.
6737         (get_pass_by_name): Ditto.
6738         (pass_hash): Ditto.
6739         (pass_eq): Ditto.
6740         (enable_pass): Ditto.
6741         (disable_pass): Ditto.
6742         (is_pass_explicitly_enabled_or_disabled): Ditto.
6743
6744 2011-05-29  Uros Bizjak  <ubizjak@gmail.com>
6745
6746         * config/i386/i386.md (*movoi_internal_avx): Use
6747         standard_sse_constant_opcode for alternative 0.
6748         (*movti_internal_sse): Ditto.
6749         (*movti_internal_rex64): Use standard_sse_constant_opcode for
6750         alternative 2.
6751         (*movdi_internal_rex64): Use standard_sse_constant_opcode for
6752         sselog1 type moves.
6753         (*movsi_internal): Ditto.
6754         (*movdi_internal): Ditto.  Add ssecvt type moves.
6755
6756 2011-05-29  Eric Botcazou  <ebotcazou@adacore.com>
6757
6758         PR target/48830
6759         * rtlanal.c (simplify_subreg_regno): Adjust comment.
6760
6761 2011-05-29  Jakub Jelinek  <jakub@redhat.com>
6762
6763         PR rtl-optimization/49095
6764         * config/i386/predicates.md (plusminuslogic_operator): New predicate.
6765         * config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.
6766
6767 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
6768
6769         PR target/43995
6770         * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
6771         recurse_p argument.  Only follow register copies if it is set,
6772         and prevent mips_find_pic_call_symbol from recursing.
6773         (mips_find_pic_call_symbol): Add a recurse_p argument.
6774         Pass it to mips_pic_call_symbol_from_set.
6775         (mips_annotate_pic_calls): Update accordingly.
6776
6777 2011-05-29  Richard Sandiford  <rdsandiford@googlemail.com>
6778
6779         * emit-rtl.c (try_split): Use a loop to search for
6780         NOTE_INSN_CALL_ARG_LOCATIONs.
6781
6782 2011-05-29  Richard Guenther  <rguenther@suse.de>
6783
6784         PR tree-optimization/49217
6785         * ipa-pure-const.c (propagate_pure_const): Fix typos.
6786
6787 2011-05-28  Jan Hubicka  <jh@suse.cz>
6788
6789         * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
6790         length.
6791         (string_slot_free): Remove
6792         (create_output_block): Initialize obstack.
6793         (destroy_output_block): Free obstack.
6794         (lto_string_index): Add PERSISTENT parameter; do not duplicate
6795         the string unless it needs to be added into the hash.
6796         (lto_output_string_with_length): Add persistent attribute;
6797         handle NULL strings.
6798         (lto_output_string): Add PERSISTENT parameter.
6799         (output_string_cst, output_identifier): Simplify.
6800         (lto_output_location_bitpack): Update.
6801         (lto_output_builtin_tree): Update.
6802         * lto-streamer.h (struct output_block): Add obstack.
6803         (lto_output_string, lto_output_string_with_length): Remove
6804         declarations; functions are static now.
6805
6806 2011-05-28  Jan Hubicka  <jh@suse.cz>
6807
6808         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
6809         pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
6810         pack_ts_function_decl_value_fields, lto_output_builtin_tree,
6811         output_cfg, output_gimple_stmt): Use enum and variable length i/o.
6812         * lto-streamer-in.c (input_cfg, input_gimple_stmt,
6813         unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
6814         unpack_ts_decl_with_vis_value_fields,
6815         unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
6816         lto_get_builtin_tree): Use enum and variable length i/o.
6817         * basic-block.h (profile_status_d): Add PROFILE_LAST.
6818         * lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
6819         New functions.
6820         (bp_pack_enum, bp_unpack_enum): New macros.
6821
6822 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
6823
6824         * genrecog.c: Remove redundant forward declarations.
6825
6826 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
6827
6828         * config.gcc: Deprecate mips*-*-openbsd*.
6829
6830 2011-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
6831
6832         PR bootstrap/49195
6833         * genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
6834         for match_op_dup.
6835
6836 2011-05-27  Andrew Pinski  <pinskia@gmail.com>
6837
6838         PR middle-end/48981
6839         * gengtype.c (vec_prefix_type): New function.
6840         (note_def_vec): Use vec_prefix_type and change the length
6841         attribute to be based on the prefix.
6842         * vec.c: Include coretypes.h before vec.h.
6843         (struct vec_prefix): Remove.
6844         (vec_gc_p_reserve): Change the offsetof to sizeof.
6845         (vec_gc_p_reserve_exact): Likewise.
6846         (vec_heap_p_reserve): Likewise.
6847         (vec_heap_p_reserve_exact): Likewise.
6848         (vec_stack_o_reserve_1): Copy from +1 instead of from vec.
6849         (vec_stack_p_reserve): Change the offsetof to sizeof.
6850         (vec_stack_p_reserve_exact): Likewise.
6851         * vec.h (struct vec_prefix): New struct definition.
6852         (VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
6853         (VEC_T_GTY(T,B)): Likewise.
6854         (DEF_VEC_FUNC_P(T)): Use prefix field.
6855         (DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
6856         (DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.
6857
6858 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6859
6860         PR tree-optimization/46728
6861         * tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
6862         (powi_as_mults): Add gimple_set_location.
6863         (build_and_insert_call): New.
6864         (gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
6865         0.5, 0.25, 0.75, 1./3., or 1./6.
6866
6867 2011-05-27  Alexander Monakov  <amonakov@ispras.ru>
6868
6869         * doc/contrib.texi: Update copyright years.
6870         (Contributors): Add Zdenek Sojka.
6871
6872 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
6873
6874         * c-decl.c (c_push_function_context): Copy the current statement
6875         list stack.
6876         (add_stmt): Check building_stmt_list_p and push_stmt if necessary.
6877         (finish_struct): Call building_stmt_list_p instead of checking
6878         cur_stmt_list.
6879         * c-parser.c (c_parser_postfix_expression): Likewise.
6880         * c-typeck.c (c_end_compound_stmt): Likewise.
6881         * print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
6882         * tree-iterator.c (stmt_list_cache): Change to a VEC.
6883         (alloc_stmt_list): Adjust for stmt_list_cache's new type.
6884         (free_stmt_list): Likewise.
6885         * tree.h (struct tree_statement_list): Include typed_tree instead
6886         of tree_common.
6887         * tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
6888         as TS_TYPED instead of TS_COMMON.
6889
6890 2011-05-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6891             Uros Bizjak  <ubizjak@gmail.com>
6892
6893         * configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
6894         (HAVE_AS_IX86_TLSGDPTL): Define.
6895         (gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
6896         (HAVE_AS_IX86_TLSLDMPLT): Define.
6897         * configure: Regenerate.
6898         * config.in: Regenerate.
6899         * config/i386/i386.c (ix86_print_operand): Handle code 'p'.
6900         * config/i386/i386.md (*tls_global_dynamic_32_gnu): If
6901         TARGET_SUN_TLS, use @tlsgdplt or @plt.
6902         (*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
6903         (*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
6904         @tlsldmplt or @plt.
6905         (*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.
6906
6907 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
6908
6909         * sched-int.h (struct _haifa_deps_insn_data): New members cond
6910         and reverse_cond.
6911         (INSN_COND, INSN_REVERSE_COND): New macros.
6912         * sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
6913         once.
6914         (sched_get_condition_with_rev): Cache the results, and look them up
6915         if possible.
6916         (sched_analyze_insn): Destroy INSN_COND of previous insns if they
6917         are clobbered by the current insn.
6918         * target.def (exposed_pipline): New sched data hook.
6919         * doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
6920         * doc/tm.texi: Regenerate.
6921
6922 2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6923
6924         PR tree-optimization/49170
6925         * tree-ssa-math-opts.c (execute_cse_sincos):  Add checks for
6926         sincos or cexp.
6927
6928 2011-05-27  Richard Guenther  <rguenther@suse.de>
6929
6930         PR middle-end/49189
6931         * fold-const.c (fold_unary_loc): Do not re-fold folding conversions
6932         of comparisons.
6933
6934 2011-05-27  Bernd Schmidt  <bernds@codesourcery.com>
6935
6936         * haifa-sched.c (sched_scan_info): Remove.
6937         (schedule_block): Call sched_extend_luids rather than sched_init_luids
6938         with NULL args.
6939         (extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
6940         Remove functions.
6941         (sched_scan): Remove.
6942         (sched_extend_luids): Renamed from luids_extend_insn and no longer
6943         static.  All callers changed.
6944         (sched_init_insn_luid): Renamed from luids_init_insn and no longer
6945         static.  All callers changed.
6946         (sched_init_luids): Remove all arguments except the first.  All
6947         callers changed.  Don't use sched_scan.
6948         (haifa_init_h_i_d): Likewise.
6949         (haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
6950         manually rather than using sched_init_luids.  Likewise with
6951         extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
6952         * sel-sched.c (sel_region_target_finish): Call sched_extend_luids
6953         rather than sched_init_luids with NULL args.
6954         * sel-sched-ir.c (new_insns): Remove variable.
6955         (sched_scan): New static function, previously in haifa-sched.c.  Remove
6956         all arguments but the first two; all callers changed.
6957         (sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
6958         rather than sched_init_luids.
6959         (sel_init_bbs): Remove second argument.  All callers changed.
6960         (sel_add_bb): Call sched_extend_luids rather than sched_init_luids
6961         with NULL arguments.
6962         (create_insn_rtx_from_pattern): Likewise.
6963         * sel-sched-ir.h (sel_init_bbs): Adjust declaration.
6964         * sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
6965         (sched_init_insn_luid, sched_extend_luids): Declare.
6966         (sched_scan_info_def, sched_scan_info, sched_scan): Remove
6967         declarations.
6968
6969 2011-05-27  Richard Guenther  <rguenther@suse.de>
6970
6971         PR middle-end/49177
6972         * fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
6973         A CMP B ? (T) true : (T) false for non-integral types T again.
6974
6975 2011-05-27  Jan Hubicka  <jh@suse.cz>
6976
6977         * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
6978         so 0 means NULL string.
6979         (lto_output_string_with_length): ... here.
6980         (lto_output_string, output_string_cst, output_identifier): Update
6981         handling of NULL strings.
6982         (lto_output_location_bitpack): New function.
6983         (lto_output_location): Use it.
6984         (lto_output_tree_ref): Use output_record_start.
6985         (pack_ts_type_common_value_fields): Pack aliagn & alias set in var
6986         len values.
6987         * lto-streamer-in.c (string_for_index): Break out from ...; offset
6988         values by 1.
6989         (input_string_internal): ... here;
6990         (input_string_cst, input_identifier, lto_input_string): Update handling
6991         of NULL strings.
6992         (lto_input_location_bitpack): New function
6993         (lto_input_location): Use it.
6994         (unpack_ts_type_common_value_fields): Pack align & alias in var len
6995         values.
6996         * lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
6997         bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
6998         (bp_pack_value): Sanity check the value range.
6999         * lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
7000         New functions.
7001         * lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
7002         New functions.
7003
7004 2011-05-27  Hariharan Sandanagobalane  <hariharan@picochip.com>
7005
7006         * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
7007         call_arg_location instructions down the floor.
7008
7009 2011-05-26  Vladimir Makarov  <vmakarov@redhat.com>
7010
7011         PR rtl-optimization/49154
7012         * ira.c (setup_pressure_classes): Process class without sublcasses
7013         as a candidate for pressure classes.
7014
7015 2011-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
7016
7017         PR rtl-optimization/48575
7018         * genrecog.c (position_type): New enum.
7019         (position): New structure.
7020         (decision): Use position structure instead of a string.
7021         (root_pos, peep2_insn_pos_list): New variables.
7022         (next_position, compare_positions): New functions.
7023         (new_decision): Use position structures instead of strings.
7024         (maybe_both_true): Likewise.
7025         (change_state): Likewise.
7026         (write_tree): Likewise.
7027         (make_insn_sequence): Likewise.
7028
7029 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
7030
7031         * tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
7032         TS_BASE instead of TS_COMMON.
7033         (find_decls_types_r): Check for TS_TYPED structure before looking at
7034         TREE_TYPE.
7035         * tree.h (struct tree_block): Inherit from tree_base, not tree_common.
7036         Add chain field.
7037         (BLOCK_CHAIN): Use new chain field.
7038
7039 2011-05-26  Pat Haugen  <pthaugen@us.ibm.com>
7040
7041         * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
7042         moves expensive on Power7 also.
7043
7044 2011-05-26  Richard Guenther  <rguenther@suse.de>
7045
7046         * fold-const.c (fold_unary_loc): Remove bogus code.
7047
7048 2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>
7049
7050         * tree.h (struct tree_identifier): Inherit from tree_typed, not
7051         tree_common.
7052         (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
7053         * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
7054         TS_BASE instead of TS_COMMON.
7055         * varasm.c (assemble_name): Remove assert.
7056
7057 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
7058
7059         * Makefile.in (srcdirify): Change order so that libgcc_objdir is
7060         substituted first.
7061         * libgcc-std.ver: Delete file.
7062
7063 2011-05-26  Richard Guenther  <rguenther@suse.de>
7064
7065         PR tree-optimization/48702
7066         * tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
7067         only when we know the base address is within bounds.
7068         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
7069         assume the base address of TARGET_MEM_REFs is in bounds.
7070
7071 2011-05-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7072
7073         PR target/49099
7074         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
7075         declaration in TARGET_SOLARIS.
7076
7077 2011-05-26  Hariharan Sandanagobalane  <hariharan@picochip.com>
7078
7079         * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
7080         The instruction is then expanded explicitly.
7081         (supported_compare): Callable instruction.
7082         (compare): Likewise.
7083
7084 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
7085
7086         PR c++/49165
7087         * gimplify.c (shortcut_cond_r): Don't special case
7088         COND_EXPRs if they have void type on one of their arms.
7089
7090 2011-05-26  Bernd Schmidt  <bernds@codesourcery.com>
7091
7092         * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
7093         to reduce duplication, and to achieve a slightly more logical order
7094         of operations.
7095
7096 2011-05-26  Jakub Jelinek  <jakub@redhat.com>
7097
7098         PR tree-optimization/49161
7099         * tree-vrp.c (struct case_info): New type.
7100         (compare_case_labels): Sort case_info structs instead of
7101         trees, and not primarily by CASE_LABEL uids but by
7102         label_for_block indexes.
7103         (find_switch_asserts): Put case labels into struct case_info
7104         array instead of TREE_VEC, adjust sorting, compare label_for_block
7105         values instead of CASE_LABELs.
7106
7107 2011-05-26  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
7108
7109         * config/arm/neon.md ("orn<mode>3_neon"): Canonicalize not.
7110         ("orndi3_neon"): Likewise.
7111         ("bic<mode>3_neon"): Likewise.
7112
7113 2011-05-26  Ira Rosen  <ira.rosen@linaro.org>
7114
7115         PR tree-optimization/49038
7116         * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
7117         Ensure at least one epilogue iteration if required by data
7118         accesses with gaps.
7119         * tree-vectorizer.h (struct _loop_vec_info): Add new field
7120         to mark loops that require peeling for gaps.
7121         * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
7122         (vect_get_known_peeling_cost): Take peeling for gaps into
7123         account.
7124         (vect_transform_loop): Generate epilogue if required by data
7125         access with gaps.
7126         * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
7127         loop as requiring an epilogue if there are gaps in the end of
7128         the strided group.
7129
7130 2011-05-25  Ian Lance Taylor  <iant@google.com>
7131
7132         * godump.c (go_format_type): Output the first field with a usable
7133         Go type, if any.
7134
7135 2011-05-25  Ian Lance Taylor  <iant@google.com>
7136
7137         * godump.c (go_format_type): Check for invalid type names, pointer
7138         target types, and struct field types.
7139
7140 2011-05-25  Jason Merrill  <jason@redhat.com>
7141
7142         * print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.
7143
7144 2011-05-25  Uros Bizjak  <ubizjak@gmail.com>
7145
7146         * config/i386/sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.
7147
7148 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
7149
7150         * config/i386/i386.md (*movqi_extv_1)): Put back
7151         "register_operand" check in "type" calculation.
7152         (*movqi_extzv_2): Likewise.
7153
7154 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
7155
7156         * doc/extend.texi (X86 Built-in Functions): Update pause intrinsic.
7157
7158 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
7159
7160         PR bootstrap/49160
7161         * libgcc2.h (__powisf2, __powidf2, __powitf2, __powixf2,
7162         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3,
7163         __divxc3, __divtc3): Wrap definitions in #ifndef.
7164
7165 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
7166
7167         PR target/49142
7168         * config/i386/i386.md (*movqi_extv_1_rex64): Remove
7169         "register_operand" check and replace q_regs_operand with
7170         QIreg_operand in "type" calculation.
7171         (*movqi_extv_1): Likewise.
7172         (*movqi_extzv_2_rex64): Likewise.
7173         (*movqi_extzv_2): Likewise.
7174
7175         * config/i386/predicates.md (QIreg_operand): New.
7176
7177 2011-05-25  Richard Guenther  <rguenther@suse.de>
7178
7179         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
7180         type-based offset disambiguation, streamline MEM_REF and
7181         TARGET_MEM_REF handling.
7182
7183 2011-05-25  H.J. Lu  <hongjiu.lu@intel.com>
7184
7185         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_PAUSE.
7186         (bdesc_special_args): Add pause intrinsic.
7187
7188         * config/i386/i386.md (UNSPEC_PAUSE): New.
7189         (pause): Likewise.
7190         (*pause): Likewise.
7191         * config/i386/ia32intrin.h (__pause): Likewise.
7192
7193         * doc/extend.texi (X86 Built-in Functions): Add documentation for
7194         pause intrinsic.
7195
7196 2011-05-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7197
7198         PR tree-optimization/46728
7199         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): New.
7200         (execute_cse_sincos): Add switch case for BUILT_IN_POW.
7201
7202 2011-05-25  Nathan Froyd  <froydnj@codesourcery.com>
7203
7204         * tree.h (struct tree_exp): Inherit from struct tree_typed.
7205         * tree.c (initialize_tree_contains_struct): Mark TS_EXP as TS_TYPED
7206         instead of TS_COMMON.
7207
7208 2011-05-25  Bernd Schmidt  <bernds@codesourcery.com>
7209
7210         * libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if
7211         LIBGCC2_GNU_PREFIX is defined.
7212         (__N): New macro.
7213         (__powisf2, __powidf2, __powitf2, __powixf2, __bswapsi2, __bswapdi2,
7214         __mulsc3, __muldc3, __mulxc3, __multc3, __divsc3, __divdc3, __divxc3,
7215         __divtc3, __udiv_w_sdiv, __clear_cache, __enable_execute_stack,
7216         __clz_tab): Define using __N.
7217         (__absvsi2, __negvsi2, __addvsi3, __subvsi3, __mulvsi3): Likewise if
7218         COMPAT_SIMODE_TRAPPING_ARITHMETIC.
7219         * target.def (libfunc_gnu_prefix): New hook.
7220         * doc/tm.texi.in (LIBGCC2_GNU_PREFIX): Document.
7221         (TARGET_LIBFUNC_GNU_PREFIX): Add hook.
7222         * doc/tm.texi: Regenerate.
7223         * system.h (LIBGCC2_GNU_PREFIX): Poison.
7224         * optabs.c (gen_libfunc): Take the libfunc_gnu_prefix hook into
7225         account.
7226         (gen_interclass_conv_libfunc, gen_intraclass_conv_libfunc): Likewise.
7227         (init_optabs): Likewise for the bswap libfuncs.
7228         * tree.c (build_common_builtin_nodes): Likewise for complex multiply
7229         and divide.
7230         * config/t-slibgcc-elf-ver (SHLIB_MAPFILES): Use $$(libgcc_objdir).
7231         * config/t-slibgcc-sld (SHLIB_MAPFILES): Likewise.
7232         * libgcc-std.ver: Remove.
7233         * Makefile.in (srcdirify): Handle $$(libgcc_objdir).
7234         * config/frv/t-linux (SHLIB_MAPFILES): Use $$(libgcc_objdir) for
7235         libgcc-std.ver.
7236         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
7237         * config/mips/t-slibgcc-irix (SHLIB_MAPFILES): Likewise.
7238         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Likewise.
7239         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Likewise.
7240         * config/sparc/t-linux (SHLIB_MAPFILES): Likewise.
7241         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
7242         * config/i386/t-linux (SHLIB_MAPFILES): Likewise.
7243         * config/fixed-bit.h (FIXED_OP): Define differently depending on
7244         LIBGCC2_GNU_PREFIX. All uses changed not to pass leading underscores.
7245         (FIXED_CONVERT_OP, FIXED_CONVERT_OP2): Likewise.
7246
7247 2011-05-25  Jan Hubicka  <jh@suse.cz>
7248
7249         * lto-streamer-out.c (output_record_start): Use lto_output_enum
7250         (lto_output_tree): Use output_record_start.
7251         * lto-streamer-in.c (input_record_start): Use lto_input_enum
7252         (lto_get_pickled_tree): Use input_record_start.
7253         * lto-section-in.c (lto_section_overrun): Turn into fatal error.
7254         (lto_value_range_error): New function.
7255         * lto-streamer.h (lto_value_range_error): Declare.
7256         (lto_output_int_in_range, lto_input_int_in_range): New functions.
7257         (lto_output_enum, lto_input_enum): New macros.
7258
7259 2011-05-25  Eric Botcazou  <ebotcazou@adacore.com>
7260
7261         * common.opt (flag_stack_usage_info): New variable.
7262         (-Wstack-usage): New option.
7263         * doc/invoke.texi (Warning options): Document -Wstack-usage.
7264         * opts.c (common_handle_option) <OPT_Wstack_usage_>: New case.
7265         <OPT_fstack_usage>: Likewise.
7266         * toplev.c (output_stack_usage): Handle -Wstack-usage.
7267         * calls.c (expand_call): Test flag_stack_usage_info variable instead
7268         of flag_stack_usage.
7269         (emit_library_call_value_1): Likewise.
7270         * explow.c (allocate_dynamic_stack_space): Likewise.
7271         * function.c (instantiate_virtual_regs ): Likewise.
7272         (prepare_function_start): Likewise.
7273         (rest_of_handle_thread_prologue_and_epilogue): Likewise.
7274         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
7275         * config/arm/arm.c (arm_expand_prologue): Likewise.
7276         (thumb1_expand_prologue): Likewise.
7277         * config/avr/avr.c (expand_prologue): Likewise.
7278         * config/i386/i386.c (ix86_expand_prologue): Likewise.
7279         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
7280         * config/m68k/m68k.c (m68k_expand_prologue): Likewise.
7281         * config/mips/mips.c (mips_expand_prologue): Likewise.
7282         * config/pa/pa.c (hppa_expand_prologue): Likewise.
7283         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
7284         * config/s390/s390.c (s390_emit_prologue): Likewise.
7285         * config/sh/sh.c (sh_expand_prologue): Likewise.
7286         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
7287         * config/spu/spu.c (spu_expand_prologue): Likewise.
7288
7289 2011-05-25  Richard Guenther  <rguenther@suse.de>
7290
7291         * gimple.c (iterative_hash_canonical_type): Skip non-FIELD_DECLs.
7292         (gimple_canonical_types_compatible_p): Likewise.
7293
7294 2011-05-25  Jan Hubicka  <jh@suse.cz>
7295
7296         PR middle-end/49062
7297         * ipa.c (function_and_variable_visibility): Only add to same
7298         comdat group list if DECL_ONE_ONLY.
7299
7300 2011-05-25  Andrey Belevantsev  <abel@ispras.ru>
7301
7302         PR rtl-optimization/49014
7303         * config/i386/athlon.md (athlon_ssecomi): Change type to ssecomi.
7304
7305 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
7306
7307         PR target/49128
7308         * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
7309
7310 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
7311
7312         PR rtl-optimization/48757
7313         * ira-build.c (loop_with_eh_edge_p): Rename to
7314         loop_with_complex_edge_p, check edges on complexity, make function
7315         conditional.
7316         (mark_loops_for_removal): Make call of loop_with_complex_edge_p
7317         conditional.
7318
7319 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
7320
7321         * config/sparc/sparc.c (sparc_option_override): If not set by the user,
7322         force flag_ira_share_save_slots to 0.
7323
7324 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
7325
7326         * var-tracking.c (compute_cfa_pointer): Adjust head comment.
7327         (vt_initialize): Set PROLOGUE_BB unconditionally.
7328         Add block comment about CFA_BASE_RTX machinery.
7329         Reset FP_CFA_OFFSET to -1 on all invalid paths.
7330         Call vt_init_cfa_base only if FP_CFA_OFFSET isn't equal to -1.
7331
7332 2011-05-24  Nicola Pero  <nicola.pero@meta-innovation.com>
7333
7334         PR objc/48187
7335         * c-parser.c (c_parser_objc_class_instance_variables): More robust
7336         parsing of syntax error in ObjC instance variable lists.  In
7337         particular, avoid an infinite loop if there is a stray ']'.
7338         Updated error message.
7339
7340 2011-05-24  Ian Lance Taylor  <iant@google.com>
7341
7342         * godump.c (go_define): Don't accept a string immediately after
7343         another operand.
7344
7345 2011-05-24  Ian Lance Taylor  <iant@google.com>
7346
7347         * godump.c (struct godump_container): Add invalid_hash field.
7348         (go_format_type): Return false if type is found in invalid_hash.
7349         (go_output_typedef): Add invalid type to invalid_hash.
7350         (go_finish): Create and delete invalid_hash.
7351
7352 2011-05-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7353
7354         PR tree-optimization/46728
7355         * tree-ssa-math-opts.c (powi_table): New.
7356         (powi_lookup_cost): New.
7357         (powi_cost): New.
7358         (powi_as_mults_1): New.
7359         (powi_as_mults): New.
7360         (gimple_expand_builtin_powi): New.
7361         (execute_cse_sincos): Add switch case for BUILT_IN_POWI.
7362         (gate_cse_sincos): Remove sincos/cexp restriction.
7363
7364 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7365
7366         PR target/3746
7367         * config.gcc (alpha*-dec-osf5.1*): Only build mips-tfile,
7368         mips-tdump native.
7369         * mips-tfile.c: Remove CROSS_DIRECTORY_STRUCTURE handling.
7370         * mips-tdump.c: Likewise.
7371
7372 2011-05-24  H.J. Lu  <hongjiu.lu@intel.com>
7373
7374         PR target/49128
7375         * config/i386/driver-i386.c (host_detect_local_cpu): Always
7376         add -mno-XXX.  Handle FMA.
7377
7378 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
7379
7380         PR rtl-optimization/48633
7381         * ira-build.c (loop_with_eh_edge_p): New function.
7382         (mark_loops_for_removal): Use it.
7383
7384 2011-05-24  Vladimir Makarov  <vmakarov@redhat.com>
7385
7386         PR rtl-optimization/48971
7387         * ira.c (setup_pressure_classes): Don't check register move cost
7388         for classes with one registers.  Don't add pressure class if there
7389         is a pressure class with the same available hard registers.
7390         Check contains_reg_of_mode.  Fix a typo in collecting
7391         temp_hard_regset.  Ignore hard registers not belonging to a class.
7392
7393 2011-05-24  Uros Bizjak  <ubizjak@gmail.com>
7394
7395         PR target/49133
7396         * config/i386/sse.md (sse2_loadhpd): Remove shufpd alternative.
7397
7398 2011-05-24  Eric Botcazou  <ebotcazou@adacore.com>
7399             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7400
7401         PR gcov-profile/48845
7402         * config/sol2.h (LIB_SPEC): Link TLS support for tree profiling.
7403
7404 2011-05-24  Richard Guenther  <rguenther@suse.de>
7405
7406         * gimple.c (compare_type_names_p): Remove for_completion_p arg.
7407         (gimple_compatible_complete_and_incomplete_subtype_p): Remove.
7408         (gimple_types_compatible_p_1): Adjust.
7409         (iterative_hash_canonical_type): Do not bother about complete vs.
7410         incomplete types.
7411         (gimple_canonical_types_compatible_p): Likewise.
7412
7413 2011-05-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7414
7415         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Remove.
7416
7417 2011-05-24  Richard Guenther  <rguenther@suse.de>
7418
7419         PR bootstrap/49078
7420         * gimple.c (gimple_register_canonical_type): Revert
7421         previous change.
7422         * alias.c (get_alias_set): Only assert that TYPE_CANONICAL
7423         does not for a tree for the case where it matters.  Cache
7424         pointer-type alias-sets.
7425
7426 2011-05-24  Joseph Myers  <joseph@codesourcery.com>
7427
7428         * Makefile.in (GCC_OBJS): Remove opts-common.o and options.o.
7429         (OBJS): Remove options.o, opts-common.o and prefix.o.
7430         (OBJS-libcommon-target): New.
7431         (ALL_HOST_BACKEND_OBJS): Include $(OBJS-libcommon-target).
7432         (BACKEND): Include libcommon-target.a.
7433         (MOSTLYCLEANFILES): Include libcommon-target.a.
7434         (libcommon-target.a): New.
7435         (xgcc$(exeext), cpp$(exeext)): Use libcommon-target.a instead of
7436         prefix.o.
7437
7438 2011-05-23  Joseph Myers  <joseph@codesourcery.com>
7439
7440         * optc-save-gen.awk: New.  Based on optc-gen.awk.  Don't generate
7441         parts of output shared with the driver.
7442         * optc-gen.awk: Don't generate parts of output not shared with the
7443         driver.
7444         * opth-gen.awk: Remove GCC_DRIVER conditionals.
7445         * doc/options.texi (SourcerInclude): Mention options-save.c.
7446         * Makefile.in (GCC_OBJS): Use options.o instead of gcc-options.o.
7447         (OBJS): Add options-save.o.
7448         (options-save.c, options-save.o): New.
7449         (options.o): Update dependencies.
7450         (gcc-options.o): Remove.
7451         (mostlyclean): Remove options-save.c.
7452
7453 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
7454
7455         PR debug/49032
7456         * dbxout.c: Include cgraph.h.
7457         (dbxout_expand_expr): If a VAR_DECL is TREE_STATIC, not written
7458         and without value expr, return NULL if no varpool node exists for
7459         it or if it is not needed.
7460         * Makefile.in (dbxout.o): Depend on $(CGRAPH_H).
7461
7462         PR c/49120
7463         * c-decl.c (start_decl): Convert expr to void_type_node.
7464
7465 2011-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
7466
7467         PR rtl-optimization/48826
7468         * emit-rtl.c (try_split): When splitting a call that is followed
7469         by a NOTE_INSN_CALL_ARG_LOCATION, move the note after the new call.
7470
7471 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
7472
7473         * cfgexpand.c (expand_debug_expr): For unused non-addressable
7474         parameters passed in memory prefer using DECL_INCOMING_RTL over
7475         the pseudos it will be copied into.
7476
7477 2011-05-23  H.J. Lu  <hongjiu.lu@intel.com>
7478
7479         PR target/47315
7480         * config/i386/i386.c (ix86_option_override_internal): Save the
7481         initial options after checking vzeroupper.
7482
7483 2011-05-23  David Li  <davidxl@google.com>
7484
7485         PR tree-optimization/48988
7486         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds):
7487         Initialize has_valid_pred for each pred chain.
7488
7489 2011-05-23  Richard Guenther  <rguenther@suse.de>
7490
7491         * gimple.c (gimple_types_compatible_p_1): Always compare type names.
7492         (iterative_hash_gimple_type): Always hash type names.
7493
7494 2011-05-23  Nathan Froyd  <froydnj@codesourcery.com>
7495
7496         * c-typeck.c (build_function_call_vec): Tweak call to
7497         check_function_arguments.
7498
7499 2011-05-23  Richard Guenther  <rguenther@suse.de>
7500
7501         PR tree-optimization/49115
7502         * tree-ssa-alias.c (stmt_kills_ref_p_1): If the assignment
7503         is not necessarily carried out, do not claim it kills the ref.
7504         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1): Likewise.
7505
7506 2011-05-23  Richard Guenther  <rguenther@suse.de>
7507
7508         PR middle-end/15419
7509         * builtins.c (fold_builtin_memory_op): Be less restrictive about
7510         what pointer types we accept for folding.
7511
7512 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7513
7514         * gthr-gnat.c: Remove.
7515         * gthr-gnat.h: Remove.
7516         * Makefile.in (LIB2ADDEH): Remove $(srcdir)/gthr-gnat.c.
7517         * config/t-freebsd (LIB2ADDEH): Likewise.
7518         * config/t-linux (LIB2ADDEH): Likewise.
7519         * config/t-sol2 (LIB2ADDEH): Likewise.
7520         * config/ia64/t-vms (LIB2ADDEH): Likewise.
7521         * configure.ac (target_thread_file): Remove gnat handling.
7522         * configure: Regenerate.
7523         * doc/install.texi (Configuration, --enable-threads): Remove gnat.
7524
7525 2011-05-23  Tristan Gingold  <gingold@adacore.com>
7526             Eric Botcazou  <ebotcazou@adacore.com>
7527
7528         * gcov.c (create_file_names): If no object directory is specified,
7529         keep the directory of the file.
7530
7531 2011-05-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7532
7533         * configure.ac (enable_threads): Remove irix; add lynx, tpf; sort list.
7534         * configure: Regenerate.
7535
7536 2011-05-23  Jakub Jelinek  <jakub@redhat.com>
7537
7538         PR middle-end/48973
7539         * expr.c (expand_expr_real_2) <case LT_EXPR>: If do_store_flag
7540         failed and the comparison has a single bit signed type, use
7541         constm1_rtx instead of const1_rtx for true value.
7542         (do_store_flag): If ops->type is single bit signed type, disable
7543         signel bit test optimization and pass -1 instead of 1 as last
7544         parameter to emit_store_flag_force.
7545
7546 2011-05-23  Tom de Vries  <tom@codesourcery.com>
7547
7548         PR target/45098
7549         * tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): New
7550         function.
7551         (infer_loop_bounds_from_undefined): Use new function.
7552
7553 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
7554
7555         * config/mips/mips.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Delete.
7556         (ASM_SPEC): Add a -O* option here.  Pass -O0 for -noasmopt,
7557         -O1 for -fno-delayed-branch, -O2 if optimization is enabled,
7558         and -O0 otherwise.
7559         (EXTRA_SPECS): Remove subtarget_asm_optimizing_spec.
7560
7561 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
7562
7563         * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.
7564         (try_optimize_cfg): Update BB_FORWARDER_BLOCK if try_forward_edges
7565         returns true.
7566
7567 2011-05-22  Richard Sandiford  <rdsandiford@googlemail.com>
7568
7569         * config/mips/mips.c (mips_default_arch): Honor MIPS_ISA_DEFAULT.
7570
7571 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
7572
7573         * config/sparc/sparc.c (sparc_delegitimize_address): Handle
7574         UNSPEC_MOVE_PIC pattern.
7575
7576 2011-05-22  Eric Botcazou  <ebotcazou@adacore.com>
7577
7578         * config.gcc (sparc-*-elf*): Add sparc/t-crtin.
7579         (sparc-*-rtems*): Likewise.
7580         (sparc64-*-elf*): Likewise.
7581         (sparc64-*-rtems*): Likewise.
7582         (sparc*-*-solaris2*): Likewise.  Remove crti.o crtn.o extra parts.
7583         * config/sparc/t-crtin: New file.
7584         * config/sparc/t-sol2 (crti.o): Delete rule.
7585         (crtn.o): Likewise.
7586         * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Delete.
7587         * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Likewise.
7588         * config/sparc/sp64-elf.h (STARTFILE_SPEC): Tidy and add crti.o.
7589         (ENDFILE_SPEC): Add crtn.o.
7590
7591 2011-05-22  Tom de Vries  <tom@codesourcery.com>
7592
7593         PR middle-end/48689
7594         * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
7595         CODE_CONTAINS_STRUCT (TS_COMMON).
7596
7597 2011-05-22  Jakub Jelinek  <jakub@redhat.com>
7598
7599         PR middle-end/49029
7600         * expmed.c (extract_fixed_bit_field): Test whether target can be used
7601         only after deciding which mode to use.
7602
7603 2011-05-22  Tom de Vries  <tom@codesourcery.com>
7604
7605         PR target/45098
7606         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Fix const test
7607         for call to get_shiftadd_cost.
7608
7609 2011-05-22  Uros Bizjak  <ubizjak@gmail.com>
7610
7611         PR target/49104
7612         * config/i386/cpuid.h (bit_MMXEXT): New define.
7613
7614 2011-05-22  Nick Clifton  <nickc@redhat.com>
7615
7616         * config/stormy16/stormy16.c (xstormy16_init_builtins): prevent
7617         initialisation of non-existant args[2] element.  Use args[] array
7618         not arg[] array to pass arguments to build_function_type_list.
7619
7620 2011-05-22  Ira Rosen  <ira.rosen@linaro.org>
7621
7622         PR tree-optimization/49087
7623         * tree-vect-loop.c (vect_is_slp_reduction): Fail if LHS has no uses.
7624
7625 2011-05-21  Jason Merrill  <jason@redhat.com>
7626
7627         PR c++/49092
7628         * dwarf2out.c (tree_add_const_value_attribute_for_decl): Check for
7629         static storage duration.
7630
7631 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
7632
7633         * config/sparc/sparc.md (setjmp): Handle PIC mode and use the hard
7634         frame pointer.
7635
7636 2011-05-21  Eric Botcazou  <ebotcazou@adacore.com>
7637
7638         * config/sparc/sparc.c (eligible_for_return_delay): Do not return
7639         false if there are call-saved registers here...
7640         (sparc_can_use_return_insn_p): ...but here instead.
7641         (save_or_restore_regs): Fix thinko.
7642         (sparc_expand_prologue): Use current_function_is_leaf.
7643         (sparc_frame_pointer_required): Likewise.
7644
7645 2011-05-21  Nick Clifton  <nickc@redhat.com>
7646
7647         PR target/49098
7648         * config/rx/rx.c (rx_memory_move_cost): Note unused parameters.
7649
7650 2011-05-21  Nicola Pero  <nicola.pero@meta-innovation.com>
7651
7652         * gengtype.c (walk_type): Implemented "atomic" GTY option.
7653         * doc/gty.texi (GTY Options): Document "atomic" GTY option.
7654
7655 2011-05-21  Joseph Myers  <joseph@codesourcery.com>
7656
7657         * opt-read.awk: New.  Split out of optc-gen.awk and opth-gen.awk.
7658         * optc-gen.awk: Move common code to opt-read.awk.
7659         * opth-gen.awk: Likewise.
7660         * Makefile.in (options.c, s-options-h): Update to use opt-read.awk.
7661
7662 2011-05-20  Nathan Froyd  <froydnj@codesourcery.com>
7663
7664         * godump.c (go_format_type): Don't use TYPE_ARG_TYPES.
7665
7666 2011-05-20  Tom de Vries  <tom@codesourcery.com>
7667
7668         PR target/45098
7669         * tree-ssa-loop-ivopts.c: Include expmed.h.
7670         (get_shiftadd_cost): New function.
7671         (force_expr_to_var_cost): Declare forward.  Use get_shiftadd_cost.
7672
7673 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
7674
7675         PR bootstrap/49086
7676         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL
7677         for PHI args that are SSA_NAME_IS_DEFAULT_DEF.
7678
7679 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
7680
7681         * Makefile.in: Update comment referring to $(OBJS-common).
7682
7683 2011-05-20  Ian Lance Taylor  <iant@google.com>
7684
7685         * godump.c (go_output_typedef): Put enum constants in the macro
7686         hash table to avoid duplicate Go const definitions.
7687
7688 2011-05-20  Joseph Myers  <joseph@codesourcery.com>
7689
7690         * Makefile.in (LIBDEPS): Add libcommon.a.
7691         (LIBS): Likewise.
7692         (GCC_OBJS): Remove diagnostic.o, pretty-print.o and input.o.
7693         (OBJS-common): Remove diagnostic.o, input.o, intl.o,
7694         pretty-print.o and version.o.
7695         (OBJS-libcommon): New.
7696         (ALL_HOST_BACKEND_OBJS): Add $(OBJS-libcommon).
7697         (BACKEND): Add libcommon.a.
7698         (MOSTLYCLEANFILES): Likewise.
7699         (libcommon.a): New.
7700         (xgcc$(exeext)): Don't explicitly use version.o and intl.o.
7701         (cpp$(exeext)): Likewise.
7702         (COLLECT2_OBJS): Remove intl.o, version.o, diagnostic.o,
7703         pretty-print.o and input.o.
7704         (lto-wrapper$(exeext)): Don't explicitly use intl.o.
7705         (lto-wrapper.o): Depend on $(DIAGNOSTIC_H).
7706         (errors.o): Remove.
7707         (mips-tfile): Don't explicitly use version.o.
7708         (mips-tdump): Likewise.
7709         (gcov.o): Depend on $(DIAGNOSTIC_H).
7710         (gcov-dump.o): Depend on intl.h and $(DIAGNOSTIC_H).
7711         (GCOV_OBJS): Remove intl.o, version.o and errors.o.
7712         (GCOV_DUMP_OBJS): Remove version.o and errors.o.
7713         * gcov-dump.c: Include intl.h and diagnostic.h.
7714         (main): Initialize diagnostics.
7715         * gcov.c: Include diagnostic.h.
7716         (fnotice): Remove.
7717         (main): Initialize diagnostics.
7718         * lto-wrapper.c: Include diagnostic.h.
7719         (main): Initialize diagnostics.
7720
7721 2011-05-20  Michael Matz  <matz@suse.de>
7722
7723         * Makefile.in (OBJS-common, OBJS-md, OBJS-archive): Merge into OBJS.
7724
7725 2011-05-20  Michael Matz  <matz@suse.de>
7726             Richard Guenther  <rguenther@suse.de>
7727
7728         * lto-streamer.c (lto_record_common_node): Don't track seen nodes,
7729         use lto_streamer_cache_append directly instead of returning a VEC.
7730         (preload_common_node): Remove.
7731         (lto_get_common_nodes): Rename to lto_preload_common_nodes, don't
7732         track seen nodes.
7733         (lto_streamer_cache_create): Call lto_preload_common_nodes.
7734
7735 2011-05-20  Richard Guenther  <rguenther@suse.de>
7736
7737         PR tree-optimization/49079
7738         * tree-dfa.c (get_ref_base_and_extent): Handle view-converting
7739         MEM_REFs correctly for the trailing array access detection.
7740         Special case constants the same way as decls for overall size
7741         constraining.
7742
7743 2011-05-20  Uros Bizjak  <ubizjak@gmail.com>
7744
7745         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Fix macro
7746         argument expansion.
7747
7748 2011-05-20  Jakub Jelinek  <jakub@redhat.com>
7749
7750         PR tree-optimization/49073
7751         * gimple-fold.c (and_comparisons_1, or_comparisons_1): Return NULL if
7752         PHI argument is SSA_NAME, whose def_stmt is dominated by the PHI.
7753         * tree-ssa-ifcombine.c (tree_ssa_ifcombine): Calculate dominators.
7754
7755 2011-05-20  Richard Guenther  <rguenther@suse.de>
7756
7757         PR middle-end/48849
7758         * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
7759         of pointer types the same way the middle-end does.
7760
7761 2011-05-20  Richard Guenther  <rguenther@suse.de>
7762
7763         * gimple.c (gimple_register_type_1): Do not fiddle with main-variant
7764         or pointer-to chains.  Delay all fixup to uniquify_nodes.
7765
7766 2011-05-19  Quentin Neill  <quentin.neill@amd.com>
7767
7768         * config/i386/sse.md (fma4_fmsubadd): Use <ssemodesuffix>.
7769         (fma4_fmaddsub): Likewise
7770
7771 2011-05-19  Jan Hubicka  <jh@suse.cz>
7772
7773         * gimple.c (gtc_visited, gtc_ob, type_pair_hash, type_pair_eq): Remove.
7774         (GIMPLE_TYPE_PAIR_SIZE): New macro.
7775         (type_pair_cache): New static var.
7776         (lookup_type_pair): Use fixed sized custom hash; make inline.
7777         (gtc_visit, gimple_types_compatible_p, gimple_register_type_1): Update
7778         calls of lookup_type_pair.
7779         (print_gimple_types_stats): Remove cache stats.
7780         (free_gimple_type_tables): Free type_pair_cache instead of gtc_visited
7781         and gtc_ob.
7782
7783 2011-05-19  Uros Bizjak  <ubizjak@gmail.com>
7784
7785         * config/i386/i386.c (option_override_internal): Enable TARGET_CMOVE
7786         when TARGET_RDRND is active.
7787         (ix86_expand_builtin) <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>:
7788         Generate dummy SImode target register when target is NULL.
7789
7790 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
7791
7792         * config/arm/arm-fpus.def: New.
7793         * config/arm/genopt.sh: Generate Enum and EnumValue entries from
7794         arm-fpus.def.
7795         * config/arm/arm-tables.opt: Regenerate.
7796         * config/arm/arm.c (all_fpus): Move contents to arm-fpus.def.
7797         (arm_option_override): Don't decode FPU name to string here.
7798         * config/arm/arm.opt (mfpu=): Use Enum.
7799         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt, arm.o):
7800         Update dependencies.
7801
7802 2011-05-19  Joseph Myers  <joseph@codesourcery.com>
7803
7804         * collect2.c: Include diagnostic.h.
7805         (fatal_perror, fatal, error, fancy_abort): Remove.
7806         (main): Set progname.  Call xmalloc_set_program_name and
7807         diagnostic_initialize.
7808         (maybe_run_lto_and_relink, main, collect_execute, scan_prog_file,
7809         scan_libraries, resolve_lib_name): Call fatal_error instead of
7810         fatal and fatal_perror.
7811         * collect2.h (error, fatal, fatal_perror): Don't declare.
7812         * tlink.c: Include diagnostic-core.h.
7813         (recompile_files): Call fatal_error instead of fatal_perror.
7814         * Makefile.in (COLLECT2_OBJS): Include diagnostic.o,
7815         pretty-print.o and input.o.
7816         (collect2.o, tlink.o): Update dependencies.
7817
7818 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7819
7820         * config/i386/i386.md (tls_initial_exec_64_sun): Add semicolon.
7821
7822 2011-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7823
7824         PR target/40483
7825         * configure.ac (gcc_cv_as_comdat_group_group): Check for Sun as
7826         COMDAT group syntax, both SPARC and x86 variants.
7827         (HAVE_COMDAT_GROUP): Also define if gcc_cv_as_comdat_group_group.
7828         * configure: Regenerate.
7829         * config/sol2.h (TARGET_SOLARIS): Define.
7830         (PUSHSECTION_FORMAT): Remove.
7831         (SECTION_NAME_FORMAT): Define.
7832         * config/sol2.c: Include hashtab.h.
7833         (solaris_output_init_fini): Replace PUSHSECTION_FORMAT by its
7834         expansion, using SECTION_NAME_FORMAT.
7835         (solaris_comdat_htab): New variable.
7836         (struct comdat_entry): Define.
7837         (comdat_hash): New function.
7838         (comdat_eq): New function.
7839         (solaris_elf_asm_comdat_section): New function.
7840         (solaris_define_comdat_signature): New function.
7841         (solaris_code_end): New function.
7842         * config/sol2-protos.h (solaris_elf_asm_comdat_section): Declare.
7843         (solaris_code_end): Declare.
7844         * config/t-sol2 (sol2.o): Add $HASHTAB_H dependency.
7845         * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Call
7846         solaris_code_end.
7847         (i386_solaris_elf_named_section): Wrap in TARGET_SOLARIS.
7848         Remove ATTRIBUTE_UNUSED.
7849         [!USE_GAS]: Call solaris_elf_asm_comdat_section for
7850         SECTION_LINKONCE sections if HAVE_COMDAT_GROUP.
7851         * config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Likewise.
7852         * config/i386/sol2-10.h (TARGET_ASM_NAMED_SECTION): Moved ...
7853         * config/i386/sol2.h (TARGET_ASM_NAMED_SECTION): ... here.
7854         * config/sparc/sol2.h (TARGET_ASM_CODE_END): Redefine.
7855         (PUSHSECTION_FORMAT): Remove.
7856         (SECTION_NAME_FORMAT): Redefine.
7857
7858 2011-05-19  Kai Tietz  <ktietz@redhat.com>
7859
7860         * tree-cfg.c (verify_gimple_assign_binary): Barf on
7861         TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
7862         (gimplify_expr): Move TRUTH_AND|OR|XOR_EXPR to its binary form.
7863
7864 2011-05-19  Anatoly Sokolov  <aesok@post.ru>
7865             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7866
7867         * config/t-sol2 (sol2.o): Add $(TARGET_H) dependency.
7868
7869 2011-05-19  Richard Guenther  <rguenther@suse.de>
7870
7871         PR middle-end/48985
7872         * tree-object-size.c (addr_object_size): If the pointed-to
7873         variable is a decl use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT.
7874
7875 2011-05-19  Richard Guenther  <rguenther@suse.de>
7876
7877         * gimple.c (gimple_types_compatible_p_1): Compare names of
7878         the types themselves.
7879         (iterative_hash_gimple_type): And hash them that way.
7880         (gimple_register_type_1): If we register a main variant properly
7881         initialize the leader to ourselves.
7882
7883 2011-05-19  Tom de Vries  <tom@codesourcery.com>
7884
7885         PR target/45098
7886         * tree-ssa-loop-ivopts.c (get_expr_id): Factored new function out of
7887         get_loop_invariant_expr_id.
7888         (get_loop_invariant_expr_id): Use get_expr_id.
7889         (parm_decl_cost): New function.
7890         (determine_use_iv_cost_condition): Use get_expr_id and parm_decl_cost.
7891         Improve bound cost estimation.  Use different inv_expr_id for elim and
7892         express cases.
7893
7894 2011-05-19  Tom de Vries  <tom@codesourcery.com>
7895
7896         PR target/45098
7897         * tree-ssa-loop-ivopts.c (determine_iv_cost): Prevent
7898         cost_base.cost == 0.
7899
7900 2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>
7901
7902         PR target/49002
7903         * config/i386/sse.md
7904         (avx_<ssemodesuffix><avxsizesuffix>_<ssemodesuffix>): Properly handle
7905         load cast.
7906
7907 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
7908
7909         PR tree-optimization/49039
7910         * tree-vrp.c (extract_range_from_binary_expr): For
7911         MIN_EXPR <~[a, b], ~[c, d]> and MAX_EXPR <~[a, b], ~[c, d]>
7912         return ~[MAX_EXPR <a, c>, MIN_EXPR <b, d>].
7913
7914 2011-05-18  Tom de Vries  <tom@codesourcery.com>
7915
7916         PR target/45098
7917         * tree-ssa-loop-ivopts.c (computation_cost): Prevent cost of 0.
7918
7919 2011-05-18  Uros Bizjak  <ubizjak@gmail.com>
7920
7921         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Split asm template.
7922         (*tls_global_dynamic_64): Ditto.
7923         (*tls_local_dynamic_base_32_gnu): Ditto.
7924         (*tls_local_dynamic_base_64): Ditto.
7925         (tls_initial_exec_64_sun): Ditto.
7926
7927 2011-05-18  Stuart Henderson  <shenders@gcc.gnu.org>
7928
7929         * doc/invoke.texi (Blackfin Options): -mcpu accepts bf592.
7930         * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
7931         bf592-none.
7932         * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
7933         * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
7934         * config/bfin/bfin.c (bfin_cpus): Add bf592.
7935         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
7936         __ADSPBF592__ and __ADSPBF59x__ for BFIN_CPU_BF592.
7937         * config/bfin/bfin-opts.h (bfin_cpu_type): Add BFIN_CPU_BF592.
7938         * config/bfin/elf.h (LIB_SPEC): Add bf592.
7939
7940 2011-05-18  Joseph Myers  <joseph@codesourcery.com>
7941
7942         * config/arm/arm-opts.h (enum arm_fp16_format_type, enum
7943         arm_abi_type, enum float_abi_type, enum arm_tp_type): Move from arm.h.
7944         * config/arm/arm.c (arm_float_abi, arm_fp16_format, arm_abi,
7945         target_thread_pointer, arm_structure_size_boundary, struct
7946         float_abi, all_float_abis, struct fp16_format, all_fp16_formats,
7947         struct abi_name, arm_all_abis): Remove.
7948         (arm_option_override) Don't process most enumerated option values here.
7949         Don't process target_fpe_name here.  Work with integer not string for
7950         structure size boundary; use separate diagnostics for each case.
7951         * config/arm/arm.h (enum float_abi_type, enum
7952         arm_fp16_format_type, enum arm_abi_type, enum arm_tp_type): Move
7953         to arm-opts.h.
7954         (arm_float_abi, arm_fp16_format, arm_abi, target_thread_pointer,
7955         arm_structure_size_boundary): Remove.
7956         * config/arm/arm.opt (mabi=): Use Enum and Init.
7957         (arm_abi_type): New Enum and EnumValue entries.
7958         (mfloat-abi=): Use Enum and Init.
7959         (float_abi_type): New Enum and EnumValue entries.
7960         (mfp=, mfpe=): Replace by separate Alias entries for each argument.
7961         (mfp16-format=): Use Enum and Init.
7962         (arm_fp16_format_type): New Enum and EnumValue entries.
7963         (mstructure-size-boundary=): Use UInteger and Init.
7964         (mtp=): Use Enum and Init.
7965         (arm_tp_type): New Enum and EnumValue entries.
7966
7967 2011-05-18  Richard Guenther  <rguenther@suse.de>
7968
7969         PR tree-optimization/49018
7970         * gimple.c (gimple_has_side_effects): Volatile asms have side-effects.
7971         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Use
7972         gimple_has_side_effects.
7973
7974 2011-05-18  Richard Guenther  <rguenther@suse.de>
7975
7976         * gimple.c (gimple_register_type_1): New function, split out from ...
7977         (gimple_register_type): ... here.  Avoid infinite recursion.
7978
7979 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
7980
7981         PR tree-optimization/41881
7982         * tree-vectorizer.h (struct _loop_vec_info): Add new field
7983         reduction_chains along with a macro for its access.
7984         * tree-vect-loop.c (new_loop_vec_info): Initialize reduction chains.
7985         (destroy_loop_vec_info): Free reduction chains.
7986         (vect_analyze_loop_2): Return false if vect_analyze_slp() returns false.
7987         (vect_is_slp_reduction): New function.
7988         (vect_is_simple_reduction_1): Call vect_is_slp_reduction.
7989         (vect_create_epilog_for_reduction): Support SLP reduction chains.
7990         * tree-vect-slp.c (vect_get_and_check_slp_defs): Allow different
7991         definition types for reduction chains.
7992         (vect_supported_load_permutation_p): Don't allow permutations for
7993         reduction chains.
7994         (vect_analyze_slp_instance): Support reduction chains.
7995         (vect_analyze_slp): Try to build SLP instance from reduction chains.
7996         (vect_get_constant_vectors):  Handle reduction chains.
7997         (vect_schedule_slp_instance): Mark the first statement of the
7998         reduction chain as reduction.
7999
8000 2011-05-18  Ira Rosen  <ira.rosen@linaro.org>
8001
8002         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new
8003         names for group elements access.
8004         * tree-vectorizer.h (struct _stmt_vec_info): Use interleaving info for
8005         reduction chains as well.  Remove data reference and interleaving
8006         related words from the fields names.
8007         * tree-vect-loop.c (vect_transform_loop): Use new names for group
8008         elements access.
8009         * tree-vect-data-refs.c (vect_get_place_in_interleaving_chain,
8010         vect_insert_into_interleaving_chain, vect_update_interleaving_chain,
8011         vect_update_interleaving_chain, vect_same_range_drs,
8012         vect_analyze_data_ref_dependence, vect_update_misalignment_for_peel,
8013         vect_verify_datarefs_alignment, vector_alignment_reachable_p,
8014         vect_peeling_hash_get_lowest_cost, vect_enhance_data_refs_alignment,
8015         vect_analyze_group_access, vect_analyze_data_ref_access,
8016         vect_create_data_ref_ptr, vect_transform_strided_load,
8017         vect_record_strided_load_vectors): Likewise.
8018         * tree-vect-stmts.c (vect_model_simple_cost, vect_model_store_cost,
8019         vect_model_load_cost, vectorizable_store, vectorizable_load,
8020         vect_remove_stores, new_stmt_vec_info): Likewise.
8021         * tree-vect-slp.c (vect_build_slp_tree,
8022         vect_supported_slp_permutation_p, vect_analyze_slp_instance): Likewise.
8023
8024 2011-05-18  Richard Guenther  <rguenther@suse.de>
8025
8026         PR middle-end/48989
8027         * tree-cfg.c (verify_gimple_assign_unary): Adjust TRUTH op
8028         operand verification.
8029         (verify_gimple_assign_binary): Likewise.
8030         * tree-ssa.c (useless_type_conversion_p): Preserve conversions
8031         to non-1-precision BOOLEAN_TYPEs.
8032
8033 2011-05-18  Tom de Vries  <tom@codesourcery.com>
8034
8035         PR target/45098
8036         * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
8037
8038 2011-05-18  Jakub Jelinek  <jakub@redhat.com>
8039
8040         PR tree-optimization/49000
8041         * tree-ssa.c (execute_update_addresses_taken): Call
8042         maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
8043         be rewritten and decl has been marked for renaming, reset
8044         the debug stmt.
8045
8046 2011-05-17  Joseph Myers  <joseph@codesourcery.com>
8047
8048         * config/i386/i386.c (ix86_valid_target_attribute_tree): Use
8049         enum_opts_set when testing if attributes have set -mfpmath=.
8050
8051 2011-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
8052
8053         * config/mips/mips.c (mips_handle_option): Remove unused variable.
8054
8055 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
8056
8057         * ipa-inline-analysis.c (inline_node_duplication_hook): Initialize
8058         info->entry with 0
8059         * tree-inline.c (maybe_inline_call_in_expr):  Initialize
8060         id.transform_lang_insert_block with NULL.
8061
8062 2011-05-17  Uros Bizjak  <ubizjak@gmail.com>
8063
8064         * config/i386/i386-protos.h (output_fix_trunc): Change arg 3 to bool.
8065         (output_fp_compare): Change args 3 and 4 to bool.
8066         (ix86_expand_call): Change arg 6 to bool.
8067         (ix86_attr_length_immediate_default): Change arg 2 to bool.
8068         (ix86_attr_length_vex_default): Change arg 3 to bool.
8069         * config/i386/i386.md: Update all uses.
8070         * config/i386/i386.c: Ditto.
8071         (ix86_flags_dependent): Change return type to bool.
8072
8073 2011-05-17  Richard Guenther  <rguenther@suse.de>
8074
8075         * gimple.c (type_hash_pair_compare): Fix comparison.
8076
8077 2011-05-17  Richard Guenther  <rguenther@suse.de>
8078
8079         * gimple.c (iterative_hash_gimple_type): Simplify singleton
8080         case some more, fix final hash value of the non-singleton case.
8081
8082 2011-05-17  Richard Guenther  <rguenther@suse.de>
8083
8084         PR bootstrap/49013
8085         Revert
8086         2011-05-16  Richard Guenther  <rguenther@suse.de>
8087
8088         * gimple.c (gimple_types_compatible_p_1): Use names of the
8089         type itself, not its main variant.
8090         (iterative_hash_gimple_type): Likewise.
8091
8092 2011-05-17  Richard Guenther  <rguenther@suse.de>
8093
8094         * gimple.c (gimple_register_canonical_type): Use the main-variant
8095         leader for computing the canonical type.
8096
8097 2011-05-17  Nick Clifton  <nickc@redhat.com>
8098
8099         * config/rx/rx.c (rx_memory_move_cost): Include cost of register
8100         moves.
8101
8102         * config/rx/rx.md: Add peephole to remove redundant extensions
8103         after loads.
8104         (bitset_in_memory): Use rx_restricted_mem_operand.
8105         (bitinvert_in_memory): Likewise.
8106         (bitclr_in_memory): Likewise.
8107
8108 2011-05-17  Kazuhio Inaoka  <kazuhiro.inaoka.ud@renesas.com>
8109             Nick Clifton  <nickc@redhat.com>
8110
8111         * config/rx/rx.md: Add peepholes to match a register move followed
8112         by a comparison of the moved register.  Replace these with an
8113         addition of zero that does both actions in one instruction.
8114
8115 2011-05-17  Jakub Jelinek  <jakub@redhat.com>
8116
8117         PR target/48986
8118         * config/i386/sync.md (sync_old_add<mode>): Relax operand 2
8119         predicate to allow CONST_INT.
8120         (*sync_old_add_cmp<mode>): New insn and peephole2 for it.
8121
8122 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
8123
8124         * opts-common.c (opt_enum_arg_to_value): New.
8125         * opts.h (opt_enum_arg_to_value): Declare.
8126         * config/i386/i386.opt (fpmath): Remove.
8127         (mfpmath=): Use Enum, Init and Save.
8128         (fpmath_unit): New Enum and EnumValue entries.
8129         * config/i386/i386-c.c (ix86_pragma_target_parse): Update field
8130         name for function fpmath state.
8131         * config/i386/i386-opts.h (enum fpmath_unit): Move from i386.h.
8132         * config/i386/i386.c: Include diagnostic.h.
8133         (ix86_fpmath, IX86_FUNCTION_SPECIFIC_FPMATH): Remove.
8134         (ix86_target_string): Take enum fpmath_unit value instead of string.
8135         (ix86_debug_options): Update call to ix86_target_string.
8136         (ix86_option_override_internal): Don't process fpmath strings here.
8137         (x86_function_specific_save, ix86_function_specific_restore):
8138         Don't handle fpmath state specially.
8139         (ix86_function_specific_print): Pass fpmath state to
8140         ix86_target_string instead of printing in this function.
8141         (ix86_valid_target_attribute_inner_p): Take gcc_options pointer.
8142         Handle enum attributes.
8143         (IX86_ATTR_ENUM, ix86_opt_enum): New.
8144         (ix86_valid_target_attribute_tree): Update option_strings
8145         handling.  Handle fpmath as enum option.
8146         (ix86_can_inline_p): Update field names for function fpmath state.
8147         (ix86_expand_builtin): Update call to ix86_target_string.
8148         * config/i386/i386.h (enum fpmath_unit): Move to i386-opts.h.
8149         (ix86_fpmath): Remove.
8150         * config/i386/t-i386 (i386.o): Update dependencies.
8151
8152 2011-05-16  Joseph Myers  <joseph@codesourcery.com>
8153
8154         PR preprocessor/48677
8155         * cppspec.c (lang_specific_driver): Set new_decoded_options[0]
8156         from decoded_options[0], not from itself.
8157
8158 2011-05-16  Uros Bizjak  <ubizjak@gmail.com>
8159
8160         * config/i386/constraints.md (z): New constraint.
8161         * config/i386/i386.c (c): New mode attribute.
8162         (*call): Merge insn pattern from *call_0, *call_1, *call_1_rex64 and
8163         *call_1_rex64_large patterns using "P" mode iterator. Use "<c>zm"
8164         constraint for operand 0.
8165         (*call_vzeroupper): Ditto.
8166         (*call_rex64_ms_sysv): Ditto.  Use "rzm" constraint for operand 0.
8167         (*call_rex64_ms_sysv_vzeroupper): Ditto.
8168         (*call_pop): Merge insn pattern from *call_pop_0 and *call_pop_1.
8169         Use "lzm" constraint for operand 0.
8170         (*call_pop_vzeroupper): Ditto.
8171         (*sibcall): Merge insn pattern from *sibcall_0, *sibcall_1 and
8172         *sibcall_1_rex64 patterns using "P" mode iterator.  Use "Uz"
8173         constraint for operand 0.
8174         (*sibcall_vzeroupper): Ditto.
8175         (*sibcall_rex64_ms_sysv): Ditto.
8176         (*sibcall_rex64_ms_sysv_vzeroupper): Ditto.
8177         (*sibcall_pop): Merge insn pattern from *sibcall_pop_0 and
8178         *sibcall_pop_1.  Use "Uz" constraint for operand 0.
8179         (*sibcall_pop_vzeroupper): Ditto.
8180         (*call_value): Merge insn pattern from *call_value_0, *call_value_1,
8181         *call_value_1_rex64 and *call_value_1_rex64_large patterns using "P"
8182         mode iterator.  Use "<c>zm" constraint for operand 1.
8183         (*call_value_vzeroupper): Ditto.
8184         (*call_value_rex64_ms_sysv): Ditto.  Use "rzm" constraint
8185         for operand 1.
8186         (*call_value_rex64_ms_sysv_vzeroupper): Ditto.
8187         (*call_value_pop): Merge insn pattern from *call_value_pop_0 and
8188         *call_value_pop_1.  Use "lzm" constraint for operand 1.
8189         (*call_value_pop_vzeroupper): Ditto.
8190         (*sibcall_value): Merge insn pattern from *sibcall_value_0,
8191         *sibcall_value_1 and *sibcall_value_1_rex64 patterns using "P"
8192         mode iterator.  Use "Uz" constraint for operand 1.
8193         (*sibcall_value_vzeroupper): Ditto.
8194         (*sibcall_value_rex64_ms_sysv): Ditto.
8195         (*sibcall_value_rex64_ms_sysv_vzeroupper): Ditto.
8196         (*sibcall_value_pop): Rename from *sibcall_pop_1.  Use "Uz"
8197         constraint for operand 1.
8198         (*sibcall_value_pop_vzeroupper): Ditto.
8199         (*tls_global_dynamic_64): Use constant_call_address_operand predicate
8200         and "z" constraint for operand 2.
8201         (*tls_global_dynamic_32_gnu): Ditto.
8202         (*tls_local_dynamic_base_32_gnu): Ditto.
8203         (*tls_local_dynamic_base_64): Ditto.
8204         (*tls_local_dynamic_32_once): Ditto.
8205         * config/i386/i386.c (ix86_output_call_insn): Remove int_addr argument.
8206         Update all callers.
8207         * config/i386/i386-protos.h (ix86_output_call_insn): Update prototype.
8208
8209 2011-05-16  Richard Guenther  <rguenther@suse.de>
8210
8211         * gimple.c (gimple_types_compatible_p_1): Use names of the
8212         type itself, not its main variant.
8213         (iterative_hash_gimple_type): Likewise.
8214
8215 2011-05-16  Richard Guenther  <rguenther@suse.de>
8216
8217         * gimple.c (iterative_hash_gimple_type): Re-instantiate change to
8218         always visit pointer target and function result and argument types.
8219
8220 2011-05-16  Jason Merrill  <jason@redhat.com>
8221
8222         PR c++/48999
8223         * tree-inline.c (copy_statement_list): Put back recursion.
8224
8225 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
8226
8227         PR target/27663
8228         PR target/41076
8229         * config/avr/predicates.md (const_8_16_24_operand): New predicate.
8230         * config/avr/avr.md ("*ior<mode>qi.byte0",
8231         "*ior<mode>qi.byte1-3"): New define_insn_and_split patterns.
8232
8233 2011-05-16  Georg-Johann Lay  <avr@gjlay.de>
8234
8235         PR target/45099
8236         * config/avr/avr.c (avr_function_arg_advance): Error if a fixed
8237         register is needed for a function argument.
8238
8239 2011-05-16  Richard Guenther  <rguenther@suse.de>
8240
8241         * gimple.c (struct type_hash_pair): New type.
8242         (type_hash_pair_compare): New function.
8243         (iterative_hash_gimple_type): Mix in SCC member hashes in hash-order.
8244
8245 2011-05-16  Revital Eres  <revital.eres@linaro.org>
8246
8247         * modulo-sched.c (doloop_register_get): Check !DEBUG_INSN_P first.
8248
8249 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
8250
8251         * config/i386/i386.md (floating point move splitters): Fix
8252         usage of standard_80387_constant_p.
8253         * config/i386/i386.c (ix86_preferred_reload_class): Ditto.
8254
8255 2011-05-15  Uros Bizjak  <ubizjak@gmail.com>
8256
8257         * config/i386/i386.md (*movdf_internal): Simplify insn condition.
8258
8259 2011-05-14  Eric Botcazou  <ebotcazou@adacore.com>
8260
8261         * tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.
8262         (fill_always_executed_in): Use [SET_]ALWAYS_EXECUTED_IN.
8263         (tree_ssa_lim_finalize): Likewise.
8264
8265 2011-05-14  Uros Bizjak  <ubizjak@gmail.com>
8266
8267         * config/i386/constraint.md (Yd, Yx): New register constraints.
8268         * config/i386/i386.md (*pushdf): Merge with *pushdf_nointeger.  Use
8269         Yd conditional register constraint.
8270         (*movtf_internal): Use standard_sse_constant_opcode.
8271         (*movxf_internal): Merge with *movxf_internal_nointeger.  Use
8272         Yx conditional register constraint.
8273         (*movdf_internal): Merge with *movdf_internal_nointeger.  Use
8274         Yd conditional register constraint.  Use standard_sse_constant_p to
8275         check for valid SSE constants and call standard_sse_constant_opcode to
8276         output SSE insn.
8277         (*movsf_internal): Use standard_sse_constant_p to check for valid SSE
8278         constants and call standard_sse_constant_opcode to output SSE insn.
8279         * config/i386/i386.c (ix86_option_ovverride_internal): Set
8280         TARGET_INTEGER_DFMODE_MOVES for 64bit targets.  Clear it when
8281         optimize_size is set.
8282         (standard_sse_constant_opcode): Output conditional AVX insn templates.
8283
8284 2011-05-14  Tobias Burnus  <burnus@net-b.de>
8285
8286         * doc/invoke.texi (-Ofast): Also enables -fstack-arrays.
8287
8288 2011-05-13  Martin Jambor  <mjambor@suse.cz>
8289
8290         * ipa-prop.c (ipa_cst_from_jfunc): New function.
8291         * ipa-prop.h (ipa_cst_from_jfunc): Declare.
8292         * ipa-inline-analysis.c (evaluate_conditions_for_edge): Use it.
8293         (evaluate_conditions_for_ipcp_clone): Removed.
8294         (estimate_ipcp_clone_size_and_time): Accept vector of known constants.
8295         * ipa-cp.c (ipcp_estimate_growth): Build vector of known constants.
8296         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update.
8297
8298 2011-05-13  Eric Botcazou  <ebotcazou@adacore.com>
8299
8300         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.
8301         * regcprop.c (copyprop_hardreg_forward): Test MAY_HAVE_DEBUG_INSNS in
8302         lieu of MAY_HAVE_DEBUG_STMTS.
8303         * tree-cfgcleanup.c (remove_forwarder_block): Do not attempt to move
8304         debug statements if !MAY_HAVE_DEBUG_STMTS.
8305
8306 2011-05-13  Martin Thuresson  <martint@google.com>
8307
8308         PR gcov-profile/47793
8309         * libgcov.c (gcov_exit): Support relative profile paths.
8310         * doc/invoke.texi (-fprofile-dir): Update for above change.
8311
8312 2011-05-13  Richard Guenther  <rguenther@suse.de>
8313
8314         * gimple.c (gimple_canonical_types_compatible_p): Do not use
8315         type-pair caching, do not compare hashes.
8316
8317 2011-05-13  Nathan Froyd  <froydnj@codesourcery.com>
8318
8319         PR middle-end/48965
8320         * tree-cfg.c (edge_to_cases_cleanup): Return true.
8321         (verify_expr) [CASE_LABEL_EXPR]: Add checking.
8322
8323 2011-05-13  Kai Tietz  <ktietz@redhat.com>
8324
8325         * gimplify.c (gimplify_expr): Make sure operand is boolified.
8326         * tree-cfg.c (verify_gimple_assign_unary): Check for boolean
8327         compatible type for TRUTH_NOT_EXPR.
8328
8329 2011-05-13  H.J. Lu  <hongjiu.lu@intel.com>
8330
8331         * config/i386/i386.c (ix86_save_reg): Change return type to bool.
8332         (ix86_hard_regno_mode_ok): Change return value to bool.  Use
8333         can_create_pseudo_p ().
8334
8335 2011-05-13  Richard Guenther  <rguenther@suse.de>
8336
8337         PR lto/48978
8338         * gimple.c (iterative_hash_gimple_type): Revert change in
8339         pointer target and function result and argument hashing.
8340
8341 2011-05-13  Uros Bizjak  <ubizjak@gmail.com>
8342
8343         * config/i386/i386.md (*movxf_internal): Use !can_create_pseudo ().
8344         (*movxf_internal_nointeger): Ditto.
8345         (*movdf_internal_rex64): Ditto.
8346         (*movdf_internal): Ditto.
8347         (*movdf_internal_nointeger): Ditto.
8348         (*movsf_internal): Ditto.
8349         (sincos splitters): Use can_create_pseudo ().
8350
8351 2011-05-13  Joseph Myers  <joseph@codesourcery.com>
8352
8353         * config/i386/i386-opts.h: New.
8354         * gcc/config/i386/i386.c (stringop_alg, ix86_cmodel,
8355         ix86_asm_dialect, ix86_regparm, ix86_abi, ix86_branch_cost,
8356         ix86_section_threshold): Remove.
8357         (ix86_handle_option): Move MAX_CODE_ALIGN define here.  Handle
8358         OPT_malign_loops_, OPT_malign_jumps_, OPT_malign_functions_ and
8359         OPT_mbranch_cost_.
8360         (ix86_option_override_internal): Don't decode strings for options
8361         other than -march=, -mtune= and -mfpmath=.  Don't allow for
8362         __attribute__ uses in remaining diagnostics for options with
8363         string arguments.  Don't check for integer arguments being negative.
8364         * gcc/config/i386/i386.h (enum stringop_alg, enum calling_abi,
8365         enum tls_dialect, enum cmodel, enum asm_dialect): Move to i386-opts.h.
8366         (ix86_abi, ix86_tls_dialect, ix86_cmodel, ix86_asm_dialect,
8367         ix86_branch_cost, ix86_section_threshold): Remove.
8368         * gcc/config/i386/i386.opt (config/i386/i386-opts.h): New
8369         HeaderInclude.
8370         (malign-functions=, malign-jumps=, malign-loops=): Use UInteger
8371         but not Var.
8372         (masm=): Use Enum and Init.
8373         (asm_dialect): New Enum and EnumValue entries.
8374         (mbranch-cost=): Use UInteger.
8375         (mlarge-data-threshold=): Use UInteger and Init.
8376         (mcmodel=): Use Enum and Init.
8377         (cmodel): New Enum and EnumValue entries.
8378         (mpc): Replace with separate mpc32, mpc64 and mpc80 entries.
8379         (mpreferred-stack-boundary=, mincoming-stack-boundary=,
8380         mregparm=): Use UInteger.
8381         (mstringop-strategy=): Use Enum and Init.
8382         (stringop_alg): New Enum and EnumValue entries.
8383         (mtls-dialect=): Use Enum and Init.
8384         (tls_dialect): New Enum and EnumValue entries.
8385         (mabi=): Use Enum and Init.
8386         (calling_abi): New Enum and EnumValue entries.
8387         (mveclibabi=): Use Enum and Init.
8388         (ix86_veclibabi): New Enum and EnumValue entries.
8389
8390 2011-05-13  Nick Clifton  <nickc@redhat.com>
8391
8392         * config/rx/rx.md (mov expander): Fix use of rx_legitimate_constant_p.
8393         * config/rx/rx-protos.h (rx_legitimate_constant_p): Rename prototype.
8394
8395 2011-05-13  Kai Tietz  <ktietz@redhat.com>
8396
8397         PR middle-end/48984
8398         * gimplify.c (gimplify_expr): Check for boolean_type_node instead
8399         for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
8400         (gimple_boolify): Check for cast for boolean_type_node instead for
8401         BOOLEAN_TYPE.
8402
8403 2011-05-13  Richard Guenther  <rguenther@suse.de>
8404
8405         PR tree-optimization/48172
8406         * tree-vect-loop-manip.c (vect_vfa_segment_size): Avoid
8407         multiplying by number of iterations for equal step.
8408         (vect_create_cond_for_alias_checks): Likewise.
8409
8410 2011-05-13  Andreas Schwab  <schwab@redhat.com>
8411
8412         * configure.ac: Use AS_HELP_STRING throughout.
8413         * configure: Regenerate.
8414
8415 2011-05-12  H.J. Lu  <hongjiu.lu@intel.com>
8416
8417         * config/i386/i386.c (ix86_save_reg): Change maybe_eh_return to bool.
8418         (ix86_emit_restore_regs_using_mov): Likewise.
8419         (ix86_emit_restore_sse_regs_using_mov): Likewise.
8420
8421 2011-05-12  Anatoly Sokolov  <aesok@post.ru>
8422
8423         * config/sparc/sparc.h (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P,
8424         SYMBOLIC_CONST, RTX_OK_FOR_BASE_P, RTX_OK_FOR_INDEX_P): Remove.
8425         (RTX_OK_FOR_OFFSET_P, RTX_OK_FOR_OLO10_P): Move to...
8426         * config/sparc/sparc.c (RTX_OK_FOR_OFFSET_P,
8427         RTX_OK_FOR_OLO10_P): ...here.
8428         (sparc_mode_dependent_address_p): Use symbolic_operand instead of
8429         SYMBOLIC_CONST.
8430
8431 2011-05-12  Kai Tietz  <ktietz@redhat.com>
8432
8433         * gimplify.c (gimple_boolify): Re-boolify expression
8434         arguments even if expression type is of kind BOOLEAN_TYPE.
8435         (gimplify_boolean_expr): Removed.
8436         (gimplify_expr): Boolify truth opcodes AND, ANDIF, OR, ORIF,
8437         and XOR. Additional take care that we keep expression's type.
8438         * tree-cfg.c (verify_gimple_assign_binary): Adjust check for type
8439         of TRUTH_AND|OR|XOR_EXPR.
8440
8441 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
8442
8443         PR tree-optimization/48975
8444         * tree-if-conv.c (combine_blocks): Call free_bb_predicate
8445         on all bbs here and free and clear ifc_bbs at the end.
8446
8447 2011-05-12  Richard Guenther  <rguenther@suse.de>
8448
8449         * gimple.c (gtc_visit): Compare TREE_ADDRESSABLE, handle
8450         NULLPTR_TYPE similar to VOID_TYPE.  Defer type-leader lookup
8451         until after simple checks.
8452         (gimple_types_compatible_p): Likewise.
8453         (iterative_hash_gimple_type): Always hash pointer targets
8454         and function return and argument types.
8455         (iterative_hash_canonical_type): Do not hash TYPE_QUALS,
8456         hash TYPE_ALIGN.  Do not hash TYPE_MIN/MAX_VALUE.
8457         (gimple_canonical_types_compatible_p): Compare TREE_ADDRESSABLE,
8458         handle NULLPTR_TYPE similar to VOID_TYPE.  Handle non-aggregates
8459         completely in the simple compare section.
8460         (gimple_register_canonical_type): Query the cache again after
8461         registering.
8462
8463 2011-05-12  Richard Guenther  <rguenther@suse.de>
8464
8465         PR tree-optimization/48172
8466         * tree-vect-loop-manip.c (vect_vfa_segment_size): Do not exclude
8467         the number of iterations from the segment size calculation.
8468         (vect_create_cond_for_alias_checks): Adjust.
8469
8470 2011-05-12  Jakub Jelinek  <jakub@redhat.com>
8471
8472         PR debug/48967
8473         * var-tracking.c (use_narrower_mode_test) <case REG>: Return 1
8474         if validate_subreg fails.
8475
8476 2011-05-12  Hariharan Sandanagobalane  <hariharan@picochip.com>
8477
8478         * ira.c (clarify_prohibited_class_mode_regs): Prevent the function from
8479         accessing beyond the end of REGNO_REG_CLASS array by stopping the loop
8480         early.
8481
8482 2011-05-12  DJ Delorie  <dj@redhat.com>
8483
8484         * config/rx/rx.c (rx_builtins): New arrays - holds builtin functions.
8485         (ADD_RX_BUILTIN1, ADD_RX_BUILTIN2, ADD_RX_BUILTIN3): Install
8486         created builtin into rx_builtins array.
8487         (rx_builtin_decl): New function.
8488         (TARGET_BUITLIN_DECL): Define.  Include gt-rx.h.
8489
8490 2011-05-12  DJ Delorie  <dj@redhat.com>
8491             Nick Clifton  <nickc@redhat.com>
8492
8493         * config/rx/rx.h (HAVE_PRE_DECREMENT): Fix typo.
8494         * config/rx/rx.c (CC_FLAG_FP): Fix comment.
8495         (rx_is_legitimate_address): Add pre-decrement and post-increment
8496         addressing in HImode and QImode.  Fix test for out of range
8497         REG+INT addressing.
8498         (rx_legitimate_constant_p): Rename to rx_is_legitimate_constant.
8499         (rx_align_for_label): Test label before extracting its usage count.
8500         (rx_adjust_insn_lengths): Fix selection of insn codes.
8501         (TARGET_LEGITIMATE_CONSTANT_P): Use renamed function.
8502
8503 2011-05-11  Jason Merrill  <jason@redhat.com>
8504
8505         * tree.c (type_hash_canon): Use struct tree_type_non_common.
8506
8507 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
8508
8509         * cfgrtl.c (commit_one_edge_insertion): Remove always-true test and
8510         reindent the subsequent block.
8511
8512 2011-05-11  Satoru Takabayashi  <satorux@google.com>
8513             Paul Pluzhnikov  <ppluzhnikov@google.com>
8514
8515         * doc/install.texi (Configuration): Document --with-linker-hash-style.
8516         * gcc.c (init_spec): Handle LINKER_HASH_STYLE.
8517         * config.in: Add LINKER_HASH_STYLE.
8518         * configure.ac: Add --with-linker-hash-style.
8519         * configure: Regenerate.
8520
8521 2011-05-11  Richard Guenther  <rguenther@suse.de>
8522
8523         PR middle-end/48964
8524         * gimple.c (iterative_hash_canonical_type): Fix typo.
8525
8526 2011-05-11  Uros Bizjak  <ubizjak@gmail.com>
8527
8528         * config/i386/i386.c (legitimize_tls_address)
8529         <case TLS_MODEL_GLOBAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
8530         expanders directly for TARGET_GNU2_TLS.  Determine pic and
8531         __tls_get_addr symbol reference here.  Update call to
8532         gen_tls_global_dynamic_{32,64} for added arguments.
8533         <case TLS_MODEL_LOCAL_DYNAMIC>: Call gen_tls_dynamic_gnu2_{32,64}
8534         expanders directly for TARGET_GNU2_TLS.  Determine
8535         __tls_get_addr symbol reference here.  Update call to
8536         gen_tls_local_dynamic_base_{32,64} for added arguments.  Attach
8537         unique UNSPEC REG_EQUIV to libcall block.
8538         (ix86_tls_get_addr): Declare static.
8539         * config/i386/i386-protos.h (ix86_tls_get_addr): Remove declaration.
8540         * config/i386/i386.md (tls_global_dynamic_32): Add operand 2 and 3.
8541         Do not determine pic and __tls_get_addr symbol reference here. Do not
8542         call gen_tls_dynamic_gnu2_32 for TARGET_GNU2_TLS.
8543         (tls_local_dynamic_base_32): Ditto for operands 1 and 2.
8544         (tls_global_dynamic_64): Add operand 2.  Do not determine
8545         __tls_get_addr symbol reference here.  Do not call
8546         gen_tls_dynamic_gnu2_64 for TARGET_GNU2_TLS here.
8547         (tls_local_dynamic_base64): Ditto for operand 1.
8548
8549 2011-05-11  Eric Botcazou  <ebotcazou@adacore.com>
8550
8551         * function.c (expand_function_start): Initialize stack_check_probe_note
8552         only if the generic stack checking mechanism is used.
8553
8554 2011-05-11  Richard Guenther  <rguenther@suse.de>
8555
8556         PR tree-optimization/15256
8557         * tree-ssa-forwprop.c (simplify_bitwise_binary): Canonicalize
8558         (A & B) | C, combine (A op CST1) op CST2.
8559         (tree_ssa_forward_propagate_single_use_vars): Only bother to
8560         visit assigns that have uses.
8561
8562 2011-05-11  Nathan Froyd  <froydnj@codesourcery.com>
8563
8564         * ggc-page.c (extra_order_size_table): Use struct tree_type_non_common.
8565         * lto-streamer-in.c (unpack_ts_type_value_fields): Rename to...
8566         (unpack_ts_type_common_value_fields): ...this.  Update comment.
8567         (unpack_value_fields): Adjust for renaming.
8568         (lto_input_ts_type_tree_pointers): Split into...
8569         (lto_input_ts_type_common_tree_pointer): ...this and...
8570         (lto_input_ts_type_non_common_tree_pointers): ...this.
8571         (lto_input_tree_pointers): Adjust for above split.
8572         * lto-streamer-out.c (pack_ts_type_value_fields): Rename to...
8573         (pack_ts_type_common_value_fields): ...this.  Update comment.
8574         (lto_output_ts_type_tree_pointers): Split into...
8575         (lto_output_ts_type_common_tree_pointers): ...this and...
8576         (lto_output_ts_type_non_common_tree_pointers): ...this.
8577         (lto_output_tree_pointers): Adjust for above split.
8578         * lto-streamer.c (check_handled_ts_structures): Mark TS_TYPE_COMMON,
8579         TS_TYPE_WITH_LANG_SPECIFIC, and TS_TYPE_NON_COMMON as handled.
8580         * stor-layout.c (vector_type_mode): Adjust location of mode field.
8581         * tree.h (MARK_TS_TYPE_COMMON, MARK_TS_TYPE_WITH_LANG_SPECIFIC):
8582         Define.
8583         (struct tree_type): Split into...
8584         (struct tree_type_common: ...this and...
8585         (struct tree_type_with_lang_specific): ...this and...
8586         (struct tree_type_non_common): ...this.  Adjust accessor macros
8587         accordingly.
8588         (TYPE_VALUES_RAW): Define.
8589         (union tree_node): Update for above changes.
8590         * tree.c (tree_node_structure_for_code) [tcc_type]: Return
8591         TS_TYPE_NON_COMMON.
8592         (initialize_tree_contains_struct) [TS_TYPE]: Use TS_TYPE_COMMON.
8593         Add TS_TYPE_WITH_LANG_SPECIFIC and TS_TYPE_NON_COMMON.
8594         (tree_code_size) [tcc_type]: Use struct tree_type_non_common.
8595         * treestructu.def (TS_TYPE): Remove.
8596         (TS_TYPE_COMMON, TS_TYPE_WITH_LANG_SPECIFIC, TS_TYPE_NON_COMMON):
8597         Define.
8598
8599 2011-05-11  Jakub Jelinek  <jakub@redhat.com>
8600
8601         PR debug/48159
8602         * tree-ssa.c (reset_debug_uses): New function.
8603         * tree-flow.h (reset_debug_uses): New prototype.
8604         * tree-data-ref.c (stmts_from_loop): Ignore debug stmts.
8605         * tree-loop-distribution.c (generate_loops_for_partition): Call
8606         reset_debug_uses on the stmts that will be removed.  Keep around
8607         all debug stmts, don't count them as bits in partition bitmap.
8608         (generate_builtin): Don't count debug stmts or labels as bits in
8609         partition bitmap.
8610
8611 2011-05-11  Richard Guenther  <rguenther@suse.de>
8612
8613         * gimple.c (gimple_type_hash_1): Merge with ...
8614         (gimple_type_hash): ... this.
8615         (gtc_visit): Remove mode parameter and simplify accordingly.
8616         (gimple_types_compatible_p_1): Likewise.
8617         (gimple_types_compatible_p): Likewise.
8618         (iterative_hash_gimple_type): Likewise.
8619         (visit): Likewise.
8620         (gimple_type_eq): Adjust.
8621
8622 2011-05-11  Revital Eres  <revital.eres@linaro.org>
8623
8624         * ddg.c (create_ddg_dep_from_intra_loop_link): If a true dep edge
8625         enters the branch create an anti edge in the opposite direction
8626         to prevent the creation of reg-moves.
8627         * modulo-sched.c: Adjust comment to reflect the fact we are
8628         scheduling closing branch.
8629         (PS_STAGE_COUNT): Rename to CALC_STAGE_COUNT and redefine.
8630         (stage_count): New field in struct partial_schedule.
8631         (calculate_stage_count): New function.
8632         (normalize_sched_times): Rename to reset_sched_times and handle
8633         incrementing the sched time of the nodes by a constant value
8634         passed as parameter.
8635         (duplicate_insns_of_cycles): Skip closing branch.
8636         (sms_schedule_by_order): Schedule closing branch.
8637         (ps_insn_find_column): Handle closing branch.
8638         (sms_schedule): Call reset_sched_times and adjust the code to
8639         support scheduling of the closing branch.
8640         (ps_insert_empty_row): Update calls to normalize_sched_times
8641         and rotate_partial_schedule functions.
8642
8643 2011-05-11  Richard Guenther  <rguenther@suse.de>
8644
8645         PR middle-end/48953
8646         * tree-inline.c (remap_gimple_op_r): Also remap types of MEM_REFs.
8647
8648 2011-05-11  Joseph Myers  <joseph@codesourcery.com>
8649
8650         * opts.c (finish_options): Move warning settings from process_options.
8651         * toplev.c (process_options): Move warning settings to finish_options.
8652
8653 2011-05-11  Richard Guenther  <rguenther@suse.de>
8654
8655         PR tree-optimization/18041
8656         * tree-ssa-forwprop.c (simplify_bitwise_and): Rename to ...
8657         (simplify_bitwise_binary): ... this.  Handle operand conversions
8658         by applying them to the result instead.
8659         (tree_ssa_forward_propagate_single_use_vars): Adjust.  CSE tree code.
8660
8661 2011-05-11  Richard Guenther  <rguenther@suse.de>
8662
8663         * gimple.c (gimple_canonical_types_compatible_p): Split out
8664         from gimple_types_compatible_p and friends.  Do not recurse
8665         to pointed-to types.
8666         (gimple_canonical_type_eq): Use it.
8667         (iterative_hash_canonical_type): Split out from
8668         iterative_hash_gimple_type and friends.  Do not recurse
8669         to pointed-to types.
8670         (gimple_canonical_type_hash): Use it, allocate the hash here.
8671
8672 2011-05-11  Revital Eres  <revital.eres@linaro.org>
8673
8674         * modulo-sched.c (doloop_register_get): Ignore DEBUG_INSNs while
8675         recognizing doloop.
8676
8677 2011-05-11  Revital Eres  <revital.eres@linaro.org>
8678
8679         * loop-doloop.c (doloop_condition_get): Use prev_nondebug_insn
8680         instead of PREV_INSN.
8681
8682 2011-05-11  Revital Eres  <revital.eres@linaro.org>
8683
8684         * modulo-sched.c (sms_schedule): Support new form of doloop pattern
8685         * loop-doloop.c (doloop_condition_get): Likewise.
8686         * config/arm/thumb2.md (*thumb2_addsi3_compare0): Remove "*".
8687         (doloop_end): New.
8688         * config/arm/arm.md (*addsi3_compare0): Remove "*".
8689
8690 2011-05-10  Nathan Froyd  <froydnj@codesourcery.com>
8691
8692         * tree.def (CASE_LABEL_EXPR): Add an operand.
8693         * tree.h (CASE_CHAIN): Use TREE_OPERAND instead of TREE_CHAIN.
8694
8695 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8696
8697         * c-decl.c (c_override_global_bindings_to_false): Remove.
8698         (global_bindings_p): Don't check
8699         c_override_global_bindings_to_false.
8700         * c-tree.h (c_override_global_bindings_to_false): Remove.
8701         * c-typeck.c (composite_type): Don't set
8702         c_override_global_bindings_to_false.
8703
8704 2011-05-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
8705
8706         PR target/48857, 48495
8707         * config/rs6000/rs6000.h (VSX_SCALAR_MODE): Delete.
8708         (VSX_MODE): Ditto.
8709         (VSX_MOVE_MODE): Ditto.
8710         (ALTIVEC_OR_VSX_VECTOR_MODE): New macro, combine all Altivec and
8711         VSX vector types.  Add V2DImode.
8712         (HARD_REGNO_CALLER_SAVE_MODE): Use it instead of
8713         ALTIVEC_VECTOR_MODE and VSX_VECTOR_MODE calls.
8714         (MODES_TIEABLE_P): Ditto.
8715
8716         * config/rs6000/rs6000.c (rs6000_emit_move): Use
8717         ALTIVEC_OR_VSX_MODE instead of ALTIVEC_VECTOR_MODE and
8718         VSX_VECTOR_MODE.
8719         (init_cumulative_args): Ditto.
8720         (rs6000_function_arg_boundary): Ditto.
8721         (rs6000_function_arg_advance_1): Ditto.
8722         (rs6000_function_arg): Ditto.
8723         (rs6000_function_ok_for_sibcall): Ditto.
8724         (emit_frame_save): Ditto.
8725         (rs6000_function_value): Ditto.
8726         (rs6000_libcall_value): Ditto.
8727
8728 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8729
8730         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
8731         i386/darwin-lib.h to $libgcc_tm_file.
8732         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Remove.
8733
8734 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8735
8736         * doc/sourcebuild.texi (Back End): Mention contrib/config-list.mk.
8737
8738 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8739
8740         * config/rs6000/genopt.sh, config/rs6000/rs6000-cpus.def: New files.
8741         * config/rs6000/rs6000-tables.opt: New file (generated).
8742         * config.gcc (powerpc*-*-*, rs6000*-*-*): Add
8743         rs6000/rs6000-tables.opt to extra_options.
8744         * config/rs6000/rs6000-opts.h (RS6000_CPU_OPTION_NATIVE): Define.
8745         * config/rs6000/rs6000.c (rs6000_select): Remove.
8746         (processor_target_table): Move contents to rs6000-cpus.def.
8747         (darwin_rs6000_override_options): Check
8748         global_options_set.x_rs6000_cpu_index instead of
8749         rs6000_select[1].string.
8750         (rs6000_option_override_internal): Likewise.
8751         (rs6000_handle_option): Don't assert that global structures are in
8752         use.  Don't handle OPT_mcpu_ and OPT_mtune_ here.
8753         (rs6000_default_cpu): New variable.
8754         (rs6000_file_start): Set it instead of local default_cpu.  Check
8755         rs6000_default_cpu, global_options_set.x_rs6000_cpu_index and
8756         global_options_set.x_rs6000_tune_index instead of rs6000_select.
8757         (rs6000_darwin_file_start): Check rs6000_default_cpu and
8758         global_options_set.x_rs6000_cpu_index instead of rs6000_select.
8759         * config/rs6000/rs6000.h (struct rs6000_cpu_select,
8760         rs6000_select): Remove.
8761         * config/rs6000/rs6000.opt (rs6000_cpu_index, rs6000_tune_index):
8762         Remove.
8763         (mcpu=, mtune=): Use Var, Init, Enum and Save.
8764         * config/rs6000/t-rs6000
8765         ($(srcdir)/config/rs6000/rs6000-tables.opt): New.
8766         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
8767         global_options_set.x_rs6000_cpu_index instead of
8768         rs6000_select[1].string.
8769         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
8770         global_options_set.x_rs6000_cpu_index instead of
8771         rs6000_select[1].string.
8772
8773 2011-05-10  Joseph Myers  <joseph@codesourcery.com>
8774
8775         * config.gcc (libgcc_tm_file): Define instead of including files
8776         from ../../libgcc/config/ in tm_file.
8777         * configure.ac (libgcc_tm_file_list, libgcc_tm_include_list): Define.
8778         * configure: Regenerate.
8779         * Makefile.in (libgcc_tm_file_list, libgcc_tm_include_list,
8780         libgcc_tm.h, cs-libgcc_tm.h): New.
8781         (TM_H): Include libgcc_tm.h and $(libgcc_tm_file_list).
8782         (clean): Remove libgcc_tm.h.
8783         * config/arm/symbian.h (RENAME_LIBRARY): Remove.
8784         * mkconfig.sh: Include libgcc_tm.h in tm.h if USED_FOR_TARGET.
8785         * system.h (DECLARE_LIBRARY_RENAMES): Poison.
8786
8787 2011-05-10  Georg-Johann Lay  <avr@gjlay.de>
8788
8789         PR target/48896
8790         * config/avr/avr.c (avr_ret_register): Return unsigned int
8791         instead of int.
8792         (avr_function_value): Mark fn_decl_or_type as unused, don't pass
8793         it to avr_libcall_value.
8794         avr_expand_builtin): Use EXPAND_NORMAL as arg 4 in calls to
8795         expand_expr.
8796         (avr_expand_binop_builtin): Ditto.
8797         (avr_expand_unop_builtin): Ditto.
8798
8799 2011-05-10  DJ Delorie  <dj@redhat.com>
8800
8801         * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
8802         (LABEL_ALIGN_AFTER_BARRIER): Pass label to rx_align_for_label
8803         * config/rx/rx.c (rx_align_for_label): Add label and
8804         uses_threshold parameters.  Do not align when the label is not
8805         used enough.
8806         * config/rx/rx-protos.h (rx_align_for_label): Update prototype.
8807
8808 2011-05-10  Richard Guenther  <rguenther@suse.de>
8809
8810         * tree-ssa-forwprop.c (combine_conversions): Pattern-match
8811         a series of conversions and apply foldings similar to what
8812         fold-const does.
8813         (tree_ssa_forward_propagate_single_use_vars): Call it.
8814
8815 2011-05-10  Jakub Jelinek  <jakub@redhat.com>
8816
8817         PR tree-optimization/48611
8818         PR tree-optimization/48794
8819         * tree-eh.c (remove_unreachable_handlers): Don't remove regions
8820         referenced from RESX or EH_DISPATCH arguments.
8821
8822         PR debug/48928
8823         * dfp.c (decimal_to_decnumber): Handle conversion from
8824         dconst{1,2,m1,half}.
8825
8826 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
8827
8828         * config/i386/i386.c (ix86_autovectorize_vector_sizes): Return 0
8829         for !flag_prefer_avx128.
8830         (ix86_preferred_simd_mode): Return word_mode for DFmode without SSE2.
8831
8832 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
8833
8834         * fold-const.c (fold_range_test): Pass LOC to build_range_check.
8835         (fold_ternary_loc): Use expr_location_or.
8836
8837 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
8838
8839         PR debug/48853
8840         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: If
8841         POINTERS_EXTEND_UNSIGNED is defined, don't give up if mode is
8842         Pmode and mem_mode is not VOIDmode.
8843
8844 2011-05-09  Ville Voutilainen  <ville.voutilainen@gmail.com>
8845
8846         * tree.h (TYPE_UNQUALIFIED, TYPE_QUAL_CONST, TYPE_QUAL_VOLATILE,
8847         TYPE_QUAL_RESTRICT): Convert to enum.
8848
8849 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
8850
8851         * config/i386/predicates.md (const_pow2_1_to_2_operand): Remove.
8852         (const_pow2_1_to_8_operand): Ditto.
8853         (const_pow2_1_to_128_operand): Ditto.
8854         (const_pow2_1_to_32768_operand): Ditto.
8855         * config/i386/mmx.md (*mmx_pinsrw): Use const_int_operand instead of
8856         const_pow2_1_to_8_operand for operand 3 predicate.  Use exact_log2
8857         in insn constraint to check integer value of operand 3.
8858         * config/i386/sse.md (*vec_setv4sf_sse4_1): Ditto.
8859
8860         (PINSR_MODE): New mode iterator.
8861         (sse2p4_1): New mode attribute.
8862         (<sse2p4_1>_pinsr<ssemodesuffix>): Merge insn from sse4_1_pinsrb,
8863         sse2_pinsrw, sse4_1_pinsrd and sse4_1_pinsrq using PINSR_MODE mode
8864         iterator.  Use const_int_operand instead of
8865         const_pow2_1_to_{2,8,128,32768}_operand for operand 3 predicate.  Use
8866         exact_log2 in insn constraint to check integer value of operand 3.
8867
8868 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
8869
8870         * config/i386/sse.md (blendbits): Remove mode attribute.
8871         (<sse4_1>_blend<ssemodesuffix><avxsizesuffix>): Use const_int_operand
8872         instead of const_0_to_<blendbits>_operand for operand 3 predicate.
8873         Check integer value of operand 3 in insn constraint.
8874
8875 2011-05-09  Richard Guenther  <rguenther@suse.de>
8876
8877         * lto-symtab.c (lto_cgraph_replace_node): Use types_compatible_p
8878         for diagnostics.
8879         (lto_symtab_merge): Likewise.  Do not register types here.
8880         (lto_symtab_merge_decls_2): Likewise.
8881         (lto_symtab_merge_decls_1): Likewise.
8882         * gimple.h (enum gtc_mode, gimple_types_compatible_p): Do not declare.
8883         * gimple.c (enum gtc_mode): Declare.
8884         (gimple_types_compatible_p): Make static.
8885
8886 2011-05-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8887
8888         * config/s390/s390.md (TD/TF mem to reg move splitter): Make the
8889         temporary register to match Pmode.
8890
8891 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
8892
8893         * config/i386/sse.md (*vec_concatv4si): Merge from *vec_concatv4si_1
8894         and *vec_concatv4si_1_avx.
8895
8896 2011-05-09  Uros Bizjak  <ubizjak@gmail.com>
8897
8898         PR rtl-optimization/48927
8899         * ira-conflicts.c (commutative_constraint_p): Use
8900         recog_data.alternative_enabled_p to disable alternatives where
8901         "enabled" attribute is false.
8902         (get_dup_num): Ditto.
8903         * ira-lives.c (single_reg_class): Ditto.
8904         (ira_implicitly_set_insn_hard_regs): Ditto.
8905
8906 2011-05-09  Eric Botcazou  <ebotcazou@adacore.com>
8907
8908         * var-tracking.c (find_mem_expr_in_1pdv): Fix thinko.
8909         (dataflow_set_preserve_mem_locs): Likewise.
8910
8911 2011-05-09  Philipp Thomas  <pth@suse.de>
8912
8913         * config/mep/mep.c (mep_validate_vliw): Syntax description
8914         should not be translated.
8915
8916 2011-05-09  Joseph Myers  <joseph@codesourcery.com>
8917
8918         * config/mips/genopt.sh, config/mips/mips-cpus.def: New files.
8919         * config/mips/mips-tables.opt: New file (generated).
8920         * config.gcc (mips*-*-*): Add mips/mips-tables.opt to extra_options.
8921         * config/mips/mips-opts.h (MIPS_ARCH_OPTION_FROM_ABI,
8922         MIPS_ARCH_OPTION_NATIVE): Define.
8923         * config/mips/mips.c (mips_cpu_info_table): Move contents to
8924         mips-cpus.def.
8925         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p,
8926         mips_parse_cpu): Remove.
8927         (mips_cpu_info_from_opt, mips_default_arch): New.
8928         (mips_handle_option): Don't assert that global structures are in
8929         use.  Don't handle OPT_march_, OPT_mtune_ and OPT_mips here.
8930         (mips_option_override): Use new variables and functions to set
8931         state of these options.  Use strcmp to check for individual CPU names.
8932         * config/mips/mips.h (MIPS_CPU_STRING_DEFAULT): Remove default
8933         definition.
8934         * config/mips/mips.opt (march=): Use ToLower and Enum.
8935         (mips): Use ToLower, Enum and Var.
8936         (mtune=): Use ToLower and Enum.
8937         * config/mips/t-mips ($(srcdir)/config/mips/mips-tables.opt): New.
8938
8939 2011-05-08  Jan Hubicka  <jh@suse.cz>
8940
8941         * gimple.c (type_pair_hash, type_pair_eq, lookup_type_pair):
8942         Arrange type pairs to be UID ordered.
8943         (gimple_lookup_type_leader): Make inline.
8944
8945 2011-05-09  Nick Clifton  <nickc@redhat.com>
8946
8947         PR target/48899
8948         * config/iq2000/iq2000.opt (iq2000_tune): Initialise to
8949         PROCESSOR_DEFAULT.
8950
8951         PR target/48897
8952         * config/mn10300/mn10300.c (extract_bundle): Remove spurious local
8953         variable 's'.
8954
8955 2011-05-08  Chung-Lin Tang  <cltang@codesourcery.com>
8956
8957         * combine.c (simplify_comparison): Abstract out parts into...
8958         (simplify_compare_const): ... new function.
8959         (try_combine): Generalize parallel arithmetic/compare combining
8960         to call simplify_compare_const() and CANONICALIZE_COMPARE().
8961
8962 2011-05-08  Jan Hubicka  <jh@suse.cz>
8963
8964         * cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.
8965         (cgraph_create_virtual_clone): Call hooks once virtual clone
8966         is finished.
8967         * cgraph.h (cgraph_clone_node): Update prototype.
8968         * ipa-cp.c (ipcp_estimate_growth): Use
8969         estimate_ipcp_clone_size_and_time.
8970         * ipa-inline-transform.c (clone_inlined_nodes): Update.
8971         * lto-cgraph.c (input_node): Update.
8972         * ipa-inline.c (recursive_inlining): Update.
8973         * ipa-inline.h (estimate_ipcp_clone_size_and_time): New function.
8974         (evaluate_conditions_for_known_args): Break out from ...
8975         (evaluate_conditions_for_edge): ... here.
8976         (evaluate_conditions_for_ipcp_clone): New function.
8977         (inline_node_duplication_hook): Update clone summary based
8978         on parameter map.
8979         (estimate_callee_size_and_time): Rename to ...
8980         (estimate_node_size_and_time): take NODE instead of EDGE;
8981         take POSSIBLE_TRUTHS as argument.
8982         (estimate_callee_size_and_time): Update.
8983         (estimate_ipcp_clone_size_and_time): New function.
8984         (do_estimate_edge_time): Update.
8985
8986 2011-05-08  Richard Guenther  <rguenther@suse.de>
8987
8988         PR middle-end/48908
8989         PR middle-end/48905
8990         * expmed.c (expand_shift_1): Compute adjusted constant shift
8991         amount manually.
8992
8993 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
8994
8995         * config/avr/avr.c (print_operand_address): Fix invalid RTL access.
8996
8997 2011-05-08  Eric Botcazou  <ebotcazou@adacore.com>
8998
8999         * config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
9000
9001 2011-05-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
9002
9003         * doc/invoke.texi (-fuse-linker-plugin): Improve grammar.
9004
9005 2011-05-07  Jan Hubicka  <jh@suse.cz>
9006
9007         * ipa-inline-transform.c (inline_call): Account when program size
9008         decreases.
9009         * ipa-inline.c (relative_time_benefit): New function.
9010         (edge_badness): Reorganize to be power 2 based; fix thinko when
9011         computing badness for negative growth; update comments to match
9012         reality; better dumps.
9013
9014 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>
9015
9016         * langhooks.h (lang_hooks_for_types): Change global_bindings_p's return
9017         type to bool and adjust comment.
9018         * fold-const.c (fold_range_test): Adjust call to global_bindings_p.
9019         (fold_mathfn_compare): Remove calls to global_bindings_p.
9020         (fold_inf_compare): Likewise.
9021         * stor-layout.c (variable_size): Adjust call to global_bindings_p.
9022         * c-tree.h (global_bindings_p): Adjust prototype.
9023         * c-decl.c (global_bindings_p): Return bool and simplify.
9024
9025 2011-05-07  Zdenek Dvorak  <ook@ucw.cz>
9026
9027         PR tree-optimization/48837
9028         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not mark tailcalls
9029         when accumulator transformation is performed.
9030
9031 2011-05-06  Jan Hubicka  <jh@suse.cz>
9032
9033         * i386.h (ix86_tune_indices): Add
9034         X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL.
9035         (TARGET_SOFTWARE_PREFETCHING_BENEFICIAL): New macro.
9036         * i386.c (initial_ix86_tune_features): Add
9037         X86_SOFTARE_PREFETCHING_BENEFICIAL.
9038         (software_prefetching_beneficial_p): Remove predicate.
9039         (ix86_option_override_internal): Use new macro.
9040
9041 2011-05-06  Jan Hubicka  <jh@suse.cz>
9042
9043         * ipa-inline.c (update_callee_keys): Don't reset node growth cache.
9044
9045 2011-05-06  Jan Hubicka  <jh@suse.cz>
9046
9047         * cgraph.c (cgraph_add_thunk): Create real function node instead
9048         of alias node; finalize it and mark needed/reachale; arrange visibility
9049         to be right and add it into the corresponding same comdat group list.
9050         (dump_cgraph_node): Dump thunks.
9051         * cgraph.h (cgraph_first_defined_function, cgraph_next_defined_function,
9052         cgraph_function_with_gimple_body_p,
9053         cgraph_first_function_with_gimple_body,
9054         cgraph_next_function_with_gimple_body): New functions.
9055         (FOR_EACH_FUNCTION_WITH_GIMPLE_BODY, FOR_EACH_DEFINED_FUNCTION):
9056         New macros.
9057         * ipa-cp.c (ipcp_need_redirect_p): Thunks can't be redirected.
9058         (ipcp_generate_summary): Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
9059         * cgraphunit.c (cgraph_finalize_function): Only look into possible
9060         devirtualization when optimizing.
9061         (verify_cgraph_node): Verify thunks.
9062         (cgraph_analyze_function): Analyze thunks.
9063         (cgraph_mark_functions_to_output): Output thunks only in combination
9064         with function they are assigned to.
9065         (assemble_thunk): Turn thunk into non-thunk; don't try to turn
9066         alias into normal node.
9067         (assemble_thunks): New functoin.
9068         (cgraph_expand_function): Use it.
9069         * lto-cgraph.c (lto_output_node): Stream thunks.
9070         (input_overwrite_node): Stream in thunks.
9071         * ipa-pure-const.c (analyze_function): Thunks do nothing interesting.
9072         * lto-streamer-out.c (lto_output): Do not try to output thunk's body.
9073         * ipa-inline.c (inline_small_functions): Use FOR_EACH_DEFINED_FUNCTION.
9074         * ipa-inline-analysis.c (compute_inline_parameters): "Analyze" thunks.
9075         (inline_analyze_function): Do not care about thunk jump functions.
9076         (inline_generate_summary):Use FOR_EACH_DEFINED_FUNCTION.
9077         * ipa-prop.c (ipa_prop_write_jump_functions): Use
9078         cgraph_function_with_gimple_body_p.
9079         * passes.c (do_per_function_toporder): Use
9080         cgraph_function_with_gimple_body_p.
9081         (execute_one_pass);Use FOR_EACH_FUNCTION_WITH_GIMPLE_BODY.
9082         (ipa_write_summaries): Use cgraph_function_with_gimple_body_p.
9083         (function_called_by_processed_nodes_p): Likewise.
9084
9085 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
9086
9087         * config/rs6000/rs6000.opt (rs6000_ieeequad, rs6000_altivec_abi,
9088         rs6000_spe_abi, rs6000_darwin64_abi): Remove TargetVariable
9089         entries.
9090         (mabi=): Replace with separate entries for mabi=altivec,
9091         mabi=no-altivec, mabi=spe, mabi=no-spe, mabi=d64, mabi=d32,
9092         mabi=ieeelongdouble and mabi=ibmlongdouble.
9093         * config/rs6000/rs6000.c (rs6000_option_override_internal): Move
9094         check for -mabi=spe without SPE ABI support here.
9095         (rs6000_handle_option): Replace OPT_mabi_ handling with
9096         OPT_mabi_altivec and OPT_mabi_spe handling.
9097
9098 2011-05-06  Cary Coutant  <ccoutant@google.com>
9099
9100         * dwarf2out.c (contains_subprogram_definition): New function.
9101         (should_move_die_to_comdat): Call it.
9102
9103 2011-05-06  Jeff Law  <law@redhat.com>
9104
9105         * tree-ssa-threadupdate.c (create_block_for_threading): Do not call
9106         remove_ctrl_stmt_and_useless_edges.
9107         (create_duplicates): Call remove_ctrl_stmt_and_useless_edges.
9108         (fixup_template_block, thread_single_edge): Likewise.
9109         (mark_threaded_blocks): Use THREAD_TARGET.
9110
9111 2011-05-06  Alan Modra  <amodra@gmail.com>
9112
9113         PR target/48900
9114         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
9115         const0_rtx as the arg to the dummy __tls_get_addr libcall.
9116
9117 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
9118
9119         * config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
9120         constraint modifier to "r".
9121
9122 2011-05-06  Joseph Myers  <joseph@codesourcery.com>
9123
9124         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
9125         fall through for OPT_mcmodel_.
9126
9127 2011-05-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9128
9129         * config/s390/s390.c (s390_asm_trampoline_template): Comment
9130         instruction sizes.
9131         (s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
9132
9133 2011-05-06  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
9134
9135         PR target/47930
9136         * config/arm/arm.opt (marm): Document it.
9137         (mthumb): Reject negative variant.
9138
9139 2011-05-06  Uros Bizjak  <ubizjak@gmail.com>
9140
9141         PR target/48898
9142         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
9143         Fix typo in "ccvt" variable name.
9144
9145 2011-05-06  Tristan Gingold  <gingold@adacore.com>
9146
9147         PR target/48895
9148         * config/vms/vms-ar.c (main): Remove cwd variable.
9149
9150 2011-05-06  Jakub Jelinek  <jakub@redhat.com>
9151
9152         PR debug/48902
9153         * var-tracking.c (prepare_call_arguments): Move else before #endif.
9154
9155 2011-05-05  Nathan Froyd  <froydnj@codesourcery.com>
9156
9157         * except.c (sjlj_emit_dispatch_table): Call build_case_label.
9158         * gimplify.c (gimplify_switch_expr): Likewise.
9159         * omp-low.c (expand_omp_sections): Likewise.
9160         * tree-eh.c (lower_try_finally_switch): Likewise.
9161         (lower_eh_dispatch): Likewise.
9162         * tree.h (build_case_label): Declare.
9163         * tree.c (build_case_label): Define.
9164
9165 2011-05-05  Jason Merrill  <jason@redhat.com>
9166
9167         PR c++/40975
9168         * tree-inline.c (copy_tree_r): Use copy_statement_list.
9169         (copy_statement_list): Don't recurse.
9170         * stor-layout.c (copy_self_referential_tree_r): Don't allow
9171         STATEMENT_LIST.
9172
9173 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
9174
9175         * config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
9176         through from -mfpu= handling.
9177         * config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
9178
9179 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
9180
9181         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
9182         POST_MODIFY.
9183
9184 2011-05-05  Steve Ellcey  <sje@cup.hp.com>
9185
9186         * config.gcc (hppa*64*-*-hpux11*): Modify tm_file and extra_options
9187         for 11.31.
9188         (hppa[12]*-*-hpux11*): Ditto.
9189         (ia64*-*-hpux*): Add ia64/hpux-unix2003.h to tm_file.
9190         * config/ia64/hpux-unix2003.h: New.
9191         * config/pa/pa-hpux1131.opt: New.
9192         * config/pa/pa-hpux1131.h: New.
9193         * config/pa/pa64-hpux.h (STARTFILE_SPEC): Use unix2003.o if requested.
9194         * config/pa/pa-hpux.opt (flag_pa_unix): Check TARGET_HPUX_11_31 value.
9195         * config/pa/pa.h (TARGET_HPUX_11_31): Provide default (0) value.
9196
9197 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
9198
9199         PR debug/48853
9200         * dwarf2out.c (mem_loc_descriptor) <case SUBREG>: Pass mem_mode
9201         instead of mode as 3rd argument to recursive call.
9202         (mem_loc_descriptor) <case REG>: If POINTERS_EXTEND_UNSIGNED, don't
9203         emit DW_OP_GNU_regval_type if mode is Pmode and mem_mode is not
9204         VOIDmode.
9205         (mem_loc_descriptor) <case SYMBOL_REF>: If POINTERS_EXTEND_UNSIGNED,
9206         don't give up if mode is Pmode and mem_mode is not VOIDmode.
9207         (mem_loc_descriptor) <case CONST_INT>: If POINTERS_EXTEND_UNSIGNED,
9208         use int_loc_descriptor if mode is Pmode and mem_mode is not VOIDmode.
9209
9210 2011-05-05  Julian Brown  <julian@codesourcery.com>
9211
9212         * config/arm/neon.md (vec_set<mode>_internal): Fix misplaced
9213         parenthesis in D-register case.
9214
9215 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
9216
9217         * opt-functions.awk (var_type_struct): Handle Enum options.
9218         * optc-gen.awk: Don't check range of variables of character type.
9219         * config/rs6000/rs6000.c (rs6000_sched_insert_nops_str,
9220         rs6000_sched_costly_dep_str, rs6000_recip_name, rs6000_abi_name,
9221         rs6000_sdata_name, rs6000_explicit_options): Remove.
9222         (rs6000_option_override_internal): Check for -malign-power here.
9223         Use global_options_set instead of rs6000_explicit_options.
9224         (rs6000_parse_fpu_option): Remove.
9225         (rs6000_handle_option): Access variables via opts and opts_set
9226         pointers.  Use error_at and warning_at.  Add fall-through
9227         comments.  Don't handle OPT_mcmodel_, OPT_maix_struct_return,
9228         OPT_msvr4_struct_return, OPT_mvrsave, OPT_mspe, OPT_mcall_,
9229         OPT_msdata_, OPT_mtls_size_, OPT_mtraceback_, OPT_mfloat_gprs_,
9230         OPT_msched_costly_dep_, OPT_malign_ or OPT_mrecip_ explicitly
9231         here.  Don't use rs6000_parse_fpu_option.
9232         * config/rs6000/rs6000.h (fpu_type): Remove declaration.
9233         * config/rs6000/rs6000.opt (rs6000_long_double_type_size,
9234         rs6000_spe, rs6000_float_gprs): Remove TargetVariable entries.
9235         (mrecip=): Use Var.
9236         (mspe): Use Var and Save.
9237         (mtraceback=): Use Enum and Var.
9238         (rs6000_traceback_type): New Enum and EnumValue entries.
9239         (mfloat-gprs=): Use Enum, Var and Save.
9240         (rs6000_float_gprs): New Enum and EnumValue entries.
9241         (mlong-double-): use Var and Save.
9242         (msched-costly-dep=, minsert-sched-nops=): Use Var.
9243         (malign-): Use Enum and Var.
9244         (rs6000_alignment_flags): New Enum and EnumValue entries.
9245         (mfpu=): Use Enum.
9246         (fpu_type_t): New Enum and EnumValue entries.
9247         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Use
9248         global_options_set instead of rs6000_explicit_options.
9249         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Use
9250         global_options_set instead of rs6000_explicit_options.
9251         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Use
9252         global_options_set instead of rs6000_explicit_options.
9253         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Use
9254         global_options_set instead of rs6000_explicit_options.
9255         * config/rs6000/e500-double.h (SUB3TARGET_OVERRIDE_OPTIONS): Use
9256         global_options_set instead of rs6000_explicit_options.
9257         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
9258         global_options_set instead of rs6000_explicit_options.
9259         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Remove commented-out
9260         definition.
9261         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
9262         global_options_set instead of rs6000_explicit_options.
9263         * config/rs6000/linux64.opt (mcmodel=): Use Enum and Var.
9264         (rs6000_cmodel): New Enum and EnumValue entries.
9265         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
9266         global_options_set instead of rs6000_explicit_options.
9267         * config/rs6000/sysv4.opt (mcall-, msdata=): Use Var.
9268         (mtls-size=): Use Enum and Var.
9269         (rs6000_tls_size): New Enum and EnumValue entries.
9270
9271 2011-05-05  Michael Matz  <matz@suse.de>
9272
9273         * config/alpha/elf.h (ENDFILE_SPEC): Add Ofast.
9274         * config/alpha/osf5.h (ENDFILE_SPEC): Add Ofast.
9275         * config/alpha/netbsd.h (ENDFILE_SPEC): Add Ofast.
9276         * config/sparc/linux.h (ENDFILE_SPEC): Add Ofast.
9277         * config/sparc/sp64-elf.h (ENDFILE_SPEC): Add Ofast.
9278         * config/sparc/sp-elf.h (ENDFILE_SPEC): Add Ofast.
9279         * config/sparc/linux64.h (ENDFILE_SPEC): Add Ofast.
9280         * config/sparc/freebsd.h (ENDFILE_SPEC): Add Ofast.
9281         * config/sparc/sol2.h (ENDFILE_SPEC): Add Ofast.
9282         * config/i386/cygwin.h (ENDFILE_SPEC): Add Ofast.
9283         * config/i386/gnu-user.h (ENDFILE_SPEC): Add Ofast.
9284         * config/i386/gnu-user64.h (ENDFILE_SPEC): Add Ofast.
9285         * config/i386/darwin.h (ENDFILE_SPEC): Add Ofast.
9286         * config/i386/mingw32.h (ENDFILE_SPEC): Add Ofast.
9287         * config/ia64/linux.h (ENDFILE_SPEC): Add Ofast.
9288         * config/mips/linux.h (ENDFILE_SPEC): Add Ofast.
9289
9290 2011-05-05  Richard Guenther  <rguenther@suse.de>
9291
9292         * expmed.c (expand_variable_shift): Rename to ...
9293         (expand_shift_1): ... this.  Take an expanded shift amount.
9294         For rotates recurse directly not building trees for the shift amount.
9295         (expand_variable_shift): Wrap around expand_shift_1.
9296         (expand_shift): Adjust.
9297
9298 2011-05-05  Jakub Jelinek  <jakub@redhat.com>
9299
9300         * gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
9301
9302 2011-05-05  Eric Botcazou  <ebotcazou@adacore.com>
9303
9304         * tree.h (get_pending_sizes): Remove prototype.
9305         (put_pending_size): Likewise.
9306         (put_pending_sizes): Likewise.
9307         * stor-layout.c (pending_sizes): Delete.
9308         (get_pending_sizes): Likewise.
9309         (put_pending_size): Likewise.
9310         (put_pending_sizes): Likewise.
9311         (variable_size): Do not call put_pending_size and tidy up.
9312         * function.h (struct function): Remove dont_save_pending_sizes_p.
9313         * lto-streamer-in.c (input_function): Do not stream it.
9314         * lto-streamer-out.c (output_function): Likewise.
9315         * tree-inline.c (initialize_cfun): Do not copy it.
9316         * c-decl.c (store_parm_decls): Do not set it.
9317         * omp-low.c (create_task_copyfn): Likewise.
9318         * tree-optimize.c (tree_rest_of_compilation): Likewise.
9319
9320 2011-05-05  Uros Bizjak  <ubizjak@gmail.com>
9321
9322         * config/i386/i386.md (*movdf_internal_rex64): Simplify nested "if"
9323         conditions.
9324         (*movdf_internal): Ditto.
9325         (*movdf_internal_nointeger): Ditto.
9326         (*movsf_internal): Ditto.
9327
9328 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
9329
9330         * c-decl.c (finish_decl): Don't call get_pending_sizes.
9331         (grokparm): Add parameter expr.  Pass it to grokdeclarator.
9332         (push_parm_decl): Add parameter expr.  Pass it to grokdeclarator.
9333         (c_variable_size): Remove.
9334         (grokdeclarator): Use save_expr instead of c_variable_size.  Don't
9335         call put_pending_sizes.
9336         (get_parm_info): Add parameter expr.  Use it to set
9337         arg_info->pending_sizes.
9338         (store_parm_decls): Use arg_info->pending_sizes instead or calling
9339         get_pending_sizes.
9340         * c-parser.c (c_parser_parms_declarator): Update call to
9341         c_parser_parms_list_declarator.
9342         (c_parser_parms_list_declarator): Take parameter expr.  Update
9343         call to push_parm_decl.  Update recursive call.  Don't call
9344         get_pending_sizes.  Update calls to get_parm_info.
9345         (c_parser_objc_method_definition): Update calls to
9346         c_parser_objc_method_decl and objc_start_method_definition.
9347         (c_parser_objc_methodproto): Update call to c_parser_objc_method_decl.
9348         (c_parser_objc_method_decl): Add parameter expr.  Update call to
9349         grokparm.
9350         (c_parser_objc_try_catch_finally_statement): Update call to grokparm.
9351         * c-tree.h (struct c_arg_info.pending_sizes): Change to a tree.
9352         (get_parm_info, grokparm, push_parm_decl): Update prototypes.
9353
9354 2011-05-05  Michael Hope  <michael.hope@linaro.org>
9355
9356         PR pch/45979
9357         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
9358         __ARM_EABI__ hosts.
9359
9360 2011-05-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9361
9362         * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
9363         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Likewise.
9364         (spu_output_mi_thunk): New function.
9365
9366 2011-05-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9367
9368         * config/sparc/sol2.h (ASM_OUTPUT_CALL): Use
9369         targetm.asm_out.print_operand.
9370         * config/sol2.c: Include target.h.
9371
9372 2011-05-04  Jan Hubicka  <jh@suse.cz>
9373
9374         * ipa-inline.c (reset_edge_caches): New function.
9375         (update_caller_keys): Add check_inlinablity_for; do not
9376         reset edge caches; remove now unnecesary loop.
9377         (update_callee_keys): Add comments; reset node_growth_cache of callee.
9378         (update_all_callee_keys): Likewise.
9379         (inline_small_functions): Sanity check cache; update code
9380         recomputing it.
9381
9382 2011-05-04  Bernd Schmidt  <bernds@codesourcery.com>
9383
9384         PR rtl-optimization/47612
9385         * df-problems.c (can_move_insns_across): Don't pick a cc0 setter
9386         as the last insn of the sequence to be moved.
9387
9388 2011-05-04  Tobias Burnus  <burnus@net-b.de>
9389
9390         PR fortran/48864
9391         * doc/invoke.texi (Ofast): Document that it
9392         enables Fortran's -fno-protect-parens.
9393
9394 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
9395
9396         * config/i386/i386.c (ix86_reorg): Run move_or_delete_vzeroupper first.
9397
9398 2011-05-04  Eric Botcazou  <ebotcazou@adacore.com>
9399
9400         * stor-layout.c (variable_size): Do not issue errors.
9401
9402 2011-05-04  Richard Guenther  <rguenther@suse.de>
9403
9404         * coverage.c (tree_coverage_counter_ref): Use integer_type_node
9405         for array-ref indices.
9406         (tree_coverage_counter_addr): Likewise.
9407         (build_fn_info_type): Use size_int for index types.
9408         (build_gcov_info): Likewise.
9409
9410 2011-05-04  Richard Guenther  <rguenther@suse.de>
9411
9412         * c-decl.c (check_bitfield_type_and_width): Do not pass NULL
9413         to build_int_cst.
9414         * c-typeck.c (really_start_incremental_init): Use bitsize_int
9415         for constructor indices.
9416         (push_init_level): Likewise.
9417
9418 2011-05-04  Richard Guenther  <rguenther@suse.de>
9419
9420         * explow.c (promote_mode): Move variable declarations before code.
9421
9422 2011-05-04  Nathan Froyd  <froydnj@codesourcery.com>
9423
9424         * tree.h (build_function_type_array): Declare.
9425         (build_varargs_function_type_array): Declare.
9426         (build_function_type_vec, build_varargs_function_type_vec): Define.
9427         * tree.c (build_function_type_array_1): New function.
9428         (build_function_type_array): New function.
9429         (build_varargs_function_type_array): New function.
9430
9431 2011-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
9432
9433         * tree-vect-loop.c (vectorizable_reduction): Check reduction cost
9434         before setting STMT_VINFO_TYPE.
9435
9436 2011-05-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9437
9438         * config/spu/spu.c (spu_gimplify_va_arg_expr): Call pass_by_reference
9439         instead of spu_pass_by_reference.
9440
9441 2011-05-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9442
9443         * calls.c (emit_library_call_value_1): Invoke
9444         promote_function_mode hook on libcall arguments.
9445         * explow.c (promote_function_mode, promote_mode): Handle TYPE
9446         argument being NULL.
9447         * targhooks.c (default_promote_function_mode): Lisewise.
9448         * config/s390/s390.c (s390_promote_function_mode): Likewise.
9449         * config/sparc/sparc.c (sparc_promote_function_mode): Likewise.
9450
9451         * doc/tm.texi: Document that TYPE argument might be NULL.
9452
9453 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
9454
9455         * config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
9456
9457 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
9458
9459         From Bernd Schmidt
9460         * config/bfin/bfin.md (addsi3): Add an alternative for IREGS.
9461
9462 2011-05-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9463
9464         * config/alpha/alpha.h (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB)
9465         (MIPS_UNMARK_STAB, SHASH_SIZE, THASH_SIZE, ALIGN_SYMTABLE_OFFSET):
9466         Move ...
9467         * mips-tfile.c: ... here.
9468         Don't include coretypes.h, tm.h, filenames.h.
9469         (saber_stop): Remove definition and all calls.
9470         [__SABER__]: Remove.
9471         (__LINE__): Remove default.
9472         (Size_t, Ptrdiff_t): Remove definitions.
9473         Replace by size_t, ptrdiff_t.
9474         [!MIPS_DEBUGGING_INFO]: Remove.
9475         (SHASH_SIZE, THASH_SIZE): Remove defaults.
9476         (progname): Add const.
9477         (STATIC): Remove.
9478         Replace all uses by static.
9479         (ALIGN_SYMTABLE_OFFSET): Remove default.
9480         * mips-tdump.c: Don't include coretypes.h, tm.h.
9481         Remove !MIPS_IS_STAB guard.
9482         * Makefile.in (mips-tfile.o): Remove $(RTL_H), coretypes.h,
9483         $(TM_H), filenames.h dependencies.
9484         (mips-tdump.o): Remove $(RTL_H), coretypes.h, $(TM_H) dependencies.
9485
9486 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
9487
9488         From Jie Zhang
9489         *config/bfin/bfin.c (bfin_extra_live_on_entry): New.
9490         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
9491
9492 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
9493
9494         From Bernd Schmidt
9495         * config/bfin/bfin.h (FUNCTION_PROFILER): Take TARGET_LONG_CALLS into
9496         account and save/restore RETS.
9497         (PROFILE_BEFORE_PROLOGUE): Define.
9498         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add tab character.  Correct
9499         the push insn to use predecrement.
9500
9501 2011-05-04  Stuart Henderson  <shenders@gcc.gnu.org>
9502
9503         From Jie Zhang
9504         * config/bfin/bfin.c (bfin_expand_prologue): Don't clobber P2.
9505
9506 2011-05-04  Nick Clifton  <nickc@redhat.com>
9507
9508         * config/mn10300/mn10300.c: Include cfgloop.h.
9509         (DUMP): New macro.
9510         (mn10300_insert_setlb_lcc): New function.  Inserts a SETLB and a
9511         Lcc or a FLcc insn into the instruction stream.
9512         (mn10300_block_contains_call): New function.  Returns true if the
9513         given basic block contains a CALL insn.
9514         (mn10300_loop_contains_call_insn): New function.  Returns true if
9515         the given loop contains a CALL insn.
9516         (mn10300_scan_for_setlb_lcc): New function.  Finds opportunities
9517         to use the SETLB and Lcc or FLcc insns.
9518         (mn10300_reorg): Invoke mn10300_scan_for_setlb_lcc when optimizing.
9519         (TARGET_FLAGS): Add MASK_ALLOW_SETLB.
9520         * config/mn10300/mn10300.opt (msetlb): New option.  Used to
9521         disable the SETLB optimization.
9522         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
9523         __SETLB__ or __NO_SETLB__.
9524         * config/mn10300/mn10300.md (UNSPEC_SETLB): New constant.
9525         (movsf_internal): Handle MDR register.
9526         (cmpsi): Make visible.
9527         (setlb): New pattern.
9528         (Lcc): New pattern.
9529         (FLcc): New pattern.
9530
9531 2011-05-04  Uros Bizjak  <ubizjak@gmail.com>
9532
9533         PR target/48860
9534         * config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
9535         for reg<->xmm moves.
9536         * config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
9537         (vec_concatv2di_rex64_sse): Ditto.
9538         (*sse2_storeq_rex64): Do not emit %v prefix for mov{q} mnemonic.
9539         (*vec_extractv2di_1_rex64): Ditto.
9540
9541         Revert:
9542         2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
9543
9544         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
9545         reg<->xmm moves.
9546         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.
9547
9548 2011-05-04  Richard Guenther  <rguenther@suse.de>
9549
9550         * tree.h (int_const_binop): Remove notrunc argument.
9551         * fold-const.c (int_const_binop): Remove notrunc argument.  Always
9552         create integer constants that are properly truncated.
9553         (extract_muldiv_1): Expand one notrunc int_const_binop caller.
9554         (const_binop): Remove zero notrunc argument to int_const_binop.
9555         (size_binop_loc): Likewise.
9556         (fold_div_compare): Likewise.
9557         (maybe_canonicalize_comparison_1): Likewise.
9558         (fold_comparison): Likewise.
9559         (fold_binary_loc): Likewise.
9560         (multiple_of_p): Likewise.
9561         * expr.c (store_constructor): Likewise.
9562         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
9563         (maybe_fold_stmt_addition): Likewise.
9564         * ipa-prop.c (ipa_modify_call_arguments): Likewise.
9565         * stor-layout.c (layout_type): Likewise.
9566         * tree-data-ref.c (tree_fold_divides_p): Likewise.
9567         * tree-sra.c (build_ref_for_offset): Likewise.
9568         (build_user_friendly_ref_for_offset): Likewise.
9569         * tree-ssa-address.c (maybe_fold_tmr): Likewise.
9570         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
9571         * tree-ssa-loop-niter.c (inverse): Likewise.
9572         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
9573         * tree-ssa.c (maybe_rewrite_mem_ref_base): Likewise.
9574         * tree-switch-conversion.c (check_range): Likewise.
9575         (build_constructors): Likewise.
9576         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
9577         * tree-vrp.c (set_and_canonicalize_value_range): Likewise.
9578         (extract_range_from_assert): Likewise.
9579         (vrp_int_const_binop): Likewise.
9580         (extract_range_from_binary_expr): Likewise.
9581         (extract_range_from_unary_expr): Likewise.
9582         (check_array_ref): Likewise.
9583         (find_case_label_range): Likewise.
9584         (simplify_div_or_mod_using_ranges): Likewise.
9585         * tree-cfg.c (group_case_labels_stmt): Use double-ints for
9586         comparing case labels for merging.
9587
9588 2011-05-03  Mark Wielaard  <mjw@redhat.com>
9589
9590         * dwarf2out.c (debug_str_hash_forced): Removed.
9591         (gen_label_for_indirect_string): Removed.
9592         (get_debug_string_label): Removed.
9593         (AT_string_form): Generate label directly.
9594         (output_indirect_string): Test indirect_string_node for
9595         DW_FORM_strp instead of checking label and refcount.
9596         (prune_indirect_string): Removed.
9597         (prune_unused_types): Don't check debug_str_hash_forced or
9598         call prune_indirect_string.
9599
9600 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
9601
9602         PR other/48093
9603         * doc/invoke.texi: Document -mtls-dialect and GCC_COMPARE_DEBUG.
9604
9605 2011-05-04  Alexandre Oliva  <aoliva@redhat.com>
9606
9607         PR debug/47994
9608         PR debug/47919
9609         * combine.c (try_combine): Skip debug insns at m_split tests.
9610
9611 2011-04-26  Mark Wielaard  <mjw@redhat.com>
9612
9613         PR42288
9614         * dwarf2out.c (dwarf2out_finish): Always call output_aranges ()
9615         when info_section_emitted.
9616
9617 2011-05-03  Joseph Myers  <joseph@codesourcery.com>
9618
9619         * config/mips/mips-opts.h: New.
9620         * config/mips/mips.c (enum mips_r10k_cache_barrier_setting): Move
9621         to mips-opts.h.
9622         (mips_abi, mips_code_readable, mips_r10k_cache_barriee): Remove.
9623         (mips_handle_option): Don't handle OPT_mabi_, OPT_mcode_readable_
9624         or OPT_mr10k_cache_barrier_ here.  Access mips_cache_flush_func
9625         via opts pointer.
9626         * config/mips/mips.h (enum mips_code_readable_setting): Move to
9627         mips-opts.h.
9628         (mips_abi, mips_code_readable): Don't declare.
9629         * config/mips/mips.opt (config/mips/mips-opts.h): New HeaderInclude.
9630         (mabi=): Use Enum and Var.
9631         (mips_abi): New Enum and EnumValue entries.
9632         (mcode-readable=): Use Enum and Var.
9633         (mips_code_readable_setting): New Enum and EnumValue entries.
9634         (mr10k-cache-barrier=): Use Enum and Var.
9635         (mips_r10k_cache_barrier_setting): New Enum and EnumValue entries.
9636
9637 2011-05-03  Jan Hubicka  <jh@suse.cz>
9638
9639         * cgraph.h (cgraph_node_set_def, varpool_node_set_def): Move out of GTY;
9640         replace hash by pointer map.
9641         (cgraph_node_set_element_def, cgraph_node_set_element,
9642         const_cgraph_node_set_element, varpool_node_set_element_def,
9643         varpool_node_set_element, const_varpool_node_set_element): Remove.
9644         (free_cgraph_node_set, free_varpool_node_set): New function.
9645         (cgraph_node_set_size, varpool_node_set_size): Use vector size.
9646         * tree-emutls.c: Free varpool node set.
9647         * ipa-utils.c (cgraph_node_set_new, cgraph_node_set_add,
9648         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
9649         debug_cgraph_node_set, free_cgraph_node_set, varpool_node_set_new,
9650         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
9651         dump_varpool_node_set, free_varpool_node_set, debug_varpool_node_set):
9652         Move here from ipa.c; implement using pointer_map
9653         * ipa.c (cgraph_node_set_new, cgraph_node_set_add,
9654         cgraph_node_set_remove, cgraph_node_set_find, dump_cgraph_node_set,
9655         debug_cgraph_node_set, varpool_node_set_new,
9656         varpool_node_set_add, varpool_node_set_remove, varpool_node_set_find,
9657         dump_varpool_node_set, debug_varpool_node_set):
9658         Move to ipa-uitls.c.
9659         * passes.c (ipa_write_summaries): Update.
9660
9661 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9662
9663         From Mike Frysinger:
9664         * config/bfin/bfin.c (bfin_cpus[]): Add 0.4 for
9665         bf542/bf544/bf547/bf548/bf549.
9666
9667 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
9668
9669         * expmed.c (extract_bit_field_1): Remove write-only variable "icode".
9670
9671 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9672
9673         From Bernd Schmidt:
9674         * config/bfin/bfin.md (MOVCC): New mode_macro.
9675         (mov<mode>cc_insn1, mov<mode>cc_insn2, mov<mode>cc): Renamed from
9676         movsicc_insn1, movsicc_insn2 and movsicc and macroized.  Remove
9677         comments from generated assembly.
9678
9679 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9680
9681         From Bernd Schmidt
9682         * config/bfin/t-bfin (LIB1ASMFUNCS): Add muldi3 and umulsi3_highpart.
9683         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add muldi3.
9684         * config/bfin/t-bfin-linux (LIB1ASMFUNCS): Add muldi3.
9685         * config/bfin/t-bfin-uclinux (LIB1ASMFUNCS): Add muldi3.
9686         * config/bfin/lib1funcs.asm (___muldi3): New function.
9687
9688 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9689
9690         * config/stormy16/stormy16 (xstormy16_init_builtins): Call
9691         build_function_type_list instead of build_function_type.
9692         Rearrange initialization of `args' to do so.
9693
9694 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9695
9696         * config/i386/i386.c (ix86_code_end): Call build_function_type_list
9697         instead of build_function_type.
9698
9699 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9700
9701         * config/rs6000/rs6000.c (spe_init_builtins): Call
9702         build_function_type_list instead of build_function_type.
9703         (paired_init_builtins, altivec_init_builtins): Likewise.
9704         (builtin_function_type): Likewise.
9705
9706 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9707
9708         * config/sh/sh.c (sh_media_init_builtins): Call
9709         build_function_type_list instead of build_function_type.
9710
9711 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9712
9713         * config/sparc/sparc.c (sparc_file_end): Call
9714         build_function_type_list instead of build_function_type.
9715
9716 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9717
9718         * config/alpha/alpha.c (alpha_init_builtins): Call
9719         build_function_type_list instead of build_function_type.
9720
9721 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9722
9723         * config/xtensa/xtensa.c (xtensa_init_builtins): Call
9724         build_function_type_list instead of build_function_type.
9725
9726 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9727
9728         * config/iq2000/i2000.c (iq2000_init_builtins): Call
9729         build_function_type_list instead of build_function_type.
9730         Delete `endlink' variable.
9731
9732 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9733
9734         * config/avr/avr.c (avr_init_builtins): Call
9735         build_function_type_list instead of build_function_type.
9736
9737 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9738
9739         * config/picochip/picochip.c (picochip_init_builtins): Call
9740         build_function_type_list instead of build_function_type.
9741         Delete `endlink' variable.
9742
9743 2011-05-03  Nathan Froyd  <froydnj@codesourcery.com>
9744
9745         * config/bfin/bfin.c (bfin_init_builtins): Call
9746         build_function_type_list instead of build_function_type.
9747
9748 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9749
9750         From Bernd Schmidt
9751         * config/bfin/bfin.md (rotrsi, rotlsi): Don't take INTVAL of anything
9752         that's not CONST_INT.  Seemingly redundant check is due to PR39768.
9753
9754 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9755
9756         From Jie Zhang:
9757         * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
9758         libbffastfp overrides libgcc when -mfast-fp.
9759
9760 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9761
9762         Originally from Bernd Schmidt
9763         * config/bfin/uclinux.h (SUBTARGET_FDPIC_NOT_SUPPORTED): New macro.
9764         * config/bfin/bfin.c (override_options): Test it and error if
9765         TARGET_FDPIC.
9766
9767 2011-05-03  Stuart Henderson  <shenders@gcc.gnu.org>
9768
9769         Originally From Bernd Schmidt
9770         * config/bfin/bfin.c (override_options): Disable -fstack-limit for
9771         FD-PIC.
9772
9773 2011-05-03  Jeff Law  <law@redhat.com>
9774
9775         * tree-ssa-threadupdate.c (THREAD_TARGET): define.
9776         (remove_ctrl_stmt_and_useless_edges): Clear AUX field of outgoing edges.
9777         (craete_edge_and_update_destination_phis): Use THREAD_TARGET rather
9778         than accessing AUX field directly.  Free the AUX field before
9779         clearing it.
9780         (thread_block, thread_through_loop_header): Likewise.
9781         (thread_single_edge, mark_threaded_blocks): Likewise.
9782         (redirect_edges): Delay clearing the AUX field.  Free the AUX field.
9783         (register_jump_thread): Do not attempt to thread to a NULL edge.
9784
9785 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
9786
9787         * function.c (init_function_start): Call decide_function_section.
9788         * varasm.c (decide_function_section): New function.
9789         (assemble_start_function): When not using
9790         flag_reorder_blocks_and_partition, don't compute in_cold_section_p
9791         or first_function_block_is_cold.
9792         * rtl.h (decide_function_section): Declare.
9793
9794 2011-05-03  Uros Bizjak  <ubizjak@gmail.com>
9795             Jakub Jelinek  <jakub@redhat.com>
9796
9797         PR target/48774
9798         * config/i386/i386.c (ix86_match_ccmode): For CC{A,C,O,S}mode
9799         only succeed if req_mode is the same as set_mode.
9800
9801 2011-05-03  Bernd Schmidt  <bernds@codesourcery.com>
9802
9803         * gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
9804         * genemit.c (gen_exp): Handle RETURN.
9805         * emit-rtl.c (verify_rtx_sharing): Likewise.
9806         (init_emit_regs): Create pc_rtx, ret_rtx and cc0_rtx specially.
9807         * rtl.c (copy_rtx): RETURN is shared.
9808         * rtl.h (enum global_rtl_index): Add GR_RETURN.
9809         (ret_rtx): New.
9810         * jump.c (redirect_exp_1): Don't use gen_rtx_RETURN.
9811         * config/s390/s390.c (s390_emit_epilogue): Likewise.
9812         * config/rx/rx.c (gen_rx_rtsd_vector): Likewise.
9813         * config/cris/cris.c (cris_expand_return): Likewise.
9814         * config/m68k/m68k.c (m68k_expand_epilogue): Likewise.
9815         * config/rs6000/rs6000.c (rs6000_make_savres_rtx,
9816         rs6000_emit_epilogue, rs6000_output_mi_thunk): Likewise.
9817         * config/picochip/picochip.c (picochip_expand_epilogue): Likewise.
9818         * config/h8300/h8300.c (h8300_push_pop, h8300_expand_epilogue):
9819         Likewise.
9820         * config/v850/v850.c (expand_epilogue): Likewise.
9821         * config/bfin/bfin.c (bfin_expand_call): Likewise.
9822         * config/arm/arm.md (epilogue): Likewise.
9823         * config/mn10300/mn10300.c (mn10300_expand_epilogue): Likewise.
9824         * config/sparc/sparc.c (sparc_struct_value_rtx): Rename ret_rtx
9825         variable to ret_reg.
9826
9827 2011-05-03  Richard Guenther  <rguenther@suse.de>
9828
9829         PR lto/48846
9830         * lto-streamer-in.c (unpack_ts_decl_common_value_fields):
9831         Stream decl_common.off_align instead of the derived DECL_OFFSET_ALIGN.
9832         * lto-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
9833
9834 2011-05-03  Richard Guenther  <rguenther@suse.de>
9835
9836         * c-decl.c (grokdeclarator): Instead of looking at
9837         TREE_OVERFLOW check if the constant fits in the index type.
9838
9839 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
9840
9841         * config/arm/neon.md (vec_load_lanes<mode><mode>): New expanders,
9842         (vec_store_lanes<mode><mode>): Likewise.
9843
9844 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
9845
9846         * doc/md.texi (vec_load_lanes, vec_store_lanes): Document.
9847         * optabs.h (COI_vec_load_lanes, COI_vec_store_lanes): New
9848         convert_optab_index values.
9849         (vec_load_lanes_optab, vec_store_lanes_optab): New convert optabs.
9850         * genopinit.c (optabs): Initialize the new optabs.
9851         * internal-fn.def (LOAD_LANES, STORE_LANES): New internal functions.
9852         * internal-fn.c (get_multi_vector_move, expand_LOAD_LANES)
9853         (expand_STORE_LANES): New functions.
9854         * tree.h (build_array_type_nelts): Declare.
9855         * tree.c (build_array_type_nelts): New function.
9856         * tree-vectorizer.h (vect_model_store_cost): Add a bool argument.
9857         (vect_model_load_cost): Likewise.
9858         (vect_store_lanes_supported, vect_load_lanes_supported)
9859         (vect_record_strided_load_vectors): Declare.
9860         * tree-vect-data-refs.c (vect_lanes_optab_supported_p)
9861         (vect_store_lanes_supported, vect_load_lanes_supported): New functions.
9862         (vect_transform_strided_load): Split out statement recording into...
9863         (vect_record_strided_load_vectors): ...this new function.
9864         * tree-vect-stmts.c (create_vector_array, read_vector_array)
9865         (write_vector_array, create_array_ref): New functions.
9866         (vect_model_store_cost): Add store_lanes_p argument.
9867         (vect_model_load_cost): Add load_lanes_p argument.
9868         (vectorizable_store): Try to use store-lanes functions for
9869         interleaved stores.
9870         (vectorizable_load): Likewise load-lanes and loads.
9871         * tree-vect-slp.c (vect_get_and_check_slp_defs): Update call
9872         to vect_model_store_cost.
9873         (vect_build_slp_tree): Likewise vect_model_load_cost.
9874
9875 2011-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
9876
9877         * hooks.h (hook_bool_mode_uhwi_false): Declare.
9878         * hooks.c (hook_bool_mode_uhwi_false): New function.
9879         * target.def (array_mode_supported_p): New hook.
9880         * doc/tm.texi.in (TARGET_ARRAY_MODE_SUPPORTED_P): Add @hook.
9881         * doc/tm.texi: Regenerate.
9882         * stor-layout.c (mode_for_array): New function.
9883         (layout_type): Use it.
9884         * config/arm/arm.c (arm_array_mode_supported_p): New function.
9885         (TARGET_ARRAY_MODE_SUPPORTED_P): Define.
9886
9887 2011-05-03  Eric Botcazou  <ebotcazou@adacore.com>
9888
9889         PR target/48723
9890         * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
9891         for -fstack-check if the size to allocate is negative.
9892
9893 2011-05-02  Lawrence Crowl  <crowl@google.com>
9894
9895         * timevar.h (timevar_cond_start): Remove unused POP_TIMEVAR_AND_RETURN.
9896         (timevar_cond_start): New for starting a timer only when it is not
9897         already running.
9898         (timevar_cond_stop): New for stopping a timer when it was not already
9899         running.
9900
9901         * timevar.c (timevar_stop): Enable start/stop timers to start again.
9902         (timevar_cond_start): New as above.
9903         (timevar_cond_stop): New as above.
9904
9905         * timevar.def: Add start/stop timers for compiler phases,
9906         TV_PHASE_SETUP, TV_PHASE_PARSING, TV_PHASE_DEFERRED, TV_PHASE_CGRAPH,
9907         TV_PHASE_DBGINFO (C), TV_PHASE_CHECK_DBGINFO (C++), TV_PHASE_GENERATE,
9908         and TV_PHASE_FINALIZE.
9909         Change push/pop timer TV_PARSE to TV_PARSE_GLOBAL.
9910         Add push/pop timers TV_PARSE_STRUCT, TV_PARSE_ENUM, TV_PARSE_FUNC,
9911         TV_PARSE_INLINE, TV_PARSE_INMETH, TV_TEMPLATE_INST.
9912         Change push/pop timer TV_NAME_LOOKUP into a start/stop timer.
9913         Make unused TV_OVERLOAD into a start/stop timer.
9914
9915         Remove unused timers TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION.
9916         Mark the strings for TV_NAME_LOOKUP and TV_OVERLOAD with a "|"
9917         to indicate that they are start/stop timers.
9918
9919         * toplev.c (compile_file): Change TV_PARSE to TV_PARSE_GLOBAL.
9920         Add start/stop timers TV_PHASE_PARSING and TV_PHASE_GENERATE.
9921         Move initialization to do_compile.
9922         (do_compile): Add initialization from above.
9923         Add start/stop timers TV_PHASE_SETUP and TV_PHASE_FINALIZE.
9924
9925         * c-decl.c (c_write_global_declarations): Add start/stop of
9926         TV_PHASE_DEFERRED, TV_PHASE_CGRAPH, TV_PHASE_DBGINFO.
9927
9928         * c-parser.c (c_parser_declaration_or_fndef): Push/pop TV_PARSE_FUNC
9929         or TV_PARSE_INLINE, as appropriate.
9930         (c_parser_enum_specifier): Push/pop TV_PARSE_ENUM.
9931         (c_parser_struct_or_union_specifier): Push/pop TV_PARSE_STRUCT.
9932
9933 2011-05-02  Jason Merrill  <jason@redhat.com>
9934
9935         PR c++/40975
9936         * tree-inline.c (copy_tree_r): Handle STATEMENT_LIST.
9937
9938 2011-05-02  Simon Martin  <simartin@users.sourceforge.net>
9939
9940         PR c/35445
9941         * c-decl.c (finish_decl): Only create a composite if the types are
9942         compatible.
9943
9944 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
9945
9946         * config/fr30/fr30-protos.h (Mmode): Don't define.
9947         * config/m32r/m32r-protos.h (Mmode): Don't define.  Expand
9948         definition where used.
9949         * config/mn10300/mn10300-protos.h (Mmode, Cstar, Rclas): Don't
9950         define.  Expand definitions where used.
9951         * config/rx/rx-protos.h (Mmode, Fargs, Rcode): Don't define.
9952         Expand definitions where used.
9953         * config/rx/rx.c (rx_is_legitimate_address, rx_function_arg_size,
9954         rx_function_arg, rx_function_arg_advance,
9955         rx_function_arg_boundary): Expand definitions of those macros.
9956         * config/v850/v850-protos.h (Mmode): Don't define.  Expand
9957         definition where used.
9958
9959 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
9960
9961         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use %vmovq for
9962         reg<->xmm moves.
9963         (*mov<mode>_internal): Merge with *mov<mode>_internal_avx.
9964         (*movv2sf_internal_rex64): Use %vmovq for reg<->xmm moves.  Merge
9965         with *movv2sf_internal_rex64_avx.
9966         (*movv2sf_internal): Merge with *movv2sf_internal_avx.
9967         * config/i386/i386.md (*movdi_internal_rex64) <TYPE_SSEMOV>:
9968         Use %v prefix in insn mnemonic to handle TARGET_AVX.
9969         (*movdi_internal): Add "isa" attribute.  Use "maybe_vex" instead of
9970         "vex" in "prefix" attribute calculation.
9971         (*movdf_internal): Output AVX mnemonics.  Add "prefix" attribute.
9972
9973 2011-05-02  Stuart Henderson  <shenders@gcc.gnu.org>
9974
9975         PR target/47951
9976         * config/bfin/bfin.md (loop_end): Use matching constraints to ensure
9977         inputs match the output.
9978
9979 2011-05-02  Andreas Schwab  <schwab@linux-m68k.org>
9980
9981         PR target/47955
9982         * config/m68k/m68k.c (m68k_expand_prologue): Set
9983         current_function_static_stack_size.
9984
9985 2011-05-02   Jan Hubicka  <jh@suse.cz>
9986
9987         * lto-streamer.c (lto_streamer_cache_insert_1,
9988         lto_streamer_cache_lookup, lto_streamer_cache_create,
9989         lto_streamer_cache_delete): Use pointer map instead of hashtable.
9990         * lto-streamer.h (lto_streamer_cache_d): Turn node_map into pointer_map.
9991
9992 2011-05-02  Joseph Myers  <joseph@codesourcery.com>
9993
9994         * config/m68k/genopt.sh, config/m68k/m68k-isas.def,
9995         config/m68k/m68k-microarchs.def, config/m68k/m68k-opts.h,
9996         config/m68k/t-opts: New files.
9997         * config/m68k/m68k-tables.opt: New file (generated).
9998         * config.gcc (fido-*-*, m68k-*-*): Add m68k/m68k-tables.opt to
9999         extra_options and m68k/t-opts to tmake_file.
10000         * config/m68k/m68k.c (m68k_library_id_string): More to m68k.opt.
10001         (all_isas): Initialize using m68k-isas.def.
10002         (all_microarchs): Initialize using m68k-microarchs.def.
10003         (m68k_find_selection): Remove.
10004         (m68k_handle_option): Don't assert that global structures are in
10005         use.  Use error_at.  Access variables via opts pointer.  Don't
10006         handle -march=, -mcpu= and -mtune= here.  Set gcc_options fields
10007         directly for -m68020-40 and -m68020-60.
10008         (m68k_option_override): Set m68k_arch_entry, m68k_cpu_entry and
10009         m68k_tune_entry here.
10010         * config/m68k/m68k.h (enum uarch_type, enum target_device): Move
10011         to m68k-opts.h.
10012         (m68k_library_id_string): Remove declaration.
10013         * config/m68k/m68k.opt (config/m68k/m68k-opts.h): New HeaderInclude.
10014         (m68k_library_id_string): New Variable.
10015         (march=, mcpu=, mtune=): Use Enum and Var.
10016
10017 2011-05-02  Richard Guenther  <rguenther@suse.de>
10018
10019         * varasm.c (output_constructor_regular_field): Compute zero-based
10020         index with double-ints.  Make sure to ICE instead of producing
10021         wrong code.
10022         * cgraph.c (cgraph_add_thunk): Do not create new tree nodes
10023         in asserts.  Properly use a signed type.
10024
10025 2011-05-02  Uros Bizjak  <ubizjak@gmail.com>
10026
10027         * config/i386/sse.md (V): New mode iterator.
10028         (V_128): Rename from SSEMODE.  Make V2DF mode conditional on
10029         TARGET_SSE2.
10030         (V_256): Rename from AVX256MODE.
10031         (VF): Make V4SF mode unconditional.  Add TARGET_SSE instruction
10032         condition to all users.
10033         (VF1): Ditto.
10034         (VF2): Make V2DF mode unconditional.  Add TARGET_SSE2 instruction
10035         condition to all users.
10036         (VF_128): Make V4SF mode unconditional.
10037         (VF_256): Rename from AVX256MODEF2P.
10038         (VI4F_128): Rename from SSEMODE4S.
10039         (VI8F_128): Rename from SSEMODE2D.
10040         (VI4F_256): Rename from AVX256MODE8P.
10041         (VI8F_256): Rename from AVX256MODE4P.
10042         (avxsizesuffix): Add V16HI, V4DI, V8HI and V2DI modes.
10043         (ssescalarmodesuffix): Remove SF and DF modes.
10044         (SSEMODE124): Remove.
10045         (SSEMODE1248): Ditto.
10046         (SSEMODEF2P): Ditto.
10047         (AVXMODEF2P): Ditto.
10048         (AVXMODEFDP): Ditto.
10049         (AVXMODEFSP): Ditto.
10050         (VEC_EXTRACT_MODE): Make V16QI, V8HI, V4SI, V2DI, V4SF and V2DF modes
10051         unconditional.
10052         (VEC_EXTRACT_EVENODD_MODE): Rename from SSEMODE_EO.  Make V4SF mode
10053         unconditional.
10054         (xop_pcmov_<mode><avxsizesuffix>): Merge from xop_pcmov_<mode> and
10055         xop_pcmov_<mode>256.  Use V mode iterator.
10056
10057         Adjust RTX patterns globally for renamed mode attributes.
10058
10059 2011-05-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10060
10061         * haifa-sched.c (sched_emit_insn): Emit insn before first
10062         non-scheduled insn.  Inform back-end about new insn.  Add
10063         new insn to scheduled_insns list.
10064
10065 2011-05-02  Richard Guenther  <rguenther@suse.de>
10066
10067         PR tree-optimization/48822
10068         * tree-ssa-sccvn.c (set_ssa_val_to): Never go up the lattice.
10069         (process_scc): Indicate which iteration we start.
10070
10071 2011-05-02  Jan Hubicka  <jh@suse.cz>
10072
10073         * lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.h
10074         (lto_section_overrun): New.
10075         * lto-section-out.c (append_block): Rename to ...
10076         (lto_append_block): ... this one; export.
10077         (lto_output_1_stream): Move lto lto-streamer.h
10078         (lto_output_data_stream): Update.
10079         * lto-streamer.h (lto_section_overrun, lto_append_block): Declare.
10080         (lto_output_1_stream, lto_input_1_unsigned): Turn into inline
10081         functions.
10082
10083 2011-05-02  Richard Guenther  <rguenther@suse.de>
10084
10085         * tree.c (tree_code_counts): New global array.
10086         (record_node_allocation_statistics): Count individual tree codes.
10087         (dump_tree_statistics): Dump individual code stats.
10088
10089 2011-05-01  Jan Hubicka  <jh@suse.cz>
10090
10091         * ipa-inline.c (caller_growth_limits): Fix thinko when
10092         looking for largest stack frame.
10093         * ipa-inline.h (dump_inline_summary): Declare.
10094         * ipa-inline-analysis.c (dump_inline_edge_summary): Dump info
10095         on stack usage.
10096         (dump_inline_summary): Export.
10097         (debug_inline_summary): Declare as DEBUG_FUNCTION.
10098
10099 2011-05-01  Anatoly Sokolov  <aesok@post.ru>
10100
10101         * reginfo.c (memory_move_cost): Change rclass argument type form
10102         'enum reg_class' to reg_class_t.
10103         * reload.h (memory_move_cost): Update prototype.
10104         * postreload.c reload_cse_simplify_set): Change type dclass var to
10105         reg_class_t.
10106         * ira-int.h (ira_allocate_cost_vector, ira_free_cost_vector):
10107         Update prototype.
10108         (ira_allocate_and_set_costs): Change aclass argument type form
10109         'enum reg_class' to reg_class_t.
10110         * ira-build.c (ira_allocate_cost_vector, ira_free_cost_vector):
10111         Change aclass argument type to reg_class_t.
10112         (update_conflict_hard_reg_costs): Change type aclass and pref vars
10113         to reg_class_t.
10114         * gcc/ira.c (setup_class_subset_and_memory_move_costs): Adjust
10115         memory_move_cost call.
10116
10117         * config/ia64/ia64.c (ia64_register_move_cost): Remove 'from' and
10118         'to' local var. Rename from_i and to_i arguments to 'from' and 'to'.
10119         Change type tmp var to reg_class_t.
10120
10121 2011-04-30  Jan Hubicka  <jh@suse.cz>
10122
10123         * ipa-inline.c (can_inline_edge_p): Disregard limits when
10124         inlining into function with flatten attribute.
10125         (want_inline_small_function_p): Be more realistic about inlining
10126         cold calls where callee size grows.
10127
10128 2011-04-30  Jan Hubicka  <jh@suse.cz>
10129
10130         * cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor
10131         flags.
10132
10133 2011-04-30  Anatoly Sokolov  <aesok@post.ru>
10134
10135         * config/sparc/sparc.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS,
10136         PRINT_OPERAND_PUNCT_VALID_P): Remove.
10137         * config/sparc/sparc-protos.h (print_operand): Remove declaration.
10138         * config/sparc/sparc.c (TARGET_PRINT_OPERAND_PUNCT_VALID_P,
10139         TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10140         (print_operand): Rename to...
10141         (sparc_print_operand): ...this. Make static. Adjust
10142         sparc_print_operand function call.
10143         (sparc_print_operand_punct_valid_p, sparc_print_operand_address): New
10144         functions.
10145
10146 2011-04-30  Jan Hubicka  <jh@suse.cz>
10147
10148         PR middle-end/48752
10149         * ipa-inline.c (early_inliner): Disable when doing late
10150         addition of function.
10151
10152 2011-04-30  Jakub Jelinek  <jakub@redhat.com>
10153
10154         * dwarf2out.c (get_address_mode): New inline.
10155         (mem_loc_descriptor): Add MEM_MODE parameter, adjust recursive calls,
10156         if not dwarf_strict emit
10157         DW_OP_GNU_{{const,regval,deref}_type,convert,reinterpret} when
10158         desirable.  Handle FLOAT_EXTEND, FLOAT_TRUNCATE, FLOAT,
10159         UNSIGNED_FLOAT, FIX and UNSIGNED_FIX.  Just return NULL for
10160         FMA, STRICT_LOW_PART, CONST_VECTOR and CONST_FIXED.
10161         (dwarf2out_frame_debug_cfa_expression, reg_loc_descriptor,
10162         dw_loc_list_1, cst_pool_loc_descr, loc_list_from_tree): Adjust
10163         mem_loc_descriptor callers.
10164         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
10165         output_loc_operands_raw, hash_loc_operands, compare_loc_operands):
10166         Handle DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
10167         DW_OP_GNU_deref_type, DW_OP_GNU_convert and DW_OP_GNU_reinterpret.
10168         (base_types): New variable.
10169         (get_base_type_offset, calc_base_type_die_sizes,
10170         base_type_for_mode, mark_base_types, base_type_cmp,
10171         move_marked_base_types): New functions.
10172         (calc_die_sizes): Assert that die_offset is 0 or equal to
10173         next_die_offset.
10174         (loc_descriptor): Only handle here lowpart SUBREGs of REG, for
10175         others defer to mem_loc_descriptor.  Adjust mem_loc_descriptor
10176         callers.  If not dwarf_strict, call mem_loc_descriptor even for
10177         non-MODE_INT modes or MODE_INT modes larger than DWARF2_ADDR_SIZE.
10178         (gen_subprogram_die): Don't give up on call site parameters
10179         with non-integral or large integral modes.  Adjust
10180         mem_loc_descriptor callers.
10181         (prune_unused_types): Call prune_unused_types_mark on base_types
10182         vector entries.
10183         (resolve_addr): Call mark_base_types.
10184         (dwarf2out_finish): Call move_marked_base_types.
10185
10186         PR tree-optimization/48809
10187         * tree-switch-conversion.c (build_arrays): Compute tidx in unsigned
10188         type.
10189         (gen_inbound_check): Don't compute index_expr - range_min in utype
10190         again, instead reuse SSA_NAME initialized in build_arrays.
10191         Remove two useless gsi_for_stmt calls.
10192
10193 2011-04-29  Jeff Law  <law@redhat.com>
10194
10195         * tree-ssa-threadedge.c (thread_across_edge): Add missing return.
10196
10197 2011-04-29  Martin Jambor  <mjambor@suse.cz>
10198
10199         * cgraph.h (cgraph_postorder): Remove declaration.
10200         * ipa-utils.h (ipa_free_postorder_info): Declare.
10201         (ipa_reverse_postorder): Likewise.
10202         * cgraphunit.c: Include ipa-utils.h.
10203         (cgraph_expand_all_functions): Update call to ipa_reverse_postorder.
10204         * ipa-inline.c: Include ipa-utils.h.
10205         (ipa_inline): Update call to ipa_reverse_postorder.
10206         * ipa-pure-const.c (propagate_pure_const): Update call to
10207         ipa_reduced_postorder and ipa_print_order.  Call
10208         ipa_free_postorder_info to clean up.
10209         (propagate_nothrow): Likewise.
10210         * ipa-reference.c (propagate): Removed a useless call to
10211         ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder
10212         and ipa_print_order.  Call ipa_free_postorder_info to clean up.
10213         * ipa.c: Include ipa-utils.h.
10214         (ipa_profile): Update call to ipa_reverse_postorder.
10215         (cgraph_postorder): Moved to...
10216         * ipa-utils.c (ipa_reverse_postorder): ...here and renamed.
10217         (ipa_utils_print_order): Renamed to ipa_print_order.
10218         (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated
10219         comments.
10220         (ipa_free_postorder_info): New function.
10221         * passes.c: Include ipa-utils.h.
10222         (do_per_function_toporder): Update call to ipa_reverse_postorder.
10223         (ipa_write_summaries): Likewise.
10224         * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies.
10225         (cgraphunit.o): Likewise.
10226         (ipa.o): Likewise.
10227         (ipa-inline.o): Likewise.
10228
10229 2011-04-29  Jan Hubicka  <jh@suse.cz>
10230
10231         * gcc.dg/tree-ssa/inline-10.c: New testcase.
10232         * gcc.dg/tree-ssa/inline-9.c: Disable partial inlining.
10233         * ipa-inline.h (clause_t): Turn into unsigned int.
10234         * ipa-inline-analysis.c (add_clause): Do more simplification.
10235         (and_predicates): Shortcut more cases.
10236         (predicates_equal_p): Move forward; check that clauses are properly
10237         ordered.
10238         (or_predicates): Shortcut more cases.
10239         (edge_execution_predicate): Rewrite as...
10240         (set_cond_stmt_execution_predicate): ... this function; handle
10241         __builtin_constant_p.
10242         (set_switch_stmt_execution_predicate): New .
10243         (compute_bb_predicates): New.
10244         (will_be_nonconstant_predicate): Update TODO.
10245         (estimate_function_body_sizes): Use compute_bb_predicates
10246         and free them later, always try to estimate if stmt is constant.
10247         (estimate_time_after_inlining, estimate_size_after_inlining):
10248         Gracefully handle optimized out edges.
10249         (read_predicate): Fix off by one error.
10250
10251 2011-04-29  Nicola Pero  <nicola.pero@meta-innovation.com>
10252
10253         * Makefile.in (ENABLE_MAINTAINER_RULES): New.
10254
10255 2011-04-27  Xinliang David Li  <davidxl@google.com>
10256
10257         * tree-profile.c (init_ic_make_global_vars): Set
10258         tls attribute on ic vars.
10259         * coverage.c (coverage_end_function): Initialize
10260         function_list with zero.
10261
10262 2011-04-29  Richard Guenther  <rguenther@suse.de>
10263
10264         * builtins.c (fold_builtin_classify_type): Use integer_type_node
10265         for the type of the result.
10266         (fold_builtin_isascii): Likewise.
10267         (fold_builtin_toascii): Use integer_type_node where appropriate.
10268         (fold_builtin_logb): Likewise.
10269         (fold_builtin_frexp): Likewise.
10270         (fold_builtin_strstr): Likewise.
10271         (fold_builtin_strpbrk): Likewise.
10272         (fold_builtin_fputs): Likewise.
10273         (fold_builtin_sprintf): Likewise.
10274         (fold_builtin_snprintf): Likewise.
10275         (fold_builtin_printf): Likewise.
10276         (do_mpfr_remquo): Use a proper type for the assigned constant.
10277         (do_mpfr_lgamma_r): Likewise.
10278         * dwarf2out.c (resolve_one_addr): Use size_int.
10279         * except.c (init_eh): Likewise.
10280         (assign_filter_values): Use integer_type_node for filter values.
10281         (sjlj_emit_dispatch_table): Use integer_type_node for dispatch
10282         indices.
10283         * tree-cfg.c (move_stmt_eh_region_tree_nr): Use integer_type_node
10284         for EH region numbers.
10285         * tree-vrp.c (simplify_div_or_mod_using_ranges): Use integer_type_node
10286         for the shift amount.
10287
10288 2011-04-29  Richard Guenther  <rguenther@suse.de>
10289
10290         * expr.h (expand_shift): Rename to ...
10291         (expand_variable_shift): ... this.
10292         (expand_shift): Take a constant shift amount.
10293         * expmed.c (expand_shift): Rename to ...
10294         (expand_variable_shift): ... this.
10295         (expand_shift): New wrapper around expand_variable_shift.
10296         * expr.c (convert_move, emit_group_load_1, emit_group_store,
10297         optimize_bitfield_assignment_op, store_field, expand_expr_real_2,
10298         expand_expr_real_1, reduce_to_bit_field_precision): Adjust.
10299         * expmed.c (store_fixed_bit_field, extract_bit_field_1,
10300         extract_fixed_bit_field, extract_split_bit_field, expand_mult_const,
10301         expand_mult, expand_widening_mult, expand_mult_highpart_adjust,
10302         extract_high_half, expand_sdiv_pow2, expand_divmod, emit_cstore,
10303         emit_store_flag_1, emit_store_flag): Likewise.
10304         * builtins.c (expand_builtin_signbit): Likewise.
10305         * calls.c (load_register_parameters): Likewise.
10306         * function.c (assign_parm_setup_block): Likewise.
10307         * lower-subreg.c (resolve_shift_zext): Likewise.
10308         * optabs.c (widen_bswap, expand_abs_nojump,
10309         expand_one_cmpl_abs_nojump, expand_float): Likewise.
10310         * spu/spu.c (spu_expand_extv): Likewise.
10311         * sparc/sparc.c (sparc32_initialize_trampoline): Likewise.
10312
10313 2011-04-29  Richard Guenther  <rguenther@suse.de>
10314
10315         * tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node
10316         for the remapped region number.
10317         * predict.c (build_predict_expr): Use integer_type_node for the
10318         predict kind.
10319         * fold-const.c (fold_binary_loc): Use integer_type_node for
10320         the shift amount.  Use a proper type for the PLUS_EXPR operand.
10321
10322 2011-04-29  Michael Matz  <matz@suse.de>
10323
10324         * lto-streamer.c (lto_streamer_cache_insert_1): Accept to override
10325         other trees that just builtins.
10326         (lto_record_common_node): Don't leave NULL TYPE_CANONICAL.
10327
10328 2011-04-29  Richard Guenther  <rguenther@suse.de>
10329
10330         * tree-nested.c (get_trampoline_type): Use size_int.
10331         (get_nl_goto_field): Likewise.
10332         * tree-eh.c (lower_try_finally_switch): Use integer_type_node
10333         for all indexes.
10334         (lower_eh_constructs_2): Likewise.
10335         (lower_resx): Likewise.
10336         (lower_eh_dispatch): Likewise.
10337         * tree-mudflap.c (mf_build_string): Use size_int.
10338         (mudflap_register_call): Use integer_type_node for the flag.
10339         (mudflap_enqueue_constant): Use size_int.
10340         * tree-chrec.c (reset_evolution_in_loop): Copy CHREC_VAR
10341         instead of rebuilding it.
10342
10343 2011-04-29  Richard Guenther  <rguenther@suse.de>
10344
10345         * tree-ssa-structalias.c (get_fi_for_callee): Restructure.
10346         Handle OBJ_TYPE_REF.
10347         (find_func_aliases_for_call): Use it more consistently.
10348
10349 2011-04-29  Alexandre Oliva  <aoliva@redhat.com>
10350
10351         * haifa-sched.c (last_nondebug_scheduled_insn): New.
10352         (rank_for_schedule): Use it.
10353         (schedule_block): Set it.
10354
10355 2011-04-28  David Li  <davidxl@google.com>
10356
10357         * tree.c (crc32_string): Use crc32_byte.
10358         (crc32_byte): New function.
10359         * tree.h (crc32_byte): New function.
10360         * gcov.c (read_graph_file): Handle new cfg_cksum.
10361         (read_count_file): Ditto.
10362         * profile.c (instrument_values): Ditto.
10363         (get_exec_counts): Ditto.
10364         (read_profile_edge_counts): Ditto.
10365         (compute_branch_probabilities): Ditto.
10366         (compute_value_histograms): Ditto.
10367         (branch_prob): Ditto.
10368         (end_branch_prob): Ditto.
10369         * coverage.c (read_counts_file): Ditto.
10370         (get_coverage_counts): Ditto.
10371         (tree_coverage_counter_addr): Ditto.
10372         (coverage_checksum_string): Ditto.
10373         (coverage_begin_output): Ditto.
10374         (coverage_end_function): Ditto.
10375         (build_fn_info_type): Ditto.
10376         (build_fn_info_value): Ditto.
10377         * libgcov.c (gcov_exit): Ditto.
10378         * gcov-dump.c (tag_function): Ditto.
10379         (compute_checksum): Remove.
10380
10381 2011-04-29  Alan Modra  <amodra@gmail.com>
10382
10383         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
10384         unspec plus offset.  Tidy macho code.
10385
10386 2011-04-29  Martin Jambor  <mjambor@suse.cz>
10387
10388         * cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph
10389         node instead of a decl.  Update all callers.
10390         * cgraph.h: Update declaration.
10391
10392 2011-04-28  Ira Rosen  <ira.rosen@linaro.org>
10393
10394         PR tree-optimization/48765
10395         * tree-vectorizer.h (vect_make_slp_decision): Return bool.
10396         * tree-vect-loop.c (vect_analyze_loop_operations): Add new argument
10397         to indicate if loop aware SLP is being used.  Scan the statements
10398         and update the vectorization factor according to the type of
10399         vectorization before statement analysis.
10400         (vect_analyze_loop_2): Get a return value from vect_make_slp_decision,
10401         pass it to vect_analyze_loop_operations.
10402         (vectorizable_reduction): Set number of copies to 1 in case of pure
10403         SLP statement.
10404         * tree-vect-stmts.c (vectorizable_conversion,
10405         vectorizable_assignment, vectorizable_shift,
10406         vectorizable_operation, vectorizable_type_demotion,
10407         vectorizable_type_promotion, vectorizable_store, vectorizable_load):
10408         Likewise.
10409         (vectorizable_condition): Move the check that it is not SLP
10410         vectorization before the number of copies check.
10411         * tree-vect-slp.c (vect_make_slp_decision): Return TRUE if decided
10412         to vectorize the loop using SLP.
10413
10414 2011-04-28  Jakub Jelinek  <jakub@redhat.com>
10415
10416         PR middle-end/48597
10417         * final.c (final_scan_insn): Call dwarf2out_frame_debug even for
10418         inline asm.
10419
10420 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
10421
10422         * config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
10423         *-*-kopensolaris*-gnu): Don't define SINGLE_LIBC.
10424         (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
10425         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
10426         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use
10427         linux*.h headers.
10428         * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define.
10429         * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
10430         * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
10431         * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
10432         * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine.
10433         * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use
10434         REG_NAME.
10435         * config/i386/linux.h (REG_NAME): Don't define.
10436         * config/i386/linux64.h (REG_NAME): Don't define.
10437         * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS):
10438         Undefine before defining.
10439
10440 2011-04-28  Jan Hubicka  <jh@suse.cz>
10441
10442         * ipa-inline-analysis.c (will_be_nonconstant_predicate): Take
10443         nonconstant_names array.
10444         (estimate_function_body_sizes): Build nonconstant_names array; handle
10445         BUILT_IN_CONSTANT_P.
10446
10447 2011-04-28  Richard Guenther  <rguenther@suse.de>
10448
10449         PR bootstrap/48804
10450         Revert
10451         2011-04-28  Richard Guenther  <rguenther@suse.de>
10452
10453         * tree-ssa-structalias.c (solve_constraints): Build succ graph
10454         as late as possible.
10455
10456 2011-04-28  Richard Guenther  <rguenther@suse.de>
10457
10458         * tree-ssa-structalias.c (dump_constraint): Don't end the line.
10459         (debug_constraint): Do it here.
10460         (dump_constraints): And here.
10461         (rewrite_constraints): And here.
10462         (dump_constraint_edge): Remove.
10463         (dump_constraint_graph): Rewrite to produce DOT output.
10464         (solve_constraints): Build succ graph as late as possible.
10465         Dump constraint graphs before and after solving.
10466
10467 2011-04-28  Richard Guenther  <rguenther@suse.de>
10468
10469         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
10470         New function split out from ...
10471         (find_func_aliases): ... here.  Call it.
10472         (find_func_aliases_for_call): Likewise.
10473
10474 2011-04-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10475
10476         * internal-fn.h (internal_fn_name_array): Declare.
10477         (internal_fn_flags_array): Likewise.
10478
10479 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
10480
10481         * config/i386/i386.md (ssemodesuffix):  Merge with ssevecsize,
10482         ssemodefsuffix, ssescalarmodesuffix and avxmodesuffixp.
10483         Move from sse.md.
10484         (ssemodefsuffix): Remove.
10485         (ssevecmodesuffix): New mode attribute.
10486         (fix_trunc<mode>di_sse, fix_trunc<mode>si_sse,
10487         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
10488         *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
10489         *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
10490         *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit, setcc_<mode>_sse,
10491         *sqrt<mode>2_sse, sse4_1_round<mode>2, <smaxmin:code><mode>3,
10492         *ieee_smin<mode>3, *ieee_smax<mode>3): Adjust assembler templates for
10493         ssemodesuffix mode attribute.
10494         (float splitters): Use ssevecmodesuffix mode attribute.
10495         * config/i386/sse.md (ssescalarmode): Merge with avxscalarmode.
10496         (sseinsmode): Rename from avxvecmode.
10497         (avxsizesuffix): Rename from avxmodesuffix.
10498         (sseintvecmode): Rename from avxpermvecmode.
10499         (ssedoublevecmode): Rename from ssedoublesizemode.
10500         (ssehalfvecmode): Rename from avxhalfvecmode.
10501         (ssescalarmode): Rename from avxscalarmode.
10502         (<sse>_comi, <sse>_ucomi, sse4a_movnt<mode>): Adjust assembler
10503         templates for ssemodesuffix mode attribute.
10504         (*andnot<mode>3, *<any_logic:code><mode>3): Use ssevecmodesuffix
10505         mode attribute.
10506
10507         Adjust RTX patterns globally for renamed mode attributes.
10508
10509 2011-04-27  Jan Hubcika  <jh@suse.cz>
10510
10511         * ipa-inline.h (struct inline_edge_summary): Add predicate pointer.
10512         * ipa-inline-analysis.c: Include alloc-pool.h.
10513         (edge_predicate_pool): New.
10514         (trye_predicate_p): New function
10515         (false_predicate_p): New function.
10516         (add_clause): Sanity check that false clauses are "optimized";
10517         never add clauses to predicate that is already known to be false.
10518         (and_predicate): Use flase_predicate_p.
10519         (evaulate_predicate): Rename to ...
10520         (evaluate_predicate): ... this one; update all callers; assert
10521         that false is not listed among possible truths.
10522         (dump_predicate): Use true_predicate_p.
10523         (account_size_time): Use false_predicate_p.
10524         (evaulate_conditions_for_edge): Rename to ...
10525         (evaluate_conditions_for_edge) ... this one.
10526         (edge_set_predicate): New function.
10527         (inline_edge_duplication_hook): Duplicate edge predicates.
10528         (inline_edge_removal_hook): Free edge predicates.
10529         (dump_inline_edge_summary): Add INFO parameter; dump edge predicates.
10530         (dump_inline_summary): Update.
10531         (estimate_function_body_sizes): Set edge predicates.
10532         (estimate_calls_size_and_time): Handle predicates.
10533         (estimate_callee_size_and_time): Update.
10534         (remap_predicate): Add toplev_predicate; update comment.
10535         (remap_edge_predicates): New function.
10536         (inline_merge_summary): Compute toplev predicate; update.
10537         (read_predicate): New function.
10538         (read_inline_edge_summary): Use it.
10539         (inline_read_section): Likewise.
10540         (write_predicate): New function.
10541         (write_inline_edge_summary): Use it.
10542         (inline_write_summary): Likewise.
10543         (inline_free_summary): Free alloc pool and edge summary vec.
10544
10545 2011-04-27  Richard Guenther  <rguenther@suse.de>
10546
10547         * tree-ssa-structalias.c (changed_count): Remove.
10548         (changed): Use a bitmap.
10549         (unify_nodes): Adjust.
10550         (do_sd_constraint): Likewise.
10551         (do_ds_constraint): Likewise.
10552         (do_complex_constraint): Likewise.
10553         (solve_graph): Likewise.
10554
10555 2011-04-27  Jan Hubicka  <jh@suse.cz>
10556
10557         * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.
10558
10559 2011-04-27  Uros Bizjak  <ubizjak@gmail.com>
10560
10561         * config/i386/predicates.md (avx_vpermilp_*_operand): Remove.
10562         (avx_vperm2f128_*_operand): Ditto.
10563         * config/i386/sse.md (*avx_vpermilp<mode>): Remove operand2 predicate.
10564         Use avx_vpermilp_parallel in insn condition.
10565         (*avx_vperm2f128<mode>_nozero): Remove operand3 predicate.
10566         Use avx_vperm2f128_parallel in insn condition.
10567
10568 2011-04-27  Richard Guenther  <rguenther@suse.de>
10569
10570         * Makefile.in (tree-ssa-structalias.o): Remove
10571         gt-tree-ssa-structalias.h dependency.
10572         (GTFILES): Remove tree-ssa-structalias.c.
10573         * tree.c (allocate_decl_uid): New function.
10574         (make_node_stat): Use it.
10575         (copy_node_stat): Likewise.
10576         * tree.h (allocate_decl_uid): Declare.
10577         * tree-ssa-alias.h (delete_alias_heapvars): Remove.
10578         * tree-ssa.c (delete_tree_ssa): Do not call delete_alias_heapvars.
10579         * tree-flow.h (struct var_ann_d): Remove is_heapvar flag.
10580         * tree-ssa-live.c (remove_unused_locals): Do not check is_heapvar flag.
10581         * tree-ssa-structalias.c (heapvar_for_stmt): Remove.
10582         (struct heapvar_map): Likewise.
10583         (heapvar_map_eq, heapvar_map_hash, heapvar_lookup,
10584         heapvar_insert): Likewise.
10585         (make_heapvar_for): Rename to ...
10586         (make_heapvar): ... this.  Simplify.
10587         (fake_var_decl_obstack): New global var.
10588         (build_fake_var_decl): New function.
10589         (make_constraint_from_heapvar): Adjust.
10590         (handle_lhs_call): Likewise.
10591         (create_function_info_for): Likewise.
10592         (intra_create_variable_infos): Likewise.
10593         (init_alias_vars): Allocate fake_var_decl_obstack.
10594         (init_alias_heapvars, delete_alias_heapvars): Remove.
10595         (compute_points_to_sets): Do not call init_alias_heapvars.
10596         (ipa_pta_execute): Likewise.
10597         (delete_points_to_sets): Free fake_var_decl_obstack.
10598
10599 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10600
10601         * config/spu/divmovti4.c (union qword_UTItype): New data type.
10602         (si_from_UTItype, si_to_UTItype): New functions.
10603         (__udivmodti4): Use them to implement type-punning.
10604         * config/spu/multi3.c (union qword_TItype): New data type.
10605         (si_from_TItype, si_to_TItype): New functions.
10606         (__multi3): Use them to implement type-punning.
10607
10608 2011-04-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10609
10610         * config/spu/spu.c (spu_expand_epilogue): Do not emit barrier.
10611
10612 2011-04-27  Jan Hubicka  <jh@suse.cz>
10613
10614         * ipa-prop.c (function_insertion_hook_holder): New holder.
10615         (ipa_add_new_function): New function.
10616         (ipa_register_cgraph_hooks, ipa_unregister_cgraph_hooks):
10617         Register/deregister holder.
10618
10619 2011-04-27  Richard Guenther  <rguenther@suse.de>
10620
10621         PR tree-optimization/48772
10622         * tree-ssa-pre.c (eliminate): Update call stmts after elimination only.
10623
10624 2011-04-27  Richard Guenther  <rguenther@suse.de>
10625
10626         * tree-ssa-alias.c (indirect_refs_may_alias_p): Fix
10627         TARGET_MEM_REF handling.
10628
10629 2011-04-27  Nick Clifton  <nickc@redhat.com>
10630
10631         * config/frv/frv.h (enum reg_class): Delete EVEN_ACC_REGS,
10632         ACC_REGS, FEVEN_REGS, FPR_REGS, EVEN_REGS.
10633         (REG_CLASS_NAMES): Likewise.
10634         (REG_CLASS_CONTENTS): Likewise.
10635         (EVEN_ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
10636         (ACC_REGS): New macro.  Alias for QUAD_ACC_REGS.
10637         (FEVEN_REGS): New macro.  Alias for QUAD_ACC_REGS.
10638         (FPR_REGS): New macro.  Alias for QUAD_ACC_REGS.
10639         (EVEN_REGS): New macro.  Alias for QUAD_REGS.
10640         * config/frv/frv.c (frv_secondary_reload_class): Remove use of
10641         duplicate register classes.
10642         (frv_class_likely_spilled_p): Likewise.
10643         (frv_register_move_cost): Likewise.
10644
10645         * config/mcore/mcore.h (REGNO_REG_CLASS): Do not index beyond the
10646         end of the regno_reg_class array.
10647
10648 2011-04-27  Jakub Jelinek  <jakub@redhat.com>
10649
10650         PR c/48742
10651         * c-typeck.c (build_binary_op): Don't wrap arguments if
10652         int_operands is true.
10653
10654 2011-04-26  Kaz Kojima  <kkojima@gcc.gnu.org>
10655
10656         PR target/48767
10657         * config/sh/sh.c (sh_gimplify_va_arg_expr): Don't call
10658         targetm.calls.must_pass_in_stack for void type.
10659
10660 2011-04-26  Jan Hubicka  <jh@suse.cz>
10661
10662         * cgraphbuild.c (build_cgraph_edges): Update call
10663         of cgraph_create_edge and cgraph_create_indirect_edge.
10664         * cgraph.c (cgraph_create_edge_including_clones,
10665         cgraph_create_edge_1, cgraph_allocate_init_indirect_info,
10666         cgraph_update_edges_for_call_stmt_node): Do not take nest
10667         argument; do not initialize call_stmt_size/time.
10668         (dump_cgraph_node): Do not dump nest.
10669         (cgraph_clone_edge): Do not take loop_nest argument;
10670         do not propagate it; do not clone call_stmt_size/time.
10671         (cgraph_clone_node): Likewise.
10672         (cgraph_create_virtual_clone): Update.
10673         * cgraph.h (struct cgraph_edge): Remove
10674         call_stmt_size/call_stmt_time/loop_nest.
10675         (cgraph_create_edge, cgraph_create_indirect_edge,
10676         cgraph_create_edge_including_clones, cgraph_clone_node): Update
10677         prototype.
10678         * tree-emutls.c (gen_emutls_addr): Update.
10679         * ipa-inline-transform.c (update_noncloned_frequencies): Do not handle
10680         loop_nest; handle indirect calls, too.
10681         (clone_inlined_nodes): Do not care about updating inline summaries.
10682         * cgraphunit.c (cgraph_copy_node_for_versioning): Update.
10683         * lto-cgraph.c (lto_output_edge, input_node, input_edge): Do not
10684         stream call_stmt_size/call_stmt_time/loop_nest.
10685         * ipa-inline.c (edge_badness): Update.
10686         (ipa_inline): dump summaries after inlining.
10687         * ipa-inline.h (struct inline_edge_summary, inline_edge_summary_t):
10688         New.
10689         (inline_edge_summary): New function.
10690         * ipa-inline-analysis.c (edge_duplication_hook_holder): New holder.
10691         (inline_edge_removal_hook): Handle edge summaries.
10692         (inline_edge_duplication_hook): New hook.
10693         (inline_summary_alloc): Alloc hooks.
10694         (initialize_growth_caches): Do not register removal hooks.
10695         (free_growth_caches); Do not free removal hook.
10696         (dump_inline_edge_summary): New function.
10697         (dump_inline_summary): Use it.
10698         (estimate_function_body_sizes, estimate_edge_size_and_time): Update.
10699         (inline_update_callee_summaries): New function.
10700         (inline_merge_summary): Use it.
10701         (do_estimate_edge_time, do_estimate_edge_growth): Update.
10702         (read_inline_edge_summary): New function.
10703         (inline_read_section): Use it.
10704         (write_inline_edge_summary): New function.
10705         (inline_write_summary): Use it.
10706         (inline_free_summary): Free edge new holders.
10707         * tree-inline.c (copy_bb): Update.
10708
10709 2011-04-26  Jason Merrill  <jason@redhat.com>
10710
10711         * tree-eh.c (lower_try_finally_switch): Create the label along with
10712         the CASE_LABEL_EXPR.
10713
10714 2011-04-26  David S. Miller  <davem@davemloft.net>
10715             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10716
10717         * configure.ac (gcc_cv_as_sparc_gotdata_op): Specify alignment.
10718         * configure: Regenerate.
10719
10720 2011-04-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
10721
10722         PR target/48258
10723         * config/rs6000/vector.md (UNSPEC_REDUC): New unspec for vector
10724         reduction.
10725         (VEC_reduc): New code iterator and splitters for vector reduction.
10726         (VEC_reduc_name): Ditto.
10727         (VEC_reduc_rtx): Ditto.
10728         (reduc_<VEC_reduc_name>_v2df): Vector reduction expanders for VSX.
10729         (reduc_<VEC_reduc_name>_v4sf): Ditto.
10730
10731         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
10732         support for extracting SF on VSX.
10733
10734         * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): New insn for
10735         generating xscvspdp.
10736         (vsx_extract_v4sf): New insn to extract SF from V4SF vector.
10737         (vsx_reduc_<VEC_reduc_name>_v2df): New insns and splitters for
10738         double add, minimum, maximum vector reduction.
10739         (vsx_reduc_<VEC_reduc_name>_v4sf): Ditto.
10740         (vsx_reduc_<VEC_reduc_name>_v2df2_scalar): New combiner insn to
10741         optimize double vector reduction.
10742         (vsx_reduc_<VEC_reduc_name>_v4sf_scalar): Ditto.
10743
10744 2011-04-26  Joseph Myers  <joseph@codesourcery.com>
10745
10746         * config/fr30/fr30.h (inhibit_libc): Don't define.
10747         * config/m32r/m32r-protos.h: Correct comment.
10748         * config/v850/v850.h (GHS_default_section_names,
10749         GHS_current_section_names): Use tree, not union tree_node *.
10750
10751 2011-04-26  Xinliang David Li  <davidxl@google.com>
10752
10753         * tree-ssa-uninit.c (warn_uninitialized_phi): Pass warning code.
10754         * c-family/c-opts.c (c_common_handle_option): Set
10755         warn_maybe_uninitialized.
10756         * opts.c (common_handle_option): Ditto.
10757         * common.opt:  New option.
10758         * tree-ssa.c (warn_uninit): Add one more parameter.
10759         (warn_uninitialized_var): Pass warning code.
10760         * tree-flow.h: Interface change.
10761
10762 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10763
10764         * config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
10765         (WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
10766         (TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.
10767
10768 2011-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10769
10770         * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
10771         * config/mips/mips.opt (mmips-tfile): Remove.
10772
10773         * doc/install.texi (Specific, mips-*-*): Move mips-tfile,
10774         mips-tdump reference to ...
10775         (Specific, alpha*-dec-osf5.1): ... here.  Adapt for Tru64 UNIX.
10776         * doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
10777         reference by Tru64 UNIX.
10778
10779 2011-04-26  Jakub Jelinek  <jakub@redhat.com>
10780
10781         PR debug/48768
10782         * tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
10783         is error_mark_node, set value to NULL.
10784
10785         PR tree-optimization/48734
10786         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
10787         if return value from maybe_fold_*_comparsions isn't something
10788         the code is prepared to handle.
10789
10790 2011-04-26  Uros Bizjak  <ubizjak@gmail.com>
10791
10792         * config/i386/predicates.md (ext_QIreg_operand): Remove extra
10793         mode check.
10794         (ext_QIreg_nomode_operands): Remove.
10795         * config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
10796         (*andsi_1): Ditto.
10797         (*andhi_1): Ditto.
10798
10799 2011-04-26  Andrew Stubbs  <ams@codesourcery.com>
10800
10801         * config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.
10802
10803 2011-04-26  Richard Guenther  <rguenther@suse.de>
10804
10805         * c-typeck.c (build_unary_op): Do not expand array-refs via
10806         pointer arithmetic.  Only adjust qualifiers for function types.
10807
10808 2011-04-26  Richard Guenther  <rguenther@suse.de>
10809
10810         PR middle-end/48694
10811         * tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
10812         * fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
10813         compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat trees
10814         with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF is set.
10815
10816 2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>
10817
10818         * doc/extend.texi: Document __underlying_type.
10819
10820 2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>
10821
10822         * config/rs6000/titan.md (automata_option "progress"): Remove.
10823
10824 2011-04-25  Jeff Law  <law@redhat.com>
10825
10826         * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
10827
10828 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10829
10830         * system.h (ENUM_BITFIELD): Remove.
10831
10832 2011-04-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
10833             Eric Botcazou  <ebotcazou@adacore.com>
10834
10835         * combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
10836         for STORE_FLAG_VALUE==-1 case.
10837
10838 2011-04-24  Richard Sandiford  <richard.sandiford@linaro.org>
10839
10840         PR target/43804
10841         * config/m68k/constraints.md (T): Allow PIC operands that satisfy
10842         LEGITIMATE_PIC_OPERAND_P.
10843
10844 2011-04-24  Jan Hubicka  <jh@suse.cz>
10845
10846         * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
10847         WPA hack.
10848         * ipa-prop.h (ipa_get_param, ipa_is_param_used,
10849         ipa_param_cannot_devirtualize_p, ipa_param_types_vec_empty,
10850         ipa_get_ith_jump_func, ipa_get_lattice): Fortify array bounds.
10851         * ipa-inline-analysis.c (add_clause): Fix clause ordering.
10852         (and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
10853         Sanity check predicate length.
10854         (remap_predicate): Likewise; sanity check jump functions.
10855         (inline_read_section, inline_write_summary): Sanity check
10856         predicate length.
10857
10858 2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
10859
10860         PR other/48748
10861         * doc/extend.texi (Type Traits): Document __is_standard_layout,
10862         __is_literal_type, and __is_trivial; update throughout about
10863         possibly cv-qualified void types.
10864
10865 2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
10866
10867         * doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
10868         testsuite and make it version agnostic.
10869
10870 2011-04-22  Jan Hubicka  <jh@suse.cz>
10871
10872         * ipa-inline-analysis.c (inline_write_summary): Fix thinko.
10873
10874 2011-04-23  Jakub Jelinek  <jakub@redhat.com>
10875
10876         PR c/48685
10877         * fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
10878         to VOID_TYPE even around MODIFY_EXPR.
10879
10880 2011-04-22  Mike Stump  <mikestump@comcast.net>
10881
10882         * gensupport.c (read_md_rtx): Fix typo in comment.
10883         * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
10884         comment.
10885
10886 2011-04-22  Jan Hubicka  <jh@suse.cz>
10887
10888         * gengtype.c (open_base_files): Add ipa-inline.h include.
10889         * ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to
10890         ipa-prop.c; update all uses.
10891         * ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
10892         * ipa-inline-transform.c (inline_call): Use inline_merge_summary to
10893         merge summary of inlined function into former caller.
10894         * ipa-inline.c (max_benefit): Remove.
10895         (edge_badness): Compensate for removal of benefits.
10896         (update_caller_keys): Use
10897         reset_node_growth_cache/reset_edge_growth_cache.
10898         (update_callee_keys): Likewise.
10899         (update_all_callee_keys): Likewise.
10900         (inline_small_functions): Do not collect max_benefit; do not reset
10901         estimated_growth; call free_growth_caches and initialize_growth_caches.
10902         * ipa-inline.h (struct condition, type clause_t, struct predicate,
10903         struct size_time_entry): New structures.
10904         (INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
10905         (inline_summary): Remove size_inlining_benefit, time_inlining_benefit
10906         and estimated_growth.
10907         (edge_growth_cache_entry): New structure.
10908         (node_growth_cache, edge_growth_cache): New global vars.
10909         (estimate_growth): Turn into inline.
10910         (inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
10911         initialize_growth_caches, free_growth_caches): Declare.
10912         (estimate_edge_growth): Rewrite.
10913         (estimate_edge_time): Implement as inline cache lookup.
10914         (reset_node_growth_cache, reset_edge_growth_cache): New inline
10915         functions.
10916         (MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
10917         (NUM_CONDITIONS): New constant.
10918         (predicate_conditions): New enum.
10919         (IS_NOT_CONSTANT): New constant.
10920         (edge_removal_hook_holder): New var.
10921         (node_growth_cache, edge_growth_cache): New global vars.
10922         (true_predicate, single_cond_predicate, false_predicate,
10923         not_inlined_predicate, add_condition, add_clause, and_predicates,
10924         or_predicates, predicates_equal_p, evaulate_predicate, dump_condition,
10925         dump_clause, dump_predicate, account_size_time,
10926         evaulate_conditions_for_edge): New functions.
10927         (inline_summary_alloc): Move to heap.
10928         (inline_node_removal_hook): Clear condition and entry vectors.
10929         (inline_edge_removal_hook): New function.
10930         (initialize_growth_caches, free_growth_caches): New function.
10931         (dump_inline_summary): Update.
10932         (edge_execution_predicate): New function.
10933         (will_be_nonconstant_predicate): New function.
10934         (estimate_function_body_sizes): Compute BB and constantness predicates.
10935         (compute_inline_parameters): Do not clear estimated_growth.
10936         (estimate_edge_size_and_time): New function.
10937         (estimate_calls_size_and_time): New function.
10938         (estimate_callee_size_and_time): New function.
10939         (remap_predicate): New function.
10940         (inline_merge_summary): New function.
10941         (do_estimate_edge_time): New function based on...
10942         (estimate_edge_time): ... this one.
10943         (do_estimate_edge_growth): New function.
10944         (do_estimate_growth): New function based on....
10945         (estimate_growth): ... this one.
10946         (inline_analyze_function): Analyze after deciding on jump functions.
10947         (inline_read_section): New function.
10948         (inline_read_summary): Use it.
10949         (inline_write_summary): Write all the new data.
10950         * ipa-prop.c (ipa_get_param_decl_index): Export.
10951         (ipa_lattice_from_jfunc): Move here from ipa-cp.c
10952         * ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc):
10953         Declare.
10954         (ipa_get_lattice): Move here from ipa-cp.c
10955         * Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
10956         * params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
10957         * cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
10958         cgraph_edge_inlinable_p): Remove.
10959         * cgraphunit.c: Include ipainline.h
10960         (cgraph_process_new_functions): Update call of
10961         compute_inline_parameters.
10962
10963 2011-04-22  Richard Guenther  <rguenther@suse.de>
10964
10965         * tree.c (build_int_cst): Properly create canonicalized integer
10966         constants.
10967         (build_int_cst_type): Remove scary comments.
10968
10969 2011-04-22  Xinliang David Li  <davidxl@google.com>
10970
10971         * toplev.c (process_options): Enable -Werror=coverage-mismatch
10972         by default when -Wno-error is not specified.
10973         * opts-global.c (decode_options): Remove call to
10974         control_warning_options.
10975
10976 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
10977
10978         PR tree-optimization/48717
10979         * tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
10980         ~A + A optimizations use build_int_cst_type instead of build_int_cst.
10981
10982 2011-04-22  Joseph Myers  <joseph@codesourcery.com>
10983
10984         * config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
10985         definition where used.
10986
10987 2011-04-22  Jakub Jelinek  <jakub@redhat.com>
10988
10989         PR c/48716
10990         * gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
10991         TREE_STATIC variables declared inside of some OpenMP construct.
10992
10993 2011-04-22  Martin Jambor  <mjambor@suse.cz>
10994
10995         PR middle-end/48585
10996         * tree-inline.c (copy_bb): Create new edges only for analyzed nodes.
10997
10998 2011-04-22  Alexander Monakov  <amonakov@ispras.ru>
10999
11000         PR c/36750
11001         * c-typeck.c (pop_init_level): Do not warn about initializing
11002         with ` = {0}'.
11003
11004 2011-04-22  Alan Modra  <amodra@gmail.com>
11005
11006         * config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
11007         when returning call_cookie.
11008         (rs6000_function_ok_for_sibcall): Allow sibcalls via function
11009         pointers, to functions with no more vector args than the current
11010         function, and some non-local calls for ABI_V4.
11011         * config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
11012         sibcall_nonlocal_aix64): Combine to ..
11013         (sibcall_nonlocal_aix<mode>): ..this.  Handle function pointer calls.
11014         (sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
11015         (sibcall_value_nonlocal_aix<mode>): ..likewise.
11016         (*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
11017         (sibcall_value_nonlocal_sysv<mode>): Likewise.  Correct call cookie
11018         operand.
11019         * config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
11020         sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
11021         sibcall_value_symbolic_64): Delete.
11022
11023 2011-04-21  Xinliang David Li  <davidxl@google.com>
11024
11025         * cgraph.h: Remove pid.
11026         * cgraph.c: Remove pid.
11027         * value-prof.c (init_node_map): New function.
11028         (del_node_map): New function.
11029         (find_func_by_funcdef_no): New function.
11030         (gimple_ic_transform): Call new function.
11031         * cgraphunit.c (cgraph_finalize_function): Remove pid.
11032         * function.c (get_last_funcdef_no): New function.
11033         * function.h (get_last_funcdef_no): New function.
11034         * tree-profile.c (gimple_gen_ic_func_profiler): Pass funcdef_no
11035         to libgcov function.
11036         (tree-profiling): Call node map init and delete function.
11037
11038 2011-04-21  Ian Lance Taylor  <iant@google.com>
11039
11040         * godump.c (go_format_type): Use exported Go name for anonymous
11041         field name.
11042
11043 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
11044
11045         * config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
11046         Call builtin_function_type_list instead of builtin_function_type.
11047         (UNARY, BINARY, TRINARY, QUAD): Likewise.
11048
11049 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
11050
11051         * config/arm/arm.c (arm_init_iwmmxt_builtins): Call
11052         build_function_type_list instead of build_function_type.
11053         Delete variable `endlink'.
11054
11055 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
11056
11057         * config/s390/s390.c (s390_init_builtins): Call
11058         build_function_type_list instead of build_function_type.
11059
11060 2011-04-21  Nathan Froyd  <froydnj@codesourcery.com>
11061
11062         * config/ia64/ia64.c (ia64_init_builtins): Call
11063         build_function_type_list instead of builtin_function_type.
11064
11065 2011-04-21  Easwaran Raman  <eraman@google.com>
11066
11067         * cfgexpand.c (stack_var): Remove OFFSET...
11068         (add_stack_var): ...and its reference here...
11069         (expand_stack_vars): ...and here.
11070         (stack_var_cmp): Sort by descending order of size.
11071         (partition_stack_vars): Change heuristic.
11072         (union_stack_vars): Fix to reflect changes in partition_stack_vars.
11073         (dump_stack_var_partition): Add newline after each partition.
11074
11075 2011-04-21  Dimitrios Apostolou  <jimis@gmx.net>
11076             Jeff Law  <law@redhat.com>
11077
11078         * gengtype-state.c (read_a_state_token): Fix argument to obstack_free.
11079         * gengtype.c (matching_file_name_substitute): Likewise.
11080
11081 2011-04-21  Richard Guenther  <rguenther@suse.de>
11082
11083         PR lto/48703
11084         * tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of DECL_NAME.
11085
11086 2011-04-21  Eric Botcazou  <ebotcazou@adacore.com>
11087
11088         * gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
11089
11090 2011-04-21  Richard Guenther  <rguenther@suse.de>
11091
11092         * Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
11093         file name.
11094
11095 2011-04-21  Richard Guenther  <rguenther@suse.de>
11096
11097         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
11098         MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
11099         Use DECL_P, not SSA_VAR_P.
11100         (ptr_derefs_may_alias_p): Likewise.
11101         (ptr_deref_may_alias_ref_p_1): Likewise.
11102         (decl_refs_may_alias_p): Likewise.
11103         (refs_may_alias_p_1): Likewise.
11104         (ref_maybe_used_by_call_p_1): Likewise.
11105         (call_may_clobber_ref_p_1): Likewise.
11106         (indirect_ref_may_alias_decl_p): Assume indirect refrences
11107         are either MEM_REF or TARGET_MEM_REF.
11108         (indirect_refs_may_alias_p): Likewise.
11109         * calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
11110         for MEM_EXPR of indirect calls.
11111
11112 2011-04-21  Tristan Gingold  <gingold@adacore.com>
11113
11114         * vmsdbgout.c (write_srccorr): Compute file length from the string.
11115         (dst_file_info_struct): Remove flen field.
11116         (lookup_filename): Remove code that set flen field.
11117
11118 2011-04-21  Tristan Gingold  <gingold@adacore.com>
11119
11120         * config/ia64/ia64.c (ia64_start_function): Add a guard.
11121
11122 2011-04-21  Uros Bizjak  <ubizjak@gmail.com>
11123
11124         PR target/48708
11125         * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
11126         vec_extract and vec_concat for non-SSE4_1 targets.
11127
11128 2011-04-21  Richard Guenther  <rguenther@suse.de>
11129
11130         * tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
11131         return statements.
11132
11133 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
11134
11135         * config/i386/cygming.h (union tree_node, TREE): Don't define or
11136         undefine.
11137         (FILE): Don't undefine.
11138
11139 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
11140
11141         * config/alpha/alpha.c (struct machine_function): Use rtx, not
11142         struct rtx_def *.
11143         * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not
11144         struct rtx_def *.
11145         * config/cris/cris-protos.h (STDIO_INCLUDED): Don't define.
11146         * config/h8300/h8300.h (struct cum_arg): Use rtx, not struct rtx_def *.
11147         * config/iq2000/iq2000.h (struct iq2000_args): Use rtx, not struct
11148         rtx_def *.
11149         * config/m32c/m32c-protos.h (MM, UINT): Don't define.  Expand
11150         definitions where used.
11151         * config/microblaze/microblaze.h (struct microblaze_args): Use
11152         rtx, not struct rtx_def *.
11153         * config/pa/pa-protos.h (return_addr_rtx): Use rtx, not struct
11154         rtx_def *.
11155         * config/pa/pa.h (hppa_pic_save_rtx): Use rtx, not struct rtx_def *.
11156         * config/pdp11/pdp11.h (cc0_reg_rtx): Use rtx, not struct rtx_def *.
11157         * config/sh/sh-protos.h (sfunc_uses_reg, get_fpscr_rtx): Use rtx,
11158         not struct rtx_def *.
11159         * config/sh/sh.h (sh_compare_op0, sh_compare_op1): Use rtx, not
11160         struct rtx_def *.
11161         * config/spu/spu-protos.h (spu_float_const): Use rtx, not struct
11162         rtx_def *.
11163         * config/spu/spu.c (spu_float_const): Use rtx, not struct rtx_def *.
11164
11165 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
11166
11167         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use
11168         operand_equal_p to compare DR_BASE_ADDRESSes.
11169         (vect_check_interleaving): Likewise.
11170
11171 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
11172
11173         PR target/46329
11174         * config/arm/arm.c (arm_legitimate_constant_p_1): Return false
11175         for all Neon struct constants.
11176
11177 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
11178
11179         * target.def (legitimate_constant_p): New hook.
11180         * doc/tm.texi.in (LEGITIMATE_CONSTANT_P): Replace with...
11181         (TARGET_LEGITIMATE_CONSTANT_P): ...this.
11182         * doc/tm.texi: Regenerate.
11183         * hooks.h (hook_bool_mode_rtx_true): Declare.
11184         * hooks.c (hook_bool_mode_rtx_true): Define.
11185         * system.h (LEGITIMATE_CONSTANT_P): Poison.
11186         * calls.c (precompute_register_parameters): Replace uses of
11187         LEGITIMATE_CONSTANT_P with targetm.legitimate_constant_p.
11188         (emit_library_call_value_1): Likewise.
11189         * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
11190         (compress_float_constant, emit_push_insn, expand_expr_real_1): Likewise.
11191         * ira-costs.c (scan_one_insn): Likewise.
11192         * recog.c (general_operand, immediate_operand): Likewise.
11193         * reload.c (find_reloads_toplev, find_reloads_address_part): Likewise.
11194         * reload1.c (init_eliminable_invariants): Likewise.
11195
11196         * config/alpha/alpha-protos.h (alpha_legitimate_constant_p): Add a
11197         mode argument.
11198         * config/alpha/alpha.h (LEGITIMATE_CONSTANT_P): Delete.
11199         * config/alpha/alpha.c (alpha_legitimate_constant_p): Add a mode
11200         argument.
11201         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11202         * config/alpha/predicates.md (input_operand): Update call to
11203         alpha_legitimate_constant_p.
11204
11205         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Delete.
11206         * config/arm/arm.h (ARM_LEGITIMATE_CONSTANT_P): Likewise.
11207         (THUMB_LEGITIMATE_CONSTANT_P, LEGITIMATE_CONSTANT_P): Likewise.
11208         * config/arm/arm.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11209         (arm_legitimate_constant_p_1, thumb_legitimate_constant_p)
11210         (arm_legitimate_constant_p): New functions.
11211         (arm_cannot_force_const_mem): Make static.
11212
11213         * config/avr/avr.h (LEGITIMATE_CONSTANT_P): Delete.
11214
11215         * config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Delete.
11216         * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Delete.
11217         * config/bfin/bfin.c (expand_move): Use targetm.legitimate_constant_p
11218         instead of bfin_legitimate_constant_p.
11219         (bfin_legitimate_constant_p): Make static.  Add a mode argument.
11220         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11221
11222         * config/cris/cris.h (LEGITIMATE_CONSTANT_P): Delete.
11223
11224         * config/fr30/fr30.h (LEGITIMATE_CONSTANT_P): Delete.
11225
11226         * config/frv/frv-protos.h (frv_legitimate_constant_p): Delete.
11227         * config/frv/frv.h (LEGITIMATE_CONSTANT_P): Delete.
11228         * config/frv/frv.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11229         (frv_legitimate_constant_p): Make static.  Add a mode argument.
11230
11231         * config/h8300/h8300-protos.h (h8300_legitimate_constant_p): Delete.
11232         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Likewise.
11233         * config/h8300/h8300.c (h8300_legitimate_constant_p): Likewise.
11234
11235         * config/i386/i386-protos.h (legitimate_constant_p): Delete.
11236         * config/i386/i386.h (LEGITIMATE_CONSTANT_P): Likewise.
11237         * config/i386/i386.c (legitimate_constant_p): Rename to...
11238         (ix86_legitimate_constant_p): ...this.  Make static.  Add a mode
11239         argument.
11240         (ix86_cannot_force_const_mem): Update accordingly.
11241         (ix86_legitimate_address_p): Likewise.
11242         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11243         * config/i386/i386.md: Update commentary.
11244
11245         * config/ia64/ia64-protos.h (ia64_legitimate_constant_p): Delete.
11246         * config/ia64/ia64.h (LEGITIMATE_CONSTANT_P): Likewise.
11247         * config/ia64/ia64.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11248         (ia64_legitimate_constant_p): Make static.  Add a mode argument.
11249
11250         * config/iq2000/iq2000.h (LEGITIMATE_CONSTANT_P): Delete.
11251
11252         * config/lm32/lm32-protos.h (lm32_legitimate_constant_p): Delete.
11253         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Likewise.
11254         * config/lm32/lm32.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11255         (lm32_legitimate_constant_p): Make static.  Add a mode argument.
11256
11257         * config/m32c/m32c-protos.h (m32c_legitimate_constant_p): Delete.
11258         * config/m32c/m32c.h (LEGITIMATE_CONSTANT_P): Likewise.
11259         * config/m32c/m32c.c (m32c_legitimate_constant_p): Likewise.
11260
11261         * config/m32r/m32r.h (LEGITIMATE_CONSTANT_P): Delete.
11262         * config/m32r/m32r.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11263         (m32r_legitimate_constant_p): New function.
11264
11265         * config/m68k/m68k-protos.h (m68k_legitimate_constant_p): Declare.
11266         * config/m68k/m68k.h (CONSTANT_ADDRESS_P): Call it instead of
11267         LEGITIMATE_CONSTANT_P.
11268         (LEGITIMATE_CONSTANT_P): Delete.
11269         * config/m68k/m68k.c (m68k_expand_prologue): Call
11270         m68k_legitimate_constant_p instead of LEGITIMATE_CONSTANT_P.
11271         (m68k_legitimate_constant_p): New function.
11272         * config/m68k/m68k.md: Update comments.
11273
11274         * config/mcore/mcore.h (LEGITIMATE_CONSTANT_P): Delete.
11275         * config/mcore/mcore.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11276         (mcore_legitimate_constant_p): New function.
11277
11278         * config/mep/mep-protos.h (mep_legitimate_constant_p): Delete.
11279         * config/mep/mep.h (LEGITIMATE_CONSTANT_P): Likewise.
11280         * config/mep/mep.c (mep_legitimate_constant_p): Make static.
11281         Add a mode argument.
11282         (mep_legitimate_address): Update accordingly.
11283         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11284
11285         * config/microblaze/microblaze-protos.h (microblaze_const_double_ok):
11286         Delete.
11287         * config/microblaze/microblaze.h (LEGITIMATE_CONSTANT_P): Likewise.
11288         * config/microblaze/microblaze.c (microblaze_const_double_ok): Make
11289         static.  Check OP's mode for VOIDmode.
11290         (microblaze_legitimate_constant_p): New function.
11291         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11292
11293         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Delete.
11294         * config/mips/mips.c (mips_legitimate_constant_p): New function.
11295         (mips_cannot_force_const_mem): Use it instead of LEGITIMATE_CONSTANT_P.
11296         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11297         * config/mips/predicates.md: Update comments.
11298
11299         * config/mmix/mmix-protos.h (mmix_legitimate_constant_p): Delete.
11300         * config/mmix/mmix.h (LEGITIMATE_CONSTANT_P): Likewise.
11301         * config/mmix/mmix.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11302         (mmix_legitimate_constant_p): Make static, return a bool, and take
11303         a mode argument.
11304         (mmix_print_operand_address): Update accordingly.
11305
11306         * config/mn10300/mn10300-protos.h (mn10300_legitimate_constant_p):
11307         Delete.
11308         * config/mn10300/mn10300.h (LEGITIMATE_CONSTANT_P): Likewise.
11309         * config/mn10300/mn10300.c (mn10300_legitimate_constant_p): Make
11310         static.  Add a mode argument.
11311         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11312
11313         * config/moxie/moxie.h (LEGITIMATE_CONSTANT_P): Delete.
11314
11315         * config/pa/pa.h (LEGITIMATE_CONSTANT_P): Delete.
11316         * config/pa/pa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11317         (pa_legitimate_constant_p): New function.
11318
11319         * config/picochip/picochip.h (LEGITIMATE_CONSTANT_P): Delete.
11320
11321         * config/pdp11/pdp11.h (LEGITIMATE_CONSTANT_P): Delete.
11322         * config/pdp11/pdp11.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11323         (pdp11_legitimate_constant_p): New function.
11324
11325         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Delete.
11326         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11327         (rs6000_legitimate_constant_p): New function.
11328
11329         * config/rx/rx-protos.h (rx_is_legitimate_constant): Replace with...
11330         (rx_legitimate_constant_p): ...this.
11331         * config/rx/rx.h (LEGITIMATE_CONSTANT_P): Delete.
11332         * config/rx/rx.c (rx_is_legitimate_constant): Replace with...
11333         (rx_legitimate_constant_p): ...this.
11334         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11335         * config/rx/rx.md (mov<register_modes:mode>): Update accordingly.
11336
11337         * config/s390/s390-protos.h (legitimate_constant_p): Delete.
11338         * config/s390/s390.h (LEGITIMATE_CONSTANT_P): Likewise.
11339         * config/s390/s390.c (legitimate_constant_p): Rename to...
11340         (s390_legitimate_constant_p): ...this.  Make static, return a bool,
11341         and add a mode argument.
11342         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11343
11344         * config/score/score.h (LEGITIMATE_CONSTANT_P): Delete.
11345
11346         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Delete.
11347         * config/sh/sh.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11348         (sh_legitimate_constant_p): New function.
11349
11350         * config/sparc/sparc-protos.h (legitimate_constant_p): Delete.
11351         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Delete.
11352         * config/sparc/sparc.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11353         (legitimate_constant_p): Rename to...
11354         (sparc_legitimate_constant_p): ...this.  Make static.  Add a mode
11355         argument.
11356         (constant_address_p): Update accordingly.
11357
11358         * config/spu/spu-protos.h (spu_legitimate_constant_p): Add a mode
11359         argument and return a bool.
11360         * config/spu/spu.h (LEGITIMATE_CONSTANT_P): Delete.
11361         * config/spu/spu.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11362         (spu_legitimate_constant_p): Add a mode argument and return a bool.
11363         (spu_rtx_costs): Update accordingly.
11364         * config/spu/predicates.md (vec_imm_operand): Likewise.
11365
11366         * config/stormy16/stormy16.h (LEGITIMATE_CONSTANT_P): Delete.
11367
11368         * config/v850/v850.h (LEGITIMATE_CONSTANT_P): Delete.
11369         * config/v850/v850.c (v850_legitimate_constant_p): New function.
11370         (TARGET_LEGITIMATE_CONSTANT_P): Define.
11371
11372         * config/vax/vax-protos.h (legitimate_constant_p): Delete.
11373         * config/vax/vax.h (LEGITIMATE_CONSTANT_P): Likewise.
11374         * config/vax/vax.c (legitimate_constant_p): Likewise.
11375
11376         * config/xtensa/xtensa.h (LEGITIMATE_CONSTANT_P): Delete.
11377         * config/xtensa/xtensa.c (TARGET_LEGITIMATE_CONSTANT_P): Define.
11378         (xtensa_legitimate_constant_p): New function.
11379
11380 2011-04-21  Richard Sandiford  <richard.sandiford@linaro.org>
11381
11382         * target.def (cannot_force_const_mem): Add a mode argument.
11383         * doc/tm.texi.in (TARGET_CANNOT_FORCE_CONST_MEM): Update accordingly.
11384         * doc/tm.texi: Regenerate.
11385         * hooks.h (hook_bool_mode_rtx_false): Declare.
11386         * hooks.c (hook_bool_mode_const_rtx_false): Fix commentary.
11387         (hook_bool_mode_const_rtx_true): Likewise.
11388         (hook_bool_mode_rtx_false): New function.
11389         * reload.c (CONST_POOL_OK_P): Take a mode argument and require it
11390         to be non-VOID.  Update call to cannot_force_const_mem.
11391         (find_reloads): Update accordingly.
11392         * varasm.c (force_const_mem): Update call to cannot_force_const_mem.
11393         * config/alpha/alpha.c (alpha_cannot_force_const_mem): Add a mode
11394         argument.
11395         * config/arm/arm-protos.h (arm_cannot_force_const_mem): Likewise.
11396         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Update call.
11397         * config/arm/arm.c (arm_cannot_force_const_mem): Add a mode argument.
11398         * config/bfin/bfin.c (bfin_cannot_force_const_mem): Likewise.
11399         * config/frv/frv.c (frv_cannot_force_const_mem): Likewise.
11400         * config/i386/i386.c (ix86_cannot_force_const_mem): Likewise.
11401         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Likewise.
11402         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
11403         (m68k_cannot_force_const_mem): ...this new function.
11404         * config/mips/mips.c (mips_cannot_force_const_mem): Add a mode
11405         argument.
11406         (mips_const_insns, mips_legitimize_const_move): Update calls.
11407         (mips_secondary_reload_class): Likewise.
11408         * config/pa/pa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to...
11409         (pa_cannot_force_const_mem): ...this new function.
11410         * config/rs6000/rs6000.c (TARGET_CANNOT_FORCE_CONST_MEM): Reefine to...
11411         (rs6000_cannot_force_const_mem): ...this new function.
11412         * config/s390/s390.c (s390_cannot_force_const_mem): Add a mode
11413         argument.
11414         * config/sparc/sparc.c (sparc_cannot_force_const_mem): Likewise.
11415         * config/xtensa/xtensa.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine
11416         to...
11417         (xtensa_cannot_force_const_mem): ...this new function.
11418
11419 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
11420
11421         * config/mips/mips.c (mips16_build_function_stub): Call
11422         build_function_type_list instead of build_function_type.
11423         (mips16_build_call_stub): Likewise.
11424
11425 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
11426
11427         * config/mep/mep.c (mep_init_builtins): Call build_function_type_list
11428         instead of build_function_type.
11429
11430 2011-04-20  Nathan Froyd  <froydnj@codesourcery.com>
11431
11432         * config/pa/pa.c (pa_init_builtins): Call build_function_type_list
11433         instead of build_function_type.
11434
11435 2011-04-20  Uros Bizjak  <ubizjak@gmail.com>
11436
11437         PR target/48678
11438         * config/i386/i386.md (insv): Change operand 0 constraint to
11439         "register_operand".  Change operand 1 and 2 constraint to
11440         "const_int_operand".  Expand to pinsr{b,w,d,q} * when appropriate.
11441         * config/i386/sse.md (sse4_1_pinsrb): Export.
11442         (sse2_pinsrw): Ditto.
11443         (sse4_1_pinsrd): Ditto.
11444         (sse4_1_pinsrq): Ditto.
11445         * config/i386/i386-protos.h (ix86_expand_pinsr): Add prototype.
11446         * config/i386/i386.c (ix86_expand_pinsr): New.
11447
11448 2011-04-20  Easwaran Raman  <eraman@google.com>
11449
11450         * cfgexpand.c (add_alias_set_conflicts): Add conflicts with a variable
11451         containing union type only with -fstrict-aliasing.
11452
11453 2011-04-20  Jim Meyering  <meyering@redhat.com>
11454
11455         Remove useless if-before-free tests.
11456         * calls.c (expand_call, save_area): Likewise.
11457         * cfgcleanup.c (try_forward_edges): Likewise.
11458         * collect2.c (collect_execute): Likewise.
11459         * config/i386/i386.c (ix86_valid_target_attribute_tree): Likewise.
11460         * config/mcore/mcore.c (mcore_expand_prolog): Likewise.
11461         * coverage.c (coverage_checksum_string): Likewise.
11462         * cse.c (init_cse_reg_info, delete_trivially_dead_insns): Likewise.
11463         * cselib.c (cselib_init): Likewise.
11464         * df-core.c (rest_of_handle_df_finish, df_analyze): Likewise.
11465         (df_set_clean_cfg): Likewise.
11466         * function.c (free_after_compilation): Likewise.
11467         * gcc.c (do_spec_1, main): Likewise.
11468         * gcov.c (create_file_names): Likewise.
11469         * gensupport.c (identify_predicable_attribute): Likewise.
11470         * graphite-clast-to-gimple.c (save_clast_name_index): Likewise.
11471         * graphite-sese-to-poly.c (free_data_refs_aux): Likewise.
11472         * haifa-sched.c (haifa_finish_h_i_d): Likewise.
11473         * ipa-prop.c (ipa_free_node_params_substructures): Likewise.
11474         * ipa-pure-const.c (local_pure_const): Likewise.
11475         * ipa-reference.c (propagate): Likewise.
11476         * ira-costs.c (free_ira_costs): Likewise.
11477         * ira.c (free_register_move_costs, build_insn_chain): Likewise.
11478         * matrix-reorg.c (mat_free): Likewise.
11479         * prefix.c (get_key_value): Likewise.
11480         * profile.c (compute_value_histograms): Likewise.
11481         * reload1.c (free_reg_equiv): Likewise.
11482         * sched-deps.c (free_deps): Likewise.
11483         * sel-sched-ir.c (fence_clear): Likewise.
11484         * sese.c (set_rename, if_region_set_false_region): Likewise.
11485         * tree-data-ref.c (free_rdg): Likewise.
11486         * tree-eh.c (lower_try_finally): Likewise.
11487         * tree-ssa-coalesce.c (delete_coalesce_list): Likewise.
11488         * tree-ssa-live.c (delete_var_map): Likewise.
11489         * tree-ssa-loop-ivopts.c (free_loop_data): Likewise.
11490         * tree-ssa-pre.c (phi_trans_add): Likewise.
11491
11492 2011-04-20  Jakub Jelinek  <jakub@redhat.com>
11493
11494         PR tree-optimization/48611
11495         * tree-eh.c (note_eh_region_may_contain_throw): Don't propagate
11496         beyond ERT_MUST_NOT_THROW region.
11497
11498 2011-04-20  Catherine Moore  <clm@codesourcery.com>
11499
11500         * config/mips/mips.opt (mfix-24k): New.
11501         * config/mips/mips.h (ASM_SPEC): Handle -mfix-24k.
11502         * config/mips/mips.md (length): Increase by 4 for stores if
11503         fixing 24K errata.
11504         * config/mips/mips.c (mips_reorg_process_insns): Do not allow
11505         all noreorder if fixing 24K errata.
11506         * doc/invoke.texi: Document mfix-24k.
11507
11508 2011-04-20  Chung-Lin Tang  <cltang@codesourcery.com>
11509
11510         * config/arm/arm.c (arm_legitimize_reload_address): For NEON
11511         quad-word modes, reduce to 9-bit index range when above 1016 limit.
11512
11513 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
11514
11515         * config/arm/arm.c (arm_gen_constant): Move movw support ....
11516         (const_ok_for_op): ... to here.
11517
11518 2011-04-20  Kai Tietz  <ktietz@redhat.com>
11519
11520         * fold-const.c (fold_binary_loc): Add handling for (X & ~Y) | (~X & Y)
11521         and (X && !Y) | (!X && Y) optimization to (X ^ Y).
11522
11523 2011-04-20  Andrew Stubbs  <ams@codesourcery.com>
11524
11525         * config/arm/arm.c (arm_gen_constant): Remove redundant can_invert.
11526
11527 2011-04-20  Richard Guenther  <rguenther@suse.de>
11528
11529         PR tree-optimization/47892
11530         * tree-if-conv.c (if_convertible_stmt_p): Const builtins
11531         are if-convertible.
11532
11533 2011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
11534
11535         * config/alpha/vms.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not redefine.
11536
11537 2011-04-20  Tristan Gingold  <gingold@adacore.com>
11538
11539         * config/alpha/vms.h (LINK_SPEC): Do not use vms-dwarf2.o for gnu-ld.
11540
11541 2011-04-20  Georg-Johann Lay  <avr@gjlay.de>
11542
11543         PR target/18145
11544
11545         * config/avr/avr.h (TARGET_ASM_INIT_SECTIONS): Delete.
11546         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
11547         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
11548         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
11549         (TARGET_ASM_NAMED_SECTION): Change to avr_asm_named_section.
11550
11551         * config/avr/avr-protos.h (avr_asm_output_aligned_common):
11552         New prototype.
11553
11554         * config/avr/avr.c (TARGET_ASM_INIT_SECTIONS): Define.
11555         (avr_asm_named_section, avr_asm_output_aligned_common,
11556         avr_output_data_section_asm_op, avr_output_bss_section_asm_op):
11557         New functions to update...
11558         (avr_need_clear_bss_p, avr_need_copy_data_p): ...these new variables.
11559         (avr_asm_init_sections): Overwrite section callbacks for
11560         data_section, bss_section.
11561         (avr_file_start): Move output of __do_copy_data, __do_clear_bss
11562         from here to...
11563         (avr_file_end): ...here.
11564
11565 2011-04-20  Richard Guenther  <rguenther@suse.de>
11566
11567         PR middle-end/48695
11568         * tree-ssa-alias.c (aliasing_component_refs_p): Compute base
11569         objects and types here.  Adjust for their offset before comparing.
11570
11571 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
11572
11573         * tree-vect-stmts.c (vectorizable_store): Only chain one related
11574         statement per copy.
11575
11576 2011-04-20  Richard Sandiford  <richard.sandiford@linaro.org>
11577
11578         * Makefile.in (INTERNAL_FN_DEF, INTERNAL_FN_H): Define.
11579         (GIMPLE_H): Include $(INTERNAL_FN_H).
11580         (OBJS-common): Add internal-fn.o.
11581         (internal-fn.o): New rule.
11582         * internal-fn.def: New file.
11583         * internal-fn.h: Likewise.
11584         * internal-fn.c: Likewise.
11585         * gimple.h: Include internal-fn.h.
11586         (GF_CALL_INTERNAL): New gf_mask.
11587         (gimple_statement_call): Put fntype into a union with a new
11588         internal_fn field.
11589         (gimple_build_call_internal): Declare.
11590         (gimple_build_call_internal_vec): Likewise.
11591         (gimple_call_same_target_p): Likewise.
11592         (gimple_call_internal_p): New function.
11593         (gimple_call_internal_fn): Likewise.
11594         (gimple_call_fntype): Return null for internal calls.
11595         (gimple_call_set_fntype): Assert that the function is not internal.
11596         (gimple_call_set_fn): Likewise.
11597         (gimple_call_set_fndecl): Likewise.
11598         (gimple_call_set_internal_fn): New function.
11599         (gimple_call_addr_fndecl): Handle null functions.
11600         (gimple_call_return_type): Likewise null types.
11601         * gimple.c (gimple_build_call_internal_1): New function.
11602         (gimple_build_call_internal): Likewise.
11603         (gimple_build_call_internal_vec): Likewise.
11604         (gimple_call_same_target_p): Likewise.
11605         (gimple_call_flags): Handle calls to internal functions.
11606         (gimple_call_fnspec): New function.
11607         (gimple_call_arg_flags, gimple_call_return_flags): Use it.
11608         (gimple_has_side_effects): Handle null functions.
11609         (gimple_rhs_has_side_effects): Likewise.
11610         (gimple_call_copy_skip_args): Handle calls to internal functions.
11611         * cfgexpand.c (expand_call_stmt): Likewise.
11612         * expr.c (expand_expr_real_1): Assert that the call isn't internal.
11613         * gimple-fold.c (gimple_fold_call): Handle null functions.
11614         (gimple_fold_stmt_to_constant_1): Don't fold
11615         calls to internal functions.
11616         * gimple-low.c (gimple_check_call_args): Handle calls to internal
11617         functions.
11618         * gimple-pretty-print.c (dump_gimple_call): Likewise.
11619         * ipa-prop.c (ipa_analyze_call_uses): Handle null functions.
11620         * tree-cfg.c (verify_gimple_call): Handle calls to internal functions.
11621         (do_warn_unused_result): Likewise.
11622         * tree-eh.c (same_handler_p): Use gimple_call_same_target_p.
11623         * tree-ssa-ccp.c (ccp_fold_stmt): Handle calls to internal functions.
11624         * tree-ssa-dom.c (hashable_expr): Use the gimple statement to record
11625         the target of a call.
11626         (initialize_hash_element): Update accordingly.
11627         (hashable_expr_equal_p): Use gimple_call_same_target_p.
11628         (iterative_hash_hashable_expr): Handle calls to internal functions.
11629         (print_expr_hash_elt): Likewise.
11630         * tree-ssa-pre.c (can_value_number_call): Likewise.
11631         (eliminate): Handle null functions.
11632         * tree-ssa-sccvn.c (visit_use): Handle calls to internal functions.
11633         * tree-ssa-structalias.c (get_fi_for_callee): Likewise.
11634         (find_func_aliases): Likewise.
11635         * value-prof.c (gimple_ic_transform): Likewise.
11636         (gimple_indirect_call_to_profile): Likewise.
11637         * lto-streamer-in.c (input_gimple_stmt): Likewise.
11638         * lto-streamer-out.c (output_gimple_stmt): Likewise.
11639
11640 2011-04-19  Jan Hubicka  <jh@suse.cz>
11641
11642         * ipa-inline-transform.c (save_inline_function_body): Add comments.
11643         * ipa-inline.c (inline_small_functions): Compute summaries first,
11644         populate heap later.
11645
11646 2011-04-19  Jan Hubicka  <jh@suse.cz>
11647
11648         * cgraph.h (save_inline_function_body): Remove.
11649         * ipa-inline-transform.c: New file, broke out of...
11650         * ipa-inline.c: ... this one; Update toplevel comment.
11651         (ncalls_inlined, nfunctions_inlined): Move to ipa-inline-transform.c;
11652         make global.
11653         (update_noncloned_frequencies): Move to ipa-inline-transform.c
11654         (cgraph_mark_inline_edge): Rename to inline_call; move to
11655         ipa-inline-transform.c.
11656         (cgraph_clone_inlined_nodes): Rename to clone_inlined_nodes;
11657         move to ipa-inline-transform.c
11658         (recursive_inlining, inline_small_functions, flatten_function,
11659         ipa_inline, inline_always_inline_functions,
11660         early_inline_small_functions): Update.
11661         (inline_transform): Move to ipa-inline-transform.c.
11662         * ipa-inline.h (inline_call, inline_transform, clone_inlined_nodes):
11663         Declare.
11664         * Makefile.in (ipa-inline-transform.o): New file.
11665         * cgraphunit.c (save_inline_function_body): Move to
11666         ipa-inline-transform.c
11667
11668 2011-04-19  DJ Delorie  <dj@redhat.com>
11669
11670         * config/m32c/m32c.c (m32c_emit_epilogue): Don't try to push
11671         registers if we already know there aren't any.
11672         (m32c_emit_epilogue): Don't emit a barrier here.
11673         (m32c_emit_eh_epilogue): Likewise.
11674         * config/m32c/blkmov.md (movstr): Don't fail on wrong-type
11675         operands at expand time.
11676         * config/m32c/m32c.h (WCHAR_TYPE_SIZE): Change to 4 to match "long
11677         int" wchar type.
11678         (REG_CLASS_CONTENTS, reg_class, REG_CLASS_NAMES): Remove
11679         duplicates.  Provide aliases instead.
11680         * config/m32c/prologue.md (eh_return): Emit a barrier here.
11681         (eh_epilogue): Add a "(return)" here as a hint to other parts of
11682         the compiler.
11683
11684 2011-04-19  Anatoly Sokolov  <aesok@post.ru>
11685
11686         * config/sparc/sparc.h (GENERAL_OR_I64, REGISTER_MOVE_COST): Remove.
11687         * config/sparc/sparc.c (TARGET_REGISTER_MOVE_COST): Define.
11688         (general_or_i64_p, sparc_register_move_cost): New function.
11689
11690 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11691
11692         * doc/install.texi (Configuration, --enable-threads): Remove mach.
11693         Add lynx, mipssde.  Sort table.
11694
11695 2011-04-19  Xinliang David Li  <davidxl@google.com>
11696
11697         * ipa-cp.c (ipcp_update_profiling): Assert that scale_completement is
11698         not negative.
11699
11700 2011-04-19  Jakub Jelinek  <jakub@redhat.com>
11701
11702         PR target/48678
11703         * config/i386/i386.md (movstrict<mode>): FAIL if operands[0]
11704         is a SUBREG with non-MODE_INT mode inside of it.
11705
11706 2011-04-19  Martin Jambor  <mjambor@suse.cz>
11707
11708         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize
11709         also according to actual contants.
11710         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): New function.
11711         (gimple_fold_call): Use it.
11712         * gimple.h (gimple_extract_devirt_binfo_from_cst): Declare.
11713
11714 2011-04-19  Martin Jambor  <mjambor@suse.cz>
11715
11716         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar
11717         non-pointer assignments.
11718
11719 2011-04-19  Martin Jambor  <mjambor@suse.cz>
11720
11721         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into
11722         account anc_offset and otr_type from the indirect edge info.
11723         * ipa-prop.c (get_ancestor_addr_info): New function.
11724         (compute_complex_ancestor_jump_func): Assignment analysis moved to
11725         get_ancestor_addr_info, call it.
11726         (ipa_note_param_call): Do not initialize information about polymorphic
11727         calls, return the indirect call graph edge.  Remove the last
11728         parameter, adjust all callers.
11729         (ipa_analyze_virtual_call_uses): Process also calls to ancestors of
11730         parameters.  Initialize polymorphic information in the indirect edge.
11731
11732 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
11733
11734         PR lto/48148
11735         * gimple.c (gimple_types_compatible_p_1) <ENUMERAL_TYPE>: Do not merge
11736         the types if they have different enumeration identifiers.
11737
11738 2011-04-19  Jan Hubicka  <jh@suse.cz>
11739
11740         * cgraph.h (cgraph_optimize_for_size_p): Declare.
11741         * ipa-cp.c (ipcp_insert_stage): Use cgraph_optimize_for_size_p.
11742         * predict.c (cgraph_optimize_for_size_p): Break out from ...
11743         (optimize_function_for_size_p) ... here.
11744
11745 2011-04-19  Richard Guenther  <rguenther@suse.de>
11746
11747         PR lto/48207
11748         * tree.c (free_lang_data): Do not reset the decl-assembler-name
11749         langhook.
11750
11751 2011-04-19  Eric Botcazou  <ebotcazou@adacore.com>
11752
11753         * tree-inline.c (expand_call_inline): Do not issue a -Winline warning
11754         if DECL_NO_INLINE_WARNING_P is set on the function.
11755
11756 2011-04-19  Bernd Schmidt  <bernds@codesourcery.com>
11757
11758         PR fortran/47976
11759         * reload1.c (inc_for_reload): Return void. All callers changed.
11760         (emit_input_reload_insns): Don't try to delete previous output
11761         reloads to a register, or record spill_reg_store for autoincs.
11762
11763 2011-04-19  Basile Starynkevitch  <basile@starynkevitch.net>
11764
11765         * gengtype.h: Updated copyright year.
11766         (struct input_file_st): Add inpisplugin field.
11767         (type_fileloc): New function.
11768         * gengtype.c
11769         (write_typed_struct_alloc_def): Add gcc_assert.
11770         (write_typed_alloc_defns): Ditto. Don't output for plugin files.
11771         (write_typed_alloc_defns): Don't output for plugin files.
11772         (input_file_by_name): Clear inpisplugin field.
11773         (main): Set inpisplugin field for plugin files.
11774
11775 2011-04-19  Nicola Pero  <nicola.pero@meta-innovation.com>
11776
11777         * gengtype-state.c (string_eq): New.
11778         (read_state): Use string_eq instead of strcmp when creating the
11779         state_ident_tab.
11780
11781 2011-04-19  Wei Guozhi  <carrot@google.com>
11782
11783         PR target/47855
11784         * config/arm/arm-protos.h (thumb1_legitimate_address_p): New prototype.
11785         * config/arm/arm.c (thumb1_legitimate_address_p): Remove the static
11786         linkage.
11787         * config/arm/constraints.md (Uu): New constraint.
11788         * config/arm/arm.md (*arm_movqi_insn): Compute attr "length".
11789
11790 2011-04-19  Tristan Gingold  <gingold@adacore.com>
11791
11792         * config.gcc (-*-*-*vms): Added.
11793         (alpha64-dec-*vms*,alpha*-dec-*vms*, ia64-hp-*vms*): Common
11794         definitions moved.
11795         * config/vms/vms-ld.c: New file.
11796         * config/vms/vms-ar.c: New file.
11797         * config/vms/t-vmsnative: New file.
11798
11799 2011-04-18  Xinliang David Li  <davidxl@google.com>
11800
11801         * final.c (dump_basic_block_info): Use ASM_COMMENT_START.
11802
11803 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
11804
11805         PR middle-end/48661
11806         * gimple-fold.c (gimple_get_virt_method_for_binfo): Return NULL
11807         if TREE_TYPE (v) is non-NULL.
11808
11809         * gimple-fold.c (gimple_get_virt_method_for_binfo): Renamed from
11810         gimple_get_virt_mehtod_for_binfo.
11811         * gimple.h (gimple_get_virt_method_for_binfo): Likewise.
11812         * ipa-cp.c (ipcp_process_devirtualization_opportunities): Adjust
11813         callers.
11814         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
11815
11816 2011-04-18  Michael Matz  <matz@suse.de>
11817             Steve Ellcey  <sje@cup.hp.com>
11818
11819         * expr.c (expand_expr_real_2) <CASE_CONVERT>: If OP0 is a constant,
11820         use its mode as source mode if it isn't VOIDmode.
11821
11822 2011-04-18  Dennis, CHENG Renquan  <crquan@fedoraproject.org>
11823
11824         * doc/passes.texi: Fill crossref nodes.
11825
11826 2011-04-18  Jim Meyering  <meyering@redhat.com>
11827
11828         Fix doubled-word typos in comments and strings
11829         * config/alpha/vms-unwind.h: s/for for/for/
11830         * config/arm/unwind-arm.h: Likewise.
11831         * config/microblaze/microblaze.c: Likewise.
11832         * config/sh/constraints.md: s/in in/in/
11833         * tree-cfg.c (verify_types_in_gimple_reference): Likewise.
11834
11835 2011-04-18  Uros Bizjak  <ubizjak@gmail.com>
11836
11837         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): Remove.
11838         (AVX_FLOAT_MODE_P): Ditto.
11839         (AVX128_VEC_FLOAT_MODE_P): Ditto.
11840         (AVX256_VEC_FLOAT_MODE_P): Ditto.
11841         (AVX_VEC_FLOAT_MODE_P): Ditto.
11842         * config/i386/i386.md (UNSPEC_MASKLOAD): Remove.
11843         (UNSPEC_MASKSTORE): Ditto.
11844         * config/i386/sse.md (<sse>_movmsk<ssemodesuffix><avxmodesuffix>):
11845         Merge from <sse>_movmsk<ssemodesuffix> and
11846         avx_movmsk<ssemodesuffix>256.  Use VF mode iterator.
11847         (*sse2_maskmovdqu): Merge with *sse2_maskmovdqu_rex64.  Use P mode
11848         iterator.
11849         (avx_maskload<ssemodesuffix><avxmodesuffix>): New expander.
11850         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Ditto.
11851         (*avx_maskmov<ssemodesuffix><avxmodesuffix>): New insn.
11852
11853 2011-04-18  Jan Hubicka  <jh@suse.cz>
11854
11855         * ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
11856
11857         * ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
11858         (want_inline_function_called_once_p): Break out the logic from
11859         ipa_inline.
11860         (edge_badness): Ensure that profile is not misupdated.
11861         (lookup_recursive_calls): Prioritize by call frequencies.
11862         (inline_small_functions): Move program size estimates here;
11863         actually process whole queue even when unit growth has been
11864         met. (to properly compute inline_failed reasons and for the
11865         case unit size decrease.) Revisit comments on recursive inlining.
11866         (ipa_inline): Remove unit summary code; first inline hot calls
11867         of functions called once, cold calls next.
11868         (order, nnodes): Remove unused variables.
11869         * Makefile.in (ipa-inline.o): No longer depent on ggc files.
11870         (GTFILES): Remove ipa-inline.c
11871         * sel-sched.c (fill_insns): Silence uninitialized var warning.
11872
11873 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
11874
11875         * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
11876
11877 2011-04-18  Jie Zhang  <jie@codesourcery.com>
11878             Richard Earnshaw  <rearnsha@arm.com>
11879
11880         * arm.c (neon_builtin_type_bits): Remove.
11881         (typedef enum neon_builtin_mode): New.
11882         (T_MAX): Don't define.
11883         (typedef enum neon_builtin_datum): Remove bits, codes[],
11884         num_vars and base_fcode.  Add mode, code and fcode.
11885         (VAR1, VAR2, VAR3, VAR4, VAR5, VAR6, VAR7, VAR8, VAR9
11886         VAR10): Change accordingly.
11887         (neon_builtin_data[]): Change accordingly
11888         (arm_init_neon_builtins): Change accordingly.
11889         (neon_builtin_compare): Remove.
11890         (locate_neon_builtin_icode): Remove.
11891         (arm_expand_neon_builtin): Change accordingly.
11892
11893         * arm.h (enum arm_builtins): Move to ...
11894         * arm.c (enum arm_builtins): ... here; and rearrange builtin code.
11895
11896         * arm.c (arm_builtin_decl): Declare.
11897         (TARGET_BUILTIN_DECL): Define.
11898         (enum arm_builtins): Correct ARM_BUILTIN_MAX.
11899         (arm_builtin_decls[]): New.
11900         (arm_init_neon_builtins): Store builtin declarations in
11901         arm_builtin_decls[].
11902         (arm_init_tls_builtins): Likewise.
11903         (arm_init_iwmmxt_builtins): Likewise.  Refactor initialization code.
11904         (arm_builtin_decl): New.
11905
11906 2011-04-18  Richard Guenther  <rguenther@suse.de>
11907
11908         * tree.c (upper_bound_in_type): Build properly canonicalized
11909         INTEGER_CSTs.
11910         (lower_bound_in_type): Likewise.
11911
11912 2011-04-18  Richard Guenther  <rguenther@suse.de>
11913
11914         * gimple.h (gimple_call_addr_fndecl): New function.
11915         (gimple_call_fndecl): Use it.
11916         * gimple-fold.c (gimple_fold_call): Fold away OBJ_TYPE_REFs
11917         for direct calls.
11918         * tree-ssa-ccp.c (ccp_fold_stmt): Remove OBJ_TYPE_REF folding.
11919         * tree-ssa-pre.c (eliminate): Also simplify indirect OBJ_TYPE_REFs.
11920
11921 2011-04-18  Richard Guenther  <rguenther@suse.de>
11922
11923         PR middle-end/48650
11924         * tree.c (build_string): STRING_CST is now derived from tree_typed.
11925
11926 2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
11927
11928         PR lto/48492
11929         * cfgexpand.c (expand_debug_expr) <VAR_DECL>: Return NULL for a
11930         DECL_IN_CONSTANT_POOL without RTL.
11931
11932 2011-04-18  Ulrich Weigand  <ulrich.weigand@linaro.org>
11933             Ira Rosen  <ira.rosen@linaro.org>
11934
11935         PR target/48252
11936         * config/arm/arm.c (neon_emit_pair_result_insn): Swap arguments
11937         to match neon_vzip/vuzp/vtrn_internal.
11938         * config/arm/neon.md (neon_vtrn<mode>_internal): Make both
11939         outputs explicitly dependent on both inputs.
11940         (neon_vzip<mode>_internal, neon_vuzp<mode>_internal): Likewise.
11941
11942 2011-04-18  Jakub Jelinek  <jakub@redhat.com>
11943
11944         PR tree-optimization/48616
11945         * tree-vect-stmts.c (vectorizable_shift): If SLP, determine
11946         whether the shift is by scalar or vector based on whether all SLP
11947         scalar stmts have the same rhs.
11948
11949 2011-04-17  Chung-Lin Tang  <cltang@codesourcery.com>
11950
11951         * config/arm/arm.c (neon_struct_mem_operand): Support POST_INC/PRE_DEC
11952         memory operands.
11953
11954 2011-04-17  Richard Sandiford  <rdsandiford@googlemail.com>
11955
11956         PR target/43700
11957         * config/mips/mips.c (mips_cfun_call_saved_reg_p): Handle global
11958         registers.
11959
11960 2011-04-17  Jan Hubicka  <jh@suse.cz>
11961
11962         * cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.
11963         * cgrpahunit.c (cgraph_finalize_function): Do not set
11964         finalized_by_frontend.
11965         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
11966         finalized_by_frontend.
11967
11968 2011-04-17  Jan Hubicka  <jh@suse.cz>
11969
11970         * cgraph.c (cgraph_clone_node): Do not handle vtable_method
11971         * cgraph.h (struct cgraph_local_info): Drop vtable_method.
11972         * cgraphunit.c (cgraph_copy_node_for_versioning): Drop vtable_method.
11973         * lto-cgraph.c (lto_output_node, input_overwrite_node): Drop vtable
11974         method.
11975         * gimple-fold.c (can_refer_decl_in_current_unit_p): Mention PR20991 in
11976         gimple-fold.c
11977         * varasm.c (mark_decl_referenced): Drop vtable_method handling code.
11978
11979 2011-04-17  Eric Botcazou  <ebotcazou@adacore.com>
11980
11981         PR lto/48538
11982         * lto-cgraph.c (merge_profile_summaries): Check that lto_file_data
11983         is non-null before accessing it.
11984         (input_cgraph): Remove trailing spaces.
11985
11986 2011-04-17  Revital Eres  <revital.eres@linaro.org>
11987
11988         * params.def (sms-min-sc): New param flag.
11989         * modulo-sched.c (sms_schedule): Use it.
11990         * doc/invoke.texi (sms-min-sc): Document it.
11991
11992 2011-04-17  Jan Hubicka  <jh@suse.cz>
11993
11994         * lto-symtab.c (lto_cgraph_replace_node): When call statement is
11995         present, also set gimple_call_set_cannot_inline.
11996         * ipa-inline.c: Update toplevel comment.
11997         (MAX_TIME): Remove.
11998         (cgraph_clone_inlined_nodes): Fix linebreaks.
11999         (cgraph_check_inline_limits): Restructure to ...
12000         (caller_growth_limits): ... this one; be more tolerant
12001         on growth in nested inline chains; add explanatory comment;
12002         fix stack accounting thinko introduced by previous patch.
12003         (cgraph_default_inline_p): Remove.
12004         (report_inline_failed_reason): New function.
12005         (can_inline_edge_p): New function.
12006         (can_early_inline_edge_p): New function.
12007         (leaf_node_p): Move upwards in file.
12008         (want_early_inline_function_p): New function.
12009         (want_inline_small_function_p): New function.
12010         (want_inline_self_recursive_call_p): New function.
12011         (cgraph_edge_badness): Rename to ...
12012         (edge_badness) ... this one; fix linebreaks.
12013         (update_edge_key): Update call of edge_baddness; add
12014         detailed dump about queue updates.
12015         (update_caller_keys): Use can_inline_edge_p and
12016         want_inline_small_function_p.
12017         (cgraph_decide_recursive_inlining): Rename to...
12018         (recursive_inlining): Use can_inline_edge_p and
12019         want_inline_self_recursive_call_p; simplify and remove no longer
12020         valid FIXME.
12021         (cgraph_set_inline_failed): Remove.
12022         (add_new_edges_to_heap): Use can_inline_edge_p and
12023         want_inline_small_function_p.
12024         (cgraph_decide_inlining_of_small_functions): Rename to ...
12025         (inline_small_functions): ... this one; cleanup; use
12026         can/want predicates; cleanup debug ouput; work edges till fibheap
12027         is exhausted and do not stop once unit growth is reached; remove
12028         later loop processing remaining edges.
12029         (cgraph_flatten): Rename to ...
12030         (flatten_function): ... this one; use can_inline_edge_p
12031         and can_early_inline_edge_p predicates.
12032         (cgraph_decide_inlining): Rename to ...
12033         (ipa_inline): ... this one; remove unreachable nodes before
12034         inlining functions called once; simplify the pass.
12035         (cgraph_perform_always_inlining): Rename to ...
12036         (inline_always_inline_functions): ... this one; use
12037         DECL_DISREGARD_INLINE_LIMITS; use can_inline_edge_p predicate.
12038         (cgraph_decide_inlining_incrementally): Rename to ...
12039         (early_inline_small_functions): ... this one; simplify
12040         using new predicates; cleanup; make dumps prettier.
12041         (cgraph_early_inlining): Rename to ...
12042         (early_inliner): newer inline regular functions into always-inlines;
12043         fix updating of call stmt summaries.
12044         (pass_early_inline): Update for new names.
12045         (inline_transform): Fix formating.
12046         (gate_cgraph_decide_inlining): Rename to ...
12047         (pass_ipa_inline): ... this one.
12048         * ipa-inline.h (inline_summary): Remove disregard_inline_limits.
12049         * ipa-inline-analysis.c (dump_inline_summary): Update.
12050         (compute_inline_parameters): Do not compute disregard_inline_limits;
12051         look for mismatching arguments.
12052         (estimate_growth): Fix handlig of non-trivial self recursion.
12053         (inline_read_summary): Do not read info->disregard_inline_limits.
12054         (inline_write_summary): Do not write info->disregard_inline_limits.
12055         * tree-inline.c (inline_forbidden_into_p, tree_can_inline_p): Remove
12056         and move all checks into can_inline_edge_p predicate; re-enable code
12057         comparing optimization levels.
12058         (expand_call_inline): Do not test inline_forbidden_into_p.
12059         * Makefile.in (ipa-inline.o): Update arguments.
12060
12061 2011-04-17  Revital Eres  <revital.eres@linaro.org>
12062
12063         * ddg.c (free_ddg_all_sccs): Free sccs field in struct ddg_all_sccs.
12064
12065 2011-04-17  Revital Eres  <revital.eres@linaro.org>
12066
12067         * modulo-sched.c (sms_schedule): Avoid unfreed memory when SMS fails.
12068
12069 2011-04-17  Michael Matz  <matz@suse.de>
12070
12071         PR tree-optimization/48622
12072         PR lto/48645
12073         * ipa-inline-analysis.c (inline_read_summary): Read size/time
12074         in same order as they're written.
12075
12076 2011-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12077
12078         * config/pa/predicates.md: Reorganize and simplify predicates.
12079         Eliminate duplicate code checks.
12080         (arith_operand): Rename to arith14_operand
12081         (reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
12082         * config/pa/pa.md: Use renamed operands.
12083         * config/pa/pa-protos.h (symbolic_operand): Delete declaration.
12084         (tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
12085         arith11_operand, adddi3_operand, indexed_memory_operand,
12086         symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
12087         arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
12088         borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
12089         move_dest_operand, move_src_operand, prefetch_cc_operand,
12090         prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
12091         uint32_operand, reg_before_reload_operand, reg_or_0_operand,
12092         reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
12093         div_operand, int5_operand, movb_comparison_operator,
12094         ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
12095         arith_double_operand, ireg_operand, lhs_lshift_operand,
12096         pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
12097         integer_store_memory_operand): Likewise.
12098         * config/pa/pa.c (adddi3_operand): Move to predicates.md.
12099         (integer_store_memory_operand, read_only_operand,
12100         function_label_operand, borx_reg_operand,
12101         non_hard_reg_operand): Likewise.
12102         (eq_neq_comparison_operator): Delete unused operator.
12103         (legitimize_pic_address): Use VOIDmode for mode argument in calls to
12104         function_label_operand.
12105         (emit_move_sequence): Likewise.
12106
12107 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
12108
12109         * config/i386/sse.md (sseunpackmode): New mode attribute.
12110         (ssepackmode): Ditto.
12111         (vec_pack_trunc_<mode>): Macroize expander from
12112         vec_pack_trunc_{v8hi,v4si,v2di} using VI248_128 mode iterator.
12113         (vec_unpacks_lo_<mode>): Macroize expander from
12114         vec_unpacks_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
12115         (vec_unpacks_hi_<mode>): Macroize expander from
12116         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
12117         (vec_unpacku_lo_<mode>): Macroize expander from
12118         vec_unpacku_lo_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
12119         (vec_unpacku_hi_<mode>): Macroize expander from
12120         vec_unpacks_hi_{v16qi,v8hi,v4si} using VI124_128 mode iterator.
12121         * config/i386/i386.c (ix86_expand_sse_unpack): Merge with
12122         ix86_expand_sse4_unpack.
12123         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): Remove.
12124
12125 2011-04-16  Jan Hubicka  <jh@suse.cz>
12126
12127         * cgraphbuild.c: Include ipa-inline.h.
12128         (reset_inline_failed): Use initialize_inline_failed.
12129         * cgraph.c: Include ipa-inline.h.
12130         (cgraph_create_node_1): Do not initialize estimated_growth.
12131         (initialize_inline_failed): More to ipa-inline-analysis.c
12132         (dump_cgraph_node): Do not dump inline flags.
12133         * cgraph.h (cgraph_local_info): Remove inlineable, versionable
12134         and disregard_inline_limits flags.
12135         (cgrpah_global_info): Remove estimated_stack_size, stack_frame_offset,
12136         time, size, estimated_growth.
12137         * ipa-cp.c (ipcp_versionable_function_p, ipcp_generate_summary):
12138         Update.
12139         * cgraphunit.c (cgraph_decide_is_function_needed): Use
12140         DECL_DISREGARD_INLINE_LIMITS.
12141         (cgraph_analyze_function): Do not initialize
12142         node->local.disregard_inline_limits.
12143         * lto-cgraph.c (lto_output_node, input_overwrite_node): Do not stream
12144         inlinable, versionable and disregard_inline_limits.
12145         * ipa-inline.c (cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
12146         cgraph_check_inline_limits, cgraph_default_inline_p,
12147         cgraph_edge_badness, update_caller_keys, update_callee_keys,
12148         add_new_edges_to_heap): Update.
12149         (cgraph_decide_inlining_of_small_function): Update; set
12150         CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
12151         (cgraph_decide_inlining, cgraph_edge_early_inlinable_p,
12152         cgraph_decide_inlining_incrementally): Update.
12153         * ipa-inline.h (inline_summary): Add inlinable, versionable,
12154         disregard_inline_limits, estimated_stack_size, stack_frame_offset,
12155         time, size and estimated_growth parameters.
12156         (estimate_edge_growth): Update.
12157         (initialize_inline_failed): Declare.
12158         * ipa-split.c: Include ipa-inline.h
12159         (execute_split_functions): Update.
12160         * ipa.c (cgraph_postorder): Use DECL_DISREGARD_INLINE_LIMITS.
12161         (cgraph_remove_unreachable_nodes): Do not clear inlinable flag.
12162         (record_cdtor_fn): Use DECL_DISREGARD_INLINE_LIMITS.
12163         * ipa-inline-analysis.c (inline_node_removal_hook): Update; set
12164         estimated_growth to INT_MIN.
12165         (inline_node_duplication_hook): Likewise.
12166         (dump_inline_summary): Dump new fields.
12167         (compute_inline_parameters): Update.
12168         (estimate_edge_time, estimate_time_after_inlining,
12169         estimate_size_after_inlining, estimate_growth, inline_read_summary,
12170         inline_write_summary):
12171         (initialize_inline_failed): Move here from cgraph.c.
12172         * tree-sra.c: Include ipa-inline.h.
12173         (ipa_sra_preliminary_function_checks): Update.
12174         * Makefile.in (cgraph.o, cgraphbuild.o): Add dependency on
12175         ipa-inline.h.
12176
12177 2011-04-16  Uros Bizjak  <ubizjak@gmail.com>
12178
12179         * config/i386/sse.md (V16): New mode iterator.
12180         (VI1, VI8): Ditto.
12181         (AVXMODEQI, AVXMODEDI): Remove.
12182         (sse2, sse3): New mode attribute.
12183         (mov<mode>): Use V16 mode iterator.
12184         (*mov<mode>_internal): Merge with *avx_mov<mode>_internal.
12185         (push<mode>1): Use V16 mode iterator.
12186         (movmisalign<mode>): Ditto.
12187         (<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
12188         <sse>_movu<ssemodesuffix> and avx_movu<ssemodesuffix><avxmodesuffix>.
12189         (*<sse>_movu<ssemodesuffix><avxmodesuffix>): Merge from
12190         *<sse>_movu<ssemodesuffix> and *avx_movu<ssemodesuffix><avxmodesuffix>.
12191         (<sse2>_movdqu<avxmodesuffix>): Merge from sse2_movdqu and
12192         avx_movdqu<avxmodesuffix>.
12193         (*<sse2>_movdqu<avxmodesuffix>): Merge from *sse2_movdqu and
12194         *avx_movdqu<avxmodesuffix>.
12195         (<sse3>_lddqu<avxmodesuffix>) Merge from sse3_lddqu and
12196         avx_lddqu<avxmodesuffix>.
12197         (<sse>_movnt<mode>): Merge with avx_movnt<AVXMODEF2P:mode>.
12198         (<sse2>_movnt<mode>): Merge from sse2_movntv2di and
12199         avx_movnt<AVXMODEDI:mode>.
12200         * config/i386/i386.c (ix86_expand_vector_move_misalign): Update for
12201         renamed sse_movups, sse2_movupd and sse2_movdqu patterns.
12202
12203 2011-04-16  Bernd Schmidt  <bernds@codesourcery.com>
12204
12205         PR target/48629
12206         * haifa-sched.c (prune_ready_list, schedule_block): Use
12207         sched_pressure_p rather than flag_sched_pressure.
12208
12209 2011-04-15  Pat Haugen  <pthaugen@us.ibm.com>
12210
12211         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
12212         cgraph_get_node instead of cgraph_get_create_node.
12213
12214 2011-04-15  Jakub Jelinek  <jakub@redhat.com>
12215
12216         * cfgexpand.c (expand_debug_expr): Use
12217         simplify_gen_{unary,binary,ternary} instead of gen_rtx_*.
12218
12219 2011-04-15  Michael Matz  <matz@suse.de>
12220
12221         * tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
12222         * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P.
12223         * function.c (gimplify_parameters): Ditto.
12224         * gimplify.c (gimplify_vla_decl): Ditto.
12225
12226         * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR.
12227         (gimple_call_set_alloca_for_var): New inline function.
12228         (gimple_call_alloca_for_var_p): Ditto.
12229         * gimple.c (gimple_build_call_from_tree): Remember
12230         CALL_ALLOCA_FOR_VAR_P state.
12231         * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state.
12232
12233         * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca
12234         calls if they were for VLA objects.
12235
12236 2011-04-15  Martin Jambor  <mjambor@suse.cz>
12237
12238         * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling
12239         of ADR_EXPRs.
12240
12241 2011-04-15  Martin Jambor  <mjambor@suse.cz>
12242
12243         PR middle-end/48601
12244         * tree-emutls.c (lower_emutls_function_body): Call
12245         cgraph_get_create_node instead of cgraph_get_node.  Do not assert the
12246         result is non-NULL.
12247
12248 2011-04-15  Nicola Pero  <nicola.pero@meta-innovation.com>
12249
12250         * c-decl.c (detect_field_duplicates): Call
12251         objc_detect_field_duplicates instead of objc_get_interface_ivars.
12252
12253 2011-04-15  Nathan Froyd  <froydnj@codesourcery.com>
12254
12255         * gimple.h (gimple_asm_clobbers_memory_p): Declare.
12256         * gimple.c (gimple_asm_clobbers_memory_p): Define.
12257         * ipa-pure-const.c (check_stmt): Call it.
12258         * tree-ssa-operands.c (get_asm_expr_operands): Likewise.
12259
12260 2011-04-15  Richard Guenther  <rguenther@suse.de>
12261
12262         PR tree-optimization/48290
12263         * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants.
12264         Properly decide inhibiting propagation based on the valueized
12265         operand.  Do loop-closed SSA form preserving here ...
12266         (init_copy_prop): ... not here.
12267
12268 2011-04-15  H.J. Lu  <hongjiu.lu@intel.com>
12269
12270         PR target/48612
12271         * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics.
12272         (*ieee_smax<mode>3): Likewise.
12273
12274 2011-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12275
12276         * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2):
12277         Replace match_operand with match_dup for the third operand in
12278         these expanders.
12279
12280 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
12281
12282         * combine.c (subst, combine_simlify_rtx): Add new argument, use it
12283         to track processing of conditionals.  Update all callers.
12284         (try_combine, simplify_if_then_else): Update.
12285
12286 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
12287
12288         * config/m68k/m68k.c (m68k_sched_variable_issue): Handle
12289         -fsched-pressure.
12290
12291 2011-04-15  Georg-Johann Lay  <avr@gjlay.de>
12292
12293         * config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
12294         instead of match_operand for operand 3.
12295
12296 2011-04-15  Richard Sandiford  <richard.sandiford@linaro.org>
12297
12298         * recog.h (insn_operand_data): Add an "allows_mem" field.
12299         * genoutput.c (output_operand_data): Initialize it.
12300         * optabs.c (maybe_legitimize_operand_same_code): New function.
12301         (maybe_legitimize_operand): Use it when matching the original
12302         op->value.
12303
12304 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
12305
12306         * gimplify.c: Fix issues in comments throughout.
12307         (voidify_wrapper_expr): Fix long line.
12308         (build_stack_save_restore): Likewise.
12309         (gimplify_loop_expr): Likewise.
12310         (gimplify_compound_lval): Likewise.
12311         (gimplify_init_ctor_eval): Likewise.
12312         (gimplify_modify_expr_rhs): Likewise.
12313         (omp_notice_threadprivate_variable): Likewise.
12314
12315 2011-04-15  Eric Botcazou  <ebotcazou@adacore.com>
12316
12317         * cfgexpand.c (expand_call_stmt): Convert the function type to the
12318         original one if this is not a builtin function.
12319
12320 2011-04-14  Jakub Jelinek  <jakub@redhat.com>
12321
12322         PR target/48605
12323         * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM,
12324         offset it as needed based on top 2 bits in operands[3], change
12325         MEM mode to SFmode and mask those 2 bits away from operands[3].
12326
12327 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
12328
12329         * c-parser.c (c_parser_objc_protocol_definition): Updated for
12330         change from objc_declare_protocols() to objc_declare_protocol().
12331
12332 2011-04-14  Uros Bizjak  <ubizjak@gmail.com>
12333
12334         * config/i386/sse.md (sse4_1): New mode attribute.
12335         (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from
12336         avx_blend<ssemodesuffix><avxmodesuffix> and
12337         sse4_1_blend<ssemodesuffix> using VF mode iterator.
12338         (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from
12339         avx_blendv<ssemodesuffix><avxmodesuffix> and
12340         sse4_1_blendv<ssemodesuffix> using VF mode iterator.
12341         (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from
12342         avx_dp<ssemodesuffix><avxmodesuffix> and
12343         sse4_1_dp<ssemodesuffix> using VF mode iterator.
12344         (sse4_1_mpsadbw): Merge with *avx_mpsadbw.
12345         (sse4_1_packusdw): Merge with *avx_packusdw.
12346         (sse4_1_pblendvb): Merge with *avx_pblendvb.
12347         (sse4_1_pblendw): Merge with *avx_pblendw.
12348         (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator.
12349         (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from
12350         avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using
12351         VF mode iterator.
12352         (sse4_1_round<ssescalarmodesuffix>): Merge with
12353         *avx_round<ssescalarmodesuffix>.
12354         (aesenc): Merge with *avx_aesenc.
12355         (aesenclast): Merge with *avx_aesenclast.
12356         (aesdec): Merge with *avx_aesdec.
12357         (aesdeclast): Merge with *avx_aesdeclast.
12358         (pclmulqdq): Merge with *pclmulqdq.
12359         * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx):
12360         New predicate.
12361         (nonimm_not_xmm0_operand_maybe_avx): Ditto.
12362
12363 2011-04-14  H.J. Lu  <hongjiu.lu@intel.com>
12364
12365         PR middle-end/48608
12366         * cfgexpand.c (get_decl_align_unit): Renamed to ...
12367         (align_local_variable): This.  Update DECL_ALIGN.
12368         (add_stack_var): Updated.
12369         (expand_one_stack_var): Likewise.
12370
12371 2011-04-14  Richard Guenther  <rguenther@suse.de>
12372
12373         * tree-ssa-dse.c (struct dse_global_data, struct dse_block_local_data):
12374         Remove.
12375         (dse_initialize_block_local_data, dse_leave_block,
12376         record_voperand_set, get_stmt_uid): Likewise.
12377         (dse_possible_dead_store_p): Allow any kind of killing stmt.
12378         (dse_optimize_stmt): Remove voperand set handling code.
12379         Simplify and improve to handle any kind of killing stmt.
12380         (dse_record_phi): Remove.
12381         (dse_enter_block): Simplify.
12382         (tree_ssa_dse): Likewise.
12383         * tree-ssa-alias.c (stmt_kills_ref_p_1): Handle some builtins.
12384
12385 2011-04-14  Jan Hubicka  <jh@suse.cz>
12386
12387         * cgraph.c (dump_cgraph_node): Do not dump inline summaries.
12388         * cgraph.h (struct inline_summary): Move to ipa-inline.h
12389         (cgraph_local_info): Remove inline_summary.
12390         * ipa-cp.c: Include ipa-inline.h.
12391         (ipcp_cloning_candidate_p, ipcp_estimate_growth,
12392         ipcp_estimate_cloning_cost, ipcp_insert_stage): Use inline_summary
12393         accesor.
12394         * lto-cgraph.c (lto_output_node): Do not stream inline summary.
12395         (input_overwrite_node): Do not set inline summary.
12396         (input_node): Do not stream inline summary.
12397         * ipa-inline.c (cgraph_decide_inlining): Dump inline summaries.
12398         (cgraph_decide_inlining_incrementally): Do not try to estimate overall
12399         growth; we do not have inline parameters computed for that anyway.
12400         (cgraph_early_inlining): After inlining compute call_stmt_sizes.
12401         * ipa-inline.h (struct inline_summary): Move here from ipa-inline.h
12402         (inline_summary_t): New type and VECtor.
12403         (debug_inline_summary, dump_inline_summaries): Declare.
12404         (inline_summary): Use VOCtor.
12405         (estimate_edge_growth): Kill hack computing call stmt size directly.
12406         * lto-section-in.c (lto_section_name): Add inline section.
12407         * ipa-inline-analysis.c: Include lto-streamer.h
12408         (node_removal_hook_holder, node_duplication_hook_holder): New holders
12409         (inline_node_removal_hook, inline_node_duplication_hook): New functions.
12410         (inline_summary_vec): Define.
12411         (inline_summary_alloc, dump_inline_summary, debug_inline_summary,
12412         dump_inline_summaries): New functions.
12413         (estimate_function_body_sizes): Properly compute size/time of outgoing
12414         calls.
12415         (compute_inline_parameters): Alloc inline_summary; do not compute
12416         size/time of incomming calls.
12417         (estimate_edge_time): Avoid missing time summary hack.
12418         (inline_read_summary): Read inline summary info.
12419         (inline_write_summary): Write inline summary info.
12420         (inline_free_summary): Free all hooks and inline summary vector.
12421         * lto-streamer.h: Add LTO_section_inline_summary section.
12422         * Makefile.in (ipa-cp.o, ipa-inline-analysis.o): Update dependencies.
12423         * ipa.c (cgraph_remove_unreachable_nodes): Fix dump file formating.
12424
12425 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
12426
12427         * tree-vectorizer.h (vect_strided_store_supported): Add a
12428         HOST_WIDE_INT argument.
12429         (vect_strided_load_supported): Likewise.
12430         (vect_permute_store_chain): Return void.
12431         (vect_transform_strided_load): Likewise.
12432         (vect_permute_load_chain): Delete.
12433         * tree-vect-data-refs.c (vect_strided_store_supported): Take a
12434         count argument.  Check that the count is a power of two.
12435         (vect_strided_load_supported): Likewise.
12436         (vect_permute_store_chain): Return void.  Update after above changes.
12437         Assert that the access is supported.
12438         (vect_permute_load_chain): Likewise.
12439         (vect_transform_strided_load): Return void.
12440         * tree-vect-stmts.c (vectorizable_store): Update calls after
12441         above interface changes.
12442         (vectorizable_load): Likewise.
12443         (vect_analyze_stmt): Don't check for strided powers of two here.
12444
12445 2011-04-14  Richard Guenther  <rguenther@suse.de>
12446
12447         PR tree-optimization/48590
12448         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
12449         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
12450         (call_may_clobber_ref_p_1): Handle BUILT_IN_ALLOCA and
12451         BUILT_IN_STACK_SAVE.
12452         * tree-ssa-dce.c (propagate_necessity): Handle
12453         BUILT_IN_ALLOCA, BUILT_IN_STACK_SAVE and BUILT_IN_STACK_RESTORE.
12454
12455 2011-04-14  Nicola Pero  <nicola.pero@meta-innovation.com>
12456
12457         * c-parser.c (c_parser_objc_class_declaration): Updated call to
12458         objc_declare_class.
12459
12460 2011-04-14  Richard Guenther  <rguenther@suse.de>
12461
12462         * tree.h (get_object_alignment_1): Declare.
12463         * builtins.c (get_object_alignment_1): Split out worker from ...
12464         (get_object_alignment): ... here.
12465         * fold-const.c (get_pointer_modulus_and_residue): Use
12466         get_object_alignment_1.
12467
12468 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
12469
12470         * tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra
12471         type parameter.
12472         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add an aggr_type
12473         parameter.  Generalise code to handle arrays as well as vectors.
12474         (vect_setup_realignment): Update accordingly.
12475         * tree-vect-stmts.c (vectorizable_store): Likewise.
12476         (vectorizable_load): Likewise.
12477
12478 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
12479
12480         * tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain
12481         within the per-copy loop.
12482
12483 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
12484
12485         * tree-vect-stmts.c (vectorizable_load): Print the number of copies
12486         in the dump file.
12487
12488 2011-04-14  Richard Sandiford  <richard.sandiford@linaro.org>
12489
12490         * doc/options.texi (Negative): Explicitly mention that the
12491         Negative chain must be circular.
12492
12493 2011-04-14  Nathan Froyd  <froydnj@codesourcery.com>
12494
12495         * function.h (block_chainon): Declare.
12496         * function.c (block_chainon): Define.
12497
12498 2011-04-14  Anatoly Sokolov  <aesok@post.ru>
12499             Eric Weddington  <eric.weddington@atmel.com>
12500             Georg-Johann Lay  <avr@gjlay.de>
12501
12502         * config/avr/avr.c ("insn-codes.h", "optabs.h", "langhooks.h"):
12503         New Includes
12504         (avr_init_builtins, avr_expand_builtin,
12505         avr_expand_delay_cycles, avr_expand_unop_builtin,
12506         avr_expand_binop_builtin ): New functions.
12507         (avr_builtin_id): New enum
12508         (struct avr_builtin_description): New struct
12509         (bdesc_1arg, bdesc_2arg): New arrays describing some RTL builtins.
12510         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
12511
12512         * config/avr/avr.md (UNSPEC_FMUL, UNSPEC_FMULS, UNSPEC_FMULSU,
12513         UNSPECV_ENABLE_IRQS, UNSPECV_NOP, UNSPECV_SLEEP, UNSPECV_WDR,
12514         UNSPECV_DELAY_CYCLES): new enumeration values
12515         (UNSPEC_SEI, UNSPEC_CLI): Remove enumeration values
12516         ("enable_interrupt"): Use UNSPECV_ENABLE_IRQS
12517         ("disable_interrupt"): Use UNSPECV_ENABLE_IRQS
12518         ("*rotlqi3_4"): rename insn to "rotlqi3_4"
12519         ("delay_cycles_1", "delay_cycles_2", "delay_cycles_3",
12520         "delay_cycles_4", "nopv", "sleep", "wdr", "fmul", "fmuls",
12521         "fmulsu"): New insns
12522
12523         * config/avr/avr-c.c: fix line endings
12524         (avr_cpu_cpp_builtins): New builtin defines: __BUILTIN_AVR_NOP,
12525         __BUILTIN_AVR_SEI, __BUILTIN_AVR_CLI, __BUILTIN_AVR_WDR,
12526         __BUILTIN_AVR_SLEEP, __BUILTIN_AVR_SWAP,
12527         __BUILTIN_AVR_DELAY_CYCLES, __BUILTIN_AVR_FMUL,
12528         __BUILTIN_AVR_FMULS, __BUILTIN_AVR_FMULSU.
12529
12530         * doc/extend.texi (AVR Built-in Functions): New node
12531         (Target Builtins): Add documentation of AVR
12532         built-in functions.
12533
12534 2011-04-14  Georg-Johann Lay  <avr@gjlay.de>
12535
12536         PR target/44643
12537         * config/avr/avr.c (avr_insert_attributes): Leave TREE_READONLY
12538         alone. Error if non-const data has attribute progmem.
12539
12540 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
12541
12542         * tree.h (struct tree_constructor): Include tree_typed instead of
12543         tree_common.
12544         * tree.c (initialize_tree_contains_struct): Mark TS_CONSTRUCTOR as
12545         TS_TYPED instead of TS_COMMON.
12546
12547 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
12548
12549         * config/i386/sse.md (*sse2_uavgv16qi3): Merge with *avx_uavgv16qi3.
12550         (*sse2_uavgv8hi3): Merge with *avx_uavgv8hi3.
12551         (sse2_psadbw): Merge with *avx_psadbw.
12552         (ssse3_phaddwv8hi3): Merge with *avx_phaddwv8hi3.
12553         (ssse3_phadddv4si3): Merge with *avx_phadddv4si3.
12554         (ssse3_phaddswv8hi3): Merge with *avx_phaddswv8hi3.
12555         (ssse3_phsubwv8hi3): Merge with *avx_phsubwv8hi3.
12556         (ssse3_phsubdv4si3): Merge with *avx_phsubdv4si3.
12557         (ssse3_phsubswv8hi3): Merge with *avx_phsubswv8hi3.
12558         (ssse3_pmaddubsw128): Merge with *avx_pmaddubsw128.
12559         (*ssse3_pmulhrswv8hi3): Merge with *avx_pmulhrswv8hi3.
12560         (ssse3_pshufbv16qi3): Merge with *avx_pshufbv16qi3.
12561         (ssse3_psign<mode>3): Merge with *avx_psign<mode>3.
12562         (ssse3_palignrti): Merge with *avx_palignrti.
12563
12564 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
12565
12566         * tree-flow.h (struct gimple_df): Make free_ssanames a VEC.
12567         * tree-ssanames.c (fini_ssanames): VEC_free it.
12568         (make_ssa_name_fn): Update for VECness of free_ssanames.
12569         (release_ssa_name, release_dead_ssa_names): Likewise.
12570         * tree.h (struct tree_ssa_name): Include tree_typed instead of
12571         tree_common.
12572         * tree.c (initialize_tree_contains_struct): Mark TS_SSA_NAME as
12573         TS_TYPED instead of TS_COMMON.
12574
12575 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
12576
12577         * postreload-gcse.c (gcse_after_reload_main): Add calls to
12578         statistics_counter_event.
12579         * tree-ssa-copyrename.c (stats): Define.
12580         (rename_ssa_copies): Count coalesced SSA_NAMEs.  Add call to
12581         statistics_counter_event.
12582         * tree-ssa-math-opts.c (reciprocal_stats, sincos_stats): Define.
12583         (bswap_stats, widen_mul_stats): Define.
12584         (insert_reciprocals): Increment rdivs_inserted.
12585         (execute_cse_reciprocals): Zeroize reciprocal_stats.  Increment
12586         rfuncs_inserted.  Add calls to statistics_counter_event.
12587         (execute_cse_sincos_1): Increment inserted.
12588         (execute_cse_sincos): Zeroize sincos_stats.  Add call to
12589         statistics_counter_event.
12590         (execute_optimize_bswap): Zeroize bswap_stats.  Increment fields
12591         of bswap_stats.  Add calls to statistics_counter_event.
12592         (convert_mult_to_widen): Increment widen_mults_inserted.
12593         (convert_plusminus_to_widen): Increment maccs_inserted.
12594         (convert_mult_to_fma): Increment fmas_inserted.
12595         (execute_optimize_widening_mul): Zeroize widen_mul_stats.  Add
12596         calls to statistics_counter_event.
12597
12598 2011-04-13  Vladimir Makarov  <vmakarov@redhat.com>
12599
12600         PR rtl-optimization/48455
12601         * ira-costs.c (find_costs_and_classes): Use i_mem_cost instead of
12602         `temp_costs->mem_cost'.
12603
12604 2011-04-13  Jan Hubicka  <jh@suse.cz>
12605
12606         * ipa-inline.h: New file.
12607         * ipa-inline-analysis.c: New file. Broken out of ...
12608         * ipa-inline.c: ... this file; update toplevel comment;
12609         include ipa-inline.h
12610         (inline_summary): Move to ipa-inline.h
12611         (cgraph_estimate_edge_time): Rename to estimate_edge_time; move to
12612         ipa-inline-analysis.c.
12613         (cgraph_estimate_time_after_inlining): Rename to
12614         estiamte_time_after_inlining; move to ipa-inline-analysis.c
12615         (cgraph_estimate_edge_growth): Move to ipa-inline-analysis.c; rename
12616         to estimate_edge_growth.
12617         (cgraph_estimate_size_after_inlining): Move to ipa-inline-analysis.c;
12618         rename to estimate_size_after_inlining.
12619         (cgraph_mark_inline_edge): Update for new naming convention.
12620         (cgraph_check_inline_limits): Likewise.
12621         (cgraph_edge_badness): Likewise.
12622         (cgraph_decide_recursive_inlining): Likewise.
12623         (cgraph_decide_inlining_of_small_functions): Likewise.
12624         (cgraph_decide_inlining_incrementally): Likewise.
12625         (cgraph_estimate_growth): Rename to estimate_growth; move to
12626         ipa-inline-analysis.c.
12627         (eliminated_by_inlining_prob): Move to ipa-inline-analysis.c.
12628         (estimate_function_body_sizes): Move to ipa-inline-analysis.c.
12629         (compute_inline_parameters): Likewise.
12630         (compute_inline_parameters_for_current): Likewise.
12631         (pass_inline_parameters): Likewise.
12632         (inline_indirect_intraprocedural_analysis): Likewise.
12633         (analyze_function): Rename to inline_analyze_function; likewise.
12634         (add_new_function): Move to ipa-inline-analysis.c.
12635         (inline_generate_summary): Likewise.
12636         (inline_read_summary): Likewise.
12637         (inline_write_summary): Likewise.
12638         * Makefile.in (ipa-inline-analysis.c): New file.
12639
12640 2011-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12641
12642         * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
12643         * configure: Regenerate.
12644
12645 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
12646
12647         * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
12648         instead of tree_common.
12649         (struct tree_fixed_cst, struct tree_string, struct tree_complex):
12650         Likewise.
12651         * tree.c (initialize_tree_contains_struct): Mark such nodes as being
12652         TS_TYPED rather than TS_COMMON.
12653         * print-tree.c (print_node) [STRING_CST]: Don't print TREE_CHAIN.
12654
12655 2011-04-01  Georg-Johann Lay  <avr@gjlay.de>
12656
12657         PR target/45263
12658         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use
12659         r20 around calls of __tablejump_elpm__
12660
12661 2011-04-13  Jakub Jelinek  <jakub@redhat.com>
12662
12663         PR middle-end/48591
12664         * omp-low.c (expand_omp_atomic_fetch_op): Return false if decl is
12665         NULL.
12666         (expand_omp_atomic_pipeline): Return false if cmpxchg is NULL.
12667
12668 2011-04-13  Bernd Schmidt  <bernds@codesourcery.com>
12669
12670         * dwarf2out.c (struct dw_cfi_struct): Remove member dw_cfi_next.
12671         (dw_cfi_ref): Add DEF_VEC_P and some DEF_VEC_ALLOC_Ps.
12672         (cfi_vec): New typedef.
12673         (struct dw_fde_struct): Make dw_fde_cfi a cfi_vec. Replace
12674         dw_fde_switch_cfi with an integer dw_fde_switch_cfi_index.
12675         (cie_cfi_vec): New static variable.
12676         (cie_cfi_head): Delete.
12677         (add_cfi): Accept a cfi_vec * as first argument. All callers and
12678         declaration changed. Use vector rather than list operations.
12679         (new_cfi): Don't initialize the dw_cfi_next field.
12680         (add_fde_cfi): Allocate cie_cfi_vec if necessary. Use vector
12681         rather than list operations.
12682         (lookup_cfa): Use vector rather than list operations.
12683         (output_cfis): New argument upto. Accept a cfi_vec rather than
12684         a dw_cfi_ref list head as argument. All callers changed.
12685         Iterate over the vector using upto as a maximum index.
12686         (output_all_cfis): New static function.
12687         (output_fde): Use vector rather than list operations. Use the
12688         new upto argument for output_cfis rather than manipulating a
12689         list.
12690         (dwarf2out_begin_prologue): Change initializations to match
12691         new struct members.
12692         (dwarf2out_switch_text_section): Initialize dw_fde_switch_cfi_index
12693         from the vector length rather than searching for the end of a list.
12694         Use output_all_cfis.
12695         (convert_cfa_to_fb_loc_list): Use vector rather than list operations.
12696
12697 2011-04-13  Nick Clifton  <nickc@redhat.com>
12698
12699         * config/rx/rx.md (movmemsi): Do not use this pattern when
12700         volatile pointers are involved.
12701
12702 2011-04-13  Uros Bizjak  <ubizjak@gmail.com>
12703
12704         * config/i386/sse.md (pinsrbits): Remove.
12705         (sse2_packsswb): Merge with *avx_packsswb.
12706         (sse2_packssdw): Merge with *avx_packssdw.
12707         (sse2_packuswb): Merge with *avx_packuswb.
12708         (vec_interleave_highv16qi): Merge with *avx_interleave_highv16qi.
12709         (vec_interleave_lowv16qi): Merge with *avx_interleave_lowv16qi.
12710         (vec_interleave_highv8hi): Merge with *avx_interleave_highv8hi.
12711         (vec_interleave_lowv8hi): Merge with *avx_interleave_lowv8hi.
12712         (vec_interleave_highv4si): Merge with *avx_interleave_highv4si.
12713         (vec_interleave_lowv4si): Merge with *avx_interleave_lowv4si.
12714         (*sse4_1_pinsrb): Merge with *avx_pinsr<ssevecsize>.
12715         (*sse2_pinsrw): Merge with *avx_pinsr<ssevecsize>.
12716         (*sse4_1_pinsrd): Merge with *avx_pinsr<ssevecsize>.
12717         (*sse4_1_pinsrq): Merge with *avx_pinsrq.
12718         (sse2_loadld): Merge with *avx_loadld.
12719         (*vec_extractv2di_1_rex64): Merge with *vec_extractv2di_1_rex64_avx.
12720         (*vec_extractv2di_1_sse2): Merge with *vec_extractv2di_1_avx.
12721         (*vec_concatv2si_sse4_1): Merge with *vec_concatv2si_avx.
12722         (*vec_concatv2di_rex64_sse4_1): Merge with *vec_concatv2di_rex64_avx.
12723         (vec_concatv2di): Merge with *vec_concatv2di_avx.
12724
12725 2011-04-12  Nathan Froyd  <froydnj@codesourcery.com>
12726
12727         * c-decl.c (union lang_tree_node): Check for TS_COMMON before
12728         calling TREE_CHAIN.
12729         * print-tree.c (print_node): Likewise.
12730         * tree-inline.c (copy_tree_r): Likewise.
12731         * c-lang.c (LANG_HOOKS_INIT_TS): Define.
12732         * lto-streamer-in.c (lto_input_tree_pointers): Check for TS_TYPED
12733         instead of TS_COMMON.
12734         * lto-streamer-out.c (lto_output_tree_pointers): Likewise.
12735         * tree.c (initialize_tree_contains_struct): Handle TS_TYPED.
12736         (copy_node_stat): Zero TREE_CHAIN only if necessary.
12737         (MARK_TS_BASE, MARK_TS_TYPED, MARK_TS_COMMON): Move these...
12738         (MARK_TS_DECL_COMMON, MARK_TS_DECL_COMMON, MARK_TS_DECL_WRTL):
12739         ...and these...
12740         (MARK_TS_DECL_WITH_VIS, MARK_TS_DECL_NON_COMMON): ...and these...
12741         * tree.h: ...here.
12742         (TREE_CHAIN): Check for a TS_COMMON structure.
12743         (TREE_TYPE): Check for a TS_TYPED structure.
12744
12745 2011-04-12  Pat Haugen  <pthaugen@us.ibm.com>
12746
12747         * config/rs6000/rs6000.c (call_ABI_of_interest): Call
12748         cgraph_get_create_node instead of cgraph_node.
12749
12750 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
12751
12752         * c-parser.c (c_parser_initelt): Updated call to
12753         objc_build_message_expr.
12754         (c_parser_postfix_expression): Likewise.
12755
12756 2011-04-12  Kai Tietz  <ktietz@redhat.com>
12757
12758         * config/i386/mingw32.h (TARGET_SUBTARGET_DEFAULT): Add
12759         MASK_MS_BITFIELD_LAYOUT bit.
12760
12761 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
12762
12763         * combine.c (update_cfg_for_uncondjump): Instead of testing at_end
12764         assert it is always true.
12765         (try_combine): Don't call update_cfg_for_uncondjump for noop non-jump
12766         moves.
12767
12768 2011-04-12  Nicola Pero  <nicola.pero@meta-innovation.com>
12769
12770         * c-parser.c (c_lex_one_token): Rewritten conditional used when
12771         compiling Objective-C to be more efficient.
12772
12773 2011-04-12  Axel Freyn  <axel-freyn@gmx.de>
12774
12775         * opts-common.c (decode_cmdline_options_to_array): Remove variable
12776         argv_copied.
12777
12778 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
12779
12780         * recog.h, genoutput.c, optabs.c: Revert last patch.
12781
12782 2011-04-12  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
12783
12784         PR target/48090
12785         * config/arm/arm.md (*arm_negdi2): Fix early clobber constraints.
12786
12787 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
12788
12789         * recog.h (insn_operand_data): Add an "allows_mem" field.
12790         * genoutput.c (output_operand_data): Initialize it.
12791         * optabs.c (maybe_legitimize_operand_same_code): New function.
12792         (maybe_legitimize_operand): Use it when matching the original
12793         op->value.
12794
12795 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
12796
12797         * genpreds.c (process_define_predicate): Move most processing
12798         to gensupport.c.  Continue to validate the expression.
12799         * genrecog.c (did_you_mean_codes, compute_predicate_codes)
12800         (process_define_predicate): Move processing to gensupport.c.
12801         (main): Remove DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE cases.
12802         * gensupport.c (did_you_mean_codes): Moved from genrecog.c.
12803         (compute_predicate_codes): Moved from genrecog.c.  Add lineno
12804         argument.
12805         (valid_predicate_name_p): New function, split out from old
12806         genpreds.c:process_define_predicate.
12807         (process_define_predicate): New function, combining code from
12808         old genpreds.c and genrecog.c functions.
12809         (process_rtx): Call it for DEFINE_PREDICATE and
12810         DEFINE_SPECIAL_PREDICATE.
12811
12812 2011-04-12  Richard Sandiford  <richard.sandiford@linaro.org>
12813
12814         * config/arm/arm.c (arm_print_operand): Use MEM_SIZE to get the
12815         size of a '%A' memory reference.
12816         (T_DREG, T_QREG): New neon_builtin_type_bits.
12817         (arm_init_neon_builtins): Assert that the load and store operands
12818         are neon_struct_operands.
12819         (locate_neon_builtin_icode): Provide the neon_builtin_type_bits.
12820         (NEON_ARG_MEMORY): New builtin_arg.
12821         (neon_dereference_pointer): New function.
12822         (arm_expand_neon_args): Add a neon_builtin_type_bits argument.
12823         Handle NEON_ARG_MEMORY.
12824         (arm_expand_neon_builtin): Update after above interface changes.
12825         Use NEON_ARG_MEMORY for loads and stores.
12826         * config/arm/predicates.md (neon_struct_operand): New predicate.
12827         * config/arm/iterators.md (V_two_elem): Tweak formatting.
12828         (V_three_elem): Use BLKmode for accesses that have no associated mode.
12829         (V_four_elem): Tweak formatting.
12830         * config/arm/neon.md (neon_vld1<mode>, neon_vld1_dup<mode>)
12831         (neon_vst1_lane<mode>, neon_vst1<mode>, neon_vld2<mode>)
12832         (neon_vld2_lane<mode>, neon_vld2_dup<mode>, neon_vst2<mode>)
12833         (neon_vst2_lane<mode>, neon_vld3<mode>, neon_vld3_lane<mode>)
12834         (neon_vld3_dup<mode>, neon_vst3<mode>, neon_vst3_lane<mode>)
12835         (neon_vld4<mode>, neon_vld4_lane<mode>, neon_vld4_dup<mode>)
12836         (neon_vst4<mode>): Replace pointer operand with a memory operand.
12837         Use %A in the output template.
12838         (neon_vld3qa<mode>, neon_vld3qb<mode>, neon_vst3qa<mode>)
12839         (neon_vst3qb<mode>, neon_vld4qa<mode>, neon_vld4qb<mode>)
12840         (neon_vst4qa<mode>, neon_vst4qb<mode>): Likewise, but halve
12841         the width of the memory access.  Remove post-increment.
12842         * config/arm/neon-testgen.ml: Allow addresses to have an alignment.
12843
12844 2011-04-12  Nick Clifton  <nickc@redhat.com>
12845
12846         * config/v850/v850.c (expand_prologue): Do not use the CALLT
12847         instruction for interrupt handlers if the target is the basic V850
12848         architecture.
12849         (expand_epilogue): Likewise.
12850
12851 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
12852
12853         PR rtl-optimization/48549
12854         * combine.c (propagate_for_debug): Also stop after BB_END of
12855         this_basic_block.  Process LAST and just stop processing after it.
12856         (combine_instructions): If last_combined_insn has been deleted,
12857         set last_combined_insn to its PREV_INSN.
12858
12859 2011-04-12  Richard Guenther  <rguenther@suse.de>
12860
12861         PR tree-optimization/46076
12862         * gimple.h (struct gimple_statement_call): Add fntype field.
12863         (gimple_call_fntype): Adjust.
12864         (gimple_call_set_fntype): New function.
12865         * gimple.c (gimple_build_call_1): Set the call function type.
12866         * gimplify.c (gimplify_call_expr): Preserve the function
12867         type the frontend used for the call.
12868         (gimplify_modify_expr): Likewise.
12869         * lto-streamer-in.c (input_gimple_stmt): Input the call stmts
12870         function type.
12871         * lto-streamer-out.c (output_gimple_stmt): Output the call stmts
12872         function type.
12873         * tree-ssa.c (useless_type_conversion_p): Function pointer
12874         conversions are useless.
12875
12876 2011-04-12  Martin Jambor  <mjambor@suse.cz>
12877
12878         * cgraph.h (cgraph_node): Remove function declaration.
12879         (cgraph_create_node): Declare.
12880         (cgraph_get_create_node): Likewise.
12881         * cgraph.c (cgraph_create_node): Renamed to cgraph_create_node_1.
12882         Updated all callers.
12883         (cgraph_node): Renamed to cgraph_create_node, assert that a node for
12884         the decl does not already exist.  Call cgraph_get_create_node instead
12885         of cgraph_node.
12886         (cgraph_get_create_node): New function.
12887         (cgraph_same_body_alias): Update comment.
12888         (cgraph_set_call_stmt): Call cgraph_get_node instead of cgraph_node,
12889         assert it does not return NULL.
12890         (cgraph_update_edges_for_call_stmt): Likewise.
12891         (cgraph_clone_edge): Likewise.
12892         (cgraph_create_virtual_clone): Likewise.
12893         (cgraph_update_edges_for_call_stmt_node): Call cgraph_get_create_node
12894         instead of cgraph_node.
12895         (cgraph_add_new_function): Call cgraph_create_node or
12896         cgraph_get_create_node instead of cgraph_node.
12897         * cgraphbuild.c (record_reference): Call cgraph_get_create_node
12898         instead of cgraph_node.
12899         (record_eh_tables): Likewise.
12900         (mark_address): Likewise.
12901         (mark_load): Likewise.
12902         (build_cgraph_edges): Call cgraph_get_create_node instead
12903         of cgraph_node.
12904         (rebuild_cgraph_edges): Likewise.
12905         * cgraphunit.c (cgraph_finalize_function): Call cgraph_get_create_node
12906         instead of cgraph_node.
12907         (cgraph_copy_node_for_versioning): Call cgraph_create_node instead of
12908         cgraph_node.
12909         * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Call
12910         cgraph_create_node instead of cgraph_node.
12911         * c-decl.c (finish_function): Call cgraph_get_create_node instead
12912         of cgraph_node.
12913         * lto-cgraph.c (input_node): Likewise.
12914         * lto-streamer-in.c (input_function): Likewise.
12915         * varasm.c (mark_decl_referenced): Likewise.
12916         (assemble_alias): Likewise.
12917
12918 2011-04-12  Martin Jambor  <mjambor@suse.cz>
12919
12920         * tree-inline.c (tree_function_versioning): Call cgraph_get_node
12921         instead of cgraph_node and assert it does not return NULL.
12922         * lto-streamer-in.c (lto_read_body): Likewise.
12923         * omp-low.c (new_omp_context): Likewise.
12924         (create_task_copyfn): Likewise.
12925         * tree-emutls.c (lower_emutls_function_body): Likewise.
12926         * matrix-reorg.c (transform_allocation_sites): Likewise.
12927
12928 2011-04-12  Jakub Jelinek  <jakub@redhat.com>
12929
12930         PR c/48552
12931         * c-typeck.c (build_asm_expr): Error out on attempts to use
12932         void type outputs or inputs for constraints that allow reg or
12933         don't allow memory.
12934
12935 2011-04-11  Chung-Lin Tang  <cltang@codesourcery.com>
12936             Richard Earnshaw  <rearnsha@arm.com>
12937
12938         PR target/48250
12939         * config/arm/arm.c (arm_legitimize_reload_address): Update cases
12940         to use sign-magnitude offsets. Reject unsupported unaligned
12941         cases. Add detailed description in comments.
12942         * config/arm/arm.md (reload_outdf): Disable for ARM mode; change
12943         condition from TARGET_32BIT to TARGET_ARM.
12944
12945 2011-04-11  Nathan Froyd  <froydnj@codesourcery.com>
12946
12947         * tree.h (struct typed_tree): New.
12948         (struct tree_common): Include it instead of tree_base.
12949         (TREE_TYPE): Update for new location of type field.
12950         (TYPE_USER_ALIGN, TYPE_PACKED): Refer to base field directly.
12951         (DECL_USER_ALIGN, DECL_PACKED): Likewise.
12952         (union tree_node): Add typed field.
12953         * treestruct.def (TS_TYPED): New.
12954         * lto-streamer.c (check_handled_ts_structures): Handle it.
12955         * tree.c (MARK_TS_TYPED): New macro.
12956         (MARK_TS_COMMON): Call it instead of MARK_TS_BASE.
12957
12958 2011-04-11  Eric Botcazou  <ebotcazou@adacore.com>
12959
12960         * cfghooks.c (redirect_edge_and_branch_force): Localize variable.
12961         (force_nonfallthru): Do not alter the loop nest if no basic block
12962         was created.
12963
12964 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
12965
12966         * config/i386/sse.md (VI): New mode iterator.
12967         (SSEMODEI): Remove.
12968         (AVX256MODEI): Ditto.
12969         (AVXMODEF4P): Ditto.
12970         (avxvecpsmode): Ditto.
12971         (one_cmpl<mode>2): Enable for TARGET_SSE.  Use VI mode iterator.
12972         (sse2_andnot<mode>3): New expander.
12973         (*andnot<mode>3): Merge with *sse2_andnot<mode>3 and
12974         *avx_andnot<mode>3.  Enable for TARGET_SSE.  Use VI mode iterator.
12975         (<any_logic:code><mode>3): Use VI mode iterator.
12976         (*<any_logic:code><mode>3): Merge with *sse2_<any_logic:code><mode>3
12977         and *avx_<any_logic:code><mode>3.  Use VI mode iterator.
12978         (*andnottf3): Handle AVX three-operand constraints.
12979         (*<any_logic:code>tf3): Handle AVX three-operand constraints.
12980
12981 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
12982             Robert Millan  <rmh@gnu.org>
12983
12984         * config.gcc (x86_64-*-kfreebsd*-gnu): Use i386/kfreebsd-gnu.h.
12985         * config/i386/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER32,
12986         GNU_USER_DYNAMIC_LINKER64): Define.
12987         (REG_NAME): Don't undefine.
12988         (MD_UNWIND_SUPPORT): Undefine.
12989         * config/i386/knetbsd-gnu.h (GNU_USER_LINK_EMULATION): Define.
12990         (REG_NAME): Don't undefine.
12991         (MD_UNWIND_SUPPORT): Undefine.
12992         * config/i386/kopensolaris-gnu.h (GNU_USER_LINK_EMULATION): Define.
12993
12994 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
12995
12996         * config/i386/gnu.h (GNU_USER_LINK_EMULATION): Define.
12997         (CPP_SPEC, CC1_SPEC, ENDFILE_SPEC): Remove.
12998
12999 2011-04-11  Xinliang David Li  <davidxl@google.com>
13000
13001         * value-profile.c (check_ic_target): New function.
13002         (gimple_ic_transform): Sanity check indirect call target.
13003         * gimple-low.c (gimple_check_call_args): Interface change.
13004         (gimple_check_call_matching_types): New function.
13005         * tree-inline.c (tree_can_inline_p): Call new function.
13006
13007 2011-04-11  Basile Starynkevitch  <basile@starynkevitch.net>
13008
13009         * Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
13010         tree-pretty-print.h & realmpfr.h.
13011
13012 2011-04-11  Vladimir Makarov  <vmakarov@redhat.com>
13013
13014         PR middle-end/48464
13015         * ira.c (setup_pressure_classes): Fix typo in loop condition.
13016         (setup_allocno_and_important_classes): Ditto.
13017
13018 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
13019
13020         * config/alpha/linux-elf.h (LINUX_DYNAMIC_LINKER): Rename to
13021         GNU_USER_DYNAMIC_LINKER.
13022         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Change
13023         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13024         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Change
13025         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
13026         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
13027         GNU_USER_TARGET_OS_CPP_BUILTINS.
13028         * config/bfin/linux.h (TARGET_OS_CPP_BUILTINS): Change
13029         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13030         * config/bfin/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
13031         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13032         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Change
13033         LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
13034         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
13035         GNU_USER_TARGET_OS_CPP_BUILTINS.
13036         * config/frv/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13037         GNU_USER_DYNAMIC_LINKER.
13038         * config/gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
13039         GNU_USER_TARGET_OS_CPP_BUILTINS.
13040         * config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Change
13041         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13042         * config/i386/gnu-user64.h (TARGET_OS_CPP_BUILTINS): Change
13043         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13044         * config/i386/linux.h (GNU_USER_DYNAMIC_LINKER): Remove.
13045         * config/i386/linux64.h (GNU_USER_DYNAMIC_LINKER32,
13046         GNU_USER_DYNAMIC_LINKER64): Remove.
13047         * config/ia64/linux.h (TARGET_OS_CPP_BUILTINS): Change
13048         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13049         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13050         GNU_USER_DYNAMIC_LINKER.
13051         * config/kfreebsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
13052         GNU_USER_TARGET_OS_CPP_BUILTINS.
13053         * config/knetbsd-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
13054         GNU_USER_TARGET_OS_CPP_BUILTINS.
13055         * config/kopensolaris-gnu.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename
13056         to GNU_USER_TARGET_OS_CPP_BUILTINS.
13057         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Rename to
13058         GNU_USER_TARGET_OS_CPP_BUILTINS.
13059         (LINUX_DYNAMIC_LINKER): Rename to GNU_USER_DYNAMIC_LINKER.
13060         (LINUX_DYNAMIC_LINKER32): Rename to GNU_USER_DYNAMIC_LINKER32.
13061         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
13062         * config/lm32/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Change
13063         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13064         * config/m32r/linux.h (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13065         GNU_USER_DYNAMIC_LINKER.
13066         (TARGET_OS_CPP_BUILTINS): Change LINUX_TARGET_OS_CPP_BUILTINS to
13067         GNU_USER_TARGET_OS_CPP_BUILTINS.
13068         * config/m68k/linux.h (TARGET_OS_CPP_BUILTINS): Change
13069         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13070         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13071         GNU_USER_DYNAMIC_LINKER.
13072         * config/m68k/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
13073         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13074         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Change
13075         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13076         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13077         GNU_USER_DYNAMIC_LINKER.
13078         * config/mips/linux64.h (LINUX_DYNAMIC_LINKERN32): Rename to
13079         GNU_USER_DYNAMIC_LINKERN32.
13080         (LINK_SPEC): Change LINUX_DYNAMIC_LINKERN32 to
13081         GNU_USER_DYNAMIC_LINKERN32.  Change LINUX_DYNAMIC_LINKER64 to
13082         GNU_USER_DYNAMIC_LINKER64.  Change LINUX_DYNAMIC_LINKER32 to
13083         GNU_USER_DYNAMIC_LINKER32.
13084         * config/mn10300/linux.h (TARGET_OS_CPP_BUILTINS): Change
13085         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13086         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13087         GNU_USER_DYNAMIC_LINKER.
13088         * config/moxie/uclinux.h (TARGET_OS_CPP_BUILTINS): Change
13089         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13090         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Change
13091         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13092         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
13093         * config/rs6000/linux64.h (LINUX_DYNAMIC_LINKER32): Rename to
13094         GNU_USER_DYNAMIC_LINKER32.
13095         (LINUX_DYNAMIC_LINKER64): Rename to GNU_USER_DYNAMIC_LINKER64.
13096         * config/rs6000/sysv4.h (LINUX_DYNAMIC_LINKER): Rename to
13097         GNU_USER_DYNAMIC_LINKER.
13098         * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): Change
13099         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13100         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER32 to
13101         GNU_USER_DYNAMIC_LINKER32.  Change LINUX_DYNAMIC_LINKER64 to
13102         GNU_USER_DYNAMIC_LINKER64.
13103         * config/sh/linux.h (TARGET_OS_CPP_BUILTINS): Change
13104         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13105         (SUBTARGET_LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13106         GNU_USER_DYNAMIC_LINKER.
13107         * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Change
13108         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13109         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to
13110         GNU_USER_DYNAMIC_LINKER.
13111         * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Change
13112         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13113         (LINK_ARCH32_SPEC): Change LINUX_DYNAMIC_LINKER32 to
13114         GNU_USER_DYNAMIC_LINKER32.
13115         (LINK_ARCH64_SPEC): Change LINUX_DYNAMIC_LINKER64 to
13116         GNU_USER_DYNAMIC_LINKER64.
13117         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER64 to
13118         GNU_USER_DYNAMIC_LINKER64.
13119         * config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Change
13120         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13121         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Change
13122         LINUX_TARGET_OS_CPP_BUILTINS to GNU_USER_TARGET_OS_CPP_BUILTINS.
13123         (LINK_SPEC): Change LINUX_DYNAMIC_LINKER to GNU_USER_DYNAMIC_LINKER.
13124
13125 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
13126
13127         * config/i386/gnu-user.h: Copy from linux.h.  Update comments.
13128         (LINK_EMULATION, GLIBC_DYNAMIC_LINKER): Remove.
13129         (SUBTARGET_EXTRA_SPECS): Use GNU_USER_LINK_EMULATION and
13130         GNU_USER_DYNAMIC_LINKER.
13131         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
13132         * config/i386/gnu-user64.h: Copy from linux64.h.  Update comments.
13133         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64): Remove.
13134         (LINK_SPEC): Use GNU_USER_DYNAMIC_LINKER32 and
13135         GNU_USER_DYNAMIC_LINKER64.
13136         (MD_UNWIND_SUPPORT, REG_NAME): Remove.
13137         * config/i386/kfreebsd-gnu.h (LINK_EMULATION): Change to
13138         GNU_USER_LINK_EMULATION.
13139         * config/i386/linux.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
13140         DEFAULT_PCC_STRUCT_RETURN, TARGET_TLS_DIRECT_SEG_REFS_DEFAULT,
13141         ASM_COMMENT_START, DBX_REGISTER_NUMBER, NO_PROFILE_COUNTERS,
13142         MCOUNT_NAME, SUBTARGET_FRAME_POINTER_REQUIRED, SIZE_TYPE,
13143         PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS,
13144         CPP_SPEC, CC1_SPEC): Remove.
13145         (LINK_EMULATION): Change to GNU_USER_LINK_EMULATION.
13146         (GNU_USER_DYNAMIC_LINKER): Define.
13147         (ASM_SPEC, SUBTARGET_EXTRA_SPECS, LINK_SPEC, ENDFILE_SPEC,
13148         ASM_OUTPUT_ALIGNED_BSS, ASM_OUTPUT_MAX_SKIP_ALIGN,
13149         ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX, CRT_GET_RFIB_DATA,
13150         LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE,
13151         TARGET_ASM_FILE_END, STACK_CHECK_MOVING_SP,
13152         STACK_CHECK_STATIC_BUILTIN, TARGET_THREAD_SSP_OFFSET,
13153         TARGET_CAN_SPLIT_STACK, TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
13154         * config/i386/linux64.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC,
13155         CC1_SPEC, DEFAULT_PCC_STRUCT_RETURN,
13156         TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
13157         LINK_SPEC, ENDFILE_SPEC, MULTILIB_DEFAULTS, LIBGCC2_HAS_TF_MODE,
13158         LIBGCC2_TF_CEXT, TF_SIZE, TARGET_ASM_FILE_END): Remove.
13159         (GNU_USER_DYNAMIC_LINKER32, GNU_USER_DYNAMIC_LINKER64): Define.
13160         (STACK_CHECK_MOVING_SP, STACK_CHECK_STATIC_BUILTIN,
13161         TARGET_THREAD_SSP_OFFSET, TARGET_CAN_SPLIT_STACK,
13162         TARGET_THREAD_SPLIT_STACK_OFFSET): Remove.
13163         * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Change to
13164         GNU_USER_DYNAMIC_LINKER.
13165         * config/kfreebsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
13166         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
13167         * config/knetbsd-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
13168         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
13169         * config/kopensolaris-gnu.h (GLIBC_DYNAMIC_LINKER): Change to
13170         GNU_USER_DYNAMIC_LINKER.  Unconditionally undefine and redefine.
13171         * config.gcc (i[34567]86-*-linux* | i[34567]86-*-kfreebsd*-gnu |
13172         i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* |
13173         i[34567]86-*-kopensolaris*-gnu, x86_64-*-linux* |
13174         x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Use the new headers.
13175
13176 2011-04-11  Kai Tietz  <ktietz@redhat.com>
13177
13178         PR target/9601
13179         PR target/11772
13180         * config/i386/i386-protos.h (ix86_get_callcvt): New prototype.
13181         * config/i386/i386.c (ix86_handle_cconv_attribute): Adjust
13182         comment.
13183         (ix86_is_msabi_thiscall): Removed.
13184         (ix86_is_type_thiscall): Likewise.
13185         (ix86_get_callcvt): New function.
13186         (ix86_comp_type_attributes): Simplify check.
13187         (ix86_function_regparm): Use ix86_get_callcvt for calling
13188         convention attribute checks.
13189         (ix86_return_pops_args): Likewise.
13190         (ix86_static_chain): Likewise.
13191         (x86_this_parameter): Likewise.
13192         (x86_output_mi_thunk): Likewise.
13193         (ix86_function_type_abi): Optimize check for types without attributes.
13194         * config/i386/i386.h (IX86_CALLCVT_CDECL, IX86_CALLCVT_STDCALL,
13195         IX86_CALLCVT_FASTCALL, IX86_CALLCVT_THISCALL, IX86_CALLCVT_REGPARM,
13196         IX86_CALLCVT_SSEREGPARM): New macros to represent calling convention
13197         by flag-values.
13198         (IX86_BASE_CALLCVT): Helper macro.
13199         * config/i386/netware.c (i386_nlm_maybe_mangle_decl_assembler_name):
13200         Use ix86_get_callcvt for calling convention attribute checks and avoid
13201         symbol-decoration for stdcall in TARGET_RTD case.
13202         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
13203         Likewise.
13204         (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
13205         for declaration.
13206
13207 2011-04-11  Uros Bizjak  <ubizjak@gmail.com>
13208
13209         * config/i386/sse.md (VI_128): New mode iterator.
13210         (VI12_128): Rename from SSEMODE12.
13211         (VI14_128): Rename from SSEMODE14.
13212         (VI124_128): New mode iterator.
13213         (VI24_128): Rename from SSEMODE248.
13214         (VI248_128): Rename from SSEMODE248.
13215         (SSEMODE124C8): Remove.
13216         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
13217         (*sse2_<plusminus_insn><mode>3): Merge with
13218         *avx_<plusminus_insn><mode>3.
13219         (*mulv8hi3): Merge with *avx_mulv8hi3.
13220         (*<s>mulv8hi3_highpart): Merge with *avx_<s>mulv8hi3_highpart.
13221         (*sse2_umulv2siv2di3): Merge with *avx_umulv2siv2di3.
13222         (*sse2_pmaddwd): Merge with *avx_pmaddwd.
13223         (*sse4_1_mulv4si3): Merge with *avx_mulv4si3.
13224         (ashr<mode>3): Merge with *avx_ashr<mode>3.
13225         (lshr<mode>3): Merge with *avx_lshr<mode>3.
13226         (ashl<mode>3): Merge with *avx_ashl<mode>3.
13227         (sse2_ashlv1ti3): Merge with *avx_ashlv1ti3.
13228         (sse2_lshrv1ti3): Merge with *avx_lshrv1ti3.
13229         (*sse4_1_<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
13230         (*<smaxmin:code>v8hi3): Ditto.
13231         (*sse4_1_<umaxmin:code><mode>3): Merge with *avx_<umaxmin:code><mode>3.
13232         (*<smaxmin:code>v16qi3): Ditto.
13233         (*sse4_1_eqv2di3): Merge with *avx_eq<mode>3.
13234         (*sse2_eq<mode>3): Ditto.
13235         (*sse4_2_eqv2di3): Merge with *avx_gt<mode>3.
13236         (*sse2_gt<mode>3): Ditto.
13237         (vcondv2di): Split out of vcond<mode>.
13238         (vconduv2di): Split out of vcondu<mode>.
13239
13240 2011-04-11  Richard Guenther  <rguenther@suse.de>
13241
13242         * gimplify.c (gimple_fold_indirect_ref): Check host_integerp
13243         before calling tree_low_cst.
13244
13245 2011-04-11  Richard Guenther  <rguenther@suse.de>
13246
13247         * stor-layout.c (layout_type): Compute all array index size operations
13248         in the original type.
13249         (initialize_sizetypes): Add comment.
13250         (set_sizetype): Do not set TREE_TYPE of a TREE_VEC.
13251
13252 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
13253
13254         * common.opt (Tbss=, Tdata=, Ttext=): New options.
13255
13256 2011-04-11  Martin Jambor  <mjambor@suse.cz>
13257
13258         * cgraph.c (cgraph_local_info): Call cgraph_get_node instead
13259         of cgraph_node, handle NULL return value.
13260         (cgraph_global_info): Likewise.
13261         (cgraph_rtl_info): Likewise.
13262         * tree-inline.c (estimate_num_insns): Likewise.
13263         * gimplify.c (unshare_body): Likewise.
13264         (unvisit_body): Likewise.
13265         (gimplify_body): Likewise.
13266         * predict.c (optimize_function_for_size_p): Likewise.
13267         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
13268         (call_may_clobber_ref_p_1): Likewise.
13269         * varasm.c (function_section_1): Likewise.
13270         (assemble_start_function): Likewise.
13271
13272 2011-04-11  Martin Jambor  <mjambor@suse.cz>
13273
13274         * except.c (set_nothrow_function_flags): Call cgraph_get_node instead
13275         of cgraph_node.
13276         * final.c (rest_of_clean_state): Likewise.
13277         * gimple-iterator.c (update_call_edge_frequencies): Likewise.
13278         * passes.c (pass_init_dump_file): Likewise.
13279         (execute_all_ipa_transforms): Likewise.
13280         (function_called_by_processed_nodes_p): Likewise.
13281         * predict.c (maybe_hot_frequency_p): Likewise.
13282         (probably_never_executed_bb_p): Likewise.
13283         (compute_function_frequency): Likewise.
13284         * tree-nested.c (check_for_nested_with_variably_modified): Likewise.
13285         (unnest_nesting_tree_1): Likewise.
13286         (lower_nested_functions): Likewise.
13287         * tree-optimize.c (execute_fixup_cfg): Likewise.
13288         (tree_rest_of_compilation): Likewise.
13289         * tree-profile.c (gimple_gen_ic_func_profiler): Likewise.
13290         * tree-sra.c (ipa_early_sra): Likewise.
13291         * tree-ssa-loop-ivopts.c (computation_cost): Likewise.
13292         * config/i386/i386.c (ix86_compute_frame_layout): Likewise.
13293         * ipa.c (record_cdtor_fn): Likewise.
13294         * ipa-inline.c (cgraph_early_inlining): Likewise.
13295         (compute_inline_parameters_for_current): Likewise.
13296         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
13297         * ipa-pure-const.c (local_pure_const): Likewise.
13298         * ipa-split.c (split_function): Likewise.
13299         (execute_split_functions): Likewise.
13300         * cgraphbuild.c (build_cgraph_edges): Likewise.
13301         (rebuild_cgraph_edges): Likewise.
13302         (cgraph_rebuild_references): Likewise.
13303         (remove_cgraph_callee_edges): Likewise.
13304         * cgraphunit.c (cgraph_mark_if_needed): Likewise.
13305         (verify_cgraph_node): Likewise.
13306         (cgraph_analyze_functions): Likewise.
13307         (cgraph_preserve_function_body_p): Likewise.
13308         (save_inline_function_body): Likewise.
13309         (save_inline_function_body): Likewise.
13310         * tree-inline.c (copy_bb): Likewise.
13311         (optimize_inline_calls): Likewise.
13312
13313 2011-04-11  Martin Jambor  <mjambor@suse.cz>
13314
13315         PR tree-optimization/48195
13316         * ipa-cp.c (ipcp_driver): Call ipa_check_create_node_params and
13317         ipa_check_create_edge_args.
13318         (ipcp_generate_summary): Do not call ipa_check_create_node_params and
13319         ipa_check_create_edge_args.
13320         * ipa-inline.c (inline_generate_summary): Do not call
13321         ipa_check_create_node_params and ipa_check_create_edge_args.
13322         * ipa-prop.c (ipa_analyze_node): Call ipa_check_create_node_params and
13323         ipa_check_create_edge_args.
13324
13325 2011-04-09  Anatoly Sokolov  <aesok@post.ru>
13326
13327         * expr.c (expand_expr_real_1): Use add_to_hard_reg_set function
13328         instead of loop.
13329         * sel-sched.c (mark_unavailable_hard_regs): Likewise.
13330         * function.c (record_hard_reg_sets): Likewise.
13331         * ira.c (compute_regs_asm_clobbered): Likewise.
13332         * sched-deps.c (sched_analyze_1): Likewise.
13333         * reload1.c (mark_reload_reg_in_use, choose_reload_regs): Likewise.
13334
13335 2011-04-09  Xinliang David Li  <davidxl@google.com>
13336
13337         PR tree-optimization/PR48484
13338         * tree-ssa-uninit.c (convert_control_dep_chain_into_preds): Set
13339         has_valid_pred lazily
13340
13341 2011-04-09  Duncan Sands  <baldrick@free.fr>
13342
13343         * tree.c (array_type_nelts): Bail out if TYPE_MAX_VALUE not set.
13344
13345 2011-04-08  Eric Botcazou  <ebotcazou@adacore.com>
13346
13347         * combine.c (combine_validate_cost): Adjust comments.  Set registered
13348         cost of I0 to zero at the end, if any.
13349
13350 2011-04-08  Xinliang David Li  <davidxl@google.com>
13351
13352         * ipa-cp.c (ipcp_update_profiling): Correct negative scale factor due
13353         to insane profile data.
13354
13355 2011-04-08  Xinliang David Li  <davidxl@google.com>
13356
13357         * ipa-cp.c (ipcp_update_profiling): Correct
13358          negative scale factor due to insane profile data.
13359
13360 2011-04-08  Xinliang David Li  <davidxl@google.com>
13361
13362         * final.c (dump_basic_block_info): New function.
13363         (final): Dump basic block.
13364         (final_scan_insn): Remove old dump.
13365
13366 2011-04-08  Steven G. Kargl  <kargl@gcc.gnu.org>
13367
13368         PR target/47829
13369         * config.gcc (i386-*-freebsd): Disable unwind table generation for
13370         crtbegin/crtend.
13371
13372 2011-04-08  Michael Matz  <matz@suse.de>
13373
13374         PR middle-end/48389
13375         * jump.c (rebuild_jump_labels_1, rebuild_jump_labels_chain): New
13376         functions.
13377         (rebuild_jump_labels): Call rebuild_jump_labels_1.
13378         * rtl.h (rebuild_jump_labels_chain): Declare.
13379         * cfgexpand.c (gimple_expand_cfg): Initialize JUMP_LABEL also on
13380         insns inserted on edges.
13381
13382 2011-04-08  Joseph Myers  <joseph@codesourcery.com>
13383
13384         * config.gcc (arm*-*-*): Add arm/arm-tables.opt to extra_options.
13385         * config/arm/arm-arches.def: New.
13386         * config/arm/arm-opts.h: New.
13387         * config/arm/genopt.sh: New.
13388         * config/arm/arm-tables.opt: New (generated).
13389         * config/arm/arm.c (arm_handle_option, arm_target_help,
13390         TARGET_HANDLE_OPTION, TARGET_HELP, arm_find_cpu): Remove.
13391         (all_architectures): Get most table contents from arm-arches.def.
13392         (arm_option_override): Set arm_selected_arch, arm_selected_cpu and
13393         arm_selected_tune here.
13394         * config/arm/arm.h (enum processor_type): Move to arm-opts.h.
13395         * config/arm/arm.opt (config/arm/arm-opts.h): New HeaderInclude.
13396         (march=, mcpu=, mtune=): Use Enum and Var.
13397         * config/arm/t-arm ($(srcdir)/config/arm/arm-tables.opt): New.
13398         (arm.o): Update dependencies.
13399
13400 2011-04-08  Basile Starynkevitch  <basile@starynkevitch.net>
13401
13402         * gengtype.c (write_typed_alloc_def): New argument f. Use it instead
13403         of header_file.
13404         (write_typed_struct_alloc_def, write_typed_typedef_alloc_def)
13405         (write_typed_alloc_defns): Likewise.
13406         (main): Calls write_typed_alloc_defns with output_header.
13407
13408 2011-04-08  Vladimir Makarov  <vmakarov@redhat.com>
13409
13410         PR inline-asm/48435
13411         * ira-color.c (setup_profitable_hard_regs): Add comments.
13412         Don't take prohibited hard regs into account.
13413         (setup_conflict_profitable_regs): Rename to
13414         get_conflict_profitable_regs.
13415         (check_hard_reg_p): Check prohibited hard regs.
13416
13417 2011-04-08  Nathan Froyd  <froydnj@codesourcery.com>
13418
13419         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Call use_reg.
13420         * config/xtensa/xtensa.c (xtensa_call_tls_desc): Likewise.
13421         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise.
13422
13423 2011-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13424
13425         PR target/48366
13426         * config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
13427         move from floating point to shift amount register.
13428         (emit_move_sequence): Remove secondary reload support for floating
13429         point to shift amount amount register copies.
13430         (pa_secondary_reload): Return GENERAL_REGS for floating point/shift
13431         amount register copies.
13432         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): For shift amount
13433         register, return false if mode isn't a scalar integer mode.
13434         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Likewise.
13435
13436 2011-04-08  Richard Guenther  <rguenther@suse.de>
13437
13438         * gimple.c (gimple_call_flags): Remove kludge.
13439
13440 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
13441
13442         * sel-sched.c (sel_region_init): Move call to
13443         sel_setup_region_sched_flags after setup_current_loop_nest.
13444
13445 2011-04-08  Andrey Belevantsev  <abel@ispras.ru>
13446
13447         PR rtl-optimization/48272
13448         * sched-deps.c (setup_insn_reg_pressure_info): Export and rename to
13449         init_insn_reg_pressure_info.  Adjust a caller.
13450         * sched-int.h (init_insn_reg_pressure_info): Declare.
13451         * haifa-sched.c (haifa_init_insn): Call init_insn_reg_pressure_info
13452         when sched-pressure is enabled.
13453
13454 2011-04-08  Richard Guenther  <rguenther@suse.de>
13455
13456         * gimple.c (gimple_set_modified): Do not queue calls to
13457         MODIFIED_NORETURN_CALLS here ...
13458         * tree-ssa-operands.c (update_stmt_operands): ... but here.
13459
13460 2011-04-08  Richard Guenther  <rguenther@suse.de>
13461
13462         PR lto/48467
13463         * toplev.c (lang_dependent_init): Do not open asm_out_file
13464         in WPA mode, nor perform debug machinery initialization.
13465         (finalize): Do not unlink asm_out_file in WPA mode.
13466
13467 2011-04-08  Richard Guenther  <rguenther@suse.de>
13468
13469         * gimple.h (gimple_call_fntype): New function.
13470         (gimple_call_return_type): Use it.
13471         * expr.c (expand_expr_real_1): Use gimple_call_fntype.
13472         * gimple-low.c (gimple_check_call_args): Likewise.
13473         * gimple.c (gimple_call_flags): Likewise.
13474         (gimple_call_arg_flags): Likewise.
13475         (gimple_call_return_flags): Likewise.
13476         * tree-cfg.c (verify_gimple_call): Likewise.
13477         (do_warn_unused_result): Likewise.
13478         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
13479         * value-prof.c (gimple_ic_transform): Fix fndecl check.
13480
13481 2011-04-08  Dmitry Melnik  <dm@ispras.ru>
13482
13483         PR rtl-optimization/48235
13484         * sel-sched.c (code_motion_process_successors): Recompute the last
13485         insn in basic block if control flow changed.
13486         (code_motion_path_driver): Ditto.  Recompute the first insn as well.
13487         Update condition for ilist_remove.
13488
13489 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
13490
13491         PR rtl-optimization/48302
13492         * sel-sched-ir.h (sel_add_loop_preheaders): Update prototype.
13493         * sel-sched-ir.c (sel_add_loop_preheaders): Add 'bbs' argument.  Use
13494         it to record added preheader blocks.
13495         * sel-sched.c (setup_current_loop_nest): Add 'bbs' argument.  Pass it
13496         on to sel_add_loop_preheaders.
13497         (sel_region_init): Move call to setup_current_loop_nest after
13498         sel_init_bbs.
13499
13500 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
13501
13502         PR target/48273
13503         * cfgloop.h (loop_has_exit_edges): New helper.
13504         * sel-sched-ir.c (init_global_and_expr_for_insn): Make CALLs
13505         non-clonable.
13506         * sel-sched.c (sel_setup_region_sched_flags): Don't pipeline loops
13507         that have no exit edges.
13508
13509 2011-04-08  Alexander Monakov  <amonakov@ispras.ru>
13510
13511         PR rtl-optimization/48442
13512         * sel-sched.c (init_seqno): Remove number_of_insns argument.  Update
13513         all callers.  Adjust assert.
13514
13515 2011-04-08  Jakub Jelinek  <jakub@redhat.com>
13516
13517         PR tree-optimization/48377
13518         * tree-vect-data-refs.c (vector_alignment_reachable_p): Set
13519         is_packed to true even for types with smaller TYPE_ALIGN than
13520         TYPE_SIZE.
13521
13522 2011-04-08  Richard Guenther  <rguenther@suse.de>
13523
13524         PR bootstrap/48513
13525         * doc/tm.texi: Re-generate.
13526
13527 2011-04-08  Wei Guozhi  <carrot@google.com>
13528
13529         PR target/47855
13530         * config/arm/arm-protos.h (arm_attr_length_push_multi): New prototype.
13531         * config/arm/arm.c (arm_attr_length_push_multi): New function.
13532         * config/arm/arm.md (*push_multi): Change the length computation to
13533         call a C function.
13534
13535 2011-04-08  Anatoly Sokolov  <aesok@post.ru>
13536
13537         * doc/tm.texi.in (ASM_OUTPUT_BSS): Remove documentation.
13538         (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS): Update documentation.
13539         * doc/tm.texi: Regenerate.
13540         * system.h (ASM_OUTPUT_BSS): Poison.
13541         * varasm.c (asm_output_bss): Remove function.
13542         (emit_bss, init_varasm_once): Don't use ASM_OUTPUT_BSS macro.
13543
13544         * config/frv/frv.h (BSS_SECTION_ASM_OP): Remove comment.
13545         * config/frv/fr30.h (BSS_SECTION_ASM_OP): Likewise.
13546         * config/i386/djgpp.h (BSS_SECTION_ASM_OP): Likewise.
13547         * config/i386/i386elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
13548         Likewise.
13549         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
13550         Likewise.
13551         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
13552         Likewise.
13553         * config/m68k/netbsd-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13554
13555 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
13556
13557         * config/rx/rx.opt (rx610, rx200, rx600): Use Enum not Name on
13558         EnumValue lines.
13559
13560 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
13561
13562         * config/m68k/m68k.c (m68k_handle_option): Don't handle
13563         OPT_m68000, OPT_mc68000, OPT_m68010, OPT_m68020, OPT_mc68020,
13564         OPT_m68030, OPT_m68040, OPT_m68060, OPT_m68302, OPT_m68332 and
13565         OPT_mcpu32.
13566         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
13567         handle -mc68000, -m68000, -m68302, -m68010, -mc68020, -m68020,
13568         -m68030, -m68040, -m68060, -mcpu32 and -m68332.
13569         * config/m68k/m68k.opt (m68000, m68010, m68020, m68030, m68040,
13570         m68060, m68302, m68332, mc68000, mc68020, mcpu32): Use Alias.
13571         * config/m68k/t-mlibs (CANONICALIZE_OPTIONS): Remove.
13572         (MULTILIB_OPTIONS): Don't use $(CANONICALIZE_OPTIONS).
13573         (MULTILIB_MATCHES): Map -march= options to corresponding -mcpu=
13574         options.  Don't map other m68k options manually.  Don't handle
13575         old-style options as canonical.
13576         (MULTILIB_EXCEPTIONS): Don't use $(CANONICALIZE_OPTIONS).
13577         * doc/install.texi (m68k-*-*): Document binutils version requirement.
13578
13579 2011-04-07  Eric Botcazou  <ebotcazou@adacore.com>
13580
13581         * basic-block.h (force_nonfallthru): Move to...
13582         * cfghooks.h (struct cfg_hooks): Add force_nonfallthru hook.
13583         (force_nonfallthru): ...here.
13584         * cfghooks.c (force_nonfallthru): New function.
13585         * cfgrtl.c (force_nonfallthru): Rename into...
13586         (rtl_force_nonfallthru): ...this.
13587         (commit_one_edge_insertion): Do not set AUX field.
13588         (commit_edge_insertions): Do not discover new basic blocks.
13589         (rtl_cfg_hooks): Add rtl_force_nonfallthru.
13590         (cfg_layout_rtl_cfg_hooks): Likewise.
13591         * function.c (thread_prologue_and_epilogue_insns): Remove bogus
13592         ATTRIBUTE_UNUSED.  Discover new basic blocks in the prologue insns.
13593         * tree-cfg.c (gimple_cfg_hooks): Add NULL for force_nonfallthru.
13594
13595 2011-04-07  Anatoly Sokolov  <aesok@post.ru>
13596
13597         * config/mips/mips.h (REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
13598         Remove macros.
13599
13600 2011-04-07  Uros Bizjak  <ubizjak@gmail.com>
13601
13602         * config/i386/sse.md: Update copyright year.
13603         (avxcvtvecmode): Remove.
13604         (sse_movhlps): Merge with *avx_movhlps.
13605         (sse_movlhps): Merge with *avx_movlhps.
13606         (vec_interleave_highv4sf): Merge with *avx_interleave_highv4sf.
13607         (vec_interleave_lowv4sf): Merge with *avx_interleave_lowv4sf.
13608         (sse_shufps_<mode>): Merge with *avx_shufps_<mode>.
13609         (sse_loadhps): Merge with *avx_loadhps.
13610         (sse_storelps): Merge with *avx_storelps.
13611         (sse_loadlps): Merge with *avx_loadlps.
13612         (sse_movss): Merge with *avx_movss.
13613         (*vec_concatv2sf_sse4_1): Merge with *vec_concatv2sf_avx.
13614         (*vec_concatv4sf_sse): Merge with *vec_concatv4sf_avx.
13615         (*vec_set<mode>_0_sse4_1): Merge with *vec_set<mode>_0_avx.
13616         (*vec_set<mode>_0_sse2): Split multi-unit alternative.
13617         (vec_set<mode>_0): Ditto.
13618         (*vec_setv4sf_sse4_1): Merge with *vec_setv4sf_avx.
13619         (sse4_1_insertps): Merge with *avx_insertps.
13620         (*sse3_interleave_highv2df): Merge with *avx_interleave_highv2df.
13621         (*sse3_interleave_lowv2df): Merge with *avx_interleave_lowv2df.
13622         (vec_interleave_highv2di): Merge with *avx_interleave_highv2di.
13623         (sse2_shufpd_<mode>): Merge with *avx_shufpd_<mode>.
13624         (sse2_storehpd): Merge with *avx_storehpd.
13625         (sse2_loadhpd): Merge with *avx_loadhpd.
13626         (sse2_loadlpd): Merge with *avx_loadlpd.
13627         (sse2_movsd): Merge with *avx_movsd.
13628         (*vec_concatv2df): Merge with *vec_concatv2df.
13629
13630 2011-04-07  Jakub Jelinek  <jakub@redhat.com>
13631
13632         PR debug/48343
13633         * combine.c (combine_instructions): Add last_combined_insn,
13634         update it if insn is after it, pass it to all try_combine calls.
13635         (try_combine): Add last_combined_insn parameter, pass it instead of
13636         i3 to propagate_for_debug.
13637
13638 2011-04-07  Nick Clifton  <nickc@redhat.com>
13639
13640         * config/mn10300/mn10300.md (movqi_internal): Add alternatives
13641         to handle MDR <-> data register transfers.
13642         (movhi_internal): Likewise.
13643
13644 2011-04-07  Alan Modra  <amodra@gmail.com>
13645
13646         * config/rs6000/rs6000.c (rs6000_stack_info): Don't compare against
13647         previous stack info.
13648
13649 2011-04-07  Tom de Vries  <tom@codesourcery.com>
13650
13651         PR target/43920
13652         * cfgcleanup.c (try_crossjump_to_edge): Add dir parameter.  Pass dir to
13653         flow_find_cross_jump.  Swap variables to implement backward replacement.
13654         (try_crossjump_bb): Add argument to try_crossjump_to_edge.
13655
13656 2011-04-07  Tom de Vries  <tom@codesourcery.com>
13657
13658         PR target/43920
13659         * cfgcleanup.c (walk_to_nondebug_insn): New function.
13660         (flow_find_cross_jump): Use walk_to_nondebug_insn.  Recalculate bb1
13661         and bb2.
13662         (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
13663         src1 or src2.  Redirect edges to the last basic block.  Update
13664         frequency and count on multiple basic blocks in case of fallthru.
13665
13666 2011-04-07  Tom de Vries  <tom@codesourcery.com>
13667
13668         PR target/43920
13669         * cfgcleanup.c (equal_different_set_p, can_replace_by, merge_dir): New
13670         function.
13671         (old_insns_match_p): Change return type.  Replace return false/true
13672         with return dir_none/dir_both.  Use can_replace_by.
13673         (flow_find_cross_jump): Add dir_p parameter.  Init replacement
13674         direction from dir_p.  Register replacement direction in dir, last_dir
13675         and afterlast_dir.  Handle new return type of old_insns_match_p using
13676         merge_dir.  Return replacement direction in dir_p.
13677         (flow_find_head_matching_sequence, outgoing_edges_match): Handle new
13678         return type of old_insns_match_p.
13679         (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump.
13680         * ifcvt.c ( cond_exec_process_if_block): Add argument to call to
13681         flow_find_cross_jump.
13682         * basic-block.h (enum replace_direction): New type.
13683         (flow_find_cross_jump): Add parameter to declaration.
13684
13685 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
13686
13687         * config/i386/sse.md (AVXMODEDCVTDQ2PS): Remove.
13688         (AVXMODEDCVTPS2DQ): Ditto.
13689         (VEC_FLOAT_MODE): Ditto.
13690         (<sse>_andnot<mode>3): Merge with avx_andnot<mode>3.  Use VF mode
13691         iterator.  Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
13692         (<any_logic:code><mode>3): Use VF mode iterator.
13693         (*<any_logic:code><mode>3): Merge with *avx_<any_logic:code><mode>3.
13694         Use VF mode iterator.
13695         (copysign<mode>3): Use VF mode iterator.
13696         (*andnot<MODEF:mode>3): Merge with *avx_andnot<MODEF:mode>3.  Handle
13697         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag.
13698         (*<any_logic:code><MODEF:mode>3): Merge with
13699         *avx_<any_logic:code><MODEF:mode>3.
13700         (sse_cvtsi2ss): Merge with *avx_cvtsi2ss.
13701         (sse_cvtsi2ssq): Merge with *avx_cvtsi2ssq.
13702         (avx_cvtdq2ps256): Split from avx_cvtdq2ps<avxmodesuffix>.
13703         (avx_cvtdq2ps<avxmodesuffix>): Remove.
13704         (sse2_cvtdq2ps): Use %v modifier.
13705         (avx_cvtps2dq256): Split from avx_cvtps2dq<avxmodesuffix>.
13706         (avx_cvtps2dq<avxmodesuffix>): Remove.
13707         (sse2_cvtps2dq): Use %v modifier.
13708         (avx_cvttps2dq256): Split from avx_cvttps2dq<avxmodesuffix>.
13709         (avx_cvttps2dq<avxmodesuffix>): Remove.
13710         (sse2_cvttps2dq): Use %v modifier.
13711         (sse2_cvtsi2sd): Merge with *avx_cvtsi2sd.
13712         (sse2_cvtsi2sdq): Merge with *avx_cvtsi2sdq.
13713         (sse2_cvtsd2siq): Fix insn template.
13714         (sse2_cvtsd2siq_2): Ditto.
13715         (sse2_cvttsd2siq): Ditto.
13716         (sse2_cvtsd2ss): Merge with *avx_cvtsd2ss.
13717         (sse2_cvtss2sd): Merge with *avx_cvtss2sd.
13718
13719 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
13720
13721         * gcov-io.c: Use GCC Runtime Library Exception.
13722
13723 2011-04-06  Jakub Jelinek  <jakub@redhat.com>
13724
13725         PR debug/48466
13726         * dwarf2out.c (based_loc_descr): If drap_reg is INVALID_REGNUM, use
13727         as base_reg whatever register reg has been eliminated to, instead
13728         of hardcoding STACK_POINTER_REGNUM.
13729
13730 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
13731
13732         * doc/tm.texi.in: Document C target hooks as separate from general
13733         target hooks.
13734         * doc/tm.texi: Regenerate.
13735         * genhooks.c (struct hook_desc): Add docname field.
13736         (HOOK_VECTOR_1, DEFHOOKPOD, DEFHOOK, DEFHOOK_UNDOC).  Initialize
13737         docname field.
13738         (hook_array): Include c-target.def.
13739         (emit_documentation): Use docname field in output.
13740         (emit_init_macros): Take docname argument.  Only emit definitions
13741         for hooks matching docname.
13742         (main): Expect additional arguments in all cases.  Pass argument
13743         to emit_init_macros.
13744         * target.def: Move initial macro definitions and comments to
13745         target-hooks-macros.h.
13746         (gcc_targetcm): Move to c-family/c-target.def.
13747         * target.h (targetcm): Move declaration to c-family/c-target.h.
13748         * targhooks.c (default_handle_c_option): Move to
13749         c-family/c-opts.c.
13750         * targhooks.h (default_handle_c_option): Move declaration to
13751         c-family/c-common.h.
13752         * target-hooks-macros.h: New file.
13753         * config.gcc (target_has_targetcm): Define and use to add to
13754         c_target_objs and cxx_target_objs.
13755         * config/default-c.c: New file.
13756         * config/darwin-c.c: Include c-target.h and c-target-def.h instead
13757         of target.h and target-def.h.
13758         (TARGET_HANDLE_C_OPTION, targetcm): Define later in file.
13759         (darwin_objc_construct_string, darwin_cfstring_ref_p,
13760         darwin_check_cfstring_format_arg): Make static.
13761         (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
13762         TARGET_STRING_OBJECT_REF_TYPE_P,
13763         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): Define here.
13764         * config/darwin-protos.h (darwin_objc_construct_string,
13765         darwin_cfstring_ref_p, darwin_check_cfstring_format_arg): Don't
13766         declare.
13767         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT,
13768         TARGET_STRING_OBJECT_REF_TYPE_P,
13769         TARGET_CHECK_STRING_OBJECT_FORMAT_ARG, TARGET_HAS_TARGETCM): Remove.
13770         * config/t-darwin (darwin-c.o): Update dependencies.
13771         * system.h (TARGET_HAS_TARGETCM): Poison.
13772         * Makefile.in (TARGET_H): Update.
13773         (TARGET_DEF, C_TARGET_DEF, C_TARGET_H, C_TARGET_DEF_H): Define.
13774         (c-family/c-format.o, c-family/c-opts.o): Update dependencies.
13775         (default-c.o): New target.
13776         (s-target-hooks-def-h): Pass "Target Hook" string to genhooks.
13777         (c-family/c-target-hooks-def.h, s-c-target-hooks-def-h): New targets.
13778         (s-tm-texi): Pass -d option to genhooks.  Also test timestamp on
13779         c-target.def.
13780         (build/genhooks.o): Update dependencies.
13781
13782 2011-04-06  Richard Guenther  <rguenther@suse.de>
13783
13784         * ipa-inline.c (enum inlining_mode): Remove.
13785         (cgraph_flatten): Use some other token.
13786         (cgraph_edge_early_inlinable_p): New function, split out from ...
13787         (cgraph_perform_always_inlining): New function, split out from ...
13788         (cgraph_decide_inlining_incrementally): ... here.
13789         (cgraph_mark_inline_edge): Adjust.
13790         (cgraph_early_inlining): Re-structure.
13791         (pass_early_inline): Require SSA form.
13792
13793 2011-04-06  Andrew Stubbs  <ams@codesourcery.com>
13794             Julian Brown  <julian@codesourcery.com>
13795             Mark Shinwell  <shinwell@codesourcery.com>
13796
13797         * config/arm/arm.h (arm_class_likely_spilled_p): Check against
13798         LO_REGS only for Thumb-1.
13799         (MODE_BASE_REG_CLASS): Restrict base registers to those which can
13800         be used in short instructions when optimising for size on Thumb-2.
13801
13802 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
13803
13804         * gimple-low.c (lower_gimple_return): When not optimizing, force labels
13805         associated with user returns to be preserved.
13806
13807 2011-04-06  Tristan Gingold  <gingold@adacore.com>
13808
13809         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index,
13810         symbol_queue_size, DBXOUT_DECR_NESTING,
13811         (DBXOUT_DECR_NESTING_AND_RETURN): Also define
13812         if XCOFF_DEBUGGING_INFO.
13813
13814 2011-04-06  Uros Bizjak  <ubizjak@gmail.com>
13815
13816         * config/i386/i386.md (attribute isa): New.
13817         (attribute enabled): New.
13818         (setcc_<mode>_sse): Merge from *{avx,sse}_setcc<mode>.
13819         (*fop_<mode>_comm_mixed): Merge with *fop_<mode>_comm_mixed_avx.
13820         (*fop_<mode>_comm_sse): Merge with *fop_<mode>_comm_avx.
13821         (*fop_<mode>_1_mixed): Merge with *fop_<mode>_1_mixed_avx.
13822         (*fop_<mode>_1_sse): Merge with *fop_<mode>_1_avx.
13823         (<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
13824         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.
13825         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.
13826
13827         * config/i386/sse.md (VF): New mode iterator.
13828         (VF1): Ditto.
13829         (VF2): Ditto.
13830         (VF_128): Ditto.
13831         (SSEMODEF4): Remove.
13832         (attribute sse): Handle V8SF and V4DF modes.
13833         (<absneg:code><mode>2): Use VF mode iterator.
13834         (*absneg<mode>2): Merge from *{avx,sse}_absneg<mode>2.  Use VF
13835         mode iterator.
13836         (<plusminus_insn><mode>3): Use VF mode iterator.
13837         (*<plusminus_insn><mode>3): Merge with *avx_<plusminus_insn><mode>3.
13838         Use VF mode iterator.
13839         (<sse>_vm<plusminus_insn><mode>3): Merge with
13840         *avx_vm<plusminus_insn><mode>3.  Use VF_128 mode iterator.
13841         (mul<mode>3): Use VF mode iterator.
13842         (*mul<mode>3): Merge with *avx_mul<mode>3.  Use VF mode iterator.
13843         (<sse>_vmmul<mode>3): Merge with *avx_vmmul<mode>3.  Use VF_128
13844         mode iterator.
13845         (div<VF2:mode>3): Merge from divv2df3 and divv4df3.
13846         (div<VF1:mode>3): Merge from divv4sf3 and divv8sf3.
13847         (<sse>_div<mode>3): Merge with *avx_div<mode>3.  Use VF mode iterator.
13848         (<sse>_vmdiv<mode>3): Merge with *avx_vmdiv<mode>3.  Use VF_128
13849         mode iterator.
13850         (<sse>_rcp<mode>2): Merge from avx_rcpv8sf2 and sse_rcpv4sf2.
13851         Use VF1 mode iterator.
13852         (sse_vmrcpv4sf2): Merge with *avx_vmrcpv4sf2.
13853         (sqrt<VF2:mode>2): New expander.
13854         (sqrt<VF1:mode>2): Merge from sqrtv4sf2 and sqrtv8sf2.
13855         (<sse>_sqrt<mode>2): Merge from avx_sqrtv8sf2, sse_sqrtv4sf, sqrtv4df2
13856         and sqrtv2df2.  Use VF mode iterator.
13857         (<sse>_vmsqrt<mode>2): Merge with *avx_vmsqrt<mode>2.  Use VF_128
13858         mode iterator.
13859         (rsqrt<VF1:mode>2): Merge from rsqrtv4sf2 and rsqrtv8sf2.
13860         (<sse>_rsqrt<mode>2): Merge from avx_rsqrtv8sf2 and sse_rsqrt4sf2.
13861         Use VF1 mode iterator.
13862         (sse_vmrsqrtv4sf2): Merge with *avx_vmrsqrtv4sf2.
13863         (<smaxmin:code><mode>3): Use VF mode iterator.
13864         (*<smaxmin:code><mode>3_finite): Merge with
13865         *avx_<smaxmin:code><mode>3_finite.  Use VF mode iterator.
13866         (*<smaxmin:code><mode>3): Merge with *avx_<smaxmin:code><mode>3.
13867         (<sse>_vm<smaxmin:code><mode>2): Merge with
13868         *avx_vm<smaxmin:code><mode>2.  Use VF_128 mode iterator.
13869         (*ieee_smin<mode>3): Merge with *avx_ieee_smin<mode>3.  Use VF
13870         mode iterator.
13871         (*ieee_smax<mode>3): Merge with *avx_ieee_smax<mode>3.  Use VF
13872         mode iterator.
13873         (sse3_addsubv2df3): Merge with *avx_addsubv2df3.
13874         (sse3_addsubv4sf3): Merge with *avx_addsubv4sf3.
13875         (sse3_h<plusminus_insn>v2df3): Merge with *avx_h<plusminus_insn>v2df3.
13876         (sse3_h<plusminus_insn>v4sf3): Merge with *avx_h<plusminus_insn>v4sf3.
13877         (avx_cmp<mode>3): Rename from avx_cmp<ssemodesuffix><mode>3.  Use
13878         VF mode iterator.
13879         (avx_vmcmp<mode>3): Rename from avx_cmp<ssescalarmodesuffix><mode>3.
13880         Use VF_128 mode iterator.
13881         (<sse>_maskcmp<mode>3): Merge with *avx_maskcmp<mode>3.  Use VF
13882         mode iterator.
13883         (<sse>_vmmaskcmp<mode>3): Merge with *avx_vmmaskcmp<mode>3.  Use
13884         VF_128 mode iterator.
13885         (vcond<mode>): Use VF mode iterator.
13886         * config/i386/predicates.md (sse_comparison_operator): Merge with
13887         avx_comparison_float_operator.  Do not declare as special_predicate.
13888         * config/i386/i386.c (struct builtin_description): Update for renamed
13889         compare patterns.
13890         (ix86_expand_args_builtin): Ditto.
13891         (ix86_expand_sse_compare_mask): Ditto.
13892
13893 2011-04-06  Richard Guenther  <rguenther@suse.de>
13894
13895         * tree-inline.c (estimate_num_insns): For calls simply account
13896         for all passed arguments and a used return value.
13897
13898 2011-04-06  Richard Guenther  <rguenther@suse.de>
13899
13900         PR tree-optimization/47663
13901         * cgraph.h (struct cgraph_edge): Add call_stmt_size and
13902         call_stmt_time fields.
13903         (cgraph_edge_inlinable_p): Declare.
13904         (cgraph_edge_recursive_p): New inline function.
13905         * cgraph.c (cgraph_create_edge_1): Initialize call_stmt_size.
13906         (cgraph_clone_edge): Copy it.
13907         * ipa-inline.c (cgraph_estimate_edge_time): New function.
13908         Account for call stmt time.
13909         (cgraph_estimate_time_after_inlining): Take edge argument.
13910         (cgraph_estimate_edge_growth): Account call stmt size.
13911         (cgraph_estimate_size_after_inlining): Take edge argument.
13912         (cgraph_mark_inline_edge): Adjust.
13913         (cgraph_check_inline_limits): Likewise.
13914         (cgraph_recursive_inlining_p): Remove.
13915         (cgraph_edge_badness): Use cgraph_edge_recursive_p.
13916         (cgraph_decide_recursive_inlining): Take edge argument and
13917         adjust.
13918         (cgraph_decide_inlining_of_small_functions): Do not avoid
13919         diags for recursive inlining here.
13920         (cgraph_flatten): Adjust.
13921         (cgraph_decide_inlining_incrementally): Likewise.
13922         (estimate_function_body_sizes): Remove call cost handling.
13923         (compute_inline_parameters): Initialize caller edge call costs.
13924         (cgraph_estimate_edge_growth): New function.
13925         (cgraph_estimate_growth): Use it.
13926         (cgraph_edge_badness): Likewise.
13927         (cgraph_check_inline_limits): Take an edge argument.
13928         (cgraph_decide_inlining_of_small_functions): Adjust.
13929         (cgraph_decide_inlining): Likewise.
13930         * tree-inline.c (estimate_num_insns): Only account for call
13931         return value if it is used.
13932         (expand_call_inline): Avoid diagnostics on recursive inline
13933         functions here.
13934         * lto-cgraph.c (lto_output_edge): Output edge call costs.
13935         (input_edge): Input edge call costs.
13936
13937 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13938
13939         * config/alpha/osf5.h (MAX_OFILE_ALIGNMENT): Define.
13940
13941 2011-04-06  Jonathan Wakely  <jwakely.gcc@gmail.com>
13942
13943         * doc/invoke.texi (Spec Files): Fix typo.
13944
13945 2011-04-06  Eric Botcazou  <ebotcazou@adacore.com>
13946
13947         * profile.c (branch_prob): Move declaration of local variable.  Remove
13948         obsolete ??? comment.  Expand the location explicitly instead of using
13949         the LOCATION_FILE and LOCATION_LINE macros.
13950
13951 2011-04-06  Wei Guozhi  <carrot@google.com>
13952
13953         PR target/47855
13954         * config/arm/arm.md (arm_cmpsi_insn): Compute attr "length".
13955         (arm_cond_branch): Likewise.
13956         (arm_cond_branch_reversed): Likewise.
13957         (arm_jump): Likewise.
13958         (push_multi): Likewise.
13959         * config/arm/constraints.md (Py): New constraint.
13960
13961 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
13962
13963         PR bootstrap/48471
13964         * dbxout.c (debug_nesting, symbol_queue, symbol_queue_index):
13965         Move these...
13966         (symbol_queue_size, DBXOUT_DECR_NESTING): ...and these...
13967         (DBXOUT_DECR_NESTING_AND_RETURN): ...and this under
13968         #ifdef DBX_DEBUGGING_INFO.
13969
13970 2011-04-05  Bernd Schmidt  <bernds@codesourcery.com>
13971
13972         PR bootstrap/48403
13973         * haifa-sched.c (schedule_block): Increment cycle_issued_insns only
13974         if old and new states differ.
13975
13976 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
13977
13978         * config/m68k/m68k.c (m68k_handle_option): Don't handle OPT_m5200,
13979         OPT_m5206e, OPT_m528x, OPT_m5307, OPT_m5407 and OPT_mcfv4e.
13980         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS, ASM_CPU_SPEC): Don't
13981         handle -m5200, -m5206e, -m528x, -m5307, -m5407 and -mcfv4e.
13982         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407,
13983         mcfv4e): Use Alias.
13984         * config/m68k/t-mlibs (MULTILIB_MATCHES): Don't map legacy
13985         ColdFire options to -mcpu= options.
13986
13987 2011-04-05  Jeff Law  <law@redhat.com>
13988
13989         * tree-ssa-threadupdate.c (determine_bb_domination_status): Always
13990         check if BB is a successor of LOOP->header and return
13991         NONDOMINATING if it is not, regardless of ENABLE_CHECKING.
13992
13993 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
13994
13995         * cprop.c (struct reg_use): Remove.
13996         (reg_use_table): Make an array of RTX.
13997         (find_used_regs, constprop_register, local_cprop_pass,
13998         bypass_block): Simplify users of reg_use_table.
13999         (cprop_insn): Likewise.  Iterate if copy propagation succeeded
14000         on one of the uses found by find_used_regs.
14001
14002 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
14003
14004         PR bootstrap/48469
14005         * combine.c (combine_instructions): #ifdef AUTO_INC_DEC links
14006         declaration.
14007
14008 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
14009
14010         * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links
14011         as an rtx.
14012         (try_combine) [AUTO_INC_DEC]: Declare a local link rtx.
14013
14014 2011-04-05  Steven Bosscher  <steven@gcc.gnu.org>
14015
14016         PR middle-end/48441
14017         * cprop.c (one_cprop_pass): Do not mark_oprs_set of deleted insns.
14018
14019 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
14020
14021         * combine.c: Include obstack.h.
14022         (struct insn_link): Define.
14023         (uid_log_links): Adjust type.
14024         (FOR_EACH_LOG_LINK): New macro.
14025         (insn_link_obstack): Declare.
14026         (alloc_insn_link): Define.
14027         (create_log_links): Call it.  Use FOR_EACH_LOG_LINK and adjust
14028         type of link variables.
14029         (find_single_use, insn_a_feeds_b, combine_instructions): Likewise.
14030         (try_combine, record_promoted_values, distribute_notes): Likewise.
14031         (distribute_links): Likewise.  Tweak prototype.
14032         (clear_log_links): Delete.
14033         (adjust_for_new_dest): Call alloc_insn_link.
14034         * Makefile.in (combine.o): Depend on $(OBSTACK_H).
14035
14036 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
14037
14038         * gcse.c (modify_mem_list): Convert to an array of VECs.
14039         (canon_modify_mem_list, compute_transp): Tweak formatting.
14040         (alloc_gcse_mem): Likewise.  Adjust for modify_mem_list change.
14041         (load_killed_in_block_p): Likewise.
14042         (record_last_mem_set_info): Likewise.
14043         (clear_modify_mem_tables): Likewise.
14044
14045 2011-04-05  Tom de Vries  <tom@codesourcery.com>
14046
14047         PR middle-end/48461
14048         * function.c (emit_use_return_register_into_block): Only define if
14049         HAVE_return.
14050
14051 2011-04-05  Eric Botcazou  <ebotcazou@adacore.com>
14052
14053         * stor-layout.c (self_referential_size): Fix 2010-07-13 commit.
14054
14055 2011-04-05  Joseph Myers  <joseph@codesourcery.com>
14056
14057         * config/rx/rx-opts.h: New.
14058         * config/rx/rx.c (rx_cpu_type): Remove.
14059         (rx_handle_option): Don't assert that global structures are in
14060         use.  Access variables via opts pointer.  Defer most handling of
14061         OPT_mint_register_.  Use error_at.
14062         (rx_option_override): Handle deferred OPT_mint_register_ here.
14063         * config/rx/rx.h (enum rx_cpu_types): Move to rx-opts.h.
14064         * config/rx/rx.opt (config/rx/rx-opts.h: New HeaderInclude.
14065         (mcpu=): Use Enum and specifiy rx_cpu_type with Var.
14066         (rx_cpu_types): New Enum and EnumValue entries.
14067         (mint-register=): Use Defer and use Var accordingly.
14068
14069 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
14070
14071         * debug.h (debug_flush_symbol_queue, debug_queue_symbol): Delete.
14072         (debug_free_queue, debug_nesting, symbol_queue_index): Delete.
14073         * final.c (debug_flush_symbol_queue, debug_queue_symbol):
14074         Move these...
14075         (debug_free_queue, debug_nesting, symbol_queue_index):
14076         ...and these...
14077         * dbxout.c: ...to here.  Make static.
14078
14079 2011-04-05  Nathan Froyd  <froydnj@codesourcery.com>
14080
14081         * gcse.c (modify_pair): Define.  Define a VEC of it.
14082         (canon_modify_mem_list): Convert to an array of VECs.
14083         (free_insn_expr_list_list): Delete.
14084         (clear_modify_mem_tables): Call VEC_free instead.
14085         (record_last_mem_set_info): Don't modify canon_modify_mem_list.
14086         (alloc_gcse_mem): Adjust for canon_modify_mem_list change.
14087         (canon_list_insert, compute_transp): Likewise.
14088
14089 2011-04-05  Tom de Vries  <tom@codesourcery.com>
14090
14091         PR target/43920
14092         * config/arm/arm.h (BRANCH_COST): Set to 1 for Thumb-2 when optimizing
14093         for size.
14094
14095 2011-04-05  Tom de Vries  <tom@codesourcery.com>
14096
14097         PR target/43920
14098         * function.c (emit_use_return_register_into_block): New function.
14099         (thread_prologue_and_epilogue_insns): Use
14100         emit_use_return_register_into_block.
14101
14102 2011-04-05  Tom de Vries  <tom@codesourcery.com>
14103
14104         PR target/43920
14105         * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
14106         insn.
14107
14108 2011-04-05  Tom de Vries  <tom@codesourcery.com>
14109
14110         * cfgcleanup.c (try_crossjump_bb): Remove 2 superfluous variables.
14111
14112 2011-04-05  Yufeng Zhang  <yufeng.zhang@arm.com>
14113
14114         * config/arm/arm.md (define_constants for unspec): Replace with
14115         define_c_enum.
14116         (define_constants for unspecv): Replace with define_c_enum.
14117         * config/arm/neon.md (define_constants for unspec): Replace with
14118         define_c_enum.
14119
14120 2011-04-04  Richard Henderson  <rth@redhat.com>
14121
14122         PR bootstrap/48400
14123         * dwarf2out.c (output_line_info): Always emit line info from
14124         at least one section.
14125         (dwarf2out_init): Create text_section_line_info here ...
14126         (set_cur_line_info_table): ... not here.
14127
14128 2011-04-04  Vladimir Makarov  <vmakarov@redhat.com>
14129
14130         PR target/48380
14131         * ira.c (ira): Call grow_reg_equivs when fix_reg_equiv_init is
14132         not called.
14133
14134         * ira-emit.c (emit_move_list): Update reg_equiv_init insn list.
14135
14136 2011-04-04  Steven Bosscher  <steven@gcc.gnu.org>
14137
14138         * cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'.
14139         (expr_equiv_p): Remove.
14140         (insert_set_in_table): Look at <dest, src> pair instead of expr.
14141         (hash_scan_set): Update call to insert_set_in_table.
14142         (dump_hash_table): Dump <dest, src> pair.
14143         (lookup_set): Simplify.  Lookup <dest, src> pair.
14144         (compute_transp): Remove, fold heavily simplified code into...
14145         (compute_local_properties): ...here.  Expect COMP and TRANSP
14146         unconditionally.
14147         (find_avail_set): Take set directly from struct expr.
14148         (find_bypass-set): Likewise.
14149         (bypass_block): Likewise.
14150         (cprop_insn): Likewise.  Remove redundant INSN_P test.
14151
14152         * cprop.c (implicit_set_cond_p): Assume nothing about COND, move
14153         checks on form of COND from find_implicit_sets to here.
14154         (find_implicit_sets): Cleanup control flow. Split critical edges
14155         if it exposes implicit sets.  Allocate/resize implicit_sets as
14156         necessary.
14157         (one_cprop_pass): Only delete unreachable blocks if local_cprop_pass
14158         changed something.  Run df_analyze after find_implicit_sets if any
14159         edges were split.  Do not allocate implicit_sets here.
14160
14161         * cprop.c: s/gcse/cprop/ everywhere except for flag_gcse.
14162         (gcse_obstack): Renamed to cprop_obstack.
14163         (GNEW, GNEWVEC, GNEWVAR): Remove.
14164         (gmalloc): Remove.
14165         (alloc_hash_table): Use XNEWVAR instead of GNEWVAR.
14166         (GOBNEW, GOBNEWVAR): Adjust for gcse_obstack renaming.
14167         (gcse_alloc): Likewise, and rename to cprop_alloc.
14168         (alloc_gcse_men, free_gcse_mem): Remove.
14169         (gcse_constant_p): Rename to cprop_constant_p, and adjust all callers.
14170         (compute_hash_table_work): Allocate and free reg_set_bitmap here.
14171         (one_cprop_pass): Likewise. Adjust for gcse_obstack renaming.
14172
14173         * cprop.c (oprs_not_set_p): Remove.
14174         (mark_set, mark_clobber): Remove.
14175         (mark_oprs_set): Rewrite using DF_INSN_INFO_DEFS cache.
14176         (reg_not_set_p): New function.
14177         (find_avail_set): Use reg_not_set_p instead of oprs_not_set_p.
14178         (cprop_insn): Likewise.
14179         (cprop_jump): Use FOR_EACH_EDGE.
14180
14181 2011-04-04  Bernd Schmidt  <bernds@codesourcery.com>
14182
14183         PR bootstrap/48403
14184         * haifa-sched.c (nonscheduled_insns_begin): New static variable.
14185         (rank_for_schedule): Use scheduled_insns vector instead of
14186         last_scheduled_insn.
14187         (ok_for_early_queue_removal): Likewise.
14188         (queue_to_ready): Search forward in nonscheduled_insns_begin if
14189         we have a dbg_cnt.
14190         (choose_ready): Likewise.
14191         (commit_schedule): Use VEC_iterate.
14192         (schedule_block): Initialize nonscheduled_insns_begin.  If we have
14193         a dbg_cnt, use it and ensure the first insn is in the ready list.
14194         (haifa_sched_init): Allocate scheduled_insns.
14195         (sched_extend_ready_list): Don't allocate it; reserve space.
14196         (haifa_sched_finish): Free it.
14197
14198 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
14199
14200         * optc-gen.awk: Always remove type from Variable entry before
14201         recording in var_seen.
14202
14203 2011-04-04  Eric Botcazou  <ebotcazou@adacore.com>
14204
14205         * cfghooks.c (tidy_fallthru_edges): Add ??? comment.
14206         * tree-inline.c (delete_unreachable_blocks_update_callgraph): Remove
14207         call to tidy_fallthru_edges.
14208
14209 2011-04-04  Joseph Myers  <joseph@codesourcery.com>
14210
14211         * doc/options.texi (ToLower): Document.
14212         * opt-functions.awk (switch_bit_fields): Initialize cl_tolower field.
14213         * opts-common.c (decode_cmdline_option): Handle cl_tolower.
14214         * opts.h (cl_option): Add cl_tolower field.
14215         * config/rx/rx.c (rx_handle_option): Use strcmp of -mcpu=
14216         arguments with lowercase strings.
14217         * config/rx/rx.opt (mcpu=): Add ToLower.
14218         * config/rx/t-rx (MULTILIB_MATCHES): Don't handle uppercase -mcpu=
14219         argument.
14220
14221 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
14222
14223         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Delete.
14224
14225 2011-04-04  Richard Sandiford  <richard.sandiford@linaro.org>
14226
14227         * config/vax/vax.c: Include reload.h.
14228
14229 2011-04-04  Anatoly Sokolov  <aesok@post.ru>
14230
14231         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Remove.
14232         * config/sparc/sparc.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
14233         (sparc_preferred_reload_class): New function.
14234
14235 2011-04-04  Jakub Jelinek  <jakub@redhat.com>
14236
14237         PR debug/48401
14238         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
14239         Use PAT_VAR_LOCATION_LOC instead of INSN_VAR_LOCATION_LOC.
14240
14241 2011-04-03  Nathan Froyd  <froydnj@codesourcery.com>
14242
14243         * tree.h (struct tree_const_decl): Inherit from tree_decl_common.
14244         * tree.c (initialize_tree_contains_struct): Adjust accordingly.
14245
14246 2011-04-03  Anatoly Sokolov  <aesok@post.ru>
14247
14248         * config/avr/avr.h (ASM_OUTPUT_BSS): Remove.
14249         (ASM_OUTPUT_ALIGNED_BSS): Define.
14250
14251 2011-04-03  Michael Matz  <matz@suse.de>
14252
14253         * lto-streamer.h (struct lto_streamer_cache_d): Remove offsets
14254         and next_slot members.
14255         (lto_streamer_cache_insert, lto_streamer_cache_insert_at,
14256         lto_streamer_cache_lookup, lto_streamer_cache_get): Adjust prototypes.
14257         (lto_streamer_cache_append): Declare.
14258         * lto-streamer.c (lto_streamer_cache_add_to_node_array): Use
14259         unsigned index, remove offset parameter, ensure that we append
14260         or update existing entries.
14261         (lto_streamer_cache_insert_1): Use unsigned index, remove offset_p
14262         parameter, update next_slot for append.
14263         (lto_streamer_cache_insert): Use unsigned index, remove offset_p
14264         parameter.
14265         (lto_streamer_cache_insert_at): Likewise.
14266         (lto_streamer_cache_append): New function.
14267         (lto_streamer_cache_lookup): Use unsigned index.
14268         (lto_streamer_cache_get): Likewise.
14269         (lto_record_common_node): Don't test tree_node_can_be_shared.
14270         (preload_common_node): Adjust call to lto_streamer_cache_insert.
14271         (lto_streamer_cache_delete): Don't free offsets member.
14272         * lto-streamer-out.c (eq_string_slot_node): Use memcmp.
14273         (lto_output_string_with_length): Use lto_output_data_stream.
14274         (lto_output_tree_header): Remove ix parameter, don't write it.
14275         (lto_output_builtin_tree): Likewise.
14276         (lto_write_tree): Adjust callers to above, don't track and write
14277         offset, write unsigned index.
14278         (output_unreferenced_globals): Don't emit all global vars.
14279         (write_global_references): Use unsigned indices.
14280         (lto_output_decl_state_refs): Likewise.
14281         (write_symbol): Likewise.
14282         * lto-streamer-in.c (lto_input_chain): Move earlier.
14283         (input_function): Use unsigned index.
14284         (input_alias_pairs): Don't read and then ignore all global vars.
14285         (lto_materialize_tree): Remove ix_p parameter, don't read index,
14286         don't pass it back, use lto_streamer_cache_append.
14287         (lto_register_var_decl_in_symtab): Use unsigned index.
14288         (lto_register_function_decl_in_symtab): Likewise.
14289         (lto_get_pickled_tree): Don't read in or handle offset, read unsigned
14290         index.
14291         (lto_get_builtin_tree): Don't read index, use
14292         lto_streamer_cache_append.
14293         (lto_read_tree): Adjust call to lto_materialize_tree.
14294
14295         * ipa-inline.c (cgraph_edge_badness): Move growth calculaton,
14296         don't use function calls in arguments to MIN.
14297
14298         * varasm.c (decl_binds_to_current_def_p): Don't check TREE_PUBLIC
14299         twice.
14300
14301         * gimple.c (gimple_type_leader_entry): Mark deletable.
14302
14303 2011-04-03  Alan Modra  <amodra@gmail.com>
14304
14305         * dwarf2out.c (mem_loc_descriptor): Recurse on LO_SUM.
14306
14307 2011-04-03  Michael Matz  <matz@suse.de>
14308
14309         * tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not
14310         an integer.
14311         * tree.h (tree_decl_non_common.vindex): Adjust comment.
14312
14313 2011-04-03  Michael Matz  <matz@suse.de>
14314
14315         * cgraphbuild.c (record_reference): Canonicalize constructor values.
14316         * gimple-fold.c (canonicalize_constructor_val): Accept being called
14317         without function context.
14318         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear
14319         current_function_decl and cfun.
14320
14321 2011-04-03  Michael Matz  <matz@suse.de>
14322
14323         * tree.c (decl_init_priority_insert): Don't create entry for
14324         default priority.
14325         (decl_fini_priority_insert): Ditto.
14326         (fields_compatible_p, find_compatible_field): Remove.
14327         * tree.h (fields_compatible_p, find_compatible_field): Remove.
14328         * gimple.c (gimple_compare_field_offset): Adjust block comment.
14329
14330 2011-04-03  Eric Botcazou  <ebotcazou@adacore.com>
14331
14332         * combine.c (try_combine): Remove useless local variable.
14333
14334 2011-04-03  Richard Guenther  <rguenther@suse.de>
14335             Ira Rosen  <ira.rosen@linaro.org>
14336
14337         * tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all
14338         non-variable offsets and compare the remaining bases of the two
14339         accesses instead of looking for exact same data-ref.
14340
14341 2011-04-02  Kai Tietz  <ktietz@redhat.com>
14342
14343         PR target/48416
14344         * i386.c (ix86_function_arg_boundary): Fix printf formatter.
14345
14346         * i386.c (ix86_is_msabi_thiscall): New helper function.
14347         (ix86_is_type_thiscall): New helper function.
14348         (ix86_comp_type_attributes): Handle thiscall for method-functions
14349         special.
14350         (init_cumulative_args): Likewise.
14351         (find_drap_reg): Likewise.
14352         (ix86_static_chain): Likewise.
14353         (x86_this_parameter): Likewise.
14354         (x86_output_mi_thunk): Likewise.
14355
14356 2011-04-01  Olivier Hainque  <hainque@adacore.com>
14357             Nicolas Setton  <setton@adacore.com>
14358             Eric Botcazou  <ebotcazou@adacore.com>
14359
14360         * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
14361         (add_gnat_descriptive_type_attribute): New function.
14362         (gen_array_type_die): Call it.
14363         (gen_enumeration_type_die): Likewise.
14364         (gen_struct_or_union_type_die): Likewise.
14365         (modified_type_die): Likewise.
14366         * langhooks.h (lang_hooks_for_types): New descriptive_type hook.
14367         * langhooks-def.h (LANG_HOOKS_DESCRIPTIVE_TYPE): Default to NULL.
14368         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_DESCRIPTIVE_TYPE.
14369
14370 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
14371
14372         PR bootstrap/48148
14373         * dwarf2out.c (resolve_addr): Don't call force_decl_die
14374         if DECL_EXTERNAL has non-NULL DECL_ABSTRACT_ORIGIN.
14375
14376         Revert:
14377         2011-03-17  Richard Guenther  <rguenther@suse.de>
14378
14379         PR bootstrap/48148
14380         * lto-cgraph.c (input_overwrite_node): Clear the abstract
14381         origin for decls in other ltrans units.
14382         (input_varpool_node): Likewise.
14383
14384 2011-04-01  Jakub Jelinek  <jakub@redhat.com>
14385
14386         PR middle-end/48335
14387         * expr.c (expand_assignment): Handle all possibilities
14388         if TO_RTX is CONCAT.
14389         * expmed.c (store_bit_field_1): Avoid trying to create invalid SUBREGs.
14390         (store_split_bit_field): If SUBREG_REG (op0) or
14391         op0 itself has smaller mode than word, return it
14392         for offset 0 and const0_rtx for out-of-bounds stores.
14393         If word is const0_rtx, skip it.
14394
14395 2011-04-01  Naveen H.S  <naveen.S@kpitcummins.com>
14396
14397         * config/h8300/h8300.c (print_operand_address): Rename to...
14398         (h8300_print_operand_address): ...this. Make static. Adjust comments.
14399         Call h8300_print_operand and h8300_print_operand_address instead of
14400         print_operand and print_operand_address. Declare.
14401         (print_operand): Renake to...
14402         (h8300_print_operand): ...this. Make static. Adjust comments.
14403         Call h8300_print_operand instead of print_operand. Declare.
14404         (h8300_print_operand_punct_valid_p): Moved from h8300.h file.
14405         (h8300_register_move_cost): Likewise.
14406         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_PRINT_OPERAND
14407         TARGET_PRINT_OPERAND_ADDRESS, TARGET_REGISTER_MOVE_COST): Define.
14408         * config/h8300/h8300.h (PRINT_OPERAND_ADDRESS, PRINT_OPERAND
14409         PRINT_OPERAND_PUNCT_VALID_P, REGISTER_MOVE_COST): Delete.
14410         * config/h8300/h8300-protos.h (print_operand): Delete.
14411         (print_operand_address): Delete.
14412
14413 2011-04-01  Richard Henderson  <rth@redhat.com>
14414
14415         PR 48400
14416         * dwarf2out.c (dwarf2out_source_line): Disable discriminators
14417         in strict mode before dwarf4.  Re-order tests to early out
14418         before switching sections.
14419
14420 2011-04-01  Nathan Froyd  <froydnj@codesourcery.com>
14421
14422         * config/h8300/constraints.md: New file.
14423         * config/h8300/h8300.md: Include it.  Use satisfies_constraint_J,
14424         satisfies_constraint_L, and satisfies_constraint_N for peephole2s.
14425         (*tst_extzv_1_n, *tstsi_variable_bit_qi): Use satisfies_constraint_U.
14426         * config/h8300/predicates.md (bit_operand): Likewise.
14427         (incdec_operand): Use satisfies_constraint_M and
14428         satisfies_constraint_O.  Don't use C code block.
14429         * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Delete.
14430         * config/h8300/h8300.c (h8300_reg_class_from_letter): Delete.
14431         (compute_mov_length): Use satisfies_constraint_G.
14432         (fix_bit_operand): Use satisfies_constraint_U.
14433         * config/h8300/h8300.h (REG_CLASS_FROM_LETTER): Delete.
14434         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Delete.
14435         (CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O): Delete.
14436         (CONST_OK_FOR_Ppositive, CONST_OK_FOR_Pnegative): Delete.
14437         (CONST_OK_FOR_P, CONSTRAINT_LEN_FOR_P): Delete.
14438         (CONST_OK_FOR_CONSTRAINT_P, CONST_OK_FOR_LETTER_P): Delete.
14439         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
14440         (OK_FOR_Q, OK_FOR_R, OK_FOR_S, OK_FOR_T, OK_FOR_U, OK_FOR_WU): Delete.
14441         (OK_FOR_W, CONSTRAINT_LEN_FOR_W, OK_FOR_Y2, OK_FOR_Y0): Delete.
14442         (OK_FOR_Y, CONSTRAINT_LEN_FOR_Y, OK_FOR_Z): Delete.
14443         (EXTRA_CONSTRAINT_STR, CONSTRAINT_LEN): Delete.
14444         (EXTRA_MEMORY_CONSTRAINT): Delete.
14445
14446 2011-04-01  Andrew Pinski  <pinskia@gmail.com>
14447             Michael Meissner  <meissner@linux.vnet.ibm.com>
14448
14449         PR target/48262
14450         * config/rs6000/vector.md (movmisalign<mode>): Allow for memory
14451         operands, as per the specifications.
14452
14453         * config/rs6000/altivec.md (vec_extract_evenv4si): Correct modes.
14454         (vec_extract_evenv4sf): Ditto.
14455         (vec_extract_evenv8hi): Ditto.
14456         (vec_extract_evenv16qi): Ditto.
14457         (vec_extract_oddv4si): Ditto.
14458
14459 2011-03-31  Mark Wielaard  <mjw@redhat.com>
14460
14461         * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or
14462         high_pc attribute if the CU has no associated code. Only output
14463         DW_AT_entry_pc for CU if not generating strict dwarf and
14464         dwarf_version < 4.
14465
14466 2011-04-01  Bernd Schmidt  <bernds@codesourcery.com>
14467
14468         * dwarf2out.h (dwarf2out_frame_debug_init): Declare.
14469         * dwarf2out.c (dwarf2out_frame_debug_init): New function, broken
14470         out of ...
14471         (dwarf2out_frame_debug): ... here. Don't handle a NULL argument.
14472         * final.c (final_start_function): Call the new function rather
14473         than using a NULL argument for dwarf2out_frame_debug.
14474
14475         * ifcvt.c (cond_exec_process_insns): Disallow converting a block
14476         that contains the prologue.
14477
14478         * haifa-sched.c (queue_insn): New arg REASON.  All callers
14479         changed.  Print it in debugging output.
14480
14481         * sched-ebb.c (schedule_ebbs): Honor the BB_DISABLE_SCHEDULE flag.
14482
14483         * sched-ebb.c (begin_schedule_ready): Remove second argument.
14484         Split most of the code into...
14485         (begin_move_insn): ... here.  New function.
14486         (ebb_sched_info): Add a pointer to it.
14487         * haifa-sched.c (scheduled_insns): New static variable.
14488         (sched_extend_ready_list): Allocate it.
14489         (schedule_block): Use it to record the order of scheduled insns.
14490         Perform RTL changes to move insns only after all scheduling
14491         decisions have been made.
14492         * modulo-sched.c (sms_sched_haifa_sched_info): Add NULL entry for the
14493         begin_move_insn field.
14494         * sel-sched-ir.c (sched_sel_haifa_sched_info): Likewise.
14495         * sched-int.h (struct haifa_sched_info): Remove second argument
14496         from begin_schedule_ready hook.  Add new member begin_move_insn.
14497         * sched-rgn.c (begin_schedule_ready): Remove second argument.
14498         (rgn_const_sched_info): Add NULL entry for the begin_move_insn field.
14499
14500         * haifa-sched.c (prune_ready_list): New function, broken out of
14501         schedule_block.
14502         (schedule_block): Use it.
14503
14504 2011-04-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14505
14506         * config/spu/t-spu-elf (dp-bit.c): Use > instead of >>.
14507
14508 2011-04-01  Kai Tietz  <ktietz@redhat.com>
14509
14510         * config.gcc (*-*-mingw*): Allow as option the
14511         posix threading model.
14512         * config/i386/mingw32.h (SPEC_PTHREAD1,  SPEC_PTHREAD2):
14513         New macros defined dependent to TARGET_USE_PTHREAD_BY_DEFAULT
14514         definition.
14515         (CPP_SPEC): Add pthread/no-pthread handling.
14516         (LIB_SPEC): Likewise.
14517         * config/i386/mingw-w64.h (CPP_SPEC):Likewise.
14518         (LIB_SPEC): Likewise.
14519         * config/i386/t-cygming (SHLIB_PTHREAD_CFLAG): New
14520         flag to pass -pthread option for shared libgcc build.
14521         (SHLIB_PTHREAD_LDFLAG): New option to pass -lpthread
14522         for shared libgcc build.
14523         * config/i386/t-mingw-pthread: New file.
14524         * config/i386/mingw-pthread.h (TARGET_USE_PTHREAD_BY_DEFAULT):
14525         New define to enable use of library pthread by default.
14526         * config/i386/mingw.opt (pthread): New driver option.
14527         (no-pthread): New driver option.
14528         * config/i386/cygming.opt: Make sure trailing empty line is retained.
14529         * config/i386/mingw-w64.opt: Likewise.
14530
14531 2011-04-01  Gary Funck  <gary@intrepid.com>
14532
14533         * c-decl.c (grokdeclarator): Fix formatting.
14534
14535 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
14536
14537         * expr.c (emit_block_move_via_movmem): Use n_generator_args
14538         instead of n_operands.
14539         (set_storage_via_setmem): Likewise.
14540         * optabs.c (maybe_gen_insn): Likewise.
14541         * config/arm/arm.c (arm_init_neon_builtins): Likewise.
14542         * config/mips/mips.c (mips_expand_builtin_compare_1): Likewise.
14543         (mips_expand_builtin_direct): Likewise.
14544         * config/spu/spu.c (expand_builtin_args): Likewise.
14545
14546 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
14547
14548         * recog.h (insn_data_d): Add n_generator_args.
14549         * genoutput.c (data): Likewise.
14550         (output_insn_data): Print it.
14551         (max_opno, num_dups): Delete.
14552         (scan_operands): Just fill in "d->operand[...]".
14553         (gen_insn, gen_peephole, gen_expand, gen_split): Use get_pattern_stats.
14554
14555 2011-04-01  Richard Sandiford  <richard.sandiford@linaro.org>
14556
14557         * gensupport.h (pattern_stats): New structure.
14558         * gensupport.c (get_pattern_stats_1, get_pattern_stats): New functions.
14559         * genemit.c (max_opno, max_dupno, max_scratch_opno): Delete.
14560         (max_operand_1, max_operand_vec): Delete.
14561         (gen_insn, gen_expand, gen_split): Use get_pattern_stats.
14562
14563 2011-03-31  Nathan Froyd  <froydnj@codesourcery.com>
14564
14565         * emit-rtl.c (emit_pattern_after_setloc): New function.
14566         (emit_insn_after_setloc, emit_jump_insn_after_setloc): Call it.
14567         (emit_call_insn_after_setloc, emit_debug_insn_after_setloc): Likewise.
14568         (emit_pattern_after): New function.
14569         (emit_insn_after, emit_jump_insn_after): Call it.
14570         (emit_call_insn_after, emit_debug_insn_after): Likewise.
14571         (emit_pattern_before_setloc): New function.
14572         (emit_insn_before_setloc, emit_jump_insn_before_setloc): Call it.
14573         (emit_call_insn_before_setloc, emit_debug_insn_before_setloc):
14574         Likewise.
14575         (emit_pattern_before): New function.
14576         (emit_insn_before, emit_jump_insn_before): Call it.
14577         (emit_call_insn_before, emit_debug_insn_before): Likewise.
14578
14579 2011-03-31  Richard Henderson  <rth@redhat.com>
14580
14581         * dwarf2out.c (dw_separate_line_info_ref): Remove.
14582         (dw_separate_line_info_entry): Remove.
14583         (enum dw_line_info_opcode): New.
14584         (dw_line_info_entry): Use it.
14585         (dw_line_info_table, dw_line_info_table_p): New.
14586         (DWARF_LINE_OPCODE_BASE): Include dwarf3 opcodes.
14587         (line_info_table, line_info_label_num): Remove.
14588         (line_info_table_in_use): Remove.
14589         (separate_line_info_table): Remove.
14590         (separate_line_info_table_allocated): Remove.
14591         (separate_line_info_table_in_use): Remove.
14592         (LINE_INFO_TABLE_INCREMENT): Remove.
14593         (line_info_label_num): New.
14594         (cur_line_info_table): New.
14595         (text_section_line_info, cold_text_section_line_info): New.
14596         (separate_line_info): New.
14597         (SEPARATE_LINE_CODE_LABEL): Remove.
14598         (print_dwarf_line_table): Remove.
14599         (debug_dwarf): Don't dump it.
14600         (output_one_line_info_table): New.
14601         (output_line_info): Use it.
14602         (new_line_info_table): New.
14603         (set_cur_line_info_table): New.
14604         (dwarf2out_switch_text_section): Use it.
14605         (dwarf2out_begin_function): Likewise.
14606         (push_dw_line_info_entry): New.
14607         (dwarf2out_source_line): Rewrite for new line info tables.
14608         (dwarf2out_init): Remove dead initailizations.
14609
14610 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
14611
14612         * opts.h (cl_option): Add comments to fields.  Add bit-fields for
14613         various flags.
14614         (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK,
14615         CL_SEPARATE_ALIAS, CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE,
14616         CL_DISABLED, CL_REPOR, CL_REJECT_NEGATIVE, CL_MISSING_OK,
14617         CL_UINTEGER, CL_NEGATIVE_ALIAS): Remove.
14618         (CL_JOINED, CL_SEPARATE, CL_UNDOCUMENTED): Update bit positions.
14619         * opt-functions.awk (flag_init, switch_bit_fields): New.
14620         (switch_flags): Don't handle flags moved to bit-fields.  Don't
14621         generate CL_MISSING_OK or CL_SAVE.
14622         * optc-gen.awk: Update to generate bit-field output as well as
14623         flags field.
14624         * gcc.c (driver_wrong_lang_callback): Use cl_reject_driver
14625         bit-field instead of CL_REJECT_DRIVER flag.
14626         * opts-common.c (generate_canonical_option,
14627         decode_cmdline_option): Use bit-fields instead of CL_* flags.
14628         * opts.c (maybe_default_option): Use cl_reject_negative bit-field
14629         instead of CL_REJECT_NEGATIVE flag.
14630         * toplev.c (print_switch_values): Use cl_report bit-field instead
14631         of CL_REPORT flag.
14632
14633 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
14634
14635         * tree-ssa-pre.c (create_component_ref_by_pieces_1) <ARRAY_REF>: Drop
14636         a zero minimum index only if it is redundant.
14637
14638 2011-03-31  Vladimir Makarov  <vmakarov@redhat.com>
14639
14640         PR rtl-optimization/48381
14641         * ira-color.c (assign_hard_reg): Use hard reg set intersection
14642         instead of ira_class_hard_reg_index for calculating conflicting
14643         hard registers.
14644
14645 2011-03-31  Steven Bosscher  <steven@gcc.gnu.org>
14646
14647         * cprop.c: Clean up hash table building.
14648         (reg_avail_info): Remove.
14649         (oprs_available_p): Remove.
14650         (record_last_reg_set_info): Remove.
14651         (record_last_set_info): Remove.
14652         (reg_available_p): New function.
14653         (gcse_constant_p): Do not treat unfolded conditions as constants.
14654         (make_set_regs_unavailable): New function.
14655         (hash_scan_set): Simplify with new reg_available_p.
14656         (compute_hash_table_work): Traverse insns stream only once.
14657         Do not compute reg_avail_info. Traverse insns in reverse order.
14658         Record implicit sets after recording explicit sets from the block.
14659
14660 2011-03-31  Michael Matz  <matz@suse.de>
14661
14662         * builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc.
14663
14664 2011-03-31  Anatoly Sokolov  <aesok@post.ru>
14665
14666         * config/h8300/h8300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove macro.
14667         * config/h8300/h8300-protos.h (h8300_get_index): Remove.
14668         * config/h8300/h8300.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14669         (h8300_mode_dependent_address_p): New function.
14670         (h8300_get_index): Make static.
14671
14672 2011-03-31  Jeff Law  <law@redhat.com>
14673
14674         * reload1.c (elimination_effects): Fix typo in recent change.
14675
14676         * tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid
14677         typo potentially leading to null pointer dereference.
14678
14679         * caller-save.c (new_saved_hard_reg): Eliminate return value.
14680         (setup_save_areas): Corresponding changes to avoid useless
14681         assignments.
14682
14683         * jump.c (reversed_comparison_code_parts): Avoid successive return
14684         statements when REVERSE_CONDITION is defined.
14685
14686         * expr.c (expand_assignment): Avoid useless assignments.
14687         (expand_expr_real_1): Likewise.
14688         (expand_expr_real_2): Avoid useless statements.
14689
14690         * tree-ssa-phiopt.c (minmax_replacement): Avoid useless statement.
14691
14692         * cfgexpand.c (expand_gimple_basic_block): Avoid useless assignment.
14693
14694         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Avoid useless
14695         statements.
14696
14697         * stmt.c (expand_expr_stmt): Avoid useless assignment.
14698
14699 2011-03-31  Joseph Myers  <joseph@codesourcery.com>
14700
14701         PR target/47109
14702         * doc/tm.texi.in (TARGET_VERSION): Remove.
14703         * doc/tm.texi: Regenerate.
14704         * system.h (TARGET_VERSION, MACHINE_TYPE): Poison.
14705         * collect2.c (main): Don't use TARGET_VERSION.
14706         * mips-tdump.c (main): Don't use TARGET_VERSION.
14707         * mips-tfile.c (main): Don't use TARGET_VERSION.
14708         * config.gcc (powerpc-wrs-vxworksae): Don't use rs6000/vxworksae.h.
14709         * config/rs6000/vxworksae.h: Remove.
14710         * config/alpha/alpha.h (TARGET_VERSION): Remove.
14711         * config/alpha/freebsd.h (TARGET_VERSION): Remove.
14712         * config/alpha/linux-elf.h (TARGET_VERSION): Remove.
14713         * config/alpha/netbsd.h (TARGET_VERSION): Remove.
14714         * config/alpha/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
14715         * config/arm/arm.h (TARGET_VERSION): Remove.
14716         * config/arm/coff.h (TARGET_VERSION): Remove.
14717         * config/arm/ecos-elf.h (TARGET_VERSION): Remove.
14718         * config/arm/elf.h (TARGET_VERSION): Remove.
14719         * config/arm/freebsd.h (TARGET_VERSION): Remove.
14720         * config/arm/linux-elf.h (TARGET_VERSION): Remove.
14721         * config/arm/netbsd-elf.h (TARGET_VERSION): Remove.
14722         * config/arm/pe.h (TARGET_VERSION): Remove.
14723         * config/arm/rtems-elf.h (TARGET_VERSION): Remove.
14724         * config/arm/semi.h (TARGET_VERSION): Remove.
14725         * config/arm/uclinux-elf.h (TARGET_VERSION): Remove.
14726         * config/arm/unknown-elf.h (TARGET_VERSION): Remove.
14727         * config/arm/vxworks.h (TARGET_VERSION): Remove.
14728         * config/avr/avr.h (TARGET_VERSION): Remove.
14729         * config/bfin/bfin.h (TARGET_VERSION): Remove.
14730         * config/fr30/fr30.h (TARGET_VERSION): Remove.
14731         * config/frv/frv.h (TARGET_VERSION): Remove.
14732         * config/h8300/h8300.h (TARGET_VERSION): Remove.
14733         * config/i386/cygwin.h (TARGET_VERSION): Remove.
14734         * config/i386/darwin.h (TARGET_VERSION): Remove.
14735         * config/i386/darwin64.h (TARGET_VERSION): Remove.
14736         * config/i386/djgpp.h (TARGET_VERSION): Remove.
14737         * config/i386/freebsd.h (TARGET_VERSION): Remove.
14738         * config/i386/freebsd64.h (TARGET_VERSION): Remove.
14739         * config/i386/gnu.h (TARGET_VERSION): Remove.
14740         * config/i386/i386-interix.h (TARGET_VERSION): Remove.
14741         * config/i386/i386elf.h (TARGET_VERSION): Remove.
14742         * config/i386/linux.h (TARGET_VERSION): Remove.
14743         * config/i386/linux64.h (TARGET_VERSION): Remove.
14744         * config/i386/lynx.h (TARGET_VERSION): Remove.
14745         * config/i386/mingw32.h (TARGET_VERSION): Remove.
14746         * config/i386/netbsd-elf.h (TARGET_VERSION): Remove.
14747         * config/i386/netbsd64.h (TARGET_VERSION): Remove.
14748         * config/i386/netware.h (TARGET_VERSION): Remove.
14749         * config/i386/nto.h (TARGET_VERSION): Remove.
14750         * config/i386/openbsd.h (TARGET_VERSION): Remove.
14751         * config/i386/vxworks.h (TARGET_VERSION): Remove.
14752         * config/ia64/elf.h (TARGET_VERSION): Remove.
14753         * config/ia64/freebsd.h (TARGET_VERSION): Remove.
14754         * config/ia64/hpux.h (TARGET_VERSION): Remove.
14755         * config/ia64/linux.h (TARGET_VERSION): Remove.
14756         * config/ia64/vms.h (TARGET_NAME, TARGET_VERSION): Remove.
14757         * config/iq2000/iq2000.h (IQ2000_VERSION, MACHINE_TYPE,
14758         TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
14759         * config/lm32/lm32.h (TARGET_VERSION): Remove.
14760         * config/lm32/uclinux-elf.h (TARGET_VERSION): Remove.
14761         * config/m32c/m32c.h (TARGET_VERSION): Remove.
14762         * config/m32r/linux.h (LINUX_DEFAULT_ELF, TARGET_VERSION): Remove.
14763         * config/m32r/m32r.h (TARGET_VERSION): Remove.
14764         * config/m68k/linux.h (TARGET_VERSION): Remove.
14765         * config/m68k/m68k.h (TARGET_VERSION): Remove.
14766         * config/m68k/netbsd-elf.h (TARGET_VERSION): Remove.
14767         * config/m68k/uclinux.h (TARGET_VERSION): Remove.
14768         * config/mcore/mcore-elf.h (TARGET_VERSION): Remove.
14769         * config/mep/mep.h (TARGET_VERSION): Remove.
14770         * config/microblaze/microblaze.h (MICROBLAZE_VERSION,
14771         MACHINE_TYPE, TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
14772         * config/mips/iris6.h (MACHINE_TYPE): Remove.
14773         * config/mips/linux.h (TARGET_VERSION): Remove.
14774         * config/mips/netbsd.h (MACHINE_TYPE): Remove.
14775         * config/mips/vxworks.h (TARGET_VERSION): Remove.
14776         * config/mmix/mmix.h (TARGET_VERSION): Remove.
14777         * config/mn10300/linux.h (TARGET_VERSION): Remove.
14778         * config/mn10300/mn10300.h (TARGET_VERSION): Remove.
14779         * config/pa/pa.h (TARGET_VERSION): Remove.
14780         * config/pdp11/pdp11.h (TARGET_VERSION): Remove.
14781         * config/picochip/picochip.h (TARGET_VERSION): Remove.
14782         * config/rs6000/aix.h (TARGET_VERSION): Remove.
14783         * config/rs6000/darwin.h (TARGET_VERSION): Remove.
14784         * config/rs6000/darwin64.h (TARGET_VERSION): Remove.
14785         * config/rs6000/eabi.h (TARGET_VERSION): Remove.
14786         * config/rs6000/eabialtivec.h (TARGET_VERSION): Remove.
14787         * config/rs6000/eabisim.h (TARGET_VERSION): Remove.
14788         * config/rs6000/eabispe.h (TARGET_VERSION): Remove.
14789         * config/rs6000/freebsd.h (TARGET_VERSION): Remove.
14790         * config/rs6000/linux.h (TARGET_VERSION): Remove.
14791         * config/rs6000/linux64.h (TARGET_VERSION): Remove.
14792         * config/rs6000/linuxaltivec.h (TARGET_VERSION): Remove.
14793         * config/rs6000/linuxspe.h (TARGET_VERSION): Remove.
14794         * config/rs6000/lynx.h (TARGET_VERSION): Remove.
14795         * config/rs6000/netbsd.h (TARGET_VERSION): Remove.
14796         * config/rs6000/sysv4.h (TARGET_VERSION): Remove.
14797         * config/rs6000/vxworks.h (TARGET_VERSION): Remove.
14798         * config/s390/linux.h (TARGET_VERSION): Remove.
14799         * config/s390/s390.h (TARGET_VERSION): Remove.
14800         * config/s390/tpf.h (TARGET_VERSION): Remove.
14801         * config/score/score.h (TARGET_VERSION): Remove.
14802         * config/sh/linux.h (TARGET_VERSION): Remove.
14803         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN,
14804         TARGET_VERSION_CPU, TARGET_VERSION): Remove.
14805         * config/sh/sh.h (TARGET_VERSION): Remove.
14806         * config/sh/sh64.h (TARGET_VERSION): Remove.
14807         * config/sh/superh.h (TARGET_VERSION): Remove.
14808         * config/sh/vxworks.h (TARGET_VERSION): Remove.
14809         * config/sparc/freebsd.h (TARGET_VERSION): Remove.
14810         * config/sparc/linux.h (TARGET_VERSION): Remove.
14811         * config/sparc/linux64.h (TARGET_VERSION): Remove.
14812         * config/sparc/netbsd-elf.h (TARGET_VERSION, TARGET_NAME64,
14813         TARGET_NAME32, TARGET_NAME): Remove.
14814         * config/sparc/openbsd64.h (TARGET_VERSION): Remove.
14815         * config/sparc/sp-elf.h (TARGET_VERSION): Remove.
14816         * config/sparc/sp64-elf.h (TARGET_VERSION): Remove.
14817         * config/sparc/sysv4.h (TARGET_VERSION): Remove.
14818         * config/sparc/vxworks.h (TARGET_VERSION): Remove.
14819         * config/spu/spu.h (TARGET_VERSION): Remove.
14820         * config/stormy16/stormy16.h (TARGET_VERSION): Remove.
14821         * config/v850/v850.h (TARGET_VERSION): Remove.
14822         * config/vax/linux.h (TARGET_VERSION): Remove.
14823         * config/vax/vax.h (TARGET_NAME, TARGET_VERSION): Remove.
14824         * config/xtensa/elf.h (TARGET_VERSION): Remove.
14825         * config/xtensa/linux.h (TARGET_VERSION): Remove.
14826
14827 2011-03-31  Eric Botcazou  <ebotcazou@adacore.com>
14828
14829         PR target/48142
14830         * config/i386/i386.c (ix86_adjust_stack_and_probe): Differentiate
14831         frame-related from frame-unrelated adjustments to the stack pointer.
14832
14833 2011-03-31  Jakub Jelinek  <jakub@redhat.com>
14834
14835         * common.opt (fdebug-types-section): Move earlier.
14836         * doc/invoke.texi: Fix up -fno-debug-types-section documentation.
14837
14838 2011-03-31  Andreas Tobler  <andreast@fgznet.ch>
14839
14840         * config/rs6000/rs6000.c (rs6000_handle_option): Remove unused isel
14841         var.
14842
14843 2011-03-30  Nathan Froyd  <froydnj@codesourcery.com>
14844
14845         * tree.h (CASE_CHAIN): Define.
14846         * tree-cfg.c (edge_to_cases_cleanup, get_cases_for_edge): Use it.
14847         (gimple_redirect_edge_and_branch): Likewise.
14848
14849 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
14850
14851         PR middle-end/48367
14852         * ira-costs.c (find_costs_and_classes): Fix a typo in i_mem_cost
14853         calculation.
14854
14855 2011-03-30  Jeff Law  <law@redhat.com>
14856
14857         * PR bootstrap/48371
14858         * reload1.c (reload): Fix botch in last change.
14859
14860         * reload.h (struct reload): Fix typo introduced in last change.
14861
14862 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
14863
14864         * config/arm/arm.opt (mhard-float, msoft-float): Mark
14865         Undocumented.  Remove help text.
14866         * doc/invoke.texi (ARM Options): Don't document -msoft-float and
14867         -mhard-float.
14868
14869 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
14870
14871         * doc/options.texi (NegativeAlias): Document.
14872         (Alias): Mention NegativeAlias.
14873         * opt-functions.awk: Handle NegativeAlias.
14874         * optc-gen.awk: Disallow NegativeAlias with multiple Alias arguments.
14875         * opts-common.c (decode_cmdline_option): Handle CL_NEGATIVE_ALIAS.
14876         * opts.h (CL_NEGATIVE_ALIAS): Define.
14877         * config/rs6000/rs6000.c (rs6000_parse_yes_no_option): Remove.
14878         (rs6000_handle_option): Don't handle OPT_mvrsave_, OPT_misel_ and
14879         OPT_mspe_.
14880         * config/rs6000/rs6000.opt (mvrsave=, misel=, mspe=): Replace with
14881         Alias entries.
14882         * config/rs6000/t-spe (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
14883         mno-spe and mno-isel instead of mspe=no and -misel=no.
14884
14885 2011-03-29  Mark Wielaard  <mjw@redhat.com>
14886
14887         * common.opt (fdebug-types-section): New flag.
14888         * doc/invoke.texi: Document new -fno-debug-types-section flag.
14889         * dwarf2out.c (use_debug_types): New define.
14890         (struct die_struct): Mark die_id with GTY desc use_debug_types.
14891         (print_die): Guard output of type unit signatures using
14892         use_debug_types.
14893         (build_abbrev_table): Replace assert of dwarf_version >= 4
14894         with assert on use_debug_types.
14895         (size_of_die): Likewise.
14896         (unmark_dies): Likewise.
14897         (value_format): Decide AT_ref_external form on use_debug_types.
14898         (output_die): Replace dwarf_version version check guard with
14899         use_debug_types where appropriate.
14900         (modified_type_die): Likewise.
14901         (gen_reference_type_die): Likewise.
14902         (dwarf2out_start_source_file): Likewise.
14903         (dwarf2out_end_source_file): Likewise.
14904         (prune_unused_types_walk_attribs): Likewise.
14905         (dwarf2out_finish): Likewise.
14906
14907 2011-03-30  Vladimir Makarov  <vmakarov@redhat.com>
14908
14909         * ira-color.c (ira_assign_hard_reg): Use only one variable 'mode'.
14910
14911 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
14912
14913         PR rtl-optimization/48332
14914         * optabs.c (expand_binop_directly): Set xmodeN to the target-mandated
14915         mode of input operand N and modeN to its actual mode.
14916
14917 2011-03-30  Jeff Law  <law@redhat.com>
14918
14919         * reload.h (reg_equiv_constant): Move into new structure reg_equivs,
14920         define accessor macro.
14921         (reg_equiv_invariant, reg_equiv_memory_loc): Likewise.
14922         (reg_equiv_address, reg_equiv_mem, reg_equiv_alt_mem_list): Likewise.
14923         (reg_equiv_init): Likewise.
14924         (reg_equivs_size): New variable.
14925         (reg_equiv_init_size): Remove.
14926         (allocate_initial_values): Move prototype to here from....
14927         * integrate.h (allocate_initial_values): Remove prototype.
14928         * integrate.c: Include reload.h.
14929         (allocate_initial_values): Corresponding changes.
14930         * ira.c (find_reg_equiv_invariant_cost): Corresponding changes.
14931         (fix_reg_equiv_init, no_equiv): Corresponding changes.
14932         (update_equiv_regs): Corresponding changes.
14933         (ira): Corresponding changes.
14934         * reload.c (push_reg_equiv_alt_mem): Corresponding changes.
14935         (push_secondary_reload): Corresponding changes.
14936         (push_reload, find_reloads, find_reloads_toplev): Corresponding changes.
14937         (make_memloc, find_reloads_address): Corresponding changes.
14938         (subst_reg_equivs, subst_indexed_address): Corresponding changes.
14939         (find_reloads_address_1): Corresponding changes.
14940         (find_reloads_subreg_address, subst_reloads): Corresponding changes.
14941         (refers_to_regno_for_reload_p): Corresponding changes.
14942         (reg_overlap_mentioned_for_reload_p): Corresponding changes.
14943         (refers_to_mem_for_reload_p, find_equiv_reg): Corresponding changes.
14944         * reload1.c: Include ggc.h.
14945         (grow_reg_equivs): New function.
14946         (replace_pseudos_in, reload): Corresponding changes.
14947         (calculate_needs_all_insns, alter_regs): Corresponding changes.
14948         (eliminate_regs_1, elimination_effects): Corresponding changes.
14949         (emit_input_reload_insns, emit_output_reload_insns): Likewise.
14950         (delete_output_reload): Likewise.
14951         * caller-save.c (mark_referenced_regs): Corresponding changes.
14952         * alpha/alpha.c (resolve_reload_operand): Corresponding changes.
14953         * frv/predicates.md (frv_load_operand): Corresponding changes.
14954         * microblaze/microblaze.c (double_memory_operand): Corresponding
14955         changes.
14956         * avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Corresponding changes.
14957         * xtensa/xtensa.c (fixup_subreg_mem): Corresponding changes.
14958         * mn10300/mn10300.c (mn10300_secondary_reload): Corresponding changes.
14959         * m68k/m68k.c (emit_move_sequence): Corresponding changes.
14960         * arm/arm.c (arm_reload_in_hi, arm_reload_out_hi): Corresponding
14961         changes.
14962         * pa/pa.c (emit_move_sequence): Corresponding changes.
14963         * vax/vax.c (nonindexed_address_p): Corresponding changes.
14964
14965 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
14966
14967         PR target/47551
14968         * config/arm/arm.c (coproc_secondary_reload_class): Handle
14969         structure modes.  Don't check neon_vector_mem_operand for
14970         vector or structure modes.
14971
14972 2011-03-30  Richard Sandiford  <richard.sandiford@linaro.org>
14973             Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
14974
14975         PR target/43590
14976         * config/arm/neon.md (neon_vld3qa<mode>, neon_vld4qa<mode>): Remove
14977         operand 1 and reshuffle the operands to match.
14978         (neon_vld3<mode>, neon_vld4<mode>): Update accordingly.
14979
14980 2011-03-30  Christian Schüler  <cschueler@gmx.de>
14981
14982         PR driver/48208
14983         * config/c.opt (F): Added 'Driver' to -F option.
14984
14985         PR driver/48260
14986         * config/darwin-driver.c (darwin_driver_init): Add '-arch' to
14987           handler function.
14988         * config/darwin.opt: Added '-arch' option.
14989
14990 2011-03-30  Nick Clifton  <nickc@redhat.com>
14991
14992         * config/rx/rx.md: Add peepholes and patterns to combine
14993         extending loads and simple arithmetic instructions.
14994         * config/rx/rx.h (ADJUST_INSN_LENGTH): Define.
14995         * config/rx/rx-protos.h (rx_adjust_insn_length): Prototype.
14996         * config/rx/rx.c (rx_is_legitimate_address): Allow QI and HI
14997         modes to use pre-decrement and post-increment addressing.
14998         (rx_is_restricted_memory_address): Add range checking of REG+INT
14999         addresses.
15000         (rx_print_operand): Add support for %Q.  Fix handling of %Q.
15001         (rx_memory_move_cost): Adjust cost of stores.
15002         (rx_adjust_insn_length): New function.
15003
15004 2011-03-30  Jakub Jelinek  <jakub@redhat.com>
15005
15006         PR c/48305
15007         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
15008         arg10/arg11 in (X ^ Y) == (Z ^ W) are always fold converted to
15009         matching arg00/arg01 types.
15010
15011 2011-03-30  Eric Botcazou  <ebotcazou@adacore.com>
15012
15013         * cfglayout.c (insn_locators_alloc): Initialize curr_location and
15014         last_location to UNKNOWN_LOCATION.
15015
15016 2011-03-30  H.J. Lu  <hongjiu.lu@intel.com>
15017
15018         PR target/48349
15019         * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
15020         FLOAT_SSE_REGS.
15021
15022 2011-03-30  Joseph Myers  <joseph@codesourcery.com>
15023             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15024
15025         PR bootstrap/48337
15026         * config/sparc/sparc.opt (sparc_cpu_and_features): Add
15027         Init(PROCESSOR_V7).
15028         (sparc_cpu): Likewise.
15029         * config/sparc/sparc.c (sparc_option_override): Replace 0 by
15030         PROCESSOR_V7.
15031
15032 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
15033
15034         PR target/48336
15035         PR middle-end/48342
15036         PR rtl-optimization/48345
15037         * ira-color.c (setup_conflict_profitable_regs): Exclude prohibited
15038         hard regs for given mode from profitable regs when doing secondary
15039         allocation.
15040
15041 2011-03-29  Jeff Law  <law@redhat.com>
15042
15043         PR bootstrap/48327
15044         * tree-ssa-threadupdate.c (struct redirection_data): Remove
15045         do_not_duplicate field.
15046         (lookup_redirection_data): Corresponding changes.
15047         (create_duplicates): Always create a template block.
15048         (redirect_edges): Remove code which reused the original block
15049         when it was going to become unreachable code.
15050         (thread_block): Don't set do_not_duplicate field.
15051
15052 2011-03-29  Joseph Myers  <joseph@codesourcery.com>
15053
15054         * lto-opts.c (register_user_option_p, lto_register_user_option):
15055         Make type argument unsigned.
15056         * lto-streamer.h (lto_register_user_option): Make type argument
15057         unsigned.
15058         * opth-gen.awk: Make CL_* macros unsigned.
15059         * opts-common.c (find_opt): Make lang_mask argument unsigned.
15060         * opts.h (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER,
15061         CL_TARGET, CL_COMMON, CL_SEPARATE_NARGS_MASK, CL_SEPARATE_ALIAS,
15062         CL_NO_DRIVER_ARG, CL_REJECT_DRIVER, CL_SAVE, CL_DISABLED,
15063         CL_REPORT, CL_JOINED, CL_SEPARATE, CL_REJECT_NEGATIVE,
15064         CL_MISSING_OK, CL_UINTEGER, CL_UNDOCUMENTED): Make unsigned.
15065         (find_opt): Make lang_mask argument unsigned.
15066
15067 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
15068
15069         PR rtl-optimization/48331
15070         PR rtl-optimization/48334
15071         * ira-color.c (color_allocnos): Call setup_profitable_hard_regs
15072         for any used algorithm.
15073
15074 2011-03-29  Vladimir Makarov  <vmakarov@redhat.com>
15075
15076         * ira-conflicts.c (build_object_conflicts): Add unused attribute
15077         to parent_max.
15078
15079 2011-03-29  Uros Bizjak  <ubizjak@gmail.com>
15080
15081         * config/alpha/alpha.c (alpha_sr_alias_set): Don't define.
15082         (alpha_option_override): Don't set alpha_sr_alias_set.
15083         (emit_frame_store_1): Use gen_frame_mem rather than calling
15084         set_mem_alias_set.
15085         (alpha_expand_epilogue): Ditto.
15086
15087 2011-03-29  Ira Rosen  <ira.rosen@linaro.org>
15088
15089         PR tree-optimization/48290
15090         * tree-vect-loop.c (vect_analyze_loop_operations): In outer loop
15091         vectorization, check that relevant phis in the basic block after
15092         the inner loop are really inner loop's exit phis.
15093
15094 2011-03-29  Richard Sandiford  <richard.sandiford@linaro.org>
15095
15096         PR debug/48190
15097         * dwarf2out.c (dw_loc_list_node): Add resolved_addr and replaced.
15098         (cached_dw_loc_list_def): New structure.
15099         (cached_dw_loc_list): New typedef.
15100         (cached_dw_loc_list_table): New variable.
15101         (cached_dw_loc_list_table_hash): New function.
15102         (cached_dw_loc_list_table_eq): Likewise.
15103         (add_location_or_const_value_attribute): Take a bool cache_p.
15104         Cache the list when the parameter is true.
15105         (gen_formal_parameter_die): Update caller.
15106         (gen_variable_die): Likewise.
15107         (dwarf2out_finish): Likewise.
15108         (dwarf2out_abstract_function): Nullify cached_dw_loc_list_table
15109         while generating debug info for the decl.
15110         (dwarf2out_function_decl): Clear cached_dw_loc_list_table.
15111         (dwarf2out_init): Initialize cached_dw_loc_list_table.
15112         (resolve_addr): Cache the result of resolving a chain of
15113         location lists.
15114
15115 2011-03-28  Vladimir Makarov  <vmakarov@redhat.com>
15116
15117         * ira-color.c (update_left_conflict_sizes_p): Don't assume that
15118         conflict object hard regset nodes have intersecting hard reg sets.
15119
15120         * regmove.c (regmove_optimize): Move ira_set_pseudo_classes call
15121         after regstat_init_n_sets_and_refs.
15122
15123         * ira.c: Add more comments at the top.
15124         (setup_stack_reg_pressure_class, setup_pressure_classes):
15125         Add comments how we compute the register pressure classes.
15126         (setup_allocno_and_important_classes): Add more comments.
15127         (setup_class_translate_array, reorder_important_classes)
15128         (setup_reg_class_relations): Add comments.
15129
15130         * ira-emit.c: Add 2011 to the Copyright line.  Add comments at the
15131         start of the file.
15132
15133         * ira-color.c: Add 2011 to the Copyright line.
15134         (assign_hard_reg):  Add more comments.
15135         (improve_allocation): Ditto.
15136
15137         * ira-costs.c: Add 2011 to the Copyright line.
15138         (setup_cost_classes, setup_regno_cost_classes_by_aclass): Add more
15139         comments.
15140         (setup_regno_cost_classes_by_mode): Ditto.
15141
15142         Initial patches from ira-improv branch:
15143
15144         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
15145
15146         * ira-build.c (ira_create_object): Remove initialization of
15147         OBJECT_PROFITABLE_HARD_REGS.  Initialize OBJECT_ADD_DATA.
15148         (ira_create_allocno): Remove initialization of
15149         ALLOCNO_MEM_OPTIMIZED_DEST, ALLOCNO_MEM_OPTIMIZED_DEST_P,
15150         ALLOCNO_SOMEWHERE_RENAMED_P, ALLOCNO_CHILD_RENAMED_P,
15151         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
15152         ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO,
15153         ALLOCNO_FIRST_COALESCED_ALLOCNO, ALLOCNO_NEXT_COALESCED_ALLOCNO.
15154         Initialize ALLOCNO_ADD_DATA.
15155         (copy_info_to_removed_store_destinations): Use ALLOCNO_EMIT_DATA
15156         and allocno_emit_reg instead of ALLOCNO_MEM_OPTIMIZED_DEST_P and
15157         ALLOCNO_REG.
15158         (ira_flattening): Ditto.  Use ALLOCNO_EMIT_DATA instead of
15159         ALLOCNO_MEM_OPTIMIZED_DEST and ALLOCNO_SOMEWHERE_RENAMED_P.
15160
15161         * ira.c (ira_reallocate): Remove.
15162         (setup_pressure_classes): Call
15163         ira_init_register_move_cost_if_necessary.  Use
15164         ira_register_move_cost instead of ira_get_register_move_cost.
15165         (setup_allocno_assignment_flags): Use ALLOCNO_EMIT_DATA.
15166         (ira): Call ira_initiate_emit_data and ira_finish_emit_data.
15167
15168         * ira-color.c: Use ALLOCNO_COLOR_DATA instead of
15169         ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P, ALLOCNO_COLORABLE_P,
15170         ALLOCNO_AVAILABLE_REGS_NUM, ALLOCNO_NEXT_BUCKET_ALLOCNO,
15171         ALLOCNO_PREV_BUCKET_ALLOCNO. ALLOCNO_TEMP. Use OBJECT_COLOR_DATA
15172         instead of OBJECT_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE,
15173         OBJECT_HARD_REGS_SUBNODES_START, OBJECT_HARD_REGS_SUBNODES_NUM.
15174         Fix formatting.
15175         (object_hard_regs_t, object_hard_regs_node_t): Move from ira-int.h.
15176         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
15177         (struct allocno_color_data): New.
15178         (allocno_color_data_t): New typedef.
15179         (allocno_color_data): New definition.
15180         (ALLOCNO_COLOR_DATA): New macro.
15181         (struct object_color_data): New.
15182         (object_color_data_t): New typedef.
15183         (object_color_data): New definition.
15184         (OBJECT_COLOR_DATA): New macro.
15185         (update_copy_costs, calculate_allocno_spill_cost): Call
15186         ira_init_register_move_cost_if_necessary.  Use
15187         ira_register_move_cost instead of ira_get_register_move_cost.
15188         (move_spill_restore, update_curr_costs): Ditto.
15189         (allocno_spill_priority): Make it inline.
15190         (color_pass): Allocate and free allocno_color_dat and object_color_data.
15191         (struct coalesce_data, coalesce_data_t): New.
15192         (allocno_coalesce_data): New definition.
15193         (ALLOCNO_COALESCE_DATA): New macro.
15194         (merge_allocnos, coalesced_allocno_conflict_p): Use
15195         ALLOCNO_COALESCED_DATA instead of ALLOCNO_FIRST_COALESCED_ALLOCNO,
15196         ALLOCNO_NEXT_COALESCED_ALLOCNO, ALLOCNO_TEMP.
15197         (coalesce_allocnos): Ditto.
15198         (setup_coalesced_allocno_costs_and_nums): Ditto.
15199         (collect_spilled_coalesced_allocnos): Ditto.
15200         (slot_coalesced_allocno_live_ranges_intersect_p): Ditto.
15201         (setup_slot_coalesced_allocno_live_ranges): Ditto.
15202         (coalesce_spill_slots): Ditto.
15203         (ira_sort_regnos_for_alter_reg): Ditto.  Allocate, initialize and
15204         free allocno_coalesce_data.
15205
15206         * ira-conflicts.c: Fix formatting.
15207         (process_regs_for_copy): Call
15208         ira_init_register_move_cost_if_necessary.  Use
15209         ira_register_move_cost instead of ira_get_register_move_cost.
15210         (build_object_conflicts): Optimize.
15211
15212         * ira-costs.c (record_reg_classes): Optimize.  Call
15213         ira_init_register_move_cost_if_necessary.  Use
15214         ira_register_move_cost, ira_may_move_in_cost, and
15215         ira_may_move_out_cost instead of ira_get_register_move_cost and
15216         ira_get_may_move_cost.
15217         (record_address_regs): Ditto.
15218         (scan_one_insn): Optimize.
15219         (find_costs_and_classes): Optimize.
15220         (process_bb_node_for_hard_reg_moves): Call
15221         ira_init_register_move_cost_if_necessary.  Use
15222         ira_register_move_cost instead of ira_get_register_move_cost.
15223
15224         * ira-emit.c: Use allocno_emit_reg, ALLOCNO_EMIT_DATA instead of
15225         ALLOCNO_REG, ALLOCNO_CHILD_RENAMED_P, ALLOCNO_MEM_OPTIMIZED_DEST,
15226         ALLOCNO_MEM_OPTIMIZED_DEST_P, and ALLOCNO_SOMEWHERE_RENAMED_P.
15227         (ira_allocno_emit_data, void_p, new_allocno_emit_data_vec): New
15228         definitions.
15229         (ira_initiate_emit_data, ira_finish_emit_data)
15230         (create_new_allocno): New functions.
15231         (modify_move_list): Call create_new_alloc instead of ira_create_allocno.
15232         (emit_move_list): Call ira_init_register_move_cost_if_necessary.
15233         Use ira_register_move_cost instead of ira_get_register_move_cost.
15234
15235         * ira-int.h: Fix some comments.
15236         (object_hard_regs_t, object_hard_regs_node_t): Move to ira-color.c.
15237         (struct object_hard_regs, struct object_hard_regs_node): Ditto.
15238         (struct ira_object): Remove profitable_hard_regs, hard_regs_node,
15239         hard_regs_subnodes_start, hard_regs_subnodes_num.  Add new member
15240         add_data.
15241         (struct ira_allocno): Make mode and aclass a bitfield.  Move other
15242         bitfield after mode.  Make hard_regno a short int.  Make
15243         hard_regno short.  Remove first_coalesced_allocno and
15244         next_coalesced_allocno.  Move mem_optimized_dest_p,
15245         somewhere_renamed_p, child_renamed_p, reg, and mem_optimized_dest
15246         into struct ira_emit_data.  Remove in_graph_p, may_be_spilled_p,
15247         available_regs_num, next_bucket_allocno, prev_bucket_allocno,
15248         temp, colorable_p.  Add new member add_data.
15249         (ALLOCNO_IN_GRAPH_P, ALLOCNO_MAY_BE_SPILLED_P): Remove.
15250         (ALLOCNO_COLORABLE_P, ALLOCNO_AVAILABLE_REGS_NUM): Remove.
15251         (ALLOCNO_NEXT_BUCKET_ALLOCNO, ALLOCNO_PREV_BUCKET_ALLOCNO): Remove.
15252         (ALLOCNO_TEMP, ALLOCNO_FIRST_COALESCED_ALLOCNO): Remove.
15253         (ALLOCNO_NEXT_COALESCED_ALLOCNO): Remove.
15254         (ALLOCNO_ADD_DATA): New macro.
15255         (ira_emit_data_t): New typedef.
15256         (struct ira_emit_data): New.  Move mem_optimized_dest_p,
15257         somewhere_renamed_p, child_renamed_p, reg, mem_optimized_dest
15258         from struct ira_allocno.
15259         (ALLOCNO_EMIT_DATA): New macro.
15260         (ira_allocno_emit_data, allocno_emit_reg): New.
15261         (ALLOCNO_PROFITABLE_HARD_REGS, OBJECT_HARD_REGS_NODE): Remove.
15262         (OBJECT_HARD_REGS_SUBNODES_STAR, OBJECT_HARD_REGS_SUBNODES_NUM): Remove.
15263         (OBJECT_ADD_DATA): New macro.
15264         (ira_reallocate): Remove.
15265         (ira_initiate_emit_data, ira_finish_emit_data): New.
15266         (ira_get_register_move_cost, ira_get_may_move_cost): Remove.
15267         (ira_init_register_move_cost_if_necessary): New.
15268         (ira_object_conflict_iter_next): Merge into
15269         ira_object_conflict_iter_cond.
15270         (FOR_EACH_OBJECT_CONFLICT): Don't use ira_object_conflict_iter_next.
15271
15272         * ira-live.c (process_single_reg_class_operands): Call
15273         ira_init_register_move_cost_if_necessary.  Use
15274         ira_register_move_cost instead of ira_get_register_move_cost.
15275
15276         2010-08-13  Vladimir Makarov  <vmakarov@redhat.com>
15277
15278         * ira-int.h (struct target_ira_int): Remove x_cost_classes.
15279
15280         * ira-costs.c: Fix formatting.
15281         (cost_classes, cost_classes_num): Remove.
15282         (struct cost_classes, cost_classes_t, const_cost_classes_t): New.
15283         (regno_cost_classes, cost_classes_hash, cost_classes_eq): New.
15284         (cost_classes_del, cost_classes_htab): New.
15285         (cost_classes_aclass_cache, cost_classes_mode_cache): New.
15286         (initiate_regno_cost_classes, setup_cost_classes): New.
15287         (setup_regno_cost_classes_by_aclass): New.
15288         (setup_regno_cost_classes_by_mode, finish_regno_cost_classes): New.
15289         (record_reg_classes): Use regno_cost_classes instead of
15290         cost_classes.  Move checking opposite operand up.
15291         (record_address_regs): Use regno_cost_classes
15292         instead of cost_classes.
15293         (scan_one_insn): Ditto.  Use always general register.
15294         (print_allocno_costs): Use regno_cost_classes instead of
15295         cost_classes.
15296         (print_pseudo_costs): Ditto.  Use Reg_N_REFS.
15297         (find_costs_and_classes): Set up cost classes for each registers.
15298         Use also their mode for this.  Use regno_cost_classes instead of
15299         cost_classes.
15300         (setup_allocno_class_and_costs): Use regno_cost_classes instead of
15301         cost_classes.
15302         (free_ira_costs, ira_init_costs): Don't use cost_classes.
15303         (ira_costs, ira_set_pseudo_classes): Call
15304         initiate_regno_cost_classes and finish_regno_cost_classes.
15305
15306         2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
15307
15308         * target-def.h (TARGET_IRA_COVER_CLASSES): Remove.
15309
15310         * target.def (ira_cover_classes): Remove.
15311
15312         * doc/tm.texi: Remove TARGET_IRA_COVER_CLASSES and IRA_COVER_CLASSES.
15313
15314         * doc/tm.texi.in: Ditto.
15315
15316         * ira-conflicts.c: Remove mentioning cover classes from the file.
15317         Use ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Use
15318         ALLOCNO_COVER_CLASS_COST instead of ALLOCNO_CLASS_COST.  Fix formatting.
15319
15320         * targhooks.c (default_ira_cover_classes): Remove.
15321
15322         * targhooks.h (default_ira_cover_classes): Ditto.
15323
15324         * haifa-sched.c: Remove mentioning cover classes from the file.
15325         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
15326         ira_pressure_classes and ira_pressure_classes_num instead of
15327         ira_reg_class_cover_size and ira_reg_class_cover.  Use
15328         sched_regno_pressure_class instead of sched_regno_cover_class.
15329         (mark_regno_birth_or_death, setup_insn_reg_pressure_info): Use
15330         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
15331
15332         * ira-int.h: Add 2010 to Copyright.  Remove mentioning cover
15333         classes from the file.
15334         (object_hard_regs_t, object_hard_regs_node_t): New typedefs.
15335         (struct object_hard_regs, struct object_hard_regs_node): New.
15336         (struct ira_object): New members profitable_hard_regs,
15337         hard_regs_node, hard_regs_subnodes_start, hard_regs_subnodes_num.
15338         (struct ira_allocno): Rename cover_class to aclass.  Rename
15339         cover_class_cost and updated_cover_class_cost to class_cost and
15340         updated_class_cost.  Remove splay_removed_p and
15341         left_conflict_size.  Add new members colorable_p.
15342         (ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICTS_SIZE): Remove.
15343         (ALLOCNO_COLORABLE_P): New macro.
15344         (ALLOCNO_COVER_CLASS): Rename to ALLOCNO_CLASS.
15345         (ALLOCNO_COVER_CLASS_COST, ALLOCNO_UPDATED_COVER_CLASS_COST):
15346         Rename to ALLOCNO_CLASS_COST and ALLOCNO_UPDATED__CLASS_COST.
15347         (OBJECT_...): Rename parameter C to O.
15348         (OBJECT_PROFITABLE_HARD_REGS): New macro.
15349         (OBJECT_HARD_REGS_NODE, OBJECT_HARD_REGS_SUBNODES_START)
15350         (OBJECT_HARD_REGS_SUBNODES_NUM): New macros.
15351         (struct target_ira_int): New members x_ira_max_memory_move_cost,
15352         x_ira_max_register_move_cost, x_ira_max_may_move_in_cost,
15353         x_ira_max_may_move_out_cost, x_ira_reg_allocno_class_p,
15354         x_ira_reg_pressure_class_p, x_ira_important_class_nums,
15355         x_ira_reg_class_superunion.  Rename x_prohibited_class_mode_reg to
15356         x_ira_prohibited_class_mode_reg.  Rename x_ira_reg_class_union to
15357         x_ira_reg_class_subunion.
15358         (ira_max_memory_move_cost, ira_max_register_move_cost)
15359         (ira_max_may_move_in_cost, ira_max_may_move_out_cost)
15360         (ira_reg_allocno_class_p, ira_reg_pressure_class_p)
15361         (ira_important_class_nums, ira_reg_class_superunion): New macros.
15362         (prohibited_class_mode_regs): Rename to ira_prohibited_class_mode_regs.
15363         (ira_reg_class_union): Rename to ira_reg_class_subunion.
15364         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
15365         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
15366         (ira_tune_allocno_costs_and_cover_classes): Rename to
15367         ira_tune_allocno_costs.
15368         (ira_debug_hard_regs_forest): New.
15369         (ira_object_conflict_iter_init, ira_object_conflict_iter_cond)
15370         (ira_object_conflict_iter_next): Fix comments.
15371         (ira_hard_reg_set_intersection_p, hard_reg_set_size): New functions.
15372         (ira_allocate_and_set_costs, ira_allocate_and_copy_costs): Rename
15373         cover_class to aclass.
15374         (ira_allocate_and_accumulate_costs): Ditto.
15375         (ira_allocate_and_set_or_copy_costs): Ditto.
15376
15377         * opts.c (decode_options): Remove ira_cover_class check.
15378
15379         * ira-color.c: Remove mentioning cover classes from the file.  Use
15380         ALLOCNO_CLASS, ALLOCNO_CLASS_COST, and ALLOCNO_UPDATED_CLASS_COST
15381         instead of ALLOCNO_COVER_CLASS, ALLOCNO_COVER_CLASS_COST, and
15382         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
15383         (splay-tree.h): Remove include.
15384         (allocno_coalesced_p, processed_coalesced_allocno_bitmap): Move
15385         before copy_freq_compare_func.
15386         (allocnos_for_spilling, removed_splay_allocno_vec): Remove.
15387         (object_hard_regs_vec, object_hard_regs_htab, node_check_tick):
15388         New definitions.
15389         (hard_regs_roots, hard_regs_node_vec): Ditto.
15390         (object_hard_regs_hash, object_hard_regs_eq, find_hard_regs): Ditto.
15391         (insert_hard_regs, init_object_hard_regs, add_object_hard_regs): Ditto.
15392         (finish_object_hard_regs, object_hard_regs_compare): Ditto.
15393         (create_new_object_hard_regs_node): Ditto.
15394         (add_new_object_hard_regs_node_to_forest): Ditto.
15395         (add_object_hard_regs_to_forest, collect_object_hard_regs_cover): Ditto.
15396         (setup_object_hard_regs_nodes_parent, first_common_ancestor_node):
15397         Ditto.
15398         (print_hard_reg_set, print_hard_regs_subforest): Ditto.
15399         (print_hard_regs_forest, ira_debug_hard_regs_forest): Ditto.
15400         (remove_unused_object_hard_regs_nodes): Ditto.
15401         (enumerate_object_hard_regs_nodes): Ditto.
15402         (object_hard_regs_nodes_num, object_hard_regs_nodes): Ditto.
15403         (object_hard_regs_subnode_t): Ditto.
15404         (struct object_hard_regs_subnode): Ditto.
15405         (object_hard_regs_subnodes, object_hard_regs_subnode_index): Ditto.
15406         (setup_object_hard_regs_subnode_index): Ditto.
15407         (get_object_hard_regs_subnodes_num): Ditto.
15408         (form_object_hard_regs_nodes_forest): Ditto.
15409         (finish_object_hard_regs_nodes_tree): Ditto.
15410         (finish_object_hard_regs_nodes_forest): Ditto.
15411         (allocnos_have_intersected_live_ranges_p): Rename to
15412         allocnos_conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
15413         (pseudos_have_intersected_live_ranges_p): Rename to
15414         conflict_by_live_ranges_p.  Move before copy_freq_compare_func.
15415         (setup_left_conflict_sizes_p, update_left_conflict_sizes_p): Ditto.
15416         (empty_profitable_hard_regs, setup_profitable_hard_regs): Ditto.
15417         (update_copy_costs): Remove assert.  Skip cost update if the hard
15418         reg does not belong the class.
15419         (assign_hard_reg): Process only profitable hard regs.
15420         (uncolorable_allocnos_num): Make it scalar.
15421         (allocno_spill_priority): Use ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
15422         and ira_reg_class_max_nregs instead of ALLOCNO_LEFT_CONFLICTS_SIZE
15423         and ira_reg_class_max_nregs.
15424         (bucket_allocno_compare_func): Check frequency first.
15425         (sort_bucket): Add compare function as a parameter.
15426         (add_allocno_to_ordered_bucket): Assume no coalesced allocnos.
15427         (uncolorable_allocnos_splay_tree, USE_SPLAY_P): Remove.
15428         (push_allocno_to_stack): Rewrite for checking new allocno
15429         colorability.
15430         (remove_allocno_from_bucket_and_push): Print cost too.  Remove assert.
15431         (push_only_colorable): Pass new parameter to sort_bucket.
15432         (push_allocno_to_spill): Remove.
15433         (allocno_spill_priority_compare): Make it inline and rewrite.
15434         (splay_tree_allocate, splay_tree_free): Remove.
15435         (allocno_spill_sort_compare): New function.
15436         (push_allocnos_to_stack): Sort allocnos for spilling once.  Don't
15437         build and use splay tree.  Choose first allocno in uncolorable
15438         allocno bucket to spill.  Remove setting spill cost.
15439         (all_conflicting_hard_regs): Remove.
15440         (setup_allocno_available_regs_num): Check only profitable hard
15441         regs.  Print info about hard regs nodes.
15442         (setup_allocno_left_conflicts_size): Remove.
15443         (put_allocno_into_bucket): Don't call
15444         setup_allocno_left_conflicts_size.  Use setup_left_conflict_sizes_p.
15445         (improve_allocation): New.
15446         (color_allocnos): Call setup_profitable_hard_regs,
15447         form_object_hard_regs_nodes_forest, improve_allocation,
15448         finish_object_hard_regs_nodes_forest.  Setup spill cost.
15449         (print_loop_title): Use pressure classes.
15450         (color_allocnso): Ditto.
15451         (do_coloring): Remove allocation and freeing splay_tree_node_pool
15452         and allocnos_for_spilling.
15453         (ira_sort_regnos_for_alter_reg): Don't setup members
15454         {first,next}_coalesced_allocno.
15455         (color): Remove allocating and freeing removed_splay_allocno_vec.
15456         (fast_allocation): Use ira_prohibited_class_mode_regs instead of
15457         prohibited_class_mode_regs.
15458
15459         * ira-lives.c: Remove mentioning cover classes from the file.  Fix
15460         formatting.
15461         (update_allocno_pressure_excess_length): Use pressure classes.
15462         (inc_register_pressure, dec_register_pressure): Check for pressure
15463         class.
15464         (mark_pseudo_regno_live, mark_pseudo_regno_subword_live): Use
15465         pressure class.  Use ira_reg_class_nregs instead of
15466         ira_reg_class_max_nregs.
15467         (mark_pseudo_regno_dead, mark_pseudo_regno_subword_dead): Ditto.
15468         (mark_hard_reg_live, mark_hard_reg_dead): Use pressure class.
15469         (single_reg_class): Use ira_reg_class_nregs instead of
15470         ira_reg_class_max_nregs.
15471         (process_bb_node_lives): Use pressure classes.
15472
15473         * ira-emit.c: Remove mentioning cover classes from the file.  Use
15474         ALLOCNO_CLASS instead of ALLOCNO_COVER_CLASS.  Fix formatting.
15475         (change_loop): Use pressure classes.
15476         (modify_move_list): Call ira_set_allocno_class instead of
15477         ira_set_allocno_cover_class.
15478
15479         * ira-build.c: Remove mentioning cover classes from the file.  Use
15480         ALLOCNO_CLASS and ALLOCNO_CLASS_COST instead of
15481         ALLOCNO_COVER_CLASS and ALLOCNO_COVER_CLASS_COST.  Use
15482         ALLOCNO_UPDATED_CLASS_COST instead of
15483         ALLOCNO_UPDATED_COVER_CLASS_COST.  Fix formatting.
15484         (ira_create_object): Initiate OBJECT_PROFITABLE_HARD_REGS.
15485         (ira_create_allocno): Remove initialization of
15486         ALLOCNO_SPLAY_REMOVED_P, ALLOCNO_LEFT_CONFLICT_SIZE.  Initialize
15487         ALLOCNO_COLORABLE_P.
15488         (ira_set_allocno_cover_class): Rename to ira_set_allocno_class.
15489         Update conflict regs for the objects.
15490         (create_cap_allocno): Remove assert.  Don't propagate
15491         ALLOCNO_AVAILABLE_REGS_NUM.
15492         (ira_free_allocno_costs): New function.
15493         (finish_allocno): Change a part of code into call of
15494         ira_free_allocno_costs.
15495         (low_pressure_loop_node_p): Use pressure classes.
15496         (object_range_compare_func): Don't compare classes.
15497         (setup_min_max_conflict_allocno_ids): Ditto.
15498
15499         * loop-invariant.c: Remove mentioning cover classes from the file.
15500         Use ira_pressure_classes and ira_pressure_classes_num instead of
15501         ira_reg_class_cover_size and ira_reg_class_cover.  Fix formatting.
15502         (get_cover_class_and_nregs): Rename to get_cover_pressure_and_nregs.
15503         Use ira_reg_class_max_nregs instead of ira_reg_class_nregs.
15504         Use reg_allocno_class instead of reg_cover_class.
15505         (get_inv_cost): Use instead ira_stack_reg_pressure_class of
15506         STACK_REG_COVER_CLASS.
15507         (get_regno_cover_class): Rename to get_regno_pressure_class.
15508         (move_loop_invariants): Initialize and finalize regstat.
15509
15510         * ira.c: Remove mentioning cover classes from the file.  Add
15511         comments about coloring without cover classes.  Use ALLOCNO_CLASS
15512         instead of ALLOCNO_COVER_CLASS.  Fix formatting.
15513         (alloc_reg_class_subclasses, setup_reg_subclasses): Move it before
15514         setup_class_subset_and_memory_move_costs.
15515         (setup_stack_reg_pressure_class, setup_pressure_classes): New.
15516         (setup_cover_and_important_classes): Rename to
15517         setup_allocno_and_important_classes.
15518         (setup_class_translate_array): New.
15519         (setup_class_translate): Call it for allocno and pressure classes.
15520         (cover_class_order): Rename to allocno_class_order.
15521         (comp_reg_classes_func): Use ira_allocno_class_translate instead
15522         of ira_class_translate.
15523         (reorder_important_classes): Set up ira_important_class_nums.
15524         (setup_reg_class_relations): Set up ira_reg_class_superunion.
15525         (print_class_cover): Rename to print_classes.  Add parameter.
15526         (ira_debug_class_cover): Rename to ira_debug_allocno_classes.
15527         Print pressure classes too.
15528         (find_reg_class_closure): Rename to find_reg_classes.  Don't call
15529         setup_reg_subclasses.
15530         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
15531         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
15532         (setup_prohibited_class_mode_regs): Use
15533         ira_prohibited_class_mode_regs instead of prohibited_class_mode_regs.
15534         (clarify_prohibited_class_mode_regs): New function.
15535         (ira_init_register_move_cost): Set up ira_max_register_move_cost,
15536         ira_max_may_move_in_cost, and ira_max_may_move_out_cost.
15537         (ira_init_once): Initialize them.
15538         (free_register_move_costs): Process them.
15539         (ira_init): Move calls of find_reg_classes and
15540         setup_hard_regno_aclass after setup_prohibited_class_mode_regs.
15541         Call clarify_prohibited_class_mode_regs.
15542         (ira_no_alloc_reg): Remove.
15543         (too_high_register_pressure_p): Use pressure classes.
15544
15545         * sched-deps.c: Remove mentioning cover classes from the file.
15546         Use ira_reg_pressure_cover instead of ira_reg_class_cover.  Use
15547         ira_pressure_classes and ira_pressure_classes_num instead of
15548         ira_reg_class_cover_size and ira_reg_class_cover.
15549         (mark_insn_hard_regno_birth, mark_hard_regno_death): Use
15550         sched_regno_pressure_class instead of sched_regno_cover_class.
15551         (mark_insn_pseudo_birth, mark_pseudo_death): Ditto.  Use
15552         ira_reg_class_max_nregs instead of ira_reg_class_nregs.
15553
15554         * ira.h: Add 2010 to Copyright.
15555         (ira_no_alloc_reg): Remove external.
15556         (struct target_ira): Rename x_ira_hard_regno_cover_class,
15557         x_ira_reg_class_cover_size, x_ira_reg_class_cover, and
15558         x_ira_class_translate to x_ira_hard_regno_allocno_class,
15559         x_ira_allocno_classes_num, x_ira_allocno_classes, and
15560         x_ira_allocno_class_translate.  Add x_ira_pressure_classes_num,
15561         x_ira_pressure_classes, x_ira_pressure_class_translate, and
15562         x_ira_stack_reg_pressure_class.  Rename x_ira_reg_class_nregs to
15563         x_ira_reg_class_max_nregs.  Add x_ira_reg_class_min_nregs and
15564         x_ira_no_alloc_regs.
15565         (ira_hard_regno_cover_class): Rename to ira_hard_regno_allocno_class.
15566         (ira_reg_class_cover_size, ira_reg_class_cover): Rename to
15567         ira_allocno_classes_num and ira_allocno_classes.
15568         (ira_class_translate): Rename to ira_allocno_class_translate.
15569         (ira_pressure_classes_num, ira_pressure_classes): New definitions.
15570         (ira_pressure_class_translate, ira_stack_reg_pressure_class): Ditto.
15571         (ira_reg_class_nregs): Rename to ira_reg_class_max_nregs.
15572         (ira_reg_class_min_nregs, ira_stack_reg_pressure_class): New
15573         (ira_no_alloc_regs): New.
15574
15575         * ira-costs.c: Add 2010 to Copyright.  Remove mentioning cover
15576         classes from the file.  Use ALLOCNO_CLASS instead of
15577         ALLOCNO_COVER_CLASS.  Use ALLOCNO_CLASS_COST instead of
15578         ALLOCNO_COVER_CLASS_COST.
15579         (regno_cover_class): Rename to regno_aclass.
15580         (record_reg_classes): Use ira_reg_class_subunion instead of
15581         ira_reg_class_union.
15582         (record_address_regs): Check overflow.
15583         (scan_one_insn): Ditto.
15584         (print_allocno_costs): Print total mem cost fore regional allocation.
15585         (print_pseudo_costs): Use REG_N_REFS.
15586         (find_costs_and_classes): Use classes intersected with them on the
15587         1st pass. Check overflow.  Use ira_reg_class_subunion instead of
15588         ira_reg_class_union.  Use ira_allocno_class_translate and
15589         regno_aclass instead of ira_class_translate and regno_cover_class.
15590         Modify code for finding regno_aclass.  Setup preferred classes for
15591         the next pass.
15592         (setup_allocno_cover_class_and_costs): Rename to
15593         setup_allocno_class_and_costs.  Use regno_aclass instead of
15594         regno_cover_class.  Use ira_set_allocno_class instead of
15595         ira_set_allocno_cover_class.
15596         (init_costs, finish_costs): Use regno_aclass instead of
15597         regno_cover_class.
15598         (ira_costs): Use setup_allocno_class_and_costs instead of
15599         setup_allocno_cover_class_and_costs.
15600         (ira_tune_allocno_costs_and_cover_classes): Rename to
15601         ira_tune_allocno_costs.  Check overflow.  Skip conflict hard regs
15602         by processing objects.  Use ira_reg_class_max_nregs instead of
15603         ira_reg_class_nregs.
15604
15605         * rtl.h (reg_cover_class): Rename to reg_allocno_class.
15606
15607         * sched-int.h: Remove mentioning cover classes from the file.
15608         (sched_regno_cover_class): Rename to sched_regno_pressure_class.
15609
15610         * reginfo.c: Add 2010 to Copyright.  Remove mentioning cover
15611         classes from the file.
15612         (struct reg_pref): Rename coverclass into allocnoclass.
15613         (reg_cover_class): Rename to reg_allocno_class.
15614
15615         * Makefile.in (ira-color.o): Remove SPLAY_TREE_H from dependencies.
15616
15617         * config/alpha/alpha.h (IRA_COVER_CLASSES): Remove.
15618
15619         * config/arm/arm.h (IRA_COVER_CLASSES): Ditto.
15620
15621         * config/avr/avr.h (IRA_COVER_CLASSES): Ditto.
15622
15623         * config/bfin/bfin.h (IRA_COVER_CLASSES): Ditto.
15624
15625         * config/cris/cris.h (IRA_COVER_CLASSES): Ditto.
15626
15627         * config/fr30/fr30.h (IRA_COVER_CLASSES): Ditto.
15628
15629         * config/frv/frv.h (IRA_COVER_CLASSES): Ditto.
15630
15631         * config/h8300/h8300.h (IRA_COVER_CLASSES): Ditto.
15632
15633         * config/i386/i386.h (STACK_REG_COVER_CLASS): Ditto.
15634
15635         * config/i386/i386.c (TARGET_IRA_COVER_CLASSES)
15636         (i386_ira_cover_classes): Ditto.
15637
15638         * config/ia64/ia64.h (IRA_COVER_CLASSES): Ditto.
15639
15640         * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Ditto.
15641
15642         * config/m32r/m32r.h (IRA_COVER_CLASSES): Ditto.
15643
15644         * config/m68k/m68k.h (IRA_COVER_CLASSES): Ditto.
15645
15646         * config/mcore/mcore.h (IRA_COVER_CLASSES): Ditto.
15647
15648         * config/mep/mep.h (IRA_COVER_CLASSES): Ditto.
15649
15650         * config/mips/mips.c (TARGET_IRA_COVER_CLASSES)
15651         (mips_ira_cover_classes): Ditto.
15652
15653         * config/mn10300/mn10300.h (IRA_COVER_CLASSES): Ditto.
15654
15655         * config/moxie/moxie.h (IRA_COVER_CLASSES): Ditto.
15656
15657         * config/pa/pa64-regs.h (IRA_COVER_CLASSES): Ditto.
15658
15659         * config/pa/pa32-regs.h (IRA_COVER_CLASSES): Ditto.
15660
15661         * config/picochip/picochip.h (IRA_COVER_CLASSES): Ditto.
15662
15663         * config/rs6000/rs6000.h (IRA_COVER_CLASSES_PRE_VSX)
15664         (IRA_COVER_CLASSES_VSX): Ditto.
15665
15666         * config/rs6000/rs6000.c (TARGET_IRA_COVER_CLASSES)
15667         (rs6000_ira_cover_classes): Ditto.
15668
15669         * config/rx/rx.h (IRA_COVER_CLASSES): Ditto.
15670
15671         * config/s390/s390.h (IRA_COVER_CLASSES): Ditto.
15672
15673         * config/score/score.h (IRA_COVER_CLASSES): Ditto.
15674
15675         * config/sh/sh.h (IRA_COVER_CLASSES): Ditto.
15676
15677         * config/sparc/sparc.h (IRA_COVER_CLASSES): Ditto.
15678
15679         * config/spu/spu.h (IRA_COVER_CLASSES): Ditto.
15680
15681         * config/stormy16/stormy16.h (IRA_COVER_CLASSES): Ditto.
15682
15683         * config/v850/v850.h (IRA_COVER_CLASSES): Ditto.
15684
15685         * config/vax/vax.h (IRA_COVER_CLASSES): Ditto.
15686
15687         * config/xtensa/xtensa.h (IRA_COVER_CLASSES): Ditto.
15688
15689 2011-03-29  Jakub Jelinek  <jakub@redhat.com>
15690
15691         PR debug/48253
15692         * dwarf2out.c (struct dw_fde_struct): Remove dw_fde_hot_section_label,
15693         dw_fde_hot_section_end_label, dw_fde_unlikely_section_label,
15694         dw_fde_unlikely_section_end_label, cold_in_std_section,
15695         dw_fde_switched_sections and dw_fde_switched_cold_to_hot fields.
15696         Add dw_fde_second_begin, dw_fde_second_end and second_in_std_section
15697         fields.
15698         (output_fde): Use dw_fde_second_{begin,end} if second is
15699         true, otherwise dw_fde_{begin,end}.
15700         (output_call_frame_info): Test dw_fde_second_begin != NULL
15701         instead of dw_fde_switched_sections.
15702         (dwarf2out_begin_prologue): Stop initializing removed dw_fde_struct
15703         fields, initialize new fields.  Initialize in_std_section
15704         unconditionally from the first partition.
15705         (dwarf2out_end_epilogue): Don't override dw_fde_end when
15706         dw_fde_second_begin is non-NULL.
15707         (dwarf2out_switch_text_section): Stop initializing removed
15708         dw_fde_struct fields, initialize new fields, initialize
15709         also dw_fde_end here.  Set dw_fde_switch_cfi even when
15710         dwarf2out_do_cfi_asm ().  Call var_location_switch_text_section.
15711         (struct var_loc_list_def): Add last_before_switch field.
15712         (arange_table, arange_table_allocated, arange_table_in_use,
15713         ARANGE_TABLE_INCREMENT, add_arange): Removed.
15714         (size_of_aranges): Count !in_std_section and !second_in_std_section
15715         hunks in fdes, instead of looking at arange_table_in_use.
15716         (output_aranges): Add aranges_length argument, don't call
15717         size_of_aranges here.  Instead of using aranges_table*
15718         emit ranges for fdes when !in_std_section resp.
15719         !second_in_std_section.
15720         (dw_loc_list): Break ranges crossing section switch.
15721         (convert_cfa_to_fb_loc_list): Likewise.  If switched sections,
15722         use dw_fde_second_end instead of dw_fde_end as end of last range.
15723         (gen_subprogram_die): Don't call add_arange.  Use
15724         dw_fde_{begin,end} for first partition and if switched
15725         section dw_fde_second_{begin,end} for the second.
15726         (var_location_switch_text_section_1,
15727         var_location_switch_text_section): New functions.
15728         (dwarf2out_begin_function): Initialize cold_text_section even
15729         when function_section () isn't text_section.
15730         (prune_unused_types): Don't walk arange_table.
15731         (dwarf2out_finish): Don't needlessly test
15732         flag_reorder_blocks_and_partition when testing cold_text_section_used.
15733         If info_section_emitted, call size_of_aranges and if it indicates
15734         non-empty .debug_aranges, call output_aranges with the computed
15735         size.  Stop using removed dw_fde_struct fields, use
15736         dw_fde_{begin,end} for first partition and dw_fde_second_{begin,end}
15737         for second.
15738
15739         PR debug/48203
15740         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Only
15741         create ENTRY_VALUE if incoming or address of incoming's MEM
15742         is a hard REG.
15743         * dwarf2out.c (mem_loc_descriptor): Don't emit
15744         DW_OP_GNU_entry_value of DW_OP_fbreg.
15745         * var-tracking.c (vt_add_function_parameter): Ensure cselib_lookup
15746         on ENTRY_VALUE is able to find the canonical parameter VALUE.
15747         * cselib.c (rtx_equal_for_cselib_1) <case ENTRY_VALUE>: Use
15748         rtx_equal_p instead of rtx_equal_for_cselib_1 to compare
15749         ENTRY_VALUE_EXPs.
15750         (cselib_hash_rtx) <case ENTRY_VALUE>: If ENTRY_VALUE_EXP
15751         is a REG_P or MEM_P with REG_P address, compute hash directly
15752         instead of calling cselib_hash_rtx on ENTRY_VALUE_EXP.
15753         (preserve_only_constants): Don't clear VALUES forwaring
15754         ENTRY_VALUE to some other VALUE.
15755
15756 2011-03-28  Richard Sandiford  <richard.sandiford@linaro.org>
15757
15758         * builtins.c (expand_builtin_memset_args): Use gen_int_mode
15759         instead of GEN_INT.
15760
15761 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
15762
15763         * cfgexpand.c (expand_gimple_cond): Always set the source location and
15764         block before expanding the statement.
15765         (expand_gimple_stmt_1): Likewise.  Set them here...
15766         (expand_gimple_stmt): ...and not here.  Tidy.
15767         * cfglayout.c (curr_insn_locator): Return 0 if the current location is
15768         unknown.
15769
15770 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
15771
15772         * Makefile.in: New rule for cprop.o.
15773         * gcse.c: Move constant/copy propagation to cprop.c.
15774         (compute_local_properties): Only handle expression tables.
15775         (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise.
15776         (one_pre_gcse_pass, one_code_hoisting_pass): Likewise.
15777         (hash_set, insert_set_in_table, gcse_constant_p, lookup_set,
15778         next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set,
15779         mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem,
15780         compute_cprop_data, find_used_regs, try_replace_reg,
15781         find_avail_set, cprop_jump, constprop_register, cprop_insn,
15782         local_cprop_find_used_regs, do_local_cprop, local_cprop_pass,
15783         fis_get_condition, implicit_set_cond_p, find_implicit_sets,
15784         find_bypass_set, reg_killed_on_edge, bypass_block,
15785         bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop,
15786         execute_rtl_cprop, pass_rtl_cprop): Move to...
15787         * cprop.c: ...here.  New file, constant/copy propagation for RTL
15788         moved from gcse.c to here with minor cleanups in duplicated code.
15789
15790 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
15791
15792         * config/i386/i386.c (flag_opts): Fix a typo in
15793         -mavx256-split-unaligned-store.
15794
15795 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
15796
15797         * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
15798         LIBCALL_VALUE): Remove macros.
15799         * config/h8300/h8300.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15800         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15801         (h8300_function_value, h8300_libcall_value,
15802         h8300_function_value_regno_p): New functions.
15803
15804 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
15805
15806         * config/h8300/h8300.h (ASM_OUTPUT_BSS): Remove macro.
15807
15808 2011-03-28  Jeff Law  <law@redhat.com>
15809
15810         * tree-ssa-threadupdate.c (redirect_edges): Call
15811         create_edge_and_update_destination_phis as needed.
15812         (create_edge_and_update_destination_phis): Accept new BB argument.
15813         All callers updated.
15814         (thread_block): Do not update the profile when threading around
15815         intermediate blocks.
15816         (thread_single_edge): Likewise.
15817         (determine_bb_domination_status): If BB is not a successor of the
15818         loop header, return NONDOMINATING.
15819         (register_jump_thread): Note when we register a jump thread around
15820         an intermediate block.
15821         * tree-ssa-threadedge.c (thread_around_empty_block): New function.
15822         (thread_across_edge): Use it.
15823
15824 2011-03-28  Tristan Gingold  <gingold@adacore.com>
15825
15826         * config/ia64/ia64.c (ia64_promote_function_mode): Fix promotion
15827         when for_return is 2.
15828
15829 2011-03-28  Jeff Law  <law@redhat.com>
15830
15831         * var-tracking.c (canonicalize_values_mark): Delete unused
15832         lhs assignment.
15833         (canonicalize_values_star, set_variable_part): Likewise.
15834         (clobber_variable_part, delete_variable_part): Likewise.
15835
15836 2011-03-28  Steven Bosscher  <steven@gcc.gnu.org>
15837
15838         * gcse.c (free_gcse_mem): Free reg_set_bitmap.
15839
15840 2011-03-28  Martin Jambor  <mjambor@suse.cz>
15841
15842         * tree-inline.c (expand_call_inline): Do not check that destination
15843         node is analyzed.
15844         (optimize_inline_calls): Assert that destination node is analyzed.
15845         * cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
15846         not call tree_lowering_passes.
15847         * cgraph.h (cgraph_analyze_function): Declare.
15848         * cgraphunit.c (cgraph_analyze_function): Make public.
15849
15850 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
15851
15852         * config/sparc/sparc-opts.h: New.
15853         * config/sparc/sparc.c (sparc_handle_option, sparc_select,
15854         sparc_cpu, fpu_option_set, TARGET_HANDLE_OPTION): Remove.
15855         (sparc_option_override): Store processor_type enumeration rather
15856         than string in cpu_default.  Remove name and enumeration from
15857         cpu_table.  Directly default -mcpu then default -mtune from -mcpu
15858         without using sparc_select.  Use target_flags_explicit instead of
15859         fpu_option_set.
15860         * config/sparc/sparc.h (enum processor_type): Move to
15861         sparc-opts.h.
15862         (sparc_cpu, struct sparc_cpu_select, sparc_select): Remove.
15863         * config/sparc/sparc.opt (config/sparc/sparc-opts.h): New
15864         HeaderInclude entry.
15865         (mcpu=, mtune=): Use Var and Enum.
15866         (sparc_processor_type): New Enum and EnumValue entries.
15867
15868 2011-03-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15869             Iain Sandoe  <iains@gcc.gnu.org>
15870
15871         PR target/48245
15872         * config/darwin.h (LINK_COMMAND_SPEC_A): Use LINK_PLUGIN_SPEC.
15873
15874 2011-03-28  Eric Botcazou  <ebotcazou@adacore.com>
15875
15876         * tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.
15877         * tree-vect-data-refs.c (vect_create_data_ref_ptr): Add GSI parameter.
15878         Insert new statements at it in lieu of STMT.
15879         (vect_setup_realignment): Adjust call to vect_create_data_ref_ptr.
15880         * tree-vect-stmts.c (vectorizable_store): Likewise.
15881         (vectorizable_load): Likewise.
15882
15883 2011-03-28  Uros Bizjak  <ubizjak@gmail.com>
15884
15885         * config/alpha/alpha.md (addtf3): Change mode of operands to TFmode.
15886         (divtf3): Ditto.
15887         (multf3): Ditto.
15888         (subtf3): Ditto.
15889
15890 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
15891
15892         * config/i386/sse.md (*avx_mov<mode>_internal): Don't assert
15893         unaligned 256bit load/store.
15894         (*avx_movu<ssemodesuffix><avxmodesuffix>): Likewise.
15895         (*avx_movdqu<avxmodesuffix>): Likewise.
15896
15897 2011-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15898
15899         PR target/48288
15900         * config/pa/predicates.md (reg_or_ior_operand): New predicate.
15901         * config/pa/pa.md (iordi3): Use new predicate in expander.
15902         (iorsi3): Likewise.
15903
15904 2011-03-27  Anatoly Sokolov  <aesok@post.ru>
15905
15906         * config/mips/mips.h (LIBCALL_VALUE, FUNCTION_VALUE,
15907         FUNCTION_VALUE_REGNO_P): Remove macros.
15908         * config/mips/mips-protos.h (mips_function_value): Remove.
15909         * config/mips/mips.c (mips_function_value): Rename to...
15910         (mips_function_value_1): ... this. Make static.  Handle receiving
15911         the function type in 'fn_decl_or_type' argument.
15912         (mips_function_value, mips_libcall_value,
15913         mips_function_value_regno_p): New function.
15914         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15915         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15916
15917 2011-03-27  H.J. Lu  <hongjiu.lu@intel.com>
15918
15919         * config/i386/i386.c (flag_opts): Add -mavx256-split-unaligned-load
15920         and -mavx256-split-unaligned-store.
15921         (ix86_option_override_internal): Split 32-byte AVX unaligned
15922         load/store by default.
15923         (ix86_avx256_split_vector_move_misalign): New.
15924         (ix86_expand_vector_move_misalign): Use it.
15925
15926         * config/i386/i386.opt: Add -mavx256-split-unaligned-load and
15927         -mavx256-split-unaligned-store.
15928
15929         * config/i386/sse.md (*avx_mov<mode>_internal): Verify unaligned
15930         256bit load/store.  Generate unaligned store on misaligned memory
15931         operand.
15932         (*avx_movu<ssemodesuffix><avxmodesuffix>): Verify unaligned
15933         256bit load/store.
15934         (*avx_movdqu<avxmodesuffix>): Likewise.
15935
15936         * doc/invoke.texi: Document -mavx256-split-unaligned-load and
15937         -mavx256-split-unaligned-store.
15938
15939 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
15940
15941         PR target/38598
15942         * config/mips/mips.md (extendsidi2): Add an "l" alternative.
15943         Update commentary.
15944
15945 2011-03-27  Richard Sandiford  <rdsandiford@googlemail.com>
15946
15947         * config/mips/mips.c (mips_prepare_builtin_arg): Replace icode and
15948         opno arguments with an expand_operand.  Use create_input_operand.
15949         (mips_prepare_builtin_target): Delete.
15950         (mips_expand_builtin_insn, mips_expand_builtin_compare_1): New
15951         functions.
15952         (mips_expand_builtin_direct): Use create_output_operand and
15953         mips_expand_builtin_insn.  Update call to mips_prepare_builtin_arg.
15954         (mips_expand_builtin_movtf): Likewise.  Use mips_expand_fp_comparison.
15955         (mips_expand_builtin_compare): Use mips_expand_fp_comparison.
15956
15957 2011-03-27  Ira Rosen  <ira.rosen@linaro.org>
15958
15959         * config/arm/arm.c (arm_autovectorize_vector_sizes): New
15960         function.
15961         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
15962
15963 2011-03-26  Eric Botcazou  <ebotcazou@adacore.com>
15964
15965         * basic-block.h (fixup_abnormal_edges): Adjust prototype.
15966         * reload1.c (reload): Adjust call to fixup_abnormal_edges.  Rediscover
15967         basic blocks and call commit_edge_insertions directly.
15968         (fixup_abnormal_edges): Move from here to...
15969         * cfgrtl.c (fixup_abnormal_edges): ...here.  Only insert instructions
15970         on the edges and return whether some have actually been inserted.
15971         * reg-stack.c (convert_regs): Fix up abnormal edges before inserting
15972         compensation code.
15973
15974 2011-03-26  Andrey Belevantsev  <abel@ispras.ru>
15975
15976         PR rtl-optimization/48144
15977         * sel-sched-ir.c (merge_history_vect): Factor out from ...
15978         (merge_expr_data): ... here.
15979         (av_set_intersect): Rename to av_set_code_motion_filter.
15980         Update all callers.  Call merge_history_vect when an expression
15981         is found in both sets.
15982         * sel-sched-ir.h (av_set_code_motion_filter): Add prototype.
15983
15984 2011-03-26  Alan Modra  <amodra@gmail.com>
15985
15986         * config/rs6000/predicates.md (word_offset_memref_op): Handle
15987         cmodel medium addresses.
15988         * config/rs6000/rs6000.c (rs6000_secondary_reload): Handle misaligned
15989         64-bit gpr loads and stores.
15990         (rs6000_secondary_reload_ppc64): New function.
15991         * config/rs6000/rs6000-protos.h: Declare it.
15992         * config/rs6000/rs6000.md (reload_di_store, reload_di_load): New.
15993
15994 2011-03-26  Alan Modra  <amodra@gmail.com>
15995
15996         PR target/47487
15997         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Support
15998         GNU Go in traceback table.
15999
16000 2011-03-25  Richard Henderson  <rth@redhat.com>
16001
16002         * expr.c (emit_block_move_via_movmem): Only use 6 operand variant
16003         if there are exactly 6 operands.
16004         (set_storage_via_setmem): Similarly.
16005
16006 2011-03-25  Kai Tietz  <ktietz@redhat.com>
16007
16008         * collect2.c (write_c_file_stat): Handle backslash
16009         as right-hand directory separator.
16010         (resolve_lib_name): Use IS_DIR_SEPARATOR instead of
16011         checking just for slash.
16012         * coverage.c (coverage_init): Use IS_ABSOLUTE_PATH
16013         instead of checking for trailing slash.
16014         * gcc.c (record_temp_file): Use filename_cmp instead
16015         of strcmp.
16016         (do_spec_1): Likewise.
16017         (replace_outfile_spec_function): Likewise.
16018         (is_directory): Use filename_ncmp instead of strncmp.
16019         (print_multilib_info): Likewise.
16020         * gcov.c (find_source): Use filename_cmp instead
16021         instead of strcmp.
16022         (make_gcov_file_name): Fix order of slash/backslash
16023         checks.
16024         * incpath.c (DIRS_EQ): Use filename_cmp instead of strcmp.
16025         (add_standard_paths): Likewise.
16026         * mips-tfile.c (saber_stop): Handle backslash.
16027         * prefix.c (update_path): Use filename_ncmp instead of
16028         strncmp.
16029         * profile.c (output_location): Use filename_cmp instead
16030         of strcmp.
16031         * read-md.c (handle_toplevel_file): Handle backslash.
16032         * tlink.c (frob_extension):  Likewise.
16033         * tree-cfg.c (same_line_p): Use filename_cmp instead of
16034         strcmp.
16035         * tree-dump.c (dequeue_and_dump): Handle backslash.
16036         * tree.c (get_file_function_name): Likewise.
16037         * gengtype.c (read_input_list): Likewise.
16038         (get_file_realbasename): Likewise.
16039         (get_output_file_with_visibility): Use filename_cmp
16040         instead of strcmp.
16041
16042 2011-03-25  Richard Sandiford  <richard.sandiford@linaro.org>
16043
16044         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS
16045         case to VFPv1.
16046
16047 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
16048
16049         * fold-const.c (expr_location_or): New function.
16050         (fold_truth_not_expr): Call it.
16051
16052 2011-03-25  Jeff Law  <law@redhat.com>
16053
16054         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing
16055         va_end.
16056         * c-family/c-common.c (def_fn_type): Likewise.
16057         * ada/gcc-interface/utils.c (def_fn_type): Likewise.
16058         * emit-rtl.c (gen_rtvec): Likewise.
16059         * lto/lto-lang.c (def_fn_type): Likewise.
16060
16061 2011-03-25  Richard Guenther  <rguenther@suse.de>
16062
16063         * tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants
16064         also generate copies.
16065         (fini_copy_prop): Handle constant values properly.
16066
16067 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
16068
16069         * dwarf2out.c (mem_loc_descriptor) <case ZERO_EXTRACT>: Compare
16070         mode size instead of bitsize with DWARF2_ADDR_SIZE.
16071         (hash_loc_operands, compare_loc_operands): Handle
16072         DW_OP_GNU_entry_value.
16073
16074 2011-03-25  Kai Tietz  <ktietz@redhat.com>
16075
16076         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Adjust comment.
16077         (STACK_BOUNDARY): Check for bit-ness in case of MS_ABI.
16078         * config/i386/i386.c (ix86_conditional_register_usage): Adjust
16079         comment and use macro TARGET_64BIT_MS_ABI instead.
16080         (ix86_keep_aggregate_return_pointer): Optimize for 64-bit case
16081         and change default behavior for 32-bit MS_ABI.
16082         (ix86_reg_parm_stack_space): Check additionally for bit-ness.
16083         (ix86_function_type_abi): Allow check for ms_abi/sysv_abi for
16084         32-bit, too.
16085         (ix86_cfun_abi): Likewise.
16086         (ix86_maybe_switch_abi): Adjust comment.
16087         (init_cumulative_args): Check for bit-ness in MS_ABI case.
16088         (ix86_gimplify_va_arg): Check just for not TARGET_64BIT_MS_ABI
16089         instead of checking for SYSV_ABI.
16090         (ix86_nsaved_sseregs): Likewise.
16091         (ix86_compute_frame_layout): Set only for 64-bit MS_ABI alignment
16092         to 16 bytes.
16093         (ix86_expand_call): Use TARGET_64BIT_MS_ABI macro.
16094         * config/i386.h (TARGET_32BIT_MS_ABI): New macro.
16095         (ACCUMULATE_OUTGOING_ARGS): Check explicit for 64-bit MS_ABI.
16096         (OUTGOING_REG_PARM_STACK_SPACE): Likewise.
16097         * config/mingw32.h (DEFAULT_ABI): Change default always to MS_ABI.
16098
16099 2011-03-25  Richard Guenther  <rguenther@suse.de>
16100
16101         * tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
16102         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
16103         (verify_gimple): Remove.
16104         * tree-cfg.c (verify_gimple_call): Merge verification
16105         from verify_stmts.
16106         (verify_gimple_phi): Merge verification from verify_stmts.
16107         (verify_gimple_label): New function.
16108         (verify_types_in_gimple_seq_2): Rename to verify_gimple_in_seq_2.
16109         (verify_types_in_gimple_seq): Rename to verify_gimple_in_seq.
16110         (verify_stmt): Merge into verify_gimple_in_cfg and callees.
16111         (verify_stmts): Rename to verify_gimple_in_cfg.
16112         (verify_gimple_in_cfg): New function.
16113         * passes.c (execute_function_todo): Call verify_gimple_in_cfg.
16114         * tree-ssa.c (verify_ssa): Likewise.
16115         * gimplify.c (gimplify_body): Call verify_gimple_in_seq.
16116
16117 2011-03-25  Richard Guenther  <rguenther@suse.de>
16118
16119         * passes.c (init_optimization_passes): Add FRE pass after
16120         early SRA.
16121
16122 2011-03-25  Bernd Schmidt  <bernds@codesourcery.com>
16123             Andrew Stubbs  <ams@codesourcery.com>
16124
16125         * config/arm/vfp.md (arm_movdi_vfp): Enable only when not tuning
16126         for Cortex-A8.
16127         (arm_movdi_vfp_cortexa8): New pattern.
16128         * config/arm/neon.md (adddi3_neon, subdi3_neon, anddi3_neon,
16129         iordi3_neon, xordi3_neon): Add alternatives to discourage Neon
16130         instructions when tuning for Cortex-A8.  Set attribute "arch".
16131         * config/arm/arm.md: Move include arm-tune.md up a bit.
16132         (define_attr "arch"): Add "onlya8" and "nota8" values.
16133         (define_attr "arch_enabled"): Handle "onlya8" and "nota8".
16134
16135 2011-03-25  Nathan Froyd  <froydnj@codesourcery.com>
16136
16137         PR bootstrap/48282
16138         Revert:
16139         2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
16140
16141         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
16142         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
16143         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
16144         * passes.c (init_optimization_passes): Move
16145         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
16146
16147 2011-03-25  Kai Tietz  <ktietz@redhat.com>
16148
16149         * c-typeck.c (comptypes_internal): Replace target
16150         hook call of comp_type_attributes by version in tree.c file.
16151         * gimple.c (gimple_types_compatible_p_1): Likewise.
16152         * tree-ssa.c (useless_type_conversion_p): Likewise.
16153         * tree.c (build_type_attribute_qual_variant): Likewise.
16154         (attribute_value_equal): New static helper function.
16155         (comp_type_attributes): New function.
16156         (merge_attributes): Use attribute_value_equal for comparison.
16157         (attribute_list_contained): Likewise.
16158         * tree.h (comp_type_attributes): New prototype.
16159
16160 2011-03-25  Richard Guenther  <rguenther@suse.de>
16161
16162         * tree-cfg.c (verify_gimple_assign_unary): Drop special casing
16163         of complex types at -O0.
16164         (verify_gimple_assign_binary): Likewise.
16165         (verify_gimple_assign_ternary): Likewise.
16166
16167 2011-03-24  Mark Wielaard  <mjw@redhat.com>
16168
16169         * dwarf2out.c (size_of_die): Modify comment to say DW_FORM_ref_sig8.
16170         (value_format): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
16171
16172 2011-03-24  Mark Wielaard  <mjw@redhat.com>
16173
16174         PR debug/48041
16175         * dwarf2out.c (output_abbrev_section): Only write table when
16176         abbrev_die_table_in_use > 1.
16177
16178 2011-02-24  Richard Henderson  <rth@redhat.com>
16179
16180         * config/alpha/alpha.c (alpha_expand_unaligned_load): Use extql.
16181         (alpha_expand_unaligned_store): Use mskwl, mskll, mskql.
16182         (alpha_expand_unaligned_load_words): Use extql.
16183         (alpha_expand_unaligned_store_words): Use insqh, mskqh, mskql.
16184         (emit_insxl): Handle all modes for consistency.
16185
16186 2011-02-24  Richard Henderson  <rth@redhat.com>
16187
16188         * config/alpha/alpha.c (get_aligned_mem): Don't test WORDS_BIG_ENDIAN.
16189         (alpha_expand_unaligned_load): Likewise.
16190         (alpha_expand_unaligned_store): Likewise.
16191         (alpha_expand_unaligned_load_words): Likewise.
16192         (alpha_expand_unaligned_store_words): Likewise.
16193         (emit_insxl, alpha_split_compare_and_swap_12): Likewise.
16194         (alpha_split_lock_test_and_set_12): Likewise.
16195         (print_operand, alpha_fold_builtin_extxx): Likewise.
16196         (alpha_fold_builtin_insxx, alpha_fold_builtin_mskxx): Likewise.
16197         * config/alpha/alpha.md (bswapsi2, insv, extv, extzv): Likewise.
16198         (builtin_extwh, builtin_extlh, builtin_extql): Likewise.
16199         (unaligned_extendqidi_be, unaligned_extendhidi_be, extxl_be): Remove.
16200         (*extxl_1_be, *extql_2_be, extqh_be, extlh_be, extwh_be): Remove.
16201         (insbl_be, inswl_be, insll_be, insql_be, mskxl_be): Remove.
16202         (unaligned_loadqi_be, unaligned_loadhi_be): Remove.
16203         (unaligned_storeqi_be, unaligned_storehi_be): Remove.
16204         (extbl): Rename from builtin_extbl; don't test WORDS_BIG_ENDIAN.
16205         (extwl, extll, extql): Similarly.
16206         (inswh, inslh, insqh): Similarly.
16207         (mskbl, mskwl, mskll, mskql): Similarly.
16208         (mskwh, msklh, mskqh): Similarly.
16209
16210 2011-02-24  Richard Henderson  <rth@redhat.com>
16211
16212         * config/alpha/alpha.md (attribute isa): Add er, ner.
16213         (attribute enabled): Handle them.
16214         (*movdi): Merge *movdi_{er_nofix,nofix,er_fix,fix}.
16215
16216 2011-02-24  Richard Henderson  <rth@redhat.com>
16217
16218         * config/alpha/alpha.md (attribute isa): Add vms.
16219         (attribute enabled): Handle it.
16220         (*movsf): Merge *movsf_{nofix,fix,nofp}.
16221         (*movdf): Merge *movdf_{nofix,fix,nofp}.
16222         (*movtf): Rename from *movtf_internal for consistency.
16223         (*movsi): Merge with *movsi_nt_vms.
16224         (*movhi): Merge *movhi_nobwx, *movhi_bwx.
16225         (*movqi): Merge *movqi_nobwx, *movqi_bwx.
16226         (*mov<VEC>): Merge *mov<VEC>_fix, *mov<VEC>_nofix.
16227         * config/alpha/constraint.md ("f"): Use NO_REGS when fpu is disabled.
16228
16229 2011-02-24  Richard Henderson  <rth@redhat.com>
16230
16231         * config/alpha/alpha.md (extendqihi2): Implement for BWX only.
16232         (extendqisi2, extendhisi2): Likewise.
16233         (extendqidi2): Simplify BWX/non-BWX expansions.
16234         (extendhidi2): Similarly.
16235
16236 2011-02-24  Richard Henderson  <rth@redhat.com>
16237
16238         * config/alpha/alpha.md (attribute isa): New.
16239         (attribute enabled): New.
16240         (zero_extendqihi2): Merge from *zero_extendqihi2_{bwx,nobwx}.
16241         (zero_extendqisi2, zero_extendqidi2): Similarly.
16242         (zero_extendhisi2, zero_extendhidi2): Similarly.
16243         * config/alpha/predicates.md (reg_or_bwx_memory_operand): New.
16244
16245 2011-02-24  Richard Henderson  <rth@redhat.com>
16246
16247         * config/alpha/predicates.md (input_operand): Revert last change;
16248         update comment to mention 32-bit VMS rather than Windows.
16249
16250 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
16251
16252         * function.c (instantiate_virtual_regs): Use FOR_EACH_BB and
16253         FOR_BB_INSNS_SAFE to iterate through insns.  Re-indent.
16254         (pass_instantiate_virtual_regs): Require PROP_cfglayout.
16255         * passes.c (init_optimization_passes): Move
16256         pass_instantiate_virtual_regs after pass_into_cfg_layout_mode.
16257
16258 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
16259
16260         * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases.
16261
16262 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
16263
16264         * config/i386/i386.md (ix86_print_operand): Output DFmode const_double
16265         correctly.
16266
16267 2011-03-24  Jakub Jelinek  <jakub@redhat.com>
16268
16269         PR debug/48204
16270         * simplify-rtx.c (simplify_const_unary_operation): Call
16271         real_convert when changing mode class with FLOAT_EXTEND.
16272
16273 2011-03-24  Nick Clifton  <nickc@redhat.com>
16274
16275         * config/rx/rx.h (LABEL_ALIGN_FOR_BARRIER): Define.
16276         (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
16277         * config/rx/rx.c (rx_option_override): Set align_jumps,
16278         align_loops and align_labels if not set by the user.
16279         (rx_align_for_label): New function.
16280         (rx_max_skip_for_label): New function.
16281         (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): Define.
16282         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define.
16283         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Define.
16284         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Define.
16285         * config/rx/rx-protos.h (rx_align_for_label): Add prototype.
16286
16287 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
16288
16289         PR rtl-optimization/48263
16290         * optabs.c (expand_binop_directly): Reinstate convert_modes code
16291         and original commutative_p handling.  Use maybe_gen_insn.
16292
16293 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16294
16295         * reload.c (find_reloads_subreg_address): Add address_reloaded
16296         parameter and return true there if the full address has been
16297         reloaded.
16298         (find_reloads_toplev): Pass address_reloaded flag.
16299         (find_reloads_address_1): Don't use address_reloaded parameter.
16300
16301 2011-03-24  Jeff Law  <law@redhat.com>
16302
16303         * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but
16304         unused variable "ann".
16305         (remove_unused_locals): Likewise.
16306
16307         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Remove useless
16308         statement.
16309
16310         * cfglayout.c (fixup_reorder_chain): Do not dereference E_FALL
16311         after it is freed.
16312
16313 2011-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16314
16315         * config/s390/s390.c (s390_preferred_reload_class): Return NO_REGS
16316         for invalid symbolic addresses.
16317         (s390_secondary_reload): Don't use s390_check_symref_alignment for
16318         larl operands.
16319
16320 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
16321
16322         * fold-const.c (fold_ternary_loc): Preserve the location (if any) of
16323         the argument in calls to fold_truth_not_expr.
16324
16325 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
16326
16327         * tree.c (record_node_allocation_statistics): New function.
16328         (make_node_stat, copy_node_stat, build_string): Call it.
16329         (make_tree_binfo_stat, make_tree_vec_stat, tree_cons_stat): Likewise.
16330         (build1_stat, build_omp_clause): Likewise.
16331
16332 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
16333
16334         * builtins.c (expand_movstr): Fix endp == 1 adjustment after
16335         last commit.
16336
16337 2011-03-24  Richard Guenther  <rguenther@suse.de>
16338
16339         PR tree-optimization/48271
16340         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only cleanup
16341         blocks that still exist.
16342
16343 2011-03-24  Richard Guenther  <rguenther@suse.de>
16344
16345         PR tree-optimization/48270
16346         * tree-ssa-phiopt.c (cond_if_else_store_replacement): Do
16347         not free datarefs before ddrs.
16348
16349 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
16350
16351         * tree-sra.c (build_ref_for_offset): Strip useless type conversions
16352         from the address built for a reference with variable offset.
16353
16354 2011-03-24  Uros Bizjak  <ubizjak@gmail.com>
16355
16356         PR target/48237
16357         * config/i386/i386.md (*movdf_internal_rex64): Do not split
16358         alternatives that can be handled with movq or movabsq insn.
16359         (*movdf_internal): Disable for !TARGET_64BIT.
16360         (*movdf_internal_nointeger): Ditto.
16361         * config/i386/i386.c (ix86_print_operand): Handle DFmode immediates.
16362
16363 2011-03-24  Nathan Froyd  <froydnj@codesourcery.com>
16364
16365         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
16366         (FUNCTION_ARG_ADVANCE): Likewise.
16367         * tm.texi.in: Change references to them to hook references.
16368         * tm.texi: Regenerate.
16369         * targhooks.c (default_function_arg): Eliminate check for target macro.
16370         (default_function_incoming_arg): Likewise.
16371         (default_function_arg_advance): Likewise.
16372         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
16373         (function_arg_advance): Likewise.
16374         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
16375
16376 2011-03-24  Richard Guenther  <rguenther@suse.de>
16377
16378         PR middle-end/48269
16379         * tree-object-size.c (addr_object_size): Do not double-account
16380         for MEM_REF offsets.
16381
16382 2011-03-24  Diego Novillo  <dnovillo@google.com>
16383
16384         * lto-opts.c (input_data_block): Move to lto-streamer-in.c.
16385         * lto-streamer-in.c (input_string_internal): Add clarifying comments.
16386         (lto_input_data_block): Move from lto-opts.c.  Make extern.
16387         Update all users.
16388         (lto_input_string): Rename from input_string.  Make extern.
16389         Update all users.
16390         * lto-streamer-out.c (lto_output_string_with_length): Rename from
16391         output_string_with_length.
16392         Output 0 to indicate a non-NULL string.  Update all callers to
16393         not emit 0.
16394         (lto_output_string): Rename from output_string.  Make extern.
16395         Update all users.
16396         (lto_output_decl_state_streams): Make extern.
16397         (lto_output_decl_state_refs): Make extern.
16398         * lto-streamer.h (lto_input_string): Declare.
16399         (lto_input_data_block): Declare.
16400         (lto_output_string): Declare.
16401         (lto_output_string_with_length): Declare.
16402         (lto_output_decl_state_streams): Declare.
16403         (lto_output_decl_state_refs): Declare.
16404
16405 2011-03-24  Richard Guenther  <rguenther@suse.de>
16406
16407         PR tree-optimization/46562
16408         * tree.c (build_invariant_address): New function.
16409         * tree.h (build_invariant_address): Declare.
16410         * tree-dfa.c (get_addr_base_and_unit_offset): Wrap around
16411         a renamed function moved ...
16412         * tree-flow-inline.h (get_addr_base_and_unit_offset_1): ... here.
16413         Take valueization callback parameter.
16414         * tree-flow.h (gimple_fold_stmt_to_constant): Declare.
16415         * gimple-fold.h: New file.
16416         * tree-ssa-ccp.c (ccp_fold): Use gimple_fold_stmt_to_constant_1.
16417         (ccp_fold, fold_const_aggregate_ref,
16418         fold_ctor_reference, fold_nonarray_ctor_reference,
16419         fold_array_ctor_reference, fold_string_cst_ctor_reference,
16420         get_base_constructor): Move ...
16421         * gimple-fold.c: ... here.
16422         (gimple_fold_stmt_to_constant_1): New function
16423         split out from ccp_fold.  Take a valueization callback parameter.
16424         Valueize all operands.
16425         (gimple_fold_stmt_to_constant): New wrapper function.
16426         (fold_const_aggregate_ref_1): New function split out from
16427         fold_const_aggregate_ref.  Take a valueization callback parameter.
16428         (fold_const_aggregate_ref): Wrap fold_const_aggregate_ref_1.
16429         * tree-ssa-sccvn.c (simplify_binary_expression): Simplify
16430         invariant POINTER_PLUS_EXPRs to invariant form.
16431         (vn_valueize): New function.
16432         (try_to_simplify): Simplify by using gimple_fold_stmt_to_constant.
16433         * tree-vrp.c (vrp_valueize): New function.
16434         (vrp_visit_assignment_or_call): Use gimple_fold_stmt_to_constant
16435         to fold statements to constants.
16436         * tree-ssa-pre.c (eliminate): Properly guard propagation of
16437         function declarations.
16438         * Makefile.in (tree-ssa-sccvn.o, tree-vrp.o, gimple-fold.o,
16439         tree-ssa-ccp.o): Add gimple-fold.h dependencies.
16440
16441 2011-03-24  Richard Sandiford  <richard.sandiford@linaro.org>
16442
16443         * config/h8300/predicates.md (jump_address_operand): Fix register
16444         mode check.
16445
16446 2011-03-24  Ira Rosen  <ira.rosen@linaro.org>
16447
16448         * doc/invoke.texi (max-stores-to-sink): Document.
16449         * params.h (MAX_STORES_TO_SINK): Define.
16450         * opts.c (finish_options): Set MAX_STORES_TO_SINK to 0
16451         if either vectorization or if-conversion is disabled.
16452         * tree-data-ref.c (dr_equal_offsets_p1): Moved and renamed from
16453         tree-vect-data-refs.c vect_equal_offsets.
16454         (dr_equal_offsets_p): New function.
16455         (find_data_references_in_bb): Remove static.
16456         * tree-data-ref.h (find_data_references_in_bb): Declare.
16457         (dr_equal_offsets_p): Likewise.
16458         * tree-vect-data-refs.c (vect_equal_offsets): Move to tree-data-ref.c.
16459         (vect_drs_dependent_in_basic_block): Update calls to
16460         vect_equal_offsets.
16461         (vect_check_interleaving): Likewise.
16462         * tree-ssa-phiopt.c: Include cfgloop.h and tree-data-ref.h.
16463         (cond_if_else_store_replacement): Rename to...
16464         (cond_if_else_store_replacement_1): ... this.  Change arguments and
16465         documentation.
16466         (cond_if_else_store_replacement): New function.
16467         * Makefile.in (tree-ssa-phiopt.o): Adjust dependencies.
16468         * params.def (PARAM_MAX_STORES_TO_SINK): Define.
16469
16470 2011-03-23  Chung-Lin Tang  <cltang@codesourcery.com>
16471
16472         PR target/46934
16473         * config/arm/arm.md (casesi): Use the gen_int_mode() function
16474         to subtract lower bound instead of GEN_INT().
16475
16476 2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
16477
16478         PR other/48179
16479         PR other/48221
16480         PR other/48234
16481         * doc/extend.texi (Alignment): Move section to match order in TOC.
16482         * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
16483         (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.
16484
16485 2011-03-23  Jeff Law  <law@redhat.com>
16486
16487         * cfg.c (redirect_edge_succ_nodup): Duplicate the varm map
16488         before removing the edge.
16489
16490         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Do not use E after
16491         it may have been freed by redirect_branch_edge or
16492         redirect_edge_succ_nodup.
16493
16494 2011-03-23  Richard Guenther  <rguenther@suse.de>
16495
16496         * tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF.
16497         (check_va_list_escapes): Likewise.
16498         (check_all_va_list_escapes): Likewise.
16499
16500 2011-03-23  Richard Guenther  <rguenther@suse.de>
16501
16502         * Makefile.in (IPA_TYPE_ESCAPE_H): Remove.
16503         (OBJS-archive): Remove ipa-struct-reorg.o and ipa-type-escape.o.
16504         (tree-ssa-alias.o): Do not depend on IPA_TYPE_ESCAPE_H.
16505         (alias.o): Likewise.
16506         (ipa-type-escape.o): Remove.
16507         (ipa-struct-reorg.o): Likewise.
16508         (GTFILES): Remove ipa-struct-reorg.c.
16509         * alias.c: Do not include ipa-type-escape.h.
16510         * tree-ssa-alias.c: Likewise.
16511         * common.opt (fipa-struct-reorg): Preserve for backward compatibility.
16512         * opts.c (finish_options): Do not reset flag_ipa_struct_reorg.
16513         * passes.c (init_optimization_passes): Remove ipa-struct-reorg
16514         and ipa-type-escape passes.
16515         * tree-pass.h (pass_ipa_type_escape): Remove.
16516         (pass_ipa_struct_reorg): Likewise.
16517         * ipa-struct-reorg.h: Remove.
16518         * ipa-struct-reorg.c: Likewise.
16519         * ipa-type-escape.h: Likewise.
16520         * ipa-type-escape.c: Likewise.
16521         * doc/invoke.texi (-fipa-struct-reorg): Remove.
16522         (--param struct-reorg-cold-struct-ratio): Likewise.
16523         * params.def (PARAM_STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
16524         * params.h (STRUCT_REORG_COLD_STRUCT_RATIO): Likewise.
16525         * timevar.def (TV_IPA_TYPE_ESCAPE): Likewise.
16526
16527 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16528
16529         * config/s390/2084.md: Enable all insn reservations also for z9_ec
16530         cpu attribute value.
16531         * config/s390/s390-opts.h (enum s390_arch_option): Remove.
16532         (enum processor_type): Add PROCESSOR_2094_Z9_EC.
16533         * config/s390/s390.c (processor_flags_table): New constant array.
16534         (s390_handle_arch_option): Remove.
16535         (s390_handle_option): Remove s390_handle_arch_option invocations
16536         and OPT_mwarn_framesize_ handling.
16537         (s390_option_override): Remove s390_handle_arch_option invocation.
16538         (s390_emit_prologue): Remove use of HOST_WIDE_INT_PRINT_DEC in
16539         warnings.
16540         * config/s390/s390.md (cpu attribute): Add z9_ec value.
16541         * config/s390/s390.opt (s390_tune, s390_arch)
16542         (march=): Replace s390_arch_option enum and values with
16543         processor_type.  Set variable name to s390_arch.  Set
16544         initialization value.
16545         (mtune=): Replace s390_arch_option with processor_type.  Set
16546         variable name to s390_tune.  Set initialization value.
16547
16548 2011-03-23  Julian Brown  <julian@codesourcery.com>
16549
16550         * expr.c (expand_expr_real_1): Only use BLKmode for volatile
16551         accesses which are not naturally aligned.
16552
16553 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
16554
16555         PR target/47553
16556         * config/arm/predicates.md (neon_lane_number): Accept 0..15.
16557
16558 2011-03-23  Richard Sandiford  <richard.sandiford@linaro.org>
16559
16560         * optabs.h (emit_unop_insn, maybe_emit_unop_insn): Change insn code
16561         parameter from "int" to "enum insn_code".
16562         (expand_operand_type): New enum.
16563         (expand_operand): New structure.
16564         (create_expand_operand): New function.
16565         (create_fixed_operand, create_output_operand): Likewise
16566         (create_input_operand, create_convert_operand_to): Likewise.
16567         (create_convert_operand_from, create_address_operand): Likewise.
16568         (create_integer_operand): Likewise.
16569         (create_convert_operand_from_type, maybe_legitimize_operands): Declare.
16570         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
16571         (expand_insn, expand_jump_insn): Likewise.
16572         * builtins.c (expand_builtin_prefetch): Use the new interfaces.
16573         (expand_builtin_interclass_mathfn, expand_builtin_strlen): Likewise.
16574         (expand_movstr, expand_builtin___clear_cache): Likewise.
16575         (expand_builtin_lock_release): Likewise.
16576         * explow.c (allocate_dynamic_stack_space): Likewise.
16577         (probe_stack_range): Likewise.  Allow check_stack to FAIL,
16578         and use the default handling in that case.
16579         * expmed.c (check_predicate_volatile_ok): Delete.
16580         (store_bit_field_1, extract_bit_field_1): Use the new interfaces.
16581         (emit_cstore): Likewise.
16582         * expr.c (emit_block_move_via_movmem): Likewise.
16583         (set_storage_via_setmem, expand_assignment): Likewise.
16584         (emit_storent_insn, try_casesi): Likewise.
16585         (emit_single_push_insn): Likewise.  Allow the expansion to fail.
16586         * optabs.c (expand_widen_pattern_expr, expand_ternary_op): Likewise.
16587         (expand_vec_shift_expr, expand_binop_directly): Likewise.
16588         (expand_twoval_unop, expand_twoval_binop): Likewise.
16589         (expand_unop_direct, emit_indirect_jump): Likewise.
16590         (emit_conditional_move, vector_compare_rtx): Likewise.
16591         (expand_vec_cond_expr, expand_val_compare_and_swap_1): Likewise.
16592         (expand_sync_operation, expand_sync_fetch_operation): Likewise.
16593         (expand_sync_lock_test_and_set): Likewise.
16594         (maybe_emit_unop_insn): Likewise.  Change icode to an insn_code.
16595         (emit_unop_insn): Likewise.
16596         (expand_copysign_absneg): Change icode to an insn_code.
16597         (create_convert_operand_from_type): New function.
16598         (maybe_legitimize_operand, maybe_legitimize_operands): Likewise.
16599         (maybe_gen_insn, maybe_expand_insn, maybe_expand_jump_insn): Likewise.
16600         (expand_insn, expand_jump_insn): Likewise.
16601         * config/i386/i386.md (setmem<mode>): Use nonmemory_operand rather
16602         than const_int_operand for operand 2.
16603
16604 2011-03-23  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16605
16606         * dwarf2out.c (const_ok_for_output_1): Print the unspec enum name
16607         if possible.
16608
16609 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
16610
16611         * emit-rtl.c (emit_pattern_before_noloc): New function.
16612         (emit_insn_before_noloc, emit_jump_insn_before_noloc): Call it.
16613         (emit_call_insn_before_noloc, emit_debug_insn_before_noloc): Likewise.
16614         (emit_pattern_after_noloc): New function.
16615         (emit_insn_after_noloc, emit_jump_insn_after_noloc): Call it.
16616         (emit_call_insn_after_noloc, emit_debug_insn_after_noloc): Likewise.
16617
16618 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
16619
16620         * libgcc2.c (__lshrdi3, __ashldi3, __ashrdi3): Use W_TYPE_SIZE.
16621         (__ffsDI2): Likewise.
16622
16623 2011-03-22  Richard Henderson  <rth@redhat.com>
16624
16625         * config/alpha/alpha.c (direct_return): Use TARGET_ABI_OSF instead
16626         of !TARGET_ABI_OPEN_VMS.
16627         (alpha_trampoline_init, alpha_start_function): Likewise.
16628         (alpha_expand_epilogue, alpha_file_start): Likewise.
16629         * config/alpha/alpha.md (divsi3, modsi3): Likewise.
16630         (udivsi3, umodsi3, divdi3, moddi3, udivdi3, umoddi3): Likewise.
16631         (*divmodsi_internal_er, *divmodsi_internal_er_1): Likewise.
16632         (*divmodsi_internal, *divmoddi_internal_er): Likewise.
16633         (*divmoddi_internal_er_1, *divmoddi_internal): Likewise.
16634
16635 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16636
16637         * config/s390/s390-opts.h: New.
16638         * config/s390/s390.c (s390_tune, s390_tune_flags, s390_arch,
16639         s390_arch_flags, s390_warn_framesize, s390_stack_size,
16640         s390_stack_guard): Remove.
16641         (s390_handle_arch_option): Return void.  Take enum
16642         s390_arch_option value instead of string and searching array.
16643         (s390_handle_option): Don't assert that global structures are in
16644         use.  Access variables via opts pointer.  Use error_at.  Don't use
16645         sscanf for -mstack-guard= or -mstack-size=.  Update call to
16646         s390_handle_arch_option.
16647         (s390_option_override): Update call to s390_handle_arch_option.
16648         (s390_emit_prologue): Use %d format for s390_stack_size in
16649         diagnostic.  Use %wd for HOST_WIDE_INT.
16650         * config/s390/s390.h (enum processor_type): Move to s390-opts.h.
16651         (s390_tune, s390_tune_flags, s390_arch, s390_arch_flags): Remove.
16652         * config/s390/s390.opt (config/s390/s390-opts.h): New
16653         HeaderInclude entry.
16654         (s390_arch_string, s390_tune, s390_tune_flags, s390_arch,
16655         s390_arch_flags, s390_warn_framesize): New Variable entries.
16656         (s390_arch_option): New Enum and EnumValue entries.
16657         (march=): Use Enum instead of Var.
16658         (mstack-guard=, mstack-size=): Use UInteger and Var.
16659         (mtune=): Use Enum.
16660
16661 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16662
16663         * config/score/score.c (score_handle_option): Don't assert that
16664         global structures are in use.  Access target_flags via opts
16665         pointer.  Use value of -march= option to determine target_flags
16666         settings.
16667         * config/score/score.opt (march=): Use Enum.
16668         (score_arch): New Enum and EnumValue entries.
16669
16670 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16671
16672         * config/mep/mep.c (option_mtiny_specified): Remove.
16673         (mep_option_override): Move register handling for -mivc2 from
16674         mep_handle_option.  Use global_options_set.x_mep_tiny_cutoff
16675         instead of option_mtiny_specified.
16676         (mep_handle_option): Access target_flags via opts pointer.  Don't
16677         assert that global structures are in use.  Defer part of -mivc2
16678         handling and move it to mep_option_override.
16679         * config/mep/mep.opt (IVC2): New Mask entry.
16680         (mivc2): Use Var and Defer instead of Mask.
16681
16682 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16683
16684         * config/v850/v850-opts.h: New.
16685         * config/v850/v850.c (small_memory): Replace with
16686         small_memory_physical_max array.  Make that array static const.
16687         (v850_handle_memory_option): Take integer value of argument.  Take
16688         gcc_options pointer, option text and location.  Return void.
16689         Update for changes to small memory structures.
16690         (v850_handle_option): Access target_flags via opts pointer.  Don't
16691         assert that global structures are in use.  Update calls to
16692         v850_handle_memory_option.
16693         (v850_encode_data_area): Update references to small memory settings.
16694         * config/v850/v850.h (struct small_memory_info, small_memory): Remove.
16695         (enum small_memory_type): Move to v850-opts.h.
16696         * config/v850/v850.opt (config/v850/v850-opts.h): New
16697         HeaderInclude entry.
16698         (small_memory_max): New Variable entry.
16699         (msda): Replace by pair of options msda= and msda-.  Use UInteger.
16700         (mtda, mzda): Likewise.
16701
16702 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16703
16704         * config/sh/sh.c (sh_handle_option): Access target_flags via opts
16705         pointer.  Don't assert that global structures are in use.
16706
16707 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16708
16709         * config/pdp11/pdp11.c (pdp11_handle_option): Access target_flags
16710         via opts pointer.  Don't assert that global structures are in use.
16711
16712 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16713
16714         * config/pa/pa-hpux.opt (flag_pa_unix): New Variable entry.
16715         (munix=93): Use Var.
16716         * config/pa/pa-hpux1010.opt (munix=95): Use Var.
16717         * config/pa/pa-hpux1111.opt (munix=98): Use Var.
16718         * config/pa/pa-opts.h: New.
16719         * config/pa/pa.c (pa_cpu, flag_pa_unix): Remove.
16720         (pa_handle_option): Don't assert that global structures are in
16721         use.  Access target_flags via opts pointer.  Don't handle
16722         OPT_mschedule_, OPT_mfixed_range_, OPT_munix_93, OPT_munix_95 or
16723         OPT_munix_98 here.
16724         (pa_option_override): Handle deferred OPT_mfixed_range_.
16725
16726 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16727
16728         * config/mn10300/mn10300-opts.h: New.
16729         * config/mn10300/mn10300.c (mn10300_processor,
16730         mn10300_tune_string): Remove.
16731         (mn10300_handle_option): Don't assert that global structures are
16732         in use.  Access mn10300_processor via opts pointer.  Don't handle
16733         OPT_mtune_ here.
16734         * config/mn10300/mn10300.h (enum processor_type): Move to
16735         mn10300-opts.h.
16736         (mn10300_processor): Remove.
16737         * config/mn10300/mn10300.opt (config/mn10300/mn10300-opts.h): New
16738         HeaderInclude entry.
16739         (mn10300_processor): New Variable entry.
16740         (mtune=): Use Var.
16741
16742 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16743
16744         * config/microblaze/microblaze.c: Don't include opts.h.
16745         (microblaze_handle_option, TARGET_HANDLE_OPTION): Remove.
16746         * config/microblaze/microblaze.opt (mxl-stack-check): Use Warn.
16747         (mno-clearbss): Use Var and Warn.
16748
16749 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16750
16751         * config/m32r/m32r-opts.h: New.
16752         * config/m32r/m32r.c (m32r_model, m32r_sdata): Remove.
16753         (m32r_handle_option): Don't assert that global structures are in
16754         use.  Access target_flags and m32r_cache_flush_func via opts
16755         pointer.  Don't handle OPT_mmodel_, OPT_msdata_ or
16756         OPT_mno_flush_trap here.
16757         * config/m32r/m32r.h (Code Models, Small Data Area): Replace by
16758         include of m32r-opts.h.
16759         * config/m32r/m32r.opt (config/m32r/m32r-opts.h): New
16760         HeaderInclude entry.
16761         (m32r_model_selected, m32r_sdata_selected): New Variable entries.
16762         (mmodel=): Use Enum and Var.
16763         (m32r_model): New Enum and EnumValue entries.
16764         (mno-flush-trap): Use Var.
16765         (msdata=): Use Enum and Var.
16766         (m32r_sdata): New Enum and EnumValue entries.
16767
16768 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16769
16770         * config/m32c/m32c.c: Don't include opts.h.
16771         (target_memregs, target_memregs_set, TARGET_HANDLE_OPTION,
16772         m32c_handle_option): Remove.
16773         (m32c_option_override): Check global_options_set.x_target_memregs
16774         instead of target_memregs_set.
16775         * config/m32c/m32c.h (target_memregs): Remove.
16776         * config/m32c/m32c.opt (memregs=): Use UInteger with integer
16777         variable.
16778
16779 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16780
16781         * config/iq2000/iq2000-opts.h: New.
16782         * config/iq2000/iq2000.c: Don't include opts.h.
16783         (iq2000_tune, iq2000_handle_option, TARGET_HANDLE_OPTION): Remove.
16784         * config/iq2000/iq2000.h (enum processor_type, iq2000_tune): Remove.
16785         * config/iq2000/iq2000.opt (config/iq2000/iq2000-opts.h): New
16786         HeaderInclude entry.
16787         (iq2000_tune): New Variable entry.
16788         (march=): Add comment.  Use Enum.
16789         (iq2000_arch): New Enum and EnumValue entries.
16790         (mcpu=): Use Enum and Var.
16791         (iq2000_tune): New Enum and EnumValue entries.
16792
16793 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16794
16795         * config/ia64/ia64-opts.h: New.
16796         * config/ia64/ia64.c (ia64_tune): Remove.
16797         (ia64_handle_option): Don't handle OPT_mfixed_range_ or OPT_mtune_
16798         here.  Use error_at.
16799         (ia64_option_override): Handle deferred OPT_mfixed_range_.
16800         * config/ia64/ia64.h (enum processor_type, ia64_tune): Remove.
16801         * config/ia64/ia64.opt (config/ia64/ia64-opts.h): New
16802         HeaderInclude entry.
16803         (ia64_tune): New Variable entry.
16804         (mfixed-range=): Use Defer and Var.
16805         (mtune=): Use Enum and Var.
16806         (ia64_tune): New Enum and EnumValue entries.
16807
16808 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16809
16810         * config/frv/frv-opts.h: New.
16811         * config/frv/frv-protos.h (enum frv_cpu, frv_cpu_t): Move to
16812         frv-opts.h.
16813         (frv_cpu_type): Remove.
16814         * config/frv/frv.c: Don't include opts.h.
16815         (frv_cpu_type, frv_handle_option, TARGET_HANDLE_OPTION): Remove.
16816         * config/frv/frv.opt (config/frv/frv-opts.h): New HeaderInclude entry.
16817         (frv_cpu_type): New Variable entry.
16818         (frv_cpu): New Enum and EnumValue entries.
16819
16820 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16821
16822         * config/cris/cris.c (cris_handle_option): Access target_flags via
16823         opts pointer.  Don't assert that global structures are in use.
16824         Don't call CRIS_SUBTARGET_HANDLE_OPTION.
16825         * config/cris/cris.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't define.
16826
16827 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16828
16829         * config/bfin/bfin-opts.h: New.
16830         * config/bfin/bfin.c (bfin_lib_id_given, bfin_cpu_type,
16831         bfin_si_revision, bfin_workarounds): Remove.
16832         (bfin_cpus): Make static const.
16833         (bfin_load_pic_reg): Check global_options_set.x_bfin_library_id
16834         not bfin_lib_id_given.
16835         (bfin_handle_option): Don't set bfin_lib_id_given.  Access
16836         bfin_cpu_type, bfin_si_revision and bfin_workarounds via opts
16837         pointer. Use error_at.  Don't assert that global structures are in use.
16838         * config/bfin/bfin.h: Include bfin-opts.h.
16839         (enum bfin_cpu_type, bfin_cpu_t): Move to bfin-opts.h.
16840         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): Remove.
16841         * bfin.opt (config/bfin/bfin-opts.h): New HeaderInclude entry.
16842         (bfin_cpu_type, bfin_si_revision, bfin_workarounds): New Variable
16843         entries.
16844
16845 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16846
16847         * config/arm/arm.opt (mhard-float, msoft-float): Use Alias.
16848         * config/arm/arm.c (arm_handle_option): Don't handle -mhard-float
16849         or -msoft-float here.
16850         * config/arm/arm.h (CPP_SPEC): Handle -mfloat-abi=*, not
16851         -msoft-float and -mhard-float.
16852         (OPTION_DEFAULT_SPECS): Don't handle -mhard-float and -msoft-float.
16853         * config/arm/coff.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
16854         msoft-float.
16855         * config/arm/elf.h (ASM_SPEC): Don't handle -mhard-float and
16856         -msoft-float.
16857         (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not msoft-float.
16858         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Use mfloat-abi=hard,
16859         not mhard-float.
16860         (LIBGCC_SPEC): Don't handle -msoft-float.
16861         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Don't handle
16862         -mhard-float.
16863         * config/arm/pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft, not
16864         msoft-float.
16865         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Handle
16866         -mfloat-abi=*, not -msoft-float and -mhard-float.
16867         * config/arm/semi.h((ASM_SPEC): Don't handle -mhard-float and
16868         -msoft-float.
16869         * config/arm/t-arm-elf (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS):
16870         Use mfloat-abi=hard and mfloat-abi=soft in comments, not
16871         mhard-float and msoft-float.
16872         * config/arm/t-linux (MULTILIB_OPTIONS): Use mfloat-abi=hard and
16873         mfloat-abi=soft in comments, not mhard-float and msoft-float.
16874         * config/arm/t-rtems (MULTILIB_OPTIONS, MULTILIB_EXCEPTIONS): Use
16875         mfloat-abi=soft and mfloat-abi=hard, not msoft-float and
16876         mhard-float.
16877         * config/arm/t-strongarm-elf (MULTILIB_OPTIONS): Use
16878         mfloat-abi=hard and mfloat-abi=soft, not mhard-float and
16879         msoft-float.
16880         * config/arm/t-wince-pe (MULTILIB_OPTIONS): Use mfloat-abi=hard,
16881         not mhard-float.
16882         * config/arm/wince-pe.h (MULTILIB_DEFAULTS): Use mfloat-abi=soft,
16883         not msoft-float.
16884
16885 2011-03-22  Richard Henderson  <rth@redhat.com>
16886
16887         * config/alpha/alpha.c (alpha_expand_prologue): Don't test
16888         TARGET_ABI_WINDOWS_NT.
16889         (alpha_output_function_end_prologue): Likewise.
16890         * config/alpha/alpha.h (TARGET_ABI_OSF): Likewise.
16891         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
16892         * config/alpha/alpha.md (call, call_value, tablejump): Likewise.
16893         (trap, *movsi_nt_vms): Likewise.
16894         (call_nt, call_value_nt, *call_nt_1, *call_value_nt_1): Remove.
16895         (*tablejump_osf_nt_internal): Remove.
16896         * config/alpha/predicates.md (input_operand): Only test Pmode.
16897
16898 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16899
16900         * config/alpha/alpha.c (alpha_handle_option): Access target_flags
16901         via opts pointer.  Use error_at.  Don't assert that global
16902         structures are in use.
16903
16904 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16905
16906         * config/i386/i386.c (ix86_isa_flags_explicit): Remove.
16907         (ix86_handle_option): Access ix86_isa_flags and
16908         ix86_isa_flags_explicit via opts pointer.  Don't assert that
16909         global structures are in use.
16910         (ix86_function_specific_save, ix86_function_specific_restore):
16911         Update ix86_isa_flags_explicit field name.
16912         * config/i386/i386.opt (ix86_isa_flags_explicit): New Variable entry.
16913         (ix86_isa_flags_explicit): Rename TargetSave entry to
16914         x_ix86_isa_flags_explicit.
16915
16916 2011-03-22  Richard Henderson  <rth@redhat.com>
16917
16918         * config/alpha/alpha.c (NUM_ARGS): Don't test TARGET_ABI_UNICOSMK.
16919         (alpha_option_override, direct_return): Likewise.
16920         (alpha_arg_partial_bytes, alpha_setup_incoming_varargs): Likewise.
16921         (alpha_va_start, alpha_gimplify_va_arg, alpha_sa_mask): Likewise.
16922         (alpha_sa_size, compute_frame_size, alpha_expand_prologue): Likewise.
16923         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
16924         (alpha_expand_epilogue, alpha_end_function): Likewise.
16925         (alpha_init_libfuncs): Likewise.
16926         (struct machine_function): Remove unicosmk members.
16927         (print_operand) ['t']: Remove.
16928         (unicosmk_must_pass_in_stack, unicosmk_initial_elimination_offset,
16929         unicosmk_output_module_name, unicosmk_output_common,
16930         current_section_align, unicosmk_output_text_section_asm_op,
16931         unicosmk_output_data_section_asm_op, unicosmk_init_sections,
16932         unicosmk_section_type_flags, unicosmk_unique_section,
16933         unicosmk_asm_named_section, unicosmk_insert_attributes,
16934         unicosmk_output_align, unicosmk_defer_case_vector,
16935         unicosmk_output_addr_vec, unicosmk_output_deferred_case_vectors,
16936         SSIB_PREFIX, SSIB_PREFIX_LEN, unicosmk_ssib_name, unicosmk_gen_dsib,
16937         unicosmk_output_ssib, unicosmk_add_call_info_word,
16938         unicosmk_extern_head, unicosmk_output_default_externs,
16939         unicosmk_output_externs, unicosmk_add_extern, unicosmk_dex_list,
16940         unicosmk_dex_count, unicosmk_special_name, unicosmk_need_dex,
16941         unicosmk_output_dex, unicosmk_file_start, unicosmk_file_end): Remove.
16942         * config/alpha/alpha-protos.h: Update.
16943         * config/alpha/alpha.h (TARGET_ABI_OSF): Don't test TARGET_ABI_UNICOSMK.
16944         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM): Remove.
16945         (UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): Remove.
16946         (mulsi3): Don't test TARGET_ABI_UNICOSMK.
16947         (*mulsi_se, mulvsi3): Likewise.
16948         (divsi3, udivsi3, modsi3, umodsi3, divdi3, udivdi3): Likewise.
16949         (*divmodsi_internal, call, call_value, realign): Likewise.
16950         (moddi3, umoddi3): Likewise; remove duplicate expander.
16951         (moddi3_umk, umoddi3_umk, call_umk, call_value_umk): Remove.
16952         (*call_umk_1, *movsi, umk_laum, umk_lalm, *umk_load_ciw): Remove.
16953         (*movdi_nofix): Remove r/U alternative.
16954         (umk_mismatch_args, arg_home_umk, *call_value_umk): Remove.
16955         * config/alpha/constraints.md ("U"): Remove.
16956         * config/alpha/predicates.md (call_operand"): Don't test
16957         TARGET_ABI_UNICOSMK.
16958
16959 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
16960
16961         * target.def (handle_option): Take gcc_options and
16962         cl_decoded_option pointers and location_t.
16963         * doc/tm.texi.in (TARGET_HANDLE_OPTION): Update documentation.
16964         * doc/tm.texi: Regenerate.
16965         * hooks.c (hook_bool_size_t_constcharptr_int_true): Remove.
16966         * hooks.h (hook_bool_size_t_constcharptr_int_true): Don't declare.
16967         * lto-opts.c (lto_reissue_options): Generate option structure for
16968         targetm.handle_option call.
16969         * opts.c (target_handle_option): Update call to
16970         targetm.handle_option.  Remove assertions about values now passed
16971         down to hook.
16972         * targhooks.c (default_target_handle_option): New.
16973         * targhooks.h (default_target_handle_option): Declare.
16974         * config/alpha/alpha.c: Include opts.h.
16975         (alpha_handle_option): Update to new hook interface.
16976         * config/arm/arm.c: Include opts.h.
16977         (arm_handle_option): Update to new hook interface.
16978         * config/arm/t-arm (arm.o): Update dependencies.
16979         * config/bfin/bfin.c: Include opts.h.
16980         (bfin_handle_option): Update to new hook interface.
16981         * config/cris/cris.c: Include opts.h.
16982         (cris_handle_option): Update to new hook interface.
16983         * config/frv/frv.c: Include opts.h.
16984         (frv_handle_option): Update to new hook interface.
16985         * config/i386/i386.c: Include opts.h.
16986         (ix86_handle_option): Update to new hook interface.
16987         (ix86_valid_target_attribute_inner_p): Generate option structure
16988         for call to ix86_handle_option.
16989         * config/i386/t-i386 (i386.o): Update dependencies.
16990         * config/ia64/ia64.c: Include opts.h.
16991         (ia64_handle_option): Update to new hook interface.
16992         * config/ia64/t-ia64 (ia64.o): Update dependencies.
16993         * config/iq2000/iq2000.c: Include opts.h.
16994         (iq2000_handle_option): Update to new hook interface.
16995         * config/m32c/m32c.c: Include opts.h.
16996         (m32c_handle_option): Update to new hook interface.
16997         * config/m32r/m32r.c: Include opts.h.
16998         (m32r_handle_option): Update to new hook interface.
16999         * config/m68k/m68k.c: Include opts.h.
17000         (m68k_handle_option): Update to new hook interface.
17001         * config/mep/mep.c: Include opts.h.
17002         (mep_handle_option): Update to new hook interface.
17003         * config/microblaze/microblaze.c: Include opts.h.
17004         (microblaze_handle_option): Update to new hook interface.
17005         * config/mips/mips.c: Include opts.h.
17006         (mips_handle_option): Update to new hook interface.
17007         * config/mn10300/mn10300.c: Include opts.h.
17008         (mn10300_handle_option): Update to new hook interface.
17009         * config/pa/pa.c: Include opts.h.
17010         (pa_handle_option): Update to new hook interface.
17011         * config/pdp11/pdp11.c: Include opts.h.
17012         (pdp11_handle_option): Update to new hook interface.
17013         * config/rs6000/rs6000.c: Include opts.h.
17014         (rs6000_handle_option): Update to new hook interface.
17015         * config/rs6000/t-rs6000 (rs6000.o): Update dependencies.
17016         * config/rx/rx.c: Include opts.h.
17017         (rx_handle_option): Update to new hook interface.
17018         * config/s390/s390.c: Include opts.h.
17019         (s390_handle_option): Update to new hook interface.
17020         * config/score/score.c: Include opts.h.
17021         (score_handle_option): Update to new hook interface.
17022         * config/sh/sh.c: Include opts.h.
17023         (sh_handle_option): Update to new hook interface.
17024         * config/sparc/sparc.c: Include opts.h.
17025         (sparc_handle_option): Update to new hook interface.
17026         * config/v850/v850.c: Include opts.h.
17027         (v850_handle_option): Update to new hook interface.
17028
17029 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
17030
17031         * gcc.c (driver_unknown_option_callback): Only permit and save
17032         unknown -Wno- options.
17033         (driver_wrong_lang_callback): Save options directly instead of via
17034         driver_unknown_option_callback.
17035
17036 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
17037
17038         * combine.c (simplify_set): Try harder to find the best CC mode when
17039         simplifying a nested COMPARE on the RHS.
17040
17041 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
17042
17043         * config/alpha/gnu.h: Remove.
17044         * config/arc: Remove directory.
17045         * config/arm/netbsd.h: Remove.
17046         * config/arm/t-pe: Remove.
17047         * config/crx: Remove directory.
17048         * config/i386/netbsd.h: Remove.
17049         * config/m68hc11: Remove directory.
17050         * config/m68k/uclinux-oldabi.h: Remove.
17051         * config/mcore/mcore-pe.h: Remove.
17052         * config/mcore/t-mcore-pe: Remove.
17053         * config/netbsd-aout.h: Remove.
17054         * config/rs6000/gnu.h: Remove.
17055         * config/sh/sh-symbian.h: Remove.
17056         * config/sh/symbian-base.c: Remove.
17057         * config/sh/symbian-c.c: Remove.
17058         * config/sh/symbian-cxx.c: Remove.
17059         * config/sh/symbian-post.h: Remove.
17060         * config/sh/symbian-pre.h: Remove.
17061         * config/sh/t-symbian: Remove.
17062         * config/svr3.h: Remove.
17063         * config/vax/netbsd.h: Remove.
17064         * config.build: Don't handle i[34567]86-*-pe.
17065         * config.gcc: Remove handling of deprecations for most deprecated
17066         targets.
17067         (m68k-*-uclinuxoldabi*): Add to second deprecated list.
17068         (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*, arm-*-pe*, crx-*-elf,
17069         i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*|m6811-*-*,
17070         m68hc12-*-*|m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*,
17071         powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
17072         sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
17073         Remove cases.
17074         * config.host: Don't handle i[34567]86-*-pe.
17075         * config/rs6000/linux64.h (LINK_OS_GNU_SPEC): Remove.
17076         (ASM_SPEC32): Don't handle -mcall-gnu.
17077         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't handle
17078         -mcall-gnu.
17079         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC, CPP_SPEC,
17080         STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC): Don't handle -mcall-gnu.
17081         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
17082         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): Remove.
17083         (SUBTARGET_EXTRA_SPECS): Remove *_gnu specs.
17084         * config/sh/sh-protos.h, config/sh/sh.c: Remove all code
17085         conditional on SYMBIAN.
17086         * configure.ac: Don't handle powerpc*-*-gnu*.
17087         * configure: Regenerate.
17088         * doc/extend.texi (interrupt attribute): Don't mention CRX.
17089         * doc/install-old.texi (m6811, m6812): Don't mention.
17090         * doc/install.texi (arc-*-elf*): Don't document multilib option.
17091         (arc-*-elf, CRX, m6811-elf, m6812-elf): Remove.
17092         (m68k-uclinuxoldabi): Don't mention.
17093         * doc/invoke.texi (ARC Options, CRX Options, M68hc1x Options):
17094         Remove.
17095         (-mcall-gnu): Remove.
17096         * doc/md.texi (CRX Architecture, Motorola 68HC11 & 68HC12
17097         families): Remove constraint documentation.
17098
17099 2011-03-22  Marius Strobl  <marius@FreeBSD.org>
17100
17101         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
17102         (FBSD_TARGET_CPU_CPP_BUILTINS): ...this.
17103         (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
17104
17105 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
17106
17107         PR target/48226
17108         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If we see a
17109         vector when peeking at the next token for vector, don't expand the
17110         keywords.
17111
17112 2011-03-21  Georg-Johann Lay  <avr@gjlay.de>
17113
17114         * config/avr/avr-protos.h (expand_epilogue): Change prototype
17115         * config/avr/avr.h (struct machine_function): Add field sibcall_fails.
17116         * config/avr/avr.c (init_cumulative_args)
17117         (avr_function_arg_advance): Use it.
17118         * config/avr/avr.c (expand_epilogue): Add bool parameter. Handle
17119         sibcall epilogues.
17120         (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to...
17121         (avr_function_ok_for_sibcall): ...this new function.
17122         (avr_lookup_function_attribute1): New static Function.
17123         (avr_naked_function_p, interrupt_function_p)
17124         (signal_function_p, avr_OS_task_function_p)
17125         (avr_OS_main_function_p): Use it.
17126         * config/avr/avr.md ("sibcall", "sibcall_value")
17127         ("sibcall_epilogue"): New expander.
17128         ("*call_insn", "*call_value_insn"): New insn.
17129         ("call_insn", "call_value_insn"): Remove
17130         ("call", "call_value", "epilogue"): Change expander to handle
17131         sibling calls.
17132
17133 2011-03-21  Nick Clifton  <nickc@redhat.com>
17134
17135         * doc/invoke.texi (Overall Options): Move closing brace to end of
17136         options list.
17137         (Optimization Options): Add missing @gol.
17138         (Directory Options): Likewise.
17139         (i386 and x86-64 Options): Likewise.
17140         (RS6000 and PowerPC Options): Likewise.
17141         (i386 and x86-64 Windows Options): Likewise.
17142         (V850 Options): Add text missing from descriptions.
17143
17144 2011-03-22  Richard Henderson  <rth@redhat.com>
17145
17146         * config/avr/avr.c (TARGET_EXCEPT_UNWIND_INFO): New.
17147         (avr_incoming_return_addr_rtx): New.
17148         (emit_push_byte): New.
17149         (expand_prologue): Use it.  Remove incorrect dwarf annotation for
17150         SREG, RAMPZ, zero register.  Push frame pointer by bytes.  Add dwarf
17151         annotation for __prologue_saves__.  Fixup dwarf annotation for CFA.
17152         (emit_pop_byte): New.
17153         (expand_epilogue): Use it.  Pop frame pointer by bytes.
17154         * config/avr/avr.h (FRAME_POINTER_CFA_OFFSET): Remove.
17155         (INCOMING_RETURN_ADDR_RTX): New.
17156         (INCOMING_FRAME_SP_OFFSET): New.
17157         (ARG_POINTER_CFA_OFFSET): New.
17158         * config/avr/avr.md (*pushqi): Fix mode of auto-inc.
17159         (*pushhi, *pushsi, *pushsf, popqi): Likewise.
17160         (pophi): Remove.
17161
17162         * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 11]: Handle post_dec.
17163
17164 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
17165
17166         * system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
17167         (FUNCTION_ARG_ADVANCE): Likewise.
17168         * tm.texi.in: Change references to them to hook references.
17169         * tm.texi: Regenerate.
17170         * targhooks.c (default_function_arg): Eliminate check for target
17171         macro.
17172         (default_function_incoming_arg): Likewise.
17173         (default_function_arg_advance): Likewise.
17174         * target.def (function_arg, function_incoming_arg): Change to DEFHOOK.
17175         (function_arg_advance): Likewise.
17176         * target-def.h: Eliminate FUNCTION_INCOMING_ARG check.
17177
17178 2011-03-22  Nathan Froyd  <froydnj@codesourcery.com>
17179
17180         * tree.c (build_call_1): New function.
17181         (build_call_valist, build_call_array_loc, build_call_vec): Call it.
17182
17183 2011-03-22  Richard Guenther  <rguenther@suse.de>
17184
17185         PR tree-optimization/48228
17186         * tree-vrp.c (vrp_visit_phi_node): Do not stop propagating
17187         for single-arg PHIs.
17188
17189 2011-03-22  Andrey Belevantsev  <abel@ispras.ru>
17190
17191         PR rtl-optimization/48143
17192         * config/i386/sse.md (*sse2_cvtpd2dq): Add athlon_decode attribute.
17193         (*sse2_cvttpd2dq, sse2_cvtss2sd, *sse2_cvtpd2ps,
17194         sse2_cvtps2pd): Likewise.
17195
17196 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17197
17198         * recog.c (canonicalize_change_group): Use validate_unshare_change.
17199
17200 2011-03-22  Richard Guenther  <rguenther@suse.de>
17201
17202         * gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not
17203         a valid RHS.  Make DOT_PROD_EXPR and REALIGN_LOAD_EXPR ternary.
17204         * tree-cfg.c (verify_gimple_assign_ternary): Allow DOT_PROD_EXPR
17205         and REALIGN_LOAD_EXPR.
17206         (verify_gimple_assign_single): Do not allow POLYNOMIAL_CHREC,
17207         DOT_PROD_EXPR or REALIGN_LOAD_EXPR.
17208         * expr.c (expand_expr_real_1): Move REALIGN_LOAD_EXPR and
17209         DOT_PROD_EXPR case ...
17210         (expand_expr_real_2): ... here.
17211         * gimple-pretty-print.c (dump_ternary_rhs): Handle DOT_PROD_EXPR
17212         and REALIGN_LOAD_EXPR.
17213         * tree-data-ref.c (split_constant_offset): Bail out for all CHRECs.
17214         * tree-vect-loop.c (vect_model_reduction_cost): Handle ternaries.
17215         (vect_create_epilog_for_reduction): Likewise.
17216         (vectorizable_reduction): Likewise.
17217         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Adjust.
17218         * tree-vect-stmts.c (vectorizable_load): Likewise.
17219
17220 2011-03-22  Eric Botcazou  <ebotcazou@adacore.com>
17221
17222         * gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
17223
17224 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17225
17226         * config/s390/s390.c (s390_delegitimize_address): Fix offset
17227         handling for PLTOFF/GOTOFF.
17228
17229 2011-03-22  Nick Clifton  <nickc@redhat.com>
17230
17231         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
17232         trailing backslash from the end of the macro definition.
17233
17234 2011-03-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17235
17236         * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
17237         and PLT unspecs.
17238
17239 2011-03-21  Richard Sandiford  <richard.sandiford@linaro.org>
17240
17241         * expr.h (prepare_operand): Move to...
17242         * optabs.h (prepare_operand): ...here and change the insn code
17243         parameter from "int" to "enum insn_code".
17244         (insn_operand_matches): Declare.
17245         * expr.c (init_expr_target): Use insn_operand_matches.
17246         (compress_float_constant): Likewise.
17247         * function.c (safe_insn_predicate, assign_parm_setup_reg): Likewise.
17248         * optabs.c (can_compare_p, prepare_cmp_insn): Likewise.
17249         (emit_cmp_and_jump_insn_1, gen_add2_insn, gen_add3_insn): Likewise.
17250         (have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn):
17251         Likewise.
17252         (gen_cond_trap): Likewise.
17253         (prepare_operand): Likewise.  Change icode to an insn_code.
17254         (insn_operand_matches): New function.
17255         * reload.c (find_reloads_address_1): Use insn_operand_matches.
17256         * reload1.c (gen_reload): Likewise.
17257         * targhooks.c (default_secondary_reload): Likewise.
17258
17259 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
17260
17261         * config/alpha/alpha.md (unspec): New define_c_enum.
17262         (unspecv): Ditto.
17263
17264 2011-03-21  Uros Bizjak  <ubizjak@gmail.com>
17265
17266         PR debug/48214
17267         * config/alpha/alpha.c (alpha_pad_noreturn): Do not emit an unop
17268         between a call and its CALL_ARG_LOCATION note.
17269
17270 2011-03-21  Eric Botcazou  <ebotcazou@adacore.com>
17271
17272         * gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
17273
17274 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
17275
17276         PR c/42544
17277         PR c/48197
17278         * c-common.c (shorten_compare): If primopN is first sign-extended
17279         to opN and then zero-extended to result type, set primopN to opN.
17280
17281 2011-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17282
17283         * config/arm/unwind-arm.c (__gnu_unwind_pr_common): Correct test
17284         for barrier handlers.
17285
17286 2011-03-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
17287
17288         * config/rs6000/rs6000.md (UNSPEC_*, UNSPECV_*): Redefine all
17289         UNSPEC constants to be in the unspec enumeration, and redefine
17290         all UNSPECV constants to be in the unspecv enumeration, so that
17291         dumps print which unspec/unspec_volatile this is.
17292         * config/rs6000/vector.md (UNSPEC_*): Ditto.
17293         * config/rs6000/paired.md (UNSPEC_*): Ditto.
17294         * config/rs6000/vsx.md (UNSPEC_*): Ditto.
17295         * config/rs6000/altivec.md (UNSPEC_*, UNSPECV_*): Ditto.
17296         * config/rs6000/dfp.md (UNSPEC_*): Ditto.
17297
17298         * config/rs6000/rs6000.md (UNSPECV_ISYNC, UNSPECV_LWSYNC): Rename
17299         UNSPEC_ISYNC and UNSPEC_HWSYNC to UNSPECV_ISYNC and
17300         UNSPECV_LWSYNC, since these are used as unspec_volatile.
17301         * config/rs6000/sync.md (isync, lwsync): Ditto.
17302
17303 2011-03-21  Richard Guenther  <rguenther@suse.de>
17304
17305         * params.def (lto-min-partition): Fix typo.
17306
17307 2011-03-21  Richard Guenther  <rguenther@suse.de>
17308
17309         PR c/47939
17310         * c-decl.c (grokdeclarator): Drop to the main variant only
17311         for array types.  Drop flag_gen_aux_info check.
17312
17313 2011-03-21  Richard Guenther  <rguenther@suse.de>
17314
17315         PR translation/47911
17316         * params.def (lto-partitions): Fix typo.
17317         (lto-min-partition): Fix wording.
17318
17319 2011-03-21  Andreas Tobler  <andreast@fgznet.ch>
17320
17321         * config/rs6000/t-freebsd: Remove duplication from file.
17322
17323 2011-03-21  Richard Guenther  <rguenther@suse.de>
17324
17325         PR middle-end/47661
17326         * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.
17327
17328 2011-03-21  Richard Guenther  <rguenther@suse.de>
17329
17330         PR lto/48210
17331         * params.def (lto-partitions): Require at least 1 partition.
17332
17333 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17334
17335         * gthr-solaris.h: Remove.
17336         * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
17337         * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
17338         (LIB_SPEC): Likewise.
17339         * config/sol2.opt (threads): Remove.
17340         * config.gcc (i[34567]86-*-solaris2*): Remove solaris threads support.
17341         (sparc*-*-solaris2*): Likewise.
17342         * configure.ac (enable_threads): Enable solaris support.
17343         * configure: Regenerate.
17344         * doc/invoke.texi (Option Summary, Solaris 2 Options): Remove -threads.
17345         * doc/install.texi (Configuration, --enable-threads=lib): Remove
17346         solaris.
17347
17348 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17349
17350         * config.gcc: Obsolete *-*-solaris2.8*.
17351         * doc/install.texi (Specific, *-*-solaris2*): Document it.
17352
17353 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17354
17355         PR bootstrap/48135
17356         * doc/install.texi (Prerequisites, Perl): Remove Glob.pm
17357         reference.  Solaris 8 perl works.
17358
17359 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17360
17361         PR bootstrap/48135
17362         * doc/install.texi (Prerequisites): Move jar etc. up.
17363         Explain support library version requirements.
17364
17365 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17366
17367         PR bootstrap/48135
17368         * doc/install.texi (Prerequisites): Move Perl to build
17369         requirements.  Always necessary on Solaris 2 with Sun ld.
17370
17371 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17372
17373         * doc/install.texi (Specific, alpha*-dec-osf5.1): Update for
17374         binutils 2.21.
17375         (Specific, i?86-*-solaris2.[89]): Likewise.
17376         (Specific, i?86-*-solaris2.10): Likewise.
17377         (Specific, mips-sgi-irix6): Likewise.
17378         (Specific, *-*-solaris2*): Remove Sun Studio download URL.
17379         Update for binutils 2.21.
17380
17381 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17382
17383         * configure.ac (gcc_cv_lto_plugin): Fix typo.
17384         Allow -fuse-linker-plugin for non-default plugin linker.
17385         * configure: Regenerate.
17386
17387 2011-03-21  Nicola Pero  <nicola.pero@meta-innovation.com>
17388
17389         PR bootstrap/48167
17390         * gengtype.c (files_rules): Added rule for cp/parser.h.
17391
17392 2011-03-21  Jakub Jelinek  <jakub@redhat.com>
17393
17394         PR target/48213
17395         * config/s390/s390.c (s390_delegitimize_address): Don't call
17396         lowpart_subreg if orig_x has BLKmode.
17397
17398 2011-03-21  Kai Tietz  <ktietz@redhat.com>
17399
17400         PR target/12171
17401         * doc/plugins.texi: Adjust documentation for plugin register_callback.
17402         * tree.h (attribute_spec): Add new member affects_type_identity.
17403         * attribs.c (empty_attribute_table): Adjust attribute_spec
17404         initializers.
17405         * config/alpha/alpha.c: Likewise.
17406         * config/arc/arc.c: Likewise.
17407         * config/arm/arm.c: Likewise.
17408         * config/avr/avr.c: Likewise.
17409         * config/bfin/bfin.c: Likewise.
17410         * config/crx/crx.c: Likewise.
17411         * config/darwin.h: Likewise.
17412         * config/h8300/h8300.c: Likewise.
17413         * config/i386/cygming.h: Likewise.
17414         * config/i386/i386.c: Likewise.
17415         * config/ia64/ia64.c: Likewise.
17416         * config/m32c/m32c.c: Likewise.
17417         * config/m32r/m32r.c: Likewise.
17418         * config/m68hc11/m68hc11.c: Likewise.
17419         * config/m68k/m68k.c: Likewise.
17420         * config/mcore/mcore.c: Likewise.
17421         * config/mep/mep.c: Likewise.
17422         * config/microblaze/microblaze.c: Likewise.
17423         * config/mips/mips.c: Likewise.
17424         * config/rs6000/rs6000.c: Likewise.
17425         * config/rx/rx.c: Likewise.
17426         * config/sh/sh.c: Likewise.
17427         * config/sol2.h: Likewise.
17428         * config/sparc/sparc.c: Likewise.
17429         * config/spu/spu.c: Likewise.
17430         * config/stormy16/stormy16.c: Likewise.
17431         * config/v850/v850.c: Likewise.
17432
17433 2011-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
17434
17435         * simplify-rtx.c (simplify_binary_operation_1): Handle
17436         (xor (and A B) C) case when B and C are both constants.
17437
17438 2011-03-21  Mingjie Xing  <mingjie.xing@gmail.com>
17439
17440         * tree-dfa.c (add_referenced_var): Fix typo in comment.
17441
17442 2011-03-20  Eric Botcazou  <ebotcazou@adacore.com>
17443
17444         PR bootstrap/48168
17445         * config/sparc/sparc.c (sparc_delegitimize_address): Add new pattern.
17446
17447 2011-03-20  Jakub Jelinek  <jakub@redhat.com>
17448
17449         PR rtl-optimization/48156
17450         * df-core.c (df_get_bb_dirty): Use df_lr if df_live is NULL,
17451         assume df and df_lr are not NULL.
17452
17453 2011-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17454
17455         PR debug/48023
17456         * config/arm/arm.c (create_fix_barrier): Do not emit a minipool
17457         between a call and its CALL_ARG_LOCATION note.
17458
17459 2011-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
17460
17461         PR debug/48178
17462         * config/sh/sh.c (find_barrier): Don't emit a constant pool
17463         between a call and its corresponding CALL_ARG_LOCATION note.
17464
17465 2011-03-19  Anatoly Sokolov  <aesok@post.ru>
17466
17467         * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range
17468         instead of loop. Use HARD_REGISTER_NUM_P predicate.
17469         * haifa-sched.c (setup_ref_regs): Ditto.
17470         * caller-save.c (add_used_regs_1): Ditto.
17471         * dse.c (look_for_hardregs): Ditto.
17472         * df-problems.c (df_simulate_one_insn_forwards): Ditto.
17473         * sched-rgn.c (check_live_1): Ditto.
17474
17475 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
17476
17477         * c-decl.c (diagnose_mismatched_decls): Give an error for
17478         redefining a typedef with variably modified type.
17479
17480 2011-03-18  Joseph Myers  <joseph@codesourcery.com>
17481
17482         * c-decl.c (grokfield): Don't allow typedefs for structures or
17483         unions with no tag by default.
17484         * doc/extend.texi (Unnamed Fields): Update.
17485
17486 2011-03-18  Uros Bizjak  <ubizjak@gmail.com>
17487
17488         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
17489         Rewrite using indirect functions.
17490         (lwp_slwpcb): Ditto.
17491         * config/i386/sse.md (avx_vextractf128<mode>): Ditto.
17492         (avx_vinsertf128<mode>): Ditto.
17493
17494 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17495
17496         * config/s390/s390.c (s390_delegitimize_address): Handle GOTOFF
17497         unspecs.
17498
17499 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17500
17501         * config/s390/s390.c (s390_chunkify_start): Prevent literal pool
17502         splitting between a call and its corresponding CALL_ARG_LOCATION note.
17503
17504 2011-03-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
17505
17506         PR rtl-optimization/48170
17507         * gcse.c (hoist_code): Remove bogus asserts.
17508
17509 2011-03-18  Georg-Johann Lay  <avr@gjlay.de>
17510
17511         * ira-color.c (assign_hard_reg): Honor LOCAL_REGNO in cost
17512         computation for prologue/epilogue.
17513
17514 2011-03-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17515
17516         * Makefile.in (check-consistency): Remove.
17517
17518 2011-03-18  Jakub Jelinek  <jakub@redhat.com>
17519
17520         PR debug/48176
17521         * dwarf2out.c (dwarf2out_finish): Call output_aranges even when
17522         arange_table_in_use is 0, but either text_section_used or
17523         cold_text_section_used is true.  Don't call it if
17524         !info_section_emitted.
17525
17526 2011-03-18  Anatoly Sokolov  <aesok@post.ru>
17527
17528         * config/avr/avr.h (RET_REGISTER, LIBCALL_VALUE,
17529         FUNCTION_VALUE_REGNO_P): Remove.
17530         * config/avr/avr-protos.h (avr_ret_register, avr_libcall_value):
17531         Remove.
17532         * config/avr/avr.c (avr_ret_register): Make static inline.
17533         (avr_function_value_regno_p): New function.
17534         (avr_libcall_value): Make static. Add 'func' argument.
17535         (avr_function_value): Make static. Rename 'func' argument to
17536         'fn_decl_or_type', forward it to avr_libcall_value. Call
17537         avr_ret_register function instead of RET_REGISTER macro.
17538         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
17539
17540 2011-03-18  Jason Merrill  <jason@redhat.com>
17541
17542         PR c++/23372
17543         * gimplify.c (gimplify_arg): Strip redundant TARGET_EXPR.
17544
17545 2011-03-18  Richard Guenther  <rguenther@suse.de>
17546
17547         * doc/install.texi (--enable-gold): Remove.
17548         (--with-plugin-ld): Document.
17549         * doc/invoke.texi (-fuse-linker-plugin): Clarify.
17550
17551 2011-03-18  Andrew Pinski  <pinskia@gmail.com>
17552
17553         PR middle-end/47790
17554         * expr.c (optimize_bitfield_assignment_op): Revamp to work
17555         again after expansion changes.
17556
17557 2011-03-18  Chung-Lin Tang  <cltang@codesourcery.com>
17558
17559         * combine.c (try_combine): Do simplification only call of
17560         subst() on i2 even when i1 is present. Update comments.
17561
17562 2011-03-18  Kaz Kojima  <kkojima@gcc.gnu.org>
17563
17564         * config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
17565         and UNSPEC_PCREL_SYMOFF.
17566
17567 2011-03-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17568
17569         * config/s390/s390.md: Use define_c_enum for the unspec constant
17570         definitions.
17571
17572 2011-03-18  Richard Henderson  <rth@redhat.com>
17573             Jakub Jelinek  <jakub@redhat.com>
17574
17575         PR bootstrap/48161
17576         * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
17577         instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.
17578
17579 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
17580
17581         PR middle-end/47725
17582         * combine.c (cant_combine_insn_p): Don't check zero/sign
17583         extended hard registers.
17584
17585 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
17586
17587         PR middle-end/47725
17588         * combine.c (cant_combine_insn_p): Check zero/sign extended
17589         hard registers.
17590
17591 2011-03-17  Anatoly Sokolov  <aesok@post.ru>
17592
17593         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
17594         * config/v850/v850-protos.h (v850_output_addr_const_extra): Remove.
17595         * config/v850/v850.c (v850_output_addr_const_extra): Make static.
17596         Change return type to bool.
17597         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
17598
17599 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
17600
17601         PR debug/48163
17602         * var-tracking.c (prepare_call_arguments): If CALL target
17603         is a non-SYMBOL_REF CONSTANT_P, just add that into the list as
17604         pc instead of looking it up using cselib_lookup and use
17605         Pmode for it if x has VOIDmode.
17606         * dwarf2out.c (gen_subprogram_die): If also both first and
17607         second CONCAT arguments are VOIDmode, use mode of CONCAT itself.
17608
17609         PR debug/48163
17610         * function.c (assign_parms): For data.passed_pointer parms
17611         use MEM of data.entry_parm instead of data.entry_parm itself
17612         as DECL_INCOMING_RTL.
17613         * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
17614         also when passed and declared mode is the same, DECL_RTL
17615         is a MEM with pseudo as address and DECL_INCOMING_RTL is
17616         a MEM too.
17617
17618 2011-03-16  Jeff Law  <law@redhat.com>
17619
17620         PR rtl-optimization/37273
17621         * ira-costs.c (scan_one_insn): Detect constants living in memory and
17622         handle them like argument loads from stack slots.  Do not double
17623         count memory for memory constants and argument loads from stack slots.
17624
17625 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
17626
17627         PR debug/48160
17628         * var-tracking.c (prepare_call_arguments): Check SUBREG.
17629
17630 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
17631
17632         PR target/48171
17633         * config/i386/i386.opt: Add Save to -mavx and -mfma.
17634
17635 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
17636
17637         PR bootstrap/48153
17638         * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
17639         if dwarf_strict.
17640         (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
17641         Clear call_arg_locations and call_arg_loc_last always.
17642
17643         PR middle-end/48152
17644         * var-tracking.c (prepare_call_arguments): If argument needs to be
17645         passed by reference, adjust argtype and mode.
17646
17647 2011-03-17  Richard Guenther  <rguenther@suse.de>
17648
17649         PR middle-end/48134
17650         * tree-ssa.c (insert_debug_temp_for_var_def): If we propagated
17651         a value make sure to fold the statement.
17652
17653 2011-03-17  Chung-Lin Tang  <cltang@codesourcery.com>
17654
17655         PR target/43872
17656         * config/arm/arm.c (arm_get_frame_offsets): Adjust early
17657         return condition with !cfun->calls_alloca.
17658
17659 2011-03-17  Richard Guenther  <rguenther@suse.de>
17660
17661         PR bootstrap/48148
17662         * lto-cgraph.c (input_overwrite_node): Clear the abstract
17663         origin for decls in other ltrans units.
17664         (input_varpool_node): Likewise.
17665
17666 2011-03-17  Richard Guenther  <rguenther@suse.de>
17667
17668         PR middle-end/48165
17669         * tree-object-size.c (compute_object_offset): Properly return
17670         the offset operand of MEM_REFs as sizetype.
17671
17672 2011-03-17  Jakub Jelinek  <jakub@redhat.com>
17673
17674         PR rtl-optimization/48141
17675         * params.def (PARAM_MAX_DSE_ACTIVE_LOCAL_STORES): New.
17676         * dse.c: Include params.h.
17677         (active_local_stores_len): New variable.
17678         (add_wild_read, dse_step1): Clear it when setting active_local_stores
17679         to NULL.
17680         (record_store, check_mem_read_rtx): Decrease it when removing
17681         from the chain.
17682         (scan_insn): Likewise.  Increase it when adding to chain, if it
17683         reaches PARAM_MAX_DSE_ACTIVE_LOCAL_STORES limit, set to 1 and
17684         set active_local_stores to NULL before the addition.
17685         * Makefile.in (dse.o): Depend on $(PARAMS_H).
17686
17687         PR rtl-optimization/48141
17688         * dse.c (record_store): If no positions are needed in an insn
17689         that cannot be deleted, at least unchain it from active_local_stores.
17690
17691 2011-03-16  Dodji Seketeli  <dodji@redhat.com>
17692
17693         PR debug/47510
17694         * dwarf2out.c (strip_naming_typedef): Factorize out of ...
17695         (lookup_type_die_strip_naming_typedef): ... here.
17696         (get_context_die): Use it.
17697         (gen_typedef_die): Add a DW_AT_{,MIPS_}linkage_name attribute to
17698         the anonymous struct named by the naming typedef.
17699
17700 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
17701
17702         PR target/48154
17703         * config/i386/i386.c (ix86_builtin_vectorized_function): Check
17704         TARGET_ROUND for BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
17705
17706 2011-03-16  Jeff Law  <law@redhat.com>
17707
17708         * tree-vrp.c (identify_jump_threads): Slightly simplify type
17709         check for operands of conditional.  Allow type to be a pointer.
17710
17711 2011-03-16  Richard Guenther  <rguenther@suse.de>
17712
17713         PR tree-optimization/48149
17714         * fold-const.c (fold_binary_loc): Fold
17715         COMPLEX_EXPR <REALPART_EXPR <x>, IMAGPART_EXPR <x>>.
17716
17717 2011-03-16  Richard Guenther  <rguenther@suse.de>
17718
17719         PR tree-optimization/26134
17720         * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle rewriting
17721         complex part accesses to REALPART_EXPR and IMAGPART_EXPR.
17722         (non_rewritable_mem_ref_base): Handle complex type component
17723         accesses, constrain offsets for vector and complex extracts
17724         more properly.
17725
17726 2011-03-16  Richard Guenther  <rguenther@suse.de>
17727
17728         PR tree-optimization/48146
17729         * tree-ssa-sink.c (sink_code_in_bb): Manually update virtual
17730         operands avoiding the need for renaming.
17731
17732 2011-03-16  Richard Guenther  <rguenther@suse.de>
17733
17734         * gimple-fold.c (maybe_fold_reference): Open-code relevant
17735         constant folding.  Move MEM_REF canonicalization first.
17736         Rely on fold_const_aggregate_ref for initializer folding.
17737         * tree-ssa-ccp.c (ccp_fold): Handle constant vector extracts.
17738
17739 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
17740
17741         PR middle-end/48136
17742         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Make sure
17743         arg0/arg1 or their arguments are always fold converted to matching
17744         types.
17745
17746         * var-tracking.c (prepare_call_arguments): Add ATTRIBUTE_UNUSED
17747         to nargs.
17748
17749 2011-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17750
17751         PR lto/46944
17752         * configure.ac (gcc_cv_gld_major_version, gcc_cv_gld_minor):
17753         Handle in-tree gold.
17754         (ld_vers): Extract binutils version for gold.
17755         (gcc_cv_ld_hidden): Handle gold here.
17756         (gcc_cv_lto_plugin): Determine level of linker plugin support.
17757         * configure: Regenerate.
17758         * config.in: Regenerate.
17759         * gcc.c: Only use LTO plugin if HAVE_LTO_PLUGIN > 0, reject
17760         -fuse-linker-plugin otherwise.
17761         (LINK_PLUGIN_SPEC): Define.  Extract from LINK_COMMAND_SPEC.
17762         (LINK_COMMAND_SPEC): Use it.
17763         (main): Only look for LTOPLUGINSONAME if HAVE_LTO_PLUGIN > 0.
17764
17765 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
17766
17767         * emit-rtl.c (try_split): Don't call copy_call_info debug hook.
17768         * calls.c: Remove debug.h include.
17769         (emit_call_1): Don't call virtual_call_token debug hook.
17770         * dwarf2out.c (debug_dcall_section, debug_vcall_section,
17771         dcall_entry, vcall_entry, dcall_table, vcall_table, vcall_insn,
17772         vcall_insn_table, DEBUG_DCALL_SECTION, DEBUG_VCALL_SECTION,
17773         size_of_dcall_table, output_dcall_table, size_of_vcall_table,
17774         output_vcall_table, dwarf2out_direct_call, vcall_insn_table_hash,
17775         vcall_insn_table_eq, store_vcall_insn, lookup_vcall_insn,
17776         dwarf2out_virtual_call_token, dwarf2out_copy_call_info,
17777         dwarf2out_virtual_call): Remove.
17778         (dwarf2_debug_hooks): Remove direct_call, virtual_call_token,
17779         copy_call_info and virtual_call hooks.
17780         (dwarf2out_init): Don't initialize vcall_insn_table,
17781         debug_dcall_section and debug_vcall_section.
17782         (prune_unused_types): Don't mark nodes from dcall_table.
17783         (dwarf2out_finish): Don't output dcall or vcall tables.
17784         * final.c (final_scan_insn): Don't call direct_call or
17785         virtual_call debug hooks.
17786         * debug.h (struct gcc_debug_hooks): Remove direct_call,
17787         virtual_call_token, copy_call_info and virtual_call hooks.
17788         (debug_nothing_uid): Remove prototype.
17789         * sdbout.c (sdb_debug_hooks): Remove direct_call, virtual_call_token,
17790         copy_call_info and virtual_call hooks.
17791         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
17792         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
17793         * debug.c (do_nothing_debug_hooks): Likewise.
17794         (debug_nothing_uid): Remove.
17795         * doc/invoke.texi (-fenable-icf-debug): Remove.
17796         * common.opt (-fenable-icf-debug): Likewise.
17797
17798         * calls.c (emit_call_1): Set MEM_EXPR on call's MEM.
17799         * var-tracking.c (prepare_call_arguments): Use MEM_EXPR on
17800         call's MEM.  Handle functions returning aggregate through a hidden
17801         first pointer.  For virtual calls add clobbered pc to call arguments
17802         chain.
17803         * dwarf2out.c (gen_subprogram_die): Emit
17804         DW_AT_GNU_call_site_target_clobbered if DW_AT_GNU_call_site_target
17805         can't be emitted.
17806
17807         PR debug/45882
17808         * rtl.def (ENTRY_VALUE): Change format from "e" to "0".
17809         * rtl.h (ENTRY_VALUE_EXP): Define.
17810         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle ENTRY_VALUE.
17811         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
17812         * print-rtl.c (print_rtx): Likewise.
17813         * gengtype.c (adjust_field_rtx_def): Likewise.
17814         * var-tracking.c (vt_add_function_parameter): Adjust
17815         gen_rtx_ENTRY_VALUE uses, use ENTRY_VALUE_EXP macro.
17816         * dwarf2out.c (mem_loc_descriptor): Use ENTRY_VALUE_EXP macro.
17817         * cfgexpand.c (expand_debug_expr): If a SSA_NAME without
17818         partition is a default definition of a PARM_DECL, use ENTRY_VALUE
17819         of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
17820
17821         * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.
17822         Call var_location debug hook even on CALL_INSNs.
17823         (rest_of_clean_state): Don't print NOTE_INSN_CALL_ARG_LOCATION.
17824         * rtl.def (ENTRY_VALUE): New.
17825         * dwarf2out.c: Include cfglayout.h.
17826         (dwarf_stack_op_name, size_of_loc_descr, output_loc_operands,
17827         output_loc_operands_raw): Handle DW_OP_GNU_entry_value.
17828         (struct call_arg_loc_node): New type.
17829         (call_arg_locations, call_arg_loc_last, block_map, call_site_count,
17830         tail_call_site_count): New variables.
17831         (dwarf_tag_name): Handle DW_TAG_GNU_call_site and
17832         DW_TAG_GNU_call_site_parameter.
17833         (dwarf_attr_name): Handle DW_AT_GNU_call_site_value,
17834         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
17835         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
17836         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites
17837         and DW_AT_GNU_all_source_call_sites.
17838         (mem_loc_descriptor): Handle ENTRY_VALUE.
17839         (add_src_coords_attributes): Don't add enything if
17840         DECL_SOURCE_LOCATION is UNKNOWN_LOCATION.
17841         (dwarf2out_abstract_function): Save and clear call_arg_location,
17842         call_site_count and tail_call_site_count around dwarf2out_decl call.
17843         (gen_call_site_die): New function.
17844         (gen_subprogram_die): Emit DW_TAG_GNU_call_site DIEs for call sites.
17845         (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map.
17846         (dwarf2out_function_decl): Clear call_arg_locations,
17847         call_arg_loc_last, set call_site_count and tail_call_site_count
17848         to -1 and free block_map.
17849         (dwarf2out_var_location): Handle NOTE_INSN_CALL_ARG_LOCATION and
17850         CALL_INSNs.  Add NOTE_DURING_CALL_P var location notes even when not
17851         followed by any real instructions.
17852         (dwarf2out_begin_function): Set call_site_count and
17853         tail_call_site_count to 0.
17854         (resolve_addr): If DW_AT_abstract_origin of DW_TAG_GNU_call_site
17855         is dw_val_class_addr, attempt to look it up again, for DECL_EXTERNAL
17856         attempt to force a DIE for it and worst case remove the attribute.
17857         (resolve_one_addr): For TREE_CONSTANT_POOL_ADDRESS_P SYMBOL_REFs
17858         check TREE_ASM_WRITTEN of DECL_INITIAL of the decl instead of
17859         the decl itself.
17860         * var-tracking.c: Include tm_p.h.
17861         (vt_stack_adjustments): For calls call note_register_arguments.
17862         (argument_reg_set): New variable.
17863         (add_stores): For MO_VAL_SET of non-tracked regs from argument_reg_set
17864         ensure the VALUE is resolved.
17865         (call_arguments): New variable.
17866         (prepare_call_arguments): New function.
17867         (add_with_sets): For MO_CALL set u.loc from call_arguments and clear it.
17868         (struct expand_loc_callback_data): Add ignore_cur_loc field.
17869         (vt_expand_loc_callback): If ignore_cur_loc, don't look at cur_loc and
17870         always use the best expression.
17871         (vt_expand_loc): Add ignore_cur_loc argument.
17872         (vt_expand_loc_dummy): Clear ignore_cur_loc field.
17873         (emit_note_insn_var_location): Adjust vt_expand_loc callers.
17874         (emit_notes_in_bb) <case MO_CALL>: Add NOTE_INSN_CALL_ARG_LOCATION
17875         note for all calls.
17876         (vt_add_function_parameter): Use cselib_lookup_from_insn.
17877         If dv is a VALUE, enter into hash table also ENTRY_VALUE for the
17878         argument.  Don't call cselib_preserve_only_values and
17879         cselib_reset_table.
17880         (note_register_arguments): New function.
17881         (vt_initialize): Compute argument_reg_set.  Call
17882         vt_add_function_parameters before processing basic blocks instead of
17883         afterwards.  For calls call prepare_call_arguments before calling
17884         cselib_process_insn.
17885         * print-rtl.c (print_rtx): Handle NOTE_INSN_CALL_ARG_LOCATION.
17886         * Makefile.in (dwarf2out.o): Depend on $(CFGLAYOUT_H).
17887         (var-tracking.o): Depend on $(TM_P_H).
17888         * cfglayout.h (insn_scope): New prototype.
17889         * gengtype.c (adjust_field_rtx_def): Handle NOTE_INSN_CALL_ARG_LOCATION.
17890         * cfglayout.c (insn_scope): No longer static.
17891         * insn-notes.def (CALL_ARG_LOCATION): New.
17892         * calls.c (expand_call, emit_library_call_value_1): Put USEs for
17893         MEM arguments into CALL_INSN_FUNCTION_USAGE unconditionally.
17894         * integrate.c (set_block_origin_self, set_block_abstract_flags): Do
17895         nothing for DECL_EXTERNAL BLOCK_VARS.
17896
17897 2011-03-16  Alan Modra  <amodra@gmail.com>
17898
17899         PR target/45844
17900         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't
17901         create invalid offset address for vsx splat insn.
17902         * config/rs6000/predicates.md (splat_input_operand): New.
17903         * config/rs6000/vsx.md (vsx_splat_*): Use it.
17904
17905 2011-03-15  Xinliang David Li  <davidxl@google.com>
17906
17907         PR c/47837
17908         * tree-ssa-uninit.c (pred_chain_length_cmp): New function.
17909         (normalize_preds): New function.
17910         (is_use_properly_guarded): Normalize def predicates.
17911
17912 2011-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
17913
17914         PR target/46788
17915         * config/arm/arm.md (arm_movtas_ze): Use 'L' instead of 'c'
17916         in the output template.
17917
17918 2011-03-15  Richard Guenther  <rguenther@suse.de>
17919
17920         PR middle-end/47650
17921         * tree-pretty-print.c (dump_function_declaration): Properly
17922         dump unprototyped and varargs function types.
17923
17924 2011-03-15  Richard Guenther  <rguenther@suse.de>
17925
17926         PR tree-optimization/13954
17927         * tree-ssa-sccvn.c (vn_reference_lookup_3): Look through memcpy
17928         and friends.
17929
17930 2011-03-15  Richard Guenther  <rguenther@suse.de>
17931
17932         PR tree-optimization/48037
17933         * tree-ssa.c (maybe_rewrite_mem_ref_base): Rewrite vector
17934         selects into BIT_FIELD_REFs.
17935         (non_rewritable_mem_ref_base): Check if a MEM_REF is a
17936         vector select.
17937
17938 2011-03-15  Jakub Jelinek  <jakub@redhat.com>
17939
17940         PR tree-optimization/48129
17941         * builtins.c (fold_builtin_snprintf): Convert to type of
17942         built_in_decls[BUILT_IN_SNPRINTF] retval instead of
17943         implicit_built_in_decls[BUILT_IN_SNPRINTF] retval.
17944
17945 2011-03-15  Richard Guenther  <rguenther@suse.de>
17946
17947         PR tree-optimization/41490
17948         * tree-ssa-dce.c (propagate_necessity): Handle returns without
17949         value but with VUSE.
17950         * tree-ssa-operands.c (parse_ssa_operands): Add a VUSE on all
17951         return statements.
17952         * tree-ssa-sink.c (statement_sink_location): Fix store sinking.
17953         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Handle virtual PHIs.
17954         * tree-tailcall.c (find_tail_calls): Ignore returns.
17955
17956 2011-03-15  Richard Guenther  <rguenther@suse.de>
17957
17958         PR middle-end/48031
17959         * fold-const.c (fold_indirect_ref_1): Do not create new variable-sized
17960         or variable-indexed array accesses when in gimple form.
17961
17962 2011-03-15  Richard Guenther  <rguenther@suse.de>
17963
17964         * config/i386/i386.c (ix86_emit_swdivsf): Implement more efficiently.
17965
17966 2011-03-15  Alan Modra  <amodra@gmail.com>
17967
17968         PR target/48032
17969         * config/rs6000/rs6000.c (offsettable_ok_by_alignment): Do not
17970         presume symbol_refs without a symbol_ref_decl are suitably
17971         aligned, nor other trees we may see here.  Handle anchor symbols.
17972         (legitimate_constant_pool_address_p): Comment.  Add mode param.
17973         Check cmodel=medium addresses.  Adjust all calls.
17974         (rs6000_emit_move): Don't call offsettable_ok_by_alignment on
17975         creating cmodel=medium optimized access to locals.
17976         * config/rs6000/constraints.md (R): Pass QImode to
17977         legitimate_constant_pool_address_p.
17978         * config/rs6000/predicates.md (input_operand): Pass mode to
17979         legitimate_constant_pool_address_p.
17980         * config/rs6000/rs6000-protos.h (legitimate_constant_pool_address_p):
17981         Update prototype.
17982
17983 2011-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
17984
17985         PR target/48053
17986         * config/rs6000/rs6000.md (movdi split for 32-bit): Don't split up
17987         64-bit constants being loaded into registers other than GPRs such
17988         as loading 0 into a VSX register.
17989
17990 2011-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17991
17992         * config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs.
17993
17994 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
17995
17996         PR middle-end/47917
17997         * builtins.c (fold_builtin_snprintf): New function.
17998         (fold_builtin_3): Call it for BUILT_IN_SNPRINTF.
17999         (fold_builtin_4): Likewise.
18000
18001         PR middle-end/38878
18002         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Add
18003         STRIP_NOPS on arg0 and arg1.  When optimizing X +- C == X
18004         and C - X == X also strip nops from +/-/p+ operand.
18005         When optimizing -X == C, fold C to arg0's type.
18006
18007         PR debug/47946
18008         * dwarf2out.c (add_bit_offset_attribute): If bit_offset is negative,
18009         emit it as add_AT_int instead of add_AT_unsigned.
18010
18011 2011-03-14  Tom Tromey  <tromey@redhat.com>
18012
18013         * unwind-dw2.c: Include sys/sdt.h if it exists.
18014         (_Unwind_DebugHook): Use STAP_PROBE2.
18015         * config.in, configure: Rebuild.
18016         * configure.ac: Check for sys/sdt.h.
18017
18018 2011-03-14  Uros Bizjak  <ubizjak@gmail.com>
18019
18020         * config/i386/i386.md (ROUND_FLOOR): New constant.
18021         (ROUND_CEIL): Ditto.
18022         (ROUND_TRUNC): Ditto.
18023         (ROUND_MXCSR): Ditto.
18024         (ROUND_NO_EXC): Ditto.
18025         (rint<mode>2): Use new defines instead of numerical constants.
18026         (floor<mode>2): Ditto.
18027         (ceil<mode>2): Ditto.
18028         (btrunc<mode>2): Ditto.
18029         * config/i386/i386-builtin-types.def: Define ROUND function type
18030         aliases.
18031         * config/i386/i386.c (enum ix86_builtins): Add
18032         IX86_BUILTIN_{FLOOR,CEIL,TRUNC,RINT}{PS,PD}{,256} defines.
18033         (struct builtin_description): Add
18034         __builtin_ia32_{floor,ceil,trunc,rint}{pd,ps}{,256} descriptions.
18035         (ix86_expand_sse_round): New static function.
18036         (ix86_expand_args_builtin): Call ix86_expand_sse_round for ROUND
18037         function types.
18038         (ix86_builtin_vectorized_function): Handle
18039         BUILT_IN_{FLOOR,CEIL,TRUNC,RINT}{,F} builtins.
18040
18041 2011-03-14  Tom Tromey  <tromey@redhat.com>
18042
18043         * c-parser.c (c_parser_asm_string_literal): Clear
18044         warn_overlength_strings.
18045
18046 2011-03-14  Tom Tromey  <tromey@redhat.com>
18047
18048         * c-parser.c (disable_extension_diagnostics): Save
18049         warn_overlength_strings.
18050         (restore_extension_diagnostics): Restore warn_overlength_strings.
18051
18052 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
18053
18054         * BASE-VER: Change to 4.7.0.
18055
18056 2011-03-14  Richard Guenther  <rguenther@suse.de>
18057
18058         PR middle-end/48098
18059         * tree.c (build_vector_from_val): Adjust assert to requirements
18060         and reality.
18061
18062 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
18063
18064         PR bootstrap/48102
18065         * graphite-cloog-compat.h (build_cloog_prog): Remove STATE parameter.
18066
18067 2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
18068
18069         * config/rs6000/freebsd.h (RELOCATABLE_NEEDS_FIXUP): Define in
18070         terms of target_flags_explicit. Adjust copyright year.
18071
18072         * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits.
18073         * config/rs6000/t-freebsd: New file. Add override for
18074         LIB2FUNCS_EXTRA.
18075
18076 2011-03-13  Chris Demetriou  <cgd@google.com>
18077
18078         * doc/invoke.texi (-fdiagnostics-show-option): Replace with...
18079         (-fno-diagnostics-show-option): this, to reflect current default.
18080         (-Werror=): Update text about -fno-diagnostics-show-option.
18081
18082 2011-03-12  Peter Bergner  <bergner@vnet.ibm.com>
18083
18084         PR target/48053
18085         * config/rs6000/predicates.md (easy_vector_constant_add_self,
18086         easy_vector_constant_msb): Do not handle V2DImode and V2DFmode.
18087         * config/rs6000/rs6000.c (const_vector_elt_as_int): Add assert that
18088         mode is not V2DImode or V2DFmode.
18089         (vspltis_constant): Do not handle V2DImode and V2DFmode.
18090         (rs6000_expand_vector_init): Replace copy_to_reg with copy_to_mode_reg.
18091         * config/rs6000/rs6000.md (movdi_internal32): Allow setting VSX
18092         registers to 0.
18093         (movdi_internal64): Likewise.
18094
18095 2011-03-12  Sebastian Pop  <sebastian.pop@amd.com>
18096
18097         PR tree-optimization/47127
18098         * graphite-clast-to-gimple.c (build_cloog_prog): Removed state
18099         parameter.
18100         (set_cloog_options): Same.
18101         (scop_to_clast): Same.
18102         (print_clast_stmt): Do not call cloog_state_malloc and
18103         cloog_state_free.
18104         (print_generated_program): Same.
18105         (gloog): Same.
18106         * graphite-clast-to-gimple.h (cloog_state): Declared.
18107         (scop_to_clast): Adjust declaration.
18108         * graphite.c (cloog_state): Defined here.
18109         (graphite_initialize): Call cloog_state_malloc.
18110         (graphite_finalize): Call cloog_state_free.
18111
18112 2011-03-11  Jason Merrill  <jason@redhat.com>
18113
18114         * attribs.c (lookup_attribute_spec): Take const_tree.
18115         * tree.h: Adjust.
18116
18117 2011-03-11  Joseph Myers  <joseph@codesourcery.com>
18118
18119         * config/sparc/sparc.c (sparc_option_override): Use
18120         PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2".
18121
18122 2011-03-11  Richard Guenther  <rguenther@suse.de>
18123
18124         PR tree-optimization/48067
18125         * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the
18126         multiplication result will be only used once on the target
18127         stmt.
18128
18129 2011-03-11  Richard Guenther  <rguenther@suse.de>
18130
18131         * doc/invoke.texi (max-inline-insns-single): Adjust default value.
18132
18133 2011-03-11  Richard Guenther  <rguenther@suse.de>
18134
18135         PR lto/48073
18136         * tree.c (find_decls_types_r): Do not walk types only reachable
18137         from IDENTIFIER_NODEs.
18138
18139 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
18140
18141         PR middle-end/48044
18142         * ipa.c (cgraph_remove_unreachable_nodes): Enqueue
18143         all vnode->force_output nodes as needed.
18144
18145 2011-03-11  Jason Merrill  <jason@redhat.com>
18146
18147         PR c++/48069
18148         * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not
18149         COMPLETE_OR_UNBOUND_ARRAY_TYPE_P.
18150
18151 2011-03-11  Martin Jambor  <mjambor@suse.cz>
18152
18153         * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of
18154         cgraph_node.
18155
18156 2011-03-11  Jakub Jelinek  <jakub@redhat.com>
18157
18158         PR tree-optimization/48063
18159         * ipa-inline.c (cgraph_decide_inlining): Don't try to
18160         inline functions called once if !tree_can_inline_p (node->callers).
18161
18162 2011-03-11  Chen Liqin  <liqin.gcc@gmail.com>
18163
18164         * config.gcc (score-*-elf): Add extra_parts .., update tmake_file and
18165         extra_objs.
18166         * config/score/score3.c: Delete.
18167         * config/score/score3.h: Delete.
18168         * config/score/mul-div.S: Delete.
18169         * config/score/sfp-machine.h: Add new file.
18170         * config/score/constraints.md: Add new file.
18171         * config/score/t-score-softfp: Add new file.
18172         * config/score/t-score-elf: Remove score3.o, do not generate multilib.
18173         * config/score/score7.c (score7_const_ok_for_letter_p): Delete.
18174         (score7_extra_constraint): Delete.
18175         (score7_option_override): Remove unused code.
18176         * config/score/score.c: Remove score3 and score5 define and code.
18177         * config/score/score.h: Remove score3 and score5 define and code.
18178         * config/score/score.md: Remove score3 template and unusual insn.
18179         * config/score/score.opt: Remove score3 and score5 options.
18180
18181 2011-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18182
18183         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT
18184         when _HPUX_SOURCE is defined.
18185         (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified.
18186
18187 2011-03-10  Jason Merrill  <jason@redhat.com>
18188
18189         PR c++/48029
18190         * stor-layout.c (layout_type): Don't set structural equality
18191         on arrays of incomplete type.
18192         * tree.c (type_hash_eq): Handle comparing them properly.
18193
18194 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
18195
18196         PR debug/48043
18197         * config/s390/s390.c (s390_delegitimize_address): Make sure the
18198         result mode matches original rtl mode.
18199
18200 2011-03-10  Nick Clifton  <nickc@redhat.com>
18201
18202         * config/rx/rx.md (bitset_in_memory, bitclr_in_memory: Fix timings.
18203         (andsi3, andsi3_flags): Fix timings for three operand alternative.
18204
18205 2011-03-09  Jakub Jelinek  <jakub@redhat.com>
18206
18207         PR rtl-optimization/47866
18208         * expr.c (store_field): If MEM_SCALAR_P (target), don't use
18209         MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx)
18210         if target wasn't scalar.
18211         * function.c (assign_stack_temp_for_type): Assert that neither
18212         MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either
18213         MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P
18214         macro.
18215         * rtl.h (MEM_SET_IN_STRUCT_P): Removed.
18216
18217 2011-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18218
18219         * config/s390/s390-protos.h (s390_label_align): New prototype.
18220         * config/s390/s390.c (s390_label_align): New function.
18221         * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
18222
18223 2011-03-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
18224
18225         PR target/47755
18226         * config/rs6000/rs6000.c (easy_altivec_constant): Correctly handle
18227         V2DI/V2DF constants.  Only all 0's or all 1's are easy.
18228         (output_vec_const_move): Ditto.
18229
18230 2011-03-08  Anatoly Sokolov  <aesok@post.ru>
18231
18232         * config/mips/mips.h (PREFERRED_RELOAD_CLASS): Remove macro.
18233         * config/mips/mips-protos.h (mips_preferred_reload_class): Remove.
18234         * config/mips/mips.c (mips_preferred_reload_class): Make static.
18235         Change 'rclass' argument and result type to reg_class_t.
18236         (TARGET_PREFERRED_RELOAD_CLASS): Define.
18237
18238 2011-03-08  Georg-Johann Lay  <avr@gjlay.de>
18239
18240         * config/avr/avr.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
18241         * config/avr/avr.c (TARGET_REGISTER_MOVE_COST)
18242         (TARGET_MEMORY_MOVE_COST): Define.
18243         (avr_register_move_cost, avr_memory_move_cost): New Functions.
18244
18245 2011-03-08  Jakub Jelinek  <jakub@redhat.com>
18246
18247         PR debug/47881
18248         * ira.c (ira): Call df_analyze again if delete_trivially_dead_insns
18249         removed anything.
18250
18251         PR tree-optimization/48022
18252         * fold-const.c (fold_comparison): Don't call fold_overflow_warning
18253         for EQ/NE_EXPR.
18254
18255 2011-03-07  Jakub Jelinek  <jakub@redhat.com>
18256
18257         PR debug/47991
18258         * var-tracking.c (find_use_val): Return NULL for
18259         cui->sets && cui->store_p BLKmode MEMs.
18260
18261 2011-03-07  Anatoly Sokolov  <aesok@post.ru>
18262
18263         * config/stormy16/stormy16.h (PRINT_OPERAND, PRINT_OPERAND_ADDRESS):
18264         Remove.
18265         * config/stormy16/stormy16-protos.h (xstormy16_print_operand,
18266         xstormy16_print_operand_address): Remove.
18267         * config/stormy16/stormy16.c (xstormy16_print_operand,
18268         xstormy16_print_operand_address): Make static.
18269         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
18270
18271 2011-03-07  Pat Haugen  <pthaugen@us.ibm.com>
18272
18273         PR target/47862
18274         * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
18275         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Undefine
18276         before definition.
18277
18278 2011-03-07  Zdenek Dvorak  <ook@ucw.cz>
18279
18280         PR bootstrap/48000
18281         * cfgloopmanip.c (fix_bb_placements): Return immediately
18282         if FROM is BASE_LOOP's header.
18283
18284 2011-03-07  Paul Wögerer  <paul_woegerer@mentor.com>
18285
18286         * gimplify.c (gimplify_function_tree): Fix building calls
18287         to __builtin_return_address.
18288
18289 2011-03-07  Alan Modra  <amodra@gmail.com>
18290
18291         * config/rs6000/linux.h (TARGET_ASM_FILE_END): Don't define.
18292         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Don't define.
18293         * config/rs6000/sysv4.h (TARGET_ASM_FILE_END): Define.
18294         * config/rs6000/rs6000-protos.h (init_cumulative_args): Add fndecl and
18295         return_mode args.
18296         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): Add "escapes".
18297         (INIT_CUMULATIVE_ARGS): Pass FNDECL, VOIDmode.
18298         (INIT_CUMULATIVE_INCOMING_ARGS): Pass current_function_decl, VOIDmode.
18299         (INIT_CUMULATIVE_LIBCALL_ARGS): Pass NULL_TREE, MODE.
18300         * config/rs6000/rs6000.c
18301         (rs6000_elf_end_indicate_exec_stack): Rename to..
18302         (rs6000_elf_file_end): ..this.  Only call file_end_indicate_exec_stack
18303         for POWERPC_LINUX.  Move code emitting .gnu_attribute to here, from..
18304         (rs6000_file_start): ..here.
18305         (rs6000_passes_float, rs6000_passes_vector, rs6000_returns_struct): New
18306         file scope variables.
18307         (call_ABI_of_interest): New function.
18308         (init_cumulative_args): Set above vars when function return value
18309         is a float, vector, or small struct.
18310         (rs6000_function_arg_advance_1): Likewise for function args.
18311         (rs6000_va_start): Set rs6000_passes_float if variable arg function
18312         references float args.
18313
18314 2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
18315
18316         * doc/cfg.texi: Remove "See" before @ref.
18317         * doc/invoke.texi: Likewise.
18318
18319 2011-03-05  Jason Merrill  <jason@redhat.com>
18320
18321         * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
18322
18323 2011-03-05  Anthony Green  <green@moxielogic.com>
18324
18325         * config.gcc (moxie-*-elf): Add newlib-stdint.h to tmfile.
18326
18327 2011-03-05  Zdenek Dvorak  <ook@ucw.cz>
18328
18329         PR rtl-optimization/47899
18330         * cfgloopmanip.c (fix_bb_placements): Fix first argument
18331         to flow_loop_nested_p when moving the loop upward.
18332
18333 2011-03-05  Richard Earnshaw  <rearnsha@arm.com>
18334
18335         PR target/47719
18336         * arm.md (movhi_insn_arch4):  Accept any immediate constant.
18337
18338 2011-03-05  Jakub Jelinek  <jakub@redhat.com>
18339
18340         PR tree-optimization/47967
18341         * ipa-cp.c (build_const_val): Return NULL instead of creating
18342         VIEW_CONVERT_EXPR for mismatching sizes.
18343         (ipcp_create_replace_map): Return NULL if build_const_val failed.
18344         (ipcp_insert_stage): If ipcp_create_replace_map returns NULL,
18345         give up on versioning.
18346
18347 2011-03-05  Alan Modra  <amodra@gmail.com>
18348
18349         PR target/47986
18350         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
18351         full cmodel medium/large lo_sum + high addresses.
18352
18353 2011-03-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18354
18355         * config/s390/s390.c (s390_decompose_address): Reject non-literal
18356         pool references in UNSPEC_LTREL_OFFSET.
18357
18358 2011-03-04  Jan Hubicka  <jh@suse.cz>
18359
18360         PR lto/47497
18361         * lto-symtab.c (lto_cgraph_replace_node): Do not set thunk.alias.
18362         (lto_symtab_merge_cgraph_nodes_1): Update thunk.alias pointers here.
18363         * cgraph.h (cgraph_same_body_alias, cgraph_add_thunk):
18364         Add node pointers.
18365         * cgraph.c (cgraph_same_body_alias_1, cgraph_same_body_alias,
18366         cgraph_add_thunk): Add node pointers.
18367         * lto-cgraph.c (lto_output_node): Verify that thunks&aliases are
18368         associated to right node.
18369         (input_node): Update use of cgraph_same_body_alias
18370         and cgraph_add_thunk.
18371
18372 2011-03-04  Changpeng Fang  <changpeng.fang@amd.com>
18373
18374         * config/i386/i386.opt (mprefer-avx128): New flag.
18375         * config/i386/i386.c (ix86_preferred_simd_mode): Prefer 128-bit AVX
18376         modes when the flag -mprefer-avx128 is on.
18377
18378 2011-03-04  Richard Sandiford  <richard.sandiford@linaro.org>
18379
18380         * dwarf2out.c (compare_loc_operands): Fix address handling.
18381
18382 2011-03-04  Alan Modra  <amodra@gmail.com>
18383
18384         * tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
18385
18386 2011-03-04  Richard Guenther  <rguenther@suse.de>
18387
18388         PR middle-end/47968
18389         * expmed.c (extract_bit_field_1): Prefer vector modes that
18390         vec_extract patterns can handle.
18391
18392 2011-03-04  Richard Guenther  <rguenther@suse.de>
18393
18394         PR middle-end/47975
18395         * optabs.c (optab_for_tree_code): Do not use VECTOR_MODE_P.
18396
18397 2011-03-04  Richard Henderson  <rth@redhat.com>
18398
18399         * explow.c (emit_stack_save): Remove 'after' parameter.
18400         (emit_stack_restore): Likewise.
18401         * expr.h: Update to match.
18402         * builtins.c, calls.c, stmt.c: Likewise.
18403         * config/alpha/alpha.md, config/avr/avr.md: Likewise.
18404         * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
18405         * function.c (expand_function_end): Insert the emit_stack_save
18406         sequence before parm_birth_insn instead of after.
18407
18408 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
18409
18410         * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
18411         (ssse3_pmaddubsw128): Ditto.
18412         (ssse3_pmaddubsw): Ditto.
18413
18414 2011-03-03  Steve Ellcey  <sje@cup.hp.com>
18415
18416         * config/ia64/t-hpux: Add $(srcdir)/unwind-c.c to LIB2ADDEH
18417
18418 2011-03-03  Jakub Jelinek  <jakub@redhat.com>
18419
18420         PR c/47963
18421         * gimplify.c (omp_add_variable): Only call omp_notice_variable
18422         on TYPE_SIZE_UNIT if it is a DECL.
18423
18424         PR debug/47283
18425         * cfgexpand.c (expand_debug_expr) <case MEM_REF>: If MEM_REF
18426         first operand is not is_gimple_mem_ref_addr, try to fold it.
18427         If the operand still isn't is_gimple_mem_ref_addr, clear
18428         MEM_EXPR on op0.
18429
18430 2011-03-03  Richard Guenther  <rguenther@suse.de>
18431
18432         PR middle-end/47283
18433         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Make code
18434         match comment.
18435         (refs_may_alias_p_1): For release branches return true if
18436         we are confused by our input.
18437
18438 2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18439
18440         * config/s390/s390.c (s390_function_value): Rename to ...
18441         (s390_function_and_libcall_value): ... this.
18442         (s390_function_value): New function.
18443         (s390_libcall_value): New function.
18444         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target hooks.
18445         * config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
18446         target macro definitions.
18447         * config/s390/s390-protos.h (s390_function_value): Remove prototype.
18448
18449 2011-03-02  Joseph Myers  <joseph@codesourcery.com>
18450
18451         * config/i386/freebsd64.h (CC1_SPEC): Define.
18452         * config/i386/linux64.h (CC1_SPEC): Define.
18453         * config/i386/x86-64.h (CC1_SPEC): Don't define.
18454
18455 2011-03-02  Anatoly Sokolov  <aesok@post.ru>
18456
18457         * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
18458         Remove.
18459         * config/stormy16/stormy16.c: Include reload.h.
18460         (xstormy16_memory_move_cost): New function.
18461         (TARGET_MEMORY_MOVE_COST): Define.
18462
18463 2011-03-02  Richard Sandiford  <richard.sandiford@linaro.org>
18464
18465         PR rtl-optimization/47925
18466         * cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
18467         with side effects.  Remove the more-specific check for volatile asms.
18468
18469 2011-03-02  Alan Modra  <amodra@gmail.com>
18470
18471         PR target/47935
18472         * config/rs6000/predicates.md (lwa_operand): Check cmodel medium
18473         toc relative addresses for valid offsets.
18474
18475 2011-03-01  Richard Guenther  <rguenther@suse.de>
18476
18477         PR tree-optimization/47890
18478         * tree-vect-loop.c (get_initial_def_for_induction): Set
18479         related stmt properly.
18480
18481 2011-03-01  Richard Guenther  <rguenther@suse.de>
18482
18483         PR lto/47924
18484         * lto-streamer.c (lto_record_common_node): Also register
18485         the canonical type.
18486
18487 2011-03-01  Richard Guenther  <rguenther@suse.de>
18488
18489         PR lto/46911
18490         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
18491         Do not stream DECL_ABSTRACT_ORIGIN.
18492         (lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
18493         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
18494         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
18495         Do not stream DECL_ABSTRACT_ORIGIN.
18496         (lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
18497         BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
18498
18499 2011-02-28  Anatoly Sokolov  <aesok@post.ru>
18500
18501         * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
18502         FUNCTION_VALUE_REGNO_P): Remove.
18503         * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
18504         * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
18505         Add 'outgoing' argument.
18506         (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
18507         function.
18508         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18509         TARGET_FUNCTION_VALUE_REGNO_P): Define.
18510
18511 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
18512
18513         PR debug/28047
18514         * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
18515         (lookup_filename): Likewise.
18516         * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
18517
18518 2011-02-28  Bernd Schmidt  <bernds@codesourcery.com>
18519             Jakub Jelinek  <jakub@redhat.com>
18520
18521         PR middle-end/47893
18522         * rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
18523         (assign_stack_local_1): Change last argument type to int.
18524         * function.c (assign_stack_local_1): Replace reduce_alignment_ok
18525         argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
18526         don't record padding space into frame_space_list nor use those areas.
18527         (assign_stack_local): Adjust caller.
18528         (assign_stack_temp_for_type): Call assign_stack_local_1 instead
18529         of assign_stack_local, pass 0 as last argument.
18530         * caller-save.c (setup_save_areas): Adjust assign_stack_local_1
18531         callers.
18532
18533 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
18534
18535         PR debug/47283
18536         * cfgexpand.c (convert_debug_memory_address): Add AS parameter.
18537         Use target address_mode and pointer_mode hooks instead of hardcoded
18538         Pmode and ptr_mode.  Handle some simple cases of extending if
18539         POINTERS_EXTEND_UNSIGNED < 0.
18540         (expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
18541         Call convert_debug_memory_address.
18542         (expand_debug_expr) <case ADDR_EXPR>: Pass as to
18543         convert_debug_memory_address.
18544
18545         PR middle-end/46790
18546         * configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
18547         * configure: Regenerated.
18548         * config.in: Regenerated.
18549         * varasm.c (default_function_section): Return NULL
18550         if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
18551
18552 2011-02-28  Martin Jambor  <mjambor@suse.cz>
18553
18554         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
18555         the description to match the printed values.
18556
18557 2011-02-28  Richard Guenther  <rguenther@suse.de>
18558
18559         * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
18560         of the copied scope tree.
18561
18562 2011-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18563
18564         * doc/extend.texi (Function Attributes): Avoid deeply (and
18565         wrongly) nested tables.
18566
18567 2011-02-27  Jakub Jelinek  <jakub@redhat.com>
18568
18569         PR middle-end/47903
18570         * real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
18571         MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
18572         r isn't op0 nor op1.
18573
18574 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
18575
18576         * config/avr/avr.md: Remove magic comment for emacs.
18577
18578 2011-02-23  Georg-Johann Lay  <avr@gjlay.de>
18579
18580         PR target/45261
18581         * config/avr/avr.c (avr_option_override): Use error on bad options.
18582         (avr_help): New function.
18583         (TARGET_HELP): Define.
18584
18585 2011-02-22  Georg-Johann Lay  <avr@gjlay.de>
18586
18587         PR target/42240
18588         * config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
18589         (TARGET_CANNOT_MODIFY_JUMPS_P): Define.
18590
18591 2011-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
18592
18593         * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
18594         (ARM Options): Ditto.
18595         (i386 and x86-64 Options): Ditto.
18596         (RX Options): Ditto.
18597         (SPARC Options): Ditto.
18598
18599 2011-02-26  Tijl Coosemans  <tijl@coosemans.org>
18600
18601         * config.gcc (i386-*-freebsd*): Make i486 the default arch on
18602         FreeBSD 6 and later.  Generally use cpu generic.
18603
18604 2011-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
18605
18606         * doc/cpp.texi: Update copyright years.
18607
18608 2011-02-25  Sebastien Bourdeauducq  <sebastien@milkymist.org>
18609
18610         PR target/46898
18611         * config/lm32/lm32.md (ashrsi3): Added needed variable.
18612
18613 2011-02-25  Jon Beniston  <jon@beniston.com>
18614
18615         PR target/46898
18616         * config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
18617         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
18618         * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
18619         (lm32_block_move_inline): Add type cast to remove warning.
18620         (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
18621         (gen_int_relational): Move declarations to start of function.
18622
18623 2011-02-25  Eric Botcazou  <ebotcazou@adacore.com>
18624
18625         PR tree-optimization/45470
18626         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
18627         can throw internally only.
18628         * tree-vect-stmts.c (vectorizable_call): Likewise.
18629
18630 2011-02-24  Anatoly Sokolov  <aesok@post.ru>
18631
18632         * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
18633         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
18634         * config/stormy16/stormy16-protos.h
18635         (xstormy16_preferred_reload_class): Remove.
18636         * config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
18637         static. Change 'rclass' argument and return type to reg_class_t.
18638         (TARGET_PREFERRED_RELOAD_CLASS,
18639         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
18640
18641 2011-02-24  Richard Guenther  <rguenther@suse.de>
18642
18643         * lto-streamer-in.c (input_bb): Do not find referenced vars
18644         in debug statements.
18645
18646 2011-02-23  Jason Merrill  <jason@redhat.com>
18647
18648         * common.opt (fabi-version): Document v5 and v6.
18649
18650 2011-02-23  Richard Guenther  <rguenther@suse.de>
18651
18652         PR tree-optimization/47849
18653         * tree-if-conv.c (main_tree_if_conversion): Free postdom info.
18654
18655 2011-02-23  Jie Zhang  <jie@codesourcery.com>
18656
18657         * opts-common.c (decode_cmdline_option): Print empty string
18658         argument as "" in decoded->orig_option_with_args_text.
18659         * gcc.c (execute): Print empty string argument as ""
18660         in the verbose output.
18661         (do_spec_1): Keep empty string argument.
18662
18663 2011-02-23  Nathan Froyd  <froydnj@codesourcery.com>
18664
18665         * config.gcc: Declare score-* and crx-* obsolete.
18666
18667 2011-02-23  Jie Zhang  <jie@codesourcery.com>
18668
18669         PR rtl-optimization/47763
18670         * web.c (web_main): Ignore naked clobber when replacing register.
18671
18672 2011-02-22  Anatoly Sokolov  <aesok@post.ru>
18673
18674         * config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P):
18675         Remove.
18676
18677 2011-02-22  Sebastian Pop  <sebastian.pop@amd.com>
18678
18679         PR doc/47848
18680         * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes.
18681
18682 2011-02-22  Mike Stump  <mikestump@comcast.net>
18683
18684         * acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin
18685         assembler.
18686         * configure: Regenerate.
18687
18688 2011-02-21  Chung-Lin Tang  <cltang@codesourcery.com>
18689
18690         PR rtl-optimization/46002
18691         * ira-color.c (update_copy_costs): Change class intersection
18692         test to reg_class_contents[] test of 'hard_regno'.
18693
18694 2011-02-21  Joseph Myers  <joseph@codesourcery.com>
18695
18696         * config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather
18697         than Driver option.
18698         * config/hpux11.opt (mt): Likewise.
18699         * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise.
18700         * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise.
18701         * config/vax/elf.opt (mno-asm-pic): Likewise.
18702         * config/vms/vms.opt (map, mvms-return-codes): Likewise.
18703
18704 2011-02-21  Mike Stump  <mikestump@comcast.net>
18705
18706         PR target/47822
18707         * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a
18708         tree so we can get save the type.
18709         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot
18710         for CFString instead of trying to use past the end of the builtins.
18711         * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise.
18712         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise.
18713         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise.
18714         * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING):
18715         Rename to darwin_builtin_cfstring.
18716         (darwin_init_cfstring_builtins): Return the built type.
18717
18718 2011-02-21  Uros Bizjak  <ubizjak@gmail.com>
18719
18720         PR target/47840
18721         * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32.
18722         (_mm256_insert_epi64): Use _mm_insert_epi64.
18723
18724 2011-02-21  Anatoly Sokolov  <aesok@post.ru>
18725
18726         * config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
18727         * config/stormy16/stormy16-protos.h
18728         (xstormy16_mode_dependent_address_p): Remove.
18729         * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p):
18730         Make static. Change return type to bool. Change argument type to
18731         const_rtx. Remove dead code.
18732         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
18733
18734 2011-02-21  Richard Guenther  <rguenther@suse.de>
18735
18736         PR lto/47820
18737         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
18738         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
18739         (lto_input_ts_block_tree_pointers): Hook a BLOCK into the
18740         TUs context.
18741         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
18742         Do not stream DECL_INITIAL for TRANSLATION_UNIT_DECLs.
18743
18744 2011-02-20  Richard Guenther  <rguenther@suse.de>
18745
18746         PR lto/47822
18747         * tree.c (free_lang_data_in_decl): Clean builtins from
18748         the TU decl BLOCK_VARS.
18749
18750 2011-02-19  Alexandre Oliva  <aoliva@redhat.com>
18751
18752         PR debug/47620
18753         PR debug/47630
18754         * haifa-sched.c (fix_tick_ready): Skip tick computation
18755         for debug insns.
18756
18757 2011-02-19  Richard Guenther  <rguenther@suse.de>
18758
18759         PR lto/47647
18760         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
18761         Remove lazy BLOCK_VARS streaming.
18762         (lto_input_ts_block_tree_pointers): Likewise.
18763         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
18764
18765 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
18766
18767         * config.gcc (i[34567]86-pc-msdosdjgpp*): Use i386/djgpp-stdint.h.
18768
18769 2011-02-19  Joseph Myers  <joseph@codesourcery.com>
18770
18771         * config/i386/biarch32.h, config/i386/mach.h,
18772         config/rs6000/aix.opt, config/sh/superh64.h: Remove.
18773
18774 2011-02-19  Jakub Jelinek  <jakub@redhat.com>
18775
18776         PR target/47800
18777         * config/i386/i386.md (peephole2 for shift and plus): Use
18778         operands[1] original mode in the first insn.
18779
18780 2011-02-18  Mike Stump  <mikestump@comcast.net>
18781
18782         * config/t-darwin (TM_H): Add dependency on darwin-sections.def.
18783
18784 2011-02-18  Jan Hubicka  <jh@suse.cz>
18785
18786         PR middle-end/47788
18787         * ipa-inline.c (compute_inline_parameters): Set disregard_inline_limits
18788         to zero when the function is not inlinable at all.
18789
18790 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18791
18792         * config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.
18793         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
18794         pthread_mutex_unlock, pthread_once): Reinstate pthread stubs.
18795         * config/pa/t-pa-hpux11: Add rules to build pthread stubs.
18796         * config/pa/t-pa64: Likewise.
18797         * config/pa/pa-hpux11.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
18798
18799 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
18800
18801         PR driver/47787
18802         * gcc.c (default_compilers): Clear combinable field for "@cpp-output".
18803
18804 2011-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18805
18806         PR target/47792
18807         * gthr-dce.h (__gthread_mutx_destroy): Fix typo in name.
18808
18809 2011-02-18  Anatoly Sokolov  <aesok@post.ru>
18810
18811         * config/m32r/m32r.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P,
18812         RTX_OK_FOR_BASE_P, RTX_OK_FOR_OFFSET_P, LEGITIMATE_OFFSET_ADDRESS_P,
18813         LEGITIMATE_LO_SUM_ADDRESS_P, LOAD_POSTINC_P, STORE_PREINC_PREDEC_P,
18814         GO_IF_LEGITIMATE_ADDRESS): Remove macros.
18815         * config/m32r/m32r.c (TARGET_LEGITIMATE_ADDRESS_P): Define.
18816         (m32r_rtx_ok_for_base_p, m32r_rtx_ok_for_offset_p,
18817         m32r_legitimate_offset_addres_p, m32r_legitimate_lo_sum_addres_p,
18818         m32r_load_postinc_p, m32r_store_preinc_predec_p,
18819         m32r_legitimate_address_p): New functions.
18820         * config/m32r/constraints.md (constraint "S"): Don't use
18821         STORE_PREINC_PREDEC_P.
18822         (constraint "U"): Don't use LOAD_POSTINC_P.
18823
18824 2011-02-18  Chung-Lin Tang  <cltang@codesourcery.com>
18825
18826         PR rtl-optimization/46178
18827         * ira.c (setup_hard_regno_class): Use ira_class_translate[] to
18828         compute ira_hard_regno_cover_class[].
18829
18830 2011-02-18  Richard Guenther  <rguenther@suse.de>
18831
18832         PR lto/47798
18833         * lto-streamer.h (lto_global_var_decls): Declare.
18834         * lto-streamer-in.c (lto_register_var_decl_in_symtab): Register
18835         statics for global var processing.
18836
18837 2011-02-18  Richard Guenther  <rguenther@suse.de>
18838
18839         PR tree-optimization/47737
18840         * tree-ssa-loop-im.c (extract_true_false_args_from_phi): Fix
18841         edge dominance check.
18842
18843 2011-02-18  Jakub Jelinek  <jakub@redhat.com>
18844
18845         PR debug/47780
18846         * cfgexpand.c (expand_debug_expr) <case SSA_NAME>: Call copy_rtx to
18847         avoid invalid rtx sharing.
18848
18849 2011-02-18  Gerald Pfeifer  <gerald@pfeifer.com>
18850
18851         * doc/cpp.texi (Obsolete Features): Add background on the
18852         origin of assertions.
18853
18854 2011-02-17  Iain Sandoe  <iains@gcc.gnu.org>
18855
18856         * config/darwin-c.c (darwin_cpp_builtins): Define __OBJC2__ for
18857         objc_abi == 2.
18858         * config/darwin.c (output_objc_section_asm_op): Added support for
18859         ABI v1 and v2.
18860         (is_objc_metadata): New.
18861         (darwin_objc2_section): New.
18862         (darwin_objc1_section): New.
18863         (machopic_select_section): Added support for ABI v1 and v2.
18864         (darwin_emit_objc_zeroed): New.
18865         (darwin_output_aligned_bss): Detect objc metadata and treat it
18866         appropriately.
18867         (darwin_asm_output_aligned_decl_common): Same.
18868         (darwin_asm_output_aligned_decl_local): Same.
18869         * config/darwin-sections.def: Updated for ABI v1 and v2.
18870         * config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): When
18871         compiling Objective-C code for the NeXT runtime, default to using
18872         ABI version 0 for 32-bit, and version 2 for 64-bit.
18873
18874 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
18875
18876         * common.opt (optimize_fast): New Variable.
18877         * opts.c (default_options_optimization): Use opts->x_optimize_fast
18878         instead of local variable ofast.
18879
18880 2011-02-17  Nicola Pero  <nicola.pero@meta-innovation.com>
18881
18882         * doc/invoke.texi (fobjc-abi-version): Documented.
18883         (fobjc-nilcheck): Documented.
18884         (fno-nil-receiver): Updated documentation to refer to the NeXT ABI
18885         version.
18886
18887 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
18888
18889         PR driver/47390
18890         * common.opt (export-dynamic): New Driver option.
18891         * gcc.c (LINK_COMMAND_SPEC): Add comment about %{e*}.
18892
18893 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
18894
18895         * config/rx/rx.h (LIB_SPEC): Match -msim not -msim*.
18896
18897 2011-02-17  Alexandre Oliva  <aoliva@redhat.com>
18898             Jan Hubicka  <jh@suse.cz>
18899
18900         PR debug/47106
18901         PR debug/47402
18902         * cfgexpand.c (account_used_vars_for_block): Remove.
18903         (estimated_stack_frame_size): Use referenced vars.
18904         * tree-inline.c (remap_decl): Only mark VAR_DECLs as referenced
18905         that were referenced in the original function.  Test src_fn
18906         rather than cfun.  Drop redundant get_var_ann.
18907         (setup_one_parameter): Drop redundant get_var_ann.
18908         (declare_return_variable): Likewise.
18909         (copy_decl_for_dup_finish): Mark VAR_DECLs referenced in src_fn.
18910         (copy_arguments_for_versioning): Drop redundant get_var_ann.
18911         * ipa-inline.c (compute_inline_parameters): Do not compute
18912         disregard_inline_limits here.
18913         (compute_inlinable_for_current, pass_inlinable): New.
18914         (pass_inline_parameters): Require PROP_referenced_vars.
18915         * cgraphunit.c (cgraph_process_new_functions): Don't run
18916         compute_inline_parameters explicitly unless function is in SSA form.
18917         (cgraph_analyze_function): Set .disregard_inline_limits.
18918         * tree-sra.c (convert_callers): Compute inliner parameters
18919         only for functions already in SSA form.
18920
18921 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
18922
18923         * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
18924         -mlittle-endian-data.
18925
18926 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
18927
18928         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
18929         -mno-fpu, not -fpu and -no-fpu.
18930         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
18931         * config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Likewise.
18932
18933 2011-02-17  Uros Bizjak  <ubizjak@gmail.com>
18934
18935         PR target/43653
18936         * config/i386/i386.c (ix86_secondary_reload): Handle SSE
18937         input reload with PLUS RTX.
18938
18939 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
18940
18941         * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
18942         of InverseVar(MDMX).
18943
18944 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
18945
18946         * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
18947         --m4-340.
18948
18949 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
18950
18951         * config/mn10300/mn10300.opt (mno-crt0): New.
18952
18953 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
18954
18955         * config/m68k/uclinux.opt (static-libc): New Driver option.
18956
18957 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
18958
18959         * config/m32c/m32c.h (LIB_SPEC): Match -msim not -msim*.
18960
18961 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
18962
18963         * config/lm32/lm32.h (ASM_SPEC): Use %{muser-enabled} instead of
18964         %{muser-extend-enabled}.
18965
18966 2011-02-16  Richard Guenther  <rguenther@suse.de>
18967
18968         PR tree-optimization/47738
18969         * tree-ssa-loop.c (run_tree_predictive_commoning): Return
18970         the TODO from tree_predictive_commoning.
18971
18972 2011-02-15  Jeff Law  <law@redhat.com>
18973
18974         Revert
18975         2011-01-25  Jeff Law  <law@redhat.com>
18976
18977         PR rtl-optimization/37273
18978         * ira-costs.c (scan_one_insn): Detect constants living in memory and
18979         handle them like argument loads from stack slots.  Do not double
18980         count memory for memory constants and argument loads from stack slots.
18981
18982 2011-02-15  H.J. Lu  <hongjiu.lu@intel.com>
18983
18984         PR middle-end/47725
18985         * combine.c (cant_combine_insn_p): Revert the last change.
18986
18987 2011-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
18988
18989         PR target/47755
18990         * config/rs6000/predicates.md (easy_vector_constant): Allow V2DI
18991         mode for vector constants.  Remove code that checks for TImode.
18992
18993 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
18994
18995         PR debug/47106
18996         PR debug/47402
18997         * cgraph.h (compute_inline_parameters): Return void.
18998         * ipa-inline.c (compute_inline_parameters): Adjust.
18999
19000 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
19001
19002         PR debug/47106
19003         PR debug/47402
19004         * tree-inline.h (estimated_stack_frame_size): Take cgraph node
19005         rather than decl.
19006         * cfgexpand.c (estimated_stack_frame_size): Likewise.
19007         * ipa-inline.c (compute_inline_parameters): Adjust.
19008
19009 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
19010
19011         PR debug/47106
19012         PR debug/47402
19013         * tree-flow.h (FOR_EACH_REFERENCED_VAR): Add FN argument.
19014         Adjust all users.  Pass FN to...
19015         * tree-flow-inline.h (first_referenced_var): ... this.  Add
19016         fn argument.
19017         * ipa-struct-reorg.c: Adjust.
19018         * tree-dfa.c: Adjust.
19019         * tree-into-ssa.c: Adjust.
19020         * tree-sra.c: Adjust.
19021         * tree-ssa-alias.c: Adjust.
19022         * tree-ssa-live.c: Adjust.
19023         * tree-ssa.c: Adjust.
19024         * tree-ssanames.c: Adjust.
19025         * tree-tailcall.c: Adjust.
19026
19027 2011-02-15  Alexandre Oliva  <aoliva@redhat.com>
19028
19029         PR debug/47106
19030         PR debug/47402
19031         * tree-flow.h (referenced_var_lookup): Add fn parameter.
19032         Adjust all callers.
19033         * tree-dfa.c (referenced_var_lookup): Use fn instead of cfun.
19034         * tree-flow-inline.h: Adjust.
19035         * gimple-pretty-print.c: Adjust.
19036         * tree-into-ssa.c: Adjust.
19037         * tree-ssa.c: Adjust.
19038         * cfgexpand.c: Adjust.
19039
19040 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
19041
19042         * config/iq2000/i2000.h (REG_CLASS_FROM_LETTER): Delete.
19043         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
19044         (EXTRA_CONSTRAINT): Delete.
19045         * config/iq2000/constraints.md: New file.
19046         * config/iq2000/iq2000.md: Include it.
19047         (define_insn ""): Delete.
19048         (movsi_internal2, movhi_internal2, movqi_internal2): Delete
19049         unsupported constraint letters from patterns.
19050         (call_value, call_value_internal1): Likewise.
19051         (call_value_multiple_internal1): Likewise.
19052
19053 2011-02-15  Nick Clifton  <nickc@redhat.com>
19054
19055         * config/mn10300/mn10300.c: Include tm-constrs.h.
19056         (struct liw_data): New data structure describing an LIW candidate
19057         instruction.
19058         (extract_bundle): Use struct liw_data.  Allow small integer
19059         operands for some instructions.
19060         (check_liw_constraints): Use struct liw_data.  Remove swapped
19061         parameter.  Add comments describing the checks.  Fix bug when
19062         assigning the source of liw1 to the source of liw2.
19063         (liw_candidate): Delete.  Code moved into extract_bundle.
19064         (mn10300_bundle_liw): Use struct liw_data.  Check constraints
19065         before swapping.
19066         * config/mn10300/predicates.md (liw_operand): New predicate.
19067         Allows registers and small integer constants.
19068         * config/mn10300/constraints.md (O): New constraint.  Accetps
19069         integers in the range -8 to +7 inclusive.
19070         * config/mn10300/mn10300.md (movesi_internal): Add an alternative
19071         for moving a small integer into a register.  Give this alternative
19072         LIW attributes.
19073         (addsi3, subsi3, cmpsi, lshrsi3, ashrsi3): Likewise.
19074         (ashlsi3): Likewise, plus give LIW attributes to the alternatives
19075         using the J,K,L and M constraints,
19076         (liw): Remove SI mode on second operands to allow for HI and QI
19077         mode values.
19078         (cmp_liw, liw_cmp): Likewise.  Plus fix order of operands in the
19079         instruction.
19080
19081 2011-02-15  H.J. Lu  <hongjiu.lu@intel.com>
19082
19083         PR middle-end/47725
19084         * combine.c (cant_combine_insn_p): Check zero/sign extended
19085         hard registers.
19086
19087 2011-02-15  Richard Guenther  <rguenther@suse.de>
19088
19089         PR tree-optimization/47743
19090         * tree-ssa-pre.c (phi_translate_1): If we didn't get a value-number
19091         for a non-type-compatible VN lookup bail out.
19092
19093 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
19094
19095         * config/fr30/constraints.md: New file.
19096         * config/fr30/fr30.md: Include it.
19097         * config/fr30/fr30.h (REG_CLASS_FROM_LETTER): Delete.
19098         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
19099         (EXTRA_CONSTRAINT): Delete.
19100
19101 2011-02-15  Nathan Froyd  <froydnj@codesourcery.com>
19102
19103         * config/frv/constraints.md: New file.
19104         * config/frv/predicates.md: Include it.
19105         * config/frv/frv.c (reg_class_from_letter): Delete.
19106         (frv_option_override): Don't initialize it.
19107         * config/frv/frv.h (REG_CLASS_FROM_LETTER): Delete.
19108         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K): Delete.
19109         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Delete.
19110         (CONST_OK_FOR_O, CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
19111         (CONST_DOUBLE_OK_FOR_G, CONST_DOUBLE_OK_FOR_H): Delete.
19112         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
19113         (EXTRA_CONSTRAINT_FOR_Q, EXTRA_CONSTRAINT_FOR_R): Delete.
19114         (EXTRA_CONSTRAINT_FOR_S, EXTRA_CONSTRAINT_FOR_T): Delete.
19115         (EXTRA_CONSTRAINT_FOR_U, EXTRA_CONSTRAINT): Delete.
19116         (EXTRA_MEMORY_CONSTRAINT, CONSTRAINT_LEN): Delete.
19117         (REG_CLASS_FROM_CONSTRAINT): Delete.
19118
19119 2011-02-15  Jakub Jelinek  <jakub@redhat.com>
19120
19121         PR middle-end/47581
19122         * config/i386/i386.c (ix86_compute_frame_size): Don't align offset
19123         if frame size is 0 in a leaf function.
19124
19125 2011-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19126
19127         PR pch/14940
19128         * config/alpha/host-osf.c: New file.
19129         * config/alpha/x-osf: New file.
19130         * config.host (alpha*-dec-osf*): Use it.
19131
19132 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
19133
19134         * config/rx/rx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
19135         * config/rx/rx-protos.h (rx_is_mode_dependent_addr): Remove.
19136         * config/xtensa/xtensa.c (rx_is_mode_dependent_addr): Rename to...
19137         (rx_mode_dependent_address_p): ...this. Make static. Change argument
19138         type to const_rtx.
19139         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
19140
19141 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
19142
19143         * config/stormy16/constraints.md: New file.
19144         * config/stormy16/predicates.md (nonimmediate_nonstack_operand):
19145         Use satisfies_constraint_Q and satisfies_constraint_R.
19146         * config/stormy16/stomry16-protos.h (xstormy16_extra_constraint_p):
19147         Delete.
19148         (xstormy16_legitiamte_address_p): Declare.
19149         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Delete.
19150         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
19151         (EXTRA_CONSTRAINT): Delete.
19152         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
19153         Un-staticize.
19154         (xstormy16_extra_constraint_p): Delete.
19155
19156 2011-02-14  Eric Botcazou  <ebotcazou@adacore.com>
19157
19158         PR tree-optimization/46494
19159         * loop-unroll.c (split_edge_and_insert): Adjust comment.
19160         * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info.
19161         (pass_rtl_loop_done): Add TODO_verify_flow.
19162         * fwprop.c (pass_rtl_fwprop): Likewise.
19163         * modulo-sched.c (pass_sms): Likewise.
19164         * tree-ssa-dom.c (pass_dominator): Likewise.
19165         * tree-ssa-loop-ch.c (pass_ch): Likewise.
19166         * tree-ssa-loop.c (pass_complete_unrolli): Likewise.
19167         (pass_tree_loop_done): Likewise.
19168         * tree-ssa-pre.c (execute_pre): Likewise.
19169         * tree-ssa-reassoc.c (pass_reassoc): Likewise.
19170         * tree-ssa-sink.c (pass_sink_code): Likewise.
19171         * tree-vrp.c (pass_vrp): Likewise.
19172
19173 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
19174
19175         * config/v850/constraints.md: New file.
19176         * config/v850/v850.md: Include it.
19177         * config/v850/predicates.md (reg_or_0_operand): Use
19178         satisfies_constraint_G.
19179         (special_symbolref_operand): Use satisfies_constraint_K.
19180         * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p.
19181         (GO_IF_LEGITIMATE_ADDRESS): Likewise.
19182         (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete.
19183         (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete.
19184         (EXTRA_CONSTRAINT): Delete.
19185         (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint.
19186         (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise.
19187         (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise.
19188
19189 2011-02-14  Anatoly Sokolov  <aesok@post.ru>
19190
19191         PR target/47696
19192         * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
19193         description.
19194
19195 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
19196
19197         * config/mcore/constraints.md: New file.
19198         * config/mcore/mcore.md: Include it.
19199         * config/mcore/mcore.c (reg_class_from_letter): Delete.
19200         * config/mcore/mcore.h (reg_class_from_letter): Delete.
19201         (REG_CLASS_FROM_LETTER): Delete.
19202         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_L): Use
19203         insn_const_int_ok_for_constraint.
19204         (CONST_OK_FOR_K, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
19205         (CONST_OK_FOR_O, CONST_OK_FOR_P): Likewise.
19206         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
19207         (EXTRA_CONSTRAINT): Delete.
19208
19209 2011-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19210
19211         PR ada/41929
19212         * config/sparc/sol2-unwind.h: Include <sys/frame.h>, <sys/stack.h>
19213         (IS_SIGHANDLER): Define.
19214         (sparc64_is_sighandler): New function, split off from
19215         sparc64_fallback_frame_state.
19216         (sparc_is_sighandler): New function, split off from
19217         sparc_fallback_frame_state.
19218         (sparc64_fallback_frame_state): Merge with ...
19219         (sparc_fallback_frame_state): ... this into ...
19220         (MD_FALLBACK_FRAME_STATE_FOR): ... this.
19221         Change new_cfa to long.  Remove regs_off, fpu_save_off, fpu_save.
19222         Define nframes, mctx.  Use IS_SIGHANDLER, handler_args, mctx, walk
19223         stack instead of hardcoded offsets.
19224
19225 2011-02-14  Andriy Gapon  <avg@freebsd.org>
19226
19227         PR target/45808
19228         * config/freebsd-spec.h (FBSD_LIB_SPEC): Handle the shared case.
19229
19230 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19231
19232         * configure: Regenerate.
19233
19234 2011-02-12  Joseph Myers  <joseph@codesourcery.com>
19235
19236         PR driver/45731
19237         * gcc.c (asm_options): Correct spec matching --target-help.
19238
19239 2011-02-12  Martin Jambor  <mjambor@suse.cz>
19240
19241         * tree-cfg.c (verify_gimple_call): Return true upon invalid argument
19242         to gimple call error.
19243
19244 2011-02-12  Mike Stump  <mikestump@comcast.net>
19245
19246         * config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
19247         comments in backslash regions.
19248
19249 2011-02-12  Mike Stump  <mikestump@comcast.net>
19250             Jakub Jelinek  <jakub@redhat.com>
19251             Iain Sandoe  <iains@gcc.gnu.org>
19252
19253         PR target/47324
19254         * dwarf2out.c (output_cfa_loc): When required, apply the
19255         DWARF2_FRAME_REG_OUT macro to adjust register numbers.
19256         (output_loc_sequence): Likewise.
19257         (output_loc_operands_raw): Likewise.
19258         (output_loc_sequence_raw): Likewise.
19259         (output_cfa_loc): Likewise.
19260         (output_loc_list): Suppress register number adjustment when
19261         calling output_loc_sequence()
19262         (output_die): Likewise.
19263
19264 2011-02-12  Anatoly Sokolov  <aesok@post.ru>
19265
19266         * config/xtensa/xtensa.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
19267         Remove macros.
19268         * config/xtensa/xtensa.c (xtensa_register_move_cost,
19269         xtensa_memory_move_cost): New functions.
19270         (TARGET_REGISTER_MOVE_COST, TARGET_REGISTER_MOVE_COST): Define.
19271
19272 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
19273
19274         PR lto/47225
19275         * configure.ac (gcc_cv_lto_plugin): Test for liblto_plugin.la
19276         in the current directory.
19277         * configure: Rebuilt.
19278
19279 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
19280
19281         * config/darwin.c (darwin_override_options): Add a hunk missed
19282         from the commit of r168571.  Trim comment line lengths and
19283         correct indents of the preceding block.
19284
19285 2011-02-12  Iain Sandoe  <iains@gcc.gnu.org>
19286
19287         * gcc.c (driver_handle_option): Concatenate the argument to -F with
19288         the switch.
19289
19290 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
19291
19292         * common.opt (nostartfiles): New Driver option.
19293
19294 2011-02-11  Xinliang David Li  <davidxl@google.com>
19295
19296         PR tree-optimization/47707
19297         * tree-chrec.c (convert_affine_scev): Keep type precision.
19298
19299 2011-02-11  Eric Botcazou  <ebotcazou@adacore.com>
19300
19301         PR tree-optimization/47420
19302         * ipa-split.c (visit_bb): Punt on any kind of GIMPLE_RESX.
19303
19304 2011-02-11  Pat Haugen  <pthaugen@us.ibm.com>
19305
19306         PR rtl-optimization/47614
19307         * rtl.h (check_for_inc_dec): Declare.
19308         * dse.c (check_for_inc_dec): Externalize...
19309         * postreload.c (reload_cse_simplify): ...use it before deleting stmt.
19310         (reload_cse_simplify_operands): Don't simplify opnds with side effects.
19311
19312 2011-02-11  Joseph Myers  <joseph@codesourcery.com>
19313
19314         PR driver/47678
19315         * gcc.c (main): Do not compile inputs if there were errors in
19316         option handling.
19317         * opts-common.c (read_cmdline_option): Check for wrong language
19318         after other error checks.
19319
19320 2011-02-11  Nathan Froyd  <froydnj@codesourcery.com>
19321
19322         * cgraph.c: Fix comment typos.
19323         * cgraph.h: Likewise.
19324         * cgraphunit.c: Likewise.
19325         * ipa-cp.c: Likewise.
19326         * ipa-inline.c: Likewise.
19327         * ipa-prop.c: Likewise.
19328         * ipa-pure-const.c: Likewise.
19329         * ipa-ref.c: Likewise.
19330         * ipa-reference.c: Likewise.
19331
19332 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
19333
19334         PR debug/47684
19335         * tree-predcom.c (single_nonlooparound_use): Ignore debug uses.
19336
19337 2011-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19338
19339         PR testsuite/47400
19340         * doc/sourcebuild.texi (Require Support): Document
19341         dg-require-ascii-locale.
19342
19343 2011-02-11  Mingjie Xing  <mingjie.xing@gmail.com>
19344
19345         * doc/lto.texi (Write summary): Fix missing parentheses.
19346
19347 2011-02-10  DJ Delorie  <dj@redhat.com>
19348
19349         * config/m32c/m32c.c (m32c_option_override): Disable
19350         -fcombine-stack-adjustments until flag value tracking and compare
19351         optimization can be rewritten.
19352
19353 2011-02-10  Peter Bergner  <bergner@vnet.ibm.com>
19354
19355         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Change to
19356         PROCESSOR_POWER7.
19357         (PROCESSOR_DEFAULT64): Likewise.
19358
19359 2011-02-10  Richard Henderson  <rth@redhat.com>
19360
19361         * config/rx/predicates.md (rx_zs_comparison_operator): Revert
19362         change from 2011-02-03.
19363         * config/rx/rx.c (flags_from_code): Likewise.
19364         (rx_print_operand) ['B']: For LT/GE, use lt/ge if overflow flag
19365         is valid, n/pz otherwise.
19366         (rx_select_cc_mode): Return CCmode if Y is not zero.
19367
19368 2011-02-10  Richard Guenther  <rguenther@suse.de>
19369
19370         * tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8.
19371
19372 2011-02-10  Richard Guenther  <rguenther@suse.de>
19373
19374         PR tree-optimization/47677
19375         * tree-vrp.c (vrp_bitmap_equal_p): Fix comparison of empty bitmaps.
19376
19377 2011-02-10  Jakub Jelinek  <jakub@redhat.com>
19378
19379         PR target/47665
19380         * combine.c (make_compound_operation): Only change shifts into
19381         multiplication for SCALAR_INT_MODE_P.
19382
19383 2011-02-10  Jie Zhang  <jie@codesourcery.com>
19384
19385         PR testsuite/47622
19386         Revert
19387         2011-02-05  Jie Zhang  <jie@codesourcery.com>
19388         PR debug/42631
19389         * web.c (entry_register): Don't clobber the number of the
19390         first uninitialized reference in used[].
19391
19392 2011-02-09  Richard Guenther  <rguenther@suse.de>
19393
19394         PR tree-optimization/47664
19395         * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit
19396         all edges again.
19397
19398 2011-02-09  David Edelsohn  <dje.gcc@gmail.com>
19399
19400         PR target/46481
19401         PR target/47032
19402         * config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to
19403         PROCESSOR_POWER7.
19404         (PROCESSOR_DEFAULT64): Same.
19405         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete.
19406
19407 2011-02-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19408
19409         * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define.
19410
19411 2011-02-09  Martin Jambor  <mjambor@suse.cz>
19412
19413         PR middle-end/45505
19414         * tree-sra.c (struct access): New flags grp_scalar_read and
19415         grp_scalar_write.  Changed description of assignment read and write
19416         flags.
19417         (dump_access): Dump new flags, reorder all of them.
19418         (sort_and_splice_var_accesses): Set the new flag accordingly, use them
19419         to detect multiple scalar reads.
19420         (analyze_access_subtree): Use the new scalar read write flags instead
19421         of the old flags.  Adjusted comments.
19422
19423 2011-02-08  DJ Delorie  <dj@redhat.com>
19424
19425         PR target/47548
19426         * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim
19427         patterns.
19428
19429 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19430
19431         * config/m68k/uclinux.opt: New.
19432         * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt.
19433
19434 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19435
19436         * config/cris/elf.opt (sim): New Driver option.
19437
19438 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19439
19440         * config/xtensa/elf.opt: New.
19441         * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt.
19442
19443 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19444
19445         * config/vax/elf.opt: New.
19446         * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt.
19447
19448 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19449
19450         * config/rs6000/aix64.opt (posix, pthread): New Driver options.
19451
19452 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19453
19454         * config/gnu-user.opt: New.
19455         * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu |
19456         *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu,
19457         *-*-uclinux*): Use gnu-user.opt.
19458
19459 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
19460
19461         * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option.
19462         * config/i386/gnu.h (CPP_SPEC): Likewise.
19463
19464 2011-02-08  Ian Lance Taylor  <iant@google.com>
19465
19466         * common.opt (fcx-limited-range): Add SetByCombined flag.
19467         (ffinite-math-only, fmath-errno, frounding-math): Likewise.
19468         (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
19469         (fassociative-math, freciprocal-math): Likewise.
19470         (funsafe-math-optimizations): Likewise.
19471         * opth-gen.awk: Handle SetByCombined.
19472         * optc-gen.awk: Likewise.
19473         * opts.c (set_fast_math_flags): Don't override flag if set by frontend.
19474         (set_unsafe_math_optimizations_flags): Likewise.
19475         * doc/options.texi (Option properties): Document SetByCombined.
19476
19477 2011-02-08  Joseph Myers  <joseph@codesourcery.com>
19478
19479         * config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*,
19480         i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe,
19481         m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*,
19482         m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*,
19483         sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete.
19484
19485 2011-02-08  Sebastian Pop  <sebastian.pop@amd.com>
19486
19487         PR tree-optimization/46834
19488         PR tree-optimization/46994
19489         PR tree-optimization/46995
19490         * graphite-sese-to-poly.c (used_outside_reduction): New.
19491         (detect_commutative_reduction): Call used_outside_reduction.
19492         (rewrite_commutative_reductions_out_of_ssa_close_phi): Call
19493         translate_scalar_reduction_to_array only when at least one
19494         loop-phi/close-phi tuple has been detected.
19495
19496 2011-02-08  Richard Guenther  <rguenther@suse.de>
19497
19498         PR middle-end/47639
19499         * tree-vect-generic.c (expand_vector_operations_1): Update
19500         stmts here ...
19501         (expand_vector_operations): ... not here.  Cleanup EH info
19502         and the CFG if required.
19503
19504 2011-02-08  Richard Guenther  <rguenther@suse.de>
19505
19506         PR tree-optimization/47641
19507         * tree-ssa.c (execute_update_addresses_taken): For asm outputs
19508         require type compatibility.
19509
19510 2011-02-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19511
19512         * gimple-low.c (lower_function_body): Don't remove the location of
19513         the return statement here.
19514         (lower_gimple_return): Do it here instead but only if the return
19515         statement is actually used twice.
19516
19517 2011-02-08  Richard Guenther  <rguenther@suse.de>
19518
19519         PR tree-optimization/47632
19520         * tree-ssa-forwprop.c (remove_prop_source_from_use): Remove
19521         unused up_to_stmt parameter, return whether cfg-cleanup is
19522         necessary, remove EH info properly.
19523         (forward_propagate_into_gimple_cond): Adjust caller.
19524         (forward_propagate_into_cond): Likewise.
19525         (forward_propagate_comparison): Likewise.
19526         (tree_ssa_forward_propagate_single_use_vars): Make
19527         forward_propagate_comparison case similar to the two others.
19528
19529 2011-02-08  Nick Clifton  <nickc@redhat.com>
19530
19531         * config/mn10300/mn10300.opt (mliw): New command line option.
19532         * config/mn10300/mn10300.md (UNSPEC_LIW): New unspec.
19533         (liw_bundling): New automaton.
19534         (liw): New attribute.
19535         (liw_op): New attribute.
19536         (liw_op1, liw_op2, liw_both, liw_either): New reservations.
19537         (movsi_internal): Add LIW attributes.
19538         (andsi3): Likewise.
19539         (iorsi3): Likewise.
19540         (xorsi3): Likewise.
19541         (addsi3): Separate register and immediate alternatives.
19542         Add LIW attributes.
19543         (subsi3): Likewise.
19544         (cmpsi): Likewise.
19545         (aslsi3): Likewise.
19546         (lshrsi3): Likewise.
19547         (ashrsi3): Likewise.
19548         (liw): New pattern.
19549         * config/mn10300/mn10300.c (liw_op_names): New
19550         (mn10300_print_operand): Handle 'W' operand descriptor.
19551         (extract_bundle): New function.
19552         (check_liw_constraints): New function.
19553         (liw_candidate): New function.
19554         (mn10300_bundle_liw): New function.
19555         (mn10300_reorg): New function.
19556         (TARGET_MACHINE_DEPENDENT_REORG): Define.
19557         (TARGET_DEFAULT_TARGET_FLAGS): Add MASK_ALLOW_LIW.
19558         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Define
19559         __LIW__ or __NO_LIW__.
19560         * doc/invoke.texi: Describe the -mliw command line option.
19561
19562 2011-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19563
19564         * config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
19565         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
19566         pthread_mutex_unlock): Remove.
19567         * config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
19568         * config/pa/t-pa64: Likewise.
19569         * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
19570         shared libc if not linking against libpthread.
19571         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
19572
19573 2011-02-07  Iain Sandoe  <iains@gcc.gnu.org>
19574
19575         PR target/47558
19576         * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first
19577         on 10.6 and later to ensure that we always use the unwinder from
19578         the system.  Only add -no_compact_unwind when tarteting darwin
19579         10.6 or later.
19580
19581 2011-02-07  Steve Ellcey  <sje@cup.hp.com>
19582
19583         PR target/46997
19584         * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN.
19585         (vec_interleave_lowv2sf): Ditto.
19586         (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check.
19587         (vec_extract_oddv2sf): Ditto.
19588
19589 2011-02-07  Mike Stump  <mikestump@comcast.net>
19590
19591         PR target/42333
19592         Add __ieee_divdc3 entry point.
19593         * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3
19594         entry point.
19595         (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins.
19596         * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise.
19597         * config/darwin.c (darwin_rename_builtins): Add.
19598         * config/darwin-protos.h (darwin_rename_builtins): Add.
19599
19600 2011-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
19601
19602         PR target/47636
19603         * config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
19604         for the condition.
19605
19606 2011-02-07  Mike Stump  <mikestump@comcast.net>
19607
19608         * config/darwin.opt (mmacosx-version-min): Update default OS version.
19609
19610 2011-02-07  Denis Chertykov  <chertykov@gmail.com>
19611
19612         PR target/47534
19613         * config/avr/libgcc.S (exit): Move .endfunc
19614
19615 2011-02-07  Richard Guenther  <rguenther@suse.de>
19616
19617         PR tree-optimization/47615
19618         * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument.
19619         * tree-ssa-sccvn.c (default_vn_walk_kind): New global.
19620         (run_scc_vn): Initialize it.
19621         (visit_reference_op_load): Use it.
19622         * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE.
19623
19624 2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19625
19626         * config/spu/spu.c (spu_init_libfuncs): Install SImode and
19627         DImode trapping arithmetic libfuncs.
19628
19629 2011-02-07  Richard Guenther  <rguenther@suse.de>
19630
19631         PR tree-optimization/47621
19632         * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from
19633         two duplicates ...
19634         (execute_update_addresses_taken): ... here.  Make it more
19635         conservative in what we accept.
19636
19637 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
19638
19639         * config/sparc/freebsd.h (ASM_SPEC): Define.
19640         * config/sparc/vxworks.h (ASM_SPEC): Define.
19641
19642 2011-02-06  Joseph Myers  <joseph@codesourcery.com>
19643
19644         * config/sparc/sol2-bi.h (CC1_SPEC): Remove %{sun4:} %{target:}.
19645
19646 2011-02-06  Steven Bosscher  <steven@gcc.gnu.org>
19647
19648         * doc/invoke.texi: Remove reference to compiler internals from
19649         user documentation.
19650
19651         * reg-notes.def: Remove REG_VALUE_PROFILE.
19652         * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE.
19653
19654 2011-02-05  Jakub Jelinek  <jakub@redhat.com>
19655
19656         PR middle-end/47610
19657         * varasm.c (default_section_type_flags): If decl is NULL,
19658         and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit.
19659
19660 2011-02-05  Jie Zhang  <jie@codesourcery.com>
19661
19662         PR debug/42631
19663         * web.c (entry_register): Don't clobber the number of the
19664         first uninitialized reference in used[].
19665
19666 2011-02-04  Sebastian Pop  <sebastian.pop@amd.com>
19667
19668         PR tree-optimization/46194
19669         * tree-data-ref.c (analyze_miv_subscript): Remove comment.
19670         (build_classic_dist_vector_1): Do not represent classic distance
19671         vectors when the access functions are variating in different loops.
19672
19673 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
19674
19675         * config/mips/iris6.opt: New.
19676         * config.gcc (mips-sgi-irix6.5*): Use mips/iris6.opt.
19677
19678 2011-02-04  Richard Henderson  <rth@redhat.com>
19679             Steve Ellcey  <sje@cup.hp.com>
19680
19681         PR target/46997
19682         * config/ia64/predicates.md (mux1_brcst_element): New.
19683         * config/ia64/ia64-protos.h (ia64_unpack_assemble): New.
19684         * config/ia64/ia64.c (ia64_unpack_assemble): New.
19685         (ia64_unpack_sign): New.
19686         (ia64_expand_unpack): Rewrite using new routines.
19687         (ia64_expand_widen_sum): Ditto.
19688         (ia64_expand_dot_prod_v8qi): Ditto.
19689         * config/ia64/vect.md (mulv8qi3): Rewrite to use new
19690         routines, add endian check.
19691         (pmpy2_even): Rename from pmpy2_r, add endian check.
19692         (pmpy2_odd): Rename from pmpy2_l, add endian check.
19693         (vec_widen_smult_lo_v4hi): Rewrite using new routines.
19694         (vec_widen_smult_hi_v4hi): Ditto.
19695         (vec_widen_umult_lo_v4hi): Ditto.
19696         (vec_widen_umult_hi_v4hi): Ditto.
19697         (mulv2si3): Change endian checks.
19698         (sdot_prodv4hi): Rewrite with new calls.
19699         (udot_prodv4hi): New.
19700         (vec_pack_ssat_v4hi): Add endian check.
19701         (vec_pack_usat_v4hi): Ditto.
19702         (vec_pack_ssat_v2si): Ditto.
19703         (max1_even): Rename from max1_r, add endian check.
19704         (max1_odd): Rename from max1_l, add endian check.
19705         (*mux1_rev): Format change.
19706         (*mux1_mix): Ditto.
19707         (*mux1_shuf): Ditto.
19708         (*mux1_alt): Ditto.
19709         (*mux1_brcst_v8qi): Use new predicate.
19710         (vec_extract_evenv8qi): Remove endian check.
19711         (vec_extract_oddv8qi): Ditto.
19712         (vec_interleave_lowv4hi): Format change.
19713         (vec_interleave_highv4hi): Ditto.
19714         (mix2_even): Rename from mix2_r, add endian check.
19715         (mix2_odd): Rename from mux2_l, add endian check.
19716         (*mux2): Fix mask setting for TARGET_BIG_ENDIAN.
19717         (vec_extract_evenodd_helper): Format change.
19718         (vec_extract_evenv4hi): Remove endian check.
19719         (vec_extract_oddv4hi): Remove endian check.
19720         (vec_interleave_lowv2si): Format change.
19721         (vec_interleave_highv2si): Format change.
19722         (vec_initv2si): Remove endian check.
19723         (vecinit_v2si): Add endian check.
19724         (reduc_splus_v2sf): Add endian check.
19725         (reduc_smax_v2sf): Ditto.
19726         (reduc_smin_v2sf): Ditto.
19727         (vec_initv2sf): Remove endian check.
19728         (fpack): Add endian check.
19729         (fswap): Add endian check.
19730         (vec_interleave_highv2sf): Add endian check.
19731         (vec_interleave_lowv2sf): Add endian check.
19732         (fmix_lr): Add endian check.
19733         (vec_setv2sf): Format change.
19734         (*vec_extractv2sf_0_be): Use shift to extract operand.
19735         (*vec_extractv2sf_1_be): New.
19736         (vec_pack_trunc_v4hi): Add endian check.
19737         (vec_pack_trunc_v2si): Format change.
19738
19739 2011-02-04  Jakub Jelinek  <jakub@redhat.com>
19740
19741         PR inline-asm/23200
19742         * tree-ssa-ter.c (is_replaceable_p): Add TER argument.  Don't
19743         do bb, locus and block comparison and disallow loads if it is not set.
19744         (stmt_is_replaceable_p): New function.
19745         (process_replaceable, find_replaceable_in_bb): Adjust is_replaceable_p
19746         callers.
19747         * expr.c (expand_expr_real_1) <case SSA_NAME>: If
19748         get_gimple_for_ssa_name try for EXPAND_INITIALIZER harder to use
19749         SSA_NAME_DEF_STMT.
19750         * tree-flow.h (stmt_is_replaceable_p): New prototype.
19751
19752 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
19753
19754         * config/rs6000/xilinx.opt: New.
19755         * config.gcc (powerpc-xilinx-eabi*): Use rs6000/xilinx.opt.
19756
19757 2011-02-04  Joseph Myers  <joseph@codesourcery.com>
19758
19759         * config/mips/mips.opt (EB, EL, noasmopt): New Driver options.
19760
19761 2011-02-03  Anatoly Sokolov  <aesok@post.ru>
19762
19763         * config/xtensa/xtensa.h (PREFERRED_RELOAD_CLASS,
19764         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
19765         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class,
19766         secondary_reload_info, xtensa_secondary_reload): Remove.
19767         * config/xtensa/xtensa.c (TARGET_PREFERRED_RELOAD_CLASS,
19768         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
19769         (xtensa_preferred_reload_class): Make static. Change return and
19770         'rclass' argument type to reg_class_t. Remove 'isoutput' argument.
19771         Use CONST_DOUBLE_P predicate.
19772         (xtensa_preferred_output_reload_class): New function.
19773         (xtensa_secondary_reload): Make static.
19774
19775 2011-02-03  Joseph Myers  <joseph@codesourcery.com>
19776
19777         * config/microblaze/microblaze.opt (Zxl-mode-bootstrap,
19778         Zxl-mode-executable, Zxl-mode-novectors, Zxl-mode-xilkernel,
19779         Zxl-mode-xmdstub, mxl-mode-xilkernel): New Driver options.
19780
19781 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
19782
19783         PR middle-end/31490
19784         * output.h (SECTION_RELRO): Define.
19785         (SECTION_MACH_DEP): Adjust.
19786         (get_variable_section): New prototype.
19787         * varpool.c (varpool_finalize_named_section_flags): New function.
19788         (varpool_assemble_pending_decls): Call it.
19789         * cgraph.h (varpool_finalize_named_section_flags): New prototype.
19790         * cgraphunit.c (cgraph_output_in_order): Call
19791         varpool_finalize_named_section_flags.
19792         * varasm.c (get_section): Allow section flags conflicts between
19793         relro and read-only sections if the section hasn't been declared yet.
19794         Set SECTION_OVERRIDE after diagnosing section type conflict.
19795         (get_variable_section): No longer static.
19796         (default_section_type_flags): Use SECTION_WRITE | SECTION_RELRO for
19797         readonly sections that need relocations.
19798         (decl_readonly_section_1): New function.
19799         (decl_readonly_section): Use it.
19800
19801         Revert:
19802         2010-11-17  Dinar Temirbulatov  <dtemirbulatov@gmail.com>
19803                     Steve Ellcey  <sje@cup.hp.com>
19804
19805         PR middle-end/31490
19806         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
19807         if section attribute used.
19808
19809 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
19810
19811         * config/darwin.h (SECTION_NO_ANCHOR): Remove.
19812         * config/darwin.c (SECTION_NO_ANCHOR): Define.
19813         (darwin_init_sections): Remove assertion.
19814
19815 2011-02-03  Nick Clifton  <nickc@redhat.com>
19816
19817         * config/rx/predicates.md (rx_zs_comparison_operator): Remove
19818         lt and ge.
19819         * config/rx/rx.md (abssi2_flags): Use CC_ZSmode rather than CC_ZSOmode.
19820         * config/rx/rx.c (rx_print_operand): Use "lt" and "ge" suffixes
19821         instead of "n" and "pz".
19822         (flags_from_code): LT and GE tests need CC_FLAG_O as well as
19823         CC_FLAG_S.
19824
19825 2011-02-03  Jakub Jelinek  <jakub@redhat.com>
19826
19827         PR target/47312
19828         * expr.c (expand_expr_real_2) <case FMA_EXPR>: If target doesn't expand
19829         fma, expand FMA_EXPR as fma{,f,l} call.
19830
19831         PR lto/47274
19832         * lto-streamer-out.c (write_symbol): When writing kind and visibility,
19833         copy them into a unsigned char variable and pass address of it to
19834         lto_output_data_stream.
19835
19836         PR target/47564
19837         * toplev.c (target_reinit): Save and restore *crtl and regno_reg_rtx
19838         around backend_init_target and lang_dependent_init_target calls.
19839         * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
19840         (verify_cgraph_node): Don't call set_cfun here.  Use
19841         cgraph_debug_gimple_stmt instead of debug_gimple_stmt.
19842         Set error_found for incorrectly represented calls to thunks.
19843
19844 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
19845
19846         PR debug/43092
19847         PR rtl-optimization/43494
19848         * rtl.h (for_each_inc_dec_fn): New type.
19849         (for_each_inc_dec): Declare.
19850         * rtlanal.c (struct for_each_inc_dec_ops): New type.
19851         (for_each_inc_dec_find_inc_dec): New fn.
19852         (for_each_inc_dec_find_mem): New fn.
19853         (for_each_inc_dec): New fn.
19854         * dse.c (struct insn_size): Remove.
19855         (replace_inc_dec, replace_inc_dec_mem): Remove.
19856         (emit_inc_dec_insn_before): New fn.
19857         (check_for_inc_dec): Use it, along with for_each_inc_dec.
19858         (canon_address): Pass mem modes to cselib_lookup.
19859         * cselib.h (cselib_lookup): Add memmode argument.  Adjust callers.
19860         (cselib_lookup_from_insn): Likewise.
19861         (cselib_subst_to_values): Likewise.
19862         * cselib.c (find_slot_memmode): New var.
19863         (cselib_find_slot): New fn.  Use it instead of
19864         htab_find_slot_with_hash everywhere.
19865         (entry_and_rtx_equal_p): Use find_slot_memmode.
19866         (autoinc_split): New fn.
19867         (rtx_equal_for_cselib_p): Rename and implement in terms of...
19868         (rtx_equal_for_cselib_1): ... this.  Take memmode, pass it on.
19869         Deal with autoinc.  Special-case recursion into MEMs.
19870         (cselib_hash_rtx): Likewise.
19871         (cselib_lookup_mem): Infer pmode from address mode.  Distinguish
19872         address and MEM modes.
19873         (cselib_subst_to_values): Add memmode, pass it on.
19874         Deal with autoinc.
19875         (cselib_lookup): Add memmode argument, pass it on.
19876         (cselib_lookup_from_insn): Add memmode.
19877         (cselib_invalidate_rtx): Discard obsolete push_operand handling.
19878         (struct cselib_record_autoinc_data): New.
19879         (cselib_record_autoinc_cb): New fn.
19880         (cselib_record_sets): Use it, along with for_each_inc_dec.  Pass MEM
19881         mode to cselib_lookup.  Reset autoinced REGs here instead of...
19882         (cselib_process_insn): ... here.
19883         * var-tracking.c (replace_expr_with_values, use_type): Pass MEM mode
19884         to cselib_lookup.
19885         (add_uses): Likewise, also to cselib_subst_to_values.
19886         (add_stores): Likewise.
19887         * sched-deps.c  (add_insn_mem_dependence): Pass mode to
19888         cselib_subst_to_values.
19889         (sched_analyze_1, sched_analyze_2): Likewise.  Adjusted.
19890         * gcse.c (do_local_cprop): Adjusted.
19891         * postreload.c (reload_cse_simplify_set): Adjusted.
19892         (reload_cse_simplify_operands): Adjusted.
19893         * sel-sched-dump (debug_mem_addr_value): Pass mode.
19894
19895 2011-02-03  Alexandre Oliva  <aoliva@redhat.com>
19896
19897         PR tree-optimization/45122
19898         * tree-ssa-loop-niter.c (number_of_iterations_exit): Don't make
19899         unsafe assumptions when there's more than one loop exit.
19900
19901 2011-02-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
19902
19903         PR target/47272
19904         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
19905         Document using vector double with the load/store builtins, and
19906         that the load/store builtins always use Altivec instructions.
19907
19908         * config/rs6000/vector.md (vector_altivec_load_<mode>): New insns
19909         to use altivec memory instructions, even on VSX.
19910         (vector_altivec_store_<mode>): Ditto.
19911
19912         * config/rs6000/rs6000-protos.h (rs6000_address_for_altivec): New
19913         function.
19914
19915         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
19916         V2DF, V2DI support to load/store overloaded builtins.
19917
19918         * config/rs6000/rs6000-builtin.def (ALTIVEC_BUILTIN_*): Add
19919         altivec load/store builtins for V2DF/V2DI types.
19920
19921         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
19922         set avoid indexed addresses on power6 if -maltivec.
19923         (altivec_expand_ld_builtin): Add V2DF, V2DI support, use
19924         vector_altivec_load/vector_altivec_store builtins.
19925         (altivec_expand_st_builtin): Ditto.
19926         (altivec_expand_builtin): Add VSX memory builtins.
19927         (rs6000_init_builtins): Add V2DI types to internal types.
19928         (altivec_init_builtins): Add support for V2DF/V2DI altivec
19929         load/store builtins.
19930         (rs6000_address_for_altivec): Insure memory address is appropriate
19931         for Altivec.
19932
19933         * config/rs6000/vsx.md (vsx_load_<mode>): New expanders for
19934         vec_vsx_ld and vec_vsx_st.
19935         (vsx_store_<mode>): Ditto.
19936
19937         * config/rs6000/rs6000.h (RS6000_BTI_long_long): New type
19938         variables to hold long long types for VSX vector memory builtins.
19939         (RS6000_BTI_unsigned_long_long): Ditto.
19940         (long_long_integer_type_internal_node): Ditti.
19941         (long_long_unsigned_type_internal_node): Ditti.
19942
19943         * config/rs6000/altivec.md (UNSPEC_LVX): New UNSPEC.
19944         (altivec_lvx_<mode>): Make altivec_lvx use a mode iterator.
19945         (altivec_stvx_<mode>): Make altivec_stvx use a mode iterator.
19946
19947         * config/rs6000/altivec.h (vec_vsx_ld): Define VSX memory builtin
19948         short cuts.
19949         (vec_vsx_st): Ditto.
19950
19951 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
19952
19953         * config/pa/pa-hpux10.opt: New.
19954         * config/hpux11.opt (pthread): New Driver option.
19955         * config/pa/pa-hpux.opt (nolibdld, rdynamic): New Driver options.
19956         * config.gcc (hppa[12]*-*-hpux10*): Use pa/pa-hpux10.opt.
19957
19958 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
19959
19960         * config/ia64/vms.opt: New.
19961         * config.gcc (ia64-hp-*vms*): Use ia64/vms.opt.
19962
19963 2011-02-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
19964
19965         PR target/47580
19966         * config/rs6000/vsx.md (vsx_float<VSi><mode>2): Use
19967         gpc_reg_operand instead of vsx_register_operand to match rs6000.md
19968         generator functions.
19969         (vsx_floatuns<VSi><mode>2): Ditto.
19970         (vsx_fix_trunc<mode><VSi>2): Ditto.
19971         (vsx_fixuns_trunc<mode><VSi>2): Ditto.
19972
19973 2011-02-02  Joseph Myers  <joseph@codesourcery.com>
19974
19975         * config/i386/djgpp.opt (posix): New Driver option.
19976
19977 2011-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
19978
19979         * config.gcc (*-*-freebsd[12], *-*-freebsd[12].*, *-*-freebsd*aout*):
19980         Move to the unsupported targets list.
19981
19982 2011-02-02  Peter Bergner  <bergner@vnet.ibm.com>
19983
19984         PR rtl-optimization/47525
19985         * df-scan.c: Update copyright years.
19986         (df_get_call_refs): Do not mark global registers as DF_REF_REG_USE
19987         and non-clobber DF_REF_REG_DEF for calls to const and pure functions.
19988
19989 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19990
19991         * config/i386/sysv4.h (TARGET_VERSION): Remove.
19992         (SUBTARGET_RETURN_IN_MEMORY): Remove.
19993         (ASM_OUTPUT_ASCII): Remove.
19994         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove #undef.
19995
19996 2011-02-02  Jeff Law  <law@redhat.com>
19997
19998         PR middle-end/47543
19999         * reload.c (find_reloads_address): Handle reg+d address where both
20000         components are invalid by reloading the entire address.
20001
20002 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
20003             Richard Guenther  <rguenther@suse.de>
20004
20005         PR tree-optimization/40979
20006         PR bootstrap/47044
20007         * passes.c (init_optimization_passes): After LIM call copy_prop
20008         and DCE to clean up.
20009         * tree-ssa-loop.c (pass_graphite_transforms): Add TODO_dump_func.
20010
20011 2011-02-02  Sebastian Pop  <sebastian.pop@amd.com>
20012
20013         PR tree-optimization/47576
20014         PR tree-optimization/47555
20015         * doc/invoke.texi (scev-max-expr-complexity): Documented.
20016         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
20017         (PARAM_SCEV_MAX_EXPR_COMPLEXITY): Declared.
20018         * tree-scalar-evolution.c (follow_ssa_edge): Use
20019         PARAM_SCEV_MAX_EXPR_COMPLEXITY.
20020
20021 2011-02-02  Richard Guenther  <rguenther@suse.de>
20022
20023         PR tree-optimization/47566
20024         * builtins.c (builtin_save_expr): No SAVE_EXPR for SSA_NAMEs.
20025
20026 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
20027
20028         PR debug/47106
20029         PR debug/47402
20030         * tree-inline.c (declare_return_variable): Remove unused caller
20031         variable.
20032
20033         PR debug/47106
20034         PR debug/47402
20035         * tree-flow-inline.h (clear_is_used, is_used_p): New.
20036         * cfgexpand.c (account_used_vars_for_block): Use them.
20037         * tree-nrv.c (tree_nrv): Likewise.
20038         * tree-ssa-live.c (remove_unused_scope_block_p): Likewise.
20039         (dump_scope_block): Likewise.
20040         (remove_unused_locals): Likewise.
20041
20042         PR debug/47106
20043         PR debug/47402
20044         * tree-inline.c (declare_return_variable): Add result decl to
20045         local decls only once.
20046         * gimple-low.c (record_vars_into): Mark newly-created variables
20047         as referenced.
20048
20049 2011-02-02  Alexandre Oliva  <aoliva@redhat.com>
20050
20051         PR debug/47498
20052         PR debug/47501
20053         PR debug/45136
20054         PR debug/45130
20055         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
20056         debug insns.
20057         (no_real_insns_p, schedule_block, set_priorities): Drop special
20058         treatment of boundary debug insns.
20059         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
20060         * sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
20061         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
20062         (BOUNDARY_DEBUG_INSN_P): Likewise.
20063         (SCHEDULE_DEBUG_INSN_P): Likewise.
20064         * sched-rgn.c (init_ready_list): Drop special treatment of
20065         boundary debug insns.
20066         * final.c (rest_of_clean_state): Clear notes' BB.
20067
20068 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20069
20070         * config/openbsd.opt (assert=): New Driver option.
20071
20072 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20073
20074         * config/i386/nto.opt: New.
20075         * config.gcc (i[34567]86-*-nto-qnx*): Use i386/nto.opt.
20076
20077 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20078
20079         * config/i386/netware.opt: New.
20080         * config.gcc (i[3456x]86-*-netware*): Use i386/netware.opt.
20081
20082 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20083
20084         * config/interix.opt (posix): New Driver option.
20085
20086 2011-02-01  DJ Delorie  <dj@redhat.com>
20087
20088         * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
20089
20090         * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
20091         class for A0/A1.
20092
20093 2011-02-01  Sebastian Pop  <sebastian.pop@amd.com>
20094
20095         PR tree-optimization/47561
20096         * toplev.c (process_options): Print the Graphite flags.  Add
20097         flag_loop_flatten to the list of options requiring Graphite.
20098
20099 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20100
20101         * config/i386/cygming.opt (posix): New Driver option.
20102
20103 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20104
20105         * config/arm/vxworks.opt: New.
20106         * config.gcc (arm-wrs-vxworks): Use arm/vxworks.opt.
20107
20108 2011-02-01  Joseph Myers  <joseph@codesourcery.com>
20109
20110         * config/alpha/elf.opt: New.
20111         * config.gcc (alpha*-*-linux*, alpha*-*-gnu*, alpha*-*-freebsd*,
20112         alpha*-*-netbsd*, alpha*-*-openbsd*): Use alpha/elf.opt.
20113
20114 2011-02-01  Richard Guenther  <rguenther@suse.de>
20115
20116         PR tree-optimization/47559
20117         * tree-ssa-loop-im.c (can_sm_ref_p): Do not perform
20118         store-motion on references that can throw.
20119
20120 2011-02-01  Bernd Schmidt  <bernds@codesourcery.com>
20121
20122         * tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.
20123         * tree-pass.h (TDF_CSELIB): New macro.
20124         * cselib.c (new_cselib_val, expand_loc, cselib_expand_value_rtx_1,
20125         cselib_lookup): Check for it rather than for TDF_DETAILS.
20126
20127 2011-02-01  H.J. Lu  <hongjiu.lu@intel.com>
20128
20129         PR driver/47547
20130         * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
20131         is HOST_BIT_BUCKET.
20132
20133         * opts.c (finish_options): Don't add x_aux_base_name if it is
20134         HOST_BIT_BUCKET.
20135
20136 2011-02-01  Richard Guenther  <rguenther@suse.de>
20137
20138         PR tree-optimization/47555
20139         Revert
20140         2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>
20141
20142         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
20143
20144 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
20145
20146         PR gcc/46692
20147         * config/lm32/t-lm32: Add multilib for all CPU options.
20148
20149 2011-02-01  Richard Guenther  <rguenther@suse.de>
20150
20151         PR tree-optimization/47541
20152         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
20153         sure to have a field at offset zero.
20154
20155 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
20156
20157         * config/arc/arc.opt (EB, EL): New Driver options.
20158
20159 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
20160
20161         * config/alpha/osf5.opt: New.
20162         * config.gcc (alpha*-dec-osf5.1*): Use alpha/osf5.opt.
20163
20164 2011-01-31  Joseph Myers  <joseph@codesourcery.com>
20165
20166         * config/vms/vms.opt (map, mvms-return-codes): New Driver options.
20167
20168 2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
20169
20170         * common.opt (ftree-loop-linear): Use Alias to make it an alias of
20171         -floop-interchange.
20172         * invoke.texi (-ftree-loop-linear): Make it clear that this flag
20173         is an alias of -floop-interchange and that it requires the
20174         Graphite infrastructure.
20175         * tree-ssa-loop.c (gate_graphite_transforms): Do not set
20176         flag_loop_interchange based on the value of flag_tree_loop_linear.
20177
20178 2011-01-31  Jakub Jelinek  <jakub@redhat.com>
20179             Richard Guenther  <rguenther@suse.de>
20180
20181         PR tree-optimization/47538
20182         * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
20183         type instead of r1type, except for comparisons.  For right
20184         shifts and comparisons punt if there are mismatches in
20185         sizetype vs. non-sizetype types.
20186
20187 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20188
20189         * doc/sourcebuild.texi (Effective-Target Keywords): Document
20190         avx_runtime.
20191
20192 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20193
20194         * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
20195         version number.
20196         * configure: Regenerate.
20197
20198 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20199
20200         * configure.ac (gcc_cv_ld_static_option): Define.
20201         (gcc_cv_ld_dynamic_option): Define.
20202         (gcc_cv_ld_static_dynamic): Tru64 UNIX support -noso/-so_archive
20203         instead.
20204         (HAVE_LD_STATIC_DYNAMIC): Update message.
20205         (LD_STATIC_OPTION): Define.
20206         (LD_DYNAMIC_OPTION): Define.
20207         * configure: Regenerate.
20208         * config.in: Regenerate.
20209         * gcc.c (init_spec) [USE_LIBUNWIND_EXCEPTIONS &&
20210         HAVE_LD_STATIC_DYNAMIC]: Use them.
20211
20212 2011-01-31  Nick Clifton  <nickc@redhat.com>
20213
20214         * config/rx/rx.c (rx_get_stack_layout): Only save call clobbered
20215         registers inside interrupt handlers if the handler is not a leaf
20216         function.
20217
20218 2011-01-31  Nick Clifton  <nickc@redhat.com>
20219
20220         * config/mn10300/mn10300.c (mn10300_regno_in_class_p): Check for
20221         reg_renumber returning an INVALID_REGNUM.
20222
20223 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
20224
20225         PR libgcj/44341
20226         * doc/install.texi: Document host options discarded when cross
20227         configuring target libraries.
20228
20229 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
20230
20231         Reverted:
20232         2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
20233         PR debug/45136
20234         PR debug/45130
20235         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
20236         debug insns.
20237         (no_real_insns_p, schedule_block, set_priorities): Drop special
20238         treatment of boundary debug insns.
20239         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
20240         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
20241         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
20242         (BOUNDARY_DEBUG_INSN_P): Likewise.
20243         (SCHEDULE_DEBUG_INSN_P): Likewise.
20244         * sched-rgn.c (init_ready_list): Drop special treatment of
20245         boundary debug insns.
20246         * final.c (rest_of_clean-state): Clear notes' BB.
20247
20248 2011-01-31  Alan Modra  <amodra@gmail.com>
20249
20250         * config/rs6000/rs6000.c (print_operand): Rearrange addends in
20251         toc relative expressions as we do in print_operand_address.
20252
20253 2011-01-30  Kazu Hirata  <kazu@codesourcery.com>
20254
20255         * doc/extend.texi: Follow spelling conventions.
20256         * doc/invoke.texi: Fix a typo.
20257
20258 2011-01-30  Joseph Myers  <joseph@codesourcery.com>
20259
20260         * config/hpux11.opt: New.
20261         * config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*,
20262         ia64*-*-hpux*): Use hpux11.opt.
20263
20264 2011-01-30  Jonathan Yong  <jon_y@users.sourceforge.net>
20265
20266         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add t-dfprules
20267         to tmake_file.
20268
20269 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
20270
20271         * doc/install.texi (hppa-hp-hpux10): Remove references to HP
20272         support sites.
20273
20274 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
20275
20276         * doc/install.texi (Binaries): Remove outdated reference for
20277         Motorola 68HC11/68HC12 downloads.
20278
20279 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
20280
20281         * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
20282         Drepper's paper.
20283
20284 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
20285
20286         PR bootstrap/47147
20287         * ginclude/stddef.h: Check for _X86_64_ANSI_H_ and _I386_ANSI_H_ as
20288         used by NetBSD.
20289
20290 2011-01-28  Ahmad Sharif  <asharif@google.com>
20291
20292         * value-prof.c (check_counter): Corrected error message.
20293
20294 2011-01-29  Jie Zhang  <jie@codesourcery.com>
20295
20296         * config/arm/arm.c (arm_legitimize_reload_address): New.
20297         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
20298         arm_legitimize_reload_address.
20299         * config/arm/arm-protos.h (arm_legitimize_reload_address): Declare.
20300
20301 2011-01-28  Ian Lance Taylor  <iant@google.com>
20302
20303         * godump.c (go_define): Ignore macros whose definitions include
20304         two adjacent operands.
20305
20306 2011-01-28  Jakub Jelinek  <jakub@redhat.com>
20307
20308         PR target/42894
20309         * varasm.c (force_const_mem): Store copy of x in desc->constant
20310         instead of x itself.
20311         * expr.c (emit_move_insn): Add a copy of y_cst instead of y_cst
20312         itself into REG_EQUAL note.
20313
20314 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
20315
20316         * config/freebsd.opt (posix, rdynamic): New Driver options.
20317
20318 2011-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20319
20320         * configure.ac (gcc_cv_ld_static_dynamic): IRIX 6 ld supports
20321         -Bstatic/-Bdynamic.
20322         * configure: Regenerate.
20323
20324 2011-01-27  Joseph Myers  <joseph@codesourcery.com>
20325
20326         * config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
20327         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
20328
20329 2011-01-27  Anatoly Sokolov  <aesok@post.ru>
20330
20331         * config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
20332         * config/s390/s390-protos.h (s390_preferred_reload_class): Remove.
20333         * config/s390/s390.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
20334         (s390_preferred_reload_class): Make static. Change return and
20335         'rclass' argument type to reg_class_t.
20336
20337 2011-01-27  Jan Hubicka  <jh@suse.cz>
20338
20339         PR middle-end/46949
20340         * cgraphunit.c (process_common_attributes): Fix use of remove_attribute.
20341         (process_function_and_variable_attributes): Check defined weakrefs.
20342
20343 2011-01-27  Martin Jambor  <mjambor@suse.cz>
20344
20345         PR tree-optimization/47228
20346         * tree-sra.c (sra_modify_assign): Use build_ref_for_model instead of
20347         build_ref_for_offset.
20348
20349 2011-01-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20350
20351         * config/spu/spu-elf.h (ASM_SPEC): Remove.
20352
20353 2011-01-26  Mikael Pettersson  <mikpe@it.uu.se>
20354
20355         PR rtl-optimization/46856
20356         * postreload.c (reload_combine_recognize_const_pattern): Do not
20357         separate cc0 setter and user on cc0 targets.
20358
20359 2011-01-26  Nicola Pero  <nicola.pero@meta-innovation.com>
20360
20361         PR c/43082
20362         * c-typeck.c (c_objc_common_truthvalue_conversion): If we are
20363         passed a VOID_TYPE expression, immediately emit an error and
20364         return error_mark_node.
20365
20366 2011-01-26  Jeff Law  <law@redhat.com>
20367
20368         PR rtl-optimization/47464
20369         * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
20370         rather than may_trap_p as needed.
20371
20372 2011-01-26  DJ Delorie  <dj@redhat.com>
20373
20374         PR rtl-optimization/46878
20375         * combine.c (insn_a_feeds_b): Check for the implicit cc0
20376         setter/user dependency as well.
20377
20378 2011-01-26  Eric Botcazou  <ebotcazou@adacore.com>
20379
20380         PR rtl-optimization/44469
20381         * cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
20382         after removing trivially dead basic blocks.
20383
20384 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
20385
20386         * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
20387         * config/frv/frv.h (LINK_SPEC): Likewise.
20388         * config/i386/netware.h (LINK_SPEC): Likewise.
20389         * config/m68k/linux.h (ASM_SPEC): Likewise.
20390         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
20391         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
20392         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
20393         * config/sparc/linux.h (ASM_SPEC): Likewise.
20394         * config/sparc/linux64.h (ASM_SPEC): Likewise.
20395         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
20396
20397 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
20398
20399         * config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}.
20400         * config/frv/frv.h (ASM_SPEC): Likewise.
20401         * config/m68k/linux.h (ASM_SPEC): Likewise.
20402         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
20403         * config/rs6000/linux64.h (ASM_SPEC): Likewise.
20404         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
20405         * config/sparc/linux.h (ASM_SPEC): Likewise.
20406         * config/sparc/linux64.h (ASM_SPEC): Likewise.
20407         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
20408
20409 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
20410
20411         * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
20412         * config/frv/frv.h (LINK_SPEC): Likewise.
20413         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
20414
20415 2011-01-26  Joseph Myers  <joseph@codesourcery.com>
20416
20417         * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
20418         * config/frv/frv.h (ASM_SPEC): Likewise.
20419         * config/i386/sol2-10.h (ASM_SPEC): Likewise.
20420         * config/m68k/linux.h (ASM_SPEC): Likewise.
20421         * config/pa/pa-linux.h (ASM_SPEC): Likewise.
20422         * config/rs6000/linux64.h (ASM_SPEC32): Likewise.
20423         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
20424         * config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
20425         * config/sparc/linux.h (ASM_SPEC): Likewise.
20426         * config/sparc/linux64.h (ASM_SPEC): Likewise.
20427         * config/sparc/sp-elf.h (ASM_SPEC): Likewise.
20428         * config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
20429
20430 2011-01-26  Steve Ellcey  <sje@cup.hp.com>
20431
20432         PR target/46997
20433         * config/ia64/vect.md (mulv2si3): Enable and fix for TARGET_BIG_ENDIAN.
20434         (*mux2): Ditto.
20435         (vec_extract_evenodd_help): Ditto.
20436         (vec_extract_evenv4hi): Ditto.
20437         (vec_extract_oddv4hi): Ditto.
20438         (vec_interleave_lowv2si): Ditto.
20439         (vec_interleave_highv2si): Ditto.
20440         (vec_extract_evenv2si): Ditto.
20441         (vec_extract_oddv2si: Ditto.
20442         (vec_pack_trunc_v2si): Ditto.
20443
20444 2011-01-22  Jan Hubicka  <jh@suse.cz>
20445
20446         PR target/47237
20447         * cgraph.h (cgraph_local_info): New field can_change_signature.
20448         * ipa-cp.c (ipcp_update_callgraph): Only compute args_to_skip if callee
20449         signature can change.
20450         (ipcp_estimate_growth): Call sequence simplify only if calle signature
20451         can change.
20452         (ipcp_insert_stage): Only compute args_to_skip if signature can change.
20453         (cgraph_function_versioning): We can not change signature of functions
20454         that don't allow that.
20455         * lto-cgraph.c (lto_output_node): Stream local.can_change_signature.
20456         (lto_input_node): Likewise.
20457         * ipa-inline.c (compute_inline_parameters): Compute
20458         local.can_change_signature.
20459         * ipa-split.c (visit_bb): Never split away APPLY_ARGS.
20460         * tree-sra.c (ipa_sra_preliminary_function_checks): Give up on
20461         functions that can not change signature.
20462         * i386.c (ix86_function_regparm, ix86_function_sseregparm,
20463         init_cumulative_args): Do not use local calling conventions
20464         for functions that can not change signature.
20465
20466 2011-01-22  Jan Hubicka  <jh@suse.cz>
20467
20468         * doc/invoke.texi (hot-bb-frequency-fraction): Commit forgotten hunk.
20469
20470 2011-01-26  Richard Guenther  <rguenther@suse.de>
20471
20472         PR tree-optimization/47190
20473         * cgraphunit.c (process_common_attributes): New function.
20474         (process_function_and_variable_attributes): Use it.
20475
20476 2011-01-26  Richard Guenther  <rguenther@suse.de>
20477
20478         PR lto/47423
20479         * cgraphbuild.c (record_eh_tables): Record reference to personality
20480         function.
20481
20482 2011-01-26  Alexandre Oliva  <aoliva@redhat.com>
20483
20484         PR debug/45454
20485         * sel-sched.c (moveup_expr): Don't let debug insns prevent
20486         non-debug insns from moving up.
20487
20488 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
20489
20490         PR target/40125
20491         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Select suitable
20492         t-dlldir{,-x} fragment for build and add it to tmake_file.
20493         (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
20494         * Makefile.in (libgcc.mvars): Also export SHLIB_DLLDIR to libgcc.
20495         * config/i386/t-dlldir: New file.
20496         (SHLIB_DLLDIR): Define.
20497         * config/i386/t-dlldir-x: New file.
20498         (SHLIB_DLLDIR): Define.
20499         * config/i386/t-cygming: Error out if SHLIB_DLLDIR is not set.
20500         (SHLIB_INSTALL): Use it.
20501
20502 2011-01-26  Chung-Lin Tang  <cltang@codesourcery.com>
20503
20504         PR target/47246
20505         * config/arm/arm.c (thumb2_legitimate_index_p): Change the
20506         lower bound of the allowed Thumb-2 coprocessor load/store
20507         index range to -256. Add explaining comment.
20508
20509 2011-01-25  Ian Lance Taylor  <iant@google.com>
20510
20511         * godump.c (go_define): Improve lexing of macro expansion to only
20512         accept expressions which match Go spec.
20513
20514 2011-01-26  Dave Korn  <dave.korn.cygwin@gmail.com>
20515
20516         PR c++/43601
20517         * tree.c (handle_dll_attribute): Handle it.
20518         * doc/extend.texi (@item dllexport): Mention it.
20519         * doc/invoke.texi (@item -fno-keep-inline-dllexport): Document it.
20520
20521 2011-01-25  Ian Lance Taylor  <iant@google.com>
20522
20523         PR tree-optimization/26854
20524         * c-decl.c (struct c_scope): Add field has_jump_unsafe_decl.
20525         (decl_jump_unsafe): Move higher in file, with no other change.
20526         (bind): Set has_jump_unsafe_decl if appropriate.
20527         (update_label_decls): Test has_jump_unsafe_decl to avoid loop.
20528         (check_earlier_gotos): Likewise.
20529         (c_check_switch_jump_warnings): Likewise.
20530
20531 2011-01-25  Jonathan Wakely  <jwakely.gcc@gmail.com>
20532
20533         * doc/invoke.texi (Warning Options): Add missing hyphen.
20534         (-fprofile-dir): Minor grammatical fixes.
20535         (-fbranch-probabilities): Likewise.
20536
20537 2011-01-25  Alexandre Oliva  <aoliva@redhat.com>
20538
20539         PR debug/45136
20540         PR debug/45130
20541         * haifa-sched.c (get_ebb_head_tail): Move notes across boundary
20542         debug insns.
20543         (no_real_insns_p, schedule_block, set_priorities): Drop special
20544         treatment of boundary debug insns.
20545         * sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug insns.
20546         * sched-ebb.c (schedule_ebbs): Don't skip debug insns.
20547         * sched-int.h (DEBUG_INSN_SCHED_P): Remove.
20548         (BOUNDARY_DEBUG_INSN_P): Likewise.
20549         (SCHEDULE_DEBUG_INSN_P): Likewise.
20550         * sched-rgn.c (init_ready_list): Drop special treatment of
20551         boundary debug insns.
20552         * final.c (rest_of_clean-state): Clear notes' BB.
20553
20554 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20555
20556         * Makefile.in (LAMBDA_H): Removed.
20557         (TREE_DATA_REF_H): Remove dependence on LAMBDA_H.
20558         (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o,
20559         lambda-trans.o, and tree-loop-linear.o.
20560         (lto-symtab.o): Remove dependence on LAMBDA_H.
20561         (tree-loop-linear.o): Remove rule.
20562         (lambda-mat.o): Same.
20563         (lambda-trans.o): Same.
20564         (lambda-code.o): Same.
20565         (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H.
20566         (tree-vect-slp.o): Same.
20567         * hwint.h (gcd): Moved here.
20568         (least_common_multiple): Same.
20569         * lambda-code.c: Removed.
20570         * lambda-mat.c: Removed.
20571         * lambda-trans.c: Removed.
20572         * lambda.h: Removed.
20573         * tree-loop-linear.c: Removed.
20574         * lto-symtab.c: Do not include lambda.h.
20575         * omega.c (gcd): Removed.
20576         * passes.c (init_optimization_passes): Remove pass_linear_transform.
20577         * tree-data-ref.c (print_lambda_vector): Moved here.
20578         (lambda_vector_copy): Same.
20579         (lambda_matrix_copy): Same.
20580         (lambda_matrix_id): Same.
20581         (lambda_vector_first_nz): Same.
20582         (lambda_matrix_row_add): Same.
20583         (lambda_matrix_row_exchange): Same.
20584         (lambda_vector_mult_const): Same.
20585         (lambda_vector_negate): Same.
20586         (lambda_matrix_row_negate): Same.
20587         (lambda_vector_equal): Same.
20588         (lambda_matrix_right_hermite): Same.
20589         * tree-data-ref.h: Do not include lambda.h.
20590         (lambda_vector): Moved here.
20591         (lambda_matrix): Same.
20592         (dependence_level): Same.
20593         (lambda_transform_legal_p): Removed declaration.
20594         (lambda_collect_parameters): Same.
20595         (lambda_compute_access_matrices): Same.
20596         (lambda_vector_gcd): Same.
20597         (lambda_vector_new): Same.
20598         (lambda_vector_clear): Same.
20599         (lambda_vector_lexico_pos): Same.
20600         (lambda_vector_zerop): Same.
20601         (lambda_matrix_new): Same.
20602         * tree-flow.h (least_common_multiple): Removed declaration.
20603         * tree-parloops.c (lambda_trans_matrix): Moved here.
20604         (LTM_MATRIX): Same.
20605         (LTM_ROWSIZE): Same.
20606         (LTM_COLSIZE): Same.
20607         (LTM_DENOMINATOR): Same.
20608         (lambda_trans_matrix_new): Same.
20609         (lambda_matrix_vector_mult): Same.
20610         (lambda_transform_legal_p): Same.
20611         * tree-pass.h (pass_linear_transform): Removed declaration.
20612         * tree-ssa-loop.c (tree_linear_transform): Removed.
20613         (gate_tree_linear_transform): Removed.
20614         (pass_linear_transform): Removed.
20615         (gate_graphite_transforms): Make flag_tree_loop_linear an alias of
20616         flag_loop_interchange.
20617
20618 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
20619
20620         PR tree-optimization/47265
20621         PR tree-optimization/47443
20622         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Return false
20623         if name still has some uses.
20624
20625 2011-01-25  Martin Jambor  <mjambor@suse.cz>
20626
20627         PR tree-optimization/47382
20628         * gimple-fold.c (gimple_fold_obj_type_ref_call): Removed.
20629         (gimple_fold_call): Do not call gimple_fold_obj_type_ref_call.
20630
20631 2011-01-25  Joel Sherrill  <joel.sherrill@oarcorp.com>
20632
20633         * config/m32r/m32r.c: Define TARGET_EXCEPT_UNWIND_INFO to
20634         sjlj_except_unwind_info.
20635
20636 2011-01-25  Richard Guenther  <rguenther@suse.de>
20637
20638         PR tree-optimization/47426
20639         * tree-ssa-structalias.c (ipa_pta_execute): Make externally
20640         visible functions results escape.
20641
20642 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
20643
20644         PR target/45701
20645         * config/arm/arm.c (any_sibcall_uses_r3): New function.
20646         (arm_get_frame_offsets): Use it.
20647
20648 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20649             Jakub Jelinek  <jakub@redhat.com>
20650
20651         PR tree-optimization/47271
20652         * tree-if-conv.c (bb_postdominates_preds): New.
20653         (if_convertible_bb_p): Call bb_postdominates_preds.
20654         (if_convertible_loop_p_1): Compute CDI_POST_DOMINATORS.
20655         (predicate_scalar_phi): Call bb_postdominates_preds.
20656
20657 2011-01-25  Nick Clifton  <nickc@redhat.com>
20658
20659         * config/rx/rx.h (LIBCALL_VALUE): Do not promote complex types.
20660         * config/rx/rx.c (rx_function_value): Likewise.
20661         (rx_promote_function_mode): Likewise.
20662         (gen_safe_add): Place an outsized immediate value inside an UNSPEC
20663         in order to make it legitimate.
20664         * config/rx/rx.md (adddi3_internal): If the second operand is a MEM
20665         make sure that the first operand is the same as the result register.
20666         (addsi3_unspec): Delete.
20667         (subdi3): Do not accept immediate operands.
20668         (subdi3_internal): Likewise.
20669
20670 2011-01-25  Jeff Law  <law@redhat.com>
20671
20672         PR rtl-optimization/37273
20673         * ira-costs.c (scan_one_insn): Detect constants living in memory and
20674         handle them like argument loads from stack slots.  Do not double
20675         count memory for memory constants and argument loads from stack slots.
20676
20677 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
20678
20679         PR tree-optimization/47427
20680         PR tree-optimization/47428
20681         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
20682         coalesce if the new root var would be TREE_READONLY.
20683
20684 2011-01-25  Richard Guenther  <rguenther@suse.de>
20685
20686         PR middle-end/47414
20687         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Use the
20688         correct type for TBAA.
20689
20690 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20691
20692         * graphite-sese-to-poly.c (dr_indices_valid_in_loop): New.
20693         (close_phi_written_to_memory): Call for_each_index with
20694         dr_indices_valid_in_loop.
20695
20696 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20697
20698         * graphite-sese-to-poly.c (new_pbb_from_pbb): Only copy PBB_DOMAIN
20699         when it is initialized.
20700
20701 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20702
20703         * graphite-scop-detection.c (stmt_has_simple_data_refs_p): Update
20704         call to graphite_find_data_references_in_stmt.
20705         * graphite-sese-to-poly.c (outermost_loop_in_sese_1): New.
20706         (try_generate_gimple_bb): Call outermost_loop_in_sese_1.  Update
20707         call to graphite_find_data_references_in_stmt.
20708         (analyze_drs_in_stmts): Same.
20709         * tree-data-ref.c (dr_analyze_indices): Pass in parameter the loop
20710         in which the scalar analysis of indices is performed.
20711         (create_data_ref): Same.  Update call to dr_analyze_indices.
20712         (find_data_references_in_stmt): Update call to create_data_ref.
20713         (graphite_find_data_references_in_stmt): Same.
20714         * tree-data-ref.h (graphite_find_data_references_in_stmt): Update
20715         declaration.
20716         (create_data_ref): Same.
20717         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Update
20718         call to create_data_ref.
20719
20720 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20721
20722         * graphite-sese-to-poly.c (build_poly_scop): Move
20723         rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.
20724
20725 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20726
20727         * graphite-sese-to-poly.c (close_phi_written_to_memory): Also allow
20728         VAR_DECL, PARM_DECL, and RESULT_DECL.
20729
20730 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20731
20732         * graphite-dependences.c (reduction_dr_1): Allow several reductions
20733         in a reduction PBB.
20734         * graphite-sese-to-poly.c (split_reduction_stmt): Do not split PBBs
20735         that have already been marked as PBB_IS_REDUCTION.
20736
20737 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20738
20739         * graphite-scop-detection.c (same_close_phi_node): New.
20740         (remove_duplicate_close_phi): New.
20741         (make_close_phi_nodes_unique): New.
20742         (canonicalize_loop_closed_ssa): Call make_close_phi_nodes_unique.
20743
20744 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20745
20746         * graphite-dependences.c (new_poly_ddr): Call same_pdr_p.
20747         * graphite-poly.h (same_pdr_p): Do not expect that the PDR_TYPE
20748         of both data references to be the same.
20749
20750 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20751
20752         * graphite-dependences.c (build_lexicographical_constraint): Remove
20753         the gdim parameter.
20754         (build_lexicographical_constraint): Adjust call to
20755         ppl_powerset_is_empty.
20756         (dependence_polyhedron): Same.
20757         (graphite_legal_transform_dr): Same.
20758         (graphite_carried_dependence_level_k): Same.
20759         * graphite-ppl.c (ppl_powerset_is_empty): Remove the nb_params
20760         parameter.
20761         * graphite-ppl.h (ppl_powerset_is_empty): Adjust declaration.
20762
20763 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20764
20765         * graphite-sese-to-poly.c
20766         (translate_scalar_reduction_to_array_for_stmt): Call unshare_expr.
20767         (close_phi_written_to_memory): New.
20768         (translate_scalar_reduction_to_array): Call close_phi_written_to_memory
20769         and unshare_expr.
20770
20771 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20772
20773         * doc/install.texi: Update the expected version number of PPL to 0.11.
20774         * graphite-ppl.c (ppl_powerset_is_empty): Remove now dead code under
20775         #if PPL_VERSION_MINOR < 11.
20776
20777 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20778
20779         * graphite-dependences.c: Include graphite-cloog-util.h.
20780         (new_poly_ddr): Inlined into dependence_polyhedron.
20781         (free_poly_ddr): Moved close by new_poly_ddr.
20782         (dependence_polyhedron_1): Renamed dependence_polyhedron.
20783         Early return NULL when ppl_powerset_is_empty returns true.
20784         (dependence_polyhedron): Renamed new_poly_ddr.  Call only once
20785         poly_drs_may_alias_p.  Avoid one call to ppl_powerset_is_empty.
20786         (graphite_legal_transform_dr): Call new_poly_ddr.
20787         (graphite_carried_dependence_level_k): Same.
20788         (dot_original_deps_stmt_1): Renamed dot_deps_stmt_2.  Use new_poly_ddr.
20789         (dot_transformed_deps_stmt_1): Removed.
20790         (dot_deps_stmt_1): Call dot_deps_stmt_2.
20791         (dot_original_deps): Renamed dot_deps_2.  Call new_poly_ddr.
20792         (dot_deps_1): Call dot_deps_2.
20793         * Makefile.in (graphite-dependences.o): Add missing dependence on
20794         graphite-cloog-util.h.
20795
20796 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20797
20798         * graphite-dependences.c (new_poly_dr): Call ppl_powerset_is_empty.
20799         (build_lexicographical_constraint): Same.
20800         (dependence_polyhedron_1): Same.
20801         (graphite_legal_transform_dr): Same.
20802         (graphite_carried_dependence_level_k): Same.
20803         * graphite-ppl.c (ppl_powerset_is_empty): New.
20804         * graphite-ppl.h (ppl_powerset_is_empty): Declared.
20805         * tree-data-ref.c (dump_data_reference): Print the basic block index.
20806
20807 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20808
20809         * graphite-dependences.c (build_pairwise_scheduling): Correctly compute
20810         the "a followed by b" relation and document it.
20811
20812 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20813
20814         * graphite-dependences.c (build_lexicographical_constraint): Stop the
20815         iteration when the bag of constraints is empty.
20816
20817 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20818
20819         * graphite-poly.c (pbb_remove_duplicate_pdrs): Make it work.
20820
20821 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20822
20823         * graphite-interchange.c (lst_interchange_profitable_p): Takes a loop
20824         nest and two loop depths as parameters.
20825         (lst_try_interchange_loops): Call lst_interchange_profitable_p after
20826         lst_perfect_nestify.
20827
20828 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20829
20830         * graphite-dependences.c (print_pddr): Call
20831         ppl_io_fprint_Pointset_Powerset_C_Polyhedron.
20832
20833 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
20834
20835         * graphite-ppl.c (debug_gmp_value): New.
20836         * graphite-ppl.h (debug_gmp_value): Declared.
20837
20838 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
20839
20840         * doc/install.texi: Document availability of cloog-0.16.
20841
20842 2011-01-25  Vladimir Kargov  <kargov@gmail.com>
20843
20844         * graphite-scop-detection.c (canonicalize_loop_closed_ssa): Free
20845         invalid postdominance info.
20846
20847 2011-01-24  Jan Hubicka  <jh@suse.cz>
20848
20849         PR c/21659
20850         * doc/extend.texi (weak pragma): Drop claim that it must
20851         appear before definition.
20852         * varasm.c (merge_weak, declare_weak): Only sanity check
20853         that DECL is not output at a time it is declared weak.
20854
20855 2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
20856
20857         * machmode.def: Fixed comments.
20858
20859 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
20860
20861         * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
20862
20863 2011-01-24  Paul Koning  <ni1d@arrl.net>
20864
20865         * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
20866         WORDS_BIG_ENDIAN.
20867
20868 2011-01-24  H.J. Lu  <hongjiu.lu@intel.com>
20869
20870         PR target/46519
20871         * config/i386/i386.c: Include sbitmap.h and fibheap.h.
20872         (block_info): Add scanned and prev.
20873         (move_or_delete_vzeroupper_2): Return if the basic block
20874         has been scanned and the upper 128bit state is unchanged
20875         from the last scan.
20876         (move_or_delete_vzeroupper_1): Return true if the exit
20877         state is changed.
20878         (move_or_delete_vzeroupper): Visit basic blocks using the
20879         work-list based algorithm based on vt_find_locations in
20880         var-tracking.c.
20881
20882         * config/i386/t-i386: Also depend on sbitmap.h and $(FIBHEAP_H).
20883
20884 2011-01-24  Nick Clifton  <nickc@redhat.com>
20885
20886         * config/v850/v850.opt (mv850es): New option - alias for -mv850e1.
20887         * config/v850/v850.h (ASM_SPEC): If -mv850es is specified pass
20888         -mv850e1 to the assembler.  If -mv850e1 or -mv850es is specified
20889         then define __v850e1__.
20890         * doc/invoke.texi: Document -mv850es.
20891
20892 2011-01-24  Richard Henderson  <rth@redhat.com>
20893
20894         * config/rx/predicates.md (rx_fp_comparison_operator): Don't accept
20895         compound unordered comparisons.
20896         * config/rx/rx.c (rx_split_fp_compare): Remove.
20897         * config/rx/rx-protos.h: Update.
20898         * config/rx/rx.md (gcc_conds, rx_conds): Remove.
20899         (cbranchsf4): Don't call rx_split_fp_compare.
20900         (*cbranchsf4): Use rx_split_cbranch.
20901         (*cmpsf): Don't accept "i" constraint.
20902         (*conditional_branch): Only valid after reload.
20903         (cstoresf4): Merge expander with insn.  Don't call rx_split_fp_compare.
20904
20905 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
20906
20907         PR target/47385
20908         * config/rs6000/altivec.md (vector constant splitters): Add
20909         support for creating vector single precision constants if -mvsx is
20910         used and we would create the constant using Altivec primitives.
20911
20912 2011-01-23  Bernd Schmidt  <bernds@codesourcery.com>
20913             Richard Sandiford  <rdsandiford@googlemail.com>
20914
20915         PR rtl-optimization/47166
20916         * reload1.c (emit_reload_insns): Disable the spill_reg_store
20917         mechanism for PRE_MODIFY and POST_MODIFY.
20918         (inc_for_reload): For PRE_MODIFY, return the insn that sets the
20919         reloadreg.
20920
20921 2011-01-23  Andreas Schwab  <schwab@linux-m68k.org>
20922
20923         * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.
20924
20925 2011-01-22  Jan Hubicka  <jh@suse.cz>
20926
20927         PR lto/47333
20928         * lto-cgraph.c (reachable_from_this_partition_p): Fix pasto.
20929
20930 2011-01-22  Jan Hubicka  <jh@suse.cz>
20931
20932         PR tree-optimization/43884
20933         PR lto/44334
20934         * predict.c (maybe_hot_frequency_p): Use entry block frequency as base.
20935         * doc/invoke.texi (hot-bb-frequency-fraction): Update docs.
20936
20937 2011-01-22  Anatoly Sokolov  <aesok@post.ru>
20938
20939         * config/s390/s390.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
20940         * config/s390/s390.c (s390_register_move_cost,
20941         s390_memory_move_cost): New.
20942         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
20943
20944 2011-01-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20945
20946         PR middle-end/47401
20947         * except.c (sjlj_assign_call_site_values): Move setting the
20948         crtl->uses_eh_lsda flag to ...
20949         (sjlj_mark_call_sites): ... here.
20950         (sjlj_emit_function_enter): Support NULL dispatch label.
20951         (sjlj_build_landing_pads): In a function with no landing pads
20952         that still has must-not-throw regions, generate code to register
20953         a personality function with empty LSDA.
20954
20955 2011-01-21  Richard Henderson  <rth@redhat.com>
20956
20957         * config/rx/rx.c (TARGET_FLAGS_REGNUM): New.
20958
20959         * config/mn10300/mn10300.c (TARGET_FLAGS_REGNUM): New.
20960
20961         * compare-elim.c: New file.
20962         * Makefile.in (OBJS-common): Add it.
20963         (compare-elim.o): New.
20964         * common.opt (fcompare-elim): New.
20965         * opts.c (default_options_table): Add OPT_fcompare_elim.
20966         * tree-pass.h (pass_compare_elim_after_reload): New.
20967         * passes.c (init_optimization_passes): Add it.
20968         * recog.h: Protect against re-inclusion.
20969         * target.def (TARGET_FLAGS_REGNUM): New POD hook.
20970         * doc/invoke.texi (-fcompare-elim): Document it.
20971         * doc/tm.texi.in (TARGET_FLAGS_REGNUM): Document it.
20972         * doc/tm.texi: Rebuild.
20973
20974 2011-01-22  Nick Clifton  <nickc@redhat.com>
20975
20976         * config/rx/rx.md (cstoresf4): Pass comparison operator to
20977         rx_split_fp_compare.
20978
20979 2011-01-22  Nick Clifton  <nickc@redhat.com>
20980
20981         * config/rx/rx.md (UNSPEC_CONST): New.
20982         (deallocate_and_return): Wrap the amount popped off the stack in
20983         an UNSPEC_CONST in order to stop it being rejected by
20984         -mmax-constant-size.
20985         (pop_and_return): Add a "(return)" rtx.
20986         (call): Drop the immediate operand.
20987         (call_internal): Likewise.
20988         (call_value): Likewise.
20989         (call_value_internal): Likewise.
20990         (sibcall_internal): Likewise.
20991         (sibcall_value_internal): Likewise.
20992         (sibcall): Likewise.  Generate an explicit call using
20993         sibcall_internal.
20994         (sibcall_value): Likewise.
20995         (mov<>): FAIL if a constant operand is not legitimate.
20996         (addsi3_unpsec): New pattern.
20997
20998         * config/rx/rx.c (rx_print_operand_address): Handle UNSPEC CONSTs.
20999         (ok_for_max_constant): New function.
21000         (gen_safe_add): New function.
21001         (rx_expand_prologue): Use gen_safe_add.
21002         (rx_expand_epilogue): Likewise.
21003         (rx_is_legitimate_constant): Use ok_for_max_constant.  Handle
21004         UNSPEC CONSTs.
21005
21006 2011-01-21  Jeff Law  <law@redhat.com>
21007
21008         PR tree-optimization/47053
21009         * tree-ssa-dse.c (need_eh_cleanup): New bitmap.
21010         (dse_optimize_stmt): Set the appropriate bit in NEED_EH_CLEANUP when
21011         statements are deleted.
21012         (tree_ssa_dse): Allocate & free NEED_EH_CLEANUP.  If NEED_EH_CLEANUP
21013         is nonempty, then purge dead edges and cleanup the CFG.
21014
21015 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
21016
21017         PR debug/47402
21018         Temporarily revert:
21019         2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
21020         PR debug/47106
21021         * tree-dfa.c (create_var_ann): Mark variable as used.
21022
21023 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
21024
21025         PR middle-end/45566
21026         * except.c (convert_to_eh_region_ranges): Emit queued no-region
21027         notes from other section in hot/cold partitioning even if
21028         last_action is -3.  Increment call_site_base.
21029
21030         PR rtl-optimization/47366
21031         * fwprop.c (forward_propagate_into): Return bool.  If
21032         any changes are made, -fnon-call-exceptions is used and
21033         REG_EH_REGION note is present, call purge_dead_edges
21034         and return true if it purged anything.
21035         (fwprop_addr): Adjust callers, call cleanup_cfg (0) if
21036         any EH edges were purged.
21037
21038 2011-01-21  Jeff Law  <law@redhat.com>
21039
21040         PR rtl-optimization/41619
21041         * caller-save.c (setup_save_areas): Break out code to determine
21042         which hard regs are live across calls by examining the reload chains
21043         so that it is always used.
21044         Eliminate code which checked REG_N_CALLS_CROSSED.
21045
21046 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
21047
21048         PR tree-optimization/47355
21049         * tree-eh.c (cleanup_empty_eh_merge_phis): Give up if
21050         NOP has non-debug uses beyond PHIs in new_bb.
21051
21052 2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
21053
21054         PR debug/47106
21055         * cfgexpand.c (account_used_vars_for_block): Only account vars
21056         that are annotated as used.
21057         (estimated_stack_frame_size): Don't set TREE_USED.
21058         * tree-dfa.c (create_var_ann): Mark variable as used.
21059
21060 2011-01-21  Richard Guenther  <rguenther@suse.de>
21061
21062         PR middle-end/47395
21063         * tree.def (WIDEN_MULT_MINUS_EXPR): Fix printed name.
21064
21065 2011-01-21  Richard Guenther  <rguenther@suse.de>
21066
21067         PR tree-optimization/47365
21068         * tree-ssa-sccvn.h (vn_lookup_kind): Declare.
21069         (vn_reference_lookup_pieces): Adjust.
21070         (vn_reference_lookup): Likewise.
21071         * tree-ssa-sccvn.c (vn_walk_kind): New static global.
21072         (vn_reference_lookup_3): Only look through kills if in
21073         VN_WALKREWRITE mode.
21074         (vn_reference_lookup_pieces): Adjust.
21075         (vn_reference_lookup): Likewise.
21076         (visit_reference_op_load): Likewise.
21077         (visit_reference_op_store): Likewise.
21078         * tree-ssa-pre.c (phi_translate_1): Use VN_WALK mode.
21079         (compute_avail): Likewise.
21080         (eliminate): Likewise.
21081
21082 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
21083
21084         * tree-ssa-live.c (remove_unused_scope_block_p): Don't remove
21085         DECL_IGNORED_P non-reg vars if they are used.
21086
21087         PR tree-optimization/47391
21088         * varpool.c (const_value_known_p): Return false if
21089         decl is volatile.
21090
21091 2011-01-21  Kai Tietz  <kai.tietz@onevision.com>
21092
21093         PR bootstrap/47215
21094         * config/i386/i386.c (ix86_local_alignment): Handle
21095         case for va_list_type_node is nil.
21096         (ix86_canonical_va_list_type): Likewise.
21097
21098 2011-01-21  Alan Modra  <amodra@gmail.com>
21099
21100         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Add
21101         builtin_define __CMODEL_MEDIUM__ and __CMODEL_LARGE__.
21102
21103 2011-01-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21104
21105         * config/arm/arm.md (define_attr type): Rename f_load
21106         and f_store to f_fpa_load and f_fpa_store. Update.
21107         (write_conflict): Deal with rename fallout.
21108         (*push_fp_multi): Likewise.
21109         * config/arm/fpa.md (f_load): Use f_fpa_load.
21110         (f_store): Use f_fpa_store.
21111         (*movsf_fpa): Likewise.
21112         (*movdf_fpa): Likewise.
21113         (*movxf_fpa): Likewise.
21114         (*thumb2_movsf_fpa): Likewise.
21115         (*thumb2_movdf_fpa): Likewise.
21116         (*thumb2_movxf_fpa): Likewise.
21117         * config/arm/vfp.md (*thumb2_movdf_vfp): Fix attribute to
21118         f_loadd and f_stored.
21119         (*thumb2_movdi_vfp): Likewise.
21120         (*thumb2_movsf_vfp): Fix attribute to f_loads.
21121         (*thumb2_movsi_vfp): Likewise.
21122         * config/arm/cortex-m4-fpu.md (cortex_m4_f_load):
21123         Use f_loads instead of f_load.
21124         * config/arm/cortex-a5.md (cortex_a5_f_loads): Remove f_load.
21125
21126 2011-01-20  Anatoly Sokolov  <aesok@post.ru>
21127
21128         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
21129         * config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
21130         * config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
21131         (xtensa_mode_dependent_address_p): New function.
21132         (constantpool_address_p): Make static. Change return type to bool.
21133         Change argument type to const_rtx. Use CONST_INT_P predicate.
21134
21135 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
21136
21137         PR debug/46583
21138         * tree-ssa-live.c (remove_unused_scope_block_p): Keep type decls.
21139
21140 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
21141
21142         PR debug/47283
21143         * cfgexpand.c (expand_debug_expr): Instead of generating
21144         (mem (debug_implicit_ptr)) for MEM_REFs use COMPONENT_REF
21145         etc. handling.
21146
21147 2011-01-20  Richard Guenther  <rguenther@suse.de>
21148
21149         PR middle-end/47370
21150         * tree-inline.c (remap_gimple_op_r): Recurse manually for
21151         the pointer operand of MEM_REFs.
21152
21153 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
21154
21155         PR tree-optimization/46130
21156         * ipa-split.c (consider_split): If return_bb contains non-virtual
21157         PHIs other than for retval or if split_function would not adjust it,
21158         refuse to split.
21159
21160 2011-01-20  Richard Guenther  <rguenther@suse.de>
21161
21162         PR tree-optimization/47167
21163         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
21164         Revert previous change, only avoid enumeral type changes.
21165
21166 2011-01-19  Mike Stump  <mikestump@comcast.net>
21167
21168         * doc/tm.texi.in (BRANCH_COST): Englishify.
21169         * doc/tm.texi (BRANCH_COST): Likewise.
21170
21171 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
21172
21173         PR c++/47291
21174         * dwarf2out.c (generic_type_p, schedule_generic_params_dies_gen)
21175         (gen_scheduled_generic_parms_dies): New functions.
21176         (gen_struct_or_union_type_die): Schedule template parameters DIEs
21177         generation for the end of CU compilation.
21178         (dwarf2out_finish): Generate template parameters DIEs here.
21179
21180 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
21181
21182         PR debug/46240
21183         * tree-into-ssa.c (maybe_register_def): Do not attempt to add
21184         debug bind stmt on merge edges.
21185
21186 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
21187
21188         PR debug/47079
21189         PR debug/46724
21190         * function.c (instantiate_expr): Instantiate incoming rtl of
21191         implicit arguments, and recurse on VALUE_EXPRs.
21192         (instantiate_decls): Instantiate rtl and VALUE_EXPR of result.
21193         * var-tracking.c (adjust_mems): Reject virtual_incoming_args_rtx.
21194
21195 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
21196
21197         * c-parser.c (c_parser_for_statement): Initialize
21198         collection_expression.
21199
21200 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
21201
21202         * config/spu/spu-elf.h (ASM_SPEC): Remove %{w:-W}.
21203
21204 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
21205
21206         * config/rs6000/sysv4.h (LINK_PATH_SPEC): Remove.
21207         (LINK_SHLIB_SPEC): Don't use %(link_path).
21208         (SUBTARGET_EXTRA_SPECS): Remove link_path.
21209
21210 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
21211
21212         * config/rs6000/sysv4.h (SHARED_LIB_SUPPORT): Remove conditional.
21213         (NO_SHARED_LIB_SUPPORT): Remove.
21214         (LINK_SHLIB_SPEC): Remove one conditional definition.
21215
21216 2011-01-19  Joseph Myers  <joseph@codesourcery.com>
21217
21218         * config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
21219         %{call_shared}.
21220         * config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
21221         * config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
21222         * config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
21223         %{call_shared} and conditionals on these options not being passed.
21224         * config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
21225         %{call_shared}.
21226
21227 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
21228
21229         * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
21230         simplify.
21231
21232         * ipa-split.c: Spelling fixes.
21233
21234 2011-01-19  Richard Henderson  <rth@redhat.com>
21235
21236         * config/mn10300/mn10300.md (mulsi3): Use reg_or_am33_const_operand.
21237         (*mulsi3): Likewise.
21238
21239         * longlong.h [__mn10300__] (count_leading_zeros): New.
21240         [__mn10300__] (umul_ppmm, smul_ppmm): New.
21241         [__mn10300__] (add_ssaaaa, subddmmss): New.
21242         [__mn10300__] (udiv_qrnnd, sdiv_qrnnd): New.
21243         [__mn10300__] (UMUL_TIME, UDIV_TIME): New.
21244
21245 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21246
21247         * config/spu/spu.h (MOVE_RATIO): Return 4 in the !speed case.
21248
21249 2011-01-19  Richard Henderson  <rth@redhat.com>
21250
21251         * config/mn10300/mn10300.md (addsi3_flags): New.
21252         (addc_internal, adddi3, adddi3_internal, *adddi3_degenerate): New.
21253         (subsi3_flags, subc_internal, subdi3): New.
21254         (subdi3_internal, *subdi3_degenerate): New.
21255         * config/mn10300/predicates.md (reg_or_am33_const_operand): New.
21256
21257         * config/mn10300/mn10300.c (mn10300_can_use_retf_insn): New.
21258         (mn10300_can_use_rets_insn): Rename from mn10300_can_use_return_insn.
21259         (mn10300_expand_epilogue): Use it.  Compute REG_SAVE_BYTES once.
21260         * config/mn10300/mn10300-protos.h: Update.
21261         * config/mn10300/mn10300.md (return): Use mn10300_can_use_retf_insn.
21262         (return_ret): Likewise.  Rename from return_internal_regs.
21263         (return_internal): Remove.
21264
21265         * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter): Remove.
21266         (mn10300_asm_output_addr_const_extra): Don't handle UNSPEC_INT_LABEL.
21267         (mn10300_legitimate_constant_p): Likewise.
21268         (mn10300_can_use_return_insn): Use mn10300_initial_offset.
21269         (mn10300_frame_size): New.
21270         (mn10300_expand_prologue): Use it.
21271         (mn10300_expand_epilogue): Likewise.
21272         (mn10300_initial_offset): Likewise.
21273         * config/mn10300/mn10300-protos.h: Update.
21274         * config/mn10300/mn10300.h (mn10300_unspec_int_label_counter): Remove.
21275         * config/mn10300/mn10300.md (UNSPEC_INT_LABEL): Remove.
21276         (prologue, epilogue, return_internal): Tidy output code.
21277         (mn10300_store_multiple_operation, return): Likewise.
21278         (int_label, pop_pic_reg, GOTaddr2picreg): Remove.
21279         (am33_loadPC, mn10300_loadPC, call_next_insn): Remove.
21280         (add_GOT_to_pic_reg, add_GOT_to_any_reg): Remove.
21281         (load_pic, am33_load_pic): New.
21282         (mn10300_load_pic0, mn10300_load_pic1): New.
21283
21284         * config/mn10300/mn10300-modes.def (CCZN, CCZNC): New modes.
21285         * config/mn10300/mn10300.c (CC_FLAG_Z): New.
21286         (CC_FLAG_N, CC_FLAG_C, CC_FLAG_V): New.
21287         (cc_flags_for_mode, cc_flags_for_code): New.
21288         (mn10300_print_operand) ['B']: Use nc/ns for GE/LT when the
21289         overflow flag is not valid.  Validate that the flags we need
21290         for the comparison are valid.
21291         (mn10300_output_cmp): Remove.
21292         (mn10300_output_add): New.
21293         (mn10300_select_cc_mode): Use cc_flags_for_code.
21294         (mn10300_split_cbranch): New.
21295         (mn10300_match_ccmode): New.
21296         (mn10300_split_and_operand_count): New.
21297         * config/mn10300/mn10300.h (SELECT_CC_MODE): Pass all of the arguments
21298         to the function.
21299         * config/mn10300/mn10300.md (*am33_addsi3, *mn10300_addsi3): Merge...
21300         (addsi3): ... here.  Use mn10300_output_add.
21301         (*addsi3_flags): New.
21302         (*am33_subsi3, *mn10300_subsi3): Merge...
21303         (subsi3): ... here.  Use attribute isa.
21304         (*subsi3_flags): New.
21305         (negsi2): Rewrite from expander to insn_and_split.  Use NOT+INC
21306         when possible.
21307         (*am33_andsi3, *mn10300_andsi3): Merge...
21308         (andsi3): ... here.
21309         (*andsi3_flags): New.
21310         (andsi3 splitters): New.
21311         (*am33_iorsi3, *mn10300_iorsi3): Merge...
21312         (iorsi3): ... here.
21313         (*iorsi3_flags): New.
21314         (*am33_xorsi3, *mn10300_xorsi3): Merge...
21315         (xorsi3): ... here.
21316         (*xorsi3_flags): New.
21317         (*am33_cmpsi2, *mn10300_cmplsi2): Merge...
21318         (one_cmplsi2): ... here.
21319         (*one_cmplsi2_flags): New.
21320         (*cbranchsi4_cmp): Rename from cbranchsi4_post_reload.  Use "r"
21321         instead of "dax" in constraints.  Use mn10300_split_cbranch.
21322         (*cmpsi): Rename from cmpsi.  Do not use mn10300_output_cmp.  Do not
21323         use matching constraints to eliminate a self-comparison.
21324         (*integer_conditional_branch): Rename from integer_conditional_branch.
21325         Use int_mode_flags to match CC_REG.
21326         (*cbranchsi4_btst, *btstsi): New.
21327         (*cbranchsf4_cmp): Rename from *cbranchsf4_post_reload.  Use
21328         mn10300_split_cbranch.
21329         (*am33_cmpsf): Rename from am33_cmpsf.
21330         (*float_conditional_branch): Rename from float_conditional_branch.
21331         (*zero_extendqisi2_am33, *zero_extendqisi2_mn10300): Merge...
21332         (zero_extendqisi2): ... here.
21333         (*zero_extendhisi2_am33, *zero_extendhisi2_mn10300): Merge...
21334         (zero_extendhisi2): ... here.
21335         (*extendqisi2_am33, *extendqisi2_mn10300): Merge...
21336         (extendqisi2): ... here.
21337         (*extendhisi2_am33, *extendhisi2_mn10300): Merge...
21338         (extendhisi2): ... here.
21339         (*am33_ashlsi3, *mn10300_ashlsi3): Merge...
21340         (ashlsi3): ... here.
21341         (*am33_lshrsi3, *mn10300_lshrsi3): Merge...
21342         (lshrsi3): ... here.
21343         (*am33_ashrisi3, *mn10300_ashrsi3): Merge...
21344         (ashrsi3): ... here.
21345         (consecutive add peephole): Remove.
21346         * config/mn10300/predicates.md (label_ref_operand): New.
21347         (int_mode_flags): New.
21348         (CCZN_comparison_operator): New.
21349
21350         * config/mn10300/mn10300.md (UNSPEC_EXT): New.
21351         (throughput_42_latency_43): New reservation.
21352         (mulsidi3, umulsidi3): New expanders.
21353         (mulsidi3_internal): Rewrite from old mulsidi3 pattern.  Expose
21354         the MDR register to allocation; separately allocate the low and
21355         high parts of the DImode result.
21356         (umulsidi3_internal): Similarly.
21357         (*am33_mulsi3, *mn10300_mulsi3): Merge into ...
21358         (*mulsi3): ... here.  Clobber MDR as a scratch as necessary.
21359         (udivsi3, umodsi3): Remove.
21360         (udivmodsi4, divmodsi4): New expanders.
21361         (*udivmodsi4): Rename from udivmodsi4.  Expose MDR properly.
21362         (*divmodsi4): Simiarly.
21363         (ext_internal): New.
21364
21365         * config/mn10300/constraints.md ("z"): New constraint.
21366         * config/mn10300/mn10300.h (MDR_REGNUM): Remove.
21367         (FIXED_REGISTERS): Don't fix MDR.
21368         (CALL_USED_REGSITERS): Reformat nicely.
21369         (REG_ALLOC_ORDER): Add MDR.
21370         (enum regclass): Add MDR_REGS.
21371         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update to match.
21372         (IRA_COVER_CLASSES): Add MDR_REGS.
21373         (REGNO_REG_CLASS): Handle MDR_REG.
21374         * config/mn10300/mn10300.c (mn10300_secondary_reload): Handle MDR_REGS.
21375         (mn10300_register_move_cost): Likewise.
21376         * config/mn10300/mn10300.md (MDR_REG): New.
21377         (*movsi_internal): Handle moves to/from MDR_REGS.
21378
21379         * config/mn10300/mn10300.c (mn10300_print_operand_address): Handle
21380         POST_MODIFY.
21381         (mn10300_secondary_reload): Tidy combination reload classes.
21382         (mn10300_legitimate_address_p): Allow post-modify and reg+reg
21383         addresses for AM33.  Allow symbolic offsets for reg+imm.
21384         (mn10300_regno_in_class_p): New.
21385         (mn10300_legitimize_reload_address): New.
21386         * config/mn10300/mn10300.h (enum reg_class): Remove
21387         DATA_OR_ADDRESS_REGS, DATA_OR_EXTENDED_REGS, ADDRESS_OR_EXTENDED_REGS,
21388         SP_OR_EXTENDED_REGS, SP_OR_ADDRESS_OR_EXTENDED_REGS.  Add
21389         SP_OR_GENERAL_REGS.
21390         (REG_CLASS_NAMES): Update to match.
21391         (REG_CLASS_CONTENTS): Likewise.
21392         (INDEX_REG_CLASS): Use GENERAL_REGS for AM33.
21393         (BASE_REG_CLASS): Use SP_OR_GENERAL_REGS for AM33.
21394         (REGNO_IN_RANGE_P): Remove.
21395         (REGNO_DATA_P): Use mn10300_regno_in_class_p.
21396         (REGNO_ADDRESS_P, REGNO_EXTENDED_P): Likewise.
21397         (REGNO_STRICT_OK_FOR_BASE_P): Likewise.
21398         (REGNO_STRICT_OK_FOR_BIT_BASE_P): Likewise.
21399         (REGNO_STRICT_OK_FOR_INDEX_P): Likewise.
21400         (REGNO_SP_P, REGNO_AM33_P, REGNO_FP_P): Remove.
21401         (REGNO_GENERAL_P): New.
21402         (HAVE_POST_MODIFY_DISP): New.
21403         (USE_LOAD_POST_INCREMENT, USE_STORE_POST_INCREMENT): New.
21404         (LEGITIMIZE_RELOAD_ADDRESS): New.
21405         * config/mn10300/mn10300-protos.h: Update.
21406
21407         * config/mn10300/mn10300.c (mn10300_preferred_reload_class): Allow
21408         DATA_REGS for AM33 stack-pointer destination.
21409         (mn10300_preferred_output_reload_class): Likewise.
21410         (mn10300_secondary_reload): Rearrange mn10300_secondary_reload_class
21411         into a form appropriate for ...
21412         (TARGET_SECONDARY_RELOAD): New.
21413         * config/mn10300/mn10300.h (SECONDARY_RELOAD_CLASS): Remove.
21414         * config/mn10300/mn10300-protos.h: Update.
21415         * config/mn10300/mn10300.md (reload_plus_sp_const): Rename from
21416         reload_insi; use the "A" constraint for the scratch; handle AM33
21417         moves of sp to non-address registers.
21418
21419         * config/mn10300/mn10300.md (*am33_movqi, *mn10300_movqi): Merge into
21420         (*movqi_internal): ... here.
21421         (*am33_movhi, *mn10300_movhi): Merge into...
21422         (*movhi_internal): ... here.
21423         (*movsi_internal): Use "r" instead of "dax" in constraints.  Use "A"
21424         as the source/destination of moves from/to SP.
21425         (movsf): Only allow for AM33-2.
21426         (*movsf_internal): Use "r" instead of "dax"; use "F" instead of
21427         any integer constant constraint.  Only allow for AM33-2.  Tidy
21428         all of the alternative outputs.
21429         (movdi, movdf, *am33_2_movdf, *mn10300_movdf): Remove.
21430         (udivmodsi4): Delete expander and promote *udivmodsi4.  Disallow
21431         for MN103.
21432         (udivsi3, umodsi3): New patterns for MN103 only.
21433
21434 2011-01-19  Joern Rennecke  <amylaar@spamcop.net>
21435
21436         * doc/tm.texi.in: Spell out that a lack of register class unions
21437         can lead to ICEs.
21438         * doc/tm.texi: Regenerate.
21439
21440 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
21441
21442         PR rtl-optimization/47337
21443         * dce.c (check_argument_store): New function.
21444         (find_call_stack_args): Ignore debug insns.  Use check_argument_store.
21445
21446         PR tree-optimization/47290
21447         * tree-eh.c (infinite_empty_loop_p): New function.
21448         (cleanup_empty_eh): Use it.
21449
21450 2011-01-18  Steve Ellcey  <sje@cup.hp.com>
21451
21452         PR target/46997
21453         * ia64.c (ia64_expand_unpack): Fix code for TARGET_BIG_ENDIAN.
21454         (a64_expand_widen_sum): Ditto.
21455         * vect.md (mulv2si3): Disable for TARGET_BIG_ENDIAN.
21456         (vec_extract_evenodd_help): Ditto.
21457         (vec_extract_evenv4hi): Ditto.
21458         (vec_extract_oddv4hi): Ditto.
21459         (vec_extract_evenv2si): Ditto.
21460         (vec_extract_oddv2si): Ditto.
21461         (vec_extract_evenv2sf): Ditto.
21462         (vec_extract_oddv2sf): Ditto.
21463         (vec_pack_trunc_v4hi: Ditto.
21464         (vec_pack_trunc_v2si): Ditto.
21465         (vec_interleave_lowv8qi): Fix for TARGET_BIG_ENDIAN.
21466         (vec_interleave_highv8qi): Ditto.
21467         (mix1_r): Ditto.
21468         (vec_extract_oddv8qi): Ditto.
21469         (vec_interleave_lowv4hi): Ditto.
21470         (vec_interleave_highv4hi): Ditto.
21471         (vec_interleave_lowv2si): Ditto.
21472         (vec_interleave_highv2si): Ditto.
21473
21474 2011-01-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21475
21476         * doc/extend.texi: Mention __float128 support on hppa HP-UX.
21477         * config/pa/pa-hpux.h (HPUX_LONG_DOUBLE_LIBRARY): Define to 1.
21478         * config/pa/pa.c (pa_expand_builtin): New.  Include "langhooks.h".
21479         (pa_c_mode_for_suffix): New.
21480         (TARGET_EXPAND_BUILTIN): Define.
21481         (TARGET_C_MODE_FOR_SUFFIX): Define.
21482         (pa_builtins): Define.
21483         (pa_init_builtins): Register __float128 type and init new support
21484         builtins.
21485         * config/pa/pa.h (HPUX_LONG_DOUBLE_LIBRARY): Define if not defined.
21486         * config/pa/quadlib.c (_U_Qfcopysign): New.
21487
21488 2011-01-18  Eric Botcazou  <ebotcazou@adacore.com>
21489
21490         PR middle-end/46894
21491         * explow.c (allocate_dynamic_stack_space): Do not assume more than
21492         BITS_PER_UNIT alignment if STACK_DYNAMIC_OFFSET or STACK_POINTER_OFFSET
21493         are defined.
21494
21495 2011-01-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21496
21497         PR tree-optimization/47179
21498         * config/spu/spu.c (spu_ref_may_alias_errno): New function.
21499         (TARGET_REF_MAY_ALIAS_ERRNO): Define.
21500
21501 2011-01-18  Richard Guenther  <rguenther@suse.de>
21502
21503         PR rtl-optimization/47216
21504         * emit-rtl.c: Include tree-flow.h.
21505         (set_mem_attributes_minus_bitpos): Use tree_could_trap_p instead
21506         of replicating it with different semantics.
21507         * Makefile.in (emit-rtl.o): Adjust.
21508
21509 2011-01-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
21510
21511         * config/arm/cortex-a9.md (cortex-a9-neon.md): Actually include.
21512         (cortex_a9_dp): Handle neon types correctly.
21513
21514 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
21515
21516         PR rtl-optimization/47299
21517         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: Don't use
21518         subtarget.  Use normal multiplication if both operands are constants.
21519         * expmed.c (expand_widening_mult): Don't try to optimize constant
21520         multiplication if op0 has VOIDmode.  Convert op1 constant to mode
21521         before using it.
21522
21523 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21524
21525         * doc/lto.texi (LTO): Ensure two spaces after period.  Fix
21526         spacing after 'e.g.', typos, comma, hyphenation.
21527
21528 2011-01-17  Richard Henderson  <rth@redhat.com>
21529
21530         * config/rx/predicates.md (rx_constshift_operand): Use match_test.
21531         (rx_restricted_mem_operand): New.
21532         (rx_shift_operand): Use register_operand.
21533         (rx_source_operand, rx_compare_operand): Likewise.
21534         * config/rx/rx.md (addsi3_flags): New expander.
21535         (adddi3): Rewrite as expander.
21536         (adc_internal, *adc_flags, adddi3_internal): New patterns.
21537         (subsi3_flags): New expander.
21538         (subdi3): Rewrite as expander.
21539         (sbb_internal, *sbb_flags, subdi3_internal): New patterns.
21540
21541         * config/rx/rx.c (RX_BUILTIN_SAT): Remove.
21542         (rx_init_builtins): Remove sat builtin.
21543         (rx_expand_builtin): Likewise.
21544         * config/rx/rx.md (ssaddsi3): New.
21545         (*sat): Rename from sat.  Represent the CC_REG input.
21546
21547         * config/rx/predicates.md (rshift_operator): New.
21548         * config/rx/rx.c (rx_expand_insv): Remove.
21549         * config/rx/rx-protos.h: Update.
21550         * config/rx/rx.md (*bitset): Rename from bitset.  Swap the ashift
21551         operand to the canonical position.
21552         (*bitset_in_memory, *bitinvert, *bitinvert_in_memory): Similarly.
21553         (*bitclr, *bitclr_in_memory): Similarly.
21554         (*insv_imm, rx_insv_reg, *insv_cond, *bmcc, *insv_cond_lt): New.
21555         (insv): Retain the zero_extract in the expansion.
21556
21557         * config/rx/rx.md (bswapsi2): Use = not + for output reload.
21558         (bswaphi2, bitinvert, revw): Likewise.
21559
21560         * config/rx/rx.c (gen_rx_store_vector): Use VOIDmode for gen_rtx_SET.
21561         (gen_rx_rtsd_vector, gen_rx_popm_vector): Likewise.
21562         * config/rx/rx.md (pop_and_return): Use VOIDmode for SET.
21563         (stack_push, stack_pushm, stack_pop, stack_popm): Likewise.
21564         (bitset, bitset_in_memory): Likewise.
21565         (bitinvert, bitinvert_in_memory): Likewise.
21566         (bitclr, bitclr_in_memory): Likewise.
21567         (insv, sync_lock_test_and_setsi, movstr, rx_movstr): Likewise.
21568         (rx_strend, rx_cmpstrn): Likewise.
21569         (rx_setmem): Likewise.  Make the source BLKmode to match the dest.
21570         (bitop peep2 patterns): Remove.
21571
21572         * config/rx/rx.c (rx_match_ccmode): New.
21573         * config/rx/rx-protos.h: Update.
21574         * config/rx/rx.md (abssi2): Clobber, don't set flags.
21575         (addsi3, adddi3, andsi3, negsi2, one_cmplsi2, iorsi3): Likewise.
21576         (rotlsi3, rotrsi3, ashrsi3, lshrsi3, ashlsi3): Likewise.
21577         (subsi3, subdi3, xorsi3, addsf3, divsf3, mulsf3, subsf3): Likewise.
21578         (fix_truncsfsi2, floatsisf2): Likewise.
21579         (*abssi2_flags, *addsi3_flags, *andsi3_flags, *negsi2_flags): New.
21580         (*one_cmplsi2_flags, *iorsi3_flags, *rotlsi3_flags): New.
21581         (*rotrsi3_flags, *ashrsi3_flags, *lshrsi3_flags, *ashlsi3_flags): New.
21582         (*subsi3_flags, *xorsi3_flags): New.
21583
21584         * config/rx/rx.md (cstoresf4, *cstoresf4): New patterns.
21585
21586         * config/rx/rx.c (rx_print_operand): Remove workaround for
21587         unsplit comparison operations.
21588
21589         * config/rx/rx.md (movsicc): Split after reload.
21590         (*movsicc): Merge *movsieq and *movsine via match_operator.
21591         (*stcc): New pattern.
21592
21593         * config/rx/rx.c (rx_float_compare_mode): Remove.
21594         * config/rx/rx.h (rx_float_compare_mode): Remove.
21595         * config/rx/rx.md (cstoresi4): Split after reload.
21596         (*sccc): New pattern.
21597
21598         * config/rx/predicates.md (label_ref_operand): New.
21599         (rx_z_comparison_operator): New.
21600         (rx_zs_comparison_operator): New.
21601         (rx_fp_comparison_operator): New.
21602         * config/rx/rx.c (rx_print_operand) [B]: Examine comparison modes.
21603         Validate that the flags are set properly for the comparison.
21604         (rx_gen_cond_branch_template): Remove.
21605         (rx_cc_modes_compatible): Remove.
21606         (mode_from_flags): New.
21607         (flags_from_code): Rename from flags_needed_for_conditional.
21608         (rx_cc_modes_compatible): Re-write in terms of flags_from_mode.
21609         (rx_select_cc_mode): Likewise.
21610         (rx_split_fp_compare): New.
21611         (rx_split_cbranch): New.
21612         * config/rx/rx.md (most_cond, zs_cond): Remove iterators.
21613         (*cbranchsi4): Use match_operator and rx_split_cbranch.
21614         (*cbranchsf4): Similarly.
21615         (*cbranchsi4_tst): Rename from *tstbranchsi4_<code>.  Use
21616         match_operator and rx_split_cbranch.
21617         (*cbranchsi4_tst_ext): Combine *tstbranchsi4m_eq and
21618         tstbranchsi4m_ne.  Use match_operator and rx_split_cbranch.
21619         (*cmpsi): Rename from cmpsi.
21620         (*tstsi): Rename from tstsi.
21621         (*cmpsf): Rename from cmpsf; use CC_Fmode.
21622         (*conditional_branch): Rename from conditional_branch.
21623         (*reveresed_conditional_branch): Remove.
21624         (b<code>): Remove expander.
21625         * config/rx/rx-protos.h: Update.
21626
21627         * config/rx/rx.c (rx_compare_redundant): Remove.
21628         * config/rx/rx.md (cmpsi): Don't use it.
21629         * config/rx/rx-protos.h: Update.
21630
21631         * config/rx/rx-modes.def (CC_F): New mode.
21632         * config/rx/rx.c (rx_select_cc_mode): New.
21633         * config/rx/rx.h (SELECT_CC_MODE): Use it.
21634         * config/rx/rx-protos.h: Update.
21635
21636 2011-01-17  Richard Henderson  <rth@redhat.com>
21637
21638         * except.c (dump_eh_tree): Fix stray ; after for statement.
21639
21640 2011-01-17  Richard Guenther  <rguenther@suse.de>
21641
21642         PR tree-optimization/47313
21643         * tree-inline.c (tree_function_versioning): Move DECL_RESULT
21644         handling before copying the body.  Properly deal with
21645         by-reference result in SSA form.
21646
21647 2011-01-17  Ian Lance Taylor  <iant@google.com>
21648
21649         PR target/47219
21650         * config/sparc/sparc.c (sparc_sr_alias_set): Don't define.
21651         (struct_value_alias_set): Don't define.
21652         (sparc_option_override): Don't set sparc_sr_alias_set and
21653         struct_value_alias_set.
21654         (save_or_restore_regs): Use gen_frame_mem rather than calling
21655         set_mem_alias_set.
21656         (sparc_struct_value_rtx): Likewise.
21657
21658 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
21659
21660         PR target/47318
21661         * config/i386/avxintrin.h (_mm_maskload_pd): Change mask to __m128i.
21662         (_mm_maskstore_pd): Likewise.
21663         (_mm_maskload_ps): Likewise.
21664         (_mm_maskstore_ps): Likewise.
21665         (_mm256_maskload_pd): Change mask to __m256i.
21666         (_mm256_maskstore_pd): Likewise.
21667         (_mm256_maskload_ps): Likewise.
21668         (_mm256_maskstore_ps): Likewise.
21669
21670         * config/i386/i386-builtin-types.def: Updated.
21671         (ix86_expand_special_args_builtin): Likewise.
21672
21673         * config/i386/i386.c (bdesc_special_args): Update
21674         __builtin_ia32_maskloadpd, __builtin_ia32_maskloadps,
21675         __builtin_ia32_maskloadpd256, __builtin_ia32_maskloadps256,
21676         __builtin_ia32_maskstorepd, __builtin_ia32_maskstoreps,
21677         __builtin_ia32_maskstorepd256 and __builtin_ia32_maskstoreps256.
21678
21679         * config/i386/sse.md (avx_maskload<ssemodesuffix><avxmodesuffix>):
21680         Use <avxpermvecmode> on mask register.
21681         (avx_maskstore<ssemodesuffix><avxmodesuffix>): Likewise.
21682
21683 2011-01-17  Olivier Hainque  <hainque@adacore.com>
21684             Michael Haubenwallner  <michael.haubenwallner@salomon.at>
21685             Eric Botcazou  <ebotcazou@adacore.com>
21686
21687         PR target/46655
21688         * xcoffout.c (ASM_OUTPUT_LINE): Output line only if positive, and only
21689         if <= USHRT_MAX in 32-bit mode.
21690
21691 2011-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21692
21693         * doc/install.texi (Configuration, Specific): Wrap long
21694         lines in examples.  Allow line wrapping in long options
21695         and URLs where beneficial for PDF output.
21696
21697 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
21698
21699         * config/mips/mips.c (mips_classify_symbol): Don't return
21700         SYMBOL_PC_RELATIVE for nonlocal labels.
21701
21702 2011-01-15  Eric Botcazou  <ebotcazou@adacore.com>
21703
21704         * config/sparc/sol2-bi.h (CC1_SPEC): Fix typo.
21705
21706 2011-01-15  Jan Hubicka  <jh@suse.cz>
21707
21708         PR tree-optimization/47276
21709         * ipa.c (function_and_variable_visibility): Do not try to mark alias
21710         declarations as needed.
21711
21712 2011-01-15  Martin Jambor  <mjambor@suse.cz>
21713
21714         * common.opt (fdevirtualize): New flag.
21715         * doc/invoke.texi (Option Summary): Document it.
21716         * opts.c (default_options_table): Add devirtualize flag.
21717         * ipa-prop.c (detect_type_change): Return immediately if
21718         devirtualize flag is not set.
21719         (detect_type_change_ssa): Likewise.
21720         (compute_known_type_jump_func): Likewise.
21721         (ipa_analyze_virtual_call_uses): Likewise.
21722
21723 2011-01-14  Martin Jambor  <mjambor@suse.cz>
21724
21725         PR tree-optimization/45934
21726         PR tree-optimization/46302
21727         * ipa-prop.c (type_change_info): New type.
21728         (stmt_may_be_vtbl_ptr_store): New function.
21729         (check_stmt_for_type_change): Likewise.
21730         (detect_type_change): Likewise.
21731         (detect_type_change_ssa): Likewise.
21732         (compute_complex_assign_jump_func): Check for dynamic type change.
21733         (compute_complex_ancestor_jump_func): Likewise.
21734         (compute_known_type_jump_func): Likewise.
21735         (compute_scalar_jump_functions): Likewise.
21736         (ipa_analyze_virtual_call_uses): Likewise.
21737         (ipa_analyze_node): Push and pop cfun, set current_function_decl.
21738
21739 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21740
21741         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -msse5.
21742         * config/i386/i386.opt (msse5): New Alias.
21743
21744 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21745
21746         * config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
21747         * config/sparc/linux64.h (CC1_SPEC): Likewise.
21748         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
21749         * config/sparc/sparc.h (CC1_SPEC): Likewise.
21750
21751 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21752
21753         * config/sparc/linux.h (CC1_SPEC): Don't handle old equivalents of
21754         -mcpu options.
21755         * config/sparc/linux64.h (CC1_SPEC): Likewise.
21756         * config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
21757         * config/sparc/sol2-bi.h (CPP_CPU_SPEC, CC1_SPEC): Likewise.
21758         * config/sparc/sparc.h (CPP_CPU_SPEC, CC1_SPEC, ASM_CPU_SPEC):
21759         Likewise.
21760         * config/sparc/t-elf (MULTILIB_MATCHES): Don't handle -mv8.
21761
21762 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21763
21764         * config/rs6000/vxworks.h (CC1_SPEC): Don't handle -fvec or -fvec-eabi.
21765
21766 2011-01-14  Mike Stump  <mikestump@comcast.net>
21767
21768         * config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
21769         * config/fr30/fr30.md: Likweise
21770         (movsi_push): Likewise.
21771         (movsi_pop): Likewise.
21772         (enter_func): Likewise.
21773         * config/moxie/moxie.md (movsi_push): Likewise.
21774         (movsi_pop): Likewise.
21775
21776 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21777
21778         * config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
21779         %{no_archive} %{exact_version}.
21780         * config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
21781         * config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
21782         %{no_archive} %{exact_version}.
21783         * config/mips/openbsd.h (LINK_SPEC): Likewise.
21784         * config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
21785         * config/mips/vxworks.h: Likewise.
21786
21787 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21788
21789         * config/microblaze/microblaze.h (ASM_SPEC): Remove %{microblaze1}.
21790
21791 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21792
21793         * config/m32r/little.h (CPP_ENDIAN_SPEC, CC1_ENDIAN_SPEC,
21794         ASM_ENDIAN_SPEC, LINK_ENDIAN_SPEC): Remove.
21795
21796 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21797
21798         * config/i386/nwld.h (LINK_SPEC): Check -nodefaultlibs not
21799         -nodefaultlib.
21800
21801 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21802
21803         * config/cris/cris.h (ASM_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check
21804         for mcpu not cpu.
21805         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC,
21806         CRIS_CC1_SUBTARGET_SPEC, CRIS_ASM_SUBTARGET_SPEC): Check for mcpu
21807         not cpu.
21808         (CRIS_LINK_SUBTARGET_SPEC): Don't generate -rpath-link options.
21809         Don't handle -shlib.
21810
21811 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21812
21813         * config/avr/avr.h (CPP_SPEC): Don't handle -posix.
21814         (CC1_SPEC): Don't handle -profile.
21815
21816 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21817
21818         * config/microblaze/microblaze.h (CC1_SPEC): Remove -gline spec.
21819         * config/mips/mips.h (CC1_SPEC): Likewise.
21820
21821 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21822
21823         * config/microblaze/microblaze.h (CC1_SPEC): Remove %{save-temps: }.
21824         * config/mips/mips.h (CC1_SPEC): Likewise.
21825
21826 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21827
21828         * config/i386/linux.h (LINK_SPEC): Don't use %{!ibcs:} conditional.
21829         * config/m32r/linux.h (LINK_SPEC): Likewise.
21830         * config/mips/linux.h (LINK_SPEC): Likewise.
21831         * config/mips/linux64.h (LINK_SPEC): Likewise.
21832         * config/sparc/linux.h (LINK_SPEC): Likewise.
21833         * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
21834         LINK_SPEC): Likewise.
21835         * config/xtensa/linux.h (LINK_SPEC): Likewise.
21836
21837 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21838
21839         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
21840         %{version:-v}.
21841         * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
21842
21843 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21844
21845         * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
21846         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
21847
21848 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
21849
21850         * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
21851
21852 2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21853
21854         * configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
21855         supports -Bstatic/-Bdynamic.
21856         * configure: Regenerate.
21857
21858 2011-01-14  Jan Hubicka  <jh@suse.cz>
21859             Jack Howarth  <howarth@bromo.med.uc.edu>
21860
21861         PR target/46037
21862         * config/darwin.c (darwin_override_options): Honor flag_gtoggle
21863         when checking debug_info_level. Test write_symbols instead of
21864         debug_hooks->var_location when setting flag_var_tracking_uninit.
21865
21866 2011-01-14  Richard Guenther  <rguenther@suse.de>
21867
21868         PR tree-optimization/47179
21869         * target.def (ref_may_alias_errno): New target hook.
21870         * targhooks.h (default_ref_may_alias_errno): Declare.
21871         * targhooks.c: Include tree-ssa-alias.h and tree-flow.h.
21872         (default_ref_may_alias_errno): New function.
21873         * target.h (struct ao_ref_s): Declare.
21874         * tree-ssa-alias.c: Include target.h.
21875         (call_may_clobber_ref_p_1): Use the ref_may_alias_errno target hook.
21876         * Makefile.in (tree-ssa-alias.o): Adjust dependencies.
21877         (targhooks.o): Likewise.
21878         * doc/tm.texi.in (TARGET_REF_MAY_ALIAS_ERRNO): Document.
21879         * doc/tm.texi (TARGET_REF_MAY_ALIAS_ERRNO): Copy documentation.
21880
21881 2011-01-14  Richard Guenther  <rguenther@suse.de>
21882
21883         * tree-ssa-structalias.c  (new_var_info): Use DECL_HARD_REGISTER.
21884
21885 2011-01-14  Richard Guenther  <rguenther@suse.de>
21886
21887         PR tree-optimization/47280
21888         * tree-ssa-forwprop.c (associate_plusminus): Cleanup EH and
21889         return CFG changes.
21890         (tree_ssa_forward_propagate_single_use_vars): Deal with
21891         CFG changes from associate_plusminus.
21892
21893 2011-01-14  Richard Guenther  <rguenther@suse.de>
21894
21895         PR middle-end/47281
21896         Revert
21897         2011-01-11  Richard Guenther  <rguenther@suse.de>
21898
21899         PR tree-optimization/46076
21900         * tree-ssa.c (useless_type_conversion_p): Conversions from
21901         unprototyped to empty argument list function types are useless.
21902
21903 2011-01-14  Richard Guenther  <rguenther@suse.de>
21904
21905         PR tree-optimization/47286
21906         * tree-ssa-structalias.c (new_var_info): Register variables are global.
21907
21908 2011-01-14  Martin Jambor  <mjambor@suse.cz>
21909
21910         PR middle-end/46823
21911         * tree-inline.c (expand_call_inline): Get fndecl from call graph edge.
21912
21913 2011-01-13  Anatoly Sokolov  <aesok@post.ru>
21914
21915         * config/xtensa/xtensa.h (XTENSA_LIBCALL_VALUE, LIBCALL_VALUE,
21916         LIBCALL_OUTGOING_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
21917         * config/xtensa/xtensa.c (xtensa_libcall_value,
21918         xtensa_function_value_regno_p): New functions.
21919         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
21920
21921 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
21922
21923         PR c++/47213
21924         * config/i386/cygming.h (TARGET_ASM_ASSEMBLE_VISIBILITY):
21925         PE specific hook.
21926         * config/i386/i386-protos.h (i386_pe_assemble_visibility):
21927         New function prototype.
21928         * config/i386/winnt.c (i386_pe_assemble_visibility):
21929         Warn only if attribute was specified by user.
21930
21931 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
21932
21933         PR target/47251
21934         * config/rs6000/rs6000.md (floatunsdidf2): Add check for hardware
21935         floating point.
21936         (floatunsdidf2_fcfidu): Ditto.
21937
21938 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21939
21940         * config/s390/s390.c (print_operand_address): Replace 'error' with
21941         'output_operand_lossage'.
21942         (print_operand): Likewise.
21943
21944 2011-01-13  Jeff Law  <law@redhat.com>
21945
21946         PR rtl-optimization/39077
21947         * doc/invoke.texi (max-gcse-insertion-ratio): Document.
21948         * params.h (MAX_GCSE_INSERTION_RATIO): Define.
21949         * params.def (PARAM_MAX_GCSE_INSERTION_RATIO): Define.
21950         * lcm.c (pre_edge_lcm): Properly initialize output sbitmaps.
21951         * gcse.c (prune_insertions_deletions): New function.
21952         (compute_pre_data): Use it.
21953
21954 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
21955
21956         PR debug/PR46973
21957         * dwarf2out.c (prune_unused_types_mark_generic_parms_dies): New
21958         static function.
21959         (prune_unused_types_mark): Use it.
21960
21961 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
21962
21963         PR rtl-optimization/45352
21964         * sel-sched.c: Update copyright years.
21965         (reset_sched_cycles_in_current_ebb): Also recheck the DFA state
21966         in the advancing loop when we have issued issue_rate insns.
21967
21968 2011-01-12  Richard Henderson  <rth@redhat.com>
21969
21970         * config/mn10300/mn10300.c (mn10300_md_asm_clobbers): New.
21971         (TARGET_MD_ASM_CLOBBERS): New.
21972
21973         * config/mn10300/mn10300.c (mn10300_delegitimize_address): New.
21974         (TARGET_DELEGITIMIZE_ADDRESS): New.
21975
21976         * config/mn10300/mn10300.md (UNSPEC_BSCH): New.
21977         (clzsi2, *bsch): New patterns.
21978
21979         * config/mn10300/mn10300.md (INT): New mode iterator.
21980         (*mov<INT>_clr): New pattern, and peep2 to generate it.
21981
21982         * config/mn10300/mn10300.c (mn10300_option_override): Force enable
21983         flag_split_wide_types.
21984
21985         * config/mn10300/mn10300.c (mn10300_asm_trampoline_template): Remove.
21986         (mn10300_trampoline_init): Rewrite without a template, an immediate
21987         load and a direct branch.
21988         * config/mn10300/mn10300.h (TRAMPOLINE_SIZE): Reduce to 16.
21989
21990 2011-01-12  Anatoly Sokolov  <aesok@post.ru>
21991
21992         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
21993         * config/s390/s390-protos.h (s390_output_addr_const_extra): Remove.
21994         * config/s390/s390.c (s390_output_addr_const_extra): Make static.
21995         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
21996
21997 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
21998
21999         PR debug/47209
22000         * dwarfout2.c (should_emit_struct_debug): Use TYPE_MAIN_VARIANT
22001         of type.
22002
22003 2011-01-12  Jan Hubicka  <jh@suse.cz>
22004
22005         PR driver/47244
22006         * gcc.c (PLUGIN_COND): Update to disable plugin unless -flto is used.
22007         (PLUGIN_COND_CLOSE): New macro.
22008         (LINK_COMMAND_SPEC): Update to use PLUGIN_COND_CLOSE.
22009
22010 2011-01-12  Richard Guenther  <rguenther@suse.de>
22011
22012         PR lto/47259
22013         * lto-streamer-out.c (output_gimple_stmt): Do not wrap
22014         register variables in a MEM_REF.
22015
22016 2011-01-12  Joseph Myers  <joseph@codesourcery.com>
22017
22018         * config.gcc (arm*-*-linux*, bfin*-uclinux*, bfin*-linux-uclibc*,
22019         crisv32-*-linux* | cris-*-linux*, frv-*-*linux*, moxie-*-uclinux*,
22020         hppa*64*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux* |
22021         i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu |
22022         i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu,
22023         x86_64-*-linux* | x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu,
22024         ia64*-*-linux*, lm32-*-uclinux*, m32r-*-linux*, m32rle-*-linux*,
22025         m68k-*-uclinux*, m68k-*-linux*, microblaze*-linux*,
22026         mips64*-*-linux* | mipsisa64*-*-linux*, mips*-*-linux*,
22027         s390-*-linux*, s390x-*-linux*, sh*-*-linux*, sparc-*-linux*,
22028         sparc64-*-linux*, vax-*-linux*, xtensa*-*-linux*,
22029         am33_2.0-*-linux*): Use gnu-user.h before linux.h.
22030         * config/gnu-user.h: New.  Copied from linux.h.
22031         (LINUX_TARGET_STARTFILE_SPEC): Rename to
22032         GNU_USER_TARGET_STARTFILE_SPEC.
22033         (LINUX_TARGET_ENDFILE_SPEC): Rename to
22034         GNU_USER_TARGET_ENDFILE_SPEC.
22035         (LINUX_TARGET_CC1_SPEC): Rename to GNU_USER_TARGET_CC1_SPEC.
22036         (LINUX_TARGET_LIB_SPEC): Rename to GNU_USER_TARGET_LIB_SPEC.
22037         (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC,
22038         LINUX_TARGET_OS_CPP_BUILTINS, CHOOSE_DYNAMIC_LINKER1,
22039         CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
22040         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
22041         BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,
22042         BIONIC_DYNAMIC_LINKER64, LINUX_DYNAMIC_LINKER,
22043         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64,
22044         TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Remove.
22045         * config/arm/linux-eabi.h (CC1_SPEC): Use
22046         GNU_USER_TARGET_CC1_SPEC.
22047         (LIB_SPEC): Use GNU_USER_TARGET_LIB_SPEC.
22048         (STARTFILE_SPEC): Use GNU_USER_TARGET_STARTFILE_SPEC.
22049         (ENDFILE_SPEC): Use GNU_USER_TARGET_ENDFILE_SPEC
22050         * config/linux.h (NO_IMPLICIT_EXTERN_C, ASM_APP_ON, ASM_APP_OFF,
22051         LINUX_TARGET_STARTFILE_SPEC, STARTFILE_SPEC,
22052         LINUX_TARGET_ENDFILE_SPEC, ENDFILE_SPEC, LINUX_TARGET_CC1_SPEC,
22053         CC1_SPEC, CPLUSPLUS_CPP_SPEC, LINUX_TARGET_LIB_SPEC, LIB_SPEC,
22054         LINK_EH_SPEC, LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Remove.
22055
22056 2011-01-12  Richard Guenther  <rguenther@suse.de>
22057
22058         PR other/46946
22059         * doc/invoke.texi (ffast-math): Document it is turned on
22060         with -Ofast.
22061
22062 2011-01-12  Jan Hubicka  <jh@suse.cz>
22063
22064         PR tree-optimization/47233
22065         * opts.c (common_handle_option): Disable ipa-reference with profile
22066         feedback.
22067
22068 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
22069
22070         * c-parser.c (c_parser_objc_at_property_declaration): Improved
22071         error message.
22072
22073 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
22074
22075         * c-parser.c (c_lex_one_token): Updated and reindented some
22076         comments.  No changes in code.
22077
22078 2011-01-11  Ian Lance Taylor  <iant@google.com>
22079
22080         * godump.c (go_output_var): Don't output the variable if there is
22081         already a type with the same name.
22082
22083 2011-01-11  Ian Lance Taylor  <iant@google.com>
22084
22085         * godump.c (go_format_type): Don't generate float80.
22086
22087 2011-01-11  Richard Henderson  <rth@redhat.com>
22088
22089         * config/mn10300/mn10300.c (mn10300_address_cost): Remove forward
22090         declaration.  Rewrite for both speed and size.
22091         (mn10300_address_cost_1): Remove.
22092         (mn10300_register_move_cost): New.
22093         (mn10300_memory_move_cost): New.
22094         (mn10300_rtx_costs): Rewrite for both speed and size.  Don't handle
22095         ZERO_EXTRACT.  Do handle UNSPEC, arithmetic, logicals, compare,
22096         extensions, shifts, BSWAP, CLZ.
22097         (mn10300_wide_const_load_uses_clr): Remove.
22098         (TARGET_REGISTER_MOVE_COST): New.
22099         (TARGET_MEMORY_MOVE_COST): New.
22100         * config/mn10300/mn10300-protos.h: Update.
22101         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Remove.
22102
22103         * config/mn10300/constraints.md ("R", "T"): Remove constraints.
22104         * config/mn10300/mn10300.c (mn10300_mask_ok_for_mem_btst): Remove.
22105         * config/mn10300/mn10300-protos.h: Update.
22106         * config/mn10300/mn10300.md (movsi_internal): Don't use "R".
22107         (*byte_clear, *byte_set, *bit_clear1, *bit_clear2, *bit_set): Remove.
22108         (iorqi3, *am33_iorqi3, *mn10300_iorqi3): Remove.
22109         (*test_int_bitfield, *test_byte_bitfield): Remove.
22110         (*bit_test, *subreg_bit_test): Remove.
22111         * config/mn10300/predicates.md (const_8bit_operand): Remove.
22112
22113         * config/mn10300/constraints.md ("c"): Rename from "A".
22114         ("A", "D"): New constraint letters.
22115         * config/mn10300/mn10300.md (fmasf4): Use the "c" constraint.
22116         (fmssf4, fnmasf4, fnmssf4): Likewise.
22117
22118         * config/mn10300/mn10300.md (isa): New attribute.
22119         (enabled): New attribute.
22120
22121         * config/mn10300/mn10300.md (absdf2, negdf2): Remove.
22122         (abssf2, negsf2): Define only for hardware fp.
22123         (sqrtsf2): Reformat.
22124         (addsf3, subsf3, mulsf3): Merge expander and insn.
22125
22126         * config/mn10300/mn10300.h (ARG_PIONTER_CFA_OFFSET): New.
22127         (DEBUGGER_AUTO_OFFSET): Remove.
22128         (DEBUGGER_ARG_OFFSET): Remove.
22129
22130         * config/mn10300/mn10300.c (mn10300_gen_multiple_store): Make static.
22131         Emit register stores with the same offsets as the hardware.
22132         (mn10300_store_multiple_operation): Don't check that the register
22133         save offsets are monotonic.
22134         * config/mn10300/mn10300-protos.h: Update.
22135
22136         * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
22137
22138         * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
22139         in terms of the value on the stack, not the MDR register.
22140
22141 2011-01-11  Jan Hubicka  <jh@suse.cz>
22142
22143         PR lto/45721
22144         PR lto/45375
22145         * tree.h (symbol_alias_set_t): Move typedef here from varasm.c
22146         (symbol_alias_set_destroy, symbol_alias_set_contains,
22147         propagate_aliases_backward): Declare.
22148         * lto-streamer-out.c (struct sets): New sturcture.
22149         (trivally_defined_alias): New function.
22150         (output_alias_pair_p): Rewrite.
22151         (output_unreferenced_globals): Fix output of alias pairs.
22152         (produce_symtab): Likewise.
22153         * ipa.c (function_and_variable_visibility): Set weak alias destination
22154         as needed in lto.
22155         * varasm.c (symbol_alias_set_t): Remove.
22156         (symbol_alias_set_destroy): Export.
22157         (propagate_aliases_forward, propagate_aliases_backward): New functions
22158         based on ...
22159         (compute_visible_aliases): ... this one; remove.
22160         (trivially_visible_alias): New
22161         (trivially_defined_alias): New.
22162         (remove_unreachable_alias_pairs): Rewrite.
22163         (finish_aliases_1): Reorganize code checking if alias is defined.
22164         * passes.c (rest_of_decl_compilation): Do not call assemble_alias when
22165         in LTO mode.
22166
22167 2011-01-11  Richard Guenther  <rguenther@suse.de>
22168
22169         PR tree-optimization/46076
22170         * tree-ssa.c (useless_type_conversion_p): Conversions from
22171         unprototyped to empty argument list function types are useless.
22172
22173 2011-01-11  Richard Guenther  <rguenther@suse.de>
22174
22175         PR middle-end/45235
22176         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not mark
22177         volatile MEMs as MEM_READONLY_P.
22178
22179 2011-01-11  Richard Guenther  <rguenther@suse.de>
22180
22181         PR tree-optimization/47239
22182         * tree-ssa-ccp.c (get_value_from_alignment): Punt for FUNCTION_DECLs.
22183
22184 2011-01-11  Jeff Law  <law@redhat.com>
22185
22186         PR tree-optimization/47086
22187         * tree-ssa-loop-ivopts.c (find_givs_in_stmt_scev): Do not record
22188         IVs from statements that might throw.
22189
22190 2011-01-10  Jan Hubicka  <jh@suse.cz>
22191
22192         PR lto/45375
22193         * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
22194
22195 2011-01-10  Jan Hubicka  <jh@suse.cz>
22196
22197         PR lto/45375
22198         * profile.c (read_profile_edge_counts): Ignore profile inconistency
22199         when correcting profile.
22200
22201 2011-01-10  Jan Hubicka  <jh@suse.cz>
22202
22203         PR lto/46083
22204         * lto-streamer-out.c (pack_ts_function_decl_value_fields): Store
22205         DECL_FINI_PRIORITY.
22206         * lto-streamer-in.c (unpack_ts_function_decl_value_fields):
22207         Restore DECL_FINI_PRIORITY.
22208
22209 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22210
22211         * doc/gimple.texi: Fix quoting of multi-word return values in
22212         @deftypefn statements.  Ensure presence of return value.  Wrap
22213         overlong @deftypefn lines.
22214         (is_gimple_operand, is_gimple_min_invariant_address): Remove
22215         descriptions of removed functions.
22216         * doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
22217         of multi-word return value in @deftypefn statement.
22218
22219 2011-01-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22220
22221         * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
22222         (Conditional Expressions, Logical Operators)
22223         (Statement and operand traversals): Do not indent smallexample
22224         code.  Fix duplicate function argument in example.
22225
22226 2011-01-10  Jeff Law  <law@redhat.com>
22227
22228         PR tree-optimization/47141
22229         * ipa-split.c (split_function): Handle case where we are
22230         returning a value and the return block has a virtual operand phi.
22231
22232 2011-01-10  Jan Hubicka  <jh@suse.cz>
22233
22234         PR tree-optimization/47234
22235         * tree-pass.h (TODO_rebuild_cgraph_edges): New TODO.
22236         (pass_feedback_split_functions): Declare.
22237         * passes.c (init_optimization_passes): Add ipa-split as subpass of
22238         tree-profile.
22239         * ipa-split.c (gate_split_functions): Update comments; disable
22240         split-functions for profile_arc_flag and branch_probabilities.
22241         (gate_feedback_split_functions): New function.
22242         (execute_feedback_split_functions): New function.
22243         (pass_feedback_split_functions): New global var.
22244
22245 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
22246
22247         PR lto/46760
22248         * tree-inline.c (tree_can_inline_p): Check e->call_stmt before
22249         calling gimple_call_set_cannot_inline.
22250
22251 2011-01-10  Iain Sandoe  <iains@gcc.gnu.org>
22252
22253         * config/darwin-sections.def: Remove unused section.
22254
22255 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
22256
22257         PR c++/47218
22258         * cgraphunit.c (assemble_thunk): Call resolve_unique_section.
22259
22260 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
22261
22262         PR objc/47232
22263         * c-parser.c (c_parser_declaration_or_fndef): Improved
22264         error message.
22265
22266 2011-01-09  Kai Tietz  <kai.tietz@onevision.com>
22267
22268         * config/i386/winnt.c (i386_pe_start_function): Make sure
22269         to switch back to function's section.
22270
22271 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
22272
22273         PR gcc/46902
22274         PR testsuite/46912
22275         * plugin.c: Move include of dlfcn.h from here...
22276         * system.h: ... to here.
22277
22278 2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22279
22280         * doc/cpp.texi (C++ Named Operators): Fix markup for header
22281         file name.
22282         * doc/cppinternals.texi (Top): Wrap node in @ifnottex to avoid
22283         two extra empty pages in PDF output.
22284
22285 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
22286
22287         PR objc/47078
22288         * c-parser.c (c_parser_objc_type_name): If the type is unknown,
22289         for error recovery purposes behave as if it was not specified so
22290         that the default type is usd.
22291
22292 2011-01-07  Jan Hubicka  <jh@suse.cz>
22293
22294         PR tree-optmization/46469
22295         * ipa.c (function_and_variable_visibility): Clear needed flags on
22296         nodes with external decls; handle weakrefs merging correctly.
22297
22298 2011-01-07  Joseph Myers  <joseph@codesourcery.com>
22299
22300         * opts.c (finish_options): Set opts->x_flag_opts_finished to true,
22301         not false.
22302
22303 2011-01-07  Jan Hubicka  <jh@suse.cz>
22304
22305         * doc/invoke.texi (-flto, -fuse-linker-plugin): Update defaults
22306         and no longer claim that gold is required for linker plugin.
22307         * configure: Regenerate.
22308         * gcc.c (PLUGIN_COND): New macro.
22309         (LINK_COMMAND_SPEC): Use it.
22310         (main): Default to plugin enabled with HAVE_LTO_PLUGIN is set.
22311         * config.in (HAVE_LTO_PLUGIN): New.
22312         * configure.ac (--with-lto-plugin): New parameter; autodetect
22313         HAVE_LTO_PLUGIN.
22314
22315 2011-01-07  Jan Hubicka  <jh@suse.cz>
22316
22317         PR tree-optimization/46367
22318         * ipa-inline.c (cgraph_clone_inlined_nodes): Use original function only
22319         when we can update original.
22320         (cgraph_mark_inline_edge): Sanity check.
22321         * ipa-prop.c (ipa_make_edge_direct_to_target): Sanity check.
22322
22323 2011-01-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22324
22325         * config/spu/spu.h (ASM_COMMENT_START): Define.
22326
22327 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
22328
22329         PR driver/42445
22330         * gcc.c (%>S): New.
22331         (SWITCH_KEEP_FOR_GCC): Likewise.
22332         (set_collect_gcc_options): Check SWITCH_KEEP_FOR_GCC.
22333         (do_spec_1): Handle "%>".
22334
22335         * config/i386/i386.h (CC1_CPU_SPEC): Replace "%<" with "%>".
22336
22337 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
22338
22339         PR target/47201
22340         * config/i386/i386.c (ix86_delegitimize_address): If
22341         simplify_gen_subreg fails, return orig_x.
22342
22343         PR bootstrap/47187
22344         * value-prof.c (gimple_stringop_fixed_value): Handle
22345         lhs of the call properly.
22346
22347 2011-01-07  Jan Hubicka  <jh@suse.cz>
22348
22349         PR lto/45375
22350         * lto-opt.c (lto_reissue_options): Set flag_shlib.
22351
22352 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
22353
22354         * target.def (function_switched_text_sections): New hook.
22355         * doc/tm.texi: Regenerated.
22356         * doc/tm.texi.in (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
22357         * final.c (default_function_switched_text_sections): New.
22358         (final_scan_insn): Call function_switched_text_sections when a
22359         mid-function section change occurs.
22360         * output.h (default_function_switched_text_sections): Declare.
22361         * config/darwin-protos.h (darwin_function_switched_text_sections):
22362         Likewise.
22363         * config/darwin.c (darwin_function_switched_text_sections): New.
22364         * config/darwin.h (TARGET_ASM_FUNCTION_SWITCHED_TEXT_SECTIONS): New.
22365
22366 2011-01-07  Iain Sandoe  <iains@gcc.gnu.org>
22367
22368         * dwarf2out.c (gen_subprogram_die):  Add pubnames with code ranges for
22369         DWARF >= 3.  Add pubnames for the primary section and a reduced DIE for
22370         the secondary code fragment when outputting for DWARF == 2.
22371
22372 2011-01-07  Anatoly Sokolov  <aesok@post.ru>
22373
22374         * config/xtensa/xtensa.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
22375         * config/xtensa/xtensa-protos.h (xtensa_output_addr_const_extra):
22376         Remove.
22377         * config/xtensa/xtensa.c (xtensa_output_addr_const_extra): Make static.
22378         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
22379
22380 2011-01-06  Eric Botcazou  <ebotcazou@adacore.com>
22381
22382         PR debug/46704
22383         * dwarf2out.c (dwarf2out_finish): Output the debug_aranges section only
22384         when it is not empty.
22385
22386 2011-01-06  Changpeng Fang  <changpeng.fang@amd.com>
22387
22388         Bobcat Enablement
22389         * config.gcc (i[34567]86-*-linux* | ...): Add btver1.
22390         (case ${target}): Add btver1.
22391         * config/i386/driver-i386.c (host_detect_local_cpu): Let
22392         -march=native recognize btver1 processors.
22393         * config/i386/i386-c.c (ix86_target_macros_internal): Add
22394         btver1 def_and_undef
22395         * config/i386/i386.c (struct processor_costs btver1_cost): New
22396         btver1 cost table.
22397         (m_BTVER1): New definition.
22398         (m_AMD_MULTIPLE): Includes m_BTVER1.
22399         (initial_ix86_tune_features): Add btver1 tune.
22400         (processor_target_table): Add btver1 entry.
22401         (static const char *const cpu_names): Add btver1 entry.
22402         (software_prefetching_beneficial_p): Add btver1.
22403         (ix86_option_override_internal): Add btver1 instruction sets.
22404         (ix86_issue_rate): Add btver1.
22405         (ix86_adjust_cost): Add btver1.
22406         * config/i386/i386.h (TARGET_BTVER1): New definition.
22407         (enum target_cpu_default): Add TARGET_CPU_DEFAULT_btver1.
22408         (enum processor_type): Add PROCESSOR_BTVER1.
22409         * config/i386/i386.md (define_attr "cpu"): Add btver1.
22410
22411 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22412
22413         PR target/43309
22414         * config/i386/i386.c (legitimize_tls_address)
22415         <TLS_MODEL_INITIAL_EXEC>: Handle TARGET_64BIT && TARGET_SUN_TLS.
22416         * config/i386/i386.md (UNSPEC_TLS_IE_SUN): Declare.
22417         (tls_initial_exec_64_sun): New pattern.
22418
22419 2011-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
22420
22421         * doc/invoke.texi (Overall Options): Improve wording and markup
22422         of the description of -wrapper.
22423
22424 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
22425
22426         * config/sol2.opt (G, YP,, Ym,, compat-bsd, pthread, pthreads,
22427         rdynamic, threads): New Driver options.
22428
22429 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22430
22431         PR target/38118
22432         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Also switch to .bss
22433         if coming from .tdata.
22434         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
22435
22436 2011-01-06  Jan Hubicka  <jh@suse.cz>
22437
22438         PR lto/47188
22439         * collect2.c (main): Do not enable LTOmode when plugin is active.
22440
22441 2011-01-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22442
22443         PR other/45915
22444         * configure.ac (gcc_cv_as_gnu_unique_object): Only use ldd
22445         --version output if supported.
22446         * configure: Regenerate.
22447
22448 2011-01-06  Joseph Myers  <joseph@codesourcery.com>
22449
22450         * config/linux-android.opt (tno-android-cc, tno-android-ld): New
22451         Driver options.
22452
22453 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
22454
22455         PR c/47150
22456         * c-convert.c (convert): When converting a complex expression
22457         other than COMPLEX_EXPR to a different complex type, ensure
22458         c_save_expr is called instead of save_expr, unless in_late_binary_op.
22459         * c-typeck.c (convert_for_assignment): Set in_late_binary_op also
22460         when converting COMPLEX_TYPE.
22461
22462 2011-01-06  Ira Rosen  <irar@il.ibm.com>
22463
22464         PR tree-optimization/47139
22465         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that
22466         only the last reduction value is used outside the loop.  Update
22467         documentation.
22468
22469 2011-01-05  Joseph Myers  <joseph@codesourcery.com>
22470
22471         * config/rtems.opt: New.
22472         * config.gcc (*-*-rtems*): Use rtems.opt.
22473
22474 2011-01-05  Changpeng Fang  <changpeng.fang@amd.com>
22475
22476         * config/i386/i386.c (ix86_option_override_internal): Bulldozer
22477         processors do not support 3DNow instructions.
22478
22479 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22480
22481         * config/spu/spu.c (spu_option_override): Set parameter
22482         PARAM_MAX_COMPLETELY_PEEL_TIMES to 4 instead of 1.
22483
22484 2011-01-05  Jan Hubicka  <jh@suse.cz>
22485
22486         * lto-wrapper.c (run_gcc): Default to WHOPR mode when none is specified
22487         at the command line.
22488
22489 2011-01-05  Martin Jambor  <mjambor@suse.cz>
22490
22491         PR lto/47162
22492         * lto-cgraph.c (output_cgraph_opt_summary_p): Also check for thunk
22493         deltas on streamed outgoing edges.
22494         (output_node_opt_summary): Output info for outgoing edges only when
22495         the node is in new parameter set.
22496         (output_cgraph_opt_summary): New parameter set, passed to the two
22497         aforementioned functions.  Update its forward declaration and its
22498         callee too.
22499
22500 2011-01-05  Tom Tromey  <tromey@redhat.com>
22501
22502         * c-parser.c (c_parser_omp_atomic): Pass location of assignment
22503         operator to c_finish_omp_atomic.
22504         * c-typeck.c (lvalue_or_else): Add 'loc' argument.
22505         (build_unary_op): Update.
22506         (build_modify_expr): Update.
22507         (build_asm_expr): Update.
22508
22509 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22510
22511         * config/spu/spu.c (emit_nop_for_insn): Set INSN_LOCATOR for
22512         newly inserted insns.
22513         (pad_bb): Likewise.
22514         (spu_emit_branch_hint): Likewise.
22515         (insert_hbrp_for_ilb_runout): Likewise.
22516         (spu_machine_dependent_reorg): Call df_finish_pass after
22517         schedule_insns returns.
22518
22519 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22520
22521         * config/spu/spu.c (spu_expand_prologue): Support -fstack-usage.
22522
22523 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
22524
22525         PR tree-optimization/47005
22526         * tree-sra.c (struct access): Add 'non_addressable' bit.
22527         (create_access): Set it for a DECL_NONADDRESSABLE_P field.
22528         (decide_one_param_reduction): Return 0 if the parameter is passed by
22529         reference and one of the accesses in the group is non_addressable.
22530
22531 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
22532
22533         PR tree-optimization/47056
22534         * cgraphbuild.c (mark_address): Remove ATTRIBUTE_UNUSED markers.
22535         (mark_load): Likewise.  Handle FUNCTION_DECL specially.
22536         (mark_store): Likewise.  Pass STMT to ipa_record_reference.
22537
22538 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
22539
22540         * dwarf2out.c (rtl_for_decl_init): Strip no-op conversions off the
22541         initializer.  Skip view conversions from aggregate types.
22542
22543 2011-01-04  Kai Tietz  <kai.tietz@onevision.com>
22544
22545         PR bootstrap/47055
22546         * libgcov.c (gcov_exit): Check for HAS_DRIVE_SPEC.
22547
22548 2011-01-04  Philipp Thomas  <pth@suse.de>
22549
22550         * config/microblaze/microbalse.opt (mxl-float-convert): Fix
22551         obvious typo.
22552
22553 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22554
22555         * function.c (thread_prologue_and_epilogue_insns): Do not crash
22556         on empty epilogue sequences.
22557
22558 2011-01-04  Joseph Myers  <joseph@codesourcery.com>
22559
22560         * config/vxworks.opt (Bdynamic, Bstatic, Xbind-lazy, Xbind-now,
22561         non-static): New Driver options.
22562
22563 2011-01-04  Jie Zhang  <jie@codesourcery.com>
22564
22565         PR driver/47137
22566         * gcc.c (default_compilers[]): Set combinable field to 0
22567         for all assembly languages.
22568
22569 2011-01-04  Mingjie Xing  <mingjie.xing@gmail.com>
22570
22571         * config/mips/loongson3a.md: New file.
22572         * config/mips/mips.md: Include loongson3a.md.
22573         * config/mips/mips.c (mips_multipass_dfa_lookahead): Return 4 when
22574         TUNE_LOONGSON_3A.
22575
22576 2011-01-03  Eric Botcazou  <ebotcazou@adacore.com>
22577
22578         PR middle-end/47017
22579         * expr.c (expand_expr_real_1) <MEM_REF>: Call memory_address_addr_space
22580         instead of convert_memory_address_addr_space on the base expression.
22581
22582 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22583
22584         * config/spu/spu.c (spu_option_override): Update error text
22585         for bad -march= / -mtune= values.
22586
22587 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22588
22589         * config/spu/spu.c (asm_file_start): Only reset flag_var_tracking
22590         if branch-hint optimization will be performed.
22591
22592 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
22593
22594         PR tree-optimization/47148
22595         * ipa-split.c (split_function): Convert arguments to
22596         DECL_ARG_TYPE if possible.
22597
22598         PR tree-optimization/47155
22599         * tree-ssa-ccp.c (bit_value_binop_1): Use r1type instead of type
22600         when computing uns.
22601
22602         PR rtl-optimization/47157
22603         * combine.c (try_combine): If undobuf.other_insn becomes
22604         (set (pc) (pc)) jump, call update_cfg_for_uncondjump on it
22605         and set *new_direct_jump_p too.
22606
22607 2011-01-03  Sebastian Pop  <sebastian.pop@amd.com>
22608
22609         PR tree-optimization/47021
22610         * graphite-sese-to-poly.c (scan_tree_for_params): Handle ADDR_EXPR.
22611
22612 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
22613
22614         * gcc.c (process_command): Update copyright notice dates.
22615         * gcov.c (print_version): Likewise.
22616         * gcov-dump.c (print_version): Likewise.
22617         * mips-tfile.c (main): Likewise.
22618         * mips-tdump.c (main): Likewise.
22619
22620 2011-01-03  Martin Jambor  <mjambor@suse.cz>
22621
22622         PR tree-optimization/46801
22623         * tree-sra.c (type_internals_preclude_sra_p): Check whether
22624         aggregate fields start at byte boundary instead of the bit-field flag.
22625
22626 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
22627
22628         PR driver/47137
22629         * gcc.c (main): Revert revision 168407.
22630
22631 2011-01-03  Martin Jambor  <mjambor@suse.cz>
22632
22633         * lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.
22634
22635 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22636
22637         * tree-vect-generic.c (expand_vector_operations_1): When using vector/
22638         vector optab to expand vector/scalar shift, update gimple to vector.
22639
22640 2011-01-03  Martin Jambor  <mjambor@suse.cz>
22641
22642         * cgraphunit.c (verify_cgraph_node): Verify there is no direct call to
22643         a thunk.
22644
22645 2011-01-03  Martin Jambor  <mjambor@suse.cz>
22646
22647         PR tree-optimization/46984
22648         * cgraph.h (cgraph_indirect_call_info): make field thunk_delta
22649         HOST_WIDE_INT.
22650         (cgraph_create_indirect_edge): Fixed line length.
22651         (cgraph_indirect_call_info): Declare.
22652         (cgraph_make_edge_direct) Update declaration.
22653         * cgraph.c (cgraph_allocate_init_indirect_info): New function.
22654         (cgraph_create_indirect_edge): Use it.
22655         (cgraph_make_edge_direct): Made delta HOST_WIDE_INT.  Updated all
22656         callees.
22657         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update for
22658         the new thunk_delta representation.
22659         * ipa-prop.c (ipa_make_edge_direct_to_target): Convert delta to
22660         HOST_WIDE_INT.
22661         (ipa_write_indirect_edge_info): Remove streaming of thunk_delta.
22662         (ipa_read_indirect_edge_info): Likewise.
22663         * lto-cgraph.c (output_edge_opt_summary): New function.
22664         (output_node_opt_summary): Call it on all outgoing edges.
22665         (input_edge_opt_summary): New function.
22666         (input_node_opt_summary): Call it on all outgoing edges.
22667
22668 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
22669
22670         PR driver/47137
22671         * gcc.c (main): Don't check have_o when settting combine_inputs.
22672
22673 2011-01-02  Eric Botcazou  <ebotcazou@adacore.com>
22674
22675         * regrename.c: Add general comment describing the pass.
22676         (struct du_head): Remove 'length' field.
22677         (get_element, merge_sort_comparison, merge, sort_du_head): Remove.
22678         (regrename_optimize): Do not sort chains.  Rework comments, add others.
22679         Force renaming to the preferred class (if any) in the first pass and do
22680         not consider registers that belong to it in the second pass.
22681         (create_new_chain): Do not set 'length' field.
22682         (scan_rtx_reg): Likewise.
22683
22684 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
22685
22686         PR tree-optimization/47140
22687         * tree-ssa-ccp.c (evaluate_stmt): For binary assignments, use
22688         TREE_TYPE (lhs) instead of TREE_TYPE (rhs1) as second argument
22689         to bit_value_binop.
22690
22691         PR rtl-optimization/47028
22692         * cfgexpand.c (gimple_expand_cfg): Insert entry edge insertions after
22693         parm_birth_insn instead of at the beginning of first bb.
22694
22695 2011-01-02  Mingjie Xing  <mingjie.xing@gmail.com>
22696
22697         * doc/generic.texi: Remove duplicated "@subsubsection Statements".
22698         Remove the word "see" before "@pxref".
22699         * doc/rtl.texi: Remove the word "see" before "@pxref".
22700
22701 2011-01-01  Jan Hubicka  <jh@suse.cz>
22702
22703         * tree-loop-distribution.c (tree_loop_distribution): Do not use freed
22704         memory.
22705
22706 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
22707
22708         PR target/38662
22709         * tree.c (type_hash_eq): Call language hook for METHOD_TYPEs, too.
22710
22711 \f
22712 Copyright (C) 2011 Free Software Foundation, Inc.
22713
22714 Copying and distribution of this file, with or without modification,
22715 are permitted in any medium without royalty provided the copyright
22716 notice and this notice are preserved.