OSDN Git Service

* dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
2
3         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
4         (dwarf2out_decl) <CONST_DECL>: Likewise.
5
6 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
7
8         Stack usage support
9         * common.opt (-fstack-usage): New option.
10         * doc/invoke.texi (Debugging options): Document it.
11         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
12         allocate_dynamic_stack_space.
13         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
14         and propagate it to allocate_dynamic_stack_space.
15         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
16         * calls.c (initialize_argument_information): Pass TRUE as 4th
17         argument to allocate_dynamic_stack_space.
18         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
19         to 1 when pushing a variable-sized argument onto the stack.  Pass
20         TRUE as 4th argument to allocate_dynamic_stack_space.
21         Update current_function_pushed_stack_size.
22         (emit_library_call_value_1): Likewise.
23         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
24         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
25         attempt to find an upper bound.  Remove redundant code for the
26         SETJMP_VIA_SAVE_AREA case.
27         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
28         * function.h (struct stack_usage): New structure.
29         (current_function_static_stack_size): New macro.
30         (current_function_dynamic_stack_size): Likewise.
31         (current_function_pushed_stack_size): Likewise.
32         (current_function_dynamic_alloc_count): Likewise.
33         (current_function_has_unbounded_dynamic_stack_size): Likewise.
34         (current_function_allocates_dynamic_stack_space): Likewise.
35         (struct function): Add new field 'su'.
36         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
37         add the value of the dynamic offset to the dynamic stack usage.
38         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
39         for variable-sized objects.
40         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
41         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
42         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
43         BUILT_IN_ALLOCA for variable-sized objects.
44         * output.h (output_stack_usage): Declare.
45         * toplev.c (stack_usage_file): New file pointer.
46         (output_stack_usage): New function.
47         (open_auxiliary_file): Likewise.
48         (lang_dependent_init): Open file if flag_stack_usage is set.
49         (finalize): Close file if stack_usage_file is not null.
50         * tree.h (ALLOCA_FOR_VAR_P): New macro.
51         * config/alpha/alpha.c (compute_frame_size): New function.
52         (alpha_expand_prologue): Use it.
53         (alpha_start_function): Likewise.
54         (alpha_expand_epilogue): Likewise.  Set stack usage info.
55         * config/i386/i386.c (ix86_expand_prologue): Likewise.
56         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
57         * config/mips/mips.c (mips_expand_prologue): Likewise.
58         * config/pa/pa.c (hppa_expand_prologue): Likewise.
59         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
60         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
61
62 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
63
64         PR tree-optimization/45427
65         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
66         Handle the case that the exit is never taken correctly.
67         (number_of_iterations_ne): Pass exit_must_be_taken to
68         number_of_iterations_ne_max.
69
70 2010-08-30  Catherine Moore  <clm@codesourcery.com>
71
72         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
73         Infer -mdspr2 for the the 74K.
74
75 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
76
77         PR debug/45419
78         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
79
80         PR middle-end/45423
81         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
82         and TRUTH_{AND,OR,XOR}_EXPR.
83         * c-parser.c (c_parser_omp_atomic): Handle boolean
84         {PRE,POST}_{INC,DEC}REMENT.
85
86 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
87
88         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
89         (function_arg): Delete.
90         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
91         (FUNCTION_INCOMING_ARG): Delete.
92         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
93         (xtensa_function_arg_advance): ...this.  Make static.  Take a const_tree
94         and a bool.
95         (function_arg): Rename to...
96         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
97         a bool.
98         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
99         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
100         (TARGET_FUNCTION_INCOMING_ARG): Define.
101
102 2010-08-30  Richard Guenther  <rguenther@suse.de>
103
104         PR tree-optimization/21602
105         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
106         using points-to information.
107
108 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
109
110         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
111
112 2010-08-30  Richard Guenther  <rguenther@suse.de>
113
114         PR tree-optimization/45449
115         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
116         variables.
117
118 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
119
120         * opts.h (CL_ERR_NEGATIVE): Define.
121         * opts.c (unknown_option_callback): Don't postpone warnings for
122         options marked with CL_ERR_NEGATIVE.
123         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
124         for negative versions of CL_REJECT_NEGATIVE options.
125
126 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
127
128         * config/i386/i386.md (zero_extendsidi2_1): Rename from
129         zero_extendsidi2_32.
130         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
131         using SWI12 mode iterator.
132         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
133         to define_insn_and_split pattern.
134         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
135         using SWI24 mode iterator.
136         (*zero_extendqi<mode>2_and): Macroize insn from
137         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
138         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
139         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
140         SWI24 mode iterator.
141         (*zero_extendqi<mode>2_movzbl): Ditto from
142         *zero_extendqi{hi,si}2_movzbl.
143         (extendsidi2_1): Rename from extendsidi2_32.
144         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
145         SWI12 mode iterator.
146
147 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
148
149         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
150         general purpose registers.
151         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
152         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
153         with general purpose registers and memory operands.  Add associated
154         CCImode post-reload splitter.
155         * config/ia64/div.md: Change BImode to CCImode throughout.
156
157 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
158
159         * config/ia64/ia64.md (cstorebi4): Fix thinko.
160
161 2010-08-28  Hariharan Sandanagobalane <hariharan@picochip.com>
162
163         * config/picochip/picochip.c (reorder_var_tracking_notes): This
164         function was dropping debug insns which caused PR45299.
165
166 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
167
168         * config/i386/sse.md (extsuffix): New code attribute.
169         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
170         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
171         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
172         and sse4_1_zero_extendv4qiv4si2.
173         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
174         and sse4_1_zero_extendv2qiv2di2.
175         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
176         and sse4_1_zero_extendv4hiv4si2.
177         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
178         and sse4_1_zero_extendv2hiv2di2.
179         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
180         and sse4_1_zero_extendv2siv2di2
181
182         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
183         using any_extend code iterator.
184         (*avx_<s>mulv8hi3_highpart): Macroize insn from
185         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
186         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
187
188         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
189         gen_sse4_1_sign_extend* functions.
190         (struct builtin_description bdesc_args): Ditto.
191
192 2010-08-27  Xinliang David Li  <davidxl@google.com>
193
194         PR/45422
195         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
196         (iv_ca_set_no_cp): Update used inv expr count.
197         (iv_ca_set_cp): Ditto.
198         (iv_ca_new): Initialize new member.
199         (iv_ca_free): Free memory.
200
201 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
202
203         * config/sh/sh-protos.h (sh_function_arg): Delete.
204         (sh_function_arg_advance): Delete.
205         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
206         (PASS_IN_REG_P): Eliminate cast.
207         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
208         const_tree and a bool.
209         (sh_function_arg): Likewise.
210         (sh_output_mi_thunk): Call sh_function_arg_advance) and
211         sh_function_arg.
212         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
213
214 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
215             Kaz Kojima  <kkojima@gcc.gnu.org>
216
217         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
218         when possible.
219         (sh_expand_epilogue): Likewise.
220         * config/sh/sh.md (movml_push_banked): New insn.
221         (movml_pop_banked): Likewise.
222
223 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
224
225         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
226         gen_regexp_oneof, gen_regexp_sequence): Use the string found
227         in vector element 0 rather than the original string when there's
228         only one element.
229         (gen_regexp): Remove extra semicolon.
230
231         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
232         thumb2_movsf_vfp): Set attribute "insn".
233         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
234         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
235         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
236         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
237         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
238         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
239         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
240         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
241         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
242         if_not_arith, if_arith_not, cond_move_not): Likewise.
243
244 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
245
246         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
247         New declaration.
248         (rs6000_allocate_stack_temp): Ditto.
249         (rs6000_expand_convert_si_to_sfdf): Ditto.
250
251         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
252         line.  Update the options set if power6 or power7 server/embedded
253         type options are used.  If we give a warning for no vsx under
254         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
255         (rs6000_allocate_stack_temp): New function to allocate a stack
256         tempoary and adjust the address so it meets either REG+OFFSET or
257         REG+REG addressing requirements.
258         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
259         that they can be used with the LFIWAX/LFIWZX instrucitons.
260         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
261         converting signed/unsigned SImode to either SFmode/DFmode.
262
263         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
264         whether certain instructions can be generated.
265         (TARGET_FCTIDZ): Ditto.
266         (TARGET_STFIWX): Ditto.
267         (TARGET_LFIWAX): Ditto.
268         (TARGET_LFIWZX): Ditto.
269         (TARGET_FCFIDS): Ditto.
270         (TARGET_FCFIDU): Ditto.
271         (TARGET_FCFIDUS): Ditto.
272         (TARGET_FCTIDUZ): Ditto.
273         (TARGET_FCTIWUZ): Ditto.
274
275         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
276         (UNSPEC_FCTID): Ditto.
277         (UNSPEC_LFIWAX): Ditto.
278         (UNSPEC_LFIWZX): Ditto.
279         (UNSPEC_FCTIWUZ): Ditto.
280         (rreg): Use correct constraints.
281         (SI_CONVERT_FP): New mode attribute for floating point conversion
282         tests.
283         (E500_CONVERT): Ditto.
284         (lfiwax): New insns for converting from integer to floating point
285         utilizing newer instructions.  Attempt to optimize conversions
286         that come from memory so that we don't load the value into a GPR,
287         spill it to the stack and reload it into a FPR.
288         (floatsi<mode>2_lfiwax): Ditto.
289         (floatsi<mode>2_lfiwax_mem): Ditto.
290         (floatsi<mode>2_lfiwax_mem2): Ditto.
291         (lfiwzx): Ditto.
292         (floatunssi<mode>2_lfiwzx): Ditto.
293         (floatunssi<mode>2_lfiwzx_mem): Ditto.
294         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
295         (floatdidf2_mem): Ditto.
296         (floatunsdidf2_fcfidu): Ditto.
297         (floatunsdidf2_mem): Ditto.
298         (floatunsdisf2): Ditto.
299         (floatunsdisf2_fcfidus): Ditto.
300         (floatunsdisf2_mem): Ditto.
301         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
302         Use FCFID on 32-bit hosts that support it.
303         (floatsidf2_internal): Ditto.
304         (floatunssisf2): Ditto.
305         (floatunssidf2): Ditto.
306         (floatunssidf2_internal): Ditto.
307         (floatsisf2): Ditto.
308         (floatdidf2): Ditto.
309         (floatdidf2_fpr): Ditto.
310         (floatunsdidf2): Ditto.
311         (floatdisf2): Ditto.
312         (floatdisf2_fcfids): Ditto.
313         (floatdisf2_internal1): Ditto.
314         (fixuns_truncsfsi2): Delete, merge into common pattern for both
315         SF/DF.  Add power7 support.
316         (fix_truncsfsi2): Ditto.
317         (fixuns_truncdfsi2): Ditto.
318         (fixuns_truncdfdi2): Ditto.
319         (fix_truncdfsi2): Ditto.
320         (fix_truncdfsi2_internal): Ditto.
321         (fix_truncdfsi2_internal_gfxopt): Ditto.
322         (fix_truncdfsi2_mfpgpr): Ditto.
323         (fctiwz): Ditto.
324         (btruncdf2): Ditto.
325         (btruncdf2_fpr): Ditto.
326         (btructsf2): Ditto.
327         (ceildf2): Ditto.
328         (ceildf2_fpr): Ditto.
329         (ceilsf2): Ditto.
330         (floordf2): Ditto.
331         (floordf2_fpr): Ditto.
332         (floorsf2): Ditto.
333         (rounddf2): Ditto.
334         (rounddf2_fpr): Ditto.
335         (roundsf2): Ditto.
336         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
337         (fix_trunc<mode>di2): Ditto.
338         (fixuns_trunc<mode>si2): Ditto.
339         (fixuns_trunc<mode>di2): Ditto.
340         (fctiwz_<mode>): Ditto.
341         (btrunc<mode>2): Ditto.
342         (btrunc<mode>2_fpr): Ditto.
343         (ceil<mode>2): Ditto.
344         (ceil<mode>2_fpr): Ditto.
345         (floor<mode>2): Ditto.
346         (float<mode>2_fpr): Ditto.
347         (round<mode>2): Ditto.
348         (round<mode>2_fpr): Ditto.
349         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
350         (fixuns_trunc<mode>si2_stfiwx): Ditto.
351         (fix_truncdfsi2_internal): Ditto.
352         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
353         converted value on stack, loaded into GPR, and then stored into
354         the final destination.
355         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
356         FCTIDZ.
357         (lrint<mode>di2): New insn, provide the lrint builtin functions.
358         (ftruncdf2): Delete, unused.
359         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
360
361         * config/rs6000/vsx.md (toplevel): Update copyright year.
362         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
363         (VSr3): Ditto.
364
365 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
366             Jeremie Salvucci  <jeremie.salvucci@free.fr>
367
368         * gengtype.c (output_type_enum): Test the right union member.
369
370 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
371
372         PR target/41484
373         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
374         operands for operand 1.
375         (sse4_1_extendv4qiv4si2): Ditto.
376         (sse4_1_extendv2qiv2di2): Ditto.
377         (sse4_1_extendv4hiv4si2): Ditto.
378         (sse4_1_extendv2hiv2di2): Ditto.
379         (sse4_1_extendv2siv2di2): Ditto.
380         (sse4_1_zero_extendv8qiv8hi2): Ditto.
381         (sse4_1_zero_extendv4qiv4si2): Ditto.
382         (sse4_1_zero_extendv2qiv2di2): Ditto.
383         (sse4_1_zero_extendv4hiv4si2): Ditto.
384         (sse4_1_zero_extendv2hiv2di2): Ditto.
385         (sse4_1_zero_extendv2siv2di2): Ditto.
386         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
387         (*sse4_1_extendv4qiv4si2): Ditto.
388         (*sse4_1_extendv2qiv2di2): Ditto.
389         (*sse4_1_extendv4hiv4si2): Ditto.
390         (*sse4_1_extendv2hiv2di2): Ditto.
391         (*sse4_1_extendv2siv2di2): Ditto.
392         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
393         (*sse4_1_zero_extendv4qiv4si2): Ditto.
394         (*sse4_1_zero_extendv2qiv2di2): Ditto.
395         (*sse4_1_zero_extendv4hiv4si2): Ditto.
396         (*sse4_1_zero_extendv2hiv2di2): Ditto.
397         (*sse4_1_zero_extendv2siv2di2): Ditto.
398
399 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
400
401         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
402         (mips_function_arg): Delete.
403         (mips_function_arg_boundary): Take a const_tree.
404         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
405         (mips_arg_info): Likewise.
406         (mips_setup_incoming_varargs): Call mips_function_arg_advance
407         instead of FUNCTION_ARG_ADVANCE.
408         (mips_function_arg_advance): Adjust prototype.  Make static.
409         (mips_function_arg): Likewise.
410         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
411         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
412
413 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
414
415         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
416         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
417         (function_arg): Delete.
418         (function_arg_boundary): Take a const_tree.
419         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
420         (rs6000_spe_function_arg): Likewise.
421         (rs6000_parm_start): Likewise.
422         (rs6000_arg_size): Likewise.
423         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
424         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
425         (rs6000_mixed_function_arg): Likewise.
426         (function_arg): Rename to...
427         (rs6000_function_arg): ...this.
428         (function_arg_advance): Rename to...
429         (rs6000_function_arg_advance_1): ...this
430         (rs6000_function_arg_advance): New function.  Call it.
431         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
432         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
433         (rs6000_function_value): Likewise.
434         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
435
436 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
437
438         * config/arm/arm.md (enabled): Test the value of arch_enabled
439         rather than just using it.
440
441 2010-08-27  Olivier Hainque  <hainque@adacore.com>
442             Eric Botcazou  <ebotcazou@adacore.com>
443
444         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
445         cover all the possible offsets from this base.
446         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
447
448 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
449
450         PR tree-optimization/44485
451         * calls.c (flags_from_decl_or_type): For const or pure
452         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
453         together with ECF_CONST resp. ECF_PURE.
454         * builtins.c (expand_builtin): Use flags_from_decl_or_type
455         instead of querying flags directly.
456         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
457         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
458
459 2010-08-26  Richard Guenther  <rguenther@suse.de>
460
461         PR tree-optimization/45255
462         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
463         and externals are also invariant.
464
465 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
466
467         PR rtl-optimization/44858
468         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
469         newi2pat, make sure they don't affect newpat.
470
471         PR rtl-optimization/45400
472         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
473         SUBREG_REG if both modes are of MODE_INT class.
474
475 2010-08-25  Julian Brown  <julian@codesourcery.com>
476
477         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
478         * config/arm/arm.md (generic_sched): No for Cortex-A5.
479         (generic_vfp): Likewise.
480         (cortex-a5.md): Include.
481         * config/arm/cortex-a5.md: New.
482
483 2010-08-25  Richard Guenther  <rguenther@suse.de>
484
485         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
486         * gimple.c (gimple_get_alias_set): Remove special handling
487         for pointers.
488
489 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
490
491         PR middle-end/45355
492         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
493         dead_or_set_p when computing i0_feeds_i2_n.
494
495         * combine.c (find_split_point): Undo canonicalization of multiply-add
496         to (minus x (mult)) when it seems likely that this will increase the
497         chances of a split.
498
499 2010-08-25  Richard Guenther  <rguenther@suse.de>
500
501         PR lto/44562
502         * lto-streamer.c (lto_record_common_node): Do not mess with
503         TYPE_CANONICAL when not in lto.
504         * gimple.c (gimple_register_type): Likewise.
505
506 2010-08-25  Richard Guenther  <rguenther@suse.de>
507
508         PR tree-optimization/45316
509         * tree-ssa-pre.c (eliminate): Properly clean EH info.
510
511 2010-08-25  Richard Guenther  <rguenther@suse.de>
512
513         PR tree-optimization/45393
514         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
515         and clean EH info.  Avoid SSA update.
516         (execute_cse_sincos): Cleanup the CFG if it has changed.
517
518 2010-08-25  Richard Guenther  <rguenther@suse.de>
519
520         PR middle-end/45379
521         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
522         TARGET_MEM_REF in alignment computation.
523
524 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
525
526         PR tree-optimization/45059
527         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
528         type conversions from newop{1,2}.  Assert t is a comparison and
529         newop{1,2} after the stripping are gimple vals.
530
531 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
532
533         * config/arm/iterators.md (VU, SE, V_widen_l): New.
534         (V_unpack, US): New.
535         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
536         (vec_unpack<US>_lo_<mode>): Likewise.
537         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
538         (neon_vec_unpack<US>_lo_<mode>): Likewise.
539         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
540         (vec_widen_<US>mult_hi_<mode>): Likewise.
541         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
542         (neon_vec_<US>mult_hi_<mode>"): Likewise.
543         (neon_unpack<US>_<mode>): Widening move intermediate step for
544         vectorizing without -mvectorize-with-neon-quad.
545         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
546         for vectorizing without -mvectorize-with-neon-quad.
547         * config/arm/predicates.md (vect_par_constant_high): Check for
548         high-half lanes of a vector.
549         (vect_par_constant_low): Check for low-half lanes of a vector.
550
551 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
552
553         * tree-if-conv.c (struct ifc_dr): New.
554         (IFC_DR): New.
555         (DR_WRITTEN_AT_LEAST_ONCE): New.
556         (DR_RW_UNCONDITIONALLY): New.
557         (memref_read_or_written_unconditionally): Use the cached values
558         when possible.
559         (write_memref_written_at_least_once): Same.
560         (if_convertible_loop_p): Initialize and free DR->aux fields.
561
562 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
563
564         * gimple.c (gimple_could_trap_p_1): Not static anymore.
565         Pass an extra bool parameter include_mem.
566         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
567         (gimple_assign_rhs_could_trap_p): Same.
568         * gimple.h (gimple_could_trap_p_1): Declared.
569         * tree-data-ref.h (same_data_refs_base_objects): New.
570         (same_data_refs): New.
571         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
572         (write_memrefs_written_at_least_once): New.
573         (ifcvt_memrefs_wont_trap): New.
574         (operations_could_trap): New.
575         (ifcvt_could_trap_p): New.
576         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
577         Gets a vector of data refs.
578         (if_convertible_stmt_p): Same.
579         (if_convertible_loop_p_1): New.
580         (if_convertible_loop_p): Call if_convertible_loop_p_1.
581
582 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
583
584         * common.opt (ftree-loop-if-convert-stores): New flag.
585         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
586         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
587         the created statement before GSI.
588         (if_convertible_phi_p): Allow virtual phi nodes when
589         flag_loop_if_convert_stores is set.
590         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
591         Do not handle types that do not match is_gimple_reg_type.
592         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
593         when flag_loop_if_convert_stores is set, as LHS can contain
594         memory refs.
595         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
596         to if_convertible_gimple_assign_stmt_p.
597         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
598         (replace_phi_with_cond_gimple_assign_stmt): Renamed
599         predicate_scalar_phi.  Do not handle virtual phi nodes.
600         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
601         Call predicate_scalar_phi.
602         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
603         just after the labels for flag_loop_if_convert_stores, otherwise
604         insert the predicate in the end of the BB.
605         (predicate_mem_writes): New.
606         (combine_blocks): Call predicate_all_scalar_phis.  When
607         flag_loop_if_convert_stores is set, call predicate_mem_writes.
608         (tree_if_conversion): Call mark_sym_for_renaming when
609         flag_loop_if_convert_stores is set.
610         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
611         flag_loop_if_convert_stores is set.
612
613 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
614
615         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
616         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
617         (pa_function_value): Make static.
618         (override_options): Rename to...
619         (pa_option_override): ...this. Make static.
620         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
621         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
622         TARGET_OPTION_OVERRIDE): Define.
623         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
624         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
625         Remove.
626         * config/pa/pa-protos.h (override_options): Remove.
627
628 2010-08-24  Richard Guenther  <rguenther@suse.de>
629
630         PR middle-end/45379
631         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
632         if addr->index is NULL or zero.
633         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
634         TARGET_MEM_REF more properly.
635         (indirect_ref_may_alias_decl_p): Likewise.
636         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
637         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
638
639 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
640
641         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
642         (m32c_override_options): Rename to...
643         (m32c_option_override): ...this. Make static.
644         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
645         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
646         Remove.
647         * config/m32c/m32c-protos.h (m32c_override_options,
648         m32c_function_value_regno_p): Remove.
649
650 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
651
652         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
653         Fix a typo in a previous commit.
654
655 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
656
657         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
658         Pre-initialize innerloop_iters to one.
659
660 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
661
662         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
663         existing static function global.
664
665         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
666         is changed to global.
667
668         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
669         may_be_nonaddressable_p on base, and don't collect this reference
670         if the address of the base could not be taken.
671
672 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
673
674         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
675         enable the compiler to autovectorize mathmetical functions for
676         power7 using the Mathematical Acceleration Subsystem library.
677
678         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
679         handle which vector math library we have.
680         (rs6000_override_options): Add -mveclibabi=mass support.
681         (rs6000_builtin_vectorized_libmass): New function to handle auto
682         vectorizing math functions that are in the MASS library.
683         (rs6000_builtin_vectorized_function): Call it.
684
685         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
686         -mveclibabi=mass.
687
688 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
689
690         PR boehm-gc/34544
691         * gthr-posix.h (__gthread_active_init): Delete.
692         (__gthread_active_p): Do activity check here.
693         Don't include errno.h on hppa-hpux.  Update comment.
694         * gthr-posix95.h (__gthread_active_init): Delete.
695         (__gthread_active_p): Do activity check here.
696         Don't include errno.h on hppa-hpux.  Update comment.
697         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
698         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
699         add -lpthread when -mt or -pthread is specified.
700         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
701         (LINK_GCC_C_SEQUENCE_SPEC): Define.
702         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
703         (stublib.c, pthread_default_stacksize_np-stub.o,
704         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
705         $(T)libgcc_stub.a): Add methods.
706         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
707         (stublib.c, pthread_default_stacksize_np-stub.o,
708         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
709         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
710         pthread_mutex_unlock): New stubs.
711
712 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
713
714         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
715         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
716         options.
717         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
718         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
719         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
720         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
721         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
722         "-l".
723         * cppspec.c: Include opts.h.
724         (lang_specific_driver): Use cl_decoded_option structures.
725         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
726         * doc/tm.texi: Regenerate.
727         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
728         (driver_handle_option): Allow driver options needing no special
729         processing.
730         (process_command): Decode options before call to
731         lang_specific_driver.  Pass decoded options to
732         lang_specific_driver.
733         * gcc.h (lang_specific_driver): Update prototype.
734         * gccspec.c: Include opts.h.
735         (lang_specific_driver): Use cl_decoded_option structures.
736         * opts-common.c (option_ok_for_language, generate_option,
737         generate_option_input_file): New.
738         (decode_cmdline_option): Use option_ok_for_language.
739         (decode_cmdline_options_to_array): Use generate_option_input_file.
740         (handle_generated_option): Use generate_option.
741         * opts.h (generate_option, generate_option_input_file): Declare.
742
743 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
744
745         * config/mips/mips.c (mips_override_options): Rename to...
746         (mips_option_override): ...this. Make static.
747         (TARGET_OPTION_OVERRIDE): Define.
748         (mips_in_small_data_p): Update comment.
749         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
750         (FIXED_REGISTERS): Update comment.
751         * config/mips/mips-protos.h (mips_override_options): Remove.
752
753 2010-08-21  Olivier Hainque  <hainque@adacore.com>
754
755         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
756
757 2010-08-21  Olivier Hainque  <hainque@adacore.com>
758
759         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
760         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
761
762 2010-08-20  Jan Hubicka  <jh@suse.cz>
763
764         * tree-pass.h (pass_ipa_cdtor_merge): New function.
765         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
766         heap allocated.
767         (record_cdtor_fn): Move to ipa.c; do not test for
768         have_ctors_dtors.
769         (build_cdtor): Move to ipa.c; add code avoiding construction
770         when target have ctors/dtors and there is only one ctor/dtor at given
771         priority.
772         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
773         sort; reverse order of constructors.
774         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
775         (cgraph_finalize_function): Do not call record_cdtor_fn.
776         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
777         (cgraph_build_static_cdtor): Move to ipa.c.
778         * ipa.c: Include target.h and tree-iterator.h.
779         (cgraph_build_static_cdtor, static_ctors, static_dtors,
780         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
781         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
782         pass_ipa_cdtor_merge): New.
783         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
784         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
785         bounds access.
786
787 2010-08-20  Jan Hubicka  <jh@suse.cz>
788
789         PR c++/45307
790         PR c++/17736
791         * cgraph.h (cgraph_only_called_directly_p,
792         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
793         static cdtors.
794         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
795         are not needed.
796         (cgraph_finalize_function): Static cdtors are reachable.
797         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
798
799 2010-08-20  Jan Hubicka  <jh@suse.cz>
800
801         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
802         flag_wpa.
803         * lto-streamer-out.c (lto_output): Likewise.
804         * passes.c (ipa_write_optimization_summaries): Initialize statement
805         uids.
806
807 2010-08-20  Olivier Hainque  <hainque@adacore.com>
808
809         * tree.h (alias_diag_flags): New enum.
810         (alias_pair): Add an 'emitted_diags' field.
811         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
812         (assemble_alias): Initialize emitted_diags of new pairs.
813
814 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
815
816         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
817         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
818         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
819         (STACK_CHECK_PROTECT): Define.
820         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
821         (output_probe_stack_range): Likewise.
822         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
823         builtin stack checking is enabled.
824         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
825         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
826         (probe_stack_range): New insn.
827
828 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
829
830         PR target/45336
831         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
832         short first.
833
834         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
835         char first.
836
837 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
838
839         PR target/45336
840         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
841         to cover zero extension into 64-bit register.
842         (*sse2_pextrw): Likewise.
843         (*sse4_1_pextrd_zext): New insn.
844
845 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
846
847         revert r163410, partially revert r163267.
848         * config/rs6000/darwin.h (LIB_SPEC): Remove.
849         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
850         Darwin versions.
851
852 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
853
854         PR middle-end/44974
855         * builtins.c (expand_builtin): Don't optimize away
856         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
857
858 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
859
860         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
861         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
862         alternative 1 of operand 2.
863
864 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
865             Paolo Bonzini  <bonzini@gnu.org>
866
867         * simplify-rtx.c (simplify_unary_operation_1): Optimize
868         (sign_extend (zero_extend (...)) and
869         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
870
871 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
872
873         PR rtl-optimization/45353
874         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
875         after bb_note is a BARRIER.
876
877 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
878
879         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
880         linking libgcc.a.
881
882 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
883             Michael Matz  <matz@suse.de>
884
885         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
886
887 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
888
889         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
890         (ggc_mark_roots): ...here.
891
892 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
893
894         * vec.h (FOR_EACH_VEC_ELT): Define.
895         * c-decl.c: Use it.
896         * cfgloop.c: Likewise.
897         * cfgloopmanip.c: Likewise.
898         * cgraph.c: Likewise.
899         * cgraphunit.c: Likewise.
900         * combine.c: Likewise.
901         * config/bfin/bfin.c: Likewise.
902         * config/mips/mips.c: Likewise.
903         * config/rs6000/rs6000.c: Likewise.
904         * dbxout.c: Likewise.
905         * df-scan.c: Likewise.
906         * dominance.c: Likewise.
907         * dse.c: Likewise.
908         * dwarf2out.c: Likewise.
909         * except.c: Likewise.
910         * expr.c: Likewise.
911         * function.c: Likewise.
912         * gcse.c: Likewise.
913         * genattr.c: Likewise.
914         * ggc-common.c: Likewise.
915         * gimplify.c: Likewise.
916         * graphite-blocking.c: Likewise.
917         * graphite-clast-to-gimple.c: Likewise.
918         * graphite-dependences.c: Likewise.
919         * graphite-interchange.c: Likewise.
920         * graphite-poly.c: Likewise.
921         * graphite-scop-detection.c: Likewise.
922         * graphite-sese-to-poly.c: Likewise.
923         * graphite.c: Likewise.
924         * haifa-sched.c: Likewise.
925         * ifcvt.c: Likewise.
926         * implicit-zee.c: Likewise.
927         * ipa-prop.c: Likewise.
928         * ipa-struct-reorg.c: Likewise.
929         * ipa.c: Likewise.
930         * ira-build.c: Likewise.
931         * ira-color.c: Likewise.
932         * ira-emit.c: Likewise.
933         * lambda-code.c: Likewise.
934         * loop-invariant.c: Likewise.
935         * loop-unroll.c: Likewise.
936         * lower-subreg.c: Likewise.
937         * lto-cgraph.c: Likewise.
938         * lto-opts.c: Likewise.
939         * lto-streamer-in.c: Likewise.
940         * lto-streamer-out.c: Likewise.
941         * lto-streamer.c: Likewise.
942         * lto-symtab.c: Likewise.
943         * matrix-reorg.c: Likewise.
944         * opts.c: Likewise.
945         * predict.c: Likewise.
946         * print-tree.c: Likewise.
947         * sdbout.c: Likewise.
948         * sel-sched-dump.c: Likewise.
949         * sel-sched-ir.c: Likewise.
950         * sel-sched.c: Likewise.
951         * sese.c: Likewise.
952         * stor-layout.c: Likewise.
953         * tree-cfg.c: Likewise.
954         * tree-cfgcleanup.c: Likewise.
955         * tree-chrec.c: Likewise.
956         * tree-data-ref.c: Likewise.
957         * tree-emutls.c: Likewise.
958         * tree-inline.c: Likewise.
959         * tree-into-ssa.c: Likewise.
960         * tree-loop-distribution.c: Likewise.
961         * tree-loop-linear.c: Likewise.
962         * tree-mudflap.c: Likewise.
963         * tree-outof-ssa.c: Likewise.
964         * tree-parloops.c: Likewise.
965         * tree-predcom.c: Likewise.
966         * tree-pretty-print.c: Likewise.
967         * tree-scalar-evolution.c: Likewise.
968         * tree-ssa-live.c: Likewise.
969         * tree-ssa-loop-im.c: Likewise.
970         * tree-ssa-loop-ivcanon.c: Likewise.
971         * tree-ssa-loop-ivopts.c: Likewise.
972         * tree-ssa-loop-manip.c: Likewise.
973         * tree-ssa-loop-niter.c: Likewise.
974         * tree-ssa-loop-prefetch.c: Likewise.
975         * tree-ssa-phiprop.c: Likewise.
976         * tree-ssa-pre.c: Likewise.
977         * tree-ssa-reassoc.c: Likewise.
978         * tree-ssa-sccvn.c: Likewise.
979         * tree-ssa-structalias.c: Likewise.
980         * tree-ssa.c: Likewise.
981         * tree-vect-data-refs.c: Likewise.
982         * tree-vect-loop-manip.c: Likewise.
983         * tree-vect-loop.c: Likewise.
984         * tree-vect-patterns.c: Likewise.
985         * tree-vect-slp.c: Likewise.
986         * tree-vect-stmts.c: Likewise.
987         * tree-vrp.c: Likewise.
988         * tree.c: Likewise.
989         * value-prof.c: Likewise.
990         * var-tracking.c: Likewise.
991         * varasm.c: Likewise.
992         * vmsdbgout.c: Likewise.
993
994 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
995             Richard Guenther  <richard.guenther@gmail.com>
996
997         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
998         copy the src value and return a copy.
999         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
1000         (C++ Volatiles): Adjust to describe C++ semantics only.
1001
1002 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
1003
1004         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
1005         be zero or nonzero.
1006         * doc/tm.texi: Regenerate.
1007         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
1008         * df-scan.c (df_get_exit_block_use_set), reginfo.c
1009         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
1010         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
1011         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
1012         to 1.
1013
1014 2010-08-20  Olivier Hainque  <hainque@adacore.com>
1015
1016         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
1017         an extra nop past a sibling call at the very end.
1018
1019 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
1020
1021         PR bootstrap/45350
1022         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
1023         a comment.
1024
1025 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
1026
1027         * target.def (function_arg, function_incoming_arg): Remove const
1028         qualifier on CUMULATIVE_ARGS parameter.
1029         * targhooks.h (default_function_arg, default_function_incoming_arg):
1030         Likewise.
1031         * targhooks.c (default_function_arg, default_function_incoming_arg):
1032         Likewise.
1033         * config/i386/i386.c (ix86_function_arg): Likewise.
1034
1035 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
1036
1037         PR target/45336
1038         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
1039         SIGN_EXTENDs or ZERO_EXTENDs.
1040
1041 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
1042
1043         PR target/42172
1044         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
1045         Take its cost into account if nonnull.
1046         (insn_a_feeds_b): New static function.
1047         (combine_instructions): Look for four-insn combinations.
1048         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
1049         them into account when computing all_adjacent and looking for other
1050         uses.
1051         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
1052         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
1053         (try_combine): New arg I0.  Handle four-insn combinations.
1054         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
1055         like ELIM_I1.
1056
1057 2010-08-19  Jason Merrill  <jason@redhat.com>
1058
1059         PR c++/45307
1060         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
1061         if ctor is empty.
1062         (gimplify_modify_expr_rhs): Adjust.
1063
1064 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
1065
1066         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
1067         bitmap_bit_p.
1068         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
1069         * dominance.c (iterate_fix_dominators): Likewise.
1070         * dse.c (set_usage_bits): Likewise.
1071         (set_position_unneeded, record_store): Likewise.
1072         * gimple-fold.c (get_maxval_strlen): Likewise.
1073         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
1074         * ipa-inline.c (update_caller_keys): Likewise.
1075         * ipa-split.c (verify_non_ssa_vars): Likewise.
1076         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
1077         (close_type_exposed_parameter, close_type_full_escape): Likewise.
1078         (close_addressof_down): Likewise.
1079         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
1080         (setup_allocno_left_conflicts_size): Likewise.
1081         (ira_reassign_conflict_allocnos): Likewise.
1082         (ira_reassign_pseudos): Likewise.
1083         * ira-emit.c (change_loop): Likewise.
1084         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
1085         * lto-streamer-out.c (write_symbol): Likewise.
1086         * predict.c (expr_expected_value_1): Likewise.
1087         * regstat.c (regstat_bb_compute_ri): Likewise.
1088         * sel-sched.c (create_block_for_bookkeeping): Likewise.
1089         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
1090         * stmt.c (expand_case): Likewise.
1091         * tree-eh.c (emit_eh_dispatch): Likewise.
1092         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
1093         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
1094         Likewise.
1095         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
1096         (rdg_build_components): Likewise.
1097         * tree-object-size.c (collect_object_sizes_for): Likewise.
1098         * tree-sra.c (convert_callers): Likewise.
1099         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
1100         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
1101         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
1102
1103 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
1104
1105         * config/i386/i386.md (*lea_1): Use P mode iterator.
1106         (lea add splitter): Also handle DImode operands.
1107         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
1108         predicate.  Do not use ix86_lea_for_add_ok.
1109         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
1110         (lea ashift splitter): Also handle DImode operands.
1111         (DImode lea ashift splitter): Remove splitter.
1112
1113 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
1114
1115         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
1116         ix86_binary_operator_ok.
1117
1118 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
1119
1120         PR rtl-optimization/44691
1121         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
1122         is not a register.
1123
1124 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
1125
1126         PR target/45070
1127         * config/arm/arm.c (arm_output_epilogue): Ensure that return
1128          value of size 1-3 is handled correctly.
1129
1130 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
1131
1132         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
1133         type for the conditional has wide enough range.
1134
1135 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
1136
1137         PR target/45327
1138         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
1139         ix86_binary_operator_ok.
1140
1141 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
1142
1143         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
1144         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
1145         code to output insn mnemonic.  Fix comment.
1146         (*addsi_1_zext): Add r-r-0 alternative 1.
1147         <TYPE_LEA>: Split insn to lea.
1148         <default>: Handle alternative 1.
1149         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
1150         multi-level if_then_else RTX to set "type" attribute.
1151         <default>: Handle alternative 2.
1152         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
1153         Use cond RTX instead of multi-level if_then_else RTX to set
1154         "type" attribute.
1155         <default>: Handle alternatives 2 and 4.
1156         (lea splitters): Update calls to ix86_lea_for_add_ok.
1157
1158         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
1159         argument.
1160         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
1161
1162 2010-08-18  Richard Guenther  <rguenther@suse.de>
1163
1164         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
1165         use operand helpers.
1166
1167 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
1168
1169         PR middle-end/45292
1170         * optabs.c (expand_bool_compare_and_swap): Expand pending
1171         pops before trying the optab.
1172
1173 2010-08-18  Yao Qi  <yao@codesourcery.com>
1174
1175         PR target/45094
1176         * config/arm/arm.c (output_move_double): Fix typo generating
1177         instructions ('ldr'->'str').
1178
1179 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
1180
1181         PR rtl-optimization/42575
1182         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
1183         live ranges.
1184
1185 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1186
1187         * config/arm/arm-protos.h (arm_expand_sync): New.
1188         (arm_output_memory_barrier, arm_output_sync_insn): New.
1189         (arm_sync_loop_insns): New.
1190         * config/arm/arm.c (FL_ARCH7): New.
1191         (FL_FOR_ARCH7): Include FL_ARCH7.
1192         (arm_arch7): New.
1193         (arm_print_operand): Support %C markup.
1194         (arm_legitimize_sync_memory): New.
1195         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
1196         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
1197         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
1198         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
1199         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
1200         (arm_process_output_sync_insn, arm_output_sync_insn): New.
1201         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
1202         * config/arm/arm.h (struct arm_sync_generator): New.
1203         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
1204         (TARGET_HAVE_MEMORY_BARRIER): New.
1205         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
1206         * config/arm/arm.md: Include sync.md.
1207         (UNSPEC_MEMORY_BARRIER): New.
1208         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
1209         (VUNSPEC_SYNC_OP):New.
1210         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
1211         (sync_result, sync_memory, sync_required_value): New attributes.
1212         (sync_new_value, sync_t1, sync_t2): Likewise.
1213         (sync_release_barrier, sync_op): Likewise.
1214         (length): Add logic to length attribute defintion to call
1215         arm_sync_loop_insns when appropriate.
1216         * config/arm/sync.md: New file.
1217
1218 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
1219
1220         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
1221         ENABLE_TREE_CHECKING.
1222         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
1223         and GCC >= 4.3.
1224
1225 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
1226
1227         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
1228         or optimizing for size, always avoid lea if possible.
1229
1230         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
1231
1232 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
1233
1234         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
1235         Dunmmy function with NULL return unless the target is
1236         OSX >= 10.6 (Darwin10).
1237
1238 2010-08-17  Jack Howarth <howarth@bromo.med.uc.edu>
1239
1240         * gcc.c (spec_function): Add remove-outfile.
1241         (remove_outfile_spec_function): New function.
1242         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
1243         * invoke.texi (replace-outfile): Document.
1244
1245 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
1246
1247         PR target/45296
1248         * reginfo.c (globalize_reg): Reject stack registers.
1249
1250 2010-08-17  Richard Guenther  <rguenther@suse.de>
1251
1252         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
1253         list of conditional equivalences.
1254         (free_all_edge_infos): Adjust.
1255         (record_equivalences_from_incoming_edge): Likewise.
1256         (record_cond): Likewise.
1257         (build_and_record_new_cond): Likewise.
1258         (record_conditions): Likewise.
1259         (dom_opt_leave_block): Likewise.
1260
1261 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
1262
1263         * doc/invoke.texi (ms-extension): Add documentation.
1264
1265 2010-08-17  Richard Guenther  <rguenther@suse.de>
1266
1267         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
1268
1269 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
1270
1271         PR c/40563
1272         * c-decl.c (diagnose_uninitialized_cst_member): New function.
1273         (finish_decl): Use it to issue a -Wc++-compat warning about
1274         uninitialized const field in struct or union.
1275
1276         (finish_struct): Use strip_array_types.
1277
1278 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
1279
1280         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
1281         functions.
1282         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
1283         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
1284         call block_nreverse here.
1285         (blocks_nreverse): Rename decl temporary to block.
1286
1287 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
1288
1289         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
1290         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
1291         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
1292         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
1293         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
1294         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
1295         thumb2_iorsi3): Delete.
1296         (orsi_notsi_si): No longer a named pattern.
1297         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
1298         * config/arm/predicates.md (shift_amount_operand): New.
1299         (mult_operator): New.
1300         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
1301         attr enabled): New.
1302         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
1303         arch matches t2.
1304         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
1305         (not_shiftsi_compare0): Likewise, renamed from
1306         arm_notsi_shiftsi_compare0.
1307         (not_shiftsi_compare0_scratch): Likweise, renamed from
1308         arm_notsi_shiftsi_compare0_scratch.
1309         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
1310         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
1311         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
1312         so that the register alternative is disabled when the shift_operator
1313         is MULT.  Use "M" as the constraint for constants.
1314         (arith_shiftsi splitter): Enable for TARGET_32BIT.
1315         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
1316         constraint for constants.
1317         (arith_shiftsi_compare0_scratch): Likewise.
1318         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
1319         Handle Thumb2 alternative.
1320
1321 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
1322
1323         * doc/options.texi (NoDriverArg): Document.
1324         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
1325         -MDX and -MMDX.
1326         * opt-functions.awk (switch_flags): Handle NoDriverArg.
1327         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
1328         marking for CL_NO_DRIVER_ARG options when in the driver.
1329         * opts.h (CL_NO_DRIVER_ARG): Define.
1330         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
1331         CL_COMMON): Update values.
1332
1333 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
1334
1335         * common.opt: Add driver options.
1336         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
1337         * doc/options.texi (Driver, RejectDriver): Document.
1338         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
1339         print_prog_name, print_multi_directory, print_sysroot,
1340         print_multi_os_directory, print_multi_lib,
1341         print_sysroot_headers_suffix, report_times, combine_flag,
1342         use_pipes, wrapper_string): Remove.
1343         (save_switch, driver_unknown_option_callback,
1344         driver_wrong_lang_callback, driver_post_handling_callback,
1345         driver_handle_option): New.
1346         (spec_lang, last_language_n_infiles): Make file-scope static
1347         instead of local to process_command.
1348         (process_command): Use decode_cmdline_options_to_array and
1349         read_cmdline_option for option processing.  Compute have_c in
1350         prescan of decoded options.
1351         * opt-functions.awk (switch_flags): Handle Driver and
1352         RejectDriver.
1353         (var_type, var_type_struct): Handle Separate options as generating
1354         const char * variables.
1355         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
1356         CL_TARGET to be passed by caller if required.
1357         (decode_cmdline_options_to_array): Update comment.
1358         * opts.c (complain_wrong_lang): Handle options only valid for the
1359         driver.
1360         (decode_options): Update call to decode_cmdline_options_to_array.
1361         (print_filtered_help): Ignore driver-only options.
1362         (print_specific_help): Ignore CL_DRIVER.
1363         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
1364         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
1365         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
1366         Update values.
1367
1368 2010-08-16  Richard Guenther  <rguenther@suse.de>
1369
1370         * tree-cfg.c (verify_types_in_gimple_reference): Verify
1371         TARGET_MEM_REF a bit.
1372         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
1373         (create_mem_ref_raw): Always create TMR_OFFSET, store the
1374         alias pointer type via it.
1375         (copy_mem_ref_info): Adjust.
1376         (maybe_fold_tmr): Likewise.
1377         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
1378         (reference_alias_ptr_type): Likewise.
1379         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
1380         adjust documentation of TMR_OFFSET operand.
1381         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
1382         use the alias pointer type.
1383         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
1384         initialize mem attrs but the TMR itself.
1385         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
1386         similar to MEM_REF.
1387         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
1388         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
1389         (unshare_and_remove_ssa_names): Likewise.
1390         (copy_ref_info): Adjust.
1391         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
1392         TARGET_MEM_REF case.
1393         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
1394         at TMR_ORIGINAL.
1395         * tree.h (TMR_ORIGINAL): Remove.
1396         * gimple.c (get_base_address): For TARGET_MEM_REF with a
1397         symbol return that.
1398         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
1399         with a symbol.
1400         (get_addr_base_and_unit_offset): Likewise.
1401         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
1402         TARGET_MEM_REFs.
1403         (indirect_ref_may_alias_decl_p): Likewise.
1404         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
1405
1406 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
1407
1408         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
1409         with GCC version 4.6, the default setting (when not optimizing
1410         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
1411         been changed to -fomit-frame-pointer.
1412
1413 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
1414
1415         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
1416         Darwin10.  Do not link libgcc.a for Darwin >= 9.
1417
1418 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
1419
1420         * doc/invoke.texi (Warning Options): Fix terminology and markup
1421         in the description of how unknown warning options are handled.
1422
1423 2010-08-15  Ira Rosen  <irar@il.ibm.com>
1424
1425         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
1426         in basic blocks.
1427         (vect_supportable_dr_alignment): Check alignment for basic blocks.
1428         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
1429         data references.
1430         (vect_bb_vectorization_profitable_p): New function.
1431         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
1432         check if it's worthwhile to vectorize the basic block.
1433
1434 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
1435
1436         * reload.h (register_move_cost, memory_move_secondary_cost,
1437         secondary_reload_class): Adjust prototype.
1438         * rtl.h (reg_class_subset_p): Adjust prototype.
1439         * reload.c (secondary_reload_class): Change arguments type from
1440         enum reg_class to reg_class_t. Change result type to reg_class_t.
1441         * reginfo.c (register_move_cost, reg_class_subset_p): Change
1442         arguments type from enum reg_class to reg_class_t.
1443         (memory_move_secondary_cost): Change arguments type from
1444         enum reg_class to reg_class_t. Change type of saved_flags to
1445         reg_class_t.
1446
1447         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
1448         Remove macros.
1449         (mips_cost): Remove.
1450         (struct mips_rtx_cost_data): Moved to mips.c.
1451         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
1452         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
1453         (mips_cost): Make static.
1454         (mips_canonicalize_move_class): Change argument type to reg_class_t.
1455         Change result type to reg_class_t.
1456         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
1457         type from enum reg_class to reg_class_t.
1458         (mips_register_move_cost): Make static. Change arguments
1459         type from enum reg_class to reg_class_t.
1460         (mips_memory_move_cost): New function.
1461         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1462
1463 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
1464
1465         PR rtl-optimization/43358
1466         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
1467         of a single hard register, using simplify_subreg_regno to decide
1468         what that register should be.
1469
1470 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
1471
1472         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
1473         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
1474         (loongson_pmull<V_suffix>): Rename to...
1475         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
1476
1477 2010-08-13  Jack Howarth <howarth@bromo.med.uc.edu>
1478
1479         * gcc/configure.ac: Enable -fomit-frame-pointer on darwin
1480         which support dwarf2.
1481         * config/i386/i386.c (override_options): Same.
1482
1483 2010-08-13  Jie Zhang  <jie@codesourcery.com>
1484
1485         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
1486
1487 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
1488
1489         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
1490         -MMD.
1491
1492 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
1493
1494         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
1495         up dot_prod pattern searching if a stmt is outside the loop.
1496
1497 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1498             Uros Bizjak  <ubizjak@gmail.com>
1499
1500         * config.gcc: Handle --enable-frame-pointer.
1501
1502         * configure.ac: Add --enable-frame-pointer.
1503         * configure: Regenerated.
1504
1505         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
1506         (override_options): If not configured with --enable-frame-pointer,
1507         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
1508         optimizing for size), -fasynchronous-unwind-tables and
1509         -maccumulate-outgoing-args by default.
1510
1511 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
1512
1513         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
1514
1515         PR middle-end/45262
1516         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
1517         -a overflows.  Normalize the range.
1518
1519 2010-08-12  Richard Guenther  <rguenther@suse.de>
1520
1521         PR tree-optimization/45232
1522         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
1523         for types with undefined overflow.
1524         (reassociate_bb): Allow re-associating of bit and min/max
1525         operations for types with undefined overflow.
1526         * tree-ssa-forwprop.c (associate_plusminus): New function.
1527         (tree_ssa_forward_propagate_single_use_vars): Call it.
1528
1529 2010-08-12  Richard Guenther  <rguenther@suse.de>
1530
1531         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
1532         * tree-ssa-alias.c (get_ptr_info): Move ...
1533         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
1534         align and misalign fields conservatively.
1535         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
1536         derive alignment information.
1537         (evaluate_stmt): Derive alignment information from memory
1538         allocation functions.
1539         * tree.h (get_pointer_alignment): Make unsigned.
1540         * builtins.c (get_object_alignment): Use alignment information we
1541         have computed for pointers.
1542         (get_pointer_alignment): Likewise.  Make conservative, return
1543         and unsigned value.
1544         (expand_builtin_strlen): Adjust.
1545         (expand_builtin_memcmp): Likewise.
1546         (expand_builtin_strcmp): Likewise.
1547         (expand_builtin_strncmp): Likewise.
1548         (get_builtin_sync_mem): Use at least mode alignment.
1549         (fold_builtin_memset): Adjust.
1550         (fold_builtin_memory_op): Likewise.
1551         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
1552         information also dump pointer alignment knowledge.
1553         (dump_gimple_stmt): Likewise.
1554
1555 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
1556
1557         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
1558         (EMPTY_FIELD_BOUNDARY): Remove.
1559         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
1560
1561 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
1562
1563         PR debug/45259
1564         * caller-save.c (save_call_clobbered_regs): Only swap notes with
1565         DEBUG_INSNs if n_regs_saved.
1566
1567 2010-08-12  Wei Guozhi  <carrot@google.com>
1568
1569         PR target/44999
1570         * config/arm/arm.md (andsi3): Change to zero extension if possible.
1571         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
1572
1573 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
1574
1575         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
1576
1577         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
1578
1579 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1580
1581         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
1582         the case removed in the previous patch, when the only phi argument
1583         is defined in the same loop as the phi node itself.  Handle it
1584         separately from the invariant case by both propagating it outside
1585         the region and replacing the phi node with an assign.
1586
1587 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1588
1589         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
1590         constant phi nodes with one argument are is_gimple_min_invariant
1591         and SSA_NAME_IS_DEFAULT_DEF.
1592
1593 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1594
1595         * graphite-cloog-util.c (oppose_constraint):
1596         Extend loop counter's value range (CLOOG_ORG).
1597         (cloog_matrix_to_ppl_constraint): Same.
1598         (new_Constraint_System_from_Cloog_matrix): Same.
1599         * graphite-cloog-compat.h (matrix_num_type): New.
1600
1601 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1602
1603         * graphite.c (graphite_initialize): Do not initialize
1604         CLooG and initialize the Parma Polyhedra Library
1605         manually when using CLOOG_ORG.
1606         (graphite_finalize): Do not finalize CLooG and finalize
1607         the Parma Polyhedra Library manually when using CLOOG_ORG.
1608         * graphite-cloog-compat.h (cloog_initialize): Hide function
1609         when using CLOOG_ORG.
1610         (cloog_finalize): Same.
1611
1612 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1613
1614         * graphite-clast-to-gimple.c (free_scattering): Change
1615         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
1616         (CLOOG_ORG).
1617         (build_cloog_prog): Same.
1618         * graphite-cloog-compat.h (cloog_domain): Removed.
1619         (cloog_scattering): New.
1620         (cloog_set_domain): Removed.
1621         (cloog_set_scattering): New.
1622         (cloog_next_domain): Removed.
1623         (cloog_next_scattering): New.
1624         (cloog_set_next_domain): Removed.
1625         (cloog_set_next_scattering): New.
1626         (CloogScatteringList): New.
1627         (CloogScattering): New.
1628         (cloog_scattering_free): New.
1629         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
1630         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
1631         New.
1632
1633 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1634
1635         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
1636         CloogState.
1637         (set_cloog_options): Same.
1638         (print_clast_stmt): Same.
1639         (scop_to_clast): Same.
1640         (print_generated_program): Same.
1641         (gloog): Same.
1642         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
1643         (scop_to_clast): Extend with CloogState.
1644         * graphite-cloog-util.c: Include graphite-cloog-compat.h
1645         (new_Cloog_Domain_from_ppl_Polyhedron):
1646         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
1647         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
1648         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1649         * graphite-cloog-util.h (build_cloog_prog): Same.
1650         * graphite-cloog-copat.h (build_cloog_prog): New.
1651         (CloogState): New.
1652         (cloog_state_malloc): New.
1653         (cloog_state_free): New.
1654         (cloog_loop_malloc): New.
1655         (cloog_options_malloc): New.
1656         (cloog_statement_alloc): New.
1657         (cloog_domain_from_cloog_matrix): New.
1658         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
1659         (new_Cloog_Domain_from_ppl_Polyhedron): New.
1660
1661 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1662
1663         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
1664         type of NAME now depends on used CLooG version.
1665         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
1666         (gcc_type_for_clast_expr): Same.
1667         (print_clast_stmt): Replace pprint with clast_pprint.
1668         * graphite-cloog-compat.h: Provide compatibility macros for
1669         CLooG Legacy.
1670         (clast_name_p): New.
1671         (clast_expr_term): New.
1672         (clast_expr_red): New.
1673         (clast_expr_bin): New.
1674         (clast_pprint): New.
1675
1676 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1677
1678         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
1679         compatible to newer CLooG releases (CLOOG_ORG).
1680         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
1681         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
1682         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
1683         (build_cloog_prog) : New.
1684         (cloog_program_extract_scalars): New.
1685         (cloog_program_scatter): New.
1686
1687 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1688
1689         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
1690         conditionally (CLOOG_ORG).
1691         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
1692         (cloog_statement_usr): New.
1693         (cloog_domain): Same.
1694         (cloog_set_domain): Same.
1695         (cloog_next_domain): Same.
1696         (cloog_set_next_domain): Same.
1697         (cloog_program_nb_scattdims): Same.
1698         (cloog_program_set_nb_scattdims): Same.
1699         (cloog_program_names): Same.
1700         (cloog_program_set_names): Same.
1701         (cloog_program_set_context): Same.
1702         (cloog_program_set_loop): Same.
1703         (cloog_program_blocklist): Same.
1704         (cloog_program_set_blocklist): Same.
1705         (cloog_program_scaldims): Same.
1706         (cloog_program_set_scaldims): Same.
1707         (cloog_names_nb_parameters): Same.
1708         (cloog_names_set_nb_parameters): Same.
1709         (cloog_names_parameters): Same.
1710         (cloog_names_set_parameters): Same.
1711         (cloog_names_set_nb_iterators): Same.
1712         (cloog_names_set_iterators): Same.
1713         (cloog_names_set_nb_scattering): Same.
1714         (cloog_names_set_scattering): Same.
1715         (cloog_statement_set_usr): Same.
1716         (cloog_loop_set_next): Same.
1717         (cloog_loop_set_domain): Same.
1718         (cloog_loop_set_block): Same.
1719         (cloog_block_list_next): Same.
1720         (cloog_block_list_set_next):
1721         (cloog_block_list_set_block): Same.
1722
1723 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1724
1725         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
1726         a bool.
1727         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
1728         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
1729         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
1730         when something has been changed.
1731         (rewrite_commutative_reductions_out_of_ssa): Same.
1732
1733 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1734
1735         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
1736         handle the case when def is in the sese region.
1737         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
1738         for invariant expressions.
1739         (rewrite_cross_bb_phi_deps): Removed.
1740         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
1741         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
1742         rewrite_cross_bb_phi_deps.
1743
1744 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1745
1746         * graphite-sese-to-poly.c
1747         (rewrite_commutative_reductions_out_of_ssa_loop): Call
1748         scev_analyzable_p only on is_gimple_reg
1749
1750 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1751
1752         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
1753         (rewrite_close_phi_out_of_ssa): Propagate constant values or
1754         parametric expressions outside the scop region.
1755         (rewrite_cross_bb_scalar_deps): Same.
1756         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
1757
1758 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1759
1760         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
1761         SSA_NAME_DEF_STMT only on SSA_NAMEs.
1762
1763 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1764
1765         * tree-scalar-evolution.c (instantiate_scev_name): Do not
1766         instantiate default definitions.
1767
1768 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
1769             Sebastian Pop  <sebastian.pop@amd.com>
1770
1771         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
1772         (loop_exits_from_bb_p): New.
1773         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
1774         (loop_exits_from_bb_p): Declared.
1775         * graphite-scop-detection.c (scopdet_basic_block_info): Call
1776         loop_exits_to_bb_p.
1777
1778 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1779
1780         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
1781         extra parameter for the region.  Call scev_analyzable_p.
1782         (rewrite_reductions_out_of_ssa): Update call to
1783         rewrite_close_phi_out_of_ssa.
1784         (rewrite_cross_bb_phi_deps): Same.
1785         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
1786         parameter for the region.  Call scev_analyzable_p.
1787         (rewrite_commutative_reductions_out_of_ssa): Update call to
1788         rewrite_commutative_reductions_out_of_ssa_loop.
1789
1790 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1791
1792         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
1793
1794 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1795
1796         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
1797         SSA scalar phi nodes that can be scev_analyzable_p.
1798
1799 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1800
1801         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
1802         handle SSA_NAME_IS_DEFAULT_DEF.
1803
1804 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1805
1806         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
1807
1808 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1809
1810         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
1811         case non close-phi nodes with one argument.
1812
1813 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1814
1815         * sese.h (scev_analyzable_p): Scevs could be expressions without
1816         chrecs and still be scev_analyzable_p.
1817
1818 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1819
1820         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
1821
1822 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1823
1824         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
1825         * cfgloop.h (struct loop): Remove single_iv field.
1826         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
1827         (scop_canonicalize_loops): Removed.
1828         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
1829         over all the loop phi nodes in loop->header.
1830         (build_poly_scop): Remove use of scop_canonicalize_loops.
1831
1832 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1833
1834         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
1835         handle GIMPLE_CALL.
1836
1837 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1838
1839         * tree-chrec.c (chrec_apply): Should only apply to the specified
1840         variable.  Also handle multivariate chains of recurrences that
1841         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
1842
1843 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1844
1845         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
1846         (debug_clast_name_indexes_1): Removed.
1847         (debug_clast_name_indexes): Removed.
1848         (pbb_to_depth_to_oldiv): Removed.
1849         (build_iv_mapping): Replace the use of rename_map with iv_map.
1850         (translate_clast_user): Remove uses of rename_map.  Allocate and
1851         free iv_map.
1852         (translate_clast_for_loop): Remove uses of rename_map.
1853         (translate_clast_for): Same.
1854         (translate_clast_guard): Same.
1855         (translate_clast): Same.
1856         (gloog): Same.
1857         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
1858         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
1859         * sese.c (set_rename): Now static.
1860         (rename_variables_in_stmt): Removed.
1861         (rename_uses): New.
1862         (is_parameter): Removed.
1863         (is_iv): Removed.
1864         (expand_scalar_variables_call): Removed.
1865         (expand_scalar_variables_ssa_name): Removed.
1866         (expand_scalar_variables_expr): Removed.
1867         (expand_scalar_variables_stmt): Removed.
1868         (expand_scalar_variables): Removed.
1869         (rename_variables): Removed.
1870         (remove_condition): Removed.
1871         (get_true_edge_from_guard_bb): Removed.
1872         (get_false_edge_from_guard_bb): Removed.
1873         (struct igp): Removed.
1874         (default_before_guard): Removed.
1875         (convert_for_phi_arg): Removed.
1876         (add_guard_exit_phis): Removed.
1877         (insert_guard_phis): Removed.
1878         (graphite_copy_stmts_from_block): Now also uses iv_map and a
1879         region.  Do not copy conditions.  Do not copy induction variables.
1880         Call rename_uses.
1881         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
1882         the translated statement.  Use the iv_map for the induction
1883         variable renaming.
1884         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
1885         (set_rename): Removed declaration.
1886         (scev_analyzable_p): ...here.
1887         * tree-chrec.c (chrec_apply_map): New.
1888         * tree-chrec.h (chrec_apply_map): Declared.
1889
1890 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1891
1892         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
1893         insert_loop_close_phis.
1894         * sese.c (name_defined_in_loop_p): Removed.
1895         (expr_defined_in_loop_p): Removed.
1896         (alive_after_loop): Removed.
1897         (close_phi_not_yet_inserted_p): Removed.
1898         (struct alep): Removed.
1899         (add_loop_exit_phis): Removed.
1900         (insert_loop_close_phis): Removed.
1901
1902 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1903
1904         * graphite-cloog-util.c
1905         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
1906         * graphite-poly.c
1907         (psct_scattering_dim_for_loop_depth): Same.
1908
1909 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1910
1911         * graphite-cloog-util.h: Added cloog.h.
1912         * graphite-blocking.c: Removed cloog.h.
1913         * graphite-dependences.c: Same.
1914         * graphite-interchange.c: Same.
1915         * graphite-poly.c: Same.
1916         * graphite-ppl.c: Same.
1917         * graphite-scop-detection.c: Same.
1918         * graphite-sese-to-poly.c:
1919         Removed cloog.h.
1920         Removed graphite-clast-to-gimple.h.
1921         (check_poly_representation): Removed (unused).
1922         * graphite-sese-to-poly.h
1923         (check_poly_representation): Removed (unused).
1924
1925 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1926
1927         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
1928         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
1929         (graphite-cloog-util.o): New.
1930         (graphite-ppl.o): Added graphite-cloog-util.h.
1931         * graphite-clast-to-gimple.c:
1932         Added graphite-cloog-util.h to include statements.
1933         * graphite-cloog-util.c: New.
1934         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
1935         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1936         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1937         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1938         (insert_constraint_into_matrix): Same.
1939         (ppl_Constrain_System_number_of_constraints): Same.
1940         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
1941         (oppose_constraint): Same.
1942         (cloog_matrix_to_ppl_constraint): Same.
1943         (new_Constraint_System_from_Cloog_Matrix): Same.
1944         * graphite-cloog-util.h: New.
1945         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
1946         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1947         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1948         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1949         (insert_constraint_into_matrix): Same.
1950         * graphite-ppl.c:
1951         Added graphite-cloog-util.h to include statements.
1952         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
1953         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1954         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1955         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1956         (insert_constraint_into_matrix): Same.
1957         (ppl_Constrain_System_number_of_constraints): Same.
1958         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
1959         (oppose_constraint): Same.
1960         (cloog_matrix_to_ppl_constraint): Same.
1961         (new_Constraint_System_from_Cloog_Matrix): Same.
1962         * graphite-ppl.h:
1963         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
1964         graphite-cloog-util.h.
1965         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
1966         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
1967         (new_C_Polyhedron_from_Cloog_Matrix): Same.
1968         (insert_constraint_into_matrix): Same.
1969
1970 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1971
1972         * graphite-clast-to-gimple.c
1973         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
1974         (precision_for_interval): Same.
1975         (gcc_type_for_interval): Same.
1976         (compute_type_for_level): Same.
1977         * graphite-interchange.c
1978         (lst_interchange_profitable_p): Same.
1979         * graphite-poly.c
1980         (psct_scattering_dim_for_loop_depth): Same.
1981         * graphite-ppl.c
1982         (ppl_max_for_le_pointset): Same.
1983         (ppl_min_for_le_pointset): Same.
1984
1985 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1986
1987         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
1988         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
1989
1990 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1991
1992         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
1993         rewrite_close_phi_out_of_ssa.
1994
1995 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
1996
1997         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
1998
1999 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2000
2001         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
2002         rename_map.
2003         * sese.c (debug_rename_map): Same.
2004         (get_rename): Same.
2005         (set_rename): Same.
2006         (rename_variables_in_stmt): Same.
2007         (expand_scalar_variables_call): Same.
2008         (expand_scalar_variables_ssa_name): Same.
2009         (expand_scalar_variables_expr): Same.
2010         (expand_scalar_variables_stmt): Same.
2011         (expand_scalar_variables): Same.
2012         (rename_variables): Same.
2013         (graphite_copy_stmts_from_block): Same.
2014         (copy_bb_and_scalar_dependences): Same.
2015
2016 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2017
2018         * graphite-clast-to-gimple.c (copy_renames): Removed.
2019         (translate_clast_for): Do not call copy_renames.
2020         (translate_clast_guard): Same.
2021
2022 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2023
2024         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
2025         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
2026         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
2027         before rewrite_cross_bb_scalar_deps.
2028
2029 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2030
2031         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
2032         Early return in when flag_associative_math is not set.
2033
2034 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2035
2036         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
2037         of SSA copies on edges except for loop->latch.
2038
2039 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2040
2041         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
2042         Split out of rewrite_reductions_out_of_ssa.
2043         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
2044         Declared.
2045         * graphite.c (graphite_transform_loops): Call it.
2046
2047 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2048
2049         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
2050
2051 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
2052
2053         * dbgcnt.def (graphite_scop): New counter.
2054         * graphite.c: Include dbgcnt.h.
2055         (graphite_transform_loops): Use new counter to limit transformations.
2056         * Makefile.in (graphite.o): Depend on DBGCNT_H.
2057
2058 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2059
2060         * passes.c (init_optimization_passes): Add pass_graphite.
2061         Schedule a pass_copy_prop before pass_graphite_transforms.
2062         * timevar.def (TV_GRAPHITE): Declared.
2063         * tree-pass.h (pass_graphite): Declared.
2064         * tree-ssa-loop.c (pass_graphite): New.
2065
2066 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2067
2068         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
2069         Remove calls to rename_nb_iterations and rename_sese_parameters.
2070         * graphite-clast-to-gimple.h (gloog): Update declaration.
2071         * graphite.c (graphite_transform_loops): Update call to gloog.
2072         * sese.c (rename_variables_in_expr): Removed.
2073         (rename_nb_iterations): Removed.
2074         (rename_sese_parameters): Removed.
2075         * sese.h (rename_nb_iterations): Removed.
2076         (rename_sese_parameters): Removed.
2077
2078 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2079
2080         * graphite-clast-to-gimple.c (gloog): Remove call to
2081         sese_adjust_liveout_phis.
2082         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
2083         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
2084         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
2085         rewrite_phi_out_of_ssa.
2086         * sese.c (get_vdef_before_sese): Removed.
2087         (sese_adjust_vphi): Removed.
2088         (sese_adjust_liveout_phis): Removed.
2089         * sese.h (sese_adjust_liveout_phis): Removed.
2090
2091 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2092
2093         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
2094         argument for the place after which to insert the out of SSA copy.
2095         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
2096         (rewrite_phi_out_of_ssa): Same.
2097         (rewrite_cross_bb_scalar_deps): Same.
2098         (insert_copyout): Removed.
2099         (insert_copyin): Removed.
2100         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
2101         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
2102         insert_copyin.
2103
2104 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2105
2106         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
2107         (rewrite_reductions_out_of_ssa): Same.
2108         (rewrite_commutative_reductions_out_of_ssa): Same.
2109         (build_poly_scop): Do not call these functions.
2110         * graphite-sese-to-poly.h (build_poly_scop): Declared.
2111         (rewrite_reductions_out_of_ssa): Declared.
2112         (rewrite_commutative_reductions_out_of_ssa): Declared.
2113         * graphite.c (graphite_transform_loops): Call on every scop
2114         rewrite_commutative_reductions_out_of_ssa before calling
2115         rewrite_reductions_out_of_ssa and build_scop_bbs.
2116
2117 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2118
2119         * graphite-dependences.c (dot_deps): Make system call to dotty run
2120         in background.
2121         (dot_deps_stmt): Same.
2122         * graphite-poly.c (dot_lst): Same.
2123
2124 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
2125
2126         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
2127         phi_arg_in_outermost_loop.
2128         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
2129         (remove_invariant_phi): Same.
2130
2131 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
2132
2133         * target.def (output_addr_const_extra): New hook.
2134         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
2135         * doc/tm.texi: Regenerate.
2136         * targhooks.c (default_asm_output_addr_const_extra): New function.
2137         * targhooks.h (default_asm_output_addr_const_extra): Declare.
2138         * final.c: (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
2139         target hook.
2140
2141         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
2142         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
2143         * config/i386/i386.h (output_addr_const_extra): Rename to...
2144         (i386_asm_output_addr_const_extra): ...this. Make static.
2145         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
2146
2147 2010-08-11  Richard Henderson  <rth@redhat.com>
2148
2149         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
2150
2151 2010-08-11  Nick Clifton  <nickc@redhat.com>
2152
2153         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
2154         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
2155         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
2156         stormy16-lib2-cmpsi.c.
2157
2158         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
2159         -O2.
2160
2161 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
2162
2163         * opts.h (struct cl_option_handler_func): Make handler take
2164         cl_decoded_option structure as parameter, not individual elements.
2165         (struct cl_option_handlers): Make callbacks take cl_decoded_option
2166         structure as parameter, not individual elements.
2167         (handle_option): Take cl_decoded_option structure as parameter,
2168         not individual elements.
2169         (handle_generated_option): Declare.
2170         * opts-common.c (handle_option): Take cl_decoded_option structure
2171         as parameter, not individual elements.  Update calls to callback
2172         and handler functions.
2173         (handle_generated_option): New.
2174         (read_cmdline_option): Update calls to callback functions and
2175         handle_option.
2176         * opts.c (common_handle_option, complain_wrong_lang,
2177         unknown_option_callback, post_handling_callback,
2178         lang_handle_option, target_handle_option): Take cl_decoded_option
2179         structure as parameter, not individual elements.
2180         (lang_handle_option, target_handle_option, common_handle_option):
2181         Assert option has at most one argument.
2182         (enable_warning_as_error): Call handle_generated_option instead of
2183         handle_option.  Do not pass -Werror argument as argument of
2184         generated option.
2185
2186 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2187
2188         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
2189         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
2190         (SUBWORD_BOOL_CAS): Likewise.
2191         (SUBWORD_SYNC_OP): Likewise.
2192         (SUBWORD_TEST_AND_SET): Likewise.
2193         (FETCH_AND_OP_WORD): Parenthesise INF_OP
2194         (SUBWORD_SYNC_OP): Likewise.
2195         (OP_AND_FETCH_WORD): Likewise.
2196
2197 2010-08-10  Xinliang David Li  <davidxl@google.com>
2198
2199         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
2200         compute max/min offset in address.
2201
2202 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
2203
2204         * ira-live.c: Include sbitmap.h.
2205         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
2206         Compress live ranges even more.
2207
2208 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
2209
2210         * coverage.c (ctr_labels): Delete.
2211
2212 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
2213
2214         PR bootstrap/45177
2215         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
2216         test here from arm_gen_load_multiple_1.
2217         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
2218         multiple_operation_profitable_p.
2219
2220 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
2221
2222         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
2223         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
2224
2225 2010-08-10  Richard Henderson  <rth@redhat.com>
2226
2227         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
2228         after saving registers.  Assert that SSE registers are only saved
2229         with a sufficiently aligned frame.
2230         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
2231         remove stack_realign_fp handling.
2232         (ix86_expand_prologue): Save int registers before stack_realign_fp,
2233         and do not mark the stack alignment as frame related.
2234         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
2235
2236         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
2237         saves when re-aligning the stack.
2238
2239 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
2240
2241         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
2242         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
2243         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
2244
2245 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
2246
2247         * dwarf2out.c (struct die_struct): Move die_tag to the end.
2248
2249 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
2250
2251         * config/arm/iterators.md: New file.
2252         * config/arm/arm.md: Include iterators.md.
2253         (QHSI): Move to new file.
2254         (LTUGEU, cnb, optab, ior_xor): Likewise.
2255         * config/arm/iwmmxt.md (VMMX): Move to new file.
2256         (VSHFT, MMX_char): Likewise.
2257         * config/arm/neon.md (VD): Move to new file.
2258         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
2259         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
2260         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
2261         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
2262         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
2263         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
2264         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
2265         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
2266         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
2267         (Is_d_reg, V_mode_nunits): Likewise.
2268         * config/arm/vec-common.md (VALL): Move to new file.
2269         (VALLW, VINT, VINTW): Likewise.
2270
2271 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
2272
2273         PR middle-end/45182
2274         * combine.c (make_compound_operation): Don't try to convert
2275         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
2276
2277 2010-08-10  Richard Guenther  <rguenther@suse.de>
2278
2279         * tree.h (get_object_alignment): Adjust prototype.
2280         * builtins.c (get_object_alignment): Return unsigned int,
2281         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
2282         and TARGET_MEM_REF properly.
2283         (get_pointer_alignment): Adjust.
2284         * emit-rtl.c (get_mem_align_offset): Adjust comment.
2285         (set_mem_attributes_minus_bitpos): Adjust.
2286         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
2287
2288 2010-08-10  Richard Guenther  <rguenther@suse.de>
2289
2290         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
2291         (copy_prop_visit_assignment): Simplify.
2292         (copy_prop_visit_stmt): Also visit assignments from
2293         constants.
2294         (copy_prop_visit_phi_node): Use operand_equal_p.
2295
2296 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
2297
2298         * ipa-split.c (find_split_points): Free stack.
2299
2300 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
2301
2302         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
2303         * tree.c (tree_node_kind): Delete corresponding entries.
2304
2305 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
2306
2307         * alias.c (may_alias_p): Remove unused ret.
2308
2309 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
2310
2311         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
2312         alias_sets_conflict_p.
2313         (walk_mems_1): Moved from alias.c.
2314         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
2315         in alias.c.
2316         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
2317         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
2318         * alias.c (walk_mems_2): Moved to ddg.c.
2319         (walk_mems_1): Ditto.
2320         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
2321         to ddg.c.
2322         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
2323         disambiguation.
2324         *(may_alias_p): New function to check whether two memory expression
2325         may alias or not. Currently used in buidling inter-iteration memory
2326         dependence.
2327         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
2328         (insn_alias_sets_conflict_p): Removed
2329         *rtl.h (may_alias_p): New function prototype.
2330
2331 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
2332
2333         * tree.c (nreverse): Assert that we don't have a BLOCK.
2334
2335 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
2336
2337         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
2338         * config/arm/arm.c (arm_get_pcs_model): Likewise.
2339         * config/avr/avr.c (init_cumulative_args): Likewise.
2340         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
2341         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
2342         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
2343         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
2344         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
2345         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
2346         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
2347         * dwarf2out.c (gen_subprogram_die): Likewise.
2348         * function.c (allocate_struct_function): Likewise.
2349         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
2350         (deserves_ellipsis): Delete.
2351
2352 2010-08-09  Richard Guenther  <rguenther@suse.de>
2353
2354         * tree-ssa-copy.c (cached_last_copy_of): Remove.
2355         (valueize_val): New function.
2356         (get_last_copy_of): Remove.
2357         (set_copy_of_val): Simplify.
2358         (dump_copy_of): Likewise.
2359         (copy_prop_visit_cond_stmt): Use valueize_val.
2360         (copy_prop_visit_phi_node): Properly handle unvisited names.
2361         Drop code managing copy-of chains.
2362         (init_copy_prop): Adjust.
2363         (fini_copy_prop): Likewise.
2364         (execute_copy_prop): Remove obsolete comment.
2365
2366 2010-08-09  Richard Guenther  <rguenther@suse.de>
2367
2368         PR middle-end/44632
2369         * function.c (gimplify_parameters): Do not clear addressable
2370         bit of the original parameter.
2371
2372 2010-08-09  Richard Guenther  <rguenther@suse.de>
2373
2374         PR middle-end/45212
2375         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
2376         alignment from MEM_REF offset only if we took it from the
2377         base object.
2378
2379 2010-08-09  Eric Fisher <joefoxreal@gmail.com>
2380
2381         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
2382
2383 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
2384
2385         * c-tree.h (build_arg_info): Declare.
2386         * c-decl.c (build_arg_info): Define.
2387         (get_parm_info): Call it.  Delete initialization code.
2388         * c-parser.c (c_parser_parms_declarator): Likewise.
2389         (c_parser_parms_list_declaractor): Likewise.
2390
2391 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
2392
2393         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
2394         (struct c_arg_info): Change type of tags field.
2395         * c-decl.c (grokdeclarator): Update for changed type of tags field.
2396         (get_parm_info): Likewise.
2397         (store_parm_decls_newstyle): Likewise.
2398
2399 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
2400
2401         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
2402         (branch_island_list): Delete.
2403         (branch_islands): Declare.
2404         (add_compiler_branch_island): Adjust for branch_islands instead of
2405         branch_island_list.
2406         (macho_branch_islands): Likewise.
2407         (no_previous_def): Likewise.
2408         (get_prev_label): Likewise.
2409
2410 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2411
2412         PR boehm-gc/34544
2413         * gthr-posix.h (__gthread_start): Delete.
2414         (__gthread_active_init): Use pthread_default_stacksize_np instead of
2415         pthread_create to determine if hpux pthreads are active.
2416         * gthr-posix95.h (__gthread_start): Delete.
2417         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
2418
2419 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
2420
2421         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
2422         _WIN64 not expanded.
2423
2424 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
2425             H.J. Lu  <hongjiu.lu@intel.com>
2426
2427         PR target/45213
2428         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
2429         to output 32bit SFmode immediate as 8 byte sign extended value.
2430
2431 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2432
2433         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
2434         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
2435         (SUBWORD_BOOL_CAS): Likewise.
2436         (SUBWORD_SYNC_OP): Likewise.
2437         (SUBWORD_TEST_AND_SET): Likewise.
2438         (FETCH_AND_OP_WORD): Parenthesise INF_OP
2439         (SUBWORD_SYNC_OP): Likewise.
2440         (OP_AND_FETCH_WORD): Likewise.
2441
2442 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2443
2444         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
2445         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
2446         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
2447         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
2448         generic part.
2449         (cortex_a9_sched_adjust_cost): New function.
2450         (xscale_sched_adjust_cost): New function.
2451         * config/arm/arm-protos.h (struct tune_params): New field
2452         sched_adjust_cost.
2453         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
2454
2455 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
2456
2457         PR target/44942
2458         * config/sparc/sparc.c (function_arg_advance): Always take into account
2459         the padding, if any.
2460
2461 2010-08-06  Richard Guenther  <rguenther@suse.de>
2462
2463         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
2464         (dump_lattice_value): Dump it.
2465         (get_default_value): Adjust.
2466         (get_constant_value): Likewise.
2467         (set_value_varying): Likewise.
2468         (set_lattice_value): Make sure to not go up the lattice
2469         with bitwise constant values.
2470         (get_value_for_expr): Handle ADDR_EXPRs.
2471         (value_to_double_int): New function.
2472         (get_value_from_alignment): Likewise.
2473         (do_dbg_cnt): Adjust.
2474         (ccp_lattice_meet): Handle partially constant values.
2475         (bit_value_unop_1): New function.
2476         (bit_value_binop_1): Likewise.
2477         (bit_value_unop): Likewise.
2478         (bit_value_binop): Likewise.
2479         (evaluate_stmt): Track partially constant values if
2480         flag_tree_bit_ccp is set.
2481         (ccp_fold_stmt): Dump if we folded a predicate.
2482         (ccp_visit_stmt): Adjust.
2483         * common.opt (ftree-bit-ccp): New flag.
2484         * doc/invoke.texi (ftree-bit-ccp): Document.
2485         * opts.c (decode_options): Enable bit-CCP at -O1.
2486
2487 2010-08-06  Alan Modra  <amodra@gmail.com>
2488
2489         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
2490         and -mrelocatable-lib description.
2491
2492 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
2493
2494         From Martin Thuresson  <martint@google.com>
2495         * postreload.c (reload_cse_simplify_operands): Use
2496         SET_REGNO_RAW instead of SET_REGNO.
2497         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
2498         SET_REGNO.
2499         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
2500         instead of SET_REGNO.
2501         * rtl.h (SET_REGNO_RAW): New macro.
2502
2503 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
2504
2505         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
2506         computations.  Fix formatting issues.
2507         (num_sign_bit_copies1): Likewise.
2508         (canonicalize_condition): Likewise.
2509
2510 2010-08-05  Richard Henderson  <rth@redhat.com>
2511
2512         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
2513         (floor_log2): Use clz_hwi.
2514         (exact_log2): Use ctz_hwi.
2515         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
2516         * builtins.c (fold_builtin_bitop): Use them.
2517         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
2518         * combine.c (get_pos_from_mask): Use ctz_hwi.
2519         * double-int.c (double_int_ctz): Likewise.
2520         * explow.c (force_reg): Likewise.
2521         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
2522
2523 2010-08-05  Richard Henderson  <rth@redhat.com>
2524
2525         PR target/45189
2526         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
2527         the alignment constant is properly sign-extended.
2528
2529 2010-08-05  Richard Guenther  <rguenther@suse.de>
2530
2531         * expr.c (store_expr): Use emit_block_move only if both
2532         source and target are MEMs.  Use store_bit_field if only
2533         the target is a MEM.
2534
2535 2010-08-05  Richard Henderson  <rth@redhat.com>
2536
2537         PR debug/45188
2538         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
2539         (INCOMING_RETURN_ADDR_RTX): Likewise.
2540         (dwarf2out_do_frame): Remove conditional compilation.
2541         (dwarf2out_frame_init): Likewise.
2542
2543 2010-08-05  Nicolas Setton  <setton@adacore.com>
2544
2545         * gcov.c (flag_display_progress): New static variable.
2546         (main): Display progress info on standard output if requested.
2547         (options): Add -d/--display-progress.
2548         (print_usage): Print them.
2549         (process_args): Handle them.
2550         * doc/gcov.texi: Document them.
2551
2552 2010-08-05  Martin Jambor  <mjambor@suse.cz>
2553
2554         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
2555         (ipcp_insert_stage): Redirect only edges not flagged with
2556         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
2557         discovered constants.
2558
2559 2010-08-05  Martin Jambor  <mjambor@suse.cz>
2560
2561         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
2562         (struct ipa_param_descriptor): New fields types and
2563         cannot_devirtualize.
2564         (ipa_param_cannot_devirtualize_p): New function.
2565         (ipa_param_types_vec_empty): Likewise.
2566         (ipa_make_edge_direct_to_target): Declare.
2567         * ipa-cp.c: Fixed first stage driver name in initial comment,
2568         described devirtualization there too.
2569         (ipcp_analyze_node): Call ipa_analyze_params_uses.
2570         (ipcp_print_all_lattices): Print devirtualization info.
2571         (ipa_set_param_cannot_devirtualize): New function.
2572         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
2573         lattice to BOTTOM.
2574         (ipcp_init_stage): Merged into...
2575         (ipcp_generate_summary): ...its caller.
2576         (ipcp_change_tops_to_bottom): Also process type lists.
2577         (ipcp_add_param_type): New function.
2578         (ipcp_copy_types): Likewise.
2579         (ipcp_propagate_types): Likewise.
2580         (ipcp_propagate_stage): Also propagate types.
2581         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
2582         Also return true if propagated types require it.
2583         (ipcp_update_callgraph): Dump redirection info.
2584         (ipcp_process_devirtualization_opportunities): New function.
2585         (ipcp_const_param_count): Include known type information.
2586         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
2587         on new node.  Fixed formatting.
2588         * ipa-prop.c (make_edge_direct_to_target): Renamed to
2589         ipa_make_edge_direct_to_target and changed all callers.  Made
2590         externally visible.
2591         (ipa_node_duplication_hook): Duplicate types vector.
2592         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
2593         redirect outgoing calls for which we can't get a decl from the
2594         statement.  Check that we can get a decl from the call statement.
2595         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
2596         ipa_analyze_params_uses only when ipa-cp is disabled.
2597         * tree-inline.c (get_indirect_callee_fndecl): Removed.
2598         (expand_call_inline): Do not call get_indirect_callee_fndecl.
2599         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
2600         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
2601
2602 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
2603
2604         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
2605         temporary. Emit move from temporary to accum, so REG_EQUAL note will
2606         be attached to this insn in correct mode.
2607
2608 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
2609
2610         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
2611         using REGNO of base_reg directly.
2612
2613 2010-08-05  Jie Zhang  <jie@codesourcery.com>
2614
2615         PR tree-optimization/45144
2616         * tree-sra.c (type_consists_of_records_p): Return false
2617         if the record contains bit-field.
2618
2619 2010-08-04  Richard Henderson  <rth@redhat.com>
2620
2621         * config/i386/i386.c (struct ix86_frame): Remove padding and
2622         to_allocate members.
2623         (ix86_compute_frame_layout): Don't store them.
2624         (ix86_can_use_return_insn_p): Use a more direct and more obviously
2625         correct condition for the position of the stack pointer.
2626         (ix86_expand_prologue): Compute remaining stack allocation based
2627         on the ultimate stack pointer offset.
2628         (ix86_expand_epilogue): Use more obvious expressions testing for
2629         the stack pointer already pointing to the saved registers.
2630
2631         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
2632         duplication deconstructing the frame pointer.  Simplify
2633         deallocation of the local stack frame.
2634
2635         * reg-notes.def (CFA_EXPRESSION): New.
2636         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
2637         (dwarf2out_frame_debug_cfa_expression): New.
2638         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
2639
2640         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
2641         * config/i386/i386.c (ix86_expand_prologue): Set it.
2642         (ix86_expand_epilogue): Clear it.
2643         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
2644         context, add REG_CFA_EXPRESSION notes.
2645
2646         * config/i386/i386.h (struct machine_frame_state): Rename from
2647         machine_cfa_state.  Add members tracking SP and FP regardless
2648         of the current CFA register.
2649         (ix86_cfa_state): Remove.
2650         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
2651         and sse_reg_save_offset members.
2652         (ix86_compute_frame_layout): Set them.
2653         (gen_push): Increment sp_offset too.
2654         (choose_baseaddr_len, choose_baseaddr): New.
2655         (ix86_emit_save_reg_using_mov): New.
2656         (ix86_emit_save_regs_using_mov): Use it.
2657         (ix86_emit_save_sse_regs_using_mov): Likewise.
2658         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
2659         compare vs the saved red_zone_offset.
2660         (pro_epilogue_adjust_stack): Adjust sp_offset.
2661         (ix86_adjust_stack_and_probe): Likewise.
2662         (ix86_expand_prologue): Set up, use, and validate the new
2663         frame_state_info members.  Use gen_frame_mem.
2664         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
2665         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
2666         new frame_state_info members.
2667         (ix86_emit_leave): Likewise.
2668         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
2669         out-of-range stack pointer offsets here.
2670         (ix86_emit_restore_sse_regs_using_mov): Likewise.
2671         (ix86_expand_epilogue): Use and validate the new frame_state_info
2672         members.  Break up and simplify the logic selecting the
2673         restore_regs_via_mov code path.  Ensure that there will be no
2674         out-of-range stack pointer offsets.
2675
2676         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
2677
2678         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
2679         argument name to reflect the expected tree; fix indentation.
2680         (ix86_asm_output_function_label): Output the entire 32-bit
2681         ms_hook here as bytes ...
2682         (ix86_expand_prologue): ... not here as insns.  Attach the
2683         unwind info for the ms_hook to a blockage insn.
2684         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
2685         (ix86_ms_bitfield_layout_p): Fix indentation.
2686         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
2687
2688         * config/i386/i386.c (ix86_using_red_zone): New.
2689         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
2690         ix86_expand_prologue, ix86_force_to_memory): Use it.
2691
2692         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
2693         saving the int registers.
2694
2695         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
2696         and DWARF2_UNWIND_INFO conditional compilation.
2697
2698 2010-08-04  Richard Henderson  <rth@redhat.com>
2699
2700         PR debug/45171
2701         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
2702         an is_naming_typedef_decl.
2703
2704 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
2705
2706         PR rtl-optimization/45162
2707         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
2708         * dce.c (word_dce_process_block): Likewise.
2709
2710 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
2711
2712         PR target/44583
2713         * config/ia64/constraints.md (Z): New.
2714         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
2715         (xfreg_or_signed_fp01_operand): New.
2716         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
2717         with fr_reg_or_signed_fp01_operand and constraint G with Z.
2718         (subsf3): Ditto.
2719         (*maddsf4): Ditto.
2720         (*msubsf4): Ditto.
2721         (adddf3): Ditto.
2722         (adddf3_trunc): Ditto.
2723         (subdf3): Ditto.
2724         (*subdf3_trunc): Ditto.
2725         (*madddf4): Ditto.
2726         (*madddf4_trunc): Ditto.
2727         (*msubdf4): Ditto.
2728         (*msubdf4_trunc): Ditto.
2729         (addxf3): Replace xfreg_or_fp01_operand with
2730         xfreg_or_signed_fp01_operand and constraint G with Z.
2731         (*addxf3_truncsf): Ditto.
2732         (*addxf3_truncdf): Ditto.
2733         (subxf3): Ditto.
2734         (*subxf3_truncsf): Ditto.
2735         (*subxf3_truncdf): Ditto.
2736         (*maddxf4): Ditto.
2737         (*maddxf4_truncsf): Ditto.
2738         (*maddxf4_truncdf): Ditto.
2739         (*msubxf4): Ditto.
2740         (*msubxf4_truncsf): Ditto.
2741         (*msubxf4_truncdf): Ditto.
2742
2743 2010-08-04  Richard Guenther  <rguenther@suse.de>
2744
2745         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
2746         if either alias-set is zero.
2747
2748 2010-08-04  Richard Guenther  <rguenther@suse.de>
2749
2750         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
2751         * tree-ssa-ccp.c: ... here.
2752         * tree-ssa-copy.c: ... and here.
2753         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
2754         value_range_t): Move ...
2755         * tree-vrp.c: ... here.
2756         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
2757         (substitute_and_fold): Adjust prototype.
2758         * tree-ssa-propagate.c (replace_uses_in): Adjust.
2759         (replace_phi_args_in): Likewise.
2760         (substitute_and_fold): Take callback to query lattice instead
2761         of pointer to lattice.  Replace SSA name defs with lattice
2762         values first.
2763         * tree-ssa-ccp.c (ccp_finalize): Adjust.
2764         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
2765         (get_value): New function.
2766         (fini_copy_prop): Adjust.
2767         * tree-vrp.c (vrp_finalize): Adjust.
2768
2769 2010-08-04  Richard Guenther  <rguenther@suse.de>
2770
2771         PR middle-end/45176
2772         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
2773         points-to set for original MEM_REF.
2774
2775 2010-08-04  Richard Guenther  <rguenther@suse.de>
2776
2777         * tree-ssa-ccp.c (get_constant_value): New function.
2778         (get_rhs_assign_op_for_ccp): Remove.
2779         (valueize_op): New function.
2780         (ccp_fold): Use get_constant_value and valueize_op.
2781         (fold_const_aggregate_ref): Likewise.
2782         (ccp_fold_stmt): Likewise.
2783         (visit_assignment): Simplify.
2784
2785 2010-08-04  Richard Guenther  <rguenther@suse.de>
2786
2787         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
2788         * double-int.h (double_int_ctz): Declare.
2789         * double-int.c (double_int_ctz): New function.
2790
2791 2010-08-04  Hariharan Sandanagobalane <hariharan@picochip.com>
2792
2793         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
2794         Define.
2795         picochip_expand_movmemhi : Expand movmem pattern.
2796         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
2797         Declare.
2798         * config/picochip/picochip.md (movmemhi) : New pattern.
2799
2800 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
2801
2802         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
2803
2804 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
2805
2806         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
2807         NEG as operand of a MULT by merging it with the other operand.
2808         * combine.c (make_compound_operation): Use trunc_int_for_mode when
2809         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
2810         MULT.
2811         * config/arm/constraints.md (M): Examine only 32 bits of a
2812         HOST_WIDE_INT.
2813         * config/arm/predicates.md (power_of_two_operand): Likewise.
2814
2815 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2816
2817         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
2818         non-NOTE insns.
2819
2820 2010-08-03  Jan Hubicka  <jh@suse.cz>
2821
2822         * ipa-split.c (struct split_point): Add split_part_set_retval.
2823         (find_retval): Forward declare.
2824         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
2825         (consider_split): Compute current->split_part_set_retval.
2826         (visit_bb): Do not look into return value.
2827         (split_function): Handle !split_part_set_retval
2828
2829 2010-08-03  Martin Jambor  <mjambor@suse.cz>
2830
2831         * tree-sra.c (completely_scalarize_record): New parameter REF, create
2832         its own access->expr intead of using build_ref_for_offset.
2833
2834 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
2835
2836         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
2837         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
2838         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
2839         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
2840         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
2841         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
2842         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
2843         DEFAULT_SWITCH_TAKES_ARG.
2844         * config/rx/rx.opt (-patch=): Remove option.
2845         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
2846         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
2847         * doc/invoke.texi (RX Options): Remove -patch=.
2848         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
2849         (option_map): Remove --profile-blocks, --quiet and --silent.
2850
2851 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
2852
2853         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
2854         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
2855         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
2856         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2857         Update calls to ix86_expand_compare and ix86_expand_branch.
2858         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
2859         ix86_expand_compare.
2860         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
2861         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
2862         Make static.
2863         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
2864         and ix86_compare_op1.  Update calls to ix86_expand_compare.
2865         (ix86_expand_int_movcc): Ditto.
2866         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
2867         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
2868         (ix86_expand_setcc): Ditto.
2869         (ix86_expand_compare): Remove prototype.
2870         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
2871         ix86_compare_op0 and ix86_compare_op1.  Update calls
2872         to ix86_expand_branch to directly pass operands[1] and operands[2].
2873         (cbranchxf4): Ditto.
2874         (cbranch<MODEF:mode>4): Ditto.
2875         (cbranchcc4): Ditto.
2876         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
2877         Update calls to ix86_expand_setcc to directly pass operands[2] and
2878         operands[3].
2879         (cstorexf4): Ditto.
2880         (cstore<MODEF:mode>4): Ditto.
2881         (cstorecc4): Ditto.
2882
2883 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
2884
2885         PR target/45063
2886         * caller-save.c (save_call_clobbered_regs): Remove regs from
2887         hard_regs_saved when they are set.
2888
2889 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
2890
2891         PR target/41089
2892         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
2893         as volatile.
2894
2895 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
2896
2897         * common.opt (ftree-loop-distribute-patterns): New.
2898         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
2899         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
2900         at -O3.
2901         * tree-data-ref.c (stores_zero_from_loop): New.
2902         * tree-data-ref.h (stores_zero_from_loop): Declared.
2903         * tree-loop-distribution.c (tree_loop_distribution): Call
2904         stores_zero_from_loop.
2905         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
2906
2907 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
2908
2909         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
2910         into account.
2911
2912         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
2913         * config/arm/arm.c (thumb1_code): New variable.
2914         (arm_override_options): Set it.
2915         (thumb1_final_prescan_insn): Keep track of condition code status.
2916         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
2917         jumps that depend on them.
2918         * config/arm/arm.h (thumb1_code): Declare variable.
2919         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
2920         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
2921         thumb1_cc_mode.
2922         (CC_STATUS_INIT): New macro.
2923         * config/arm/constraints.md (Pd): New constraint.
2924         * config/arm/predicates.md (noov_comparison_operator): New predicate.
2925         * config/arm/arm.md (is_thumb1): New define_attr.
2926         (conds): Set default to "clob" when generating Thumb1 code.
2927         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
2928         code are set.  Use two-operand assembly syntax.
2929         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
2930         pattern.
2931         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
2932         codes are set.  Use two-operand assembly syntax.
2933         (zero_extendhisi splitter): Remove constraints.
2934         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
2935         thumb1_movsf_insn): Set conds attribute as appropriate.
2936         (cbranchsi4_insn): Use condition code status from struct
2937         machine_function to determine whether the comparison can be eliminated.
2938         Discourage the alternative using high registers.
2939         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
2940         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
2941         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
2942         subsi3_cbranch): Delete.
2943         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
2944         one subtract and one cbranch insn.
2945
2946         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
2947         thumb2_movdf_soft_insn): Delete patterns.
2948         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
2949         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
2950         (pool_range, neg_pool_range): Use them to define defaults.
2951         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
2952         and allow for TARGET_32BIT.
2953
2954         PR target/40457
2955         * config/arm/arm.h (arm_regs_in_sequence): Declare.
2956         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
2957         load_multiple_sequence, store_multiple_sequence): Delete
2958         declarations.
2959         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
2960         declarations.
2961         * config/arm/ldmstm.md: New file.
2962         * config/arm/arm.c (arm_regs_in_sequence): New array.
2963         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
2964         CHECK_REGS.  All callers changed.
2965         If SAVED_ORDER is nonnull, copy the computed order into it.
2966         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
2967         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
2968         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
2969         If SAVED_ORDER is nonnull, copy the computed order into it.
2970         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
2971         like REGS.  Handle Thumb mode.
2972         (arm_gen_load_multiple_1): New function, broken out of
2973         arm_gen_load_multiple.
2974         (arm_gen_store_multiple_1): New function, broken out of
2975         arm_gen_store_multiple.
2976         (arm_gen_multiple_op): New function, with code from
2977         arm_gen_load_multiple and arm_gen_store_multiple moved here.
2978         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
2979         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
2980         changed.
2981         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
2982         * config/arm/predicates.md (commutative_binary_operator): New.
2983         (load_multiple_operation, store_multiple_operation): Handle more
2984         variants of these patterns with different starting offsets.  Handle
2985         Thumb-1.
2986         * config/arm/arm.md: Include "ldmstm.md".
2987         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
2988         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
2989         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
2990         peepholes): Delete.
2991         * config/arm/ldmstm.md: New file.
2992         * config/arm/arm-ldmstm.ml: New file.
2993
2994         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
2995         if statement which adds extra costs to frame-related expressions.
2996
2997 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2998
2999         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
3000
3001 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
3002
3003         PR target/45142
3004         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
3005         alternative 2.
3006         (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
3007         split V4SI operands.
3008
3009 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
3010
3011         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3012         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
3013         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
3014         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
3015
3016 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
3017
3018         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
3019         LOCAL_INCLUDE_DIR.
3020
3021 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
3022
3023         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
3024         used in the call to optab_for_tree_code.  Fix the second
3025         is_widening_mult_p call.  Check that both unwidened operands
3026         have the same sign.
3027
3028 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
3029
3030         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
3031
3032 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
3033
3034         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3035
3036 2010-07-30  DJ Delorie  <dj@redhat.com>
3037
3038         * config/rx/predicates.md (rx_constshift_operand): New.
3039         * config/rx/rx.md (zs_cond): New.
3040         (cbranchsi4): Remove mode.
3041         (*cbranchsi4_<code>): Likewise.
3042         (*tstbranchsi4_<code>): New.
3043         (*tstbranchsi4r_<code>): New.
3044         (*tstbranchsi4m_eq): New.
3045         (*tstbranchsi4m_ne): New.
3046         (cbranchsf4): Remove mode.
3047         (*cbranchsf4_<code>): Likewise.
3048
3049 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
3050
3051         * rtlanal.c (simplify_subreg_regno): Don't treat
3052         HARD_FRAME_POINTER_REGNUM specially.
3053
3054 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
3055
3056         * common.opt (-G): Don't define option here.
3057         * config/g.opt: New.
3058         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
3059         rs6000/powerpc and score targets.
3060         * opts.c (common_handle_option): Don't handle -G here.
3061         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
3062         * config/frv/frv.c (frv_handle_option): Handle -G.
3063         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
3064         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
3065         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
3066         * config/mips/mips.c (mips_handle_option): Handle -G.
3067         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
3068         * config/score/score.c (score_handle_option): Handle -G.
3069
3070 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
3071
3072         * config/mmix/mmix.c: Include basic-block.h.
3073
3074 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
3075
3076         PR debug/45055
3077         PR rtl-optimization/45137
3078         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
3079         prototypes.
3080         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
3081         New functions.
3082         * combine.c (next_nonnote_nondebug_insn): Removed.
3083         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
3084         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
3085         * sched-deps.c (sched_analyze_insn): Likewise.
3086         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
3087         * rtlanal.c (canonicalize_condition): Likewise.
3088         * postreload.c (reload_combine_recognize_pattern): Likewise.
3089         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
3090
3091 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
3092
3093         * config/i386/i386.md (int_cond): Remove code iterator.
3094         (fp_cond): Ditto.
3095         (cbranch<mode>4): Use ordered_comparison_operator predicate
3096         for operator0.
3097         (cstore<mode>4): Ditto for operator1.
3098         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
3099         (add<mode>cc): ditto.
3100
3101 2010-07-30  Richard Guenther  <rguenther@suse.de>
3102
3103         PR middle-end/45141
3104         * expr.c (expand_expr_real_1): Check for not handled base address.
3105
3106 2010-07-30  Richard Guenther  <rguenther@suse.de>
3107
3108         * ipa-prop.c (ipa_modify_formal_parameters): Use
3109         build_distinct_type_copy.
3110
3111 2010-07-30  Anthony Green  <green@moxielogic.com>
3112
3113         * config/moxie/rtems.h: New file.
3114         * config.gcc: Add moxie-rtems support.
3115
3116 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
3117
3118         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
3119         df flags as in run_fast_df_dce.
3120
3121 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
3122
3123         Revert:
3124         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3125
3126         * rtl.def (NOTE): Swap operands 4 and 5.
3127         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
3128         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
3129         Adjust accordingly.
3130         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
3131
3132 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
3133
3134         PR debug/45110
3135         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
3136         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
3137         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
3138         formal parameters.
3139         (gen_decl_die): Change return type to dw_die_ref, return what
3140         gen_formal_parameter_die returned.
3141
3142 2010-07-29  Martin Jambor  <mjambor@suse.cz>
3143
3144         * dbgcnt.def (eipa_sra): New counter.
3145         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
3146
3147 2010-07-29  Xinliang David Li  <davidxl@google.com>
3148
3149         PR bootstrap/45119
3150         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
3151         in revision 162652.
3152
3153 2010-07-29  Richard Guenther  <rguenther@suse.de>
3154
3155         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
3156         (TV_TREE_STORE_CCP): Likewise.
3157         (TV_TREE_REDPHI): Likewise.
3158
3159 2010-07-29  Richard Guenther  <rguenther@suse.de>
3160
3161         * double-int.h (double_int_and_not): New function.
3162         * combine.c (try_combine): Use it.
3163         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
3164
3165 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
3166
3167         PR rtl-optimization/42575
3168         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
3169         Argument AU removed.  All callers changed.  Ignore artificial refs.
3170         Use return value of df_word_lr_simulate_defs to decide whether an insn
3171         is necessary.
3172         (fast_dce): Rename arg to WORD_LEVEL.
3173         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
3174         static.
3175         (pass_fast_rtl_byte_dce): Delete.
3176         * dce.h (run_word_dce): Declare.
3177         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
3178         All callers changed.  Simplify code to only deal with two-word regs.
3179         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
3180         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
3181         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
3182         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
3183         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
3184         (df_word_lr_mark_ref): Declare.
3185         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
3186         df_word_lr_simulate_uses): Declare or rename from byte variants.
3187         (df_byte_lr_simulate_artificial_refs_at_top,
3188         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
3189         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
3190         declarations.
3191         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
3192         (enum df_mm): Delete.
3193         * df-byte-scan.c: Delete file.
3194         * df-problems.c (df_word_lr_problem_data): Renamed from
3195         df_byte_lr_problem_data, all members deleted except for
3196         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
3197         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
3198         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
3199         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
3200         df_byte_lr_confluence_0): Delete functions.
3201         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
3202         callers changed.
3203         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
3204         Don't initialize members that were deleted, don't try to discover data
3205         about registers.  Ignore hard regs.
3206         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
3207         (df_word_lr_mark_ref): New function.
3208         (df_word_lr_bb_local_compute): Renamed from
3209         df_byte_bb_lr_local_compute; all callers changed.  Use
3210         df_word_lr_mark_ref.  Assert that artificial refs don't include
3211         pseudos.  Ignore hard registers.
3212         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
3213         Assert that exit block uses don't contain pseudos.
3214         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
3215         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
3216         callers changed.  Ignore hard regs.
3217         (df_word_lr_transfer_function): Renamed from
3218         df_byte_lr_transfer_function; all callers changed.
3219         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
3220         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
3221         changed.
3222         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
3223         callers changed.
3224         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
3225         confluence operator 0 set to NULL.
3226         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
3227         callers changed.
3228         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
3229         Return bool, true if bitmap changed or insn otherwise necessary.
3230         All callers changed.  Simplify using df_word_lr_mark_ref.
3231         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
3232         all callers changed.  Simplify using df_word_lr_mark_ref.
3233         * lower-subreg.c: Include "dce.h"
3234         (decompose_multiword_subregs): Call run_word_dce if df available.
3235         * Makefile.in (lower-subreg.o): Adjust dependencies.
3236         (df-byte-scan.o): Delete.
3237         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
3238
3239 2010-07-29  Richard Guenther  <rguenther@suse.de>
3240
3241         * tree.c (build_vector): Assert that the vector constant
3242         has enough elements.
3243         (build_vector_from_ctor): Pad with trailing zeros.
3244
3245 2010-07-29  Richard Guenther  <rguenther@suse.de>
3246
3247         PR tree-optimization/45120
3248         * tree-ssa-structalias.c (get_constraint_for_component_ref):
3249         Handle offset in DEREFs properly.
3250         (get_constraint_for_1): Handle MEM_REF offset properly.
3251
3252 2010-07-29  Richard Guenther  <rguenther@suse.de>
3253
3254         PR middle-end/45034
3255         * convert.c (convert_to_integer): Always use an unsigned
3256         type for narrowed negate and bitwise not.
3257
3258 2010-07-29  Ira Rosen  <irar@il.ibm.com>
3259
3260         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
3261         to outer loop when creating reduction epilogue for double reduction,
3262         and switch back to the inner loop when updating the phi nodes.
3263         Update uses of outer loop exit phi nodes in double reduction (instead
3264         of uses of reduction).
3265
3266 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
3267
3268         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
3269         popcount on power7 and parity on power6 systems.
3270         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
3271         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
3272         instructions.
3273
3274         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
3275         (UNSPEC_PARITY): Ditto.
3276         (SFDF): New iterator for SF/DF.
3277         (rreg2): New mode attribute for floating register constraint.
3278         (TARGET_FLOAT): New mode attribute for whether single/double float
3279         is supported.
3280         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
3281         pattern.
3282         (parity<mode>2_cmpb): New insn for parity on power6 and newer
3283         machines.
3284         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
3285         pattern.  Add support for fcpsgn instruction added in power6.
3286         (copysignsf3): Delete.
3287         (copysigndf3): Delete.
3288         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
3289         instead of if_then_else in RTL to avoid problems with -0.
3290
3291         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
3292         of if_then_else to mirror scalar code.
3293         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
3294         rs6000.md.
3295
3296         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
3297         instead of if_then_else.
3298
3299 2010-07-28  Xinliang David Li  <davidxl@google.com>
3300
3301         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
3302         (dump_cand): Dump var_before/after.
3303         (htab_inv_expr_eq): New function.
3304         (htab_inv_expr_hash): New function.
3305         (tree_ssa_iv_optimize_init): Support pseudo invariants.
3306         (add_candidate_1): consider base type precision.
3307         (set_use_iv_cost): New parameter.
3308         (adjust_setup_cost): Use profile information.
3309         (get_address_cost): Do not hard code width in computing address
3310         offset limits.
3311         (compare_aff_trees): New function.
3312         (get_loop_invariant_expr_id): New function.
3313         (get_computation_cost_at): New parameter and use profile information.
3314         (get_computation_cost): New parameter.
3315         (determine_use_iv_cost_generic): Pass new parameter.
3316         (determine_use_iv_cost_address): Ditto.
3317         (determine_use_iv_cost_condition): Ditto.
3318         (autoinc_possible_for_pair): Ditto.
3319         (determine_use_iv_costs): More dumps.
3320         (iv_ca_get_num_inv_exprs): New function.
3321         (iv_ca_recount_cost): Consider loop invariants in register pressure
3322         cost.
3323         (iv_ca_add_use): New parameter.
3324         (iv_ca_dump): Better dumping.
3325         (iv_ca_extend): New parameter.
3326         (try_add_cand_for): Attempt to get better partial solution.
3327         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
3328         (create_new-ivs): More dumps.
3329         (rewrite_use_compare): Ditto.
3330         (free_loop_data): More cleanup.
3331         (treee_ssa_iv_optimize_finalize): Ditto.
3332
3333 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
3334
3335         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
3336         * config/i386/i386.c (ix86_profile_before_prologue): New.
3337         (override_options): Add special handling for -mfentry.
3338         (ix86_function_regparm): Likewise.
3339         (ix86_function_sseregparm): Likewise.
3340         (ix86_frame_pointer_required): Likewise.
3341         (ix86_expand_prologue): Check for ms_hook_prologue.
3342         (x86_function_profiler): Adjust mcount output.
3343         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
3344         * config/i386/i386.opt (mfentry): New.
3345         * doc/invoke.texi (mfentry): Add documentation.
3346         * doc/tm.texi: Regenerated..
3347         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
3348         * final.c (final_start_function): Replace macro
3349         PROFILE_BEFORE_PROLOGUE by target hook.
3350         * function.c (thread_prologue_and_epilogue_insns): Likewise.
3351         * target.def (profile_before_prologue): New hook.
3352         * targhooks.c (default_profile_before_prologue): New.
3353         * targhooks.h (default_profile_before_prologue): New.
3354
3355 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
3356
3357         PR debug/45105
3358         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
3359
3360         PR debug/45103
3361         * dwarf2out.c (dwarf2out_var_location): Always consider
3362         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
3363
3364 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
3365
3366         PR rtl-optimization/45107
3367         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
3368
3369 2010-07-28  Richard Guenther  <rguenther@suse.de>
3370
3371         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
3372         (set_lattice_value): Do not query an old default value.
3373         (get_value_for_expr): New function.  Properly canonicalize
3374         float values.
3375         (ccp_visit_phi_node): Use it.
3376
3377 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
3378
3379         * config/arm/arm.c (arm_pcs_default): Remove static.
3380         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
3381         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
3382         (arm_pcs_default): Declare.
3383
3384 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
3385
3386         * config/rs6000/rs6000.c (rs6000_override_options):
3387         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
3388         ... to darwin_rs6000_override_options.
3389         (rs6000_return_in_memory): Update preceding comment for darwin
3390         64 bit ABI.  Use TARGET_MACHO inline.
3391         (rs6000_darwin64_struct_check_p): New.
3392         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
3393         (function_arg): Likewise.
3394         (rs6000_arg_partial_bytes): Likewise.
3395         (rs6000_function_value): Likewise.
3396
3397 2010-07-28  Andi Kleen <ak@linux.intel.com>
3398
3399         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
3400
3401 2010-07-28  Richard Guenther  <rguenther@suse.de>
3402
3403         PR middle-end/44903
3404         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
3405         targets try harder to not generate unaligned accesses.
3406
3407 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
3408
3409         PR rtl-optimization/45101
3410         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
3411         for gcse-las.
3412
3413 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
3414
3415         PR tree-optimization/44885
3416         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
3417         with non-aliased component.
3418
3419 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
3420
3421         * config/darwin-driver.c (SWITCH_TAKES_ARG,
3422         WORD_SWITCH_TAKES_ARG): Remove.
3423         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
3424         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
3425         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
3426         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
3427         definitions from gcc.c.
3428         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
3429         defaults.h.
3430         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
3431         Move to defaults.h.
3432         * opts-common.c: Include tm.h.
3433         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
3434         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
3435         Handle more than one argument.  Set canonical_option_num_elements.
3436         (decode_cmdline_options_to_array): Set
3437         canonical_option_num_elements and trailing elements of
3438         canonical_option.
3439         * opts.h (struct cl_decoded_option): Allow four elements in
3440         canonical_option.  Add field canonical_option_num_elements.
3441         * Makefile.in (opts-common.o): Update dependencies.
3442
3443 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
3444
3445         PR middle-end/44790
3446         PR middle-end/44993
3447         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
3448         sure the base has address_mode before adding the offset.
3449
3450 2010-07-27  Xinliang David Li <davidxl@google.com>
3451
3452         * tree-flow.h (create_mem_ref): Add one new parameter.
3453         * tree-ssa-address.c (create_mem_ref): New parameter.
3454         (addr_to_parts): Ditto.
3455         (move_variant_to_index): New function.
3456         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
3457
3458 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3459
3460         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
3461         4 and 5.
3462         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
3463         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
3464         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
3465         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
3466         CODE_LABELs and NOTEs.
3467         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
3468         * combine.c (try_combine): Likewise.
3469         * ira.c (setup_prohibited_mode_move_regs): Likewise.
3470         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
3471
3472 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3473
3474         * coretypes.h (struct cl_option_handlers): Declare.
3475         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
3476         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
3477         * langhooks-def.h (lhd_handle_option): Declare.
3478         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
3479         * langhooks.c (lhd_handle_option): New.
3480         * langhooks.h (struct lang_hooks): Update prototype and return
3481         value type of handle_option hook.
3482         * optc-gen.awk: Generate target_flags_explicit definition for the
3483         driver.
3484         * opts-common.c: Include diagnostic.h.
3485         (handle_option): Move from opts.c.  Update prototype and return
3486         value type.  Use handlers structure.
3487         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
3488         handlers structure.
3489         (set_option): Move from opts.c.
3490         * opts.c (common_handle_option): Update prototype and return value
3491         type.  Update calls to handle_option and enable_warning_as_error.
3492         (unknown_option_callback, post_handling_callback,
3493         lang_handle_option, target_handle_option): New.
3494         (handle_option, read_cmdline_option): Move to opts-common.c.
3495         (read_cmdline_options): Update prototype.  Update call to
3496         read_cmdline_option.
3497         (decode_options): Initialize and use handlers structure.
3498         (set_option): Move to opts-common.c.
3499         (enable_warning_as_error): Update prototype.  Update call to
3500         handle_option.
3501         * opts.h (struct cl_option_handler_func, struct
3502         cl_option_handlers): New.
3503         (handle_option, enable_warning_as_error): Update prototypes.
3504         (read_cmdline_option): Declare.
3505         * Makefile.in (opts-common.o): Update dependencies.
3506
3507 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3508
3509         * config/arm/arm.c (params.h): Include.
3510         (arm_override_options): Tune gcse-unrestricted-cost.
3511         * config/arm/t-arm (arm.o): Define dependencies.
3512
3513 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3514
3515         PR target/42495
3516         PR middle-end/42574
3517         * basic-block.h (get_dominated_to_depth): Declare.
3518         * dominance.c (get_dominated_to_depth): New function, use
3519         get_all_dominated_blocks as a base.
3520         (get_all_dominated_blocks): Use get_dominated_to_depth.
3521
3522         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
3523         (hoist_exprs): Remove.
3524         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
3525         (compute_code_hoist_vbeinout): Add debug print outs.
3526         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
3527
3528         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
3529         quadratic behavior.
3530         * params.h (MAX_HOIST_DEPTH): New macro.
3531         * doc/invoke.texi (max-hoist-depth): Document.
3532
3533 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3534
3535         PR rtl-optimization/40956
3536         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
3537         constants.
3538
3539 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3540
3541         PR target/42495
3542         PR middle-end/42574
3543         * config/arm/arm.c (legitimize_pic_address): Use
3544         gen_calculate_pic_address pattern to emit calculation of PIC address.
3545         (will_be_in_index_register): New function.
3546         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
3547         (thumb1_legitimate_address_p): Use it provided !strict_p.
3548         * config/arm/arm.md (calculate_pic_address): New expand and split.
3549
3550 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3551
3552         PR target/42495
3553         PR middle-end/42574
3554         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
3555         * config/arm/arm.md (define_split "J", define_split "K"): Make
3556         IRA/reload friendly.
3557
3558 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3559
3560         * gcse.c (insert_insn_end_basic_block): Update signature, remove
3561         unused checks.
3562         (pre_edge_insert, hoist_code): Update.
3563
3564 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3565
3566         PR target/42495
3567         PR middle-end/42574
3568         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
3569
3570 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3571
3572         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
3573
3574 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3575
3576         PR rtl-optimization/40956
3577         PR target/42495
3578         PR middle-end/42574
3579         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
3580         for hoisting.
3581         (hoist_code): Count occurences in current block too.
3582
3583 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3584
3585         * gcse.c (struct expr:max_distance): New field.
3586         (doing_code_hoisting_p): New static variable.
3587         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
3588         simple expressions, don't change behavior for PRE.  Set max_distance.
3589         (insert_expr_in_table): Set new max_distance field.
3590         (hash_scan_set): Update.
3591         (hoist_expr_reaches_here_p): Stop search after max_distance
3592         instructions.
3593         (find_occr_in_bb): New static function.  Use it in ...
3594         (hoist_code): Calculate sizes of basic block before any changes are
3595         done.  Pass max_distance to hoist_expr_reaches_here_p.
3596         (one_code_hoisting_pass): Set doing_code_hoisting_p.
3597
3598         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
3599         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
3600         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
3601         macros.
3602         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
3603         Document.
3604
3605 2010-07-27  Jeff Law  <law@redhat.com>
3606             Maxim Kuvyrkov  <maxim@codesourcery.com>
3607
3608         * gcse.c (compute_transpout, transpout): Remove, move logic
3609         to prune_expressions.
3610         (compute_pre_data): Move pruning of trapping expressions ...
3611         (prune_expressions): ... here.  New static function.
3612         (compute_code_hoist_data): Use it.
3613         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
3614
3615 2010-07-27  Xinliang David Li  <davidxl@google.com>
3616
3617         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
3618         (rewrite_use_address): Adjust iv update position when needed.
3619
3620 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
3621
3622         * dbgcnt.def (hoist_insn): New debug counter.
3623         * gcse.c (hoist_code): Use it.
3624
3625 2010-07-27  Xinliang David Li  <davidxl@google.com>
3626
3627         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
3628         (niter_for_single_dom_exit): Passes additional parameter.
3629         (iv_period): Fix comments.
3630         (may_eliminate_iv): Handles multiple exit loops properly.
3631         (free_tree_niter_desc): New function.
3632         (free_loop_data): Frees up loop iteration descriptors.
3633
3634 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3635
3636         PR target/44542
3637         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
3638         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
3639         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
3640         (expand_one_var): Don't consider DECL_ALIGN for variables for
3641         which expand_one_stack_var_at has been already called.
3642
3643         PR testsuite/44701
3644         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
3645         constraints on IA-64.
3646
3647 2010-07-27  Jie Zhang  <jie@codesourcery.com>
3648
3649         PR target/44290
3650         Revert:
3651         2010-07-23  Jie Zhang  <jie@codesourcery.com>
3652
3653         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
3654         false if ! tree_versionable_function_p.
3655
3656 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3657
3658         * dwarf2out.c (add_data_member_location_attribute): Use
3659         add_AT_unsigned instead of add_AT_int if offset is non-negative.
3660
3661 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3662
3663         * postreload.c (try_replace_in_use): New static function.
3664         (reload_combine_recognize_const_pattern): Use it here.  Allow
3665         substituting into a final add insn, and substituting into a memory
3666         reference in an insn that sets the reg.
3667
3668 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3669
3670         * common.opt (o): Add MissingArgError.
3671         * doc/options.texi (MissingArgError): Document.
3672         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
3673         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
3674         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
3675         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
3676         * langhooks.h (struct lang_hooks): Remove missing_argument.
3677         * optc-gen.awk: Handle MissingArgError and output new structure
3678         field initializers.
3679         * opts.c (read_cmdline_option): Use missing_argument_error field
3680         instead of missing_argument langhook.
3681         * opts.h (struct cl_option): Add missing_argument_error field.
3682         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
3683
3684 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
3685
3686         PR target/29090
3687         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
3688         Darwin64 ABI, for zero-sized objects.
3689
3690 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
3691
3692         PR target/35491
3693         PR target/29090
3694
3695         Merge from Apple local 4.2.1.
3696         2005-05-11  Stan Shebs  <shebs@apple.com>
3697         Fix 64-bit varargs for Darwin (Radar 4028089).
3698         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
3699         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
3700         Add argument, add case for 8-byte register half-filled with a float.
3701         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
3702         single-precision floats specially.
3703
3704 2010-07-27  Ira Rosen  <irar@il.ibm.com>
3705
3706         PR tree-optimization/44152
3707         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
3708         complex numbers for further check.
3709         (vect_supported_load_permutation_p): Check nodes with
3710         complex numbers.
3711
3712 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
3713
3714         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
3715         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
3716         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
3717         (LANG_HOOKS_INITIALIZER): Add new hooks.
3718         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
3719         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
3720         and complain_wrong_lang_p.  Update init_options prototype.
3721         * c-objc-common.c (c_initialize_diagnostics): First call
3722         c_common_initialize_diagnostics.
3723         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
3724         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
3725         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
3726         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
3727         (hook_uint_void_0): New.
3728         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
3729         (hook_uint_void_0): New.
3730         * opts-common.c (decode_cmdline_option,
3731         decode_cmdline_options_to_array): Also fill in canonical_option field.
3732         * opts.c (complain_wrong_lang): Use langhook to determine whether
3733         to complain instead of special-casing LTO.
3734         (decode_options): Separate lang_mask determination with
3735         option_lang_mask hook from call of init_options hook.
3736         * opts.h (struct cl_decoded_option): Add canonical_option.
3737
3738 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
3739
3740         PR tree-optimization/45083
3741         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
3742
3743 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
3744
3745         * postreload.c (reload_combine_recognize_const_pattern): Move test
3746         for limiting the insn movement to the right scope.
3747
3748         PR rtl-optimization/45051
3749         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
3750         than reg_mentioned_p.
3751
3752 2010-07-26  Richard Henderson  <rth@redhat.com>
3753
3754         PR target/44132
3755         * tree-emutls.c: New file.
3756         * Makefile.in (OBJS-common): Add it.
3757         * tree-pass.h (pass_ipa_lower_emutls): Declare.
3758         * passes.c (init_optimization_passes): Add it.
3759
3760         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
3761         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
3762         * expr.c (emutls_var_address): Delete.
3763         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
3764         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
3765         (emutls_finish): Delete.
3766         * toplev.c (compile_file): Don't call it.
3767         * tree.h (emutls_decl): Delete.
3768         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
3769         (emutls_finish, emutls_finalize_control_var): Delete.
3770         (emutls_object_type): Move to tree-emutls.c.
3771         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
3772         default_emutls_var_fields, get_emutls_object_type,
3773         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
3774         default_emutls_var_init): Likewise.
3775         (get_variable_section): Don't special case emutls.
3776         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
3777         default_elf_select_section, default_unique_section,
3778         default_encode_section_info): Likewise.
3779         * varpool.c (decide_is_variable_needed): Likewise.
3780         * gimple-iterator.c (update_call_edge_frequencies): New
3781         (gsi_insert_on_edge_immediate): Use it.
3782         (gsi_insert_seq_on_edge_immediate): Likewise.
3783         (gsi_commit_one_edge_insert): Likewise.
3784
3785         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
3786         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
3787         (x86_64_elf_unique_section): Likewise.
3788
3789 2010-07-26  Jan Hubicka  <jh@suse.cz>
3790
3791         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
3792         GTY((skip)).
3793
3794 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
3795
3796         * target.def (output_source_filename): New hook.
3797         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
3798         * doc/tm.texi: Regenerate.
3799         * toplev.c (output_file_directive) Remove function.
3800         * toplev.h (output_file_directive) Remove.
3801         * output.h (default_asm_output_source_filename,
3802         output_file_directive): Declare.
3803         * varasm.h (default_asm_output_source_filename,
3804         output_file_directive): New functions.
3805
3806         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
3807         * config/mips/mips-protos.h (mips_output_filename): Remove.
3808         * config/mips/mips.c (mips_output_filename): Make Static.
3809         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
3810
3811 2010-07-26  Richard Guenther  <rguenther@suse.de>
3812
3813         PR tree-optimization/43784
3814         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
3815         if the destination is used by the call.
3816
3817 2010-07-26  Richard Guenther  <rguenther@suse.de>
3818
3819         PR middle-end/45073
3820         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
3821         SSA updating on being in SSA form.
3822
3823 2010-07-26  Richard Guenther  <rguenther@suse.de>
3824
3825         PR middle-end/45056
3826         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
3827
3828 2010-07-26  Richard Guenther  <rguenther@suse.de>
3829
3830         PR tree-optimization/45071
3831         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
3832         adjust op->opcode.
3833
3834 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3835
3836         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
3837         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
3838         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
3839         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
3840         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
3841         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
3842         save_r31, return_r31, save_interrupt, return_interrupt,
3843         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
3844         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
3845         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
3846         new ABI requirements.
3847         (save_r6_r9, L_callt_save_r6_r9): Remove.
3848         * config/v850/predicates.md (even_reg_operand, disp23_operand,
3849         const_float_1_operand const_float_0_operand): New Predicates.
3850         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
3851         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
3852         * config/v850/t-v850: Update multilibs for new target variants.
3853         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
3854         * config/v850/t-v850e: Likewise.
3855         * config/v850/v850.c (v850_issue_rate): New.
3856         (v850_strict_argument_naming): New.
3857         (function_arg): Modify to generate a different ABI.
3858         (print_operand): Update case 'z' to support float modes.
3859         (output_move_single): Modify to generate appropriate and better
3860         assembly.
3861         (v850_float_z_comparison_operator, v850_select_cc_mode,
3862         v850_float_nz_comparison_operator,  v850_gen_float_compare,
3863         v850_gen_compare): New functions to support comparison of float values.
3864         (ep_memory_offset): Add support for V850E2 targets.
3865         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
3866         (INTERRUPT_REGPARM_NUM): Remove.
3867         (compute_register_save_size): Add extra case to save/restore long call.
3868         (use_prolog_function): New function to support prologue.
3869         (expand_prologue): Add support for V850E2 targets and modified
3870         as per the current ABI requirements.
3871         (expand_epilogue): Likewise.
3872         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
3873         (construct_save_jarl): Likewise.
3874         (construct_dispose_instruction): Update as per the current ABI
3875         requirements.
3876         (construct_prepare_instruction): Likewise.
3877         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
3878         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
3879         (CPP_SPEC): Updated to support v850e2 targets.
3880         (STRICT_ALIGNMENT): Modified.
3881         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
3882         (FIXED_REGISTERS): Likewise.
3883         (CALL_USED_REGISTERS): Likewise.
3884         (CONDITIONAL_REGISTER_USAGE): Updated.
3885         (HARD_REGNO_MODE_OK): Updated.
3886         (reg_class): Updated to add even registers.
3887         (REG_CLASS_NAMES): Likewise.
3888         (REG_CLASS_CONTENTS): Likewise.
3889         (REGNO_REG_CLASS): Updated for CC registers.
3890         (REG_CLASS_FROM_LETTER): Added support for even registers.
3891         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
3892         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
3893         ARG_POINTER_REGNUM): Updated.
3894         (FUNCTION_ARG_ADVANCE): Define.
3895         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
3896         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
3897         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
3898         (GO_IF_LEGITIMATE_ADDRESS): Updated.
3899         (SELECT_CC_MODE): Define.
3900         (REGISTER_NAMES): Updated to add psw and fcc registers.
3901         (ADDITIONAL_REGISTER_NAMES): Updated.
3902         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
3903         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
3904         * config/v850/v850.md (define_constants): Define new constants.
3905         (type): Update store,bit1,macc,div,fpu and single attributes.
3906         (cpu): New attribute.
3907         (cc): Add set_z attribute.
3908         (unsign23byte_load, sign23byte_load, unsign23hword_load,
3909         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
3910         23word_store): New instructions for 23-bit displacement load and store.
3911         (movqi_internal, movhi_internal): Update the attributes.
3912         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
3913         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
3914         the attributes.
3915         (v850_tst1): Modified using CC_REGNUM.
3916         (tstsi): Remove.
3917         (cmpsi): Modified as define_expand from define_insn.
3918         (cmpsi_insn, cmpsf, cmpdf): New instructions.
3919         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
3920         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
3921         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
3922         one_cmplsi2): Clobber the CC_REGNUM register.
3923         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
3924         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
3925         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
3926         (setf_insn, set_z_insn, set_nz_insn): New instructions for
3927         v850e2v3 target.
3928         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
3929         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
3930         targets.
3931         (sasf_1, sasf_2): Remove.
3932         (sasf): New instruction.
3933         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
3934         targets. CC_REGNUM register is clobbered and attributes are
3935         updated.
3936         (branch_z_normal, branch_z_invert, branch_nz_normal,
3937         branch_nz_invert): New branch related instructions.
3938         (jump): Updated the attributes.
3939         (switch): Update to support new targets. CC_REGNUM register is
3940         clobbered and attributes are updated.
3941         (call_internal_short, call_internal_long, call_value_internal_short,
3942         call_value_internal_long): Updated the attributes.
3943         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
3944         clobbered and attributes are updated.
3945         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
3946         Update to support new targets. CC_REGNUM register is clobbered.
3947         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
3948         instructions.
3949         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
3950         are updated.
3951         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
3952         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
3953         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
3954         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
3955         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
3956         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
3957         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
3958         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
3959         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
3960         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
3961         point instructions defined for V850e2v3 target.
3962         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
3963         Add support for V850E2 targets and CC_REGNUM register is clobbered.
3964         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
3965         support for new targets.
3966         * config/v850/v850-modes.def: New file.
3967         * config/v850/v850.opt(mstrict-align): Remove.
3968         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
3969         mv850e2v3): New command line options for V850.
3970         * config.gcc: Update the newly added files.
3971         * doc/invoke.texi: Update the newly added command line options for
3972         V850 target.
3973
3974 2010-07-26  Richard Guenther  <rguenther@suse.de>
3975
3976         PR tree-optimization/45052
3977         * ipa-pure-const.c (check_stmt): Check volatileness.
3978
3979 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
3980
3981         PR target/44707
3982         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
3983         * config/sparc/sparc.c: Include reload.h.
3984         (legitimize_tls_address): Rename into...
3985         (sparc_legitimize_tls_address): ...this.
3986         (legitimize_pic_address): Rename into...
3987         (sparc_legitimize_pic_address): ...this.
3988         (sparc_expand_move): Adjust to above renaming.
3989         (sparc_tls_referenced_p): Likewise.
3990         (sparc_legitimize_tls_address): Likewise.
3991         (sparc_legitimize_pic_address): Likewise.
3992         (sparc_legitimize_address): Likewise.
3993         (sparc_output_mi_thunk): Likewise.
3994         (sparc_legitimize_reload_address): New global function.  Recognize
3995         (lo_sum (high ...) ...) patterns generated by earlier passes.
3996         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
3997
3998 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
3999
4000         PR target/44484
4001         * config/sparc/predicates.md (memory_reg_operand): Delete.
4002         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
4003         (*sync_compare_and_swap): Encode the address form in the pattern.
4004         (*sync_compare_and_swapdi_v8plus): Likewise.
4005
4006 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
4007
4008         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
4009         Streamline paragraph on compatibility with the system compiler.
4010
4011 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
4012
4013         PR middle-end/45035
4014         * alias.c (true_dependence_1): Fix thinko in merge of old
4015         true_dependence and canon_true_dependence.
4016
4017 2010-07-23  Jan Hubicka  <jh@suse.cz>
4018
4019         * lto-streamer-out.c (write_symbol): Fix visibilities of external
4020         references.
4021
4022 2010-07-23  Le-Chun Wu  <lcwu@google.com>
4023
4024         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
4025         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
4026         and an unnecessary assignment.
4027         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
4028         self-assign warning.
4029         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
4030         unnecessary self-init.
4031
4032 2010-07-23  Richard Guenther  <rguenther@suse.de>
4033
4034         PR lto/43071
4035         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
4036         for -flto and -fwhopr.
4037
4038 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
4039
4040         PR target/41943
4041         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
4042         (stmp-int-hdrs): Prefix/postfix headers by include_next.
4043         * config.gcc (user_headers_inc_next_pre): New.
4044         (user_headers_inc_next_post): Likewise.
4045         (*-w64-mingw*): Use for float.h post-fixing, and for
4046         stddef.h/stdarg.h pre-fixing by include_next.
4047         * configure.ac (user_headers_inc_next_post): New.
4048         (user_headers_inc_next_pre): New.
4049         * configure: Regenerated.
4050
4051 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4052
4053         * configure.ac: Don't disable TLS on Solaris 8/9 by default
4054         Set tga_func for Solaris 2/x86 resp. SPARC.
4055         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
4056         (LIB_THREAD_LDFLAGS_SPEC): Define.
4057         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
4058         * configure: Regenerate.
4059         * config.in: Regenerate.
4060         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
4061         -pthread, -threads, LIB_TLS_SPEC with -pthread.
4062         * doc/install.texi (Specific, *-*-solaris2*): Document use of
4063         alternate thread libraries on Solaris 8.
4064         Document TLS patch requirements.
4065         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
4066         Document tls.
4067
4068         PR target/18788
4069         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
4070         -shared.
4071
4072 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
4073
4074         * tree.h (struct tree_base): Add nameless_flag bitfield.
4075         (TYPE_NAMELESS, DECL_NAMELESS): Define.
4076         * omp-low.c (create_omp_child_function, scan_omp_parallel,
4077         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
4078         DECL_ARTIFICIAL where needed.
4079         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
4080         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
4081         has DECL_NAMELESS set.
4082
4083 2010-07-23  Martin Jambor  <mjambor@suse.cz>
4084
4085         PR tree-optimization/44915
4086         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
4087         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
4088         (analyze_function): Likewise.
4089
4090 2010-07-23  Martin Jambor  <mjambor@suse.cz>
4091
4092         PR tree-optimization/44914
4093         * tree-sra.c (sra_modify_function_body): Return true if CFG was
4094         changed, add purging dead eh edges.
4095         (ipa_sra_modify_function_body): Return true if CFG was changed,
4096         simplify purging dead eh edges.
4097         (modify_function): Return true if CFG was changed.
4098         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
4099         was changed.
4100         (ipa_early_sra): Likewise.
4101
4102 2010-07-23  Jie Zhang  <jie@codesourcery.com>
4103
4104         PR target/44290
4105         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
4106         if "naked".
4107         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
4108         false if ! tree_versionable_function_p.
4109
4110 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
4111
4112         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
4113         * ipa-pure-const.c (special_builtlin_state): Remove
4114         BUILT_IN_ARGS_INFO case.
4115         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
4116         * builtins.c (expand_builtin): Likewise.
4117         (expand_builtin_args_info): Remove.
4118         * doc/tm.texi (__builtin_args_info): Remove.
4119         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
4120         * doc/tm.text.in: Likewise.
4121
4122 2010-07-23  Richard Guenther  <rguenther@suse.de>
4123
4124         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
4125         (lto_symtab_merge_decls_2): Likewise.
4126         * tree-ssa.c (useless_type_conversion_p): Likewise.
4127         * lto-streamer-in.c (input_gimple_stmt): Likewise.
4128         * gimple.c (gtc_visited2, gtc_ob2): Remove.
4129         (struct type_pair_d): Make same_p an array indexed by mode.
4130         Update comment.
4131         (lookup_type_pair): Update initialization.
4132         (struct sccs): Adjust same_p type.
4133         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
4134         Adjust.
4135         (print_gimple_types_stats): Likewise.
4136         * gimple.h (enum gtc_mode): New.
4137         (gimple_types_compatible_p): Adjust prototype.
4138
4139 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
4140
4141         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
4142         again after processing insn.
4143
4144 2010-07-23  Jie Zhang  <jie@codesourcery.com>
4145
4146         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
4147         proper words when !tree_versionable_function_p.
4148
4149 2010-07-23  Richard Guenther  <rguenther@suse.de>
4150
4151         PR tree-optimization/45037
4152         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
4153
4154 2010-07-23  Jie Zhang  <jie@codesourcery.com>
4155
4156         * doc/extend.texi: Remove IP2K from the description of naked attribute.
4157         Add MCORE instead.
4158
4159 2010-07-10  Andi Kleen  <ak@linux.intel.com>
4160
4161         PR lto/44992
4162         * lto-opts.c (lto_write_options): Add NULL file_data argument to
4163         lto_get_section_name.
4164         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
4165         * lto-streamer-out.c (produce_asm): Likewise.
4166         (copy_function): Likewise.
4167         (produce_symtab): Likewise.
4168         (produce_asm_for_decls): Likewise.
4169         * lto-streamer.c (lto_get_section_name): Add file_data argument.
4170         Rewrite to add random postfix to LTO sections.
4171         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
4172         (lto_get_section_name): Add file_data argument to prototype.
4173
4174 2010-07-10  Andi Kleen  <ak@linux.intel.com>
4175
4176         * lto-section-in.c (lto_section_name): Synchronize names
4177         with lto_get_section_name.
4178
4179 2010-07-10  Andi Kleen  <ak@linux.intel.com>
4180
4181         * lto-opts.c (lto_read_file_options): Check for missing section.
4182
4183 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
4184
4185         * ira.c (check_allocation): Correctly handle the case where an allocno
4186         with two objects was allocated to a single reg.
4187
4188 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
4189
4190         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
4191         (is_widening_mult_p): Likewise.
4192         (convert_to_widen): Use them.
4193         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
4194         well as integer ones.
4195
4196 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
4197
4198         * alias.c (true_dependence_1): New function, merged version of
4199         true_dependence and canon_true_dependence.
4200         (true_dependence): Simplify.
4201         (canon_true_dependence): Simplify.
4202
4203 2010-07-22  Richard Henderson  <rth@redhat.com>
4204
4205         PR target/45027
4206         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
4207         of V4SFmode for the SSE saves; increase stack alignment if needed.
4208         (ix86_gimplify_va_arg): Don't increase stack alignment here.
4209
4210 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
4211
4212         PR bootstrap/45028
4213         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
4214         call cprop_find_used_regs again via note_uses.
4215
4216 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
4217
4218         * alias.c (get_alias_set): Fix formatting issues.
4219
4220 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
4221
4222         PR middle-end/44878
4223         * stmt.c (expand_value_return):  Call promote_function_mode with
4224         a for_return argument of 2 when returning by reference.
4225
4226 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
4227
4228         PR debug/45024
4229         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
4230         unit DIE if we can find the scope DIE.
4231
4232 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
4233
4234         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
4235         changed.  Initialize OBJECT_SUBWORD.
4236         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
4237         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
4238         all callers changed.
4239         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
4240         (finish_allocno): Likewise.
4241         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
4242         (remove_low_level_allocnos): Likewise.
4243         (update_bad_spill_attribute): Likewise.
4244         (setup_min_max_allocno_live_range_point): Likewise.
4245         (sort_conflict_id_map): Likewise.
4246         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
4247         (ior_hard_reg_conflicts): New function.
4248         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
4249         (compress_conflict_vecs): Iterate over objects, not allocnos.
4250         (ira_add_live_range_to_object): New function.
4251         (object_range_compare_func): Renamed from allocno_range_compare_func.
4252         All callers changed.
4253         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
4254         subobjects, widen the min/max range of the lowest-order object to
4255         potentially include all other such low-order objects.
4256         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
4257         (check_allocation): Likewise.  Use more fine-grained tests for register
4258         conflicts.
4259         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
4260         allocno subobjects.
4261         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
4262         choices about which bits to set in each set.  Don't use
4263         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
4264         using the multiple sets we computed.
4265         (push_allocno_to_stack): Iterate over allocno subobjects.
4266         (all_conflicting_hard_regs_coalesced): New static function.
4267         (setup_allocno_available_regs_num): Use it.
4268         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
4269         subobjects.
4270         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
4271         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
4272         by ALLOCNO_NUM_OBJECTS.
4273         (calculate_spill_cost): Likewise.
4274         (color_pass): Express if statement in a more normal way.
4275         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
4276         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
4277         (setup_slot_coalesced_allocno_live_ranges): Likewise.
4278         (allocno_reload_assign): Likewise.
4279         (ira_reassign_pseudos): Likewise.
4280         (fast_allocation): Likewise.
4281         * ira-conflicts.c (build_conflict_bit_table): Likewise.
4282         (print_allocno_conflicts): Likewise.
4283         (ira_build_conflicts): Likewise.
4284         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
4285         callers changed.  Test subword 0 of each allocno for conflicts.
4286         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
4287         callers changed.  Iterate over allocno subobjects.
4288         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
4289         * ira-int.h (struct ira_allocno): New member: num_objects.
4290         Rename object to objects and change it into an array.
4291         (ALLOCNO_OBJECT): Add new argument N.
4292         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
4293         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
4294         (ior_hard_reg_conflicts): Declare.
4295         (ira_add_live_range_to_object): Declare.
4296         (ira_allocno_object_iterator): New.
4297         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
4298         (FOR_EACH_ALLOCNO_OBJECT): New macro.
4299         * ira-lives.c (objects_live): Renamed from allocnos_live; all
4300         uses changed.
4301         (allocnos_processed): New sparseset.
4302         (make_object_born): Renamed from make_allocno_born; take an
4303         ira_object_t argument.  All callers changed.
4304         (make_object_dead): Renamed from make_allocno_dead; take an
4305         ira_object_t argument.  All callers changed.
4306         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
4307         All callers changed.
4308         (mark_pseudo_regno_live): Iterate over allocno subobjects.
4309         (mark_pseudo_regno_dead): Likewise.
4310         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
4311         functions.
4312         (mark_ref_live): Detect subword accesses and call
4313         mark_pseudo_regno_subword_live as appropriate.
4314         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
4315         (process_bb_nodes_live): Deal with object-related updates first; set
4316         and test bits in allocnos_processed to avoid computing allocno
4317         statistics more than once.
4318         (create_start_finish_chains): Iterate over objects, not allocnos.
4319         (print_object_live_ranges): New function.
4320         (print_allocno_live_ranges): Use it.
4321         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
4322         and objects_live.
4323
4324 2010-07-22  Richard Guenther  <rguenther@suse.de>
4325
4326         PR lto/42451
4327         * gimple.c (gtc_next_dfs_num): New global.
4328         (struct sccs): Make value a union, add integer same_p member.
4329         (gtc_visit): New function.
4330         (gimple_types_compatible_p_1): New function, split out from ...
4331         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
4332         (iterative_hash_gimple_type): Adjust for sccs change.
4333
4334 2010-07-22  Martin Jambor  <mjambor@suse.cz>
4335
4336         PR tree-optimization/44891
4337         * tree-sra.c: Include gimple-pretty-print.h.
4338         (replace_uses_with_default_def_ssa_name): Renamed to
4339         get_repl_default_def_ssa_name, return the new SSA name instead of
4340         replacing the old one.
4341         (sra_modify_assign): Dump a message when removing a load, if the LHS
4342         is an SSA_NAME, do not do any propagation, just set the RHS to a
4343         default definition SSA NAME, type convert if necessary.
4344         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
4345
4346 2010-07-22  Richard Guenther  <rguenther@suse.de>
4347
4348         PR tree-optimization/45017
4349         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
4350         TYPE_PRECISION of integral types in addition to size.
4351
4352 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
4353
4354         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
4355         when no C library is specified.
4356
4357 2010-07-22  Martin Jambor  <mjambor@suse.cz>
4358
4359         * ipa-prop.h (struct ipa_node_params): Updated comment.
4360         (struct ipa_edge_args): Likewise.
4361         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
4362
4363 2010-07-22  Martin Jambor  <mjambor@suse.cz>
4364
4365         * cgraphunit.c (verify_edge_count_and_frequency): New function.
4366         (verify_cgraph_node): Verify frequencies of indirect edges.
4367         * tree-inline.c (tree_function_versioning): Update frequencies of
4368         indirect edges.
4369
4370 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4371
4372         PR target/43698
4373         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
4374         Set *arm_rev to be predicable.
4375
4376 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
4377
4378         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
4379         (LINK_COMMAND_SPEC_A): New.
4380         (DSYMUTIL): New.
4381         (DSYMUTIL_SPEC): New.
4382         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
4383         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
4384
4385 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
4386
4387         * calls.c (load_register_parameters): Move check for zero
4388         sized items so that only the call to
4389         mem_overlaps_already_clobbered_arg_p () is protected.
4390
4391 2010-07-22  Jan Hubicka  <jh@suse.cz>
4392
4393         * ipa-pure-const.c (varying_state): Break out from ...
4394         (get_function_state): ... here; always return varying_state
4395         when state would be NULL otherwise.
4396         (remove_node_data): Do not free varying state.
4397
4398 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
4399
4400         PR bootstrap/44970
4401         PR middle-end/45009
4402         * postreload.c: Include "target.h".
4403         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
4404         into account.
4405         (fixup_debug_insns): Don't copy the rtx.
4406         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
4407         Don't copy when replacing.  Call fixup_debug_insns in the case where
4408         we merged one add with another.
4409         (reload_combine_recognize_pattern): Fail if there aren't any uses.
4410         Try harder to determine whether we're picking a valid index register.
4411         Don't set store_ruid for an insn we're going to scan in the
4412         next iteration.
4413         (reload_combine): Remove unused code.
4414         (reload_combine_note_use): When updating use information for
4415         an old insn, ignore a use that occurs after store_ruid.
4416         * Makefile.in (postreload.o): Update dependencies.
4417
4418         * function.c (record_hard_reg_sets): Restrict the previous change
4419         to cases where the incoming nominal mode is the same as the
4420         incoming promoted mode and everything happens in MODE_INT.
4421
4422 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
4423
4424         PR debug/45015
4425         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
4426         ASM_OPERANDS_OUTPUT_IDX.
4427         (adjust_insn): For inline asm with multiple sets ensure first
4428         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
4429         the insn.
4430
4431 2010-07-21  Richard Henderson  <rth@redhat.com>
4432
4433         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
4434         comparison for avoiding xmm register saves.  Emit the xmm register
4435         saves explicitly.
4436         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
4437         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
4438         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
4439         Remove patterns and the associated splitters.
4440
4441 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
4442
4443         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
4444         and imagine parts of a complex, so that they can have the same
4445         base and fall into the same group.
4446
4447 2010-07-21  Richard Guenther  <rguenther@suse.de>
4448
4449         PR lto/45018
4450         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
4451         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
4452         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
4453
4454 2010-07-21  Martin Jambor  <mjambor@suse.cz>
4455
4456         PR tree-optimization/44900
4457         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
4458         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
4459
4460 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
4461
4462         PR middle-end/44738
4463         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
4464
4465 2010-07-21  Richard Guenther  <rguenther@suse.de>
4466
4467         PR middle-end/45013
4468         * tree-ssa.c (useless_type_conversion_p): Dispatch to
4469         gimple_types_compatible_p only when in lto.
4470         * gimple.c (gimple_types_compatible_p): Use canonical types
4471         to speed up comparison.
4472
4473 2010-07-21  Richard Guenther  <rguenther@suse.de>
4474
4475         * tree-flow.h (referenced_var): Move define ...
4476         * tree-flow-inline.h (referenced_var): ... here as an inline
4477         function.  Assert here ...
4478         * tree-dfa.c (referenced_var_lookup): ... instead of here.
4479         * tree-ssa.c (maybe_optimize_var): Check if the variable
4480         is in referenced vars.
4481         (execute_update_addresses_taken): Remove old broken check.
4482         * gimple-pretty-print.c (pp_points_to_solution): Use
4483         referenced_var_lookup.
4484         * tree-into-ssa.c (dump_decl_set): Likewise.
4485
4486 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
4487
4488         PR debug/45003
4489         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
4490         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
4491         ZERO_EXTEND here.
4492
4493 2010-07-20  Richard Henderson  <rth@redhat.com>
4494
4495         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
4496
4497 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
4498
4499         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
4500         computing the sum of the stack pointer and a large constant.
4501         * config/arm/constraints.md (M): Remove superfluous parentheses.
4502         (Pc): New constraint.
4503
4504 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
4505
4506         PR debug/45006
4507         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
4508         operand's type if exp is tcc_unary class tree.
4509
4510 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
4511
4512         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
4513         Reverse sense of if_then_else condition.
4514
4515 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
4516
4517         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
4518         * config/rs6000/rs6000.c (rs6000_override_options): Set
4519         rs6000_block_move_inline_limit appropriately.
4520         (expand_block_move): Use rs6000_block_move_inline_limit.
4521         * doc/invoke.texi (mblock-move-inline-limit): Document.
4522
4523 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
4524
4525         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
4526         FROM and TO.  All callers changed.  Don't look for tracked uses,
4527         just scan the RTL for DEBUG_INSNs and substitute.
4528         (reload_combine_recognize_pattern): Call fixup_debug_insns.
4529         (reload_combine): Ignore DEBUG_INSNs.
4530
4531 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
4532
4533         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
4534         depth to 8 from 5.
4535
4536         PR debug/45003
4537         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
4538         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
4539         instead of the result's type.
4540
4541 2010-07-20  Richard Guenther  <rguenther@suse.de>
4542
4543         PR tree-optimization/44977
4544         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
4545         SSA form.
4546
4547 2010-07-20  Richard Guenther  <rguenther@suse.de>
4548
4549         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
4550         (lto_symtab_merge_decls_2): Likewise.
4551         * gimple.h (gimple_types_compatible_p): Declare.
4552         * gimple.c (gimple_queue_type_fixup): Remove.
4553         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
4554         (gimple_compatible_complete_and_incomplete_type_p): New function.
4555         (gimple_types_compatible_p): Adjust.
4556         (gimple_register_type): Remove type fixup code.
4557         (print_gimple_types_stats): Adjust.
4558         (free_gimple_type_tables): Likewise.
4559         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
4560         * tree-ssa.c (useless_type_conversion_p): Likewise.
4561
4562 2010-07-20  Richard Guenther  <rguenther@suse.de>
4563
4564         PR middle-end/44971
4565         PR middle-end/44988
4566         * tree-ssa.c (maybe_optimize_var): New function split out from ...
4567         (execute_update_addresses_taken): ... here.
4568         (non_rewritable_mem_ref_base): Likewise.
4569         (execute_update_addresses_taken): Do not iterate over all referenced
4570         vars but just all local decls and parms.
4571         Properly check call and asm arguments and rewrite call arguments.
4572
4573 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
4574
4575         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
4576         to top level.
4577         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
4578         definitions ...
4579         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
4580         New macro.
4581         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
4582
4583 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
4584
4585         * gengtype.c (start_root_entry): New function, split out from
4586         write_root.  Check whether V is null and raise an error if so.
4587         (write_field_root): Check for V being null.  Don't raise an error here;
4588         set V to null instead.
4589         (write_root): Update comment above function.  Use start_root_entry.
4590
4591 2010-07-19  Xinliang David Li  <davidxl@google.com>
4592
4593         PR testsuite/44932
4594         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
4595         def edges.
4596         (find_uninit_use): Add dump.
4597         (is_use_properly_guarded): Ditto.
4598         (warn_uninitialized_phi): Ditto.
4599         (execute_late_warn_uninitialized): Ditto.
4600
4601 2010-07-19  Richard Guenther  <rguenther@suse.de>
4602
4603         PR middle-end/44941
4604         * expr.c (emit_block_move_hints): Move zero size check first.
4605         Move asserts to more useful places.
4606         * calls.c (load_register_parameters): Check for zero size.
4607
4608 2010-07-19  Richard Henderson  <rth@redhat.com>
4609
4610         * tree-optimize.c (execute_all_early_local_passes): New.  Change
4611         cgraph_state here ...
4612         (execute_early_local_optimizations): ... not here.  Remove.
4613         (pass_early_local_passes, pass_all_early_optimizations): Update.
4614
4615 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
4616
4617         * postreload.c (reload_combine_closest_single_use): Ignore the
4618         number of uses for DEBUG_INSNs.
4619         (fixup_debug_insns): New static function.
4620         (reload_combine_recognize_const_pattern): Use it.  Don't let the
4621         main loop be affected by DEBUG_INSNs.
4622         Really disallow moving adds past a jump insn.
4623         (reload_combine_recognize_pattern): Don't update use_ruid here.
4624         (reload_combine_note_use): Do it here.
4625         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
4626
4627 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
4628
4629         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
4630         of a loop.
4631         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
4632
4633 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
4634
4635         * config/i386/darwin.h: Define darwin_emit_branch_islands.
4636         (TARGET_MACHO_BRANCH_ISLANDS): New.
4637         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
4638         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
4639         default value.
4640         * config/i386/i386.c (output_pic_addr_const): Do not emit
4641         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
4642         (x86_output_mi_thunk): Adjust symbol creation.
4643         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
4644         Remove out of date comment.
4645         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
4646         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4647         (DARWIN_GENERATE_ISLANDS): Ditto.
4648         (output_call):  Do not emit branch islands unless
4649         darwin_emit_branch_islands is set.
4650         * config/darwin.c: Declare darwin_emit_branch_islands.
4651         (machopic_indirect_data_reference): Do not emit unless
4652         darwin_emit_branch_islands is set.
4653         (darwin_override_options): Set darwin_emit_branch_islands
4654         where it is needed.
4655         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
4656
4657 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4658
4659         * doc/sourcebuild.texi (Effective-Target Keywords): Document
4660         sse_runtime, sse2_runtime.
4661
4662 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
4663
4664         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
4665         low half of a single-register SCmode return value before ORing
4666         it with the high half.
4667         * config/mips/mips16.S (MERGE_GPRf): Likewise.
4668
4669 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4670
4671         PR target/44805
4672         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
4673         on all targets.
4674
4675 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
4676
4677         PR target/42235
4678         * postreload.c (reload_cse_move2add): Return bool, true if anything.
4679         changed.  All callers changed.
4680         (move2add_use_add2_insn): Likewise.
4681         (move2add_use_add3_insn): Likewise.
4682         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
4683         reload_combine.
4684         (RELOAD_COMBINE_MAX_USES): Bump to 16.
4685         (last_jump_ruid): New static variable.
4686         (struct reg_use): New members CONTAINING_MEM and RUID.
4687         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
4688         (reload_combine_split_one_ruid, reload_combine_split_ruids,
4689         reload_combine_purge_insn_uses, reload_combine_closest_single_use
4690         reload_combine_purge_reg_uses_after_ruid,
4691         reload_combine_recognize_const_pattern): New static functions.
4692         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
4693         is true for our reg and that we have available index regs.
4694         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
4695         callers changed.  Use them to initialize fields in struct reg_use.
4696         (reload_combine): Initialize last_jump_ruid.  Be careful when to
4697         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
4698         Call reload_combine_recognize_const_pattern.
4699         (reload_combine_note_store): Update REAL_STORE_RUID field.
4700
4701 2010-07-16  Jason Merrill  <jason@redhat.com>
4702
4703         * Makefile.in (opts-common.o): Depend on options.h.
4704
4705 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
4706
4707         * tree.c (build_common_builtin_nodes): Use build_function_type_list
4708         instead of build_function_type.
4709         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
4710         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
4711
4712 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
4713
4714         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
4715         do all the work.
4716         (rs6000_emit_int_cmove): Use function pointers for insn generation.
4717         Don't force values into registers unnecessarily.
4718         (output_isel): Assert that we're not given conditions we can't handle.
4719         Delete corresponding code.
4720         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
4721         scc_comparison_operator constraint.  Permit 0 for the consequent
4722         operand.  Permit any GPR for the alternative operand.
4723         (isel_unsigned_<mode>): Likewise.
4724
4725 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
4726
4727         PR target/44942
4728         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
4729         argument to const_tree.
4730         * config/i386/i386.c (function_arg_advance): If padding needs to be
4731         inserted before argument, increment cum->words by number of padding
4732         words as well.
4733         (contains_aligned_value_p): Change argument to const_tree.
4734         (ix86_function_arg_boundary): Change second argument to const_tree.
4735
4736 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
4737
4738         PR target/42235
4739         * function.c (record_hard_reg_sets): New static function.
4740         (assign_parm_setup_reg): If an optab for extending exists and the
4741         generated code clobbbers no hard regs, emit the insn directly and
4742         create a REG_EQUIV note.
4743
4744 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4745
4746         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
4747         TREE_CHAIN.
4748         * c-typeck.c (push_init_level): Likewise.
4749         (process_init_element): Likewise.
4750
4751 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
4752
4753         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
4754         (integer_three_node): Add.
4755         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
4756         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
4757         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
4758         of call build_int_cst.
4759         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
4760         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
4761         (find_interesting_uses_address): Ditto.
4762         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
4763         * tree-eh.c (lower_eh_constructs_2): Ditto.
4764         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
4765         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
4766         * expmed.c (expand_divmod): Ditto.
4767         * tree-mudflap.c (mx_register_decls): Ditto.
4768         * varasm.c (array_size_for_constructor): Ditto.
4769         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
4770         * c-parser.c (c_parser_postfix_expression): Ditto.
4771
4772 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4773
4774         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
4775         New static variables.
4776         (reload_combine_recognize_pattern): New static function, broken out
4777         of reload_combine.
4778         (reload_combine): Use it.  Only initialize first_index_reg and
4779         last_index_reg once.
4780
4781 2010-07-15  Richard Henderson  <rth@redhat.com>
4782
4783         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
4784         when done.
4785
4786 2010-07-15  Jan Hubicka  <jh@suse.cz>
4787
4788         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
4789         comdats for broken gold.
4790         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
4791
4792 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4793
4794         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
4795
4796 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
4797
4798         * tree.h (DECL_CHAIN): Define.
4799         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
4800         * c-decl.c: Likewise.
4801         * c-parser.c: Likewise.
4802         * c-typeck.c: Likewise.
4803         * cfgexpand.c: Likewise.
4804         * cgraph.c: Likewise.
4805         * cgraphunit.c: Likewise.
4806         * combine.c: Likewise.
4807         * config/alpha/alpha.c: Likewise.
4808         * config/arm/arm.c: Likewise.
4809         * config/frv/frv.c: Likewise.
4810         * config/i386/i386.c: Likewise.
4811         * config/i386/winnt-cxx.c: Likewise.
4812         * config/ia64/ia64.c: Likewise.
4813         * config/iq2000/iq2000.c: Likewise.
4814         * config/mep/mep.c: Likewise.
4815         * config/mips/mips.c: Likewise.
4816         * config/pa/som.h: Likewise.
4817         * config/rs6000/rs6000.c: Likewise.
4818         * config/s390/s390.c: Likewise.
4819         * config/sh/sh.c: Likewise.
4820         * config/sh/symbian-cxx.c: Likewise.
4821         * config/sparc/sparc.c: Likewise.
4822         * config/spu/spu.c: Likewise.
4823         * config/stormy16/stormy16.c: Likewise.
4824         * config/vxworks.c: Likewise.
4825         * config/xtensa/xtensa.c: Likewise.
4826         * coverage.c: Likewise.
4827         * dbxout.c: Likewise.
4828         * dwarf2out.c: Likewise.
4829         * emit-rtl.c: Likewise.
4830         * expr.c: Likewise.
4831         * function.c: Likewise.
4832         * gimple-low.c: Likewise.
4833         * gimple-pretty-print.c: Likewise.
4834         * gimplify.c: Likewise.
4835         * integrate.c: Likewise.
4836         * ipa-inline.c: Likewise.
4837         * ipa-prop.c: Likewise.
4838         * ipa-split.c: Likewise.
4839         * ipa-struct-reorg.c: Likewise.
4840         * ipa-type-escape.c: Likewise.
4841         * langhooks.c: Likewise.
4842         * lto-cgraph.c: Likewise.
4843         * omp-low.c: Likewise.
4844         * stor-layout.c: Likewise.
4845         * tree-cfg.c: Likewise.
4846         * tree-complex.c: Likewise.
4847         * tree-dfa.c: Likewise.
4848         * tree-dump.c: Likewise.
4849         * tree-inline.c: Likewise.
4850         * tree-mudflap.c: Likewise.
4851         * tree-nested.c: Likewise.
4852         * tree-object-size.c: Likewise.
4853         * tree-pretty-print.c: Likewise.
4854         * tree-sra.c: Likewise.
4855         * tree-ssa-live.c: Likewise.
4856         * tree-ssa-loop-niter.c: Likewise.
4857         * tree-ssa-math-opts.c: Likewise.
4858         * tree-ssa-reassoc.c: Likewise.
4859         * tree-ssa-sccvn.c: Likewise.
4860         * tree-ssa-structalias.c: Likewise.
4861         * tree-tailcall.c: Likewise.
4862         * tree-vrp.c: Likewise.
4863         * tree.c: Likewise.
4864         * var-tracking.c: Likewise.
4865         * varasm.c: Likewise.
4866
4867 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4868
4869         PR target/44877
4870         * config/spu/spu.c (spu_expand_builtin_1): Allow references
4871         (as well as pointers) as argument to mask_for_load builtins.
4872
4873 2010-07-15  Richard Guenther  <rguenther@suse.de>
4874
4875         PR tree-optimization/44946
4876         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
4877         with accessing only padding properly.
4878
4879 2010-07-15  Jan Hubicka  <jh@suse.cz>
4880
4881         * ipa.c (function_and_variable_visibility): Variables marked as used
4882         should not be localized.
4883
4884 2010-07-15  Jan Hubicka  <jh@suse.cz>
4885
4886         * cgraph.c: Include lto-streamer.h
4887         (change_decl_assembler_name): Work when assembler name hash is at place.
4888         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
4889         be sure to rename it to avoid name clash.
4890         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
4891         Localize hidden symbols only when locally defined.
4892
4893 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
4894
4895         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
4896
4897 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
4898             Kevin F. Quinn  <kevquinn@gentoo.org>
4899
4900         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
4901         * common.opt: Add -Wtrampolines.
4902         * doc/invoke.texi: Add -Wtrampolines.
4903
4904 2010-07-15  Jie Zhang  <jie@codesourcery.com>
4905
4906         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
4907         cortex_a8_issue_ls.
4908
4909 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
4910
4911         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
4912         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
4913
4914 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4915
4916         * config/spu/spu.c (reg_names): Remove prototype.
4917         (call_used_regs): Likewise.
4918
4919 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
4920
4921         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
4922         "unused" with attribute "used".
4923         (__JCR_END__): Likewise.
4924         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
4925         "used" attribute.
4926         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
4927
4928 2010-07-14  Richard Guenther  <rguenther@suse.de>
4929
4930         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
4931         (maybe_fixup_decls): Likewise.
4932         (input_gimple_stmt): Do not fixup anything.
4933         * lto-streamer-out.c (output_gimple_stmt): Make sure all
4934         non-automatic variable uses are wrapped inside a MEM_REF.
4935
4936 2010-07-14  Richard Henderson  <rth@redhat.com>
4937
4938         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
4939         for functions.
4940         * varasm.c (assemble_variable): Remove early exit for functions;
4941         assert that we're given a variable.
4942
4943 2010-07-14  Jie Zhang  <jie@codesourcery.com>
4944
4945         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
4946         cortex_a8_default when neon_type is not none.
4947
4948 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4949
4950         * lower-subreg.c (subreg_context): New static bitmap.
4951         (decompose_multiword_subregs): Allocate and free it.
4952         (find_decomposable_subregs): Set a bit in it for a register that
4953         occurs in a subreg that changes mode but not size.
4954         (can_decompose_p): Test it instead of non_decomposable_context.
4955
4956 2010-07-14  Richard Guenther  <rguenther@suse.de>
4957
4958         PR tree-optimization/44824
4959         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
4960         is_gimple_mem_ref_addr.
4961         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
4962         non-decl_address_invariant_p addresses.
4963
4964 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4965
4966         * reload.c (find_reloads): Revert code to penalize small register
4967         classes that was brought in with the IRA merge.
4968
4969 2010-07-14  Richard Guenther  <rguenther@suse.de>
4970
4971         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
4972         as base of ARRAY_REFs.
4973
4974 2010-07-14  Richard Guenther  <rguenther@suse.de>
4975
4976         PR middle-end/44930
4977         * tree-pretty-print.c (do_niy): Do not print a newline.
4978
4979 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
4980
4981         * ira-int.h (struct ira_object): New.
4982         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
4983         (struct ira_allocno): Remove members min, max,
4984         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
4985         conflict_allocnos_num and conflict_vec_p.  Add new member object.
4986         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
4987         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
4988         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
4989         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
4990         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
4991         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
4992         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
4993         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
4994         an ira_object_t rather than ira_allocno_t.  All uses changed.
4995         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
4996         contains a vector of ira_object_t; all uses changed.
4997         (ira_objects_num): Declare variable.
4998         (ira_create_allocno_object): Declare function.
4999         (ira_conflict_vector_profitable_p): Adjust prototype.
5000         (ira_allocate_conflict_vec): Renamed from
5001         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
5002         (ira_allocate_object_conflicts): Renamed from
5003         ira_allocate_allocno_conflicts; first arg now ira_object_t.
5004         (struct ira_object_iterator): New.
5005         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
5006         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
5007         to conflict_vec_p.  All uses changed.
5008         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
5009         Changed to take into account that conflicts are now tracked for
5010         objects.
5011         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
5012         Args changed to accept ira_object_t.  All uses changed.
5013         (allocnos_conflict_p): New static function.
5014         (collected_conflict_objects): Renamed from collected_allocno_objects;
5015         now a vector of ira_object_t.  All uses changed.
5016         (build_conflict_bit_table): Changed to take into account that
5017         conflicts are now tracked for objects.
5018         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
5019         (print_allocno_conflicts, ira_build_conflicts): Likewise.
5020         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
5021         setup_allocno_left_conflicts_size, allocno_reload_assign,
5022         fast_allocation): Likewise.
5023         * ira-lives.c (make_hard_regno_born, make_allocno_born)
5024         process_single_reg_class_operands, process_bb_node_lives): Likewise.
5025         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
5026         Likewise.
5027         * ira-build.c (ira_objects_num): New variable.
5028         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
5029         contains a vector of ira_object_t; all uses changed.
5030         (ira_object_id_map_vec): Corresponding change.
5031         (object_pool): New static variable.
5032         (initiate_allocnos): Initialize it.
5033         (finish_allocnos): Free it.
5034         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
5035         New functions.
5036         (ira_create_allocno): Don't set members that were removed.
5037         (ira_set_allocno_cover_class): Don't change conflict hard regs.
5038         (merge_hard_reg_conflicts): Changed to take into account that
5039         conflicts are now tracked for objects.
5040         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
5041         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
5042         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
5043         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
5044         setup_min_max_conflict_allocno_ids, ):  Likewise.
5045         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
5046         to ira_object_t; all callers changed.
5047         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
5048         to ira_object_t, all callers changed.
5049         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
5050         to ira_object_t, all callers changed.
5051         (conflict_check, curr_conflict_check_tick): Renamed from
5052         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
5053         changed.
5054         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
5055         arg changed to ira_object_t, all callers changed.
5056         (create_cap_allocno): Call ira_create_allocno_object.
5057         (finish_allocno): Free the corresponding object.
5058         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
5059         callers changed.  Adjusted for dealing with objects.
5060         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
5061         dealing with objects.
5062         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
5063
5064         * ira-int.h (struct live_range): Rename allocno member to object
5065         and change type to ira_object_t.
5066         (struct ira_object): New member live_ranges.
5067         (struct ira_allocno): Remove member live_ranges.
5068         (ALLOCNO_LIVE_RANGES): Remove.
5069         (OBJECT_LIVE_RANGES): New macro.
5070         (ira_create_live_range, ira_copy_live_range_list,
5071         ira_merge_live_range_list, ira_live_ranges_intersect_p,
5072         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
5073         * ira-build.c (ira_create_object): Initialize live ranges here.
5074         (ira_create_allocno): Not here.
5075         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
5076         changed to ira_object_t, all callers changed.
5077         (copy_live_range): Rename from copy_allocno_live_range, all callers
5078         changed.
5079         (ira_copy_live_range_list): Rename from
5080         ira_copy_allocno_live_range_list, all callers changed.
5081         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
5082         all callers changed.
5083         (ira_live_ranges_intersect_p): Rename from
5084         ira_allocno_live_ranges_intersect_p, all callers changed.
5085         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
5086         callers changed.
5087         (ira_finish_live_range_list): Rename from
5088         ira_finish_allocno_live_range_list, all callers changed.
5089         (change_object_in_range_list): Rename from change_allocno_in_range_list,
5090         last arg changed to ira_object_t, all callers changed.
5091         (finish_allocno): Changed to expect live ranges in the allocno's object.
5092         (move_allocno_live_ranges, copy_allocno_live_ranges,
5093         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
5094         ira_flattening, ira_build): Likewise.
5095         * ira-color.c (allocnos_have_intersected_live_ranges_p,
5096         slot_coalesced_allocno_live_ranges_intersect,
5097         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
5098         * ira-conflicts.c (build_conflict_bit_table): Likewise.
5099         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
5100         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
5101         make_allocno_dead, create_start_finish_chains,
5102         remove_some_program_points_and_update_live_ranges,
5103         ira_debug_live_range_list): Likewise.
5104
5105         * ira-int.h (ira_object_conflict_iterator): Rename from
5106         ira_allocno_conflict_iterator.
5107         (ira_object_conflict_iter_init): Rename from
5108         ira_allocno_conflict_iter_init, second arg changed to
5109         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
5110         FOR_EACH_ALLOCNO_CONFLICT.
5111         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
5112         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
5113         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
5114         * ira-conflicts.c (print_allocno_conflicts): Likewise.
5115
5116 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
5117
5118         PR other/44874
5119         * tree-dump.c (dump_options): Add enumerate_locals entry.
5120         Add TDF_NOID exclusion to all entry.
5121         * tree-dump.h (dump_enumerated_decls): Declare.
5122         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
5123         Don't display type uid.
5124         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
5125         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
5126         * tree-ssa-live.c: Include gimple.h.
5127         (numbered_tree_d): New struct.
5128         (numbered_tree): New typedef.
5129         (DEF_VEC_O (numbered_tree): New.
5130         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
5131         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
5132         (dump_enumerated_decls): Likewise.
5133         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
5134         debug info and flag_dump_final_insns, call dump_enumerated_decls.
5135         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
5136         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
5137
5138 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
5139
5140         * expmed.h (MAX_BITS_PER_WORD): Move to...
5141         * defaults.h (MAX_BITS_PER_WORD): ...here.
5142
5143 2010-07-13  DJ Delorie  <dj@redhat.com>
5144
5145         * config/h8300/h8300.c (h8300_init_once): Default to
5146         -fstrict_volatile_bitfields.
5147
5148         * config/sh/sh.c (sh_override_options): Default to
5149         -fstrict_volatile_bitfields.
5150
5151         * config/rx/rx.c (rx_option_override): New.
5152
5153         * config/m32c/m32c.c (m32c_override_options): Default to
5154         -fstrict_volatile_bitfields.
5155
5156 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
5157
5158         * tree.h (build_function_call_expr): Delete.
5159         (build_call_expr_loc_array): New function.
5160         (build_call_expr_loc_vec): New function.
5161         * tree-flow.h (struct omp_region): Change type of ws_args field
5162         to a VEC.
5163         * builtins.c (build_function_call_expr): Delete.
5164         (build_call_expr_loc_array): New function.
5165         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
5166         (build_call_expr): Likewise.
5167         (build_call_expr_loc_vec): New function.
5168         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
5169         build_function_call_expr.
5170         * expr.c (emutls_var_address): Likewise.
5171         * varasm.c (emutls_common_1): Likewise.
5172         * omp-low.c (expand_omp_atomic_mutex): Likewise.
5173         (expand_omp_taskreg): Adjust for new type of region->ws_args.
5174         (get_ws_args_for): Return a VEC instead of a tree.
5175         (expand_parallel_call): Call build_call_expr_loc_vec instead of
5176         build_function_call_expr.
5177         * stor-layout.c (self_referential_size): Likewise.
5178
5179 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
5180
5181         PR testsuite/44701
5182         * recog.c (constrain_operands): Allow side-effects in memory
5183         operands if either < or > constraint is used, rather than if
5184         both < and > is used.
5185
5186 2010-07-13  Richard Guenther  <rguenther@suse.de>
5187
5188         PR middle-end/44911
5189         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
5190         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
5191         without name.
5192
5193 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
5194
5195         PR target/44761
5196         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
5197         to variable emited.
5198         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
5199         * config/sh/sh.md (symGOT_load): Likewise.
5200         (symDTPOFF2reg): Likewise.
5201         (symTPOFF2reg): Likewise.
5202
5203 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5204
5205         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
5206         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
5207
5208 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5209
5210         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
5211         explanation.
5212         Find ucontext_t * on Solaris 11.
5213         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
5214         Handle new Solaris 11 __sighndlr patterns.
5215
5216 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
5217
5218         PR debug/44901
5219         * vec.h (VEC_block_remove): Fix comment.
5220         * tree-ssa-live.c (remove_unused_locals): Don't use
5221         VEC_unordered_remove on local_decls, instead replace a single
5222         vector element in each iteration if at least one element had
5223         to be removed and VEC_truncate at the end.
5224         * omp-low.c (expand_omp_taskreg): Likewise.
5225
5226 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5227
5228         * c-decl.c (finish_function): Fix typo in comment.
5229
5230 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
5231
5232         PR bootstrap/44921
5233         * postreload.c (move2add_use_add3_insn): Silence gcc warning
5234         on min_regno.
5235
5236 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
5237
5238         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
5239         (simplify_stmt_using_ranges): Use it.
5240
5241 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5242
5243         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
5244         member.  Do not mark as GTY(()).
5245         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
5246         (spu_builtin_decls): New static variable.
5247         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
5248         (spu_init_builtins): Likewise.
5249         (spu_builtin_mul_widen_even): Likewise.
5250         (spu_builtin_mul_widen_odd): Likewise.
5251         (spu_builtin_mask_for_load): Likewise.
5252         (spu_builtin_vec_perm): Likewise.
5253         * config/spu/spu-c.c: Include "target.h".
5254         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
5255         of using spu_builtins[].fndecl.
5256
5257 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5258
5259         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
5260         imply -minterlink-mips16.
5261
5262 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5263
5264         * config/mips/mips.h (mips16_globals): Declare.
5265         (SWITCHABLE_TARGET): Define.
5266         * config/mips/mips.c: Include target-globals.h.
5267         (mips16_globals): New variable.
5268         (mips_set_mips16_mode): Use save_target_globals and
5269         restore_target_globals instead of target_reinit.
5270
5271 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5272
5273         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
5274         to say that the function can be called more than once.
5275         * target-globals.c (save_target_globals): Call init_reg_sets.
5276
5277 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5278
5279         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
5280         * bb-reorder.h: New file.
5281         * bb-reorder.c (default_target_bb_reorder): New variable.
5282         (this_target_bb_reorder): New conditional variable.
5283         (uncond_jump_length): Redefine as a macro.
5284         * target-globals.h (this_target_bb_reorder): Declare.
5285         (target_globals): Add a bb_reorder field.
5286         (restore_target_globals): Copy the bb_reorder field to
5287         this_target_bb-reorder.
5288         * target-globals.c: Include bb-reorder.h.
5289         (default_target_globals): Initialize the bb_reorder field.
5290         (save_target_globals): Likewise.
5291
5292 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5293
5294         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
5295         * gcse.h: New file.
5296         * gcse.c: Include gcse.h.
5297         (default_target_gcse): New variable.
5298         (this_target_gcse): New conditional variable.
5299         (can_copy): Redefine as a macro.
5300         (can_copy_init_p): New macro.
5301         (can_copy_p): Remove can_copy_init_p.
5302         * target-globals.h (this_target_gcse): Declare.
5303         (target_globals): Add a gcse field.
5304         (restore_target_globals): Copy the gcse field to this_target_gcse.
5305         * target-globals.c: Include gcse.h.
5306         (default_target_globals): Initialize the gcse field.
5307         (save_target_globals): Likewise.
5308
5309 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5310
5311         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
5312         and x_ira_prohibited_mode_move_regs_initialized_p.
5313         (ira_prohibited_mode_move_regs): Redefine as a macro.
5314         * ira.c (ira_prohibited_mode_move_regs): Delete.
5315         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
5316
5317 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5318
5319         * reload.h (target_reload): Add x_cached_reg_save_code and
5320         x_cached_reg_restore_code.
5321         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
5322         Redefine as macros.
5323
5324 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5325
5326         * Makefile.in (target-globals.o): Depend on builtins.h.
5327         * builtins.h: New file.
5328         * builtins.c: Include builtins.h.
5329         (default_target_builtins): New variable.
5330         (this_target_builtins): New conditional variable.
5331         (apply_args_mode, apply_result_mode): Redefine as macros.
5332         * target-globals.h (this_target_builtins): Declare.
5333         (target_globals): Add a builtins field.
5334         (restore_target_globals): Copy the builtins field to
5335         this_target_builtins.
5336         * target-globals.c: Include builtins.h.
5337         (default_target_globals): Initialize the builtins field.
5338         (save_target_globals): Likewise.
5339
5340 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5341
5342         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
5343         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
5344         from expmed.c.
5345         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
5346         (alg_hash, alg_hash_used_p): New macros.
5347         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
5348         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
5349         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
5350
5351 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5352
5353         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
5354         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
5355         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
5356         (this_op_costs, costs_classes): Redefine as macros.
5357         (record_reg_classes): Don't take op_costs as a parameter.
5358         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
5359         (scan_one_insn): Update call to record_operand_costs.
5360
5361 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5362
5363         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
5364         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
5365         (target_ira_int): New structure.
5366         (default_target_ira_int): Declare.
5367         (this_target_ira_int): Declare as a variable or define as a macro.
5368         (ira_reg_mode_hard_regset, ira_register_move_cost)
5369         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
5370         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
5371         (prohibited_class_mode_regs, ira_important_classes_num)
5372         (ira_important_classes, ira_reg_class_intersect)
5373         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
5374         (ira_reg_class_union): Redefine as macros.
5375         * ira.h (target_ira): New structure.
5376         (default_target_ira): Declare.
5377         (this_target_ira): Declare as a variable or define as a macro.
5378         (ira_available_class_regs, ira_hard_regno_cover_class)
5379         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
5380         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
5381         (ira_class_hard_regs_num): Redefine as macros.
5382         * ira.c (default_target_ira, default_target_ira_int): New variables.
5383         (this_target_ira, this_target_ira_int): New conditional variables.
5384         (ira_reg_mode_hard_regset, ira_memory_move_cost)
5385         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
5386         (ira_class_subset_p): Delete.
5387         (no_unit_alloc_regs): Redefine as a macro.
5388         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
5389         (ira_class_hard_regs_num, ira_class_hard_reg_index)
5390         (ira_available_class_regs): Delete.
5391         (alloc_reg_class_subclasses): Redefine as a macro.
5392         (ira_reg_class_cover_size, ira_reg_class_cover)
5393         (ira_important_classes_num, ira_important_classes)
5394         (ira_important_class_nums, ira_class_translate): Delete.
5395         (cover_class_order): Document the variable's lifetime.
5396         (reorder_important_classes): Don't set ira_important_class_nums.
5397         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
5398         (ira_reg_class_super_classes, ira_reg_class_union)
5399         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
5400         Delete.
5401         (setup_reg_class_nregs): Don't set ira_max_regs.
5402         (prohibited_class_mode_regs): Delete.
5403         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
5404         (target_globals): Add ira and ira_int fields.
5405         (restore_target_globals): Copy the ira field to this_target_ira
5406         and the ira_int field to this_target_ira_int.
5407         * target-globals.c: Include ira-int.h.
5408         (default_target_globals): Initialize the ira and ira_int fields.
5409         (save_target_globals): Likewise.
5410
5411 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5412
5413         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
5414         * cfgloop.h (target_cfgloop): New structure.
5415         (default_target_cfgloop): Declare.
5416         (this_target_cfgloop): Declare as a variable or define as a macro.
5417         (target_avail_regs, target_clobbered_regs, target_res_regs)
5418         (target_reg_cost, target_spill_cost): Redefine as macros.
5419         * cfgloopanal.c (default_target_cfgloop): New variable.
5420         (this_target_cfgloop): New conditional variable.
5421         (target_avail_regs, target_clobbered_regs, target_res_regs)
5422         (target_reg_cost, target_spill_cost): Delete.
5423         * target-globals.h (this_target_cfgloop): Declare.
5424         (target_globals): Add a cfgloop field.
5425         (restore_target_globals): Copy the cfgloop field to
5426         this_target_cfgloop.
5427         * target-globals.c: Include cfgloop.h.
5428         (default_target_globals): Initialize the cfgloop field.
5429         (save_target_globals): Likewise.
5430
5431 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5432
5433         * regs.h (target_regs): Add x_direct_load, x_direct_store and
5434         x_float_extend_from_mem.
5435         (direct_load, direct_store, float_extend_from_mem): New macros.
5436         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
5437
5438 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5439
5440         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
5441         (target-globals.o): Depend on $(LIBFUNCS_H).
5442         * libfuncs.h: Include hashtab.h.
5443         (libfunc_entry): Moved from optabs.c.
5444         (target_libfuncs): New structure.
5445         (default_target_libfuncs): Declare.
5446         (this_target_libfuncs): Declare as a variable or define as a macro.
5447         (libfunc_table): Redefine as a macro.
5448         * optabs.c (default_target_libfuncs): New variable.
5449         (this_target_libfuncs): New conditional variable.
5450         (libfunc_table): Delete.
5451         (libfunc_entry): Moved to optabs.h.
5452         (libfunc_hash): Redefine as a macro.
5453         (hash_libfunc, eq_libfunc): Fix comments.
5454         (init_optabs): Use libfunc_hash to detect cases where the function
5455         has already been called.  Clear the hash table instead of
5456         recreating it.
5457         * target-globals.h (this_target_libfuncs): Declare.
5458         (target_globals): Add a libfuncs field.
5459         (restore_target_globals): Copy the libfuncs field to
5460         this_target_libfuncs.
5461         * target-globals.c: Include libfuncs.h.
5462         (default_target_globals): Initialize the libfuncs field.
5463         (save_target_globals): Likewise.
5464
5465 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5466
5467         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
5468         in all dependency lists.
5469
5470 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5471
5472         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
5473         * optabs.h (target_optabs): New structure.
5474         (default_target_optabs): Declare.
5475         (this_target_optabs): Declare as a variable or define as a macro.
5476         (optab_table, convert_optab_table, direct_optab_table): Redefine
5477         as macros.
5478         * optabs.c (default_target_optabs): New variable.
5479         (this_target_optabs): New conditional variable.
5480         (optab_table, convert_optab_table, direct_optab_table): Delete.
5481         * target-globals.h (this_target_optabs): Declare.
5482         (target_globals): Add a optabs field.
5483         (restore_target_globals): Copy the optabs field to
5484         this_target_optabs.
5485         * target-globals.c: Include expr.h and optabs.h.
5486         (default_target_globals): Initialize the optabs field.
5487         (save_target_globals): Likewise.
5488
5489 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5490
5491         * flags.h (target_flagstate): Add x_flag_excess_precision.
5492         (flag_excess_precision): Redefine as a macro.
5493         * toplev.c (flag_excess_precision): Delete.
5494
5495 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5496
5497         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
5498         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
5499         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
5500         (no_caller_save_reg_set): Redefine as a macro.
5501         * reload.h (target_reload): Add x_caller_save_initialized_p and
5502         x_regno_save_mode.
5503         (caller_save_initialized_p): Redefine as a macro.
5504         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
5505         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
5506         (regno_save_mode): Redefine as a macro.
5507
5508 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5509
5510         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
5511         * expmed.h: New file.
5512         * expmed.c (default_target_costs): New variable.
5513         (this_target_costs): New conditional variable.
5514         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
5515         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
5516         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
5517         * target-globals.h (this_target_expmed): Declare.
5518         (target_globals): Add a expmed field.
5519         (restore_target_globals): Copy the expmed field to
5520         this_target_expmed.
5521         * target-globals.c: Include expmed.h.
5522         (default_target_globals): Initialize the expmed field.
5523         (save_target_globals): Likewise.
5524
5525 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5526
5527         * Makefile.in (target-globals.o): Depend on reload.h.
5528         * reload.h (target_reload): New structure.
5529         (default_target_reload): Declare.
5530         (this_target_reload): Declare as a variable or define as a macro.
5531         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
5532         * reload1.c (default_target_reload): New variable
5533         (this_target_reload): New conditional variable.
5534         (indirect_symref_ok, double_reg_address_ok): Delete.
5535         (spill_indirect_levels): Redefine as a macro.
5536         * target-globals.h (this_target_reload): Declare.
5537         (target_globals): Add a reload field.
5538         (restore_target_globals): Copy the reload field to
5539         this_target_reload.
5540         * target-globals.c: Include hard-reg-set.h.
5541         (default_target_globals): Initialize the reload field.
5542         (save_target_globals): Likewise.
5543
5544 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5545
5546         * rtl.h (target_rtl): Add x_static_reg_base_value.
5547         * alias.c (static_reg_base_value): Redefine as a macro.
5548
5549 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5550
5551         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
5552         (GTFILES): Remove reginfo.c.
5553         * rtl.h (target_rtl): Add x_top_of_stack.
5554         (top_of_stack): New macro.
5555         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
5556         (top_of_stack): Delete.
5557
5558 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5559
5560         * regs.h (target_regs): Add x_hard_regs_of_mode,
5561         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
5562         x_may_move_out_cost and x_last_mode_for_init_move_cost.
5563         (have_regs_of_mode, contains_reg_of_mode, move_cost)
5564         (may_move_in_cost, may_move_out_cost): Redefine as macros.
5565         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
5566         (may_move_in_cost, may_move_out_cost): Delete.
5567         (last_mode_for_init_move_cost): Redefine as a macro.
5568
5569 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5570
5571         * hard-reg-set.h (target_hard_regs): New structure.
5572         (default_target_hard_regs): Declare.
5573         (this_target_hard_regs): Declare as a variable or define as a macro.
5574         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
5575         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
5576         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
5577         (reg_class_size, reg_class_subclasses, reg_class_subunion)
5578         (reg_class_superunion, reg_names): Redefine as macros.
5579         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
5580         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
5581         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
5582         (reg_class_contents, reg_class_size, reg_class_subclasses)
5583         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
5584         (default_target_hard_regs): New variable
5585         (this_target_hard_regs, initial_call_really_used_regs)
5586         (initial_reg_alloc_order): New conditional variables.
5587         (initial_reg_names): New variable.
5588         (init_reg_sets): Assert that initial_call_really_used_regs,
5589         initial_reg_alloc_order and initial_reg_names
5590         are all the same size as their variable counterparts.  Use them to
5591         initialize those counterparts.
5592         * target-globals.h (this_target_hard_regs): Declare.
5593         (target_globals): Add a hard_regs field.
5594         (restore_target_globals): Copy the hard_regs field to
5595         this_target_hard_regs.
5596         * target-globals.c: Include hard-reg-set.h.
5597         (default_target_globals): Initialize the hard_regs field.
5598         (save_target_globals): Likewise.
5599
5600 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5601
5602         * Makefile.in (target-globals.o): Depend on $(RTL_H).
5603         * rtl.h (target_rtl): New structure.
5604         (default_target_rtl): Declare.
5605         (this_target_rtl): Declare as a variable or define as a macro.
5606         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
5607         Redefine as macros.
5608         * emit-rtl.c (default_target_rtl): New variable.
5609         (this_target_rtl): New conditional variable.
5610         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
5611         (return_address_pointer_rtx): Delete.
5612         (initial_regno_reg_rtx): New macro.
5613         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
5614         (init_emit_regs): Likewise.
5615         * target-globals.h (this_target_rtl): Declare.
5616         (target_globals): Add a rtl field.
5617         (restore_target_globals): Copy the rtl field to this_target_rtl.
5618         * target-globals.c: Include rtl.h.
5619         (default_target_globals): Initialize the rtl field.
5620         (save_target_globals): Likewise.
5621
5622 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5623
5624         * Makefile.in (target-globals.o): Depend on $(REGS_H).
5625         * regs.h (target_reg_modes): New structure.
5626         (default_target_reg_modes): Declare.
5627         (this_target_reg_modes): Declare as a variable or define as a macro.
5628         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
5629         * reginfo.c (default_target_reg_modes): New variable.
5630         (this_target_reg_modes): New conditional variable.
5631         (hard_regno_nregs, reg_raw_mode): Delete.
5632         * target-globals.h (this_target_regs): Declare.
5633         (target_globals): Add a regs field.
5634         (restore_target_globals): Copy the regs field to this_target_regs.
5635         * target-globals.c: Include regs.h.
5636         (default_target_globals): Initialize the regs field.
5637         (save_target_globals): Likewise.
5638
5639 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
5640
5641         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
5642         * doc/tm.texi: Regenerate.
5643         * Makefile.in (OBJS-common): Add target-globals.o.
5644         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
5645         and target-globals.h.
5646         (target-globals.o): New rule.
5647         (GTFILES): Include $(srcdir)/target-globals.h.
5648         * defaults.h (SWITCHABLE_TARGET): Define.
5649         * gengtype.c (open_base_files): Add target-globals.h to the
5650         list of includes.
5651         * target-globals.h: New file.
5652         * target-globals.c: Likewise.
5653
5654         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
5655         * flags.h (target_flag_state): New structure.
5656         (default_target_flag_state): Declare.
5657         (this_target_flag_state): Declare as a variable or define as a macro.
5658         (align_loops_log): Redefine as a macro.
5659         (align_loops_max_skip, align_jumps_log): Likewise.
5660         (align_jumps_max_skip, align_labels_log): Likewise.
5661         (align_labels_max_skip, align_functions_log): Likewise.
5662         * toplev.c (default_target_flag_state): New variable.
5663         (this_target_flag_state): New conditional variable.
5664         (align_loops_log): Delete.
5665         (align_loops_max_skip, align_jumps_log): Likewise.
5666         (align_jumps_max_skip, align_labels_log): Likewise.
5667         (align_labels_max_skip, align_functions_log): Likewise.
5668         * target-globals.h (this_target_flag_state): Declare.
5669         (target_globals): Add a flag_state field.
5670         (restore_target_globals): Copy the flag_state field to
5671         this_target_flag_state.
5672         * target-globals.c: Include flags.h.
5673         (default_target_globals): Initialize the flag_state field.
5674         (save_target_globals): Likewise.
5675
5676 2010-07-12  Jie Zhang  <jie@codesourcery.com>
5677
5678         * postreload.c (reg_symbol_ref[]): New.
5679         (move2add_use_add2_insn): New.
5680         (move2add_use_add3_insn): New.
5681         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
5682         (move2add_note_store): Likewise.
5683
5684 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5685
5686         PR rtl-optimization/44752
5687         * genautomata.c (main): Don't emit an empty file even if there
5688         is no automaton.
5689
5690 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5691
5692         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
5693         ix86_solaris_return_in_memory.
5694         * config/i386-protos.h: Reflect this.
5695         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5696         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
5697         Move ...
5698         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
5699
5700 2010-07-12  Jie Zhang  <jie@codesourcery.com>
5701
5702         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
5703         align the stack when it's going to be saved.
5704
5705 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5706
5707         PR pch/14940
5708         * config/host-solaris.c (mmap_fixed): New function.
5709         (sol_gt_pch_get_address): Use it.
5710         (sol_gt_pch_use_address): Likewise.
5711
5712 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5713
5714         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
5715         pentiumpro on Solaris 8 and 9/x86.
5716         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
5717         Document SSE/SSE2 support.
5718         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
5719
5720 2010-07-12  Andi Kleen  <ak@linux.intel.com>
5721
5722         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
5723         instead of gcc_assert to print better error message for multiple
5724         prevailing defs.
5725
5726 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
5727
5728         * config/i386/i386.c (ix86_asm_output_function_label): Change format
5729         string placeholder from 0x%x to %#x.
5730         (ix86_code_end): Use putc to output '\n'.
5731         (ix86_print_operand) <case ';'>: Use putc to output ';'.
5732
5733 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
5734
5735         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
5736         in directive -export.
5737
5738 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
5739
5740         * reginfo.h (reg_classes_intersect_p): Change arguments type to
5741         reg_class_t.
5742         * rtl.h (reg_classes_intersect_p): Adjust prototype.
5743
5744         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
5745         Remove macros.
5746         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
5747         rs6000_memory_move_cost): Remove
5748         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
5749         TARGET_MEMORY_MOVE_COST): Define.
5750         (rs6000_register_move_cost): Make static. Change arguments type from
5751         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
5752         (rs6000_memory_move_cost): Make static. Change arguments type from
5753         'enum reg_class' to reg_class_t.
5754
5755 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
5756
5757         PR middle-end/42505
5758         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
5759         lookup code into....
5760         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
5761         new functions.
5762         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
5763         * cfgloopanal.c (target_clobbered_regs): Define.
5764         (init_set_costs): Initialize target_clobbered_regs.
5765         (estimate_reg_pressure_cost): Add call_p argument.  When true,
5766         adjust the number of available registers to exclude the
5767         call-clobbered registers.
5768         * cfgloop.h (target_clobbered_regs): Declare.
5769         (estimate_reg_pressure_cost): Adjust declaration.
5770         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
5771         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
5772         (determine_set_costs): Dump target_clobbered_regs.
5773         (loop_body_includes_call): New function.
5774         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
5775         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
5776         call_p flag through.
5777         (best_gain_for_invariant): Likewise.
5778         (find_invariants_to_move): Likewise.
5779         (move_single_loop_invariants): Likewise, using already-computed
5780         has_call field.
5781
5782 2010-07-10  Richard Guenther  <rguenther@suse.de>
5783             Joern Rennecke  <joern.rennecke@embecosm.com>
5784
5785         PR debug/44832
5786         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
5787         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
5788         unless they have DECL_IGNORED_P set.
5789
5790 2010-07-10  Richard Guenther  <rguenther@suse.de>
5791
5792         PR lto/44889
5793         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
5794         helper function.
5795         (gimple_types_compatible_p): Similar to pointed-to
5796         types allow and merge a mix of complete and incomplete aggregate.
5797         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
5798         (iterative_hash_gimple_type): Adjust for that.
5799
5800 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
5801
5802         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
5803
5804 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
5805
5806         PR objc/44140
5807         * config/darwin.c (output_objc_section_asm_op): Save and restore
5808         section when outputting ObjC section list.
5809
5810 2010-07-09  Jan Hubicka  <jh@suse.cz>
5811
5812         * lto-streamer-out.c (produce_symtab): Do not write alias
5813         cgraph/varpool nodes.
5814
5815 2010-07-09  Jan Hubicka  <jh@suse.cz>
5816
5817         * tree-inline.c (declare_return_variable): Fix ICE while
5818         inlining DECL_BY_VALUE function not in SSA form
5819
5820 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
5821
5822         PR tree-optimization/44576
5823         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
5824         New.  Pull out from is_loop_prefetching_profitable to implement
5825         the trip count to ahead ratio heuristic.
5826         (mem_ref_count_reasonable_p): New.  Pull out from
5827         is_loop_prefetching_profitable to implement the instruction to
5828         memory reference ratio heuristic.  Also consider not reasonable if
5829         the memory reference count is above a threshold (to avoid
5830         explosive compilation time.
5831         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
5832         is_loop_prefetching_profitable to implement the instruction to
5833         prefetch ratio heuristic.
5834         (is_loop_prefetching_profitable): Removed.
5835         (loop_prefetch_arrays): Distribute the cost analysis across the
5836         function to allow early exit of the prefetch analysis.
5837         is_loop_prefetching_profitable is splitted into three functions,
5838         with each one called as early as possible.
5839         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
5840         number of memory references in a loop is considered too many.
5841
5842 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
5843
5844         * reload.c (find_reloads): Don't clear badop if we have a winreg
5845         alternative, but not win, and the class only has fixed regs.
5846         * hard-reg-set.h (class_only_fixed_regs): Declare.
5847         * reginfo.c (class_only_fixed_regs): New array.
5848         (init_reg_sets_1): Initialize it.
5849         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
5850         discourage alternatives using the stack pointer.
5851
5852         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
5853
5854         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
5855
5856         * config/arm/arm.md (cbranchqi4): Fix array size.
5857         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
5858         calculating length.
5859
5860 2010-07-09  Richard Guenther  <rguenther@suse.de>
5861
5862         * gimple.c (struct type_fixup_s): New struct and VEC type.
5863         (gimple_register_type_fixups): New static global.
5864         (gimple_queue_type_fixup): New function.
5865         (gimple_types_compatible_p): Queue type fixups instead of
5866         applying them here.
5867         (gimple_register_type): Apply queued fixups for the
5868         canonical type.  Empty the type fixup queue.
5869
5870 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5871
5872         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
5873         * configure: Regenerate.
5874         * config.in: Ditto.
5875
5876 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
5877             Denys Vlasenko  <dvlasenk@redhat.com>
5878             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5879
5880         PR tree-optimization/28632
5881         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
5882         (extract_range_from_binary_expr): Further optimize
5883         BIT_AND_EXPR and BIT_IOR_EXPR.
5884
5885 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
5886
5887         * tree-if-conv.c (fold_or_predicates): New.
5888         (add_to_predicate_list): Call it.
5889
5890 2010-07-09  Richard Guenther  <rguenther@suse.de>
5891
5892         PR middle-end/44890
5893         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
5894         if base is a pointer.
5895         * tree-cfg.c (verify_expr): Update MEM_REF checking.
5896
5897 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
5898
5899         PR target/44877
5900         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
5901         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
5902         builtin mask for load/store builtins.
5903
5904 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5905
5906         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
5907         for "lock addl".
5908         * configure: Regenerate.
5909         * config/i386/i386.c (ix86_print_operand) <case ';'>:
5910         Remove TARGET_MACHO.
5911
5912 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
5913
5914         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
5915         default ISA flags.
5916         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
5917
5918 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
5919
5920         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
5921
5922 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
5923
5924         * config/picochip/picochip.md (commsTestPort): Emit more
5925         efficient sequence for tstport instruction.
5926
5927 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
5928
5929         * config/i386/i386.c (ix86_veclib_handler): Make static.
5930
5931 2010-07-09  Richard Guenther  <rguenther@suse.de>
5932
5933         PR tree-optimization/44852
5934         * tree-ssa-alias.c: Include toplev.h for exact_log2.
5935         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
5936         in MEM_REF.
5937         (indirect_refs_may_alias_p): Likewise.
5938         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
5939
5940 2010-07-09  Richard Guenther  <rguenther@suse.de>
5941
5942         PR tree-optimization/44882
5943         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
5944         sets do conflict.
5945         (vectorizable_load): Likewise.
5946
5947 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
5948
5949         PR target/40657
5950         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
5951         All callers changed.
5952         Handle the case when we're called for the epilogue.
5953         (thumb_unexpanded_epilogue): Use it.
5954         (thumb1_expand_epilogue): Likewise.
5955
5956 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
5957
5958         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
5959         both ranges are range_int_cst_p with non-negative minimum,
5960         try harder to derive smaller range.
5961
5962 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5963
5964         * genrecog.c: Include diagnostic-core.h before toplev.h.
5965         * genoutput.c: Likewise.
5966         * genextract.c: Likewise.
5967         * genautomata.c: Likewise.
5968         * genemit.c: Likewise.
5969         * genpeep.c: Likewise.
5970         * genattrtab.c: Likewise.
5971         * genconditions.c: Likewise.
5972         * genpreds.c: Likewise.
5973
5974 2010-07-08  Andi Kleen  <ak@linux.intel.com>
5975
5976         * lto-section-in.c (lto_section_name): Add missing comma.
5977
5978 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
5979
5980         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
5981         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
5982         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
5983         (ia64_override_options): Rename to...
5984         (ia64_option_override): ... this one. Make static.
5985
5986 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
5987
5988         PR middle-end/44843
5989         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
5990         pointed-to type of the offset in a MEM_REF to compute the alignment.
5991
5992 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
5993
5994         * final.c (final_scan_insn): Replace
5995         TARGET_UNWIND_INFO macro check by unwind_emit
5996         hook NULL check.
5997         * targhooks.c (default_unwind_emit): Removed.
5998         * targhooks.h (default_unwind_emit): Likewise.
5999         * target.def (unwind_emit): Set default value to NULL.
6000
6001         * config/i386/i386-protos.h (ix86_asm_output_function_label):
6002         New prototype.
6003         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
6004         for NULL fntype argument and allow 64-bit targets.
6005         (ix86_asm_output_function_label): New function.
6006         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
6007         (ix86_handle_fndecl_attribute): Likewise.
6008         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
6009         * doc/doc/tm.texi: Regenerated.
6010         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
6011         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
6012         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
6013         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
6014         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
6015         * config/elfos.h: Likewise.
6016         * config/i386/cygming.h: Likewise.
6017         * config/netbsd-aout.h: Likewise.
6018         * config/openbsd.h: Likewise.
6019         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
6020         by ix86_asm_output_function_label function call.
6021         * varasm.c (assemble_start_function): Use
6022         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
6023
6024 2010-07-08  Jan Hubicka  <jh@suse.cz>
6025
6026         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
6027         New function.
6028         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
6029         Declare.
6030         * ipa-cp.c (ipcp_estimate_growth): Use it.
6031         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
6032         Likewise.
6033
6034 2010-07-08  Jan Hubicka  <jh@suse.cz>
6035
6036         * tree-inline.c (declare_return_variable): Allocate annotation for new
6037         temporary.
6038
6039 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
6040
6041         PR tree-optimization/44710
6042         * tree-if-conv.c (parse_predicate): New.
6043         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
6044         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
6045
6046 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
6047
6048         * common.opt (ftree-loop-if-convert): New flag.
6049         * doc/invoke.texi (ftree-loop-if-convert): Documented.
6050         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
6051         when flag_tree_loop_if_convert is set.
6052
6053 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
6054
6055         * config/i386/i386.c: Use short syntax for function calls
6056         through function pointers.
6057         * config/i386/i386.md: Ditto.
6058
6059 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
6060
6061         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
6062
6063 2010-07-08  Richard Guenther  <rguenther@suse.de>
6064
6065         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
6066         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
6067
6068 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
6069
6070         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
6071         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
6072         (loc_list_from_tree): Likewise.
6073         (output_loc_operands): Handle outputting DW_OP_const[48]u
6074         with loc->dtprel set.
6075         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
6076
6077 2010-07-08  Jan Hubicka  <jh@suse.cz>
6078
6079         * ipa.c: Include pointer-set.h
6080         (cgraph_externally_visible_p): New attribute ALIASED;
6081         when in LTO, hidden symbols are local unless they are aliased.
6082         (function_and_variable_visibility): Compute aliased nodes;
6083         handle LTO and hidden symbol on functions and vars.
6084         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
6085         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
6086
6087 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
6088
6089         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
6090         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6091         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6092         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6093         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6094         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
6095         (ix86_gen_probe_stack_range): Likewise.
6096         (override_options): Set them.
6097         (ix86_target_stack_probe): New function.
6098         (ix86_compute_frame_layout): Force use of push instructions to
6099         save registers if stack checking with probes is enabled.
6100         (get_scratch_register_on_entry): New function.
6101         (release_scratch_register_on_entry): Likewise.
6102         (ix86_adjust_stack_and_probe): Likewise.
6103         (output_adjust_stack_and_probe): Likewise.
6104         (ix86_emit_probe_stack_range): Likewise.
6105         (output_probe_stack_range): Likewise.
6106         (ix86_expand_prologue): Emit stack checking code if static built-in
6107         stack checking is enabled.
6108         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
6109         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
6110         (output_adjust_stack_and_probe): Likewise.
6111         (output_probe_stack_range): Likewise.
6112         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
6113         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
6114         TARGET_STACK_PROBE.
6115         (allocate_stack_worker_64): Likewise.
6116         (allocate_stack): Likewise.
6117         (adjust_stack_and_probe): New insn.
6118         (probe_stack_range): Likewise.
6119
6120 2010-07-08  Richard Guenther  <rguenther@suse.de>
6121
6122         PR tree-optimization/44831
6123         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
6124         a MEM_REF preserving TBAA info of the original dereference.
6125         Dereference the original pointer if the address is not invariant.
6126         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
6127         at least one invariant address that we are going to dereference.
6128
6129 2010-07-08  Richard Guenther  <rguenther@suse.de>
6130
6131         PR tree-optimization/44861
6132         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
6133         information when building MEM_REFs.
6134         (vectorizable_load): Likewise.
6135         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
6136
6137 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
6138
6139         * config/sol2-c.c: Do not include diagnostic-core.h.
6140
6141 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6142
6143         PR bootstrap/44768
6144         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
6145         with respect to current_function_decl. Pass decl of the function.
6146         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
6147         * ipa-inline.c (compute_inline_parameters): Pass decl to
6148         estimated_stack_frame_size.
6149
6150 2010-07-08  Richard Guenther  <rguenther@suse.de>
6151
6152         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
6153         New function.
6154         (valueize_refs): Call it.
6155
6156 2010-07-08  Richard Guenther  <rguenther@suse.de>
6157
6158         PR rtl-optimization/44838
6159         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
6160         SSA form do not use pointer equivalence.
6161
6162 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
6163
6164         * dwarf2out.c (AT_linkage_name): Delete.
6165         (add_linkage_attr): New function.
6166         (add_linkage_name): Call it to emit the linkage attribute.
6167         (dwarf2out_finish): Likewise.
6168         (move_linkage_attr): Explicitly accept both attribute variants.
6169
6170 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6171
6172         * toplev.h: Do not include diagnostic-core.h.
6173         Include diagnostic-core.h in every file that includes toplev.h.
6174         * c-tree.h: Do not include toplev.h.
6175         * pretty-print.h: Update comment.
6176         * Makefile.in: Update dependencies.
6177         * alias.c: Include diagnostic-core.h in every file that includes
6178         toplev.h.
6179         * attribs.c: Likewise.
6180         * auto-inc-dec.c: Likewise.
6181         * bb-reorder.c: Likewise.
6182         * bt-load.c: Likewise.
6183         * caller-save.c: Likewise.
6184         * calls.c: Likewise.
6185         * cfg.c: Likewise.
6186         * cfganal.c: Likewise.
6187         * cfgbuild.c: Likewise.
6188         * cfgcleanup.c: Likewise.
6189         * cfghooks.c: Likewise.
6190         * cfgloop.c: Likewise.
6191         * combine.c: Likewise.
6192         * config/alpha/alpha.c: Likewise.
6193         * config/arc/arc.c: Likewise.
6194         * config/arm/arm.c: Likewise.
6195         * config/arm/pe.c: Likewise.
6196         * config/avr/avr.c: Likewise.
6197         * config/bfin/bfin.c: Likewise.
6198         * config/cris/cris.c: Likewise.
6199         * config/crx/crx.c: Likewise.
6200         * config/darwin-c.c: Likewise.
6201         * config/darwin.c: Likewise.
6202         * config/fr30/fr30.c: Likewise.
6203         * config/frv/frv.c: Likewise.
6204         * config/h8300/h8300.c: Likewise.
6205         * config/host-darwin.c: Likewise.
6206         * config/i386/i386.c: Likewise.
6207         * config/i386/netware.c: Likewise.
6208         * config/i386/nwld.c: Likewise.
6209         * config/i386/winnt-cxx.c: Likewise.
6210         * config/i386/winnt-stubs.c: Likewise.
6211         * config/i386/winnt.c: Likewise.
6212         * config/ia64/ia64-c.c: Likewise.
6213         * config/ia64/ia64.c: Likewise.
6214         * config/iq2000/iq2000.c: Likewise.
6215         * config/lm32/lm32.c: Likewise.
6216         * config/m32c/m32c-pragma.c: Likewise.
6217         * config/m32c/m32c.c: Likewise.
6218         * config/m32r/m32r.c: Likewise.
6219         * config/m68hc11/m68hc11.c: Likewise.
6220         * config/m68k/m68k.c: Likewise.
6221         * config/mcore/mcore.c: Likewise.
6222         * config/mep/mep-pragma.c: Likewise.
6223         * config/mep/mep.c: Likewise.
6224         * config/mmix/mmix.c: Likewise.
6225         * config/mn10300/mn10300.c: Likewise.
6226         * config/moxie/moxie.c: Likewise.
6227         * config/pa/pa.c: Likewise.
6228         * config/pdp11/pdp11.c: Likewise.
6229         * config/picochip/picochip.c: Likewise.
6230         * config/rs6000/rs6000-c.c: Likewise.
6231         * config/rs6000/rs6000.c: Likewise.
6232         * config/rx/rx.c: Likewise.
6233         * config/s390/s390.c: Likewise.
6234         * config/score/score.c: Likewise.
6235         * config/score/score3.c: Likewise.
6236         * config/score/score7.c: Likewise.
6237         * config/sh/sh.c: Likewise.
6238         * config/sh/symbian-base.c: Likewise.
6239         * config/sh/symbian-c.c: Likewise.
6240         * config/sh/symbian-cxx.c: Likewise.
6241         * config/sol2-c.c: Likewise.
6242         * config/sol2.c: Likewise.
6243         * config/sparc/sparc.c: Likewise.
6244         * config/spu/spu.c: Likewise.
6245         * config/stormy16/stormy16.c: Likewise.
6246         * config/v850/v850-c.c: Likewise.
6247         * config/v850/v850.c: Likewise.
6248         * config/vax/vax.c: Likewise.
6249         * config/vxworks.c: Likewise.
6250         * config/xtensa/xtensa.c: Likewise.
6251         * convert.c: Likewise.
6252         * cse.c: Likewise.
6253         * cselib.c: Likewise.
6254         * dbgcnt.c: Likewise.
6255         * dbxout.c: Likewise.
6256         * ddg.c: Likewise.
6257         * dominance.c: Likewise.
6258         * emit-rtl.c: Likewise.
6259         * explow.c: Likewise.
6260         * expmed.c: Likewise.
6261         * fixed-value.c: Likewise.
6262         * fold-const.c: Likewise.
6263         * fwprop.c: Likewise.
6264         * gcse.c: Likewise.
6265         * ggc-common.c: Likewise.
6266         * ggc-page.c: Likewise.
6267         * ggc-zone.c: Likewise.
6268         * gimple-low.c: Likewise.
6269         * gimplify.c: Likewise.
6270         * graph.c: Likewise.
6271         * haifa-sched.c: Likewise.
6272         * ifcvt.c: Likewise.
6273         * implicit-zee.c: Likewise.
6274         * integrate.c: Likewise.
6275         * ira-build.c: Likewise.
6276         * ira-color.c: Likewise.
6277         * ira-conflicts.c: Likewise.
6278         * ira-costs.c: Likewise.
6279         * ira-lives.c: Likewise.
6280         * ira.c: Likewise.
6281         * lists.c: Likewise.
6282         * loop-doloop.c: Likewise.
6283         * loop-iv.c: Likewise.
6284         * lto-opts.c: Likewise.
6285         * lto-symtab.c: Likewise.
6286         * main.c: Likewise.
6287         * modulo-sched.c: Likewise.
6288         * optabs.c: Likewise.
6289         * params.c: Likewise.
6290         * plugin.c: Likewise.
6291         * postreload-gcse.c: Likewise.
6292         * postreload.c: Likewise.
6293         * predict.c: Likewise.
6294         * profile.c: Likewise.
6295         * real.c: Likewise.
6296         * regcprop.c: Likewise.
6297         * reginfo.c: Likewise.
6298         * regmove.c: Likewise.
6299         * reorg.c: Likewise.
6300         * resource.c: Likewise.
6301         * rtl.c: Likewise.
6302         * rtlanal.c: Likewise.
6303         * sched-deps.c: Likewise.
6304         * sched-ebb.c: Likewise.
6305         * sched-rgn.c: Likewise.
6306         * sdbout.c: Likewise.
6307         * sel-sched-dump.c: Likewise.
6308         * sel-sched-ir.c: Likewise.
6309         * simplify-rtx.c: Likewise.
6310         * stmt.c: Likewise.
6311         * stor-layout.c: Likewise.
6312         * store-motion.c: Likewise.
6313         * targhooks.c: Likewise.
6314         * tree-cfg.c: Likewise.
6315         * tree-cfgcleanup.c: Likewise.
6316         * tree-dump.c: Likewise.
6317         * tree-eh.c: Likewise.
6318         * tree-inline.c: Likewise.
6319         * tree-nomudflap.c: Likewise.
6320         * tree-object-size.c: Likewise.
6321         * tree-optimize.c: Likewise.
6322         * tree-outof-ssa.c: Likewise.
6323         * tree-phinodes.c: Likewise.
6324         * tree-profile.c: Likewise.
6325         * tree-ssa-ccp.c: Likewise.
6326         * tree-ssa-coalesce.c: Likewise.
6327         * tree-ssa-live.c: Likewise.
6328         * tree-ssa-loop-niter.c: Likewise.
6329         * tree-ssa-loop-prefetch.c: Likewise.
6330         * tree-ssa-loop.c: Likewise.
6331         * tree-ssa-structalias.c: Likewise.
6332         * tree-ssa-uninit.c: Likewise.
6333         * tree-ssa.c: Likewise.
6334         * tree-vect-data-refs.c: Likewise.
6335         * tree-vect-loop-manip.c: Likewise.
6336         * tree-vect-loop.c: Likewise.
6337         * tree-vect-patterns.c: Likewise.
6338         * tree-vect-stmts.c: Likewise.
6339         * tree-vrp.c: Likewise.
6340         * varasm.c: Likewise.
6341         * vec.c: Likewise.
6342         * web.c: Likewise.
6343         * xcoffout.c: Likewise.
6344
6345 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
6346
6347         * gengtype.c (write_field_root): New function.
6348         (write_root): Use it.
6349
6350 2010-07-07  Wei Guozhi  <carrot@google.com>
6351
6352         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
6353         of lowest bits to lshift/compare): Add a missing line.
6354
6355 2010-07-07  Wei Guozhi  <carrot@google.com>
6356
6357         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
6358         of lowest bits to lshift/compare): New.
6359
6360 2010-07-07  Tom Tromey  <tromey@redhat.com>
6361
6362         * doc/tm.texi: Update.
6363         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
6364         Add @hook.
6365         * target.def (want_debug_pub_sections): New hook.
6366         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
6367         * dwarf2out.c (add_pubname_string): Check
6368         targetm.want_debug_pub_sections.
6369         (add_pubname): Likewise.
6370         (add_pubtype): Likewise.
6371
6372 2010-07-07  Jie Zhang  <jie@codesourcery.com>
6373
6374         * genautomata.c (output_automata_list_min_issue_delay_code):
6375         Correctly decompress min_issue_delay.
6376
6377 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
6378
6379         PR rtl-optimization/44404
6380         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
6381         possible, use reg_overlap_mentioned_p instead.
6382
6383 2010-07-07  Duncan Sands  <baldrick@free.fr>
6384
6385         PR middle-end/41355
6386         * tree.c (build_function_type_skip_args): Copy the original type using
6387         build_distinct_type_copy rather than copy_node.
6388
6389 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
6390
6391         PR target/44850
6392         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
6393         revision 161876.
6394         (ix86_expand_prologue): Likewise.
6395         (ix86_handle_fndecl_attribute): Likewise.
6396         (ix86_asm_declare_function_name): Likewise.
6397         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
6398         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
6399         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
6400         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
6401         * doc/extend.texi: Likewise.
6402
6403 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
6404
6405         PR target/44844
6406         * config/i386/i386.md (rdrand<mode>): Changed to expand to
6407         retry if the carry flag isn't valid.
6408         (rdrand<mode>_1): New.
6409
6410 2010-07-07  Richard Guenther  <rguenther@suse.de>
6411
6412         PR middle-end/44790
6413         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
6414         for expanding the constant offset for MEM_REFs.
6415
6416 2010-07-07  Richard Guenther  <rguenther@suse.de>
6417
6418         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
6419         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
6420         * gimple.h (is_gimple_operand): Remove.
6421         * gimple.c (is_gimple_operand): Likewise.
6422         (walk_gimple_op): Fix wi->val_only setting for calls.
6423         * tree-cfg.c (verify_gimple_call): Fix argument validation.
6424         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
6425         invalid gimple calls.
6426
6427 2010-07-06  Jan Hubicka  <jh@suse.cz>
6428
6429         * lto-cgraph.c (output_cgraph): Add missing declaration.
6430
6431 2010-07-06  Jan Hubicka  <jh@suse.cz>
6432
6433         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
6434         partition.
6435
6436 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
6437
6438         * doc/gimple.texi (GIMPLE_DEBUG): Document.
6439         * doc/rtl.texi (Debug Information): New node.
6440         (NOTE_INSN_VAR_LOCATION): Document.
6441         (debug_insn): Likewise.
6442         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
6443
6444 2010-07-07  Jan Hubicka  <jh@suse.cz>
6445
6446         With parts by Richard Guenther.
6447
6448         PR middle-end/44813
6449         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
6450         for functions passed by reference.
6451         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
6452         in memory when passed by reference.
6453         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
6454         beggining.
6455         * ipa-split.c (split_function): Cleanup way return value is passed;
6456         handle SSA DECL_BY_REFERENCE retvals.
6457         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
6458         DECL_BY_REFERENCE is set.
6459         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
6460         find_what_p_points_to): Handle RESULT_DECL.
6461         * tree-inline.c (declare_return_variable): Get new entry_block argument;
6462         when passing by reference ensure that RESULT_DECL is gimple_val.
6463         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
6464         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
6465
6466 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
6467
6468         PR rtl-optimization/44787
6469         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
6470         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
6471
6472 2010-07-06  Jan Hubicka  <jh@suse.cz>
6473
6474         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
6475         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
6476         with body can prevail.
6477         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
6478         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
6479         * cgraph.c (cgraph_get_node_or_alias): New function.
6480         * cgraph.h (cgraph_get_node_or_alias): Declare.
6481
6482 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
6483
6484         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
6485         support.
6486         (ix86_expand_prologue): Likewise.
6487         (ix86_handle_fndecl_attribute): Likewise.
6488         (ix86_asm_declare_function_name): New function for
6489         ASM_DECLARE_FUNCTION_NAME.
6490         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
6491         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
6492         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
6493         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
6494         * doc/extend.texi: Adjust documentation about ms_hook_prologue
6495         attribute.
6496
6497 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6498
6499         * config/i386/i386.md (immediate_operand): New mode attribute.
6500
6501         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
6502         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
6503         using P mode iterator.
6504         (pro_epilogue_adjust_stack_di_2): Rename from
6505         pro_epilogue_adjust_stack_rex64_2.
6506
6507         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
6508
6509 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6510
6511         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
6512         through gen_mov_insv_1 function pointer.
6513         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
6514         gen_truncxf<mode>2 through gen_truncxf function pointer.
6515         (remainder<mode>3): Ditto.
6516         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
6517         (allocate_stack): Call gen_allocate_stack_worker_64 or
6518         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
6519         function pointer.
6520         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
6521         function pointer.
6522
6523 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
6524
6525         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
6526         operand constraint instead of <r><i>m.
6527
6528 2010-07-06  Richard Guenther  <rguenther@suse.de>
6529
6530         PR middle-end/44828
6531         * convert.c (convert_to_integer): Watch out for overflowing
6532         MULT_EXPR as well.
6533
6534 2010-07-05  Jan Hubicka  <jh@suse.cz>
6535
6536         * lto-streamer.c (write_symbol_vec): Rename to ...
6537         (write_symbol) ... this one; write only symbol given and when
6538         present in cache. Sanity check that what is defined is present
6539         in cgraph/varpool with body/finalized decl.
6540         (write_symbols_of_kind): Remove.
6541         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
6542         pairs to produce symtab.
6543         (produce_asm_for_decls): Update call of produce_symtab; don't do so
6544         when doing WPA streaming.
6545
6546 2010-07-05  Jan Hubicka  <jh@suse.cz>
6547
6548         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
6549         function is still available to fold into.
6550
6551 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6552
6553         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
6554         * function.h (struct_function): Change type of local_decls field
6555         to a VEC.
6556         (add_local_decl): New function.
6557         (FOR_EACH_LOCAL_DECL): New macro.
6558         * cfgexpand.c (init_vars_expansion): Adjust for new type of
6559         cfun->local_decls.
6560         (estimated_stack_frame_size): Likewise.
6561         (expand_used_vars): Likewise.
6562         * cgraphbuild.c (build_cgraph_edges): Likewise.
6563         * function.c (instantiate_decls_1): Likewise.
6564         * ipa-struct-reorg.c (build_data_structure): Likewise.
6565         * ipa-type-escape.c (analyze_function): Likewise.
6566         * lto-streamer-in.c (input_function): Likewise.
6567         * lto-streamer-out.c (output_function): Likewise.
6568         * tree-ssa-live.c (remove_unused_locals): Likewise.
6569         * tree.c (free_lang_data_in_decl): Likewise.
6570         (find_decls_types_in_node): Likewise.
6571         * omp-low.c (remove_exit_barrier): Likewise.
6572         (expand_omp_taskreg): Likewise.
6573         (list2chain): Rename to...
6574         (vec2chain): ...this.  Adjust.
6575         * cgraphunit.c (assemble_thunk): Call add_local_decl.
6576         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
6577         * gimple-low.c (record_vars_into): Likewise.
6578         * tree-inline.c (remap_decls): Likewise.
6579         (declare_return_variable): Likewise.
6580         (declare_inline_vars): Likewise.
6581         (copy_forbidden): Adjust for new type of cfun->local_decls.
6582         (add_local_variables): New function.
6583         (expand_call_inline): Call it.
6584         (tree_function_versioning): Likewise.
6585
6586 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6587
6588         AVX Programming Reference (June, 2010)
6589         * config/i386/cpuid.h (bit_F16C): New.
6590         (bit_RDRND): Likewise.
6591         (bit_FSGSBASE): Likewise.
6592
6593         * config/i386/i386-builtin-types.def: Add
6594         "DEF_FUNCTION_TYPE (UINT16)", function types for
6595         float16 <-> float conversions and
6596         "DEF_FUNCTION_TYPE (VOID, UINT64)".
6597
6598         * config/i386/i386-c.c (ix86_target_macros_internal): Support
6599         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
6600         OPTION_MASK_ISA_F16C.
6601
6602         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
6603         (OPTION_MASK_ISA_RDRND_SET): Likewise.
6604         (OPTION_MASK_ISA_F16C_SET): Likewise.
6605         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
6606         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
6607         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
6608         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
6609         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
6610         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
6611         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
6612         (override_options): Handle them.
6613         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
6614         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
6615         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
6616         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
6617         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
6618         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
6619         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
6620         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
6621         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
6622         (bdesc_args): Likewise.
6623         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
6624         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
6625         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
6626         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
6627         Handle non-memory store.
6628
6629         * config/i386/i386.h (TARGET_FSGSBASE): New.
6630         (TARGET_RDRND): Likewise.
6631         (TARGET_F12C): Likewise.
6632
6633         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
6634         (UNSPEC_VCVTPS2PH): Likewise.
6635         (UNSPECV_RDFSBASE): Likewise.
6636         (UNSPECV_RDGSBASE): Likewise.
6637         (UNSPECV_WRFSBASE): Likewise.
6638         (UNSPECV_WRGSBASE): Likewise.
6639         (UNSPECV_RDRAND): Likewise.
6640         (rdfsbase<mode>): Likewise.
6641         (rdgsbase<mode>): Likewise.
6642         (wrfsbase<mode>): Likewise.
6643         (wrgsbase<mode>): Likewise.
6644         (rdrand<mode>): Likewise.
6645
6646         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
6647
6648         * config/i386/immintrin.h (_rdrand_u16): New.
6649         (_rdrand_u32): Likewise.
6650         (_readfsbase_u32): Likewise.
6651         (_readfsbase_u64): Likewise.
6652         (_readgsbase_u32): Likewise.
6653         (_readgsbase_u64): Likewise.
6654         (_writefsbase_u32): Likewise.
6655         (_writefsbase_u64): Likewise.
6656         (_writegsbase_u32): Likewise.
6657         (_writegsbase_u64): Likewise.
6658         (_rdrand_u64): Likewise.
6659         (_cvtsh_ss): Likewise.
6660         (_mm_cvtph_ps): Likewise.
6661         (_mm256_cvtph_ps): Likewise.
6662         (_cvtss_sh): Likewise.
6663         (_mm_cvtps_ph): Likewise.
6664         (_mm256_cvtps_ph): Likewise.
6665
6666         * config/i386/sse.md (vcvtph2ps): New.
6667         (*vcvtph2ps_load): Likewise.
6668         (vcvtph2ps256): Likewise.
6669         (vcvtps2ph): Likewise.
6670         (*vcvtps2ph): Likewise.
6671         (*vcvtps2ph_store): Likewise.
6672         (vcvtps2ph256): Likewise.
6673
6674         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
6675
6676         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
6677
6678 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
6679
6680         PR bootstrap/44512
6681         * genenums.c (main): Output include of insn-constants.h
6682         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
6683
6684 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
6685
6686         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
6687         (override_options): Initialize it.
6688         (ix86_expand_prologue): Use it.
6689
6690 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
6691
6692         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
6693
6694 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
6695
6696         * double-int.h (fit_double_type): Remove declaration.
6697         * double-int.c (fit_double_type): Remove function.
6698         * tree.h (int_fits_type_p): Adjust prototype.
6699         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
6700         instead of fit_double_type.
6701         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
6702         instead of fit_double_type and build_int_cst_wide.
6703         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
6704         instead of fit_double_type and build_int_cst_wide.
6705         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
6706         of fit_double_type.
6707
6708 2010-07-05  Jan Hubicka  <jh@suse.cz>
6709
6710         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
6711         in_other_partition.
6712         * lto-cgraph.c (referenced_from_other_partition_p,
6713         reachable_from_other_partition_p): Use in_other_partition flags.
6714         (output_node, output_varpool_node): COMDAT nodes always have private
6715         copies and thus are never used from other partition.
6716
6717 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
6718
6719         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
6720         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
6721         * config/ia64/ia64.c Include reload.h.
6722         (ia64_memory_move_cost): New function.
6723         (TARGET_MEMORY_MOVE_COST): Define.
6724         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
6725         memory_move_cost.
6726
6727 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
6728
6729         PR middle-end/42505
6730         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
6731         comments about cost model.
6732         (try_add_cand_for):  Add second strategy for choosing initial set
6733         based on original IVs, controlled by ORIGINALP argument.
6734         (get_initial_solution): Add ORIGINALP argument.
6735         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
6736         (find_optimal_iv_set): Try two different strategies for choosing
6737         the IV set, and return the one with lower cost.
6738
6739 2010-07-05  Richard Guenther  <rguenther@suse.de>
6740
6741         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
6742
6743 2010-07-05  Richard Guenther  <rguenther@suse.de>
6744
6745         * tree.c (reference_alias_ptr_type): New function.
6746         * tree.h (reference_alias_ptr_type): Declare.
6747         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
6748         allow non-TARGET_MEM_REF new refs.
6749         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
6750         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
6751         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
6752         (create_mem_ref): Get alias pointer type.  Adjust calls to
6753         create_mem_ref_raw.
6754         (maybe_fold_tmr): Likewise.
6755         * tree-flow.h (create_mem_ref): Adjust prototype.
6756
6757 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
6758
6759         PR c++/44808
6760         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
6761         *from_p is VAR_DECL.
6762
6763 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6764
6765         * tree.h (build_call_list): Remove.
6766         * tree.c (build_call_list): Remove.
6767
6768 2010-07-05  Richard Guenther  <rguenther@suse.de>
6769
6770         * double-int.h (double_int_sub): Declare.
6771         * double-int.c (double_int_sub): New function.
6772         * dwarf2out.c (field_byte_offset): Use it.
6773         * fixed-value.c (do_fixed_add): Likewise.
6774         (do_fixed_multiply): Likewise.
6775         (do_fixed_divide): Likewise.
6776         * tree-predcom.c (add_ref_to_chain): Likewise.
6777         (determine_roots_comp): Likewise.
6778         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
6779
6780 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
6781
6782         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
6783         implementations.
6784
6785 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
6786
6787         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
6788         * arm-modes.def (CC_NOTB): Don't define.
6789         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
6790         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
6791         (LTUGEU): New code_iterator.
6792         (cnb, optab): New corresponding code_attrs.
6793         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
6794         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
6795         using LTUGEU.
6796         (addsi3_carryin_shift_<optab>): Likewise.
6797         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
6798         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
6799         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
6800         (subsi3_compare): Renamed from subsi3_compare0_c.
6801         Change CC_NOTB to CC.
6802         (arm_subsi3_insn): Allow constants for operand 0.
6803         (compare_scc peephole for eq case): New.
6804         (compare_scc splitters): Change CC_NOTB to CC.
6805
6806 2010-07-05  Richard Guenther  <rguenther@suse.de>
6807
6808         * tree-ssa-loop-im.c (for_each_index): Do not handle
6809         ALIGN_INDIRECT_REF.
6810         (gen_lsm_tmp_name): Likewise.
6811         * tree-dump.c (dequeue_and_dump): Likewise.
6812         * tree-pretty-print.c (dump_generic_node): Likewise.
6813         (op_code_prio): Likewise.
6814         (op_symbol_code): Likewise.
6815         * tree.c (staticp): Likewise.
6816         (build1_stat): Likewise.
6817         * tree.h (INDIRECT_REF_P): Likewise.
6818         * fold-const.c (maybe_lvalue_p): Likewise.
6819         (operand_equal_p): Likewise.
6820         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
6821         (ao_ref_init_from_vn_reference): Likewise.
6822         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
6823         (find_interesting_uses_address): Likewise.
6824         * dwarf2out.c (loc_list_from_tree): Likewise.
6825         * gimplify.c (gimplify_expr): Likewise.
6826         * tree-eh.c (tree_could_trap_p): Likewise.
6827         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6828         * cfgexpand.c (expand_debug_expr): Likewise.
6829         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
6830         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
6831         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
6832         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
6833         * tree-ssa-operands.c (get_expr_operands): Likewise.
6834         * expr.c (safe_from_p): Likewise.
6835         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
6836         * tree-vect-data-refs.c (vect_setup_realignment): Build
6837         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
6838         * tree-vect-stmts.c (vectorizable_load): Likewise.
6839         * tree.def (ALIGN_INDIRECT_REF): Remove.
6840
6841 2010-07-05  Richard Guenther  <rguenther@suse.de>
6842
6843         PR tree-optimization/44784
6844         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
6845         for inserted stmts.
6846         (find_or_generate_expression): Fix SCCVN insertion check.
6847
6848 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
6849
6850         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
6851         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
6852         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
6853         directives.
6854
6855 2010-07-05  Ira Rosen  <irar@il.ibm.com>
6856
6857         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
6858         statements that are not vectorized.
6859         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
6860         in INSIDE_COST.
6861
6862 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
6863
6864         PR bootstrap/44820
6865         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
6866
6867 2010-07-05  Richard Guenther  <rguenther@suse.de>
6868
6869         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
6870         RESULT_DECLs properly.
6871
6872 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
6873
6874         PR rtl-optimization/44695
6875         * config/i386/i386.md (extract_code): Removed.
6876         (<u>divmodqi4): Likewise.
6877         (divmodqi4): New.
6878         (udivmodqi4): Likewise.
6879         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
6880         (udivmodhiqi3): Likewise.
6881
6882 2010-07-04  Jan Hubicka  <jh@suse.cz>
6883
6884         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
6885
6886 2010-07-04  Jan Hubicka  <jh@suse.cz>
6887
6888         * cgraphunit.c (init_cgraph): Only initialize dump file if it
6889         is not already initialized.
6890
6891 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6892
6893         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
6894         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
6895         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
6896         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
6897         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
6898         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
6899         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
6900         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
6901         (sync_new_nand_optab): Redefine as macros.
6902         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
6903         Delete.
6904         (direct_optab_index): New enum.
6905         (direct_optab_d): New structure.
6906         (direct_optab): New typedef.
6907         (direct_optab_table): Declare.
6908         (direct_optab_handler, set_direct_optab_handler): New functions.
6909         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
6910         (sync_lock_release_optab): New macros.
6911         * optabs.c (direct_optab_table): New variable.
6912         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
6913         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
6914         cmpstr_optab and cmpstrn_optab.
6915         (emit_conditional_move): Likewise for movcc_optab.
6916         (can_conditionally_move_p): Likewise for movcc_gen_code.
6917         (init_insn_codes): Clear direct_optab_table.
6918         (init_optabs): Don't initialize the new "direct optabs" here.
6919         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
6920         vcond_gen_code.
6921         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
6922         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
6923         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
6924         (expand_sync_operation): Likewise other sync_*_optabs.
6925         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
6926         to sync_compare_and_swap_optab.
6927         (expand_sync_lock_test_and_set): Use direct_optab_handler for
6928         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
6929         to the names of both.
6930         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
6931         cmpstr_optab and cmpstrn_optab.
6932         (expand_builtin_lock_release): Likewise sync_lock_release.
6933         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
6934         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
6935         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
6936         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
6937         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
6938         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
6939         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
6940         (sync_lock_test_and_set, sync_lock_release): Delete.
6941         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
6942         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
6943         * genopinit.c (optabs): Use set_direct_optab_handler for the new
6944         macro optabs.
6945         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
6946         the "optab" local variable.  Use direct_optab_handler for optab and
6947         sync_compare_and_swap_optab.
6948         * reload1.c (reload_in_optab, reload_out_optab): Delete.
6949         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
6950         reload_in_optab and reload_out_optab.
6951         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
6952         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
6953         * config/pa/pa.c (pa_secondary_reload): Likewise.
6954         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
6955         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
6956         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
6957         (VMSupportsCS8_builtin): Likewise.
6958
6959 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6960
6961         * optabs.h (optab_handlers): Change type of insn_code to int.
6962         (optab_handler, set_optab_handler, convert_optab_handler)
6963         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
6964         CODE_FOR_nothing".
6965         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
6966         (init_insn_codes): Zero both the above arrays.
6967         (init_optabs): Never call init_insn_codes first time around.
6968
6969 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
6970
6971         * optabs.h (optab_handler, convert_optab_handler): Turn into
6972         inline functions that return an insn code.
6973         (set_optab_handler, set_convert_optab_handler): New functions.
6974         * builtins.c: Replace optab_handler(X)->insn_code with
6975         optab_handler or set_optab_handler thoughout.  Likewise
6976         convert_optab_handler(X)->insn_code with convert_optab_handler
6977         and set_convert_optab_handler.
6978         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
6979         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
6980         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
6981         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
6982         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
6983         config/spu/spu.c: Likewise.
6984
6985 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
6986
6987         PR target/44531
6988         * config.gcc (sh*-*-*): Use regular expressions instead of
6989         the 'i' modifier for sed substitutions.
6990
6991 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
6992
6993         * gimple.c (gimple_body): Comments added.
6994
6995 2010-07-04  Richard Guenther  <rguenther@suse.de>
6996
6997         PR middle-end/44809
6998         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
6999         of an INDIRECT_REF.
7000
7001 2010-07-04  Richard Guenther  <rguenther@suse.de>
7002
7003         PR tree-optimization/44479
7004         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
7005         extra SSA name copy statements which preserves points-to
7006         information.
7007         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
7008         Copy points-to information for all pointers.  Properly handle
7009         MEM_REFs.
7010         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
7011         copy statements.
7012         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
7013         dependency.
7014
7015 2010-07-04  Richard Guenther  <rguenther@suse.de>
7016
7017         PR middle-end/44785
7018         * tree-inline.c (initialize_inlined_parameters): Do not
7019         re-use pointer-map slot over remap_type call.
7020
7021 2010-07-04  Richard Guenther  <rguenther@suse.de>
7022
7023         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
7024
7025 2010-07-04  Richard Guenther  <rguenther@suse.de>
7026
7027         PR tree-optimization/44656
7028         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
7029         again after value-replacing in the defintions lhs.
7030
7031 2010-07-04  Ira Rosen  <irar@il.ibm.com>
7032             Revital Eres  <eres@il.ibm.com>
7033
7034         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
7035         Document new arguments.
7036         * doc/tm.texi: Regenerate.
7037         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
7038         Handle unaligned store.
7039         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
7040         * target.def (builtin_vectorization_cost): Add new arguments.
7041         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
7042         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
7043         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
7044         (vect_vfa_segment_size): Fix indentation.
7045         * tree-vectorizer.h (struct _vect_peel_info): New.
7046         (struct _vect_peel_extended_info): New.
7047         (struct _loop_vec_info): Add new field for peeling hash table and a
7048         macro for its access.
7049         (VECT_MAX_COST): Define.
7050         (vect_get_load_cost): Declare.
7051         (vect_get_store_cost, vect_get_known_peeling_cost,
7052         vect_get_single_scalar_iteraion_cost): Likewise.
7053         (vect_supportable_dr_alignment): Add new argument.
7054         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
7055         field.
7056         (destroy_loop_vec_info): Free peeling hash table.
7057         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
7058         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
7059         vect_analyze_slp. Fix indentation.
7060         (vect_get_single_scalar_iteraion_cost): New function.
7061         (vect_get_known_peeling_cost): Likewise.
7062         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
7063         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
7064         statement. Move outside cost calculation inside unknown peeling case.
7065         Call vect_get_known_peeling_cost for known amount of peeling.
7066         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
7067         reference to the print message of forced alignment.
7068         (vect_verify_datarefs_alignment): Update call to
7069         vect_supportable_dr_alignment.
7070         (vect_get_data_access_cost): New function.
7071         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
7072         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
7073         vect_peeling_hash_choose_best_peeling): Likewise.
7074         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
7075         to store all the accesses in the loop and find best possible access to
7076         align using peeling for known alignment case. For unknown alignment
7077         check if stores are preferred or if peeling is worthy.
7078         (vect_find_same_alignment_drs): Analyze pairs of loads too.
7079         (vect_supportable_dr_alignment): Add new argument and check aligned
7080         accesses according to it.
7081         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
7082         (cost_for_stmt): Call vect_get_stmt_cost.
7083         (vect_model_simple_cost): Likewise.
7084         (vect_model_store_cost): Call vect_get_stmt_cost. Call
7085         vect_get_store_cost to calculate the cost of the statement.
7086         (vect_get_store_cost): New function.
7087         (vect_model_load_cost): Call vect_get_stmt_cost. Call
7088         vect_get_load_cost to calculate the cost of the statement.
7089         (vect_get_load_cost): New function.
7090         (vectorizable_store): Update call to vect_supportable_dr_alignment.
7091         (vectorizable_load): Likewise.
7092         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
7093         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
7094         arguments. Handle unaligned store.
7095         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
7096         (rs6000_builtin_support_vector_misalignment): Return true for word and
7097         double word alignments for VSX.
7098         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
7099         vect_supportable_dr_alignment and builtin_vectorization_cost.
7100
7101 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7102
7103         PR target/44597
7104         * config/pa/predicates.md (prefetch_cc_operand): Remove.
7105         (prefetch_nocc_operand): Likewise.
7106         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
7107         (prefetch_20): New insn.
7108         (prefetch_cc): Remove.
7109         (prefetch_nocc): Likewise.
7110
7111 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7112
7113         * expr.c (vector_mode_valid_p): Move to c-common.c.
7114         * expr.h (vector_mode_valid_p): Do not declare here.
7115         * system.h: Poison GCC_EXPR_H in front-ends.
7116         * Makefile.in: Update dependencies.
7117
7118 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7119
7120         PR target/44705
7121         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
7122
7123 2010-07-03  Jan Hubicka  <jh@suse.cz>
7124
7125         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
7126         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
7127         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
7128         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
7129         Likewise.
7130
7131         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
7132         Update timevars.V
7133         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
7134         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
7135         TV_IPA_LTO_DECL_OUT): New.
7136         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
7137
7138 2010-07-03  Jan Hubicka  <jh@suse.cz>
7139
7140         * ipa-inline.c (update_edge_key): Break out from ...
7141         update_callers_keys): ... here;
7142         (update_callee_keys): Update only the edges from caller to callee.
7143         (update_all_calle_keys): Do what update_calle_keys did.
7144         (decide_inlining_of_small_functions): Avoid recomputing of all
7145         callees when badness increase.
7146
7147 2010-07-03  Jie Zhang  <jie@codesourcery.com>
7148
7149         * config/arm/arm.c (arm_attr_length_move_neon): New.
7150         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
7151         * config/arm/neon.md (define_mode_attr V_slen): Remove.
7152         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
7153         to compute length attribute.
7154
7155 2010-07-03  Jie Zhang  <jie@codesourcery.com>
7156
7157         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
7158         as predicate for operand 1 and remove its constraint.
7159         * config/arm/predicates.md (vfp_register_operand): New.
7160         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
7161         (*push_fp_multi): Likewise.
7162
7163 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
7164
7165         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
7166
7167 2010-07-03  Jan Hubicka  <jh@suse.cz>
7168
7169         * config/i386/i386.c (override_options): Revert accidental commit.
7170
7171 2010-07-02  Le-Chun Wu  <lcwu@google.com>
7172
7173         PR c++/44128
7174         * doc/invoke.texi: Update documentation of -Wshadow.
7175
7176 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
7177             Julian Brown  <julian@codesourcery.com>
7178             Sandra Loosemore <sandra@codesourcery.com>
7179
7180         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
7181         comparisons.  Adjust to take both operands.
7182         (arm_select_cc_mode): Handle DImode comparisons.
7183         (arm_gen_compare_reg): Generate a scratch register for DImode
7184         comparisons which require one.  Use xor for Thumb equality checks.
7185         (arm_const_double_by_immediates): New.
7186         (arm_print_operand): Allow 'Q' and 'R' for constants.
7187         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
7188         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
7189         arm_canonicalize_comparison.
7190         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
7191         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
7192         prototype.
7193         (arm_const_double_by_immediates): Declare.
7194         * config/arm/constraints.md (Di): New constraint.
7195         * config/arm/predicates.md (arm_immediate_di_operand)
7196         (arm_di_operand, cmpdi_operand): New.
7197         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
7198         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
7199         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
7200         (cstoredi4): Handle non-Cirrus also.
7201
7202 2010-07-02  Julian Brown  <julian@codesourcery.com>
7203             Sandra Loosemore <sandra@codesourcery.com>
7204
7205         PR target/43703
7206         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
7207         (smax<mode>3): Disable for NEON float modes when
7208         flag_unsafe_math_optimizations is false.
7209         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
7210         (*mul<mode>3_neon)
7211         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
7212         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
7213         for NEON float modes when flag_unsafe_math_optimizations is false.
7214         (quad_halves_<code>v4sf): Only enable if
7215         flag_unsafe_math_optimizations is true.
7216         * doc/invoke.texi (ARM Options): Add note about floating point
7217         vectorization requiring -funsafe-math-optimizations.
7218
7219 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
7220             Julian Brown  <julian@codesourcery.com>
7221
7222         * config/arm/neon.md (UNSPEC_VABA): Delete.
7223         (UNSPEC_VABAL): Delete.
7224         (UNSPEC_VABS): Delete.
7225         (UNSPEC_VMUL_N): Delete.
7226         (adddi3_neon): New.
7227         (subdi3_neon): New.
7228         (mul<mode>3add<mode>_neon): Make the pattern named.
7229         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
7230         (neon_vadd<mode>): Replace with define_expand, and move the remaining
7231         unspec parts...
7232         (neon_vadd<mode>_unspec): ...to this.
7233         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
7234         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
7235         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
7236         (neon_vaba<mode>): Rewrite in terms of vabd.
7237         (neon_vabal<mode>): Rewrite in terms of vabdl.
7238         (neon_vabs<mode>): Rewrite without unspec.
7239         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
7240         (*arm_subdi3): Likewise.
7241         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
7242         No_op attribute to disable assembly output checks.
7243         * config/arm/arm_neon.h: Regenerated.
7244         * doc/arm-neon-intrinsics.texi: Regenerated.
7245
7246 2010-07-02  Jan Hubicka  <jh@suse.cz>
7247
7248         * ipa-split.c (split_function): For aggregate values, set the return
7249         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
7250         *<retval> = fncall.part ().
7251         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
7252
7253 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
7254
7255         * config/arm/neon.md (UNSPEC_VAND): Delete.
7256         (UNSPEC_VBIC): Delete.
7257         (UNSPEC_VCLZ): Delete.
7258         (UNSPEC_VCNT): Delete.
7259         (UNSPEC_VEOR): Delete.
7260         (UNSPEC_VORN): Delete.
7261         (UNSPEC_VORR): Delete.
7262         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
7263         core registers too.
7264         (anddi3_neon): Likewise.
7265         (orndi3_neon): Likewise.
7266         (bicdi3_neon): Likewise.
7267         (xordi3_neon): Likewise.
7268         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
7269         rid of unspec and handle unused operand.
7270         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
7271         * config/arm/predicates.md (imm_for_neon_logic_operand):
7272         Require TARGET_NEON.
7273         (imm_for_neon_inv_logic_operand): Likewise.
7274         * config/arm/arm.md (define_split for logical_binary_operator):
7275         Disable for NEON registers.
7276         (anddi3): Add new define_expand, and rename the insn.  Disable
7277         this insn for NEON, where anddi3_neon now applies.
7278         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
7279         (iordi3): As for anddi3.
7280         (xordi3): Likewise.
7281         * config/arm/neon.ml (Vand): Split DImode variants and mark them
7282         as No_op to disable testing for exact instruction match.
7283         (Vorr): Likewise.
7284         (Veor): Likewise.
7285         (Vbic): Likewise.
7286         (Vorn): Likewise.
7287         * config/arm/arm_neon.h: Regenerated.
7288         * doc/arm-neon-intrinsics.texi: Regenerated.
7289
7290 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
7291
7292         * expr.h (emit_stack_probe): Declare.
7293         * explow.c (emit_stack_probe): Make global.
7294         (anti_adjust_stack_and_probe): Fix comments.
7295         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
7296         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7297         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
7298         * config/sparc/sparc.c: Include except.h.
7299         (sparc_emit_probe_stack_range): New function.
7300         (output_probe_stack_range): Likewise.
7301         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
7302         built-in stack checking is enabled.
7303         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
7304         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
7305         (probe_stack_range): New insn.
7306
7307 2010-07-02  Richard Guenther  <rguenther@suse.de>
7308
7309         PR target/43958
7310         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
7311         for argument alignment.
7312
7313 2010-07-02  Jan Hubicka  <jh@suse.cz>
7314
7315         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
7316         walk backwards from entry_bb to check only those basic block of header
7317         that might lead to execution of split part.
7318         (consider_split) ... here.
7319         (find_return_bb): Allow assignment in return BB.
7320         (find_retval): New.
7321         (split_function): Fix name of cloned function; take care of updating
7322         return value in return_bb containing move.
7323
7324 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
7325
7326         PR target/44771
7327         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
7328         used variable insn.
7329
7330 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
7331
7332         * implicit-zee.c (combine_reaching_defs): Fix long lines.
7333         (is_set_with_extension_DI): Delete.
7334         (struct zero_extend_info): New structure.
7335         (add_removable_zero_extend): New function.
7336         (find_removable_zero_extends): Use note_stores to find SETs.
7337         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
7338
7339 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
7340
7341         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
7342         is_miss_rate_acceptable. Pull total_positions computation
7343         out of the loops.  Early return if miss_positions exceeds
7344         the acceptable threshold.
7345         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
7346         is_miss_rate_acceptable after renaming of compute_miss_rate.
7347
7348 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
7349
7350         PR middle-end/44576
7351         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
7352         of 1000) for miss rate if the address diference is greater than or
7353         equal to the cache line size (the two reference will never hit the
7354         same cache line).
7355
7356 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
7357
7358         PR target/42835
7359         * config/arm/arm-modes.def (CC_NOTB): New mode.
7360         * config/arm/arm.c (get_arm_condition_code): Handle it.
7361         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
7362         * config/arm/arm.md (subsi3_compare0_c): New pattern.
7363         (compare_scc): Now a define_and_split.  Add a number of extra
7364         splitters before it.
7365
7366         PR target/42172
7367         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
7368         and ZERO_EXTEND.
7369         (arm_rtx_costs_1): Likewise.
7370         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
7371         * config/arm/arm.md (is_arch6): New attribute.
7372         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
7373         extendqisi2): Tighten the code somewhat, avoiding invalid
7374         RTL to occur in the expander patterns.
7375         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
7376         (thumb1_zero_extendhisi2_v6): Delete.
7377         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
7378         (thumb1_extendhisi2_v6): Delete.
7379         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
7380         (thumb1_extendqisi2_v6): Delete.
7381         (zero_extendhisi2 for register input splitter): New.
7382         (zero_extendqisi2 for register input splitter): New.
7383         (thumb1_extendhisi2 for register input splitter): New.
7384         (extendhisi2 for register input splitter): New.
7385         (extendqisi2 for register input splitter): New.
7386         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
7387         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
7388         and add support for a register alternative requiring a split.
7389         (thumb1_zero_extendqisi2): Likewise.
7390         (arm_zero_extendqisi2): Likewise.
7391         (arm_extendhisi2): Likewise.
7392         (arm_extendqisi2): Likewise.
7393
7394 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
7395
7396         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
7397         instead of an unspec.
7398         (neon_expand_vector_init): Likewise.
7399         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
7400         (UNSPEC_VDUP_LANE): Delete.
7401         (UNSPEC VDUP_N): Delete.
7402         (UNSPEC_VGET_HIGH): Delete.
7403         (UNSPEC_VGET_LANE): Delete.
7404         (UNSPEC_VGET_LOW): Delete.
7405         (UNSPEC_VMVN): Delete.
7406         (UNSPEC_VSET_LANE): Delete.
7407         (V_double_vector_mode): New.
7408         (vec_set<mode>_internal): Make code emitted match that for the
7409         corresponding intrinsics.
7410         (vec_setv2di_internal): Likewise.
7411         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
7412         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
7413         (neon_vset_lane<mode>): Combine double and quad patterns and
7414         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
7415         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
7416         (neon_vdup_n<mode>): Rewrite RTL without unspec.
7417         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
7418         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
7419         with neon_vdup_lanev2di, adjusting the pattern from the latter
7420         to be predicable for consistency.
7421         (neon_vdup_lane<mode>_internal): New.
7422         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
7423         to avoid using an unspec.
7424         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
7425         (neon_vdup_lanev2di): Turn into a define_expand.
7426         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
7427         (neon_vget_high<mode>): Replace with....
7428         (neon_vget_highv16qi): New pattern using canonical RTL.
7429         (neon_vget_highv8hi): Likewise.
7430         (neon_vget_highv4si): Likewise.
7431         (neon_vget_highv4sf): Likewise.
7432         (neon_vget_highv2di): Likewise.
7433         (neon_vget_low<mode>): Replace with....
7434         (neon_vget_lowv16qi): New pattern using canonical RTL.
7435         (neon_vget_lowv8hi): Likewise.
7436         (neon_vget_lowv4si): Likewise.
7437         (neon_vget_lowv4sf): Likewise.
7438         (neon_vget_lowv2di): Likewise.
7439
7440         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
7441         test for this emitting vmov.
7442         (Vset_lane): Likewise.
7443         (Vdup_n): Likewise.
7444         (Vmov_n): Likewise.
7445
7446         * doc/arm-neon-intrinsics.texi: Regenerated.
7447
7448 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
7449
7450         * config/arm/neon.md (vec_extractv2di): Correct error in register
7451         numbering to reconcile with neon_vget_lanev2di.
7452
7453 2010-07-02  Richard Guenther  <rguenther@suse.de>
7454
7455         * tree-ssa-structalias.c (pt_solution_set_var): New function.
7456         * tree-ssa-alias.h (pt_solution_set_var): Declare.
7457         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
7458         points-to information.
7459
7460 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
7461
7462         * config/s390/s390.c (override_options): Adopt prefetching
7463         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
7464
7465 2010-07-02  Jan Hubicka  <jh@suse.cz>
7466
7467         * df-problems.c (df_kill_notes): Do not collect dead  notes.
7468         (df_set_note): Just call add_reg_note.
7469         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
7470         df_create_unused_note): Do not deal with lists of old notes.
7471         (df_note_bb_compute): Likewise.
7472
7473 2010-07-02  Richard Guenther  <rguenther@suse.de>
7474
7475         * tree-ssa-structalias.c (find_func_aliases): Handle
7476         pointer alignment via BIT_AND_EXPR.
7477         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
7478
7479 2010-07-02  Richard Guenther  <rguenther@suse.de>
7480
7481         * tree-data-ref.c (initialize_data_dependence_relation): Handle
7482         mismatching number of dimensions properly.
7483
7484 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7485
7486         PR target/44707
7487         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
7488         (lo_sum (high ...) ...) patterns generated by earlier passes.
7489
7490 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7491
7492         * doc/install.texi (Prerequisites): Document Perl requirement on
7493         Solaris 2.
7494         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
7495
7496 2010-07-02  Richard Guenther  <rguenther@suse.de>
7497
7498         PR middle-end/44777
7499         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
7500
7501 2010-07-02  Jan Hubicka  <jh@suse.cz>
7502
7503         PR middle-end/44706
7504         * predict.c (predict_paths_for_bb): Handle case when control dependence
7505         BB has only abnormal edges.
7506
7507 2010-07-02  Richard Guenther  <rguenther@suse.de>
7508
7509         PR tree-optimization/44748
7510         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
7511         the embedded conversion in MEM_REFs.
7512
7513 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
7514
7515         * reload.c: Include toplev.h.
7516         * recog.c:  Likewise.
7517         * Makefile.in: Adjust dependencies.
7518
7519 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
7520
7521         PR debug/44694
7522         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
7523         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
7524
7525 2010-07-01  Richard Guenther  <rguenther@suse.de>
7526
7527         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
7528         types for offsets.
7529
7530 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
7531
7532         PR target/44732
7533         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
7534         Fix argument types.
7535
7536 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
7537
7538         PR target/44727
7539         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7540         Make sure operand 0 dies.
7541
7542 2010-07-01  Richard Guenther  <rguenther@suse.de>
7543
7544         PR middle-end/42834
7545         PR middle-end/44468
7546         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
7547         * doc/generic.texi (References to storage): Document MEM_REF.
7548         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
7549         (print_call_name): Likewise.
7550         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
7551         (build_simple_mem_ref_loc): New function.
7552         (mem_ref_offset): Likewise.
7553         * tree.h (build_simple_mem_ref_loc): Declare.
7554         (build_simple_mem_ref): Define.
7555         (mem_ref_offset): Declare.
7556         * fold-const.c: Include tree-flow.h.
7557         (operand_equal_p): Handle MEM_REF.
7558         (build_fold_addr_expr_with_type_loc): Likewise.
7559         (fold_comparison): Likewise.
7560         (fold_unary_loc): Fold
7561         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
7562         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
7563         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
7564         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
7565         (ptr_deref_may_alias_ref_p_1): Likewise.
7566         (ao_ref_base_alias_set): Properly differentiate base object for
7567         offset and TBAA.
7568         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
7569         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
7570         (indirect_refs_may_alias_p): Likewise.
7571         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
7572         chasing code.
7573         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
7574         (call_may_clobber_ref_p_1): Likewise.
7575         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
7576         * expr.c (expand_assignment): Handle MEM_REF.
7577         (store_expr): Handle MEM_REFs from STRING_CSTs.
7578         (store_field): If expanding a MEM_REF of a non-addressable
7579         decl use bitfield operations.
7580         (get_inner_reference): Handle MEM_REF.
7581         (expand_expr_addr_expr_1): Likewise.
7582         (expand_expr_real_1): Likewise.
7583         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
7584         * alias.c (ao_ref_from_mem): Handle MEM_REF.
7585         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
7586         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
7587         (dr_analyze_indices): Likewise.
7588         (dr_analyze_alias): Likewise.
7589         (object_address_invariant_in_loop_p): Likewise.
7590         * gimplify.c (mark_addressable): Handle MEM_REF.
7591         (gimplify_cond_expr): Build MEM_REFs.
7592         (gimplify_modify_expr_to_memcpy): Likewise.
7593         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
7594         (gimple_fold_indirect_ref): Adjust.
7595         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
7596         * tree.def (MEM_REF): New tree code.
7597         * tree-dfa.c: Include toplev.h.
7598         (get_ref_base_and_extent): Handle MEM_REF.
7599         (get_addr_base_and_unit_offset): New function.
7600         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
7601         * gimple-fold.c (may_propagate_address_into_dereference): Handle
7602         MEM_REF.
7603         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
7604         accesses if the array has just one dimension.  Remove always true
7605         parameter.  Do not require type compatibility here.
7606         (maybe_fold_offset_to_component_ref): Remove.
7607         (maybe_fold_stmt_indirect): Remove.
7608         (maybe_fold_reference): Remove INDIRECT_REF handling.
7609         Fold back to non-MEM_REF.
7610         (maybe_fold_offset_to_address): Simplify.  Deal with type
7611         mismatches here.
7612         (maybe_fold_reference): Likewise.
7613         (maybe_fold_stmt_addition): Likewise.  Also handle
7614         &ARRAY + I in addition to &ARRAY[0] + I.
7615         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
7616         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
7617         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
7618         * tree-ssa.c (useless_type_conversion_p): Make most pointer
7619         conversions useless.
7620         (warn_uninitialized_var): Handle MEM_REF.
7621         (maybe_rewrite_mem_ref_base): New function.
7622         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
7623         to SSA form.
7624         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
7625         INDIRECT_REF handling.
7626         (copy_tree_body_r): Handle MEM_REF.
7627         * gimple.c (is_gimple_addressable): Adjust.
7628         (is_gimple_address): Likewise.
7629         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
7630         invariant base are invariant.
7631         (is_gimple_min_lval): Adjust.
7632         (is_gimple_mem_ref_addr): New function.
7633         (get_base_address): Handle MEM_REF.
7634         (count_ptr_derefs): Likewise.
7635         (get_base_loadstore): Likewise.
7636         * gimple.h (is_gimple_mem_ref_addr): Declare.
7637         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
7638         * tree-cfg.c (verify_address): New function, split out from ...
7639         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
7640         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
7641         INDIRECT_REFs.
7642         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
7643         INDIRECT_REF.  Allow conversions.
7644         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
7645         a register does not change its size.
7646         (verify_types_in_gimple_reference): Verify MEM_REF.
7647         (verify_gimple_assign_single): Disallow INDIRECT_REF.
7648         Handle MEM_REF.
7649         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
7650         New.
7651         (mark_address_taken): Handle MEM_REF.
7652         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
7653         (get_asm_expr_operands): Pass opf_not_non_addressable.
7654         (get_expr_operands): Handle opf_[not_]non_addressable.
7655         Handle MEM_REF.  Remove INDIRECT_REF handling.
7656         * tree-vrp.c (check_array_ref): Handle MEM_REF.
7657         (search_for_addr_array): Likewise.
7658         (check_array_bounds): Likewise.
7659         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
7660         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
7661         (ref_always_accessed_p): Likewise.
7662         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
7663         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
7664         Handle MEM_REF.
7665         * cgraphbuild.c (mark_load): Properly check for NULL result
7666         from get_base_address.
7667         (mark_store): Likewise.
7668         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
7669         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
7670         handling for MEM_REF.
7671         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
7672         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
7673         * builtins.c (stabilize_va_list_loc): Use the function ABI
7674         valist type if we couldn't canonicalize the argument type.
7675         Always dereference with the canonical va-list type.
7676         (maybe_emit_free_warning): Handle MEM_REF.
7677         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
7678         memmove to memcpy.
7679         * builtins.c (fold_builtin_memory_op): Use ref-all types
7680         for all memcpy foldings.
7681         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
7682         (build_outer_var_ref): Likewise.
7683         (scan_omp_1_op): Likewise.
7684         (lower_rec_input_clauses): Likewise.
7685         (lower_lastprivate_clauses): Likewise.
7686         (lower_reduction_clauses): Likewise.
7687         (lower_copyprivate_clauses): Likewise.
7688         (expand_omp_atomic_pipeline): Likewise.
7689         (expand_omp_atomic_mutex): Likewise.
7690         (create_task_copyfn): Likewise.
7691         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
7692         Remove old union trick.  Initialize constant offsets.
7693         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
7694         INDIRECT_REF.  Init base_alias_set properly.
7695         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
7696         (vn_reference_fold_indirect): Adjust for MEM_REFs.
7697         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
7698         for ARRAY_REFs.
7699         (may_insert): Remove.
7700         (visit_reference_op_load): Do not test may_insert.
7701         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
7702         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
7703         a field to store the constant offset this op applies.
7704         (run_scc_vn): Adjust prototype.
7705         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
7706         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
7707         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
7708         bother about volatile qualifiers on pointers.
7709         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
7710         * tree-ssa-loop-ivopts.c
7711         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
7712         (strip_offset_1): Likewise.
7713         (find_interesting_uses_address): Replace INDIRECT_REF handling with
7714         MEM_REF handling.
7715         (get_computation_cost_at): Likewise.
7716         * ipa-pure-const.c (check_op): Handle MEM_REF.
7717         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
7718         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
7719         and constants.
7720         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
7721         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
7722         (eliminate_local_variables_1): Likewise.
7723         (create_call_for_reduction_1): Likewise.
7724         (create_loads_for_reductions): Likewise.
7725         (create_loads_and_stores_for_name): Likewise.
7726         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
7727         (ssa_accessed_in_tree): Handle MEM_REF.
7728         (ssa_accessed_in_assign_rhs): Likewise.
7729         (update_type_size): Likewise.
7730         (analyze_accesses_for_call_stmt): Likewise.
7731         (analyze_accesses_for_assign_stmt): Likewise.
7732         (transform_access_sites): Likewise.
7733         (transform_allocation_sites): Likewise.
7734         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
7735         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
7736         not handle INDIRECT_REF.
7737         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
7738         (cond_store_replacement): Likewise.
7739         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
7740         MEM_REF, no not handle INDIRECT_REFs.
7741         (insert_into_preds_of_block): Properly initialize avail.
7742         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
7743         for ARRAY_REFs.  Properly handle reference lookups that
7744         require a bit re-interpretation.
7745         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
7746         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
7747         (build_ref_for_offset_1): Remove.
7748         (build_ref_for_offset): Build MEM_REFs.
7749         (gate_intra_sra): Disable for now.
7750         (sra_ipa_modify_expr): Handle MEM_REF.
7751         (ipa_early_sra_gate): Disable for now.
7752         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
7753         MEM_REF handling.
7754         (disqualify_base_of_expr): Likewise.
7755         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
7756         MEM_REF handling.
7757         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
7758         Use mem_ref_offset.  Remove bogus folding.
7759         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
7760         (make_fancy_name_1): Add support for MEM_REF.
7761         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
7762         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
7763         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
7764         (compute_complex_ancestor_jump_func): Likewise.
7765         (ipa_analyze_virtual_call_uses): Likewise.
7766         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
7767         INDIRECT_REF folding with more generalized MEM_REF folding.
7768         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
7769         (forward_propagate_addr_into_variable_array_index): Also handle
7770         &ARRAY + I in addition to &ARRAY[0] + I.
7771         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
7772         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
7773         creates assignments with overlap.
7774         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
7775         (get_frame_field): Likewise.
7776         (get_nonlocal_debug_decl): Likewise.
7777         (convert_nonlocal_reference_op): Likewise.
7778         (struct nesting_info): Add mem_refs pointer-set.
7779         (create_nesting_tree): Allocate it.
7780         (convert_local_reference_op): Insert to be folded mem-refs.
7781         (fold_mem_refs): New function.
7782         (finalize_nesting_tree_1): Perform defered folding of mem-refs
7783         (free_nesting_tree): Free the pointer-set.
7784         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
7785         (vectorizable_load): Likewise.
7786         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
7787         (propagate_with_phi): Likewise.
7788         * tree-object-size.c (addr_object_size): Handle MEM_REFs
7789         instead of INDIRECT_REFs.
7790         (compute_object_offset): Handle MEM_REF.
7791         (plus_stmt_object_size): Handle MEM_REF.
7792         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
7793         for &MEM_REF.
7794         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
7795         (symbol_marked_for_renaming): Likewise.
7796         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
7797         (fold-const.o): Add $(TREE_FLOW_H).
7798         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
7799         (find_func_clobbers): Likewise.
7800         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
7801         (decompose_access): Likewise.
7802         (replace_field_acc): Likewise.
7803         (replace_field_access_stmt): Likewise.
7804         (insert_new_var_in_stmt): Likewise.
7805         (get_stmt_accesses): Likewise.
7806         (reorg_structs_drive): Disable.
7807         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
7808         (ix86_canonical_va_list_type): Likewise.
7809
7810 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
7811
7812         PR other/44566
7813         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
7814         * target.def (struct gcc_target): Replace enum reg_class with
7815         reg_class_t in hook argument / return types.
7816         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
7817         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
7818         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
7819         * targhooks.h (default_branch_target_register_class): Likewise.
7820         (default_ira_cover_classes, default_secondary_reload): Likewise.
7821         (default_memory_move_cost, default_register_move_cost): Likewise.
7822         * targhooks.c (default_branch_target_register_class): Likewise.
7823         (default_ira_cover_classes, default_secondary_reload): Likewise.
7824         (default_memory_move_cost, default_register_move_cost): Likewise.
7825         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
7826         * bt-load.c (branch_target_load_optimize): Likewise.
7827         * ira.c (setup_cover_and_important_classes): Likewise.
7828         * ira-costs.c (copy_cost): Likewise.
7829         * reload1.c (emit_input_reload_insns): Likewise.
7830         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
7831         * config/frv/frv.c (frv_secondary_reload): Likewise.
7832         * config/s390/s390.c (s390_secondary_reload): Likewise.
7833         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
7834         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
7835         (ix86_register_move_cost): Likewise.
7836         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
7837         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
7838         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
7839         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
7840         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
7841         (rs6000_ira_cover_classes): Likewise.
7842         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
7843         * config/picochip/picochip-protos.h (picochip_secondary_reload):
7844         Likewise.
7845         * config/pa/pa.c (pa_secondary_reload): Likewise.
7846         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
7847         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
7848         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
7849         * doc/tm.texi: Regenerate.
7850
7851 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
7852
7853         PR bootstrrap/44726
7854         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
7855         use.
7856         (build_alias_set_optimal_p): Likewise.
7857         (build_base_obj_set_for_drs): Likewise.
7858
7859 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
7860
7861         * target.def: Remove comment about licensing problems of function
7862         declarations.
7863
7864         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
7865         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
7866         * doc/tm.texi: Regenerate.
7867
7868         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
7869         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
7870
7871         * target.def (enum_va_list_p): Use DEFHOOK.
7872         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
7873         Rename ptype to ptree.
7874         * doc/tm.texi: Regenerate.
7875
7876         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
7877         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
7878         * doc/tm.texi: Regenerate.
7879
7880         * target.def (memory_move_cost): Use DEFHOOK.
7881         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
7882         Rename regclass AKA class to rclass.
7883         * doc/tm.texi: Regenerate.
7884
7885         * target.def (pragma_parse): Use DEFHOOK.
7886         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
7887         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
7888         * doc/tm.texi: Regenerate.
7889
7890         * target.def (pass_by_reference): Use DEFHOOK.
7891         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
7892         * doc/tm.texi: Regenerate.
7893
7894         * target.def (resolve_overloaded_builtin): Rename params to arglist.
7895         Use DEFHOOK.
7896         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
7897         * doc/tm.texi: Regenerate.
7898
7899         * target.def (return_pops_args): Use DEFHOOK.
7900         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
7901         Rename stack-size to size.
7902         * doc/tm.texi: Regenerate.
7903
7904         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
7905         last-sched_cycle to last_clock, cur_cycle to clock.
7906         * doc/tm.texi.in: Use @hook.
7907         * doc/tm.texi: Regenerate.
7908
7909         * target.def (print_operand, print_operand_address): Update comment.
7910         (print_operand_punct_valid_p): Likewise.
7911
7912 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7913
7914         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
7915         to rtl.h.
7916         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
7917         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
7918         * rtl-error.h: New.
7919         * regrename.c: Do not include toplev.h. Include rtl-error.h.
7920         * rtl-error.c: Likewise.
7921         * reload.c: Likewise.
7922         * recog.c:  Likewise.
7923         * sel-sched.c: Likewise.
7924         * function.c: Likewise.
7925         * reg-stack.c: Likewise.
7926         * cfgrtl.c: Likewise.
7927         * reload1.c: Likewise.
7928         * final.c: Include rtl-error.
7929         * Makefile.in: Adjust dependencies.
7930
7931 2010-06-30  Jan Hubicka  <jh@suse.cz>
7932
7933         PR middle-end/PR44706
7934         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
7935         to return the value.
7936
7937 2010-06-30  Michael Matz  <matz@suse.de>
7938
7939         PR bootstrap/44699
7940         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
7941         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
7942         a gimple reg, attach the original VDEF to the last store in the
7943         sequence.
7944
7945 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
7946
7947         PR other/44034
7948         * config/darwin.c (darwin_override_options): Use renamed
7949         targetm.asm_out.emit_unwind_label.
7950
7951 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
7952
7953         PR tree-optimization/39799
7954         * tree-inline.c (remap_ssa_name): Initialize variable only if
7955         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
7956
7957 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
7958
7959         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
7960
7961 2010-06-30  Richard Guenther  <rguenther@suse.de>
7962
7963         PR target/44722
7964         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
7965         against oscillation with reverse peephole2.
7966
7967 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
7968
7969         PR target/44721
7970         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
7971         Fix last commit.
7972
7973 2010-06-30  Nick Clifton  <nickc@redhat.com>
7974
7975         * config/rx/rx-modes.def: New file.
7976         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
7977         (CC_REGNUM): Define.
7978         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
7979         register.
7980         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
7981         (SELECT_CC_MODE): Define.
7982         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
7983         (reg:CC CC_REG) instead of (cc0).
7984         (attr "cc"): Delete.
7985         (cbranchsi4): Do not split compare and branch here. Instead move
7986         it to...
7987         (cbranchsi4_<code>): ... here.  New patterns.
7988         (cmpsi): Call rx-compare_redundant to find out if it is necessary
7989         to emit the compare instruction.
7990         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
7991         cc_status flags.
7992         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
7993         FIRST_PSEUDO_REGNUM.
7994         (rx_expand_prologue, rx_expand_epilogue): Likewise.
7995         (rx_notice_update_cc): Delete.
7996         (rx_cc_modes_compatible): New function.
7997         (flags_needed_for_conditional): New function.
7998         (flags_from_mode): New function.
7999         (rx_compare_redundant): New function - scans backwards through
8000         insn list to find out if condition flags are already set correctly.
8001         (TARGET_CC_MODES_COMPATIBLE): Define.
8002         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
8003
8004         * config/rx/rx.h (BRANCH_COST): Define.
8005         (REGISTER_MOVE_COST): Define.
8006         * config/rx/predicates (rx_source_operand): Allow all constant types.
8007         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
8008         (tstsi4): New pattern.
8009         * config/rx/rx.c (rx_memory_move_cost): Define.
8010         (TARGET_MEMORY_MOVE_COST): Define.
8011
8012 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8013
8014         * tree.h (block_may_fallthru): Declare here.
8015         * tree-flow.h (block_may_fallthru): Do not declare here.
8016         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
8017         bitmap.h
8018         * Makefile.in (c-typeck.o): Update dependencies.
8019
8020 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
8021
8022         PR debug/44694
8023         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
8024         * cselib.c (cfa_base_preserved_regno): New static variable.
8025         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
8026         of REGNO (cfa_base_preserved_val->locs->loc).
8027         (cselib_preserve_cfa_base_value): Add regno argument, set
8028         cfa_base_preserved_regno to it.
8029         (cselib_invalidate_regno): Allow removal of registers other than
8030         cfa_base_preserved_regno from cfa_base_preserved_val.
8031         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
8032         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
8033         of MEM addresses, if not on LHS.
8034         (reverse_op): Don't add reverse ops for cfa_base_rtx.
8035         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
8036
8037 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
8038
8039         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
8040         static variables.
8041         (peep2_buf_position): New static function.
8042         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
8043         peephole2_optimize): Use it.
8044         (peep2_attempt, peep2_update_life): New static functions, broken out
8045         of peephole2_optimize.
8046         (peep2_fill_buffer): New static function.
8047         (peephole2_optimize): Change the main loop to try to fill the buffer
8048         with the maximum number of insns before matching them against
8049         peepholes.  Use a forward scan.  Remove special case for targets with
8050         conditional execution.
8051         * genrecog.c (change_state): Delete dead code.
8052         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
8053         Rewrite so as not to expect the second insn to have had a peephole
8054         applied yet.
8055
8056 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
8057
8058         * genhooks.c (emit_findices): Cast field precision to int.
8059         (emit_documentation): Likewise.
8060
8061 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
8062
8063         PR tree-optimization/43801
8064         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
8065         if old_decl was DECL_ONE_ONLY.
8066
8067         PR debug/44668
8068         * dwarf2out.c (add_accessibility_attribute): New function.
8069         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
8070         instead of adding DW_AT_accessibility manually.
8071         (gen_enumeration_type_die, gen_struct_or_union_type_die,
8072         gen_typedef_die): Use it.
8073
8074 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
8075
8076         * vmsdbgout.c (full_name): Just output the file name if not native.
8077
8078 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
8079
8080         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
8081         (funcnam_table): New static table.
8082         (funcnum_table): New static table.
8083         (write_rtnbeg): Write value saved in funcnum_table.
8084         (write_rtnend): Write value saved in funcnum_table.
8085         (vmsdbgout_begin_function): Save current function info in
8086         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
8087         (vmsdbgout_finish): Iterate over funcnum_table.
8088
8089 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
8090
8091         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
8092         (vmsdbgout_type_decl): Declare
8093         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
8094         (FUNC_EPILOGUE_LABEL): New macro
8095         (vmsdbgout_begin_epilogue): New function.
8096         (vmsdbgout_type_decl): New function.
8097
8098 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
8099
8100         * vmsdbg.h: Update copyright.
8101
8102 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
8103
8104         * vmsdbg.h (DST_K_TBG): New DST constant.
8105         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
8106         (write_modbeg): Cast module_language to avoid warning.
8107         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
8108
8109 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
8110
8111         PR other/44034
8112         * target.def, doc/tm.texi.in, genhooks.c: New files.
8113         * target.h: Instead of defining individual hook members,
8114         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
8115         include target.def.
8116         * target-def.h: Instead of defining individual hook initializers,
8117         include target-hooks-def.h.
8118         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
8119         targetm.live_on_entry -> targetm.extra_live_on_entry
8120         targetm.sched.md_finish ->targetm.sched.finish
8121         targetm.sched.md_init -> targetm.sched.init
8122         targetm.sched.md_init_global -> targetm.sched.init_global
8123         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
8124         targetm.asm_out.except_table_label ->
8125           targetm.asm_out.emit_except_table_label
8126         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
8127         targetm.target_help -> targetm.help
8128         targetm.vectorize.builtin_support_vector_misalignment ->
8129           targetm.vectorize.support_vector_misalignment
8130         targetm.file_start_app_off -> targetm.asm_file_start_app_off
8131         targetm.file_start_file_directive ->
8132          targetm.asm_file_start_file_directive
8133         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
8134         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
8135         * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
8136         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
8137           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
8138         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
8139           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
8140         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
8141         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
8142         * Makefile.in (TARGET_H): Depend on target.def.
8143         (TARGET_DEF_H): Depend on target-hooks-def.h.
8144         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
8145         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
8146         * doc/tm.texi: Regenerate.
8147
8148         * Makefile.in (s-tm-texi): Remove stray tab / rule.
8149
8150         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
8151         (targetm.sched.init): Likewise.
8152
8153 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
8154
8155         PR bootstrap/44713
8156         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
8157         (function_arg_advance_32): Const-ify TYPE parameter.
8158         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
8159         (ix86_function_arg_advance): Change type of NAMED to bool.
8160         (function_arg_32): Const-ify CUM and TYPE parameters.
8161         (function_arg_64): Likewise.  Change type of NAMED to bool.
8162         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
8163         to bool.
8164         (ix86_function_arg): Change type of NAMED to bool.
8165         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
8166         last argument as a bool.
8167
8168 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
8169
8170         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
8171         (OVERRIDE_OPTIONS): Add note of obsolescence.
8172         Replace references with references to TARGET_OPTION_OVERRIDE.
8173         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
8174          the macro).
8175         * targhooks.c (default_target_option_override): New function.
8176         * targhooks.h (default_target_option_override): Declare.
8177         * target.h (struct gcc_target): Add override member to
8178         target_option member.
8179         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
8180         targetm.target_option.override call.
8181         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
8182         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
8183
8184 2010-06-29  Jan Hubicka  <jh@suse.cz>
8185
8186         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
8187
8188 2010-06-29  Jan Hubicka  <jh@suse.cz>
8189
8190         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
8191         unreachable.
8192         (rebuild_frequencies): New function.
8193         * predict.h (rebuild_frequencies): Declare.
8194         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
8195         entry block and edge reaching new_entry.
8196         (tree_function_versioning): When doing partial cloning, rebuild
8197         frequencies when done.
8198         * passes.c (execute_function_todo): Use rebild_frequencies.
8199
8200 2010-06-29  Richard Guenther  <rguenther@suse.de>
8201
8202         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
8203         * tree-flow.h (enum noalias_state): Remove.
8204         (struct var_ann_d): Remove noalias_state member.
8205
8206 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
8207
8208         PR target/43902
8209         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
8210         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
8211         (maddhidi4): Likewise.
8212
8213         Revert parts of the change for PR25130.
8214         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
8215         MEM_ALIAS_SET.
8216
8217 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
8218
8219         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
8220         targetm.calls.function_incoming_arg, and
8221         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
8222         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
8223         * target.h (struct gcc_target): Add function_arg_advance,
8224         function_arg, and function_incoming_arg fields.
8225         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
8226         (TARGET_FUNCTION_INCOMING_ARG): Define.
8227         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
8228         and TARGET_FUNCTION_INCOMING_ARG.
8229         * targhooks.h (default_function_arg_advance): Declare.
8230         (default_function_arg, default_function_incoming_arg): Declare.
8231         * targhooks.c (default_function_arg_advance): New function.
8232         (default_function_arg, default_function_incoming_arg): New function.
8233         * config/i386/i386.c (function_arg_advance): Rename to...
8234         (ix86_function_arg_advance): ...this.  Make static.
8235         (function_arg): Rename to...
8236         (ix86_function_arg): ...this.  Make static.
8237         (TARGET_FUNCTION_ARG_ADVANCE): Define.
8238         (TARGET_FUNCTION_ARG): Define.
8239         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
8240         (FUNCTION_ARG): Delete.
8241         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
8242         (function_arg): Delete prototype.
8243
8244 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
8245
8246         * reginfo.c (init_reg_sets_1): Adjust comments.
8247         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
8248         * calls.c (prepare_call_address): Likewise.
8249         (emit_call_1): Use targetm.calls.return_pops_args.
8250         (expand_call): Likewise.
8251         * function.c (assign_parms): Likewise.
8252         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
8253         * target.h (struct gcc_target) [struct calls]: Add
8254         return_pops_args field.
8255         * targhooks.h (default_return_pops_args): Declare.
8256         * targhooks.c (default_return_pops_args): Define.
8257         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
8258         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
8259         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
8260         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
8261         documentation.
8262         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
8263         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
8264         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
8265         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
8266         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
8267         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
8268         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
8269         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
8270         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
8271         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
8272         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
8273         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
8274         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
8275         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
8276         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
8277         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
8278         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
8279         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
8280         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
8281         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
8282         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
8283         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
8284         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
8285         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
8286         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
8287         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
8288         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
8289         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
8290         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
8291         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
8292         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
8293         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
8294         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
8295         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
8296         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
8297         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
8298         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
8299         * config/i386/i386.c (ix86_return_pops_args): Make static.
8300         Constify arguments.
8301         (TARGET_RETURN_POPS_ARGS): Define.
8302         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
8303         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
8304         (TARGET_RETURN_POPS_ARGS): Define.
8305         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
8306         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
8307         (TARGET_RETURN_POPS_ARGS): Define.
8308
8309 2010-06-29  Richard Guenther  <rguenther@suse.de>
8310
8311         PR middle-end/44667
8312         * tree-inline.c (initialize_inlined_parameters): Make sure
8313         to remap the inlined parameter variable substitutions types.
8314
8315 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
8316
8317         PR rtl-optimization/44659
8318         * combine.c (make_compound_operation) <SUBREG>: Do not return the
8319         result of force_to_mode if it partially re-expanded the compound.
8320
8321 2010-06-28  Jan Hubicka  <jh@suse.cz>
8322
8323         PR middle-end/44671
8324         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
8325         RESULT_DECL.
8326
8327 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
8328
8329         * double-int.h (force_fit_type_double): Remove declaration.
8330         * double-int.c (force_fit_type_double): Move to tree.c.
8331         * tree.h (force_fit_type_double): Declare.
8332         * tree.h (force_fit_type_double): Moved from double-int.c. Use
8333         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
8334         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
8335         * convert.c (convert_to_pointer): Adjust call to
8336         force_fit_type_double.
8337         * tree-vrp.c (extract_range_from_assert,
8338         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
8339         * fold-const.c: Update comment.
8340         (int_const_binop, fold_convert_const_int_from_int,
8341         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
8342         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
8343         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
8344         round_up_loc): Adjust call to force_fit_type_double.
8345
8346 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8347
8348         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
8349
8350 2010-06-28  Martin Jambor  <mjambor@suse.cz>
8351
8352         * tree-sra.c (convert_callers): New parameter, change fndecls of
8353         recursive calls.
8354         (modify_function): Pass the old decl to convert_callers.
8355
8356 2010-06-28  Martin Jambor  <mjambor@suse.cz>
8357
8358         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
8359         ipa_check_create_node_params and ipa_initialize_node_params with
8360         checking asserts they are not necessary.
8361
8362 2010-06-28  Jan Hubicka  <jh@suse.cz>
8363
8364         PR tree-optimization/44687
8365         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
8366
8367 2010-06-28  Martin Jambor  <mjambor@suse.cz>
8368
8369         PR c++/44535
8370         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
8371         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
8372         instead of BINFO_BASE_BINFO.
8373
8374 2010-06-28  Michael Matz  <matz@suse.de>
8375
8376         PR middle-end/44592
8377         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
8378         proper VDEF chain for intermediate stores in the sequence.
8379
8380 2010-06-28  Jan Hubicka  <jh@suse.cz>
8381
8382         PR tree-optimization/44357
8383         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
8384         uninlinable functions.
8385
8386 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
8387
8388         * config.gcc (powerpc*-*-*): Handle titan.
8389         * config/rs6000/rs6000.c (titan_cost): New costs.
8390         (rs6000_override_options): Add "titan" to processor_target_table.
8391         Add Titan to branch alignment logic.
8392         Correctly set rs6000_cost for titan.
8393         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
8394         * config/rs6000/titan.md: New file.
8395         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
8396
8397 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
8398
8399         * tree-browser.c (TB_history_stack): Convert to a VEC.
8400         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
8401         (TB_history_prev): Likewise.
8402
8403 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
8404
8405         * vec.h (vec_heap_free): Add parentheses around free.
8406
8407 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
8408
8409         * system.h: Poison GCC_EXCEPT_H for front-end files.
8410
8411         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
8412         langhook.
8413         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
8414         Define to NULL by default.
8415         * except.h: Define GCC_EXCEPT_H.
8416         (doing_eh): Remove prototype.
8417         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
8418         (lang_protect_cleanup_actions): Remove.
8419         * except.c (lang_protect_cleanup_actions): Remove.
8420         (doing_eh): Remove.
8421         (gen_eh_region): Don't check doing_eh here.
8422         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
8423         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
8424         instead of lang_protect_cleanup_actions.
8425         * omp-low.c (maybe_catch_exception): Likewise.
8426         * Makefile.in: Update dependencies.
8427
8428 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
8429
8430         * cgraph.h (struct varpool_node): new used_from_object_file flag.
8431         (struct cgraph_local_info): new used_from_object_file flag.
8432         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
8433         (cgraph_clone_node): initialize used_from_object_file.
8434         (cgraph_create_virtual_clone): initialize used_from_object_file.
8435         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
8436         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
8437         when compiling with -fwhole-program.
8438         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
8439         internal resolver.
8440         * ipa.c (function_and_variable_visibility): Set externally_visible
8441         flag of varpool_node if used_from_object_file flag is set.
8442         (cgraph_externally_visible_p): check used_from_object_file flag.
8443         * doc/invoke.texi (-fwhole-program option): Change description of
8444         externally_visible attribute accordingly.
8445         * doc/extend.texi (externally_visible): Ditto.
8446
8447 2010-06-27  Jan Hubicka  <jh@suse.cz>
8448
8449         * params.def (max-inline-insns-auto): Default to 40.
8450         * doc/invoke.texi (max-inline-insns-auto): Document the change.
8451
8452 2010-06-27  Jan Hubicka  <jh@suse.cz>
8453
8454         PR middle-end/44671
8455         PR middle-end/44686
8456         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
8457         signature change.
8458         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
8459         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
8460
8461 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
8462
8463         * target.h (struct gcc_target): Add register_move_cost field.
8464         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
8465         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
8466         * targhooks.c (default_register_move_cost): New function.
8467         * targhooks.h (default_register_move_cost): Declare function.
8468         * defaults.h (REGISTER_MOVE_COST): Delete.
8469         * ira-int.h (ira_register_move_cost): Update comment.
8470         * ira.c (ira_register_move_cost): Update comment.
8471         * reload.h (register_move_cost): Declare.
8472         * reginfo.c (register_move_cost): New function.
8473         (move_cost): Update comment.
8474         (init_move_cost, memory_move_secondary_cost): Replace
8475         REGISTER_MOVE_COST with register_move_cost.
8476         * postreload.c (reload_cse_simplify_set): (Ditto.).
8477         * reload.c (find_valid_class, find_reloads): (Ditto.).
8478         * reload1.c (choose_reload_regs): (Ditto.).
8479         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
8480         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
8481         * doc/md.texi (can_create_pseudo_p): Update documentation.
8482
8483         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
8484         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
8485         * config/i386/i386.h (ix86_memory_move_cost): Make static.
8486         (TARGET_MEMORY_MOVE_COST): Define.
8487
8488         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
8489         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
8490         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
8491         (TARGET_MEMORY_MOVE_COST): Define.
8492
8493 2010-06-27  Richard Guenther  <rguenther@suse.de>
8494
8495         PR tree-optimization/44683
8496         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
8497         false edge from the inverted condition.
8498
8499 2010-06-27  Richard Guenther  <rguenther@suse.de>
8500
8501         PR middle-end/44684
8502         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
8503         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
8504         for register LHS.  Or non-store assignments.
8505
8506 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
8507
8508         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
8509         (sparc_emit_set_const64): Likewise.  Remove disabled code.
8510         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
8511         (sparc_emit_set_const64): Likewise.
8512
8513 2010-06-26  Catherine Moore  <clm@codesourcery.com>
8514
8515         * config/mips/mips.md (alu_type): New attribute.
8516         (type): Infer type from alu_type.
8517         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
8518         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
8519         *subsi3_extended, negsi2, negdi2, *low<mode>,
8520         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
8521         xor<mode>3, *nor<mode>3,
8522         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
8523         *zero_extendhi_truncqi):  Set alu_type instead of type.
8524
8525 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
8526
8527         * config/alpha/alpha.c (alpha_need_linkage): Adjust
8528         splay_tree_new_ggc call.
8529         (alpha_use_linkage): Likewise.
8530
8531 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
8532
8533         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
8534         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
8535         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
8536         (static_specs): Remove switches_need_spaces.
8537         (process_command, do_self_spec): Hardcode handling "-o" instead of
8538         checking switches_need_spaces.
8539         * system.h (SWITCHES_NEED_SPACES): Poison.
8540
8541 2010-06-26  Richard Guenther  <rguenther@suse.de>
8542
8543         PR tree-optimization/44393
8544         * tree-loop-distribution.c (generate_loops_for_partition): Fix
8545         stmt removal and VOP renaming.
8546         (generate_memset_zero): Remove redundant stmt updating.
8547         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
8548         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
8549
8550 2010-06-26  Jan Hubicka  <jh@suse.cz>
8551
8552         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
8553         edges comming from header are equivalent.
8554         (visit_bb): Handle PHIs correctly.
8555         * tree-inline.c (copy_phis_for_bb): Be able to copy
8556         PHI from entry edge.
8557         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
8558
8559 2010-06-26  Richard Guenther  <rguenther@suse.de>
8560
8561         PR middle-end/44674
8562         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
8563         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
8564
8565 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
8566
8567         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
8568         add_infile, alloc_switch): New.
8569         (process_command): Remove variable lang_n_infiles.  Process
8570         options in a single pass.  Use new functions for allocating
8571         infiles and switches arrays.  Properly skip operands of
8572         -Xpreprocessor and -Xassembler.
8573
8574 2010-06-26  Jan Hubicka  <jh@suse.cz>
8575
8576         PR middle-end/44671
8577         * cgraphunit.c (cgraph_function_versioning): Remove wrong
8578         cgraph_make_decl_local call; fix typo copying RTL data.
8579
8580 2010-06-25  DJ Delorie  <dj@redhat.com>
8581
8582         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
8583         (m32c_output_aligned_common): Likewise.
8584         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
8585         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
8586         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
8587         (m32c_register_pragmas): Register it.
8588         * config/m32c/m32c.c (m32c_get_pragma_address): New.
8589         (m32c_insert_attributes): Set #pragma address decls volatile.
8590         (pragma_entry_eq): New.
8591         (pragma_entry_hash): New.
8592         (m32c_note_pragma_address): New.
8593         (m32c_get_pragma_address): New.
8594         (m32c_output_aligned_common): New.
8595         * doc/extend.texi: Document the new pragma.
8596
8597         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
8598         also.
8599         * config/m32c/predicates.md (m32c_any_operand): Check the code
8600         instead of memory_operand so as to allow matching volatile MEMs.
8601         (m32c_nonimmediate_operand): Likewise.
8602         (mra_operand): Allow volatiles.
8603
8604 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
8605
8606         PR debug/44610
8607         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
8608         address if the offset is unknown.
8609
8610 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
8611
8612         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
8613         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
8614         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
8615         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
8616         to ia64_start_function. Invoke it.
8617         * config/ia64/ia64.c (ia64_start_function): Call new function
8618         dwarf2out_vms_debug_main_pointer.
8619
8620 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8621
8622         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
8623         statements computing the true predicate.
8624
8625 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8626
8627         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
8628         to boolean_true_node.
8629         (reset_bb_predicate): New.
8630         (predicate_bbs): Call reset_bb_predicate.
8631
8632 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8633
8634         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
8635         (tree_if_conversion): Returns true when something has been changed.
8636         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
8637         changed something.
8638
8639 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
8640
8641         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
8642         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
8643         * tree-if-conv.c: Include dbgcnt.h.
8644         (tree_if_conversion): Use if_conversion_tree to count the number of
8645         if-convertible loops.
8646
8647 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
8648
8649         * common.opt (fprefetch-loop-arrays): Re-define
8650         -fprefetch-loop-arrays as a tri-state option with the initial
8651         value of -1.
8652         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
8653         pass only when flag_prefetch_loop_arrays > 0.
8654         * toplev.c (process_options): Note that, with tri-states,
8655         flag_prefetch_loop_arrays>0 means prefetching is enabled.
8656         * config/i386/i386.c (override_options): Enable prefetching at -O3
8657         for a set of CPUs that sw prefetching is helpful.
8658         (software_prefetching_beneficial_p): New.  Return TRUE if software
8659         prefetching is beneficial for the given CPU.
8660
8661 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
8662
8663         PR rtl-optimization/44326
8664         * implicit-zee.c (find_removable_zero_extends): Replace
8665         INSN_P with NONDEBUG_INSN_P.
8666
8667 2010-06-25  Martin Jambor  <mjambor@suse.cz>
8668
8669         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
8670         (struct ipa_node_params): Removed the modification_analysis_done flag.
8671         (ipa_is_param_modified): Removed.
8672         (ipa_analyze_node): Declare.
8673         (ipa_compute_jump_functions): Remove declaration.
8674         (ipa_count_arguments): Likewise.
8675         (ipa_detect_param_modifications): Likewise.
8676         (ipa_analyze_params_uses): Likewise.
8677         * ipa-prop.c (struct param_analysis_info): New type.
8678         (visit_store_addr_for_mod_analysis): Removed.
8679         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
8680         moved down in the file.
8681         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
8682         (ipa_count_arguments): Made static.
8683         (mark_modified): New function.
8684         (is_parm_modified_before_call): New function.
8685         (compute_pass_through_member_ptrs): New parameter parms_info, call
8686         is_parm_modified_before_call instead of ipa_is_param_modified.
8687         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
8688         it to compute_pass_through_member_ptrs.
8689         (ipa_compute_jump_functions): New parameter parms_info, pass it to
8690         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
8691         on the callee if it is analyzed.  Made static.
8692         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
8693         is_parm_modified_before_call instead of ipa_is_param_modified.
8694         (ipa_analyze_call_uses): New parameter parms_info, pass it to
8695         ipa_analyze_indirect_call_uses.
8696         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
8697         ipa_analyze_call_uses.
8698         (ipa_analyze_params_uses): New parameter parms_info, pass it to
8699         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
8700         (ipa_analyze_node): New function.
8701         (ipa_print_node_params): Do not dump the modified flag.
8702         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
8703         it.  Do not stream the modified parameter flag.
8704         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
8705         it.  Do not stream the modified parameter flag.
8706         * ipa-cp.c (ipcp_analyze_node): Removed.
8707         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
8708         with only a call to ipa_analyze_node.
8709         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
8710         node with only a call to ipa_analyze_node.
8711
8712 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8713
8714         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
8715
8716 2010-06-25  Jan Hubicka  <jh@suse.cz>
8717
8718         * tree-pass.h (pass_split_functions): Declare.
8719         * opts.c (decode_options): Enable function splitting at -O2
8720         * timevar.def (TV_IPA_FNSPLIT): New macro.
8721         * ipa-split.c: New file.
8722         * common.opt (-fpartial-inlining): New flag.
8723         * Makefile.in (ipa-split.o): New object file.
8724         * passes.c (init_optimization_passes): Add ipa-split.
8725         * params.def (partial-inlining-entry-probability): New parameters.
8726         * doc/invoke.texi (-fpartial-inlining): New.
8727
8728 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8729
8730         PR 44665
8731         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
8732         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
8733         (gimplify_expr): Likewise.
8734
8735 2010-06-25  Martin Jambor  <mjambor@suse.cz>
8736
8737         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
8738         statements instead of bailing out on them.
8739         (ipa_analyze_indirect_call_uses): Do not require that loads from the
8740         parameter are in the same BB as the condition.  Update comments.
8741
8742 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
8743
8744         PR middle-end/43866
8745         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
8746         true or always false, return NULL_TREE.
8747         (tree_unswitch_single_loop): Optimize conditions even when reaching
8748         max-unswitch-level parameter.  If num > 0, optimize first all conditions
8749         using entry checks, then do still reachable block discovery and consider
8750         only conditions in still reachable basic blocks in the loop.
8751
8752         PR tree-optimization/44539
8753         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
8754         the call doesn't have LHS, but has VDEF.
8755
8756 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
8757
8758         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
8759         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
8760         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
8761         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
8762         * system.h (MODIFY_TARGET_NAME): Poison.
8763
8764 2010-06-25  Alan Modra  <amodra@gmail.com>
8765
8766         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
8767         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
8768         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
8769         CMODEL_LARGE as default.
8770         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
8771         (offsettable_ok_by_alignment): Delete.
8772         (rs6000_emit_move): Remove mcmodel=medium optimization.
8773
8774 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
8775
8776         With large parts from Jim Wilson:
8777         PR target/43902
8778         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
8779         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8780         * optabs.c (optab_for_tree_code): Likewise.
8781         (expand_widen_pattern_expr): Likewise.
8782         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
8783         out of execute_optimize_widening_mul.
8784         (convert_plusminus_to_widen): New function.
8785         (execute_optimize_widening_mul): Use the two new functions.
8786         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
8787         Remove code to generate widening multiply-accumulate.  Add support
8788         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
8789         * gimple-pretty-print.c (dump_ternary_rhs): New function.
8790         (dump_gimple_assign): Call it when appropriate.
8791         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
8792         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
8793         (expand_gimple_stmt_1): Likewise.
8794         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
8795         WIDEN_MULT_MINUS_EXPR.
8796         * tree-ssa-operands.c (get_expr_operands): Likewise.
8797         * tree-inline.c (estimate_operator_cost): Likewise.
8798         * gimple.c (extract_ops_from_tree_1): Renamed from
8799         extract_ops_from_tree.  Add new arg for a third operand; fill it.
8800         (gimple_build_assign_stat): Support operations with three operands.
8801         (gimple_build_assign_with_ops_stat): Likewise.
8802         (gimple_assign_set_rhs_from_tree): Likewise.
8803         (gimple_assign_set_rhs_with_ops_1): Renamed from
8804         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
8805         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
8806         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
8807         WIDEN_MULT_MINUS_EXPR.
8808         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
8809         (extract_ops_from_tree_1): Adjust declaration.
8810         (gimple_assign_set_rhs_with_ops_1): Likewise.
8811         (gimple_build_assign_with_ops): Pass NULL for last operand.
8812         (gimple_build_assign_with_ops3): New macro.
8813         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
8814         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
8815         functions.
8816         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
8817         (verify_gimple_assign): Call it.
8818         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
8819         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
8820         functions for dealing with three-operand statements.
8821         * tree.c (commutative_ternary_tree_code): New function.
8822         * tree.h (commutative_ternary_tree_code): Declare it.
8823         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
8824         ternary statements.
8825         (gimple_assign_nonzero_warnv_p): Likewise.
8826         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
8827         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
8828         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
8829         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
8830         (struct hashtable_expr): New member ternary in the union.
8831         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
8832         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
8833         (iterative_hash_hashable_expr): Likewise.
8834         (print_expr_hash_elt): Handle EXPR_TERNARY.
8835         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
8836         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
8837         statements.  Handle GIMPLE_TERNARY_RHS.
8838
8839 2010-06-25  Jan Hubicka  <jh@suse.cz>
8840
8841         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
8842
8843 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
8844
8845         PR c/44517
8846         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
8847         parameters are not good.
8848         (c_parser_parameter_declaration): Error unknown type name if the type
8849         name can't start declaration specifiers.
8850
8851 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
8852
8853         * gcc.c (translate_options): Don't mention +e in comment.
8854         (process_command): Don't handle +e specially.
8855
8856 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
8857
8858         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
8859
8860         * ira-build.c (merge_hard_reg_conflicts): New function.
8861         (create_cap_allocno, copy_info_to_removed_store_destinations,
8862         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
8863         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
8864         (remove_unnecessary_allocnos, remove_low_level_allocnos)
8865         copy_nifo_to_removed_store_destination): Use them.
8866         * ira-lives.c (make_hard_regno_born): New function, split out of
8867         make_regno_born.
8868         (make_allocno_born): Likewise.
8869         (make_hard_regno_dead): New function, split out of make_regno_dead.
8870         (make_allocno_dead): Likewise.
8871         (inc_register_pressure): New function, split out of set_allocno_live.
8872         (dec_register_pressure): New function, split out of clear_allocno_live.
8873         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
8874         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
8875         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
8876         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
8877         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
8878         mark_pseudo_regno_live.
8879         (process_bb_node_lives): Use mark_pseudo_regno_live,
8880         make_hard_regno_born and make_allocno_dead.
8881         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
8882         set_allocno_live, clear_allocno_live): Delete functions.
8883
8884         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
8885         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
8886         functions.
8887         (ira_flattening): Use ira_parent_allocno.
8888         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
8889         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
8890
8891         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
8892         statement.
8893
8894         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
8895         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
8896         minmax_set_iter_cond, minmax_set_iter_next,
8897         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
8898         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
8899         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
8900         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
8901         uses changed.
8902
8903         * ira-int.h (struct live_range, live_range_t): Renamed from struct
8904         ira_allocno_live_range and allocno_live_range_t; all uses changed.
8905         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
8906         All uses changed.
8907
8908 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
8909
8910         * thumb2.md (thumb2_tlobits_cbranch): Delete.
8911         (peephole2 to convert zero_extract/compare of single bit to
8912          lshift/compare): New.
8913
8914 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
8915
8916         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
8917         recursive call and call to 'int_const_binop'.
8918         (build_range_check, fold_cond_expr_with_comparison, unextend,
8919         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
8920         multiple_of_p): Adjust call to const_binop.
8921
8922 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
8923
8924         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
8925         determine size of XFmode operand.
8926         (XFmode extended DFmode push splitter): Ditto.
8927         (XFmode extended SFmode push splitter): Ditto.
8928
8929 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
8930
8931         PR target/44588
8932         * config/i386/i386.md (extract_code): New.
8933         (<u>divmodqi4): Likewise.
8934         (divmodhiqi3): Likewise.
8935         (udivmodhiqi3): Likewise.
8936         (<u>divqi3): Remvoved.
8937
8938 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
8939
8940         PR middle-end/44492
8941         * recog.h (struct recog_data): Add is_asm field.
8942         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
8943         present in constraints of inline-asm operand and memory operand
8944         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
8945         (extract_insn): Initialize recog_data.is_asm.
8946         * doc/md.texi (Constraints): Document operand side-effect rules.
8947
8948 2010-06-24  Andi Kleen  <ak@linux.intel.com>
8949
8950         * c-parser.c (c_parser_conditional_expression): Call
8951         warn_for_omitted_condop.
8952         * doc/invoke.texi: Document omitted condop warning.
8953
8954 2010-06-24  Nick Clifton<nickc@redhat.com>
8955
8956         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
8957         insn in the sequence is a jump insn before setting its label.
8958
8959 2010-06-24  Alan Modra  <amodra@gmail.com>
8960
8961         * collect2.c (main): Match exactly --version and --help.
8962
8963 2010-06-24  DJ Delorie  <dj@redhat.com>
8964
8965         * config/m32c/m32c-pragma.c: Don't include rtl.h.
8966
8967 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
8968
8969         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
8970         using X87MODEF mode iterator.
8971         (pushsf splitter): Macroize splitter using P mode iterator.
8972         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
8973         mode iterator.
8974
8975         (*movxf_internal): Rename from *movxf_integer.
8976         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
8977         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
8978         (*movdf_internal): Rename from *movdf_integer.
8979         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
8980         (*movsf_internal): Rename from *movdf_1.
8981
8982 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
8983
8984         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
8985         (const_gimple_seq_node): Removed typedefs.
8986
8987         * gimple.h (gimple_seq_node_d, gimple_seq_node)
8988         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
8989
8990 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
8991
8992         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
8993         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
8994         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
8995         and CODE_FOR_vec_extract_lo_v4df.
8996
8997         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
8998         Changed to define_insn_and_split.
8999         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
9000         (vec_extract_lo_v16hi): Likewise.
9001         (vec_extract_lo_v32qi): Likewise.
9002         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
9003         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
9004
9005 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
9006
9007         PR target/44640
9008         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
9009         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
9010         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
9011         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
9012         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
9013
9014         PR target/44640
9015         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
9016
9017         PR other/44644
9018         * df-core.c (struct df): Rename to df_d.
9019         * df.h (struct df): Likewise.
9020         * dse.h (struct df): Remove forward declaration.
9021         * recog.h (struct insn_data): Rename to:
9022         (struct_insn_data_d).  Adjusted all users.
9023
9024 2010-06-23  Arnaud Charlet  <charlet@adacore.com
9025
9026         PR ada/22220
9027         * doc/install.texi: Update requirements to build GNAT.
9028
9029 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
9030
9031         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
9032         enum type.
9033         (m68k_sched_attr_opx_type): Remove unreachable return.
9034         (m68k_sched_attr_opy_type): Likewise.
9035         (m68k_sched_attr_size): Likewise.
9036         (sched_get_opxy_mem_type): Likewise.
9037         (m68k_sched_attr_op_mem): Likewise.
9038
9039 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
9040
9041         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
9042         new statement and adjust VDEF only if necessary.  Remove superfluous
9043         call to maybe_clean_or_replace_eh_stmt.
9044         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
9045         copy the flags.
9046         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
9047         * tree-inline.c (copy_bb): ...and not there.
9048
9049 2010-06-22  Cary Coutant  <ccoutant@google.com>
9050
9051         * dwarf2out.c (is_nested_in_subprogram): New function.
9052         (should_move_die_to_comdat): Use it.
9053         (copy_ancestor_tree): Don't mark DIEs here.
9054         (copy_decls_walk): Start walk from root of newly-added tree;
9055         mark DIEs here instead.
9056
9057 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
9058
9059         * config/i386/i386.md (unit): Also check sseishft1.
9060
9061 2010-06-22  Jan Hubicka  <jh@suse.cz>
9062
9063         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
9064         enabled.
9065
9066 2010-06-22  Jan Hubicka  <jh@suse.cz>
9067
9068         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
9069         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
9070         Return true if something changed.
9071         * df.h (df_confluence_function_n): Return bool.
9072         * df-core.c (df_worklist_propagate_forward,
9073         df_worklist_propagate_backward): Track changes and ages.
9074         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
9075         track ages.
9076         * dse.c (dse_confluence_n): Return always true.
9077
9078 2010-06-22  Jan Hubicka  <jh@suse.cz>
9079
9080         * bitmap.c (bitmap_clear_bit): Micro optimize.
9081
9082 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
9083
9084         * config/i386/i386.md (SWI1248x): New mode iterator.
9085         (SWI48x): Ditto.
9086         (SWI12): Ditto.
9087         (SWI24): Ditto.
9088
9089         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
9090         SWI1248x mode iterator.
9091         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
9092         using SWI124 mode iterator.
9093         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
9094         mode iterator.
9095         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
9096         *pushdi2_prologue_rex64 using P mode iterator.
9097         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
9098         using SWI48 mode iterator.
9099         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
9100         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
9101         using SWI1248x mode iterator.
9102         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
9103         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
9104         SWI48 mode iterator.
9105         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
9106         iterator.
9107         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
9108         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
9109         SWI12 mode iterator.
9110         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
9111         SWI12 mode iterator.
9112         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
9113         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
9114         SWI24 mode iterator.
9115         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
9116         SWI48 mode iterator.
9117         (mov<mode>_insn_1): New expander.
9118         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
9119         using SWI48x mode iterator.
9120
9121         (*movoi_internal_avx): Rename from *movoi_internal.
9122         (*movti_internal_rex64): Rename from *movti_rex64.
9123         (*movti_internal_sse): Rename from *movti_sse.
9124         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
9125         (*movdi_internal): Rename from *movdi_2.
9126         (*movsi_internal): Rename from *movsi_1.
9127         (*movhi_internal): Rename from *movhi_1.
9128         (*movqi_internal): Rename from *movqi_1.
9129
9130         (insv): Update the call to gen_movsi_insv_1 for rename.
9131         * config/i386/i386.c (promote_duplicated_reg): Ditto.
9132
9133 2010-06-22  Jan Hubicka  <jh@suse.cz>
9134
9135         * passes.c (execute_function_todo): Move call of statistics_fini_pass
9136         to ...
9137         (execute_todo) ... this one.
9138
9139 2010-06-22  Alan Modra  <amodra@gmail.com>
9140
9141         PR target/44364
9142         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
9143         * caller-save.c (insert_restore, insert_save): Use non-validate
9144         form of adjust_address.
9145
9146 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9147
9148         PR target/39690
9149         * config/pa/pa.c (override_options): Disable
9150         -freorder-blocks-and-partition.
9151
9152 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
9153
9154         PR target/44615
9155         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
9156
9157         * config/i386/i386.md (type): Add sseishft1
9158
9159         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
9160         (ppro_insn_load): Likewise.
9161         (ppro_insn_store): Likewise.
9162         (ppro_insn_both): Likewise.
9163
9164         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
9165         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
9166         for type.
9167         (*vec_extractv2di_1_avx): Likewise.
9168         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
9169         type.  Remove atom_unit.
9170         (*vec_extractv2di_1_sse2): Likewise.
9171
9172 2010-06-21  DJ Delorie  <dj@redhat.com>
9173
9174         * diagnostic.h (diagnostic_classification_change_t): New.
9175         (diagnostic_context): Add history and push/pop list.
9176         (diagnostic_push_diagnostics): Declare.
9177         (diagnostic_pop_diagnostics): Declare.
9178         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
9179         from pragmas in a history chain instead of the global table.
9180         (diagnostic_push_diagnostics): New.
9181         (diagnostic_pop_diagnostics): New.
9182         (diagnostic_report_diagnostic): Scan history chain to find state
9183         of diagnostics as of the diagnostic location.
9184         * opts.c (set_option): Pass UNKNOWN_LOCATION to
9185         diagnostic_classify_diagnostic.
9186         (enable_warning_as_error): Likewise.
9187         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
9188         use in the history chain.
9189         * doc/extend.texi: Document pragma GCC diagnostic changes.
9190
9191 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
9192
9193         * dwarf2out.c (add_linkage_name): New function.  Don't add
9194         anything to DW_TAG_member DIEs.
9195         (add_name_and_src_coords_attributes): Use it.
9196         (gen_variable_die): Call it for C++ static data members if
9197         specification is DW_TAG_member.
9198
9199         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
9200         C++ char16_t and char32_t.
9201
9202         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
9203         * genattrtab.c: Include vecprim.h.
9204         (cached_attrs, cached_attr_count, attrs_seen_once,
9205         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
9206         attrs_cached_after): New variables.
9207         (find_attrs_to_cache): New function.
9208         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
9209         (write_test_expr): Add attrs_cached argument, return it too,
9210         attempt to cache non-const attributes used more than once in
9211         a single case handling.
9212         (write_attr_get): Use find_attrs_to_cache, for caching candidates
9213         emit cached_* variables.  Adjust write_attr_set callers.
9214         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
9215         to find attributes that should be cached in this block.  Adjust
9216         write_test_expr callers.
9217         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
9218         callers.
9219         (make_automaton_attrs): Adjust write_test_expr caller.
9220
9221         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
9222         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
9223         (make_automaton_attrs): If find_tune_attr returns non-NULL,
9224         write separate internal_dfa_insn_code_* and insn_default_latency_*
9225         functions for each attribute's value and emit init_sched_attrs
9226         function and function pointers.
9227         * genattr.c (const_attrs, reservations): New variables.
9228         (gen_attr): Add const attributes to const_attrs vector.
9229         (check_tune_attr, find_tune_attr): New functions.
9230         (main): Add reservations to reservations vector.  If find_tune_attr
9231         returns true, add prototype for init_sched_attrs and make
9232         internal_dfa_insn_code and insn_default_latency function pointers,
9233         otherwise define init_sched_attrs as dummy macro.
9234         * cfgexpand.c: Include insn-attr.h.
9235         (gimple_expand_cfg): Call init_sched_attrs.
9236
9237         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
9238
9239         PR target/44575
9240         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
9241         va_arg from a set of register save slots into a temporary,
9242         if the container is bigger than type size, do the copying
9243         using smaller mode or using memcpy.
9244
9245         PR bootstrap/44426
9246         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
9247         prototype.
9248         (sel_print_to_dot): Remove macro.
9249         (sel_print): Likewise.  New prototype.
9250         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
9251         (sel_print): New function.
9252
9253 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9254
9255         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
9256         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
9257
9258 2010-06-21  Nick Clifton  <nickc@redhat.com>
9259
9260         * config/rx/rx.h (PTRDIFF_TYPE): Define.
9261         (SMALL_REGISTER_CLASS): Define (to zero).
9262         (PRINT_OPERAND): Delete.
9263         (PRINT_OPERAND_ADDRESS): Delete.
9264         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
9265         (rx_print_operand_address): Delete prototype.
9266         * config/rx/rx.c (rx_print_operand): Make static.
9267         Allow %H and %L to handle CONST_DOUBLEs.
9268         (rx_print_operand_address): Make static.
9269         (rx_gen_move_template): Rename local variable 'template' to
9270         out_template.
9271         (rx_function_arg): Do not pass unknown sized objects in registers.
9272         (TARGET_PRINT_OPERAND): Define.
9273         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9274
9275 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9276
9277         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
9278
9279 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
9280
9281         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
9282         stack-alignment for simple leaf-functions.
9283
9284 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
9285
9286         * doc/install.texi: Document bootstrap-lto.
9287
9288 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
9289
9290         PR debug/44248
9291         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
9292         (input_function): Drop them here, if VTA is disabled.
9293
9294 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
9295
9296         PR target/44546
9297         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
9298         New predicate.
9299         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
9300         ix86_swapped_fp_comparsion_operator instead of
9301         ix86_fp_comparison_operator.
9302
9303         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
9304         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
9305         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
9306         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
9307         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
9308         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
9309
9310 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
9311
9312         PR other/32998
9313         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
9314         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
9315         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
9316         (decode_cmdline_option): Update for this return value.  Set
9317         orig_option_with_args_text field.  Set arg field for unknown
9318         options.  Make static.
9319         (decode_cmdline_options_to_array): New.
9320         (prune_options): Update handling of find_opt return value.
9321         * opts.c (read_cmdline_option): Take decoded option.  Return void.
9322         (read_cmdline_options): Take decoded options.
9323         (decode_options): Add parameters for decoded options.  Use
9324         decode_cmdline_options_to_array.  Use decoded options for -O
9325         scan.  Use integral_argument for -O parameters.  Update call to
9326         read_cmdline_options.
9327         (enable_warning_as_error): Update handling of find_opt return value.
9328         * opts.h: Update comment on unknown options.
9329         (struct cl_decoded_option): Update comments on opt_index and arg.
9330         Add orig_option_with_args_text.
9331         (decode_cmdline_option): Remove.
9332         (decode_cmdline_options_to_array): Declare.
9333         (decode_options): Update prototype.
9334         * toplev.c (save_argv): Remove.
9335         (save_decoded_options, save_decoded_options_count): New.
9336         (read_integral_parameter): Remove.
9337         (print_switch_values): Use decoded options.
9338         (toplev_main): Don't set save_argv.  Update call to decode_options.
9339         * toplev.h (read_integral_parameter): Remove.
9340         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
9341
9342 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
9343
9344         PR target/44072
9345         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
9346         immediate.
9347         * constraints.md (Pw, Px): New constraints.
9348         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
9349
9350 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
9351
9352         * config/i386/sse.md (fma4modesuffixf4): Removed.
9353         (ssemodesuffixf2s): Likewise.
9354         (ssemodesuffixf4): Likewise.
9355         (ssemodesuffixf2c): Likewise.
9356         (ssescalarmodesuffix2s): Likewise.
9357         (avxmodesuffixf2c): Likewise.
9358         (ssemodesuffix): New.
9359         (ssescalarmodesuffix): Likewise.
9360         Update patterns with ssemodesuffix and ssescalarmodesuffix.
9361
9362 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
9363
9364         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
9365
9366 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
9367
9368         * stor-layout.c (debug_rli): Remove unused local variables.
9369
9370 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
9371
9372         PR rtl-optimization/40900
9373         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
9374         original expression for later reuse.
9375         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
9376         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
9377
9378 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
9379
9380         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
9381         double_int_fits_in_uhwi_p): Implement as static inline.
9382         (double_int_xor): New inline function.
9383         (double_int_lrotate, double_int_rrotate, double_int_max,
9384         double_int_umax, double_int_smax, double_int_min, double_int_umin,
9385         double_int_smin): Declare.
9386         (lrotate_double, rrotate_double): Remove declaration.
9387         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
9388         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
9389         (double_int_lrotate, double_int_rrotate, double_int_max,
9390         double_int_umax, double_int_smax, double_int_min, double_int_umin,
9391         double_int_smin): New function.
9392         * fold-const.c (int_const_binop): Clean up, use double_int_*
9393         functions.
9394         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
9395         double_int_* and immed_double_int_const functions.
9396
9397 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
9398
9399         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
9400         * function.c (types_used_by_cur_var_decl): Likewise.
9401         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
9402
9403 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
9404
9405         * tree.h (record_layout_info): Change type of pending_statics field
9406         to a VEC.
9407         * stor-layout.c (start_record_layout): Store NULL into
9408         pending_statics.
9409         (debug_rli): Call debug_vec_tree instead of debug_tree.
9410         (place_field): Likewise.
9411         (finish_record_layout): Likewise.
9412
9413 2010-06-18  Alan Modra  <amodra@gmail.com>
9414
9415         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
9416
9417 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9418
9419         PR target/43740
9420         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
9421         for SET source operand from SET destination operand.
9422
9423 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
9424
9425         PR rtl-optimization/39871
9426         * reload1.c (init_eliminable_invariants): For flag_pic, disable
9427         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
9428         (function_invariant_p): Rule out a plus of frame or arg pointer with
9429         a SYMBOL_REF.
9430         * ira.c (find_reg_equiv_invariant_const): Likewise.
9431
9432 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
9433
9434         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
9435         print_operand_address and puts to output the operand for CONST.
9436
9437 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
9438
9439         PR debug/44572
9440         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
9441         hook.
9442
9443 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9444
9445         * v850-protos.h (print_operand): Delete.
9446         (print_operand_address): Delete.
9447         * v850.h (PRINT_OPERAND): Delete.
9448         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9449         (PRINT_OPERAND_ADDRESS): Delete.
9450         * v850.c (print_operand_address): Rename to...
9451         (v850_print_operand_address): ...this.  Make static. Call
9452         v850_print_operand.
9453         (print_operand): Rename to...
9454         (v850_print_operand): ...this.  Make static.  Call
9455         v850_print_operand_address.
9456         (v850_print_operand_punct_valid_p): New function.
9457         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9458         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9459
9460 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9461
9462         * config/sh/sh-protos.h (print_operand): Delete.
9463         (print_operand_address): Delete.
9464         * config/sh/sh.h (PRINT_OPERAND): Delete.
9465         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9466         (PRINT_OPERAND_ADDRESS): Delete.
9467         * config/sh/sh.c (sh_print_operand_address): Make static.
9468         (sh_print_operand): Make static.  Call sh_print_operand_address
9469         and sh_print_operand.
9470         (sh_print_operand_punct_valid_p): New function.
9471         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9472         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9473
9474 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9475
9476         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
9477         (mcore_print_operand_address): Delete.
9478         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
9479         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9480         (PRINT_OPERAND_ADDRESS): Delete.
9481         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
9482         (mcore_print_operand): Make static.
9483         (mcore_print_operand_punct_valid_p): New function.
9484         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
9485         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
9486
9487 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9488
9489         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
9490         (print_operand_address): Delete.
9491         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
9492         (PRINT_OPERAND_ADDRESS): Delete.
9493         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
9494         static.
9495         (m68hc11_print_operand): Make static.
9496         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
9497
9498 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9499
9500         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
9501         (m32r_print_operand_address): Delete.
9502         * config/m32r/m32r.h (m32r_punct_chars): Delete.
9503         (PRINT_OPERAND): Delete.
9504         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9505         (PRINT_OPERAND_ADDRESS): Delete.
9506         * config/m32r/m32r.c (m32r_punct_chars): Make static.
9507         (m32r_print_operand_address): Make static.
9508         (m32r_print_operand): Make static.
9509         (m32r_print_operand_punct_valid_p): New function.
9510         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9511         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9512
9513 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9514
9515         * config/iq2000/iq2000-protos.h (print_operand): Delete.
9516         (print_operand_address): Delete.
9517         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
9518         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9519         (PRINT_OPERAND_ADDRESS): Delete.
9520         (iq2000_print_operand_punct): Delete.
9521         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
9522         (iq2000_print_operand_address): Make static.
9523         (iq2000_print_operand): Make static.
9524         (iq2000_print_operand_punct_valid_p): New function.
9525         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9526         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9527
9528 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9529
9530         * config/frv/frv-protos.h (frv_print_operand): Delete.
9531         (frv_print_operand_address): Delete.
9532         * config/frv/frv.h (PRINT_OPERAND): Delete.
9533         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9534         (PRINT_OPERAND_ADDRESS): Delete.
9535         * config/frv/frv.c (frv_print_operand_address): Make static.
9536         (frv_print_operand): Make static.
9537         (frv_print_operand_punct_valid_p): New function.
9538         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9539         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9540
9541 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
9542
9543         * tree.h (vec_member): Declare.
9544         * tree.c (vec_member): Define.
9545
9546 2010-06-17  Richard Guenther  <rguenther@suse.de>
9547
9548         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
9549         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
9550
9551 2010-06-17  Richard Guenther  <rguenther@suse.de>
9552
9553         * tree-inline.c (declare_return_variable): Remove bogus code.
9554
9555 2010-06-17  Richard Guenther  <rguenther@suse.de>
9556
9557         * gimplify.c (gimplify_bind_expr): Always promote complex
9558         and vector variables to registers if possible.
9559
9560 2010-06-17  Richard Guenther  <rguenther@suse.de>
9561
9562         * expr.c (get_inner_reference): Use double_int for bit_offset
9563         calculation.
9564
9565 2010-06-16  DJ Delorie  <dj@redhat.com>
9566
9567         * common.opt (-fstrict-volatile-bitfields): new.
9568         * doc/invoke.texi: Document it.
9569         * fold-const.c (optimize_bit_field_compare): For volatile
9570         bitfields, use the field's type to determine the mode, not the
9571         field's size.
9572         * expr.c (expand_assignment): Likewise.
9573         (get_inner_reference): Likewise.
9574         (expand_expr_real_1): Likewise.
9575         * expmed.c (store_fixed_bit_field): Likewise.
9576         (extract_bit_field_1): Likewise.
9577         (extract_fixed_bit_field): Likewise.
9578
9579 2010-06-16  Richard Guenther  <rguenther@suse.de>
9580
9581         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
9582
9583 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
9584
9585         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
9586         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
9587         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
9588         * debug.c: Likewise.
9589         * sdbout.c: Likewise.
9590         * vmsdbgout.c: Likewise.
9591         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
9592         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
9593         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
9594         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
9595         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
9596         * dwarf2out.c (dw_fde_struct): New fields
9597         dw_fde_vms_{end,begin}_prologue.
9598         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
9599         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
9600         (dwarf2out_vms_end_prologue): New function.
9601         (dwarf2out_vms_begin_epilogue): New function.
9602         (dw_val_struct): New value dw_val_class_vms_delta.
9603         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
9604         begin_epilogue for VMS.
9605         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
9606         new static functions.
9607         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
9608         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
9609         static functions.
9610         (print_die): New case dw_val_class_vms_delta.
9611         (attr_checksum): Likewise.
9612         (same_dw_val_p: Likewise.
9613         (size_of_die): Likewise.
9614         (value_format): Likewise.
9615         (output_die): Likewise.
9616         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
9617         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
9618         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
9619         dwarf2out_cfi_begin_epilogue
9620         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
9621
9622 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
9623
9624         * config/cris/cris-protos.h (cris_print_operand): Delete.
9625         (cris_print_operand_address): Delete.
9626         * config/cris/cris.h (PRINT_OPERAND): Delete.
9627         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9628         (PRINT_OPERAND_ADDRESS): Delete.
9629         * config/cris/cris.c (cris_print_operand_address): Make static.
9630         (cris_print_operand): Make static.
9631         (cris_print_operand_punct_valid_p): New function.
9632         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9633         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9634
9635 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
9636
9637         * config/arm/arm-protos.h (arm_print_operand): Delete.
9638         (arm_print_operand_address): Delete.
9639         * config/arm/arm.h (PRINT_OPERAND): Delete.
9640         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
9641         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
9642         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
9643         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
9644         (arm_print_operand): Make static.
9645         (arm_print_operand_punct_valid_p): New function.
9646         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
9647         (TARGET_PRINT_OPERAND_ADDRESS): Define.
9648
9649 2010-06-16  Nick Clifton  <nickc@redhat.com>
9650
9651         * config/rx/constraints.md (NEGint4): New constraint.
9652         * config/rx/rx.md (attr cc): Add set_zsc.
9653         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
9654         initialised.
9655         (cmpsf): Likewise.
9656         (call_internal): Clobber the cc0 register.
9657         (call_value_internal): Likewise.
9658         (cstoresi4): Likewise.
9659         (movsieq): Likewise.
9660         (movsine): Likewise.
9661         (addsi3): Add alternative to handle small negative constants.
9662         (sunsi3): Likewise.
9663         (addsi3): Do not set the O bit in the cc0 register.
9664         (adddi3): Likewise.
9665         (subsi3): Likewise.
9666         (subdi3): Likewise.
9667         (andsi3): Reorder alternatives to prefer shorter forms.
9668         (mulsi3): Likewise.
9669         (iorsi3): Likewise.
9670         (negsi2): Note that the cc0 flags are set.
9671         (rotlsi3): Note that only the Z and S bits are set in cc0.
9672         (lshrsi3): Likewise.
9673         (ashlsi3): Likewise.
9674         (subsf3): Use %Q for the MEM operand.
9675         (fix_truncsfsi2): Likewise.
9676         (floatsisf2): Likewise.
9677         (bitset): Remove early clobber from destination.
9678         (bitset_in_memory): Likewise.
9679         (lrintsf2): Clobber the cc0 register.
9680         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
9681         (rx_print_operand): Handle %N.
9682
9683 2010-06-16  Jan Hubicka  <jh@suse.cz>
9684
9685         * df-core.c (df_compact_blocks): Free problem_temps vector.
9686
9687 2010-06-16  Martin Jambor  <mjambor@suse.cz>
9688
9689         PR tree-optimization/43905
9690         * tree-sra.c: Include tree-inline.h.
9691         (create_abstract_origin): Removed.
9692         (modify_function): Version the call graph node instead of creating
9693         abstract origins and dealing with same_body aliases.
9694         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
9695         function is versionable.
9696         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
9697
9698 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
9699
9700         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
9701         (CHOOSE_DYNAMIC_LINKER): Update.
9702
9703 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
9704
9705         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
9706         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
9707         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
9708         *prefetch_3dnow_rex.
9709
9710 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
9711
9712         * target.h (struct asm_out):Add declare_constant_name field.
9713         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9714         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
9715         * output.h (default_asm_declare_constant_name): Declare.
9716         (assemble_label): Update prototype.
9717         * varasm.c (assemble_constant_contents): Use
9718         targetm.asm_out.declare_constant_name target hook.
9719         (assemble_label): Add 'file' argument.
9720         (default_asm_declare_constant_name): New function.
9721         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
9722         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
9723         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
9724
9725         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
9726         * config/darwin.c (darwin_asm_declare_constant_name): New function.
9727         (machopic_output_indirection): Update assemble_label argument list.
9728         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
9729         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
9730
9731 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
9732
9733         PR middle-end/44391
9734         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
9735         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
9736
9737 2010-06-15  Richard Guenther  <rguenther@suse.de>
9738
9739         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
9740
9741 2010-06-15  Paul Brook  <paul@codesourcery.com>
9742
9743         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
9744         hard-float ABI.
9745
9746 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
9747
9748         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
9749         don't get a vector type for output.
9750
9751 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
9752
9753         PR fortran/44536
9754         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
9755         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
9756         (LANG_HOOKS_DECLS): Add it.
9757         * gimplify.c (omp_notice_variable): Call
9758         lang_hooks.decls.omp_report_decl.
9759
9760 2010-06-15  Martin Jambor  <mjambor@suse.cz>
9761
9762         PR lto/44464
9763         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
9764         on the newly dead SSA name.
9765
9766 2010-06-15  Alan Modra  <amodra@gmail.com>
9767
9768         * doc/invoke.texi: Add mcmodel to powerpc options.
9769         * configure.ac: Add HAVE_LD_LARGE_TOC test.
9770         * configure: Regenerate.
9771         * config.in: Regenerate.
9772         * config/rs6000/linux64.opt (mcmodel): New.
9773         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
9774         (TARGET_CMODEL, SET_CMODEL): Define.
9775         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
9776         select CMODEL_MEDIUM default.
9777         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
9778         (TARGET_CMODEL): Define default.
9779         * config/rs6000/rs6000.c (cmodel): New variable.
9780         (rs6000_explicit_options): Add cmodel field.
9781         (rs6000_handle_option): Handle -mcmodel.
9782         (create_TOC_reference): Add largetoc_reg param.  Generate high,
9783         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
9784         (rs6000_delegitimize_address): Recognise new toc reference rtl
9785         and minimal-toc rtl.
9786         (rs6000_legitimize_reload_address): Handle new toc references.
9787         (print_operand_address): Handle legitimate_constant_pool_address_p
9788         match before lo_sum.
9789         (rs6000_eliminate_indexed_memrefs): Tidy.
9790         (rs6000_emit_move): Tweak threshold for inlining constants.
9791         Keep rs6000_emit_allocate_stack large stack frame offsets
9792         loaded into r0 inline.
9793         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
9794         (tocrel_base, tocrel_offset): New variables.
9795         (toc_relative_expr_p): Set them here.
9796         (print_operand_address): Skip over any offset on constant pool address.
9797         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
9798         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
9799         (offsettable_ok_by_alignment): New function.
9800         (rs6000_emit_move): Address suitably aligned local symbol_refs
9801         relative to the toc pointer for -mcmodel=medium.
9802         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
9803         strict param.  Allow lo_sum version of addressing.  Verify reg
9804         used for -mminimal-toc and -mcmodel != small.  Update all callers.
9805         * config/rs6000/constraints.md: Update for above change.
9806         * config/rs6000/predicates.md: Likewise.
9807         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
9808         code.
9809         (tls_gd): Split for -mcmodel=medium/large.
9810         (tls_gd_high, tls_gd_low): New.
9811         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
9812         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
9813         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
9814         (largetoc_high, largetoc_low): New.
9815         (cmptf_internal2): Add clobber.
9816         * config/rs6000/rs6000-protos.h: Update.
9817
9818 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
9819
9820         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
9821         true if no prefetch is going to be generated for a given group.
9822         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
9823         estimate the prefetch_count.
9824         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
9825         prefetch count by considering the unroll_factor and prefetch_mod
9826         for is_loop_prefetching_profitable.
9827
9828 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
9829
9830         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
9831         anything if the argument is not a MEM.
9832
9833 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
9834
9835         PR debug/43650
9836         PR debug/44181
9837         PR debug/44247
9838         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
9839         debug stmts.
9840         (canonicalize_loop_ivs): Likewise.
9841
9842 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
9843
9844         PR debug/43656
9845         * haifa-sched.c (setup_insn_reg_pressure_info,
9846         update_register_pressure): Reject debug insns.
9847         (ready_sort): Don't setup reg pressure for debug insns.
9848         (schedule_insn): Don't update reg pressure for debug insns.
9849
9850 2010-06-14  Richard Guenther  <rguenther@suse.de>
9851
9852         * lto-streamer.c (cached_bp): Remove.
9853         (bitpack_delete): Likewise.
9854         (bitpack_create): Likewise.
9855         (bp_get_next_word): Likewise.
9856         (bp_pack_value, bp_unpack_value): Move ...
9857         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
9858         Re-implement.
9859         (struct bitpack_d): Likewise.
9860         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
9861         New inline functions.
9862         * lto-streamer-out.c (lto_output_bitpack): Remove.
9863         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
9864         (pack_value_fields): Adjust.
9865         (lto_write_tree): Likewise.
9866         (output_gimple_stmt): Likewise.
9867         (output_function): Likewise.
9868         * lto-streamer-in.c (input_gimple_stmt): Adjust.
9869         (input_function): Likewise.
9870         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
9871         (lto_input_bitpack): Remove.
9872         (lto_materialize_tree): Adjust.
9873         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
9874         * lto-cgraph.c (lto_output_edge): Adjust.
9875         (lto_output_node): Likewise.
9876         (lto_output_varpool_node): Likewise.
9877         (lto_output_ref): Likewise.
9878         (input_node): Likewise.
9879         (input_varpool_node): Likewise.
9880         (input_ref): Likewise.
9881         (input_edge): Likewise.
9882         (output_node_opt_summary): Likewise.
9883         (input_node_opt_summary): Likewise.
9884         * ipa-pure-const.c (pure_const_write_summary): Likewise.
9885         (pure_const_read_summary): Likewise.
9886         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
9887         (ipa_read_indirect_edge_info): Likewise.
9888         (ipa_write_node_info): Likewise.
9889         (ipa_read_node_info): Likewise.
9890
9891 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9892
9893         PR target/44534
9894         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
9895         (vec_extract_lo_v16hi): Likewise.
9896         (vec_extract_lo_v32qi): Likewise.
9897
9898 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
9899
9900         PR bootstrap/44426
9901         * tree.h (build_call_expr): Don't define as vararg macro, instead
9902         add a prototype.
9903         * builtins.c (build_call_nofold): Remove.
9904         (expand_builtin_int_roundingfn, expand_builtin_pow,
9905         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
9906         expand_builtin_memset_args, expand_builtin_strcmp,
9907         expand_builtin_strncmp, expand_builtin_memory_chk): Use
9908         build_call_nofold_loc instead of build_call_nofold.
9909         (build_call_expr): New function.
9910
9911         PR tree-optimization/44508
9912         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
9913         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
9914         don't eliminate trivially dead stmts.
9915         * tree-vrp.c (vrp_finalize): Pass false as last argument
9916         to substitute_and_fold.
9917         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
9918         to substitute_and_fold.
9919         * tree-ssa-ccp.c (ccp_finalize): Likewise.
9920
9921         PR bootstrap/44509
9922         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
9923
9924 2010-06-14  Ira Rosen  <irar@il.ibm.com>
9925
9926         PR tree-optimization/44507
9927         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
9928         to build initial vector for BIT_AND_EXPR.
9929         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
9930
9931 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
9932
9933         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
9934         adjust z10prop set_attr.
9935
9936 2010-06-13  Jan Hubicka  <jh@suse.cz>
9937
9938         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
9939         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
9940         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
9941         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
9942         datastructure checks into checking asserts.
9943         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
9944         * tree-ssa-sccvn.c (VN_INFO): Likewise.
9945         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
9946         df_ref_create_structure): Likewise.
9947         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
9948         pool_free): Use gcc_checking_assert.
9949         * alias.c (get_alias_set): Likewise.
9950         * var-tracking.c (variable_htab_free, shared_hash_copy,
9951         canonicalize_values_mark, variable_merge_over_cur): Likewise.
9952         * lto-streamer.c (bp_unpack_value): Likewise.
9953
9954 2010-06-13  Richard Guenther  <rguenther@suse.de>
9955
9956         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
9957         Do not stream but initialize TYPE_CANONICAL to NULL.
9958         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
9959         * gimple.c (gimple_types_compatible_p): Disregard
9960         TYPE_STRUCTURAL_EQUALITY_P.
9961         (gimple_register_type): Use TYPE_CANONICAL as cache.
9962         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
9963         before registering common types.
9964         * config/i386/i386.c (ix86_function_arg_boundary): Do not
9965         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
9966         * tree.h (TYPE_CANONICAL): Clarify documentation.
9967
9968 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
9969
9970         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
9971         LIBCALL_VALUE): Remove macros.
9972         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
9973         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
9974         TARGET_FUNCTION_VALUE_REGNO_P): Define.
9975         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
9976         (ia64_function_value): Make static. Handle receiving the function
9977         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
9978
9979 2010-06-12  Jan Hubicka  <jh@suse.cz>
9980
9981         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
9982         at correct place.
9983
9984 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
9985
9986         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
9987
9988 2010-06-12  Jan Hubicka  <jh@suse.cz>
9989
9990         * df-core.c (df_clear_bb_info): New function.
9991         (df_set_blocks): bb_info is always allocated.
9992         (df_get_bb_info): Use block_info_elt_size.
9993         (df_set_bb_info): Likewise.
9994         (df_compact_blocks): Update for new block_info.
9995         (grow_bb_info): New function.
9996         * df-problems.c (df_grow_bb_info): Move to df-core.c
9997         (df_rd_set_bb_info): Remove.
9998         (df_rd_free_bb_info): Do not free block pool.
9999         (df_rd_alloc): Do not create pool, use check for
10000         obstack presence instead of NULL pointer for new blocks.
10001         (df_rd_free): DO not free alloc pool; clear block_info.
10002         (problem_RD): Add size of block info structure.
10003         (df_lr_set_bb_info): Remove.
10004         (df_lr_free_bb_info): Do not free block pool.
10005         (df_lr_alloc): Do not create pool, use check for
10006         obstack presence instead of NULL pointer for new blocks.
10007         (df_lr_free): DO not free alloc pool; clear block_info.
10008         (problem_LR): Add size of block info structure.
10009         (df_live_set_bb_info): Remove.
10010         (df_live_free_bb_info): Do not free block pool.
10011         (df_live_alloc): Do not create pool, use check for
10012         obstack presence instead of NULL pointer for new blocks.
10013         (df_live_free): DO not free alloc pool; clear block_info.
10014         (problem_LIVE): Add size of block info structure.
10015         (problem_CHAIN): Add size of block info structure.
10016         (df_byte_lr_set_bb_info): Remove.
10017         (df_byte_lr_free_bb_info): Do not free block pool.
10018         (df_byte_lr_alloc): Do not create pool, use check for
10019         obstack presence instead of NULL pointer for new blocks.
10020         (df_byte_lr_free): DO not free alloc pool; clear block_info.
10021         (problem_BYTE_LR): Add size of block info structure.
10022         (problem_NOTE): Add size of block info structure.
10023         (df_byte_MD_set_bb_info): Remove.
10024         (df_byte_MD_free_bb_info): Do not free block pool.
10025         (df_byte_MD_alloc): Do not create pool, use check for
10026         obstack presence instead of NULL pointer for new blocks.
10027         (df_byte_MD_free): DO not free alloc pool; clear block_info.
10028         (problem_BD): Add size of block info structure.
10029         * df-scan.c (df_scan_free_internal): Free block pool.
10030         (df_scan_set_bb_info): Remove.
10031         (df_scan_free_bb_info): Check for artificial_defs instead
10032         of bb_info being non-NULL.
10033         (df_scan_alloc): DO not create df_scan_block pool.
10034         (problem_SCAN): Set size of block info.
10035         (df_bb_refs_record): Do not allocate bb_info.
10036         * df.h (df_problem): Add block_info_elt_size.
10037         (struct dataflow): Change block_info to void *.
10038         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
10039         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
10040         in-line structures.
10041
10042 2010-06-12  Jan Hubicka  <jh@suse.cz>
10043
10044         PR tree-optimize/44485
10045         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
10046         containing use of return value of noreturn function.
10047
10048 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
10049
10050         * targhooks.c (default_function_value): Don't use
10051         FUNCTION_OUTGOING_VALUE.
10052         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
10053         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
10054
10055 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
10056
10057         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
10058         Add crtfastmath.o to extra_parts.
10059         * config/mips/crtfastmath.c: New.
10060         * config/mips/linux.h (ENDFILE_SPEC): New.
10061
10062 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
10063
10064         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
10065         old_type in parameter.
10066         (gcc_type_for_value): Update call to gcc_type_for_interval.
10067         (compute_type_for_level_1): Renamed compute_type_for_level.
10068         Update call to gcc_type_for_interval.
10069
10070 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
10071
10072         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
10073         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
10074
10075 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
10076
10077         * opts-common.c: Include options.h.
10078         (integral_argument): Move from opts.c.
10079         (decode_cmdline_option): New.  Based on read_cmdline_option.
10080         * opts.c (integral_argument): Move to opts-common.c.
10081         (read_cmdline_option): Move most contents to
10082         decode_cmdline_option.  Use %qs in diagnostics.
10083         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
10084         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
10085         decode_cmdline_option): New.
10086
10087 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
10088
10089         PR target/44481
10090         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
10091         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
10092         (partiysi2_cmp): Ditto.
10093         (*partiyhi2_cmp): Ditto.
10094         (*parityqi2_cmp): Remove.
10095
10096 2010-06-11  Jan Hubicka  <jh@suse.cz>
10097
10098         * bitmap.h (bmp_iter_next_bit): New.
10099         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
10100
10101 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
10102             Eric Botcazou  <ebotcazou@adacore.com>
10103
10104         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
10105         computed cost.
10106
10107 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
10108
10109         * config/i386/i386.md (unspec): New define_c_enum.
10110         (unspecv): Ditto.
10111
10112 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
10113
10114         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
10115
10116 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
10117
10118         PR middle-end/44483
10119         * tree-if-conv.c (bb_predicate_s): New struct.
10120         (bb_predicate_p): New.
10121         (bb_has_predicate): New.
10122         (bb_predicate): New.
10123         (set_bb_predicate): New.
10124         (bb_predicate_gimplified_stmts): New.
10125         (set_bb_predicate_gimplified_stmts): New.
10126         (add_bb_predicate_gimplified_stmts): New.
10127         (init_bb_predicate): New.
10128         (free_bb_predicate): New.
10129         (is_predicated): Use bb_predicate.
10130         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
10131         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
10132         before processing their successors.
10133         (clean_predicate_lists): Removed.
10134         (find_phi_replacement_condition): Use bb_predicate.
10135         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
10136         computations.
10137         (insert_gimplified_predicates): New.
10138         (combine_blocks): Call insert_gimplified_predicates.
10139         (tree_if_conversion): Call free_bb_predicate instead of
10140         clean_predicate_lists.
10141
10142 2010-10-11  Paul Brook  <paul@codesourcery.com>
10143
10144         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
10145         * config/arm/arm.c (all_architectures): Change v7e-m default to
10146         cortexm4.
10147         * config/arm/arm-cores.def: Add cortex-m4.
10148         * config/arm/arm-tune.md: Regenerate.
10149
10150 2010-06-11  Jan Hubicka  <jh@suse.cz>
10151
10152         * ipa-pure-const.c (special_builtlin_state): New function.
10153         (check_call): Use it instead of special casign BUILT_IN_RETURN.
10154         (propagate_pure_const): Use it.
10155
10156 2010-06-11  Jan Hubicka  <jh@suse.cz>
10157
10158         * df-problems.c (df_live_scratch): Convert to bitmap_head.
10159         (df_live_alloc): Initialize df_live_scratch when initializing
10160         problem_data.
10161         (df_live_transfer_function): Update uses of df_live_scratch.
10162         (df_live_free): Free problem_data; clear df_live_scratch before
10163         releasing the obstack.
10164         (df_md_free): Free problem data.
10165
10166 2010-06-11  Jan Hubicka  <jh@suse.cz>
10167
10168         * doc/invoke.texi (Wsuggest-attribute): Document.
10169         (Wmissing-noreturn): Remove.
10170         * ipa-pure-const.c (warn_function_noreturn): New function.
10171         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
10172         warn_missing_noreturn.
10173         * common.opt (Wsuggest-attribute=noreturn): New.
10174         * tree-flow.h (warn_function_noreturn): Declare.
10175         * tree-cfg.c (execute_warn_function_noreturn): Use
10176         warn_function_noreturn.
10177         (gate_warn_function_noreturn): New.
10178         (pass_warn_function_noreturn): Update.
10179
10180 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10181
10182         * c-typeck.c (handle_warn_cast_qual): Add loc
10183         parameter. Improve warning message.
10184         (build_c_cast): Pass location to handle_warn_cast_qual.
10185
10186 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
10187
10188         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
10189         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
10190         insn mnemonic.
10191         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
10192
10193 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
10194
10195         Fix bootstap on mips
10196         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
10197         be naming typedefs.
10198
10199 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
10200
10201         * system.h (helper_const_non_const_cast): New inline for
10202         gcc version <= 4.0.
10203         (CONST_CAST2): For gcc version <= 4.0 use
10204         new helper to do const/non-const casting.
10205
10206 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10207
10208         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
10209         * Makefile.in (OBJS-common): Include insn-enums.o.
10210         (insn-enums.o): New rule.
10211         (simple_generated_c): Add insn-enums.c.
10212         (build/genenums.o): New rule.
10213         (genprogmd): Add "enums".
10214         * genconstants.c (print_enum_type): Declare a C string array
10215         for each enum.
10216         * genenums.c: New file.
10217         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
10218         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
10219         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
10220
10221 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10222
10223         * doc/md.texi (define_enum_attr): Document.
10224         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
10225         * read-md.h (lookup_enum_type): Declare.
10226         * read-md.c (lookup_enum_type): New function.
10227         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
10228         * genattrtab.c (attr_desc): Add an enum_name field.
10229         (evaluate_eq_attr): Take the associated attribute as argument.
10230         Get the enum prefix from the enum_name field, if defined.
10231         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
10232         (simplify_test_exp): Pass attr to evaluate_eq_attr.
10233         (add_attr_value): New function, split out from...
10234         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
10235         (write_test_expr): Pass attr to evaluate_eq_attr.
10236         (write_attr_get): Use the enum_name as the enum tag, if defined.
10237         (write_attr_valueq): Use the enum_name as a prefix, if defined.
10238         (find_attr): Initialize enum_name.
10239         (main): Handle DEFINE_ENUM_ATTR.
10240         * gensupport.c (process_rtx): Likewise.
10241         * config/mips/mips.h (mips_tune_attr): Delete.
10242         * config/mips/mips.md (cpu): Use define_attr_enum.
10243
10244 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10245
10246         * doc/md.texi (define_c_enum, define_enum): Document.
10247         * read-md.h (md_constant): Add a parent_enum field.
10248         (enum_value, enum_type): New structures.
10249         (upcase_string, traverse_enum_types): Declare.
10250         * read-md.c (enum_types): New variable.
10251         (upcase_string, add_constant): New functions.
10252         (handle_constants): Don't create the hash table here.
10253         Use add_constant.
10254         (traverse_md_constants): Don't check for a null md_constants.
10255         (decimal_string, handle_enum, traverse_enum_types): New functions.
10256         (read_md_files): Initialize md_constants and md_enums.
10257         * genconstants.c (print_md_constant): Ignore info argument.
10258         Only print constants that belong to no enum.
10259         (print_enum_type): New function.
10260         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
10261         for each defined enum type.
10262         * config/mips/mips.md (processor): New define_enum.
10263         (unspec): New define_c_enum.
10264         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
10265         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
10266         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
10267         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
10268         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
10269         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
10270         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
10271         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
10272         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
10273         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
10274         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
10275         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
10276         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
10277         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
10278         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
10279         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
10280         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
10281         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
10282         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
10283         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
10284         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
10285         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
10286         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
10287         (UNSPEC_RDDSP): Move to mips-dsp.md.
10288         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
10289         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
10290         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
10291         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
10292         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
10293         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
10294         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
10295         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
10296         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
10297         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
10298         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
10299         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
10300         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
10301         Moved to mips-dspr2.md.
10302         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
10303         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
10304         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
10305         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
10306         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
10307         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
10308         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
10309         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
10310         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
10311         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
10312         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
10313         UNSPEC_LOONGSON_PSADBH)
10314         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
10315         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
10316         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
10317         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
10318         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
10319         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
10320         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
10321         (cpu): Update comment.
10322         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
10323         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
10324         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
10325         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
10326         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
10327         UNSPEC_LOONGSON_PCMPEQ)
10328         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
10329         UNSPEC_LOONGSON_PINSR_0)
10330         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
10331         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
10332         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
10333         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
10334         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
10335         UNSPEC_LOONGSON_PSADBH)
10336         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
10337         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
10338         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
10339         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
10340         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
10341         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
10342         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
10343         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
10344         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
10345         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
10346         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
10347         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
10348         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
10349         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
10350         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
10351         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
10352         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
10353         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
10354         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
10355         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
10356         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
10357         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
10358         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
10359         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
10360         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
10361         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
10362         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
10363         (UNSPEC_RDDSP): Moved from mips.md.
10364         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
10365         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
10366         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
10367         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
10368         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
10369         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
10370         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
10371         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
10372         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
10373         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
10374         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
10375         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
10376         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
10377         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
10378         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
10379         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
10380         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
10381         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
10382         (UNSPEC_SCC): Moved from mips.md.
10383         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
10384         "processor_type" to "processor".
10385         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
10386         * config/mips/mips.h (processor_type): Delete.
10387         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
10388         "processor_type" to "processor".
10389
10390 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10391
10392         * configure.ac (tm_include_list): Add insn-constants.h.
10393         * configure: Regenerate.
10394         * Makefile.in (GTM_H): Move insn-constants.h here from...
10395         (TM_H): ...here.
10396         * mkconfig.sh: Remove special handling for insn-constants.h.
10397
10398 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10399
10400         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
10401         (BUILD_MD): ...this new variable.
10402         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
10403         that include the old contents of simple_generated_h and
10404         simple_generated_c.
10405         (simple_generated_h, simple_generated_c): Include them.  Add
10406         insn-constants.h.
10407         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
10408         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
10409         Remove these dependencies from the main rule and include
10410         insn-conditions.md in the command line only if it appears
10411         in the dependency list.
10412         (insn-constants.h, s-constants): Delete.
10413         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
10414         or gensupport.h.
10415         (build/genmddeps.o): Likewise.
10416         (genprogrtl): New variable that contains everything from genprogmd
10417         except mddeps and constants.
10418         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
10419         depend on $(BUILD_MD)
10420         (genprog): New variable.  Make these programs depend on
10421         $(BUILD_ERRORS).
10422         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
10423         (main): Use read_md_files instead of init_rtx_reader_args.
10424         * genconstants.c: As for genmddeps.c.
10425         * read-md.h (read_skip_construct): Declare.
10426         * read-md.c (read_skip_construct): New function.
10427         (handle_file): Allow a null handle_directive, skipping the
10428         construct if so.
10429         (parse_include): Update the comment accordingly.
10430
10431 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10432
10433         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
10434         * genmddeps.c: Include read-md.h.
10435         (main): Call init_rtx_reader_args instead of init_md_reader_args.
10436         * genattr.c (main): Likewise.
10437         * genattrtab.c (main): Likewise.
10438         * genautomata.c (main): Likewise.
10439         * gencodes.c (main): Likewise.
10440         * genconditions.c (main): Likewise.
10441         * genconfig.c (main): Likewise.
10442         * genconstants.c (main): Likewise.
10443         * genemit.c (main): Likewise.
10444         * genextract.c (main): Likewise.
10445         * genflags.c (main): Likewise.
10446         * genopinit.c (main): Likewise.
10447         * genoutput.c (main): Likewise.
10448         * genpeep.c (main): Likewise.
10449         * genrecog.c (main): Likewise.
10450         * genpreds.c (main): Likewise.
10451         * gensupport.h (in_fname): Move to read-md.h.
10452         (init_md_reader_args_cb): Rename to...
10453         (init_rtx_reader_args_cb): ...this and return a bool.
10454         (init_md_reader_args): Rename to...
10455         (init_rtx_reader_args): ...this and return a bool.
10456         (include_callback): Move to read-md.h.
10457         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
10458         (file_name_list, first_dir_md_include): Move to read-md.c
10459         (first_bracket_include): Delete unused variable.
10460         (last_dir_md_include): Move to read-md.c.
10461         (process_include): Delete, moving code to read-md.c:handle_include.
10462         (process_rtx): Don't handle INCLUDE.
10463         (save_string): Delete.
10464         (rtx_handle_directive): New function.
10465         (init_md_reader_args_cb): Rename to...
10466         (init_rtx_reader_args_cb): ...this and return a boolean success value.
10467         Use read_md_args.
10468         (init_md_reader_args): Rename to...
10469         (init_rtx_reader_args): ...this and return a boolean success value.
10470         * rtl.def (INCLUDE): Delete.
10471         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
10472         argument.
10473         * read-rtl.c (read_conditions): Don't gobble ')' here.
10474         (read_mapping): Likewise.
10475         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
10476         Handle top-level non-rtx constructs here rather than in read_rtx_1.
10477         Store the whole queue in *X.  Remove call to init_md_reader.
10478         (read_rtx_1): Rename to...
10479         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
10480         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
10481         here.
10482         (read_nested_rtx): New function.  Handle (nil) here rather than
10483         in read_rtx_code.
10484         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
10485         gobble ')' here.
10486         * read-md.h (directive_handler_t): New type.
10487         (in_fname, include_callback): Moved from read-md.h.
10488         (read_constants, init_md_reader): Delete.
10489         (read_md_files): Declare.
10490         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
10491         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
10492         from gensupport.c.
10493         (read_constants): Rename to...
10494         (handle_constants): ...this.  Don't gobble ')' here.
10495         (handle_include, handle_file, handle_toplevel_file)
10496         (parse_include): New functions, mostly taken from gensupport.c.
10497         (init_md_reader): Subsume into...
10498         (read_md_files): ...this new function.
10499
10500 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10501
10502         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
10503         (unread_char): Decrement read_md_lineno after putting back '\n'.
10504         * read-md.c (fatal_with_file_and_line): Push back any characters
10505         that we decide not to add to the context.
10506         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
10507         fatal_expected_char in cases where '/' ends a line (for example).
10508         (read_name): Don't increment read_md_lineno here.
10509         (read_escape): Likewise.
10510         (read_quoted_string): Likewise.
10511         (read_braced_string): Likewise.
10512
10513 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10514
10515         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
10516         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
10517         * genconstants.c: Include read-md.h.
10518         * read-rtl.c (md_constants): Move to read-md.c.
10519         (md_name): Move to read-md.h.
10520         (initialize_iterators): Use leading_string_hash instead of def_hash
10521         and leading_string_eq_p instead of def_name_eq_p.
10522         (read_name): Move to read-md.c.
10523         (def_hash, def_name_eq_p): Delete.
10524         (read_constants, traverse_md_constants): Move to read-md.c.
10525         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
10526         * read-md.h: Include hashtab.h.
10527         (md_name): Moved from read-rtl.c.
10528         (md_constant): Moved from read-md.h.
10529         (leading_string_hash, leading_string_eq_p, read_name)
10530         (read_constants, traverse_md_constants): Declare.
10531         * read-md.c (md_constants): Moved from read-rtl.c.
10532         (leading_string_hash, leading_string_eq_p): New functions.
10533         (read_name, read_constants, traverse_md_constants): Moved from
10534         read-rtl.c.
10535
10536 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10537
10538         * read-rtl.c (md_name): New structure.
10539         (read_name): Take an md_name instead of a buffer pointer.
10540         Use the "string" field instead of strcpy when expanding constants.
10541         (read_constants): Remove the tmp_char argument.  Update the calls
10542         to read_name, using two local name buffers instead of the tmp_char
10543         argument.  Merge the constant-creation code.
10544         (read_conditions): Remove the tmp_char argument.  Update the calls
10545         to read_name, using a local name buffer instead of the tmp_char
10546         argument.
10547         (read_mapping): Replace tmp_char variable with a local name buffer.
10548         Update the calls to read_name.
10549         (read_rtx_1): Likewise.  Update the calls to read_constants and
10550         read_conditions.
10551
10552 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10553
10554         * Makefile.in (build/read-md.o): Depend on errors.h.
10555         * read-md.h (error_with_line): Declare.
10556         * read-md.c: Include errors.h.
10557         (message_with_line_1): New function, extracted from...
10558         (message_with_line): ...here.
10559         (error_with_line): New function.
10560         * genattrtab.c: If a call to message_with_line is followed by
10561         "have_error = 1;", replace both statements with a call to
10562         error_with_line.
10563         * genoutput.c: Likewise.
10564         * genpreds.c: Likewise.
10565         * genrecog.c: If a call to message_with_line is followed by
10566         "error_count++;", replace both statements with a call to
10567         error_with_line.
10568         (errorcount): Delete.
10569         (main): Don't check it.
10570         * gensupport.c: If a call to message_with_line is followed by
10571         "errors = 1;", replace both statements with a call to error_with_line.
10572         (errors): Delete.
10573         (process_define_cond_exec): Check have_error instead of errors.
10574         (init_md_reader_args_cb): Likewise.  Don't set errors.
10575
10576 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10577
10578         * read-md.h (read_md_file): Declare.
10579         (read_char, unread_char): New functions.
10580         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10581         (read_quoted_string, read_string): Remove FILE * argument.
10582         * read-md.c (read_md_file): New variable.
10583         (read_md_filename, read_md_lineno): Update comments and remove
10584         unnecessary initialization.
10585         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
10586         (read_escape, read_quoted_string, read_braced_string, read_string):
10587         Remove FILE * argument.  Update calls accordingly, using read_char
10588         and unread_char instead of getc and ungetc.
10589         * rtl.h (read_rtx): Remove FILE * argument.
10590         * read-rtl.c (iterator_group): Remove FILE * argument from
10591         "find_builtin".
10592         (iterator_traverse_data): Remove "infile" field.
10593         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
10594         (add_mapping, read_name, read_constants, read_conditions)
10595         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
10596         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
10597         Remove file arguments from all calls, using read_char and unread_char
10598         instead of getc and ungetc.
10599         * gensupport.c (process_include): Preserve read_md_file around
10600         the include.  Set read_md_file to the handle of the included file.
10601         Update call to read_rtx.
10602         (init_md_reader_args_cb): Set read_md_file to the handle of the file
10603         and remove local FILE *.  Update calls to read_rtx.
10604
10605 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10606
10607         * read-md.h (read_rtx_lineno): Rename to...
10608         (read_md_lineno): ...this.
10609         (read_rtx_filename): Rename to...
10610         (read_md_filename): ...this.
10611         (copy_rtx_ptr_loc): Rename to...
10612         (copy_md_ptr_loc): ...this.
10613         (print_rtx_ptr_loc): Rename to...
10614         (print_md_ptr_loc): ...this.
10615         * read-md.c: Likewise.  Update references after renaming.
10616         (string_obstack): Replace RTL with MD in comment.
10617         (set_rtx_ptr_loc): Rename to...
10618         (set_md_ptr_loc): ...this.
10619         (get_rtx_ptr_loc): Rename to...
10620         (get_md_ptr_loc): ...this.
10621         * genconditions.c: Update references after renaming.
10622         * genemit.c: Likewise.
10623         * genoutput.c: Likewise.
10624         * genpreds.c: Likewise.
10625         * gensupport.c: Likewise.
10626         * read-rtl.c: Likewise.
10627
10628 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
10629
10630         * Makefile.in (READ_MD_H): New variable.
10631         (BUILD_RTL): Add build/read-md.o.
10632         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
10633         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
10634         (build/genattrtab.o, build/genconditions.o build/genemit.o)
10635         (build/genextract.o, build/genflags.o, build/genoutput.o)
10636         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
10637         (build/read-md.o): New rule.
10638         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
10639         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
10640         * coretypes.h: ...here.
10641         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
10642         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
10643         * genattr.c: Include read-md.h.
10644         * genattrtab.c: Likewise.
10645         * genconditions.c: Likewise.
10646         * genemit.c: Likewise.
10647         * genextract.c: Likewise.
10648         * genflags.c: Likewise.
10649         * genoutput.c: Likewise.
10650         * genpreds.c: Likewise.
10651         * genrecog.c: Likewise.
10652         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
10653         (join_c_conditions, print_c_condition, read_rtx_filename)
10654         (read_rtx_lineno): Move to read-md.h.
10655         * read-rtl.c: Include read-md.h.
10656         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
10657         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
10658         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
10659         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
10660         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
10661         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
10662         (read_braced_string, read_string): Move to read-md.c.
10663         (read_rtx): Move some initialization to init_md_reader and call
10664         init_md_reader here.
10665         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
10666         Move to read-md.h.
10667         * gensupport.c: Include read-md.h.
10668         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
10669         * read-md.h, read-md.c: New files.
10670
10671 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
10672
10673         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10674         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10675         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
10676         * config/moxie/moxie.c (moxie_function_value): Make static.
10677         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
10678         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
10679
10680 2010-06-10  Martin Jambor  <mjambor@suse.cz>
10681
10682         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
10683         * dbgcnt.def (tree_sra): New counter.
10684         * tree-sra.c: Include dbgcnt.h.
10685         (gate_intra_sra): Check tree_sra debug counter.
10686
10687 2010-06-10  Martin Jambor  <mjambor@suse.cz>
10688
10689         PR tree-optimization/44258
10690         * tree-sra.c (build_access_subtree): Return false iff there is a
10691         partial overlap.
10692         (build_access_trees): Likewise.
10693         (analyze_all_variable_accesses): Disqualify candidates if
10694         build_access_trees returns true for them.
10695
10696 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
10697
10698         PR debug/41371
10699         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
10700         tail-recurse into canonical node.  Fast-forward over
10701         non-canonical VALUEs.
10702
10703 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
10704
10705         PR boostrap/44470
10706         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
10707         (*addsi_1_zext) <TYPE_LEA>: Likewise.
10708         (add lea splitter): Likewise.
10709         (add_zext lea splitter): Likewise.
10710
10711 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
10712
10713         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
10714
10715 2010-06-10  Jan Hubicka  <jh@suse.cz>
10716
10717         * df-problems.c (df_live_problem_data): Add live_bitmaps.
10718         (df_live_alloc): Initialize problem data and live_osbtacks.
10719         (df_live_finalize): Remove obstack, problem data; do not
10720         clear all bitmaps.
10721         (df_live_top_dump, df_live_bottom_dump): Do not dump old
10722         data when not allocated.
10723         (df_live_verify_solution_start): Do not allocate problem data.
10724         (df_live_verify_solution_end): Check if out is allocated.
10725         (struct df_md_problem_data): New structure.
10726         (df_md_alloc): Allocate problem data.
10727         (df_md_free): Free problem data; do not clear bitmaps.
10728
10729 2010-06-10  Jan Beulich  <jbeulich@novell.com>
10730
10731         PR bootstrap/37304
10732         * configure.ac: Replace $() with ${} when intending to expand
10733         variables rather than invoking commands.
10734         * configure: Re-generate.
10735
10736 2010-06-10  Jan Hubicka  <jh@suse.cz>
10737
10738         PR rtl-optimization/44460
10739         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
10740         TYPE_NEEDS_CONSTRUCTING sanity check.
10741
10742 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
10743
10744         * doc/include/fdl.texi: Move to GFDL version 1.3.
10745
10746         * doc/cpp.texi: Move to GFDL version 1.3.
10747         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
10748         * doc/gccint.texi: Move to GFDL version 1.3.
10749         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
10750         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
10751         * doc/invoke.texi: Move to GFDL version 1.3.
10752
10753 2010-06-09  Jan Hubicka  <jh@suse.cz>
10754
10755         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
10756         Break out from ...
10757         (propagate) ... here; swap the order.
10758
10759 2010-06-09  Jan Hubicka  <jh@suse.cz>
10760
10761         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
10762         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
10763         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
10764         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
10765
10766 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
10767
10768         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
10769         Do not the gather memory reference in the outer loop if the step
10770         is not a constant.
10771
10772 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
10773
10774         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
10775         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
10776         8 to 4.  Minor change of the related comments.
10777
10778 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10779
10780         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
10781         the scev analysis when the variable is not used outside the loop
10782         in a close phi node: call compute_overall_effect_of_inner_loop.
10783
10784 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10785
10786         * graphite-sese-to-poly.c (single_pred_cond): Renamed
10787         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
10788         (build_sese_conditions_before): Renamed call to single_pred_cond.
10789         (build_sese_conditions_after): Same.
10790
10791 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
10792
10793         * graphite-poly.h: Fix comments and indentation.
10794         * graphite-sese-to-poly.c: Same.
10795         (build_sese_conditions_before): Compute stmt and gbb only when needed.
10796         * tree-chrec.c: Fix comments and indentation.
10797         (tree-ssa-loop-niter.c): Same.
10798
10799 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
10800
10801         PR rtl-optimization/42461
10802         * dce.c (deletable_insn_p): Return true for const or pure calls again.
10803         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
10804
10805 2010-06-09  Jan Hubicka  <jh@suse.cz>
10806
10807         * bitmap.c (bitmap_and): Walk array forward.
10808         (bitmap_and_compl_into): Likewise.
10809         (bitmap_xor): Likewise.
10810         (bitmap_xor_into):  Likewise.
10811         (bitmap_equal_p): Likewise.
10812         (bitmap_intersect_p): Likewise.
10813         (bitmap_intersect_compl_p): Likewise.
10814         (bitmap_ior_and_into): Likewise.
10815         (bitmap_elt_copy): Likewise.
10816         (bitmap_and_compl): Likewise.
10817         (bitmap_elt_ior): Likewise.
10818
10819 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
10820
10821         * opts-common.c (prune_options): Ensure replacement argv array
10822         is correctly terminated by a NULL entry.
10823
10824 2010-06-09  Jan Hubicka  <jh@suse.cz>
10825
10826         * cgraph.h (varpool_first_static_initializer,
10827         varpool_next_static_initializer): Make checking only when
10828         checking enabled.
10829         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
10830         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
10831         gcc_assert to gcc_checking_assert.
10832         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
10833         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
10834         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
10835         op_iter_init_phiuse, op_iter_init_phidef,
10836         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
10837         gcc_checking_assert.
10838         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
10839         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
10840         partition_is_global, live_on_entry, live_on_exit,
10841         live_merge_and_clear): Likewise.
10842         * system.h (gcc_checking_assert): New macro.
10843         * gimple.h (set_bb_seq): Use gcc_checking_assert.
10844
10845 2010-06-09  Jason Merrill  <jason@redhat.com>
10846
10847         * Makefile.in (TAGS): Collect tags info from c-family.
10848
10849 2010-06-09  Jan Hubicka  <jh@suse.cz>
10850
10851         * gimple.h (gcc_gimple_checking_assert): New macro.
10852         (gimple_set_def_ops, gimple_set_use_ops,
10853         gimple_set_vuse, gimple_set_vdef,
10854         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
10855         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
10856         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
10857         gimple_asm_output_op, gimple_asm_output_op_ptr,
10858         gimple_asm_set_output_op, gimple_asm_clobber_op,
10859         gimple_asm_set_clobber_op, gimple_asm_label_op,
10860         gimple_asm_set_label_op, gimple_try_set_kind,
10861         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
10862         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
10863         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
10864         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
10865         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
10866         gimple_omp_for_set_initial, gimple_omp_for_final,
10867         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
10868         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
10869         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
10870         conditional with ENABLE_GIMPLE_CHECKING.
10871         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
10872
10873 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
10874
10875         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
10876         (get_computation_cost_at): Use it.
10877         (determine_use_iv_cost_condition): Likewise.
10878         (determine_iv_cost): Likewise.
10879
10880 2010-06-09  Richard Guenther  <rguenther@suse.de>
10881
10882         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
10883         replace constants.
10884
10885 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
10886
10887         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
10888
10889 2010-06-09  Martin Jambor  <mjambor@suse.cz>
10890
10891         PR tree-optimization/44423
10892         * tree-sra.c (dump_access): Dump also grp_assignment_read.
10893         (analyze_access_subtree): Pass negative allow_replacements to children
10894         if the current type is scalar.
10895
10896 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
10897
10898         PR testsuite/42843
10899         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
10900         * doc/plugins.texi (Plugin license check): Update information
10901         on type of plugin_is_GPL_compatible.
10902         * Makefile.in (PLUGINCC): Define as $(COMPILER).
10903         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
10904
10905 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
10906
10907         * config/arm/arm.c (thumb2_reorg): New function.
10908         (arm_reorg): Call it.
10909         * config/arm/thumb2.md (define_peephole2 for flag clobbering
10910         arithmetic operations): Delete.
10911
10912 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
10913
10914         PR target/44067
10915         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
10916         e500v2 target.
10917
10918 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
10919
10920         PR plugins/44459
10921         * gcc-plugin.h: Encapsulate all declarations in extern "C".
10922
10923 2010-06-08  Jan Hubicka  <jh@suse.cz>
10924
10925         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
10926         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
10927
10928 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
10929
10930         PR tree-optimization/39874
10931         PR middle-end/28685
10932         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
10933         Declare.
10934         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
10935         same_bool_result_p): New.
10936         (and_var_with_comparison, and_var_with_comparison_1,
10937         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
10938         (or_var_with_comparison, or_var_with_comparison_1,
10939         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
10940         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
10941         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
10942         of combine_comparisons.
10943         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
10944
10945 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
10946
10947         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10948         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10949         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
10950         pdp11_function_value_regno_p): New functions.
10951         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
10952         TARGET_FUNCTION_VALUE_REGNO_P): Define.
10953
10954 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
10955
10956         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
10957         Thumb-2 in the MINUS case.
10958
10959 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10960
10961         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
10962
10963         * doc/gty.texi (GTY Options): Document typed GC allocation and
10964         variable_size GTY option.
10965
10966         * ggc-internal.h: New.
10967
10968         * ggc.h: Update copyright year.
10969         (digit_string): Move to stringpool.c.
10970         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
10971         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
10972         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
10973         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
10974         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
10975         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
10976         (ggc_force_collect, ggc_get_size, ggc_statistics)
10977         (ggc_print_common_statistics): Move to ggc-internal.h.
10978         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
10979         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
10980         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
10981         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
10982         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
10983         (ggc_alloc_zone_pass_stat): Remove.
10984         (ggc_internal_alloc_stat, ggc_internal_alloc)
10985         (ggc_internal_cleared_alloc_stat): New.
10986         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
10987         (ggc_internal_vec_alloc_stat)
10988         (ggc_internal_cleared_vec_alloc_stat)
10989         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
10990         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
10991         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
10992         (ggc_cleared_alloc_ptr_array_two_args): New.
10993         (htab_create_ggc, splay_tree_new_ggc): Redefine.
10994         (ggc_splay_alloc): Change the type of the first argument to
10995         enum gt_types_enum.
10996         (ggc_alloc_string): Make macro.
10997         (ggc_alloc_string_stat): New.
10998         (ggc_strdup): Redefine.
10999         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
11000         (ggc_alloc_rtvec_sized): New.
11001         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
11002         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
11003         (ggc_internal_cleared_alloc_zone_stat)
11004         (ggc_internal_zone_alloc_stat)
11005         (ggc_internal_zone_cleared_alloc_stat)
11006         (ggc_internal_zone_vec_alloc_stat)
11007         (ggc_alloc_zone_rtx_def_stat)
11008         (ggc_alloc_zone_tree_node_stat)
11009         (ggc_alloc_zone_cleared_tree_node_stat)
11010         (ggc_alloc_cleared_gimple_statement_d_stat): New.
11011
11012         * ggc-common.c: Include ggc-internal.h.
11013         (ggc_internal_cleared_alloc_stat): Rename from
11014         ggc_alloc_cleared_stat.
11015         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
11016         (ggc_calloc): Remove.
11017         (ggc_cleared_alloc_htab_ignore_args): New.
11018         (ggc_cleared_alloc_ptr_array_two_args): New.
11019         (ggc_splay_alloc): Add obj_type parameter.
11020         (init_ggc_heuristics): Formatting fixes.
11021
11022         * ggc-none.c: Update copyright year.
11023         (ggc_alloc_stat): Rename to ggc_alloc_stat.
11024         (ggc_alloc_cleared_stat): Rename to
11025         ggc_internal_cleared_alloc_stat.
11026         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
11027
11028         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
11029         Remove references to ggc_alloc in comments.
11030         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
11031         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
11032         (new_ggc_zone, destroy_ggc_zone): Remove.
11033         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
11034
11035         * ggc-zone.c: Include ggc-internal.h.  Remove references to
11036         ggc_alloc in comments.
11037         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
11038         (ggc_internal_alloc_zone_pass_stat): New.
11039         (ggc_internal_cleared_alloc_zone_stat): New.
11040         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
11041         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
11042         (new_ggc_zone, destroy_ggc_zone): Remove.
11043
11044         * stringpool.c: Update copyright year.  Include ggc-internal.h
11045         (digit_vector): Make static.
11046         (digit_string): Moved from ggc.h.
11047         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
11048         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
11049
11050         * Makefile.in (GGC_INTERNAL_H): New.
11051         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
11052         $(GGC_INTERNAL_H) to dependencies.
11053
11054         * gentype.c: Update copyright year.
11055         (walk_type): Accept variable_size GTY option.
11056         (USED_BY_TYPED_GC_P): New macro.
11057         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
11058         whitespace at the end of strings.
11059         (get_type_specifier, variable_size_p): New functions.
11060         (alloc_quantity, alloc_zone): New enums.
11061         (write_typed_alloc_def): New function.
11062         (write_typed_struct_alloc_def): Likewise.
11063         (write_typed_typed_typedef_alloc_def): Likewise.
11064         (write_typed_alloc_defns): Likewise.
11065         (output_typename, write_splay_tree_allocator_def): Likewise.
11066         (write_splay_tree_allocators): Likewise.
11067         (main): Call write_typed_alloc_defns and
11068         write_splay_tree_allocators.
11069
11070         * lto-streamer.h (lto_file_decl_data_ptr): New.
11071
11072         * passes.c (order): Define using cgraph_node_ptr.
11073
11074         * strinpool.c (struct string_pool_data): Declare nested_ptr using
11075         ht_identifier_ptr.
11076
11077         * gimple.h (union gimple_statement_d): Likewise.
11078
11079         * rtl.h (struct rtx_def): Likewise.
11080         (struct rtvec_def): Likewise.
11081
11082         * tree.h (union tree_node): Likewise.
11083
11084         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
11085
11086         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
11087
11088         * tree-scalar-evolution.c (scev_initialize): Likewise.
11089
11090         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
11091
11092         * dwarf2asm.c (dw2_force_const_mem): Likewise.
11093
11094         * omp-low.c (lower_omp_critical): Likewise.
11095
11096         * bitmap.h (struct bitmap_head_def): Update comment to not
11097         reference ggc_alloc.
11098
11099         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
11100
11101         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
11102
11103         * ipa-prop.c (duplicate_ggc_array): Rename to
11104         duplicate_ipa_jump_func_array.  Use typed GC allocation.
11105         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
11106
11107         * gimple.c (gimple_alloc_stat): Use
11108         ggc_alloc_cleared_gimple_statement_d_stat.
11109
11110         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
11111
11112         * tree.c (make_node_stat): Use
11113         ggc_alloc_zone_cleared_tree_node_stat.
11114         (make_tree_vec_stat): Likewise.
11115         (build_vl_exp_stat): Likewise.
11116         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
11117         (make_tree_binfo_stat): Likewise.
11118         (tree_cons_stat): Likewise.
11119
11120         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
11121         (shallow_copy_rtx_stat): Likewise.
11122         (make_node_stat): Likewise.
11123
11124         * lto-symtab.c: Fix comment.
11125
11126         * tree-cfg.c (create_bb): Update comment to not reference
11127         ggc_alloc_cleared.
11128         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
11129
11130         * varpool.c (varpool_node): Use typed GC allocation.
11131         (varpool_extra_name_alias): Likewise.
11132
11133         * varasm.c (emutls_decl): Likewise.
11134         (get_unnamed_section): Likewise.
11135         (get_noswitch_section): Likewise.
11136         (get_section): Likewise.
11137         (get_block_for_section): Likewise.
11138         (build_constant_desc): Likewise.
11139         (create_constant_pool): Likewise.
11140         (force_const_mem): Likewise.
11141
11142         * tree.c (build_vl_exp_stat): Likewise.
11143         (build_real): Likewise.
11144         (build_string): Likewise.
11145         (decl_debug_expr_insert): Likewise.
11146         (decl_value_expr_insert): Likewise.
11147         (type_hash_add): Likewise.
11148         (build_omp_clause): Likewise.
11149
11150         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
11151
11152         * tree-ssa.c (init_tree_ssa): Likewise.
11153
11154         * tree-ssa-structalias.c (heapvar_insert): Likewise.
11155
11156         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
11157
11158         * tree-ssa-loop-niter.c (record_estimate): Likewise.
11159
11160         * tree-ssa-alias.c (get_ptr_info): Likewise.
11161
11162         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
11163
11164         * tree-phinodes.c (allocate_phi_node): Likewise.
11165
11166         * tree-iterator.c (tsi_link_before): Likewise.
11167         (tsi_link_after): Likewise.
11168
11169         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
11170
11171         * tree-dfa.c (create_var_ann): Likewise.
11172
11173         * tree-cfg.c (create_bb): Likewise.
11174
11175         * toplev.c (alloc_for_identifier_to_locale): Likewise.
11176         (general_init): Likewise.
11177
11178         * stringpool.c (stringpool_ggc_alloc): Likewise.
11179         (gt_pch_save_stringpool): Likewise.
11180
11181         * sese.c (if_region_set_false_region): Likewise.
11182
11183         * passes.c (do_per_function_toporder): Likewise.
11184
11185         * optabs.c (set_optab_libfunc): Likewise.
11186         (set_conv_libfunc): Likewise.
11187
11188         * lto-symtab.c (lto_symtab_register_decl): Likewise.
11189
11190         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
11191         (input_eh_region): Likewise.
11192         (input_eh_lp): Likewise.
11193         (make_new_block): Likewise.
11194         (unpack_ts_real_cst_value_fields): Likewise.
11195
11196         * lto-section-in.c (lto_new_in_decl_state): Likewise.
11197
11198         * lto-cgraph.c (input_node_opt_summary): Likewise.
11199
11200         * loop-init.c (loop_optimizer_init): Likewise.
11201
11202         * lambda.h (lambda_vector_new): Likewise.
11203
11204         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
11205
11206         * ira.c (update_equiv_regs): Likewise.
11207
11208         * ipa.c (cgraph_node_set_new): Likewise.
11209         (cgraph_node_set_add): Likewise.
11210         (varpool_node_set_new): Likewise.
11211         (varpool_node_set_add): Likewise.
11212
11213         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
11214         (duplicate_ipa_jump_func_array): Likewise.
11215         (ipa_read_node_info): Likewise.
11216
11217         * ipa-cp.c (ipcp_create_replace_map): Likewise.
11218
11219         * integrate.c (get_hard_reg_initial_val): Likewise.
11220
11221         * gimple.c (gimple_alloc_stat): Likewise.
11222         (gimple_build_omp_for): Likewise.
11223         (gimple_seq_alloc): Likewise.
11224         (gimple_copy): Likewise.
11225
11226         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
11227         (gsi_insert_after_without_update): Likewise.
11228
11229         * function.c (add_frame_space): Likewise.
11230         (insert_temp_slot_address): Likewise.
11231         (assign_stack_temp_for_type): Likewise.
11232         (allocate_struct_function): Likewise.
11233         (types_used_by_var_decl_insert): Likewise.
11234
11235         * except.c (init_eh_for_function): Likewise.
11236         (gen_eh_region): Likewise.
11237         (gen_eh_region_catch): Likewise.
11238         (gen_eh_landing_pad): Likewise.
11239         (add_call_site): Likewise.
11240
11241         * emit-rtl.c (get_mem_attrs): Likewise.
11242         (get_reg_attrs): Likewise.
11243         (start_sequence): Likewise.
11244         (init_emit): Likewise.
11245
11246         * dwarf2out.c (new_cfi): Likewise.
11247         (queue_reg_save): Likewise.
11248         (dwarf2out_frame_init): Likewise.
11249         (new_loc_descr): Likewise.
11250         (find_AT_string): Likewise.
11251         (new_die): Likewise.
11252         (add_var_loc_to_decl): Likewise.
11253         (clone_die): Likewise.
11254         (clone_as_declaration): Likewise.
11255         (break_out_comdat_types): Likewise.
11256         (new_loc_list): Likewise.
11257         (loc_descriptor): Likewise.
11258         (add_loc_descr_to_each): Likewise.
11259         (add_const_value_attribute): Likewise.
11260         (tree_add_const_value_attribute): Likewise.
11261         (add_comp_dir_attribute): Likewise.
11262         (add_name_and_src_coords_attributes): Likewise.
11263         (lookup_filename): Likewise.
11264         (store_vcall_insn): Likewise.
11265         (dwarf2out_init): Likewise.
11266
11267         * dbxout.c (dbxout_init): Likewise.
11268
11269         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
11270
11271         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
11272
11273         * config/score/score7.c (score7_output_external): Likewise.
11274
11275         * config/score/score3.c (score3_output_external): Likewise.
11276
11277         * config/s390/s390.c (s390_init_machine_status): Likewise.
11278
11279         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
11280         (rs6000_init_machine_status): Likewise.
11281         (output_toc): Likewise.
11282
11283         * config/pa/pa.c (pa_init_machine_status): Likewise.
11284         (get_deferred_plabel): Likewise.
11285
11286         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
11287
11288         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
11289
11290         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
11291
11292         * config/mep/mep.c (mep_init_machine_status): Likewise.
11293         (mep_note_pragma_flag): Likewise.
11294
11295         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
11296
11297         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
11298
11299         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
11300
11301         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
11302         (i386_pe_maybe_record_exported_symbol): Likewise.
11303
11304         * config/i386/i386.c (get_dllimport_decl): Likewise.
11305         (ix86_init_machine_status): Likewise.
11306         (assign_386_stack_local): Likewise.
11307
11308         * config/frv/frv.c (frv_init_machine_status): Likewise.
11309
11310         * config/darwin.c (machopic_indirection_name): Likewise.
11311
11312         * config/cris/cris.c (cris_init_machine_status): Likewise.
11313
11314         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
11315
11316         * config/avr/avr.c (avr_init_machine_status): Likewise.
11317
11318         * config/arm/arm.c (arm_init_machine_status): Likewise.
11319
11320         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
11321         (alpha_need_linkage): Likewise.
11322         (alpha_use_linkage): Likewise.
11323
11324         * cgraph.c (cgraph_allocate_node): Likewise.
11325         (cgraph_create_edge_1): Likewise.
11326         (cgraph_create_indirect_edge): Likewise.
11327         (cgraph_add_asm_node): Likewise.
11328
11329         * cfgrtl.c (init_rtl_bb_info): Likewise.
11330
11331         * cfgloop.c (alloc_loop): Likewise.
11332         (rescan_loop_exit): Likewise.
11333
11334         * cfg.c (init_flow): Likewise.
11335         (alloc_block): Likewise.
11336         (unchecked_make_edge): Likewise.
11337
11338         * c-parser.c (c_parse_init): Likewise.
11339         (c_parse_file): Likewise.
11340
11341         * c-decl.c (bind): Likewise.
11342         (record_inline_static): Likewise.
11343         (push_scope): Likewise.
11344         (make_label): Likewise.
11345         (lookup_label_for_goto): Likewise.
11346         (finish_struct): Likewise.
11347         (finish_enum): Likewise.
11348         (c_push_function_context): Likewise.
11349
11350         * bitmap.c (bitmap_element_allocate): Likewise.
11351         (bitmap_gc_alloc_stat): Likewise.
11352
11353         * alias.c (record_alias_subset): Likewise.
11354         (init_alias_analysis): Likewise.
11355
11356 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
11357
11358         * fold-const.c (fold_comparison): Remove redundant parenthesis.
11359         * tree-inline.c (expand_call_inline): Pass translated return value of
11360         cgraph_inline_failed_string to diagnostic function.
11361
11362 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
11363             Shujing Zhao  <pearly.zhao@oracle.com>
11364
11365         PR c/37724
11366         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
11367         implicit bad conversions is initialization.
11368         (error_init): Use gmsgid instead of msgid for argument name and change
11369         the call for error.
11370         (pedwarn_init): Use gmsgid instead of msgid for argument name and
11371         change the call for pedwarn.
11372         (warning_init): Use gmsgid instead of msgid for argument name and
11373         change the call for warning.
11374
11375 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
11376
11377         * config/mips/mips-protos.h (mips_print_operand): Delete.
11378         (mips_print_operand_address): Delete.
11379         * config/mips/mips.h (mips_print_operand_punct): Delete.
11380         (PRINT_OPERAND): Delete.
11381         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11382         (PRINT_OPERAND_ADDRESS): Delete.
11383         * config/mips/mips.c (mips_print_operand_punct): Make static.
11384         (mips_print_operand_address): Make static.
11385         (mips_print_operand): Make static.  Call
11386         mips_print_operand_punct_valid_p.
11387         (mips_print_operand_punct_valid_p): New function.
11388         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
11389         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11390
11391 2010-06-07  Jan Hubicka  <jh@suse.cz>
11392
11393         PR middle-end/44454
11394         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
11395         are allocated.
11396
11397 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
11398
11399         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
11400         name of RECORD.
11401
11402 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11403
11404         * doc/sourcebuild.texi (Effective-Target Keywords, Other
11405         attributes): Document gas.
11406
11407 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
11408
11409         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
11410         <TYPE_LEA>: Split instruction.
11411         <default>: Remove alternative 2 handling.
11412         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
11413         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
11414         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
11415
11416         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
11417         (ashift_zext lea splitter): Use DImode for multiplication.
11418
11419         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
11420         to generate addition.
11421
11422 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
11423
11424         * common.opt (fira-verbose): Use Var.
11425         (fpcc-struct-return): Use Init instead of VarExists.
11426         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
11427         toplev.c.
11428         * flags.h (flag_signed_char, flag_short_enums,
11429         flag_pcc_struct_return, flag_ira_verbose,
11430         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
11431         * toplev.c (flag_detailed_statistics, flag_signed_char,
11432         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
11433         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
11434         * toplev.h (flag_crossjumping, flag_if_conversion,
11435         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
11436         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
11437         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
11438         flag_cprop_registers, time_report, flag_ira_loop_pressure,
11439         flag_ira_coalesce, flag_ira_move_spills,
11440         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
11441
11442 2010-06-07  Jan Hubicka  <jh@suse.cz>
11443
11444         * df-core.c (df_analyze_problem): Do verification after allocation.
11445
11446         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
11447         (df_lr_alloc): Initialize problem data; move bitmaps to
11448         lr_bitmaps obstack.
11449         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
11450         (df_lr_verify_solution_start): Do not initialize problem data;
11451         allocate bitmaps in lr_bitmaps.
11452         (df_lr_verify_solution_end): Do not free problem data.
11453
11454 2010-06-07  Jan Hubicka  <jh@suse.cz>
11455
11456         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
11457         if caller is noreturn.
11458         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
11459         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
11460         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
11461         * ipa-pure-const.c (check_decl): Add IPA parameter.
11462         (state_from_flags): New function.
11463         (better_state, worse_state): New functions.
11464         (check_call): When in IPA mode, do not care about callees.
11465         (check_load, check_store): Update.
11466         (check_ipa_load, check_ipa_store): New.
11467         (check_stmt): When in IPA mode, use IPA checkers.
11468         (analyze_function): Use state_from_flags.
11469         (propagate): Check indirect edges and references.
11470
11471 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
11472
11473         PR rtl-optimization/44404
11474         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
11475         of count_occurrences to see if it's safe to modify mem_insn.
11476
11477 2010-06-07  Richard Guenther  <rguenther@suse.de>
11478
11479         * gimplify.c (gimplify_cleanup_point_expr): For empty body
11480         and EH-only cleanup drop the cleanup instead of inserting it
11481         unconditionally.
11482
11483 2010-06-07  Ira Rosen  <irar@il.ibm.com>
11484
11485         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
11486         documentation.
11487         * targhooks.c (default_builtin_vectorization_cost): New function.
11488         * targhooks.h (default_builtin_vectorization_cost): Declare.
11489         * target.h (enum vect_cost_for_stmt): Define.
11490         (builtin_vectorization_cost): Change argument and comment.
11491         * tree-vectorizer.h: Remove cost model macros.
11492         * tree-vect-loop.c: Include target.h.
11493         (vect_get_cost): New function.
11494         (vect_estimate_min_profitable_iters): Replace cost model macros with
11495         calls to vect_get_cost.
11496         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
11497         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
11498         default implementation.
11499         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
11500         calls to target hook builtin_vectorization_cost.
11501         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
11502         Likewise.
11503         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
11504         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
11505         implementation to return costs.
11506         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
11507         * config/spu/spu.h: Remove vectorizer cost model macros.
11508         * config/i386/i386.h: Likewise.
11509         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
11510         a call to target hook builtin_vectorization_cost.
11511
11512 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
11513
11514         PR target/44319
11515         * config/i386/i386.c (override_options): Turn zee pass on for level 2
11516         and above and defer till target is known.
11517         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
11518         turn off otherwise.
11519
11520 2010-05-25  Jan Hubicka  <jh@suse.cz>
11521
11522         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
11523         (df_compact_blocks): Likewise.
11524         * df.h (struct df): Turn hardware_regs_used,
11525         regular_block_artificial_uses, eh_block_artificial_uses,
11526         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
11527         bitmap_head.
11528         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
11529         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
11530         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
11531         df_scan_blocks, df_insn_delete, df_insn_rescan,
11532         df_insn_rescan_debug_internal, df_insn_rescan_all,
11533         df_process_deferred_rescans, df_process_deferred_rescans,
11534         df_notes_rescan, df_get_call_refs, df_get_call_refs,
11535         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
11536         df_record_entry_block_defs, df_record_exit_block_uses,
11537         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
11538         df_scan_verify): Update.
11539
11540 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
11541
11542         PR c++/44188
11543         * c-common.c (is_typedef_decl): Move this definition ...
11544         * tree.c (is_typedef_decl): ... here.
11545         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
11546         * c-common.h (is_typedef_decl): Move this declaration ...
11547         * tree.h (is_typedef_decl): ... here.
11548         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
11549         * dwarf2out.c (is_naming_typedef_decl): New function.
11550         (gen_tagged_type_die): Split out of ...
11551         (gen_type_die_with_usage): ... this function. When an anonymous
11552         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
11553         is emitted for the typedef.
11554         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
11555         anonymous tagged types.
11556
11557 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11558
11559         PR c/20000
11560         * c-decl.c (grokdeclarator): Delete warning.
11561
11562 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
11563
11564         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
11565         newly built CALL_EXPR.
11566         * tree-profile.c (tree_profiling): Don't profile functions produced
11567         for built-in stuff.
11568
11569 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
11570
11571         PR bootstrap/44427
11572         PR bootstrap/44428
11573         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
11574         endianness-independent.
11575
11576 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
11577
11578         * c-common.c: Move to c-family/.
11579         * c-common.def: Likewise.
11580         * c-common.h: Likewise.
11581         * c-cppbuiltin.c: Likewise.
11582         * c-dump.c: Likewise.
11583         * c-format.c: Likewise.
11584         * c-format.h : Likewise.
11585         * c-gimplify.c: Likewise.
11586         * c-lex.c: Likewise.
11587         * c-omp.c: Likewise.
11588         * c.opt: Likewise.
11589         * c-opts.c: Likewise.
11590         * c-pch.c: Likewise.
11591         * c-ppoutput.c: Likewise.
11592         * c-pragma.c: Likewise.
11593         * c-pragma.h: Likewise.
11594         * c-pretty-print.c: Likewise.
11595         * c-pretty-print.h: Likewise.
11596         * c-semantics.c: Likewise.
11597         * stub-objc.c: Likewise.
11598
11599         * gengtype.c (get_file_langdir): Special-case files in c-family/.
11600         (get_output_file_with_visibility): Fix name for c-common.h.
11601         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
11602
11603         * c-tree.h: Update include path for moved files.
11604         * c-lang.c: Likewise.
11605         * c-lang.h: Likewise.
11606         * c-parser.c: Likewise.
11607         * c-convert.c: Likewise.
11608         * c-decl.c: Likewise.
11609         * c-objc-common.c: Likewise.
11610         * configure.ac: Make sure c-family/ exists in the build directory.
11611         * configure: Regenerate.
11612         * Makefile.in: Update paths for moved files.  Regroup files per
11613         location and update dependencies.  Move generated_files down after
11614         ALL_GTFILES_H.
11615
11616         * config/spu/spu-c.c: Update paths for moved files.
11617         * config/mep/mep-pragma.c: Likewise.
11618         * config/darwin-c.c: Likewise.
11619         * config/i386/msformat-c.c: Likewise.
11620         * config/i386/i386-c.c: Likewise.
11621         * config/avr/avr-c.c: Likewise.
11622         * config/sol2-c.c: Likewise.
11623         * config/ia64/ia64-c.c: Likewise.
11624         * config/rs6000/rs6000-c.c: Likewise.
11625         * config/arm/arm.c: Likewise.
11626         * config/arm/arm-c.c: Likewise.
11627         * config/h8300/h8300.c: Likewise.
11628         * config/v850/v850-c.c: Likewise.
11629
11630         * config/t-darwin: Fix dependencies for moved files.
11631         * config/t-sol2: Fix dependencies for moved files.
11632         * config/mep/t-mep: Fix dependencies for moved files.
11633         * config/ia64/t-ia64: Fix dependencies for moved files.
11634         * config/rs6000/t-rs6000: Fix dependencies for moved files.
11635         * config/v850/t-v850: Fix dependencies for moved files.
11636         * config/v850/t-v850e: Fix dependencies for moved files.
11637
11638         * config/m32c/m32c-pragma.c
11639
11640         * po/exgettext: Look in c-family/ also.
11641
11642 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
11643
11644         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
11645         (mark_control_dependent_edges_necessary): Call it instead of marking
11646         the last statement manually.
11647         (propagate_necessity): Likewise.
11648
11649 2010-06-05  Jan Hubicka  <jh@suse.cz>
11650
11651         * basic-block.h (compute_dominance_frontiers): Updated.
11652         (compute_idf): Likewise.
11653
11654         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
11655         for dominance frontiers.
11656         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
11657         (insert_updated_phi_nodes_for): Likewise.
11658         (update_ssa): Likewise.
11659         * cfganal.c (compute_dominance_frontiers_1): Likewise.
11660         (compute_dominance_frontiers): Likewise.
11661         (compute_idf): Likewise.
11662         * df-problems.c (df_md_local_compute): Likewise.
11663
11664 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
11665
11666         * target.h (struct gcc_target): Add memory_move_cost field.
11667         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
11668         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
11669         * targhooks.c (default_memory_move_cost): New function.
11670         * targhooks.h (default_memory_move_cost): Declare function.
11671         * reload.h (memory_move_cost): Declare.
11672         (memory_move_secondary_cost): Change type of 'in' argument to bool.
11673         * reginfo.c (memory_move_cost): New function.
11674         (memory_move_secondary_cost): Change type of 'in' argument to bool.
11675         * ira.h (ira_memory_move_cost): Update comment.
11676         * ira.c (ira_memory_move_cost): Update comment.
11677         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
11678         with memory_move_cost.
11679         * postreload.c (reload_cse_simplify_set): (Ditto.).
11680         * reload1.c (choose_reload_regs): (Ditto.).
11681         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
11682         (MEMORY_MOVE_COST):  Revise documentation.
11683
11684         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
11685         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
11686         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
11687         type of 'in' argument to bool.
11688         (TARGET_MEMORY_MOVE_COST): Define.
11689
11690 2010-06-05  Jan Hubicka  <jh@suse.cz>
11691
11692         * ipa-pure-const.c (propagate): Fix typo in handling of functions
11693         that cannot return.  Be more careful when merging the results with
11694         previously known ones.
11695
11696 2010-06-05  Matthias Klose  <doko@ubuntu.com>
11697
11698         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
11699         function to add the -iplugindir option.
11700         (find_plugindir_spec_function): Add new declaration and function.
11701         (static_spec_func): Use it for "find-plugindir".
11702
11703 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
11704
11705         PR c++/44361
11706         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
11707         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
11708         statement expression.
11709
11710 2010-06-05  Jan Hubicka  <jh@suse.cz>
11711
11712         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
11713         (df_rd_problem_data): Convert sparse_invalidated_by_call,
11714         dense_invalidated_by_call to bitmap head.
11715         (df_rd_alloc, df_rd_bb_local_compute_process_def,
11716         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
11717         df_rd_start_dump, df_lr_verify_transfer_functions,
11718         df_live_verify_transfer_functions, df_chain_create_bb,
11719         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
11720         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
11721         df_simulate_one_insn_forwards, df_md_alloc,
11722         df_md_bb_local_compute_process_def,
11723         df_md_bb_local_compute_process_def, df_md_local_compute,
11724         df_md_transfer_function df_md_free): Update.
11725
11726 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
11727
11728         PR c/44322
11729         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
11730         target type for ADDR_EXPR; require no changes to qualifiers except
11731         for function types.
11732         * c-tree.h (c_build_type_variant): Remove.
11733
11734 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
11735
11736         * genautomata.c (get_excl_set): Do work per element, not per char.
11737         (check_presence_pattern_sets): Similar.
11738         (check_absence_pattern_sets): Similar.
11739
11740 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
11741
11742         * genautomata.c (curr_state_pass_num): Delete.
11743         (min_issue_delay_pass_states): Delete.
11744         (min_issue_delay): Delete.
11745         (initiate_min_issue_delay_pass_states): Delete.
11746         (output_min_issue_delay_table): Compute min_issue_delay_vect
11747         using a breadth-first search variant.
11748         (output_tables): Don't call initiate_min_issue_delay_pass_states.
11749
11750 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
11751
11752         PR boostrap/44421
11753         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
11754         (df_byte_lr_bb_local_compute): Likewise.
11755
11756 2010-06-03  Jason Merrill  <jason@redhat.com>
11757
11758         Implement noexcept operator (5.3.7)
11759         * c-common.c (c_common_reswords): Add noexcept.
11760         * c-common.h (enum rid): Add RID_NOEXCEPT.
11761
11762 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
11763
11764         * config/darwin-driver.c (darwin_default_min_version): Use
11765         GCC-specific formats in diagnostics.
11766         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
11767         diagnostics.
11768         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
11769         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
11770         eval_spec_function, handle_braces, process_brace_body, main,
11771         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
11772         getenv_spec_function, compare_version_strings,
11773         version_compare_spec_function): Use GCC-specific formats in
11774         diagnostics.
11775
11776 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11777
11778         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
11779         that operand 0 and operand 1 are equal.
11780         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
11781         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
11782         and operand 1 are equal.
11783         <default>: Ditto.  Remove ??? comment.
11784         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
11785         and operand 1 are equal.
11786         <default>: Ditto.  Remove ??? comment.
11787         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
11788         are equal.
11789         (*add<mode>_4) <default>: Ditto.
11790         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
11791
11792 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
11793
11794         * config/i386/i386-protos.h (ix86_print_operand): Declare.
11795         * config/i386/i386.c (ix86_print_operand): Make non-static.
11796         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
11797         * output.h (output_operand): Declare.
11798         * final.c (output_operand): Make non-static.
11799
11800 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
11801
11802         PR rtl-optimization/44013
11803         * sched-deps.c (add_dependence_list_and_free): Don't free lists
11804         when processing debug insns.
11805
11806         PR debug/41371
11807         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
11808         recursing.  Check that recursion is bounded.  Rename inner var
11809         to avoid hiding incoming argument.
11810
11811 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11812
11813         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
11814         operands[2] == 255.
11815         (*addqi_3): Ditto.
11816         (*addqi_4): Ditto.
11817         (*addqi_5): Ditto.
11818         (*addqi_ext_1_rex64): Ditto.
11819         (*addqi_ext_1): Ditto.
11820
11821         (*addqi_4): Check for incdec_operand in QImode.
11822
11823         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
11824         using SWI mode iterator.
11825         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
11826         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
11827         mode iterator.
11828         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
11829         using SWI mode iterator.
11830
11831 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11832
11833         PR c/25880
11834         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
11835         * c-format.c (gcc_diag_flag_specs): Add hash.
11836         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
11837         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
11838         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
11839         pp_c_cv_qualifiers. Handle qualifiers spelling here.
11840         (pp_c_type_qualifier_list): Call the function above.
11841         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
11842         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
11843         (WARN_FOR_QUALIFIERS): New macro.
11844         (convert_for_assignment): Use it.
11845
11846 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
11847
11848         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
11849
11850 2010-06-04  Jan Hubicka  <jh@suse.cz>
11851
11852         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
11853         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
11854         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
11855         DF_BYTE_LR_OUT): Update for embedded bitmaps.
11856         * fwprop.c (single_def_use_enter_block): Likewise.
11857         * ddg.c (create_ddg_dep_from_intra_loop_link,
11858         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
11859         * loop-iv.c (latch_dominating_def): Likewise.
11860         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
11861         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
11862         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
11863         df_rd_transfer_function, df_rd_top_dump,
11864         df_rd_bottom_dump): Update.
11865         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
11866         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
11867         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
11868         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
11869         df_lr_verify_solution_start, df_lr_verify_solution_end,
11870         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
11871         df_live_free_bb_info, df_live_alloc, df_live_reset,
11872         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
11873         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
11874         df_live_verify_solution_start, df_live_verify_solution_end,
11875         df_live_verify_transfer_functions, df_chain_create_bb,
11876         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
11877         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11878         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
11879         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
11880         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
11881         df_byte_lr_transfer_function, df_byte_lr_top_dump,
11882         df_byte_lr_bottom_dump, df_create_unused_note,
11883         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
11884         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
11885         df_md_transfer_function, df_md_init, df_md_confluence_0,
11886         df_md_confluence_n,
11887         df_md_top_dump, df_md_bottom_dump): Update.
11888         (struct df_lr_problem_data): Embedd bitmap headers.
11889
11890 2010-06-04  Jan Hubicka  <jh@suse.cz>
11891
11892         * dce.c (dce_process_block): Do not re-scan already marked
11893         instructions.
11894
11895 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
11896
11897         PR rtl-optimization/39871
11898         PR rtl-optimization/40615
11899         PR rtl-optimization/42500
11900         PR rtl-optimization/42502
11901         * ira.c (init_reg_equiv_memory_loc: New function.
11902         (ira): Call it twice.
11903         * reload.h (calculate_elim_costs_all_insns): Declare.
11904         * ira-costs.c: Include "reload.h".
11905         (regno_equiv_gains): New static variable.
11906         (init_costs): Allocate it.
11907         (finish_costs): Free it.
11908         (ira_costs): Call calculate_elim_costs_all_insns.
11909         (find_costs_and_classes): Take estimated elimination costs
11910         into account.
11911         (ira_adjust_equiv_reg_cost): New function.
11912         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
11913         * reload1.c (init_eliminable_invariants, free_reg_equiv,
11914         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
11915         (elim_bb): New static variable.
11916         (reload): Move code out of here into init_eliminable_invariants and
11917         free_reg_equiv.  Call them.
11918         (calculate_elim_costs_all_insns): New function.
11919         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
11920         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
11921         but call note_reg_elim_costly if we turned a valid memory address
11922         into an invalid one.
11923         * Makefile.in (ira-costs.o): Depend on reload.h.
11924
11925 2010-06-04  Julian Brown  <julian@codesourcery.com>
11926
11927         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
11928         for pool ranges.
11929
11930 2010-06-04  Richard Guenther  <rguenther@suse.de>
11931
11932         PR lto/41584
11933         * cgraph.h (struct varpool_node): Add lto_file_data field.
11934         * lto-cgraph.c (input_varpool_node): Initialize it.
11935
11936 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
11937
11938         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
11939         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
11940         predicate in "type" attribute calculation.
11941         (*addsi_1_zext): Ditto.
11942         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
11943         (*addsi_2_zext): Ditto.
11944         (*add<mode>_3): Ditto.
11945         (*addsi_3_zext): Ditto.
11946         (*add<mode>_5): Ditto.
11947
11948 2010-06-03  Jan Hubicka  <jh@suse.cz>
11949
11950         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
11951         of bitmap_bit_p.
11952         * cfganal.c (compute_dominance_frontiers_1): Likewise.
11953
11954 2010-06-03  Jan Hubicka  <jh@suse.cz>
11955
11956         * df-problems.c (df_create_unused_note, df_note_bb_compute):
11957         micro-optimize the checks when to add new note.
11958
11959 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
11960
11961         * final.c (output_asm_insn): Call
11962         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
11963         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
11964         (output_address): Call targetm.asm_out.print_operand_address.
11965         Update comments.
11966         * target.h (struct gcc_target): Add print_operand,
11967         print_operand_address, and print_operand_punct_valid_p fields.
11968         * targhooks.h (default_print_operand): Declare.
11969         (default_print_operand_address): Declare.
11970         (default_print_operand_punct_valid_p): Declare.
11971         * targhooks.c (default_print_operand): Define.
11972         (default_print_operand_address): Define.
11973         (default_print_operand_punct_valid_p): Define.
11974         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
11975         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
11976         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
11977         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
11978         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
11979         * vmsdbgout.c (addr_const_to_string): Update comment.
11980         * config/i386/i386.c (print_operand): Rename to...
11981         (ix86_print_operand): ...this.  Make static.
11982         (print_operand_address): Rename to...
11983         (ix86_print_operand_address): ...this.  Make static.  Call
11984         ix86_print_operand instead of PRINT_OPERAND.
11985         (ix86_print_operand_punct_valid_p): New function.
11986         (TARGET_PRINT_OPERAND): Define.
11987         (TARGET_PRINT_OPERAND_ADDRESS): Define.
11988         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11989         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
11990         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11991         (PRINT_OPERAND): Delete.
11992         (PRINT_OPERAND_ADDRESS): Delete.
11993         * config/i386/i386-protos.h (print_operand): Delete prototype.
11994         (print_operand_address): Delete prototype.
11995
11996 2010-06-03  Richard Guenther  <rguenther@suse.de>
11997
11998         PR tree-optimization/44403
11999         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
12000         Preserve pointer qualifiers.
12001         (vect_create_data_ref_ptr): Likewise.
12002
12003 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
12004
12005         PR c++/44294
12006         * defaults.h (MAX_FIXED_MODE_SIZE): New.
12007
12008         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
12009
12010 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
12011
12012         PR debug/44375
12013         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
12014         return false if merging the bbs would lead to goto_locus
12015         location being lost from the IL.
12016
12017 2010-06-03  Jan Hubicka  <jh@suse.cz>
12018             Jakub Jelinek  <jakub@redhat.com>
12019
12020         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
12021         set->regs[i] is NULL or has just one entry.
12022
12023 2010-06-03  Jan Hubicka  <jh@suse.cz>
12024
12025         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
12026         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
12027
12028 2010-06-03  Paul Brook  <paul@codesourcery.com>
12029
12030         * config/arm/arm.c (FL_TUNE): Define.
12031         (arm_default_cpu, arm_cpu_select): Remove.
12032         (all_cores): Populate core field.
12033         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
12034         (arm_find_cpu): New function.
12035         (arm_handle_option): Lookup cpu/architecture names.
12036         (arm_override_options): Cleanup mcpu/march/mtune handling.
12037         (arm_file_start): Ditto.
12038
12039 2010-06-03  Alan Modra  <amodra@gmail.com>
12040
12041         PR target/44169
12042         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
12043         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
12044         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
12045         (rs6000_emit_load_toc_table): Likewise.
12046
12047 2010-06-02  Jan Hubicka  <jh@suse.cz>
12048
12049         * passes.c (init_optimization_passes): Put ipa reference
12050         after ipa pure-const.
12051
12052 2010-06-02  Jan Hubicka  <jh@suse.cz>
12053
12054         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
12055         calls_read_all and calls_write_all.
12056         (get_reference_optimization_summary): Fix formatting.
12057         (is_proper_for_analysis): Check that decl is not readonly.
12058         (propagate_bits): Check CONST/PURE/noreturn flags.
12059         (ipa_init): Move all_module_statics to optimization_summary_obstack.
12060         (analyze_function): Ignore indirect edges.
12061         (copy_global_bitmap): For all module statics, do nothing.
12062         (generate_summary): Do not print calls_read_all/calls_write_all.
12063         (read_write_all_from_decl): Take node as argument; check
12064         cgraph_node_cannot_return.
12065         (propagate): Reorganize read_all/write_all computation;
12066         check indirect edges; check ecf flags; use all_module_statics
12067         in the results; do not free all_module_statics.
12068         (stream_out_bitmap): Handle all_module_statics.
12069         (ipa_reference_write_optimization_summary): Likewise; use
12070         varpool/cgraph encoders to get boundaries.
12071         (ipa_reference_read_optimization_summary): Read in all_module_statics;
12072         use it when possible.
12073
12074 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
12075
12076         PR target/44218
12077         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
12078         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
12079
12080         * doc/extend.texi (powerpc builtins): Document vec_recip,
12081         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
12082
12083         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
12084         (rs6000_emit_swrsqrt): Ditto.
12085         (rs6000_emit_swdivsf): Delete.
12086         (rs6000_emit_swdivdf): Ditto.
12087         (rs6000_emit_swrsqrtsf): Ditto.
12088
12089         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
12090         describe the reciprocal estimate support for each type.
12091         (recip_options): Map -mrecip=<opt> into option bits.
12092         (gen_2arg_fn_t): New typedef for binary rtx gen function.
12093         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
12094         reciprocal estimate instructions.
12095         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
12096         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
12097         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
12098         cost information if -mdebug=cost or -mdebug=reg.
12099         (rs6000_override_options): Set -mrecip-precision for power6, and
12100         power7 machines.  If -mvsx or -mdfp, enable various options that
12101         came in previous instruction set ISAs, unless the option was
12102         explicitly disabled by the command line option.  Parse
12103         -mrecip=<opt> options.
12104         (rs6000_builtin_vectorized_function): Add support for vectorizing
12105         the reciprocal estimate builtins and expansions.
12106         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
12107         (bdesc_2arg): Add reciprocal estimate builtins.
12108         (bdesc_1arg): Add reciprocal square root estimate builtins.
12109         (rs6000_expand_builtin): Rewrite to use a switch statement,
12110         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
12111         (rs6000_init_builtins): Create declarations for reciprocal
12112         estimate builtins.
12113         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
12114         sized, prefer traditional floating point registers, if integer
12115         vector types, prefer altivec registers.  Don't actually look at
12116         the memory address any more.
12117         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
12118         builtins.
12119         (rs6000_load_constant_and_splat): New helper function to load up
12120         the constant for reciprocal estimate instructions.
12121         (rs6000_emit_madd): New helper function for generating
12122         multiply/add type instructions, based on the current switches.
12123         (rs6000_emit_msub): Ditto.
12124         (rs6000_emit_mnsub): Ditto.
12125         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
12126         replace a divide with a reciprocal estimate and fixup, adding
12127         support for machines with high precision and vectors.
12128         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
12129         low precision machines.
12130         (rs6000_emit_swdiv): New common function to be called to replace a
12131         division with reciprocal estimate and fixup.
12132         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
12133         for double and vector types.  Add support for high precision machines.
12134
12135         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
12136         the reciprocal estimate instructions can be generated.
12137         (TARGET_FRE): Ditto.
12138         (TARGET_FRSQRTES): Ditto.
12139         (TARGET_FRSQRTE): Ditto.
12140         (RS6000_RECIP_*): New macros for reciprocal estimate support.
12141
12142         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
12143         square root estimate on vectors.
12144         (re<mode>2): New insn for reciprocal division estimate on vectors.
12145
12146         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
12147         New builtin.
12148         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
12149         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
12150         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
12151         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
12152         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
12153         (RS6000_BUILTIN_RSQRT): Ditto.
12154         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
12155         floating point builtin.
12156
12157         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
12158         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
12159         __RECIP_PRECISION__ based on the command line switches.
12160         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
12161
12162         * config/rs6000/rs6000.opt (-mrecip): Document add support for
12163         replacing division instructions with reciprocal estimate and fixup.
12164         (-mrecip=<opt>): New option.
12165         (-mrecip-precision): Ditto.
12166
12167         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
12168         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
12169         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
12170         precision scalar.
12171
12172         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
12173         (UNSPEC_VREFP): Ditto.
12174         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
12175         conterparts with regard to support of -mno-fused-madd and -ffast-math.
12176         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
12177         reciprocal estimate instructions to be generated.
12178         (altivec_vrefp): Ditto.
12179
12180         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
12181         estimate support.
12182         (rreg): New mode attribute for reciprocal estimate support.
12183         (recip<mode>3): New insn for division using reciprocal estimate
12184         and fixup builtins.
12185         (divide define_split): New define_split to convert floating point
12186         division to use reciprocal estimate if the user used the
12187         appropriate options and the split is run when we can add new
12188         pseudo registers for the fixup.
12189         (rsqrt<mode>2): New insn for reciprocal square root support.
12190         (recipsf3): Move into recip<mode>3.
12191         (recipdf3): Ditto.
12192         (fres): Use TARGET_FRES.
12193         (rsqrtsf2): Move into rsqrt<mode>2.
12194         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
12195         (copysignsf3): Add support for VSX.
12196         (fred): Use TARGET_FRE.
12197         (fred_fpr): Ditto.
12198         (rsqrtdf_internal1): New function for frsqrte instruciton.
12199
12200         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
12201         (vec_rsqrt): Ditto.
12202
12203 2010-06-03  Richard Guenther  <rguenther@suse.de>
12204
12205         PR middle-end/44291
12206         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
12207         (set_user_assembler_libfunc): Likewise.
12208
12209 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
12210
12211         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
12212         defaults.h.
12213         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
12214         to defaults.h
12215         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
12216         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
12217         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
12218         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
12219         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
12220         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
12221         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
12222         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
12223         * defaults.h: Updated for above mentioned changes.
12224
12225 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
12226
12227         * c-common.c: Remove header include of tm_p.h.
12228         * Makefile.in (c-common.o): Remove TM_P_H dependency.
12229
12230 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
12231
12232         * tree.h (struct tree_decl_map): New type.
12233         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
12234         (tree_decl_map_hash): New prototype.
12235         (debug_expr_for_decl, value_expr_for_decl): Change into
12236         tree_decl_map hashtab from tree_map.
12237         (init_ttree): Adjust initialization.
12238         (tree_decl_map_hash): New function.
12239         (decl_debug_expr_lookup, decl_debug_expr_insert,
12240         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
12241
12242 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12243
12244         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
12245         linker emulations.
12246         * configure: Regenerate.
12247         * config.in: Regenerate.
12248
12249         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
12250         (X86_64_EMULATION): Define.
12251         (TARGET_LD_EMULATION): Use them.
12252
12253         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
12254         (SPARC64_EMULATION): Define.
12255         (LINK_ARCH_SPEC): Use them.
12256
12257 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
12258
12259         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
12260         smallest_mode_for_size for computing the precision types of new
12261         graphite IVs.  Do not call lang_hooks.types.type_for_size.
12262
12263 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
12264
12265         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
12266         information.
12267         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
12268
12269 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
12270
12271         PR middle-end/44363
12272         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
12273         return false instead.
12274
12275 2010-06-02  Jan Hubicka  <jh@suse.cz>
12276
12277         PR middle-end/44295
12278         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
12279         create new cgraph node to check callee.
12280
12281 2010-06-02  Richard Guenther  <rguenther@suse.de>
12282
12283         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
12284
12285 2010-06-02  Richard Guenther  <rguenther@suse.de>
12286
12287         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
12288         (lto_wrapper_cleanup): ... this.  Do not exit.
12289         (fatal): Adjust.  Exit here.
12290         (fatal_perror): Likewise.
12291         (fatal_signal): New function.
12292         (main): Set up signal handlers to cleanup temporary files.
12293         * Makefile.in (lto-wrapper.o): Adjust dependencies.
12294
12295 2010-06-02  Richard Guenther  <rguenther@suse.de>
12296
12297         PR tree-optimization/44377
12298         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
12299
12300 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12301
12302         * config/s390/2097.md (z10_fhex): Remove insn reservation.
12303         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
12304         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
12305         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
12306         instruction.
12307         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
12308
12309 2010-06-02  Jan Hubicka  <jh@suse.cz>
12310
12311         * bitmap.c (bitmap_descriptor): Add search_iter.
12312         (bitmap_find_bit): Increment it.
12313         (print_statistics): Print it.
12314
12315 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
12316
12317         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
12318         instead of gimple_build_call_vec.  Delete unnecessary local variable.
12319
12320 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
12321
12322         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
12323         change from yesterday.
12324
12325 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
12326
12327         * c-ada-spec.c: Clean up redundant includes.
12328
12329 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
12330
12331         * gimplify.c: Do not include except.h and optabs.h.
12332         (gimplify_body): Do not initialize RTL profiling.
12333         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
12334         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
12335         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
12336         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
12337         langhooks.h.
12338
12339         * tree-pretty-print.h: Include pretty-print.h.
12340         * gimple-pretty-print.h: Include pretty-print.h.
12341
12342         * tree-pretty-print.c: Do not include diagnostic.h.
12343         * tree-vrp.c: Likewise.
12344         * tree-tailcall.c: Likewise
12345         * tree-scalar-evolution.c: Likewise
12346         * tree-ssa-dse.c: Likewise
12347         * tree-chrec.c: Likewise
12348         * tree-ssa-sccvn.c: Likewise
12349         * tree-ssa-copyrename.c: Likewise
12350         * tree-nomudflap.c: Likewise
12351         * tree-call-cdce.c: Likewise
12352         * tree-stdarg.c: Likewise
12353         * tree-ssa-math-opts.c: Likewise
12354         * tree-nrv.c: Likewise
12355         * tree-ssa-sink.c: Likewise
12356         * tree-browser.c: Likewise
12357         * tree-ssa-loop-ivcanon.c: Likewise
12358         * tree-ssa-loop.c: Likewise
12359         * tree-parloops.c: Likewise
12360         * tree-ssa-address.c: Likewise
12361         * tree-ssa-ifcombine.c: Likewise
12362         * tree-if-conv.c: Likewise
12363         * tree-data-ref.c: Likewise
12364         * tree-affine.c: Likewise
12365         * tree-ssa-phiopt.c: Likewise
12366         * tree-ssa-coalesce.c: Likewise
12367         * tree-ssa-pre.c: Likewise
12368         * tree-ssa-live.c: Likewise
12369         * tree-predcom.c: Likewise
12370         * tree-ssa-forwprop.c: Likewise
12371         * tree-ssa-dce.c: Likewise
12372         * tree-ssa-ter.c: Likewise
12373         * tree-ssa-loop-prefetch.c: Likewise
12374         * tree-optimize.c: Likewise
12375         * tree-ssa-phiprop.c: Likewise
12376         * tree-object-size.c: Likewise
12377         * tree-outof-ssa.c: Likewise
12378         * tree-ssa-structalias.c: Likewise
12379         * tree-switch-conversion.c: Likewise
12380         * tree-ssa-reassoc.c: Likewise
12381         * tree-ssa-operands.c: Likewise
12382         * tree-vectorizer.c: Likewise
12383         * tree-vect-data-refs.c: Likewise
12384         * tree-vect-generic.c: Likewise
12385         * tree-vect-stmts.c: Likewise
12386         * tree-vect-patterns.c: Likewise
12387         * tree-vect-slp.c: Likewise
12388         * tree-vect-loop.c: Likewise
12389         * tree-ssa-loop-ivopts.c: Likewise
12390         * tree-ssa-loop-im.c: Likewise
12391         * tree-ssa-loop-niter.c: Likewise
12392         * tree-ssa-loop-unswitch.c: Likewise
12393         * tree-ssa-loop-manip.c: Likewise
12394         * tree-ssa-loop-ch.c: Likewise
12395         * tree-dump.c: Likewise
12396         * tree-complex.c: Likewise
12397
12398         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
12399         * tree-ssa-uninit.c: Likewise
12400         * tree-ssa-threadupdate.c: Likewise
12401         * tree-ssa-uncprop.c: Likewise
12402         * tree-ssa-ccp.c: Likewise
12403         * tree-ssa-dom.c: Likewise
12404         * tree-ssa-propagate.c: Likewise
12405         * tree-ssa-alias.c: Likewise
12406         * tree-dfa.c: Likewise
12407         * tree-cfgcleanup.c: Likewise
12408         * tree-sra.c: Likewise
12409         * tree-ssa-copy.c: Likewise
12410         * tree-ssa.c: Likewise
12411         * tree-profile.c: Likewise
12412         * tree-cfg.c: Likewise
12413         * tree-ssa-threadedge.c: Likewise
12414         * tree-vect-loop-manip.c: Likewise
12415
12416         * tree-inline.c: Do not include diagnostic.h and expr.h.
12417         Include rtl.h.
12418         (copy_decl_for_dup_finish): Do not use NULL_RTX.
12419
12420         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
12421         * tree-loop-distribution.c: Likewise.
12422
12423 2010-06-01  Jan Hubicka  <jh@suse.cz>
12424
12425         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
12426
12427 2010-06-01  Jan Hubicka  <jh@suse.cz>
12428
12429         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
12430         remove return value.
12431         (split_bbs_on_noreturn_calls) .... here.
12432         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
12433         * tree-flow.h (fixup_noreturn_call): New.
12434
12435 2010-06-01  Jan Hubicka  <jh@suse.cz>
12436
12437         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
12438
12439 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
12440
12441         * tree.h (build_nt_call_list): Delete.
12442         * tree.c (build_nt_call_list): Delete.
12443
12444 2010-06-01  Jan Hubicka  <jh@suse.cz>
12445
12446         * fwprop.c: Make emit-rtl.h include last.
12447         * rtlanal.c: Include emit-rtl.h.
12448         * genautomata.c: Output emit-rtl include into insn-automata.c
12449         * df-scan.c: Include emit-rtl.h.
12450         * haifa-sched.c: Indlude emit-rtl.h.
12451         * mode-switching.c: Indlude emit-rtl.h.
12452         * graph.c: Indlude emit-rtl.h.
12453         * sel-sched.c: Include emit-rtl.h.
12454         * sel-sched-ir.c: Include emit-rtl.h.
12455         * ira-build.c: Include emit-rtl.h.
12456         * emit-rtl.c (first_insn, last_insn): Remove defines.
12457         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
12458         Move to emit-rtl.h.
12459         (set_new_first_and_last_insn, get_last_insn_anywhere,
12460         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
12461         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
12462         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
12463         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
12464         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
12465         Use accessor functions.
12466         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12467          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12468         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
12469         mem_expr_equal_p): Move here from rtl.h.
12470         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
12471         Move here from emit-rtl.c; make inline.
12472         * cfglayout.h: Include emit-rtl.h.
12473         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
12474          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
12475         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
12476         mem_expr_equal_p, get_insns, set_first-insn,
12477         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
12478         * reg-stack.c: Include emit-rtl.h.
12479         * dce.c: Likewise.
12480
12481 2010-06-01  Jan Hubicka  <jh@suse.cz>
12482
12483         * cgraph.h (tree_function_versioning): Update prototype.
12484         (cgraph_function_versioning): Update prototype.
12485         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
12486         bitmap.
12487         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
12488         (cgraph_materialize_clone, save_inline_function_body): Update use of
12489         tree_function_versioning.
12490         * tree-inline.c (copy_bb): Look for previous copied block to link
12491         after; fix debug output.
12492         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
12493         (copy_body): Likewise.
12494         (expand_call_inline): Update use of copy_body.
12495         (tree_function_versioning): Update use of copy body; accept
12496         blocks_to_copy and new_entry.
12497
12498 2010-06-01  Jan Hubicka  <jh@suse.cz>
12499
12500         * gegenrtl.c: Remove unnecesary prototypes.
12501         (gendecl): Remove.
12502         (gendef): Produce static inline.
12503         (gencode): Remove.
12504         (main): Do not decode parameters; generate header only.
12505         * Makefile.in (genrtl.c): Remove.
12506
12507 2010-06-01  Jan Hubicka  <jh@suse.cz>
12508
12509         * tree-switch-conversion.c (build_one_array): Make it readonly.
12510
12511 2010-06-01  Richard Guenther  <rguenther@suse.de>
12512
12513         * optabs.c (init_optabs): Guard all accesses to reinit.
12514         * ipa-pure-const.c (propagate): Fix another typo.
12515         * opts.c (common_handle_option): Split assignment to bool.
12516         * c-opts.c (c_common_handle_option): Likewise.
12517
12518 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
12519             Matthew Gingell  <gingell@adacore.com>
12520
12521         * doc/invoke.texi: Mention -fdump-ada-spec.
12522         * tree-dump.c (dump_files): Add ada-spec.
12523         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
12524         * tree-pass.h (tree_dump_index): Add TDI_ada.
12525         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
12526         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
12527         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
12528         * c-decl.c: Include c-ada-spec.h.
12529         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
12530         functions.
12531         (c_write_global_declarations): Add handling of -fdump-ada-spec.
12532         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
12533         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
12534         * c-ada-spec.h, c-ada-spec.c: New files.
12535
12536 2010-06-01  Richard Guenther  <rguenther@suse.de>
12537
12538         PR lto/43853
12539         * ipa-pure-const.c (get_function_state): Hand back varying state
12540         if we do not have one.
12541         (has_function_state): New function.
12542         (duplicate_node_data): Adjust.
12543         (remove_node_data): Likewise.
12544         (pure_const_write_summary): Likewise.
12545         (propagate): Likewise.  Fix typo.
12546
12547 2010-06-01  Jan Hubicka  <jh@suse.cz>
12548
12549         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
12550         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
12551         (execute_all_ipa_transforms): Do not play with the states.
12552
12553 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
12554
12555         * config/arm/t-linux-androideabi: New.
12556         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
12557
12558 2010-06-01  Jan Hubicka  <jh@suse.cz>
12559
12560         * tree-inline.c (estimate_num_insns): For stdarg functions look
12561         into call statement to count cost of argument passing.
12562
12563 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
12564
12565         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
12566         argument for fprintf.
12567         (ix86_output_addr_diff_elt): Likewise.
12568         (x86_function_profiler): Likewise.
12569         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
12570         (LPREFIX): Likewise.
12571         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
12572
12573 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
12574
12575         PR target/44338
12576         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
12577         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
12578         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
12579         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
12580         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
12581         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
12582         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
12583         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
12584         TARGET_FUSED_MADD.
12585
12586 2010-05-31  Jan Hubicka  <jh@suse.cz>
12587
12588         * tree.h (tree_range_check_failed): Declare noreturn.
12589
12590 2010-05-31  Jan Hubicka  <jh@suse.cz>
12591
12592         * gimple.c (gimple_call_builtin_p): New function.
12593         * gimple.h (gimple_call_builtin_p): Declare.
12594         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
12595         to exit.
12596         (execute_warn_function_return): BUILT_IN_RETURN is return.
12597         (split_critical_edges): Return edges are not critical.
12598         (is_ctrl_altering_stmt): Builtin_in_return is altering.
12599         (gimple_verify_flow_info): Handle built_in_return.
12600         (execute_warn_function_return): Handle built_in_return.
12601         * ipa-pure-const.c (check_call): Ignore builtin_return.
12602
12603 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
12604
12605         PR middle-end/44337
12606         * expr.c (expand_assignment): Don't store anything for out-of-bounds
12607         array accesses with non-MEM.
12608
12609         PR tree-optimization/44182
12610         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
12611         newly needs to end a bb is followed by debug stmts, instead return
12612         true from the function at the end.
12613         (maybe_move_debug_stmts_to_successors): New function.
12614         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
12615
12616 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
12617
12618         PR target/44161
12619         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
12620
12621 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
12622
12623         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
12624         for nested functions in non-optimized compilation.
12625
12626 2010-05-31  Richard Guenther  <rguenther@suse.de>
12627
12628         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
12629
12630 2010-05-30  Jan Hubicka  <jh@suse.cz>
12631
12632         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
12633
12634 2010-05-30  Richard Guenther  <rguenther@suse.de>
12635
12636         PR lto/42975
12637         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
12638         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
12639         no longer needed.
12640
12641 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
12642
12643         * config/darwin.c (output_objc_section_asm_op): Add comment.
12644         (name_needs_quotes): Add '_' to list of valid comment chars.
12645         (machopic_output_function_base_name): Remove unneeded quotes.
12646         (darwin_encode_section_info): Adjust asm whitespace.
12647         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
12648         (ASM_OUTPUT_LOCAL): Ditto.
12649         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
12650         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
12651         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
12652
12653 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
12654
12655         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
12656         RS6000_OUTPUT_BASENAME unconditionally.
12657         (rs6000_output_function_epilogue): Likewise.
12658
12659 2010-05-30  Jan Hubicka  <jh@suse.cz>
12660
12661         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
12662         nodes.
12663
12664 2010-05-30  Richard Guenther  <rguenther@suse.de>
12665
12666         * tree-cfg.c (verify_gimple_assign_single): Implement
12667         verification for COND_EXPR rhs.
12668
12669 2010-05-30  Jan Hubicka  <jh@suse.cz>
12670
12671         * cgraph.h (cgraph_dump_file): Declare.
12672         * cgraphunit.c (cgraph_dump_file): Export.
12673         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
12674
12675 2010-05-30  Jan Hubicka  <jh@suse.cz>
12676
12677         * dwarf2out.c (reference_to_unused,
12678         premark_types_used_by_global_vars_helper): Avoid creation of new
12679         varpool nodes.
12680
12681 2010-05-30  Jan Hubicka  <jh@suse.cz>
12682
12683         * cgraph.h (cgraph_node_cannot_return,
12684         cgraph_edge_cannot_lead_to_return): New functions.
12685         * cgraph.c (cgraph_node_cannot_return,
12686         cgraph_edge_cannot_lead_to_return): Use them.
12687         * ipa-pure-const.c (pure_const_names): New static var.
12688         (check_call): Handle calls not leading to return.
12689         (pure_const_read_summary): Dump info read.
12690         (propagate): Dump info about propagation process; ignore side effects
12691         of functions not leading to exit; fix handling of pure functions.
12692
12693 2010-05-30  Jan Hubicka  <jh@suse.cz>
12694
12695         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
12696         for tail call epilogues.
12697
12698 2010-05-30  Jan Hubicka  <jh@suse.cz>
12699
12700         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
12701         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
12702         dump files.
12703
12704 2010-05-29  Jan Hubicka  <jh@suse.cz>
12705
12706         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
12707         node; remove references in node we no longer keep in cgrpah but need
12708         body of.
12709
12710 2010-05-29  Jan Hubicka  <jh@suse.cz>
12711
12712         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
12713
12714 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12715
12716         PR target/44165
12717         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
12718
12719 2010-05-29  Jan Hubicka  <jh@suse.cz>
12720
12721         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
12722         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
12723         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
12724         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
12725         debug_names_replaced_by, debug_update_ssa): Likewise.
12726         * sbitmap.c (debug_sbitmap): Likewise.
12727         * genrecog.c (debug_decision, debug_decision_list): Likewise.
12728         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
12729         debug_tree_chain): Likewise.
12730         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
12731         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
12732         * optabs.c (debug_optab_libfuncs): Likewise.
12733         (verify_loop_closed_ssa): Likewise.
12734         * value-prof.c (verify_histograms): Likewise.
12735         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
12736         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
12737         * cfghooks.c (verify_flow_info): Likewise.
12738         * fold-const.c (debug_fold_checksum): Likewise.
12739         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
12740         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
12741         Likewise.
12742         * omega.c (debug_omega_problem): Likewise.
12743         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
12744         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
12745         * dominance.c (verify_dominators, debug_dominance_info,
12746         debug_dominance_tree): Likewise.
12747         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
12748         * df_regno_debug, df_ref_debug,
12749         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
12750         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
12751         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
12752         * sel-sched.c (debug_state): Likewise.
12753         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
12754         Likewise.
12755         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
12756         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
12757         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
12758         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
12759         Likewise.
12760         * c-pretty-print.c (debug_c_tree): Likewise.
12761         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
12762         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
12763         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
12764         * ebitmap.c (debug_ebitmap): Likewise.
12765         * function.c (debug_find_var_in_block_tree): Likewise.
12766         * print-rtl.c (debug_rtx): Likewise.
12767         (debug_rtx_count): Likewise.
12768         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
12769         * stor-layout.c (debug_rli): Likewise.
12770         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
12771         * tree-data-ref.c (debug_data_references,
12772         debug_data_dependence_relations, debug_data_reference,
12773         debug_data_dependence_relation, debug_rdg_vertex,
12774         debug_rdg_component, debug_rdg): Likewise.
12775         * tree-affine.c (debug_aff): Likewise.
12776         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
12777         Likewise.
12778         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
12779         * emit-rtl.c (verify_rtl_sharing): Likewise.
12780         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
12781         debug_value_expressions): Likewise.
12782         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
12783         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
12784         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
12785         * cfglayout.c (verify_insn_chain): Likewise.
12786         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
12787         debug_clast_stmt, debug_generated_program): Likewise.
12788         * ggc-page.c (debug_print_page_list): Likewise.
12789         * tree-ssa-ter.c (debug_ter): Likewise.
12790         * graphite-dependences.c (debug_pddr): Likewise.
12791         * sched-deps.c (debug_ds): Likewise.
12792         * tree-ssa.c (verify_ssa): Likewise.
12793         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
12794         debug_scattering_functions, debug_iteration_domains, debug_pdr,
12795         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
12796         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
12797         * tree-inline.c (debug_find_tree): Likewise.
12798         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
12799         debug_ppl_powerset_matrix): Likewise.
12800         * var-tracking.c (debug_dv): Likewise.
12801         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
12802         * cfgloop.c (verify_loop_structure): Likewise.
12803         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
12804         * c-common.c (verify_sequence_points): Likewise.
12805         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
12806         debug_candidates, debug_rgn_dependencies): Likewise.
12807         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
12808         * debug_constraint_graph, debug_solution_for_var,
12809         debug_sa_points_to_info): Likewise.
12810         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
12811         Likewie.
12812         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
12813         debug_loops, debug_loop, debug_loop_num): Likewise.
12814         * passes.c (debug_pass): Likewise.
12815         (dump_properties): Likewise; add cfglayout property.
12816         (debug_properties): Likewise.
12817         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
12818         * varpool.c (debug_varpool): Likewise.
12819         * regcprop.c (debug_value_data): Likewise.
12820         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
12821         debug_immediate_uses_for): Likewise.
12822
12823 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
12824
12825         PR bootstrap/44315
12826         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
12827         Filter out insn-flags.h.
12828
12829 2010-05-29  Jan Hubicka  <jh@suse.cz>
12830
12831         * cgraph.h (struct varpool_node_set_def,
12832         struct cgraph_node_set_def): Remove unused AUX pointer.
12833         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
12834         VEC_empty macro.
12835
12836 2010-05-29  Jan Hubicka  <jh@suse.cz>
12837
12838         PR middle-end/44324
12839         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
12840
12841 2010-05-29  Richard Guenther  <rguenther@suse.de>
12842
12843         * lto-streamer.c (cached_bp): New global variable.
12844         (bitpack_create): Return the cached bitpack, if available.
12845         (bitpack_delete): Clear and cache the bitpack, if appropriate.
12846         (bp_pack_value): Remove redundant asserts.
12847
12848 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
12849
12850         PR middle-end/44306
12851         * tree-if-conv.c (is_true_predicate): New.
12852         (is_predicated): Use is_true_predicate.
12853         (add_to_predicate_list): Same.  Do not use unshare_expr.
12854         (add_to_dst_predicate_list): Same.
12855
12856 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
12857
12858         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
12859         field on edges.
12860         (predicate_bbs): Same.
12861         (clean_predicate_lists): Same.
12862         (find_phi_replacement_condition): Do not AND the predicate from
12863         edge->aux.
12864
12865 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
12866
12867         PR bootstrap/44315
12868         * Makefile.in (build/gencondmd.o): Add a missing `\'.
12869
12870 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12871
12872         PR target/44261
12873         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
12874         (negdf2): Adjust expander pattern and use negdf2_slow.
12875         (negsf2): Likewise.
12876
12877 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
12878
12879         * basic-block.h (struct control_flow_graph): Move last_label_uid field
12880         up.
12881         * df.h (struct df_base_ref): Move regno field up.
12882         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
12883         * expr.h (struct separate_ops): Move location field up.
12884         * optabs.h (struct optab_d): Move libcall_basename field down.
12885         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
12886         * config/i386/i386.h (struct machine_function): Convert call_abi field
12887         into a bitfield.  Move cfa field to the end of the structure.
12888
12889 2010-05-29  Jan Hubicka  <jh@suse.cz>
12890
12891         * varpool.c (varpool_get_node): Fix lookup.
12892
12893 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12894
12895         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
12896         RTL specific prototypes with #ifdef RTX_CODE.
12897         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
12898         * config/spu/t-spu-elf: Fix dependencies.
12899
12900         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
12901
12902 2010-05-29  Mike Stump  <mikestump@comcast.net>
12903
12904         PR bootstrap/44315
12905         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
12906         TM_H when building to avoid dependency loops.
12907
12908 2010-05-29  Jan Hubicka  <jh@suse.cz>
12909
12910         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
12911         refs and body; not the whole node for masters of materialized clones.
12912
12913 2010-05-29  Mike Stump  <mikestump@comcast.net>
12914
12915         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
12916
12917 2010-05-29  Jan Hubicka  <jh@suse.cz>
12918
12919         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
12920         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
12921         use of clone_function_name.
12922         * cgraph.h (cgraph_create_virtual_clone,
12923         cgraph_function_versioning): update prototypes.
12924         (clone_function_name): Declare.
12925         * ipa-cp.c (ipcp_insert_stage): Update call of
12926         cgraph_create_virtual_clone.
12927         * omp-low.c (create_omp_child_function_name): Use
12928         cgraph_create_virtual_clone.
12929         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
12930         (cgraph_function_versioning): Take SUFFIX argument; produce new name
12931         and make decl local.
12932
12933 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12934
12935         * vec.h: Include statistics.h
12936         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
12937         with VEC_H.
12938
12939 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12940
12941         * c-lex.c: Do not include c-tree.h.
12942         * c-pretty-print.c: Likewise.
12943         * c-opts.c: Likewise.
12944         * c-gimplify.c: Likewise.
12945         * c-common.c: Likewise.
12946         * c-dump.c: Likewise.  Include c-common.h.
12947
12948 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12949
12950         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
12951         before including diagnostic-core.h.
12952         (c_cpp_error): New prototype moved from c-tree.h.
12953         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
12954         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
12955         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
12956         (c_cpp_error): Prototype moved to c-common.h.
12957         * Makefile.in: Update dependency for C_COMMON_H.
12958
12959 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
12960
12961         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
12962         * c-common.c (c_register_addr_space): Remove here.
12963         * c-decl.c (c_register_addr_space): Re-add here.
12964
12965 2010-05-28  Mike Stump  <mikestump@comcast.net>
12966
12967         * config/darwin-c.c: Remove c-tree.h include.
12968
12969 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
12970
12971         * gcc.c: Include diagnostic.h.
12972         (error_count): Remove.  All users changed to use errorcount.
12973         (programname): Remove.  All users changed to use progname.
12974         (fancy_abort, internal_error, fatal_error, error, warning, inform,
12975         fnotice): Remove.
12976         (execute): Don't include "Internal error" and bug reporting
12977         information in argument of internal_error call.
12978         (process_command): Don't increment error_count after calling
12979         perror_with_name.
12980         (input_filename): Rename to gcc_input_filename.  All users
12981         changed.
12982         (main): Call diagnostic_initialize.  Register delete_temp_files
12983         with atexit.  Use seen_error to test for errors.
12984         * gcc.h: Include diagnostic-core.h.
12985         (fatal_error, error, warning): Remove.
12986         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
12987         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
12988         (gcc.o): Update dependencies.
12989
12990 2010-05-28  Jeff Law  <law@redhat.com>
12991
12992         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
12993         functions.
12994         * ira.h (ira_bad_reload_regno): Declare
12995         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
12996
12997         * ira-color.c (update_curr_costs): Free updated hard reg costs.
12998         (ira_reassign_conflict_allocnos): Remove bogus asserts.
12999         (allocno_reload_assign): Likewise.
13000
13001 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
13002
13003         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
13004         build1_stat.
13005
13006 2010-05-28  Richard Guenther  <rguenther@suse.de>
13007
13008         PR lto/44312
13009         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
13010         Stream fixed-point constants mode.
13011         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
13012         and TYPE_PRECISION.
13013         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
13014         Stream fixed-point constants mode.
13015         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
13016         and TYPE_PRECISION.
13017
13018 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
13019
13020         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
13021         only place it was called from.
13022         (number_of_latch_executions): Do not return chrec_dont_know when the
13023         may_be_zero is a runtime condition: instead, return a COND_EXPR
13024         including the may_be_zero condition.
13025         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
13026         of nb_iterations.
13027         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
13028         COND_EXPRs.
13029
13030 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
13031
13032         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
13033         generate COND_EXPRs for degenerate_phi_result.
13034
13035 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
13036
13037         PR middle-end/44293
13038         * tree-if-conv.c (if_convertible_loop_p): Check the
13039         if-convertibility of phi nodes in non predicated BBs.
13040
13041 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
13042
13043         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
13044
13045 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
13046
13047         PR driver/15303
13048         * gcc.c (inform, warning, inform): New functions.
13049         (fatal_ice): Rename to internal_error; change cmsgid parameter to
13050         gmsgid.  All callers changed.
13051         (notice): Rename to fnotice; add parameter fp.  All callers changed.
13052         (fatal_error): Rename to fatal_signal.  All users changed.
13053         (fatal): Rename to fatal_error; change cmsgid parameter to
13054         gmsgid.  All callers changed.
13055         (process_command): Use warning instead of error for warnings.
13056         (end_going_arg): Don't use _() around argument of error.
13057         (do_spec_1): Use inform for message from %n specs.  Use warning
13058         instead of error for warnings.
13059         (main): Use inform for comparison messages.  Use warning for
13060         message about unused linker input.
13061         (error): Increment error_count.  Print "error: ".
13062         * gcc.h (fatal): Change to fatal_error.
13063         (warning): Declare.
13064         * config/darwin-driver.c (darwin_default_min_version): Use warning
13065         instead of fprintf for warnings.
13066         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
13067
13068 2010-05-28  Julian Brown  <julian@codesourcery.com>
13069
13070         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
13071         (*thumb2_addsi3_compare0_scratch): New.
13072         * config/arm/constraints.md (Pv): New.
13073         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
13074         for ARM mode only.
13075         (*addsi3_compare0_scratch): Likewise.
13076
13077 2010-05-28  Jan Hubicka  <jh@suse.cz>
13078
13079         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
13080         check.
13081         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
13082         only on local statics.
13083
13084 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
13085
13086         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
13087
13088 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
13089
13090         PR bootstrap/44314
13091         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
13092         (OPTION_GLIBC): Define.
13093
13094 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
13095
13096         PR debug/41048
13097         * dwarf2out.c (double_int_type_size_in_bits): New function.
13098         (round_up_to_align): Change first argument and return value to
13099         double_int.
13100         (field_byte_offset): Work internally on double_ints.
13101
13102         PR target/43636
13103         * builtins.c (expand_movstr): Use a temporary pseudo instead
13104         of target even when target is not NULL and not const0_rtx, but
13105         fails movstr predicate.
13106         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
13107
13108 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
13109
13110         * final.c (rest_of_clean_state): Use %m in errors instead of
13111         strerror (errno).
13112         * gengtype.c (read_input_list, close_output_files): Use xstrerror
13113         instead of strerror.
13114         * toplev.c (process_options): Use %m in errors instead of strerror
13115         (errno).
13116         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
13117         (errno).
13118
13119 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
13120
13121         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
13122         (ix86_canonical_va_list_type): Make static.  Add declaration.
13123         (ix86_enum_va_list): Make static.  Reindent.
13124         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
13125         (ix86_canonical_va_list_type): Ditto.
13126         (ix86_enum_va_list): Ditto.
13127
13128 2010-05-28  Richard Guenther  <rguenther@suse.de>
13129
13130         * lto-wrapper.c (run_gcc): With -save-temps generate a
13131         user-visible ltrans filename.  Fixup ltrans unit numbering.
13132
13133 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
13134
13135         * c-common.c (c_common_nodes_and_builtins): Replace use
13136         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
13137         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
13138         to ix86_enum_va_list.
13139         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
13140         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
13141         (TARGET_ENUM_VA_LIST_P): Add hook description.
13142         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
13143         * target.h (gcc_target): Add enum_va_list hook.
13144
13145         PR bootstrap/44299
13146         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
13147         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
13148         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
13149
13150 2010-05-28  Alan Modra  <amodra@gmail.com>
13151
13152         PR target/44266
13153         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
13154         emit_library_call machinery to set up __tls_get_addr calls.
13155
13156 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13157
13158         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
13159
13160 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
13161
13162         Revert fix for PR c++/44188
13163         * c-common.c (is_typedef_decl): Revert the moving of  this
13164         definition ...
13165         * tree.c (is_typedef_decl): ... here.
13166         (typdef_variant_p): Revert the moving of this  definition
13167         here from gcc/cp/tree.c.
13168         * c-common.h (is_typedef_decl): Revert the moving of this
13169         declaration ...
13170         * tree.h (is_typedef_decl): ... here.
13171         (typedef_variant_p): Revert the moving of this  declaration here
13172         from gcc/cp/cp-tree.h
13173         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
13174         (gen_tagged_type_die): Revert the splitting out of ...
13175         (gen_type_die_with_usage): ... this function. Revert the anonymous
13176         tagged type handling.
13177         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
13178         typedefs naming anonymous tagged types.
13179
13180 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
13181
13182         * config/rs6000/rs6000-modes.def (PSImode): Delete.
13183
13184 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
13185
13186         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
13187         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
13188         throughout.
13189         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
13190         "xer" to "ca".
13191         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
13192         XER_REGS to CA_REGS throughout.
13193         * config/rs6000/rs6000.h: Same.
13194         (ADDITIONAL_REGISTER_NAMES): Add "xer".
13195         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
13196         that mode_iterator "P" is the size for arithmetic carries as well.
13197         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
13198
13199 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
13200
13201         PR bootstrap/44255
13202         * combine.c (struct rtx_subst_pair): Define unconditionally.
13203         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
13204         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
13205         Call make_compound_operation on pair->to.
13206         (propagate_for_debug): Don't call make_compound_operation here.
13207         Always use simplify_replace_fn_rtx.
13208
13209 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
13210
13211         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
13212         * config/xtensa/xtensa.c (override_options): Check
13213           TARGET_FORCE_NO_PIC and set flag_pic.
13214         * config/xtensa/xtensa.opt: Document -mforce-no-pic
13215
13216 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
13217
13218         PR bootstrap/44299
13219         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
13220         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
13221
13222 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
13223
13224         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
13225         toplev.h.
13226         * diagnostic.c: Don't include toplev.h.
13227         (progname): Define.  Moved from toplev.c.
13228         (seen_error): New function.
13229         * diagnostic.h: Include diagnostic-core.h.
13230         (diagnostic_t, emit_diagnostic): Don't declare here.
13231         * toplev.c (progname): Move to toplev.c.
13232         (emit_debug_global_declarations, compile_file, finalize,
13233         do_compile, toplev_main): Use seen_error.
13234         * toplev.h: Include diagnostic-core.h.
13235         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
13236         internal_error, warning, warning_at, error, error_n, error_at,
13237         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
13238         verbatim, fnotice, progname): Move to diagnostic-core.h.
13239         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
13240         (expand_builtin_expect): Use seen_error.
13241         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
13242         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
13243         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
13244         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
13245         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
13246         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
13247         errorcount for errors.
13248         * c-opts.c (c_common_finish): Use seen_error.
13249         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
13250         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
13251         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
13252         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
13253         (get_coverage_counts): Use seen_error.
13254         * dwarf2out.c (dwarf2out_finish): Use seen_error.
13255         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
13256         gimplify_body): Use seen_error.
13257         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
13258         * ipa-pure-const.c (gate_pure_const): Use seen_error.
13259         * ipa-reference.c (gate_reference): Use seen_error.
13260         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
13261         * lambda-code.c: Include diagnostic-core.h instead of
13262         diagnostic.h.
13263         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
13264         * lto-compress.c: Include diagnostic-core.h instead of
13265         diagnostic.h.
13266         * lto-section-in.c: Include diagnostic-core.h instead of
13267         diagnostic.h.
13268         * lto-streamer-out.c: Include diagnostic-core.h instead of
13269         diagnostic.h.
13270         * lto-streamer.c: Include diagnostic-core.h instead of
13271         diagnostic.h.
13272         (gate_lto_out): Use seen_error.
13273         * matrix-reorg.c: Include diagnostic-core.h instead of
13274         diagnostic.h.
13275         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
13276         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
13277         (gate_expand_omp, lower_omp_1): Use seen_error.
13278         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
13279         (rest_of_decl_compilation, rest_of_type_compilation,
13280         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
13281         * tree-cfg.c (label_to_block_fn): Use seen_error.
13282         * tree-inline.c (optimize_inline_calls): Use seen_error.
13283         * tree-mudflap.c (mudflap_finish_file): Use
13284         seen_error.
13285         * tree-optimize.c (gate_all_optimizations,
13286         gate_all_early_local_passes, gate_all_early_optimizations): Use
13287         seen_error.
13288         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
13289         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
13290         (varpool_remove_unreferenced_decls,
13291         varpool_assemble_pending_decls): Use seen_error.
13292         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
13293         (TOPLEV_H, DIAGNOSTIC_H): Update.
13294         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
13295         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
13296         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
13297         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
13298         coverage.o, lambda-code.o): Update dependencies.
13299
13300 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
13301
13302         PR c++/44188
13303         * c-common.c (is_typedef_decl): Move this definition ...
13304         * tree.c (is_typedef_decl): ... here.
13305         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
13306         * c-common.h (is_typedef_decl): Move this declaration ...
13307         * tree.h (is_typedef_decl): ... here.
13308         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
13309         * dwarf2out.c (is_naming_typedef_decl): New function.
13310         (gen_tagged_type_die): Split out of ...
13311         (gen_type_die_with_usage): ... this function. When an anonymous
13312         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
13313         is emitted for the typedef.
13314         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
13315         anonymous tagged types.
13316
13317 2010-05-27  Jason Merrill  <jason@redhat.com>
13318
13319         * print-tree.c (debug_vec_tree): New fn.
13320         (print_vec_tree): New fn.
13321         * tree.h: Declare them.
13322         * gdbinit.in (pvt): New command.
13323
13324         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
13325
13326         * gdbinit.in (pdd): New command.
13327
13328 2010-05-27  Jan Hubicka  <jh@suse.cz>
13329
13330         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
13331         (update_caller_keys): Return early if there are no callers;
13332         only update fibheap when decresing the key.
13333         (update_callee_keys): Avoid recursion.
13334         (decide_inlining_of_small_functions): When badness does not match;
13335         re-insert into fibheap.
13336
13337 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
13338
13339         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
13340         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
13341         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
13342         (ALL_HOST_OBJS): Now a union of the above two.
13343         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
13344         all files in ALL_HOST_FRONTEND_OBJS.
13345         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
13346
13347         * c-common.c: Pretend to be a backend file by undefining
13348         IN_GCC_FRONTEND (still need rtl.h here).
13349
13350 2010-05-27  Jan Hubicka  <jh@suse.cz>
13351
13352         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
13353         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
13354
13355 2010-05-27  Jan Hubicka  <jh@suse.cz>
13356
13357         * sched-ebb.c: Rename struct deps to struct deps_desc.
13358         * ddg.c: Likewise.
13359         * sel-sched-ir.c: Likewise.
13360         * sched-deps.c: Likewise.
13361         * sched-int.h: Likewise.
13362         * sched-rgn.c: Likewise.
13363
13364 2010-05-27  Jon Beniston  <jon@beniston.com>
13365
13366         PR 43726
13367         * config/lm32/lm32.h: Remove definition of
13368         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
13369
13370 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
13371
13372         PR lto/44230
13373         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
13374
13375 2010-05-27  Richard Guenther  <rguenther@suse.de>
13376
13377         PR tree-optimization/44284
13378         * tree-vect-stmts.c (vectorizable_assignment): Handle
13379         sign-changing conversions as simple copy.
13380
13381 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
13382
13383         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
13384         Bionic C library.
13385         (__gthread_active_p): Check for pthread_create if compiling against
13386         Bionic C library.
13387
13388 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
13389
13390         Support compilation for Android platform.  Reimplement -mandroid.
13391
13392         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
13393         (*android*): Set ANDROID_DEFAULT.
13394         (arm*-*-linux*): Include linux-android.h.
13395         (arm*-*-eabi*): Don't include previous -mandroid implementation.
13396         * config/arm/eabi.h: Remove, move Android-specific parts ...
13397         * config/linux-android.h: ... here.  New file.
13398         * config/arm/eabi.opt: Rename to ...
13399         * config/linux-android.opt: ... this.
13400         (mandroid): Allow -mno-android option.  Initialize based on
13401         ANDROID_DEFAULT.
13402         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
13403         Move logic to corresponding LINUX_TARGET_* macros.
13404         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
13405         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
13406         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
13407         Android definitions.
13408         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
13409         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
13410         Document.
13411
13412 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
13413
13414         Add support for Bionic C library
13415
13416         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
13417         macro.
13418         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
13419         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
13420
13421         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
13422         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
13423         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
13424         to support multiple C libraries.  Handle Bionic.
13425         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
13426         (BIONIC_DYNAMIC_LINKER64): Define.
13427         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
13428         Update.
13429         (TARGET_HAS_SINCOS): Enable for Bionic.
13430
13431         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
13432         the last option specified on command line take effect.
13433         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
13434         (mbionic): New.
13435         (mglibc, muclibc): Update.
13436
13437         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
13438         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
13439         DEFAULT_LIBC.
13440
13441         * doc/invoke.texi (-mglibc, -muclibc): Update.
13442         (-mbionic): Document.
13443
13444 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13445
13446         * c-common.h (c_register_addr_space): Add prototype.
13447         (ADDR_SPACE_KEYWORD): Remove.
13448         * c-common.c (c_register_addr_space): New function.
13449         (c_addr_space_name): Reimplement.
13450         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
13451
13452         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
13453         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
13454
13455         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
13456         Remove TARGET_ADDR_SPACE_KEYWORDS.
13457
13458 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
13459
13460         * input.c: New file.
13461         * input.h (main_input_filename): Move declaration to toplev.h.
13462         * toplev.c (input_location, line_table): Move to input.c
13463         * toplev.h (main_input_filename): Move declaration from input.h.
13464         * tree.c (expand_location): Move to input.c.
13465         * Makefile.in (OBJS-common): Add input.o.
13466         (input.o): Add dependencies.
13467
13468 2010-05-27  Richard Guenther  <rguenther@suse.de>
13469
13470         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
13471         for non-existant files.
13472         (fork_execute): Mark args_name file as deleted.
13473
13474 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
13475
13476         PR bootstrp/44287
13477         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
13478         (narrow_signed_type): Likewise.
13479
13480 2010-05-26  Jan Hubicka  <jh@suse.cz>
13481
13482         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
13483         edge only when checking is enabled; check using former_clone_of;
13484         check inline clones too.
13485         (cgraph_materialize_clone): Record former_clone_of pointer.
13486         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
13487         combining redirections; dump args_to_skip bitmap
13488         (cgraph_materialize_all_clones): Do no redirection here.
13489         * ipa-inline.c (inline_transform): Do redirection here.
13490         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
13491         cheking only).
13492
13493 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13494
13495         * config/avr/avr-c.c: Do not include regs.h.
13496         Include cpplib.h for cpp_define and tree.h for c-common.h.
13497         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
13498         * config/avr/t-avr: Fix dependencies for avr-c.o.
13499
13500 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13501
13502         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
13503         string instead of SYMBOL_REF rtx.
13504         * rtl.h (set_stack_check_libfunc): Move prototype from here...
13505         * libfuncs.h: ...to here.  Adjust for explow.c change.
13506
13507 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
13508
13509         * pretty-print.c: Don't include ggc.h.
13510         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
13511         (identifier_to_locale): Use them for allocation.
13512         * pretty-print.h (identifier_to_locale_alloc,
13513         identifier_to_locale_free): Declare.
13514         * toplev.c (alloc_for_identifier_to_locale): New.
13515         (general_init): Set identifier_to_locale_alloc and
13516         identifier_to_locale_free.
13517         * Makefile.in (pretty-print.o): Update dependencies.
13518
13519 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
13520
13521         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
13522         pointer types if they have different alignment or mode.
13523
13524 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
13525
13526         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13527         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13528         * config/sparc/sparc-protos.h (function_value): Remove declaration.
13529         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
13530         sparc_function_value_regno_p): New functions.
13531         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13532         TARGET_FUNCTION_VALUE_REGNO_P): Define.
13533         (function_value): Rename to...
13534         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
13535         argument to 'outgoing'.
13536         (function_arg_record_value, function_arg_union_value,
13537         function_arg_vector_value): Update comment.
13538
13539 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
13540
13541         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
13542         (fde_needed_for_eh_p): New predicate.
13543         (output_call_frame_info): Use it throughout to decide whether FDEs
13544         are needed for EH purpose.
13545         (dwarf2out_begin_prologue): Reorder assignments.
13546
13547 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13548
13549         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
13550         special case loop->header.
13551         (is_predicated): New.
13552         (if_convertible_loop_p): Call it.
13553
13554 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13555
13556         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
13557         iterator in parameter.  Do not generate code during the analysis.
13558         (tree_if_convert_cond_stmt): Removed.
13559         (tree_if_convert_stmt): Removed.
13560         (predicate_bbs): New.
13561         (if_convertible_loop_p): Call predicate_bbs.
13562         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
13563         now contains all the analysis part.
13564
13565 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13566
13567         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
13568         statements in the analysis part.
13569         (tree_if_convert_stmt): Update comment.
13570         (remove_conditions_and_labels): New.
13571         (combine_blocks): Call remove_conditions_and_labels.
13572         (tree_if_conversion): Update comment.
13573
13574 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13575
13576         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
13577         than 2 predecessors or more than 2 successors.
13578
13579 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13580
13581         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
13582         of loops in which the data dependence analysis fails.
13583
13584 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13585
13586         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
13587         CDI_POST_DOMINATORS.
13588         (tree_if_conversion): Same.
13589
13590 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13591
13592         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
13593
13594 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
13595
13596         * tree-if-conv.c: Update copyright years.  Fix comments.
13597         Fix indentation.
13598
13599 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
13600
13601         * builtin-types.def (BT_INT128): New primitive type.
13602         (BT_UINT128): Likewise.
13603         * c-common.c (c_common_r): Add __int128 keyword.
13604         (c_common_type_for_size): Handle __int128.
13605         (c_common_type_for_mode): Likewise.
13606         (c_common_signed_or_unsigned_type): Likewise.
13607         (c_common_nodes_and_builtins): Add builtin type
13608         if target supports 128-bit integer scalar.
13609         * c-common.h (enum rid): Add RID_INT128.
13610         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
13611         if target supports 128-bit integer scalar.
13612         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
13613         (finish_declspecs): Likewise.
13614         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
13615         (c_token_starts_declspecs): Likewise.
13616         (c_parser_declspecs): Likewise.
13617         (c_parser_attributes): Likewise.
13618         (c_parser_objc_selector): Likewise.
13619         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
13620         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
13621         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
13622         * tree.c (make_or_reuse_type): Likewise.
13623         (make_unsigned_type): Likewise.
13624         (build_common_tree_nodes_2): Likewise.
13625         * tree.h (enum integer_type_kind): Add itk_int128 and
13626         itk_unsigned_int128.
13627         (int128_integer_type_node): New define.
13628         (int128_unsigned_type_node): New define.
13629         * doc/extend.texi: Add documentation about __int128 type.
13630
13631 2010-05-26  Richard Guenther  <rguenther@suse.de>
13632
13633         * tree-ssa-sccvn.c (copy_nary): Adjust.
13634         (copy_phis): Rename to ...
13635         (copy_phi): ... this.  Adjust.
13636         (copy_references): Rename to ...
13637         (copy_reference): ... this.  Adjust.
13638         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
13639         result into the valid table.
13640
13641 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13642
13643         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
13644         insn-config.h, insn-codes.h, recog.h, and optabs.h.
13645
13646 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13647
13648         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
13649
13650 2010-05-26  Richard Guenther  <rguenther@suse.de>
13651
13652         * opts.c (common_handle_option): Handle OPT_Ofast.
13653
13654 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
13655
13656         * diagnostic.c: Don't include opts.h.
13657         (permissive_error_option): Define.
13658         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
13659         for classify_diagnostic.  Don't use memset for
13660         classify_diagnostic.  Initialize new and recently added fields.
13661         (diagnostic_classify_diagnostic): Use context->n_opts instead of
13662         N_OPTS.
13663         (diagnostic_report_diagnostic): Pass context parameter to
13664         diagnostic_report_warnings_p.  Use option_enabled and option_name
13665         hooks from context.
13666         (emit_diagnostic): Use permissive_error_option.
13667         (permerror): Likewise.
13668         * diagnostic.h: Don't include options.h.
13669         (struct diagnostic_context): Add n_opts, opt_permissive,
13670         inhibit_warnings, warn_system_headers, option_enabled and
13671         option_name fields.  Change classify_diagnostic to a pointer.
13672         * opts-diagnostic.h: New file.
13673         * opts.c: Include opts-diagnostic.h.
13674         (common_handle_option): Set global_dc fields for -Wfatal-errors,
13675         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
13676         (option_name): New function.
13677         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
13678         (c_common_handle_option): Set global_dc->permissive for
13679         -fpermissive.
13680         * c-common.c (c_cpp_error): Save and restore
13681         global_dc->warn_system_headers, not variable warn_system_headers.
13682         * toplev.c: Include opts-diagnostic.h.
13683         (general_init): Update call to diagnostic_initialize.  Set
13684         global_dc->show_column, global_dc->option_enabled and
13685         global_dc->option_name.
13686         (process_options): Don't set global_dc fields here.
13687         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
13688         (diagnostic.o, opts.o, toplev.o): Update dependencies.
13689
13690 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
13691
13692         * config/picochip/picochip.md (movsi): Split a movsi from a
13693         const after reload.
13694
13695 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13696
13697         * ggc-zone.c: Update copyright year.
13698         (poison_region): Mark memory for Valgrind as undefined before
13699         memset () call and inaccessible afterwards.
13700         (ggc_pch_total_size): Change type of i to int.
13701
13702 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13703
13704         * ggc-common.c (ggc_free_overhead): Allow empty slot.
13705
13706 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13707
13708         * ggc-common.c: Update copyright year.
13709         (ggc_rlimit_bound): Remove prototype.  Compile only if
13710         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
13711         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
13712         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
13713         (ggc_min_heapsize_heuristic): Likewise.
13714
13715 2010-05-26  Richard Guenther  <rguenther@suse.de>
13716
13717         PR rtl-optimization/44164
13718         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
13719         no-common access-path disambiguation.
13720         (indirect_ref_may_alias_decl_p): Adjust.
13721         (indirect_refs_may_alias_p): Likewise.
13722         (refs_may_alias_p_1): Likewise.
13723
13724 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13725
13726         * c-typeck.c: Do not include expr.h.
13727
13728 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
13729
13730         * rtl.h (decl_default_tls_model): Move prototype from here...
13731         * output.h: ...to here.
13732         * c-decl.c: Do not include rtl.h.
13733         * c-pragma.c: Likewise.
13734         * c-parser.c: Likewise.
13735         * c-gimplify.c: Likewise.  And also not hard-reg-set.
13736         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
13737         FIXME note for it.  Add a FIXME note for expr.h.
13738         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
13739         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
13740         defined.
13741
13742 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
13743
13744         PR target/44199
13745         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
13746         or total_size is larger than red zone size for non-V4 ABI, emit a
13747         stack_tie resp. frame_tie insn before stack pointer restore.
13748         * config/rs6000/rs6000.md (frame_tie): New insn.
13749
13750 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
13751
13752         * function.h (struct function): Add can_throw_non_call_exceptions bit.
13753         * lto-streamer-in.c (input_function): Stream it in.
13754         * lto-streamer-out.c (output_function): Stream it out.
13755         * function.c (allocate_struct_function): Set it.
13756         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
13757         for flag_non_call_exceptions.
13758         * cfgbuild.c (control_flow_insn_p): Likewise.
13759         (make_edges): Likewise.
13760         * cfgexpand.c (expand_stack_alignment): Likewise.
13761         * combine.c (distribute_notes): Likewise.
13762         * cse.c (cse_extended_basic_block): Likewise.
13763         * except.c (insn_could_throw_p): Likewise.
13764         * gcse.c (simple_mem): Likewise.
13765         * ipa-pure-const.c (check_call): Likewise.
13766         (check_stmt ): Likewise.
13767         * lower-subreg.c (lower-subreg.c): Likewise.
13768         * optabs.c (emit_libcall_block): Likewise.
13769         (prepare_cmp_insn): Likewise.
13770         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
13771         * postreload.c (rest_of_handle_postreload): Likewise.
13772         * reload1.c (reload_as_needed): Likewise.
13773         (emit_input_reload_insns): Likewise.
13774         (emit_output_reload_insns): Likewise.
13775         (fixup_abnormal_edges): Likewise.
13776         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
13777         * store-motion.c (find_moveable_store): Likewise.
13778         * tree-eh.c (stmt_could_throw_p): Likewise.
13779         (tree_could_throw_p): Likewise.
13780         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
13781         * config/arm/arm.c (arm_expand_prologue): Likewise.
13782         (thumb1_expand_prologue): Likewise.
13783         * config/rx/rx.md (cbranchsf4): Likewise.
13784         (cmpsf): Likewise.
13785         * config/s390/s390.c (s390_emit_prologue): Likewise.
13786         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
13787         (inline_forbidden_into_p): New predicate.
13788         (expand_call_inline): Use it to forbid inlining.
13789         (tree_can_inline_p): Likewise.
13790
13791 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13792
13793         * config/i386/i386-c.c: Do not include rtl.h.
13794         * config/i386/t-i386: Update dependencies.
13795
13796 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13797
13798         * attribs.c: Do not include rtl.h.
13799         * Makefile.in: Update dependencies.
13800
13801 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
13802
13803         * double-int.h (double_int_and): New.
13804         * combine.c (try_combine): Clean up, use double_int_* and
13805         immed_double_int_const functions.
13806
13807 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13808
13809         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
13810         stderr to /dev/null instead of grep -q.
13811         * configure: Regenerate.
13812
13813 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
13814
13815         * Makefile.in (EXCEPT_H): Fix typo.
13816
13817 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
13818
13819         * ira-build.c (update_conflict_hard_reg_costs): New.
13820         (ira_build): Call update_conflict_hard_reg_costs.
13821
13822 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
13823
13824         PR debug/41371
13825         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
13826         ENABLE_CHECKING.
13827         (intersect_loc_chains): Walk the s2var's loc_chain together
13828         with s1node chain as long as the locations are equal, don't
13829         call find_loc_in_1pdv in that case.
13830
13831         PR debug/42801
13832         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
13833         (copy_bind_expr): ... instead of here.
13834         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
13835         if the block hasn't been remapped.
13836         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
13837         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
13838
13839 2010-05-25  Richard Guenther  <rguenther@suse.de>
13840
13841         PR middle-end/44069
13842         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
13843         out-of-bounds array accesses.
13844
13845 2010-05-25  Richard Guenther  <rguenther@suse.de>
13846
13847         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
13848         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
13849         (run_gcc): Re-organize to make cleanup easier.
13850
13851 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13852
13853         * config/s390/s390.c (optimization_options): Fix and move the
13854         flag_prefetch_loop_arrays override ...
13855         (override_options): ... here.
13856
13857 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
13858
13859         * diagnostic.c: Don't include plugin.h.
13860         (diagnostic_report_diagnostic): Don't handle plugins specially
13861         here.  Pass context to internal_error callback.
13862         * diagnostic.h (struct diagnostic_context): Add context parameter
13863         to internal_error callback.
13864         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
13865         * plugin.h (struct diagnostic_context): Declare.
13866         (warn_if_plugins, plugins_internal_error_function): Declare.
13867         * toplev.c (general_init): Set global_dc->internal_error.
13868         * Makefile.in (diagnostic.o): Update dependencies.
13869
13870 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
13871
13872         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
13873         * config/rs6000/t-darwin64: New.
13874         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
13875         build crt2.
13876
13877 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
13878
13879         PR 44203
13880         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
13881         match the original (and intended) behaviour before r159557.  This
13882         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
13883         in two ways.
13884
13885 2010-05-25  Richard Guenther  <rguenther@suse.de>
13886
13887         * doc/invoke.texi: Document -Ofast.
13888         * target.h (struct gcc_target): Add handle_ofast.
13889         * target-def.h (TARGET_HANDLE_OFAST): Add.
13890         (TARGET_INITIALIZER): Adjust.
13891         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
13892         * common.opt (Ofast): Add.
13893
13894 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
13895
13896         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
13897         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
13898
13899 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
13900
13901         PR target/43610
13902         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
13903         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
13904         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
13905         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
13906
13907 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
13908
13909         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
13910         DW_OP_minus with negated offset instead of DW_OP_plus.
13911         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
13912
13913 2010-05-25  Wei Guozhi  <carrot@google.com>
13914
13915         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
13916         tst instruction and a new alternative.
13917         * config/arm/constraints.md (Pu): New constraint.
13918
13919 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
13920
13921         * function.c (assign_stack_local_1): Initialize variable
13922         to avoid warning when bootstrapping at -O3.
13923
13924 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
13925
13926         * configure.ac (all_lang_makefiles): Remove everything related to it.
13927         * configure: Regenerate.
13928         * Makefile.in: Fix reference to ada Make-lang.in.
13929         Remove support for LANG_MAKEFILES.
13930
13931 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
13932             Sandra Loosemore  <sandra@codesourcery.com>
13933
13934         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
13935         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
13936         description.  Add arm_neon_fp16_ok.
13937         (Add Options): Add arm_neon and arm_neon_fp16.
13938
13939 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
13940
13941         * diagnostic.c: Don't include flags.h.
13942         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
13943         context parameters.  Check flags in the context passed as a parameter.
13944         (diagnostic_build_prefix): Add context parameter.  Check
13945         show_column flag in context.
13946         (diagnostic_action_after_output): Check fatal_errors flag in context.
13947         (diagnostic_report_current_module): Check show_column flag in context.
13948         (default_diagnostic_starter): Update call to
13949         diagnostic_build_prefix.
13950         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
13951         (emit_diagnostic): Pass context to permissive_error_kind.
13952         (permerror): Pass context to permissive_error_kind.
13953         * diagnostic.h (struct diagnostic_context): Add show_column,
13954         pedantic_errors, permissive and fatal_errors fields.
13955         (diagnostic_build_prefix): Update prototype.
13956         * langhooks.c
13957         * toplev.c (process_options): Set flags in global_dc from
13958         flag_show_column, flag_pedantic_errors, flag_permissive,
13959         flag_fatal_errors.
13960         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
13961         to diagnostic_build_prefix.
13962         * Makefile.in (diagnostic.o): Update dependencies.
13963
13964 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
13965
13966         * config/i386/ia32intrin.h (__crc32q): Define only if
13967         __SSE4_2__ is defined.
13968
13969 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
13970
13971         PR target/44132
13972         PR middle-end/43602
13973         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
13974         DECL_VISIBILITY_SPECIFIED.
13975         (emutls_decl): Set DECL_PRESERVE_P and copy
13976         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
13977         (emutls_finalize_control_var): New callback.
13978         (emutls_finish): Finalize emutls control variables.
13979         * toplev.c (compile_file): Move the call to emutls_finish ()
13980         before varpool_assemble_pending_decls ().
13981
13982 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
13983
13984         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
13985         added to the preprocessor condition.
13986
13987 2010-05-24  Paul Brook  <paul@codesourcery.com>
13988
13989         * gengtype-lex.l: Add HARD_REG_SET.
13990         * expr.c (expand_expr_real_1): Record writes to hard registers.
13991         * function.c (rtl_data): Add asm_clobbers.
13992         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
13993         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
13994         Use crtl->asm_clobbers.
13995
13996 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13997
13998         * doc/makefile.texi (Makefile): Mention stages 'profile'
13999         and 'feedback' for profiledbootstrap.
14000
14001 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
14002
14003         PR target/44245
14004         * config/i386/i386.c (def_builtin): Properly check
14005         OPTION_MASK_ISA_64BIT.
14006
14007 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
14008
14009         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
14010         typedefs with different but compatible types.  Allow duplicate
14011         typedefs with the same type except for pedantic non-C1X, but give
14012         warning for variably modified types.
14013         * c-typeck.c (tagged_types_tu_compatible_p,
14014         function_types_compatible_p, type_lists_compatible_p,
14015         comptypes_internal): Add parameter different_types_p; set
14016         *different_types_p for different but compatible types.  All
14017         callers changed.
14018         (comptypes_check_different_types): New.
14019         * c-tree.h (comptypes_check_different_types): Declare.
14020
14021 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
14022
14023         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
14024         * jump.c: Include basic-block.h.
14025         * profile.c: Likewise.
14026         * tree-profile.c: Likewise.
14027         * coverage.c: Likewise.
14028         * basic-block.h (optimize_function_for_size_p): Move to function.h.
14029         (optimize_function_for_speed_p): Likewise.
14030         * function.h (optimize_function_for_size_p,
14031         optimize_function_for_speed_p): Moved here from basic-block.h.
14032         * Makefile.in: Update dependencies.
14033
14034 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14035
14036         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
14037         before calling make; allow override through $MAKE.
14038         * doc/invoke.texi (Optimize Options): Document override.
14039
14040 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
14041
14042         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
14043         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14044         (rs6000_mode_dependent_address_ptr): Make static.
14045         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
14046         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
14047         Remove.
14048
14049 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
14050
14051         PR target/43869
14052         * config/i386/i386.c: Make sure that the correct regparm is passed.
14053
14054 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
14055
14056         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
14057         * sbitmap.c: ...to here to internalize sbitmap element access.
14058         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
14059         Explain why basic-block.h is included.
14060         * function.h: Include tm.h for CUMULATIVE_ARGS.
14061         * Makefile.in: Update dependencies.
14062
14063 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
14064
14065         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
14066         New core types.
14067         * sbitmap.h (struct sbitmap_def): Do not typedef here.
14068         * sbitmap.c: Include sbitmap.h.
14069         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
14070         hard-reg-set.h.  Split everything related to regsets out from here...
14071         * regset.h: ...to here.  New file.
14072         * df.h: Include regset.h and sbitmap.h.
14073         * tree-flow.h: Likewise.
14074         * cfgloop.h: Likewise.
14075         * except.h: Do not include sbitmap.h.  Include hashtab.h.
14076         * cgraph.h: Include vec.h and function.h.
14077         * reload.h (struct insn_chain): Change types of live_throughout
14078         and dead_or_set from regset_head to bitmap_head.
14079         (compute_use_by_pseudos): Be defined also if regset.h is not included.
14080         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
14081         spilled_regs from regset_head to bitmap_head to avoid dependency
14082         in regset.h.
14083         * sel-sched-ir.h: Include regset.h.
14084         * reload.c: Include df.h before reload.h.
14085         * caller-save.c: Likewise.
14086         * reload1.c: Likewise.
14087         * ira.c: Likewise.
14088         (mark_elimination): Update type of r to bitmap, consistent with
14089         DF_LR_IN.
14090         * dominance.c: Include bitmap.h.
14091         * modulo-sched.c: Include df.h.
14092         * cfganal.c: Include bitmap.h and sbitmap.h.
14093         * cfgbuild.c: Include sbitmap.h.
14094         * lcm.c: Include sbitmap.h.
14095         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
14096         * domwalk.c: Include sbitmap.h, exclude ggc.h.
14097         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
14098         * cselib.c: Include bitmap.h.
14099         * tree-optimize.c: Include regset.h.
14100         * stmt.c: Include bitmap.h.
14101         * Makefile.in: Update dependencies.
14102
14103 2010-05-22  Jan Hubicka  <jh@suse.cz>
14104
14105         * cgraph.h (struct varpool_node): Add same_comdat_group.
14106         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
14107         pointer.
14108         (output_varpool): Update call of lto_output_varpool_node.
14109         (input_varpool): Read same_comdat_group pointer.
14110         (input_varpool_1): Fixup same_comdat_group pointer.
14111         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
14112         group is needed, all are.
14113         * varpool.c (varpool_remove_node): Remove node from same comdat group
14114         linklist too.
14115         (varpool_analyze_pending_decls): Walk same comdat groups.
14116
14117 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
14118
14119         * rtl.h (union rtunion_def): Remove rt_bit member.
14120         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
14121         * print-rtl (print_rtx): Do not print the member.
14122         * gengtype.c (adjust_field_rtx_def): Do not handle it.
14123         * gengenrtl.c (type_from_format): Likewise.
14124         (accessor_from_format): Likewise.
14125
14126 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
14127
14128         * dbgcnt.c: Include toplev.h instead of errors.h.
14129         * ira-emit.c: Don't include errors.h.
14130         * ira.c: Include toplev.h instead of errors.h.
14131         * lto-compress.c: Include toplev.h instead of errors.h.
14132         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
14133         ira.o, dbgcnt.o): Update dependencies.
14134
14135 2010-05-22  Richard Guenther  <rguenther@suse.de>
14136
14137         * gimple.c (gimple_types_compatible_p): Check type qualifications
14138         before merging pointer to complete and pointer to incomplete type.
14139         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
14140         we use our own resolution algorithm.  The gold linker plugin
14141         doesn't do the job we want it to do here.
14142
14143 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
14144
14145         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
14146         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
14147         (sparc_mode_dependent_address_p): New function.
14148
14149 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
14150
14151         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
14152
14153         * timevar.c: Do not include any core headers.
14154         (timevar_print): De-i18n-ize.
14155         (print_time): Likewise.
14156         * timevar.h (timevar_push, timevar_pop): Make inline functions.
14157
14158 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
14159
14160         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
14161         langhooks-def.h.
14162         (diagnostic_initialize): Initialize x_data not last_function.
14163         (diagnostic_report_current_function): Move to tree-diagnostic.c.
14164         (default_diagnostic_starter): Call
14165         diagnostic_report_current_module not
14166         diagnostic_report_current_function.
14167         (diagnostic_report_diagnostic): Initialize x_data not
14168         abstract_origin.
14169         (verbatim): Likewise.
14170         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
14171         x_data.
14172         (struct diagnostic_context): Change last_function to x_data.
14173         (diagnostic_auxiliary_data): Replace with
14174         diagnostic_context_auxiliary_data and
14175         diagnostic_info_auxiliary_data.
14176         (diagnostic_last_function_changed, diagnostic_set_last_function,
14177         diagnostic_report_current_function): Move to tree-diagnostic.h.
14178         (print_declaration, dump_generic_node, print_generic_stmt,
14179         print_generic_stmt_indented, print_generic_expr,
14180         print_generic_decl, debug_c_tree, dump_omp_clauses,
14181         print_call_name, debug_generic_expr, debug_generic_stmt,
14182         debug_tree_chain, default_tree_printer): Move to
14183         tree-pretty-print.h.
14184         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
14185         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
14186         gimple-pretty-print.h.
14187         * pretty-print.c: Don't include tree.h
14188         (pp_base_format): Don't handle %K here.
14189         (pp_base_tree_identifier): Move to tree-pretty-print.c.
14190         * pretty-print.h (text_info): Change abstract_origin to x_data.
14191         (pp_tree_identifier, pp_unsupported_tree,
14192         pp_base_tree_identifier): Move to tree-pretty-print.h.
14193         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
14194         tree-pretty-print.h: New files.
14195         * tree-pretty-print.c: Include tree-pretty-print.h.
14196         (percent_K_format): New.  Moved from pretty-print.c.
14197         (pp_base_tree_identifier): Move from pretty-print.c.
14198         * c-objc-common.c: Include tree-pretty-print.h.
14199         (c_tree_printer): Handle %K here.
14200         * langhooks.c: Include tree-diagnostic.h.
14201         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
14202         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
14203         (default_tree_printer): Handle %K using percent_K_format.
14204         (general_init): Use default_tree_diagnostic_starter.
14205         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
14206         (free_lang_data): Use default_tree_diagnostic_starter.
14207         * c-pretty-print.c: Include tree-pretty-print.h.
14208         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
14209         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
14210         * dwarf2out.c: Include tree-pretty-print.h.
14211         * except.c: Include tree-pretty-print.h.
14212         * gimple-pretty-print.c: Include tree-pretty-print.h and
14213         gimple-pretty-print.h.
14214         * gimplify.c: Include tree-pretty-print.h.
14215         * graphite-poly.c: Include tree-pretty-print.h and
14216         gimple-pretty-print.h.
14217         * ipa-cp.c: Include tree-pretty-print.h.
14218         * ipa-inline.c: Include gimple-pretty-print.h.
14219         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
14220         * ipa-pure-const.c: Include gimple-pretty-print.h.
14221         * ipa-struct-reorg.c: Include tree-pretty-print.h and
14222         gimple-pretty-print.h.
14223         * ipa-type-escape.c: Include tree-pretty-print.h.
14224         * print-rtl.c: Include tree-pretty-print.h.
14225         * print-tree.c: Include gimple-pretty-print.h.
14226         * sese.c: Include tree-pretty-print.h.
14227         * tree-affine.c: Include tree-pretty-print.h.
14228         * tree-browser.c: Include tree-pretty-print.h.
14229         * tree-call-cdce.c: Include gimple-pretty-print.h.
14230         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
14231         * tree-chrec.c: Include tree-pretty-print.h.
14232         * tree-data-ref.c: Include tree-pretty-print.h and
14233         gimple-pretty-print.h.
14234         * tree-dfa.c: Include tree-pretty-print.h.
14235         * tree-if-conv.c: Include tree-pretty-print.h and
14236         gimple-pretty-print.h.
14237         * tree-inline.c: Include tree-pretty-print.h.
14238         * tree-into-ssa.c: Include tree-pretty-print.h and
14239         gimple-pretty-print.h.
14240         * tree-nrv.c: Include tree-pretty-print.h.
14241         * tree-object-size.c: Include tree-pretty-print.h and
14242         gimple-pretty-print.h.
14243         * tree-outof-ssa.c: Include tree-pretty-print.h and
14244         gimple-pretty-print.h.
14245         * tree-parloops.c: Include tree-pretty-print.h and
14246         gimple-pretty-print.h.
14247         * tree-predcom.c: Include tree-pretty-print.h and
14248         gimple-pretty-print.h.
14249         * tree-scalar-evolution.c: Include tree-pretty-print.h and
14250         gimple-pretty-print.h.
14251         * tree-sra.c: Include tree-pretty-print.h.
14252         * tree-ssa-address.c: Include tree-pretty-print.h.
14253         * tree-ssa-alias.c: Include tree-pretty-print.h.
14254         * tree-ssa-ccp.c: Include tree-pretty-print.h and
14255         gimple-pretty-print.h.
14256         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
14257         * tree-ssa-copy.c: Include tree-pretty-print.h and
14258         gimple-pretty-print.h.
14259         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
14260         * tree-ssa-dce.c: Include tree-pretty-print.h and
14261         gimple-pretty-print.h.
14262         * tree-ssa-dom.c: Include tree-pretty-print.h and
14263         gimple-pretty-print.h.
14264         * tree-ssa-dse.c: Include gimple-pretty-print.h.
14265         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
14266         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
14267         * tree-ssa-live.c: Include tree-pretty-print.h and
14268         gimple-pretty-print.h.
14269         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
14270         gimple-pretty-print.h.
14271         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
14272         gimple-pretty-print.h.
14273         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
14274         gimple-pretty-print.h.
14275         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
14276         gimple-pretty-print.h.
14277         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
14278         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
14279         * tree-ssa-operands.c: Include tree-pretty-print.h and
14280         gimple-pretty-print.h.
14281         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
14282         gimple-pretty-print.h.
14283         * tree-ssa-pre.c: Include tree-pretty-print.h and
14284         gimple-pretty-print.h.
14285         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
14286         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
14287         gimple-pretty-print.h.
14288         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
14289         gimple-pretty-print.h.
14290         * tree-ssa-sink.c: Include gimple-pretty-print.h.
14291         * tree-ssa-ter.c: Include tree-pretty-print.h and
14292         gimple-pretty-print.h.
14293         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
14294         * tree-ssa.c: Include tree-pretty-print.h and
14295         gimple-pretty-print.h.
14296         * tree-stdarg.c: Include gimple-pretty-print.h.
14297         * tree-switch-conversion.c: Include gimple-pretty-print.h.
14298         * tree-tailcall.c: Include tree-pretty-print.h and
14299         gimple-pretty-print.h.
14300         * tree-vect-data-refs.c: Include tree-pretty-print.h and
14301         gimple-pretty-print.h.
14302         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
14303         gimple-pretty-print.h.
14304         * tree-vect-loop.c: Include tree-pretty-print.h and
14305         gimple-pretty-print.h.
14306         * tree-vect-patterns.c: Include gimple-pretty-print.h.
14307         * tree-vect-slp.c: Include tree-pretty-print.h and
14308         gimple-pretty-print.h.
14309         * tree-vect-stmts.c: Include tree-pretty-print.h and
14310         gimple-pretty-print.h.
14311         * tree-vectorizer.c: Include tree-pretty-print.h.
14312         * tree-vrp.c: Include tree-pretty-print.h and
14313         gimple-pretty-print.h.
14314         * value-prof.c: Include tree-pretty-print.h and
14315         gimple-pretty-print.h.
14316         * var-tracking.c: Include tree-pretty-print.h.
14317         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
14318         (tree-diagnostic.o): New dependencies.
14319         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
14320         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
14321         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
14322         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
14323         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
14324         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
14325         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
14326         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
14327         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
14328         tree-ssa-address.o, tree-ssa-loop-niter.o,
14329         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
14330         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
14331         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
14332         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
14333         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
14334         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
14335         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
14336         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
14337         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
14338         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
14339         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
14340         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
14341         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
14342         tree-switch-conversion.o, var-tracking.o, value-prof.o,
14343         cfgexpand.o, pretty-print.o): Update dependencies.
14344
14345 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
14346
14347         * tree-ssa-structalias.c: Remove tm_p.h from include.
14348
14349 2010-05-21  Jeff Law  <law@redhat.com>
14350
14351         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
14352
14353 2010-05-21  Jason Merrill  <jason@redhat.com>
14354
14355         * tree-eh.c (cleanup_is_dead_in): New.
14356         (lower_try_finally): Don't generate a dead cleanup region.
14357         (lower_cleanup): Likewise.
14358
14359 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
14360
14361         PR debug/44223
14362         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
14363         unchain each use from the cyclic next_regno_use chain first.
14364
14365 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
14366
14367         * real: Do not include gmp.h, mpfr.h, and mpc.h.
14368         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
14369         (real_value_negate, real_value_abs): New prototypes.
14370         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
14371         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
14372         new include file for interface between MPFR and REAL_VALUE_TYPE.
14373         * real.c: Include realmpfr.h.
14374         (real_arithmetic2): Remove legacy function.
14375         (real_value_negate): New.
14376         (real_value_abs): New.
14377         (mfpr_from_real, real_from_mpfr): Move from here...
14378         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
14379         * builtins.c: Include realmpfr.h.
14380         * fold-const.c: Include realmpfr.h.
14381         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
14382         (fold_negate_const): Likewise.
14383         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
14384         * toplev.c: Include realmpfr.h.
14385         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
14386         and real_value_negate.
14387         * fixed-value.c (check_real_for_fixed_mode): Likewise.
14388         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
14389         (vfp3_const_double_index): Likewise.
14390         (arm_print_operand): Likewise.
14391         * Makefile.in: Update dependencies.
14392
14393 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14394
14395         * config/s390/s390.c (override_options): Increase the default
14396         of max-completely-peel-times.
14397
14398 2010-05-21  Julian Brown  <julian@codesourcery.com>
14399             Mark Mitchell  <mark@codesourcery.com>
14400
14401         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
14402         sibling calls for Thumb-1.
14403         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
14404         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
14405         Thumb-2.
14406         (*call_insn, *call_value_insn): Don't use for Thumb-2.
14407         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
14408         for Thumb-2.
14409         (return): New expander.
14410         (*arm_return): New name for ARM return insn.
14411         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
14412
14413 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
14414
14415         * config.gcc (sparc64-*-rtems*): New target.
14416
14417 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
14418
14419         * tree.c (build_function_decl_skip_args): Fix grammar.
14420         (build_function_type_list_1): Fix typos, adjust formatting.
14421
14422 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
14423
14424         * tree.h: Include real.h and fixed-value.h as basic datatypes.
14425         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
14426         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
14427         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
14428         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
14429         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
14430         tree-pretty-print.c, tree-loop-distribution.c,
14431         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
14432         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
14433         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
14434         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
14435         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
14436         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
14437         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
14438         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
14439         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
14440         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
14441         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
14442         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
14443         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
14444         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
14445         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
14446         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
14447         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
14448         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
14449         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
14450         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
14451         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
14452         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
14453         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
14454         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
14455         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
14456         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
14457         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
14458         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
14459         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
14460         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
14461         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
14462         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
14463         config/score/score7.c, config/score/score.c, config/arm/arm.c,
14464         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
14465         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
14466         config/bfin/bfin.c: Clean up redundant includes.
14467         * Makefile.in: Update accordingly.
14468
14469 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
14470
14471         PR middle-end/44204
14472         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
14473         statement has no arguments.
14474
14475 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
14476
14477         PR/44139
14478         * varasm.c (emutls_decl): Merge attributes to new decl.
14479
14480 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
14481
14482         PR middle-end/44101
14483         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
14484         around the uniquized constructor if its type requires a conversion.
14485
14486 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
14487
14488         PR debug/44205
14489         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
14490         at -O0 goto_locus of any of the incoming edges differs from
14491         goto_locus of outgoing edge, or gimple_location of any of the
14492         labels differs.
14493
14494 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
14495
14496         * ira.c (ira_non_ordered_class_hard_regs): Define.
14497         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
14498         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
14499         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
14500         cost of unaligned hard regs when allocating multi-reg pseudos.
14501
14502 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
14503
14504         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
14505         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
14506         for TARGET_NO_FLOAT.
14507         * config/mips/mips.c (mips_file_start): Expand conditional expression
14508         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
14509         (mips_override_options): Move -mno-float override -msoft-float and
14510         -mhard-float.
14511         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
14512         Condition(TARGET_SUPPORTS_NO_FLOAT).
14513         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
14514         __mips_no_float here.
14515         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
14516         (TARGET_SUPPORTS_NO_FLOAT): Define.
14517         * config/mips/sdemtk.opt: Delete.
14518
14519 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
14520
14521         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
14522
14523 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
14524
14525         PR target/43733
14526         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
14527         * configure: Regenerate.
14528         * config.in: Regenerate.
14529         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
14530         instead of sahf only for 64bit targets.
14531
14532 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
14533
14534         PR debug/44178
14535         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
14536         setup_ref_regs for DEBUG_INSNs.
14537
14538 2010-05-20  Jan Hubicka  <jh@suse.cz>
14539
14540         PR middle-end/44197
14541         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
14542
14543 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
14544
14545         PR bootstrap/43870
14546         * df-scan.c (df_ref_compare): Stabilize sort.
14547
14548 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
14549
14550         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
14551         argument.  Don't use DW_OP_piece if offset is non-zero,
14552         put offset into second DW_OP_bit_piece argument.
14553         (dw_sra_loc_expr): Adjust callers.  For memory expressions
14554         compute offset.
14555
14556 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
14557
14558         PR target/44202
14559         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
14560         settings for 16-bit-constant "addo" alternative.
14561
14562 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
14563
14564         * config/mips/mips-dsp.md (add<DSPV:mode>3,
14565         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
14566
14567         PR target/43764
14568         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
14569         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
14570         Use it.
14571
14572 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
14573
14574         * diagnostic.c (FLOAT, FFS): Don't undefine.
14575         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
14576         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
14577         include ordering.
14578
14579 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
14580
14581         * combine.c (propagate_for_debug): Call make_compound_operation
14582         on the source value.
14583         (try_combine): When implementing a split chosen by find_split_point,
14584         either copy i2src or set it to null.  Assert that i2src is not null
14585         before substituting into CALL_INSN_FUNCTION_USAGE.
14586
14587 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
14588
14589         * double-int.h (double_int_ior): New function.
14590         * tree.h (build_int_cst_wide_type): Remove.
14591         * tree.c (build_int_cst_wide_type): Remove.
14592         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
14593         of build_int_cst_wide_type.
14594         * stor-layout.c (set_sizetype): (Ditto.).
14595         * dojump.c (do_jump): Use build_int_cstu instead of
14596         build_int_cst_wide_type.
14597
14598 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
14599
14600         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
14601         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
14602         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
14603         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
14604         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
14605         propagate the 'data' argument to copy_tree_r.
14606         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
14607         Propagate 'data' argument to walk_tree.
14608         (copy_if_shared): New function.
14609         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
14610         (unmark_visited): New function.
14611         (unshare_body): Call copy_if_shared instead of doing it manually.
14612         (unvisit_body): Call unmark_visited instead of doing it manually.
14613
14614 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
14615
14616         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
14617         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
14618         * hooks.c: Likewise.
14619         * target-def.h (TARGET_FOLD_BUILTIN): Define to
14620         hook_tree_tree_int_treep_bool_null.
14621         * target.h (struct gcc_target): Update signature of fold_builtin
14622         field.
14623         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
14624         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
14625         instead of the call expression.
14626         (fold_builtin_call_array): Pass n and argarray directly.
14627         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
14628         consing a list.
14629         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
14630         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
14631         `i' and use it in place of `arity'.
14632         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
14633         Dereference `args' directly.
14634         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
14635
14636 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14637
14638         * doc/sourcebuild.texi (Effective-Target Keywords): Document
14639         3dnow, sse3, sse2.
14640         (Directives): Document optional dg-require-effective-target
14641         selector.
14642
14643 2010-05-19  Richard Guenther  <rguenther@suse.de>
14644
14645         PR lto/44196
14646         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
14647
14648 2010-05-19  Richard Guenther  <rguenther@suse.de>
14649
14650         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
14651         * common.opt (fwhopr=): New.
14652         * opts.c (common_handle_option): Handle OPT_fwhopr.
14653         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
14654         * collect2.c (main): Match -fwhopr*.
14655         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
14656         Execute ltrans stage in parallel when jobs is bigger than 1.
14657
14658 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14659
14660         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
14661         pentiumpro on Solaris 8/x86 with Sun as.
14662         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
14663         hidden alias bug.
14664         (gcc_cv_as_ix86_quad): Check for .quad directive.
14665         * configure: Regenerate.
14666         * config.in: Regenerate.
14667         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
14668
14669 2010-05-19  Martin Jambor  <mjambor@suse.cz>
14670
14671         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
14672         also for indirect edges.  Actual printing moved...
14673         (ipa_print_node_jump_functions_for_edge): ...here.
14674         (ipa_compute_jump_functions): Renamed to
14675         ipa_compute_jump_functions_for_edge and made static.
14676         (ipa_compute_jump_functions): New function.
14677         (make_edge_direct_to_target): Check if the number of arguments on
14678         the newly direct edge is the same as the number of parametrs of
14679         the callee.
14680         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
14681         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
14682         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
14683         analysis functions unconditionally, call the new
14684         ipa_analyze_params_uses on the node instead of every edge.
14685
14686 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
14687
14688         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
14689         to tree.
14690         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
14691         also checks for a constant int vs.  non-constant but
14692         loop-invariant steps.
14693         (find_or_create_group): Change the sort algorithm to only consider
14694         steps that are constant ints.
14695         (idx_analyze_ref): Adopt code to handle a tree instead of a
14696         HOST_WIDE_INT for step.
14697         (gather_memory_references_ref): Handle tree instead of int and be
14698         prepared to see a NULL_TREE.
14699         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
14700         prefetches if the step cannot be calculated at compile time.
14701         (issue_prefetch_ref): Issue prefetches for non-constant but
14702         loop-invariant steps.
14703
14704 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14705
14706         Revert:
14707         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14708
14709         * tree.h (build_call_list): Remove.
14710         * tree.c (build_call_list): Remove.
14711
14712 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
14713
14714         * tree.h (build_call_list): Remove.
14715         * tree.c (build_call_list): Remove.
14716
14717 2010-05-18  Jan Hubicka  <jh@suse.cz>
14718
14719         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
14720
14721 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
14722
14723         PR rtl-optimization/43332
14724         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
14725
14726 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
14727
14728         * tree.h (build_int_cstu): Implement as static inline.
14729         * tree.c (build_int_cstu): Remove function.
14730         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
14731         sign extended.
14732
14733 2010-05-18  Richard Guenther  <rguenther@suse.de>
14734
14735         PR lto/44143
14736         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
14737         (debug): Initialize from -save-temps.
14738         (collect_execute): Print command-line when verbose.
14739         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
14740         for ltrans invocation.  Produce -dumpbase flag again.
14741         (process_args): Remove.
14742         (main): Simplify.
14743         * collect2.c (maybe_run_lto_and_relink): Only pass object
14744         files to lto-wrapper.
14745         * gcc.c (LINK_COMMAND_SPEC): Likewise.
14746
14747 2010-05-18  Jan Hubicka  <jh@suse.cz>
14748
14749         * opts.c (decode_options): Do not disable whopr at ipa_cp.
14750         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
14751
14752 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
14753
14754         PR lto/44184
14755         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
14756         in a GIMPLE_ASM.
14757         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
14758         in a GIMPLE_ASM.
14759
14760 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
14761
14762         PR debug/41371
14763         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
14764         rtx_equal_p inline.
14765
14766 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
14767
14768         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
14769         lto-macho as lto_binary_reader.
14770
14771         * darwin.c (darwin_asm_named_section): Do not add assembler comment
14772         after .section directive; just print it before the directive instead.
14773
14774 2010-05-17  Jan Hubicka  <jh@suse.cz>
14775
14776         * cgraph.c (cgraph_create_virtual_clone): Only check
14777         versionable_function_p when not in wpa and checking is enabled.
14778         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
14779         there are no more functions to materialize.
14780
14781 2010-05-17  Jan Hubicka  <jh@suse.cz>
14782
14783         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
14784         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
14785         New functions.
14786         (output_cgraph): Call output_cgraph_opt_summary.
14787         (input_cgrpah): Call input_cgraph_opt_summary.
14788         (output_cgraph_opt_summary_p, output_node_opt_summary,
14789         input_node_opt_summary, input_cgraph_opt_section): New functions.
14790         * lto-section-in.c (lto_section_name): Add cgraphopt.
14791         * tree-inline.c (tree_function_versioning): Handle parm_num.
14792         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
14793         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
14794
14795 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
14796
14797         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
14798         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
14799         the insn to prefetch ratio heuristic to loops with known trip count.
14800
14801 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
14802
14803         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
14804         (schedule_prefetches): Do not generate a prefetch if the unroll factor
14805         is far from what is required by the prefetch.
14806
14807 2010-05-17  Jan Hubicka  <jh@suse.cz>
14808
14809         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
14810         (ipcp_estimate_growth): Likewise.
14811         (ipcp_const_param_count): Likewise.
14812         (ipcp_insert_stage): Likewise.
14813         * ipa-prop.c (visit_load_for_mod_analysis): New function.
14814         (visit_store_addr_for_mod_analysis): Set used flag.
14815         (ipa_detect_param_modifications): Set used flag for SSE params;
14816         update use of walk_stmt_load_store_addr_ops.
14817         (ipa_print_node_params): Print used flag.
14818         (ipa_write_node_info): Stream used flag.
14819         (ipa_read_node_info): Likewise.
14820         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
14821         (ipa_is_param_used): New function.
14822         (lto_ipa_fixup_call_notes): Remove unused declaration.
14823
14824 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14825
14826         PR target/44074
14827         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
14828         * configure: Regenerate.
14829         * config.in: Regenerate.
14830         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
14831         !HAVE_AS_IX86_REP_LOCK_PREFIX.
14832         Don't emit whitespace.
14833         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
14834         (*rep_movsi): Likewise.
14835         (*rep_movsi_rex64): Likewise.
14836         (*rep_movqi): Likewise.
14837         (*rep_movqi_rex64): Likewise.
14838         (*rep_stosdi_rex64): Likewise.
14839         (*rep_stossi): Likewise.
14840         (*rep_stossi_rex64): Likewise.
14841         (*rep_stosqi): Likewise.
14842         (*rep_stosqi_rex64): Likewise.
14843         (*cmpstrnqi_nz_1): Use {%;} after repz.
14844         (*cmpstrnqi_nz_rex_1): Likewise.
14845         (*cmpstrnqi_1): Likewise.
14846         (*cmpstrnqi_rex_1): Likewise.
14847         (*strlenqi_1): Use {%;} after repnz.
14848         (*strlenqi_rex_1): Likewise.
14849         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
14850         (*sync_compare_and_swap<mode>): Likewise.
14851         (sync_double_compare_and_swap<mode>): Likewise.
14852         (*sync_double_compare_and_swapdi_pic): Likewise.
14853         (sync_old_add<mode>): Likewise.
14854         (sync_add<mode>): Likewise.
14855         (sync_sub<mode>): Likewise.
14856         (sync_<code><mode>): Likewise.
14857
14858 2010-05-17  Martin Jambor  <mjambor@suse.cz>
14859
14860         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
14861         otr_token and polymorphic.
14862         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
14863         (cgraph_clone_edge): Copy the above fields.
14864         * tree.c (get_binfo_at_offset): New function.
14865         * tree.h (get_binfo_at_offset): Declare.
14866         * ipa-prop.h (enum jump_func_type): Added known_type jump function
14867         type, reordered items, updated comments.
14868         (union jump_func_value): Added base_type field, reordered fields.
14869         (enum ipa_lattice_type): Moved down in the file.
14870         (struct ipa_param_descriptor): New field polymorphic.
14871         (ipa_is_param_polymorphic): New function.
14872         * ipa-prop.c: Include gimple.h and gimple-fold.h.
14873         (ipa_print_node_jump_functions): Print known type jump functions.
14874         (compute_complex_pass_through): Renamed to...
14875         (compute_complex_assign_jump_func): this.
14876         (compute_complex_ancestor_jump_func): New function.
14877         (compute_known_type_jump_func): Likewise.
14878         (compute_scalar_jump_functions): Create known type and complex ancestor
14879         jump functions.
14880         (ipa_note_param_call): New parameter polymorphic, set the corresponding
14881         flag in the call note accordingly.
14882         (ipa_analyze_call_uses): Renamed to...
14883         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
14884         variable var only in the block where it is used.
14885         (ipa_analyze_virtual_call_uses): New function.
14886         (ipa_analyze_call_uses): Likewise.
14887         (combine_known_type_and_ancestor_jfs): Likewise.
14888         (update_jump_functions_after_inlining): Implemented handling of a
14889         number of new jump function types combination.
14890         (print_edge_addition_message): Removed.
14891         (make_edge_direct_to_target): New function.
14892         (try_make_edge_direct_simple_call): Likewise.
14893         (try_make_edge_direct_virtual_call): Likewise.
14894         (update_call_notes_after_inlining): Renamed to...
14895         (update_indirect_edges_after_inlining): this.  Moved edge creation for
14896         indirect calls to try_make_edge_direct_simple_call, also calls
14897         try_make_edge_direct_virtual_call for virtual calls.
14898         (ipa_print_node_params): Changed the header message.
14899         (ipa_write_jump_function): Stream also known type jump functions.
14900         (ipa_read_jump_function): Likewise.
14901         (ipa_write_indirect_edge_info): Stream new fields in
14902         cgraph_indirect_call_info.
14903         (ipa_read_indirect_edge_info): Likewise.
14904         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
14905         GIMPLE_FOLD_H.
14906
14907 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14908
14909         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
14910
14911 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
14912
14913         * tree.h (CALL_EXPR_ARGS): Delete.
14914         (call_expr_arglist): Delete.
14915         * tree.c (call_expr_arglist): Delete.
14916         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
14917         targetm.fold_builtin.
14918         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
14919         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
14920         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
14921         arglist parameter.  Use CALL_EXPR_ARG.
14922         (picochip_expand_builtin_3op): Likewise.
14923         (picochip_expand_builtin_2opvoid): Likewise.
14924         (picochip_expand_array_get): Likewise.
14925         (picochip_expand_array_put): Likewise.
14926         (picochip_expand_array_testport): Likewise.
14927         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
14928         rather than arglist.
14929         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
14930         CALL_EXPR_ARGS.
14931         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
14932         than TREE_VALUE and TREE_CHAIN.
14933         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
14934         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
14935         the arglist.
14936
14937 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
14938
14939         PR bootstrap/42347
14940         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
14941         to have no fallthru edge.
14942
14943         PR middle-end/44102
14944         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
14945         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
14946         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
14947         add BARRIER after previous bb if needed.
14948
14949 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
14950
14951         * tree.c (build_function_type_list_1): Remove bogus assert condition.
14952
14953 2010-05-17  Alan Modra  <amodra@gmail.com>
14954
14955         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
14956         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
14957         with copy_reg rtx param.
14958         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
14959         Correct cases where code for ABI_V4 did not initialise the reg
14960         used to access frame.  Also leave frame_reg_rtx as sp for large
14961         frames that save no regs.
14962
14963 2010-05-17  Martin Jambor  <mjambor@suse.cz>
14964
14965         PR middle-end/44133
14966         * tree-sra.c (create_access_replacement): New parameter rename, mark
14967         the replaement for renaming only when it is true.
14968         (get_access_replacement): Pass true in the rename parameter of
14969         create_access_replacement.
14970         (get_unrenamed_access_replacement): New function.
14971         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
14972         replacement declaration from it.
14973
14974 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
14975
14976         * function.c (try_fit_stack_local, add_frame_space): New static
14977         functions.
14978         (assign_stack_local_1): Use them.  Look for opportunities to use
14979         space previously wasted on alignment.
14980         * function.h (struct frame_space): New.
14981         (struct rtl_data): Add FRAME_SPACE_LIST member.
14982         * reload1.c (something_was_spilled): New static variable.
14983         (alter_reg): Set it.
14984         (reload): Test it in addition to testing if the frame size changed.
14985
14986 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
14987
14988         * config/s390/s390.c: Define sane prefetch settings and activate
14989         flag_prefetch_loop_arrays on -O3.
14990         * config/s390/s390.h: Declare that read can use write prefetch.
14991
14992 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
14993
14994         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
14995         build.
14996
14997 2010-05-16  Jan Hubicka  <jh@suse.cz>
14998
14999         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
15000         function body; do not check stdarg field of struct function.
15001
15002 2010-05-16  Jan Hubicka  <jh@suse.cz>
15003
15004         * cgraph.c (dump_cgraph_node): Dump versionable flag.
15005         * cgraph.h (cgraph_local_info): Add versionable flag.
15006         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
15007         (ipcp_versionable_function_p): Use it.
15008         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
15009         versionable flag.
15010
15011 2010-05-16  Jan Hubicka  <jh@suse.cz>
15012
15013         * cgraph.c (cgraph_clone_node): Take decl argument and insert
15014         clone into hash when it is different from orig.
15015         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
15016         * cgraph.h (cgraph_clone_node): Update prototype.
15017         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
15018         (lto_cgraph_encoder_delete): Delete body map.
15019         (lto_cgraph_encoder_size): Move to header.
15020         (lto_cgraph_encoder_encode_body_p,
15021         lto_set_cgraph_encoder_encode_body): New.
15022         (lto_output_node): Do not take written_decls argument; output clone_of
15023         pointer.
15024         (add_node_to): Add include_body_argument; call
15025         lto_set_cgraph_encoder_encode_body on master of the clone.
15026         (add_references): Update use of add_node_to.
15027         (compute_ltrans_boundary): Likewise.
15028         (output_cgraph): Do not create written_decls bitmap.
15029         (input_node): Take nodes argument; stream in clone_of correctly.
15030         (input_cgraph_1): Update use of input_node.
15031         * lto-streamer-out.c (lto_output): Use encoder info to decide
15032         what bodies to output.
15033         * ipa-inline.c (cgraph_clone_inlined_nodes,
15034         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
15035         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
15036         (lto_cgraph_encoder_size): Define here.
15037         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
15038         Declare.
15039
15040 2010-05-16  Richard Guenther  <rguenther@suse.de>
15041
15042         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
15043         -fipa-type-escape.
15044         * ipa-type-escape.c (gate_type_escape_vars): Run when
15045         -fipa-struct-reorg runs.
15046         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
15047         * common.opt (fipa-type-escape): Remove.
15048
15049 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
15050
15051         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
15052         (decode_options): Likewise.
15053         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
15054
15055 2010-05-16  Jan Hubicka  <jh@suse.cz>
15056
15057         * ipa.c (function_and_variable_visibility): Also bring local all
15058         aliases.
15059
15060 2010-05-16  Richard Guenther  <rguenther@suse.de>
15061
15062         * alias.c (nonoverlapping_memrefs_p): Remove use of
15063         IPA type-escape information.
15064
15065 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
15066
15067         * c-common.c (c_common_reswords): Add _Static_assert for C.
15068         * c-parser.c (c_token_starts_declaration,
15069         c_parser_next_token_starts_declaration,
15070         c_parser_static_assert_declaration_no_semi,
15071         c_parser_static_assert_declaration): New.
15072         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
15073         Handle static assertions if static_assert_ok.
15074         (c_parser_external_declaration, c_parser_declaration_or_fndef,
15075         c_parser_compound_statement_nostart, c_parser_label,
15076         c_parser_for_statement, c_parser_objc_methodprotolist,
15077         c_parser_omp_for_loop): All callers of
15078         c_parser_declaration_or_fndef changed.
15079         (c_parser_struct_declaration): Handle static assertions.
15080         (c_parser_compound_statement_nostart): Use
15081         c_parser_next_token_starts_declaration and
15082         c_token_starts_declaration to detect start of declarations.
15083         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
15084         Likewise.
15085
15086 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
15087
15088         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
15089         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
15090         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15091         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15092         (mmix_function_outgoing_value): Rename to...
15093         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
15094         (mmix_function_value_regno_p): Make static.
15095         (mmix_libcall_value): New function.
15096         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
15097         mmix_function_value_regno_p): Remove declaration.
15098
15099 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
15100
15101         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
15102         BUILT_IN_ALLOCA if stack checking is enabled.
15103
15104 2010-05-16  Richard Guenther  <rguenther@suse.de>
15105
15106         * var-tracking.c (vars_copy_1): Inline ...
15107         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
15108         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
15109         (variable_merge_over_cur): Adjust.  Merge asserts.
15110         (variable_merge_over_src): Likewise.
15111         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
15112         (variable_post_merge_new_vals): Merge asserts.
15113         (variable_post_merge_perm_vals): Likewise.
15114         (find_mem_expr_in_1pdv): Likewise.
15115         (dataflow_set_different_value): Remove.
15116         (onepart_variable_different_p): Merge asserts.
15117         (variable_different_p): Likewise.
15118         (dataflow_set_different_1): Inline ...
15119         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
15120         (emit_notes_for_differences_1): Merge asserts.
15121
15122 2010-05-16  Richard Guenther  <rguenther@suse.de>
15123
15124         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
15125         * optabs.c (libfunc_decl_hash): Likewise.
15126         * varasm.c (emutls_decl): Likewise.
15127
15128 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
15129
15130         * c-decl.c: Don't include gimple.h.
15131         (merge_decls): Do not copy gimple_body.
15132
15133 2010-05-15  Jason Merrill  <jason@redhat.com>
15134
15135         * c.opt: Add -fnothrow-opt.
15136
15137 2010-05-15  Jan Hubicka  <jh@suse.cz>
15138
15139         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
15140         analyzed.
15141         * passes.c (ipa_write_summaries): Write all analyzed nodes.
15142
15143 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
15144
15145         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
15146         * Makefile.in: Add it.
15147         Fix all other Makefile dependencies for changes below.
15148         * tree.h: Include it instead of defining VEC primitives here.
15149         * gimple.h: Likewise.
15150         * rtl.h: Likewise.
15151         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
15152         * except.h: Include vecir.h, break dependence on tree.h.
15153
15154         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
15155         Move from here...
15156         * tree-iterator.c: ...to here.
15157         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
15158
15159         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
15160         tm_p.h.
15161         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
15162         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
15163         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
15164         tree-mudflap.h, and target.h.
15165         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
15166         predict.h, tree-inline.h, gimple.h, and langhooks.h.
15167         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
15168         Add FIXME for why gimple.h is still included (should be unnecessary
15169         since GCC 4.5 gimplification unit-at-a-time).
15170         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
15171         * c-pragma.c: Add FIXME for why function.h needs to be included just
15172         for cfun, at front-end level.
15173         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
15174         Do not include ggc.h, but include vecprim.h for VEC(char).
15175         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
15176         Explain why target.h is included.
15177         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
15178         Explain why gimple.h is included.
15179         * c-ppoutput.c: Do not include tm.h.
15180         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
15181         * c-parses.c: Explain why rtl.h is included, and that this (and only
15182         this) is also why tm.h must be included.
15183         Do not include except.h.
15184         * c-lang.c: Do not include ggc.h.
15185
15186 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
15187
15188         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
15189
15190 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
15191
15192         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
15193         unions by default if those structs and unions have no tags.  Do
15194         not condition anonymous struct and unions handling on flag_iso.
15195         Allow anonymous structs and unions for C1X.
15196         (finish_struct): Do not diagnose lack of named fields when
15197         anonymous structs and unions present for C1X.  Accept flexible
15198         array members in structure with anonymous structs or unions but no
15199         directly named fields.
15200         * doc/extend.texi (Unnamed Fields): Update.
15201
15202 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
15203
15204         * gimple.h (compare_field_offset): Rename into...
15205         (gimple_compare_field_offset): ...this.
15206         * gimple.c (compare_field_offset): Rename into...
15207         (gimple_compare_field_offset): ...this.  Compare the full access if
15208         the offset is self-referential.
15209         (gimple_types_compatible_p): Adjust for above renaming.
15210         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
15211         DECL_NONADDRESSABLE_P flag of fields before merging them.
15212
15213 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
15214
15215         * tree.h (ctor_to_list): Delete.
15216         * tree.c (ctor_to_list): Delete.
15217
15218 2010-05-15  Jan Hubicka  <jh@suse.cz>
15219
15220         * ipa-reference.c: Include toplev.h
15221         (is_proper_for_analysis): Only add to all_module_statics
15222         if it is allocated.
15223         (write_node_summary_p, stream_out_bitmap,
15224         ipa_reference_write_optimization_summary,
15225         ipa_reference_read_optimization_summary): New.
15226         (struct ipa_opt_pass_d pass_ipa_reference): Add
15227         optimization summary streaming.
15228         * lto-cgraph.c (referenced_from_this_partition_p,
15229         reachable_from_this_partition_p): New functions.
15230         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
15231         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
15232         * opts.c (decode_options): Enable ipa_reference.
15233         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
15234         * lto-streamer.h (referenced_from_this_partition_p,
15235         reachable_from_this_partition_p): Declare.
15236
15237 2010-05-15  Richard Guenther  <rguenther@suse.de>
15238
15239         PR tree-optimization/44038
15240         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
15241         taking the address of a V_C_E of a constant.
15242
15243 2010-05-14  Jan Hubicka  <jh@suse.cz>
15244
15245         * tree.h (memory_identifier_string): Remove.
15246         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
15247         (ipa_reference_global_vars_info_d): Remove statics_not_read and
15248         statics_not_written.
15249         (ipa_reference_optimization_summary_d): New structure.
15250         (ipa_reference_optimization_summary_t): New type and vector.
15251         (ipa_reference_vars_info_d): Embedd structures instead of using
15252         pointers.
15253         (reference_vars_to_consider): Remove out of GGC space.
15254         (module_statics_escape): Remove.
15255         (global_info_obstack): Rename to ...
15256         (optimization_summary_obstack): ... this one.
15257         (initialization_status_t): Remove.
15258         (memory_identifier_string): Remove.
15259         (get_reference_vars_info): Fix indenting.
15260         (set_reference_vars_info): Likewise.
15261         (get_reference_optimization_summary): New.
15262         (set_reference_optimization_summary): New.
15263         (get_global_reference_vars_info): Remove.
15264         (ipa_reference_get_read_global): Remove.
15265         (ipa_reference_get_written_global): Remove.
15266         (ipa_reference_get_not_read_global): Update.
15267         (ipa_reference_get_not_written_global): Update.
15268         (is_proper_for_analysis): Outlaw addressable.
15269         (propagate_bits): Update for new datastructures.
15270         (analyze_variable): Remove.
15271         (init_function_info): Update for new datastructures.
15272         (clean_function_local_data): Remove.
15273         (clean_function): Remove.
15274         (copy_global_bitmap): Use optimizations_summary_obstack.
15275         (duplicate_node_data): Duplicate optimization summary only.
15276         (remove_node_data): Remove optimization summary only.
15277         (generate_summary): Do not analyze variables; do not compute
15278         module_statics_escape; do not prune solutions by it.
15279         (read_write_all_from_decl): Fix typos in comments.
15280         (propagate): Doscover readonly and nonaddressable first;
15281         update for new datastructures; share global bitmaps.
15282         * ipa-reference.h (ipa_reference_get_read_global,
15283         ipa_reference_get_written_global): Remove.
15284         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
15285         * Makefile.in: Remove ipa-refereference from GT files.
15286
15287 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
15288
15289         PR debug/44112
15290         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
15291         for all SYMBOL_REF_DECLs.
15292
15293 2010-05-14  Jan Hubicka  <jh@suse.cz>
15294
15295         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
15296         (varpool_all_refs_explicit_p): New inline function.
15297         * ipa-reference.c: Update comment.
15298         (module_statics_written): Remove.
15299         (get_static_decl): Remove.
15300         (ipa_init): Do not initialize module_statics_written.
15301         (analyze_function): Likewise.
15302         (generate_summary): Likewise; do not compute module_statics_readonly
15303         and do not update variable flags.
15304         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
15305         * ipa.c: Inlucde flags.h
15306         (cgraph_local_node_p): New.
15307         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
15308         promote functions to local.
15309         (ipa_discover_readonly_nonaddressable_vars): New function.
15310         (function_and_variable_visibility): Use cgraph_local_node_p.
15311         * varpool.c (varpool_finalize_decl): Set force_output for
15312         DECL_PRESERVE_P vars.
15313
15314 2010-05-14  Jan Hubicka  <jh@suse.cz>
15315
15316         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
15317
15318 2010-05-14  Richard Guenther  <rguenther@suse.de>
15319
15320         PR tree-optimization/44119
15321         * tree-ssa-pre.c (eliminate): Properly mark replacement of
15322         a PHI node necessary.
15323
15324 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
15325
15326         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
15327
15328 2010-05-14  Jason Merrill  <jason@redhat.com>
15329
15330         PR c++/44127
15331         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
15332         (gimple_call_set_nothrow): New.
15333         * gimple.c (gimple_build_call_from_tree): Call it.
15334         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
15335
15336         PR c++/44127
15337         * gimplify.c (gimplify_seq_add_stmt): No longer static.
15338         * gimple.h: Declare it.
15339         * gimple.c (gimple_build_eh_filter): No ops.
15340
15341 2010-05-14  Jan Hubicka  <jh@suse.cz>
15342
15343         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
15344         nodes already in queue.
15345         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
15346         re-enqueueing node.
15347
15348 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
15349
15350         PR debug/44136
15351         * cfgexpand.c (expand_debug_expr): If non-memory op0
15352         has BLKmode, return NULL.
15353
15354 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
15355
15356         * config.gcc: Add support for --with-cpu option for bdver1.
15357         * config/i386/i386.h (TARGET_BDVER1): New macro.
15358         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
15359         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
15360         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
15361         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
15362         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
15363         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
15364         (processor_type): Add PROCESSOR_BDVER1.
15365         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
15366         processor_type in config/i386/i386.h.
15367         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
15368         movaps <reg, reg> instead of movapd <reg, reg> when replacing
15369         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
15370         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
15371         to emit packed xor instead of packed double/packed integer
15372         xor for SSE and AVX when moving a zero value.
15373         * config/i386/sse.md: Add check for
15374         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
15375         movapd/movdqa for SSE and AVX.
15376         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
15377         single logical operations i.e and, or and xor instead of packed double
15378         logical operations for SSE and AVX.
15379         * config/i386/i386-c.c (ix86_target_macros_internal):
15380         Add PROCESSOR_BDVER1.
15381         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
15382         (has_fma4, has_xop): New.
15383         * config/i386/i386.c (bdver1_cost): New variable.
15384         (m_BDVER1): New macro.
15385         (m_AMD_MULTIPLE): Add m_BDVER1.
15386         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
15387         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
15388         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
15389         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
15390         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
15391         x86_tune_sse_partial_reg_dependency,
15392         x86_tune_sse_unaligned_load_optimal,
15393         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
15394         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
15395         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
15396         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
15397         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
15398         Enable/disable for bdver1.
15399         (processor_target_table): Add bdver1_cost.
15400         (cpu_names): Add bdver1.
15401         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
15402          processor_alias_table.
15403         (ix86_expand_vector_move_misalign): Change.
15404         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
15405         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
15406         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
15407         of movupd/movdqu for SSE and AVX.
15408         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
15409         (ix86_tune_adjust_cost): Add code for bdver1.
15410         (standard_sse_constant_opcode): Add check for
15411         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
15412         of packed double xor for SSE and AVX.
15413
15414 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
15415
15416         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
15417         result to unsigned.
15418
15419 2010-05-14  Tristan Gingold  <gingold@adacore.com>
15420
15421         * toplev.c (default_debug_hooks): Remove this variable.
15422         (process_options): Remove assignments to default_debug_hooks.
15423
15424 2010-05-14  Martin Jambor  <mjambor@suse.cz>
15425
15426         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
15427         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
15428         * langhooks.h (struct lang_hooks_for_decls): Removed field
15429         fold_obj_type_ref.
15430         * tree.c (free_lang_data): Remove assignment to
15431         lang_hooks.fold_obj_type_ref.
15432         * tree.def (OBJ_TYPE_REF): Update comment.
15433
15434 2010-05-14  Richard Guenther  <rguenther@suse.de>
15435
15436         PR tree-optimization/44124
15437         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
15438
15439 2010-05-14  Alan Modra  <amodra@gmail.com>
15440
15441         PR target/44075
15442         * config/rs6000/rs6000.c (struct machine_function): Reorder
15443         fields for better packing.  Add lr_save_state.
15444         (rs6000_ra_ever_killed): Return lr_save_state if set.
15445         (rs6000_emit_eh_reg_restore): Set lr_save_state.
15446
15447 2010-05-13  Jan Hubicka  <jh@suse.cz>
15448
15449         * varpool.c (decide_is_variable_needed): Drop code checking
15450         TREE_SYMBOL_REFERENCED.
15451
15452 2010-05-13  Jan Hubicka  <jh@suse.cz>
15453
15454         * final.c (output_addr_const): Do not call mark_decl_referenced.
15455         * cgraphunit.c (process_function_and_variable_attributes): Use
15456         mark_needed_node dirrectly.
15457         (assemble_thunk): Do not call mark_decl_referenced.
15458
15459 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
15460
15461         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
15462
15463 2010-05-13  Jeff Law  <law@redhat.com>
15464
15465         * ira-conflicts.c (print_allocno_conflicts): New function broken out
15466         from...
15467         (print_conflicts): Call print_allocno_conflicts.
15468
15469 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
15470
15471         PR debug/44104
15472         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
15473         if it is NULL.
15474
15475 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
15476
15477         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
15478         t-mingw-w64 or t-mingw-w32 for multilib configuration.
15479         * config/i386/t-mingw-w32: New.
15480         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
15481
15482 2010-05-13  Martin Jambor  <mjambor@suse.cz>
15483
15484         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
15485         gimple-fold.c).
15486         * gimple-fold.c (get_base_binfo_for_type): New function.
15487         (gimple_get_relevant_ref_binfo): Likewise.
15488         (gimple_fold_obj_type_ref_known_binfo): Likewise.
15489         (gimple_fold_obj_type_ref): Likewise.
15490         (fold_gimple_call): Simplify condition for folding virtual calls
15491         and call gimple_fold_obj_type_ref.
15492         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
15493         (gimple_fold_obj_type_ref_known_binfo): Likewise.
15494
15495 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
15496
15497         * config/rs6000/rs6000-protos.h
15498         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
15499         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
15500         (rs6000_debug_mode_dependent_address)
15501         (rs6000_mode_dependent_address_ptr): Likewise.
15502
15503 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
15504
15505         PR debug/43983
15506         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
15507         by SRA.
15508         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
15509         * tree-sra.c (create_access_replacement): Call unshare_expr before
15510         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
15511         * dwarf2out.c: Include tree-flow.h.
15512         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
15513         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
15514         Handle DW_OP_bit_piece.
15515         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
15516         construct_piece_list, adjust_piece_list): New functions.
15517         (add_var_loc_to_decl): Handle SRA optimized variables.
15518         Adjust for var_loc_note to loc field renaming.
15519         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
15520         in VAR_LOCATION note.
15521         (new_loc_descr_op_bit_piece): New function.
15522         (dw_sra_loc_expr): New function.
15523         (dw_loc_list): Use it.  Don't handle the last range after the
15524         loop, handle it inside of the loop.  Adjust for var_loc_note
15525         to loc field renaming.
15526         (add_location_or_const_value_attribute): Only special case
15527         single entry loc lists if loc is NOTE_P.  Adjust for
15528         var_loc_note to loc field renaming.
15529         (dwarf2out_var_location): Don't set newloc->var_loc_note
15530         and newloc->next here.
15531
15532 2010-05-12  Jan Hubicka  <jh@suse.cz>
15533
15534         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
15535         flag.
15536         * cgraph.h (cgraph_only_called_directly_p,
15537         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
15538         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
15539         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
15540         (assemble
15541         * ipa.c (cgraph_remove_unreachable_nodes): Use
15542         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
15543         flags.
15544         * tree-inline.c (copy_bb): Check address_taken flag.
15545         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
15546         externally_visible flag.
15547
15548 2010-05-12  Jason Merrill  <jason@redhat.com>
15549
15550         PR bootstrap/44048
15551         PR target/44099
15552         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
15553         * sdbout.c (plain_type_1): Likewise.
15554         * dwarf2out.c (is_base_type): Likewise.
15555         (gen_type_die_with_usage): Likewise.  Generate
15556         DW_TAG_unspecified_type for any LANG_TYPE.
15557
15558 2010-05-12  Jan Hubicka  <jh@suse.cz>
15559
15560         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
15561         indrect edges too.
15562         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
15563         (cgraph_clone_edge): Update.
15564         (cgraph_node_remove_callees): Remove indirect calls too.
15565         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
15566         (cgraph_create_indirect_edge): Update prototype.
15567         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
15568         is_proper_for_analysis.
15569         (add_new_function, visited_nodes, function_insertion_hook_holder,
15570         get_local_reference_vars_info, mark_address_taken, mark_address,
15571         mark_load, mark_store, check_asm_memory_clobber, check_call,
15572         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
15573         (ipa_init): Do not initialize visited_nodes;
15574         function_insertion_hook_holder.
15575         (analyze_variable): Rewrite.
15576         (analyze_function): Rewrite.
15577         (copy_local_bitmap): Remove.
15578         (duplicate_node_dat): Do not duplicate local info.
15579         (generate_summary): Simplify to only walk cgraph.
15580         (write_node_summary_p, ipa_reference_write_summary,
15581         ipa_reference_read_summary): Remove.
15582         (propagate): Do not remove function insertion;
15583         generate summary.
15584         (pass_ipa_reference): NULLify summary handling fields.
15585         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
15586         (input_edge): Input ecf_flags.
15587         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
15588         (update_indirect_edges_after_inlining): Ignore edges with unknown
15589         param.
15590
15591 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
15592
15593         * implicit-zee.c: New file.
15594         * tree-pass.h (pass_implicit_zee): Declare.
15595         * passes.c (init_optimization_passes): Add zee pass.
15596         * common.opt (fzee): New flag.
15597         * timevar.def (TV_ZEE): Define.
15598         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
15599         and beyond.
15600         * Makefile.in (implicit-zee.o): Add new build file.
15601
15602 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15603             Nathan Froyd  <froydnj@codesourcery.com>
15604
15605         * c-common.c (sync_resolve_params): Remove write-only variable.
15606
15607 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
15608
15609         * target.h (struct gcc_target): Add mode_dependent_address_p field.
15610         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15611         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
15612         * targhooks.c (default_mode_dependent_address_p): New function.
15613         * targhooks.h (default_mode_dependent_address_p): Declare function.
15614         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
15615         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
15616         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
15617         target hook. Change return type to bool.
15618         * recog.h (mode_dependent_address_p): Change return type to bool.
15619
15620 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15621             Nathan Froyd  <froydnj@codesourcery.com>
15622
15623         * tree-mudflap.c (build_function_type_0, build_function_type_1,
15624         build_function_type_2, build_function_type_3): Remove.
15625         (mudflap_init): Use build_function_type_list.
15626
15627 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
15628             Nathan Froyd  <froydnj@codesourcery.com>
15629
15630         * coverage.c (build_fn_info_value): Call build_constructor instead of
15631         build_constructor_from_list.
15632         (build_ctr_info_value): Likewise.
15633         (build_gcov_info): Likewise.
15634
15635 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
15636
15637         * tree.c (build_constructor): Compute TREE_CONSTANT for the
15638         resultant constructor.
15639         (build_constructor_single): Don't set TREE_CONSTANT.
15640         (build_constructor_from_list): Don't compute TREE_CONSTANT.
15641
15642 2010-05-12  Jan Hubicka  <jh@suse.cz>
15643
15644         * cgraph.h (struct varpool_node): Add aux.
15645         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
15646         * varpool.c (varpool_remove_node): Do not remove initializer.
15647         (varpool_reset_queue): Export.
15648         (varpool_finalize_decl): Volatile vars are forced to be output.
15649         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
15650         replaced decl.
15651         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
15652         process_references, varpool_can_remove_if_no_refs): New functions.
15653         (cgraph_remove_unreachable_nodes): Handle variables too.
15654
15655 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
15656
15657         PR target/44088
15658         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
15659
15660 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
15661
15662         PR middle-end/44085
15663         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
15664         change value of ORT_TASK.
15665         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
15666         (omp_notice_threadprivate_variable): New function.
15667         (omp_notice_variable): Call it for threadprivate variables.
15668         If enclosing ctx is a task, print enclosing task rather than
15669         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
15670         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
15671         if task has untied clause.
15672
15673         PR debug/42278
15674         * dwarf2out.c (base_type_die): Don't add name attribute here.
15675         (modified_type_die): Instead of sizetype use
15676         its underlying original type.  If a DW_TAG_base_type doesn't
15677         have name added, add __unknown__.
15678         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
15679         always call force_type_die instead.
15680
15681 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
15682
15683         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
15684         for __stack_chk_guard.
15685
15686 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
15687
15688         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
15689         don't call start_source_file debug hook here...
15690         (finish_options): ... but here, after outputting predefined and
15691         command line defines and undefs.
15692
15693         PR middle-end/44071
15694         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
15695         no fallthru edge.
15696         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
15697         optimizing away empty bb with no successors, move over its
15698         footer chain to fallthru predecessor.
15699         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
15700         (rtl_split_edge): For asm goto call patch_jump_insn even if
15701         splitting fallthru edge.
15702
15703         PR c++/44059
15704         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
15705         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
15706         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
15707         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
15708         on DW.ref.* decls.
15709
15710         PR c++/44062
15711         * c-parser.c (c_parser_expression): Mark LHS of a comma
15712         expression as read if it is a decl, handled component or
15713         COMPOUND_EXPR with that on the RHS.
15714         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
15715         if it is a decl or handled component.
15716
15717 2010-05-11  Jan Hubicka  <jh@suse.cz>
15718
15719         * lto-symtab.c (lto_symtab_free): New function.
15720         * lto-streamer.h (lto_symtab_free): Declare.
15721
15722 2010-05-11  Jan Hubicka  <jh@suse.cz>
15723
15724         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
15725         that if function is needed it is reachable.
15726         (lto_output_node): See if it the function is reachable or referenced.
15727         (output_cgraph): Update call of lto_output_node.
15728         * lto-streamer.h (reachable_from_other_partition_p): Declare.
15729
15730 2010-05-11  Jan Hubicka  <jh@suse.cz>
15731
15732         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
15733         Mark as used.
15734
15735 2010-05-11  Jan Hubicka  <jh@suse.cz>
15736
15737         PR tree-optimize/44063
15738         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
15739         queue.
15740         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
15741         limits.
15742         (estimate_function_body_sizes): Compute sizes even when disregarding.
15743
15744 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
15745
15746         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
15747
15748 2010-05-11  Jan Hubicka  <jh@suse.cz>
15749
15750         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
15751         into every boundary.
15752
15753 2010-05-11  Jan Hubicka  <jh@suse.cz>
15754
15755         * matrix-reorg.c (matrix_reorg): Rebuild edges.
15756
15757 2010-05-11  Jan Hubicka  <jh@suse.cz>
15758
15759         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
15760         lto_streamer_cache_delete): Put nodes into heap.
15761         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
15762         heap.
15763
15764 2010-05-11  Jan Hubicka  <jh@suse.cz>
15765
15766         * cgraphbuild.c (cgraph_rebuild_references): New.
15767         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
15768         out extern inlines.
15769         * cgraph.h (cgraph_rebuild_references): Declare.
15770         * tree-inline.c (tree_function_versioning): Use it.
15771         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
15772
15773 2010-05-11  Jan Hubicka  <jh@suse.cz>
15774
15775         * cgraph.c: Include ipa-utils.h
15776         (cgraph_create_virtual_clone): Update references.
15777         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
15778
15779 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
15780
15781         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
15782         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
15783         cache size.
15784
15785 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
15786
15787         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
15788
15789 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
15790
15791         * gcc.c (execute): For -### don't quote arguments that
15792         contain just alphanumerics and _/-. characters.
15793         * doc/invoke.texi: Document that change for -###.
15794
15795         PR debug/44023
15796         * df-problems.c (struct dead_debug): Add to_rescan field.
15797         (dead_debug_init): Clear to_rescan field.
15798         (dead_debug_finish): Rescan all debug insns in to_rescan
15799         bitmap and free the bitmap.
15800         (dead_debug_insert_before): Instead of rescanning debug insns
15801         immediately queue their rescanning until dead_debug_finish.
15802         (df_note_bb_compute): After dead_debug_add do continue instead
15803         of break.
15804
15805 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
15806
15807         PR debug/44028
15808         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
15809         clear also INSN_REG_USE_LIST.
15810
15811 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15812
15813         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
15814
15815 2010-05-10  Jan Hubicka  <jh@suse.cz>
15816
15817         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
15818         commited change.
15819
15820 2010-05-10  Jan Hubicka  <jh@suse.cz>
15821
15822         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
15823         Allocate encoders.
15824         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
15825         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
15826         (lto_streamer_cache_create): Init alloc pool.
15827         (lto_streamer_cache_delete): Free alloc pool.
15828         * lto-streamer.h: Include alloc pool.
15829         (lto_streamer_cache_d): Use alloc pool.
15830         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
15831
15832 2010-05-10  Jan Hubicka  <jh@suse.cz>
15833
15834         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
15835         * cgraphbuild.c: Include except.h
15836         (record_type_list, record_eh_tables): New function.
15837         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
15838
15839 2010-05-10  Jan Hubicka  <jh@suse.cz>
15840
15841         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
15842         __frame_dummy_init_array_entry, force_to_data): Attribute as used
15843         rather than unused.
15844
15845 2010-05-10  Michael Matz  <matz@suse.de>
15846
15847         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
15848         (can_reassociate_p): Use FLOAT_TYPE_P.
15849         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
15850         (vect_force_simple_reduction): ... this.
15851         * tree-parloops.c (gather_scalar_reductions): Use
15852         vect_force_simple_reduction.
15853         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
15854         vect_is_simple_reduction, add modify argument, if true rewrite
15855         "a-b" into "a+(-b)".
15856         (vect_is_simple_reduction, vect_force_simple_reduction): New
15857         functions.
15858         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
15859
15860 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
15861             Vladimir Makarov  <vmakarov@redhat.com>
15862
15863         PR rtl-optimization/44012
15864         * ira-build.c (remove_unnecessary_allocnos): Nullify
15865         regno_allocno_map of the removed allocno.
15866
15867 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15868
15869         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
15870         to /dev/null.
15871         * configure: Regenerate.
15872
15873 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15874
15875         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
15876         unused.
15877         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
15878         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
15879         support in Sun ld.
15880         * configure: Regenerate.
15881
15882 2010-05-10  Richard Guenther  <rguenther@suse.de>
15883
15884         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
15885         marked if the entry identifier is marked.
15886
15887 2010-05-10  Richard Guenther  <rguenther@suse.de>
15888
15889         * c-common.c (struct c_common_attributes): Add fnspec attribute.
15890         (handle_fnspec_attribute): New function.
15891         * gimple.h (gimple_call_return_flags): Declare.
15892         (gimple_call_arg_flags): Likewise.
15893         * gimple.c (gimple_call_arg_flags): New function.
15894         (gimple_call_return_flags): Likewise.
15895         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
15896         New argument flags.
15897         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
15898         return value flags.
15899         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
15900         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
15901         main work to ...
15902         (make_heapvar_for): ... this new function.
15903         (handle_rhs_call): Handle fnspec attribute argument specifiers.
15904         (handle_lhs_call): Likewise.
15905         (find_func_aliases): Adjust.
15906
15907 2010-05-10  Richard Guenther  <rguenther@suse.de>
15908
15909         PR tree-optimization/44050
15910         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
15911
15912 2010-05-10  Wei Guozhi  <carrot@google.com>
15913
15914         PR target/42879
15915         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
15916
15917 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
15918
15919         PR c/10676
15920         * c-typeck.c (lookup_field): Take a type directly.  Update
15921         recursive calls.
15922         (build_component_ref): Update call to lookup_field.
15923         (set_init_label): Use lookup_field to find initialized field.
15924         Handle returned list of fields like a sequence of designators.
15925
15926 2010-05-09  Richard Guenther  <rguenther@suse.de>
15927
15928         PR middle-end/44024
15929         * fold-const.c (tree_single_nonzero_warnv_p): Properly
15930         handle &FUNCTION_DECL.
15931
15932 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
15933
15934         PR c/4784
15935         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
15936         structures and unions recursively.
15937         (detect_field_duplicates): Move duplicate detection with a hash to
15938         detect_field_duplicates_hash.  Always use a hash if anonymous
15939         structures or unions are present.
15940         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
15941         give errors.
15942
15943 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
15944
15945         PR target/44046
15946         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
15947         detect Atom, Core 2 and Core i7.
15948
15949 2010-05-09  Richard Guenther  <rguenther@suse.de>
15950
15951         * gcc.c (store_arg): Handle temporary file deletion for
15952         joined arguments.
15953
15954 2010-05-09  Richard Guenther  <rguenther@suse.de>
15955
15956         PR middle-end/44043
15957         * ipa-inline.c (estimate_function_body_sizes): Return after
15958         disregarding inline limits.
15959
15960 2010-05-09  Richard Guenther  <rguenther@suse.de>
15961
15962         * gcc.c (store_arg): Revert last change.
15963
15964 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
15965
15966         PR middle-end/28685
15967         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
15968         (optimize_ops_list): Call it.
15969
15970 2010-05-08  Richard Guenther  <rguenther@suse.de>
15971
15972         PR tree-optimization/44030
15973         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
15974         NECESSARY flag if we propagate from a inserted expression.
15975
15976 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
15977
15978         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
15979         domain types as equal if they are both PLACEHOLDER_EXPRs.
15980
15981 2010-05-08  Richard Guenther  <rguenther@suse.de>
15982
15983         * lto-wrapper.c (run_gcc): Remove linker output from
15984         command line for LTRANS invocation.
15985
15986 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
15987
15988         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
15989         lto-macho as lto_binary_reader.
15990         * target.h (struct gcc_target): New hooks lto_start and lto_end.
15991         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
15992         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
15993         in lto_start and lto_end calls.
15994         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
15995         magic numbers.
15996         (scan_prog_file): Update is_elf_or_coff call.
15997         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
15998
15999         * collect2.c (main): Fix enum comparison.
16000
16001         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
16002         Add prototypes.
16003         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
16004         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
16005         and TARGET_ASM_LTO_END.
16006         * darwin.c: Include obstack.h and lto-streamer.h.
16007         (lto_section_names_offset, lto_section_names_obstack,
16008         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
16009         global variables.
16010         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
16011         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
16012         to a temporary file.
16013         (darwin_asm_lto_end): New function.  Restore asm_out_file.
16014         (darwin_asm_named_section): For LTO sections, replace the name with
16015         the offset of the section name in a string table, and build this
16016         table.
16017         (darwin_file_start): Initialize global vars for LTO support.
16018         (darwin_file_end): If output to asm_out_file was redirected, append it
16019         to the proper asm_out_file here.  Add the section names section.
16020
16021 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
16022
16023         * c-pragma.c (pending_weak_d, pending_weak): New.
16024         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
16025         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
16026         handle_pragma_weak): Update the uses of pending_weaks.
16027
16028 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16029
16030         PR documentation/44016
16031         * doc/standards.texi (Standards): Link to unversioned
16032         cxx0x_status.html page.
16033
16034 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
16035
16036         PR target/43708
16037         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
16038         in addition to TREE_USED, to avoid "set but unused" warnings.
16039
16040 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
16041
16042         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
16043         (is_loop_prefetching_profitable): Do not insert prefetches
16044         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
16045         times the prefetch ahead distance.
16046
16047 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
16048
16049         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
16050         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
16051         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
16052         the unroll_factor.
16053
16054 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
16055
16056         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
16057         a diagnostic info when the insn-to-mem ratio is too small.
16058
16059 2010-05-07  Richard Guenther  <rguenther@suse.de>
16060
16061         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
16062         the linker plugin.
16063         (store_arg): Queue temp_filename for deletion instead of
16064         the whole argument.
16065
16066 2010-05-07  Richard Guenther  <rguenther@suse.de>
16067
16068         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
16069         (run_gcc): Handle LTRANS phase invocation.
16070         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
16071
16072 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
16073
16074         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
16075         this is also meaningful on PARM_DECLs and RESULT_DECLs.
16076
16077 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16078
16079         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
16080
16081 2010-05-07  Richard Guenther  <rguenther@suse.de>
16082
16083         PR tree-optimization/44020
16084         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
16085         code when PRE is not yet initialized.
16086
16087 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16088
16089         * config/mips/dbxmdebug.h: Remove.
16090         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
16091
16092 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
16093
16094         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
16095         with null pointer and also warn about ordered comparison of zero with
16096         pointer if -Wextra.
16097
16098 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
16099
16100         * graphite-blocking.c
16101         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
16102         * graphite-clast-to-gimple.c
16103         (clast_to_gcc_expression): Same.
16104         (precision_for_value): Same.
16105         (precision_for_interval): Same.
16106         (gcc_type_for_interval): Same.
16107         (graphite_create_new_guard): Same.
16108         (compute_bounds_for_level): Same.
16109         (graphite_create_new_loop_guard): Same.
16110         * graphite-interchange.c
16111         (build_linearized_memory_access): Same.
16112         (pdr_stride_in_loop): Same.
16113         (memory_strides_in_loop_1): Same.
16114         (memory_strides_in_loop): Same.
16115         (extend_scattering): Same.
16116         (psct_scattering_dim_for_loop_depth): Same.
16117         (pbb_number_of_iterations): Same.
16118         * graphite-poly.h
16119         (debug_iteration_domains): Same.
16120         * graphite-ppl.c
16121         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
16122         (ppl_set_inhomogeneous_gmp): Same.
16123         (ppl_strip_loop): Same.
16124         (ppl_lexico_compare_linear_expressions): Same.
16125         (ppl_read_polyhedron_matrix): Same.
16126         (ppl_max_for_le_pointset): Same.
16127         * graphite-ppl.h
16128         (ppl_read_polyhedron_matrix): Same.
16129         (tree_int_to_gmp): Same.
16130         (gmp_cst_to_tree): Same.
16131         (ppl_set_inhomogeneous): Same.
16132         (ppl_set_inhomogeneous_tree): Same.
16133         (ppl_set_coef): Same.
16134         (ppl_set_coef_tree): Same.
16135         * graphite-sese-to-poly.c
16136         (build_pbb_scattering_polyhedrons): Same.
16137         (build_scop_scattering): Same.
16138         (scan_tree_for_params_right_scev): Same.
16139         (scan_tree_for_params): Same.
16140         (find_params_in_bb): Same.
16141         (find_scop_parameters): Same.
16142         (add_upper_bounds_from_estimated_nit): Same.
16143         (build_loop_iteration_domains): Same.
16144         (add_condition_to_domain): Same.
16145         (pdr_add_memory_accesses): Same.
16146
16147 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
16148
16149         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
16150         CLooG's value_* macros to their respective mpz_* counterparts.
16151         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
16152         (graphite_create_new_loop_guard): Same.
16153         * graphite-interchange.c (build_linearized_memory_access): Same.
16154         (pdr_stride_in_loop): Same.
16155         (memory_strides_in_loop_1): Same.
16156         (1st_interchange_profitable_p): Same.
16157         * graphite-poly.c (extend_scattering): Same.
16158         (psct_scattering_dim_for_loop_depth): Same.
16159         (pbb_number_of_iterations): Same.
16160         (pbb_number_of_iterations_at_time): Same.
16161         * graphite-poly.h (new_1st_loop): Same.
16162         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
16163         (oppose_constraint): Same.
16164         (insert_constraint_into_matrix): Same.
16165         (ppl_set_inhomogeneous_gmp): Same.
16166         (ppl_set_coef_gmp): Same.
16167         (ppl_strip_loop): Same.
16168         (ppl_lexico_compare_linear_expressions): Same.
16169         (ppl_max_for_le_pointset): Same.
16170         (ppl_min_for_le_pointset): Same.
16171         (ppl_build_realtion): Same.
16172         * graphite-ppl.h (gmp_cst_to_tree): Same.
16173         (ppl_set_inhomogeneous): Same.
16174         (ppl_set_inhomogeneous_tree): Same.
16175         (ppl_set_coef): Same.
16176         (ppl_set_coef_tree): Same.
16177         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
16178         (build_scop_scattering): Same.
16179         (add_value_to_dim): Same.
16180         (scan_tree_for_params_right_scev): Same.
16181         (scan_tree_for_params_int): Same.
16182         (scan_tree_for_params): Same.
16183         (find_params_in_bb): Same.
16184         (find_scop_parameters): Same.
16185         (add_upper_bounds_from_estimated_nit): Same.
16186         (build_loop_iteration_domains): Same.
16187         (create_linear_expr_from_tree): Same.
16188         (add_condition_to_domain): Same.
16189         (pdr_add_memory_accesses): Same.
16190
16191 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
16192             Jason Merrill  <jason@redhat.com>
16193
16194         * c-common.c (c_common_reswords): Add nullptr.
16195         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
16196         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
16197         (gen_type_die_with_usage): Likewise.
16198         * dbxout.c (dbxout_type): Likewise.
16199         * sdbout.c (plain_type_1): Likewise.
16200
16201 2010-05-06  Jason Merrill  <jason@redhat.com>
16202
16203         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
16204         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
16205         ret appropriately.
16206         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
16207
16208         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
16209         stripping WITH_SIZE_EXPR.
16210         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
16211         change.
16212
16213 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16214
16215         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
16216         list of obsolete configurations.
16217         Disabled check for obsolete configurations.
16218         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
16219         Removed support for previous versions.
16220         * config/mips/iris.h: Removed.
16221         * config/mips/iris5.h: Removed.
16222         * config/mips/iris6.h: Merged old iris.h contents.
16223         (TARGET_IRIX): Removed.
16224         (DRIVER_SELF_SPECS): Removed mabi=32.
16225         (IDENT_ASM_OP): Removed undef.
16226         (STARTFILE_SPEC): Removed mabi=32.
16227         (ENDFILE_SPEC): Likewise.
16228         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
16229         (MACHINE_TYPE): Update for IRIX 6.5.
16230         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
16231         TARGET_IRIX by TARGET_IRIX6.
16232         (mips_file_start): Likewise.
16233         (mips_output_external): Remove IRIX 5/6 O32 support.
16234         (mips_output_function_prologue): Likewise.
16235         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
16236         TARGET_IRIX6.
16237         (TARGET_CPU_CPP_BUILTINS): Likewise.
16238         (TARGET_IRIX): Removed.
16239         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
16240         (MULTILIB_DIRNAMES): Removed 32.
16241         (MULTILIB_OSDIRNAMES): Removed ../lib.
16242         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
16243         (Specific, mips-sgi-irix5): Document removal.
16244         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
16245         Remove references to older IRIX 6 releases and the O32 ABI.
16246
16247 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
16248
16249         PR bootstrap/43994
16250         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
16251         instead of DF_REF_REAL_REG.
16252
16253 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
16254
16255         PR target/43888
16256         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
16257         handling to still return true for x64 targets.
16258
16259 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
16260
16261         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
16262
16263 2010-05-06  Jan Hubicka  <jh@suse.cz>
16264
16265         PR tree-optimization/43791
16266         * ipa-inline.c (update_caller_keys): Remove bogus
16267         disregard_inline_limits check.
16268
16269 2010-05-06  Michael Matz  <matz@suse.de>
16270
16271         PR tree-optimization/43984
16272         * tree-ssa-pre.c (inserted_phi_names): Remove.
16273         (inserted_exprs): Change to bitmap.
16274         (create_expression_by_pieces): Set bits, don't append to vector.
16275         (insert_into_preds_of_block): Don't handle inserted_phi_names.
16276         (eliminate): Don't look at inserted_phi_names, remove deleted
16277         insns from inserted_exprs.
16278         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
16279         (init_pre, fini_pre): Allocate and free bitmaps.
16280         (execute_pre): Insert insns on edges before elimination.
16281
16282 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
16283
16284         * tree.c (initializer_zerop): Handle STRING_CST.
16285
16286 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16287
16288         PR 40989
16289         * doc/invoke.texi (Wimplicit): Document as C only.
16290         * opts.c (common_handle_option): Add argument kind.
16291         (handle_option): Rename as read_cmdline_option. Factor out code to...
16292         (handle_option): ... here. New.
16293         (handle_options): Rename as read_cmdline_options.
16294         (decode_options): Update call.
16295         (set_option): Use option index instead of option pointer. Classify
16296         diagnostics correctly.
16297         (enable_warning_as_error): Call handle_option.
16298         * opts.h (set_option): Update declaration.
16299         (handle_option): Declare.
16300         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
16301         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
16302         * c-opts.c (set_Wimplicit): Delete.
16303         (c_family_lang_mask): New static constant.
16304         (c_common_handle_option): Add argument kind. Use handle_option
16305         instead of set_Wimplicit.
16306         (c_common_post_options): warn_implicit and warn_implicit_int
16307         are disabled by default.
16308         * c-common.c (warn_implicit): Do not define here.
16309         * c-common.h (warn_implicit): Do not declare here.
16310         (c_common_handle_option): Update declaration.
16311         * lto-opts.c (lto_reissue_options): Update call to set_option.
16312
16313 2010-05-06  Richard Guenther  <rguenther@suse.de>
16314
16315         PR tree-optimization/43571
16316         * domwalk.c (walk_dominator_tree): Walk the dominator
16317         sons in more optimal order.
16318
16319 2010-05-06  Richard Guenther  <rguenther@suse.de>
16320
16321         PR tree-optimization/43934
16322         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
16323         (stmt_cost): Likewise.
16324         (extract_true_false_args_from_phi): New helper.
16325         (determine_max_movement): For PHI nodes verify we can hoist them
16326         and compute their cost.
16327         (determine_invariantness_stmt): Handle PHI nodes.
16328         (move_computations_stmt): Likewise.  Hoist PHI nodes in
16329         if-converted form using COND_EXPRs.
16330         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
16331         (tree_ssa_lim): Likewise.
16332         * tree-flow.h (tree_ssa_lim): Adjust prototype.
16333         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
16334
16335 2010-05-06  Richard Guenther  <rguenther@suse.de>
16336
16337         PR tree-optimization/43987
16338         * tree-ssa-structalias.c (could_have_pointers): For possibly
16339         address-taken variables force pointers to be recorded.
16340         (create_variable_info_for_1): Likewise.
16341         (push_fields_onto_fieldstack): Pass in wheter all fields
16342         must have pointers.
16343         (find_func_aliases): Query types instead of vars whether
16344         they contain pointers where appropriate.
16345
16346 2010-05-06  Jan Hubicka  <jh@suse.cz>
16347
16348         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
16349         (record_reference, mark_address, mark_load, mark_store): Record
16350         references.
16351         (record_references_in_initializer): Update call of record_references.
16352         (rebuild_cgraph_edges): Remove all references before rebuiding.
16353         * cgraph.c (cgraph_create_node): Clear ref list.
16354         (cgraph_remove_node): Remove references.
16355         (dump_cgraph_node): Dump references.
16356         (cgraph_clone_node): Clone references.
16357         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
16358         (struct cgraph_node, varpool_node): Add ref_lst.
16359         * ipa-ref.c: New file.
16360         * ipa-ref.h: New file.
16361         * ipa-ref-inline.h: New file.
16362         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
16363         (referenced_from_other_partition_p): New function.
16364         (lto_output_varpool_node): Take set arugment; call
16365         referenced_from_other_partition.
16366         (lto_output_ref): New.
16367         (add_references): New.
16368         (output_refs): New.
16369         (output_cgraph): Compute boundary based on references; output refs.
16370         (output_varpool): Accept cgraph_node_set argument.
16371         (input_ref): New.
16372         (input_refs): New.
16373         (input_cgraph): Call input_refs.
16374         * lto-section-in.c (lto_section_name): Add refs.
16375         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
16376         (ipa-ref.o): New file.
16377         * varpool.c (varpool_node): Clear ipa ref list.
16378         (varpool_remove_node): Remove references.
16379         (dump_varpool_node): Dump references.
16380         (varpool_assemble_decl): Only compile finalized ones.
16381         (varpool_extra_name_alias): Initialize ref list.
16382         * lto-streamer.c (lto-get_section_name): Add .refs section.
16383         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
16384         (referenced_from_other_partition_p): Declared.
16385
16386 2010-05-06  Ira Rosen  <irar@il.ibm.com>
16387
16388         PR tree-optimization/43901
16389         * tree-vect-stmts.c (vectorizable_call): Assert that vector
16390         type is not NULL if it's transformation phase, and return
16391         FALSE if it's analysis.
16392         (vectorizable_conversion, vectorizable_operation,
16393         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
16394
16395 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
16396
16397         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
16398         Delete.
16399         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
16400         New define.
16401         * config/mips/mips-protos.h
16402         (mips_small_register_classes_for_mode_p): Delete prototype.
16403
16404 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
16405
16406         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
16407         * config/arm/arm.c (multiple_operation_profitable_p,
16408         compute_offset_order): New static functions.
16409         (load_multiple_sequence, store_multiple_sequence): Use them.
16410         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
16411         memory offsets, not register numbers.
16412         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
16413
16414 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
16415
16416         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
16417         (get_pending_sizes, put_pending_size, put_pending_sizes):
16418         Update the uses of pending_sizes.
16419         * c-decl.c (store_parm_decls): Likewise.
16420         * c-tree.h (struct c_arg_info): Likewise.
16421         * tree.h: Update the prototype for get_pending_sizes and
16422         put_pending_sizes.
16423
16424 2010-05-05  Jason Merrill  <jason@redhat.com>
16425
16426         PR debug/43370
16427         * c-common.c (handle_aligned_attribute): Respect
16428         ATTR_FLAG_TYPE_IN_PLACE.
16429
16430         PR testsuite/43758
16431         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
16432         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
16433         (TARGET_INITIALIZER): Use it.
16434         * c-common.c (attribute_takes_identifier_p): Call it.
16435         * c-common.h: Update prototype.
16436         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
16437         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
16438
16439 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
16440
16441         PR debug/43950
16442         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
16443         DW_ID_down_case for Fortran compilation units.
16444
16445 2010-05-05  Jan Hubicka  <jh@suse.cz>
16446
16447         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
16448         handle aliases.
16449
16450 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
16451
16452         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
16453         a variable-sized RESULT_DECL.
16454
16455 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
16456
16457         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
16458
16459 2010-05-05  Jason Merrill  <jason@redhat.com>
16460
16461         PR c++/43787
16462         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
16463         returns GS_OK.
16464         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
16465
16466 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
16467             Jakub Jelinek  <jakub@redhat.com>
16468
16469         PR debug/43478
16470         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
16471         (dead_debug_init, dead_debug_finish): New functions.
16472         (dead_debug_add, dead_debug_insert_before): Likewise.
16473         (df_note_bb_compute): Initialize a dead_debug object, add dead
16474         debug uses to it, insert debug bind insns before death insns,
16475         reset debug insns that refer to pending uses at the end.
16476         * rtl.h (make_debug_expr_from_rtl): New prototype.
16477         * varasm.c (make_debug_expr_from_rtl): New function.
16478
16479 2010-05-05  Jan Hubicka  <jh@suse.cz>
16480
16481         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
16482         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
16483         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
16484         lto_varpool_encoder_deref, lto_varpool_encoder_size,
16485         lto_varpool_encoder_encode_initializer_p,
16486         lto_set_varpool_encoder_encode_initializer): New functions.
16487         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
16488         call output_varpool.
16489         (input_varpool_node): Do not always set analyzed.
16490         (input_cgraph_1): Return vector of cgraph nodes.
16491         (input_varpool_1): Return vector of varpools.
16492         (input_cgraph): Free the vectors.
16493         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
16494         output only initializers needed.
16495         (lto_output): Only call output_cgraph.
16496         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
16497         * lto-section-out.c (lto_new_out_decl_state): Initialize
16498         state->varpool_node_encoder.
16499         * lto-streamer.h (lto_varpool_encoder_d): New.
16500         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
16501         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
16502         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
16503         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
16504         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
16505         Declare.
16506         (output_varpool, input_varpool): Remove declarations.
16507
16508 2010-05-05  Jan Hubicka  <jh@suse.cz>
16509
16510         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
16511         with body can prevail.
16512
16513 2010-05-05  Jan Hubicka  <jh@suse.cz>
16514
16515         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
16516         size.
16517
16518 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16519
16520         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
16521
16522         * gengtype.h (erro_at_line): Constify pos argument.
16523
16524         * gengtype.c: Include hashtab.h.
16525         (enum gc_used): Document GC_MAYBE_POINTED_TO.
16526         (error_at_line): Constify pos argument.
16527         (do_typedef): Initialize p->opt field.
16528         (get_file_gtfilename): Fix comment typo.
16529         (struct walk_type_data): Constify line field.
16530         (get_output_file_for_structure): New function.
16531         (write_local_func_for_structure): Constify orig_s argument.
16532         Use get_output_file_for_structure.
16533         (write_func_for_structure): Use get_output_file_for_structure.
16534         (INDENT): New define.
16535         (dump_pair, dump_type, dump_type_list, dump_typekind)
16536         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
16537         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
16538         functions.
16539         (seen_types): New variable.
16540         (main): New variable do_dump.  Process "-d" command line option.
16541         Call dump_everything if dump requested.
16542
16543 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
16544
16545         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
16546         in a temporary instead of invoking the macro multiple times.
16547         (track_expr_p): Likewise.
16548
16549 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
16550
16551         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
16552         per new semantics.
16553         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
16554         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
16555         conditions for printing notes.
16556         * common.opt (-Wcoverage-mismatch): Allow negative, default to
16557         true, update documentation.
16558         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
16559
16560 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
16561
16562         PR c/43981
16563         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
16564         on dimen.
16565
16566 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
16567
16568         PR target/43799
16569         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
16570         (*sse_prologue_save_insn1): Likewise.
16571         (SSE prologue save splitter): Likewise.
16572
16573 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
16574
16575         * tree.c (free_lang_data_in_one_sizepos): New inline function.
16576         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
16577         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
16578         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
16579         all decls.  Call it on DECL_FIELD_OFFSET of fields.
16580         (find_decls_types_r): Follow DECL_VALUE_EXPR.
16581         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
16582
16583 2010-05-04  Martin Jambor  <mjambor@suse.cz>
16584
16585         * tree-sra.c (build_access_from_expr_1): The first parameter type
16586         changed to simple tree.
16587         (build_access_from_expr): Likewise, gsi parameter was eliminated.
16588         (scan_assign_result): Renamed to assignment_mod_result, enum elements
16589         renamed as well.
16590         (build_accesses_from_assign): Removed all parameters except for a
16591         simple gimple statement.  Now returns a simple bool.
16592         (scan_function): All non-analysis parts moved to separate functions
16593         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
16594         parameters and updated both callers.
16595         (sra_modify_expr): Removed parameter data.
16596         (sra_modify_function_body): New function.
16597         (perform_intra_sra): Call sra_modify_function_body to modify the
16598         function body.
16599         (replace_removed_params_ssa_names): Parameter data changed into
16600         adjustments vector.
16601         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
16602         changed the parameter dont_convert to convert with the opposite
16603         meaning.
16604         (sra_ipa_modify_assign): Parameter data changed into adjustments
16605         vector, return value changed to bool.
16606         (ipa_sra_modify_function_body): New function.
16607         (sra_ipa_reset_debug_stmts): Updated a comment.
16608         (modify_function): Use ipa_sra_modify_function_body to modify function
16609         body.
16610
16611 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
16612
16613         PR middle-end/43671
16614         * alias.c (true_dependence): Handle the same VALUE in x and mem.
16615         (canon_true_dependence): Likewise.
16616         (write_dependence_p): Likewise.
16617
16618 2010-05-04  Jan Hubicka  <jh@suse.cz>
16619
16620         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
16621         * cgraphbuild.c: Include ipa-utils.h
16622         (record_reference_ctx): New struct.
16623         (record_reference): Simplify to work on initializers; not statements.
16624         (mark_address, mark_load, mark_store): New.
16625         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16626         walk PHI nodes too.
16627         (record_references_in_initializer): Update use of record_reference.
16628         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
16629         walk PHI nodes too.
16630
16631 2010-05-04  Jan Hubicka  <jh@suse.cz>
16632
16633         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
16634         node will be removed anyway.
16635         (lto_varpool_replace_node): Allow also unanalyzed nodes;
16636         relink aliases of node into prevailing node.
16637         * varpool.c (varpool_remove_node): Remove aliases properly;
16638         when removing node, remove all its aliases too; remove DECL_INITIAL
16639         of removed node; ggc_free the varpool node.
16640
16641 2010-05-04  Richard Guenther  <rguenther@suse.de>
16642
16643         PR tree-optimization/43879
16644         * tree-ssa-structalias.c (alias_get_name): Use
16645         DECL_ASSEMBLER_NAME if available.
16646         (create_function_info_for): Return the varinfo node.
16647         (ipa_pta_execute): Associate same-body aliases and extra names
16648         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
16649
16650 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
16651
16652         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
16653
16654 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
16655
16656         PR bootstrap/43964
16657         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
16658         only if HONOR_REG_ALLOC_ORDER is not defined.
16659
16660 2010-05-04  Richard Guenther  <rguenther@suse.de>
16661
16662         PR tree-optimization/43949
16663         * tree-vrp.c (extract_range_from_binary_expr): Only handle
16664         TRUNC_MOD_EXPR.
16665
16666 2010-04-26  Jason Merrill  <jason@redhat.com>
16667
16668         * c.opt (-fstrict-enums): New.
16669         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
16670
16671 2010-05-03  David Ung  <davidu@mips.com>
16672             James E. Wilson  <wilson@codesourcery.com>
16673
16674         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
16675         emit the trap instruction before the divide for TUNE_74K.
16676
16677 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
16678
16679         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
16680         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
16681         based on the above, for new target hook.
16682
16683         * hooks.c (hook_bool_mode_true): New generic hook.
16684         * hooks.h (hook_bool_mode_true): Add prototype.
16685
16686         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
16687         target hook.
16688         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
16689         target hook, set to hook_bool_mode_false.
16690         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
16691         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
16692         with targetm.small_register_classes_for_mode_p.
16693         (find_reusable_reload): Likewise.
16694         (combine_reloads): Likewise.
16695         * reload1.c (reload_as_needed): Likewise.
16696         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
16697         * ifcvt.c (noce_process_if_block, check_cond_move_block,
16698         dead_or_predicable): Likewise.
16699         * regmove.c (optimize_reg_copy_1): Likewise.
16700         * calls.c (prepare_call_address): Likewise.
16701         (precompute_register_parameters): Likewise.
16702
16703         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
16704         hook definition.
16705         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
16706         implementation of the hook that considers all register classes
16707         small except for SH64.
16708         (sh_override_options): Use the new hook.
16709         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
16710         Add prototype.
16711
16712         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
16713         hook definition.
16714         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
16715         implementation of the hook that considers all register classes
16716         small for THUMB1.
16717         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
16718         Add prototype.
16719
16720         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
16721         hook definition.
16722         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
16723         implementation of the hook that considers all register classes
16724         small for MIPS16.
16725         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
16726         Add prototype.
16727
16728         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
16729         hook definition.
16730         * config/m32c/m32c.h: Likewise.
16731         * config/pdp11/pdp11.h: Likewise.
16732         * config/avr/avr.h: Likewise.
16733         * config/xtensa/xtensa.h: Likewise.
16734         * config/m68hc11/m68hc11.h: Likewise.
16735         * config/mn10300/mn10300.h: Likewise.
16736         * config/mcore/mcore.h: Likewise.
16737         * config/h8300/h8300.h: Likewise.
16738         * config/bfin/bfin.h: Likewise.
16739
16740         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
16741         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
16742
16743 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
16744
16745         * double-int.h (tree_to_double_int): Remove macro.
16746         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
16747         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16748         (tree_to_double_int): New function.
16749         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
16750         Move ...
16751         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
16752
16753 2010-05-03  Richard Guenther  <rguenther@suse.de>
16754
16755         PR tree-optimization/43971
16756         * tree-ssa-structalias.c (get_constraint_for_1): Fix
16757         constraints in the !flag_delete_null_pointer_checks case.
16758
16759 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
16760
16761         PR debug/43972
16762         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
16763         result mode matches original rtl mode.
16764
16765 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
16766
16767         PR target/43888
16768         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
16769
16770 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16771
16772         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
16773         when processing flag options.
16774
16775 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16776
16777         * gcov-iov.c (main): Change format string placeholder
16778         from %#08x to 0x%08x.
16779         * genchecksum.c (dosum): Change format string placeholder
16780         from %#02x to 0x%02x.
16781
16782 2010-05-02  Richard Guenther  <rguenther@suse.de>
16783
16784         PR tree-optimization/43879
16785         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
16786
16787 2010-05-02  Bruno Haible  <bruno@clisp.org>
16788
16789         * doc/extend.texi (Function Attributes): Fix a typo.
16790
16791 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16792
16793         Revert:
16794         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
16795         placeholder from 0x%x to %#x.
16796         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
16797         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
16798         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
16799         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
16800         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
16801         * config/i386/i386.c (ix86_target_string): Ditto.
16802         * config/i386/i386.c (output_pic_addr_const): Ditto.
16803         (print_operand): Ditto.
16804
16805 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
16806
16807         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
16808         placeholder from 0x%x to %#x.
16809         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
16810         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
16811         (ASM_OUTPUT_DEBUG_DATA): Ditto.
16812         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
16813         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
16814         * optc-gen.awk: Ditto.
16815         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
16816         (HOST_WIDE_INT_PRINT_HEX): Ditto.
16817         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
16818         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
16819
16820 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
16821
16822         * target.h (struct calls): Add function_value_regno_p field.
16823         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
16824         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
16825         * targhooks.c (default_function_value_regno_p): New function.
16826         * targhooks.h (default_function_value_regno_p): Declare function.
16827         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
16828         * builtins.c. (apply_result_size): (Ditto.).
16829         * combine.c. (likely_spilled_retval_p): (Ditto.).
16830         * mode-switching.c. Include 'target.h'.
16831         (create_pre_exit): Use function_value_regno_p hook.
16832         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
16833         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
16834         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
16835
16836         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
16837         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
16838         (ix86_function_value_regno_p): Declare as static, change argument
16839         type to const unsigned int.
16840         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
16841
16842 2010-05-01  Richard Guenther  <rguenther@suse.de>
16843
16844         PR tree-optimization/43949
16845         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
16846         types.
16847         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
16848
16849 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
16850
16851         * rtl.h (CONST_DOUBLE_P): Define.
16852         (rtx_to_double_int): Declare.
16853         * emit-rtl.c (rtx_to_double_int): New function.
16854         * dwarf2out.c (insert_double): New function.
16855         (loc_descriptor, add_const_value_attribute): Clean up, use
16856         rtx_to_double_int and insert_double functions.
16857
16858 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
16859
16860         * doc/extend.texi (Inline): Add missing return keyword to examples.
16861         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
16862         "command-line".
16863
16864 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
16865
16866         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
16867         the variable part of the offset as well.  Use highest_pow2_factor for
16868         all alignment checks.
16869
16870 2010-04-30  Richard Guenther  <rguenther@suse.de>
16871
16872         PR tree-optimization/43879
16873         * tree-ssa-structalias.c (type_could_have_pointers): Functions
16874         can have pointers.
16875
16876 2010-04-30  Jan Hubicka  <jh@suse.cz>
16877
16878         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
16879         varpool.
16880         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
16881
16882 2010-04-30  Jan Hubicka  <jh@suse.cz>
16883
16884         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
16885         New.
16886         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
16887         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
16888         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
16889         cgraph_node_set_needs_ltrans_p): Remove.
16890
16891 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
16892
16893         * sdbout.c: Include vec.h, do not include varray.h.
16894         (deferred_global_decls, sdbout_global_decl,
16895         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
16896         * toplev.c: Do not include varray.h.
16897         (dump_memory_report): Do not dump VARRAY statistics.
16898         * gengtype.c (open_base_file): Ignore varray.h.
16899         * Makefile.in: Update for abovementioned changes.
16900         Remove all traces of varray.c and varray.h.
16901         * varray.c: Remove file.
16902         * varray.h: Remove file.
16903
16904 2010-04-30  Jan Hubicka  <jh@suse.cz>
16905
16906         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
16907         references.
16908
16909 2010-04-30  Jan Hubicka  <jh@suse.cz>
16910
16911         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
16912         needed.
16913
16914 2010-04-30  Richard Guenther  <rguenther@suse.de>
16915
16916         * tree-ssa-structalias.c (get_constraint_for_1): Generate
16917         constraints for CONSTRUCTOR.
16918
16919 2010-04-30  Richard Guenther  <rguenther@suse.de>
16920
16921         PR lto/43946
16922         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
16923         first after all lowering passes.
16924
16925 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
16926
16927         * toplev.c: Include varray.h for statistics dumping.
16928         * tree.h: Do not declare varray_head_tag.
16929         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
16930         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
16931         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
16932         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
16933         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
16934         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
16935         c-common.c, c-common.h, reg-stack.c, basic-block.h,
16936         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
16937         include varray.h.
16938         * Makefile.in: Update for abovementioned changes.
16939
16940 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
16941
16942         PR debug/43942
16943         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
16944
16945 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
16946
16947         * config/picochip/picochip.c (picochip_legitimize_address): Define.
16948         Use this function to do machine-specific conversion.
16949         (picochip_legitimize_reload_address): Likewise.
16950         (picochip_legitimate_address_p): Check valid base register only if
16951         strict.
16952         (picochip_check_conditional_copy): Check for modw only if opnd is
16953         register.
16954         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
16955         to call the function in c.
16956         * config/picochip/picochip-protos.h
16957         (picochip_legitimize_reload_address): Define.
16958         * config/picochip/picochip.md (supported_compare1): Define.
16959
16960 2010-04-30  Jan Hubicka  <jh@suse.cz>
16961
16962         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
16963         (cgraph_global_info): Remove inlined.
16964         (LTO_cgraph_tag_names): Remove.
16965         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
16966         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
16967         simplify cgraph tags and document.
16968         (lto_output_node): Use only LTO_cgraph_unavail_node and
16969         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
16970         for_functions_valid, global info, process and output flags.
16971         (input_overwrite_node): Initialize estimated stack size and
16972         estimated growth.  Do not read flags we no longer store.
16973         (input_node): Likewise do not read info no longer stored.
16974         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
16975         flag.
16976
16977 2010-04-30  Richard Guenther  <rguenther@suse.de>
16978
16979         PR tree-optimization/43879
16980         * tree-ssa-structalias.c (get_constraint_for_1): Properly
16981         handle non-zero initializers.
16982
16983 2010-04-30  Richard Guenther  <rguenther@suse.de>
16984
16985         * builtins.c (fold_builtin_1): Delete free (0).
16986
16987 2010-04-29  Jan Hubicka  <jh@suse.cz>
16988
16989         * gengtype.c (open_base_files): Add lto-streamer.h
16990         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
16991         (pass_ipa_cp): GGC collect.
16992         * toplev. (compile_file): Do not output symbols.
16993         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
16994         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
16995         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
16996         * lto-section-in.c: Include ggc.h
16997         (lto_new_in_decl_state): Alloc in GGC.
16998         (lto_delete_in_decl_state): Likewise.
16999         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
17000         Collect.
17001
17002 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
17003
17004         PR target/42895
17005         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
17006         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
17007         (HONOR_REG_ALLOC_ORDER): Describe new macro.
17008         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
17009         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
17010         account only if HONOR_REG_ALLOC_ORDER is not defined.
17011         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
17012         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
17013
17014 2010-04-29  Jon Grant  <04@jguk.org>
17015
17016         * collect2.c (vflag): Change type from int to bool.
17017         (debug): Likewise.
17018         (helpflag): New global bool.
17019         (main): Set vflag and debug with boolean, not integer truth values.
17020         Accept new "--help" option and output usage text if found.
17021         * collect2.h (vflag): Update prototype.
17022         (debug): Likewise.
17023
17024 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
17025
17026         PR bootstrap/43936
17027         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
17028
17029 2010-04-29  Richard Guenther  <rguenther@suse.de>
17030
17031         PR bootstrap/43935
17032         * plugin.h (invoke_plugin_callbacks): Annotate arguments
17033         with ATTRIBUTE_UNUSED.
17034
17035 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
17036
17037         PR target/43921
17038         * config/i386/i386.c (get_some_local_dynamic_name): Replace
17039         INSN_P with NONDEBUG_INSN_P.
17040         (distance_non_agu_define): Likewise.
17041         (distance_agu_use): Likewise.
17042
17043 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
17044
17045         From Dominique d'Humieres  <dominiq@lps.ens.fr>
17046         PR bootstrap/43858
17047         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
17048         test_set.
17049
17050 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
17051
17052         * plugin.h (invoke_plugin_callbacks): New inline function.
17053         * plugin.c (flag_plugin_added): New global flag.
17054         (add_new_plugin): Initialize above flag.
17055         (invoke_plugin_callbacks): Rename to ...
17056         (invoke_plugin_callbacks_full): ... this.
17057
17058 2010-04-28  Jan Hubicka  <jh@suse.cz>
17059
17060         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
17061         (lto_varpool_replace_node): New.
17062         (lto_symtab_resolve_symbols): Resolve varpool nodes.
17063         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
17064         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
17065         * cgraph.h (varpool_node_ptr): New type.
17066         (varpool_node_ptr): New vector.
17067         (varpool_node_set_def): New structure.
17068         (varpool_node_set): New type.
17069         (varpool_node_set): New vector.
17070         (varpool_node_set_element_def): New structure.
17071         (varpool_node_set_element, const_varpool_node_set_element): New types.
17072         (varpool_node_set_iterator): New type.
17073         (varpool_node): Add prev pointers, add used_from_other_partition,
17074         in_other_partition.
17075         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
17076         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
17077         varpool_get_node, varpool_remove_node): Declare.
17078         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
17079         varpool_node_set_size): New inlines.
17080         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
17081         * tree-pass.h (varpool_node_set_def): Forward declare.
17082         (ipa_opt_pass_d): Summary writting takes vnode sets too.
17083         (ipa_write_optimization_summaries): Update prototype.
17084         * ipa-cp.c (ipcp_write_summary): Update.
17085         * ipa-reference.c (ipa_reference_write_summary): Update.
17086         * lto-cgraph.c (lto_output_varpool_node): New static function.
17087         (output_varpool): New function.
17088         (input_varpool_node): New static function.
17089         (input_varpool_1): New function.
17090         (input_cgraph): Input varpool.
17091         * ipa-pure-const.c (pure_const_write_summary): Update.
17092         * lto-streamer-out.c (lto_output): Update, output varpool too.
17093         (write_global_stream): Kill WPA hack.
17094         (produce_asm_for_decls): Update.
17095         (output_alias_pair_p): Handle variables.
17096         (output_unreferenced_globals): Output only needed partition of varpool.
17097         * ipa-inline.c (inline_write_summary): Update.
17098         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
17099         cgraph.
17100         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
17101         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
17102         varpool_node_set_new, varpool_node_set_add,
17103         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
17104         debug_varpool_node_set): New functions.
17105         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
17106         (execute_one_pass): Process new decls too.
17107         (ipa_write_summaries_2): Pass around vsets.
17108         (ipa_write_summaries_1): Likewise.
17109         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
17110         to add.
17111         (ipa_write_optimization_summaries_1): Pass around vsets.
17112         (ipa_write_optimization_summaries): Likewise.
17113         * varpool.c (varpool_get_node): New.
17114         (varpool_node): Update doubly linked lists.
17115         (varpool_remove_node): New.
17116         (dump_varpool_node): More dumping.
17117         (varpool_enqueue_needed_node): Update doubly linked lists.
17118         (decide_is_variable_needed): Kill ltrans hack.
17119         (varpool_finalize_decl): Kill lto hack.
17120         (varpool_assemble_decl): Skip decls in other partitions.
17121         (varpool_assemble_pending_decls): Update doubly linkes lists.
17122         (varpool_empty_needed_queue): Likewise.
17123         (varpool_extra_name_alias): Likewise.
17124         * lto-streamer.c (lto_get_section_name): Add vars section.
17125         * lto-streamer.h (lto_section_type): Update.
17126         (output_varpool, input_varpool): Declare.
17127
17128 2010-04-28  Mike Stump  <mikestump@comcast.net>
17129
17130         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
17131
17132 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
17133
17134         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
17135         record or union type with RECORD_OR_UNION_TYPE_P predicate.
17136         (lto_input_ts_type_tree_pointers): Likewise.
17137         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
17138         (lto_output_ts_type_tree_pointers): Likewise.
17139
17140 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
17141
17142         Uniquization of constants at the Tree level
17143         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
17144         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
17145         bit to the end.
17146         (tree_output_constant_def): Declare.
17147         * gimplify.c (gimplify_init_constructor): When using block copy, first
17148         uniquize the constant constructor on the RHS.
17149         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
17150         DECL_IN_CONSTANT_POOL flag.
17151         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
17152         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
17153         constant pool.
17154         (assemble_variable): Deal with symbols belonging to the tree constant
17155         pool.
17156         (get_constant_section): Add ALIGN parameter and simplify.
17157         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
17158         (assemble_constant_contents): Use the expression of the VAR_DECL.
17159         (output_constant_def_contents): Use the alignment of the VAR_DECL.
17160         (tree_output_constant_def): New global function.
17161         (mark_constant): Use the expression of the VAR_DECL.
17162         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
17163         its expression.
17164         (output_object_block): Likewise and assemble the expression.
17165
17166 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
17167
17168         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
17169         hash_tree, eq_tree): New tree hash table.
17170         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
17171         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
17172         lto_orig_address_remove): Reimplement.
17173
17174 2010-04-28  Xinliang David Li  <davidxl@google.com>
17175
17176         PR c/42643
17177         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
17178         (compute_uninit_opnds_pos): New function.
17179         (is_non_loop_exit_postdominating): New function.
17180         (compute_control_dep_chain): New function.
17181         (find_pdom): New function.
17182         (convert_control_dep_chain_into_preds): New function.
17183         (find_predicates): New function.
17184         (find_control_equiv_block): New function.
17185         (collect_phi_def_edges): New function.
17186         (find_def_preds): New function.
17187         (find_dom): New function.
17188         (dump_predicates): New function.
17189         (get_cmp_code): New function.
17190         (is_value_included_in): New function.
17191         (find_matching_predicate_in_rest_chains): New function.
17192         (use_pred_not_overlap_with_undef_path_pred): New function.
17193         (is_use_properly_guarded): New function.
17194         (normalize_cond_1): New function.
17195         (is_and_or_or): New function.
17196         (normalize_cond): New function.
17197         (is_gcond_subset_of): New function.
17198         (is_subset_of_any): New function.
17199         (is_or_set_subset_of): New function.
17200         (is_and_set_subset_of): New function.
17201         (is_norm_cond_subset_of): New function.
17202         (is_pred_expr_subset_of): New function.
17203         (is_pred_chain_subset_of): New function.
17204         (is_included_in): New function.
17205         (is_superset_of): New function.
17206         (find_uninit_use): New function.
17207         (warn_uninitialized_phi): New function.
17208         (compute_possibly_undefined_names): New function.
17209         (ssa_undefined_value_p): New function.
17210         (execute_late_warn_uninitialized): New function.
17211         * tree-ssa.c (ssa_undefined_value_p): Removed.
17212         (warn_uninit): Changed to extern.
17213         (warn_uninitialized_phi): Removed.
17214         (warn_uninitialized_vars): Changed to extern.
17215         (execute_late_warn_uninitialized): Removed
17216         * tree-flow.h: Add new prototypes.
17217         * timevar.def: Add new time variable.
17218         * Makefile.in: Add new build file.
17219
17220 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
17221
17222         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
17223         type if available.
17224
17225 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17226
17227         PR target/22224
17228         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
17229
17230 2010-04-28  Martin Jambor  <mjambor@suse.cz>
17231
17232         * cgraph.h (struct cgraph_node): New field indirect_calls.
17233         (struct cgraph_indirect_call_info): New type.
17234         (struct cgraph_edge): Removed field indirect_call. New fields
17235         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
17236         (cgraph_create_indirect_edge): Declare.
17237         (cgraph_make_edge_direct): Likewise.
17238         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
17239         * ipa-prop.h (struct ipa_param_call_note): Removed.
17240         (struct ipa_node_params): Removed field param_calls.
17241         (ipa_create_all_structures_for_iinln): Declare.
17242         * cgraph.c: Described indirect edges and uids in initial comment.
17243         (cgraph_add_edge_to_call_site_hash): New function.
17244         (cgraph_edge): Search also among the indirect edges, use
17245         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
17246         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
17247         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
17248         site hash.
17249         (initialize_inline_failed): Assign a reason to indirect edges.
17250         (cgraph_create_edge_1): New function.
17251         (cgraph_create_edge): Moved some functionality to
17252         cgraph_create_edge_1.
17253         (cgraph_create_indirect_edge): New function.
17254         (cgraph_edge_remove_callee): Add an assert checking for
17255         non-indirectness.
17256         (cgraph_edge_remove_caller): Special-case indirect edges.
17257         (cgraph_remove_edge): Likewise.
17258         (cgraph_set_edge_callee): New function.
17259         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
17260         (cgraph_make_edge_direct): New function.
17261         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
17262         the declaration of the call statement matches.
17263         (cgraph_node_remove_callees): Special-case indirect edges.
17264         (cgraph_clone_edge): Likewise.
17265         (cgraph_clone_node): Clone also the indirect edges.
17266         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
17267         indirect_call, dump count of indirect_calls edges.
17268         * ipa-prop.c (iinlining_processed_edges): New variable.
17269         (ipa_note_param_call): Create indirect edges instead of
17270         creating notes.  New parameter node.
17271         (ipa_analyze_call_uses): New parameter node, pass it on to
17272         ipa_note_param_call.
17273         (ipa_analyze_stmt_uses): Likewise.
17274         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
17275         (print_edge_addition_message): Work on edges rather than on notes.
17276         (update_call_notes_after_inlining): Likewise, renamed to
17277         update_indirect_edges_after_inlining.
17278         (ipa_create_all_structures_for_iinln): New function.
17279         (ipa_free_node_params_substructures): Do not free notes.
17280         (ipa_edge_duplication_hook): Propagate bits within
17281         iinlining_processed_edges bitmap.
17282         (ipa_node_duplication_hook): Do not duplicate notes.
17283         (free_all_ipa_structures_after_ipa_cp): Renamed to
17284         ipa_free_all_structures_after_ipa_cp.
17285         (free_all_ipa_structures_after_iinln): Renamed to
17286         ipa_free_all_structures_after_iinln.
17287         (ipa_write_param_call_note): Removed.
17288         (ipa_read_param_call_note): Removed.
17289         (ipa_write_indirect_edge_info): New function.
17290         (ipa_read_indirect_edge_info): Likewise.
17291         (ipa_write_node_info): Do not stream notes, do stream information
17292         in indirect edges.
17293         (ipa_read_node_info): Likewise.
17294         (lto_ipa_fixup_call_notes): Removed.
17295         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
17296         * ipa-inline.c (pass_ipa_inline): Likewise.
17297         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
17298         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
17299         * tree-inline.c (copy_bb): Removed an unnecessary double check for
17300         is_gimple_call.
17301         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
17302         edges.
17303         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
17304         (output_cgraph): Stream also indirect edges.
17305         (lto_output_edge): Added capability to stream indirect edges.
17306         (input_edge): Likewise.
17307         (input_cgraph_1): Likewise.
17308         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
17309         of indirect edges.
17310
17311 2010-04-28  Richard Guenther  <rguenther@suse.de>
17312
17313         PR tree-optimization/43879
17314         PR tree-optimization/43909
17315         * tree-ssa-structalias.c (struct variable_info): Add
17316         only_restrict_pointers flag.
17317         (new_var_info): Initialize it.  Increment stats.total_vars here.
17318         (create_function_info_for): Do not increment stats.total_vars here.
17319         (get_function_part_constraint): Fix build with C++.
17320         (insert_into_field_list): Remove.
17321         (push_fields_onto_fieldstack): Properly merge fields.
17322         (create_variable_info_for): Split and simplify.
17323         (create_variable_info_for_1): New piece.
17324         (intra_create_variable_infos): Properly make restrict constraints
17325         from parameters.
17326
17327 2010-04-28  Richard Guenther  <rguenther@suse.de>
17328
17329         PR c++/43880
17330         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
17331
17332 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17333             Jan Hubicka  <hubicka@ucw.cz>
17334
17335         * doc/invoke.texi (-Wsuggest-attribute=const,
17336         -Wsuggest-attribute=pure): Document.
17337         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
17338         (function_always_visible_to_compiler_p,
17339         suggest_attribute, warn_function_pure, warn_function_const):
17340         New functions.
17341         (check_call): Improve debug info.
17342         (analyze_function): Do not check availability.
17343         (add_new_function): Check availability.
17344         (propagate): Output warnings.
17345         (skip_function_for_local_pure_const): New function.
17346         (local_pure_const): Use it; output warnings.
17347         * common.opt (Wsuggest-attribute=const,
17348         Wsuggest-attribute=pure): New.
17349
17350 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
17351
17352         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
17353         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
17354         or DW_CFA_def_cfa_offset{,_sf}.
17355
17356 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
17357
17358         * tree.h: Fix truncated long macros.
17359
17360 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
17361
17362         * collect2.c (TARGET_64BIT): Redefine to target's default.
17363         * tlink.c: Likewise.
17364         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
17365         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
17366         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
17367         for underscoring __USER_LABEL_PREFIX__.
17368         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
17369         (SUB_LINK_ENTRY32): New.
17370         (SUB_LINK_ENTRY64): New.
17371         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
17372         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
17373         (SUB_LINK_ENTRY64): New.
17374         (SUB_LINK_ENTRY): New.
17375         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
17376         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
17377         x64 target is choosen.
17378         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
17379         * configure: Regenerated.
17380         * configure.ac (leading-mingw64-underscores): Option added.
17381
17382 2010-04-27  Jan Hubicka  <jh@suse.cz>
17383
17384         * doc/invoke.texi (-fipa-profile): Document.
17385         * opts.c (decode_options): Enable ipa-profile at -O1.
17386         * timevar.def (TV_IPA_PROFILE): Define.
17387         * common.opt (fipa-profile): Add.
17388         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
17389         flag for clones.
17390         (cgraph_propagate_frequency): Handle only local ones.
17391         * tree-pass.h (pass_ipa_profile): Declare.
17392         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
17393         (pass_ipa_profile): Use TV_IPA_PROFILE.
17394         * ipa.c (ipa_profile): New function.
17395         (gate_ipa_profile): Likewise.
17396         (pass_ipa_profile): New global variable.
17397         * passes.c (pass_ipa_profile): New.
17398
17399 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
17400
17401         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
17402
17403 2010-04-27  Martin Jambor  <mjambor@suse.cz>
17404
17405         PR middle-end/43812
17406         * ipa.c (dissolve_same_comdat_group_list): New function.
17407         (function_and_variable_visibility): Call
17408         dissolve_same_comdat_group_list when comdat group contains external or
17409         newly local nodes.
17410         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
17411         lists are circular and that they contain only DECL_ONE_ONLY nodes.
17412
17413 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
17414
17415         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
17416         (const_hash_1) <VECTOR_CST>: New case.
17417         (compare_constant) <VECTOR_CST>: Likewise.
17418         <ADDR_EXPR>: Deal with LABEL_REFs.
17419         (copy_constant) <VECTOR_CST>: New case.
17420
17421 2010-04-27  Jan Hubicka  <jh@suse.cz>
17422
17423         * cgraph.c (cgraph_propagate_frequency): New function.
17424         * cgraph.h (cgraph_propagate_frequency): Declare.
17425         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
17426         cgraph_propagate_frequency.
17427
17428 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
17429
17430         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
17431
17432 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
17433
17434         PR target/40657
17435         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
17436         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
17437         here to determine which regs to push and how much stack to reserve.
17438
17439 2010-04-27  Jie Zhang  <jie@codesourcery.com>
17440
17441         * doc/gimple.texi (gimple_statement_with_ops): Remove
17442         addresses_taken field.
17443         (gimple_statement_with_memory_ops): Likewise.
17444
17445 2010-04-27  Jan Hubicka  <jh@suse.cz>
17446
17447         * tree-inline.c (eni_inlining_weights): Remove.
17448         (estimate_num_insns): Special case more builtins.
17449
17450 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
17451
17452         PR c/32207
17453         * c-typeck.c (build_binary_op): Move forward check for comparison
17454         pointer with null pointer constant and adjust the diagnostic message.
17455
17456 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
17457
17458         PR lto/42776
17459         * configure.ac (gcc_cv_as_section_has_align): Set if installed
17460         binutils supports extended .section directive needed by LTO, or
17461         warn if older binutils found.
17462         (LTO_BINARY_READER): New AC_SUBST'd variable.
17463         (LTO_USE_LIBELF): Likewise.
17464         * gcc/config.gcc (lto_binary_reader): New target-specific configure
17465         variable.
17466         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
17467         (LTO_USE_LIBELF): Likewise.
17468         * configure: Regenerate.
17469
17470         * collect2.c (is_elf): Rename from this ...
17471         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
17472          object files in addition to ELF-formatted ones.
17473         (scan_prog_file): Caller updated.  Also allow for LTO info marker
17474         symbol to be prefixed or not by an extra underscore.
17475
17476         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
17477         * config/i386/winnt.c: Also #include lto-streamer.h
17478         (i386_pe_asm_named_section): Specify 1-byte section alignment for
17479         LTO named sections.
17480         (i386_pe_asm_output_aligned_decl_common): Add comment.
17481         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
17482
17483 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
17484
17485         PR target/43889
17486         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
17487         Add missing earlyclobber for second alternative.
17488
17489 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
17490
17491         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
17492         bits for artificial defs at the top of the block.
17493         * fwprop.c (single_def_use_enter_block): Don't call it.
17494
17495 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
17496
17497         PR 43715
17498         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
17499         instead of "$gcc_cv_objdump -T".
17500         Use "-undefined dynamic_lookup" on darwin.
17501         * gcc/configure: Regenerate.
17502
17503 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
17504
17505         PR c/43893
17506         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
17507
17508 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
17509
17510         * c-parser.c (struct c_token): Move location field up.
17511         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
17512         (struct c_declspecs): Convert typespec_word, storage_class, and
17513         default_int_p into bitfields.
17514         (struct c_declarator): Move loc field up.
17515
17516 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
17517
17518         * cfgloop.h (struct loop): Move can_be_parallel field up.
17519         * ipa-prop.h (struct ip_node_params): Move bitfields up.
17520         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
17521         down.
17522         (struct iv_cand): Convert pos field into a bitfield.
17523         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
17524         field up.
17525         (struct _stmt_vec_info): Shuffle fields for better packing.
17526
17527 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
17528
17529         * varasm.c (IN_NAMED_SECTION): Remove guard.
17530         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
17531         (IN_NAMED_SECTION_P): ...this.
17532         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
17533         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
17534
17535 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
17536
17537         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
17538         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
17539         of shadowing it.  Fix comments.
17540
17541 2010-04-26  Jan Hubicka  <jh@suse.cz>
17542
17543         * cgraph.c (cgraph_create_node): Set node frequency to normal.
17544         (cgraph_clone_node): Copy function frequency.
17545         * cgraph.h (node_frequency): New enum
17546         (struct cgraph_node): Add.
17547         * final.c (rest_of_clean_state): Update.
17548         * lto-cgraph.c (lto_output_node): Output node frequency.
17549         (input_overwrite_node): Input node frequency.
17550         * tre-ssa-loop-ivopts (computation_cost): Update.
17551         * lto-streamer-out.c (output_function): Do not output function
17552         frequency.
17553         * predict.c (maybe_hot_frequency_p): Update and handle functions
17554         executed once.
17555         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
17556         attribute lookup.
17557         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
17558         (compute_function_frequency): Set noreturn functions to be executed
17559         once.
17560         (choose_function_section): Update.
17561         * lto-streamer-in.c (input_function): Do not input function frequency.
17562         * function.c (allocate_struct_function): Do not initialize function
17563         frequency.
17564         * function.h (function_frequency): Remove.
17565         (struct function): Remove function frequency.
17566         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
17567         (try_update): Update.
17568         * tree-inline.c (initialize_cfun): Do not update function frequency.
17569         * passes.c (pass_init_dump_file): Update.
17570         * i386.c (ix86_compute_frame_layout): Update.
17571         (ix86_pad_returns): Update.
17572
17573 2010-04-26  Jie Zhang  <jie@codesourcery.com>
17574
17575         PR tree-optimization/43833
17576         * tree-vrp.c (range_int_cst_p): New.
17577         (range_int_cst_singleton_p): New.
17578         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
17579         when both operands are constants.  Use range_int_cst_p in
17580         BIT_IOR_EXPR case.
17581
17582 2010-04-26  Jan Hubicka  <jh@suse.cz>
17583
17584         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
17585
17586 2010-04-26  Richard Guenther  <rguenther@suse.de>
17587
17588         PR lto/43080
17589         * gimple.c (gimple_decl_printable_name): Deal gracefully
17590         with a NULL DECL_NAME.
17591
17592 2010-04-26  Richard Guenther  <rguenther@suse.de>
17593
17594         PR lto/42425
17595         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
17596         if emitting debug information and it is either a function
17597         or a namespace decl.
17598
17599 2010-04-26  Ira Rosen  <irar@il.ibm.com>
17600
17601         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
17602         determine if the statement is vectorizable, and a macro to access it.
17603         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
17604         Skip statements that can't be vectorized. If the analysis fails,
17605         mark the statement as unvectorizable if vectorizing basic block.
17606         (vect_compute_data_refs_alignment): Likewise.
17607         (vect_verify_datarefs_alignment): Skip statements marked as
17608         unvectorizable. Add print.
17609         (vect_analyze_group_access): Skip statements that can't be
17610         vectorized. If the analysis fails, mark the statement as
17611         unvectorizable if vectorizing basic block.
17612         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
17613         * tree-vect-stmts.c (vectorizable_store): Fix the number of
17614         generated stmts for SLP.
17615         (new_stmt_vec_info): Initialize the new field.
17616         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
17617         statements marked as unvectorizable.
17618
17619 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
17620
17621         * c-common.c (flag_isoc1x): New.
17622         (flag_isoc99): Update comment.
17623         * c-common.h (flag_isoc1x): New.
17624         (flag_isoc99): Update comment.
17625         * c-cppbuiltin.c (builtin_define_float_constants): Also define
17626         __<type>_DECIMAL_DIG__.
17627         * c-opts.c (set_std_c1x): New.
17628         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
17629         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
17630         * c.opt (-std=c1x, -std=gnu1x): New options.
17631         * doc/cpp.texi: Mention -std=c1x.
17632         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
17633         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
17634         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
17635         * doc/standards.texi: Mention C1X.
17636         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
17637         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
17638         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
17639         Define for C1X.
17640
17641 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
17642
17643         * config/i386/gmon-sol2.c (_mcleanup): Change format string
17644         placeholder from 0x%x to %#x.
17645         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
17646         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
17647         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
17648         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
17649         * config/i386/i386.c (ix86_target_string): Ditto.
17650         (output_pic_addr_const): Ditto.
17651         (print_operand): Ditto.
17652
17653 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
17654
17655         * combine.c (find_split_point): Add third argument.  Use it
17656         to find nested multiply-accumulate instructions.  Adjust calls.
17657         (try_combine): Adjust call to find_split_point.
17658
17659 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
17660
17661         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
17662
17663 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
17664
17665         PR tree-optimization/41442
17666         * fold-const.c (merge_truthop_with_opposite_arm): New function.
17667         (fold_binary_loc): Call it.
17668
17669 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17670
17671         * toplev.c (general_init): Set default for fdiagnostics-show-option.
17672         * opts.c (common_handle_option): Allow disabling it.
17673         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
17674
17675 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
17676
17677         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
17678         between modes if both types are integral.
17679
17680 2010-04-23  Richard Guenther  <rguenther@suse.de>
17681
17682         PR tree-optimization/43572
17683         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
17684
17685 2010-04-23  Richard Guenther  <rguenther@suse.de>
17686
17687         PR lto/43455
17688         * tree-inline.c (tree_can_inline_p): Also check compatibility
17689         of return types.
17690
17691 2010-04-23  Martin Jambor  <mjambor@suse.cz>
17692
17693         PR tree-optimization/43846
17694         * tree-sra.c (struct access): New flag grp_assignment_read.
17695         (build_accesses_from_assign): Set grp_assignment_read.
17696         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
17697         (enum mark_read_status): New type.
17698         (analyze_access_subtree): Propagate grp_assignment_read, create
17699         accesses also if both direct_read and root->grp_assignment_read.
17700
17701 2010-04-23  Martin Jambor  <mjambor@suse.cz>
17702
17703         PR middle-end/43835
17704         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
17705         function does not have type attributes.
17706
17707 2010-04-23  Richard Guenther  <rguenther@suse.de>
17708
17709         PR lto/42653
17710         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
17711         of FUNCTION_DECLs.
17712
17713 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17714
17715         * sese.h (create_if_region_on_edge): Remove.
17716
17717         * sese.c (create_if_region_on_edge): Make static.
17718
17719         * tree-inline.c: Do not include ggc.h.
17720
17721         * expr.c: Do not include ggc.h.
17722
17723         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
17724         dependencies.
17725
17726 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
17727
17728         PR target/43744
17729         * config/sh/sh.c (find_barrier): Don't emit a constant pool
17730         in the middle of insns for casesi_worker_2.
17731
17732 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
17733
17734         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
17735
17736 2010-04-22  Ira Rosen  <irar@il.ibm.com>
17737
17738         PR tree-optimization/43842
17739         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
17740         loop unrolling in update of exit phis. Fix comment.
17741         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
17742         least two reduction statements in the loop before starting SLP
17743         analysis.
17744
17745 2010-04-22  Nick Clifton  <nickc@redhat.com>
17746
17747         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
17748
17749 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
17750
17751         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
17752         to simplify a + ~a.
17753
17754 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17755
17756         * tree-parloops.c (loop_parallel_p): New argument
17757         parloop_obstack.  Pass it down.
17758         (parallelize_loops): New variable parloop_obstack.  Initialize it,
17759         pass it down, free it.
17760
17761         * tree-loop-linear.c (linear_transform_loops): Pass down
17762         lambda_obstack.
17763
17764         * tree-data-ref.h (lambda_compute_access_matrices): New argument
17765         of type struct obstack *.
17766
17767         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
17768         scratch_obstack.  Initialize it, pass down, free it.
17769
17770         * lambda.h (lambda_loop_new): Remove.
17771         (lambda_matrix_new, lambda_matrix_inverse)
17772         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
17773         argument of type struct obstack *.
17774
17775         * lambda-trans.c (lambda_trans_matrix_new): New argument
17776         lambda_obstack.  Pass it down, use obstack allocation for ret.
17777         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
17778         it down.
17779
17780         * lambda-mat.c (lambda_matrix_get_column)
17781         (lambda_matrix_project_to_null): Remove.
17782         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
17783         allocation for mat.
17784         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
17785         lambda_obstack.
17786
17787         * lambda-code.c (lambda_loop_new): New function.
17788         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
17789         (lambda_compute_auxillary_space, lambda_compute_target_space)
17790         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
17791         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
17792         (build_access_matrix): New argument lambda_obstack.  Use obstack
17793         allocation for am.
17794         (lambda_compute_step_signs, lambda_compute_access_matrices): New
17795         argument lambda_obstack.  Pass it down.
17796
17797 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17798
17799         * optabs.h (expand_widening_mult): Declare.
17800
17801 2010-04-22  Richard Guenther  <rguenther@suse.de>
17802
17803         PR tree-optimization/43845
17804         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
17805         lookup the CALL_EXPR function and arguments.
17806
17807 2010-04-22  Nick Clifton  <nickc@redhat.com>
17808
17809         * config/stormy16/stormy16.c
17810         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
17811         * config/stormy16/stormy16.h: Tidy up formatting.
17812         (DONT_USE_BUILTIN_SETJMP): Remove definition.
17813         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
17814         (ineqbranchsi): Delete pattern.
17815         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
17816         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
17817         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
17818         stormy16-lib2-ucmpsi2.c.
17819
17820 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17821
17822         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
17823         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
17824         extra set merge_set_noclobber, and use it to relax the final test
17825         slightly.
17826         * df.h (df_simulate_find_noclobber_defs): Declare.
17827         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
17828         conditional defs.
17829         (df_simulate_find_noclobber_defs): New function.
17830
17831 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
17832
17833         * config/i386/i386.md: Use {} around multi-line preparation statements.
17834
17835 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17836
17837         * c-tree.h (push_init_level, pop_init_level, set_init_index)
17838         (process_init_element): New argument of type struct obstack *.
17839
17840         * c-typeck.c (push_init_level, pop_init_level, set_designator)
17841         (set_init_index, set_init_label, set_nonincremental_init)
17842         (set_nonincremental_init_from_string, find_init_member)
17843         (output_init_element, output_pending_init_elements)
17844         (process_init_element): New argument braced_init_obstack.  Pass it
17845         down.
17846         (push_range_stack, add_pending_init): New argument
17847         braced_init_obstack.  Use obstack allocation.
17848
17849         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
17850         braced_init_obstack.  Pass it down.
17851         (c_parser_braced_init): New variables ret, braced_init_obstack.
17852         Initialize obstack, pass it down and finally free it.
17853
17854 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
17855
17856         PR middle-end/29274
17857         * tree-pass.h (pass_optimize_widening_mul): Declare.
17858         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
17859         gate_optimize_widening_mul): New static functions.
17860         (pass_optimize_widening_mul): New.
17861         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
17862         <case MULT_EXPR>: Remove support for widening multiplies.
17863         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
17864         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
17865         simplify_gen_unary rather than directly building extensions.
17866         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
17867         WIDEN_MULT_EXPR.
17868         * expmed.c (expand_widening_mult): New function.
17869         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
17870
17871 2010-04-21  Jan Hubicka  <jh@suse.cz>
17872
17873         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
17874         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
17875         * lto-wpa-fixup.c: Remove.
17876         * Makefile.in (lto-wpa-fixup.o): Remove.
17877         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
17878         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
17879         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
17880
17881 2010-04-21  Jan Hubicka  <jh@suse.cz>
17882
17883         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
17884         add write_optimization_summary, read_optimization_summary.
17885         (ipa_write_summaries_of_cgraph_node_set): Remove.
17886         (ipa_write_optimization_summaries): Declare.
17887         (ipa_read_optimization_summaries): Declare.
17888         * ipa-cp.c (pass_ipa_cp): Update.
17889         * ipa-reference.c (pass_ipa_reference): Update.
17890         * ipa-pure-const.c (pass_ipa_pure_const): Update.
17891         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
17892         Update.
17893         * ipa-inline.c (pass_ipa_inline): Update.
17894         * ipa.c (pass_ipa_whole_program): Update.
17895         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
17896         * passes.c (ipa_write_summaries_1): Do not test wpa.
17897         (ipa_write_optimization_summaries_1): New.
17898         (ipa_write_optimization_summaries): New.
17899         (ipa_read_summaries): Do not test ltrans.
17900         (ipa_read_optimization_summaries_1): New.
17901         (ipa_read_optimization_summaries): New.
17902
17903 2010-04-21  Jan Hubicka  <jh@suse.cz>
17904
17905         * lto-cgraph.c (lto_output_node): Do not output comdat groups
17906         for boundary nodes.
17907         (output_cgraph): Do not arrange comdat groups for boundary nodes.
17908
17909 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17910
17911         PR debug/40040
17912         * dwarf2out.c (add_name_and_src_coords_attributes): Add
17913         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
17914
17915 2010-04-21  Jan Hubicka  <jh@suse.cz>
17916
17917         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
17918
17919 2010-04-21  Jan Hubicka  <jh@suse.cz>
17920
17921         * varpool.c (decide_is_variable_needed): Variable is always needed
17922         during ltrans.
17923
17924 2010-04-21  Jan Hubicka  <jh@suse.cz>
17925
17926         * opts.c (decode_options): Enable pure-const pass for whopr.
17927
17928 2010-04-21  Jan Hubicka  <jh@suse.cz>
17929
17930         * cgraph.c (dump_cgraph_node): Dump also assembler name.
17931         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
17932         at WPA dumping.
17933         (cgraph_decide_inlining): Do not expect callee to be removed in all
17934         cases.
17935
17936 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
17937
17938         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
17939
17940 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
17941
17942         * config/i386/i386.md (x86_shrd): Add athlon_decode and
17943         amdfam10_decode attributes.
17944
17945 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17946
17947         PR middle-end/43570
17948         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
17949         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
17950         (lower_copyprivate_clauses): Use private var in outer
17951         context instead of original var.  Make sure the types
17952         are correct for VLAs.
17953
17954 2010-04-21  Richard Guenther  <rguenther@suse.de>
17955
17956         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
17957         to non-pointer objects.
17958
17959 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
17960
17961         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
17962         last chain entry if it starts with the still current label.
17963         (add_location_or_const_value_attribute): Check that
17964         loc_list->first->next is NULL instead of comparing ->first with ->last.
17965         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
17966         to add_var_loc_to_decl.
17967
17968         * dwarf2out.c (output_call_frame_info): For dw_cie_version
17969         >= 4 add also address size and segment size fields into CIE header.
17970
17971         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
17972         long as address size is the same as sizeof (void *) and
17973         segment size is 0.
17974         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
17975         address size or segment size is unexpected, return DW_EH_PE_omit.
17976         (classify_object_over_fdes): If get_cie_encoding returned
17977         DW_EH_PE_omit, return -1.
17978         (init_object): If classify_object_over_fdes returned -1,
17979         pretend there were no FDEs at all.
17980
17981 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
17982
17983         * config/i386/i386.md (bswap<mode>2): Macroize expander from
17984         bswap{si,di}2 using SWI48 mode iterator.
17985         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
17986         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
17987         set modrm attribute of bswap insn to 0 and remove length attribute.
17988         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
17989         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
17990         set mode attribute to <MODE> and remove length attribute.
17991
17992 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
17993
17994         PR rtl-optimization/43520
17995         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
17996         zero available registers.
17997
17998 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17999
18000         * builtins.c (fold_builtin_cproj): Fold more cases.
18001
18002 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18003
18004         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
18005         (fold_builtin_1): Fold builtin cproj.
18006         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
18007         Use ATTR_CONST_NOTHROW_LIST.
18008
18009 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
18010
18011         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
18012         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
18013         ffsi2_no_cmove for !TARGET_CMOVE.
18014         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
18015         (ffssi2): Remove expander.
18016         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
18017         mode iterator.
18018         (ctz<mode>2): Ditto from ctz{si,di}2.
18019         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
18020         mode iterator.
18021         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
18022         mode iterator.
18023
18024 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
18025
18026         * dwarf2out.c (AT_linkage_name): Define.
18027         (clone_as_declaration): Handle DW_AT_linkage_name.
18028         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
18029         of DW_AT_MIPS_linkage_name.
18030         (move_linkage_attr): Likewise.
18031         (dwarf2out_finish): Likewise.
18032
18033 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
18034
18035         PR middle-end/41952
18036         * fold-const.c (fold_comparison): New folding rule.
18037
18038 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
18039
18040         * double-int.h (double_int_setbit): Declare.
18041         * double-int.c (double_int_setbit): New function.
18042         * rtl.h (immed_double_int_const): Declare.
18043         * emit-rtl.c (immed_double_int_const): New function.
18044         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
18045         and immed_double_int_const functions.
18046         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
18047         expand_copysign_bit): (Ditto.).
18048         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
18049         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
18050         * dojump.c (prefer_and_bit_test): (Ditto.).
18051         * expr.c (convert_modes, reduce_to_bit_field_precision,
18052         const_vector_from_tree): (Ditto.).
18053         * expmed.c (mask_rtx, lshift_value): (Ditto.).
18054
18055 2010-04-20  Jan Hubicka  <jh@suse.cz>
18056
18057         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
18058         (dump_cgraph_node): Dump new flags.
18059         * cgraph.h (struct cgraph_node): Add flags
18060         reachable_from_other_partition and in_other_partition.
18061         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
18062         other partition can not be removed.
18063         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
18064         the other partition must be output; silence sanity checking on
18065         leaking functions bodies from other paritition.
18066         * lto-cgraph.c (reachable_from_other_partition_p): New function.
18067         (lto_output_node): Output new flags; do not sanity check that inline
18068         clones are output; drop lto_forced_extern_inline_p code; do not mock
18069         visibility flags at partition boundaries.
18070         (add_node_to): New function.
18071         (output_cgraph): Use it to sort functions so masters appear before
18072         clones.
18073         (input_overwrite_node): Input new flags.
18074         * passes.c (ipa_write_summaries): Do not call
18075         lto_new_extern_inline_states.
18076         * lto-section-out.c (forced_extern_inline,
18077         lto_new_extern_inline_states lto_delete_extern_inline_states,
18078         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
18079         * lto-streamer.h (lto_new_extern_inline_states,
18080         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
18081         lto_forced_extern_inline_p): Kill.
18082
18083 2010-04-20  Richard Guenther  <rguenther@suse.de>
18084
18085         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
18086         from vars that can have pointers.
18087         (process_constraint): Dump useless constraints.
18088
18089 2010-04-20  Richard Guenther  <rguenther@suse.de>
18090
18091         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
18092         (dump_sa_points_to_info): Remove asserts.
18093         (init_base_vars): nothing_id isn't an escape point nor does it
18094         have pointers.
18095
18096 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
18097
18098         * tree.h (TYPE_REF_IS_RVALUE): Define.
18099         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
18100         should_move_die_to_comdat, prune_unused_types_walk): Handle
18101         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
18102         (modified_type_die, gen_reference_type_die): Emit
18103         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
18104         if TYPE_REF_IS_RVALUE and -gdwarf-4.
18105
18106 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18107
18108         PR target/43635
18109         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
18110         calls for -fpic -m31 if they have been sibcall optimized.
18111
18112 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
18113
18114         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
18115         ar.lc fixed and call-used.
18116
18117         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
18118
18119 2010-04-19  Jan Hubicka  <jh@suse.cz>
18120
18121         * opts.c (decode_options): Disable whpr incompatible passes.
18122         * lto/lto.c (lto_1_to_1_map): Skip clones.
18123         (read_cgraph_and_symbols): Do not mark everything as needed.
18124         (do_whole_program_analysis): Do map only after optimizing;
18125         set proper cgraph_state; use passmanager.
18126
18127 2010-04-19  DJ Delorie  <dj@redhat.com>
18128
18129         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
18130         POINTER_PLUS_EXPR and fix them.
18131
18132 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
18133
18134         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
18135         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
18136         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
18137         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
18138         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
18139         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
18140         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
18141         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
18142         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
18143         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
18144         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
18145
18146 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
18147
18148         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
18149         (check_cond_move_block): Likewise.
18150         (cond_move_process_if_block): Likewise.
18151         (noce_find_if_block): Improve formatting.
18152         (find_if_header): Pass 0 to memset and tweak conditions.
18153         (cond_exec_find_if_block): Fix long lines and tweak conditions.
18154
18155 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
18156
18157         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
18158         for -gdwarf-4.
18159
18160         PR middle-end/43337
18161         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
18162         with non-local decl doesn't need chain.
18163
18164 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
18165
18166         * ira-color.c (allocno_reload_assign): Avoid accumulating
18167         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
18168
18169 2010-04-19  Martin Jambor  <mjambor@suse.cz>
18170
18171         * gimple.h (create_tmp_reg): Declare.
18172         * gimplify.c (create_tmp_reg): New function.
18173         (gimplify_return_expr): Use create_tmp_reg.
18174         (gimplify_omp_atomic): Likewise.
18175         (gimple_regimplify_operands): Likewise.
18176         * tree-dfa.c (make_rename_temp): Likewise.
18177         * tree-predcom.c (predcom_tmp_var): Likewise.
18178         (reassociate_to_the_same_stmt): Likewise.
18179         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
18180         (get_replaced_param_substitute): Likewise.
18181         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
18182         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
18183         * tree-ssa-pre.c (get_representative_for): Likewise.
18184         (create_expression_by_pieces): Likewise.
18185         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
18186         (create_tailcall_accumulator): Likewise.
18187
18188 2010-04-19  Martin Jambor  <mjambor@suse.cz>
18189
18190         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
18191         new_stmt.
18192         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
18193
18194 2010-04-19  Richard Guenther  <rguenther@suse.de>
18195
18196         PR tree-optimization/43796
18197         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
18198         from SCEV in the lattice.
18199         (vrp_visit_phi_node): Dump change.
18200
18201 2010-04-19  Richard Guenther  <rguenther@suse.de>
18202
18203         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
18204         * configure: Re-generated.
18205
18206 2010-04-19  Richard Guenther  <rguenther@suse.de>
18207
18208         PR tree-optimization/43783
18209         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
18210         constant ARRAY_REF operands two and three if possible.
18211
18212 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
18213
18214         PR target/43766
18215         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
18216
18217 2010-04-19  Jie Zhang  <jie@codesourcery.com>
18218
18219         PR target/43662
18220         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
18221
18222 2010-04-19  Ira Rosen  <irar@il.ibm.com>
18223
18224         PR tree-optimization/37027
18225         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
18226         and macro to access it.
18227         (vectorizable_reduction): Add argument.
18228         (vect_get_slp_defs): Likewise.
18229         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
18230         statements for possible use in SLP.
18231         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
18232         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
18233         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
18234         add new argument.
18235         (vectorizable_reduction): Likewise.
18236         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
18237         vect_get_slp_defs.
18238         (vectorizable_type_demotion, vectorizable_type_promotion,
18239         vectorizable_store): Likewise.
18240         (vect_analyze_stmt): Update call to vectorizable_reduction.
18241         (vect_transform_stmt): Likewise.
18242         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
18243         (vect_build_slp_tree): Fix indentation. Check that there are no loads
18244         from different interleaving chains in same node.
18245         (vect_slp_rearrange_stmts): New function.
18246         (vect_supported_load_permutation_p): Allow load permutations for
18247         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
18248         inside SLP nodes if necessary.
18249         (vect_analyze_slp_instance): Handle reductions.
18250         (vect_analyze_slp): Try to build SLP instances originating from groups
18251         of reductions.
18252         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
18253         (vect_get_constant_vectors): Create initial vectors for reductions
18254         according to reduction code. Add new argument.
18255         (vect_get_slp_defs): Add new argument, pass it to
18256         vect_get_constant_vectors.
18257         (vect_schedule_slp_instance): Remove SLP tree root statements.
18258
18259 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
18260
18261         * tree.h (ENUM_IS_SCOPED): Define.
18262         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
18263         for ENUM_IS_SCOPED enums.
18264
18265 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
18266
18267         * fold-const.c (fold_comparison): Use ssizetype.
18268         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
18269         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
18270         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
18271         * tree-object-size.c (compute_object_sizes): Use size_type_node.
18272
18273         * tree.h (initialize_sizetypes): Remove parameter.
18274         (build_common_tree_nodes): Remove second parameter.
18275         * stor-layout.c (initialize_sizetypes): Remove parameter.
18276         Always create an unsigned type.
18277         (set_sizetype): Assert that the passed type is unsigned and simplify.
18278         * tree.c (build_common_tree_nodes): Remove second parameter.
18279         Adjust call to initialize_sizetypes.
18280         * c-decl.c (c_init_decl_processing): Remove second argument in call to
18281         build_common_tree_nodes.
18282
18283 2010-04-18  Matthias Klose  <doko@ubuntu.com>
18284
18285         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
18286
18287 2010-04-18  Ira Rosen  <irar@il.ibm.com>
18288
18289         PR tree-optimization/43771
18290         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
18291         load permutation doesn't have gaps.
18292
18293 2010-04-18  Jan Hubicka  <jh@suse.cz>
18294
18295         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
18296         (sse_prologue_save_insn expander): Use new pattern.
18297         (sse_prologue_save_insn1): New pattern and splitter.
18298         (sse_prologue_save_insn): Update to deal also with 64bit aligned
18299         blocks.
18300         * i386.c (setup_incoming_varargs_64): Do not compute jump
18301         destination here.
18302         (ix86_gimplify_va_arg): Update alignment needed.
18303         (ix86_local_alignment): Do not align all local arrays to 128bit.
18304
18305 2010-04-17  Jan Hubicka  <jh@suse.cz>
18306
18307         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
18308
18309 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
18310
18311         * arm.md (negdi2): Remove redundant code to force values into a
18312         register.
18313
18314 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
18315
18316         * arm/bpabi.S: Add EABI alignment attributes to objects.
18317         * arm/bpabi-v6m.S: Likewise.
18318         * arm/crti.asm: Likewise.
18319         * arm/crtn.asm: Likewise.
18320         * arm/lib1funcs.asm: Likewise.
18321         * arm/libunwind.S: Likewise.
18322
18323 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
18324
18325         * arm-protos.h (tune_params): New structure.
18326         * arm.c (current_tune): New variable.
18327         (arm_constant_limit): Delete.
18328         (struct processors): Add pointer to the tune parameters.
18329         (arm_slowmul_tune): New tuning option.
18330         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
18331         (all_cores): Adjust to pick up the tuning model.
18332         (arm_constant_limit): New function.
18333         (arm_override_options): Select the appropriate tuning model.  Delete
18334         initialization of arm_const_limit.
18335         (arm_split_constant): Use the new constant-limit model.
18336         (arm_rtx_costs): Pick up the current tuning model.
18337         * arm.md (is_strongarm, is_xscale): Delete.
18338         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
18339         for Xscale variant architectures.
18340         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
18341
18342 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18343
18344         * config/arm/arm.c (arm_gen_constant): Remove unused variable
18345         can_shift.
18346         (arm_rtx_costs_1): Remove unused variable extra_cost.
18347         (arm_unwind_emit_set): Use variable offset.
18348         (thumb1_output_casesi): Remove unused variable flags.
18349
18350 2010-04-16  Jeff Law  <law@redhat.com>
18351
18352         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
18353         needing assignment rather than doing a two-phase assignment.  Remove
18354         unused variable 'm'.
18355
18356 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
18357
18358         PR bootstrap/43767
18359         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
18360
18361 2010-04-16  Doug Kwan  <dougkwan@google.com>
18362
18363         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
18364         (next_operand_entry_id): New static variable.
18365         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
18366         (add_to_ops_vec): Assigned unique ID to operand entry.
18367         (struct oecount_s): New field ID.
18368         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
18369         (undistribute_ops_list): Assign unique IDs to oecounts.
18370         (init_reassoc): reset next_operand_entry_id.
18371
18372 2010-04-16  Doug Kwan  <dougkwan@google.com>
18373
18374         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
18375         missing left parenthesis.
18376
18377 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
18378
18379         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
18380         *btdi_rex64 using SWI48 mode iterator.
18381         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
18382         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
18383         *jcc_btdi_mask_rex64.
18384
18385 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
18386
18387         * double-int.h (tree_to_double_int): Convert to macro.
18388         * double-int.c (tree_to_double_int): Remove.
18389
18390 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
18391
18392         PR debug/43762
18393         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
18394         with want_address 2 and in case a single element list might be
18395         possible, call it again with want_address 0.
18396
18397 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
18398
18399         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
18400         case 'W' print operands for HI mode.
18401         * config/h8300/h8300.h (Y0, Y2) : New constraints.
18402         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
18403         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
18404         * config/h8300/predicate.md (bit_register_indirect_operand): New.
18405
18406         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
18407
18408         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
18409         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
18410         #xx:3 and #xx:4 mode.
18411
18412         * config/h8300/h8300.md (inverted load with HImode dest): Add
18413         support for H8300SX.
18414
18415         * config/h8300/predicate.md (bit_operand): Allow immediate values that
18416         satisfy 'U' constraint.
18417
18418 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18419
18420         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
18421         * configure: Regenerate.
18422         * config.in: Regenerate.
18423         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
18424         works.
18425
18426 2010-04-16  Richard Guenther  <rguenther@suse.de>
18427
18428         * tree.h (struct tree_decl_minimal): Move pt_uid ...
18429         (struct tree_decl_common): ... here.
18430         (DECL_PT_UID): Adjust.
18431         (SET_DECL_PT_UID): Likewise.
18432         (DECL_PT_UID_SET_P): Likewise.
18433
18434 2010-04-16  Richard Guenther  <rguenther@suse.de>
18435
18436         PR tree-optimization/43572
18437         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
18438         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
18439         * tree-flow.h (is_call_clobbered): Remove.
18440         * tree-flow-inline.h (is_call_clobbered): Likewise.
18441         * tree-dfa.c (dump_variable): Do not dump call clobber state.
18442         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
18443         (execute_return_slot_opt): Adjust.
18444         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
18445         check for call clobbered vars here.
18446         (find_tail_calls): Move tailcall verification to the
18447         proper place.
18448
18449 2010-04-16  Diego Novillo  <dnovillo@google.com>
18450
18451         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
18452
18453 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
18454
18455         PR target/40603
18456         * config/arm/arm.md (cbranchqi4): New pattern.
18457         * config/arm/predicates.md (const0_operand,
18458         cbranchqi4_comparison_operator): New predicates.
18459
18460 2010-04-16  Richard Guenther  <rguenther@suse.de>
18461
18462         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
18463         (dump_gimple_stmt): Likewise.
18464
18465 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
18466
18467         * recog.h (struct recog_data): New field is_operator.
18468         (struct insn_operand_data): New field is_operator.
18469         * recog.c (extract_insn): Set recog_data.is_operator.
18470         * genoutput.c (output_operand_data): Emit code to set the
18471         is_operator field.
18472         * reload.c (find_reloads): Use it rather than testing for an
18473         empty constraint string.
18474
18475         PR target/41514
18476         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
18477         If the previous insn is a cbranchsi4_insn with the same arguments,
18478         omit the compare instruction.
18479
18480         * config/arm/arm.md (addsi3_cbranch): If destination is a high
18481         register, inputs must be low registers and we need a low register
18482         scratch.  Handle alternative 2 like alternative 3.
18483
18484 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
18485
18486         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
18487         don't call get_addr on both.  If one expression is a VALUE and
18488         the other a REG, check VALUE's locs if the REG isn't among them.
18489
18490 2010-04-16  Christian Bruel  <christian.bruel@st.com>
18491
18492         * config/sh/sh.h (sh_frame_pointer_required): New function.
18493         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
18494         (flag_omit_frame_pointer) Set.
18495         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
18496         (rounded_frame_size): Adjust size with outgoing_args_size.
18497         (sh_set_return_address): Must return from stack pointer.
18498         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
18499         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
18500         (ACCUMULATE_OUTGOING_ARGS): Define.
18501         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
18502         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
18503
18504 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
18505
18506         PR target/43471
18507         * config/sh/sh.c (sh_legitimize_reload_address): Use
18508         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
18509         Remove a unneeded check for offset_base.
18510
18511 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
18512
18513         * configure: Regenerated.
18514
18515 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18516
18517         * config/s390/s390.c (s390_call_save_register_used): Switch back
18518         to HARD_REGNO_NREGS.
18519
18520 2010-04-15  Richard Guenther  <rguenther@suse.de>
18521
18522         * alias.c (alias_set_subset_of): Handle alias-set zero
18523         child properly.
18524
18525 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
18526             Julian Brown  <julian@codesourcery.com>
18527
18528         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
18529         alternatives according to use of high and low regs.
18530         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
18531         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
18532         optimizing for size on Thumb-2.
18533
18534 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
18535
18536         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
18537
18538 2010-04-15  Richard Guenther  <rguenther@suse.de>
18539
18540         * tree-ssa-structalias.c (struct variable_info): Add
18541         is_fn_info flag.
18542         (new_var_info): Initialize it.
18543         (dump_constraints): Support printing last added constraints.
18544         (debug_constraints): Adjust.
18545         (dump_constraint_graph): Likewise.
18546         (make_heapvar_for): Check for NULL cfun.
18547         (get_function_part_constraint): New function.
18548         (get_fi_for_callee): Likewise.
18549         (find_func_aliases): Properly implement IPA PTA constraints.
18550         (process_ipa_clobber): New function.
18551         (find_func_clobbers): Likewise.
18552         (insert_into_field_list_sorted): Remove.
18553         (create_function_info_for): Properly allocate vars for IPA mode.
18554         Do not use insert_into_field_list_sorted.
18555         (create_variable_info_for): Properly generate constraints for
18556         global vars in IPA mode.
18557         (dump_solution_for_var): Always dump the solution.
18558         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
18559         (find_what_var_points_to): Adjust.
18560         (pt_solution_set): Change.
18561         (pt_solution_ior_into): New function.
18562         (pt_solution_empty_p): Export.
18563         (pt_solution_includes_global): Adjust.
18564         (pt_solution_includes_1): Likewise.
18565         (pt_solutions_intersect_1): Likewise.
18566         (dump_sa_points_to_info): Check some invariants.
18567         (solve_constraints): Move constraint dumping ...
18568         (compute_points_to_sets): ... here.
18569         (ipa_pta_execute): ... and here.
18570         (compute_may_aliases): Do not re-compute points-to info
18571         locally if IPA info is available.
18572         (ipa_escaped_pt): New global var.
18573         (ipa_pta_execute): Properly implement IPA PTA.
18574         * tree-into-ssa.c (dump_decl_set): Support dumping
18575         decls not in referenced-vars.
18576         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
18577         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
18578         (dump_points_to_solution): Likewise.
18579         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
18580         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
18581         (remap_gimple_stmt): Reset call clobber/use information if necessary.
18582         (copy_decl_to_var): Copy DECL_PT_UID.
18583         (copy_result_decl_to_var): Likewise.
18584         * tree.c (make_node_stat): Initialize DECL_PT_UID.
18585         (copy_node_stat): Copy it.
18586         * tree.h (DECL_PT_UID): New macro.
18587         (SET_DECL_PT_UID): Likewise.
18588         (DECL_PT_UID_SET_P): Likewise.
18589         (struct tree_decl_minimal): Add pt_uid member.
18590         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
18591         (pt_solution_empty_p): Declare.
18592         (pt_solution_set): Adjust.
18593         (ipa_escaped_pt): Declare.
18594         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
18595         * gimple-pretty-print.c (pp_points_to_solution): New function.
18596         (dump_gimple_call): Dump call clobber/use information.
18597         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
18598         * tree-pass.h (TDF_ALIAS): New dump option.
18599         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
18600         * doc/invoke.texi (-fipa-pta): Update documentation.
18601
18602 2010-04-15  Richard Guenther  <rguenther@suse.de>
18603
18604         * Makefile.in (OBJS-common): Add gimple-fold.o.
18605         (gimple-fold.o): New rule.
18606         * tree.h (maybe_fold_offset_to_reference,
18607         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
18608         prototypes ...
18609         * gimple.h: ... here.
18610         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
18611         may_propagate_address_into_dereference): Move prototypes ...
18612         * gimple.h: ... here.
18613         * tree-ssa-ccp.c (get_symbol_constant_value,
18614         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
18615         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
18616         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
18617         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
18618         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
18619         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
18620         gimplify_and_update_call_from_tree): Move ...
18621         * gimple-fold.c: ... here.  New file.
18622         (ccp_fold_builtin): Rename to ...
18623         (gimple_fold_builtin): ... this.
18624         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
18625
18626 2010-04-15  Richard Guenther  <rguenther@suse.de>
18627
18628         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
18629         fit_double_type, force_fit_type_double, add_double_with_sign,
18630         neg_double, mul_double_with_sign, lshift_double, rshift_double,
18631         lrotate_double, rrotate_double, div_and_round_double): Move ...
18632         * double-int.c: ... here.
18633         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
18634         add_double, neg_double, mul_double_with_sign, mul_double,
18635         lshift_double, rshift_double, lrotate_double, rrotate_double,
18636         div_and_round_double): Move prototypes ...
18637         * double-int.h: ... here.
18638
18639 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
18640
18641         PR target/43742
18642         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
18643         matching constraints to ensure inputs match the output.
18644
18645 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
18646
18647         PR target/43742
18648         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
18649         in an input-only operand.
18650
18651 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
18652
18653         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
18654         (double_int_not, double_int_lshift, double_int_rshift): Declare.
18655         (double_int_negative_p): Convert to static inline function.
18656         * double-int.c (double_int_lshift, double_int_lshift): New functions.
18657         (double_int_negative_p): Remove.
18658         * tree.h (lshift_double, rshift_double):
18659         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
18660         * fold-const.c (fold_convert_const_int_from_real,
18661         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
18662         (lshift_double): Change type of arith argument to bool.
18663         (rshift_double): Change type of arith argument to bool. Correct
18664         comment.
18665         * expmed.c (mask_rtx, lshift_value): (Ditto.).
18666
18667 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
18668
18669         PR target/21803
18670         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
18671         at the start and end of the then/else blocks, and omit them from the
18672         conversion.
18673         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
18674         argument; all callers changed.  Pass zero to old_insns_match_p instead.
18675         (flow_find_head_matching_sequence): New function.
18676         (old_insns_match_p): Check REG_EH_REGION notes for calls.
18677         * basic-block.h (flow_find_cross_jump,
18678         flow_find_head_matching_sequence): Declare functions.
18679
18680 2010-04-14  Jason Merrill  <jason@redhat.com>
18681
18682         PR c++/36625
18683         * c-common.c (attribute_takes_identifier_p): New fn.
18684         * c-common.h: Declare it.
18685
18686 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18687
18688         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
18689         splitter condition.
18690         (*udivmod<mode>4): Ditto.
18691
18692 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18693
18694         * config/i386/i386.md (maxmin_int): Rename code attribute from
18695         maxminiprefix and update all users.
18696         (maxmin_float): Ditto from maxminfprefix.
18697         (logic): Ditto from logicprefix.
18698         (absneg_mnemonic): Ditto from absnegprefix.
18699         * config/i386/mmx.md: Update all users of maxminiprefix,
18700         maxminfprefix and logicprefix for rename.
18701         * config/i386/sse.md: Ditto.
18702         * config/i386/sync.md (sync_<code><mode>): Update for
18703         logicprefix rename.
18704
18705 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18706
18707         PR 42966
18708         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
18709         warnings converted to errors.
18710
18711 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18712
18713         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
18714         used insn_type variable.
18715         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
18716         to avoid set-but-not-used warning.
18717
18718 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18719
18720         * df-core.c (df_ref_debug): Change format string placeholder
18721         from 0x%x to %#x.
18722         * dwarf2asm.c (dw2_asm_output_data_raw,
18723         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
18724         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
18725         * dwarf2out.c (output_cfi, output_cfi_directive,
18726         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
18727         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
18728         Ditto.
18729         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
18730         * print-rtl.c (print_rtx): Ditto.
18731
18732 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
18733
18734         PR middle-end/42694
18735         * builtins.c (expand_builtin_pow_root): New function to expand pow
18736         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
18737         series of sqrt and cbrt calls under -ffast-math.
18738         (expand_builtin_pow): Call it.
18739
18740 2010-04-14  Michael Matz  <matz@suse.de>
18741
18742         PR tree-optimization/42963
18743         * tree-cfg.c (touched_switch_bbs): New static variable.
18744         (group_case_labels_stmt): New function broken out from ...
18745         (group_case_labels): ... here, use the above.
18746         (start_recording_case_labels): Allocate touched_switch_bbs.
18747         (end_recording_case_labels): Deallocate it, call
18748         group_case_labels_stmt.
18749         (gimple_redirect_edge_and_branch): Remember index of affected BB.
18750
18751 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18752
18753         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
18754         from insn template.
18755
18756 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
18757
18758         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
18759
18760 2010-04-13  Jan Hubicka  <jh@suse.cz>
18761
18762         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
18763         of optimized out static functions.
18764         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
18765         cost computation.  Also sanity check for overflows.
18766         (update_caller_keys): Update cgraph_edge_badness call; properly
18767         update fibheap and sanity check that it is up to date.
18768         (add_new_edges_to_heap): Update cgraph_edge_badness.
18769         (cgraph_decide_inlining_of_small_function): Likewise;
18770         add sanity checking that badness in heap is up to date;
18771         improve dumping of reason; Update badness of calls to the
18772         offline copy of function currently inlined; dump badness
18773         of functions not inlined because of unit growth limits.
18774
18775 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
18776
18777         PR middle-end/32628
18778         * c-common.c (pointer_int_sum): Disregard overflow that occured only
18779         because of sign-extension change when converting to sizetype here...
18780         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
18781
18782         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
18783         the folding to constants.  Remove redundant final conversion.
18784         (fold_binary) <associate>: Do not associate if the re-association of
18785         constants alone overflows.
18786         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
18787         to the end of the list.
18788         (multiple_of_p) <COND_EXPR>: New case.
18789
18790 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18791
18792         * opt-functions.awk (opt_sanitized_name): New.
18793         (opt_enum): New.
18794         * optc-gen.awk: Use it
18795         * opth-gen.awk: Use it.
18796
18797 2010-04-13  Martin Jambor  <mjambor@suse.cz>
18798
18799         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
18800         (sra_modify_assign): Delete stmts loading dead data even if racc has no
18801         children.  Call replace_uses_with_default_def_ssa_name to handle
18802         SSA_NAES on lhs.
18803
18804 2010-04-13  Michael Matz  <matz@suse.de>
18805
18806         PR middle-end/43730
18807         * builtins.c (expand_builtin_interclass_mathfn): Also create
18808         a register if the predicate doesn't match.
18809
18810 2010-04-13  Diego Novillo  <dnovillo@google.com>
18811
18812         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
18813         * c-pch.c: Include timevar.h.
18814         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
18815         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
18816         * ggc-common.c: Include timevar.h.
18817         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
18818         * timevar.def (TV_PCH_SAVE): Define.
18819         (TV_PCH_CPP_SAVE): Define.
18820         (TV_PCH_PTR_REALLOC): Define.
18821         (TV_PCH_PTR_SORT): Define.
18822         (TV_PCH_RESTORE): Define.
18823         (TV_PCH_CPP_RESTORE): Define.
18824
18825 2010-04-13  Michael Matz  <matz@suse.de>
18826
18827         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
18828         into MINUS_EXPRs.
18829         (can_reassociate_p): New function.
18830         (break_up_subtract_bb, reassociate_bb): Use it.
18831
18832 2010-04-13  Richard Guenther  <rguenther@suse.de>
18833
18834         PR bootstrap/43737
18835         * builtins.c (c_readstr): Fix assert.
18836
18837 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
18838
18839         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
18840         when generating cltd insn.
18841
18842         (*ashl<mode>3_1): Remove special handling for register operand 2.
18843         (*ashlsi3_1_zext): Ditto.
18844         (*ashlhi3_1): Ditto.
18845         (*ashlhi3_1_lea): Ditto.
18846         (*ashlqi3_1): Ditto.
18847         (*ashlqi3_1_lea): Ditto.
18848         (*<shiftrt_insn><mode>3_1): Ditto.
18849         (*<shiftrt_insn>si3_1_zext): Ditto.
18850         (*<shiftrt_insn>qi3_1_slp): Ditto.
18851         (*<rotate_insn><mode>3_1): Ditto.
18852         (*<rotate_insn>si3_1_zext): Ditto.
18853         (*<rotate_insn>qi3_1_slp): Ditto.
18854
18855 2010-04-13  Richard Guenther  <rguenther@suse.de>
18856
18857         * tree-ssa-structalias.c (callused_id): Remove.
18858         (call_stmt_vars): New.
18859         (get_call_vi): Likewise.
18860         (lookup_call_use_vi): Likewise.
18861         (lookup_call_clobber_vi): Likewise.
18862         (get_call_use_vi): Likewise.
18863         (get_call_clobber_vi): Likewise.
18864         (make_transitive_closure_constraints): Likewise.
18865         (handle_const_call): Adjust to do per-call call-used handling.
18866         (handle_pure_call): Likewise.
18867         (find_what_var_points_to): Remove general callused handling.
18868         (init_base_vars): Likewise.
18869         (init_alias_vars): Initialize call_stmt_vars.
18870         (compute_points_to_sets): Process call-used and call-clobbered
18871         vars for call statements.
18872         (delete_points_to_sets): Free call_stmt_vars.
18873
18874 2010-04-13  Richard Guenther  <rguenther@suse.de>
18875
18876         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
18877         Only add RW dependence for dependence distance zero.
18878         Adjust maximal vectorization factor according to dependences.
18879         Move alignment handling ...
18880         (vect_find_same_alignment_drs): ... here.  New function.
18881         (vect_analyze_data_ref_dependences): Adjust.
18882         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
18883         (vect_analyze_data_refs): Adjust minimal vectorization factor
18884         according to data references.
18885         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
18886         dependences before determining the vectorization factor.
18887         Analyze alignment after determining the vectorization factor.
18888         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
18889         dependences before alignment.
18890         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
18891         Adjust prototype.
18892         (vect_analyze_data_refs): Likewise.
18893         (MAX_VECTORIZATION_FACTOR): New define.
18894
18895 2010-04-13  Duncan Sands  <baldrick@free.fr>
18896
18897         * except.h (lang_eh_type_covers): Remove.
18898         * except.c (lang_eh_type_covers): Likewise.
18899
18900 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18901             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18902
18903         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
18904         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
18905         UNITS_PER_LONG where it is ABI relevant.
18906         (s390_return_addr_rtx): Likewise.
18907         (s390_back_chain_rtx): Likewise.
18908         (s390_frame_area): Likewise.
18909         (s390_frame_info): Likewise.
18910         (s390_initial_elimination_offset): Likewise.
18911         (save_gprs): Likewise.
18912         (s390_emit_prologue): Likewise.
18913         (s390_emit_epilogue): Likewise.
18914         (s390_function_arg_advance): Likewise.
18915         (s390_function_arg): Likewise.
18916         (s390_va_start): Likewise.
18917         (s390_gimplify_va_arg): Likewise.
18918         (s390_function_profiler): Likewise.
18919         (s390_optimize_prologue): Likewise.
18920         (s390_rtx_costs): Likewise.
18921         (s390_secondary_reload): Likewise.
18922         (s390_promote_function_mode): Likewise.
18923         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
18924         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
18925         registers available.
18926         (s390_unwind_word_mode): New function.
18927         (s390_function_value): Split 64 bit values into register pair if
18928         used as return value.
18929         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
18930         function call parameters.  Handle parallels.
18931         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
18932         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
18933         (DWARF_CIE_DATA_ALIGNMENT): New macro.
18934         (s390_expand_setmem): Remove unused variable src_addr.
18935         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
18936         deal with 64 bit registers.
18937         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
18938         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
18939         (UNITS_PER_LONG): New macro.
18940         * libjava/include/s390-signal.h: Define extended ucontext
18941         structure containing the upper halfs of the 64 bit registers.
18942
18943 2010-04-13  Simon Baldwin  <simonb@google.com>
18944
18945         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
18946
18947 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
18948
18949         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
18950         rvalue on the RHS if the LHS is of a non-renamable type.
18951         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
18952
18953 2010-04-13  Matthias Klose  <doko@ubuntu.com>
18954
18955         * gcc.c (cc1_options): Handle -iplugindir before processing
18956         the cc1 spec. Only add -iplugindir once.
18957         (cpp_unique_options): Add -iplugindir option if -fplugin* options
18958         found.
18959         * common.opt (iplugindir): Remove `Separate' property, initialize.
18960         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
18961         option.
18962         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
18963         (distclean): Remove plugin dir.
18964         * doc/invoke.texi: Document -iplugindir.
18965
18966 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
18967
18968         * doc/plugins.texi (Loading Plugins): Document short
18969         -fplugin=foo option.
18970         (Plugin API): Mention default_plugin_dir_name function.
18971
18972         * gcc.c (find_file_spec_function): Add new declaration.
18973         (static_spec_func): Use it for "find-file".
18974         (find_file_spec_function): Add new function.
18975         (cc1_options): Add -iplugindir option if -fplugin* options found.
18976
18977         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
18978
18979         * plugin.c (add_new_plugin): Updated comment, and handle short
18980         plugin name.
18981         (default_plugin_dir_name): Added new function.
18982
18983         * common.opt (iplugindir): New option to set the plugin directory.
18984
18985 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
18986
18987         * config/i386/i386.md (any_rotate): New code iterator.
18988         (rotate_insn): New code attribute.
18989         (rotate): Ditto.
18990         (SWIM124): New mode iterator.
18991         (<rotate_insn>ti3): New expander.
18992         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
18993         any_rotate code iterator.
18994         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
18995         using any_rotate code iterator and SWIM124 mode iterator.
18996         (ix86_rotlti3): New insn_and_split pattern.
18997         (ix86_rotrti3): Ditto.
18998         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
18999         ix86_rotl{di,ti}3 patterns.
19000         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
19001         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
19002         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
19003         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
19004         code iterator and SWI mode iterator.
19005         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
19006         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
19007         code iterator.
19008         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
19009         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
19010         (bswap rotatert splitter): Add splitter.
19011         (bswap splitter): Macroize splitter using any_rotate code iterator.
19012         Add insn predicate to split only for TARGET_USE_XCHGB or when
19013         optimizing function for size.
19014
19015 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
19016
19017         * config/pa/pa.c (emit_move_sequence): Remove use of
19018         deleted variable flag_argument_noalias.
19019
19020 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19021
19022         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
19023         configurations.
19024         Add to unsupported targets list.
19025         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
19026         sparc*-sun-solaris2.[567]* from target lists.
19027         * configure: Regenerate.
19028         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
19029         removal.
19030         Remove Solaris 7 patch references.
19031         (Specific, sparc-sun-solaris2.7): Removed.
19032         (sparc-sun-solaris2*): Update Solaris 7 example.
19033         (sparc64-*-solaris2*): Likewise.
19034
19035 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19036
19037         * config.build (alpha*-dec-osf4*): Remove.
19038         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
19039         of obsolete configurations.
19040         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
19041         support.
19042         * config/alpha/t-osf4: Renamed to ...
19043         * config/alpha/t-osf5: ... this.
19044         * config/alpha/osf.h: Renamed to ...
19045         * config/alpha/osf5.h: ... this.
19046         Merged old osf5.h contents.
19047         Update comments.
19048         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
19049         (EXTRA_SPECS): Removed.
19050         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
19051         reflect removal of Tru64 UNIX V4.0/V5.0 support.
19052         Document that.
19053
19054 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19055
19056         * doc/contrib.texi (Contributors, Rainer Orth): Update.
19057
19058 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
19059
19060         PR/43702
19061         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
19062         __thiscall convention.
19063
19064 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
19065
19066         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
19067         orig_base.
19068         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
19069
19070 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
19071
19072         * function.c (assign_parms_initialize_all): Add unused attribute
19073         to fntype.
19074
19075 2010-04-12  Richard Guenther  <rguenther@suse.de>
19076
19077         * gsstruct.def (GSS_CALL): New.
19078         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
19079         * gimple.h: Include tree-ssa-alias.h.
19080         (struct gimple_statement_call): New.
19081         (union gimple_statement_struct_d): Add gimple_call member.
19082         (gimple_call_reset_alias_info): Declare.
19083         (gimple_call_use_set): New function.
19084         (gimple_call_clobber_set): Likewise.
19085         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
19086         * gimple.c (gimple_call_reset_alias_info): New function.
19087         (gimple_build_call_1): Call it.
19088         * lto-streamer-in.c (input_gimple_stmt): Likewise.
19089         * tree-inline.c (remap_gimple_stmt): Likewise.
19090         (expand_call_inline): Remove callused handling.
19091         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
19092         * tree-dfa.c (dump_variable): Likewise.
19093         * tree-parloops.c (parallelize_loops): Likewise.
19094         * tree-ssa.c (init_tree_ssa): Likewise.
19095         (delete_tree_ssa): Likewise.
19096         * tree-flow-inline.h (is_call_used): Remove.
19097         * tree-flow.h (struct gimple_df): Remove callused member.
19098         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
19099         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
19100         (ref_maybe_used_by_call_p_1): Simplify.
19101         (call_may_clobber_ref_p_1): Likewise.
19102         * tree-ssa-structalias.c (compute_points_to_sets): Set
19103         the call stmt used and clobbered sets.
19104         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
19105         (find_tail_calls): Verify the tail call.
19106
19107 2010-04-12  Richard Guenther  <rguenther@suse.de>
19108
19109         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
19110         single-iteration always-inline inlining.
19111         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
19112         (cgraph_decide_inlining): Do not handle always-inline specially.
19113         (try_inline): Remove always-inline cycle detection special case.
19114         Do not recurse on always-inlines.
19115         (cgraph_early_inlining): Do not iterate if not optimizing.
19116         (cgraph_gate_early_inlining): remove.
19117         (pass_early_inline): Run unconditionally.
19118         (gate_cgraph_decide_inlining): New function.
19119         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
19120         not inlining or optimizing.
19121         (cgraph_decide_inlining_of_small_functions): Also consider
19122         always-inline functions.
19123         (cgraph_default_inline_p): Return true for nodes which should
19124         disregard inline limits.
19125         (estimate_function_body_sizes): Assume zero size and time for
19126         nodes which are marked as disregarding inline limits.
19127         (cgraph_decide_recursive_inlining): Do not perform recursive
19128         inlining on always-inline nodes.
19129
19130 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
19131
19132         PR bootstrap/43699
19133         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
19134         for exprs satisfying handled_component_p.
19135
19136 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
19137
19138         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
19139         non-constant aggregate elements.
19140
19141         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
19142         is a real initialization.
19143
19144 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
19145
19146         PR c/36774
19147         * c-decl.c (start_function): Move forward check for nested function.
19148
19149 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
19150
19151         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
19152         * config/sh/sh.c: Include reload.h.
19153         (sh_legitimize_reload_address): New.
19154         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
19155         sh_legitimize_reload_address.
19156
19157 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
19158
19159         * config/sh/sh.md (*movqi_pop): New insn pattern.
19160         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
19161
19162 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
19163
19164         * config/i386/i386.md (any_shiftrt): New code iterator.
19165         (shiftrt_insn): New code attribute.
19166         (shiftrt): Ditto.
19167         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
19168         using any_shiftrt code iterator.
19169         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
19170         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
19171         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
19172         pattern from corresponding peephole2 patterns.
19173         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
19174         using any_shiftrt code iterator.
19175         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
19176         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
19177         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
19178         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
19179         *{ashr,lshr}<mode>3_cmp_zext.
19180         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
19181
19182 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
19183
19184         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
19185         scratch register.
19186         (*lshr<mode>3_cconly): Ditto.
19187
19188 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
19189
19190         * config/i386/i386.md (lshr<mode>3): Macroize expander from
19191         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
19192         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
19193         pattern from *lshr{di,ti}3_1 and corresponding splitters using
19194         DWI mode iterator.
19195         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
19196         from corresponding peephole2 patterns.
19197         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
19198         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
19199         and *lshrdi3_1_rex64 using SWI mode iterator.
19200         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
19201         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
19202         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
19203         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
19204         and *lshrdi3_cmp_rex64 using SWI mode iterator.
19205         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
19206         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
19207         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
19208         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
19209         SWI mode iterator.
19210
19211 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
19212
19213         * config/i386/i386.md (ashr<mode>3): Macroize expander from
19214         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
19215         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
19216         pattern from *ashr{di,ti}3_1 and corresponding splitters using
19217         DWI mode iterator.
19218         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
19219         from corresponding peephole2 patterns.
19220         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
19221         (ashrsi3_cvt): Rename from ashrsi3_31.
19222         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
19223         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
19224         and x86_64_shift_adj_3 using SWI48 mode iterator.
19225         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
19226         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
19227         and *ashrdi3_1_rex64 using SWI mode iterator.
19228         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
19229         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
19230         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
19231         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
19232         and *ashrdi3_cmp_rex64 using SWI mode iterator.
19233         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
19234         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
19235         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
19236         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
19237         SWI mode iterator.
19238         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
19239         * config/i386/i386.c (ix86_split_ashr): Update for renamed
19240         x86_shift<mode>_adj_3 expanders.
19241
19242 2010-04-10  Wei Guozhi  <carrot@google.com>
19243
19244         PR target/42601
19245         * config/arm/arm.c (arm_pic_static_addr): New function.
19246         (legitimize_pic_address): Call arm_pic_static_addr when it detects
19247         a static symbol.
19248         (arm_output_addr_const_extra): Output expression for new pattern.
19249         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
19250
19251 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
19252
19253         * ira-costs.c (record_reg_classes): Ignore alternatives that are
19254         not enabled.
19255
19256         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
19257         * web.c: Include "insn-config.h" and "recog.h".
19258         (union_match_dups): New function.
19259         (web_main): Call it.
19260         (union_defs): Don't try to recognize match_dups.
19261
19262         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
19263         if doing so would replace the entire pattern.
19264
19265 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
19266
19267         PR target/43707
19268         PR target/43709
19269         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
19270         and splitter pattern.  Change splitter operand 1 predicate to
19271         nonmemory_operand.
19272
19273 2010-04-09  Martin Jambor  <mjambor@suse.cz>
19274
19275         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
19276         lattices are addresses of CONST_DECLs with the same initial value.
19277         (ipcp_print_all_lattices): Print values of CONST_DECLs.
19278         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
19279
19280 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
19281             Bernd Schmidt  <bernds@codesourcery.com>
19282
19283         * loop-invariant.c (replace_uses): New static function.
19284         (move_invariant_reg): Use it to ensure we can replace the uses.
19285
19286 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
19287
19288         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
19289         function template.
19290         (picochip_override_options): Enable section anchors only above -O1.
19291         (picochip_reorg): Fixed a couple of build warnings.
19292
19293 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19294
19295         * configure.ac (plugin -rdynamic test): Log result.
19296         * configure: Regenerate.
19297         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
19298         (RDYNAMIC_SPEC): Define.
19299         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
19300
19301 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19302
19303         * configure.ac: Determine Sun ld version numbers.
19304         (comdat_group): Restrict GNU ld version checks to gld.
19305         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
19306         (enable_comdat): Support --enable-comdat.
19307         * configure: Regenerate.
19308         * doc/install.texi (Configuration): Document --enable-comdat.
19309
19310 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19311
19312         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
19313         * config/sol2-gld.h: ... here.
19314         * config.gcc (sparc*-*-solaris2*): Reflect this.
19315         (i[34567]86-*-solaris2*): Use it.
19316
19317 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
19318
19319         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
19320         setup_clocks_p.
19321         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
19322
19323 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19324
19325         PR 42965
19326         * diagnostic.c (diagnostic_initialize): Initialize
19327         some_warnings_are_errors.
19328         (diagnostic_finish): New.
19329         (diagnostic_action_after_output): Call it before exiting.
19330         (diagnostic_report_diagnostic): Do not print message here. Set
19331         some_warnings_are_errors.
19332         * diagnostic.h (diagnostic_context): Delete
19333         issue_warnings_are_errors_message. Add some_warnings_are_errors.
19334         (diagnostic_finish): Declare.
19335         * toplev.c (toplev_main): Call it before exit.
19336
19337 2010-04-09  Jason Merrill  <jason@redhat.com>
19338
19339         PR c++/42623
19340         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
19341         for incomplete type.
19342
19343         PR c++/41788
19344         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
19345         based on a warning flag.
19346
19347 2010-04-09  Richard Guenther  <rguenther@suse.de>
19348
19349         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
19350
19351 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
19352
19353         PR bootstrap/43684
19354         * varasm.c (default_assemble_visibility): Wrap vars that are
19355         set, but unused, by targets without GAS.
19356         * config/rs6000/rs6000.c (paired_emit_vector_compare):
19357         Remove set, but unused, vars.
19358         (rs6000_legitimize_tls_address): Likewise.
19359         (altivec_expand_dst_builtin): Likewise.
19360         * config/darwin.c (machopic_classify_symbol): Likewise.
19361         (machopic_indirection_name): Likewise.
19362
19363 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
19364
19365         * config/i386/i386.md (DWI): New mode iterator.
19366         (S): New mode attribute.
19367         (shift_operand): Ditto.
19368         (shift_immediate_operand): Ditto.
19369         (ashl_input_operand): Ditto.
19370         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
19371         using SDWIM mode iterator.
19372         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
19373         pattern from *ashl{di,ti}3_1 and corresponding splitters using
19374         DWI mode iterator.
19375         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
19376         from corresponding peephole2 patterns.
19377         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
19378         and x86_64_shift_adj_1 using SWI48 mode iterator.
19379         (x86_shift<mode>_adj_2): Ditto.
19380         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
19381         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
19382         using SWI48 mode iterator.
19383         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
19384         *ashldi3_cmp_rex64 using SWI mode iterator.
19385         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
19386         *ashldi3_cconly_rex64 using SWI mode iterator.
19387         * config/i386/i386.c (ix86_split_ashl): Update for renamed
19388         x86_shift<mode>_adj_{1,2}.
19389         (ix86_split_ashr): Ditto.
19390         (ix86_split_lshr): Ditto.
19391
19392 2010-04-09  Richard Guenther  <rguenther@suse.de>
19393
19394         * target.h (builtin_conversion): Pass in input and output types.
19395         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
19396         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
19397         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
19398         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
19399
19400         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
19401         Handle AVX modes.
19402         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
19403
19404 2010-04-09  Richard Guenther  <rguenther@suse.de>
19405
19406         PR target/43152
19407         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
19408
19409 2010-04-09  Richard Guenther  <rguenther@suse.de>
19410
19411         * tree-vectorizer.h (struct _stmt_vec_info): Document
19412         that vectype is the type of the LHS.
19413         (supportable_widening_operation, supportable_narrowing_operation):
19414         Get both input and output vector types as arguments.
19415         (vect_is_simple_use_1): Declare.
19416         (get_same_sized_vectype): Likewise.
19417         * tree-vect-loop.c (vect_determine_vectorization_factor):
19418         Set STMT_VINFO_VECTYPE to the vector type of the def.
19419         (vectorizable_reduction): Adjust.
19420         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
19421         Adjust.  Specify the output vector type.
19422         (vect_pattern_recog_1): Adjust.
19423         * tree-vect-stmts.c (get_same_sized_vectype): New function.
19424         (vectorizable_call): Adjust.
19425         (vectorizable_conversion): Likewise.
19426         (vectorizable_operation): Likewise.
19427         (vectorizable_type_demotion): Likewise.
19428         (vectorizable_type_promotion): Likewise.
19429         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
19430         the def.
19431         (vect_is_simple_use_1): New function.
19432         (supportable_widening_operation): Get both input and output
19433         vector types.
19434         (supportable_narrowing_operation): Likewise.
19435         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
19436
19437 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
19438
19439         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
19440         __thiscall and _thiscall as predefined macros.
19441         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
19442         thiscall attribute handling.
19443         (ix86_comp_type_attributes): Likewise.
19444         (ix86_function_regparm): Likewise.
19445         (ix86_return_pops_args): Likewise.
19446         (init_cumulative_args): Likewise.
19447         (find_drap_reg): Likewise.
19448         (ix86_static_chain): Likewise.
19449         (x86_this_parameter): Likewise.
19450         (x86_output_mi_thunk): Likewise.
19451         (ix86_attribute_table): Add description for thiscall attribute.
19452         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
19453         * doc/extend.texi: Add documentation for thiscall.
19454
19455 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19456
19457         PR c++/28584
19458         * c.opt (Wint-to-pointer-cast): Available in C++.
19459         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
19460
19461 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
19462
19463         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
19464         * calls.c (expand_call): Pass the function type to aggregate_value_p.
19465         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
19466         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
19467         function type instead.  Reorder and simplify checks.
19468
19469         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
19470
19471 2010-04-08  Jing Yu  <jingyu@google.com>
19472             Zdenek Dvorak  <ook@ucw.cz>
19473
19474         PR tree-optimization/42720
19475         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
19476         loop unswitch conditions here from ...
19477         (tree_unswitch_single_loop): ... here.
19478
19479 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
19480
19481         * tree-if-conv.c: Fix comments and simplify logic.
19482
19483 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
19484
19485         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
19486         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
19487         (main_tree_if_conversion): Update call to tree_if_conversion.
19488
19489 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19490
19491         PR 42485
19492         * doc/invoke.texi (-b,-V): Delete.
19493         * doc/tm.texi: Do not mention -b.
19494         * gcc.c (display_help): Delete -b and -V.
19495         (process_command): Delete -b and -V.
19496         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
19497
19498 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
19499             Wolfgang Gellerich  <gellerich@de.ibm.com>
19500
19501         Implement target hook for loop unrolling
19502         * target.h (loop_unroll_adjust): Add a new target hook function.
19503         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
19504         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
19505         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
19506         (s390_loop_unroll_adjust): Implement the new target hook for s390.
19507         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
19508         target hook.
19509         (decide_unroll_stupid): Likewise.
19510
19511 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19512
19513         PR target/43643
19514         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
19515
19516 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19517
19518         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
19519         (Specific, *-*-solaris2*): Likewise.
19520         Don't prefer Sun as over GNU as.
19521
19522 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
19523
19524         * config/s390/s390.c (override_options): Adjust the z10 defaults
19525         for max-unroll-times, max-completely-peeled-insns
19526         and max-completely-peel-times.
19527
19528 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19529
19530         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
19531         instructions for z10.
19532         (s390_expand_setmem): Likewise.
19533         (s390_expand_cmpmem): Likewise.
19534
19535 2010-04-08  Richard Guenther  <rguenther@suse.de>
19536
19537         PR tree-optimization/43679
19538         * tree-ssa-pre.c (eliminate): Only propagate copies.
19539
19540 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
19541
19542         PR bootstrap/43681
19543         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
19544         set but not used variable warning.
19545
19546 2010-04-08  Wei Guozhi  <carrot@google.com>
19547
19548         PR target/41653
19549         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
19550         (arm_size_rtx_costs): Call the new function when optimized for size.
19551
19552 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
19553
19554         PR debug/43670
19555         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
19556         op0 is not a MEM, just return NULL instead of assertion
19557         failure.
19558         (discover_nonconstant_array_refs): Don't walk debug stmts.
19559
19560 2010-04-08  Doug Kwan  <dougkwan@google.com>
19561
19562         * configure.ac: Recognize gold and do not use its version number
19563         to test ld features.
19564         * configure: Regenerate.
19565
19566 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
19567
19568         PR middle-end/40815
19569         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
19570         (negate_value): Move code to push elements to broken_up_substracts ...
19571         (eliminate_plus_minus_pair): ... here.  Push operands that have no
19572         negative pair to plus_negates.
19573         (repropagate_negates, init_reassoc, fini_reassoc): Update.
19574
19575 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19576
19577         * doc/install.texi (Configuration): Move description of
19578         --enable-lto, --with-libelf*, --enable-gold from Java section to
19579         general section.
19580
19581         * doc/generic.texi (Working with declarations)
19582         (Function Properties, C and C++ Trees): Fix typos.
19583         * doc/sourcebuild.texi (Top Level): Likewise.
19584
19585 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
19586
19587         PR c/18624
19588         * tree.h (DECL_READ_P): Define.
19589         (struct tree_decl_common): Add decl_read_flag.
19590         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
19591         a set but not used warning.
19592         (merge_decls): Merge DECL_READ_P flag.
19593         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
19594         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
19595         * c-common.c (handle_used_attribute, handle_unused_attribute):
19596         Likewise.
19597         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
19598         New prototypes.
19599         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
19600         New functions.
19601         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
19602         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
19603         c_parser_binary_expression, c_parser_cast_expression,
19604         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
19605         Call default_function_array_read_conversion instead of
19606         default_function_array_conversion where needed.
19607         (c_parser_unary_expression, c_parser_conditional_expression,
19608         c_parser_postfix_expression_after_primary, c_parser_initelt):
19609         Likewise.  Call mark_exp_read where needed.
19610         (c_parser_statement_after_labels, c_parser_asm_operands,
19611         c_parser_typeof_specifier, c_parser_sizeof_expression,
19612         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
19613         where needed.
19614         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
19615         New.
19616         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
19617         (warn_unused_but_set_parameter): Default to warn_unused
19618         && extra_warnings.
19619         * doc/invoke.texi: Document -Wunused-but-set-variable and
19620         -Wunused-but-set-parameter.
19621
19622         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
19623         used count variable.
19624         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
19625         when operandN variables aren't used in the body of the expander
19626         or splitter.
19627         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
19628         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
19629         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
19630         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
19631         FOR_EACH_IMM_USE_ON_STMT): Likewise.
19632         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
19633         * tree.c (PROCESS_ARG): Likewise.
19634
19635 2010-04-07  Simon Baldwin  <simonb@google.com>
19636
19637         * diagnostic.h (diagnostic_override_option_index): New macro to
19638         set a diagnostic's option_index.
19639         * c-tree.h (c_cpp_error): Add warning reason argument.
19640         * opts.c (_warning_as_error_callback): New.
19641         (register_warning_as_error_callback): Store callback for
19642         warnings enabled via enable_warning_as_error.
19643         (enable_warning_as_error): Call callback, minor code tidy.
19644         * opts.h (register_warning_as_error_callback): Declare.
19645         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
19646         response to -Werror=.
19647         (c_common_init_options): Register warning_as_error_callback in opts.c.
19648         * common.opt: Add -Wno-cpp option.
19649         * c-common.c (struct reason_option_codes_t): Map cpp warning
19650         reason codes to gcc option indexes.
19651         * (c_option_controlling_cpp_error): New function, lookup the gcc
19652         option index for a cpp warning reason code.
19653         * (c_cpp_error): Add warning reason argument, call
19654         c_option_controlling_cpp_error for diagnostic_override_option_index.
19655         * doc/invoke.texi: Document -Wno-cpp.
19656
19657 2010-04-07  Richard Guenther  <rguenther@suse.de>
19658
19659         * ipa-reference.c (mark_load): Use get_base_address.
19660         (mark_store): Likewise.
19661
19662         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
19663         inserting GIMPLE_NOPs into the IL.
19664         * tree-ssa-structalias.c (get_constraint_for_component_ref):
19665         Explicitly strip handled components and indirect references.
19666
19667         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
19668         folding address expressions.
19669         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
19670         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
19671         operand_equal_p to compare decls.
19672         (ptr_deref_may_alias_decl_p): Likewise.
19673         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
19674         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
19675         Handle reversed comparison ops.
19676         * tree-sra.c (asm_visit_addr): Use get_base_address.
19677         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
19678         * ipa-reference.c (mark_address): Use get_base_address.
19679
19680 2010-04-07  Richard Guenther  <rguenther@suse.de>
19681
19682         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
19683         Propagate constants everywhere.
19684
19685 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
19686
19687         PR debug/43516
19688         * tree.c (MAX_INT_CACHED_PREC): Define.
19689         (nonstandard_integer_type_cache): New array.
19690         (build_nonstandard_integer_type): Cache results for precision
19691         <= MAX_INT_CACHED_PREC.
19692
19693 2010-04-07  Richard Guenther  <rguenther@suse.de>
19694
19695         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
19696         -fargument-noalias-global, -fargument-noalias-anything): Remove.
19697         * common.opt: Likewise.
19698         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
19699         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
19700         (nonoverlapping_memrefs_p): Likewise.
19701         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
19702         * opts.c (common_handle_option): Handle OPT_fargument_alias,
19703         OPT_fargument_noalias, OPT_fargument_noalias_anything and
19704         OPT_fargument_noalias_global for backward compatibility.
19705
19706 2010-04-07  Richard Guenther  <rguenther@suse.de>
19707
19708         PR tree-optimization/43270
19709         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
19710         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
19711         * tree-ssa-pre.c (phi_translate_1): Adjust.
19712         (fully_constant_expression): Split out vn_reference handling to ...
19713         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
19714         Fold reads from constant strings.
19715         (vn_reference_lookup): Handle fully constant references.
19716         (vn_reference_lookup_pieces): Likewise.
19717         * Makefile.in (expmed.o-warn): Add -Wno-error.
19718
19719 2010-04-07  Martin Jambor  <mjambor@suse.cz>
19720
19721         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
19722
19723 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
19724
19725         PR driver/41594
19726         * gcc.c: Add -static-libstdc++ to list of recognized options.
19727
19728 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19729
19730         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
19731
19732 2010-04-07  Richard Guenther  <rguenther@suse.de>
19733
19734         PR middle-end/42617
19735         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
19736         bases build simple mem attributes to retain points-to information.
19737
19738 2010-04-07  Richard Guenther  <rguenther@suse.de>
19739
19740         PR middle-end/42617
19741         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
19742         preserve points-to related information.
19743
19744 2010-04-07  Richard Guenther  <rguenther@suse.de>
19745
19746         PR middle-end/42617
19747         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
19748         discard plain indirect references.
19749         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
19750         * tree.c (tree_nop_conversion): Likewise.
19751
19752 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
19753
19754         PR debug/43628
19755         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
19756
19757 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
19758
19759         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
19760         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
19761
19762 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19763
19764         * tree-if-conv.c: Fix indentation and comments.
19765
19766 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19767
19768         * tree-if-conv.c: Sort static functions in topological order.
19769
19770 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
19771
19772         * tree-if-conv.c: Fix indentation and comments.
19773
19774 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19775
19776         PR middle-end/43519
19777         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
19778         lang_hooks.types.type_for_size instead of
19779         build_nonstandard_integer_type.
19780         When converting an unsigned type to signed, double its precision.
19781         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
19782         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
19783         (graphite_create_new_loop_guard): When ub + 1 wraps around,
19784         use lb <= ub.
19785
19786 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19787
19788         PR middle-end/43519
19789         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
19790         POINTER_PLUS_EXPR for pointer types.
19791
19792 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19793
19794         PR middle-end/43519
19795         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
19796         * graphite-clast-to-gimple.c: Include langhooks.h.
19797         (max_signed_precision_type): New.
19798         (max_precision_type): Takes two types as arguments.
19799         (precision_for_value): New.
19800         (precision_for_interval): New.
19801         (gcc_type_for_interval): New.
19802         (gcc_type_for_value): New.
19803         (gcc_type_for_clast_term): New.
19804         (gcc_type_for_clast_red): New.
19805         (gcc_type_for_clast_bin): New.
19806         (gcc_type_for_clast_expr): Split up into several functions.
19807         (gcc_type_for_clast_eq): Rewritten.
19808         (compute_bounds_for_level): New.
19809         (compute_type_for_level_1): New.
19810         (compute_type_for_level): New.
19811         (gcc_type_for_cloog_iv): Removed.
19812         (gcc_type_for_iv_of_clast_loop): Rewritten.
19813         (graphite_create_new_loop): Compute the lower and upper bound types
19814         with gcc_type_for_clast_expr.
19815         (graphite_create_new_loop_guard): Same.
19816         (find_cloog_iv_in_expr): Removed.
19817         (compute_cloog_iv_types_1): Removed.
19818         (compute_cloog_iv_types): Removed.
19819         (gloog): Do not call compute_cloog_iv_types.
19820         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
19821         GBB_CLOOG_IV_TYPES.
19822         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
19823         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
19824         (GBB_CLOOG_IV_TYPES): Removed.
19825
19826 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19827
19828         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
19829         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
19830         (detect_commutative_reduction): Same.
19831
19832 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19833
19834         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
19835         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
19836         argument.
19837         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
19838         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
19839         (rewrite_commutative_reductions_out_of_ssa): Same.
19840         * passes.c (execute_function_todo): Call verify_ssa for every pass
19841         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
19842         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
19843         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
19844         with an extra argument.
19845         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
19846         verify_ssa only when the extra argument is true.
19847         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
19848         with an extra argument.
19849         (tree_transform_and_unroll_loop): Same.
19850
19851 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
19852
19853         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
19854         for all the passes of the LNO having LOOP_CLOSED_SSA.
19855         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
19856         * tree-loop-distribution.c (pass_loop_distribution): Same.
19857         * tree-pass.h (TODO_verify_loops): Removed.
19858         * tree-ssa-loop.c (pass_tree_loop_init): Same.
19859         (pass_lim): Same.
19860         (pass_tree_unswitch): Same.
19861         (pass_predcom): Same.
19862         (pass_vectorize): Same.
19863         (pass_linear_transform): Same.
19864         (pass_graphite_transforms): Same.
19865         (pass_iv_canon): Same.
19866         (pass_complete_unroll): Same.
19867         (pass_complete_unrolli): Same.
19868         (pass_parallelize_loops): Same.
19869         (pass_loop_prefetch): Same.
19870         (pass_iv_optimize): Same.
19871
19872 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
19873
19874         PR middle-end/32824
19875         * passes.c (init_optimization_passes): Move pass_lim before
19876         pass_copy_prop and pass_dce_loop.
19877
19878 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
19879
19880         PR target/43667
19881         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
19882         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
19883         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
19884         MULTI_* defines for 4 argument vpermil2p* builtins.
19885
19886 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
19887
19888         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
19889         * config/i386/i386.c (x86_maybe_negate_const_int): New.
19890         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
19891         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
19892         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
19893         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
19894         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
19895         Use x86_maybe_negate_const_int to output insn mnemonic.
19896         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
19897         check from instruction predicate.  Update comments.
19898         * config/i386/sync.md (sync_add<mode>): Use
19899         x86_maybe_negate_const_int to output insn mnemonic.
19900
19901 2010-04-06  Jan Hubicka  <jh@suse.cz>
19902
19903         PR tree-optimization/42906
19904         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
19905         IGNORE_SELF argument.  Set visited_control_parents for fully
19906         processed BBs.
19907         (find_obviously_necessary_stmts): Update call of
19908         mark_control_dependent_edges_necessary.
19909         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
19910
19911 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
19912
19913         * config/i386/i386.md: Remove comment about 'e' and 'E'
19914         operand modifier.
19915
19916 2010-04-06  Richard Guenther  <rguenther@suse.de>
19917
19918         PR tree-optimization/43627
19919         * tree-vrp.c (extract_range_from_unary_expr): Widenings
19920         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
19921         not varying.
19922
19923 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
19924
19925         * BASE-VER: Change to 4.6.0.
19926
19927         PR target/43638
19928         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
19929         handling.
19930
19931 2010-04-06  Richard Guenther  <rguenther@suse.de>
19932
19933         PR middle-end/43661
19934         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
19935
19936 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19937
19938         * doc/invoke.texi (Optimize Options): Document that LTO
19939         won't remove object access purely due to incompatible
19940         declarations.
19941
19942 2010-04-04  Matthias Klose  <doko@ubuntu.com>
19943
19944         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
19945         Initialize variable.
19946
19947 2010-04-03  Richard Guenther  <rguenther@suse.de>
19948
19949         PR middle-end/42509
19950         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
19951         require a non-NULL MEM_OFFSET.
19952
19953 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
19954
19955         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
19956         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
19957         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
19958         config/alpha/predicates.md, config/arm/arm.md,
19959         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
19960         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
19961         config/darwin9.h, config/darwin.c, config/darwin.h,
19962         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
19963         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
19964         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
19965         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
19966         config/mips/mips.md, config/mn10300/mn10300.c,
19967         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
19968         config/rs6000/aix.h, config/rs6000/dfp.md,
19969         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
19970         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
19971         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
19972         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
19973         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
19974         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
19975         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
19976         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
19977         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
19978         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
19979         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
19980         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
19981         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
19982         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
19983         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
19984         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
19985         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
19986         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
19987         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
19988         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
19989         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
19990         opt-functions.awk, opth-gen.awk, params.def, passes.c,
19991         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
19992         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
19993         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
19994         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
19995         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
19996         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
19997         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
19998         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
19999         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
20000         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
20001         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
20002         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
20003         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
20004         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
20005
20006 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20007
20008         PR other/43620
20009         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
20010         * aclocal.m4: Regenerate.
20011
20012 2010-04-02  Richard Guenther  <rguenther@suse.de>
20013
20014         PR tree-optimization/43629
20015         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
20016         if we have seen a constant value.
20017
20018 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
20019
20020         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
20021
20022 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
20023
20024         PR target/43469
20025         * arm.c (legitimize_tls_address): Adjust call to
20026         gen_tls_load_dot_plus_four.
20027         (arm_note_pic_base): New function.
20028         (arm_cannot_copy_insn_p): Use it.
20029         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
20030         constraint.
20031
20032 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20033
20034         PR bootstrap/43531
20035
20036         Revert:
20037         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20038
20039         * Makefile.in ($(out_object_file)): Depend on
20040         gt-$(basename $(notdir $(out_file))).h.
20041
20042 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
20043
20044         * config.gcc (lm32-*-rtems*): Add t-lm32.
20045
20046 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
20047
20048         * config.gcc: Add lm32-*-rtems*.
20049         * config/lm32/rtems.h: New file.
20050
20051 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
20052
20053         PR target/42609
20054         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
20055
20056 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
20057
20058         * dwarf2out.c (output_compilation_unit_header): For
20059         -gdwarf-4 use version 4 instead of version 3.
20060         (output_line_info): For version 4 and above emit additional
20061         maximum ops per insn header field.
20062         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
20063
20064         * dwarf2out.c (is_c_family, is_java): Remove.
20065         (lower_bound_default): New function.
20066         (add_bound_info, gen_descr_array_type_die): Use it.
20067
20068 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
20069
20070         PR debug/43325
20071         * dwarf2out.c (gen_variable_die): Allow debug info for variable
20072         re-declaration when it happens in a function.
20073
20074 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
20075
20076         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
20077         (cgraph_remove_function_insertion_hook): Same.
20078         (cgraph_call_function_insertion_hooks): Same.
20079
20080 2010-04-01  Richard Guenther  <rguenther@suse.de>
20081
20082         PR middle-end/43614
20083         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
20084         and TREE_THIS_VOLATILE.
20085         (copy_ref_info): Likewise.
20086         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
20087         * tree.c (build6_stat): Ignore side-effects of all but arg5
20088         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
20089         TARGET_MEM_REF.
20090
20091 2010-04-01  Richard Guenther  <rguenther@suse.de>
20092
20093         PR tree-optimization/43607
20094         * ipa-type-escape.c (check_call): Do not access non-existing
20095         arguments.
20096
20097 2010-04-01  Richard Guenther  <rguenther@suse.de>
20098
20099         PR middle-end/43602
20100         Revert
20101         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
20102                     Jack Howarth  <howarth@bromo.med.uc.edu>
20103
20104         * tree-profile.c (tree_init_ic_make_global_vars): Make static
20105         variables TLS.
20106
20107 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20108
20109         * doc/install.texi (Prerequisites): Document libelf usability on
20110         IRIX 5/6 and Solaris 2.
20111         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
20112         Update GNU as, GNU ld requirements.
20113         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
20114         Document Sun Studio compiler download.
20115         Update and simplify as, ld recommendations.
20116         (Specific, *-*-solaris2.7): Note obsoletion, removal.
20117
20118 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20119
20120         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
20121         with_tune_32 to pentium4.
20122
20123 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
20124
20125         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
20126
20127 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20128
20129         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
20130         obsoletion, removal.
20131         Update IDO URL.
20132         Document GNU as requirement.
20133         Update configure requirements.
20134         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
20135         Recomment IRIX 6.5.18+.
20136         Document IDF/IDL requirement.
20137         Document GNU as requirement.
20138         Document GNU ld bootstrap failure.
20139         Remove freeware.sgi.com reference.
20140
20141 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20142
20143         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
20144         UNIX V4.0, V5.0 obsoletion, removal.
20145         Remove --with-gc=simple reference.
20146         Update VM requirements during bootstrap.
20147         Remove -oldas bootstrap description.
20148         Update binutils reference.
20149         Remove comparison failure note.
20150
20151 2010-03-31  Richard Guenther  <rguenther@suse.de>
20152             Zdenek Dvorak  <ook@ucw.cz>
20153             Sebastian Pop  <sebastian.pop@amd.com>
20154
20155         PR middle-end/43464
20156         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
20157         with multiple arguments.
20158         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
20159
20160 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
20161
20162         * graphite-dependences.c (print_pddr): Call print_pdr with an
20163         extra argument.
20164         * graphite-poly.c (debug_pdr): Add an extra argument for the
20165         verbosity level.
20166         (print_pdr): Same.
20167         (print_pbb_domain): Same.
20168         (print_pbb): Same.
20169         (print_scop_context): Same.
20170         (print_scop): Same.
20171         (print_cloog): Same.
20172         (debug_pbb_domain): Same.
20173         (debug_pbb): Same.
20174         (print_pdrs): Same.
20175         (debug_pdrs): Same.
20176         (debug_scop_context): Same.
20177         (debug_scop): Same.
20178         (debug_cloog): Same.
20179         (print_scop_params): Same.
20180         (debug_scop_params): Same.
20181         (print_iteration_domain): Same.
20182         (print_iteration_domains): Same.
20183         (debug_iteration_domain): Same.
20184         (debug_iteration_domains): Same.
20185         (print_scattering_function): Same.
20186         (print_scattering_functions): Same.
20187         (debug_scattering_function): Same.
20188         (debug_scattering_functions): Same.
20189         * graphite-poly.h (debug_pdr): Update declaration.
20190         (print_pdr): Same.
20191         (print_pbb_domain): Same.
20192         (print_pbb): Same.
20193         (print_scop_context): Same.
20194         (print_scop): Same.
20195         (print_cloog): Same.
20196         (debug_pbb_domain): Same.
20197         (debug_pbb): Same.
20198         (print_pdrs): Same.
20199         (debug_pdrs): Same.
20200         (debug_scop_context): Same.
20201         (debug_scop): Same.
20202         (debug_cloog): Same.
20203         (print_scop_params): Same.
20204         (debug_scop_params): Same.
20205         (print_iteration_domain): Same.
20206         (print_iteration_domains): Same.
20207         (debug_iteration_domain): Same.
20208         (debug_iteration_domains): Same.
20209         (print_scattering_function): Same.
20210         (print_scattering_functions): Same.
20211         (debug_scattering_function): Same.
20212         (debug_scattering_functions): Same.
20213
20214 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
20215
20216         * graphite-poly.c (print_scattering_function_1): New.
20217         (print_scattering_function): Call it.
20218         (print_scop_params): Remove spaces at the end of lines.
20219         (print_cloog): New.
20220         (debug_cloog): New.
20221         * graphite-poly.h (print_cloog): Declared.
20222         (debug_cloog): Declared.
20223
20224 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
20225
20226         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
20227         in loop->header.
20228         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
20229         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
20230         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
20231         to switch between adding the IV bump in loop->latch or in loop->header.
20232
20233 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
20234
20235         * graphite-poly.c (print_scattering_function): Pretty print following
20236         the scoplib format.
20237         (print_pdr): Same.
20238         (print_pbb_domain): Same.
20239         (dump_gbb_cases): Same.
20240         (dump_gbb_conditions): Same.
20241         (print_pdrs): Same.
20242         (print_pbb): Same.
20243         (print_scop_params): Same.
20244         (print_scop_context): Same.
20245         (print_scop): Same.
20246         (print_pbb_body): New.
20247         (lst_indent_to): New.
20248         (print_lst): Start new lines with a #.
20249         * graphite-poly.h (pbb_bb): New.
20250         (pbb_index): Use pbb_bb.
20251         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
20252         disjuncts.
20253         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
20254
20255 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
20256
20257         * dwarf2out.c (size_of_die): For -gdwarf-4 use
20258         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
20259         and 0 instead of 1 for dw_val_class_flag.
20260         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
20261         dw_val_class_range_list, dw_val_class_loc_list,
20262         dw_val_class_lineptr and dw_val_class_macptr, use
20263         DW_FORM_flag_present for dw_val_class_flag and
20264         DW_FORM_exprloc for dw_val_class_loc.
20265         (output_die): For -gdwarf-4 print dw_val_class_loc
20266         size as uleb128 instead of 1 or 2 bytes and don't print
20267         anything for dw_val_class_flag.
20268
20269         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
20270         instead of cselib_lookup following by tweaking locs->setting_insn.
20271
20272         PR bootstrap/43596
20273         * cselib.c (cselib_process_insn): Clear cselib_current_insn
20274         even before returning from label, setjmp call or volatile asm
20275         handling.
20276
20277 2010-03-31  Richard Guenther  <rguenther@suse.de>
20278
20279         PR middle-end/43600
20280         * cgraphunit.c (cgraph_output_in_order): Do not allocate
20281         temporary data on stack.
20282
20283 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20284
20285         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
20286         (PUSHSECTION_ASM_OP): Remove.
20287         (POPSECTION_ASM_OP): Remove.
20288         (PUSHSECTION_FORMAT): Remove.
20289         * config/sol2.h (PUSHSECTION_FORMAT): Define.
20290         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
20291         * config/sol2.c (solaris_output_init_fini): Use it.
20292
20293 2010-03-31  Jie Zhang  <jie@codesourcery.com>
20294
20295         PR 43574
20296         * opt-functions.awk (var_type_struct): Use signed char type
20297         for simple variables.
20298
20299 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20300
20301         * config/sol2.c: Include output.h.
20302         (solaris_assemble_visibility): New function.
20303         * config/t-sol2 (sol2.o): Add output.h dependency.
20304         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
20305         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
20306         Redefine.
20307
20308 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
20309
20310         PR target/43580
20311         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
20312         V2SImode or XFmode on PRE_DEC.
20313
20314         PR debug/43557
20315         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
20316         BLKmode.
20317
20318 2010-03-31  Jie Zhang  <jie@codesourcery.com>
20319
20320         PR 43562
20321         * reload.h (caller_save_initialized_p): Declare.
20322         * toplev.c (backend_init_target): Don't call
20323         init_caller_save but set caller_save_initialized_p to false.
20324         * caller-save.c (caller_save_initialized_p): Define.
20325         (init_caller_save): Check caller_save_initialized_p.
20326         * ira.c (ira): Call init_caller_save if flag_caller_saves.
20327
20328 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20329
20330         PR target/39048
20331         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
20332         and soft-fp/t-softfp to tmake_file.
20333         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
20334         (LIBGCC2_TF_CEXT): Define.
20335         (TF_SIZE): Define.
20336
20337 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
20338
20339         PR debug/42977
20340         * cselib.c (n_useless_values): Document handling of debug locs.
20341         (n_useless_debug_values, n_debug_values): New variables.
20342         (new_elt_loc_list): Don't add to debug values, keep count.
20343         (promote_debug_loc): New.
20344         (cselib_reset_table): Zero new variables.
20345         (entry_and_rtx_equal_p): Promote debug locs.
20346         (discard_useless_locs): Increment n_useless_debug_values for
20347         debug values.
20348         (remove_useless_values): Adjust n_useless_values and n_debug_values
20349         with n_useless_debug_values.
20350         (add_mem_for_addr): Promote debug locs.
20351         (cselib_lookup_mem): Likewise.
20352         (cselib_lookup_addr): Renamed to...
20353         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
20354         (cselib_log_lookup): ... this.  Turn into...
20355         (cselib_lookup_addr): ... new wrapper.
20356         (cselib_lookup_from_insn): New.
20357         (cselib_invalidate_regno): Increment n_useless_debug_values for
20358         debug values.
20359         (cselib_invalidate_mem): Likewise.
20360         (cselib_process_insn): Take n_deleted and n_debug_values into
20361         account to guard remove_useless_value call.
20362         (cselib_finish): Zero n_useless_debug_values.
20363         * cselib.h (cselib_lookup_from_insn): Declare.
20364         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
20365         (sched_analyze_2): Likewise.
20366
20367 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
20368
20369         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
20370         functions.
20371         (adjust_mems): Replace narrowing SUBREG of expression containing
20372         just PLUS, MINUS, MULT and ASHIFT of registers and constants
20373         with operations in the narrower mode.
20374
20375         PR debug/43593
20376         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
20377         regs_invalidated_by_call instead all call_used_reg_set registers.
20378
20379 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
20380
20381         PR middle-end/43430
20382         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
20383         pointer comparisons with types_compatible_p.
20384         * tree-vect-stmts.c (vectorizable_call): Same.
20385         (vectorizable_condition): Same.
20386
20387 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20388
20389         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
20390         stack check if the mask would be zero.
20391
20392 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
20393             Jack Howarth  <howarth@bromo.med.uc.edu>
20394
20395         * tree-profile.c (tree_init_ic_make_global_vars): Make static
20396         variables TLS.
20397
20398 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
20399
20400         PR other/25232
20401         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
20402         and __unordtf2.
20403         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
20404         Include ___unordxf2 and ___unordtf2.
20405         * config/i386/libgcc-glibc.ver: Do not define inheritance from
20406         GCC_4.4.0 here.
20407
20408 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
20409
20410         * config/lm32/t-lm32: New file.
20411         * config.gcc: Use the above file when targetting lm32.
20412
20413 2010-03-28  Duncan Sands  <baldrick@free.fr>
20414
20415         * Makefile.in (PLUGIN_HEADERS): Add except.h.
20416
20417 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
20418
20419         PR middle-end/43431
20420         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
20421         Improve vectorization cost model diagnostic.
20422
20423 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
20424
20425         PR middle-end/43436
20426         * tree-vect-data-refs.c (vect_analyze_data_refs): When
20427         compute_data_dependences_for_loop returns false, early exit
20428         and output an extra diagnostic for the failed data reference
20429         analysis.
20430
20431 2010-03-29  Richard Guenther  <rguenther@suse.de>
20432
20433         PR tree-optimization/43560
20434         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
20435         (can_sm_ref_p): Treat stores to readonly locations as trapping.
20436
20437 2010-03-29  Jie Zhang  <jie@codesourcery.com>
20438
20439         PR 43564
20440         * toplev.c (process_options): Set optimization_default_node
20441         and optimization_current_node.
20442         * opts.c (decode_options): Don't set optimization_default_node
20443         and optimization_current_node.
20444
20445 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
20446
20447         * config/rtems.h: Abandon -qrtems_debug.
20448
20449 2010-03-28  Jan Hubicka  <jh@suse.cz>
20450
20451         PR tree-optimization/43505
20452         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
20453         map should not be copied.
20454
20455 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20456
20457         PR middle-end/41674
20458         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
20459         cdtors, set DECL_PRESERVE_P.
20460         * ipa.c (cgraph_externally_visible_p): Return true if declaration
20461         should be preseved.
20462
20463 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
20464
20465         PR tree-optimization/43528
20466         * stor-layout.c (place_field): Check that constant fits into
20467         unsigned HWI when skipping calculation of MS bitfield layout.
20468
20469 2010-03-27  Jan Hubicka  <jh@suse.cz>
20470
20471         PR middle-end/43391
20472         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
20473         notice_global_symbol work.
20474
20475 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
20476
20477         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
20478         instead of dwarf2out_decl.
20479         (struct var_loc_node): Remove section_label field.
20480         (dwarf2out_function_decl): New function.
20481         (dwarf2out_var_location): Don't set section_label field.
20482         (dwarf2out_begin_function): Don't empty decl_loc_table here.
20483
20484 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
20485
20486         PR tree-optimization/43544
20487         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
20488         First argument for builtin vectorized function hook is now a
20489         tree to be able to distinguish between machine specific and
20490         standard builtins.
20491         * targhooks.c (default_builtin_vectorized_function): Ditto.
20492         * targhooks.h (default_builtin_vectorized_function): Ditto.
20493         * target.h (struct gcc_target): Ditto.
20494         * tree-vect-stmts.c (vectorizable_function): Ditto.
20495         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
20496         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
20497         Ditto.
20498
20499 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
20500
20501         PR c/43381
20502         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
20503         nested binding iff it is a FUNCTION_DECL.
20504         (store_parm_decls_newstyle): Pass nested=true to bind for
20505         FUNCTION_DECLs amongst parameters.
20506
20507 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
20508
20509         * var-tracking.c (vt_expand_loc_callback): Don't run
20510         cselib_expand_value_rtx_cb in dummy mode if
20511         cselib_dummy_expand_value_rtx_cb returned false.
20512
20513         * var-tracking.c (emit_note_insn_var_location): For one part
20514         notes with offset 0, don't add EXPR_LIST around the location.
20515         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
20516         add_location_or_const_value_attribute): Adjust for that change.
20517
20518         PR debug/43540
20519         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
20520         into first operand and location into second.
20521         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
20522         dw_cfi_oprnd_loc for DW_CFA_expression.
20523         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
20524         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
20525         assume first argument is regnum and second argument is location.
20526
20527 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
20528
20529         PR target/42113
20530         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
20531         of scratch register to DImode.  Split to DImode comparison operator.
20532         Use SImode subreg of scratch register in the multiplication.
20533         (*cmp_sadd_sidi): Ditto.
20534         (*cmp_ssub_si): Ditto.
20535         (*cmp_ssub_sidi): Ditto.
20536
20537 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
20538
20539         PR target/43524
20540         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
20541         Remove invalid assert and wrong comment.
20542
20543 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
20544
20545         PR debug/43516
20546         * flags.h (final_insns_dump_p): New extern.
20547         * final.c (final_insns_dump_p): New variable.
20548         (rest_of_clean_state): Set it before -fdump-final-insns=
20549         dumping, clear afterwards.
20550         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
20551         MEM_ALIAS_SET on MEMs.
20552
20553 2010-03-26  David S. Miller  <davem@davemloft.net>
20554
20555         * configure.ac: Fix sparc GOTDATA_OP bug check.
20556         * configure: Rebuild.
20557
20558 2010-03-26  Alan Modra  <amodra@gmail.com>
20559
20560         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
20561
20562 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20563
20564         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
20565         TLS_SECTION_ASM_FLAG.
20566
20567 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
20568
20569         PR bootstrap/43511
20570         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
20571         Clear first_function_block_is_cold.
20572
20573         PR c/43385
20574         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
20575         argument if the argument is truth_value_p.
20576
20577 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
20578
20579         * config/rs6000/constraints.md: Update copyright year for my changes.
20580
20581         PR target/43484
20582         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
20583         used in reg+reg addressing, swap registers.
20584
20585 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
20586
20587         PR debug/43293
20588         * target.h (struct gcc_target): Add code_end hook.
20589         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
20590         if not yet defined.
20591         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
20592         * toplev.c (compile_file): Call targetm.asm_out.code_end
20593         hook before unwind info/debug info output.
20594         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
20595         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
20596         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20597         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
20598         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
20599         * config/i386/i386.c (ix86_file_end): Renamed to...
20600         (ix86_code_end): ... this.  Make static.  Don't call
20601         file_end_indicate_exec_stack.  Emit unwind info using
20602         final_start_function/final_end_function.
20603         (darwin_x86_file_end): Remove.
20604         (TARGET_ASM_CODE_END): Define.
20605         * config/i386/i386.h (TARGET_ASM_FILE_END,
20606         NEED_INDICATE_EXEC_STACK): Don't define.
20607         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
20608         (TARGET_ASM_FILE_END): Define to darwin_file_end.
20609         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
20610         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
20611
20612         PR target/43498
20613         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
20614         at the beginning and final_end_function at the end.
20615         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
20616
20617 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20618
20619         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
20620         and Sun as TLS syntax.
20621         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
20622         * configure: Regenerate.
20623         * config.in: Regenerate.
20624         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
20625         (default_elf_asm_named_section): Use it.
20626         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
20627         (i386_output_dwarf_dtprel): Likewise.
20628         (output_addr_const_extra): Likewise.
20629         (output_pic_addr_const): Lowercase @GOTTPOFF.
20630         (output_addr_const_extra): Likewise.
20631         (output_pic_addr_const): Lowercase @GOTNTPOFF.
20632         (output_addr_const_extra): Likewise.
20633         (output_pic_addr_const): Lowercase @INDNTPOFF.
20634         (output_addr_const_extra): Likewise.
20635         (output_pic_addr_const): Lowercase @NTPOFF.
20636         (output_addr_const_extra): Likewise.
20637         (output_pic_addr_const): Lowercase @TPOFF.
20638         (output_addr_const_extra): Likewise.
20639         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
20640         (*tls_global_dynamic_64): Likewise.
20641         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
20642         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
20643
20644         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
20645         (ASM_OUTPUT_TLS_COMMON): Use it.
20646         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
20647
20648         PR target/38118
20649         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
20650         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
20651         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
20652         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
20653         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20654         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
20655
20656 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20657
20658         * config/i386/i386.c (override_options): Don't accept
20659         -mtls-dialect=sun any longer.
20660         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
20661         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
20662         (*tls_local_dynamic_base_32_sun): Likewise.
20663         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
20664
20665 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
20666
20667         PR debug/43508
20668         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
20669         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
20670
20671         PR debug/43479
20672         * ira.c (adjust_cleared_regs): New function.
20673         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
20674
20675         PR debug/19192
20676         PR debug/43479
20677         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
20678         from gimple_block.
20679         * expr.c (expand_expr_real): Restore previous
20680         curr_insn_source_location and curr_insn_block after
20681         expand_expr_real_1 call.
20682         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
20683         instead of expand_expr_real_1.
20684
20685 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
20686
20687         PR rtl-optimization/43413
20688         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
20689         hard regs too.
20690
20691 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
20692
20693         PR target/43348
20694         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
20695         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
20696
20697 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
20698
20699         * config/i386/i386.c (ix86_target_string): Add -mfma.
20700         Fix a typo in comment.
20701
20702 2010-03-22  Mike Stump  <mikestump@comcast.net>
20703
20704         PR target/23071
20705         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
20706         Don't overly align based upon packed packed fields.
20707
20708 2010-03-22  Jason Merrill  <jason@redhat.com>
20709
20710         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
20711         Use () rather than [], and move before the element type.
20712
20713 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20714
20715         * doc/configfiles.texi (Configuration Files): Removed
20716         fixinc/Makefile*, intl/Makefile.*.
20717         * doc/makefile.texi: Fixed markup. Abstract from version
20718         control system used.
20719         (Makefile): Removed obsolete gcc/java/parse.y example.
20720         * doc/sourcebuild.texi: Likewise.
20721         (Top Level): Added config, gnattools, libdecnumber, libgcc,
20722         libgomp, libssp.  Removed fastjar.
20723         (Miscellaneous Docs): Clarify location.
20724         Added COPYING3, COPYING3.LIB.
20725         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
20726
20727 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20728
20729         PR target/38085
20730         * config/i386/i386.c (x86_function_profiler)
20731         [!NO_PROFILE_COUNTERS]: Fix typo.
20732         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
20733         instead of callq.
20734
20735 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
20736             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20737
20738         * doc/sourcebuild.texi (Test Directives): Split into six
20739         subsections, with most of the current text in new subsections
20740         Directives, Selectors, and Final Actions.
20741         (Directives): Split list of test directives into multiple
20742         subsubsections.
20743         (Selectors): Describe use and syntax of selectors.
20744         (Effective-Target Keywords): Describe all existing keywords.
20745         (Add Options): Describe features for dg-add-options.
20746         (Require Support): Describe variants of dg-require-support.
20747         (Final Actions): Describe commands to use in dg-final.
20748
20749 2010-03-22  Michael Matz  <matz@suse.de>
20750
20751         PR middle-end/43475
20752         * recog.c (validate_replace_rtx_group): Replace also in
20753         REG_EQUAL and REG_EQUIV notes.
20754
20755 2010-03-22  Richard Guenther  <rguenther@suse.de>
20756
20757         PR tree-optimization/43390
20758         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
20759         sure vector extracts are type correct.
20760
20761 2010-03-22  Richard Guenther  <rguenther@suse.de>
20762
20763         PR middle-end/40106
20764         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
20765         x * sqrt (x) even when optimizing for size if the target
20766         has native support for sqrt.
20767
20768 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
20769
20770         * varasm.c (make_decl_rtl_for_debug): Also clear
20771         flag_mudflap for the duration of make_decl_rtl call.
20772
20773         PR debug/43443
20774         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
20775         locs from preserved VALUEs.
20776
20777 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20778
20779         PR middle-end/42718
20780         * pa.md (movmemsi): Set align to one if zero.
20781         (movmemdi): Likewise.
20782
20783 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
20784
20785         PR target/42321
20786         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
20787         with their corresponding prologue pushes.
20788
20789 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
20790
20791         PR target/43156
20792         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
20793         at the begining or end.
20794         (spu_expand_epilogue): Likewise.
20795
20796 2010-03-20  Richard Guenther  <rguenther@suse.de>
20797
20798         PR rtl-optimization/43438
20799         * combine.c (make_extraction): Properly zero-/sign-extend an
20800         extraction of the low part of a CONST_INT.  Also handle
20801         CONST_DOUBLE.
20802
20803 2010-03-19  Mike Stump  <mikestump@comcast.net>
20804
20805         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
20806         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
20807         (override_options): Use SUBTARGET32_DEFAULT_CPU.
20808
20809 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
20810
20811         PR c/43211
20812         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
20813         an error.
20814
20815 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
20816
20817         PR rtl-optimization/42258
20818         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
20819         use that may match DEF.
20820
20821         PR target/40697
20822         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
20823         the cost of loading the constant rather than assuming
20824         COSTS_N_INSNS (1).
20825         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
20826         outer code is AND, do the same tests as the andsi3 expander and
20827         return COSTS_N_INSNS (1) if and is cheap.
20828
20829         * optabs.c (avoid_expensive_constant): Fix formatting.
20830
20831 2010-03-19  Michael Matz  <matz@suse.de>
20832
20833         PR c++/43116
20834         * attribs.c (decl_attributes): When rebuilding a function pointer
20835         type use the same qualifiers as the original pointer type.
20836
20837 2010-03-19  Martin Jambor  <mjambor@suse.cz>
20838
20839         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
20840         and is_gimple_ip_invariant_address.
20841
20842 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20843
20844         Revert
20845         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20846
20847         * config/arm/arm.c (arm_override_options): Turn off
20848         flag_dwarf2_cfi_asm for AAPCS variants.
20849
20850 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20851
20852         PR target/43399
20853         * config/arm/arm.c (emit_multi_reg_push): Update comments.
20854         Use PRE_MODIFY instead of PRE_DEC.
20855         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
20856         (vfp_emit_fstmd): Likewise.
20857
20858 2010-03-19  Michael Matz  <matz@suse.de>
20859
20860         PR target/43305
20861         * builtins.c (expand_builtin_interclass_mathfn,
20862         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
20863         if that fails.
20864
20865 2010-03-19  Richard Guenther  <rguenther@suse.de>
20866
20867         PR tree-optimization/43415
20868         * tree-ssa-pre.c (phi_translate): Split out worker to ...
20869         (phi_translate_1): ... this.
20870         (phi_translate): Move all caching here.  Cache all NARY
20871         and REFERENCE translations.
20872
20873 2010-03-19  David S. Miller  <davem@davemloft.net>
20874
20875         With help from Eric Botcazou.
20876         * config/sparc/sparc.c: Include dwarf2out.h.
20877         (emit_pic_helper): Delete.
20878         (pic_helper_symbol_name): Delete.
20879         (pic_helper_emitted_p): Delete.
20880         (pic_helper_needed): New.
20881         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
20882         (get_pc_thunk_name): New.
20883         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
20884         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
20885         Set pic_helper_needed to true.  Don't call emit_pic_helper.
20886         (sparc_expand_prologue): Update load_pic_register call.
20887         (sparc_output_mi_thunk): Likewise.
20888         (sparc_file_end): Emit a hidden comdat symbol for the PIC
20889         thunk if possible.  Output CFI information as needed.
20890
20891 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
20892             Jack Howarth  <howarth@bromo.med.uc.edu>
20893
20894         PR target/36399
20895         * config/i386/i386.h: Fix ABI on darwin x86-32.
20896
20897 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
20898
20899         * tree.h: Declare make_decl_rtl_for_debug.
20900         * varasm.c (make_decl_rtl_for_debug): New.
20901         * dwarf2out.c (rtl_for_decl_location): Call it.
20902         * cfgexpand.c (expand_debug_expr): Call it.
20903
20904 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
20905
20906         PR bootstrap/43399
20907         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
20908         mem_mode.
20909
20910         PR bootstrap/43403
20911         * var-tracking.c (vt_init_cfa_base): Do nothing if
20912         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
20913
20914 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
20915
20916         PR debug/42873
20917         * var-tracking.c (canonicalize_vars_star): New.
20918         (dataflow_post_merge_adjust): Use it.
20919
20920 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
20921
20922         PR debug/43058
20923         * var-tracking.c (non_suitable_const): New function.
20924         (add_uses): For DEBUG_INSNs with constants, don't record any
20925         value, instead just the constant value itself.
20926         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
20927         is not VAR_LOC_UNKNOWN_P, set var to the constant.
20928         (emit_notes_in_bb): Likewise.
20929         (emit_note_insn_var_location): For onepart variables if
20930         cur_loc is a VOIDmode constant, use DECL_MODE.
20931
20932 2010-03-18  Martin Jambor  <mjambor@suse.cz>
20933
20934         PR middle-end/42450
20935         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
20936         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
20937         all non-clones.  Moved call redirection...
20938         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
20939         (cgraph_materialize_all_clones): Dispose of all
20940         combined_args_to_skip bitmaps.
20941         (verify_cgraph_node): Do not check for edges pointing to wrong
20942         nodes in inline clones.
20943         * tree-inline.c (copy_bb): Call
20944         cgraph_redirect_edge_call_stmt_to_callee.
20945         * ipa.c (cgraph_remove_unreachable_nodes): Call
20946         cgraph_node_remove_callees even when there are used clones.
20947
20948 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
20949
20950         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
20951
20952 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
20953
20954         PR target/43383
20955         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
20956         for 32bit.
20957
20958 2010-03-18  Michael Matz  <matz@suse.de>
20959
20960         PR middle-end/43419
20961         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
20962         into sqrt(x) if we need to preserve signed zeros.
20963
20964 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
20965             Eric Botcazou  <ebotcazou@adacore.com>
20966
20967         PR rtl-optimization/43360
20968         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
20969         note if we don't know its invariant status.
20970
20971 2010-03-18  Michael Matz  <matz@suse.de>
20972
20973         PR tree-optimization/43402
20974         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
20975         PHI chains of ssa names registered for update.
20976
20977 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
20978
20979         PR target/42427
20980         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
20981         non-offsettable and pre_modify update addressing.
20982         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
20983         and "2" alternatives "#".
20984         (*movdd_softfloat32): Make all alternatives "#";
20985         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
20986         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
20987         (*movdf_softfloat32): Make all alternatives "#";
20988         (movdi): Use the new DIFD mode iterator to create a common splitter
20989         for movdi, movdf and movdd patterns.
20990
20991 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
20992
20993         * common.opt (dumpdir): Remove redundant tab.
20994
20995 2010-03-17  Martin Jambor  <mjambor@suse.cz>
20996
20997         PR tree-optimization/43347
20998         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
20999         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
21000
21001 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
21002
21003         PR rtl-optimization/42216
21004         * regrename.c (create_new_chain): New function, broken out from...
21005         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
21006         appending a use to an empty chain.
21007         (build_def_use): Remove previous changes that convert OP_INOUT to
21008         OP_OUT operands; instead detect the case where an OP_INOUT operand
21009         uses a previously untracked register and create an empty chain for it.
21010
21011 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21012
21013         * doc/extend.texi (Function Attributes): Rewrite unfinished
21014         sentence in ms_abi documentation.
21015
21016 2010-03-17  Alan Modra  <amodra@gmail.com>
21017
21018         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
21019         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
21020         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
21021         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
21022
21023 2010-03-16  Richard Henderson  <rth@redhat.com>
21024
21025         PR middle-end/43365
21026         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
21027         (lower_try_finally): Save and restore eh_seq around the expansion
21028         of the try-finally.
21029
21030 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
21031
21032         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
21033         statements before splitting block.
21034
21035 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21036
21037         * doc/sourcebuild.texi (Testsuites): Fix markup.
21038         Use pathnames relative to gcc/testsuite.
21039         (Test Directives): Move description of how timeout is determined.
21040         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
21041         (C Tests): Correct gcc.misc-tests directory.
21042         Framework tests now live in gcc.test-framework.
21043
21044 2010-03-16  Richard Guenther  <rguenther@suse.de>
21045
21046         PR middle-end/43379
21047         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
21048         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
21049
21050 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
21051             Alexandre Oliva  <aoliva@redhat.com>
21052
21053         PR tree-optimization/42917
21054         * lambda-code.c (remove_iv): Skip debug statements.
21055         (lambda_loopnest_to_gcc_loopnest): Likewise.
21056         (not_interesting_stmt): Debug statements are not interesting.
21057
21058 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
21059
21060         PR debug/43051
21061         PR debug/43092
21062         * cselib.c (cselib_preserve_constants,
21063         cfa_base_preserved_val): New static variables.
21064         (preserve_only_constants): New function.
21065         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
21066         clear its REG_VALUES.  If cselib_preserve_constants, don't
21067         empty the whole hash table, but preserve there VALUEs with constants,
21068         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
21069         (cselib_preserve_cfa_base_value): New function.
21070         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
21071         (cselib_init): Change argument to int bitfield.  Set
21072         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
21073         is in it.
21074         (cselib_finish): Clear cselib_preserve_constants and
21075         cfa_base_preserved_val.
21076         * cselib.h (enum cselib_record_what): New enum.
21077         (cselib_init): Change argument to int.
21078         (cselib_preserve_cfa_base_value): New prototype.
21079         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
21080         * dse.c (dse_step1): Likewise.
21081         * cfgcleanup.c (thread_jump): Likewise.
21082         * sched-deps.c (sched_analyze): Likewise.
21083         * gcse.c (local_cprop_pass): Likewise.
21084         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
21085         If FN is non-NULL, call the callback always and whenever it returns
21086         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
21087         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
21088         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
21089         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
21090         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
21091         * var-tracking.c: Include recog.h.
21092         (bb_stack_adjust_offset): Remove.
21093         (vt_stack_adjustments): Don't call it, instead just gather the
21094         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
21095         (adjust_stack_reference): Remove.
21096         (compute_cfa_pointer): New function.
21097         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
21098         (struct adjust_mem_data): New type.
21099         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
21100         functions.
21101         (get_address_mode): New function.
21102         (replace_expr_with_values): Use it.
21103         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
21104         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
21105         (adjust_sets): Remove.
21106         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
21107         Use get_address_mode.
21108         (get_adjusted_src): Remove.
21109         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
21110         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
21111         (add_with_sets): Don't call adjust_sets.
21112         (fp_setter, vt_init_cfa_base): New functions.
21113         (vt_initialize): Change return type to bool.  Move most of pool etc.
21114         initialization to the beginning of the function from end.  Pass
21115         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
21116         If !frame_pointer_needed, call vt_stack_adjustment before mos
21117         vector is filled, call vt_init_cfa_base if argp/framep has been
21118         eliminated to sp.  If frame_pointer_needed and argp/framep has
21119         been eliminated to hard frame pointer, set
21120         hard_frame_pointer_adjustment and call vt_init_cfa_base after
21121         encountering fp setter in the prologue.  For MO_ADJUST, call
21122         log_op_type before pusing the op into mos vector, not afterwards.
21123         Call adjust_insn before cselib_process_insn/add_with_sets,
21124         call cancel_changes (0) afterwards.
21125         (variable_tracking_main_1): Adjust for vt_initialize calling
21126         vt_stack_adjustments and returning whether it succeeded or not.
21127
21128 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
21129
21130         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
21131         debug statements.
21132
21133 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
21134
21135         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
21136         has been set.
21137         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
21138         drap_reg has not been set.
21139
21140 2010-03-15  Michael Matz  <matz@suse.de>
21141
21142         PR middle-end/43300
21143         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
21144         use it to expand block copies.
21145         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
21146         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
21147         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
21148
21149 2010-03-15  Richard Guenther  <rguenther@suse.de>
21150
21151         PR tree-optimization/43367
21152         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
21153         elimination check.
21154
21155 2010-03-15  Richard Guenther  <rguenther@suse.de>
21156
21157         PR tree-optimization/43317
21158         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
21159
21160 2010-03-15  Martin Jambor  <mjambor@suse.cz>
21161
21162         PR tree-optimization/43141
21163         * tree-sra.c (create_abstract_origin): New function.
21164         (modify_function): Call create_abstract_origin.
21165
21166 2010-03-15  Chris Demetriou  <cgd@google.com>
21167
21168         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
21169         wasn't copied.
21170
21171 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21172
21173         PR middle-end/43354
21174         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
21175         call insert_out_of_ssa_copy for default definitions.
21176
21177 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21178
21179         * graphite-clast-to-gimple.c (my_long_long): Defined.
21180         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
21181         * graphite-sese-to-poly.c (my_long_long): Defined.
21182         (scop_ivs_can_be_represented): Use it.
21183
21184 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21185
21186         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
21187         graphite-max-bbs-per-function, and loop-block-tile-size.
21188         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
21189         with "maximum".
21190         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
21191
21192 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21193
21194         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
21195         forward declaration.
21196         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
21197         (add_upper_bounds_from_estimated_nit): New.
21198         (build_loop_iteration_domains): Use it.
21199
21200 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21201
21202         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
21203
21204 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21205
21206         PR middle-end/43306
21207         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
21208         should be an INTEGER_CST.  Also handle CASE_CONVERT.
21209
21210 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21211
21212         * graphite.c (graphite_initialize): To bound the number of bbs per
21213         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
21214         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
21215         * doc/invoke.texi: Document it.
21216
21217 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21218
21219         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
21220         * graphite-sese-to-poly.h (build_poly_scop): Same.
21221
21222 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
21223
21224         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
21225         the number of parameters in the scop.  Use as an upper bound
21226         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
21227         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
21228         * doc/invoke.texi: Document it.
21229
21230 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
21231
21232         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
21233         * doc/c-tree.texi: Remove.
21234         * doc/generic.texi: Merge c-tree.texi here.
21235         * doc/gccint.texi (Trees): Remove menu entry.
21236         (c-tree.texi): Remove @include.
21237         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
21238         * doc/languages.texi (Reading RTL): Ditto.
21239
21240 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
21241
21242         PR target/42869
21243         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
21244
21245 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
21246
21247         PR middle-end/42431
21248         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
21249         code added to work around reload clobbering CONST insns.
21250
21251 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
21252
21253         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
21254         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
21255         (cselib_preserve_only_values): Remove retain argument, don't
21256         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
21257         * cselib.h (cselib_preserve_only_values): Remove retain argument.
21258         * var-tracking.c (micro_operation): Move insn field before union.
21259         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
21260         (struct variable_tracking_info_def): Remove n_mos field, change
21261         mos into a vector of micro_operations.
21262         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
21263         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
21264         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
21265         changing into a vector.
21266         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
21267         come before all other uops generated by add_stores.
21268         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
21269         argument removal.
21270         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
21271         a vector.  Run just one pass over the bbs instead of separate counting
21272         and computation phase.
21273         (vt_finalize): Free VTI (bb)->mos vector instead of array.
21274
21275         PR debug/43329
21276         * tree-inline.c (remap_decls): Put old_var rather than origin_var
21277         into *nonlocalized_list vector.
21278         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
21279         even if origin is non-NULL.
21280         (gen_variable_die): Likewise.
21281         (process_scope_var): Don't change origin.
21282         (gen_decl_die): Likewise.
21283         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
21284         before adding new edges instead of after it, fix moving over
21285         debug stmts.
21286
21287 2010-03-11  David S. Miller  <davem@davemloft.net>
21288
21289         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
21290         of four.
21291         * configure: Rebuild.
21292
21293 2010-03-11  Martin Jambor  <mjambor@suse.cz>
21294
21295         PR tree-optimization/43257
21296         * tree.c (assign_assembler_name_if_neeeded): New function.
21297         (free_lang_data_in_cgraph): Assembler name assignment moved to the
21298         above new function.
21299         * tree.h (assign_assembler_name_if_neeeded): Declare.
21300         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
21301         the function if needed.
21302
21303 2010-03-11  Chris Demetriou  <cgd@google.com>
21304
21305         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
21306         include/stdint-gcc.h, and include/stdint.h world-readable.
21307
21308 2010-03-11  Richard Guenther  <rguenther@suse.de>
21309
21310         PR tree-optimization/43255
21311         * tree-vrp.c (process_assert_insertions_for): Do not insert
21312         asserts for trivial conditions.
21313
21314 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21315
21316         PR tree-optimization/43280
21317         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
21318         generation.  Move calculation of size out of the if branch.
21319         (find_bswap): Modify compare number generation.
21320
21321 2010-03-11  Richard Guenther  <rguenther@suse.de>
21322
21323         PR lto/43200
21324         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
21325         (input_gimple_stmt): Fixup handled component types during
21326         operand read.  Also fix up decls in ADDR_EXPRs.
21327
21328 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
21329
21330         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
21331         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
21332
21333 2010-03-10  Jan Hubicka  <jh@suse.cz>
21334
21335         PR c/43288
21336         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
21337         * varasm.c (get_variable_section): Don't do that here...
21338         (make_decl_rtl): ... and here.
21339         (do_assemble_alias): Produce decl RTL.
21340         (assemble_alias): Likewise.
21341
21342 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
21343
21344         PR debug/43290
21345         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
21346         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
21347         of fde->vdrap_reg.
21348         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
21349         (based_loc_descr): Only express drap or vdrap regno based expressions
21350         using DW_OP_fbreg when not optimizing.
21351         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
21352         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
21353         REG_CFA_SET_VDRAP note.
21354
21355 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
21356
21357         PR tree-optimization/43236
21358         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
21359         error in calculation of base address in reverse iteration case.
21360         (generate_builtin): Take number of latch executions if the statement
21361         is in the latch.
21362
21363 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
21364
21365         PR middle-end/42859
21366         * tree-eh.c: Include pointer-set.h.
21367         (lower_eh_dispatch): Filter out duplicate case labels and
21368         remove the unneeded edge when the label is unused.  Return
21369         true when some edges are removed.
21370         (execute_lower_eh_dispatch): When any lowering resulted in
21371         removing an edge, also delete unreachable blocks.
21372
21373 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
21374
21375         PR bootstrap/43287
21376         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
21377         UNSPEC_MACHOPIC_OFFSET.
21378
21379 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
21380
21381         PR target/43294
21382         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
21383         (m68k_delegitimize_address): New function.
21384
21385 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
21386
21387         PR debug/43299
21388         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
21389
21390         PR debug/43299
21391         * var-tracking.c (adjust_sets): New function.
21392         (count_with_sets, add_with_sets): Use it.
21393         (get_adjusted_src): New inline function.
21394         (add_stores): Use it.
21395
21396         PR debug/43304
21397         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
21398         call cselib_dummy_expand_value_rtx_cb instead of
21399         cselib_expand_value_rtx_cb.
21400
21401         PR debug/43293
21402         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
21403         * config/i386/i386.c: Include debug.h and dwarf2out.h.
21404         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
21405         and .cfi_endproc around the pic thunks.
21406         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
21407         all queued unwind info register saves are saved before the call.
21408         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
21409         considered as sp-=4 for unwind info and the pop as sp+=4 which
21410         also clobbers dest, but doesn't actually restore it.
21411
21412         PR debug/43290
21413         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
21414         RTX_FRAME_RELATED_P.
21415
21416 2010-03-09  Jie Zhang  <jie@codesourcery.com>
21417
21418         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
21419         whitespaces in output template.
21420
21421 2010-03-09  Jie Zhang  <jie@codesourcery.com>
21422
21423         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
21424         out array boundary.
21425
21426 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
21427
21428         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
21429         builtins.exp in a separate job.
21430
21431 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21432
21433         * graphite-sese-to-poly.c (add_param_constraints): Use
21434         lower_bound_in_type and upper_bound_in_type.
21435
21436 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21437
21438         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
21439         instead of unsigned_type_node.
21440
21441 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21442             Reza Yazdani  <reza.yazdani@amd.com>
21443
21444         PR middle-end/43065
21445         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
21446         on pointer type parameters.
21447
21448 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
21449
21450         PR middle-end/42644
21451         PR middle-end/42130
21452         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
21453         handle conversions from pointer to integers.
21454         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
21455         induction variable, to be able to work with code generated by CLooG.
21456         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
21457         (build_poly_scop): Bail out if we cannot codegen a loop.
21458
21459 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
21460
21461         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
21462         code generation with gloog_error.
21463
21464 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21465
21466         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
21467         Call fold_convert on all the returned values.
21468         (expand_scalar_variables_expr): Pass to
21469         expand_scalar_variables_ssa_name the type of the resulting expression.
21470
21471 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21472
21473         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
21474         ppl_min_for_le_pointset.
21475         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
21476         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
21477
21478 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21479
21480         * graphite-dependences.c (map_into_dep_poly): Removed.
21481         (dependence_polyhedron_1): Use combine_context_id_scat.
21482
21483 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21484
21485         * graphite-poly.h (struct poly_scattering): Add layout documentation.
21486         (struct poly_bb): Same.
21487         (combine_context_id_scat): New.
21488
21489 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21490
21491         PR middle-end/42326
21492         * sese.c (name_defined_in_loop_p): Return false for default
21493         definitions.
21494
21495 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21496
21497         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
21498         and clean up the logic.
21499
21500 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
21501
21502         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
21503         early return.
21504
21505 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
21506
21507         * var-tracking.c (remove_cselib_value_chains): Define only for
21508         ENABLE_CHECKING.
21509         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
21510         delete_slot_part, emit_notes_for_differences_1): Don't call
21511         remove_cselib_value_chains here.
21512         (set_slot_part, emit_notes_for_differences_2): Don't call
21513         add_cselib_value_chains here.
21514         (preserved_values): New vector.
21515         (preserve_value): New function.
21516         (add_uses, add_stores, vt_add_function_parameters): Use it
21517         instead of cselib_preserve_value.
21518         (changed_values_stack): New vector.
21519         (check_changed_vars_0): New function.
21520         (check_changed_vars_1, check_changed_vars_2): Use it.
21521         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
21522         changed_values_stack VALUEs.
21523         (vt_emit_notes): For all preserved_values call
21524         add_cselib_value_chains.  If ENABLE_CHECKING call
21525         remove_cselib_value_chains before verifying value_chains is empty.
21526         Initialize and free changed_values_stack.
21527         (vt_initialize): Initialize preserved_values.
21528         (vt_finalize): Free preserved_values.
21529
21530 2010-03-08  Richard Guenther  <rguenther@suse.de>
21531
21532         PR tree-optimization/43269
21533         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
21534         region detection.
21535
21536 2010-03-08  Martin Jambor  <mjambor@suse.cz>
21537
21538         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
21539         (ipa_is_param_called): Removed.
21540         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
21541         (ipa_print_node_params): Do not print the called flag.
21542         (ipa_write_node_info): Do not stream the called flag.
21543         (ipa_read_node_info): Likewise.
21544
21545 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
21546
21547         PR debug/43176
21548         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
21549         * cselib.c (struct expand_value_data): Add dummy field.
21550         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
21551         dummy to false.
21552         (cselib_dummy_expand_value_rtx_cb): New function.
21553         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
21554         any rtl.
21555         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
21556         * var-tracking.c: Include pointer-set.h.
21557         (variable): Change n_var_parts to char from int.  Add
21558         cur_loc_changed and in_changed_variables fields.
21559         (variable_canonicalize): Remove.
21560         (shared_var_p): New inline function.
21561         (unshare_variable): Maintain cur_loc_changed and
21562         in_changed_variables fields.  If var was in changed_variables,
21563         replace it there with new_var.  Just copy cur_loc instead of
21564         resetting it to something else.
21565         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
21566         (dataflow_set_union): Don't call variable_canonicalize.
21567         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
21568         of their DEBUG_EXPR_TREE_DECLs.
21569         (canonicalize_loc_order_check): Verify that cur_loc is NULL
21570         and in_changed_variables and cur_loc_changed is false.
21571         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
21572         and cur_loc_changed.  Don't update cur_loc here.
21573         (variable_merge_over_src): Don't call variable_canonicalize.
21574         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
21575         removing loc that is equal to cur_loc, clear cur_loc,
21576         set cur_loc_changed and ensure variable_was_changed is called.
21577         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
21578         compare pointers in cur_loc check, if it is equal to loc,
21579         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
21580         (variable_different_p): Remove compare_current_location argument,
21581         don't compare cur_loc.
21582         (dataflow_set_different_1): Adjust variable_different_p caller.
21583         (variable_was_changed): If dv had some var in changed_variables
21584         already, reset in_changed_variables flag for it and propagate
21585         cur_loc_changed over to the new variable.  On empty var
21586         always set cur_loc_changed.  Set in_changed_variables on whatever
21587         var is added to changed_variables.
21588         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
21589         Use shared_var_p.  When removing loc that is equal to cur_loc,
21590         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
21591         end, don't set it to something else, just call variable_was_changed.
21592         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
21593         loc being removed, clear cur_loc and set cur_loc_changed.
21594         Set cur_loc_changed if all locations have been removed.
21595         (struct expand_loc_callback_data): New type.
21596         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
21597         allocated.  Always create SUBREGs if simplify_subreg failed.
21598         Prefer to use cur_loc, when that fails and still in
21599         changed_variables (and seen first time) recompute it.  Set
21600         cur_loc_changed of variables which had to change cur_loc and
21601         compute elcd->cur_loc_changed if any of the subexpressions used
21602         had to change cur_loc.
21603         (vt_expand_loc): Adjust to pass arguments in
21604         expand_loc_callback_data structure.
21605         (vt_expand_loc_dummy): New function.
21606         (emitted_notes): New variable.
21607         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
21608         that weren't used for any other decl in current
21609         emit_notes_for_changes call call vt_expand_loc_dummy to update
21610         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
21611         first loc_chain location if NULL before.  Always use just
21612         cur_loc instead of first loc_chain location.  When cur_loc_changed
21613         is false, when not --enable-checking=rtl just don't emit any note.
21614         When rtl checking, compute the note and assert it is the same
21615         as previous note.  Clear cur_loc_changed and in_changed_variables
21616         at the end before removing from changed_variables.
21617         (check_changed_vars_3): New function.
21618         (emit_notes_for_changes): Traverse changed_vars to call
21619         check_changed_vars_3 on each changed var.
21620         (emit_notes_for_differences_1): Clear cur_loc_changed and
21621         in_changed_variables.  Recompute cur_loc of new_var.
21622         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
21623         (vt_emit_notes): Initialize and destroy emitted_notes.
21624
21625 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
21626
21627         PR rtl-optimization/42220
21628         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
21629         Use verify_reg_tracked to determine if we should use OP_OUT rather
21630         than OP_INOUT.
21631         (build_def_use): If we see an in-out operand for a register that we
21632         know nothing about, treat is an output if possible, fail the block if
21633         not.
21634
21635 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21636
21637         PR debug/42897
21638         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
21639         permanently.
21640
21641 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21642
21643         PR debug/42897
21644         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
21645         uses of relevant DEFs that are dead outside the loop too.
21646
21647 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
21648
21649         * var-tracking.c (dataflow_set_merge): Swap src and src2.
21650         Reverted:
21651         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
21652         PR debug/41371
21653         * var-tracking.c (values_to_unmark): New variable.
21654         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
21655         values_to_unmark vector.  Moved body to...
21656         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
21657         instead queue it into values_to_unmark vector.
21658         (vt_find_locations): Free values_to_unmark vector.
21659
21660 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
21661
21662         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
21663         (site.exp): Export them when plugins are enabled.
21664
21665 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
21666
21667         PR middle-end/42326
21668         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
21669         that contain scevs.
21670         (chrec_fold_multiply): Same.
21671
21672 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
21673
21674         PR c/43248
21675         * c-decl.c (build_compound_literal): Return early if init is
21676         an error_mark_node.
21677
21678 2010-03-04  Martin Jambor  <mjambor@suse.cz>
21679
21680         PR tree-optimization/43164
21681         PR tree-optimization/43191
21682         * tree-sra.c (type_consists_of_records_p): Reject records with
21683         zero-size bit-fields at the end.
21684
21685 2010-03-04  Mike Stump  <mikestump@comcast.net>
21686
21687         * Makefile.in (TAGS): Remove *.y.
21688
21689 2010-03-04  Richard Guenther  <rguenther@suse.de>
21690
21691         PR tree-optimization/40761
21692         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
21693         in reverse order.
21694         (my_rev_post_order_compute): New function.
21695         (init_pre): Call it.
21696
21697 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
21698
21699         PR middle-end/43209
21700         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
21701         decrease the cost of an IV candidate when the cost is infinite.
21702
21703 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21704
21705         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
21706         Use '3DNow!' for the extension of that name, ensure normal space
21707         after the string.
21708         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
21709
21710 2010-03-03  Jeff Law  <law@redhat.com>
21711
21712         * PR middle-end/32693
21713         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
21714         than gen_rtx_SUBREG.
21715         (extract_bit_field_1): Likewise.
21716
21717 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
21718
21719         * doc/sourcebuild.texi (Test directives): Document that arguments
21720         include-opts and exclude-opts are now optional for dg-skip-if,
21721         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
21722
21723 2010-03-03  Jason Merrill  <jason@redhat.com>
21724
21725         PR c++/12909
21726         * cgraph.h (varpool_node): Add extra_name field.
21727         * varpool.c (varpool_extra_name_alias): New.
21728         (varpool_assemble_decl): Emit extra name aliases.
21729         (varpool_mark_needed_node): Look past an extra name alias.
21730         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
21731         * lto-streamer-in.c (lto_input_tree): Read it.
21732         * lto-streamer-out.c (output_unreferenced_globals): Write it.
21733
21734 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
21735
21736         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
21737         (sparc*-*-solaris2*): ...this.
21738
21739 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
21740
21741         PR debug/43229
21742         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
21743         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
21744         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
21745         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
21746
21747         PR debug/43237
21748         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
21749         fallthrough to default handling, just with want_address 0 instead of 2.
21750         For single element lists, add_AT_loc directly, otherwise create an
21751         artificial variable DIE and stick location list to it.
21752
21753         PR debug/43177
21754         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
21755         (VAL_EXPR_HAS_REVERSE): Define.
21756         (reverse_op): New function.
21757         (add_stores): For reversible operations add an extra MO_VAL_USE.
21758
21759 2010-03-02  Jason Merrill  <jason@redhat.com>
21760
21761         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
21762
21763 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
21764
21765         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
21766         (sparc64-*-linux*): Likewise.
21767         (sparc64-*-solaris2*): Include assembler files before linker ones.
21768         (sparc-*-solaris2*): Simplify and reorder to match previous case.
21769         * config/sparc/gas.h: Delete.
21770         * config/sparc/sol2-64.h: Add copyright notice.
21771         * config/sparc/sol2-gas-bi.h: Likewise.
21772         * config/sparc/sol2-gld.h: Likewise.
21773         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
21774         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
21775         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
21776         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
21777         (sparc_elf_asm_named_section): Rename into...
21778         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
21779
21780 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
21781
21782         * config/alpha/alpha.c (override_options): Fix -mtune error message.
21783
21784 2010-03-02  Jeff Law  <law@redhat.com>
21785
21786         PR middle-end/42431
21787         * reload1.c (rtx_p, substitute_stack): Declare.
21788         (substitute): Record addresses of changed rtxs.
21789         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
21790         Restore the original rtx when complete.
21791         (reload): Free subsitute_stack when complete.
21792
21793 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
21794
21795         * doc/gccint.texi (menu): Add Testsuites as a chapter.
21796         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
21797         new chapter.
21798         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
21799         LTO Testing, gcov Testing, profopt Testing, compat Testing,
21800         Torture Tests): Change from subsection to section.
21801
21802 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
21803             Steven Bosscher  <steven@gcc.gnu.org>
21804
21805         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
21806         instead of bb.
21807
21808 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
21809
21810         PR middle-end/42640
21811         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
21812         the assignment from the new induction variable to the assignment
21813         of the value from the original loop PHI function.
21814
21815 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
21816             Daniel Jacobowitz  <dan@codesourcery.com>
21817
21818         * doc/sourcebuild.texi (Test directives): Clarify options to
21819         dg-skip-if.
21820
21821 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21822
21823         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
21824         Disable cfi directives unless GCC and gas agree on using read-only
21825         .eh_frame sections for 64-bit.
21826         * configure: Regenerate.
21827
21828 2010-03-01  Richard Guenther  <rguenther@suse.de>
21829
21830         PR tree-optimization/43220
21831         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
21832         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
21833
21834 2010-03-01  Richard Guenther  <rguenther@suse.de>
21835             Martin Jambor  <mjambor@suse.cz>
21836
21837         PR middle-end/41250
21838         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
21839         gimplified parameters.
21840
21841 2010-03-01  Christian Bruel  <christian.bruel@st.com>
21842
21843         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
21844
21845 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
21846
21847         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
21848
21849 2010-03-01  Richard Guenther  <rguenther@suse.de>
21850
21851         PR middle-end/43213
21852         * expr.c (expand_assignment): Use the alias-oracle to tell
21853         if the rhs aliases the result decl.
21854
21855 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21856
21857         PR pch/14940
21858         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
21859         to sol_gt_pch_get_address.
21860         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
21861         64-bit, SPARC and x86.
21862         (sol_gt_pch_get_address): New function.
21863
21864 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
21865
21866         * toplev.h (inform_n, error_n): Declare.
21867         * diagnostic.c (inform_n, error_n): New function.
21868
21869 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
21870
21871         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
21872         has no rtl yet when processing local_decls, queue it and recheck
21873         if deferred stack allocation hasn't assigned it rtl.
21874
21875 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
21876
21877         * config/sh/sh.c (unspec_bbr_uid): New.
21878         (gen_block_redirect): Use it instead of INSN_UID.
21879         (gen_far_branch): Likewise.
21880
21881 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
21882
21883         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
21884         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
21885
21886 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21887
21888         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
21889         (Warning Options): -Wno-conversion-null is valid for
21890         Objective-C++ as well.
21891         * doc/tm.texi (Named Address Spaces): Likewise.
21892         * doc/plugins.texi (Plugins): Replace TABs with spaces.
21893         * doc/tree-ssa.texi (Tree SSA): Likewise.
21894
21895 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21896
21897         PR bootstrap/43202
21898         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
21899         by default.  Don't set the default arch for
21900         i[34567]86-*-darwin*|x86_64-*-darwin*.
21901
21902 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21903
21904         PR bootstrap/43202
21905         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
21906         default.  Set the default 32bit/64bit archs with $with_arch
21907         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
21908
21909 2010-02-27  Richard Guenther  <rguenther@suse.de>
21910
21911         PR tree-optimization/43186
21912         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
21913         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
21914         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
21915         unroller iterations.
21916
21917 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
21918
21919         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
21920         required and i[34567]86-*-* targets don't support 64bit ISA.
21921
21922 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
21923
21924         PR ada/43096
21925         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
21926         the same alias set.
21927
21928 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
21929
21930         * config.gcc: Set the default arch at least to Prescott for
21931         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
21932         if SSE math is enabled.
21933
21934 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21935
21936         * diagnostic.c (diagnostic_initialize): Update.
21937         (diagnostic_report_diagnostic): Test inhibit_notes_p for
21938         informative notes.
21939         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
21940         (diagnostic_inhibit_notes): New.
21941         * toplev.c (process_options): inhibit notes with -fcompare-debug.
21942
21943 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21944
21945         PR c/20631
21946         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
21947         * doc/standards.texi: Likewise.
21948         * doc/extend.texi: Likewise.
21949         * doc/trouble.texi: Likewise.
21950         * doc/cppopts.texi: Likewise.
21951         * doc/install.texi: Likewise.
21952         * c.opt (std=c90,std=gnu90): New options.
21953         * c-opts.c (c_common_handle_option): Handle them.
21954
21955 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21956
21957         PR c/24577
21958         * c-decl.c (undeclared_variable): Use an informative note.
21959
21960 2010-02-26  Richard Guenther  <rguenther@suse.de>
21961
21962         PR tree-optimization/43186
21963         * gimple.h (gimple_fold): Remove.
21964         * gimple.c (gimple_fold): Remove.  Inline into single user ...
21965         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
21966         Try harder for conditions.
21967
21968 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
21969
21970         PR debug/43190
21971         * function.c (used_types_insert): Don't skip through named pointer
21972         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
21973         and it is different from the main variant's type.
21974
21975 2010-02-26  Nick Clifton  <nickc@redhat.com>
21976
21977         * config/rx/rx.md (sminsi3): Remove bogus alternative.
21978
21979 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
21980
21981         * config.gcc: Support --with-fpmath=sse for x86.
21982
21983         * config/i386/ssemath.h: New.
21984
21985         * doc/install.texi (--with-fpmath=sse): Documented.
21986
21987 2010-02-26  Richard Guenther  <rguenther@suse.de>
21988
21989         PR tree-optimization/43188
21990         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
21991         vector types of over-aligned element type.
21992
21993 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
21994
21995         PR target/43175
21996         * config/i386/i386.c (expand_vec_perm_blend): Use correct
21997         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
21998
21999 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
22000
22001         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
22002
22003 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
22004
22005         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
22006         * var-tracking.c: Include diagnostic.h.
22007         (debug_dv): New function.
22008         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
22009
22010         PR debug/43160
22011         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
22012         (add_value_chain, add_value_chains, remove_value_chain,
22013         remove_value_chains): Handle DEBUG_EXPRs.
22014         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
22015
22016         PR debug/43161
22017         * regcprop.c (struct queued_debug_insn_change): New type.
22018         (struct value_data_entry): Add debug_insn_changes field.
22019         (struct value_data): Add n_debug_insn_changes field.
22020         (debug_insn_changes_pool): New variable.
22021         (free_debug_insn_changes, apply_debug_insn_changes,
22022         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
22023         (kill_value_one_regno): Call free_debug_insn_changes if needed.
22024         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
22025         fields.
22026         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
22027         changes for them.
22028         (copyprop_hardreg_forward_1): Don't call apply_change_group for
22029         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
22030         changes, call cprop_find_used_regs via note_stores.
22031         (copyprop_hardreg_forward): When copying vd from predecessor
22032         which has any queued DEBUG_INSN changes, make sure the pointers are
22033         cleared.  At the end call df_analyze and then if there are any
22034         DEBUG_INSN changes queued at the end of some basic block for still
22035         live registers, apply them.
22036         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
22037
22038 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
22039
22040         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
22041         (arm*-*-*): Ditto.
22042
22043 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
22044
22045         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
22046         targets.  Set the default with_cpu/with_arch from arch/cpu.
22047         Allow x86-64 and native for with_cpu/with_arch.
22048
22049 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
22050
22051         * ebitmap.c: Change calls to verify_popcount with calls to
22052         sbitmap_verify_popcount.
22053         (ebitmap_clear_bit): Fixed map->cacheindex test and
22054         map>cache update when bit clearing results in an empty
22055         element.
22056
22057 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
22058
22059         PR target/43154
22060         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
22061         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
22062         and support both V2DF and V2DI modes.
22063         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
22064         support both V2DF and V2DI modes.
22065         (general): Delete trailing whitespace from a few patterns.
22066
22067         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
22068         V2DF/V2DI interleave high/low builtins.
22069
22070         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
22071         new VSX builtins.
22072
22073         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
22074         interleave high/low functions.
22075
22076 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
22077
22078         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
22079         #pragma extern_prefix.
22080
22081 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
22082
22083         PR debug/43166
22084         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
22085         BLKmode, assert op0 is a MEM and just adjust its mode.
22086
22087         PR debug/43165
22088         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
22089         if bitpos isn't multiple of mode's bitsize.
22090
22091 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22092
22093         * c.opt (-ftemplate-depth=): New.
22094         (-ftemplate-depth-): Deprecate.
22095         * optc-gen.awk: Handle -ftemplate-depth=.
22096         * opth-gen.awk: Likewise.
22097         * c-opts.c (c_common_handle_option): Likewise.
22098         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
22099
22100 2010-02-24  Jason Merrill  <jason@redhat.com>
22101
22102         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
22103
22104 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22105
22106         * cfg.c (alloc_aux_for_block): Remove inline.
22107         (alloc_aux_for_edge): Likewise.
22108
22109 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22110
22111         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
22112
22113 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22114
22115         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
22116         * config/i386/sol2-gas.h: New file.
22117         * config.gcc (i[34567]86-*-solaris2*): Use it.
22118
22119 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22120
22121         PR c/43128
22122         * c-typeck.c (ep_convert_and_check): New.
22123         (build_conditional_expr): Use it.
22124         (build_binary_op): Likewise.
22125
22126 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
22127
22128         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
22129
22130         PR debug/43150
22131         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
22132         bounds even for -O+.
22133         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
22134         expr needs to have DECL_NAME set.
22135
22136 2010-02-24  Nick Clifton  <nickc@redhat.com>
22137
22138         * config/mep/mep.c: Include gimple.h.
22139         (mep_function_uses_sp): Delete unused function.
22140         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
22141         parameters.  Use unsigned integers to count args.  Return a
22142         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
22143
22144 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
22145
22146         PR target/43107
22147         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
22148         greater or equal to nelt instead of 2 * nelt.
22149         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
22150         with nelt - 1.
22151
22152 2010-02-23  Jason Merrill  <jason@redhat.com>
22153
22154         PR debug/42800
22155         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
22156         in cfun->local_decls even if they have register types.
22157
22158         PR c++/42837
22159         * stor-layout.c (place_field): Don't warn about unnecessary
22160         DECL_PACKED if the type is packed.
22161
22162 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
22163
22164         PR target/43139
22165         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
22166         GOTOFF relocs, even when the base reg isn't pic pointer.
22167
22168 2010-02-23  Michael Matz  <matz@suse.de>
22169
22170         PR debug/43077
22171         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
22172         (expand_gimple_basic_block): Generate and use debug temps if there
22173         are debug uses left after the last real use of TERed ssa names.
22174         Unlink debug immediate uses when they are expanded.
22175
22176 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22177
22178         PR 43123
22179         * config/i386/i386.c (override_options): Reorganise to provide
22180         better error messages.
22181
22182 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
22183
22184         PR middle-end/43083
22185         * graphite-scop-detection.c (create_single_exit_edge): Move
22186         the call to find_single_exit_edge to....
22187         (create_sese_edges): ...here.  Don't handle multiple edges
22188         exiting the function.
22189         (build_graphite_scops): Don't handle multiple edges
22190         exiting the function.
22191
22192 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
22193
22194         PR middle-end/43097
22195         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
22196         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
22197
22198 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
22199
22200         PR middle-end/43026
22201         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
22202
22203 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22204
22205         PR c++/43126
22206         * c-typeck.c (convert_arguments): Print declaration location.
22207         * c-common.c (validate_nargs): Rename as
22208         builtin_function_validate_nargs.
22209         (check_builtin_function_arguments): Update.
22210
22211 2010-02-22  Richard Guenther  <rguenther@suse.de>
22212
22213         PR lto/43045
22214         * tree-inline.c (declare_return_variable): Use the type of
22215         the call stmt lhs if available.
22216
22217 2010-02-22  Duncan Sands  <baldrick@free.fr>
22218
22219         * passes.c (register_pass): Always consider all pass lists when
22220         ref_pass_instance_number is zero.
22221
22222 2010-02-22  Richard Guenther  <rguenther@suse.de>
22223
22224         PR tree-optimization/42749
22225         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
22226         parameter.  Do arithmetic in the original type.
22227         (update_accumulator_with_ops): Likewise.
22228         (adjust_accumulator_values): Adjust.
22229
22230 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22231
22232         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
22233         (QI to BLKmode splitter): New splitter.
22234
22235 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
22236
22237         * config/i386/i386.c (initial_ix86_tune_features): Turn on
22238         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
22239
22240 2010-02-22  Richard Guenther  <rguenther@suse.de>
22241
22242         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
22243
22244 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
22245
22246         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
22247         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
22248         ($(T)crti.o, $(T)crtn.o): Remove rules.
22249
22250 2010-02-21  Tobias Burnus  <burnus@net-b.de>
22251
22252         PR fortran/35259
22253         * doc/invoke.texi (-fassociative-math): Document that this
22254         option is automatically enabled for Fortran.
22255
22256 2010-02-20  David S. Miller  <davem@davemloft.net>
22257
22258         * configure.ac: Test if linker and assembler properly support
22259         GOTDATA_OP relocations.
22260         * configure: Rebuild.
22261         * config.in: Likewise.
22262         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
22263         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
22264         (movsi_high_pic): Likewise.
22265         (movdi_lo_sum_pic): Likewise.
22266         (movdi_high_pic): Likewise.
22267         (movsi_pic_gotdata_op): New pattern.
22268         (movdi_pic_gotdata_op): Likewise.
22269         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
22270         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
22271
22272 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
22273
22274         PR target/43067
22275         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
22276         attribute to ssemul.
22277         (xop_mulv2div2di3_high): Ditto.
22278
22279 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22280
22281         PR c++/35669
22282         * c.opt (Wconversion-null): New option.
22283         * doc/invoke.texi (Wconversion-null): Document.
22284
22285 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22286
22287         * common.opt (Wlarger-than-): Add Undocumented.
22288
22289 2010-02-19  Mike Stump  <mikestump@comcast.net>
22290
22291         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
22292
22293 2010-02-19  Jason Merrill  <jason@redhat.com>
22294
22295         PR target/40332
22296         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
22297         * configure: Likewise.
22298
22299 2010-02-20  Alan Modra  <amodra@gmail.com>
22300
22301         PR middle-end/42344
22302         * cgraph.h (cgraph_make_decl_local): Declare.
22303         * cgraph.c (cgraph_make_decl_local): New function.
22304         (cgraph_make_node_local): Use it.
22305         * cgraphunit.c (cgraph_function_versioning): Likewise.
22306         * ipa.c (function_and_variable_visibility): Likewise.
22307
22308 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
22309
22310         PR bootstrap/43121
22311         * except.c (sjlj_emit_function_enter): Don't call
22312         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
22313         directly.
22314         * rtl.h (add_reg_br_prob_note): Remove prototype.
22315
22316 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22317
22318         PR 41779
22319         * c-common.c (conversion_warning): Remove widening conversions
22320         before checking the conversion of integers to reals.
22321
22322 2010-02-19  Mike Stump  <mikestump@comcast.net>
22323
22324         PR middle-end/43125
22325         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
22326
22327         PR objc/43061
22328         * cgraphunit.c (process_function_and_variable_attributes): Check
22329         DECL_PRESERVE_P instead of looking up attribute "used".
22330         * ipa-pure-const.c (check_decl): Likewise.
22331         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
22332         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
22333         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
22334         instead of attribute "used".
22335         * config/sol2-c.c (solaris_pragma_init): Likewise.
22336         (solaris_pragma_fini): Likewise.
22337
22338 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
22339
22340         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
22341         Use XCNEW instead of xcalloc.
22342         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
22343         XNEW instead of xmalloc.
22344         (get_fields): Use XNEWVEC instead of xmalloc.
22345
22346         PR debug/43084
22347         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
22348         populate vars array.
22349         (create_new_general_access): For debug stmts just reset value.
22350         (get_stmt_accesses): For accesses within debug stmts just record them
22351         using add_access_to_acc_sites instead of preventing the peeling or
22352         counting them as accesses.
22353
22354         PR middle-end/42233
22355         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
22356
22357 2010-02-19  Richard Guenther  <rguenther@suse.de>
22358
22359         PR tree-optimization/42916
22360         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
22361         instructions.
22362
22363 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
22364
22365         * configure.ac: Replace all uses of changequote in macro arguments
22366         with proper quoting.
22367
22368 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
22369
22370         PR middle-end/42233
22371         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
22372
22373 2010-02-19  Richard Guenther  <rguenther@suse.de>
22374
22375         PR tree-optimization/42944
22376         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
22377         test for aliasing with errno.
22378
22379 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
22380
22381         PR middle-end/42233
22382         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
22383         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
22384         * dojump.c: Include output.h.
22385         (inv): New inline function.
22386         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
22387         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
22388         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
22389         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
22390         argument, pass it down to other calls.
22391         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
22392         add REG_BR_PROB note to the conditional jump.
22393         * cfgexpand.c (add_reg_br_prob_note): Removed.
22394         (expand_gimple_cond): Don't call it, add the probability
22395         as last argument to jumpif_1/jumpifnot_1.
22396         * Makefile.in (dojump.o): Depend on output.h.
22397         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
22398         callers.
22399         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
22400         * stmt.c (do_jump_if_equal): Likewise.
22401         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
22402         * loop-unswitch.c (compare_and_jump_seq): Likewise.
22403         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
22404         Likewise.
22405         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
22406         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
22407         jumpifnot_1 callers.
22408         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
22409         callers.
22410         (store_expr): Adjust jumpifnot caller.
22411         (store_constructor): Adjust jumpif caller.
22412
22413         PR middle-end/42233
22414         * gimplify.c (gimple_boolify): For __builtin_expect call
22415         gimple_boolify also on its first argument.
22416
22417 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
22418
22419         * configure.ac (gnu-unique-object): Wrap regexps using [] in
22420         changequote block.
22421         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
22422         * configure: Regenerated.
22423
22424 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22425
22426         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
22427         lang_hooks.types_compatible_p instead of comptypes.
22428
22429 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
22430
22431         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
22432         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
22433         if __prefer_thumb__ is defined.
22434
22435 2010-02-18  Martin Jambor  <mjambor@suse.cz>
22436
22437         PR tree-optimization/43066
22438         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
22439         array with zero-sized element type.
22440
22441 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
22442
22443         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
22444         rtx, allocate struct var_loc_node here and return it to the
22445         caller, and only if it is actually needed.
22446         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
22447         move it earlier and return immediately if it returns NULL.
22448
22449 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
22450
22451         * config/sparc/gas.h: New file.  Restore
22452         TARGET_ASM_NAMED_SECTION to its ELF default.
22453         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
22454         check !HAVE_GNU_AS.
22455         * config/sparc/sparc.c (sparc_elf_asm_named_section):
22456         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
22457         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
22458         after sparc/sysv4.h.
22459
22460 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
22461
22462         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
22463
22464 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
22465
22466         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
22467         patterns from predicated pattern.
22468
22469 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
22470
22471         PR target/43103
22472         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
22473         for insn mnemonic suffix.
22474
22475 2010-02-17  Richard Guenther  <rguenther@suse.de>
22476
22477         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
22478         to loop PHI nodes.
22479
22480 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
22481
22482         PR debug/42918
22483         * caller-save.c (save_call_clobbered_regs): If BB ends with
22484         a DEBUG_INSN, move any notes in between last real insn and the last
22485         DEBUG_INSN after the last DEBUG_INSN.
22486
22487 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
22488
22489         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
22490         Fix return type.  Fix argument type.  Explain meaning of return value.
22491
22492 2010-02-16  Richard Guenther  <rguenther@suse.de>
22493
22494         PR tree-optimization/41043
22495         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
22496         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
22497         statements ...
22498         (vrp_visit_phi_node): ... but only for loop PHI nodes.
22499
22500 2010-02-16  Ira Rosen  <irar@il.ibm.com>
22501
22502         PR tree-optimization/43074
22503         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
22504         * tree-vect-loop.c (vect_analyze_loop_operations): Add
22505         vectorizable cycles in hybrid SLP check.
22506         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
22507
22508 2010-02-16  Richard Guenther  <rguenther@suse.de>
22509
22510         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
22511         (true_dependence): If memrefs_conflict_p computes must-alias
22512         trust it.  Move TBAA check after offset-based disambiguation.
22513         (canon_true_dependence): Likewise.
22514
22515 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
22516
22517         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
22518         * doc/invoke.texi: Document it.
22519         * var-tracking.c: Include toplev.h and params.h.
22520         (vt_find_locations): Return bool indicating success.  Compute
22521         hash sizes unconditionally.  Check new parameter, report.
22522         (variable_tracking_main_1): Check vt_find_locations results and
22523         retry.  Renamed from...
22524         (variable_tracking_main): ... this.  New wrapper to preserve
22525         flag_var_tracking_assignments.
22526         * Makefile.in (var-tracking.o): Adjust dependencies.
22527
22528 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
22529             Jakub Jelinek  <jakub@redhat.com>
22530
22531         PR target/42854
22532         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
22533         if weak_import attribute is present.
22534         * config/darwin.c (machopic_select_section): Likewise.
22535
22536 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
22537
22538         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
22539         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
22540         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
22541         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
22542
22543         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
22544         types.
22545
22546         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
22547         Fix argument types.
22548
22549         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
22550         Rewrite text to refer to the names.
22551
22552 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
22553
22554         * config/i386/i386-builtin-types.def
22555         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
22556         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
22557         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
22558         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
22559         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
22560         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
22561         IX86_BUILTIN_VPERMIL2PS256.
22562         (MULTI_ARG_4_DF2_DI_I): Defined.
22563         (MULTI_ARG_4_DF2_DI_I1): Defined.
22564         (MULTI_ARG_4_SF2_SI_I): Defined.
22565         (MULTI_ARG_4_SF2_SI_I1): Defined.
22566         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
22567         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
22568         __builtin_ia32_vpermil2ps256.
22569         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22570         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22571         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
22572         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
22573         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
22574         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
22575         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
22576         CODE_FOR_xop_vpermil2v8sf3.
22577         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
22578         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
22579         * config/i386/xopintrin.h (_mm_permute2_pd): New.
22580         (_mm256_permute2_pd): New.
22581         (_mm_permute2_ps): New.
22582         (_mm256_permute2_ps): New.
22583
22584 2010-02-15  Nick Clifton  <nickc@redhat.com>
22585
22586         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
22587         boolean parameters.  Use emit_jump_insn when emitting a pop
22588         instruction containing a return insn.
22589         (push): Use 'true' rather than '1' as second parameter to F.
22590         (h8300_expand_prologue): Likewise.
22591         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
22592         (h8300_expand_epilogue): Likewise.
22593
22594 2010-02-15  Richard Guenther  <rguenther@suse.de>
22595
22596         PR middle-end/43068
22597         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
22598         if that is zero.
22599
22600 2010-02-15  Nick Clifton  <nickc@redhat.com>
22601
22602         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
22603         delta.
22604
22605 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
22606
22607         * intl.c (fake_ngettext): New function.
22608         * intl.h (fake_ngettext): Declare.
22609         (ngettext): Define macro.
22610         * collect2.c (notice_translated): New function.
22611         (main): Use notice_translated and ngettext.
22612         * collect2.h (notice_translated): Declare.
22613
22614 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
22615
22616         * reorg.c (delete_computation): Comment fixes.
22617         * caller-save.c (setup_save_areas): Idem.
22618         * sel-sched-dump.c (dump_lv_set): Idem.
22619         * rtl.def: Idem.
22620
22621 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22622
22623         * config/s390/s390.c (s390_sched_init): New function.
22624         (TARGET_SCHED_INIT): Target hook defined.
22625
22626 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
22627             Jack Howarth  <howarth@bromo.med.uc.edu>
22628             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
22629
22630         PR target/42982
22631         Partial revert of unintended change in fix for PR41605.
22632         * config/darwin.h: Fix typo.
22633         * config/darwin9.h: Same.
22634
22635 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
22636
22637         * c-pch.c (pch_init): Clear v.
22638
22639 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22640
22641         PR middle-end/42930
22642         * graphite-scop-detection.c (graphite_can_represent_scev): Call
22643         graphite_can_represent_init for MULT_EXPR.
22644
22645 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22646
22647         PR middle-end/42914
22648         PR middle-end/42530
22649         * graphite-sese-to-poly.c (remove_phi): New.
22650         (translate_scalar_reduction_to_array): Call remove_phi.
22651
22652 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22653
22654         PR middle-end/42771
22655         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
22656         * graphite-clast-to-gimple.h (gloog): Update declaration.
22657         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
22658         * graphite-poly.h (struct poly_bb): Add missing comments.
22659         (struct scop): Add poly_scop_p field.
22660         (POLY_SCOP_P): New.
22661         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
22662         * graphite.c (graphite_transform_loops): Build the polyhedral
22663         representation for each scop before code generation.
22664         * sese.c (rename_variables_in_operand): Removed.
22665         (rename_variables_in_expr): Return the renamed expression.
22666         (rename_sese_parameters): New.
22667         * sese.h (rename_sese_parameters): Declared.
22668
22669 2010-02-11  Richard Guenther  <rguenther@suse.de>
22670
22671         PR tree-optimization/42998
22672         * tree-ssa-pre.c (create_expression_by_pieces): Treat
22673         POINTER_PLUS_EXPR properly.
22674
22675 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
22676             Changpeng Fang  <changpeng.fang@amd.com>
22677
22678         PR middle-end/40886
22679         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
22680         the cost of an IV candidate when the IV is used in a test against zero.
22681
22682         * gcc.dg/tree-ssa/ivopts-3.c: New.
22683
22684 2010-02-11  Richard Guenther  <rguenther@suse.de>
22685
22686         PR lto/41664
22687         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
22688         pointer-vs-decl case by swapping refs.  Handle some cases
22689         of pointer-vs-decl disambiguations more conservatively.
22690         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
22691         to false after expanding.
22692
22693 2010-02-11  Richard Guenther  <rguenther@suse.de>
22694
22695         PR driver/43021
22696         * gcc.c (process_command): Handle LTO file@offset case more
22697         appropriately.
22698
22699 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
22700
22701         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
22702         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
22703         of DEBUG_INSNs.
22704         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
22705
22706         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
22707         if MEM's mode size isn't DWARF2_ADDR_SIZE.
22708         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
22709         Optimize eq/ne comparisons when both arguments are known to be
22710         zero-extended.
22711         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
22712         Don't mask operands unnecessarily if they are known to be already
22713         zero-extended.
22714
22715 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
22716
22717         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
22718         instead of loop.
22719
22720 2010-02-10  Richard Guenther  <rguenther@suse.de>
22721
22722         PR tree-optimization/43017
22723         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
22724         for wrapping signed arithmetic.
22725
22726 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
22727
22728         PR debug/43010
22729         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
22730         if no debug info should be emitted for it.
22731
22732 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
22733
22734         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
22735         note when flag_exceptions is set.
22736
22737 2010-02-10  Duncan Sands  <baldrick@free.fr>
22738
22739         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
22740
22741 2010-02-10  Richard Guenther  <rguenther@suse.de>
22742
22743         PR c/43007
22744         * tree.c (get_unwidened): Handle constants.
22745         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
22746
22747 2010-02-10  Martin Jambor  <mjambor@suse.cz>
22748
22749         PR lto/42985
22750         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
22751         check for variable argument counts independently.
22752
22753 2010-02-10  Christian Bruel  <christian.bruel@st.com>
22754
22755         PR target/42841
22756         * config/sh/sh.c (find_barrier): Increase length for non delayed
22757         conditional branches.
22758
22759 2010-02-10  Christian Bruel  <christian.bruel@st.com>
22760
22761         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
22762
22763 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
22764
22765         * builtins.c (set_builtin_user_assembler_name): Also handle
22766         ffs if int is smaller than word.
22767
22768 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
22769
22770         PR middle-end/42973
22771         * ira-conflicts.c (get_dup): Remove.
22772         (process_reg_shuffles): Add new parameter.  Use it as an
22773         additional guard for copy generation.
22774         (add_insn_allocno_copies): Rewrite.
22775
22776 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
22777
22778         * common.opt (fsched2-use-traces): Preserved for backward
22779         compatibility.
22780         * doc/invoke.texi: Remove the documentation about option
22781         -fsched2-use-traces.
22782         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
22783         flag_sched2_use_traces.
22784         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
22785         the backward compatibility flag section.
22786
22787 2010-02-09  Richard Guenther  <rguenther@suse.de>
22788
22789         PR tree-optimization/43008
22790         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
22791         make HEAP variables initialized from global memory if they
22792         are not known builtin functions.
22793         (find_func_aliases): Adjust.
22794
22795 2010-02-09  Richard Guenther  <rguenther@suse.de>
22796
22797         PR tree-optimization/43000
22798         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
22799         arithmetic manually.
22800
22801 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
22802
22803         PR tree-optimization/42931
22804         * tree-loop-linear.c (try_interchange_loops): Don't call
22805         double_int_mul if estimated_loop_iterations failed.
22806
22807 2010-02-08  Martin Jambor  <mjambor@suse.cz>
22808
22809         PR middle-end/42898
22810         * tree-sra.c (build_accesses_from_assign): Do not mark in
22811         should_scalarize_away_bitmap if stmt has volatile ops.
22812         (sra_modify_assign): Do not process assigns piecemeal if if stmt
22813         has volatile ops.
22814
22815 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
22816
22817         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
22818
22819 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
22820
22821         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
22822         before the pattern.
22823
22824 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
22825
22826         PR middle-end/42946
22827         * df-core.c (df_finish_pass): Change type of saved_flags to int.
22828
22829 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
22830
22831         PR middle-end/42988
22832         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
22833         to unknown_dependence.
22834         (graphite_legal_transform_dr): Handle the unknown_dependence.
22835         (graphite_carried_dependence_level_k): Same.
22836
22837 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
22838
22839         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
22840
22841 2010-02-07  Richard Guenther  <rguenther@suse.de>
22842
22843         PR middle-end/42991
22844         * expr.c (get_inner_reference): Always initialize *pbitsize.
22845
22846 2010-02-07  Richard Guenther  <rguenther@suse.de>
22847
22848         PR middle-end/42956
22849         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
22850         new ARRAY_REFs on variable size element or minimal index arrays.
22851         Complete.
22852         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
22853         gimple_fold_indirect_ref.
22854
22855 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
22856
22857         PR target/42957
22858         * arm.c (arm_override_options): Just return if the user has specified
22859         an invalid fpu name.
22860
22861 2010-02-03  Jason Merrill  <jason@redhat.com>
22862
22863         PR c++/42870
22864         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
22865         i386_pe_maybe_record_exported_symbol.
22866
22867 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
22868
22869         PR target/42924
22870         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
22871         (pa_delegitimize_address): New function.
22872
22873 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
22874
22875         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
22876         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
22877
22878 2010-02-05  Richard Guenther  <rguenther@suse.de>
22879
22880         PR lto/42762
22881         * lto-streamer-in.c (get_resolution): Deal with references
22882         to undefined functions.
22883
22884 2010-02-05  Richard Guenther  <rguenther@suse.de>
22885
22886         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
22887         (fold_const_aggregate_ref): Likewise.
22888         (ccp_fold_stmt): Substitute loads.
22889         (maybe_fold_reference): Verify types before substituting.
22890         Unshare properly.
22891         (fold_gimple_assign): Unshare properly.
22892         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
22893
22894 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
22895
22896         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
22897         for rs6000_gen_cell_microcode.
22898
22899 2010-02-04  Richard Guenther  <rguenther@suse.de>
22900
22901         PR rtl-optimization/42952
22902         * dse.c (const_or_frame_p): Remove MEM handling.
22903
22904 2010-02-04  Nick Clifton  <nickc@redhat.com>
22905
22906         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
22907         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
22908         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
22909         (mn10300_asm_output_mi_thunk): New function.
22910         (mn10300_can_output_mu_thunk): New function.
22911         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
22912         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
22913         (FUNCTION_ARG): Delete incorrect comment.
22914
22915 2010-02-03  Jason Merrill  <jason@redhat.com>
22916
22917         PR c++/40138
22918         * fold-const.c (operand_equal_p): Handle erroneous types.
22919
22920 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
22921
22922         * config/h8300/h8300.md (can_delay): Fix attibute condition.
22923
22924 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
22925
22926         PR rtl-optimization/42941
22927         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
22928         of xmalloc.
22929
22930 2010-02-03  Jason Merrill  <jason@redhat.com>
22931
22932         PR c++/35652
22933         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
22934
22935 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
22936
22937         PR debug/42896
22938         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
22939         (cselib_reset_table): Renamed from...
22940         (cselib_reset_table_with_next_value): ... this.
22941         (cselib_get_next_uid): Renamed from...
22942         (cselib_get_next_unknown_value): ... this.
22943         * cselib.c (next_uid): Renamed from...
22944         (next_unknown_value): ... this.
22945         (cselib_clear_table): Adjust.
22946         (cselib_reset_table): Adjust.  Renamed from...
22947         (cselib_reset_table_with_next_value): ... this.
22948         (cselib_get_next_uid): Adjust.  Renamed from...
22949         (cselib_get_next_unknown_value): ... this.
22950         (get_value_hash): Use hash.
22951         (cselib_hash_rtx): Likewise.
22952         (new_cselib_val): Adjust.  Set and dump uid.
22953         (cselib_lookup_mem): Pass next_uid as hash.
22954         (cselib_subst_to_values): Likewise.
22955         (cselib_log_lookup): Dump uid.
22956         (cselib_lookup): Pass next_uid as hash.  Adjust.
22957         (cselib_process_insn): Adjust.
22958         (cselib_init): Initialize next_uid.
22959         (cselib_finish): Adjust.
22960         (dump_cselib_table): Likewise.
22961         * dse.c (canon_address): Dump value uid.
22962         * print-rtl.c (print_rtx): Print value uid.
22963         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
22964         (dvuid): New type.
22965         (dv_uid): New function, sort of renamed from...
22966         (dv_htab_hash): ... this, reimplemented in terms of it and...
22967         (dv_uid2hash): ... this.  New.
22968         (variable_htab_eq): Drop excess assertions.
22969         (tie_break_pointers): Removed.
22970         (canon_value_cmp): Compare uids.
22971         (variable_post_merge_New_vals): Print uids.
22972         (vt_add_function_parameters): Adjust.
22973         (vt_initialize): Reset table.  Adjust.
22974
22975 2010-02-03  Richard Guenther  <rguenther@suse.de>
22976
22977         PR tree-optimization/42944
22978         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
22979         (call_may_clobber_ref_p_1): Likewise.  Properly handle
22980         malloc and calloc clobbering errno.
22981
22982 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
22983
22984         * doc/invoke.texi: Fix name of sched1 dump.
22985
22986         * opts.c (decode_options): Set flag_tree_switch_conversion
22987         only conditionally on optimize >= 2.
22988
22989         * gcse.c: Assorted comment fixes in pass description.
22990
22991 2010-02-03  Anthony Green  <green@moxielogic.com>
22992
22993         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
22994         nop padding in order to maintain alignment of storage location of
22995         target function address.
22996         (moxie_trampoline_init): Store target function address at newly
22997         aligned location.
22998         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
22999         to 32.
23000         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
23001
23002 2010-02-03  Richard Guenther  <rguenther@suse.de>
23003
23004         PR middle-end/42927
23005         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
23006
23007 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23008
23009         * config.gcc: Reenable check for obsolete targets.
23010         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
23011         mips-sgi-irix6.[0-4]*.
23012
23013 2010-02-02  Nick Clifton  <nickc@redhat.com>
23014
23015         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
23016         constant size of 4 as being the same as 0.
23017         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
23018         can take values in the range 0..4.
23019
23020 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
23021
23022         PR java/41991
23023         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
23024         as _darwin10_Unwind_FindEnclosingFunction().
23025         * libgcc-libsystem.ver: New.
23026
23027 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
23028
23029         PR target/41399
23030         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
23031         implicitly set registers.
23032
23033 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
23034
23035         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
23036         (arm_override_options): Allow automatic selection of the thread
23037         pointer register if thumb2.
23038         (legitimize_pic_address): Improve code sequences for Thumb2.
23039         (arm_call_tls_get_addr): Likewise.
23040         (legitimize_tls_address): Likewise.
23041         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
23042         (pic_load_addr_32bit): ... this.  New named pattern.
23043         * thumb2.md (pic_load_addr_thumb2): Delete.
23044         (pic_load_dot_plus_four): Delete.
23045         (tls_load_dot_plus_four): New named pattern.
23046
23047 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23048
23049         PR libgomp/29986
23050         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
23051         Document fix for TLS bug.
23052
23053 2010-01-31  Richard Guenther  <rguenther@suse.de>
23054
23055         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
23056         conservatively correct.
23057
23058 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23059
23060         PR target/42850
23061         Revert:
23062         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23063
23064         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
23065
23066 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23067
23068         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
23069
23070 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
23071
23072         * config.gcc: Adjust order of makefile fragments for mingw targets.
23073
23074 2010-01-31  Richard Guenther  <rguenther@suse.de>
23075
23076         PR middle-end/42898
23077         * gimplify.c (gimplify_init_constructor): For volatile LHS
23078         initialize a temporary.
23079
23080 2010-01-31  Matthias Klose  <doko@ubuntu.com>
23081
23082         * configure.ac: Fix __stack_chk_fail check for cross builds configured
23083         --with-headers
23084         * configure: Regenerate.
23085
23086 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
23087
23088         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
23089         the same alias set and their sizes different constantness.
23090         (aliasing_component_refs_p): Revert 2009-10-24 change.
23091
23092 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23093
23094         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
23095         unused.
23096
23097 2010-01-29  Richard Guenther  <rguenther@suse.de>
23098
23099         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
23100         Assert we successfully updated the call.
23101
23102 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
23103
23104         PR rtl-optimization/42889
23105         * df.h (df_set_bb_dirty_nonlr): New prototype.
23106         * df-core.c (df_set_bb_dirty_nonlr): New function.
23107         * df-scan.c (df_insn_rescan): Call it instead of
23108         df_set_bb_dirty for DEBUG_INSNs.
23109
23110 2010-01-29  Richard Guenther  <rguenther@suse.de>
23111
23112         PR middle-end/37448
23113         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
23114         quadratic behavior in most cases.
23115
23116 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
23117
23118         PR target/42891
23119         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
23120         in the call to gen_x86_movsicc_0_m1.
23121
23122 2010-01-28  Richard Guenther  <rguenther@suse.de>
23123
23124         PR tree-optimization/42871
23125         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
23126
23127 2010-01-28  Richard Guenther  <rguenther@suse.de>
23128
23129         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
23130         into call arguments.
23131
23132 2010-01-28  Richard Guenther  <rguenther@suse.de>
23133
23134         PR middle-end/42883
23135         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
23136         the forwarder if the destination is an EH landing pad.
23137
23138 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
23139
23140         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
23141         block list passed to gimple_duplicate_sese_tail.
23142         (parallelize_loops): Avoid parallelization when the function
23143         has_nonlocal_label.
23144         Avoid parallelization when the preheader is IRREDUCIBLE.
23145         Try to optimize when estimated_loop_iterations_int is unresolved.
23146         Add the loop's location to the dump file.
23147         * tree-cfg.c (add_phi_args_after_redirect): Remove.
23148         (gimple_duplicate_sese_tail): Remove the check for the latch.
23149         Redirect nexits to the exit block.
23150         Remove handling of the incoming edges to the latch.
23151         Redirect the backedge from the copied latch to the exit bb.
23152
23153 2010-01-28  Michael Matz  <matz@suse.de>
23154
23155         PR target/42881
23156         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
23157         Wrap force_reg into a sequence, emit it before user.
23158
23159 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
23160
23161         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
23162         (arm_rev): New.
23163         (arm_legacy_rev): Likewise.
23164         (thumb_legacy_rev): Likewise.
23165
23166 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
23167
23168         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
23169         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
23170         on MEM's address failed, try avoid_constant_pool_reference and
23171         recurse if it returned something different.
23172         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
23173         address, try avoid_constant_pool_reference and recurse if it
23174         returned something different.
23175         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
23176         address and avoid_constant_pool_reference returned something
23177         different, don't set have_address.
23178
23179 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
23180
23181         PR debug/42861
23182         * var-tracking.c (val_store): Add modified argument, obey it.
23183         Adjust callers.
23184         (count_uses): Move down logging of main.
23185         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
23186         don't need resolution.
23187         (emit_notes_in_bb): Likewise.
23188
23189 2010-01-27  Richard Guenther  <rguenther@suse.de>
23190
23191         PR middle-end/42878
23192         * tree-inline.c (remap_decl): Delay remapping of SSA name
23193         default definitions until we need them.
23194
23195 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
23196
23197         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
23198         (rs6000_delegitimize_address): New function.
23199
23200         * config/s390/s390.c (s390_delegitimize_address): Call
23201         delegitimize_mem_from_attrs.
23202
23203         PR middle-end/42874
23204         * tree-inline.c (cannot_copy_type_1): Removed.
23205         (copy_forbidden): Don't forbid copying of functions containing
23206         records/unions with variable length fields.
23207
23208 2010-01-27  Christian Bruel  <christian.bruel@st.com>
23209
23210         Revert:
23211         PR target/42841
23212         * config/sh/sh.c (find_barrier): Increase length for non delayed
23213         conditional branches.
23214
23215 2010-01-27  Matthias Klose  <doko@ubuntu.com>
23216
23217         * configure.ac (gnu-unique-object): Fix ldd version check.
23218         * configure: Regenerate.
23219
23220 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23221
23222         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
23223         HAVE_GNU_AS value.
23224         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
23225         Test for HAVE_GNU_AS value.
23226
23227 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23228
23229         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
23230         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
23231         INT64_TYPE): Define.
23232         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
23233         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
23234         INT_LEAST64_TYPE): Define.
23235         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
23236         UINT_LEAST64_TYPE): Define.
23237         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
23238         INT_FAST64_TYPE): Define.
23239         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
23240         UINT_FAST64_TYPE): Define.
23241         (INTMAX_TYPE, UINTMAX_TYPE): Define.
23242         (INTPTR_TYPE, UINTPTR_TYPE): Define.
23243         (SIG_ATOMIC_TYPE): Define.
23244
23245 2010-01-26  Richard Guenther  <rguenther@suse.de>
23246
23247         * df-scan.c (df_scan_set_bb_info): Remove assert.
23248         (df_insn_rescan_debug_internal): Merge asserts.
23249         (df_install_ref): Likewise.
23250         (df_mark_reg): Use bitmap_set_range.
23251         (df_hard_reg_used_p): Remove assert.
23252         (df_hard_reg_used_count): Likewise.
23253
23254 2010-01-26  Richard Guenther  <rguenther@suse.de>
23255
23256         PR rtl-optimization/42685
23257         * web.c (web_main): Ignore DEBUG_INSNs.
23258
23259 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
23260
23261         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
23262
23263         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
23264         Fix types of fndecl and arglist parameters.
23265
23266 2010-01-26  Richard Guenther  <rguenther@suse.de>
23267
23268         PR middle-end/42806
23269         * tree-eh.c (unsplit_eh): Skip debug insns.
23270
23271 2010-01-26  Richard Guenther  <rguenther@suse.de>
23272
23273         PR tree-optimization/42250
23274         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
23275
23276 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
23277
23278         PR fortran/42866
23279         * omp-low.c (expand_omp_sections): Only use single_pred if
23280         l2_bb is single_pred_p.
23281
23282 2010-01-25  Christian Bruel  <christian.bruel@st.com>
23283
23284         PR target/42841
23285         * config/sh/sh.c (find_barrier): Increase length for non delayed
23286         conditional branches.
23287         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
23288
23289 2010-01-24  David S. Miller  <davem@davemloft.net>
23290
23291         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
23292         define if not using GAS.
23293         * config/sparc/sparc.c (sparc_elf_asm_named_section):
23294         Likewise.  Delete SECTION_MERGE code, which is only applicable
23295         when using GAS.
23296
23297 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
23298
23299         PR c++/42748
23300         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
23301         mangling of va_list in system headers.
23302
23303 2010-01-23  Toon Moene  <toon@moene.org>
23304
23305         * tree-predcom.c (combine_chains): Return NULL, not false.
23306
23307 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
23308
23309         * tree-loop-distribution.c (distribute_loop): Fix declaration and
23310         initialization of variable res to agree with return type.
23311
23312 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
23313
23314         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
23315         * tree-sra.c: Add include of expr.h.
23316
23317 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
23318
23319         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
23320         insert the debug stmt on the single non-EH edge from the stmt.
23321
23322 2010-01-22  Richard Henderson  <rth@redhat.com>
23323
23324         PR tree-opt/42833
23325         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
23326         the RHS until after generate_subtree_copies has insertted its
23327         code before the current statement.
23328
23329 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
23330
23331         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
23332
23333         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
23334
23335 2010-01-21  Martin Jambor  <mjambor@suse.cz>
23336
23337         PR tree-optimization/42585
23338         * tree-sra.c (struct access): New field grp_total_scalarization.
23339         (dump_access): Dump the new field.
23340         (should_scalarize_away_bitmap): New variable.
23341         (cannot_scalarize_away_bitmap): Likewise.
23342         (sra_initialize): Allocate new bitmaps.
23343         (sra_deinitialize): Free new bitmaps.
23344         (create_access_1): New function.
23345         (create_access): Parts moved to create_access_1.
23346         (type_consists_of_records_p): New function.
23347         (completely_scalarize_record): Likewise.
23348         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
23349         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
23350         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
23351         access.
23352         (analyze_all_variable_accesses): Completely scalarize small eligible
23353         records.
23354
23355 2010-01-21  Martin Jambor  <mjambor@suse.cz>
23356
23357         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
23358
23359 2010-01-21  Andrew Haley  <aph@redhat.com>
23360
23361         * gcc.c (process_command): Move lang_specific_driver before
23362         setting cc_libexec_prefix.
23363
23364 2010-01-21  Richard Guenther  <rguenther@suse.de>
23365
23366         PR middle-end/19988
23367         * fold-const.c (negate_expr_p): Pretend only negative
23368         real constants are easily negatable.
23369
23370 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
23371             Jason Merrill  <jason@redhat.com>
23372
23373         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
23374         (TYPE_TRANSPARENT_AGGR): this, for union and record.
23375         * calls.c (initialize argument_information): Handle it.
23376         * c-common.c (handle_transparent_union_attribute): Use new name.
23377         * c-decl.c (finish_struct): Ditto.
23378         * c-typeck.c (type_lists_compatible_p): Ditto.
23379         (convert_for_assignment): Use new name and also handle record.
23380         * function.c (aggregate_value_p): Handle it.
23381         (pass_by_reference): Ditto.
23382         (assign_parm_data_types): Ditto.
23383         * print-tree.c (print_node): Ditto.
23384         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
23385         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
23386         * tree.c (first_field): New fn.
23387
23388 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
23389
23390         PR target/42818
23391         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
23392         even when linking statically, for now.
23393
23394 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
23395
23396         PR debug/42715
23397         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
23398         without a cselib val.
23399         (count_uses): Accept MO_VAL_SET with no val on stores.
23400         (add_stores): Likewise.
23401
23402 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23403
23404         * var-tracking.c (check_value_val): Add a compile time assertion.
23405         (dv_is_decl_p): Simplify.
23406         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
23407         gcc_assert if ENABLE_CHECKING.
23408
23409 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
23410
23411         PR debug/42782
23412         * var-tracking.c: Include tree-flow.h.
23413         (mem_dies_at_call): New.
23414         (dataflow_set_preserve_mem_locs): Use it.
23415         (dataflow_set_remove_mem_locs): Likewise.
23416         (dump_var): Renamed from dump_variable.  Adjust all callers.
23417         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
23418         * Makefile.in (var-tracking.o): Adjust deps.
23419
23420 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
23421
23422         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
23423
23424 2010-01-20  Richard Guenther  <rguenther@suse.de>
23425
23426         PR tree-optimization/42717
23427         * tree-ssa-dce.c (get_live_post_dom): Remove.
23428         (forward_edge_to_pdom): Take an arbitrary edge to copy
23429         degenerate PHI args from.
23430         (remove_dead_stmt): Use the first post-dominator even if it
23431         does not contain live statements as redirection destination.
23432
23433 2010-01-20  Richard Guenther  <rguenther@suse.de>
23434
23435         * tree-inline.c (estimate_num_insns): Handle EH builtins.
23436
23437 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23438
23439         * sel-sched.c (create_speculation_check): Remove set but not used
23440         variable twin.
23441         (try_transformation_cache): Remove set but not used variable ds.
23442         (calculate_privileged_insns): Remove set but not used variables
23443         cur_insn and min_spec_insn.
23444         (find_best_expr): Remove set but not used variable avail_n.
23445         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
23446         variable e.
23447         * cgraphunit.c (assemble_thunk): Remove set but not used variable
23448         false_label.
23449         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
23450         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
23451         new_scop_exit_edge.
23452
23453 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
23454
23455         PR bootstrap/42786
23456         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
23457         cpu types.  Add support for *-sse3 cpu types.
23458         (x86_64-*-*): Ditto.
23459
23460 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23461
23462         PR middle-end/42803
23463         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
23464         argument, call initializer_constant_valid_p_1 instead of
23465         initializer_constant_valid_p, pass CACHE to it, return NULL
23466         immediately if first call returns NULL.
23467         (initializer_constant_valid_p_1): New function.
23468         (initializer_constant_valid_p): Use it.
23469
23470 2010-01-20  Thomas Quinot  <quinot@adacore.com>
23471
23472         * tree.def (PLACEHOLDER_EXPR): Fix comment.
23473
23474 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
23475
23476         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
23477         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
23478         (loc_list_from_tree): Don't handle unsigned division.  Handle
23479         signed modulo using DW_OP_{over,over,div,mul,minus}.
23480         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
23481         modulo instead of signed.
23482
23483 2010-01-20  DJ Delorie  <dj@redhat.com>
23484
23485         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
23486         (Fpa): Pass it
23487         (h8300_emit_stack_adjustment): Propogate it.
23488         (push): Pass it.
23489         (h8300_expand_prologue): Likewise.
23490         (h8300_expand_epilogue): Likewise.
23491
23492 2010-01-19  Michael Matz  <matz@suse.de>
23493
23494         PR tree-optimization/41783
23495         * tree-data-ref.c (toplevel): Include flags.h.
23496         (dump_data_dependence_relation):  Also dump the inputs if the
23497         result will be unknown.
23498         (split_constant_offset_1): Look through some conversions.
23499         * tree-predcom.c (determine_roots_comp): Restart a new chain if
23500         the offset from last element is too large.
23501         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
23502         (reassociate_to_the_same_stmt): Handle vector registers.
23503         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
23504         (e.g. conversions).
23505         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
23506         wide_prolog_niters argument, emit widening instructions.
23507         (vect_do_peeling_for_alignment): Adjust caller, use widened
23508         variant of the iteration cound.
23509         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
23510
23511 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23512
23513         PR target/38697
23514         * config/arm/neon-testgen.m (emit_automatics): New parameter
23515         features. Adjust for Fixed_return_reg feature.
23516         (test_intrinsic): Call emit_automatics with new feature.
23517         * config/arm/neon.ml: Update copyright years.
23518         (features): New Fixed_return_reg feature.
23519         (ops): Update feature for Vget_low.
23520
23521 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
23522
23523         PR tree-optimization/42719
23524         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
23525         stmt uses.
23526
23527         PR debug/42728
23528         * fwprop.c (all_uses_available_at): Return false if def_set dest
23529         is a REG that is used in def_insn.
23530
23531 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
23532
23533         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
23534
23535         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
23536         Add argument names.
23537
23538         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
23539
23540         * target.h (struct gcc_target) <secondary_reload>: Change type
23541         of last argument to secondary_reload_info *.
23542
23543 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
23544
23545         PR target/42774
23546         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
23547         memory references with unaligned offsets.  Remove CQImode handling.
23548         (unaligned_memory_operand): Return 1 for memory references with
23549         unaligned offsets.  Remove CQImode handling.
23550
23551 2010-01-18  Richard Guenther  <rguenther@suse.de>
23552
23553         PR middle-end/39954
23554         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
23555         builtin calls.
23556
23557 2010-01-18  Richard Guenther  <rguenther@suse.de>
23558
23559         PR tree-optimization/42781
23560         * tree-ssa-structalias.c (find_what_var_points_to): Skip
23561         restrict processing only if the original variable was artificial.
23562
23563 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
23564
23565         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
23566         find number of popped argument bytes.
23567
23568         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
23569         Fix the text that describes the return value for invalid insns.
23570
23571         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
23572
23573         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
23574         Clarify what 'cost of the -dependence' is.  Fix quoting.
23575
23576         * toplev.c (default_get_pch_validity): Rename argument to "sz".
23577         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
23578
23579 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
23580
23581         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
23582         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
23583
23584 2010-01-17  Richard Guenther  <rguenther@suse.de>
23585
23586         PR middle-end/42248
23587         * function.c (split_complex_args): Take a VEC to modify.
23588         (assign_parms_augmented_arg_list): Build a VEC instead of
23589         a chain of PARM_DECLs.
23590         (assign_parms_unsplit_complex): Take a VEC of arguments.
23591         Do not fixup unmodified parms.
23592         (assign_parms): Deal with the VEC.
23593         (gimplify_parameters): Likewise.
23594
23595 2010-01-17  Richard Guenther  <rguenther@suse.de>
23596
23597         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
23598         node existence check.
23599         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
23600         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
23601         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
23602         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
23603         (gimple_execute_on_growing_pred): Likewise.
23604
23605 2010-01-17  Richard Guenther  <rguenther@suse.de>
23606
23607         PR tree-optimization/42773
23608         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
23609         (compute_antic_aux): Likewise.
23610         (compute_partial_antic_aux): Likewise.
23611
23612 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
23613
23614         PR debug/42767
23615         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
23616         and US_TRUNCATE.
23617
23618 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
23619
23620         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
23621         appearance.
23622
23623         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
23624         Fix markup for strict argument.
23625
23626         (TARGET_SCHED_REORDER2): Fix argument types.
23627
23628         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
23629         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
23630
23631         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
23632         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
23633
23634         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
23635         Add argument name.
23636
23637         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
23638         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
23639         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
23640         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
23641         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
23642
23643         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
23644
23645         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
23646
23647         (TARGET_ASM_RELOC_RW_MASK): Add return type.
23648         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
23649
23650         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
23651
23652         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
23653         Use prototype.
23654
23655         (TARGET_ASM_NAMED_SECTION): Fix argument list.
23656
23657         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
23658         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
23659
23660         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
23661
23662         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
23663
23664         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
23665         referring to it.  Fix language.
23666
23667         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
23668
23669         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
23670
23671         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
23672
23673         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
23674
23675         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
23676         '@var{stream}.  Remove stray 'and'.
23677
23678         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
23679
23680         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
23681
23682         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
23683
23684         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
23685         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
23686
23687         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
23688         Fix description of return value.
23689         Rename argument "sz" to "len."
23690
23691         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
23692         Clarify meaning of 'true' return value.
23693
23694         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
23695
23696         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
23697         rep_mode versus mode_rep.
23698
23699         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
23700
23701         (TARGET_BUILTIN_DECL): Fix name.
23702
23703         (TARGET_COMMUTATIVE_P): Fix type of first argument.
23704
23705         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
23706
23707         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
23708
23709         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
23710
23711         (TARGET_RELAXED_ORDERING): Use @deftypevr.
23712
23713         (TARGET_GET_DRAP_RTX): Note that this is a hook.
23714         Clarify language.
23715
23716         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
23717         Rename argument tm_fn to md_fn.
23718
23719         (TARGET_OPTION_PRINT): Fix argument list.
23720
23721 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
23722
23723         PR target/42664
23724         * config/i386/i386.c (ix86_fixup_binary_operands):
23725         Revert FMA4 fixup of operands.
23726
23727 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23728
23729         PR gcc/42525
23730         * Makefile.in (write_entries_to_file, install-plugin):
23731         Use \012 instead of \n with tr.
23732
23733 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
23734
23735         * configure.ac (HAVE_AS_REF): New C macro.
23736         * configure: Regenerate.
23737         * config.in: Likewise.
23738         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
23739         if HAVE_AS_REF.
23740         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
23741         if HAVE_AS_REF.
23742
23743 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
23744
23745         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
23746
23747         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
23748
23749         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
23750
23751         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
23752
23753         (TARGET_IN_SMALL_DATA_P): Fix argument type.
23754
23755         (TARGET_BINDS_LOCAL_P): Fix argument type.
23756
23757         (TARGET_ASM_FILE_END): Use prototype.
23758
23759         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
23760
23761         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
23762
23763         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
23764
23765         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
23766
23767         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
23768         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
23769
23770         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
23771         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
23772
23773         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
23774         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
23775         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
23776         (TARGET_ADDR_SPACE_CONVERT): Likewise.
23777
23778         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
23779
23780         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
23781
23782         (TARGET_INIT_BUILTINS): Use prototype.
23783
23784         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
23785         Put 'const char *' in braces.  Fix parameter types.
23786         (TARGET_INVALID_CONVERSION): Fix parameter types.
23787         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
23788         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
23789
23790         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
23791         Fix argument type.
23792
23793         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
23794
23795         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
23796
23797 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
23798
23799         * doc/tm.texi (TARGET_HELP): Fix return type.
23800
23801         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
23802         in braces.  Fix argument types.
23803
23804         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
23805
23806         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
23807
23808         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
23809
23810         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
23811         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
23812
23813         (TARGET_MANGLE_TYPE): Fix argument types.
23814
23815         (TARGET_IRA_COVER_CLASSES): Use prototype.
23816
23817         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
23818
23819         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
23820
23821         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
23822
23823         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
23824
23825         (TARGET_CALLEE_COPIES): Fix argument types.
23826
23827         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
23828
23829         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
23830
23831         (TARGET_FUNCTION_VALUE): Fix argument types.
23832
23833         (TARGET_RETURN_IN_MSB): Fix argument type.
23834
23835         (TARGET_RETURN_IN_MEMORY): Fix argument types.
23836
23837         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
23838
23839         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
23840
23841         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
23842         agree with return type.
23843
23844         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
23845
23846 2010-01-15  Jing Yu  <jingyu@google.com>
23847
23848         PR rtl-optimization/42691
23849         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
23850         a pseudo to a constant and are merged, and adjust comments.
23851
23852 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
23853
23854         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
23855
23856 2010-01-15  Richard Guenther  <rguenther@suse.de>
23857
23858         PR middle-end/42739
23859         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
23860         labels of computed or non-local gotos to the destination.
23861         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
23862         landing pad label is the first label.
23863
23864 2010-01-15  Richard Guenther  <rguenther@suse.de>
23865
23866         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
23867
23868 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
23869
23870         PR target/42747
23871         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
23872         to allow generation of the xssqrtdp instruction on power7.
23873         (sqrtdf2_fpr): Ditto.
23874
23875 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23876
23877         PR middle-end/42674
23878         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
23879         functions with noreturn attribute.
23880
23881         PR c++/42608
23882         * varasm.c (declare_weak): Add weak attribute to decl if it
23883         doesn't have one already.
23884         (assemble_external): Only add decls to weak_decls if they also
23885         have weak attribute.
23886
23887 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
23888
23889         * var-tracking.c (var_reg_delete): Don't delete the association
23890         between REGs and values or one-part variables if the register
23891         isn't clobbered.
23892
23893 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
23894
23895         PR debug/42657
23896         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
23897         because its first operand is a non-localized variable.
23898
23899 2010-01-14  Martin Jambor  <mjambor@suse.cz>
23900
23901         PR tree-optimization/42706
23902         * tree-sra.c (encountered_recursive_call): New variable.
23903         (encountered_unchangable_recursive_call): Likewise.
23904         (sra_initialize): Initialize both new variables.
23905         (callsite_has_enough_arguments_p): New function.
23906         (scan_function): Call decl and flags check only for IPA-SRA, check
23907         whether there is a recursive call and whether it has enough arguments.
23908         (all_callers_have_enough_arguments_p): New function.
23909         (convert_callers): Look for recursive calls only when
23910         encountered_recursive_call is set.
23911         (ipa_early_sra): Bail out either if
23912         !all_callers_have_enough_arguments_p or
23913         encountered_unchangable_recursive_call.
23914
23915 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23916
23917         * sel-sched.c: Add 2010 to copyright years.
23918         * sel-sched-ir.c: Likewise.
23919         * sel-sched-ir.h: Likewise.
23920
23921 2010-01-14  Martin Jambor  <mjambor@suse.cz>
23922
23923         PR tree-optimization/42714
23924         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
23925         constructors specially.
23926
23927 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23928
23929         * config/i386/drivers-i386.c (detect_caches_intel):
23930         Add l2sizekb parameter and fill in.
23931         (host_detect_local_cpu): Add l2sizekb, fill in.
23932         Add Atom small cache heuristic.
23933
23934 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23935
23936         * config/i386/drivers-i386.c (detect_caches_cpuid4):
23937         Add level3 parameter and fill in.
23938         (detect_caches_intel): Handle level3 cache.
23939
23940 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23941
23942         * config/i386/drivers-i386.c (host_detect_local_cpu):
23943         Fix core duo detection.
23944
23945 2010-01-14  Andi Kleen  <ak@linux.intel.com>
23946
23947         * config/i386/drivers-i386.c (host_detect_local_cpu):
23948         Fix Atom detection.
23949
23950 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23951
23952         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
23953         (rs6000_variable_issue_1): this.  Use...
23954         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
23955
23956 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23957
23958         * sel-sched-ir.c (sel_restore_other_notes): Rename to
23959         sel_restore_notes.  Update all callers.  Call reemit_notes
23960         for all insns.
23961
23962 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23963
23964         PR rtl-optimization/42246
23965         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
23966         loops.
23967
23968 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23969
23970         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
23971         all successors is the same as number of successors in current region.
23972
23973 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23974
23975         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
23976         to rename is not separable.  Otherwise check that its LHS is not NULL.
23977
23978 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23979
23980         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
23981
23982 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
23983
23984         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
23985         available registers when failed to discover LHS register class.
23986         Fix indentation.  Update comment.
23987
23988 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
23989             Alexander Monakov  <amonakov@ispras.ru>
23990
23991         PR rtl-optimization/42389
23992         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
23993         to can_issue_more.
23994         (advance_state_on_fence): Likewise.
23995         (sel_target_adjust_priority): Print debug output only when
23996         sched_verbose >= 4, not 2.
23997         (get_expr_cost): Do not issue all unique insns on the next cycle.
23998         (fill_insns): Initialize can_issue_more from the value saved
23999         with the fence.
24000         * sel-sched-ir.c (flist_add): New parameter issue_more.
24001         Init FENCE_ISSUE_MORE with it.
24002         (merge_fences): Likewise.
24003         (init_fences): Update call to flist_add.
24004         (add_to_fences, add_clean_fence_to_fences)
24005         (add_dirty_fence_to_fences): Likewise.
24006         (move_fence_to_fences): Update call to merge_fences.
24007         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
24008         sched groups.
24009         * sel-sched-ir.h (struct _fence): New field issue_more.
24010         (FENCE_ISSUE_MORE): New accessor macro.
24011
24012 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
24013
24014         PR rtl-optimization/42388
24015         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
24016         that have no predecessors nor successors.  Do not call move_bb_info
24017         for empty blocks outside of current region.
24018
24019 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
24020
24021         PR rtl-optimization/42294
24022         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
24023         * sel-sched.c (move_exprs_to_boundary): Transitively add all
24024         originators' originators.
24025
24026 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
24027
24028         PR rtl-optimization/39453
24029         PR rtl-optimization/42246
24030         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
24031         for pipelining_p.
24032         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
24033
24034 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
24035             Alexander Monakov  <amonakov@ispras.ru>
24036
24037         PR middle-end/42245
24038         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
24039         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
24040         argument.  Update all callers.
24041         (tidy_control_flow): ... and here.  Recompute topological order
24042         of basic blocks in region if necessary.
24043         (sel_redirect_edge_and_branch): Change return type.  Return true
24044         if topological order might have been invalidated.
24045         (purge_empty_blocks): Export and move from...
24046         * sel-sched.c (purge_empty_blocks): ... here.
24047         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
24048         (maybe_tidy_empty_bb): Delete prototype.
24049         (purge_empty_blocks): Declare.
24050
24051 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
24052
24053         PR rtl-optimization/42249
24054         * sel-sched.c (try_replace_dest_reg): When chosen register
24055         and original register is the same, do not bail out early, but
24056         still check all original insns for validity of replacing destination
24057         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
24058         in this case.
24059
24060 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
24061
24062         PR c/42721
24063         Port from no-undefined-overflow branch:
24064         2009-03-09  Richard Guenther  <rguenther@suse.de>
24065
24066         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
24067
24068 2010-01-14  Richard Guenther  <rguenther@suse.de>
24069
24070         PR lto/42665
24071         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
24072
24073 2010-01-14  Ira Rosen  <irar@il.ibm.com>
24074
24075         PR tree-optimization/42709
24076         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
24077         as scalar type in creation of constant vector operand.
24078
24079 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24080
24081         PR testsuite/42414
24082         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
24083         (check-parallel-%): Match `testsuite' directory component only
24084         at the end.
24085
24086 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
24087
24088         PR translation/39521
24089         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
24090         strings with _().
24091
24092 2010-01-13  Richard Guenther  <rguenther@suse.de>
24093
24094         PR tree-optimization/42730
24095         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
24096         offset zero.
24097
24098 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
24099
24100         PR target/pr42542
24101         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
24102         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
24103         them signed.
24104
24105 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
24106
24107         * config/bfin/libgcc-bfin.ver: Regenerate based on current
24108         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
24109         ___umulsi3_highpart.
24110
24111         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
24112         rather than schedule_insns if the pass is enabled.
24113
24114 2010-01-13  Martin Jambor  <mjambor@suse.cz>
24115
24116         PR tree-optimization/42704
24117         * tree-sra.c (sra_modify_assign): Do not delete assignments to
24118         SSA_NAMEs.
24119
24120 2010-01-13  Martin Jambor  <mjambor@suse.cz>
24121
24122         PR tree-optimization/42703
24123         * tree-sra.c (analyze_access_subtree): Check that we can build a
24124         reference to the original data within the aggregate.
24125
24126 2010-01-13  Richard Guenther  <rguenther@suse.de>
24127
24128         PR tree-optimization/42705
24129         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
24130
24131 2010-01-13  Richard Guenther  <rguenther@suse.de>
24132
24133         PR middle-end/42716
24134         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
24135
24136 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
24137
24138         PR debug/41371
24139         * var-tracking.c (values_to_unmark): New variable.
24140         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
24141         values_to_unmark vector.  Moved body to...
24142         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
24143         instead queue it into values_to_unmark vector.
24144         (vt_find_locations): Free values_to_unmark vector.
24145
24146 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
24147
24148         * config/s390/s390.c (override_options): Set
24149         default of max-pending-list-length to 256
24150
24151 2010-01-13  Richard Guenther  <rguenther@suse.de>
24152
24153         PR lto/42678
24154         * tree-pass.h (PROP_gimple_lcx): New.
24155         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
24156         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
24157         before the final cleanup_eh.
24158         (dump_properties): Dump PROP_gimple_lcx.
24159         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
24160         (tree_lower_complex_O0): Remove.
24161         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
24162         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
24163         tree_lower_complex, schedule TODO_update_ssa.
24164         * lto-streamer-out.c (output_function): Stream the functions
24165         properties.
24166         * lto-streamer-in.c (input_function): Likewise.
24167         (lto_read_body): Do not override them here.
24168
24169 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
24170
24171         PR c/42708
24172         * c-typeck.c (build_c_cast): Fold value cast to union type before
24173         wrapping it in a CONSTRUCTOR.
24174
24175 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
24176
24177         PR rtl-optimization/42699
24178         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
24179         involved.
24180
24181 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24182
24183         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
24184         SUBTARGET_WARN_UNUSED_SPEC): Move ...
24185         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
24186         SUBTARGET_WARN_UNUSED_SPEC): ... here
24187         * config/mips/iris5.h (LIBGCC_SPEC): Define.
24188
24189 2010-01-12  Julian Brown  <julian@codesourcery.com>
24190
24191         * config/arm/neon-schedgen.ml (Utils): Don't try to
24192         open missing module.
24193         (find_with_result): New.
24194
24195 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
24196
24197         PR debug/42662
24198         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
24199         sharing when canonicalizing ({lt,ge}u (plus a b) b).
24200
24201         PR tree-optimization/42645
24202         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
24203         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
24204         decl_map, set processing_debug_stmt to -1 and return name without
24205         any remapping.
24206
24207 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
24208
24209         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
24210         binutils version, and reword target configuration description.
24211
24212 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
24213
24214         * config/avr/avr.h (LINKER_NAME): Remove.
24215
24216 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
24217
24218         PR target/42416
24219         * config/rs6000/rs6000.c (rs6000_override_options): On targets
24220         that support VSX, warn for -mno-altivec if vsx is not disabled,
24221         and disable vsx.
24222
24223 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
24224             Shujing Zhao  <pearly.zhao@oracle.com>
24225
24226         PR translation/42469
24227         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
24228         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
24229         character between option name and help text.
24230         * c.opt (imultilib): Likewise.
24231
24232 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
24233
24234         * lto-streamer-out.c (output_unreferenced_globals): Output static
24235         variables.
24236
24237 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
24238
24239         PR rtl-optimization/42621
24240         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
24241         optimizing for size.
24242         (duplicate_computed_gotos): Remove now-redundant check.
24243
24244 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
24245
24246         PR target/37454
24247         * configure.ac: Save and restore LDFLAGS and LIBS
24248         * configure: Regenerate.
24249
24250 2010-01-10  Richard Guenther  <rguenther@suse.de>
24251
24252         PR middle-end/42667
24253         * builtins.c (fold_builtin_strlen): Add type argument and
24254         convert the resulting length to it.
24255         (fold_builtin_1): Adjust.
24256
24257 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
24258
24259         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
24260         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
24261         1 insn.
24262         (num_insns_constant_wide): Adjust for that change.
24263
24264 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24265
24266         PR debug/42631
24267         * web.c (union_defs): Add used argument, to combine uses of
24268         uninitialized regs.
24269         (entry_register): Adjust type and tests of used argument.
24270         (web_main): Widen used for new use.  Pass it to union_defs.
24271         * df.h (union_defs): Adjust prototype.
24272
24273 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24274
24275         PR debug/42630
24276         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
24277         uses in new incoming argument.  Free body.
24278         (reset_debug_uses_in_loop): New.
24279         (analyze_insn_to_expand_var): Call the latter if the former found
24280         anything.  Fix whitespace.  Reject invalid dest overlaps before
24281         going through all insns in the loop.
24282
24283 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24284
24285         PR debug/42629
24286         * haifa-sched.c (dying_use_p): Debug insns don't count.
24287
24288 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24289
24290         PR middle-end/42363
24291         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
24292         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
24293         (verify_gimple_call): Reject LHS in noreturn calls.
24294
24295 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24296
24297         PR debug/42604
24298         PR debug/42395
24299         * tree-vect-loop-manip.c (adjust_info): New type.
24300         (adjust_vec): New pointer to vector.
24301         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
24302         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
24303         (slpeel_update_phis_for_duplicate_loop): Use them.
24304         (slpeel_update_phi_nodes_for_guard1): Likewise.
24305         (slpeel_update_phi_nodes_for_guard2): Likewise.
24306         (slpeel_tree_peel_loop_to_edge): Likewise.
24307         (vect_update_ivs_after_vectorizer): Likewise.
24308
24309 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24310
24311         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
24312         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
24313
24314 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
24315
24316         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
24317         bogus uninitialized warning.
24318
24319 2010-01-09  Richard Guenther  <rguenther@suse.de>
24320
24321         PR middle-end/42512
24322         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
24323         the evolution is compatible with the initial condition.
24324
24325 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
24326
24327         * gcc.c (process_command): Update copyright notice dates.
24328         * gcov.c (print_version): Likewise.
24329         * gcov-dump.c (print_version): Likewise.
24330         * mips-tfile.c (main): Likewise.
24331         * mips-tdump.c (main): Likewise.
24332
24333 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
24334
24335         PR target/41885
24336         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
24337         (rotlhi3): Delete.
24338         (rotlhi3_8): Delete.
24339         (rotlsi3): Delete.
24340         (rotlsi3_8): Delete.
24341         (rotlsi3_16): Delete.
24342         (rotlsi3_24): Delete.
24343         (rotl<mode>3): New.
24344         (*rotw<mode>3): New.
24345         (*rotb<mode>3): New.
24346         * config/avr/avr.c (avr_rotate_bytes): New function.
24347         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
24348
24349 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
24350
24351         PR target/37454
24352         * configure.ac: Modify -rdynamic check.
24353         * configure: Regenerate.
24354
24355 2010-01-08  DJ Delorie  <dj@redhat.com>
24356
24357         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
24358         register popping order.
24359
24360 2010-01-08  Richard Guenther  <rguenther@suse.de>
24361
24362         PR lto/42528
24363         * c.opt (fsigned-char): Also let LTO handle this option.
24364         (funsigned-char): Likewise.
24365
24366 2010-01-07  Richard Guenther  <rguenther@suse.de>
24367
24368         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
24369         (gimple_op): Likewise.
24370         (gimple_op_ptr): Likewise.
24371         (gimple_assign_set_lhs): Remove gcc_assert.
24372         (gimple_assign_set_rhs1): Likewise.
24373         (gimple_assign_set_rhs2): Likewise.
24374         (gimple_call_set_lhs): Likewise.
24375         (gimple_call_set_fn): Likewise.
24376         (gimple_call_set_fndecl): Likewise.
24377         (gimple_call_fndecl): Likewise.
24378         (gimple_call_return_type): Likewise.
24379         (gimple_call_set_chain): Likewise.
24380         (gimple_call_num_args): Likewise.
24381         (gimple_call_set_arg): Likewise.
24382         (gimple_cond_set_code): Likewise.
24383         (gimple_cond_set_lhs): Likewise.
24384         (gimple_cond_set_rhs): Likewise.
24385         (gimple_cond_set_true_label): Likewise.
24386         (gimple_cond_set_false_label): Likewise.
24387         (gimple_label_set_label): Likewise.
24388         (gimple_goto_set_dest): Likewise.
24389         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
24390         (gimple_debug_bind_get_value): Likewise.
24391         (gimple_debug_bind_get_value_ptr): Likewise.
24392         (gimple_debug_bind_set_var): Likewise.
24393         (gimple_debug_bind_set_value): Likewise.
24394         (gimple_debug_bind_reset_value): Likewise.
24395         (gimple_debug_bind_has_value_p): Likewise.
24396         (gimple_return_retval_ptr): Remove gcc_assert.
24397         (gimple_return_retval): Likewise.
24398         (gimple_return_set_retval): Likewise.
24399         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
24400         (safe_referenced_var_iterator): Remove.
24401         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
24402         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
24403         (fill_referenced_var_vec): Remove.
24404         (first_readonly_imm_use): Remove redundant gcc_assert.
24405         (phi_arg_index_from_use): Combine gcc_asserts.
24406         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
24407         (first_imm_use_stmt): Remove redundant gcc_assert.
24408         * tree-cfg.c (verify_gimple_call): Verify function and chain
24409         operands.  Verify arguments.
24410         (verify_types_in_gimple_stmt): Verify condition code and labels.
24411
24412 2010-01-07  Richard Guenther  <rguenther@suse.de>
24413
24414         PR tree-optimization/42641
24415         * sese.c (rename_map_elt_info): Use the SSA name version, do
24416         not hash pointers.
24417
24418 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
24419
24420         PR tree-optimization/42625
24421         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
24422         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
24423
24424 2010-01-07  Duncan Sands  <baldrick@free.fr>
24425
24426         * Makefile.in (PLUGIN_HEADERS): Add version.h.
24427
24428 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
24429
24430         PR target/42511
24431         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
24432         note itself is not function_invariant_p.
24433
24434 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
24435
24436         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
24437         Do not add the DF_NOTE problem.
24438         * store-motion.c (execute_rtl_store_motion): Likewise.
24439
24440 2010-01-07  Martin Jambor  <mjambor@suse.cz>
24441
24442         PR tree-optimization/42157
24443         * tree-sra.c (compare_access_positions): Stabilize sort if both
24444         accesses have integer types, return zero immediately if they are the
24445         same.
24446
24447 2010-01-06  Richard Henderson  <rth@redhat.com>
24448
24449         PR middle-end/41883
24450         * haifa-sched.c (add_to_note_list): Merge into ...
24451         (concat_note_lists): ... here, and ...
24452         (unlink_other_notes, rm_other_notes): Merge into...
24453         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
24454         NOTE_INSN_EPILOGUE_BEG.
24455
24456 2010-01-06  Richard Guenther  <rguenther@suse.de>
24457
24458         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
24459         not inline regular functions into always-inline functions.
24460
24461 2010-01-06  Nick Clifton  <nickc@redhat.com>
24462
24463         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
24464         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
24465         used together.
24466         (OVERRIDE_OPTIONS): Delete.
24467         (OPTIMIZATION_OPTIONS): Define.
24468         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
24469         * config/rx/rx.c (rx_handle_option): Issue an error message if
24470         -mcpu=rx200 and -fpu are used together.
24471         (rx_set_optimization_options): New function.  Issue an error
24472         message if an optimization attribute attempts to reset the FPU/
24473         math optimization pairing.
24474         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
24475         * config/rx/rx.opt: Set the default to 32-bit doubles.
24476         * config/rx/t-rx: Add multilibs for -nofpu option.
24477         * doc/invoke.texi: Update documentation of RX options.
24478
24479 2010-01-06  Richard Guenther  <rguenther@suse.de>
24480
24481         * tree-ssa-pre.c (name_to_id): New global.
24482         (alloc_expression_id): Simplify SSA name handling.
24483         (lookup_expression_id): Likewise.
24484         (init_pre): Zero name_to_id.
24485         (fini_pre): Free it.
24486
24487 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
24488
24489         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
24490
24491 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
24492
24493         PR target/42542
24494         * config/i386/sse.md (smaxv2di3): New.
24495         (umaxv2di3): Likewise.
24496         (sminv2di3): Likewise.
24497         (uminv2di3): Likewise.
24498
24499 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
24500
24501         PR target/42564
24502         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
24503         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
24504         (legitimize_tls_address): Likewise.
24505         (sparc_tls_referenced_p): Likewise.
24506         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
24507         and adjust calls to legitimize_pic_address.
24508         (legitimate_constant_p) Use sparc_tls_referenced_p.
24509         (legitimate_pic_operand_p): Likewise.
24510         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
24511         (sparc_tls_symbol_ref_1): Delete.
24512         (sparc_tls_referenced_p): Make static, recognize specific patterns.
24513         (legitimize_tls_address): Make static, handle CONST patterns.
24514         (legitimize_pic_address): Make static, remove unused parameter and
24515         adjust recursive calls.
24516         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
24517         and adjust call to legitimize_pic_address.
24518         (sparc_output_mi_thunk): Likewise.
24519
24520 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
24521             H.J. Lu  <hongjiu.lu@intel.com>
24522
24523         PR target/42542
24524         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
24525         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
24526         operands to make them signed.
24527
24528         Revert:
24529         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24530
24531         PR target/42542
24532         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24533         GTU to GT for V4SI and V2DI.
24534
24535         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24536         (umin<mode>3): Removed.
24537         (uminv8hi3): New.
24538         (uminv4si3): Likewise.
24539
24540 2010-01-05  Martin Jambor  <mjambor@suse.cz>
24541
24542         PR tree-optimization/42462
24543         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
24544         current_function_decl to helper functions and macros.
24545
24546 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24547
24548         PR bootstrap/41771
24549         * flags.h: Don't include real.h.
24550         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
24551         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
24552         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
24553         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
24554         * dominance.c: Update copyright.
24555         * gimple.c (walk_gimple_op): Remove inline.
24556         * tree-ssa-reassoc.c: Include real.h.
24557         * Makefile.in (FLAGS_H): Remove $(REAL_H).
24558         (tree-ssa-reassoc.o): Depend on $(REAL_H).
24559
24560 2010-01-05  Nick Clifton  <nickc@redhat.com>
24561
24562         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
24563         register to push into the stack frame when the accumulator has to
24564         be saved during interrupts.
24565
24566 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
24567
24568         * doc/invoke.texi: Remove the documentation about option
24569         -Wunreachable-code.
24570         * common.opt (Wunreachable-code):  Preserved for backward
24571         compatibility.
24572         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
24573         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
24574         the backward compatibility flag section.
24575
24576 2010-01-05  Richard Guenther  <rguenther@suse.de>
24577
24578         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
24579
24580 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
24581
24582         PR other/42611
24583         * cfgexpand.c (expand_one_var): Diagnose too large variables.
24584
24585         PR tree-optimization/42508
24586         * tree-sra.c (convert_callers): Check for recursive call
24587         by comparing cgraph nodes instead of decls.
24588         (modify_function): Call ipa_modify_formal_parameters also
24589         on all same_body aliases.
24590
24591         * cgraphunit.c (cgraph_materialize_all_clones): Compare
24592         cgraph nodes when checking for same_body aliases.
24593
24594 2010-01-05  Richard Guenther  <rguenther@suse.de>
24595
24596         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
24597         allocation and lookup.
24598         (get_or_alloc_expr_for_constant): Likewise.
24599         (phi_translate): Sink allocation.
24600
24601 2010-01-04  Richard Guenther  <rguenther@suse.de>
24602
24603         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
24604         a new entry only if needed.
24605         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
24606         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
24607         hashtable lookup.
24608         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
24609         the result array.
24610         (phi_translate): Handle CONSTANTs early.
24611
24612 2010-01-04  Martin Jambor  <mjambor@suse.cz>
24613
24614         PR tree-optimization/42398
24615         * tree-sra.c (struct access): Removed flag grp_different_types.
24616         (dump_access): Do not dump the removed flag.
24617         (sort_and_splice_var_accesses): Do not set the removed flag.
24618         (sra_modify_expr): Check for type compatibility directly.
24619
24620 2010-01-04  Martin Jambor  <mjambor@suse.cz>
24621
24622         PR tree-optimization/42366
24623         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
24624         edges with variable number of parameters.
24625         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
24626         flag instead of asserting it.
24627         (ipa_read_node_info): Read uses_analysis_done flag.
24628
24629 2010-01-04  Richard Guenther  <rguenther@suse.de>
24630
24631         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
24632         iterative_hash_* as intended.
24633         (vn_reference_compute_hash): Likewise.  Simplify hashing
24634         SSA names.
24635         (vn_reference_lookup_2): Likewise.
24636         (vn_nary_op_compute_hash): Likewise.
24637         (vn_phi_compute_hash): Likewise.
24638         (expressions_equal_p): Remove strange code.
24639         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
24640         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
24641         (bitmap_insert_into_set_1): Take value-id as parameter.
24642         (add_to_value): Pass it.
24643         (bitmap_insert_into_set): Likewise.
24644         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
24645
24646 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
24647
24648         PR driver/42442
24649         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
24650         (do_self_spec): For switches with SWITCH_IGNORE set set also
24651         SWITCH_IGNORE_PERMANENTLY.
24652         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
24653         of SWITCH_IGNORE.
24654
24655 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
24656
24657         * lto-streamer-out.c (output_unreferenced_globals): Output the full
24658         tree of an unreferenced global var.
24659
24660 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24661
24662         PR target/42542
24663         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
24664         GTU to GT for V4SI and V2DI.
24665
24666         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
24667         (umin<mode>3): Removed.
24668         (uminv8hi3): New.
24669         (uminv4si3): Likewise.
24670
24671 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
24672
24673         PR lto/42581
24674         * collect2.c (main): Turn on trace in collect2 if -v is passed
24675         to gcc with LTO.
24676
24677 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
24678
24679         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
24680         description of expression operand.
24681
24682 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
24683
24684         * configure.ac: Add install-html to target_list for Make-hooks.
24685         * configure: Regenerate.
24686         * fortran/Make-lang.in (F95_HTMLFILES): New.
24687         (fortran.html): Use it.
24688         (fortran.install-html): New.
24689         * Makefile.in (install-html): Add lang.install-html.
24690         * java/Make-lang.in (JAVA_HTMLFILES): New.
24691         (java.html): Use it.
24692         (java.install-html): New.
24693         * objc/Make-lang.in (objc.install-html): New.
24694         * objcp/Make-lang.in (obj-c++.install-html): New.
24695         * cp/Make-lang.in (c++.install-html): New.
24696         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
24697         * lto/Make-lang.in (lto.install-html): New.
24698
24699 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24700
24701         PR lto/42520
24702         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
24703
24704 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
24705
24706         PR rtl-optimization/41862
24707         * store-motion.c (store_killed_in_insn, compute_store_table,
24708         remove_reachable_equiv_notes, replace_store_insn,
24709         build_store_vectors): Ignore all DEBUG_INSNs.
24710
24711 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24712
24713         PR lto/41564
24714         * common.opt: Add dumpdir.
24715
24716         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
24717         isn't specified.
24718         (option_map): Add --dumpdir.
24719
24720         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
24721
24722         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
24723
24724         * opts.c (decode_options): Try dump_dir_name first if
24725         dump_base_name isn't an absolute path.
24726         (common_handle_option): Handle OPT_dumpdir.
24727
24728         * toplev.c (dump_dir_name): New.
24729         (print_switch_values): Also ignore -dumpdir.
24730
24731         * toplev.h (dump_dir_name): New.
24732
24733 2010-01-03  Richard Guenther  <rguenther@suse.de>
24734
24735         PR tree-optimization/42589
24736         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
24737         double-word expansion of bswap32.
24738
24739 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
24740
24741         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
24742         with BLOCK_FOR_INSN.
24743         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
24744         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
24745         noce_process_if_block): Likewise.
24746         * gcse.c (compute_local_properties, insert_expr_in_table,
24747         insert_set_in_table, canon_list_insert, find_avail_set,
24748         pre_insert_copy_insn): Likewise.
24749
24750         * basic-block.h (BLOCK_NUM): Move from here...
24751         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
24752
24753 2010-01-03  Richard Guenther  <rguenther@suse.de>
24754
24755         PR tree-optimization/42438
24756         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
24757         contains_may_not_return_call flag.
24758         (BB_MAY_NOTRETURN): New.
24759         (valid_in_sets): Trapping nary operations are not valid
24760         in blocks that may not return.
24761         (insert_into_preds_of_block): Remove check for trapping expressions.
24762         (compute_avail): Compute also BB_MAY_NOTRETURN.
24763
24764 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
24765
24766         * doc/invoke.texi: Add 2010 to copyright years.
24767
24768 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
24769
24770         * config/sparc/sparc.c: Fix formatting nits.
24771
24772 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
24773             Alexander Monakov  <amonakov@ispras.ru>
24774
24775         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
24776
24777 2010-01-02  Richard Guenther  <rguenther@suse.de>
24778
24779         PR middle-end/42577
24780         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
24781         (simplify_switch_using_ranges): Mark to be removed edges
24782         as non-executable.
24783
24784 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24785
24786         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
24787
24788         * collect2.c (scan_libraries): Add missing argument in call to
24789         scan_prog_file.
24790
24791 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
24792
24793         PR target/42448
24794         * config/alpha/predicates.md (aligned_memory_operand): Return false
24795         for CQImode.
24796         (unaligned_memory_operand): Return true for CQImode.
24797         * config/alpha/alpha.c (get_aligned_mem): Assert that location
24798         doesn not cross aligned SImode word boundary.
24799
24800 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
24801
24802         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
24803         Remove.
24804         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
24805         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
24806
24807 2010-01-02  Richard Guenther  <rguenther@suse.de>
24808
24809         PR lto/41597
24810         * toplev.c (compile_file): Emit LTO marker properly.  Change
24811         it to __gnu_lto_v1.
24812         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
24813
24814 2010-01-01  Richard Guenther  <rguenther@suse.de>
24815
24816         PR debug/42455
24817         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
24818
24819 2010-01-01  Richard Guenther  <rguenther@suse.de>
24820
24821         PR c/42570
24822         * c-decl.c (grokdeclarator): For zero-size arrays force
24823         structural equality checks as layout_type does.
24824
24825 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
24826
24827         * builtins.c: Update copyright to 2010.
24828
24829 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
24830
24831         PR lto/42531
24832         * lto-streamer-out.c (produce_asm): Revert the last change.
24833         (copy_function): Likewise.
24834
24835         * lto-streamer.c (lto_get_section_name): Skip any leading
24836         asterisk in name.
24837
24838 2010-01-01  Richard Guenther  <rguenther@suse.de>
24839
24840         PR middle-end/42559
24841         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
24842         for LABEL_DECLs.
24843
24844 \f
24845 Copyright (C) 2010 Free Software Foundation, Inc.
24846
24847 Copying and distribution of this file, with or without modification,
24848 are permitted in any medium without royalty provided the copyright
24849 notice and this notice are preserved.